=== 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-0098 --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-0098",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
126 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
126 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-02/func/sub-0098_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>a6e7744ddc630d7ba90a7472ce8d9fda</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>13:13:52.085000</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.99768, -0.0677909, -0.00618284, 0.068015, 0.988996, 0.13138]</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.112454</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>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4236, -7798, -7165, 235, -102, 72, -39, 85]</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>254.074</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>13d34beb-751c-4487-877c-09c180231e6f||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.676703453063965, 0.18247941136360168, 0.00753721734508872, 105.40565490722656], [0.18187814950942993, 2.6534042358398438, 0.3550384044647217, -107.4439926147461], [-0.0165881160646677, -0.35248273611068726, 2.676544427871704, -25.00989532470703], [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': ['131352.085000', '131352.545000', '131353.005000', '131353.465000', '131353.925000', '131354.385000', '131354.845000', '131355.305000', '131355.765000', '131356.225000', '131356.685000', '131357.145000', '131357.605000', '131358.065000', '131358.525000', '131358.985000', '131359.445000', '131359.905000', '131400.365000', '131400.825000', '131401.285000', '131401.745000', '131402.205000', '131402.665000', '131403.125000', '131403.585000', '131404.045000', '131404.505000', '131404.965000', '131405.425000', '131405.885000', '131406.345000', '131406.805000', '131407.265000', '131407.725000', '131408.185000', '131408.645000', '131409.105000', '131409.565000', '131410.025000', '131410.485000', '131410.945000', '131411.405000', '131411.865000', '131412.325000', '131412.785000', '131413.245000', '131413.705000', '131414.165000', '131414.625000', '131415.085000', '131415.545000', '131416.005000', '131416.465000', '131416.925000', '131417.385000', '131417.845000', '131418.305000', '131418.765000', '131419.225000', '131419.685000', '131420.145000', '131420.605000', '131421.065000', '131421.525000', '131421.985000', '131422.445000', '131422.905000', '131423.365000', '131423.825000', '131424.285000', '131424.745000', '131425.205000', '131425.665000', '131426.125000', '131426.585000', '131427.045000', '131427.505000', '131427.965000', '131428.425000', '131428.885000', '131429.345000', '131429.805000', '131430.265000', '131430.725000', '131431.185000', '131431.645000', '131432.105000', '131432.565000', '131433.025000', '131433.485000', '131433.945000', '131434.405000', '131434.865000', '131435.325000', '131435.785000', '131436.245000', '131436.705000', '131437.165000', '131437.625000', '131438.085000', '131438.545000', '131439.005000', '131439.465000', '131439.925000', '131440.385000', '131440.845000', '131441.305000', '131441.765000', '131442.225000', '131442.685000', '131443.145000', '131443.605000', '131444.065000', '131444.525000', '131444.985000', '131445.445000', '131445.905000', '131446.365000', '131446.825000', '131447.285000', '131447.745000', '131448.205000', '131448.665000', '131449.125000', '131449.585000', '131450.045000', '131450.505000', '131450.965000', '131451.425000', '131451.885000', '131452.345000', '131452.805000', '131453.265000', '131453.725000', '131454.185000', '131454.645000', '131455.105000', '131455.565000', '131456.025000', '131456.485000', '131456.945000', '131457.405000', '131457.865000', '131458.325000', '131458.785000', '131459.245000', '131459.705000', '131500.165000', '131500.625000', '131501.085000', '131501.545000', '131502.005000', '131502.465000', '131502.925000', '131503.385000', '131503.845000', '131504.305000', '131504.765000', '131505.225000', '131505.685000', '131506.145000', '131506.605000', '131507.065000', '131507.525000', '131507.985000', '131508.445000', '131508.905000', '131509.365000', '131509.825000', '131510.285000', '131510.745000', '131511.205000', '131511.665000', '131512.125000', '131512.585000', '131513.045000', '131513.505000', '131513.965000', '131514.425000', '131514.885000', '131515.345000', '131515.805000', '131516.265000', '131516.725000', '131517.185000', '131517.645000', '131518.105000', '131518.565000', '131519.025000', '131519.485000', '131519.945000', '131520.405000', '131520.865000', '131521.325000', '131521.785000', '131522.245000', '131522.705000', '131523.165000', '131523.625000', '131524.085000', '131524.545000', '131525.005000', '131525.465000', '131525.925000', '131526.385000', '131526.845000', '131527.305000', '131527.765000', '131528.225000', '131528.685000', '131529.145000', '131529.605000', '131530.065000', '131530.525000', '131530.985000', '131531.445000', '131531.905000', '131532.365000', '131532.825000', '131533.285000', '131533.745000', '131534.205000', '131534.665000', '131535.125000', '131535.585000', '131536.045000', '131536.505000', '131536.965000', '131537.425000', '131537.885000', '131538.345000', '131538.805000', '131539.265000', '131539.725000', '131540.185000', '131540.645000', '131541.105000', '131541.565000', '131542.025000', '131542.485000', '131542.945000', '131543.405000', '131543.865000', '131544.325000', '131544.785000', '131545.245000', '131545.705000', '131546.165000', '131546.625000', '131547.085000', '131547.545000', '131548.005000', '131548.465000', '131548.925000', '131549.385000', '131549.845000', '131550.305000', '131550.765000', '131551.225000', '131551.685000', '131552.145000', '131552.605000', '131553.065000', '131553.525000', '131553.985000', '131554.445000', '131554.905000', '131555.365000', '131555.825000', '131556.285000', '131556.745000', '131557.205000', '131557.665000', '131558.125000', '131558.585000', '131559.045000', '131559.505000', '131559.965000', '131600.425000', '131600.885000', '131601.345000', '131601.805000', '131602.265000', '131602.725000', '131603.185000', '131603.645000', '131604.105000', '131604.565000', '131605.025000', '131605.485000', '131605.945000', '131606.405000', '131606.865000', '131607.325000', '131607.785000', '131608.245000', '131608.705000', '131609.165000', '131609.625000', '131610.085000', '131610.545000', '131611.005000', '131611.465000', '131611.925000', '131612.385000', '131612.845000', '131613.305000', '131613.765000', '131614.225000', '131614.685000', '131615.145000', '131615.605000', '131616.065000', '131616.525000', '131616.985000', '131617.445000', '131617.905000', '131618.365000', '131618.825000', '131619.285000', '131619.745000', '131620.205000', '131620.665000', '131621.125000', '131621.585000', '131622.045000', '131622.505000', '131622.965000', '131623.425000', '131623.885000', '131624.345000', '131624.805000', '131625.265000', '131625.725000', '131626.185000', '131626.645000', '131627.105000', '131627.565000', '131628.025000', '131628.485000', '131628.945000', '131629.405000', '131629.865000', '131630.325000', '131630.785000', '131631.245000', '131631.705000', '131632.165000', '131632.625000', '131633.085000', '131633.545000', '131634.005000', '131634.465000', '131634.925000', '131635.385000', '131635.845000', '131636.305000', '131636.765000', '131637.225000', '131637.685000', '131638.145000', '131638.605000', '131639.065000', '131639.525000', '131639.985000', '131640.445000', '131640.905000', '131641.365000', '131641.825000', '131642.285000', '131642.745000', '131643.205000', '131643.665000', '131644.125000', '131644.585000', '131645.045000', '131645.505000', '131645.965000', '131646.425000', '131646.885000', '131647.345000', '131647.805000', '131648.265000', '131648.725000', '131649.185000', '131649.645000', '131650.105000', '131650.565000', '131651.025000', '131651.485000', '131651.945000', '131652.405000', '131652.865000', '131653.325000', '131653.785000', '131654.245000', '131654.705000', '131655.165000', '131655.625000', '131656.085000', '131656.545000', '131657.005000', '131657.465000', '131657.925000', '131658.385000', '131658.845000', '131659.305000', '131659.765000', '131700.225000', '131700.685000', '131701.145000', '131701.605000', '131702.065000', '131702.525000', '131702.985000', '131703.445000', '131703.905000', '131704.365000', '131704.825000', '131705.285000', '131705.745000', '131706.205000', '131706.665000', '131707.125000', '131707.585000', '131708.045000', '131708.505000', '131708.965000', '131709.425000', '131709.885000', '131710.345000', '131710.805000', '131711.265000', '131711.725000', '131712.185000', '131712.645000', '131713.105000', '131713.565000', '131714.025000', '131714.485000', '131714.945000', '131715.405000', '131715.865000', '131716.325000', '131716.785000', '131717.245000', '131717.705000', '131718.165000', '131718.625000', '131719.085000', '131719.545000', '131720.005000', '131720.465000', '131720.925000', '131721.385000', '131721.845000', '131722.305000', '131722.765000', '131723.225000', '131723.685000', '131724.145000', '131724.605000', '131725.065000', '131725.525000', '131725.985000', '131726.445000', '131726.905000', '131727.365000', '131727.825000', '131728.285000', '131728.745000', '131729.205000', '131729.665000', '131730.125000', '131730.585000', '131731.045000', '131731.505000', '131731.965000', '131732.425000', '131732.885000', '131733.345000', '131733.805000', '131734.265000', '131734.725000', '131735.185000', '131735.645000', '131736.105000', '131736.565000', '131737.025000', '131737.485000', '131737.945000', '131738.405000', '131738.865000', '131739.325000', '131739.785000', '131740.245000', '131740.705000', '131741.165000', '131741.625000', '131742.085000', '131742.545000', '131743.005000', '131743.465000', '131743.925000', '131744.385000', '131744.845000', '131745.305000', '131745.765000', '131746.225000', '131746.685000', '131747.145000', '131747.605000', '131748.065000', '131748.525000', '131748.985000', '131749.445000', '131749.905000', '131750.365000', '131750.825000', '131751.285000', '131751.745000', '131752.205000', '131752.665000', '131753.125000', '131753.585000', '131754.045000', '131754.505000', '131754.965000', '131755.425000', '131755.885000', '131756.345000', '131756.805000', '131757.265000', '131757.725000', '131758.185000', '131758.645000', '131759.105000', '131759.565000', '131800.025000', '131800.485000', '131800.945000', '131801.405000', '131801.865000', '131802.325000', '131802.785000', '131803.245000', '131803.705000', '131804.165000', '131804.625000', '131805.085000', '131805.545000', '131806.005000', '131806.465000', '131806.925000', '131807.385000', '131807.845000', '131808.305000', '131808.765000', '131809.225000', '131809.685000', '131810.145000', '131810.605000', '131811.065000', '131811.525000', '131811.985000', '131812.445000', '131812.905000', '131813.365000', '131813.825000', '131814.285000', '131814.745000', '131815.205000', '131815.665000', '131816.125000', '131816.585000', '131817.045000', '131817.505000', '131817.965000', '131818.425000', '131818.885000', '131819.345000', '131819.805000', '131820.265000', '131820.725000', '131821.185000', '131821.645000', '131822.105000', '131822.565000', '131823.025000', '131823.485000', '131823.945000', '131824.405000', '131824.865000', '131825.325000', '131825.785000', '131826.245000', '131826.705000', '131827.165000', '131827.625000', '131828.085000', '131828.545000', '131829.005000', '131829.465000', '131829.925000', '131830.385000', '131830.845000', '131831.305000', '131831.765000', '131832.225000', '131832.685000', '131833.145000', '131833.605000', '131834.065000', '131834.525000', '131834.985000', '131835.445000', '131835.905000', '131836.365000', '131836.825000', '131837.285000', '131837.745000', '131838.205000', '131838.665000', '131839.125000', '131839.585000', '131840.045000', '131840.505000', '131840.965000', '131841.425000', '131841.885000', '131842.345000', '131842.805000', '131843.265000', '131843.725000', '131844.185000', '131844.645000', '131845.105000', '131845.565000', '131846.025000', '131846.485000', '131846.945000', '131847.405000', '131847.865000', '131848.325000', '131848.785000', '131849.245000', '131849.705000', '131850.165000', '131850.625000', '131851.085000', '131851.545000', '131852.005000', '131852.465000', '131852.925000', '131853.385000', '131853.845000', '131854.305000', '131854.765000', '131855.225000', '131855.685000', '131856.145000', '131856.605000', '131857.065000', '131857.525000', '131857.985000', '131858.445000', '131858.905000', '131859.365000', '131859.825000', '131900.285000', '131900.745000', '131901.205000', '131901.665000', '131902.125000', '131902.585000', '131903.045000', '131903.505000', '131903.965000', '131904.425000', '131904.885000', '131905.345000', '131905.805000', '131906.265000', '131906.725000', '131907.185000', '131907.645000', '131908.105000', '131908.565000', '131909.025000', '131909.485000', '131909.945000', '131910.405000', '131910.865000', '131911.325000', '131911.785000', '131912.245000', '131912.705000', '131913.165000', '131913.625000', '131914.085000', '131914.545000', '131915.005000', '131915.465000', '131915.925000', '131916.385000', '131916.845000', '131917.305000', '131917.765000', '131918.225000', '131918.685000', '131919.145000', '131919.605000', '131920.065000', '131920.525000', '131920.985000', '131921.445000', '131921.905000', '131922.365000', '131922.825000', '131923.285000', '131923.745000', '131924.205000', '131924.665000', '131925.125000', '131925.585000', '131926.045000', '131926.505000', '131926.965000', '131927.425000', '131927.885000', '131928.345000', '131928.805000', '131929.265000', '131929.725000', '131930.185000', '131930.645000', '131931.105000', '131931.565000', '131932.025000', '131932.485000', '131932.945000', '131933.405000', '131933.865000', '131934.325000', '131934.785000', '131935.245000', '131935.705000', '131936.165000', '131936.625000', '131937.085000', '131937.545000', '131938.005000', '131938.465000', '131938.925000', '131939.385000', '131939.845000', '131940.305000', '131940.765000', '131941.225000', '131941.685000', '131942.145000', '131942.605000', '131943.065000', '131943.525000', '131943.985000', '131944.445000', '131944.905000', '131945.365000', '131945.825000', '131946.285000', '131946.745000', '131947.205000', '131947.665000', '131948.125000', '131948.585000', '131949.045000', '131949.505000', '131949.965000', '131950.425000', '131950.885000', '131951.345000', '131951.805000', '131952.265000', '131952.725000', '131953.185000', '131953.645000', '131954.105000', '131954.565000', '131955.025000', '131955.485000', '131955.945000', '131956.405000', '131956.865000', '131957.325000', '131957.785000', '131958.245000', '131958.705000', '131959.165000', '131959.625000', '132000.085000', '132000.545000', '132001.005000', '132001.465000', '132001.925000', '132002.385000', '132002.845000', '132003.305000', '132003.765000', '132004.225000', '132004.685000', '132005.145000', '132005.605000', '132006.065000', '132006.525000', '132006.985000', '132007.445000', '132007.905000', '132008.365000', '132008.825000', '132009.285000', '132009.745000', '132010.205000', '132010.665000', '132011.125000', '132011.585000', '132012.045000', '132012.505000', '132012.965000', '132013.425000', '132013.885000', '132014.345000', '132014.805000', '132015.265000', '132015.725000', '132016.185000', '132016.645000', '132017.105000', '132017.565000', '132018.025000', '132018.485000', '132018.945000', '132019.405000', '132019.865000', '132020.325000', '132020.785000', '132021.245000', '132021.705000', '132022.165000', '132022.625000', '132023.085000', '132023.545000', '132024.005000', '132024.465000', '132024.925000', '132025.385000', '132025.845000', '132026.305000', '132026.765000', '132027.225000', '132027.685000', '132028.145000', '132028.605000', '132029.065000', '132029.525000', '132029.985000', '132030.445000', '132030.905000', '132031.365000', '132031.825000', '132032.285000', '132032.745000', '132033.205000', '132033.665000', '132034.125000', '132034.585000', '132035.045000', '132035.505000', '132035.965000', '132036.425000', '132036.885000', '132037.345000', '132037.805000', '132038.265000', '132038.725000', '132039.185000', '132039.645000', '132040.105000', '132040.565000', '132041.025000', '132041.485000', '132041.945000', '132042.405000', '132042.865000', '132043.325000', '132043.785000', '132044.245000', '132044.705000', '132045.165000', '132045.625000', '132046.085000', '132046.545000', '132047.005000', '132047.465000', '132047.925000', '132048.385000', '132048.845000', '132049.305000', '132049.765000', '132050.225000', '132050.685000', '132051.145000', '132051.605000', '132052.065000', '132052.525000', '132052.985000', '132053.445000', '132053.905000', '132054.365000', '132054.825000', '132055.285000', '132055.745000', '132056.205000', '132056.665000', '132057.125000', '132057.585000', '132058.045000', '132058.505000', '132058.965000', '132059.425000', '132059.885000', '132100.345000', '132100.805000', '132101.265000', '132101.725000', '132102.185000', '132102.645000', '132103.105000', '132103.565000', '132104.025000', '132104.485000', '132104.945000', '132105.405000', '132105.865000', '132106.325000', '132106.785000', '132107.245000', '132107.705000', '132108.165000', '132108.625000', '132109.085000', '132109.545000', '132110.005000', '132110.465000', '132110.925000', '132111.385000', '132111.845000', '132112.305000', '132112.765000', '132113.225000', '132113.685000', '132114.145000', '132114.605000', '132115.065000', '132115.525000', '132115.985000', '132116.445000', '132116.905000', '132117.365000', '132117.825000', '132118.285000', '132118.745000', '132119.205000', '132119.665000', '132120.125000', '132120.585000', '132121.045000', '132121.505000', '132121.965000', '132122.425000', '132122.885000', '132123.345000', '132123.805000', '132124.265000', '132124.725000', '132125.185000', '132125.645000', '132126.105000', '132126.565000', '132127.025000', '132127.485000', '132127.945000', '132128.405000', '132128.865000', '132129.325000', '132129.785000', '132130.245000', '132130.705000', '132131.165000', '132131.625000', '132132.085000', '132132.545000', '132133.005000', '132133.465000', '132133.925000', '132134.385000', '132134.845000', '132135.305000', '132135.765000', '132136.225000', '132136.685000', '132137.145000', '132137.605000', '132138.065000', '132138.525000', '132138.985000', '132139.445000', '132139.905000', '132140.365000', '132140.825000', '132141.285000', '132141.745000', '132142.205000', '132142.665000', '132143.125000', '132143.585000', '132144.045000', '132144.505000', '132144.965000', '132145.425000', '132145.885000', '132146.345000', '132146.805000', '132147.265000', '132147.725000', '132148.185000', '132148.645000', '132149.105000', '132149.565000', '132150.025000', '132150.485000', '132150.945000', '132151.405000', '132151.865000', '132152.325000', '132152.785000', '132153.245000', '132153.705000', '132154.165000', '132154.625000', '132155.085000', '132155.545000', '132156.005000', '132156.465000', '132156.925000', '132157.385000', '132157.845000', '132158.305000', '132158.765000', '132159.225000', '132159.685000', '132200.145000', '132200.605000', '132201.065000', '132201.525000', '132201.985000', '132202.445000', '132202.905000', '132203.365000', '132203.825000', '132204.285000', '132204.745000', '132205.205000', '132205.665000', '132206.125000', '132206.585000', '132207.045000', '132207.505000', '132207.965000', '132208.425000', '132208.885000', '132209.345000', '132209.805000', '132210.265000', '132210.725000', '132211.185000', '132211.645000', '132212.105000', '132212.565000', '132213.025000', '132213.485000', '132213.945000', '132214.405000', '132214.865000', '132215.325000', '132215.785000', '132216.245000', '132216.705000'], 'ContentTime': ['131402.582000', '131402.585000', '131402.588000', '131402.591000', '131402.594000', '131402.596000', '131402.599000', '131402.602000', '131402.604000', '131402.607000', '131402.610000', '131402.612000', '131402.615000', '131402.617000', '131402.620000', '131402.623000', '131402.625000', '131402.628000', '131402.631000', '131402.633000', '131402.636000', '131422.532000', '131422.535000', '131422.538000', '131422.541000', '131422.543000', '131422.546000', '131422.558000', '131422.560000', '131422.563000', '131422.565000', '131422.568000', '131422.571000', '131422.573000', '131422.576000', '131422.578000', '131422.581000', '131422.583000', '131422.586000', '131422.589000', '131422.591000', '131422.594000', '131422.596000', '131422.599000', '131422.602000', '131422.612000', '131422.615000', '131422.617000', '131422.620000', '131422.623000', '131422.625000', '131422.628000', '131422.630000', '131422.633000', '131422.635000', '131422.638000', '131422.640000', '131422.643000', '131422.646000', '131422.648000', '131422.651000', '131422.660000', '131422.663000', '131422.665000', '131442.532000', '131442.535000', '131442.538000', '131442.541000', '131442.543000', '131442.546000', '131442.548000', '131442.551000', '131442.554000', '131442.556000', '131442.559000', '131442.561000', '131442.565000', '131442.568000', '131442.570000', '131442.573000', '131442.576000', '131442.578000', '131442.581000', '131442.584000', '131442.586000', '131442.589000', '131442.591000', '131442.594000', '131442.597000', '131442.599000', '131442.602000', '131442.605000', '131442.607000', '131442.610000', '131442.612000', '131442.615000', '131442.618000', '131442.621000', '131442.623000', '131442.626000', '131442.629000', '131442.631000', '131442.634000', '131442.636000', '131442.639000', '131442.641000', '131442.644000', '131442.647000', '131502.533000', '131502.536000', '131502.539000', '131502.542000', '131502.544000', '131502.547000', '131502.550000', '131502.552000', '131502.555000', '131502.558000', '131502.560000', '131502.563000', '131502.565000', '131502.568000', '131502.571000', '131502.573000', '131502.576000', '131502.578000', '131502.581000', '131502.584000', '131502.586000', '131502.589000', '131502.592000', '131502.594000', '131502.597000', '131502.599000', '131502.602000', '131502.605000', '131502.607000', '131502.610000', '131502.613000', '131502.615000', '131502.618000', '131502.621000', '131502.623000', '131502.626000', '131502.628000', '131502.631000', '131502.634000', '131502.636000', '131502.639000', '131502.642000', '131502.644000', '131522.533000', '131522.536000', '131522.539000', '131522.542000', '131522.544000', '131522.547000', '131522.550000', '131522.552000', '131522.555000', '131522.557000', '131522.560000', '131522.562000', '131522.565000', '131522.567000', '131522.570000', '131522.573000', '131522.575000', '131522.578000', '131522.581000', '131522.583000', '131522.586000', '131522.588000', '131522.591000', '131522.594000', '131522.596000', '131522.599000', '131522.602000', '131522.604000', '131522.607000', '131522.609000', '131522.612000', '131522.615000', '131522.617000', '131522.620000', '131522.622000', '131522.625000', '131522.627000', '131522.630000', '131522.633000', '131522.635000', '131522.638000', '131522.640000', '131522.643000', '131542.533000', '131542.536000', '131542.539000', '131542.542000', '131542.544000', '131542.547000', '131542.549000', '131542.552000', '131542.554000', '131542.557000', '131542.559000', '131542.562000', '131542.564000', '131542.567000', '131542.570000', '131542.572000', '131542.575000', '131542.577000', '131542.580000', '131542.583000', '131542.585000', '131542.588000', '131542.590000', '131542.593000', '131542.595000', '131542.598000', '131542.601000', '131542.603000', '131542.606000', '131542.608000', '131542.611000', '131542.613000', '131542.616000', '131542.619000', '131542.621000', '131542.624000', '131542.626000', '131542.629000', '131542.631000', '131542.634000', '131542.636000', '131542.639000', '131542.642000', '131542.644000', '131602.532000', '131602.535000', '131602.579000', '131602.582000', '131602.584000', '131602.587000', '131602.589000', '131602.592000', '131602.594000', '131602.597000', '131602.600000', '131602.604000', '131602.607000', '131602.609000', '131602.612000', '131602.614000', '131602.617000', '131602.620000', '131602.622000', '131602.625000', '131602.627000', '131602.630000', '131602.633000', '131602.635000', '131602.638000', '131602.640000', '131602.643000', '131602.645000', '131602.648000', '131602.651000', '131602.653000', '131602.656000', '131602.659000', '131602.661000', '131602.664000', '131602.666000', '131602.669000', '131602.671000', '131602.674000', '131602.676000', '131602.679000', '131602.682000', '131602.684000', '131622.532000', '131622.535000', '131622.538000', '131622.540000', '131622.543000', '131622.546000', '131622.548000', '131622.551000', '131622.553000', '131622.556000', '131622.558000', '131622.561000', '131622.564000', '131622.566000', '131622.569000', '131622.571000', '131622.574000', '131622.577000', '131622.579000', '131622.582000', '131622.584000', '131622.587000', '131622.590000', '131622.592000', '131622.603000', '131622.606000', '131622.608000', '131622.611000', '131622.614000', '131622.616000', '131622.619000', '131622.622000', '131622.624000', '131622.627000', '131622.630000', '131622.632000', '131622.635000', '131622.637000', '131622.640000', '131622.642000', '131622.645000', '131622.648000', '131622.650000', '131622.653000', '131642.533000', '131642.535000', '131642.538000', '131642.541000', '131642.543000', '131642.546000', '131642.548000', '131642.551000', '131642.554000', '131642.556000', '131642.559000', '131642.561000', '131642.564000', '131642.567000', '131642.569000', '131642.572000', '131642.574000', '131642.577000', '131642.580000', '131642.582000', '131642.585000', '131642.587000', '131642.590000', '131642.592000', '131642.595000', '131642.598000', '131642.600000', '131642.603000', '131642.606000', '131642.608000', '131642.611000', '131642.613000', '131642.616000', '131642.619000', '131642.621000', '131642.624000', '131642.626000', '131642.629000', '131642.632000', '131642.634000', '131642.637000', '131642.639000', '131642.642000', '131702.533000', '131702.535000', '131702.538000', '131702.541000', '131702.543000', '131702.546000', '131702.548000', '131702.551000', '131702.554000', '131702.556000', '131702.559000', '131702.561000', '131702.564000', '131702.566000', '131702.569000', '131702.572000', '131702.574000', '131702.577000', '131702.579000', '131702.582000', '131702.585000', '131702.587000', '131702.590000', '131702.593000', '131702.595000', '131702.598000', '131702.601000', '131702.603000', '131702.606000', '131702.608000', '131702.611000', '131702.614000', '131702.616000', '131702.619000', '131702.621000', '131702.624000', '131702.627000', '131702.629000', '131702.632000', '131702.634000', '131702.637000', '131702.640000', '131702.642000', '131702.645000', '131722.534000', '131722.536000', '131722.539000', '131722.542000', '131722.544000', '131722.547000', '131722.549000', '131722.552000', '131722.555000', '131722.557000', '131722.560000', '131722.562000', '131722.565000', '131722.568000', '131722.570000', '131722.573000', '131722.575000', '131722.578000', '131722.580000', '131722.583000', '131722.586000', '131722.588000', '131722.591000', '131722.593000', '131722.596000', '131722.599000', '131722.601000', '131722.604000', '131722.607000', '131722.610000', '131722.613000', '131722.615000', '131722.618000', '131722.620000', '131722.623000', '131722.626000', '131722.628000', '131722.631000', '131722.633000', '131722.636000', '131722.638000', '131722.654000', '131722.657000', '131742.534000', '131742.536000', '131742.539000', '131742.542000', '131742.544000', '131742.547000', '131742.549000', '131742.552000', '131742.555000', '131742.557000', '131742.560000', '131742.562000', '131742.565000', '131742.568000', '131742.570000', '131742.573000', '131742.575000', '131742.578000', '131742.580000', '131742.583000', '131742.586000', '131742.588000', '131742.591000', '131742.593000', '131742.596000', '131742.599000', '131742.601000', '131742.604000', '131742.607000', '131742.609000', '131742.612000', '131742.614000', '131742.617000', '131742.620000', '131742.622000', '131742.625000', '131742.627000', '131742.630000', '131742.633000', '131742.635000', '131742.638000', '131742.640000', '131742.643000', '131742.645000', '131802.534000', '131802.537000', '131802.539000', '131802.542000', '131802.544000', '131802.547000', '131802.550000', '131802.552000', '131802.555000', '131802.557000', '131802.560000', '131802.563000', '131802.570000', '131802.572000', '131802.575000', '131802.578000', '131802.580000', '131802.583000', '131802.586000', '131802.596000', '131802.599000', '131802.601000', '131802.604000', '131802.607000', '131802.610000', '131802.613000', '131802.616000', '131802.619000', '131802.621000', '131802.624000', '131802.627000', '131802.629000', '131802.632000', '131802.634000', '131802.637000', '131802.640000', '131802.642000', '131802.645000', '131802.648000', '131802.650000', '131802.653000', '131802.656000', '131802.658000', '131822.532000', '131822.535000', '131822.538000', '131822.540000', '131822.543000', '131822.546000', '131822.548000', '131822.551000', '131822.553000', '131822.556000', '131822.558000', '131822.561000', '131822.564000', '131822.566000', '131822.569000', '131822.571000', '131822.574000', '131822.576000', '131822.579000', '131822.581000', '131822.584000', '131822.587000', '131822.589000', '131822.592000', '131822.594000', '131822.598000', '131822.601000', '131822.603000', '131822.606000', '131822.608000', '131822.611000', '131822.614000', '131822.616000', '131822.619000', '131822.621000', '131822.624000', '131822.626000', '131822.629000', '131822.632000', '131822.634000', '131822.637000', '131822.640000', '131822.642000', '131822.645000', '131842.532000', '131842.535000', '131842.538000', '131842.540000', '131842.543000', '131842.546000', '131842.548000', '131842.551000', '131842.553000', '131842.556000', '131842.559000', '131842.561000', '131842.564000', '131842.567000', '131842.569000', '131842.572000', '131842.574000', '131842.577000', '131842.579000', '131842.582000', '131842.585000', '131842.587000', '131842.590000', '131842.592000', '131842.595000', '131842.598000', '131842.600000', '131842.603000', '131842.605000', '131842.608000', '131842.611000', '131842.613000', '131842.616000', '131842.618000', '131842.621000', '131842.623000', '131842.626000', '131842.629000', '131842.631000', '131842.634000', '131842.636000', '131842.639000', '131842.642000', '131902.533000', '131902.536000', '131902.538000', '131902.541000', '131902.543000', '131902.546000', '131902.548000', '131902.551000', '131902.554000', '131902.556000', '131902.559000', '131902.562000', '131902.564000', '131902.567000', '131902.569000', '131902.572000', '131902.574000', '131902.577000', '131902.580000', '131902.582000', '131902.585000', '131902.587000', '131902.590000', '131902.604000', '131902.607000', '131902.609000', '131902.612000', '131902.615000', '131902.617000', '131902.620000', '131902.622000', '131902.625000', '131902.627000', '131902.630000', '131902.632000', '131902.635000', '131902.638000', '131902.640000', '131902.643000', '131902.646000', '131902.648000', '131902.651000', '131902.653000', '131902.656000', '131922.533000', '131922.535000', '131922.538000', '131922.541000', '131922.543000', '131922.546000', '131922.548000', '131922.551000', '131922.554000', '131922.556000', '131922.559000', '131922.561000', '131922.564000', '131922.566000', '131922.569000', '131922.572000', '131922.574000', '131922.577000', '131922.579000', '131922.582000', '131922.584000', '131922.587000', '131922.590000', '131922.592000', '131922.595000', '131922.597000', '131922.600000', '131922.603000', '131922.605000', '131922.608000', '131922.610000', '131922.613000', '131922.616000', '131922.618000', '131922.621000', '131922.624000', '131922.626000', '131922.629000', '131922.632000', '131922.634000', '131922.637000', '131922.639000', '131922.642000', '131942.534000', '131942.537000', '131942.539000', '131942.542000', '131942.545000', '131942.547000', '131942.550000', '131942.553000', '131942.555000', '131942.558000', '131942.561000', '131942.563000', '131942.566000', '131942.568000', '131942.571000', '131942.573000', '131942.576000', '131942.579000', '131942.581000', '131942.584000', '131942.586000', '131942.589000', '131942.592000', '131942.594000', '131942.597000', '131942.600000', '131942.602000', '131942.605000', '131942.608000', '131942.610000', '131942.613000', '131942.615000', '131942.618000', '131942.620000', '131942.623000', '131942.626000', '131942.628000', '131942.631000', '131942.633000', '131942.636000', '131942.639000', '131942.641000', '131942.644000', '131942.646000', '132002.534000', '132002.537000', '132002.539000', '132002.542000', '132002.544000', '132002.547000', '132002.550000', '132002.552000', '132002.555000', '132002.558000', '132002.560000', '132002.563000', '132002.566000', '132002.568000', '132002.571000', '132002.573000', '132002.576000', '132002.579000', '132002.581000', '132002.584000', '132002.586000', '132002.589000', '132002.593000', '132002.596000', '132002.598000', '132002.601000', '132002.603000', '132002.606000', '132002.609000', '132002.612000', '132002.614000', '132002.617000', '132002.619000', '132002.622000', '132002.625000', '132002.627000', '132002.630000', '132002.632000', '132002.635000', '132002.638000', '132002.640000', '132002.643000', '132002.645000', '132022.533000', '132022.536000', '132022.538000', '132022.541000', '132022.543000', '132022.546000', '132022.549000', '132022.551000', '132022.554000', '132022.556000', '132022.559000', '132022.562000', '132022.564000', '132022.567000', '132022.569000', '132022.572000', '132022.574000', '132022.577000', '132022.580000', '132022.582000', '132022.585000', '132022.588000', '132022.591000', '132022.593000', '132022.596000', '132022.598000', '132022.601000', '132022.603000', '132022.606000', '132022.609000', '132022.611000', '132022.614000', '132022.616000', '132022.619000', '132022.633000', '132022.636000', '132022.638000', '132022.641000', '132022.644000', '132022.646000', '132022.649000', '132022.651000', '132022.654000', '132022.657000', '132042.532000', '132042.535000', '132042.538000', '132042.540000', '132042.543000', '132042.546000', '132042.548000', '132042.551000', '132042.553000', '132042.556000', '132042.559000', '132042.561000', '132042.564000', '132042.566000', '132042.569000', '132042.572000', '132042.574000', '132042.577000', '132042.580000', '132042.582000', '132042.585000', '132042.587000', '132042.590000', '132042.592000', '132042.595000', '132042.598000', '132042.600000', '132042.603000', '132042.606000', '132042.608000', '132042.611000', '132042.613000', '132042.616000', '132042.619000', '132042.621000', '132042.624000', '132042.626000', '132042.629000', '132042.632000', '132042.634000', '132042.637000', '132042.640000', '132042.642000', '132102.532000', '132102.535000', '132102.538000', '132102.540000', '132102.543000', '132102.545000', '132102.548000', '132102.551000', '132102.553000', '132102.556000', '132102.558000', '132102.561000', '132102.563000', '132102.566000', '132102.569000', '132102.571000', '132102.574000', '132102.577000', '132102.579000', '132102.582000', '132102.584000', '132102.587000', '132102.590000', '132102.592000', '132102.595000', '132102.597000', '132102.600000', '132102.603000', '132102.605000', '132102.608000', '132102.610000', '132102.613000', '132102.616000', '132102.618000', '132102.621000', '132102.624000', '132102.626000', '132102.629000', '132102.631000', '132102.634000', '132102.636000', '132102.639000', '132102.642000', '132122.533000', '132122.535000', '132122.538000', '132122.541000', '132122.543000', '132122.546000', '132122.548000', '132122.551000', '132122.554000', '132122.556000', '132122.559000', '132122.561000', '132122.564000', '132122.566000', '132122.569000', '132122.572000', '132122.574000', '132122.577000', '132122.580000', '132122.582000', '132122.593000', '132122.596000', '132122.598000', '132122.601000', '132122.604000', '132122.606000', '132122.609000', '132122.611000', '132122.614000', '132122.617000', '132122.619000', '132122.622000', '132122.625000', '132122.627000', '132122.630000', '132122.632000', '132122.635000', '132122.638000', '132122.640000', '132122.643000', '132122.645000', '132122.648000', '132122.650000', '132122.653000', '132142.533000', '132142.535000', '132142.538000', '132142.541000', '132142.543000', '132142.546000', '132142.548000', '132142.551000', '132142.554000', '132142.556000', '132142.559000', '132142.561000', '132142.564000', '132142.566000', '132142.569000', '132142.572000', '132142.574000', '132142.577000', '132142.579000', '132142.582000', '132142.585000', '132142.587000', '132142.590000', '132142.592000', '132142.595000', '132142.598000', '132142.600000', '132142.603000', '132142.605000', '132142.608000', '132142.642000', '132142.645000', '132142.648000', '132142.650000', '132142.653000', '132142.655000', '132142.658000', '132142.661000', '132142.663000', '132142.666000', '132142.668000', '132142.671000', '132142.673000', '132142.676000', '132202.535000', '132202.538000', '132202.540000', '132202.543000', '132202.545000', '132202.548000', '132202.551000', '132202.553000', '132202.556000', '132202.558000', '132202.561000', '132202.564000', '132202.566000', '132202.569000', '132202.572000', '132202.574000', '132202.577000', '132202.580000', '132202.582000', '132202.585000', '132202.587000', '132202.590000', '132202.593000', '132202.595000', '132202.598000', '132202.600000', '132202.603000', '132202.605000', '132202.608000', '132202.611000', '132202.613000', '132202.616000', '132202.619000', '132202.621000', '132202.624000', '132202.626000', '132202.629000', '132202.631000', '132202.634000', '132202.637000', '132202.639000', '132202.642000', '132202.644000', '132217.923000', '132217.926000', '132217.929000', '132217.932000', '132217.935000', '132217.938000', '132217.941000', '132217.944000', '132217.947000', '132217.949000', '132217.952000', '132217.956000', '132217.958000', '132217.961000', '132217.964000', '132217.967000', '132217.969000', '132217.972000', '132217.975000', '132217.978000', '132217.980000', '132217.983000', '132217.986000', '132217.989000', '132217.992000', '132217.995000', '132217.998000', '132218.002000', '132218.005000', '132218.007000', '132218.010000', '132218.013000', '132218.018000', '132218.022000'], 'InstanceCreationTime': ['131402.582000', '131402.585000', '131402.588000', '131402.591000', '131402.594000', '131402.596000', '131402.599000', '131402.602000', '131402.604000', '131402.607000', '131402.610000', '131402.612000', '131402.615000', '131402.617000', '131402.620000', '131402.623000', '131402.625000', '131402.628000', '131402.631000', '131402.633000', '131402.636000', '131422.532000', '131422.535000', '131422.538000', '131422.541000', '131422.543000', '131422.546000', '131422.558000', '131422.560000', '131422.563000', '131422.565000', '131422.568000', '131422.571000', '131422.573000', '131422.576000', '131422.578000', '131422.581000', '131422.583000', '131422.586000', '131422.589000', '131422.591000', '131422.594000', '131422.596000', '131422.599000', '131422.602000', '131422.612000', '131422.615000', '131422.617000', '131422.620000', '131422.623000', '131422.625000', '131422.628000', '131422.630000', '131422.633000', '131422.635000', '131422.638000', '131422.640000', '131422.643000', '131422.646000', '131422.648000', '131422.651000', '131422.660000', '131422.663000', '131422.665000', '131442.532000', '131442.535000', '131442.538000', '131442.541000', '131442.543000', '131442.546000', '131442.548000', '131442.551000', '131442.554000', '131442.556000', '131442.559000', '131442.561000', '131442.565000', '131442.568000', '131442.570000', '131442.573000', '131442.576000', '131442.578000', '131442.581000', '131442.584000', '131442.586000', '131442.589000', '131442.591000', '131442.594000', '131442.597000', '131442.599000', '131442.602000', '131442.605000', '131442.607000', '131442.610000', '131442.612000', '131442.615000', '131442.618000', '131442.621000', '131442.623000', '131442.626000', '131442.629000', '131442.631000', '131442.634000', '131442.636000', '131442.639000', '131442.641000', '131442.644000', '131442.647000', '131502.533000', '131502.536000', '131502.539000', '131502.542000', '131502.544000', '131502.547000', '131502.550000', '131502.552000', '131502.555000', '131502.558000', '131502.560000', '131502.563000', '131502.565000', '131502.568000', '131502.571000', '131502.573000', '131502.576000', '131502.578000', '131502.581000', '131502.584000', '131502.586000', '131502.589000', '131502.592000', '131502.594000', '131502.597000', '131502.599000', '131502.602000', '131502.605000', '131502.607000', '131502.610000', '131502.613000', '131502.615000', '131502.618000', '131502.621000', '131502.623000', '131502.626000', '131502.628000', '131502.631000', '131502.634000', '131502.636000', '131502.639000', '131502.642000', '131502.644000', '131522.533000', '131522.536000', '131522.539000', '131522.542000', '131522.544000', '131522.547000', '131522.550000', '131522.552000', '131522.555000', '131522.557000', '131522.560000', '131522.562000', '131522.565000', '131522.567000', '131522.570000', '131522.573000', '131522.575000', '131522.578000', '131522.581000', '131522.583000', '131522.586000', '131522.588000', '131522.591000', '131522.594000', '131522.596000', '131522.599000', '131522.602000', '131522.604000', '131522.607000', '131522.609000', '131522.612000', '131522.615000', '131522.617000', '131522.620000', '131522.622000', '131522.625000', '131522.627000', '131522.630000', '131522.633000', '131522.635000', '131522.638000', '131522.640000', '131522.643000', '131542.533000', '131542.536000', '131542.539000', '131542.542000', '131542.544000', '131542.547000', '131542.549000', '131542.552000', '131542.554000', '131542.557000', '131542.559000', '131542.562000', '131542.564000', '131542.567000', '131542.570000', '131542.572000', '131542.575000', '131542.577000', '131542.580000', '131542.583000', '131542.585000', '131542.588000', '131542.590000', '131542.593000', '131542.595000', '131542.598000', '131542.601000', '131542.603000', '131542.606000', '131542.608000', '131542.611000', '131542.613000', '131542.616000', '131542.619000', '131542.621000', '131542.624000', '131542.626000', '131542.629000', '131542.631000', '131542.634000', '131542.636000', '131542.639000', '131542.642000', '131542.644000', '131602.532000', '131602.535000', '131602.579000', '131602.582000', '131602.584000', '131602.587000', '131602.589000', '131602.592000', '131602.594000', '131602.597000', '131602.600000', '131602.604000', '131602.607000', '131602.609000', '131602.612000', '131602.614000', '131602.617000', '131602.620000', '131602.622000', '131602.625000', '131602.627000', '131602.630000', '131602.633000', '131602.635000', '131602.638000', '131602.640000', '131602.643000', '131602.645000', '131602.648000', '131602.651000', '131602.653000', '131602.656000', '131602.659000', '131602.661000', '131602.664000', '131602.666000', '131602.669000', '131602.671000', '131602.674000', '131602.676000', '131602.679000', '131602.682000', '131602.684000', '131622.532000', '131622.535000', '131622.538000', '131622.540000', '131622.543000', '131622.546000', '131622.548000', '131622.551000', '131622.553000', '131622.556000', '131622.558000', '131622.561000', '131622.564000', '131622.566000', '131622.569000', '131622.571000', '131622.574000', '131622.577000', '131622.579000', '131622.582000', '131622.584000', '131622.587000', '131622.590000', '131622.592000', '131622.603000', '131622.606000', '131622.608000', '131622.611000', '131622.614000', '131622.616000', '131622.619000', '131622.622000', '131622.624000', '131622.627000', '131622.630000', '131622.632000', '131622.635000', '131622.637000', '131622.640000', '131622.642000', '131622.645000', '131622.648000', '131622.650000', '131622.653000', '131642.533000', '131642.535000', '131642.538000', '131642.541000', '131642.543000', '131642.546000', '131642.548000', '131642.551000', '131642.554000', '131642.556000', '131642.559000', '131642.561000', '131642.564000', '131642.567000', '131642.569000', '131642.572000', '131642.574000', '131642.577000', '131642.580000', '131642.582000', '131642.585000', '131642.587000', '131642.590000', '131642.592000', '131642.595000', '131642.598000', '131642.600000', '131642.603000', '131642.606000', '131642.608000', '131642.611000', '131642.613000', '131642.616000', '131642.619000', '131642.621000', '131642.624000', '131642.626000', '131642.629000', '131642.632000', '131642.634000', '131642.637000', '131642.639000', '131642.642000', '131702.533000', '131702.535000', '131702.538000', '131702.541000', '131702.543000', '131702.546000', '131702.548000', '131702.551000', '131702.554000', '131702.556000', '131702.559000', '131702.561000', '131702.564000', '131702.566000', '131702.569000', '131702.572000', '131702.574000', '131702.577000', '131702.579000', '131702.582000', '131702.585000', '131702.587000', '131702.590000', '131702.593000', '131702.595000', '131702.598000', '131702.601000', '131702.603000', '131702.606000', '131702.608000', '131702.611000', '131702.614000', '131702.616000', '131702.619000', '131702.621000', '131702.624000', '131702.627000', '131702.629000', '131702.632000', '131702.634000', '131702.637000', '131702.640000', '131702.642000', '131702.645000', '131722.534000', '131722.536000', '131722.539000', '131722.542000', '131722.544000', '131722.547000', '131722.549000', '131722.552000', '131722.555000', '131722.557000', '131722.560000', '131722.562000', '131722.565000', '131722.568000', '131722.570000', '131722.573000', '131722.575000', '131722.578000', '131722.580000', '131722.583000', '131722.586000', '131722.588000', '131722.591000', '131722.593000', '131722.596000', '131722.599000', '131722.601000', '131722.604000', '131722.607000', '131722.610000', '131722.613000', '131722.615000', '131722.618000', '131722.620000', '131722.623000', '131722.626000', '131722.628000', '131722.631000', '131722.633000', '131722.636000', '131722.638000', '131722.654000', '131722.657000', '131742.534000', '131742.536000', '131742.539000', '131742.542000', '131742.544000', '131742.547000', '131742.549000', '131742.552000', '131742.555000', '131742.557000', '131742.560000', '131742.562000', '131742.565000', '131742.568000', '131742.570000', '131742.573000', '131742.575000', '131742.578000', '131742.580000', '131742.583000', '131742.586000', '131742.588000', '131742.591000', '131742.593000', '131742.596000', '131742.599000', '131742.601000', '131742.604000', '131742.607000', '131742.609000', '131742.612000', '131742.614000', '131742.617000', '131742.620000', '131742.622000', '131742.625000', '131742.627000', '131742.630000', '131742.633000', '131742.635000', '131742.638000', '131742.640000', '131742.643000', '131742.645000', '131802.534000', '131802.537000', '131802.539000', '131802.542000', '131802.544000', '131802.547000', '131802.550000', '131802.552000', '131802.555000', '131802.557000', '131802.560000', '131802.563000', '131802.570000', '131802.572000', '131802.575000', '131802.578000', '131802.580000', '131802.583000', '131802.586000', '131802.596000', '131802.599000', '131802.601000', '131802.604000', '131802.607000', '131802.610000', '131802.613000', '131802.616000', '131802.619000', '131802.621000', '131802.624000', '131802.627000', '131802.629000', '131802.632000', '131802.634000', '131802.637000', '131802.640000', '131802.642000', '131802.645000', '131802.648000', '131802.650000', '131802.653000', '131802.656000', '131802.658000', '131822.532000', '131822.535000', '131822.538000', '131822.540000', '131822.543000', '131822.546000', '131822.548000', '131822.551000', '131822.553000', '131822.556000', '131822.558000', '131822.561000', '131822.564000', '131822.566000', '131822.569000', '131822.571000', '131822.574000', '131822.576000', '131822.579000', '131822.581000', '131822.584000', '131822.587000', '131822.589000', '131822.592000', '131822.594000', '131822.598000', '131822.601000', '131822.603000', '131822.606000', '131822.608000', '131822.611000', '131822.614000', '131822.616000', '131822.619000', '131822.621000', '131822.624000', '131822.626000', '131822.629000', '131822.632000', '131822.634000', '131822.637000', '131822.640000', '131822.642000', '131822.645000', '131842.532000', '131842.535000', '131842.538000', '131842.540000', '131842.543000', '131842.546000', '131842.548000', '131842.551000', '131842.553000', '131842.556000', '131842.559000', '131842.561000', '131842.564000', '131842.567000', '131842.569000', '131842.572000', '131842.574000', '131842.577000', '131842.579000', '131842.582000', '131842.585000', '131842.587000', '131842.590000', '131842.592000', '131842.595000', '131842.598000', '131842.600000', '131842.603000', '131842.605000', '131842.608000', '131842.611000', '131842.613000', '131842.616000', '131842.618000', '131842.621000', '131842.623000', '131842.626000', '131842.629000', '131842.631000', '131842.634000', '131842.636000', '131842.639000', '131842.642000', '131902.533000', '131902.536000', '131902.538000', '131902.541000', '131902.543000', '131902.546000', '131902.548000', '131902.551000', '131902.554000', '131902.556000', '131902.559000', '131902.562000', '131902.564000', '131902.567000', '131902.569000', '131902.572000', '131902.574000', '131902.577000', '131902.580000', '131902.582000', '131902.585000', '131902.587000', '131902.590000', '131902.604000', '131902.607000', '131902.609000', '131902.612000', '131902.615000', '131902.617000', '131902.620000', '131902.622000', '131902.625000', '131902.627000', '131902.630000', '131902.632000', '131902.635000', '131902.638000', '131902.640000', '131902.643000', '131902.646000', '131902.648000', '131902.651000', '131902.653000', '131902.656000', '131922.533000', '131922.535000', '131922.538000', '131922.541000', '131922.543000', '131922.546000', '131922.548000', '131922.551000', '131922.554000', '131922.556000', '131922.559000', '131922.561000', '131922.564000', '131922.566000', '131922.569000', '131922.572000', '131922.574000', '131922.577000', '131922.579000', '131922.582000', '131922.584000', '131922.587000', '131922.590000', '131922.592000', '131922.595000', '131922.597000', '131922.600000', '131922.603000', '131922.605000', '131922.608000', '131922.610000', '131922.613000', '131922.616000', '131922.618000', '131922.621000', '131922.624000', '131922.626000', '131922.629000', '131922.632000', '131922.634000', '131922.637000', '131922.639000', '131922.642000', '131942.534000', '131942.537000', '131942.539000', '131942.542000', '131942.545000', '131942.547000', '131942.550000', '131942.553000', '131942.555000', '131942.558000', '131942.561000', '131942.563000', '131942.566000', '131942.568000', '131942.571000', '131942.573000', '131942.576000', '131942.579000', '131942.581000', '131942.584000', '131942.586000', '131942.589000', '131942.592000', '131942.594000', '131942.597000', '131942.600000', '131942.602000', '131942.605000', '131942.608000', '131942.610000', '131942.613000', '131942.615000', '131942.618000', '131942.620000', '131942.623000', '131942.626000', '131942.628000', '131942.631000', '131942.633000', '131942.636000', '131942.639000', '131942.641000', '131942.644000', '131942.646000', '132002.534000', '132002.537000', '132002.539000', '132002.542000', '132002.544000', '132002.547000', '132002.550000', '132002.552000', '132002.555000', '132002.558000', '132002.560000', '132002.563000', '132002.566000', '132002.568000', '132002.571000', '132002.573000', '132002.576000', '132002.579000', '132002.581000', '132002.584000', '132002.586000', '132002.589000', '132002.593000', '132002.596000', '132002.598000', '132002.601000', '132002.603000', '132002.606000', '132002.609000', '132002.612000', '132002.614000', '132002.617000', '132002.619000', '132002.622000', '132002.625000', '132002.627000', '132002.630000', '132002.632000', '132002.635000', '132002.638000', '132002.640000', '132002.643000', '132002.645000', '132022.533000', '132022.536000', '132022.538000', '132022.541000', '132022.543000', '132022.546000', '132022.549000', '132022.551000', '132022.554000', '132022.556000', '132022.559000', '132022.562000', '132022.564000', '132022.567000', '132022.569000', '132022.572000', '132022.574000', '132022.577000', '132022.580000', '132022.582000', '132022.585000', '132022.588000', '132022.591000', '132022.593000', '132022.596000', '132022.598000', '132022.601000', '132022.603000', '132022.606000', '132022.609000', '132022.611000', '132022.614000', '132022.616000', '132022.619000', '132022.633000', '132022.636000', '132022.638000', '132022.641000', '132022.644000', '132022.646000', '132022.649000', '132022.651000', '132022.654000', '132022.657000', '132042.532000', '132042.535000', '132042.538000', '132042.540000', '132042.543000', '132042.546000', '132042.548000', '132042.551000', '132042.553000', '132042.556000', '132042.559000', '132042.561000', '132042.564000', '132042.566000', '132042.569000', '132042.572000', '132042.574000', '132042.577000', '132042.580000', '132042.582000', '132042.585000', '132042.587000', '132042.590000', '132042.592000', '132042.595000', '132042.598000', '132042.600000', '132042.603000', '132042.606000', '132042.608000', '132042.611000', '132042.613000', '132042.616000', '132042.619000', '132042.621000', '132042.624000', '132042.626000', '132042.629000', '132042.632000', '132042.634000', '132042.637000', '132042.640000', '132042.642000', '132102.532000', '132102.535000', '132102.538000', '132102.540000', '132102.543000', '132102.545000', '132102.548000', '132102.551000', '132102.553000', '132102.556000', '132102.558000', '132102.561000', '132102.563000', '132102.566000', '132102.569000', '132102.571000', '132102.574000', '132102.577000', '132102.579000', '132102.582000', '132102.584000', '132102.587000', '132102.590000', '132102.592000', '132102.595000', '132102.597000', '132102.600000', '132102.603000', '132102.605000', '132102.608000', '132102.610000', '132102.613000', '132102.616000', '132102.618000', '132102.621000', '132102.624000', '132102.626000', '132102.629000', '132102.631000', '132102.634000', '132102.636000', '132102.639000', '132102.642000', '132122.533000', '132122.535000', '132122.538000', '132122.541000', '132122.543000', '132122.546000', '132122.548000', '132122.551000', '132122.554000', '132122.556000', '132122.559000', '132122.561000', '132122.564000', '132122.566000', '132122.569000', '132122.572000', '132122.574000', '132122.577000', '132122.580000', '132122.582000', '132122.593000', '132122.596000', '132122.598000', '132122.601000', '132122.604000', '132122.606000', '132122.609000', '132122.611000', '132122.614000', '132122.617000', '132122.619000', '132122.622000', '132122.625000', '132122.627000', '132122.630000', '132122.632000', '132122.635000', '132122.638000', '132122.640000', '132122.643000', '132122.645000', '132122.648000', '132122.650000', '132122.653000', '132142.533000', '132142.535000', '132142.538000', '132142.541000', '132142.543000', '132142.546000', '132142.548000', '132142.551000', '132142.554000', '132142.556000', '132142.559000', '132142.561000', '132142.564000', '132142.566000', '132142.569000', '132142.572000', '132142.574000', '132142.577000', '132142.579000', '132142.582000', '132142.585000', '132142.587000', '132142.590000', '132142.592000', '132142.595000', '132142.598000', '132142.600000', '132142.603000', '132142.605000', '132142.608000', '132142.642000', '132142.645000', '132142.648000', '132142.650000', '132142.653000', '132142.655000', '132142.658000', '132142.661000', '132142.663000', '132142.666000', '132142.668000', '132142.671000', '132142.673000', '132142.676000', '132202.535000', '132202.538000', '132202.540000', '132202.543000', '132202.545000', '132202.548000', '132202.551000', '132202.553000', '132202.556000', '132202.558000', '132202.561000', '132202.564000', '132202.566000', '132202.569000', '132202.572000', '132202.574000', '132202.577000', '132202.580000', '132202.582000', '132202.585000', '132202.587000', '132202.590000', '132202.593000', '132202.595000', '132202.598000', '132202.600000', '132202.603000', '132202.605000', '132202.608000', '132202.611000', '132202.613000', '132202.616000', '132202.619000', '132202.621000', '132202.624000', '132202.626000', '132202.629000', '132202.631000', '132202.634000', '132202.637000', '132202.639000', '132202.642000', '132202.644000', '132217.923000', '132217.926000', '132217.929000', '132217.932000', '132217.935000', '132217.938000', '132217.941000', '132217.944000', '132217.947000', '132217.949000', '132217.952000', '132217.956000', '132217.958000', '132217.961000', '132217.964000', '132217.967000', '132217.969000', '132217.972000', '132217.975000', '132217.978000', '132217.980000', '132217.983000', '132217.986000', '132217.989000', '132217.992000', '132217.995000', '132217.998000', '132218.002000', '132218.005000', '132218.007000', '132218.010000', '132218.013000', '132218.018000', '132218.022000'], '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': [12387, 9546, 13594, 9817, 15134, 12071, 16223, 12653, 15686, 12876, 15374, 13790, 11117, 12711, 9051, 10848, 8653, 12888, 9397, 8265, 8710, 8682, 10832, 13339, 11618, 14366, 10496, 16032, 10964, 16254, 12334, 15916, 10834, 15628, 10101, 15078, 11458, 14575, 10105, 14628, 9672, 15144, 11451, 14232, 9553, 14897, 10343, 15706, 11671, 15366, 10683, 16098, 10307, 15784, 11592, 15147, 11971, 14245, 9910, 8571, 12530, 9109, 14107, 8819, 14150, 8981, 14841, 9741, 15155, 8831, 12050, 8508, 11418, 9072, 12893, 9113, 10971, 8625, 10762, 9046, 12099, 9010, 12275, 8993, 10884, 9364, 11727, 9067, 12783, 9177, 11301, 8807, 10616, 8436, 9540, 8854, 8520, 10230, 8999, 12364, 9131, 13986, 10046, 13669, 10241, 12769, 9828, 12987, 10608, 13960, 9387, 11745, 8972, 11200, 9086, 12590, 8931, 12401, 9020, 12510, 8694, 13537, 9282, 13447, 8870, 11324, 9247, 12492, 9091, 12469, 8510, 10525, 9512, 11624, 10309, 10249, 12000, 8499, 14364, 11360, 13998, 9724, 14479, 8560, 14144, 10525, 13204, 8333, 13047, 8441, 13562, 10370, 13932, 9371, 13687, 8636, 13041, 9837, 13513, 9904, 8994, 8554, 8445, 10679, 10086, 11680, 8460, 10399, 9365, 10705, 9163, 12791, 9869, 13583, 8415, 11968, 10515, 13590, 12445, 11006, 11981, 10416, 12248, 10513, 13106, 11645, 13910, 11026, 12867, 9227, 11565, 9841, 13086, 10209, 12742, 8971, 9866, 8771, 13161, 9897, 11911, 8847, 10214, 9321, 13365, 8913, 13660, 9207, 13628, 8977, 14204, 9862, 14478, 10028, 14654, 8622, 13918, 10795, 15186, 10976, 9469, 9657, 8580, 11121, 10372, 12009, 9362, 11446, 8666, 10629, 9060, 13138, 9612, 13736, 8971, 8738, 8879, 9176, 11202, 9451, 10856, 8618, 11531, 15685, 12540, 14150, 10791, 15563, 10268, 15703, 11146, 14922, 10040, 15818, 9969, 14509, 10790, 14321, 9468, 14046, 8816, 13021, 9957, 14527, 10500, 12935, 9147, 11054, 8713, 11297, 9453, 8885, 9798, 8593, 11453, 9476, 12354, 8842, 10428, 8969, 10492, 9272, 12945, 8787, 13724, 8915, 13357, 8902, 13394, 9119, 13707, 8798, 12719, 9033, 12416, 9439, 13279, 8946, 13059, 9074, 13756, 10431, 14973, 10594, 13068, 9074, 11961, 12191, 14911, 11766, 9312, 11713, 9564, 11734, 10368, 13106, 13214, 12402, 8501, 10836, 8654, 12138, 9367, 13440, 9715, 11514, 8763, 10593, 8656, 10050, 8442, 8909, 8689, 10353, 8668, 11332, 9863, 11210, 13951, 11703, 13711, 11492, 16808, 11601, 16375, 12561, 14403, 9358, 15067, 9872, 15049, 10843, 14650, 9527, 13566, 9287, 12617, 9334, 13206, 9011, 12614, 9055, 11657, 9121, 12875, 9520, 13318, 9122, 13158, 8807, 14354, 10678, 14790, 10688, 15243, 9385, 14492, 10194, 15758, 11770, 13933, 13661, 11903, 11010, 8068, 14533, 10134, 8559, 8530, 8961, 8819, 9467, 9202, 11657, 9202, 10970, 9447, 12125, 9841, 12932, 11179, 15470, 9796, 15130, 11212, 16444, 10572, 8808, 8851, 8277, 10647, 8964, 11073, 8326, 9730, 8973, 11703, 9144, 12023, 8701, 9685, 8659, 11763, 8860, 10575, 8884, 8778, 8953, 9258, 10515, 8859, 10836, 8966, 13670, 9897, 14082, 9561, 14300, 12393, 15038, 13625, 12443, 13023, 13476, 13837, 16752, 14614, 11483, 12594, 10391, 12733, 9470, 14734, 10175, 14743, 9273, 13752, 9148, 14313, 9668, 15586, 10861, 14012, 8917, 9217, 10641, 9394, 11899, 9425, 11192, 9158, 12566, 9263, 14049, 9422, 14064, 9000, 13641, 9267, 15039, 10767, 13904, 9361, 11834, 10815, 13598, 12195, 11774, 11646, 8859, 11064, 8731, 12798, 9168, 14289, 8980, 12177, 9454, 14864, 10215, 16055, 8871, 13265, 9604, 15544, 11457, 16707, 12477, 10961, 10980, 8748, 13297, 10155, 11531, 9095, 8922, 8808, 8616, 8526, 12824, 12224, 9269, 14491, 11848, 8569, 13672, 11850, 11771, 14293, 12800, 12017, 15385, 11104, 11125, 11367, 9151, 14456, 14737, 10968, 13503, 11273, 9341, 11480, 12746, 9358, 14320, 10643, 10042, 10007, 8695, 11638, 8795, 12723, 8985, 11977, 8701, 10276, 8552, 11697, 9566, 8417, 9340, 8748, 8896, 9063, 10123, 8950, 9362, 8713, 8833, 10525, 8924, 12009, 8970, 13089, 9157, 14330, 10537, 14666, 11067, 14936, 10646, 15164, 11396, 15388, 12068, 14614, 11034, 14790, 10980, 15057, 11131, 13831, 9832, 13631, 10238, 14630, 11673, 13808, 9034, 13579, 9727, 12841, 9725, 13963, 10286, 11914, 9003, 11101, 10102, 12392, 10179, 10988, 9626, 8794, 11748, 10963, 12029, 9937, 8922, 8708, 9183, 9427, 12041, 10039, 8981, 10368, 9887, 12010, 13029, 13212, 11822, 12054, 11386, 10583, 14325, 12657, 15062, 11730, 14132, 9996, 13826, 9989, 13919, 10874, 14841, 10827, 13783, 10661, 12718, 9646, 12704, 9854, 12321, 8922, 10842, 8599, 10968, 8886, 12931, 9692, 12839, 8791, 11324, 9136, 12211, 9023, 13344, 9350, 11844, 9101, 11573, 9232, 12479, 9381, 14153, 8708, 12171, 8954, 12718, 9072, 13242, 9123, 12867, 9182, 13357, 9113, 13738, 9464, 13613, 8757, 13129, 9116, 13955, 10168, 12406, 8465, 11044, 8937, 11416, 9825, 10592, 8614, 8702, 8554, 11027, 12038, 10991, 9901, 9474, 10710, 10563, 14624, 11880, 13496, 10154, 13892, 9642, 14556, 10999, 15807, 11464, 14354, 9051, 14631, 10501, 14571, 10886, 14512, 10604, 13424, 8985, 12647, 9678, 14898, 10644, 14151, 9799, 13550, 8667, 11923, 10650, 12961, 9730, 12125, 8724, 13058, 9553, 13748, 9556, 11823, 8892, 11432, 8883, 12433, 8790, 10845, 8729, 9406, 9006, 9913, 8619, 8167, 8266, 8546, 8609, 8603, 9171, 10918, 8892, 12122, 9174, 12220, 8773, 14376, 11046, 14207, 10013, 13075, 10529, 13668, 11332, 11787, 10300, 9506, 11009, 12630, 13016, 10759, 9966, 8989, 10008, 12360, 10838, 9723, 8783, 9005, 8738, 12379, 10731, 11684, 9503, 9831, 11404, 11781, 14767, 11066, 14419, 10400, 14526, 11152, 14062, 11422, 13521, 10198, 11316, 8457, 10967, 9164, 9840, 8834, 8983, 8486, 9335, 8557, 11017, 8302, 10422, 8848, 9968, 8497, 11457, 9316, 11115, 8660, 10343, 8618, 12122, 8889, 11732, 10020, 12857, 10316, 13706, 11317, 14383, 11663, 13747, 10679, 13556, 9935, 13668, 10307, 13329, 8513, 11618, 8378, 11623, 8822, 9776, 8535, 8994, 8585, 10743, 8569, 12388, 9278, 12142, 8903, 12023, 8994, 13263, 10442, 14268, 10120, 12697, 9899, 12826, 10317, 13496, 11111, 13707, 10624, 14104, 12032, 14622, 11056, 8504, 10611, 8891, 12796, 9035, 12602, 8487, 9483, 9199, 12490, 9088, 13797, 10954, 15442, 11265, 12601, 8537, 11850, 10399, 13308, 10311, 9735, 9888, 9548, 9993, 12498, 11443, 13126, 9870, 12372, 8718, 12974, 9389, 12774, 10169, 12125, 8344, 11970, 8499, 12863, 10088, 12591, 9542, 12050, 8643, 11628, 9107, 12801, 10158, 12567, 9144, 12782, 11123, 14326, 11409, 11642, 9715, 8987, 10976, 8976, 12355, 9633, 11722, 8625, 11417, 9073, 12263, 10351, 13507, 10547, 13265, 9167, 12735, 9375, 12962, 10513, 12767, 8809, 12054, 8655, 12435, 9519, 12265, 9432, 11924, 8932, 12522, 9419, 12954, 9796, 12880, 9940, 12799, 9130, 12650, 10395, 15315, 9937, 13991, 8919, 13417, 9177, 15079, 9810, 13605, 8932, 13172, 8812, 13424, 9594, 12150, 9089, 9674, 9117, 9489, 8877, 11356, 8821, 11323, 9038, 12200, 8623, 12704, 8622, 13195, 9266, 15029, 10991, 14447, 12114, 11922, 10838, 9201, 14992, 10517, 14432, 10506, 13684, 12139, 11244, 14605, 11579, 13540, 10236, 12188, 8931, 13333, 10607, 13486, 10235, 12243, 8474, 11698, 8255, 11167, 8767, 9916, 8356, 8875, 8593, 9172, 8518, 8636, 8306, 8233, 8607, 10200, 8744, 9744, 8733, 9990, 8628, 11679, 9406, 10993, 8436, 10753, 8595, 12386, 9606, 10547, 8563, 8705, 8557, 10582, 8847, 10239, 8442, 11779, 8603, 12735, 9537, 11718, 8683, 12258, 9031, 13538, 10033, 12703, 8705, 12322, 8568, 12832, 10324, 12519, 8509, 9753, 8444, 11140, 9172, 11815], 'WindowCenter': [5134.0, 5081.0, 5106.0, 5063.0, 5101.0, 5071.0, 5098.0, 5068.0, 5084.0, 5067.0, 5072.0, 5064.0, 5045.0, 5053.0, 5014.0, 5032.0, 5017.0, 5063.0, 5038.0, 5026.0, 5040.0, 5028.0, 5059.0, 5088.0, 5069.0, 5088.0, 5061.0, 5097.0, 5060.0, 5098.0, 5070.0, 5096.0, 5059.0, 5086.0, 5047.0, 5084.0, 5059.0, 5085.0, 5047.0, 5086.0, 5036.0, 5084.0, 5057.0, 5076.0, 5038.0, 5085.0, 5047.0, 5085.0, 5058.0, 5084.0, 5048.0, 5081.0, 5037.0, 5083.0, 5045.0, 5073.0, 5054.0, 5072.0, 5035.0, 5015.0, 5054.0, 5026.0, 5074.0, 5027.0, 5070.0, 5026.0, 5073.0, 5023.0, 5071.0, 5013.0, 5039.0, 5023.0, 5055.0, 5023.0, 5051.0, 5012.0, 5044.0, 5012.0, 5028.0, 5001.0, 5039.0, 5011.0, 5041.0, 5013.0, 5042.0, 5024.0, 5041.0, 5014.0, 5051.0, 5022.0, 5030.0, 5016.0, 5034.0, 5016.0, 5036.0, 5039.0, 5027.0, 5049.0, 5026.0, 5067.0, 5028.0, 5077.0, 5039.0, 5066.0, 5035.0, 5055.0, 5025.0, 5055.0, 5024.0, 5062.0, 5013.0, 5042.0, 5014.0, 5032.0, 5013.0, 5053.0, 5027.0, 5055.0, 5028.0, 5065.0, 5027.0, 5076.0, 5028.0, 5076.0, 5026.0, 5044.0, 5025.0, 5063.0, 5026.0, 5056.0, 5016.0, 5046.0, 5025.0, 5043.0, 5034.0, 5035.0, 5052.0, 5016.0, 5071.0, 5045.0, 5061.0, 5026.0, 5072.0, 5016.0, 5059.0, 5035.0, 5061.0, 5015.0, 5061.0, 5016.0, 5062.0, 5036.0, 5070.0, 5026.0, 5063.0, 5015.0, 5063.0, 5035.0, 5063.0, 5036.0, 5027.0, 5027.0, 5016.0, 5046.0, 5036.0, 5056.0, 5016.0, 5035.0, 5026.0, 5046.0, 5028.0, 5064.0, 5038.0, 5066.0, 5019.0, 5056.0, 5047.0, 5065.0, 5064.0, 5045.0, 5057.0, 5048.0, 5057.0, 5036.0, 5066.0, 5044.0, 5064.0, 5031.0, 5054.0, 5012.0, 5043.0, 5022.0, 5052.0, 5023.0, 5053.0, 5025.0, 5029.0, 5013.0, 5053.0, 5032.0, 5043.0, 5025.0, 5032.0, 5025.0, 5063.0, 5026.0, 5063.0, 5035.0, 5063.0, 5026.0, 5072.0, 5035.0, 5070.0, 5047.0, 5083.0, 5027.0, 5072.0, 5054.0, 5072.0, 5046.0, 5035.0, 5036.0, 5014.0, 5044.0, 5033.0, 5053.0, 5023.0, 5042.0, 5014.0, 5029.0, 5014.0, 5052.0, 5025.0, 5063.0, 5026.0, 5012.0, 5025.0, 5024.0, 5055.0, 5036.0, 5057.0, 5027.0, 5065.0, 5084.0, 5065.0, 5063.0, 5045.0, 5082.0, 5036.0, 5082.0, 5046.0, 5073.0, 5035.0, 5082.0, 5032.0, 5072.0, 5042.0, 5069.0, 5036.0, 5069.0, 5024.0, 5060.0, 5033.0, 5073.0, 5036.0, 5052.0, 5025.0, 5043.0, 5016.0, 5043.0, 5037.0, 5026.0, 5036.0, 5027.0, 5057.0, 5036.0, 5063.0, 5026.0, 5047.0, 5026.0, 5047.0, 5037.0, 5066.0, 5027.0, 5063.0, 5027.0, 5064.0, 5028.0, 5061.0, 5014.0, 5061.0, 5017.0, 5054.0, 5027.0, 5054.0, 5027.0, 5063.0, 5026.0, 5061.0, 5028.0, 5063.0, 5047.0, 5075.0, 5047.0, 5064.0, 5028.0, 5056.0, 5067.0, 5084.0, 5067.0, 5036.0, 5056.0, 5036.0, 5056.0, 5046.0, 5075.0, 5076.0, 5067.0, 5027.0, 5044.0, 5016.0, 5054.0, 5022.0, 5065.0, 5025.0, 5045.0, 5013.0, 5034.0, 5013.0, 5033.0, 5026.0, 5037.0, 5026.0, 5049.0, 5028.0, 5071.0, 5048.0, 5058.0, 5085.0, 5068.0, 5076.0, 5066.0, 5104.0, 5057.0, 5097.0, 5068.0, 5085.0, 5039.0, 5074.0, 5048.0, 5083.0, 5045.0, 5073.0, 5025.0, 5062.0, 5012.0, 5040.0, 5023.0, 5048.0, 5011.0, 5050.0, 5013.0, 5042.0, 5024.0, 5050.0, 5024.0, 5061.0, 5023.0, 5052.0, 5025.0, 5062.0, 5034.0, 5061.0, 5031.0, 5068.0, 5022.0, 5059.0, 5033.0, 5083.0, 5054.0, 5084.0, 5071.0, 5048.0, 5039.0, 5010.0, 5067.0, 5041.0, 5022.0, 5011.0, 5028.0, 5011.0, 5023.0, 5026.0, 5046.0, 5025.0, 5045.0, 5024.0, 5044.0, 5026.0, 5055.0, 5033.0, 5071.0, 5025.0, 5071.0, 5034.0, 5070.0, 5033.0, 5012.0, 5013.0, 5003.0, 5031.0, 5013.0, 5032.0, 5003.0, 5024.0, 5013.0, 5042.0, 5013.0, 5042.0, 5014.0, 5011.0, 5013.0, 5041.0, 5023.0, 5033.0, 5027.0, 5014.0, 5026.0, 5028.0, 5047.0, 5039.0, 5046.0, 5040.0, 5078.0, 5050.0, 5078.0, 5051.0, 5088.0, 5071.0, 5087.0, 5079.0, 5056.0, 5069.0, 5064.0, 5078.0, 5085.0, 5075.0, 5057.0, 5068.0, 5035.0, 5054.0, 5024.0, 5074.0, 5036.0, 5074.0, 5016.0, 5053.0, 5026.0, 5073.0, 5026.0, 5073.0, 5045.0, 5063.0, 5026.0, 5025.0, 5047.0, 5027.0, 5056.0, 5039.0, 5056.0, 5038.0, 5066.0, 5026.0, 5075.0, 5040.0, 5075.0, 5036.0, 5074.0, 5040.0, 5087.0, 5058.0, 5077.0, 5041.0, 5068.0, 5060.0, 5077.0, 5068.0, 5057.0, 5056.0, 5029.0, 5056.0, 5029.0, 5067.0, 5038.0, 5077.0, 5026.0, 5056.0, 5036.0, 5074.0, 5037.0, 5085.0, 5028.0, 5063.0, 5034.0, 5080.0, 5054.0, 5082.0, 5067.0, 5058.0, 5048.0, 5015.0, 5064.0, 5036.0, 5054.0, 5026.0, 5026.0, 5025.0, 5038.0, 5028.0, 5078.0, 5058.0, 5037.0, 5085.0, 5053.0, 5013.0, 5061.0, 5054.0, 5041.0, 5059.0, 5052.0, 5041.0, 5057.0, 5030.0, 5017.0, 5016.0, 5001.0, 5034.0, 5044.0, 5003.0, 5008.0, 4975.0, 4931.0, 5018.0, 5023.0, 4983.0, 5032.0, 5004.0, 4995.0, 5006.0, 4988.0, 5027.0, 4998.0, 5037.0, 5000.0, 5028.0, 5002.0, 5019.0, 4999.0, 5027.0, 5010.0, 4989.0, 5012.0, 5001.0, 5014.0, 5025.0, 5034.0, 5027.0, 5026.0, 5028.0, 5029.0, 5049.0, 5041.0, 5070.0, 5042.0, 5079.0, 5042.0, 5088.0, 5062.0, 5088.0, 5062.0, 5089.0, 5061.0, 5088.0, 5061.0, 5088.0, 5071.0, 5085.0, 5048.0, 5075.0, 5059.0, 5086.0, 5059.0, 5078.0, 5048.0, 5075.0, 5049.0, 5087.0, 5059.0, 5077.0, 5028.0, 5067.0, 5025.0, 5057.0, 5023.0, 5065.0, 5036.0, 5044.0, 5015.0, 5046.0, 5036.0, 5066.0, 5033.0, 5047.0, 5025.0, 5017.0, 5043.0, 5046.0, 5056.0, 5036.0, 5013.0, 5017.0, 5024.0, 5028.0, 5053.0, 5036.0, 5026.0, 5039.0, 5037.0, 5057.0, 5065.0, 5068.0, 5046.0, 5056.0, 5045.0, 5036.0, 5062.0, 5056.0, 5073.0, 5044.0, 5061.0, 5027.0, 5062.0, 5025.0, 5062.0, 5037.0, 5064.0, 5035.0, 5053.0, 5032.0, 5042.0, 5024.0, 5042.0, 5023.0, 5042.0, 5017.0, 5031.0, 5017.0, 5034.0, 5027.0, 5055.0, 5025.0, 5055.0, 5017.0, 5043.0, 5026.0, 5046.0, 5017.0, 5062.0, 5027.0, 5046.0, 5029.0, 5046.0, 5028.0, 5058.0, 5042.0, 5079.0, 5029.0, 5055.0, 5018.0, 5056.0, 5029.0, 5065.0, 5030.0, 5062.0, 5029.0, 5068.0, 5030.0, 5067.0, 5030.0, 5067.0, 5020.0, 5065.0, 5029.0, 5067.0, 5038.0, 5057.0, 5017.0, 5046.0, 5016.0, 5046.0, 5026.0, 5045.0, 5018.0, 5029.0, 5018.0, 5057.0, 5069.0, 5049.0, 5038.0, 5038.0, 5047.0, 5048.0, 5076.0, 5057.0, 5066.0, 5049.0, 5067.0, 5040.0, 5076.0, 5049.0, 5086.0, 5058.0, 5066.0, 5018.0, 5074.0, 5037.0, 5074.0, 5047.0, 5065.0, 5037.0, 5064.0, 5027.0, 5053.0, 5038.0, 5075.0, 5049.0, 5087.0, 5051.0, 5077.0, 5041.0, 5067.0, 5046.0, 5059.0, 5036.0, 5052.0, 5014.0, 5063.0, 5026.0, 5062.0, 5023.0, 5043.0, 5013.0, 5043.0, 5025.0, 5051.0, 5015.0, 5032.0, 5015.0, 5012.0, 5014.0, 5024.0, 5017.0, 5018.0, 5020.0, 5031.0, 5029.0, 5028.0, 5040.0, 5059.0, 5042.0, 5068.0, 5042.0, 5071.0, 5033.0, 5090.0, 5061.0, 5080.0, 5040.0, 5067.0, 5038.0, 5067.0, 5046.0, 5056.0, 5034.0, 5026.0, 5036.0, 5054.0, 5055.0, 5045.0, 5023.0, 5017.0, 5025.0, 5053.0, 5033.0, 5026.0, 5015.0, 5016.0, 5015.0, 5053.0, 5033.0, 5045.0, 5023.0, 5023.0, 5033.0, 5042.0, 5058.0, 5031.0, 5060.0, 5030.0, 5047.0, 5030.0, 5047.0, 5030.0, 5039.0, 5020.0, 5017.0, 5000.0, 5018.0, 5012.0, 5020.0, 5012.0, 5013.0, 5026.0, 5022.0, 5013.0, 5032.0, 5001.0, 5020.0, 5014.0, 5019.0, 5014.0, 5041.0, 5025.0, 5045.0, 5018.0, 5034.0, 5017.0, 5054.0, 5027.0, 5056.0, 5047.0, 5063.0, 5048.0, 5076.0, 5047.0, 5075.0, 5058.0, 5066.0, 5037.0, 5062.0, 5024.0, 5062.0, 5036.0, 5064.0, 5026.0, 5055.0, 5016.0, 5054.0, 5036.0, 5044.0, 5035.0, 5035.0, 5037.0, 5056.0, 5039.0, 5077.0, 5050.0, 5066.0, 5037.0, 5066.0, 5039.0, 5076.0, 5048.0, 5075.0, 5047.0, 5065.0, 5038.0, 5055.0, 5038.0, 5066.0, 5047.0, 5064.0, 5038.0, 5062.0, 5056.0, 5061.0, 5035.0, 5004.0, 5033.0, 5025.0, 5066.0, 5015.0, 5054.0, 5028.0, 5035.0, 5027.0, 5054.0, 5028.0, 5065.0, 5048.0, 5085.0, 5048.0, 5053.0, 5014.0, 5054.0, 5034.0, 5062.0, 5047.0, 5036.0, 5036.0, 5034.0, 5035.0, 5063.0, 5054.0, 5064.0, 5035.0, 5055.0, 5027.0, 5063.0, 5025.0, 5063.0, 5036.0, 5053.0, 5017.0, 5055.0, 5029.0, 5064.0, 5046.0, 5064.0, 5039.0, 5055.0, 5029.0, 5056.0, 5029.0, 5065.0, 5047.0, 5066.0, 5038.0, 5078.0, 5070.0, 5095.0, 5067.0, 5054.0, 5048.0, 5025.0, 5044.0, 5025.0, 5063.0, 5037.0, 5055.0, 5026.0, 5053.0, 5028.0, 5055.0, 5037.0, 5063.0, 5047.0, 5064.0, 5026.0, 5052.0, 5027.0, 5065.0, 5048.0, 5056.0, 5027.0, 5053.0, 5026.0, 5063.0, 5037.0, 5055.0, 5035.0, 5054.0, 5038.0, 5066.0, 5039.0, 5067.0, 5049.0, 5075.0, 5050.0, 5077.0, 5038.0, 5066.0, 5047.0, 5086.0, 5048.0, 5075.0, 5027.0, 5076.0, 5037.0, 5075.0, 5046.0, 5073.0, 5026.0, 5063.0, 5014.0, 5063.0, 5036.0, 5054.0, 5026.0, 5025.0, 5027.0, 5036.0, 5038.0, 5057.0, 5041.0, 5060.0, 5040.0, 5069.0, 5042.0, 5089.0, 5048.0, 5086.0, 5050.0, 5085.0, 5044.0, 5069.0, 5051.0, 5043.0, 5043.0, 5025.0, 5083.0, 5033.0, 5075.0, 5034.0, 5062.0, 5050.0, 5032.0, 5057.0, 5030.0, 5046.0, 5017.0, 5038.0, 5010.0, 5046.0, 5020.0, 5046.0, 5020.0, 5027.0, 4998.0, 5025.0, 4999.0, 5027.0, 5000.0, 5018.0, 5001.0, 4998.0, 4998.0, 5008.0, 5009.0, 5001.0, 5000.0, 5000.0, 5010.0, 5030.0, 5012.0, 5022.0, 5011.0, 5022.0, 5013.0, 5040.0, 5022.0, 5031.0, 5013.0, 5040.0, 5011.0, 5050.0, 5020.0, 5032.0, 5012.0, 5014.0, 5013.0, 5042.0, 5024.0, 5043.0, 5016.0, 5053.0, 5026.0, 5063.0, 5035.0, 5056.0, 5026.0, 5063.0, 5025.0, 5074.0, 5037.0, 5063.0, 5026.0, 5065.0, 5029.0, 5076.0, 5045.0, 5065.0, 5026.0, 5036.0, 5014.0, 5043.0, 5024.0, 5053.0], 'WindowWidth': [11124.0, 11039.0, 11066.0, 11000.0, 11048.0, 11004.0, 11036.0, 10994.0, 11009.0, 10988.0, 10990.0, 10981.0, 10956.0, 10964.0, 10913.0, 10934.0, 10919.0, 10979.0, 10952.0, 10936.0, 10959.0, 10942.0, 10987.0, 11023.0, 10999.0, 11023.0, 10989.0, 11034.0, 10987.0, 11034.0, 10999.0, 11031.0, 10982.0, 11015.0, 10964.0, 11010.0, 10980.0, 11013.0, 10964.0, 11014.0, 10948.0, 11009.0, 10977.0, 11001.0, 10953.0, 11012.0, 10963.0, 11013.0, 10979.0, 11010.0, 10964.0, 11004.0, 10947.0, 11006.0, 10958.0, 10994.0, 10969.0, 10990.0, 10943.0, 10915.0, 10968.0, 10932.0, 10995.0, 10935.0, 10988.0, 10931.0, 10993.0, 10924.0, 10989.0, 10910.0, 10942.0, 10928.0, 10975.0, 10928.0, 10960.0, 10909.0, 10956.0, 10907.0, 10923.0, 10888.0, 10939.0, 10904.0, 10945.0, 10913.0, 10949.0, 10925.0, 10944.0, 10910.0, 10958.0, 10920.0, 10928.0, 10916.0, 10938.0, 10918.0, 10946.0, 10955.0, 10937.0, 10966.0, 10934.0, 10990.0, 10937.0, 11003.0, 10954.0, 10986.0, 10940.0, 10969.0, 10926.0, 10967.0, 10921.0, 10974.0, 10907.0, 10945.0, 10908.0, 10933.0, 10910.0, 10963.0, 10933.0, 10970.0, 10938.0, 10985.0, 10936.0, 10999.0, 10938.0, 11000.0, 10933.0, 10955.0, 10931.0, 10981.0, 10932.0, 10974.0, 10918.0, 10959.0, 10928.0, 10951.0, 10939.0, 10944.0, 10963.0, 10918.0, 10987.0, 10955.0, 10975.0, 10932.0, 10989.0, 10918.0, 10969.0, 10941.0, 10974.0, 10917.0, 10973.0, 10919.0, 10977.0, 10944.0, 10988.0, 10932.0, 10979.0, 10916.0, 10976.0, 10942.0, 10978.0, 10946.0, 10936.0, 10934.0, 10919.0, 10958.0, 10943.0, 10973.0, 10917.0, 10943.0, 10933.0, 10959.0, 10936.0, 10983.0, 10952.0, 10986.0, 10926.0, 10973.0, 10962.0, 10984.0, 10985.0, 10957.0, 10976.0, 10962.0, 10975.0, 10944.0, 10986.0, 10951.0, 10982.0, 10931.0, 10965.0, 10906.0, 10948.0, 10918.0, 10960.0, 10922.0, 10965.0, 10930.0, 10930.0, 10910.0, 10966.0, 10937.0, 10951.0, 10930.0, 10937.0, 10932.0, 10981.0, 10933.0, 10980.0, 10945.0, 10979.0, 10934.0, 10990.0, 10944.0, 10988.0, 10964.0, 11010.0, 10939.0, 10995.0, 10973.0, 10992.0, 10960.0, 10944.0, 10946.0, 10914.0, 10954.0, 10937.0, 10965.0, 10923.0, 10949.0, 10912.0, 10929.0, 10912.0, 10962.0, 10930.0, 10978.0, 10934.0, 10912.0, 10933.0, 10930.0, 10974.0, 10949.0, 10978.0, 10939.0, 10990.0, 11012.0, 10987.0, 10980.0, 10958.0, 11005.0, 10946.0, 11004.0, 10960.0, 10994.0, 10944.0, 11004.0, 10938.0, 10989.0, 10951.0, 10984.0, 10946.0, 10984.0, 10927.0, 10972.0, 10940.0, 10991.0, 10944.0, 10962.0, 10929.0, 10951.0, 10919.0, 10952.0, 10948.0, 10932.0, 10947.0, 10935.0, 10975.0, 10945.0, 10981.0, 10930.0, 10960.0, 10933.0, 10961.0, 10950.0, 10987.0, 10934.0, 10981.0, 10934.0, 10979.0, 10934.0, 10974.0, 10913.0, 10972.0, 10919.0, 10965.0, 10932.0, 10966.0, 10932.0, 10978.0, 10931.0, 10974.0, 10936.0, 10979.0, 10961.0, 10998.0, 10962.0, 10981.0, 10937.0, 10971.0, 10990.0, 11009.0, 10994.0, 10947.0, 10974.0, 10947.0, 10975.0, 10961.0, 11001.0, 11003.0, 10990.0, 10935.0, 10956.0, 10919.0, 10968.0, 10923.0, 10986.0, 10929.0, 10957.0, 10910.0, 10940.0, 10911.0, 10942.0, 10935.0, 10952.0, 10935.0, 10969.0, 10941.0, 11002.0, 10968.0, 10982.0, 11014.0, 10994.0, 11002.0, 10990.0, 11039.0, 10977.0, 11034.0, 10996.0, 11015.0, 10956.0, 10996.0, 10965.0, 11008.0, 10958.0, 10992.0, 10930.0, 10974.0, 10906.0, 10942.0, 10922.0, 10953.0, 10908.0, 10957.0, 10909.0, 10946.0, 10925.0, 10957.0, 10928.0, 10976.0, 10928.0, 10962.0, 10929.0, 10974.0, 10939.0, 10974.0, 10935.0, 10980.0, 10922.0, 10968.0, 10937.0, 11007.0, 10970.0, 11015.0, 10991.0, 10956.0, 10944.0, 10905.0, 10982.0, 10953.0, 10928.0, 10905.0, 10941.0, 10905.0, 10923.0, 10929.0, 10958.0, 10927.0, 10956.0, 10923.0, 10949.0, 10926.0, 10968.0, 10936.0, 10988.0, 10928.0, 10986.0, 10936.0, 10983.0, 10935.0, 10905.0, 10907.0, 10893.0, 10930.0, 10908.0, 10932.0, 10895.0, 10924.0, 10908.0, 10946.0, 10907.0, 10946.0, 10912.0, 10904.0, 10909.0, 10945.0, 10925.0, 10937.0, 10934.0, 10914.0, 10933.0, 10937.0, 10962.0, 10956.0, 10961.0, 10958.0, 11005.0, 10970.0, 11006.0, 10973.0, 11018.0, 11000.0, 11017.0, 11009.0, 10973.0, 10994.0, 10982.0, 11003.0, 11009.0, 10998.0, 10978.0, 10991.0, 10943.0, 10968.0, 10927.0, 10997.0, 10944.0, 10995.0, 10916.0, 10961.0, 10930.0, 10991.0, 10928.0, 10991.0, 10956.0, 10977.0, 10931.0, 10929.0, 10961.0, 10934.0, 10974.0, 10954.0, 10975.0, 10951.0, 10988.0, 10932.0, 10998.0, 10956.0, 10996.0, 10950.0, 10997.0, 10956.0, 11018.0, 10978.0, 11005.0, 10959.0, 10994.0, 10986.0, 11004.0, 10991.0, 10976.0, 10977.0, 10938.0, 10974.0, 10938.0, 10991.0, 10952.0, 11004.0, 10934.0, 10972.0, 10947.0, 10996.0, 10948.0, 11012.0, 10940.0, 10979.0, 10942.0, 11001.0, 10968.0, 11006.0, 10991.0, 10983.0, 10966.0, 10915.0, 10981.0, 10945.0, 10968.0, 10931.0, 10934.0, 10932.0, 10957.0, 10942.0, 11009.0, 10979.0, 10949.0, 11016.0, 10968.0, 10911.0, 10972.0, 10966.0, 10944.0, 10969.0, 10962.0, 10944.0, 10963.0, 10927.0, 10906.0, 10900.0, 10886.0, 10924.0, 10939.0, 10883.0, 10876.0, 10827.0, 10754.0, 10909.0, 10907.0, 10850.0, 10915.0, 10881.0, 10870.0, 10887.0, 10865.0, 10918.0, 10880.0, 10933.0, 10884.0, 10919.0, 10891.0, 10909.0, 10881.0, 10916.0, 10899.0, 10869.0, 10904.0, 10890.0, 10911.0, 10928.0, 10940.0, 10934.0, 10932.0, 10937.0, 10938.0, 10967.0, 10957.0, 10999.0, 10962.0, 11009.0, 10961.0, 11021.0, 10989.0, 11020.0, 10988.0, 11023.0, 10987.0, 11018.0, 10985.0, 11020.0, 11001.0, 11013.0, 10966.0, 10998.0, 10982.0, 11014.0, 10981.0, 11005.0, 10966.0, 11000.0, 10967.0, 11018.0, 10982.0, 11004.0, 10937.0, 10988.0, 10929.0, 10974.0, 10924.0, 10983.0, 10942.0, 10953.0, 10913.0, 10958.0, 10944.0, 10985.0, 10938.0, 10961.0, 10927.0, 10917.0, 10949.0, 10956.0, 10972.0, 10946.0, 10910.0, 10919.0, 10927.0, 10936.0, 10964.0, 10946.0, 10932.0, 10952.0, 10947.0, 10974.0, 10982.0, 10989.0, 10958.0, 10972.0, 10954.0, 10943.0, 10976.0, 10970.0, 10989.0, 10954.0, 10973.0, 10931.0, 10973.0, 10928.0, 10976.0, 10944.0, 10978.0, 10941.0, 10961.0, 10933.0, 10943.0, 10924.0, 10944.0, 10923.0, 10945.0, 10917.0, 10931.0, 10918.0, 10938.0, 10933.0, 10968.0, 10930.0, 10969.0, 10920.0, 10951.0, 10931.0, 10955.0, 10919.0, 10974.0, 10932.0, 10956.0, 10935.0, 10956.0, 10935.0, 10975.0, 10961.0, 11008.0, 10939.0, 10967.0, 10920.0, 10968.0, 10934.0, 10982.0, 10938.0, 10975.0, 10938.0, 10987.0, 10939.0, 10986.0, 10938.0, 10986.0, 10924.0, 10982.0, 10935.0, 10986.0, 10946.0, 10971.0, 10916.0, 10955.0, 10915.0, 10956.0, 10929.0, 10956.0, 10919.0, 10937.0, 10923.0, 10977.0, 10993.0, 10966.0, 10949.0, 10948.0, 10959.0, 10962.0, 10999.0, 10973.0, 10985.0, 10964.0, 10985.0, 10951.0, 10998.0, 10963.0, 11009.0, 10976.0, 10983.0, 10921.0, 10991.0, 10945.0, 10991.0, 10957.0, 10980.0, 10945.0, 10979.0, 10933.0, 10964.0, 10948.0, 10996.0, 10965.0, 11019.0, 10973.0, 11005.0, 10961.0, 10993.0, 10959.0, 10968.0, 10945.0, 10963.0, 10911.0, 10980.0, 10929.0, 10972.0, 10923.0, 10949.0, 10910.0, 10951.0, 10928.0, 10959.0, 10916.0, 10935.0, 10913.0, 10906.0, 10910.0, 10923.0, 10917.0, 10921.0, 10928.0, 10945.0, 10941.0, 10938.0, 10956.0, 10980.0, 10962.0, 10993.0, 10961.0, 10998.0, 10948.0, 11026.0, 10983.0, 11011.0, 10953.0, 10988.0, 10947.0, 10988.0, 10957.0, 10972.0, 10939.0, 10930.0, 10941.0, 10966.0, 10967.0, 10955.0, 10923.0, 10916.0, 10925.0, 10963.0, 10935.0, 10928.0, 10912.0, 10915.0, 10912.0, 10963.0, 10934.0, 10954.0, 10921.0, 10922.0, 10932.0, 10946.0, 10964.0, 10929.0, 10967.0, 10927.0, 10947.0, 10925.0, 10946.0, 10924.0, 10936.0, 10910.0, 10904.0, 10885.0, 10906.0, 10903.0, 10913.0, 10904.0, 10912.0, 10936.0, 10924.0, 10910.0, 10932.0, 10891.0, 10912.0, 10908.0, 10912.0, 10910.0, 10944.0, 10926.0, 10952.0, 10922.0, 10940.0, 10921.0, 10967.0, 10935.0, 10973.0, 10963.0, 10982.0, 10966.0, 10999.0, 10962.0, 10998.0, 10977.0, 10985.0, 10945.0, 10976.0, 10926.0, 10976.0, 10942.0, 10982.0, 10935.0, 10973.0, 10922.0, 10972.0, 10948.0, 10959.0, 10949.0, 10948.0, 10953.0, 10978.0, 10959.0, 11009.0, 10976.0, 10993.0, 10956.0, 10991.0, 10957.0, 11004.0, 10967.0, 10999.0, 10962.0, 10985.0, 10949.0, 10968.0, 10948.0, 10984.0, 10960.0, 10979.0, 10949.0, 10976.0, 10969.0, 10973.0, 10940.0, 10898.0, 10937.0, 10931.0, 10985.0, 10916.0, 10971.0, 10940.0, 10944.0, 10936.0, 10967.0, 10937.0, 10985.0, 10965.0, 11011.0, 10965.0, 10967.0, 10916.0, 10967.0, 10942.0, 10978.0, 10963.0, 10945.0, 10946.0, 10942.0, 10945.0, 10981.0, 10970.0, 10982.0, 10944.0, 10969.0, 10935.0, 10979.0, 10931.0, 10979.0, 10946.0, 10967.0, 10923.0, 10971.0, 10942.0, 10982.0, 10961.0, 10984.0, 10953.0, 10971.0, 10940.0, 10973.0, 10941.0, 10987.0, 10966.0, 10989.0, 10954.0, 11011.0, 11003.0, 11032.0, 10992.0, 10970.0, 10967.0, 10933.0, 10956.0, 10929.0, 10983.0, 10948.0, 10973.0, 10934.0, 10967.0, 10938.0, 10972.0, 10949.0, 10981.0, 10962.0, 10980.0, 10931.0, 10963.0, 10936.0, 10985.0, 10965.0, 10971.0, 10935.0, 10965.0, 10934.0, 10979.0, 10949.0, 10972.0, 10948.0, 10972.0, 10955.0, 10991.0, 10957.0, 10993.0, 10971.0, 11003.0, 10973.0, 11006.0, 10955.0, 10990.0, 10966.0, 11017.0, 10967.0, 11002.0, 10939.0, 11004.0, 10950.0, 10998.0, 10963.0, 10994.0, 10933.0, 10978.0, 10914.0, 10980.0, 10946.0, 10969.0, 10931.0, 10929.0, 10935.0, 10947.0, 10954.0, 10978.0, 10961.0, 10986.0, 10960.0, 10998.0, 10965.0, 11028.0, 10977.0, 11020.0, 10975.0, 11014.0, 10954.0, 10982.0, 10960.0, 10950.0, 10952.0, 10930.0, 11008.0, 10939.0, 11000.0, 10940.0, 10979.0, 10956.0, 10933.0, 10962.0, 10928.0, 10947.0, 10908.0, 10935.0, 10901.0, 10945.0, 10913.0, 10944.0, 10914.0, 10919.0, 10882.0, 10915.0, 10883.0, 10920.0, 10887.0, 10909.0, 10888.0, 10882.0, 10884.0, 10897.0, 10901.0, 10889.0, 10891.0, 10888.0, 10903.0, 10929.0, 10908.0, 10921.0, 10905.0, 10920.0, 10909.0, 10943.0, 10920.0, 10933.0, 10909.0, 10945.0, 10905.0, 10959.0, 10917.0, 10936.0, 10908.0, 10912.0, 10911.0, 10951.0, 10927.0, 10954.0, 10920.0, 10969.0, 10934.0, 10983.0, 10944.0, 10976.0, 10934.0, 10982.0, 10932.0, 10998.0, 10948.0, 10983.0, 10935.0, 10988.0, 10943.0, 11004.0, 10960.0, 10988.0, 10935.0, 10946.0, 10915.0, 10954.0, 10927.0, 10966.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.0036094616788321164</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.038403259489051086</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.78756952669409</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1329498533150668</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9790152288401832</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4948</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6182.292</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13046774454353938</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.941605839416058</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5694515632990633</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.440897669077192</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8257348417201404</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4417221790998567</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00610113</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004111480433493853</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03804660588502884</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1096</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.8272143004282455</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>15.0695</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.8992</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.8719</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293622.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>1188.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>454.0018</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2484</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>672.4873</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4197.8063</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4415.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82922.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1389.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5584.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1153.5736</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.241856522043236</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> |