=== 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-0094 --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-0094",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-02/func/sub-0094_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>7c01e930b41d36a5d6b2910c00ad3e99</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:11:11.045000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997698, 0.0596292, 0.0322941, -0.060148, 0.998072, 0.0153377]</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.259</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.113119</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4257, -7867, -7207, 508, -86, -426, 263, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.71</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>91595e4f-d508-4090-bdbf-ac53adc9011b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676750898361206, -0.1613726019859314, 0.08455651998519897, 115.10087585449219], [-0.15998074412345886, 2.677753210067749, 0.046561021357774734, -89.55316162109375], [0.08664265275001526, -0.041149940341711044, 2.6982741355895996, -57.943199157714844], [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': ['111111.045000', '111111.505000', '111111.965000', '111112.425000', '111112.885000', '111113.345000', '111113.805000', '111114.265000', '111114.725000', '111115.185000', '111115.645000', '111116.105000', '111116.565000', '111117.025000', '111117.485000', '111117.945000', '111118.405000', '111118.865000', '111119.325000', '111119.785000', '111120.245000', '111120.705000', '111121.165000', '111121.625000', '111122.085000', '111122.545000', '111123.005000', '111123.465000', '111123.925000', '111124.385000', '111124.845000', '111125.305000', '111125.765000', '111126.225000', '111126.685000', '111127.145000', '111127.605000', '111128.065000', '111128.525000', '111128.985000', '111129.445000', '111129.905000', '111130.365000', '111130.825000', '111131.285000', '111131.745000', '111132.205000', '111132.665000', '111133.125000', '111133.585000', '111134.045000', '111134.505000', '111134.965000', '111135.425000', '111135.885000', '111136.345000', '111136.805000', '111137.265000', '111137.725000', '111138.185000', '111138.645000', '111139.105000', '111139.565000', '111140.025000', '111140.485000', '111140.945000', '111141.405000', '111141.865000', '111142.325000', '111142.785000', '111143.245000', '111143.705000', '111144.165000', '111144.625000', '111145.085000', '111145.545000', '111146.005000', '111146.465000', '111146.925000', '111147.385000', '111147.845000', '111148.305000', '111148.765000', '111149.225000', '111149.685000', '111150.145000', '111150.605000', '111151.065000', '111151.525000', '111151.985000', '111152.445000', '111152.905000', '111153.365000', '111153.825000', '111154.285000', '111154.745000', '111155.205000', '111155.665000', '111156.125000', '111156.585000', '111157.045000', '111157.505000', '111157.965000', '111158.425000', '111158.885000', '111159.345000', '111159.805000', '111200.265000', '111200.725000', '111201.185000', '111201.645000', '111202.105000', '111202.565000', '111203.025000', '111203.485000', '111203.945000', '111204.405000', '111204.865000', '111205.325000', '111205.785000', '111206.245000', '111206.705000', '111207.165000', '111207.625000', '111208.085000', '111208.545000', '111209.005000', '111209.465000', '111209.925000', '111210.385000', '111210.845000', '111211.305000', '111211.765000', '111212.225000', '111212.685000', '111213.145000', '111213.605000', '111214.065000', '111214.525000', '111214.985000', '111215.445000', '111215.905000', '111216.365000', '111216.825000', '111217.285000', '111217.745000', '111218.205000', '111218.665000', '111219.125000', '111219.585000', '111220.045000', '111220.505000', '111220.965000', '111221.425000', '111221.885000', '111222.345000', '111222.805000', '111223.265000', '111223.725000', '111224.185000', '111224.645000', '111225.105000', '111225.565000', '111226.025000', '111226.485000', '111226.945000', '111227.405000', '111227.865000', '111228.325000', '111228.785000', '111229.245000', '111229.705000', '111230.165000', '111230.625000', '111231.085000', '111231.545000', '111232.005000', '111232.465000', '111232.925000', '111233.385000', '111233.845000', '111234.305000', '111234.765000', '111235.225000', '111235.685000', '111236.145000', '111236.605000', '111237.065000', '111237.525000', '111237.985000', '111238.445000', '111238.905000', '111239.365000', '111239.825000', '111240.285000', '111240.745000', '111241.205000', '111241.665000', '111242.125000', '111242.585000', '111243.045000', '111243.505000', '111243.965000', '111244.425000', '111244.885000', '111245.345000', '111245.805000', '111246.265000', '111246.725000', '111247.185000', '111247.645000', '111248.105000', '111248.565000', '111249.025000', '111249.485000', '111249.945000', '111250.405000', '111250.865000', '111251.325000', '111251.785000', '111252.245000', '111252.705000', '111253.165000', '111253.625000', '111254.085000', '111254.545000', '111255.005000', '111255.465000', '111255.925000', '111256.385000', '111256.845000', '111257.305000', '111257.765000', '111258.225000', '111258.685000', '111259.145000', '111259.605000', '111300.065000', '111300.525000', '111300.985000', '111301.445000', '111301.905000', '111302.365000', '111302.825000', '111303.285000', '111303.745000', '111304.205000', '111304.665000', '111305.125000', '111305.585000', '111306.045000', '111306.505000', '111306.965000', '111307.425000', '111307.885000', '111308.345000', '111308.805000', '111309.265000', '111309.725000', '111310.185000', '111310.645000', '111311.105000', '111311.565000', '111312.025000', '111312.485000', '111312.945000', '111313.405000', '111313.865000', '111314.325000', '111314.785000', '111315.245000', '111315.705000', '111316.165000', '111316.625000', '111317.085000', '111317.545000', '111318.005000', '111318.465000', '111318.925000', '111319.385000', '111319.845000', '111320.305000', '111320.765000', '111321.225000', '111321.685000', '111322.145000', '111322.605000', '111323.065000', '111323.525000', '111323.985000', '111324.445000', '111324.905000', '111325.365000', '111325.825000', '111326.285000', '111326.745000', '111327.205000', '111327.665000', '111328.125000', '111328.585000', '111329.045000', '111329.505000', '111329.965000', '111330.425000', '111330.885000', '111331.345000', '111331.805000', '111332.265000', '111332.725000', '111333.185000', '111333.645000', '111334.105000', '111334.565000', '111335.025000', '111335.485000', '111335.945000', '111336.405000', '111336.865000', '111337.325000', '111337.785000', '111338.245000', '111338.705000', '111339.165000', '111339.625000', '111340.085000', '111340.545000', '111341.005000', '111341.465000', '111341.925000', '111342.385000', '111342.845000', '111343.305000', '111343.765000', '111344.225000', '111344.685000', '111345.145000', '111345.605000', '111346.065000', '111346.525000', '111346.985000', '111347.445000', '111347.905000', '111348.365000', '111348.825000', '111349.285000', '111349.745000', '111350.205000', '111350.665000', '111351.125000', '111351.585000', '111352.045000', '111352.505000', '111352.965000', '111353.425000', '111353.885000', '111354.345000', '111354.805000', '111355.265000', '111355.725000', '111356.185000', '111356.645000', '111357.105000', '111357.565000', '111358.025000', '111358.485000', '111358.945000', '111359.405000', '111359.865000', '111400.325000', '111400.785000', '111401.245000', '111401.705000', '111402.165000', '111402.625000', '111403.085000', '111403.545000', '111404.005000', '111404.465000', '111404.925000', '111405.385000', '111405.845000', '111406.305000', '111406.765000', '111407.225000', '111407.685000', '111408.145000', '111408.605000', '111409.065000', '111409.525000', '111409.985000', '111410.445000', '111410.905000', '111411.365000', '111411.825000', '111412.285000', '111412.745000', '111413.205000', '111413.665000', '111414.125000', '111414.585000', '111415.045000', '111415.505000', '111415.965000', '111416.425000', '111416.885000', '111417.345000', '111417.805000', '111418.265000', '111418.725000', '111419.185000', '111419.645000', '111420.105000', '111420.565000', '111421.025000', '111421.485000', '111421.945000', '111422.405000', '111422.865000', '111423.325000', '111423.785000', '111424.245000', '111424.705000', '111425.165000', '111425.625000', '111426.085000', '111426.545000', '111427.005000', '111427.465000', '111427.925000', '111428.385000', '111428.845000', '111429.305000', '111429.765000', '111430.225000', '111430.685000', '111431.145000', '111431.605000', '111432.065000', '111432.525000', '111432.985000', '111433.445000', '111433.905000', '111434.365000', '111434.825000', '111435.285000', '111435.745000', '111436.205000', '111436.665000', '111437.125000', '111437.585000', '111438.045000', '111438.505000', '111438.965000', '111439.425000', '111439.885000', '111440.345000', '111440.805000', '111441.265000', '111441.725000', '111442.185000', '111442.645000', '111443.105000', '111443.565000', '111444.025000', '111444.485000', '111444.945000', '111445.405000', '111445.865000', '111446.325000', '111446.785000', '111447.245000', '111447.705000', '111448.165000', '111448.625000', '111449.085000', '111449.545000', '111450.005000', '111450.465000', '111450.925000', '111451.385000', '111451.845000', '111452.305000', '111452.765000', '111453.225000', '111453.685000', '111454.145000', '111454.605000', '111455.065000', '111455.525000', '111455.985000', '111456.445000', '111456.905000', '111457.365000', '111457.825000', '111458.285000', '111458.745000', '111459.205000', '111459.665000', '111500.125000', '111500.585000', '111501.045000', '111501.505000', '111501.965000', '111502.425000', '111502.885000', '111503.345000', '111503.805000', '111504.265000', '111504.725000', '111505.185000', '111505.645000', '111506.105000', '111506.565000', '111507.025000', '111507.485000', '111507.945000', '111508.405000', '111508.865000', '111509.325000', '111509.785000', '111510.245000', '111510.705000', '111511.165000', '111511.625000', '111512.085000', '111512.545000', '111513.005000', '111513.465000', '111513.925000', '111514.385000', '111514.845000', '111515.305000', '111515.765000', '111516.225000', '111516.685000', '111517.145000', '111517.605000', '111518.065000', '111518.525000', '111518.985000', '111519.445000', '111519.905000', '111520.365000', '111520.825000', '111521.285000', '111521.745000', '111522.205000', '111522.665000', '111523.125000', '111523.585000', '111524.045000', '111524.505000', '111524.965000', '111525.425000', '111525.885000', '111526.345000', '111526.805000', '111527.265000', '111527.725000', '111528.185000', '111528.645000', '111529.105000', '111529.565000', '111530.025000', '111530.485000', '111530.945000', '111531.405000', '111531.865000', '111532.325000', '111532.785000', '111533.245000', '111533.705000', '111534.165000', '111534.625000', '111535.085000', '111535.545000', '111536.005000', '111536.465000', '111536.925000', '111537.385000', '111537.845000', '111538.305000', '111538.765000', '111539.225000', '111539.685000', '111540.145000', '111540.605000', '111541.065000', '111541.525000', '111541.985000', '111542.445000', '111542.905000', '111543.365000', '111543.825000', '111544.285000', '111544.745000', '111545.205000', '111545.665000', '111546.125000', '111546.585000', '111547.045000', '111547.505000', '111547.965000', '111548.425000', '111548.885000', '111549.345000', '111549.805000', '111550.265000', '111550.725000', '111551.185000', '111551.645000', '111552.105000', '111552.565000', '111553.025000', '111553.485000', '111553.945000', '111554.405000', '111554.865000', '111555.325000', '111555.785000', '111556.245000', '111556.705000', '111557.165000', '111557.625000', '111558.085000', '111558.545000', '111559.005000', '111559.465000', '111559.925000', '111600.385000', '111600.845000', '111601.305000', '111601.765000', '111602.225000', '111602.685000', '111603.145000', '111603.605000', '111604.065000', '111604.525000', '111604.985000', '111605.445000', '111605.905000', '111606.365000', '111606.825000', '111607.285000', '111607.745000', '111608.205000', '111608.665000', '111609.125000', '111609.585000', '111610.045000', '111610.505000', '111610.965000', '111611.425000', '111611.885000', '111612.345000', '111612.805000', '111613.265000', '111613.725000', '111614.185000', '111614.645000', '111615.105000', '111615.565000', '111616.025000', '111616.485000', '111616.945000', '111617.405000', '111617.865000', '111618.325000', '111618.785000', '111619.245000', '111619.705000', '111620.165000', '111620.625000', '111621.085000', '111621.545000', '111622.005000', '111622.465000', '111622.925000', '111623.385000', '111623.845000', '111624.305000', '111624.765000', '111625.225000', '111625.685000', '111626.145000', '111626.605000', '111627.065000', '111627.525000', '111627.985000', '111628.445000', '111628.905000', '111629.365000', '111629.825000', '111630.285000', '111630.745000', '111631.205000', '111631.665000', '111632.125000', '111632.585000', '111633.045000', '111633.505000', '111633.965000', '111634.425000', '111634.885000', '111635.345000', '111635.805000', '111636.265000', '111636.725000', '111637.185000', '111637.645000', '111638.105000', '111638.565000', '111639.025000', '111639.485000', '111639.945000', '111640.405000', '111640.865000', '111641.325000', '111641.785000', '111642.245000', '111642.705000', '111643.165000', '111643.625000', '111644.085000', '111644.545000', '111645.005000', '111645.465000', '111645.925000', '111646.385000', '111646.845000', '111647.305000', '111647.765000', '111648.225000', '111648.685000', '111649.145000', '111649.605000', '111650.065000', '111650.525000', '111650.985000', '111651.445000', '111651.905000', '111652.365000', '111652.825000', '111653.285000', '111653.745000', '111654.205000', '111654.665000', '111655.125000', '111655.585000', '111656.045000', '111656.505000', '111656.965000', '111657.425000', '111657.885000', '111658.345000', '111658.805000', '111659.265000', '111659.725000', '111700.185000', '111700.645000', '111701.105000', '111701.565000', '111702.025000', '111702.485000', '111702.945000', '111703.405000', '111703.865000', '111704.325000', '111704.785000', '111705.245000', '111705.705000', '111706.165000', '111706.625000', '111707.085000', '111707.545000', '111708.005000', '111708.465000', '111708.925000', '111709.385000', '111709.845000', '111710.305000', '111710.765000', '111711.225000', '111711.685000', '111712.145000', '111712.605000', '111713.065000', '111713.525000', '111713.985000', '111714.445000', '111714.905000', '111715.365000', '111715.825000', '111716.285000', '111716.745000', '111717.205000', '111717.665000', '111718.125000', '111718.585000', '111719.045000', '111719.505000', '111719.965000', '111720.425000', '111720.885000', '111721.345000', '111721.805000', '111722.265000', '111722.725000', '111723.185000', '111723.645000', '111724.105000', '111724.565000', '111725.025000', '111725.485000', '111725.945000', '111726.405000', '111726.865000', '111727.325000', '111727.785000', '111728.245000', '111728.705000', '111729.165000', '111729.625000', '111730.085000', '111730.545000', '111731.005000', '111731.465000', '111731.925000', '111732.385000', '111732.845000', '111733.305000', '111733.765000', '111734.225000', '111734.685000', '111735.145000', '111735.605000', '111736.065000', '111736.525000', '111736.985000', '111737.445000', '111737.905000', '111738.365000', '111738.825000', '111739.285000', '111739.745000', '111740.205000', '111740.665000', '111741.125000', '111741.585000', '111742.045000', '111742.505000', '111742.965000', '111743.425000', '111743.885000', '111744.345000', '111744.805000', '111745.265000', '111745.725000', '111746.185000', '111746.645000', '111747.105000', '111747.565000', '111748.025000', '111748.485000', '111748.945000', '111749.405000', '111749.865000', '111750.325000', '111750.785000', '111751.245000', '111751.705000', '111752.165000', '111752.625000', '111753.085000', '111753.545000', '111754.005000', '111754.465000', '111754.925000', '111755.385000', '111755.845000', '111756.305000', '111756.765000', '111757.225000', '111757.685000', '111758.145000', '111758.605000', '111759.065000', '111759.525000', '111759.985000', '111800.445000', '111800.905000', '111801.365000', '111801.825000', '111802.285000', '111802.745000', '111803.205000', '111803.665000', '111804.125000', '111804.585000', '111805.045000', '111805.505000', '111805.965000', '111806.425000', '111806.885000', '111807.345000', '111807.805000', '111808.265000', '111808.725000', '111809.185000', '111809.645000', '111810.105000', '111810.565000', '111811.025000', '111811.485000', '111811.945000', '111812.405000', '111812.865000', '111813.325000', '111813.785000', '111814.245000', '111814.705000', '111815.165000', '111815.625000', '111816.085000', '111816.545000', '111817.005000', '111817.465000', '111817.925000', '111818.385000', '111818.845000', '111819.305000', '111819.765000', '111820.225000', '111820.685000', '111821.145000', '111821.605000', '111822.065000', '111822.525000', '111822.985000', '111823.445000', '111823.905000', '111824.365000', '111824.825000', '111825.285000', '111825.745000', '111826.205000', '111826.665000', '111827.125000', '111827.585000', '111828.045000', '111828.505000', '111828.965000', '111829.425000', '111829.885000', '111830.345000', '111830.805000', '111831.265000', '111831.725000', '111832.185000', '111832.645000', '111833.105000', '111833.565000', '111834.025000', '111834.485000', '111834.945000', '111835.405000', '111835.865000', '111836.325000', '111836.785000', '111837.245000', '111837.705000', '111838.165000', '111838.625000', '111839.085000', '111839.545000', '111840.005000', '111840.465000', '111840.925000', '111841.385000', '111841.845000', '111842.305000', '111842.765000', '111843.225000', '111843.685000', '111844.145000', '111844.605000', '111845.065000', '111845.525000', '111845.985000', '111846.445000', '111846.905000', '111847.365000', '111847.825000', '111848.285000', '111848.745000', '111849.205000', '111849.665000', '111850.125000', '111850.585000', '111851.045000', '111851.505000', '111851.965000', '111852.425000', '111852.885000', '111853.345000', '111853.805000', '111854.265000', '111854.725000', '111855.185000', '111855.645000', '111856.105000', '111856.565000', '111857.025000', '111857.485000', '111857.945000', '111858.405000', '111858.865000', '111859.325000', '111859.785000', '111900.245000', '111900.705000', '111901.165000', '111901.625000', '111902.085000', '111902.545000', '111903.005000', '111903.465000', '111903.925000', '111904.385000', '111904.845000', '111905.305000', '111905.765000', '111906.225000', '111906.685000', '111907.145000', '111907.605000', '111908.065000', '111908.525000', '111908.985000', '111909.445000', '111909.905000', '111910.365000', '111910.825000', '111911.285000', '111911.745000', '111912.205000', '111912.665000', '111913.125000', '111913.585000', '111914.045000', '111914.505000', '111914.965000', '111915.425000', '111915.885000', '111916.345000', '111916.805000', '111917.265000', '111917.725000', '111918.185000', '111918.645000', '111919.105000', '111919.565000', '111920.025000', '111920.485000', '111920.945000', '111921.405000', '111921.865000', '111922.325000', '111922.785000', '111923.245000', '111923.705000', '111924.165000', '111924.625000', '111925.085000', '111925.545000', '111926.005000', '111926.465000', '111926.925000', '111927.385000', '111927.845000', '111928.305000', '111928.765000', '111929.225000', '111929.685000', '111930.145000', '111930.605000', '111931.065000', '111931.525000', '111931.985000', '111932.445000', '111932.905000', '111933.365000', '111933.825000', '111934.285000', '111934.745000', '111935.205000', '111935.665000'], 'ContentTime': ['111122.729000', '111122.733000', '111122.735000', '111122.738000', '111122.741000', '111122.743000', '111122.746000', '111122.748000', '111122.751000', '111122.761000', '111122.764000', '111122.773000', '111122.776000', '111122.779000', '111122.782000', '111122.784000', '111122.787000', '111122.789000', '111122.792000', '111122.795000', '111122.797000', '111122.800000', '111122.802000', '111142.703000', '111142.705000', '111142.708000', '111142.711000', '111142.713000', '111142.716000', '111142.719000', '111142.721000', '111142.724000', '111142.727000', '111142.729000', '111142.732000', '111142.734000', '111142.737000', '111142.752000', '111142.754000', '111142.757000', '111142.759000', '111142.762000', '111142.765000', '111142.767000', '111142.770000', '111142.772000', '111142.775000', '111142.778000', '111142.780000', '111142.783000', '111142.786000', '111142.788000', '111142.791000', '111142.794000', '111142.796000', '111142.799000', '111142.802000', '111142.804000', '111142.807000', '111142.809000', '111142.812000', '111142.815000', '111142.818000', '111142.820000', '111142.823000', '111142.825000', '111202.704000', '111202.707000', '111202.709000', '111202.712000', '111202.715000', '111202.717000', '111202.720000', '111202.723000', '111202.725000', '111202.728000', '111202.730000', '111202.733000', '111202.736000', '111202.738000', '111202.741000', '111202.743000', '111202.746000', '111202.749000', '111202.751000', '111202.754000', '111202.756000', '111202.759000', '111202.762000', '111202.764000', '111202.767000', '111202.770000', '111202.772000', '111202.775000', '111202.777000', '111202.780000', '111202.783000', '111202.785000', '111202.788000', '111202.791000', '111202.793000', '111202.796000', '111202.798000', '111202.801000', '111202.804000', '111202.806000', '111202.809000', '111202.811000', '111202.814000', '111202.817000', '111222.703000', '111222.706000', '111222.709000', '111222.712000', '111222.714000', '111222.717000', '111222.720000', '111222.722000', '111222.725000', '111222.728000', '111222.730000', '111222.733000', '111222.735000', '111222.738000', '111222.741000', '111222.743000', '111222.763000', '111222.766000', '111222.768000', '111222.771000', '111222.774000', '111222.776000', '111222.779000', '111222.781000', '111222.784000', '111222.787000', '111222.789000', '111222.792000', '111222.795000', '111222.798000', '111222.871000', '111222.873000', '111222.876000', '111222.879000', '111222.881000', '111222.884000', '111222.886000', '111222.897000', '111222.900000', '111222.902000', '111222.905000', '111222.908000', '111222.910000', '111242.703000', '111242.706000', '111242.709000', '111242.712000', '111242.714000', '111242.717000', '111242.720000', '111242.722000', '111242.725000', '111242.727000', '111242.730000', '111242.732000', '111242.735000', '111242.738000', '111242.741000', '111242.743000', '111242.746000', '111242.749000', '111242.751000', '111242.754000', '111242.756000', '111242.759000', '111242.762000', '111242.764000', '111242.767000', '111242.770000', '111242.772000', '111242.784000', '111242.787000', '111242.789000', '111242.792000', '111242.795000', '111242.798000', '111242.800000', '111242.803000', '111242.806000', '111242.808000', '111242.811000', '111242.813000', '111242.816000', '111242.819000', '111242.821000', '111242.824000', '111242.827000', '111302.703000', '111302.705000', '111302.708000', '111302.711000', '111302.713000', '111302.716000', '111302.719000', '111302.721000', '111302.724000', '111302.727000', '111302.729000', '111302.732000', '111302.735000', '111302.737000', '111302.740000', '111302.743000', '111302.745000', '111302.748000', '111302.751000', '111302.754000', '111302.757000', '111302.760000', '111302.763000', '111302.765000', '111302.768000', '111302.770000', '111302.773000', '111302.776000', '111302.778000', '111302.781000', '111302.783000', '111302.786000', '111302.789000', '111302.791000', '111302.794000', '111302.797000', '111302.831000', '111302.834000', '111302.837000', '111302.839000', '111302.842000', '111302.845000', '111302.847000', '111322.702000', '111322.705000', '111322.708000', '111322.711000', '111322.713000', '111322.716000', '111322.718000', '111322.721000', '111322.724000', '111322.726000', '111322.729000', '111322.732000', '111322.734000', '111322.737000', '111322.740000', '111322.742000', '111322.745000', '111322.747000', '111322.750000', '111322.753000', '111322.755000', '111322.758000', '111322.760000', '111322.763000', '111322.766000', '111322.768000', '111322.771000', '111322.774000', '111322.777000', '111322.779000', '111322.782000', '111322.784000', '111322.787000', '111322.790000', '111322.792000', '111322.795000', '111322.798000', '111322.814000', '111322.816000', '111322.819000', '111322.822000', '111322.824000', '111322.827000', '111322.830000', '111342.702000', '111342.706000', '111342.708000', '111342.711000', '111342.713000', '111342.716000', '111342.719000', '111342.721000', '111342.724000', '111342.727000', '111342.729000', '111342.732000', '111342.734000', '111342.737000', '111342.740000', '111342.742000', '111342.745000', '111342.748000', '111342.750000', '111342.753000', '111342.756000', '111342.758000', '111342.761000', '111342.764000', '111342.766000', '111342.769000', '111342.772000', '111342.775000', '111342.778000', '111342.780000', '111342.783000', '111342.786000', '111342.788000', '111342.791000', '111342.793000', '111342.796000', '111342.799000', '111342.839000', '111342.842000', '111342.845000', '111342.847000', '111342.850000', '111342.853000', '111402.702000', '111402.705000', '111402.709000', '111402.712000', '111402.714000', '111402.717000', '111402.720000', '111402.722000', '111402.725000', '111402.728000', '111402.730000', '111402.733000', '111402.780000', '111402.783000', '111402.786000', '111402.789000', '111402.791000', '111402.794000', '111402.797000', '111402.799000', '111402.848000', '111402.850000', '111402.853000', '111402.856000', '111402.858000', '111402.861000', '111402.864000', '111402.866000', '111402.869000', '111402.872000', '111402.874000', '111402.877000', '111402.880000', '111402.882000', '111402.885000', '111402.887000', '111402.890000', '111402.893000', '111402.895000', '111402.898000', '111402.901000', '111402.903000', '111402.906000', '111402.909000', '111422.704000', '111422.706000', '111422.709000', '111422.712000', '111422.715000', '111422.717000', '111422.720000', '111422.723000', '111422.725000', '111422.728000', '111422.731000', '111422.733000', '111422.736000', '111422.739000', '111422.741000', '111422.744000', '111422.747000', '111422.749000', '111422.752000', '111422.754000', '111422.757000', '111422.760000', '111422.762000', '111422.765000', '111422.767000', '111422.770000', '111422.773000', '111422.775000', '111422.778000', '111422.780000', '111422.783000', '111422.786000', '111422.788000', '111422.791000', '111422.794000', '111422.796000', '111422.799000', '111422.840000', '111422.843000', '111422.845000', '111422.848000', '111422.851000', '111422.853000', '111442.703000', '111442.707000', '111442.709000', '111442.712000', '111442.715000', '111442.717000', '111442.720000', '111442.723000', '111442.725000', '111442.728000', '111442.731000', '111442.733000', '111442.736000', '111442.739000', '111442.741000', '111442.744000', '111442.747000', '111442.749000', '111442.752000', '111442.755000', '111442.757000', '111442.760000', '111442.762000', '111442.765000', '111442.768000', '111442.770000', '111442.773000', '111442.776000', '111442.778000', '111442.781000', '111442.784000', '111442.786000', '111442.789000', '111442.792000', '111442.794000', '111442.797000', '111442.853000', '111442.856000', '111442.858000', '111442.861000', '111442.863000', '111442.866000', '111442.869000', '111442.871000', '111502.703000', '111502.706000', '111502.709000', '111502.712000', '111502.714000', '111502.717000', '111502.720000', '111502.722000', '111502.725000', '111502.728000', '111502.730000', '111502.733000', '111502.736000', '111502.738000', '111502.741000', '111502.744000', '111502.747000', '111502.749000', '111502.752000', '111502.754000', '111502.757000', '111502.760000', '111502.762000', '111502.765000', '111502.768000', '111502.770000', '111502.773000', '111502.776000', '111502.778000', '111502.781000', '111502.783000', '111502.786000', '111502.789000', '111502.791000', '111502.794000', '111502.797000', '111502.840000', '111502.842000', '111502.845000', '111502.848000', '111502.851000', '111502.854000', '111502.857000', '111522.702000', '111522.705000', '111522.708000', '111522.710000', '111522.713000', '111522.716000', '111522.718000', '111522.721000', '111522.724000', '111522.726000', '111522.729000', '111522.732000', '111522.734000', '111522.737000', '111522.740000', '111522.742000', '111522.745000', '111522.747000', '111522.750000', '111522.753000', '111522.756000', '111522.758000', '111522.761000', '111522.763000', '111522.766000', '111522.769000', '111522.771000', '111522.774000', '111522.777000', '111522.779000', '111522.782000', '111522.785000', '111522.787000', '111522.790000', '111522.793000', '111522.795000', '111522.798000', '111522.815000', '111522.818000', '111522.821000', '111522.824000', '111522.826000', '111522.829000', '111522.831000', '111542.703000', '111542.706000', '111542.709000', '111542.711000', '111542.714000', '111542.716000', '111542.719000', '111542.722000', '111542.725000', '111542.727000', '111542.730000', '111542.732000', '111542.735000', '111542.738000', '111542.740000', '111542.743000', '111542.746000', '111542.748000', '111542.751000', '111542.754000', '111542.756000', '111542.759000', '111542.762000', '111542.764000', '111542.767000', '111542.770000', '111542.772000', '111542.775000', '111542.778000', '111542.780000', '111542.783000', '111542.786000', '111542.788000', '111542.793000', '111542.796000', '111542.799000', '111542.902000', '111542.905000', '111542.908000', '111542.910000', '111542.913000', '111542.916000', '111542.918000', '111602.703000', '111602.706000', '111602.708000', '111602.711000', '111602.714000', '111602.716000', '111602.719000', '111602.722000', '111602.725000', '111602.727000', '111602.730000', '111602.733000', '111602.735000', '111602.738000', '111602.740000', '111602.743000', '111602.746000', '111602.748000', '111602.751000', '111602.754000', '111602.756000', '111602.759000', '111602.762000', '111602.764000', '111602.767000', '111602.770000', '111602.772000', '111602.775000', '111602.778000', '111602.780000', '111602.783000', '111602.786000', '111602.788000', '111602.791000', '111602.794000', '111602.797000', '111602.799000', '111602.863000', '111602.866000', '111602.868000', '111602.871000', '111602.874000', '111602.876000', '111602.879000', '111622.702000', '111622.706000', '111622.708000', '111622.711000', '111622.713000', '111622.716000', '111622.719000', '111622.722000', '111622.724000', '111622.727000', '111622.730000', '111622.732000', '111622.735000', '111622.737000', '111622.740000', '111622.743000', '111622.745000', '111622.748000', '111622.751000', '111622.753000', '111622.756000', '111622.759000', '111622.761000', '111622.764000', '111622.766000', '111622.769000', '111622.772000', '111622.774000', '111622.777000', '111622.780000', '111622.782000', '111622.785000', '111622.788000', '111622.790000', '111622.793000', '111622.796000', '111622.798000', '111622.855000', '111622.857000', '111622.860000', '111622.863000', '111622.865000', '111622.868000', '111642.704000', '111642.707000', '111642.709000', '111642.712000', '111642.715000', '111642.717000', '111642.720000', '111642.723000', '111642.725000', '111642.728000', '111642.731000', '111642.733000', '111642.736000', '111642.738000', '111642.741000', '111642.744000', '111642.746000', '111642.749000', '111642.752000', '111642.755000', '111642.757000', '111642.760000', '111642.762000', '111642.765000', '111642.768000', '111642.770000', '111642.773000', '111642.776000', '111642.778000', '111642.781000', '111642.783000', '111642.786000', '111642.789000', '111642.791000', '111642.794000', '111642.797000', '111642.844000', '111642.853000', '111642.856000', '111642.858000', '111642.861000', '111642.864000', '111642.866000', '111642.869000', '111702.703000', '111702.706000', '111702.709000', '111702.711000', '111702.714000', '111702.717000', '111702.720000', '111702.722000', '111702.725000', '111702.728000', '111702.730000', '111702.733000', '111702.736000', '111702.738000', '111702.741000', '111702.743000', '111702.755000', '111702.758000', '111702.767000', '111702.770000', '111702.773000', '111702.775000', '111702.778000', '111702.780000', '111702.783000', '111702.786000', '111702.788000', '111702.791000', '111702.794000', '111702.796000', '111702.799000', '111702.847000', '111702.850000', '111702.853000', '111702.855000', '111702.859000', '111702.862000', '111702.864000', '111702.867000', '111702.870000', '111702.872000', '111702.875000', '111702.878000', '111722.703000', '111722.707000', '111722.709000', '111722.712000', '111722.714000', '111722.717000', '111722.720000', '111722.722000', '111722.725000', '111722.728000', '111722.730000', '111722.733000', '111722.735000', '111722.738000', '111722.741000', '111722.744000', '111722.747000', '111722.750000', '111722.752000', '111722.755000', '111722.759000', '111722.762000', '111722.764000', '111722.767000', '111722.770000', '111722.772000', '111722.775000', '111722.777000', '111722.780000', '111722.783000', '111722.785000', '111722.788000', '111722.791000', '111722.793000', '111722.796000', '111722.799000', '111722.856000', '111722.859000', '111722.862000', '111722.864000', '111722.867000', '111722.870000', '111722.872000', '111722.875000', '111742.703000', '111742.705000', '111742.708000', '111742.711000', '111742.714000', '111742.716000', '111742.719000', '111742.722000', '111742.724000', '111742.727000', '111742.729000', '111742.732000', '111742.735000', '111742.737000', '111742.740000', '111742.743000', '111742.745000', '111742.748000', '111742.751000', '111742.754000', '111742.756000', '111742.759000', '111742.761000', '111742.764000', '111742.767000', '111742.769000', '111742.772000', '111742.775000', '111742.777000', '111742.780000', '111742.782000', '111742.785000', '111742.788000', '111742.790000', '111742.793000', '111742.796000', '111742.798000', '111742.857000', '111742.859000', '111742.862000', '111742.865000', '111742.868000', '111742.871000', '111802.703000', '111802.705000', '111802.708000', '111802.711000', '111802.713000', '111802.716000', '111802.719000', '111802.721000', '111802.724000', '111802.727000', '111802.729000', '111802.732000', '111802.735000', '111802.737000', '111802.740000', '111802.743000', '111802.746000', '111802.748000', '111802.751000', '111802.754000', '111802.756000', '111802.759000', '111802.761000', '111802.764000', '111802.767000', '111802.769000', '111802.772000', '111802.775000', '111802.777000', '111802.780000', '111802.783000', '111802.785000', '111802.788000', '111802.791000', '111802.793000', '111802.796000', '111802.799000', '111802.801000', '111802.804000', '111802.807000', '111802.809000', '111802.812000', '111802.815000', '111802.817000', '111822.703000', '111822.705000', '111822.708000', '111822.711000', '111822.714000', '111822.716000', '111822.719000', '111822.721000', '111822.724000', '111822.727000', '111822.730000', '111822.732000', '111822.735000', '111822.737000', '111822.740000', '111822.753000', '111822.755000', '111822.758000', '111822.761000', '111822.763000', '111822.766000', '111822.768000', '111822.771000', '111822.774000', '111822.776000', '111822.779000', '111822.782000', '111822.784000', '111822.787000', '111822.789000', '111822.792000', '111822.795000', '111822.797000', '111822.877000', '111822.880000', '111822.883000', '111822.885000', '111822.888000', '111822.890000', '111822.893000', '111822.896000', '111822.898000', '111822.901000', '111842.703000', '111842.706000', '111842.709000', '111842.712000', '111842.714000', '111842.717000', '111842.719000', '111842.722000', '111842.725000', '111842.727000', '111842.731000', '111842.734000', '111842.737000', '111842.739000', '111842.742000', '111842.745000', '111842.747000', '111842.750000', '111842.752000', '111842.755000', '111842.758000', '111842.760000', '111842.763000', '111842.766000', '111842.768000', '111842.771000', '111842.773000', '111842.776000', '111842.779000', '111842.782000', '111842.785000', '111842.788000', '111842.790000', '111842.793000', '111842.796000', '111842.798000', '111842.868000', '111842.871000', '111842.874000', '111842.876000', '111842.879000', '111842.882000', '111842.884000', '111902.703000', '111902.706000', '111902.709000', '111902.712000', '111902.714000', '111902.717000', '111902.720000', '111902.722000', '111902.725000', '111902.728000', '111902.730000', '111902.733000', '111902.735000', '111902.738000', '111902.741000', '111902.743000', '111902.746000', '111902.748000', '111902.751000', '111902.754000', '111902.756000', '111902.759000', '111902.762000', '111902.764000', '111902.767000', '111902.769000', '111902.772000', '111902.775000', '111902.777000', '111902.780000', '111902.783000', '111902.785000', '111902.788000', '111902.791000', '111902.793000', '111902.796000', '111902.799000', '111902.883000', '111902.886000', '111902.889000', '111902.891000', '111902.894000', '111902.897000', '111902.899000', '111922.703000', '111922.706000', '111922.709000', '111922.712000', '111922.714000', '111922.717000', '111922.720000', '111922.722000', '111922.725000', '111922.728000', '111922.730000', '111922.733000', '111922.736000', '111922.738000', '111922.750000', '111922.752000', '111922.755000', '111922.757000', '111922.760000', '111922.763000', '111922.765000', '111922.768000', '111922.771000', '111922.773000', '111922.776000', '111922.778000', '111922.781000', '111922.784000', '111922.786000', '111922.789000', '111922.792000', '111922.794000', '111922.797000', '111922.800000', '111922.878000', '111922.881000', '111922.883000', '111922.886000', '111922.888000', '111922.891000', '111922.894000', '111922.896000', '111922.899000', '111922.901000', '111936.943000', '111936.946000', '111936.949000', '111936.952000', '111936.955000', '111936.957000', '111936.960000', '111936.963000', '111936.966000', '111936.969000', '111936.971000', '111936.997000', '111937.002000', '111937.005000', '111937.008000', '111937.010000', '111937.013000', '111937.016000', '111937.019000', '111937.026000', '111937.029000', '111937.032000', '111937.035000', '111937.038000', '111937.041000', '111937.046000', '111937.048000', '111937.051000', '111937.054000', '111937.057000', '111937.060000'], 'InstanceCreationTime': ['111122.729000', '111122.733000', '111122.735000', '111122.738000', '111122.741000', '111122.743000', '111122.746000', '111122.748000', '111122.751000', '111122.761000', '111122.764000', '111122.773000', '111122.776000', '111122.779000', '111122.782000', '111122.784000', '111122.787000', '111122.789000', '111122.792000', '111122.795000', '111122.797000', '111122.800000', '111122.802000', '111142.703000', '111142.705000', '111142.708000', '111142.711000', '111142.713000', '111142.716000', '111142.719000', '111142.721000', '111142.724000', '111142.727000', '111142.729000', '111142.732000', '111142.734000', '111142.737000', '111142.752000', '111142.754000', '111142.757000', '111142.759000', '111142.762000', '111142.765000', '111142.767000', '111142.770000', '111142.772000', '111142.775000', '111142.778000', '111142.780000', '111142.783000', '111142.786000', '111142.788000', '111142.791000', '111142.794000', '111142.796000', '111142.799000', '111142.802000', '111142.804000', '111142.807000', '111142.809000', '111142.812000', '111142.815000', '111142.818000', '111142.820000', '111142.823000', '111142.825000', '111202.704000', '111202.707000', '111202.709000', '111202.712000', '111202.715000', '111202.717000', '111202.720000', '111202.723000', '111202.725000', '111202.728000', '111202.730000', '111202.733000', '111202.736000', '111202.738000', '111202.741000', '111202.743000', '111202.746000', '111202.749000', '111202.751000', '111202.754000', '111202.756000', '111202.759000', '111202.762000', '111202.764000', '111202.767000', '111202.770000', '111202.772000', '111202.775000', '111202.777000', '111202.780000', '111202.783000', '111202.785000', '111202.788000', '111202.791000', '111202.793000', '111202.796000', '111202.798000', '111202.801000', '111202.804000', '111202.806000', '111202.809000', '111202.811000', '111202.814000', '111202.817000', '111222.703000', '111222.706000', '111222.709000', '111222.712000', '111222.714000', '111222.717000', '111222.720000', '111222.722000', '111222.725000', '111222.728000', '111222.730000', '111222.733000', '111222.735000', '111222.738000', '111222.741000', '111222.743000', '111222.763000', '111222.766000', '111222.768000', '111222.771000', '111222.774000', '111222.776000', '111222.779000', '111222.781000', '111222.784000', '111222.787000', '111222.789000', '111222.792000', '111222.795000', '111222.798000', '111222.871000', '111222.873000', '111222.876000', '111222.879000', '111222.881000', '111222.884000', '111222.886000', '111222.897000', '111222.900000', '111222.902000', '111222.905000', '111222.908000', '111222.910000', '111242.703000', '111242.706000', '111242.709000', '111242.712000', '111242.714000', '111242.717000', '111242.720000', '111242.722000', '111242.725000', '111242.727000', '111242.730000', '111242.732000', '111242.735000', '111242.738000', '111242.741000', '111242.743000', '111242.746000', '111242.749000', '111242.751000', '111242.754000', '111242.756000', '111242.759000', '111242.762000', '111242.764000', '111242.767000', '111242.770000', '111242.772000', '111242.784000', '111242.787000', '111242.789000', '111242.792000', '111242.795000', '111242.798000', '111242.800000', '111242.803000', '111242.806000', '111242.808000', '111242.811000', '111242.813000', '111242.816000', '111242.819000', '111242.821000', '111242.824000', '111242.827000', '111302.703000', '111302.705000', '111302.708000', '111302.711000', '111302.713000', '111302.716000', '111302.719000', '111302.721000', '111302.724000', '111302.727000', '111302.729000', '111302.732000', '111302.735000', '111302.737000', '111302.740000', '111302.743000', '111302.745000', '111302.748000', '111302.751000', '111302.754000', '111302.757000', '111302.760000', '111302.763000', '111302.765000', '111302.768000', '111302.770000', '111302.773000', '111302.776000', '111302.778000', '111302.781000', '111302.783000', '111302.786000', '111302.789000', '111302.791000', '111302.794000', '111302.797000', '111302.831000', '111302.834000', '111302.837000', '111302.839000', '111302.842000', '111302.845000', '111302.847000', '111322.702000', '111322.705000', '111322.708000', '111322.711000', '111322.713000', '111322.716000', '111322.718000', '111322.721000', '111322.724000', '111322.726000', '111322.729000', '111322.732000', '111322.734000', '111322.737000', '111322.740000', '111322.742000', '111322.745000', '111322.747000', '111322.750000', '111322.753000', '111322.755000', '111322.758000', '111322.760000', '111322.763000', '111322.766000', '111322.768000', '111322.771000', '111322.774000', '111322.777000', '111322.779000', '111322.782000', '111322.784000', '111322.787000', '111322.790000', '111322.792000', '111322.795000', '111322.798000', '111322.814000', '111322.816000', '111322.819000', '111322.822000', '111322.824000', '111322.827000', '111322.830000', '111342.702000', '111342.706000', '111342.708000', '111342.711000', '111342.713000', '111342.716000', '111342.719000', '111342.721000', '111342.724000', '111342.727000', '111342.729000', '111342.732000', '111342.734000', '111342.737000', '111342.740000', '111342.742000', '111342.745000', '111342.748000', '111342.750000', '111342.753000', '111342.756000', '111342.758000', '111342.761000', '111342.764000', '111342.766000', '111342.769000', '111342.772000', '111342.775000', '111342.778000', '111342.780000', '111342.783000', '111342.786000', '111342.788000', '111342.791000', '111342.793000', '111342.796000', '111342.799000', '111342.839000', '111342.842000', '111342.845000', '111342.847000', '111342.850000', '111342.853000', '111402.702000', '111402.705000', '111402.709000', '111402.712000', '111402.714000', '111402.717000', '111402.720000', '111402.722000', '111402.725000', '111402.728000', '111402.730000', '111402.733000', '111402.780000', '111402.783000', '111402.786000', '111402.789000', '111402.791000', '111402.794000', '111402.797000', '111402.799000', '111402.848000', '111402.850000', '111402.853000', '111402.856000', '111402.858000', '111402.861000', '111402.864000', '111402.866000', '111402.869000', '111402.872000', '111402.874000', '111402.877000', '111402.880000', '111402.882000', '111402.885000', '111402.887000', '111402.890000', '111402.893000', '111402.895000', '111402.898000', '111402.901000', '111402.903000', '111402.906000', '111402.909000', '111422.704000', '111422.706000', '111422.709000', '111422.712000', '111422.715000', '111422.717000', '111422.720000', '111422.723000', '111422.725000', '111422.728000', '111422.731000', '111422.733000', '111422.736000', '111422.739000', '111422.741000', '111422.744000', '111422.747000', '111422.749000', '111422.752000', '111422.754000', '111422.757000', '111422.760000', '111422.762000', '111422.765000', '111422.767000', '111422.770000', '111422.773000', '111422.775000', '111422.778000', '111422.780000', '111422.783000', '111422.786000', '111422.788000', '111422.791000', '111422.794000', '111422.796000', '111422.799000', '111422.840000', '111422.843000', '111422.845000', '111422.848000', '111422.851000', '111422.853000', '111442.703000', '111442.707000', '111442.709000', '111442.712000', '111442.715000', '111442.717000', '111442.720000', '111442.723000', '111442.725000', '111442.728000', '111442.731000', '111442.733000', '111442.736000', '111442.739000', '111442.741000', '111442.744000', '111442.747000', '111442.749000', '111442.752000', '111442.755000', '111442.757000', '111442.760000', '111442.762000', '111442.765000', '111442.768000', '111442.770000', '111442.773000', '111442.776000', '111442.778000', '111442.781000', '111442.784000', '111442.786000', '111442.789000', '111442.792000', '111442.794000', '111442.797000', '111442.853000', '111442.856000', '111442.858000', '111442.861000', '111442.863000', '111442.866000', '111442.869000', '111442.871000', '111502.703000', '111502.706000', '111502.709000', '111502.712000', '111502.714000', '111502.717000', '111502.720000', '111502.722000', '111502.725000', '111502.728000', '111502.730000', '111502.733000', '111502.736000', '111502.738000', '111502.741000', '111502.744000', '111502.747000', '111502.749000', '111502.752000', '111502.754000', '111502.757000', '111502.760000', '111502.762000', '111502.765000', '111502.768000', '111502.770000', '111502.773000', '111502.776000', '111502.778000', '111502.781000', '111502.783000', '111502.786000', '111502.789000', '111502.791000', '111502.794000', '111502.797000', '111502.840000', '111502.842000', '111502.845000', '111502.848000', '111502.851000', '111502.854000', '111502.857000', '111522.702000', '111522.705000', '111522.708000', '111522.710000', '111522.713000', '111522.716000', '111522.718000', '111522.721000', '111522.724000', '111522.726000', '111522.729000', '111522.732000', '111522.734000', '111522.737000', '111522.740000', '111522.742000', '111522.745000', '111522.747000', '111522.750000', '111522.753000', '111522.756000', '111522.758000', '111522.761000', '111522.763000', '111522.766000', '111522.769000', '111522.771000', '111522.774000', '111522.777000', '111522.779000', '111522.782000', '111522.785000', '111522.787000', '111522.790000', '111522.793000', '111522.795000', '111522.798000', '111522.815000', '111522.818000', '111522.821000', '111522.824000', '111522.826000', '111522.829000', '111522.831000', '111542.703000', '111542.706000', '111542.709000', '111542.711000', '111542.714000', '111542.716000', '111542.719000', '111542.722000', '111542.725000', '111542.727000', '111542.730000', '111542.732000', '111542.735000', '111542.738000', '111542.740000', '111542.743000', '111542.746000', '111542.748000', '111542.751000', '111542.754000', '111542.756000', '111542.759000', '111542.762000', '111542.764000', '111542.767000', '111542.770000', '111542.772000', '111542.775000', '111542.778000', '111542.780000', '111542.783000', '111542.786000', '111542.788000', '111542.793000', '111542.796000', '111542.799000', '111542.902000', '111542.905000', '111542.908000', '111542.910000', '111542.913000', '111542.916000', '111542.918000', '111602.703000', '111602.706000', '111602.708000', '111602.711000', '111602.714000', '111602.716000', '111602.719000', '111602.722000', '111602.725000', '111602.727000', '111602.730000', '111602.733000', '111602.735000', '111602.738000', '111602.740000', '111602.743000', '111602.746000', '111602.748000', '111602.751000', '111602.754000', '111602.756000', '111602.759000', '111602.762000', '111602.764000', '111602.767000', '111602.770000', '111602.772000', '111602.775000', '111602.778000', '111602.780000', '111602.783000', '111602.786000', '111602.788000', '111602.791000', '111602.794000', '111602.797000', '111602.799000', '111602.863000', '111602.866000', '111602.868000', '111602.871000', '111602.874000', '111602.876000', '111602.879000', '111622.702000', '111622.706000', '111622.708000', '111622.711000', '111622.713000', '111622.716000', '111622.719000', '111622.722000', '111622.724000', '111622.727000', '111622.730000', '111622.732000', '111622.735000', '111622.737000', '111622.740000', '111622.743000', '111622.745000', '111622.748000', '111622.751000', '111622.753000', '111622.756000', '111622.759000', '111622.761000', '111622.764000', '111622.766000', '111622.769000', '111622.772000', '111622.774000', '111622.777000', '111622.780000', '111622.782000', '111622.785000', '111622.788000', '111622.790000', '111622.793000', '111622.796000', '111622.798000', '111622.855000', '111622.857000', '111622.860000', '111622.863000', '111622.865000', '111622.868000', '111642.704000', '111642.707000', '111642.709000', '111642.712000', '111642.715000', '111642.717000', '111642.720000', '111642.723000', '111642.725000', '111642.728000', '111642.731000', '111642.733000', '111642.736000', '111642.738000', '111642.741000', '111642.744000', '111642.746000', '111642.749000', '111642.752000', '111642.755000', '111642.757000', '111642.760000', '111642.762000', '111642.765000', '111642.768000', '111642.770000', '111642.773000', '111642.776000', '111642.778000', '111642.781000', '111642.783000', '111642.786000', '111642.789000', '111642.791000', '111642.794000', '111642.797000', '111642.844000', '111642.853000', '111642.856000', '111642.858000', '111642.861000', '111642.864000', '111642.866000', '111642.869000', '111702.703000', '111702.706000', '111702.709000', '111702.711000', '111702.714000', '111702.717000', '111702.720000', '111702.722000', '111702.725000', '111702.728000', '111702.730000', '111702.733000', '111702.736000', '111702.738000', '111702.741000', '111702.743000', '111702.755000', '111702.758000', '111702.767000', '111702.770000', '111702.773000', '111702.775000', '111702.778000', '111702.780000', '111702.783000', '111702.786000', '111702.788000', '111702.791000', '111702.794000', '111702.796000', '111702.799000', '111702.847000', '111702.850000', '111702.853000', '111702.855000', '111702.859000', '111702.862000', '111702.864000', '111702.867000', '111702.870000', '111702.872000', '111702.875000', '111702.878000', '111722.703000', '111722.707000', '111722.709000', '111722.712000', '111722.714000', '111722.717000', '111722.720000', '111722.722000', '111722.725000', '111722.728000', '111722.730000', '111722.733000', '111722.735000', '111722.738000', '111722.741000', '111722.744000', '111722.747000', '111722.750000', '111722.752000', '111722.755000', '111722.759000', '111722.762000', '111722.764000', '111722.767000', '111722.770000', '111722.772000', '111722.775000', '111722.777000', '111722.780000', '111722.783000', '111722.785000', '111722.788000', '111722.791000', '111722.793000', '111722.796000', '111722.799000', '111722.856000', '111722.859000', '111722.862000', '111722.864000', '111722.867000', '111722.870000', '111722.872000', '111722.875000', '111742.703000', '111742.705000', '111742.708000', '111742.711000', '111742.714000', '111742.716000', '111742.719000', '111742.722000', '111742.724000', '111742.727000', '111742.729000', '111742.732000', '111742.735000', '111742.737000', '111742.740000', '111742.743000', '111742.745000', '111742.748000', '111742.751000', '111742.754000', '111742.756000', '111742.759000', '111742.761000', '111742.764000', '111742.767000', '111742.769000', '111742.772000', '111742.775000', '111742.777000', '111742.780000', '111742.782000', '111742.785000', '111742.788000', '111742.790000', '111742.793000', '111742.796000', '111742.798000', '111742.857000', '111742.859000', '111742.862000', '111742.865000', '111742.868000', '111742.871000', '111802.703000', '111802.705000', '111802.708000', '111802.711000', '111802.713000', '111802.716000', '111802.719000', '111802.721000', '111802.724000', '111802.727000', '111802.729000', '111802.732000', '111802.735000', '111802.737000', '111802.740000', '111802.743000', '111802.746000', '111802.748000', '111802.751000', '111802.754000', '111802.756000', '111802.759000', '111802.761000', '111802.764000', '111802.767000', '111802.769000', '111802.772000', '111802.775000', '111802.777000', '111802.780000', '111802.783000', '111802.785000', '111802.788000', '111802.791000', '111802.793000', '111802.796000', '111802.799000', '111802.801000', '111802.804000', '111802.807000', '111802.809000', '111802.812000', '111802.815000', '111802.817000', '111822.703000', '111822.705000', '111822.708000', '111822.711000', '111822.714000', '111822.716000', '111822.719000', '111822.721000', '111822.724000', '111822.727000', '111822.730000', '111822.732000', '111822.735000', '111822.737000', '111822.740000', '111822.753000', '111822.755000', '111822.758000', '111822.761000', '111822.763000', '111822.766000', '111822.768000', '111822.771000', '111822.774000', '111822.776000', '111822.779000', '111822.782000', '111822.784000', '111822.787000', '111822.789000', '111822.792000', '111822.795000', '111822.797000', '111822.877000', '111822.880000', '111822.883000', '111822.885000', '111822.888000', '111822.890000', '111822.893000', '111822.896000', '111822.898000', '111822.901000', '111842.703000', '111842.706000', '111842.709000', '111842.712000', '111842.714000', '111842.717000', '111842.719000', '111842.722000', '111842.725000', '111842.727000', '111842.731000', '111842.734000', '111842.737000', '111842.739000', '111842.742000', '111842.745000', '111842.747000', '111842.750000', '111842.752000', '111842.755000', '111842.758000', '111842.760000', '111842.763000', '111842.766000', '111842.768000', '111842.771000', '111842.773000', '111842.776000', '111842.779000', '111842.782000', '111842.785000', '111842.788000', '111842.790000', '111842.793000', '111842.796000', '111842.798000', '111842.868000', '111842.871000', '111842.874000', '111842.876000', '111842.879000', '111842.882000', '111842.884000', '111902.703000', '111902.706000', '111902.709000', '111902.712000', '111902.714000', '111902.717000', '111902.720000', '111902.722000', '111902.725000', '111902.728000', '111902.730000', '111902.733000', '111902.735000', '111902.738000', '111902.741000', '111902.743000', '111902.746000', '111902.748000', '111902.751000', '111902.754000', '111902.756000', '111902.759000', '111902.762000', '111902.764000', '111902.767000', '111902.769000', '111902.772000', '111902.775000', '111902.777000', '111902.780000', '111902.783000', '111902.785000', '111902.788000', '111902.791000', '111902.793000', '111902.796000', '111902.799000', '111902.883000', '111902.886000', '111902.889000', '111902.891000', '111902.894000', '111902.897000', '111902.899000', '111922.703000', '111922.706000', '111922.709000', '111922.712000', '111922.714000', '111922.717000', '111922.720000', '111922.722000', '111922.725000', '111922.728000', '111922.730000', '111922.733000', '111922.736000', '111922.738000', '111922.750000', '111922.752000', '111922.755000', '111922.757000', '111922.760000', '111922.763000', '111922.765000', '111922.768000', '111922.771000', '111922.773000', '111922.776000', '111922.778000', '111922.781000', '111922.784000', '111922.786000', '111922.789000', '111922.792000', '111922.794000', '111922.797000', '111922.800000', '111922.878000', '111922.881000', '111922.883000', '111922.886000', '111922.888000', '111922.891000', '111922.894000', '111922.896000', '111922.899000', '111922.901000', '111936.943000', '111936.946000', '111936.949000', '111936.952000', '111936.955000', '111936.957000', '111936.960000', '111936.963000', '111936.966000', '111936.969000', '111936.971000', '111936.997000', '111937.002000', '111937.005000', '111937.008000', '111937.010000', '111937.013000', '111937.016000', '111937.019000', '111937.026000', '111937.029000', '111937.032000', '111937.035000', '111937.038000', '111937.041000', '111937.046000', '111937.048000', '111937.051000', '111937.054000', '111937.057000', '111937.060000'], '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': [7608, 7187, 7064, 6939, 7125, 7081, 7147, 7096, 6912, 8532, 7037, 8413, 7240, 7139, 8456, 7883, 7865, 7833, 7632, 7865, 7392, 7897, 7181, 6994, 7475, 7355, 6859, 6859, 6981, 7231, 6961, 7097, 7099, 7156, 6795, 7577, 7722, 6822, 7210, 6689, 6932, 6713, 7146, 7304, 6697, 8017, 7358, 8147, 7891, 8081, 7042, 9134, 7914, 7766, 6707, 7059, 7226, 7030, 6766, 6945, 7319, 7982, 6862, 6772, 6840, 6808, 6741, 6803, 7041, 6825, 6844, 6491, 6991, 6922, 6529, 6779, 6979, 6969, 6759, 6769, 6803, 6910, 6747, 6790, 7140, 6728, 8553, 6790, 7561, 7388, 6987, 7342, 7150, 6772, 7634, 6896, 6721, 8737, 8092, 7279, 6746, 6902, 6443, 6955, 8485, 7393, 6868, 6662, 7051, 6996, 7226, 7221, 8466, 6798, 7066, 6755, 6574, 6857, 6834, 7082, 6775, 6611, 7857, 7060, 7539, 7222, 6693, 6784, 7925, 7057, 7346, 6936, 6962, 6863, 7269, 6753, 6671, 7078, 7199, 7148, 6792, 6673, 6981, 8151, 7058, 6682, 6787, 6693, 6645, 6648, 6838, 6862, 6826, 6828, 6992, 6861, 6917, 6692, 7025, 6866, 6716, 6662, 6706, 6845, 6718, 6864, 6766, 6758, 6978, 6841, 8386, 6846, 6638, 6842, 8816, 7141, 6949, 6500, 7184, 6925, 7014, 8529, 6678, 6764, 6709, 6948, 6747, 6714, 6901, 8683, 6816, 7713, 6528, 6891, 7004, 8318, 6668, 6499, 6933, 6863, 6650, 6566, 8392, 6917, 6684, 6985, 6667, 6983, 6700, 6827, 6885, 6688, 6532, 6827, 6870, 6662, 6704, 6770, 6833, 6741, 6702, 6698, 6714, 6670, 6715, 6733, 6738, 6484, 6905, 6907, 6871, 6784, 6568, 6940, 6950, 6832, 6589, 7556, 8052, 7938, 6734, 6911, 6802, 6878, 6639, 7311, 6647, 6815, 6649, 6976, 6980, 7117, 6618, 6902, 6700, 7113, 6848, 6902, 6940, 6517, 7011, 6840, 6640, 6734, 6722, 7072, 7001, 6967, 6750, 7508, 7619, 7198, 7248, 7771, 6912, 6786, 7043, 6929, 6798, 6685, 6840, 7100, 7148, 6891, 6916, 6805, 6958, 7884, 7107, 7117, 6852, 6995, 7084, 7293, 7244, 6832, 6498, 7207, 6966, 6619, 6660, 6578, 6950, 6553, 6616, 6740, 6515, 6813, 6709, 6897, 6803, 6806, 6769, 6936, 7036, 6834, 6708, 6894, 7126, 6767, 7015, 6516, 7187, 6699, 6690, 6978, 6830, 7032, 6758, 6955, 6658, 6902, 7035, 7228, 6976, 6773, 7033, 6913, 7350, 6871, 6747, 6469, 7145, 7016, 6861, 6647, 6465, 7367, 6821, 6815, 6903, 6558, 7020, 6580, 6894, 6833, 6682, 6742, 7364, 7299, 6826, 6502, 7190, 7227, 6880, 7464, 6813, 6932, 6783, 6879, 6966, 6659, 7126, 7143, 7532, 7037, 6691, 7150, 7263, 7455, 6591, 7430, 7169, 6725, 6773, 6930, 6902, 7457, 7002, 7095, 7837, 7366, 7443, 7333, 7576, 7610, 7618, 7394, 7145, 6862, 6724, 7603, 7548, 7031, 7558, 7177, 7172, 6972, 7291, 7465, 7133, 7751, 6854, 6600, 7489, 7237, 7254, 6956, 6823, 7265, 7104, 7216, 6917, 6668, 7480, 7209, 7601, 7072, 7222, 7208, 7083, 7095, 6842, 6795, 7531, 7477, 6934, 6995, 6726, 7088, 7420, 7755, 7046, 7030, 7144, 7328, 7314, 6925, 7130, 7513, 7028, 7355, 6665, 6577, 7450, 6752, 7277, 6813, 6895, 7244, 6784, 7028, 7416, 7018, 6867, 6709, 6890, 7056, 6911, 6922, 6745, 7178, 6753, 6672, 7550, 6873, 7399, 6847, 6890, 7116, 6983, 6880, 7104, 6755, 7174, 6965, 7275, 6996, 6563, 7649, 6646, 7378, 6863, 6937, 7483, 6949, 6829, 7182, 6881, 7422, 7103, 7608, 7209, 6689, 7537, 7068, 7486, 6896, 6582, 7783, 6705, 7357, 6818, 6584, 7339, 6783, 6777, 7281, 6702, 7091, 6669, 7075, 7254, 6798, 7100, 6859, 7173, 7045, 6601, 7664, 6877, 7159, 7099, 6613, 7595, 6803, 6800, 7245, 6674, 7571, 6629, 6952, 7058, 6588, 7086, 7049, 6860, 7314, 6620, 7539, 7213, 7062, 6717, 6608, 7488, 6929, 7572, 6958, 6710, 7429, 6780, 7295, 7353, 6703, 7357, 6705, 7105, 7428, 7016, 7284, 6671, 6866, 7482, 6650, 6817, 7022, 6809, 6992, 6788, 7779, 7340, 6915, 7241, 7023, 7095, 7523, 7317, 7430, 6898, 7121, 6596, 7125, 7374, 6594, 7193, 7739, 7116, 7252, 6768, 7541, 6897, 7023, 6884, 6600, 7287, 6757, 7491, 7427, 7033, 7386, 6903, 6856, 7516, 6697, 6808, 7352, 6549, 7158, 6729, 7222, 6861, 6691, 7624, 7120, 7494, 6911, 6784, 7716, 6768, 7559, 6891, 7329, 6630, 7079, 6959, 6826, 7247, 6962, 6670, 6988, 6674, 6930, 7288, 7063, 7312, 6708, 6995, 7039, 6967, 7473, 6793, 6994, 6881, 7025, 7573, 6816, 6691, 7368, 6617, 6717, 6897, 7057, 7214, 6703, 6801, 6715, 6858, 7168, 6516, 7104, 6782, 6818, 6949, 6640, 7344, 7086, 6577, 7345, 6641, 7227, 6766, 6650, 7195, 6761, 7219, 6844, 6485, 6919, 6949, 6959, 7270, 6745, 7097, 6708, 7024, 6956, 6635, 6896, 6573, 7382, 7188, 6758, 6972, 6702, 7030, 6796, 6810, 7270, 6982, 7226, 7289, 7366, 7366, 6610, 7131, 7038, 7020, 6962, 6881, 7306, 6625, 6811, 7066, 6613, 7562, 6725, 6839, 7114, 6579, 7118, 6752, 6961, 6790, 6543, 7185, 6884, 6958, 6863, 6639, 6890, 6877, 7071, 7205, 6890, 7032, 6701, 7057, 6978, 6933, 7007, 6743, 7792, 7228, 6921, 7320, 7503, 7346, 6881, 6810, 7343, 6714, 6804, 6965, 6797, 7330, 6580, 7144, 7005, 6811, 7121, 6782, 7458, 6762, 6734, 7116, 7133, 6961, 6810, 7006, 7315, 6643, 6937, 6856, 6900, 6916, 6657, 7423, 6900, 7085, 7214, 6808, 7142, 6856, 7446, 6773, 7009, 7177, 7009, 6744, 6911, 6814, 7222, 6573, 7047, 6614, 7348, 7230, 6794, 7468, 6778, 7310, 6893, 6530, 7434, 7103, 7378, 6736, 7130, 7208, 6602, 6844, 6891, 7288, 7061, 6847, 6975, 6852, 7063, 7074, 6655, 7067, 6712, 6910, 7046, 6760, 7142, 6855, 7480, 6899, 7002, 7356, 7036, 7240, 6883, 6562, 7158, 6764, 7235, 6749, 6990, 7115, 6661, 7744, 7001, 7016, 6974, 6931, 7028, 6781, 6776, 7386, 6649, 7183, 6906, 7062, 7330, 6889, 7430, 6741, 6703, 6932, 6988, 6966, 6902, 7121, 7015, 6931, 6872, 6897, 6611, 7498, 6911, 6949, 6870, 7362, 7423, 7257, 7737, 7263, 7451, 7401, 6752, 7222, 6975, 6688, 7104, 6770, 7373, 6869, 7703, 7355, 6932, 7659, 6615, 7218, 7085, 7563, 7647, 6584, 7445, 6826, 6860, 7538, 6649, 7366, 6948, 7239, 7233, 6646, 7707, 6658, 7361, 7202, 6680, 7872, 6796, 6744, 7285, 6732, 7722, 6797, 6808, 7368, 6488, 7266, 6568, 7454, 6992, 6807, 7074, 7532, 7711, 6911, 6555, 7653, 6900, 6755, 7468, 6794, 7416, 6716, 6771, 7275, 6569, 7629, 6837, 6896, 7362, 7021, 7403, 7031, 7396, 7273, 6965, 7376, 7123, 7192, 7443, 6613, 7832, 6928, 6915, 7378, 6529, 6983, 6806, 7085, 7527, 6792, 7528, 6645, 7308, 7140, 6657, 7802, 6851, 7091, 7249, 7026, 7736, 6826, 7658, 6837, 7403, 7220, 6645, 7875, 6952, 7813, 7000, 6757, 7456, 6757, 7157, 7295, 7226, 7480, 6825, 7596, 7051, 7900, 7495, 6817, 7596, 6882, 7871, 7351, 6595, 7668, 6725, 7044, 7147, 6681, 7692, 7062, 7571, 7008, 6704, 7380, 6907, 6998, 7329, 7016, 7558, 6987, 7418, 7317, 6984, 7353, 7203, 7539, 7430, 6856, 7525, 7435, 7106, 7696, 6829, 7729, 7206, 7057, 7687, 6705, 7912, 6862, 7328, 7538, 7283, 7917, 7012, 7200, 7497, 6693, 8053, 7279, 7614, 7478, 6985, 8073, 7188, 7209, 7702, 6794, 7942, 7194, 8387, 7877, 6823, 8338, 7066, 8015, 7569, 7629, 8271, 7156, 8295, 7711, 7247, 8001, 7298, 7745, 7288, 7581, 7751, 7051, 8552, 7210, 7851], 'WindowCenter': [4208.0, 4183.0, 4168.0, 4165.0, 4152.0, 4151.0, 4150.0, 4149.0, 4151.0, 4170.0, 4152.0, 4170.0, 4150.0, 4147.0, 4161.0, 4170.0, 4158.0, 4158.0, 4159.0, 4158.0, 4158.0, 4159.0, 4150.0, 4152.0, 4152.0, 4147.0, 4148.0, 4151.0, 4150.0, 4159.0, 4151.0, 4148.0, 4152.0, 4148.0, 4149.0, 4161.0, 4159.0, 4153.0, 4159.0, 4149.0, 4162.0, 4149.0, 4147.0, 4160.0, 4154.0, 4172.0, 4164.0, 4161.0, 4171.0, 4171.0, 4174.0, 4194.0, 4184.0, 4173.0, 4164.0, 4174.0, 4172.0, 4160.0, 4148.0, 4151.0, 4150.0, 4157.0, 4135.0, 4137.0, 4135.0, 4134.0, 4126.0, 4126.0, 4136.0, 4121.0, 4122.0, 4123.0, 4133.0, 4132.0, 4122.0, 4136.0, 4134.0, 4134.0, 4134.0, 4134.0, 4134.0, 4134.0, 4148.0, 4135.0, 4139.0, 4140.0, 4185.0, 4149.0, 4161.0, 4166.0, 4151.0, 4151.0, 4150.0, 4137.0, 4147.0, 4137.0, 4136.0, 4156.0, 4149.0, 4147.0, 4138.0, 4151.0, 4138.0, 4135.0, 4159.0, 4134.0, 4138.0, 4134.0, 4134.0, 4135.0, 4138.0, 4148.0, 4154.0, 4124.0, 4139.0, 4139.0, 4140.0, 4135.0, 4138.0, 4150.0, 4134.0, 4139.0, 4161.0, 4148.0, 4158.0, 4147.0, 4138.0, 4137.0, 4169.0, 4151.0, 4151.0, 4149.0, 4148.0, 4151.0, 4159.0, 4152.0, 4153.0, 4151.0, 4149.0, 4148.0, 4151.0, 4148.0, 4151.0, 4159.0, 4148.0, 4139.0, 4137.0, 4139.0, 4151.0, 4137.0, 4140.0, 4137.0, 4139.0, 4136.0, 4149.0, 4140.0, 4147.0, 4136.0, 4159.0, 4147.0, 4135.0, 4136.0, 4139.0, 4140.0, 4140.0, 4160.0, 4152.0, 4140.0, 4151.0, 4151.0, 4157.0, 4138.0, 4136.0, 4136.0, 4171.0, 4147.0, 4147.0, 4137.0, 4147.0, 4149.0, 4136.0, 4167.0, 4137.0, 4136.0, 4141.0, 4136.0, 4136.0, 4138.0, 4135.0, 4171.0, 4137.0, 4162.0, 4140.0, 4147.0, 4146.0, 4161.0, 4140.0, 4136.0, 4147.0, 4142.0, 4136.0, 4140.0, 4160.0, 4150.0, 4137.0, 4148.0, 4138.0, 4146.0, 4140.0, 4138.0, 4147.0, 4138.0, 4138.0, 4137.0, 4137.0, 4135.0, 4141.0, 4142.0, 4138.0, 4149.0, 4149.0, 4151.0, 4142.0, 4138.0, 4140.0, 4137.0, 4137.0, 4140.0, 4150.0, 4151.0, 4137.0, 4139.0, 4141.0, 4147.0, 4147.0, 4135.0, 4137.0, 4159.0, 4158.0, 4158.0, 4137.0, 4152.0, 4148.0, 4152.0, 4154.0, 4153.0, 4143.0, 4152.0, 4143.0, 4149.0, 4148.0, 4149.0, 4142.0, 4148.0, 4137.0, 4151.0, 4138.0, 4147.0, 4152.0, 4142.0, 4161.0, 4154.0, 4136.0, 4138.0, 4140.0, 4147.0, 4152.0, 4152.0, 4153.0, 4149.0, 4163.0, 4152.0, 4152.0, 4159.0, 4149.0, 4148.0, 4157.0, 4152.0, 4142.0, 4137.0, 4138.0, 4152.0, 4148.0, 4153.0, 4148.0, 4138.0, 4147.0, 4159.0, 4152.0, 4153.0, 4153.0, 4149.0, 4148.0, 4149.0, 4147.0, 4153.0, 4138.0, 4150.0, 4150.0, 4136.0, 4152.0, 4137.0, 4150.0, 4143.0, 4148.0, 4151.0, 4149.0, 4149.0, 4151.0, 4153.0, 4154.0, 4149.0, 4150.0, 4165.0, 4150.0, 4155.0, 4155.0, 4150.0, 4149.0, 4142.0, 4149.0, 4139.0, 4148.0, 4153.0, 4138.0, 4150.0, 4156.0, 4153.0, 4151.0, 4153.0, 4155.0, 4153.0, 4152.0, 4158.0, 4149.0, 4154.0, 4148.0, 4148.0, 4148.0, 4138.0, 4142.0, 4138.0, 4148.0, 4152.0, 4137.0, 4141.0, 4137.0, 4163.0, 4153.0, 4137.0, 4154.0, 4142.0, 4147.0, 4142.0, 4150.0, 4153.0, 4152.0, 4152.0, 4160.0, 4148.0, 4154.0, 4139.0, 4142.0, 4147.0, 4136.0, 4147.0, 4138.0, 4135.0, 4142.0, 4140.0, 4152.0, 4137.0, 4150.0, 4150.0, 4160.0, 4152.0, 4139.0, 4147.0, 4146.0, 4147.0, 4137.0, 4148.0, 4153.0, 4143.0, 4138.0, 4153.0, 4149.0, 4162.0, 4155.0, 4150.0, 4164.0, 4160.0, 4164.0, 4164.0, 4163.0, 4172.0, 4165.0, 4161.0, 4151.0, 4152.0, 4155.0, 4161.0, 4165.0, 4156.0, 4164.0, 4155.0, 4150.0, 4154.0, 4164.0, 4163.0, 4151.0, 4160.0, 4152.0, 4153.0, 4164.0, 4164.0, 4154.0, 4154.0, 4151.0, 4163.0, 4151.0, 4153.0, 4155.0, 4151.0, 4161.0, 4164.0, 4159.0, 4154.0, 4149.0, 4167.0, 4164.0, 4154.0, 4149.0, 4149.0, 4161.0, 4168.0, 4155.0, 4154.0, 4143.0, 4150.0, 4150.0, 4153.0, 4153.0, 4151.0, 4153.0, 4149.0, 4152.0, 4148.0, 4148.0, 4149.0, 4148.0, 4151.0, 4138.0, 4138.0, 4149.0, 4154.0, 4153.0, 4149.0, 4149.0, 4163.0, 4154.0, 4149.0, 4164.0, 4151.0, 4154.0, 4151.0, 4150.0, 4153.0, 4151.0, 4155.0, 4156.0, 4161.0, 4157.0, 4158.0, 4175.0, 4153.0, 4166.0, 4157.0, 4162.0, 4163.0, 4162.0, 4161.0, 4164.0, 4154.0, 4164.0, 4151.0, 4164.0, 4151.0, 4149.0, 4165.0, 4154.0, 4164.0, 4152.0, 4151.0, 4164.0, 4166.0, 4150.0, 4153.0, 4154.0, 4165.0, 4155.0, 4161.0, 4163.0, 4154.0, 4164.0, 4150.0, 4163.0, 4166.0, 4151.0, 4175.0, 4152.0, 4160.0, 4152.0, 4154.0, 4164.0, 4151.0, 4155.0, 4163.0, 4166.0, 4164.0, 4152.0, 4151.0, 4167.0, 4152.0, 4162.0, 4156.0, 4163.0, 4164.0, 4152.0, 4162.0, 4151.0, 4151.0, 4162.0, 4155.0, 4162.0, 4156.0, 4150.0, 4162.0, 4151.0, 4165.0, 4157.0, 4151.0, 4164.0, 4151.0, 4153.0, 4155.0, 4154.0, 4165.0, 4151.0, 4161.0, 4166.0, 4149.0, 4154.0, 4150.0, 4160.0, 4150.0, 4160.0, 4152.0, 4153.0, 4151.0, 4150.0, 4149.0, 4160.0, 4143.0, 4152.0, 4149.0, 4149.0, 4164.0, 4151.0, 4151.0, 4149.0, 4148.0, 4149.0, 4165.0, 4152.0, 4161.0, 4152.0, 4160.0, 4152.0, 4162.0, 4163.0, 4165.0, 4162.0, 4163.0, 4161.0, 4173.0, 4164.0, 4153.0, 4153.0, 4154.0, 4151.0, 4152.0, 4151.0, 4154.0, 4149.0, 4161.0, 4154.0, 4163.0, 4150.0, 4160.0, 4151.0, 4148.0, 4152.0, 4149.0, 4149.0, 4143.0, 4148.0, 4149.0, 4149.0, 4149.0, 4150.0, 4140.0, 4151.0, 4150.0, 4137.0, 4149.0, 4137.0, 4149.0, 4142.0, 4150.0, 4150.0, 4140.0, 4161.0, 4151.0, 4160.0, 4151.0, 4150.0, 4165.0, 4168.0, 4174.0, 4162.0, 4161.0, 4151.0, 4151.0, 4164.0, 4152.0, 4161.0, 4155.0, 4152.0, 4152.0, 4152.0, 4151.0, 4161.0, 4154.0, 4159.0, 4139.0, 4148.0, 4150.0, 4153.0, 4148.0, 4140.0, 4149.0, 4165.0, 4150.0, 4147.0, 4139.0, 4138.0, 4148.0, 4166.0, 4149.0, 4149.0, 4149.0, 4160.0, 4151.0, 4154.0, 4152.0, 4150.0, 4153.0, 4141.0, 4150.0, 4155.0, 4143.0, 4155.0, 4152.0, 4155.0, 4166.0, 4151.0, 4160.0, 4151.0, 4149.0, 4149.0, 4149.0, 4151.0, 4151.0, 4162.0, 4152.0, 4141.0, 4151.0, 4162.0, 4151.0, 4162.0, 4149.0, 4161.0, 4152.0, 4160.0, 4162.0, 4160.0, 4162.0, 4152.0, 4162.0, 4162.0, 4155.0, 4161.0, 4152.0, 4150.0, 4151.0, 4149.0, 4162.0, 4163.0, 4162.0, 4174.0, 4162.0, 4166.0, 4153.0, 4163.0, 4163.0, 4163.0, 4163.0, 4162.0, 4163.0, 4156.0, 4154.0, 4154.0, 4155.0, 4165.0, 4156.0, 4140.0, 4154.0, 4144.0, 4150.0, 4143.0, 4149.0, 4150.0, 4138.0, 4150.0, 4151.0, 4149.0, 4151.0, 4150.0, 4149.0, 4151.0, 4149.0, 4160.0, 4150.0, 4151.0, 4153.0, 4162.0, 4163.0, 4163.0, 4163.0, 4157.0, 4162.0, 4162.0, 4151.0, 4162.0, 4167.0, 4161.0, 4163.0, 4155.0, 4161.0, 4152.0, 4150.0, 4152.0, 4151.0, 4160.0, 4151.0, 4150.0, 4161.0, 4151.0, 4162.0, 4151.0, 4161.0, 4151.0, 4151.0, 4151.0, 4150.0, 4151.0, 4152.0, 4151.0, 4162.0, 4150.0, 4151.0, 4153.0, 4155.0, 4156.0, 4158.0, 4161.0, 4159.0, 4154.0, 4162.0, 4150.0, 4148.0, 4140.0, 4149.0, 4139.0, 4148.0, 4149.0, 4151.0, 4150.0, 4152.0, 4151.0, 4160.0, 4152.0, 4149.0, 4151.0, 4161.0, 4163.0, 4152.0, 4161.0, 4152.0, 4160.0, 4162.0, 4140.0, 4161.0, 4161.0, 4162.0, 4151.0, 4150.0, 4161.0, 4151.0, 4151.0, 4162.0, 4161.0, 4151.0, 4152.0, 4150.0, 4152.0, 4151.0, 4151.0, 4150.0, 4149.0, 4152.0, 4151.0, 4163.0, 4152.0, 4165.0, 4157.0, 4160.0, 4151.0, 4150.0, 4151.0, 4150.0, 4161.0, 4162.0, 4151.0, 4161.0, 4151.0, 4162.0, 4152.0, 4154.0, 4154.0, 4151.0, 4160.0, 4151.0, 4155.0, 4151.0, 4150.0, 4151.0, 4151.0, 4150.0, 4150.0, 4150.0, 4150.0, 4152.0, 4149.0, 4162.0, 4163.0, 4162.0, 4152.0, 4150.0, 4162.0, 4161.0, 4151.0, 4162.0, 4151.0, 4161.0, 4163.0, 4151.0, 4162.0, 4150.0, 4161.0, 4151.0, 4150.0, 4152.0, 4161.0, 4162.0, 4161.0, 4161.0, 4161.0, 4160.0, 4162.0, 4151.0, 4162.0, 4162.0, 4151.0, 4151.0, 4151.0, 4161.0, 4151.0, 4162.0, 4163.0, 4151.0, 4162.0, 4154.0, 4161.0, 4151.0, 4160.0, 4161.0, 4150.0, 4161.0, 4151.0, 4150.0, 4162.0, 4150.0, 4150.0, 4151.0, 4161.0, 4161.0, 4150.0, 4161.0, 4152.0, 4161.0, 4161.0, 4151.0, 4161.0, 4151.0, 4150.0, 4150.0, 4139.0, 4161.0, 4151.0, 4150.0, 4161.0, 4141.0, 4163.0, 4153.0, 4161.0, 4150.0, 4151.0, 4151.0, 4174.0, 4162.0, 4163.0, 4141.0, 4162.0, 4153.0, 4152.0, 4162.0, 4151.0, 4162.0, 4152.0, 4151.0, 4163.0, 4151.0, 4162.0, 4152.0, 4150.0, 4162.0, 4156.0, 4163.0, 4152.0, 4161.0, 4167.0, 4152.0, 4162.0, 4152.0, 4151.0, 4164.0, 4152.0, 4163.0, 4163.0, 4151.0, 4162.0, 4142.0, 4163.0, 4152.0, 4151.0, 4162.0, 4152.0, 4163.0, 4153.0, 4164.0, 4164.0, 4152.0, 4162.0, 4153.0, 4163.0, 4163.0, 4162.0, 4163.0, 4154.0, 4164.0, 4153.0, 4163.0, 4163.0, 4151.0, 4173.0, 4153.0, 4163.0, 4163.0, 4157.0, 4163.0, 4153.0, 4153.0, 4164.0, 4162.0, 4164.0, 4153.0, 4162.0, 4164.0, 4174.0, 4165.0, 4154.0, 4174.0, 4164.0, 4174.0, 4164.0, 4151.0, 4163.0, 4157.0, 4151.0, 4163.0, 4152.0, 4162.0, 4152.0, 4161.0, 4153.0, 4152.0, 4162.0, 4153.0, 4151.0, 4163.0, 4153.0, 4163.0, 4153.0, 4162.0, 4167.0, 4152.0, 4162.0, 4164.0, 4162.0, 4165.0, 4153.0, 4174.0, 4165.0, 4163.0, 4174.0, 4153.0, 4163.0, 4165.0, 4153.0, 4175.0, 4153.0, 4174.0, 4154.0, 4163.0, 4163.0, 4163.0, 4163.0, 4153.0, 4153.0, 4161.0, 4151.0, 4173.0, 4162.0, 4162.0, 4164.0, 4152.0, 4173.0, 4154.0, 4163.0, 4163.0, 4151.0, 4173.0, 4153.0, 4173.0, 4174.0, 4152.0, 4172.0, 4153.0, 4172.0, 4163.0, 4161.0, 4173.0, 4152.0, 4172.0, 4174.0, 4162.0, 4174.0, 4164.0, 4164.0, 4165.0, 4174.0, 4174.0, 4163.0, 4184.0, 4164.0, 4173.0], 'WindowWidth': [9369.0, 9323.0, 9287.0, 9276.0, 9252.0, 9247.0, 9244.0, 9242.0, 9246.0, 9269.0, 9246.0, 9268.0, 9241.0, 9236.0, 9257.0, 9271.0, 9249.0, 9251.0, 9252.0, 9252.0, 9251.0, 9252.0, 9243.0, 9245.0, 9244.0, 9234.0, 9238.0, 9244.0, 9241.0, 9251.0, 9244.0, 9237.0, 9244.0, 9237.0, 9240.0, 9257.0, 9254.0, 9249.0, 9253.0, 9243.0, 9262.0, 9242.0, 9235.0, 9257.0, 9253.0, 9276.0, 9267.0, 9256.0, 9272.0, 9271.0, 9283.0, 9310.0, 9298.0, 9281.0, 9268.0, 9284.0, 9278.0, 9258.0, 9239.0, 9241.0, 9238.0, 9246.0, 9214.0, 9218.0, 9212.0, 9209.0, 9200.0, 9199.0, 9212.0, 9188.0, 9191.0, 9192.0, 9206.0, 9204.0, 9190.0, 9217.0, 9212.0, 9210.0, 9210.0, 9209.0, 9211.0, 9212.0, 9237.0, 9213.0, 9222.0, 9225.0, 9297.0, 9242.0, 9259.0, 9273.0, 9242.0, 9243.0, 9240.0, 9217.0, 9233.0, 9218.0, 9215.0, 9242.0, 9235.0, 9232.0, 9221.0, 9241.0, 9221.0, 9214.0, 9247.0, 9210.0, 9218.0, 9210.0, 9213.0, 9214.0, 9217.0, 9231.0, 9237.0, 9197.0, 9223.0, 9222.0, 9224.0, 9214.0, 9221.0, 9239.0, 9212.0, 9225.0, 9256.0, 9235.0, 9250.0, 9232.0, 9223.0, 9220.0, 9266.0, 9245.0, 9242.0, 9239.0, 9236.0, 9243.0, 9253.0, 9246.0, 9248.0, 9244.0, 9239.0, 9237.0, 9243.0, 9238.0, 9243.0, 9253.0, 9236.0, 9226.0, 9222.0, 9225.0, 9244.0, 9221.0, 9226.0, 9222.0, 9223.0, 9219.0, 9238.0, 9226.0, 9235.0, 9218.0, 9257.0, 9234.0, 9215.0, 9217.0, 9224.0, 9229.0, 9228.0, 9259.0, 9248.0, 9227.0, 9243.0, 9244.0, 9247.0, 9222.0, 9217.0, 9218.0, 9269.0, 9233.0, 9235.0, 9218.0, 9232.0, 9236.0, 9216.0, 9259.0, 9218.0, 9217.0, 9228.0, 9215.0, 9217.0, 9220.0, 9215.0, 9268.0, 9219.0, 9259.0, 9228.0, 9234.0, 9231.0, 9255.0, 9227.0, 9219.0, 9234.0, 9231.0, 9218.0, 9226.0, 9251.0, 9239.0, 9219.0, 9235.0, 9222.0, 9231.0, 9227.0, 9222.0, 9233.0, 9222.0, 9222.0, 9220.0, 9219.0, 9215.0, 9229.0, 9230.0, 9223.0, 9238.0, 9239.0, 9242.0, 9230.0, 9222.0, 9228.0, 9219.0, 9221.0, 9225.0, 9238.0, 9242.0, 9220.0, 9224.0, 9228.0, 9232.0, 9232.0, 9215.0, 9222.0, 9250.0, 9248.0, 9250.0, 9220.0, 9246.0, 9238.0, 9246.0, 9250.0, 9246.0, 9233.0, 9244.0, 9234.0, 9240.0, 9238.0, 9239.0, 9230.0, 9237.0, 9221.0, 9241.0, 9224.0, 9233.0, 9244.0, 9230.0, 9260.0, 9250.0, 9217.0, 9222.0, 9227.0, 9234.0, 9243.0, 9244.0, 9248.0, 9237.0, 9260.0, 9245.0, 9245.0, 9251.0, 9237.0, 9237.0, 9254.0, 9245.0, 9231.0, 9221.0, 9224.0, 9243.0, 9237.0, 9248.0, 9234.0, 9224.0, 9234.0, 9251.0, 9245.0, 9246.0, 9248.0, 9238.0, 9236.0, 9238.0, 9234.0, 9248.0, 9222.0, 9240.0, 9241.0, 9220.0, 9244.0, 9220.0, 9241.0, 9234.0, 9237.0, 9247.0, 9242.0, 9239.0, 9246.0, 9249.0, 9252.0, 9240.0, 9243.0, 9268.0, 9243.0, 9256.0, 9254.0, 9240.0, 9237.0, 9231.0, 9238.0, 9225.0, 9237.0, 9248.0, 9224.0, 9241.0, 9253.0, 9248.0, 9244.0, 9246.0, 9251.0, 9247.0, 9247.0, 9251.0, 9241.0, 9250.0, 9235.0, 9236.0, 9235.0, 9222.0, 9231.0, 9220.0, 9236.0, 9242.0, 9219.0, 9228.0, 9219.0, 9259.0, 9248.0, 9220.0, 9252.0, 9231.0, 9233.0, 9232.0, 9240.0, 9247.0, 9245.0, 9246.0, 9256.0, 9236.0, 9250.0, 9225.0, 9230.0, 9233.0, 9217.0, 9234.0, 9222.0, 9215.0, 9229.0, 9224.0, 9242.0, 9218.0, 9238.0, 9240.0, 9252.0, 9245.0, 9224.0, 9232.0, 9231.0, 9231.0, 9220.0, 9236.0, 9246.0, 9233.0, 9223.0, 9248.0, 9238.0, 9258.0, 9252.0, 9241.0, 9263.0, 9254.0, 9263.0, 9264.0, 9263.0, 9275.0, 9266.0, 9257.0, 9245.0, 9245.0, 9253.0, 9258.0, 9268.0, 9255.0, 9266.0, 9254.0, 9242.0, 9252.0, 9264.0, 9261.0, 9244.0, 9255.0, 9248.0, 9248.0, 9263.0, 9264.0, 9249.0, 9250.0, 9243.0, 9261.0, 9244.0, 9248.0, 9252.0, 9246.0, 9258.0, 9263.0, 9252.0, 9251.0, 9238.0, 9272.0, 9265.0, 9249.0, 9239.0, 9240.0, 9257.0, 9273.0, 9252.0, 9250.0, 9234.0, 9240.0, 9240.0, 9246.0, 9245.0, 9241.0, 9245.0, 9237.0, 9243.0, 9236.0, 9235.0, 9237.0, 9234.0, 9243.0, 9224.0, 9221.0, 9239.0, 9249.0, 9247.0, 9241.0, 9240.0, 9261.0, 9252.0, 9239.0, 9265.0, 9244.0, 9251.0, 9245.0, 9241.0, 9248.0, 9244.0, 9253.0, 9257.0, 9260.0, 9260.0, 9262.0, 9282.0, 9251.0, 9270.0, 9259.0, 9262.0, 9265.0, 9263.0, 9260.0, 9266.0, 9252.0, 9266.0, 9246.0, 9265.0, 9246.0, 9240.0, 9265.0, 9251.0, 9264.0, 9247.0, 9244.0, 9265.0, 9271.0, 9243.0, 9250.0, 9251.0, 9268.0, 9254.0, 9259.0, 9263.0, 9251.0, 9264.0, 9243.0, 9264.0, 9270.0, 9246.0, 9282.0, 9247.0, 9255.0, 9247.0, 9252.0, 9267.0, 9247.0, 9255.0, 9266.0, 9273.0, 9267.0, 9248.0, 9245.0, 9272.0, 9247.0, 9262.0, 9258.0, 9266.0, 9268.0, 9249.0, 9262.0, 9246.0, 9246.0, 9261.0, 9255.0, 9262.0, 9258.0, 9244.0, 9260.0, 9246.0, 9267.0, 9258.0, 9244.0, 9267.0, 9247.0, 9249.0, 9253.0, 9250.0, 9266.0, 9244.0, 9257.0, 9267.0, 9240.0, 9250.0, 9241.0, 9255.0, 9242.0, 9253.0, 9246.0, 9246.0, 9244.0, 9242.0, 9240.0, 9255.0, 9233.0, 9246.0, 9240.0, 9240.0, 9264.0, 9244.0, 9243.0, 9239.0, 9236.0, 9240.0, 9270.0, 9248.0, 9259.0, 9246.0, 9258.0, 9248.0, 9261.0, 9264.0, 9267.0, 9262.0, 9264.0, 9259.0, 9277.0, 9264.0, 9249.0, 9247.0, 9250.0, 9244.0, 9246.0, 9245.0, 9251.0, 9240.0, 9257.0, 9250.0, 9262.0, 9242.0, 9256.0, 9244.0, 9236.0, 9245.0, 9239.0, 9238.0, 9233.0, 9236.0, 9239.0, 9238.0, 9237.0, 9240.0, 9227.0, 9242.0, 9240.0, 9220.0, 9238.0, 9220.0, 9237.0, 9230.0, 9239.0, 9241.0, 9228.0, 9258.0, 9244.0, 9255.0, 9243.0, 9243.0, 9266.0, 9276.0, 9280.0, 9262.0, 9256.0, 9244.0, 9244.0, 9266.0, 9249.0, 9259.0, 9253.0, 9247.0, 9248.0, 9248.0, 9245.0, 9259.0, 9251.0, 9251.0, 9226.0, 9236.0, 9241.0, 9247.0, 9237.0, 9227.0, 9239.0, 9269.0, 9239.0, 9233.0, 9225.0, 9221.0, 9237.0, 9272.0, 9240.0, 9240.0, 9238.0, 9255.0, 9245.0, 9252.0, 9247.0, 9242.0, 9249.0, 9231.0, 9241.0, 9252.0, 9234.0, 9251.0, 9246.0, 9251.0, 9270.0, 9245.0, 9255.0, 9243.0, 9239.0, 9241.0, 9240.0, 9245.0, 9245.0, 9260.0, 9248.0, 9231.0, 9245.0, 9261.0, 9246.0, 9259.0, 9240.0, 9258.0, 9250.0, 9257.0, 9263.0, 9266.0, 9262.0, 9248.0, 9259.0, 9263.0, 9254.0, 9260.0, 9247.0, 9243.0, 9246.0, 9241.0, 9262.0, 9264.0, 9261.0, 9283.0, 9262.0, 9270.0, 9252.0, 9264.0, 9267.0, 9265.0, 9264.0, 9262.0, 9264.0, 9258.0, 9250.0, 9251.0, 9252.0, 9266.0, 9253.0, 9227.0, 9249.0, 9236.0, 9240.0, 9233.0, 9237.0, 9241.0, 9223.0, 9241.0, 9243.0, 9238.0, 9244.0, 9242.0, 9240.0, 9245.0, 9240.0, 9256.0, 9242.0, 9245.0, 9251.0, 9261.0, 9264.0, 9264.0, 9264.0, 9259.0, 9261.0, 9262.0, 9246.0, 9261.0, 9274.0, 9261.0, 9265.0, 9253.0, 9260.0, 9247.0, 9242.0, 9245.0, 9243.0, 9255.0, 9246.0, 9241.0, 9258.0, 9245.0, 9261.0, 9245.0, 9258.0, 9245.0, 9248.0, 9245.0, 9243.0, 9244.0, 9248.0, 9244.0, 9262.0, 9244.0, 9246.0, 9248.0, 9252.0, 9254.0, 9259.0, 9258.0, 9260.0, 9250.0, 9260.0, 9241.0, 9237.0, 9228.0, 9237.0, 9224.0, 9236.0, 9238.0, 9241.0, 9242.0, 9247.0, 9243.0, 9256.0, 9247.0, 9241.0, 9245.0, 9257.0, 9263.0, 9247.0, 9259.0, 9246.0, 9257.0, 9260.0, 9230.0, 9259.0, 9259.0, 9259.0, 9243.0, 9241.0, 9258.0, 9245.0, 9245.0, 9260.0, 9259.0, 9245.0, 9245.0, 9243.0, 9250.0, 9244.0, 9244.0, 9241.0, 9240.0, 9248.0, 9245.0, 9264.0, 9247.0, 9269.0, 9259.0, 9254.0, 9244.0, 9241.0, 9243.0, 9242.0, 9258.0, 9259.0, 9245.0, 9259.0, 9244.0, 9259.0, 9247.0, 9249.0, 9249.0, 9244.0, 9254.0, 9243.0, 9250.0, 9245.0, 9243.0, 9244.0, 9246.0, 9242.0, 9240.0, 9240.0, 9242.0, 9247.0, 9240.0, 9261.0, 9266.0, 9263.0, 9248.0, 9243.0, 9261.0, 9260.0, 9245.0, 9261.0, 9245.0, 9260.0, 9264.0, 9246.0, 9261.0, 9242.0, 9255.0, 9244.0, 9242.0, 9246.0, 9257.0, 9261.0, 9259.0, 9257.0, 9258.0, 9255.0, 9261.0, 9244.0, 9261.0, 9261.0, 9244.0, 9244.0, 9244.0, 9258.0, 9243.0, 9260.0, 9263.0, 9243.0, 9259.0, 9249.0, 9256.0, 9245.0, 9255.0, 9257.0, 9242.0, 9257.0, 9244.0, 9241.0, 9259.0, 9242.0, 9241.0, 9243.0, 9257.0, 9259.0, 9242.0, 9258.0, 9247.0, 9257.0, 9258.0, 9243.0, 9257.0, 9245.0, 9240.0, 9242.0, 9226.0, 9258.0, 9244.0, 9242.0, 9259.0, 9230.0, 9262.0, 9248.0, 9258.0, 9244.0, 9245.0, 9244.0, 9280.0, 9262.0, 9262.0, 9231.0, 9260.0, 9249.0, 9245.0, 9259.0, 9245.0, 9260.0, 9248.0, 9244.0, 9262.0, 9244.0, 9258.0, 9245.0, 9240.0, 9259.0, 9254.0, 9259.0, 9245.0, 9257.0, 9269.0, 9246.0, 9260.0, 9246.0, 9244.0, 9264.0, 9247.0, 9261.0, 9263.0, 9244.0, 9259.0, 9233.0, 9266.0, 9248.0, 9245.0, 9262.0, 9247.0, 9262.0, 9250.0, 9267.0, 9268.0, 9247.0, 9261.0, 9248.0, 9265.0, 9264.0, 9262.0, 9263.0, 9251.0, 9264.0, 9250.0, 9262.0, 9264.0, 9245.0, 9276.0, 9250.0, 9261.0, 9264.0, 9257.0, 9263.0, 9249.0, 9249.0, 9265.0, 9261.0, 9264.0, 9249.0, 9262.0, 9267.0, 9278.0, 9268.0, 9251.0, 9280.0, 9265.0, 9277.0, 9265.0, 9244.0, 9260.0, 9255.0, 9243.0, 9262.0, 9247.0, 9260.0, 9247.0, 9256.0, 9247.0, 9245.0, 9261.0, 9249.0, 9244.0, 9261.0, 9249.0, 9262.0, 9250.0, 9259.0, 9271.0, 9246.0, 9259.0, 9263.0, 9260.0, 9267.0, 9251.0, 9280.0, 9269.0, 9262.0, 9279.0, 9250.0, 9262.0, 9269.0, 9251.0, 9280.0, 9249.0, 9277.0, 9251.0, 9261.0, 9264.0, 9262.0, 9262.0, 9247.0, 9246.0, 9258.0, 9246.0, 9275.0, 9260.0, 9260.0, 9264.0, 9245.0, 9275.0, 9251.0, 9261.0, 9261.0, 9243.0, 9275.0, 9248.0, 9275.0, 9277.0, 9247.0, 9272.0, 9248.0, 9273.0, 9263.0, 9258.0, 9277.0, 9248.0, 9274.0, 9280.0, 9261.0, 9281.0, 9266.0, 9266.0, 9269.0, 9279.0, 9281.0, 9265.0, 9293.0, 9266.0, 9276.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.0008306032906764167</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01753090255941499</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.38942664766699</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1883898039249785</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0122069648124428</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4545</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7297.376</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07619051589661248</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.6453382084095065</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4522986913396343</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.441110123617581</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.69442302666904</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.221362923732282</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00457925</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01924409158527851</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032119181007146835</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>3.961821921816797</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>33.6122</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3558</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.099</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306926.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>847.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.2463</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4652</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.9825</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3447.299</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3611.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69618.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1272.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4530.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.4428</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.03498160513118</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> |