=== 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-0005 --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-0005",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
125 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
125 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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-02/func/sub-0005_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>761e58248cff0053afc6ad6e689d1a7a</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>16:29:49.772500</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.999013, 0.0409828, -0.0171054, -0.0411724, 0.999093, -0.0108851]</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.0922198</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>46</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7762, -7204, 532, -58, 41, -86, 69]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>275.651</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b5829b46-1f0e-443a-b6ec-83b1cb4e110b||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.6802799701690674, -0.11046255379915237, -0.04493817687034607, 120.35987091064453], [-0.10995378345251083, 2.680492877960205, -0.03126227855682373, -80.54936218261719], [-0.04589250683784485, 0.029203901067376137, 2.6994450092315674, -29.579164505004883], [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': ['162949.772500', '162950.232500', '162950.692500', '162951.152500', '162951.612500', '162952.072500', '162952.532500', '162952.992500', '162953.452500', '162953.912500', '162954.372500', '162954.832500', '162955.292500', '162955.752500', '162956.212500', '162956.672500', '162957.132500', '162957.592500', '162958.052500', '162958.512500', '162958.972500', '162959.432500', '162959.892500', '163000.352500', '163000.812500', '163001.272500', '163001.732500', '163002.192500', '163002.652500', '163003.112500', '163003.572500', '163004.032500', '163004.492500', '163004.952500', '163005.412500', '163005.872500', '163006.332500', '163006.792500', '163007.252500', '163007.712500', '163008.172500', '163008.632500', '163009.092500', '163009.552500', '163010.012500', '163010.472500', '163010.932500', '163011.392500', '163011.852500', '163012.312500', '163012.772500', '163013.232500', '163013.692500', '163014.152500', '163014.612500', '163015.072500', '163015.532500', '163015.992500', '163016.452500', '163016.912500', '163017.372500', '163017.832500', '163018.292500', '163018.752500', '163019.212500', '163019.672500', '163020.132500', '163020.592500', '163021.052500', '163021.512500', '163021.972500', '163022.432500', '163022.892500', '163023.352500', '163023.812500', '163024.272500', '163024.732500', '163025.192500', '163025.652500', '163026.112500', '163026.572500', '163027.032500', '163027.492500', '163027.952500', '163028.412500', '163028.872500', '163029.332500', '163029.792500', '163030.252500', '163030.712500', '163031.172500', '163031.632500', '163032.092500', '163032.552500', '163033.012500', '163033.472500', '163033.932500', '163034.392500', '163034.852500', '163035.312500', '163035.772500', '163036.232500', '163036.692500', '163037.152500', '163037.612500', '163038.072500', '163038.532500', '163038.992500', '163039.452500', '163039.912500', '163040.372500', '163040.832500', '163041.292500', '163041.752500', '163042.212500', '163042.672500', '163043.132500', '163043.592500', '163044.052500', '163044.512500', '163044.972500', '163045.432500', '163045.892500', '163046.352500', '163046.812500', '163047.272500', '163047.732500', '163048.192500', '163048.652500', '163049.112500', '163049.572500', '163050.032500', '163050.492500', '163050.952500', '163051.412500', '163051.872500', '163052.332500', '163052.792500', '163053.252500', '163053.712500', '163054.172500', '163054.632500', '163055.092500', '163055.552500', '163056.012500', '163056.472500', '163056.932500', '163057.392500', '163057.852500', '163058.312500', '163058.772500', '163059.232500', '163059.692500', '163100.152500', '163100.612500', '163101.072500', '163101.532500', '163101.992500', '163102.452500', '163102.912500', '163103.372500', '163103.832500', '163104.292500', '163104.752500', '163105.212500', '163105.672500', '163106.132500', '163106.592500', '163107.052500', '163107.512500', '163107.972500', '163108.432500', '163108.892500', '163109.352500', '163109.812500', '163110.272500', '163110.732500', '163111.192500', '163111.652500', '163112.112500', '163112.572500', '163113.032500', '163113.492500', '163113.952500', '163114.412500', '163114.872500', '163115.332500', '163115.792500', '163116.252500', '163116.712500', '163117.172500', '163117.632500', '163118.092500', '163118.552500', '163119.012500', '163119.472500', '163119.932500', '163120.392500', '163120.852500', '163121.312500', '163121.772500', '163122.232500', '163122.692500', '163123.152500', '163123.612500', '163124.072500', '163124.532500', '163124.992500', '163125.452500', '163125.912500', '163126.372500', '163126.832500', '163127.292500', '163127.752500', '163128.212500', '163128.672500', '163129.132500', '163129.592500', '163130.052500', '163130.512500', '163130.972500', '163131.432500', '163131.892500', '163132.352500', '163132.812500', '163133.272500', '163133.732500', '163134.192500', '163134.652500', '163135.112500', '163135.572500', '163136.032500', '163136.492500', '163136.952500', '163137.412500', '163137.872500', '163138.332500', '163138.792500', '163139.252500', '163139.712500', '163140.172500', '163140.632500', '163141.092500', '163141.552500', '163142.012500', '163142.472500', '163142.932500', '163143.392500', '163143.852500', '163144.312500', '163144.772500', '163145.232500', '163145.692500', '163146.152500', '163146.612500', '163147.072500', '163147.532500', '163147.992500', '163148.452500', '163148.912500', '163149.372500', '163149.832500', '163150.292500', '163150.752500', '163151.212500', '163151.672500', '163152.132500', '163152.592500', '163153.052500', '163153.512500', '163153.972500', '163154.432500', '163154.892500', '163155.352500', '163155.812500', '163156.272500', '163156.732500', '163157.192500', '163157.652500', '163158.112500', '163158.572500', '163159.032500', '163159.492500', '163159.952500', '163200.412500', '163200.872500', '163201.332500', '163201.792500', '163202.252500', '163202.712500', '163203.172500', '163203.632500', '163204.092500', '163204.552500', '163205.012500', '163205.472500', '163205.932500', '163206.392500', '163206.852500', '163207.312500', '163207.772500', '163208.232500', '163208.692500', '163209.152500', '163209.612500', '163210.072500', '163210.532500', '163210.992500', '163211.452500', '163211.912500', '163212.372500', '163212.832500', '163213.292500', '163213.752500', '163214.212500', '163214.672500', '163215.132500', '163215.592500', '163216.052500', '163216.512500', '163216.972500', '163217.432500', '163217.892500', '163218.352500', '163218.812500', '163219.272500', '163219.732500', '163220.192500', '163220.652500', '163221.112500', '163221.572500', '163222.032500', '163222.492500', '163222.952500', '163223.412500', '163223.872500', '163224.332500', '163224.792500', '163225.252500', '163225.712500', '163226.172500', '163226.632500', '163227.092500', '163227.552500', '163228.012500', '163228.472500', '163228.932500', '163229.392500', '163229.852500', '163230.312500', '163230.772500', '163231.232500', '163231.692500', '163232.152500', '163232.612500', '163233.072500', '163233.532500', '163233.992500', '163234.452500', '163234.912500', '163235.372500', '163235.832500', '163236.292500', '163236.752500', '163237.212500', '163237.672500', '163238.132500', '163238.592500', '163239.052500', '163239.512500', '163239.972500', '163240.432500', '163240.892500', '163241.352500', '163241.812500', '163242.272500', '163242.732500', '163243.192500', '163243.652500', '163244.112500', '163244.572500', '163245.032500', '163245.492500', '163245.952500', '163246.412500', '163246.872500', '163247.332500', '163247.792500', '163248.252500', '163248.712500', '163249.172500', '163249.632500', '163250.092500', '163250.552500', '163251.012500', '163251.472500', '163251.932500', '163252.392500', '163252.852500', '163253.312500', '163253.772500', '163254.232500', '163254.692500', '163255.152500', '163255.612500', '163256.072500', '163256.532500', '163256.992500', '163257.452500', '163257.912500', '163258.372500', '163258.832500', '163259.292500', '163259.752500', '163300.212500', '163300.672500', '163301.132500', '163301.592500', '163302.052500', '163302.512500', '163302.972500', '163303.432500', '163303.892500', '163304.352500', '163304.812500', '163305.272500', '163305.732500', '163306.192500', '163306.652500', '163307.112500', '163307.572500', '163308.032500', '163308.492500', '163308.952500', '163309.412500', '163309.872500', '163310.332500', '163310.792500', '163311.252500', '163311.712500', '163312.172500', '163312.632500', '163313.092500', '163313.552500', '163314.012500', '163314.472500', '163314.932500', '163315.392500', '163315.852500', '163316.312500', '163316.772500', '163317.232500', '163317.692500', '163318.152500', '163318.612500', '163319.072500', '163319.532500', '163319.992500', '163320.452500', '163320.912500', '163321.372500', '163321.832500', '163322.292500', '163322.752500', '163323.212500', '163323.672500', '163324.132500', '163324.592500', '163325.052500', '163325.512500', '163325.972500', '163326.432500', '163326.892500', '163327.352500', '163327.812500', '163328.272500', '163328.732500', '163329.192500', '163329.652500', '163330.112500', '163330.572500', '163331.032500', '163331.492500', '163331.952500', '163332.412500', '163332.872500', '163333.332500', '163333.792500', '163334.252500', '163334.712500', '163335.172500', '163335.632500', '163336.092500', '163336.552500', '163337.012500', '163337.472500', '163337.932500', '163338.392500', '163338.852500', '163339.312500', '163339.772500', '163340.232500', '163340.692500', '163341.152500', '163341.612500', '163342.072500', '163342.532500', '163342.992500', '163343.452500', '163343.912500', '163344.372500', '163344.832500', '163345.292500', '163345.752500', '163346.212500', '163346.672500', '163347.132500', '163347.592500', '163348.052500', '163348.512500', '163348.972500', '163349.432500', '163349.892500', '163350.352500', '163350.812500', '163351.272500', '163351.732500', '163352.192500', '163352.652500', '163353.112500', '163353.572500', '163354.032500', '163354.492500', '163354.952500', '163355.412500', '163355.872500', '163356.332500', '163356.792500', '163357.252500', '163357.712500', '163358.172500', '163358.632500', '163359.092500', '163359.552500', '163400.012500', '163400.472500', '163400.932500', '163401.392500', '163401.852500', '163402.312500', '163402.772500', '163403.232500', '163403.692500', '163404.152500', '163404.612500', '163405.072500', '163405.532500', '163405.992500', '163406.452500', '163406.912500', '163407.372500', '163407.832500', '163408.292500', '163408.752500', '163409.212500', '163409.672500', '163410.132500', '163410.592500', '163411.052500', '163411.512500', '163411.972500', '163412.432500', '163412.892500', '163413.352500', '163413.812500', '163414.272500', '163414.732500', '163415.192500', '163415.652500', '163416.112500', '163416.572500', '163417.032500', '163417.492500', '163417.952500', '163418.412500', '163418.872500', '163419.332500', '163419.792500', '163420.252500', '163420.712500', '163421.172500', '163421.632500', '163422.092500', '163422.552500', '163423.012500', '163423.472500', '163423.932500', '163424.392500', '163424.852500', '163425.312500', '163425.772500', '163426.232500', '163426.692500', '163427.152500', '163427.612500', '163428.072500', '163428.532500', '163428.992500', '163429.452500', '163429.912500', '163430.372500', '163430.832500', '163431.292500', '163431.752500', '163432.212500', '163432.672500', '163433.132500', '163433.592500', '163434.052500', '163434.512500', '163434.972500', '163435.432500', '163435.892500', '163436.352500', '163436.812500', '163437.272500', '163437.732500', '163438.192500', '163438.652500', '163439.112500', '163439.572500', '163440.032500', '163440.492500', '163440.952500', '163441.412500', '163441.872500', '163442.332500', '163442.792500', '163443.252500', '163443.712500', '163444.172500', '163444.632500', '163445.092500', '163445.552500', '163446.012500', '163446.472500', '163446.932500', '163447.392500', '163447.852500', '163448.312500', '163448.772500', '163449.232500', '163449.692500', '163450.152500', '163450.612500', '163451.072500', '163451.532500', '163451.992500', '163452.452500', '163452.912500', '163453.372500', '163453.832500', '163454.292500', '163454.752500', '163455.212500', '163455.672500', '163456.132500', '163456.592500', '163457.052500', '163457.512500', '163457.972500', '163458.432500', '163458.892500', '163459.352500', '163459.812500', '163500.272500', '163500.732500', '163501.192500', '163501.652500', '163502.112500', '163502.572500', '163503.032500', '163503.492500', '163503.952500', '163504.412500', '163504.872500', '163505.332500', '163505.792500', '163506.252500', '163506.712500', '163507.172500', '163507.632500', '163508.092500', '163508.552500', '163509.012500', '163509.472500', '163509.932500', '163510.392500', '163510.852500', '163511.312500', '163511.772500', '163512.232500', '163512.692500', '163513.152500', '163513.612500', '163514.072500', '163514.532500', '163514.992500', '163515.452500', '163515.912500', '163516.372500', '163516.832500', '163517.292500', '163517.752500', '163518.212500', '163518.672500', '163519.132500', '163519.592500', '163520.052500', '163520.512500', '163520.972500', '163521.432500', '163521.892500', '163522.352500', '163522.812500', '163523.272500', '163523.732500', '163524.192500', '163524.652500', '163525.112500', '163525.572500', '163526.032500', '163526.492500', '163526.952500', '163527.412500', '163527.872500', '163528.332500', '163528.792500', '163529.252500', '163529.712500', '163530.172500', '163530.632500', '163531.092500', '163531.552500', '163532.012500', '163532.472500', '163532.932500', '163533.392500', '163533.852500', '163534.312500', '163534.772500', '163535.232500', '163535.692500', '163536.152500', '163536.612500', '163537.072500', '163537.532500', '163537.992500', '163538.452500', '163538.912500', '163539.372500', '163539.832500', '163540.292500', '163540.752500', '163541.212500', '163541.672500', '163542.132500', '163542.592500', '163543.052500', '163543.512500', '163543.972500', '163544.432500', '163544.892500', '163545.352500', '163545.812500', '163546.272500', '163546.732500', '163547.192500', '163547.652500', '163548.112500', '163548.572500', '163549.032500', '163549.492500', '163549.952500', '163550.412500', '163550.872500', '163551.332500', '163551.792500', '163552.252500', '163552.712500', '163553.172500', '163553.632500', '163554.092500', '163554.552500', '163555.012500', '163555.472500', '163555.932500', '163556.392500', '163556.852500', '163557.312500', '163557.772500', '163558.232500', '163558.692500', '163559.152500', '163559.612500', '163600.072500', '163600.532500', '163600.992500', '163601.452500', '163601.912500', '163602.372500', '163602.832500', '163603.292500', '163603.752500', '163604.212500', '163604.672500', '163605.132500', '163605.592500', '163606.052500', '163606.512500', '163606.972500', '163607.432500', '163607.892500', '163608.352500', '163608.812500', '163609.272500', '163609.732500', '163610.192500', '163610.652500', '163611.112500', '163611.572500', '163612.032500', '163612.492500', '163612.952500', '163613.412500', '163613.872500', '163614.332500', '163614.792500', '163615.252500', '163615.712500', '163616.172500', '163616.632500', '163617.092500', '163617.552500', '163618.012500', '163618.472500', '163618.932500', '163619.392500', '163619.852500', '163620.312500', '163620.772500', '163621.232500', '163621.692500', '163622.152500', '163622.612500', '163623.072500', '163623.532500', '163623.992500', '163624.452500', '163624.912500', '163625.372500', '163625.832500', '163626.292500', '163626.752500', '163627.212500', '163627.672500', '163628.132500', '163628.592500', '163629.052500', '163629.512500', '163629.972500', '163630.432500', '163630.892500', '163631.352500', '163631.812500', '163632.272500', '163632.732500', '163633.192500', '163633.652500', '163634.112500', '163634.572500', '163635.032500', '163635.492500', '163635.952500', '163636.412500', '163636.872500', '163637.332500', '163637.792500', '163638.252500', '163638.712500', '163639.172500', '163639.632500', '163640.092500', '163640.552500', '163641.012500', '163641.472500', '163641.932500', '163642.392500', '163642.852500', '163643.312500', '163643.772500', '163644.232500', '163644.692500', '163645.152500', '163645.612500', '163646.072500', '163646.532500', '163646.992500', '163647.452500', '163647.912500', '163648.372500', '163648.832500', '163649.292500', '163649.752500', '163650.212500', '163650.672500', '163651.132500', '163651.592500', '163652.052500', '163652.512500', '163652.972500', '163653.432500', '163653.892500', '163654.352500', '163654.812500', '163655.272500', '163655.732500', '163656.192500', '163656.652500', '163657.112500', '163657.572500', '163658.032500', '163658.492500', '163658.952500', '163659.412500', '163659.872500', '163700.332500', '163700.792500', '163701.252500', '163701.712500', '163702.172500', '163702.632500', '163703.092500', '163703.552500', '163704.012500', '163704.472500', '163704.932500', '163705.392500', '163705.852500', '163706.312500', '163706.772500', '163707.232500', '163707.692500', '163708.152500', '163708.612500', '163709.072500', '163709.532500', '163709.992500', '163710.452500', '163710.912500', '163711.372500', '163711.832500', '163712.292500', '163712.752500', '163713.212500', '163713.672500', '163714.132500', '163714.592500', '163715.052500', '163715.512500', '163715.972500', '163716.432500', '163716.892500', '163717.352500', '163717.812500', '163718.272500', '163718.732500', '163719.192500', '163719.652500', '163720.112500', '163720.572500', '163721.032500', '163721.492500', '163721.952500', '163722.412500', '163722.872500', '163723.332500', '163723.792500', '163724.252500', '163724.712500', '163725.172500', '163725.632500', '163726.092500', '163726.552500', '163727.012500', '163727.472500', '163727.932500', '163728.392500', '163728.852500', '163729.312500', '163729.772500', '163730.232500', '163730.692500', '163731.152500', '163731.612500', '163732.072500', '163732.532500', '163732.992500', '163733.452500', '163733.912500', '163734.372500', '163734.832500', '163735.292500', '163735.752500', '163736.212500', '163736.672500', '163737.132500', '163737.592500', '163738.052500', '163738.512500', '163738.972500', '163739.432500', '163739.892500', '163740.352500', '163740.812500', '163741.272500', '163741.732500', '163742.192500', '163742.652500', '163743.112500', '163743.572500', '163744.032500', '163744.492500', '163744.952500', '163745.412500', '163745.872500', '163746.332500', '163746.792500', '163747.252500', '163747.712500', '163748.172500', '163748.632500', '163749.092500', '163749.552500', '163750.012500', '163750.472500', '163750.932500', '163751.392500', '163751.852500', '163752.312500', '163752.772500', '163753.232500', '163753.692500', '163754.152500', '163754.612500', '163755.072500', '163755.532500', '163755.992500', '163756.452500', '163756.912500', '163757.372500', '163757.832500', '163758.292500', '163758.752500', '163759.212500', '163759.672500', '163800.132500', '163800.592500', '163801.052500', '163801.512500', '163801.972500', '163802.432500', '163802.892500', '163803.352500', '163803.812500', '163804.272500', '163804.732500', '163805.192500', '163805.652500', '163806.112500', '163806.572500', '163807.032500', '163807.492500', '163807.952500', '163808.412500', '163808.872500', '163809.332500', '163809.792500', '163810.252500', '163810.712500', '163811.172500', '163811.632500', '163812.092500', '163812.552500', '163813.012500', '163813.472500', '163813.932500', '163814.392500'], 'ContentTime': ['163018.865000', '163018.869000', '163018.872000', '163018.875000', '163018.878000', '163018.881000', '163018.885000', '163018.891000', '163018.894000', '163018.897000', '163018.900000', '163018.903000', '163018.906000', '163018.909000', '163018.912000', '163018.915000', '163018.918000', '163018.921000', '163018.924000', '163018.926000', '163018.929000', '163018.932000', '163018.935000', '163018.938000', '163018.941000', '163018.944000', '163018.947000', '163018.950000', '163018.953000', '163018.956000', '163018.959000', '163018.962000', '163018.965000', '163018.968000', '163018.970000', '163018.973000', '163018.976000', '163018.979000', '163018.982000', '163018.985000', '163018.988000', '163018.991000', '163018.994000', '163018.997000', '163019.000000', '163019.003000', '163019.005000', '163019.008000', '163019.011000', '163019.014000', '163019.017000', '163019.020000', '163019.023000', '163019.026000', '163019.032000', '163019.035000', '163019.038000', '163019.041000', '163019.044000', '163019.047000', '163038.832000', '163038.835000', '163038.838000', '163038.841000', '163038.844000', '163038.847000', '163038.850000', '163038.853000', '163038.856000', '163038.859000', '163038.862000', '163038.865000', '163038.867000', '163038.871000', '163038.873000', '163038.876000', '163038.879000', '163038.882000', '163038.885000', '163038.888000', '163038.891000', '163038.894000', '163038.897000', '163038.900000', '163038.903000', '163038.906000', '163038.909000', '163038.912000', '163038.915000', '163038.918000', '163038.921000', '163038.924000', '163038.926000', '163038.930000', '163038.932000', '163038.935000', '163038.938000', '163038.941000', '163038.944000', '163038.947000', '163038.950000', '163038.953000', '163038.956000', '163038.959000', '163058.832000', '163058.835000', '163058.838000', '163058.841000', '163058.844000', '163058.847000', '163058.850000', '163058.853000', '163058.856000', '163058.859000', '163058.862000', '163058.865000', '163058.868000', '163058.871000', '163058.874000', '163058.877000', '163058.880000', '163058.885000', '163058.889000', '163058.892000', '163058.895000', '163058.898000', '163058.901000', '163058.904000', '163058.907000', '163058.910000', '163058.913000', '163058.916000', '163058.919000', '163058.922000', '163058.925000', '163058.928000', '163058.931000', '163058.934000', '163058.937000', '163058.940000', '163058.943000', '163058.946000', '163058.949000', '163058.952000', '163058.955000', '163058.958000', '163058.961000', '163118.831000', '163118.834000', '163118.837000', '163118.840000', '163118.843000', '163118.846000', '163118.849000', '163118.856000', '163118.859000', '163118.862000', '163118.865000', '163118.868000', '163118.871000', '163118.874000', '163118.876000', '163118.879000', '163118.882000', '163118.885000', '163118.888000', '163118.891000', '163118.894000', '163118.897000', '163118.900000', '163118.903000', '163118.906000', '163118.909000', '163118.912000', '163118.915000', '163118.918000', '163118.921000', '163118.924000', '163118.927000', '163118.930000', '163118.933000', '163118.936000', '163118.938000', '163118.942000', '163118.944000', '163118.947000', '163118.950000', '163118.953000', '163118.956000', '163118.959000', '163118.962000', '163138.831000', '163138.834000', '163138.837000', '163138.840000', '163138.843000', '163138.846000', '163138.861000', '163138.864000', '163138.867000', '163138.870000', '163138.873000', '163138.876000', '163138.879000', '163138.882000', '163138.885000', '163138.888000', '163138.892000', '163138.898000', '163138.901000', '163138.904000', '163138.907000', '163138.910000', '163138.913000', '163138.916000', '163138.919000', '163138.922000', '163138.925000', '163138.928000', '163138.931000', '163138.934000', '163138.937000', '163138.940000', '163138.943000', '163138.946000', '163138.949000', '163138.952000', '163138.955000', '163138.957000', '163138.960000', '163138.963000', '163138.966000', '163138.969000', '163138.972000', '163158.831000', '163158.834000', '163158.837000', '163158.840000', '163158.913000', '163158.916000', '163158.919000', '163158.922000', '163158.925000', '163158.928000', '163158.931000', '163158.934000', '163158.937000', '163158.940000', '163158.943000', '163158.953000', '163158.956000', '163158.959000', '163158.962000', '163158.965000', '163158.968000', '163158.971000', '163158.974000', '163158.977000', '163158.980000', '163158.983000', '163158.985000', '163158.988000', '163158.991000', '163158.994000', '163158.997000', '163159.001000', '163159.004000', '163159.007000', '163159.010000', '163159.013000', '163159.016000', '163159.019000', '163159.022000', '163159.025000', '163159.028000', '163159.031000', '163159.034000', '163159.037000', '163218.831000', '163218.834000', '163218.837000', '163218.840000', '163218.843000', '163218.846000', '163218.849000', '163218.852000', '163218.855000', '163218.858000', '163218.861000', '163218.864000', '163218.867000', '163218.870000', '163218.873000', '163218.876000', '163218.879000', '163218.882000', '163218.885000', '163218.888000', '163218.891000', '163218.894000', '163218.897000', '163218.900000', '163218.903000', '163218.906000', '163218.909000', '163218.911000', '163218.914000', '163218.918000', '163218.921000', '163218.924000', '163218.927000', '163218.930000', '163218.933000', '163218.936000', '163218.939000', '163218.941000', '163218.944000', '163218.948000', '163218.950000', '163218.953000', '163218.956000', '163238.832000', '163238.835000', '163238.838000', '163238.841000', '163238.844000', '163238.847000', '163238.850000', '163238.853000', '163238.856000', '163238.859000', '163238.862000', '163238.865000', '163238.868000', '163238.871000', '163238.874000', '163238.877000', '163238.880000', '163238.883000', '163238.886000', '163238.889000', '163238.892000', '163238.895000', '163238.898000', '163238.901000', '163238.904000', '163238.907000', '163238.910000', '163238.913000', '163238.916000', '163238.919000', '163238.922000', '163238.925000', '163238.928000', '163238.930000', '163238.934000', '163238.937000', '163238.939000', '163238.942000', '163238.946000', '163238.949000', '163238.952000', '163238.954000', '163238.957000', '163238.960000', '163258.832000', '163258.835000', '163258.838000', '163258.841000', '163258.844000', '163258.847000', '163258.850000', '163258.853000', '163258.856000', '163258.859000', '163258.862000', '163258.866000', '163258.869000', '163258.872000', '163258.875000', '163258.878000', '163258.881000', '163258.884000', '163258.887000', '163258.890000', '163258.893000', '163258.896000', '163258.899000', '163258.902000', '163258.905000', '163258.908000', '163258.911000', '163258.914000', '163258.917000', '163258.920000', '163258.923000', '163258.926000', '163258.929000', '163258.932000', '163258.936000', '163258.939000', '163258.942000', '163258.945000', '163258.948000', '163258.951000', '163258.954000', '163258.957000', '163258.960000', '163318.832000', '163318.835000', '163318.838000', '163318.841000', '163318.844000', '163318.847000', '163318.850000', '163318.853000', '163318.856000', '163318.859000', '163318.862000', '163318.865000', '163318.868000', '163318.871000', '163318.874000', '163318.877000', '163318.880000', '163318.883000', '163318.886000', '163318.889000', '163318.892000', '163318.895000', '163318.898000', '163318.900000', '163318.903000', '163318.906000', '163318.909000', '163318.912000', '163318.915000', '163318.918000', '163318.921000', '163318.924000', '163318.927000', '163318.930000', '163318.933000', '163318.936000', '163318.945000', '163318.948000', '163318.951000', '163318.954000', '163318.957000', '163318.960000', '163318.963000', '163318.966000', '163338.831000', '163338.834000', '163338.837000', '163338.840000', '163338.843000', '163338.846000', '163338.849000', '163338.852000', '163338.855000', '163338.858000', '163338.861000', '163338.864000', '163338.867000', '163338.870000', '163338.873000', '163338.876000', '163338.879000', '163338.882000', '163338.885000', '163338.888000', '163338.891000', '163338.894000', '163338.896000', '163338.900000', '163338.903000', '163338.905000', '163338.908000', '163338.911000', '163338.914000', '163338.917000', '163338.920000', '163338.923000', '163338.926000', '163338.929000', '163338.932000', '163338.936000', '163338.939000', '163338.942000', '163338.945000', '163338.948000', '163338.951000', '163338.954000', '163338.957000', '163358.831000', '163358.834000', '163358.837000', '163358.840000', '163358.843000', '163358.846000', '163358.849000', '163358.852000', '163358.855000', '163358.858000', '163358.861000', '163358.864000', '163358.867000', '163358.870000', '163358.873000', '163358.876000', '163358.879000', '163358.882000', '163358.885000', '163358.888000', '163358.891000', '163358.894000', '163358.897000', '163358.899000', '163358.903000', '163358.906000', '163358.908000', '163358.911000', '163358.914000', '163358.917000', '163358.921000', '163358.924000', '163358.927000', '163358.930000', '163358.933000', '163358.936000', '163358.939000', '163358.942000', '163358.945000', '163358.948000', '163358.951000', '163358.954000', '163358.956000', '163358.963000', '163418.831000', '163418.834000', '163418.837000', '163418.840000', '163418.843000', '163418.846000', '163418.849000', '163418.852000', '163418.855000', '163418.858000', '163418.861000', '163418.864000', '163418.867000', '163418.870000', '163418.873000', '163418.876000', '163418.879000', '163418.882000', '163418.885000', '163418.888000', '163418.891000', '163418.894000', '163418.897000', '163418.900000', '163418.904000', '163418.907000', '163418.910000', '163418.913000', '163418.916000', '163418.919000', '163418.923000', '163418.925000', '163418.928000', '163418.931000', '163418.934000', '163418.937000', '163418.940000', '163418.943000', '163418.946000', '163418.949000', '163418.952000', '163418.955000', '163418.958000', '163438.831000', '163438.834000', '163438.837000', '163438.840000', '163438.843000', '163438.846000', '163438.849000', '163438.852000', '163438.855000', '163438.858000', '163438.861000', '163438.864000', '163438.867000', '163438.883000', '163438.886000', '163438.890000', '163438.893000', '163438.895000', '163438.898000', '163438.902000', '163438.904000', '163438.907000', '163438.910000', '163438.913000', '163438.916000', '163438.919000', '163438.922000', '163438.925000', '163438.928000', '163438.931000', '163438.934000', '163438.937000', '163438.940000', '163438.943000', '163438.946000', '163438.949000', '163438.952000', '163438.955000', '163438.958000', '163438.961000', '163438.964000', '163438.967000', '163438.970000', '163438.973000', '163458.832000', '163458.835000', '163458.838000', '163458.841000', '163458.844000', '163458.847000', '163458.850000', '163458.853000', '163458.856000', '163458.859000', '163458.862000', '163458.865000', '163458.868000', '163458.871000', '163458.874000', '163458.877000', '163458.880000', '163458.883000', '163458.886000', '163458.889000', '163458.892000', '163458.895000', '163458.897000', '163458.900000', '163458.903000', '163458.907000', '163458.910000', '163458.912000', '163458.915000', '163458.918000', '163458.921000', '163458.924000', '163458.927000', '163458.930000', '163458.933000', '163458.938000', '163458.941000', '163458.944000', '163458.947000', '163458.950000', '163458.953000', '163458.956000', '163458.959000', '163518.832000', '163518.835000', '163518.838000', '163518.841000', '163518.844000', '163518.847000', '163518.854000', '163518.857000', '163518.860000', '163518.863000', '163518.866000', '163518.869000', '163518.872000', '163518.875000', '163518.878000', '163518.881000', '163518.884000', '163518.887000', '163518.890000', '163518.893000', '163518.896000', '163518.898000', '163518.902000', '163518.905000', '163518.907000', '163518.910000', '163518.914000', '163518.916000', '163518.919000', '163518.922000', '163518.925000', '163518.928000', '163518.931000', '163518.934000', '163518.937000', '163518.940000', '163518.943000', '163518.946000', '163518.949000', '163518.952000', '163518.955000', '163518.958000', '163518.961000', '163518.964000', '163538.832000', '163538.835000', '163538.838000', '163538.841000', '163538.844000', '163538.847000', '163538.850000', '163538.853000', '163538.856000', '163538.859000', '163538.862000', '163538.865000', '163538.868000', '163538.871000', '163538.873000', '163538.876000', '163538.880000', '163538.882000', '163538.885000', '163538.888000', '163538.891000', '163538.894000', '163538.897000', '163538.900000', '163538.903000', '163538.906000', '163538.909000', '163538.912000', '163538.915000', '163538.918000', '163538.921000', '163538.924000', '163538.927000', '163538.930000', '163538.933000', '163538.935000', '163538.939000', '163538.944000', '163538.947000', '163538.950000', '163538.953000', '163538.956000', '163538.959000', '163558.831000', '163558.834000', '163558.837000', '163558.840000', '163558.843000', '163558.846000', '163558.849000', '163558.852000', '163558.855000', '163558.858000', '163558.861000', '163558.864000', '163558.867000', '163558.876000', '163558.879000', '163558.882000', '163558.885000', '163558.888000', '163558.896000', '163558.899000', '163558.902000', '163558.905000', '163558.908000', '163558.911000', '163558.926000', '163558.933000', '163558.936000', '163558.939000', '163558.942000', '163558.945000', '163558.948000', '163558.951000', '163558.954000', '163558.957000', '163558.960000', '163558.963000', '163558.966000', '163558.969000', '163558.972000', '163558.975000', '163558.977000', '163558.980000', '163558.983000', '163558.986000', '163618.831000', '163618.834000', '163618.837000', '163618.840000', '163618.843000', '163618.846000', '163618.849000', '163618.852000', '163618.855000', '163618.858000', '163618.861000', '163618.864000', '163618.867000', '163618.870000', '163618.873000', '163618.876000', '163618.879000', '163618.882000', '163618.885000', '163618.888000', '163618.891000', '163618.894000', '163618.897000', '163618.901000', '163618.904000', '163618.906000', '163618.909000', '163618.912000', '163618.915000', '163618.918000', '163618.921000', '163618.924000', '163618.927000', '163618.930000', '163618.933000', '163618.936000', '163618.939000', '163618.942000', '163618.945000', '163618.948000', '163618.951000', '163618.954000', '163618.957000', '163638.831000', '163638.834000', '163638.837000', '163638.840000', '163638.843000', '163638.846000', '163638.849000', '163638.852000', '163638.855000', '163638.858000', '163638.861000', '163638.864000', '163638.867000', '163638.870000', '163638.873000', '163638.876000', '163638.879000', '163638.882000', '163638.885000', '163638.888000', '163638.891000', '163638.894000', '163638.897000', '163638.899000', '163638.903000', '163638.905000', '163638.908000', '163638.911000', '163638.914000', '163638.917000', '163638.920000', '163638.923000', '163638.926000', '163638.929000', '163638.932000', '163638.935000', '163638.938000', '163638.941000', '163638.944000', '163638.947000', '163638.950000', '163638.953000', '163638.956000', '163638.958000', '163658.831000', '163658.834000', '163658.837000', '163658.840000', '163658.843000', '163658.846000', '163658.849000', '163658.852000', '163658.855000', '163658.858000', '163658.861000', '163658.864000', '163658.867000', '163658.870000', '163658.873000', '163658.876000', '163658.879000', '163658.882000', '163658.885000', '163658.888000', '163658.891000', '163658.894000', '163658.897000', '163658.900000', '163658.902000', '163658.905000', '163658.908000', '163658.911000', '163658.914000', '163658.917000', '163658.920000', '163658.923000', '163658.926000', '163658.929000', '163658.932000', '163658.935000', '163658.938000', '163658.941000', '163658.944000', '163658.947000', '163658.950000', '163658.953000', '163658.956000', '163718.832000', '163718.836000', '163718.839000', '163718.842000', '163718.846000', '163718.849000', '163718.853000', '163718.856000', '163718.859000', '163718.862000', '163718.865000', '163718.868000', '163718.871000', '163718.874000', '163718.877000', '163718.880000', '163718.883000', '163718.885000', '163718.888000', '163718.891000', '163718.894000', '163718.897000', '163718.900000', '163718.903000', '163718.906000', '163718.909000', '163718.912000', '163718.915000', '163718.918000', '163718.921000', '163718.924000', '163718.927000', '163718.930000', '163718.933000', '163718.951000', '163718.962000', '163718.965000', '163718.968000', '163718.971000', '163718.974000', '163718.977000', '163718.980000', '163718.982000', '163718.985000', '163738.832000', '163738.835000', '163738.838000', '163738.841000', '163738.844000', '163738.847000', '163738.850000', '163738.853000', '163738.856000', '163738.859000', '163738.862000', '163738.865000', '163738.868000', '163738.871000', '163738.874000', '163738.877000', '163738.880000', '163738.883000', '163738.886000', '163738.889000', '163738.892000', '163738.895000', '163738.897000', '163738.900000', '163738.903000', '163738.906000', '163738.909000', '163738.912000', '163738.915000', '163738.918000', '163738.921000', '163738.924000', '163738.927000', '163738.930000', '163738.933000', '163738.936000', '163738.939000', '163738.942000', '163738.945000', '163738.948000', '163738.951000', '163738.954000', '163738.957000', '163758.832000', '163758.836000', '163758.841000', '163758.845000', '163758.848000', '163758.851000', '163758.854000', '163758.857000', '163758.860000', '163758.862000', '163758.866000', '163758.868000', '163758.871000', '163758.874000', '163758.877000', '163758.880000', '163758.883000', '163758.886000', '163758.889000', '163758.892000', '163758.895000', '163758.898000', '163758.901000', '163758.904000', '163758.907000', '163758.910000', '163758.913000', '163758.916000', '163758.919000', '163758.922000', '163758.925000', '163758.928000', '163758.931000', '163758.934000', '163758.937000', '163758.940000', '163758.943000', '163758.945000', '163758.948000', '163758.951000', '163758.954000', '163758.957000', '163758.960000', '163815.909000', '163815.913000', '163815.916000', '163815.919000', '163815.922000', '163815.925000', '163815.928000', '163815.931000', '163815.934000', '163815.938000', '163815.941000', '163815.944000', '163815.947000', '163815.951000', '163815.954000', '163815.957000', '163815.960000', '163815.963000', '163815.966000', '163815.970000', '163815.973000', '163815.976000', '163815.979000', '163815.982000', '163815.985000', '163815.988000', '163815.991000', '163815.994000', '163815.997000', '163816.001000', '163816.004000', '163816.007000', '163816.010000', '163816.013000', '163816.016000', '163816.019000', '163816.022000', '163816.025000'], 'InstanceCreationTime': ['163018.865000', '163018.869000', '163018.872000', '163018.875000', '163018.878000', '163018.881000', '163018.885000', '163018.891000', '163018.894000', '163018.897000', '163018.900000', '163018.903000', '163018.906000', '163018.909000', '163018.912000', '163018.915000', '163018.918000', '163018.921000', '163018.924000', '163018.926000', '163018.929000', '163018.932000', '163018.935000', '163018.938000', '163018.941000', '163018.944000', '163018.947000', '163018.950000', '163018.953000', '163018.956000', '163018.959000', '163018.962000', '163018.965000', '163018.968000', '163018.970000', '163018.973000', '163018.976000', '163018.979000', '163018.982000', '163018.985000', '163018.988000', '163018.991000', '163018.994000', '163018.997000', '163019.000000', '163019.003000', '163019.005000', '163019.008000', '163019.011000', '163019.014000', '163019.017000', '163019.020000', '163019.023000', '163019.026000', '163019.032000', '163019.035000', '163019.038000', '163019.041000', '163019.044000', '163019.047000', '163038.832000', '163038.835000', '163038.838000', '163038.841000', '163038.844000', '163038.847000', '163038.850000', '163038.853000', '163038.856000', '163038.859000', '163038.862000', '163038.865000', '163038.867000', '163038.871000', '163038.873000', '163038.876000', '163038.879000', '163038.882000', '163038.885000', '163038.888000', '163038.891000', '163038.894000', '163038.897000', '163038.900000', '163038.903000', '163038.906000', '163038.909000', '163038.912000', '163038.915000', '163038.918000', '163038.921000', '163038.924000', '163038.926000', '163038.930000', '163038.932000', '163038.935000', '163038.938000', '163038.941000', '163038.944000', '163038.947000', '163038.950000', '163038.953000', '163038.956000', '163038.959000', '163058.832000', '163058.835000', '163058.838000', '163058.841000', '163058.844000', '163058.847000', '163058.850000', '163058.853000', '163058.856000', '163058.859000', '163058.862000', '163058.865000', '163058.868000', '163058.871000', '163058.874000', '163058.877000', '163058.880000', '163058.885000', '163058.889000', '163058.892000', '163058.895000', '163058.898000', '163058.901000', '163058.904000', '163058.907000', '163058.910000', '163058.913000', '163058.916000', '163058.919000', '163058.922000', '163058.925000', '163058.928000', '163058.931000', '163058.934000', '163058.937000', '163058.940000', '163058.943000', '163058.946000', '163058.949000', '163058.952000', '163058.955000', '163058.958000', '163058.961000', '163118.831000', '163118.834000', '163118.837000', '163118.840000', '163118.843000', '163118.846000', '163118.849000', '163118.856000', '163118.859000', '163118.862000', '163118.865000', '163118.868000', '163118.871000', '163118.874000', '163118.876000', '163118.879000', '163118.882000', '163118.885000', '163118.888000', '163118.891000', '163118.894000', '163118.897000', '163118.900000', '163118.903000', '163118.906000', '163118.909000', '163118.912000', '163118.915000', '163118.918000', '163118.921000', '163118.924000', '163118.927000', '163118.930000', '163118.933000', '163118.936000', '163118.938000', '163118.942000', '163118.944000', '163118.947000', '163118.950000', '163118.953000', '163118.956000', '163118.959000', '163118.962000', '163138.831000', '163138.834000', '163138.837000', '163138.840000', '163138.843000', '163138.846000', '163138.861000', '163138.864000', '163138.867000', '163138.870000', '163138.873000', '163138.876000', '163138.879000', '163138.882000', '163138.885000', '163138.888000', '163138.892000', '163138.898000', '163138.901000', '163138.904000', '163138.907000', '163138.910000', '163138.913000', '163138.916000', '163138.919000', '163138.922000', '163138.925000', '163138.928000', '163138.931000', '163138.934000', '163138.937000', '163138.940000', '163138.943000', '163138.946000', '163138.949000', '163138.952000', '163138.955000', '163138.957000', '163138.960000', '163138.963000', '163138.966000', '163138.969000', '163138.972000', '163158.831000', '163158.834000', '163158.837000', '163158.840000', '163158.913000', '163158.916000', '163158.919000', '163158.922000', '163158.925000', '163158.928000', '163158.931000', '163158.934000', '163158.937000', '163158.940000', '163158.943000', '163158.953000', '163158.956000', '163158.959000', '163158.962000', '163158.965000', '163158.968000', '163158.971000', '163158.974000', '163158.977000', '163158.980000', '163158.983000', '163158.985000', '163158.988000', '163158.991000', '163158.994000', '163158.997000', '163159.001000', '163159.004000', '163159.007000', '163159.010000', '163159.013000', '163159.016000', '163159.019000', '163159.022000', '163159.025000', '163159.028000', '163159.031000', '163159.034000', '163159.037000', '163218.831000', '163218.834000', '163218.837000', '163218.840000', '163218.843000', '163218.846000', '163218.849000', '163218.852000', '163218.855000', '163218.858000', '163218.861000', '163218.864000', '163218.867000', '163218.870000', '163218.873000', '163218.876000', '163218.879000', '163218.882000', '163218.885000', '163218.888000', '163218.891000', '163218.894000', '163218.897000', '163218.900000', '163218.903000', '163218.906000', '163218.909000', '163218.911000', '163218.914000', '163218.918000', '163218.921000', '163218.924000', '163218.927000', '163218.930000', '163218.933000', '163218.936000', '163218.939000', '163218.941000', '163218.944000', '163218.948000', '163218.950000', '163218.953000', '163218.956000', '163238.832000', '163238.835000', '163238.838000', '163238.841000', '163238.844000', '163238.847000', '163238.850000', '163238.853000', '163238.856000', '163238.859000', '163238.862000', '163238.865000', '163238.868000', '163238.871000', '163238.874000', '163238.877000', '163238.880000', '163238.883000', '163238.886000', '163238.889000', '163238.892000', '163238.895000', '163238.898000', '163238.901000', '163238.904000', '163238.907000', '163238.910000', '163238.913000', '163238.916000', '163238.919000', '163238.922000', '163238.925000', '163238.928000', '163238.930000', '163238.934000', '163238.937000', '163238.939000', '163238.942000', '163238.946000', '163238.949000', '163238.952000', '163238.954000', '163238.957000', '163238.960000', '163258.832000', '163258.835000', '163258.838000', '163258.841000', '163258.844000', '163258.847000', '163258.850000', '163258.853000', '163258.856000', '163258.859000', '163258.862000', '163258.866000', '163258.869000', '163258.872000', '163258.875000', '163258.878000', '163258.881000', '163258.884000', '163258.887000', '163258.890000', '163258.893000', '163258.896000', '163258.899000', '163258.902000', '163258.905000', '163258.908000', '163258.911000', '163258.914000', '163258.917000', '163258.920000', '163258.923000', '163258.926000', '163258.929000', '163258.932000', '163258.936000', '163258.939000', '163258.942000', '163258.945000', '163258.948000', '163258.951000', '163258.954000', '163258.957000', '163258.960000', '163318.832000', '163318.835000', '163318.838000', '163318.841000', '163318.844000', '163318.847000', '163318.850000', '163318.853000', '163318.856000', '163318.859000', '163318.862000', '163318.865000', '163318.868000', '163318.871000', '163318.874000', '163318.877000', '163318.880000', '163318.883000', '163318.886000', '163318.889000', '163318.892000', '163318.895000', '163318.898000', '163318.900000', '163318.903000', '163318.906000', '163318.909000', '163318.912000', '163318.915000', '163318.918000', '163318.921000', '163318.924000', '163318.927000', '163318.930000', '163318.933000', '163318.936000', '163318.945000', '163318.948000', '163318.951000', '163318.954000', '163318.957000', '163318.960000', '163318.963000', '163318.966000', '163338.831000', '163338.834000', '163338.837000', '163338.840000', '163338.843000', '163338.846000', '163338.849000', '163338.852000', '163338.855000', '163338.858000', '163338.861000', '163338.864000', '163338.867000', '163338.870000', '163338.873000', '163338.876000', '163338.879000', '163338.882000', '163338.885000', '163338.888000', '163338.891000', '163338.894000', '163338.896000', '163338.900000', '163338.903000', '163338.905000', '163338.908000', '163338.911000', '163338.914000', '163338.917000', '163338.920000', '163338.923000', '163338.926000', '163338.929000', '163338.932000', '163338.936000', '163338.939000', '163338.942000', '163338.945000', '163338.948000', '163338.951000', '163338.954000', '163338.957000', '163358.831000', '163358.834000', '163358.837000', '163358.840000', '163358.843000', '163358.846000', '163358.849000', '163358.852000', '163358.855000', '163358.858000', '163358.861000', '163358.864000', '163358.867000', '163358.870000', '163358.873000', '163358.876000', '163358.879000', '163358.882000', '163358.885000', '163358.888000', '163358.891000', '163358.894000', '163358.897000', '163358.899000', '163358.903000', '163358.906000', '163358.908000', '163358.911000', '163358.914000', '163358.917000', '163358.921000', '163358.924000', '163358.927000', '163358.930000', '163358.933000', '163358.936000', '163358.939000', '163358.942000', '163358.945000', '163358.948000', '163358.951000', '163358.954000', '163358.956000', '163358.963000', '163418.831000', '163418.834000', '163418.837000', '163418.840000', '163418.843000', '163418.846000', '163418.849000', '163418.852000', '163418.855000', '163418.858000', '163418.861000', '163418.864000', '163418.867000', '163418.870000', '163418.873000', '163418.876000', '163418.879000', '163418.882000', '163418.885000', '163418.888000', '163418.891000', '163418.894000', '163418.897000', '163418.900000', '163418.904000', '163418.907000', '163418.910000', '163418.913000', '163418.916000', '163418.919000', '163418.923000', '163418.925000', '163418.928000', '163418.931000', '163418.934000', '163418.937000', '163418.940000', '163418.943000', '163418.946000', '163418.949000', '163418.952000', '163418.955000', '163418.958000', '163438.831000', '163438.834000', '163438.837000', '163438.840000', '163438.843000', '163438.846000', '163438.849000', '163438.852000', '163438.855000', '163438.858000', '163438.861000', '163438.864000', '163438.867000', '163438.883000', '163438.886000', '163438.890000', '163438.893000', '163438.895000', '163438.898000', '163438.902000', '163438.904000', '163438.907000', '163438.910000', '163438.913000', '163438.916000', '163438.919000', '163438.922000', '163438.925000', '163438.928000', '163438.931000', '163438.934000', '163438.937000', '163438.940000', '163438.943000', '163438.946000', '163438.949000', '163438.952000', '163438.955000', '163438.958000', '163438.961000', '163438.964000', '163438.967000', '163438.970000', '163438.973000', '163458.832000', '163458.835000', '163458.838000', '163458.841000', '163458.844000', '163458.847000', '163458.850000', '163458.853000', '163458.856000', '163458.859000', '163458.862000', '163458.865000', '163458.868000', '163458.871000', '163458.874000', '163458.877000', '163458.880000', '163458.883000', '163458.886000', '163458.889000', '163458.892000', '163458.895000', '163458.897000', '163458.900000', '163458.903000', '163458.907000', '163458.910000', '163458.912000', '163458.915000', '163458.918000', '163458.921000', '163458.924000', '163458.927000', '163458.930000', '163458.933000', '163458.938000', '163458.941000', '163458.944000', '163458.947000', '163458.950000', '163458.953000', '163458.956000', '163458.959000', '163518.832000', '163518.835000', '163518.838000', '163518.841000', '163518.844000', '163518.847000', '163518.854000', '163518.857000', '163518.860000', '163518.863000', '163518.866000', '163518.869000', '163518.872000', '163518.875000', '163518.878000', '163518.881000', '163518.884000', '163518.887000', '163518.890000', '163518.893000', '163518.896000', '163518.898000', '163518.902000', '163518.905000', '163518.907000', '163518.910000', '163518.914000', '163518.916000', '163518.919000', '163518.922000', '163518.925000', '163518.928000', '163518.931000', '163518.934000', '163518.937000', '163518.940000', '163518.943000', '163518.946000', '163518.949000', '163518.952000', '163518.955000', '163518.958000', '163518.961000', '163518.964000', '163538.832000', '163538.835000', '163538.838000', '163538.841000', '163538.844000', '163538.847000', '163538.850000', '163538.853000', '163538.856000', '163538.859000', '163538.862000', '163538.865000', '163538.868000', '163538.871000', '163538.873000', '163538.876000', '163538.880000', '163538.882000', '163538.885000', '163538.888000', '163538.891000', '163538.894000', '163538.897000', '163538.900000', '163538.903000', '163538.906000', '163538.909000', '163538.912000', '163538.915000', '163538.918000', '163538.921000', '163538.924000', '163538.927000', '163538.930000', '163538.933000', '163538.935000', '163538.939000', '163538.944000', '163538.947000', '163538.950000', '163538.953000', '163538.956000', '163538.959000', '163558.831000', '163558.834000', '163558.837000', '163558.840000', '163558.843000', '163558.846000', '163558.849000', '163558.852000', '163558.855000', '163558.858000', '163558.861000', '163558.864000', '163558.867000', '163558.876000', '163558.879000', '163558.882000', '163558.885000', '163558.888000', '163558.896000', '163558.899000', '163558.902000', '163558.905000', '163558.908000', '163558.911000', '163558.926000', '163558.933000', '163558.936000', '163558.939000', '163558.942000', '163558.945000', '163558.948000', '163558.951000', '163558.954000', '163558.957000', '163558.960000', '163558.963000', '163558.966000', '163558.969000', '163558.972000', '163558.975000', '163558.977000', '163558.980000', '163558.983000', '163558.986000', '163618.831000', '163618.834000', '163618.837000', '163618.840000', '163618.843000', '163618.846000', '163618.849000', '163618.852000', '163618.855000', '163618.858000', '163618.861000', '163618.864000', '163618.867000', '163618.870000', '163618.873000', '163618.876000', '163618.879000', '163618.882000', '163618.885000', '163618.888000', '163618.891000', '163618.894000', '163618.897000', '163618.901000', '163618.904000', '163618.906000', '163618.909000', '163618.912000', '163618.915000', '163618.918000', '163618.921000', '163618.924000', '163618.927000', '163618.930000', '163618.933000', '163618.936000', '163618.939000', '163618.942000', '163618.945000', '163618.948000', '163618.951000', '163618.954000', '163618.957000', '163638.831000', '163638.834000', '163638.837000', '163638.840000', '163638.843000', '163638.846000', '163638.849000', '163638.852000', '163638.855000', '163638.858000', '163638.861000', '163638.864000', '163638.867000', '163638.870000', '163638.873000', '163638.876000', '163638.879000', '163638.882000', '163638.885000', '163638.888000', '163638.891000', '163638.894000', '163638.897000', '163638.899000', '163638.903000', '163638.905000', '163638.908000', '163638.911000', '163638.914000', '163638.917000', '163638.920000', '163638.923000', '163638.926000', '163638.929000', '163638.932000', '163638.935000', '163638.938000', '163638.941000', '163638.944000', '163638.947000', '163638.950000', '163638.953000', '163638.956000', '163638.958000', '163658.831000', '163658.834000', '163658.837000', '163658.840000', '163658.843000', '163658.846000', '163658.849000', '163658.852000', '163658.855000', '163658.858000', '163658.861000', '163658.864000', '163658.867000', '163658.870000', '163658.873000', '163658.876000', '163658.879000', '163658.882000', '163658.885000', '163658.888000', '163658.891000', '163658.894000', '163658.897000', '163658.900000', '163658.902000', '163658.905000', '163658.908000', '163658.911000', '163658.914000', '163658.917000', '163658.920000', '163658.923000', '163658.926000', '163658.929000', '163658.932000', '163658.935000', '163658.938000', '163658.941000', '163658.944000', '163658.947000', '163658.950000', '163658.953000', '163658.956000', '163718.832000', '163718.836000', '163718.839000', '163718.842000', '163718.846000', '163718.849000', '163718.853000', '163718.856000', '163718.859000', '163718.862000', '163718.865000', '163718.868000', '163718.871000', '163718.874000', '163718.877000', '163718.880000', '163718.883000', '163718.885000', '163718.888000', '163718.891000', '163718.894000', '163718.897000', '163718.900000', '163718.903000', '163718.906000', '163718.909000', '163718.912000', '163718.915000', '163718.918000', '163718.921000', '163718.924000', '163718.927000', '163718.930000', '163718.933000', '163718.951000', '163718.962000', '163718.965000', '163718.968000', '163718.971000', '163718.974000', '163718.977000', '163718.980000', '163718.982000', '163718.985000', '163738.832000', '163738.835000', '163738.838000', '163738.841000', '163738.844000', '163738.847000', '163738.850000', '163738.853000', '163738.856000', '163738.859000', '163738.862000', '163738.865000', '163738.868000', '163738.871000', '163738.874000', '163738.877000', '163738.880000', '163738.883000', '163738.886000', '163738.889000', '163738.892000', '163738.895000', '163738.897000', '163738.900000', '163738.903000', '163738.906000', '163738.909000', '163738.912000', '163738.915000', '163738.918000', '163738.921000', '163738.924000', '163738.927000', '163738.930000', '163738.933000', '163738.936000', '163738.939000', '163738.942000', '163738.945000', '163738.948000', '163738.951000', '163738.954000', '163738.957000', '163758.832000', '163758.836000', '163758.841000', '163758.845000', '163758.848000', '163758.851000', '163758.854000', '163758.857000', '163758.860000', '163758.862000', '163758.866000', '163758.868000', '163758.871000', '163758.874000', '163758.877000', '163758.880000', '163758.883000', '163758.886000', '163758.889000', '163758.892000', '163758.895000', '163758.898000', '163758.901000', '163758.904000', '163758.907000', '163758.910000', '163758.913000', '163758.916000', '163758.919000', '163758.922000', '163758.925000', '163758.928000', '163758.931000', '163758.934000', '163758.937000', '163758.940000', '163758.943000', '163758.945000', '163758.948000', '163758.951000', '163758.954000', '163758.957000', '163758.960000', '163815.909000', '163815.913000', '163815.916000', '163815.919000', '163815.922000', '163815.925000', '163815.928000', '163815.931000', '163815.934000', '163815.938000', '163815.941000', '163815.944000', '163815.947000', '163815.951000', '163815.954000', '163815.957000', '163815.960000', '163815.963000', '163815.966000', '163815.970000', '163815.973000', '163815.976000', '163815.979000', '163815.982000', '163815.985000', '163815.988000', '163815.991000', '163815.994000', '163815.997000', '163816.001000', '163816.004000', '163816.007000', '163816.010000', '163816.013000', '163816.016000', '163816.019000', '163816.022000', '163816.025000'], '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': [8387, 15544, 9154, 7921, 9773, 7905, 13378, 8758, 18172, 12056, 11605, 8100, 19017, 10224, 13638, 8743, 12124, 7812, 10965, 7515, 10795, 7533, 7866, 7818, 8199, 7508, 8311, 12577, 7924, 13633, 8952, 13110, 9562, 11071, 7664, 11641, 8611, 12769, 9103, 13775, 8027, 12383, 7730, 11395, 7728, 9477, 7602, 9218, 7510, 8105, 12298, 7868, 7399, 7988, 8564, 7919, 12048, 8467, 9016, 8137, 13293, 8144, 14533, 9493, 13097, 8846, 12719, 8752, 13655, 9601, 13609, 10209, 9694, 7710, 9760, 7984, 15305, 10614, 14874, 8553, 13165, 9092, 12414, 8662, 11848, 8363, 11087, 7817, 10778, 7480, 9180, 8065, 7663, 7553, 7942, 7694, 7821, 9317, 8291, 7495, 8828, 7573, 8743, 18620, 10138, 14275, 9187, 11931, 7694, 13069, 8732, 10224, 7707, 9858, 7800, 9729, 7434, 7876, 17971, 8843, 15699, 10087, 11644, 7765, 9444, 7401, 7620, 13722, 8416, 12071, 8668, 9808, 7661, 10941, 7986, 10810, 8048, 10709, 7632, 10457, 7574, 10351, 7432, 8795, 7534, 8542, 7683, 9367, 7990, 11496, 8012, 11260, 8982, 7944, 11420, 8840, 18103, 12722, 18035, 11539, 9088, 7998, 12066, 8122, 18069, 10196, 11865, 7826, 12657, 8493, 11591, 7684, 10844, 7484, 7936, 7504, 7699, 14516, 8490, 12334, 7863, 10290, 7412, 7684, 7312, 7784, 12021, 8440, 9811, 7749, 12709, 8258, 11937, 9068, 11384, 8173, 11912, 7978, 9120, 8400, 8277, 7461, 8995, 7710, 9605, 7429, 7951, 12683, 8293, 7421, 7843, 19148, 11144, 13245, 11490, 7958, 14015, 7925, 13540, 8880, 11472, 7533, 8972, 7444, 8552, 7532, 7782, 15426, 8527, 11460, 7680, 9077, 7310, 7917, 11028, 7773, 13834, 8692, 11884, 8197, 11023, 7718, 9354, 18726, 9923, 14094, 8608, 10691, 7672, 9016, 7482, 7689, 10142, 8076, 7425, 7947, 7699, 7926, 15545, 9363, 13647, 9354, 10862, 7529, 10698, 7867, 11315, 8097, 11436, 7623, 11394, 7614, 10178, 10568, 9959, 7420, 8051, 8076, 8035, 11086, 8206, 7686, 8094, 18574, 10691, 12051, 12174, 7821, 7507, 7862, 12696, 7657, 10388, 7371, 8112, 7419, 7785, 14812, 9079, 11182, 7527, 8058, 7690, 7946, 7394, 7839, 13793, 8001, 11223, 7660, 8641, 7783, 8021, 7622, 8061, 9418, 8253, 7656, 8388, 7431, 7965, 17544, 9716, 13949, 9231, 8056, 8520, 8057, 10613, 8099, 7663, 12148, 18633, 14560, 12427, 8736, 14036, 8040, 17724, 10616, 14678, 8228, 9206, 7650, 12748, 8161, 8038, 7560, 7883, 7870, 9201, 7682, 8339, 8571, 8021, 9696, 8070, 7652, 8146, 7462, 9504, 8332, 11355, 8149, 10650, 8698, 7769, 16388, 8356, 16982, 20491, 14426, 17960, 12778, 13141, 7572, 11135, 7561, 9247, 7509, 7973, 7432, 7932, 7637, 8957, 7463, 10412, 13597, 8912, 15354, 9324, 12473, 8281, 11680, 7913, 8857, 7571, 8216, 8731, 7839, 18405, 9046, 13841, 9929, 11347, 7634, 11130, 7661, 10988, 7775, 11007, 8136, 7830, 19175, 9236, 14072, 7720, 8276, 9275, 7738, 8536, 7633, 11628, 7823, 10977, 8049, 10546, 7639, 10183, 7711, 10973, 8403, 11400, 7765, 12507, 8719, 14906, 10333, 15149, 8544, 14143, 9649, 12031, 10872, 9771, 8407, 7798, 11775, 7759, 15395, 9223, 12765, 8904, 11146, 7574, 10446, 7795, 10527, 7569, 8360, 7689, 7930, 7853, 8051, 7436, 9892, 7787, 9615, 7689, 8550, 7609, 8633, 7609, 10189, 8621, 15016, 8468, 8200, 9787, 7906, 16043, 11852, 18765, 11299, 15666, 10182, 9439, 16923, 9711, 10137, 7861, 9481, 7804, 13273, 8804, 12315, 8686, 11306, 7564, 10188, 7535, 8664, 8297, 8149, 7350, 7764, 15758, 8130, 11795, 7815, 10893, 7664, 9407, 7515, 7738, 14695, 8247, 12950, 8093, 10593, 7547, 9441, 7400, 7782, 15953, 8805, 13503, 9427, 11922, 7617, 10468, 7280, 7662, 10631, 8047, 12611, 8257, 8947, 7703, 12873, 7730, 10054, 7634, 8965, 7579, 7746, 7676, 7889, 15007, 8730, 13790, 9059, 9534, 7601, 10187, 7688, 8156, 7424, 8034, 8073, 8328, 7448, 8428, 9162, 7880, 18076, 9127, 13494, 9069, 11078, 7479, 10507, 7434, 10464, 7535, 8007, 8333, 7988, 7655, 8071, 7832, 9251, 8089, 9552, 8034, 8194, 13804, 9940, 13842, 10488, 20041, 13031, 10463, 18207, 9599, 13729, 7514, 11375, 7832, 10673, 7515, 10547, 7895, 10726, 7567, 12182, 8550, 13529, 9967, 15161, 9364, 15501, 9772, 14949, 9536, 13184, 8035, 10843, 7757, 9968, 7451, 9561, 7539, 10945, 7742, 13037, 7423, 11648, 7793, 13437, 9004, 14877, 9336, 9421, 7743, 11079, 7836, 14001, 9055, 13514, 7722, 11015, 7676, 11226, 8267, 11210, 8759, 8832, 7906, 7492, 7756, 7340, 8295, 7920, 10878, 7845, 10375, 7797, 7758, 8512, 8919, 14047, 8732, 7735, 13936, 9610, 18963, 12974, 15812, 10206, 18293, 12239, 13505, 8753, 7884, 7856, 11409, 8017, 11430, 8087, 7580, 7989, 7492, 7979, 14902, 8797, 9245, 7945, 7713, 8143, 10007, 8259, 8341, 7955, 15288, 8518, 13840, 9547, 13733, 7927, 11418, 7695, 11165, 7825, 8259, 8429, 8058, 7425, 7800, 7354, 8291, 14487, 8696, 11027, 8351, 14380, 8855, 13356, 9149, 13639, 9223, 8997, 7951, 7601, 8188, 17537, 11506, 13588, 7859, 12141, 8112, 11051, 7694, 10567, 7702, 11090, 7633, 11052, 7787, 11639, 8490, 7324, 10112, 8018, 8601, 8271, 8142, 13484, 9069, 16223, 15566, 14821, 7584, 9034, 7640, 11012, 7419, 11953, 7902, 11514, 7731, 11708, 8332, 11308, 8480, 8071, 9673, 7416, 11308, 7672, 13407, 8980, 13165, 8518, 7639, 7696, 7425, 9747, 8935, 8593, 8230, 8644, 7570, 8109, 9234, 8134, 10443, 8366, 7747, 8995, 7774, 10129, 7556, 11349, 8210, 13258, 7831, 12959, 8638, 14674, 9074, 14276, 8029, 15546, 7778, 12249, 7989, 13166, 9084, 7338, 8489, 7755, 10013, 8625, 7961, 14206, 10007, 7550, 14008, 8077, 17461, 10057, 15349, 14929, 11100, 8314, 7796, 7470, 7808, 7372, 7831, 11076, 7975, 7328, 7980, 7541, 8161, 14364, 9304, 12610, 8131, 7325, 8236, 8012, 11689, 8015, 10825, 9891, 8276, 14063, 9309, 7776, 14436, 20652, 16134, 15661, 12212, 12467, 7833, 13779, 9293, 11704, 7510, 10062, 7536, 9779, 7562, 10365, 7448, 10335, 8020, 11004, 7540, 11503, 8257, 11666, 8117, 12620, 7766, 10297, 7757, 7810, 11311, 8169, 9478, 10095, 18910, 13885, 11773, 8444, 17434, 8997, 15338, 11814, 14452, 9094, 12518, 7555, 10514, 7340, 8898, 7306, 8216, 7334, 9056, 15778, 9447, 11336, 7849, 11856, 7784, 12243, 8813, 12079, 7438, 11387, 8199, 10755, 8010, 10857, 8018, 13718, 7614, 12446, 7646, 11793, 9044, 8152, 8796, 7423, 10832, 7379, 16044, 8904, 15302, 7678, 10048, 9056, 14425, 9086, 7365, 11566, 9710, 17200, 10111, 16392, 11717, 17534, 9783, 14852, 8145, 8688, 7344, 7530, 7485, 9945, 7646, 11281, 7699, 9785, 7644, 14720, 8991, 13253, 8609, 14119, 7428, 9476, 9063, 7440, 14366, 9289, 12269, 8137, 11254, 7589, 11005, 7447, 8691, 8318, 8623, 7492, 8287, 8071, 7792, 16382, 10645, 12329, 7504, 12260, 8482, 16047, 10572, 14671, 7889, 12040, 8344, 11831, 8826, 13409, 8818, 13784, 9026, 11966, 8958, 14137, 8812, 12419, 7880, 9889, 7986, 13659, 9304, 10082, 7739, 11174, 7832, 11598, 9393, 8557, 10661, 8180, 10391, 8418, 8606, 13093, 8051, 17944, 13073, 17926, 10341, 14743, 9052, 14795, 9141, 13546, 9908, 7444, 7832, 7403, 10267, 7686, 11717, 8317, 12458, 8017, 10966, 7481, 12837, 9075, 12933, 9677, 15320, 8404, 9020, 7775, 10035, 9185, 12529, 12430, 7674, 9324, 10293, 7743, 19054, 11567, 14569, 11344, 13337, 8679, 12546, 7492, 11364, 7837, 8670, 10623, 7735, 8460, 9214, 8869, 11942, 16526, 12858, 7375, 7490, 13919, 8300, 14287, 9174, 12046, 7492, 7936, 7786, 7213, 11155, 8322, 7373, 9627], 'WindowCenter': [4637.0, 4685.0, 4600.0, 4564.0, 4592.0, 4560.0, 4618.0, 4557.0, 4636.0, 4596.0, 4584.0, 4533.0, 4623.0, 4562.0, 4591.0, 4540.0, 4569.0, 4519.0, 4559.0, 4519.0, 4559.0, 4519.0, 4530.0, 4520.0, 4542.0, 4522.0, 4541.0, 4582.0, 4529.0, 4590.0, 4551.0, 4591.0, 4552.0, 4571.0, 4531.0, 4571.0, 4543.0, 4581.0, 4553.0, 4589.0, 4533.0, 4581.0, 4532.0, 4572.0, 4520.0, 4550.0, 4520.0, 4550.0, 4520.0, 4532.0, 4581.0, 4530.0, 4522.0, 4542.0, 4542.0, 4543.0, 4591.0, 4543.0, 4553.0, 4534.0, 4593.0, 4543.0, 4604.0, 4564.0, 4593.0, 4553.0, 4593.0, 4542.0, 4590.0, 4553.0, 4591.0, 4562.0, 4552.0, 4534.0, 4562.0, 4532.0, 4602.0, 4563.0, 4602.0, 4542.0, 4580.0, 4543.0, 4582.0, 4541.0, 4569.0, 4532.0, 4561.0, 4520.0, 4560.0, 4521.0, 4541.0, 4522.0, 4520.0, 4521.0, 4530.0, 4521.0, 4521.0, 4551.0, 4543.0, 4521.0, 4553.0, 4531.0, 4542.0, 4622.0, 4561.0, 4591.0, 4552.0, 4583.0, 4532.0, 4583.0, 4531.0, 4552.0, 4521.0, 4550.0, 4522.0, 4550.0, 4520.0, 4521.0, 4610.0, 4540.0, 4600.0, 4548.0, 4569.0, 4520.0, 4539.0, 4508.0, 4519.0, 4579.0, 4528.0, 4577.0, 4540.0, 4560.0, 4531.0, 4571.0, 4530.0, 4571.0, 4543.0, 4572.0, 4533.0, 4573.0, 4533.0, 4572.0, 4535.0, 4554.0, 4533.0, 4553.0, 4537.0, 4566.0, 4547.0, 4585.0, 4546.0, 4584.0, 4554.0, 4543.0, 4583.0, 4554.0, 4624.0, 4594.0, 4625.0, 4572.0, 4541.0, 4531.0, 4581.0, 4531.0, 4610.0, 4549.0, 4570.0, 4519.0, 4580.0, 4539.0, 4571.0, 4518.0, 4558.0, 4509.0, 4519.0, 4509.0, 4519.0, 4588.0, 4539.0, 4578.0, 4518.0, 4546.0, 4520.0, 4521.0, 4520.0, 4533.0, 4581.0, 4541.0, 4562.0, 4533.0, 4591.0, 4542.0, 4582.0, 4568.0, 4596.0, 4554.0, 4582.0, 4530.0, 4550.0, 4530.0, 4533.0, 4520.0, 4551.0, 4531.0, 4551.0, 4522.0, 4530.0, 4590.0, 4543.0, 4522.0, 4533.0, 4622.0, 4570.0, 4579.0, 4560.0, 4520.0, 4589.0, 4528.0, 4577.0, 4537.0, 4568.0, 4519.0, 4537.0, 4519.0, 4538.0, 4519.0, 4532.0, 4601.0, 4539.0, 4568.0, 4518.0, 4540.0, 4509.0, 4529.0, 4560.0, 4519.0, 4590.0, 4539.0, 4568.0, 4530.0, 4558.0, 4519.0, 4551.0, 4620.0, 4548.0, 4590.0, 4528.0, 4548.0, 4517.0, 4539.0, 4507.0, 4518.0, 4547.0, 4530.0, 4509.0, 4530.0, 4522.0, 4531.0, 4601.0, 4552.0, 4591.0, 4540.0, 4559.0, 4521.0, 4561.0, 4531.0, 4571.0, 4532.0, 4581.0, 4533.0, 4581.0, 4522.0, 4560.0, 4562.0, 4561.0, 4521.0, 4531.0, 4529.0, 4530.0, 4570.0, 4530.0, 4520.0, 4530.0, 4622.0, 4560.0, 4569.0, 4568.0, 4519.0, 4508.0, 4520.0, 4578.0, 4518.0, 4548.0, 4508.0, 4517.0, 4508.0, 4521.0, 4589.0, 4528.0, 4558.0, 4518.0, 4519.0, 4517.0, 4528.0, 4509.0, 4519.0, 4588.0, 4518.0, 4568.0, 4520.0, 4538.0, 4519.0, 4528.0, 4518.0, 4529.0, 4549.0, 4539.0, 4531.0, 4542.0, 4520.0, 4531.0, 4622.0, 4552.0, 4603.0, 4553.0, 4530.0, 4542.0, 4530.0, 4561.0, 4532.0, 4533.0, 4593.0, 4634.0, 4604.0, 4583.0, 4529.0, 4589.0, 4518.0, 4607.0, 4548.0, 4587.0, 4517.0, 4538.0, 4517.0, 4578.0, 4526.0, 4519.0, 4517.0, 4525.0, 4528.0, 4538.0, 4531.0, 4540.0, 4541.0, 4532.0, 4552.0, 4532.0, 4532.0, 4532.0, 4522.0, 4562.0, 4541.0, 4572.0, 4532.0, 4573.0, 4554.0, 4533.0, 4614.0, 4543.0, 4614.0, 4633.0, 4591.0, 4608.0, 4568.0, 4577.0, 4520.0, 4557.0, 4518.0, 4537.0, 4507.0, 4517.0, 4507.0, 4517.0, 4521.0, 4540.0, 4521.0, 4573.0, 4592.0, 4552.0, 4602.0, 4551.0, 4583.0, 4531.0, 4580.0, 4529.0, 4539.0, 4521.0, 4531.0, 4538.0, 4521.0, 4622.0, 4541.0, 4589.0, 4549.0, 4571.0, 4531.0, 4568.0, 4519.0, 4561.0, 4520.0, 4569.0, 4529.0, 4520.0, 4619.0, 4538.0, 4588.0, 4508.0, 4526.0, 4536.0, 4517.0, 4528.0, 4518.0, 4567.0, 4519.0, 4559.0, 4531.0, 4560.0, 4532.0, 4560.0, 4530.0, 4571.0, 4544.0, 4581.0, 4535.0, 4581.0, 4544.0, 4602.0, 4563.0, 4602.0, 4542.0, 4592.0, 4549.0, 4580.0, 4558.0, 4548.0, 4520.0, 4518.0, 4567.0, 4515.0, 4588.0, 4537.0, 4568.0, 4526.0, 4557.0, 4519.0, 4556.0, 4518.0, 4558.0, 4518.0, 4529.0, 4519.0, 4530.0, 4528.0, 4529.0, 4519.0, 4560.0, 4531.0, 4563.0, 4532.0, 4540.0, 4521.0, 4543.0, 4532.0, 4566.0, 4555.0, 4613.0, 4543.0, 4544.0, 4563.0, 4532.0, 4614.0, 4585.0, 4624.0, 4573.0, 4602.0, 4550.0, 4540.0, 4598.0, 4538.0, 4548.0, 4517.0, 4538.0, 4517.0, 4579.0, 4539.0, 4569.0, 4528.0, 4559.0, 4519.0, 4548.0, 4519.0, 4530.0, 4529.0, 4520.0, 4519.0, 4520.0, 4600.0, 4529.0, 4571.0, 4520.0, 4560.0, 4521.0, 4540.0, 4511.0, 4520.0, 4600.0, 4530.0, 4580.0, 4530.0, 4560.0, 4519.0, 4551.0, 4519.0, 4521.0, 4599.0, 4542.0, 4580.0, 4540.0, 4570.0, 4519.0, 4559.0, 4507.0, 4518.0, 4558.0, 4530.0, 4577.0, 4530.0, 4539.0, 4519.0, 4577.0, 4518.0, 4549.0, 4519.0, 4541.0, 4521.0, 4520.0, 4519.0, 4530.0, 4601.0, 4541.0, 4591.0, 4554.0, 4563.0, 4531.0, 4557.0, 4516.0, 4518.0, 4509.0, 4528.0, 4518.0, 4529.0, 4519.0, 4530.0, 4540.0, 4530.0, 4609.0, 4551.0, 4590.0, 4539.0, 4568.0, 4521.0, 4559.0, 4521.0, 4560.0, 4521.0, 4532.0, 4554.0, 4544.0, 4532.0, 4535.0, 4535.0, 4565.0, 4547.0, 4566.0, 4548.0, 4557.0, 4609.0, 4578.0, 4606.0, 4575.0, 4637.0, 4582.0, 4560.0, 4610.0, 4540.0, 4590.0, 4519.0, 4567.0, 4519.0, 4559.0, 4518.0, 4561.0, 4532.0, 4572.0, 4533.0, 4580.0, 4545.0, 4593.0, 4564.0, 4603.0, 4553.0, 4601.0, 4551.0, 4591.0, 4551.0, 4579.0, 4520.0, 4559.0, 4521.0, 4548.0, 4511.0, 4539.0, 4520.0, 4560.0, 4519.0, 4578.0, 4511.0, 4559.0, 4522.0, 4579.0, 4540.0, 4589.0, 4540.0, 4539.0, 4517.0, 4559.0, 4520.0, 4590.0, 4539.0, 4578.0, 4519.0, 4559.0, 4520.0, 4558.0, 4530.0, 4568.0, 4541.0, 4541.0, 4530.0, 4519.0, 4530.0, 4521.0, 4542.0, 4532.0, 4573.0, 4542.0, 4565.0, 4534.0, 4535.0, 4556.0, 4555.0, 4603.0, 4545.0, 4535.0, 4605.0, 4565.0, 4626.0, 4596.0, 4603.0, 4552.0, 4612.0, 4571.0, 4579.0, 4530.0, 4521.0, 4520.0, 4559.0, 4520.0, 4560.0, 4520.0, 4521.0, 4519.0, 4508.0, 4531.0, 4598.0, 4530.0, 4539.0, 4519.0, 4520.0, 4529.0, 4551.0, 4531.0, 4532.0, 4531.0, 4601.0, 4541.0, 4593.0, 4552.0, 4589.0, 4530.0, 4569.0, 4520.0, 4570.0, 4521.0, 4530.0, 4531.0, 4530.0, 4520.0, 4520.0, 4535.0, 4555.0, 4602.0, 4556.0, 4584.0, 4543.0, 4590.0, 4539.0, 4580.0, 4552.0, 4590.0, 4551.0, 4542.0, 4531.0, 4522.0, 4542.0, 4620.0, 4570.0, 4591.0, 4530.0, 4580.0, 4529.0, 4568.0, 4521.0, 4559.0, 4522.0, 4571.0, 4533.0, 4571.0, 4533.0, 4583.0, 4552.0, 4525.0, 4575.0, 4544.0, 4556.0, 4544.0, 4546.0, 4619.0, 4583.0, 4642.0, 4618.0, 4603.0, 4521.0, 4542.0, 4533.0, 4572.0, 4509.0, 4557.0, 4516.0, 4557.0, 4520.0, 4569.0, 4529.0, 4571.0, 4540.0, 4533.0, 4565.0, 4525.0, 4572.0, 4534.0, 4604.0, 4558.0, 4622.0, 4561.0, 4538.0, 4534.0, 4523.0, 4552.0, 4540.0, 4528.0, 4529.0, 4529.0, 4517.0, 4530.0, 4537.0, 4518.0, 4559.0, 4540.0, 4532.0, 4550.0, 4574.0, 4586.0, 4544.0, 4582.0, 4560.0, 4609.0, 4551.0, 4608.0, 4544.0, 4606.0, 4544.0, 4605.0, 4522.0, 4585.0, 4517.0, 4568.0, 4532.0, 4577.0, 4537.0, 4505.0, 4526.0, 4533.0, 4573.0, 4555.0, 4545.0, 4603.0, 4575.0, 4559.0, 4615.0, 4531.0, 4609.0, 4547.0, 4598.0, 4588.0, 4557.0, 4516.0, 4518.0, 4508.0, 4518.0, 4520.0, 4531.0, 4566.0, 4530.0, 4532.0, 4540.0, 4532.0, 4556.0, 4615.0, 4565.0, 4605.0, 4587.0, 4564.0, 4556.0, 4545.0, 4583.0, 4544.0, 4588.0, 4577.0, 4557.0, 4605.0, 4551.0, 4533.0, 4617.0, 4646.0, 4614.0, 4603.0, 4583.0, 4582.0, 4533.0, 4604.0, 4565.0, 4583.0, 4546.0, 4563.0, 4519.0, 4548.0, 4530.0, 4572.0, 4521.0, 4574.0, 4558.0, 4584.0, 4545.0, 4582.0, 4546.0, 4595.0, 4545.0, 4595.0, 4546.0, 4576.0, 4546.0, 4533.0, 4584.0, 4555.0, 4578.0, 4616.0, 4661.0, 4622.0, 4586.0, 4545.0, 4609.0, 4542.0, 4598.0, 4598.0, 4648.0, 4584.0, 4595.0, 4537.0, 4562.0, 4523.0, 4552.0, 4519.0, 4541.0, 4523.0, 4552.0, 4612.0, 4534.0, 4539.0, 4515.0, 4564.0, 4517.0, 4577.0, 4551.0, 4592.0, 4545.0, 4583.0, 4542.0, 4573.0, 4542.0, 4573.0, 4545.0, 4603.0, 4533.0, 4592.0, 4533.0, 4581.0, 4552.0, 4543.0, 4553.0, 4534.0, 4573.0, 4547.0, 4625.0, 4566.0, 4623.0, 4534.0, 4563.0, 4553.0, 4601.0, 4551.0, 4523.0, 4583.0, 4566.0, 4626.0, 4574.0, 4613.0, 4583.0, 4625.0, 4581.0, 4606.0, 4517.0, 4515.0, 4493.0, 4505.0, 4508.0, 4548.0, 4532.0, 4582.0, 4534.0, 4566.0, 4533.0, 4615.0, 4555.0, 4594.0, 4543.0, 4593.0, 4524.0, 4553.0, 4541.0, 4523.0, 4592.0, 4555.0, 4584.0, 4546.0, 4585.0, 4536.0, 4587.0, 4536.0, 4555.0, 4545.0, 4555.0, 4537.0, 4547.0, 4559.0, 4537.0, 4614.0, 4562.0, 4583.0, 4535.0, 4594.0, 4555.0, 4624.0, 4574.0, 4601.0, 4530.0, 4578.0, 4544.0, 4583.0, 4555.0, 4604.0, 4566.0, 4603.0, 4565.0, 4593.0, 4556.0, 4602.0, 4554.0, 4593.0, 4544.0, 4564.0, 4544.0, 4604.0, 4555.0, 4574.0, 4533.0, 4581.0, 4534.0, 4583.0, 4552.0, 4542.0, 4575.0, 4556.0, 4606.0, 4573.0, 4558.0, 4594.0, 4521.0, 4614.0, 4582.0, 4611.0, 4564.0, 4629.0, 4540.0, 4590.0, 4551.0, 4590.0, 4550.0, 4520.0, 4518.0, 4520.0, 4559.0, 4545.0, 4583.0, 4544.0, 4590.0, 4543.0, 4571.0, 4533.0, 4592.0, 4553.0, 4594.0, 4566.0, 4613.0, 4543.0, 4553.0, 4533.0, 4566.0, 4566.0, 4597.0, 4593.0, 4535.0, 4557.0, 4562.0, 4535.0, 4624.0, 4572.0, 4592.0, 4572.0, 4590.0, 4543.0, 4580.0, 4524.0, 4572.0, 4533.0, 4552.0, 4571.0, 4532.0, 4541.0, 4564.0, 4553.0, 4583.0, 4612.0, 4583.0, 4521.0, 4509.0, 4589.0, 4530.0, 4590.0, 4538.0, 4577.0, 4521.0, 4533.0, 4531.0, 4535.0, 4581.0, 4543.0, 4533.0, 4564.0], 'WindowWidth': [10211.0, 10250.0, 10120.0, 10057.0, 10088.0, 10042.0, 10114.0, 10029.0, 10138.0, 10078.0, 10058.0, 9989.0, 10113.0, 10025.0, 10064.0, 9992.0, 10029.0, 9963.0, 10016.0, 9963.0, 10017.0, 9963.0, 9978.0, 9965.0, 9996.0, 9973.0, 9996.0, 10053.0, 9977.0, 10062.0, 10009.0, 10063.0, 10010.0, 10037.0, 9984.0, 10036.0, 9999.0, 10050.0, 10013.0, 10060.0, 9986.0, 10050.0, 9985.0, 10038.0, 9964.0, 10005.0, 9966.0, 10005.0, 9965.0, 9984.0, 10050.0, 9981.0, 9972.0, 9999.0, 9998.0, 10000.0, 10065.0, 10003.0, 10015.0, 9990.0, 10068.0, 10002.0, 10086.0, 10029.0, 10070.0, 10014.0, 10067.0, 9998.0, 10063.0, 10014.0, 10064.0, 10024.0, 10011.0, 9987.0, 10024.0, 9985.0, 10082.0, 10027.0, 10079.0, 9996.0, 10045.0, 9997.0, 10049.0, 9994.0, 10030.0, 9981.0, 10020.0, 9967.0, 10019.0, 9966.0, 9993.0, 9967.0, 9965.0, 9968.0, 9978.0, 9967.0, 9968.0, 10010.0, 9999.0, 9969.0, 10012.0, 9982.0, 9997.0, 10110.0, 10022.0, 10062.0, 10010.0, 10053.0, 9983.0, 10055.0, 9979.0, 10007.0, 9965.0, 10004.0, 9969.0, 10004.0, 9965.0, 9966.0, 10088.0, 9990.0, 10074.0, 9999.0, 10028.0, 9963.0, 9988.0, 9944.0, 9961.0, 10042.0, 9975.0, 10039.0, 9991.0, 10018.0, 9982.0, 10034.0, 9982.0, 10037.0, 10002.0, 10038.0, 9989.0, 10042.0, 9990.0, 10041.0, 9994.0, 10019.0, 9989.0, 10015.0, 9997.0, 10036.0, 10013.0, 10061.0, 10011.0, 10060.0, 10018.0, 10003.0, 10056.0, 10017.0, 10115.0, 10072.0, 10115.0, 10039.0, 9995.0, 9981.0, 10048.0, 9982.0, 10091.0, 10002.0, 10031.0, 9963.0, 10046.0, 9989.0, 10033.0, 9961.0, 10014.0, 9948.0, 9962.0, 9949.0, 9962.0, 10057.0, 9988.0, 10041.0, 9959.0, 9997.0, 9963.0, 9966.0, 9965.0, 9985.0, 10049.0, 9996.0, 10025.0, 9987.0, 10067.0, 10001.0, 10053.0, 10046.0, 10082.0, 10022.0, 10052.0, 9978.0, 10005.0, 9978.0, 9985.0, 9967.0, 10010.0, 9983.0, 10009.0, 9969.0, 9979.0, 10059.0, 10000.0, 9971.0, 9987.0, 10113.0, 10034.0, 10045.0, 10015.0, 9963.0, 10056.0, 9972.0, 10041.0, 9983.0, 10027.0, 9963.0, 9986.0, 9963.0, 9989.0, 9964.0, 9984.0, 10079.0, 9989.0, 10029.0, 9961.0, 9992.0, 9949.0, 9976.0, 10019.0, 9964.0, 10062.0, 9991.0, 10028.0, 9976.0, 10015.0, 9963.0, 10008.0, 10104.0, 10000.0, 10058.0, 9973.0, 10000.0, 9957.0, 9987.0, 9944.0, 9960.0, 9998.0, 9978.0, 9948.0, 9978.0, 9969.0, 9982.0, 10078.0, 10008.0, 10060.0, 9991.0, 10015.0, 9968.0, 10021.0, 9982.0, 10036.0, 9984.0, 10051.0, 9989.0, 10051.0, 9972.0, 10022.0, 10025.0, 10021.0, 9966.0, 9981.0, 9976.0, 9979.0, 10031.0, 9978.0, 9967.0, 9980.0, 10111.0, 10019.0, 10031.0, 10026.0, 9961.0, 9947.0, 9964.0, 10042.0, 9960.0, 10001.0, 9945.0, 9956.0, 9946.0, 9966.0, 10060.0, 9972.0, 10012.0, 9959.0, 9960.0, 9956.0, 9973.0, 9949.0, 9963.0, 10056.0, 9960.0, 10029.0, 9964.0, 9988.0, 9964.0, 9974.0, 9961.0, 9978.0, 10004.0, 9993.0, 9981.0, 9997.0, 9967.0, 9983.0, 10112.0, 10011.0, 10085.0, 10015.0, 9982.0, 10000.0, 9981.0, 10023.0, 9985.0, 9987.0, 10074.0, 10129.0, 10086.0, 10054.0, 9976.0, 10055.0, 9960.0, 10080.0, 9998.0, 10052.0, 9956.0, 9985.0, 9957.0, 10040.0, 9968.0, 9960.0, 9961.0, 9969.0, 9974.0, 9986.0, 9981.0, 9994.0, 9996.0, 9985.0, 10011.0, 9985.0, 9985.0, 9985.0, 9971.0, 10025.0, 9998.0, 10040.0, 9986.0, 10041.0, 10019.0, 9990.0, 10103.0, 10001.0, 10104.0, 10127.0, 10061.0, 10085.0, 10025.0, 10037.0, 9962.0, 10009.0, 9959.0, 9984.0, 9942.0, 9955.0, 9943.0, 9957.0, 9968.0, 9991.0, 9971.0, 10042.0, 10067.0, 10012.0, 10082.0, 10009.0, 10054.0, 9983.0, 10048.0, 9977.0, 9991.0, 9967.0, 9981.0, 9988.0, 9967.0, 10109.0, 9994.0, 10059.0, 10004.0, 10035.0, 9982.0, 10030.0, 9963.0, 10022.0, 9966.0, 10031.0, 9976.0, 9965.0, 10103.0, 9985.0, 10054.0, 9944.0, 9968.0, 9980.0, 9957.0, 9972.0, 9959.0, 10024.0, 9963.0, 10017.0, 9983.0, 10018.0, 9986.0, 10021.0, 9983.0, 10036.0, 10004.0, 10052.0, 9993.0, 10052.0, 10003.0, 10081.0, 10028.0, 10082.0, 9997.0, 10065.0, 10003.0, 10046.0, 10014.0, 9999.0, 9962.0, 9959.0, 10024.0, 9952.0, 10054.0, 9982.0, 10026.0, 9968.0, 10010.0, 9961.0, 10008.0, 9960.0, 10014.0, 9961.0, 9976.0, 9962.0, 9979.0, 9976.0, 9975.0, 9964.0, 10020.0, 9982.0, 10028.0, 9984.0, 9994.0, 9969.0, 10001.0, 9987.0, 10033.0, 10021.0, 10096.0, 10002.0, 10003.0, 10028.0, 9985.0, 10099.0, 10058.0, 10113.0, 10037.0, 10080.0, 10001.0, 9987.0, 10066.0, 9980.0, 9997.0, 9955.0, 9983.0, 9955.0, 10041.0, 9988.0, 10028.0, 9973.0, 10014.0, 9963.0, 9999.0, 9961.0, 9976.0, 9975.0, 9963.0, 9963.0, 9966.0, 10074.0, 9975.0, 10034.0, 9964.0, 10018.0, 9966.0, 9990.0, 9953.0, 9965.0, 10074.0, 9979.0, 10046.0, 9977.0, 10018.0, 9965.0, 10007.0, 9963.0, 9967.0, 10074.0, 9996.0, 10046.0, 9991.0, 10031.0, 9962.0, 10014.0, 9944.0, 9959.0, 10012.0, 9977.0, 10039.0, 9977.0, 9990.0, 9964.0, 10042.0, 9961.0, 10002.0, 9963.0, 9994.0, 9967.0, 9966.0, 9964.0, 9980.0, 10079.0, 9995.0, 10064.0, 10018.0, 10030.0, 9983.0, 10011.0, 9956.0, 9959.0, 9947.0, 9974.0, 9959.0, 9976.0, 9963.0, 9978.0, 9990.0, 9978.0, 10090.0, 10007.0, 10059.0, 9990.0, 10028.0, 9969.0, 10017.0, 9967.0, 10019.0, 9968.0, 9986.0, 10020.0, 10004.0, 9986.0, 9990.0, 9993.0, 10036.0, 10012.0, 10037.0, 10014.0, 10026.0, 10097.0, 10053.0, 10092.0, 10046.0, 10142.0, 10051.0, 10017.0, 10089.0, 9988.0, 10058.0, 9963.0, 10025.0, 9962.0, 10015.0, 9962.0, 10019.0, 9984.0, 10035.0, 9987.0, 10048.0, 10005.0, 10068.0, 10027.0, 10081.0, 10011.0, 10076.0, 10006.0, 10063.0, 10005.0, 10042.0, 9962.0, 10013.0, 9965.0, 9999.0, 9951.0, 9987.0, 9962.0, 10017.0, 9959.0, 10040.0, 9951.0, 10015.0, 9967.0, 10043.0, 9991.0, 10058.0, 9990.0, 9988.0, 9958.0, 10013.0, 9963.0, 10059.0, 9990.0, 10041.0, 9962.0, 10015.0, 9965.0, 10014.0, 9979.0, 10029.0, 9995.0, 9995.0, 9980.0, 9964.0, 9979.0, 9968.0, 9998.0, 9983.0, 10041.0, 10000.0, 10031.0, 9991.0, 9995.0, 10023.0, 10019.0, 10082.0, 10004.0, 9990.0, 10087.0, 10031.0, 10119.0, 10072.0, 10080.0, 10007.0, 10092.0, 10030.0, 10042.0, 9973.0, 9962.0, 9960.0, 10012.0, 9963.0, 10015.0, 9962.0, 9965.0, 9961.0, 9945.0, 9979.0, 10068.0, 9977.0, 9988.0, 9960.0, 9963.0, 9977.0, 10006.0, 9980.0, 9982.0, 9982.0, 10078.0, 9993.0, 10066.0, 10009.0, 10058.0, 9980.0, 10031.0, 9965.0, 10032.0, 9967.0, 9978.0, 9979.0, 9977.0, 9965.0, 9965.0, 9993.0, 10020.0, 10083.0, 10023.0, 10059.0, 9998.0, 10061.0, 9989.0, 10046.0, 10008.0, 10060.0, 10007.0, 9996.0, 9982.0, 9968.0, 9997.0, 10105.0, 10033.0, 10061.0, 9978.0, 10046.0, 9976.0, 10027.0, 9967.0, 10015.0, 9970.0, 10035.0, 9988.0, 10035.0, 9987.0, 10056.0, 10014.0, 9979.0, 10047.0, 10006.0, 10021.0, 10004.0, 10007.0, 10115.0, 10073.0, 10154.0, 10108.0, 10079.0, 9966.0, 9996.0, 9987.0, 10036.0, 9946.0, 10006.0, 9950.0, 10004.0, 9963.0, 10027.0, 9976.0, 10035.0, 9992.0, 9983.0, 10032.0, 9976.0, 10034.0, 9989.0, 10084.0, 10028.0, 10121.0, 10037.0, 10002.0, 9991.0, 9973.0, 10010.0, 9993.0, 9971.0, 9974.0, 9973.0, 9955.0, 9976.0, 9981.0, 9958.0, 10013.0, 9992.0, 9984.0, 10008.0, 10065.0, 10065.0, 10005.0, 10054.0, 10038.0, 10101.0, 10027.0, 10096.0, 10005.0, 10090.0, 10000.0, 10085.0, 9965.0, 10042.0, 9954.0, 10025.0, 9983.0, 10038.0, 9981.0, 9938.0, 9967.0, 9987.0, 10041.0, 10020.0, 10008.0, 10085.0, 10049.0, 10035.0, 10105.0, 9983.0, 10090.0, 9996.0, 10070.0, 10052.0, 10008.0, 9954.0, 9957.0, 9946.0, 9960.0, 9967.0, 9984.0, 10026.0, 9981.0, 9989.0, 9996.0, 9988.0, 10024.0, 10106.0, 10033.0, 10092.0, 10089.0, 10050.0, 10025.0, 10005.0, 10055.0, 10005.0, 10068.0, 10054.0, 10026.0, 10088.0, 10009.0, 9986.0, 10109.0, 10155.0, 10100.0, 10084.0, 10052.0, 10053.0, 9986.0, 10086.0, 10033.0, 10059.0, 10015.0, 10028.0, 9960.0, 9997.0, 9979.0, 10038.0, 9971.0, 10045.0, 10032.0, 10060.0, 10009.0, 10054.0, 10009.0, 10077.0, 10008.0, 10073.0, 10010.0, 10051.0, 10012.0, 9990.0, 10060.0, 10022.0, 10059.0, 10127.0, 10182.0, 10123.0, 10064.0, 10006.0, 10087.0, 9995.0, 10071.0, 10085.0, 10174.0, 10076.0, 10078.0, 9999.0, 10024.0, 9972.0, 10011.0, 9963.0, 9994.0, 9974.0, 10013.0, 10092.0, 9971.0, 9972.0, 9947.0, 10013.0, 9957.0, 10038.0, 10007.0, 10069.0, 10014.0, 10057.0, 10000.0, 10041.0, 9999.0, 10041.0, 10010.0, 10083.0, 9989.0, 10065.0, 9987.0, 10049.0, 10015.0, 10003.0, 10018.0, 9992.0, 10042.0, 10016.0, 10117.0, 10040.0, 10115.0, 9990.0, 10028.0, 10014.0, 10078.0, 10007.0, 9972.0, 10052.0, 10034.0, 10120.0, 10044.0, 10097.0, 10052.0, 10119.0, 10066.0, 10090.0, 9953.0, 9946.0, 9916.0, 9933.0, 9945.0, 9999.0, 9983.0, 10051.0, 9989.0, 10032.0, 9989.0, 10100.0, 10019.0, 10073.0, 9997.0, 10066.0, 9973.0, 10009.0, 9994.0, 9972.0, 10065.0, 10015.0, 10054.0, 10007.0, 10059.0, 9998.0, 10066.0, 9994.0, 10019.0, 10002.0, 10017.0, 9996.0, 10010.0, 10033.0, 9998.0, 10101.0, 10023.0, 10051.0, 9993.0, 10071.0, 10018.0, 10115.0, 10047.0, 10077.0, 9979.0, 10044.0, 10004.0, 10056.0, 10022.0, 10087.0, 10036.0, 10086.0, 10036.0, 10073.0, 10024.0, 10081.0, 10017.0, 10068.0, 10003.0, 10031.0, 10006.0, 10086.0, 10018.0, 10043.0, 9989.0, 10052.0, 9989.0, 10052.0, 10012.0, 9998.0, 10044.0, 10022.0, 10110.0, 10057.0, 10026.0, 10069.0, 9964.0, 10097.0, 10050.0, 10090.0, 10028.0, 10129.0, 9994.0, 10059.0, 10011.0, 10060.0, 10003.0, 9963.0, 9959.0, 9963.0, 10015.0, 10010.0, 10055.0, 10001.0, 10062.0, 10001.0, 10037.0, 9988.0, 10067.0, 10015.0, 10071.0, 10035.0, 10094.0, 10001.0, 10014.0, 9988.0, 10033.0, 10033.0, 10075.0, 10070.0, 9991.0, 10022.0, 10025.0, 9989.0, 10112.0, 10035.0, 10063.0, 10033.0, 10057.0, 9998.0, 10046.0, 9974.0, 10035.0, 9986.0, 10012.0, 10038.0, 9984.0, 9996.0, 10033.0, 10016.0, 10054.0, 10093.0, 10052.0, 9966.0, 9947.0, 10056.0, 9978.0, 10059.0, 9986.0, 10038.0, 9968.0, 9987.0, 9987.0, 9994.0, 10052.0, 10003.0, 9990.0, 10031.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.002348299817184644</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02111493893967093</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.634040180054875</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.214088643348582</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.009511051244281</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.494</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6324.2607</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08870725431085794</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.6672760511883</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5198826251858386</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5000233949402517</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.569902302365118</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4897221782521464</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00925168</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.012549816630780697</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.033632975071668625</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1094</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>4.0668475434562685</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>25.4552</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5269</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.035</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294556.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1020.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>446.5201</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5587</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>627.9845</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3740.8201</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81988.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1520.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4941.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.509</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.74046306789387</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> |