=== 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-0024 --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-0024",
"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-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-02/func/sub-0024_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>ad3a8ed855b8bf600aa683c6236fbdff</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>15:10:24.772500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999681, 0.0203897, 0.0149108, -0.0188458, 0.995084, -0.0972217]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.122617</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7830, -7128, 534, -104, -237, 91, 44]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>271.425</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d321c48e-6c52-4d87-b8d6-d4a2d1b7418d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682070732116699, -0.05056198686361313, 0.04541347175836563, 110.72689819335938], [-0.05470407009124756, 2.669738531112671, -0.2616562247276306, -76.00971984863281], [0.04000452905893326, 0.2608388066291809, 2.686908006668091, -21.255481719970703], [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': ['151024.772500', '151025.232500', '151025.692500', '151026.152500', '151026.612500', '151027.072500', '151027.532500', '151027.992500', '151028.452500', '151028.912500', '151029.372500', '151029.832500', '151030.292500', '151030.752500', '151031.212500', '151031.672500', '151032.132500', '151032.592500', '151033.052500', '151033.512500', '151033.972500', '151034.432500', '151034.892500', '151035.352500', '151035.812500', '151036.272500', '151036.732500', '151037.192500', '151037.652500', '151038.112500', '151038.572500', '151039.032500', '151039.492500', '151039.952500', '151040.412500', '151040.872500', '151041.332500', '151041.792500', '151042.252500', '151042.712500', '151043.172500', '151043.632500', '151044.092500', '151044.552500', '151045.012500', '151045.472500', '151045.932500', '151046.392500', '151046.852500', '151047.312500', '151047.772500', '151048.232500', '151048.692500', '151049.152500', '151049.612500', '151050.072500', '151050.532500', '151050.992500', '151051.452500', '151051.912500', '151052.372500', '151052.832500', '151053.292500', '151053.752500', '151054.212500', '151054.672500', '151055.132500', '151055.592500', '151056.052500', '151056.512500', '151056.972500', '151057.432500', '151057.892500', '151058.352500', '151058.812500', '151059.272500', '151059.732500', '151100.192500', '151100.652500', '151101.112500', '151101.572500', '151102.032500', '151102.492500', '151102.952500', '151103.412500', '151103.872500', '151104.332500', '151104.792500', '151105.252500', '151105.712500', '151106.172500', '151106.632500', '151107.092500', '151107.552500', '151108.012500', '151108.472500', '151108.932500', '151109.392500', '151109.852500', '151110.312500', '151110.772500', '151111.232500', '151111.692500', '151112.152500', '151112.612500', '151113.072500', '151113.532500', '151113.992500', '151114.452500', '151114.912500', '151115.372500', '151115.832500', '151116.292500', '151116.752500', '151117.212500', '151117.672500', '151118.132500', '151118.592500', '151119.052500', '151119.512500', '151119.972500', '151120.432500', '151120.892500', '151121.352500', '151121.812500', '151122.272500', '151122.732500', '151123.192500', '151123.652500', '151124.112500', '151124.572500', '151125.032500', '151125.492500', '151125.952500', '151126.412500', '151126.872500', '151127.332500', '151127.792500', '151128.252500', '151128.712500', '151129.172500', '151129.632500', '151130.092500', '151130.552500', '151131.012500', '151131.472500', '151131.932500', '151132.392500', '151132.852500', '151133.312500', '151133.772500', '151134.232500', '151134.692500', '151135.152500', '151135.612500', '151136.072500', '151136.532500', '151136.992500', '151137.452500', '151137.912500', '151138.372500', '151138.832500', '151139.292500', '151139.752500', '151140.212500', '151140.672500', '151141.132500', '151141.592500', '151142.052500', '151142.512500', '151142.972500', '151143.432500', '151143.892500', '151144.352500', '151144.812500', '151145.272500', '151145.732500', '151146.192500', '151146.652500', '151147.112500', '151147.572500', '151148.032500', '151148.492500', '151148.952500', '151149.412500', '151149.872500', '151150.332500', '151150.792500', '151151.252500', '151151.712500', '151152.172500', '151152.632500', '151153.092500', '151153.552500', '151154.012500', '151154.472500', '151154.932500', '151155.392500', '151155.852500', '151156.312500', '151156.772500', '151157.232500', '151157.692500', '151158.152500', '151158.612500', '151159.072500', '151159.532500', '151159.992500', '151200.452500', '151200.912500', '151201.372500', '151201.832500', '151202.292500', '151202.752500', '151203.212500', '151203.672500', '151204.132500', '151204.592500', '151205.052500', '151205.512500', '151205.972500', '151206.432500', '151206.892500', '151207.352500', '151207.812500', '151208.272500', '151208.732500', '151209.192500', '151209.652500', '151210.112500', '151210.572500', '151211.032500', '151211.492500', '151211.952500', '151212.412500', '151212.872500', '151213.332500', '151213.792500', '151214.252500', '151214.712500', '151215.172500', '151215.632500', '151216.092500', '151216.552500', '151217.012500', '151217.472500', '151217.932500', '151218.392500', '151218.852500', '151219.312500', '151219.772500', '151220.232500', '151220.692500', '151221.152500', '151221.612500', '151222.072500', '151222.532500', '151222.992500', '151223.452500', '151223.912500', '151224.372500', '151224.832500', '151225.292500', '151225.752500', '151226.212500', '151226.672500', '151227.132500', '151227.592500', '151228.052500', '151228.512500', '151228.972500', '151229.432500', '151229.892500', '151230.352500', '151230.812500', '151231.272500', '151231.732500', '151232.192500', '151232.652500', '151233.112500', '151233.572500', '151234.032500', '151234.492500', '151234.952500', '151235.412500', '151235.872500', '151236.332500', '151236.792500', '151237.252500', '151237.712500', '151238.172500', '151238.632500', '151239.092500', '151239.552500', '151240.012500', '151240.472500', '151240.932500', '151241.392500', '151241.852500', '151242.312500', '151242.772500', '151243.232500', '151243.692500', '151244.152500', '151244.612500', '151245.072500', '151245.532500', '151245.992500', '151246.452500', '151246.912500', '151247.372500', '151247.832500', '151248.292500', '151248.752500', '151249.212500', '151249.672500', '151250.132500', '151250.592500', '151251.052500', '151251.512500', '151251.972500', '151252.432500', '151252.892500', '151253.352500', '151253.812500', '151254.272500', '151254.732500', '151255.192500', '151255.652500', '151256.112500', '151256.572500', '151257.032500', '151257.492500', '151257.952500', '151258.412500', '151258.872500', '151259.332500', '151259.792500', '151300.252500', '151300.712500', '151301.172500', '151301.632500', '151302.092500', '151302.552500', '151303.012500', '151303.472500', '151303.932500', '151304.392500', '151304.852500', '151305.312500', '151305.772500', '151306.232500', '151306.692500', '151307.152500', '151307.612500', '151308.072500', '151308.532500', '151308.992500', '151309.452500', '151309.912500', '151310.372500', '151310.832500', '151311.292500', '151311.752500', '151312.212500', '151312.672500', '151313.132500', '151313.592500', '151314.052500', '151314.512500', '151314.972500', '151315.432500', '151315.892500', '151316.352500', '151316.812500', '151317.272500', '151317.732500', '151318.192500', '151318.652500', '151319.112500', '151319.572500', '151320.032500', '151320.492500', '151320.952500', '151321.412500', '151321.872500', '151322.332500', '151322.792500', '151323.252500', '151323.712500', '151324.172500', '151324.632500', '151325.092500', '151325.552500', '151326.012500', '151326.472500', '151326.932500', '151327.392500', '151327.852500', '151328.312500', '151328.772500', '151329.232500', '151329.692500', '151330.152500', '151330.612500', '151331.072500', '151331.532500', '151331.992500', '151332.452500', '151332.912500', '151333.372500', '151333.832500', '151334.292500', '151334.752500', '151335.212500', '151335.672500', '151336.132500', '151336.592500', '151337.052500', '151337.512500', '151337.972500', '151338.432500', '151338.892500', '151339.352500', '151339.812500', '151340.272500', '151340.732500', '151341.192500', '151341.652500', '151342.112500', '151342.572500', '151343.032500', '151343.492500', '151343.952500', '151344.412500', '151344.872500', '151345.332500', '151345.792500', '151346.252500', '151346.712500', '151347.172500', '151347.632500', '151348.092500', '151348.552500', '151349.012500', '151349.472500', '151349.932500', '151350.392500', '151350.852500', '151351.312500', '151351.772500', '151352.232500', '151352.692500', '151353.152500', '151353.612500', '151354.072500', '151354.532500', '151354.992500', '151355.452500', '151355.912500', '151356.372500', '151356.832500', '151357.292500', '151357.752500', '151358.212500', '151358.672500', '151359.132500', '151359.592500', '151400.052500', '151400.512500', '151400.972500', '151401.432500', '151401.892500', '151402.352500', '151402.812500', '151403.272500', '151403.732500', '151404.192500', '151404.652500', '151405.112500', '151405.572500', '151406.032500', '151406.492500', '151406.952500', '151407.412500', '151407.872500', '151408.332500', '151408.792500', '151409.252500', '151409.712500', '151410.172500', '151410.632500', '151411.092500', '151411.552500', '151412.012500', '151412.472500', '151412.932500', '151413.392500', '151413.852500', '151414.312500', '151414.772500', '151415.232500', '151415.692500', '151416.152500', '151416.612500', '151417.072500', '151417.532500', '151417.992500', '151418.452500', '151418.912500', '151419.372500', '151419.832500', '151420.292500', '151420.752500', '151421.212500', '151421.672500', '151422.132500', '151422.592500', '151423.052500', '151423.512500', '151423.972500', '151424.432500', '151424.892500', '151425.352500', '151425.812500', '151426.272500', '151426.732500', '151427.192500', '151427.652500', '151428.112500', '151428.572500', '151429.032500', '151429.492500', '151429.952500', '151430.412500', '151430.872500', '151431.332500', '151431.792500', '151432.252500', '151432.712500', '151433.172500', '151433.632500', '151434.092500', '151434.552500', '151435.012500', '151435.472500', '151435.932500', '151436.392500', '151436.852500', '151437.312500', '151437.772500', '151438.232500', '151438.692500', '151439.152500', '151439.612500', '151440.072500', '151440.532500', '151440.992500', '151441.452500', '151441.912500', '151442.372500', '151442.832500', '151443.292500', '151443.752500', '151444.212500', '151444.672500', '151445.132500', '151445.592500', '151446.052500', '151446.512500', '151446.972500', '151447.432500', '151447.892500', '151448.352500', '151448.812500', '151449.272500', '151449.732500', '151450.192500', '151450.652500', '151451.112500', '151451.572500', '151452.032500', '151452.492500', '151452.952500', '151453.412500', '151453.872500', '151454.332500', '151454.792500', '151455.252500', '151455.712500', '151456.172500', '151456.632500', '151457.092500', '151457.552500', '151458.012500', '151458.472500', '151458.932500', '151459.392500', '151459.852500', '151500.312500', '151500.772500', '151501.232500', '151501.692500', '151502.152500', '151502.612500', '151503.072500', '151503.532500', '151503.992500', '151504.452500', '151504.912500', '151505.372500', '151505.832500', '151506.292500', '151506.752500', '151507.212500', '151507.672500', '151508.132500', '151508.592500', '151509.052500', '151509.512500', '151509.972500', '151510.432500', '151510.892500', '151511.352500', '151511.812500', '151512.272500', '151512.732500', '151513.192500', '151513.652500', '151514.112500', '151514.572500', '151515.032500', '151515.492500', '151515.952500', '151516.412500', '151516.872500', '151517.332500', '151517.792500', '151518.252500', '151518.712500', '151519.172500', '151519.632500', '151520.092500', '151520.552500', '151521.012500', '151521.472500', '151521.932500', '151522.392500', '151522.852500', '151523.312500', '151523.772500', '151524.232500', '151524.692500', '151525.152500', '151525.612500', '151526.072500', '151526.532500', '151526.992500', '151527.452500', '151527.912500', '151528.372500', '151528.832500', '151529.292500', '151529.752500', '151530.212500', '151530.672500', '151531.132500', '151531.592500', '151532.052500', '151532.512500', '151532.972500', '151533.432500', '151533.892500', '151534.352500', '151534.812500', '151535.272500', '151535.732500', '151536.192500', '151536.652500', '151537.112500', '151537.572500', '151538.032500', '151538.492500', '151538.952500', '151539.412500', '151539.872500', '151540.332500', '151540.792500', '151541.252500', '151541.712500', '151542.172500', '151542.632500', '151543.092500', '151543.552500', '151544.012500', '151544.472500', '151544.932500', '151545.392500', '151545.852500', '151546.312500', '151546.772500', '151547.232500', '151547.692500', '151548.152500', '151548.612500', '151549.072500', '151549.532500', '151549.992500', '151550.452500', '151550.912500', '151551.372500', '151551.832500', '151552.292500', '151552.752500', '151553.212500', '151553.672500', '151554.132500', '151554.592500', '151555.052500', '151555.512500', '151555.972500', '151556.432500', '151556.892500', '151557.352500', '151557.812500', '151558.272500', '151558.732500', '151559.192500', '151559.652500', '151600.112500', '151600.572500', '151601.032500', '151601.492500', '151601.952500', '151602.412500', '151602.872500', '151603.332500', '151603.792500', '151604.252500', '151604.712500', '151605.172500', '151605.632500', '151606.092500', '151606.552500', '151607.012500', '151607.472500', '151607.932500', '151608.392500', '151608.852500', '151609.312500', '151609.772500', '151610.232500', '151610.692500', '151611.152500', '151611.612500', '151612.072500', '151612.532500', '151612.992500', '151613.452500', '151613.912500', '151614.372500', '151614.832500', '151615.292500', '151615.752500', '151616.212500', '151616.672500', '151617.132500', '151617.592500', '151618.052500', '151618.512500', '151618.972500', '151619.432500', '151619.892500', '151620.352500', '151620.812500', '151621.272500', '151621.732500', '151622.192500', '151622.652500', '151623.112500', '151623.572500', '151624.032500', '151624.492500', '151624.952500', '151625.412500', '151625.872500', '151626.332500', '151626.792500', '151627.252500', '151627.712500', '151628.172500', '151628.632500', '151629.092500', '151629.552500', '151630.012500', '151630.472500', '151630.932500', '151631.392500', '151631.852500', '151632.312500', '151632.772500', '151633.232500', '151633.692500', '151634.152500', '151634.612500', '151635.072500', '151635.532500', '151635.992500', '151636.452500', '151636.912500', '151637.372500', '151637.832500', '151638.292500', '151638.752500', '151639.212500', '151639.672500', '151640.132500', '151640.592500', '151641.052500', '151641.512500', '151641.972500', '151642.432500', '151642.892500', '151643.352500', '151643.812500', '151644.272500', '151644.732500', '151645.192500', '151645.652500', '151646.112500', '151646.572500', '151647.032500', '151647.492500', '151647.952500', '151648.412500', '151648.872500', '151649.332500', '151649.792500', '151650.252500', '151650.712500', '151651.172500', '151651.632500', '151652.092500', '151652.552500', '151653.012500', '151653.472500', '151653.932500', '151654.392500', '151654.852500', '151655.312500', '151655.772500', '151656.232500', '151656.692500', '151657.152500', '151657.612500', '151658.072500', '151658.532500', '151658.992500', '151659.452500', '151659.912500', '151700.372500', '151700.832500', '151701.292500', '151701.752500', '151702.212500', '151702.672500', '151703.132500', '151703.592500', '151704.052500', '151704.512500', '151704.972500', '151705.432500', '151705.892500', '151706.352500', '151706.812500', '151707.272500', '151707.732500', '151708.192500', '151708.652500', '151709.112500', '151709.572500', '151710.032500', '151710.492500', '151710.952500', '151711.412500', '151711.872500', '151712.332500', '151712.792500', '151713.252500', '151713.712500', '151714.172500', '151714.632500', '151715.092500', '151715.552500', '151716.012500', '151716.472500', '151716.932500', '151717.392500', '151717.852500', '151718.312500', '151718.772500', '151719.232500', '151719.692500', '151720.152500', '151720.612500', '151721.072500', '151721.532500', '151721.992500', '151722.452500', '151722.912500', '151723.372500', '151723.832500', '151724.292500', '151724.752500', '151725.212500', '151725.672500', '151726.132500', '151726.592500', '151727.052500', '151727.512500', '151727.972500', '151728.432500', '151728.892500', '151729.352500', '151729.812500', '151730.272500', '151730.732500', '151731.192500', '151731.652500', '151732.112500', '151732.572500', '151733.032500', '151733.492500', '151733.952500', '151734.412500', '151734.872500', '151735.332500', '151735.792500', '151736.252500', '151736.712500', '151737.172500', '151737.632500', '151738.092500', '151738.552500', '151739.012500', '151739.472500', '151739.932500', '151740.392500', '151740.852500', '151741.312500', '151741.772500', '151742.232500', '151742.692500', '151743.152500', '151743.612500', '151744.072500', '151744.532500', '151744.992500', '151745.452500', '151745.912500', '151746.372500', '151746.832500', '151747.292500', '151747.752500', '151748.212500', '151748.672500', '151749.132500', '151749.592500', '151750.052500', '151750.512500', '151750.972500', '151751.432500', '151751.892500', '151752.352500', '151752.812500', '151753.272500', '151753.732500', '151754.192500', '151754.652500', '151755.112500', '151755.572500', '151756.032500', '151756.492500', '151756.952500', '151757.412500', '151757.872500', '151758.332500', '151758.792500', '151759.252500', '151759.712500', '151800.172500', '151800.632500', '151801.092500', '151801.552500', '151802.012500', '151802.472500', '151802.932500', '151803.392500', '151803.852500', '151804.312500', '151804.772500', '151805.232500', '151805.692500', '151806.152500', '151806.612500', '151807.072500', '151807.532500', '151807.992500', '151808.452500', '151808.912500', '151809.372500', '151809.832500', '151810.292500', '151810.752500', '151811.212500', '151811.672500', '151812.132500', '151812.592500', '151813.052500', '151813.512500', '151813.972500', '151814.432500', '151814.892500', '151815.352500', '151815.812500', '151816.272500', '151816.732500', '151817.192500', '151817.652500', '151818.112500', '151818.572500', '151819.032500', '151819.492500', '151819.952500', '151820.412500', '151820.872500', '151821.332500', '151821.792500', '151822.252500', '151822.712500', '151823.172500', '151823.632500', '151824.092500', '151824.552500', '151825.012500', '151825.472500', '151825.932500', '151826.392500', '151826.852500', '151827.312500', '151827.772500', '151828.232500', '151828.692500', '151829.152500', '151829.612500', '151830.072500', '151830.532500', '151830.992500', '151831.452500', '151831.912500', '151832.372500', '151832.832500', '151833.292500', '151833.752500', '151834.212500', '151834.672500', '151835.132500', '151835.592500', '151836.052500', '151836.512500', '151836.972500', '151837.432500', '151837.892500', '151838.352500', '151838.812500', '151839.272500', '151839.732500', '151840.192500', '151840.652500', '151841.112500', '151841.572500', '151842.032500', '151842.492500', '151842.952500', '151843.412500', '151843.872500', '151844.332500', '151844.792500', '151845.252500', '151845.712500', '151846.172500', '151846.632500', '151847.092500', '151847.552500', '151848.012500', '151848.472500', '151848.932500', '151849.392500'], 'ContentTime': ['151038.966000', '151038.969000', '151038.972000', '151038.975000', '151038.978000', '151038.981000', '151038.984000', '151038.988000', '151038.991000', '151038.994000', '151038.997000', '151039.000000', '151039.003000', '151039.006000', '151039.009000', '151039.012000', '151039.015000', '151039.019000', '151039.021000', '151039.024000', '151039.027000', '151039.030000', '151039.033000', '151039.036000', '151039.039000', '151039.041000', '151039.044000', '151039.047000', '151039.050000', '151039.053000', '151058.926000', '151058.929000', '151058.932000', '151058.935000', '151058.937000', '151058.940000', '151058.943000', '151058.946000', '151058.949000', '151058.952000', '151058.954000', '151058.957000', '151058.960000', '151058.963000', '151058.966000', '151058.969000', '151058.971000', '151058.974000', '151058.977000', '151058.980000', '151058.983000', '151058.986000', '151058.989000', '151058.992000', '151058.994000', '151058.997000', '151059.001000', '151059.004000', '151059.007000', '151059.010000', '151059.013000', '151059.015000', '151059.018000', '151059.021000', '151059.024000', '151059.027000', '151059.032000', '151059.035000', '151059.038000', '151059.041000', '151059.044000', '151059.047000', '151059.050000', '151118.925000', '151118.928000', '151118.931000', '151118.933000', '151118.936000', '151118.939000', '151118.942000', '151118.945000', '151118.948000', '151118.950000', '151118.953000', '151118.956000', '151118.959000', '151118.962000', '151118.965000', '151118.968000', '151118.971000', '151118.973000', '151118.976000', '151118.979000', '151118.982000', '151118.988000', '151118.991000', '151118.994000', '151118.997000', '151119.001000', '151119.004000', '151119.007000', '151119.009000', '151119.012000', '151119.015000', '151119.018000', '151119.021000', '151119.024000', '151119.027000', '151119.029000', '151119.032000', '151119.035000', '151119.038000', '151119.041000', '151119.044000', '151119.047000', '151119.049000', '151119.052000', '151138.925000', '151138.928000', '151138.931000', '151138.934000', '151138.937000', '151138.940000', '151138.943000', '151138.946000', '151138.949000', '151138.952000', '151138.955000', '151138.957000', '151138.960000', '151138.963000', '151138.966000', '151138.969000', '151138.972000', '151138.974000', '151138.977000', '151138.980000', '151138.983000', '151138.986000', '151138.989000', '151138.992000', '151138.995000', '151138.998000', '151139.002000', '151139.004000', '151139.007000', '151139.011000', '151139.014000', '151139.017000', '151139.020000', '151139.023000', '151139.026000', '151139.029000', '151139.032000', '151139.034000', '151139.037000', '151139.040000', '151139.043000', '151139.046000', '151139.049000', '151158.925000', '151158.928000', '151158.931000', '151158.934000', '151158.936000', '151158.939000', '151158.942000', '151158.948000', '151158.951000', '151158.954000', '151158.956000', '151158.959000', '151158.962000', '151158.965000', '151158.968000', '151158.971000', '151158.974000', '151158.976000', '151158.979000', '151158.982000', '151158.985000', '151158.988000', '151158.991000', '151158.994000', '151158.997000', '151159.001000', '151159.003000', '151159.006000', '151159.009000', '151159.012000', '151159.015000', '151159.018000', '151159.021000', '151159.024000', '151159.026000', '151159.029000', '151159.032000', '151159.035000', '151159.038000', '151159.041000', '151159.044000', '151159.046000', '151159.049000', '151159.052000', '151218.925000', '151218.928000', '151218.931000', '151218.934000', '151218.937000', '151218.940000', '151218.942000', '151218.954000', '151218.956000', '151218.959000', '151218.962000', '151218.965000', '151218.968000', '151218.971000', '151218.974000', '151218.977000', '151218.979000', '151218.982000', '151218.985000', '151218.988000', '151218.991000', '151218.994000', '151218.997000', '151219.001000', '151219.004000', '151219.021000', '151219.024000', '151219.027000', '151219.030000', '151219.033000', '151219.036000', '151219.039000', '151219.041000', '151219.044000', '151219.047000', '151219.050000', '151219.053000', '151219.056000', '151219.059000', '151219.062000', '151219.065000', '151219.067000', '151219.070000', '151238.926000', '151238.929000', '151238.932000', '151238.935000', '151238.938000', '151238.940000', '151238.943000', '151238.946000', '151238.949000', '151238.952000', '151238.955000', '151238.958000', '151238.961000', '151238.963000', '151238.966000', '151238.969000', '151238.972000', '151238.975000', '151238.978000', '151238.981000', '151238.984000', '151238.986000', '151238.998000', '151239.001000', '151239.004000', '151239.006000', '151239.009000', '151239.012000', '151239.015000', '151239.018000', '151239.021000', '151239.024000', '151239.026000', '151239.029000', '151239.032000', '151239.035000', '151239.038000', '151239.041000', '151239.044000', '151239.047000', '151239.050000', '151239.052000', '151239.055000', '151239.058000', '151258.926000', '151258.929000', '151258.932000', '151258.935000', '151258.938000', '151258.940000', '151258.943000', '151258.946000', '151258.949000', '151258.952000', '151258.955000', '151258.958000', '151258.961000', '151258.963000', '151258.966000', '151258.969000', '151258.972000', '151258.976000', '151258.979000', '151258.982000', '151258.985000', '151258.998000', '151259.002000', '151259.005000', '151259.008000', '151259.011000', '151259.014000', '151259.016000', '151259.019000', '151259.022000', '151259.025000', '151259.028000', '151259.031000', '151259.034000', '151259.037000', '151259.040000', '151259.043000', '151259.046000', '151259.049000', '151259.052000', '151259.055000', '151259.058000', '151259.061000', '151318.926000', '151318.929000', '151318.932000', '151318.935000', '151318.937000', '151318.940000', '151318.943000', '151318.946000', '151318.949000', '151318.952000', '151318.955000', '151318.958000', '151318.961000', '151318.963000', '151318.966000', '151318.969000', '151318.972000', '151318.975000', '151318.978000', '151318.981000', '151318.984000', '151318.986000', '151318.989000', '151318.992000', '151318.995000', '151318.998000', '151319.002000', '151319.005000', '151319.007000', '151319.010000', '151319.013000', '151319.016000', '151319.019000', '151319.022000', '151319.025000', '151319.028000', '151319.031000', '151319.033000', '151319.036000', '151319.039000', '151319.042000', '151319.045000', '151319.048000', '151319.051000', '151338.925000', '151338.928000', '151338.931000', '151338.934000', '151338.937000', '151338.940000', '151338.943000', '151338.945000', '151338.948000', '151338.951000', '151338.954000', '151338.957000', '151338.960000', '151338.963000', '151338.965000', '151338.968000', '151338.971000', '151338.974000', '151338.977000', '151338.980000', '151338.983000', '151338.986000', '151338.988000', '151338.991000', '151338.994000', '151338.997000', '151339.001000', '151339.004000', '151339.007000', '151339.010000', '151339.012000', '151339.015000', '151339.018000', '151339.021000', '151339.024000', '151339.027000', '151339.030000', '151339.033000', '151339.035000', '151339.038000', '151339.041000', '151339.044000', '151339.047000', '151358.925000', '151358.928000', '151358.931000', '151358.934000', '151358.937000', '151358.939000', '151358.942000', '151358.945000', '151358.948000', '151358.951000', '151358.954000', '151358.957000', '151358.959000', '151358.962000', '151358.965000', '151358.968000', '151358.971000', '151358.974000', '151358.990000', '151358.993000', '151358.996000', '151359.000000', '151359.003000', '151359.005000', '151359.008000', '151359.011000', '151359.014000', '151359.017000', '151359.020000', '151359.023000', '151359.026000', '151359.028000', '151359.031000', '151359.034000', '151359.037000', '151359.040000', '151359.043000', '151359.046000', '151359.049000', '151359.051000', '151359.054000', '151359.057000', '151359.060000', '151359.063000', '151418.925000', '151418.928000', '151418.931000', '151418.934000', '151418.937000', '151418.939000', '151418.942000', '151418.945000', '151418.948000', '151418.951000', '151418.954000', '151418.957000', '151418.960000', '151418.962000', '151418.965000', '151418.968000', '151418.971000', '151418.974000', '151418.977000', '151418.980000', '151418.983000', '151418.986000', '151418.988000', '151418.991000', '151418.994000', '151418.997000', '151419.001000', '151419.004000', '151419.007000', '151419.010000', '151419.013000', '151419.016000', '151419.019000', '151419.022000', '151419.025000', '151419.028000', '151419.031000', '151419.034000', '151419.037000', '151419.040000', '151419.042000', '151419.045000', '151419.048000', '151438.925000', '151438.928000', '151438.931000', '151438.934000', '151438.937000', '151438.939000', '151438.950000', '151438.953000', '151438.956000', '151438.959000', '151438.962000', '151438.964000', '151438.967000', '151438.970000', '151438.973000', '151438.976000', '151438.980000', '151438.983000', '151438.986000', '151438.988000', '151438.991000', '151438.994000', '151438.997000', '151439.001000', '151439.010000', '151439.013000', '151439.016000', '151439.018000', '151439.021000', '151439.024000', '151439.027000', '151439.030000', '151439.033000', '151439.036000', '151439.038000', '151439.041000', '151439.044000', '151439.047000', '151439.050000', '151439.053000', '151439.056000', '151439.058000', '151439.062000', '151439.064000', '151458.926000', '151458.929000', '151458.932000', '151458.935000', '151458.938000', '151458.941000', '151458.943000', '151458.946000', '151458.949000', '151458.952000', '151458.955000', '151458.958000', '151458.961000', '151458.964000', '151458.967000', '151458.969000', '151458.972000', '151458.975000', '151458.978000', '151458.981000', '151458.984000', '151458.987000', '151458.990000', '151458.992000', '151458.995000', '151458.998000', '151459.001000', '151459.004000', '151459.007000', '151459.010000', '151459.013000', '151459.015000', '151459.018000', '151459.021000', '151459.024000', '151459.027000', '151459.030000', '151459.033000', '151459.036000', '151459.039000', '151459.041000', '151459.044000', '151459.047000', '151518.926000', '151518.929000', '151518.932000', '151518.935000', '151518.938000', '151518.941000', '151518.944000', '151518.946000', '151518.949000', '151518.952000', '151518.955000', '151518.958000', '151518.961000', '151518.964000', '151518.966000', '151518.969000', '151518.972000', '151518.975000', '151518.978000', '151518.981000', '151518.984000', '151518.987000', '151518.989000', '151518.992000', '151518.995000', '151518.998000', '151519.002000', '151519.005000', '151519.008000', '151519.011000', '151519.014000', '151519.016000', '151519.019000', '151519.022000', '151519.025000', '151519.028000', '151519.031000', '151519.034000', '151519.036000', '151519.039000', '151519.042000', '151519.045000', '151519.048000', '151519.051000', '151538.926000', '151538.929000', '151538.932000', '151538.935000', '151538.937000', '151538.940000', '151538.943000', '151538.946000', '151538.953000', '151538.956000', '151538.959000', '151538.962000', '151538.965000', '151538.968000', '151538.971000', '151538.974000', '151538.976000', '151538.979000', '151538.982000', '151538.985000', '151538.988000', '151538.991000', '151538.994000', '151538.997000', '151538.999000', '151539.002000', '151539.005000', '151539.020000', '151539.023000', '151539.026000', '151539.029000', '151539.032000', '151539.035000', '151539.038000', '151539.040000', '151539.043000', '151539.046000', '151539.049000', '151539.053000', '151539.056000', '151539.059000', '151539.062000', '151539.065000', '151558.925000', '151558.928000', '151558.938000', '151558.941000', '151558.944000', '151558.947000', '151558.949000', '151558.952000', '151558.955000', '151558.958000', '151558.961000', '151558.964000', '151558.967000', '151558.970000', '151558.973000', '151558.975000', '151558.978000', '151558.981000', '151558.984000', '151558.987000', '151558.990000', '151558.992000', '151558.995000', '151558.998000', '151559.002000', '151559.005000', '151559.008000', '151559.011000', '151559.014000', '151559.018000', '151559.021000', '151559.023000', '151559.026000', '151559.029000', '151559.032000', '151559.041000', '151559.044000', '151559.047000', '151559.049000', '151559.052000', '151559.055000', '151559.058000', '151559.061000', '151559.064000', '151618.925000', '151618.928000', '151618.931000', '151618.934000', '151618.937000', '151618.940000', '151618.943000', '151618.946000', '151618.949000', '151618.951000', '151618.954000', '151618.957000', '151618.960000', '151618.963000', '151618.966000', '151618.969000', '151618.972000', '151618.974000', '151618.977000', '151618.980000', '151618.983000', '151618.986000', '151618.989000', '151618.992000', '151618.995000', '151618.998000', '151619.002000', '151619.004000', '151619.007000', '151619.010000', '151619.013000', '151619.016000', '151619.019000', '151619.022000', '151619.025000', '151619.028000', '151619.030000', '151619.033000', '151619.036000', '151619.039000', '151619.042000', '151619.045000', '151619.048000', '151638.925000', '151638.928000', '151638.931000', '151638.934000', '151638.937000', '151638.940000', '151638.943000', '151638.946000', '151638.948000', '151638.951000', '151638.954000', '151638.957000', '151638.960000', '151638.963000', '151638.966000', '151638.969000', '151638.972000', '151638.974000', '151638.977000', '151638.980000', '151638.983000', '151638.986000', '151638.989000', '151638.992000', '151638.995000', '151638.998000', '151639.001000', '151639.004000', '151639.007000', '151639.010000', '151639.016000', '151639.019000', '151639.022000', '151639.025000', '151639.028000', '151639.030000', '151639.033000', '151639.036000', '151639.039000', '151639.042000', '151639.045000', '151639.048000', '151639.051000', '151658.925000', '151658.928000', '151658.937000', '151658.939000', '151658.942000', '151658.945000', '151658.948000', '151658.951000', '151658.954000', '151658.957000', '151658.960000', '151658.962000', '151658.965000', '151658.968000', '151658.971000', '151658.974000', '151658.977000', '151658.980000', '151658.983000', '151658.985000', '151658.988000', '151658.991000', '151658.994000', '151658.997000', '151659.001000', '151659.004000', '151659.007000', '151659.009000', '151659.012000', '151659.015000', '151659.018000', '151659.021000', '151659.024000', '151659.027000', '151659.030000', '151659.033000', '151659.035000', '151659.038000', '151659.043000', '151659.046000', '151659.048000', '151659.051000', '151659.054000', '151659.057000', '151718.926000', '151718.929000', '151718.932000', '151718.935000', '151718.938000', '151718.941000', '151718.944000', '151718.947000', '151718.950000', '151718.953000', '151718.956000', '151718.958000', '151718.984000', '151718.987000', '151718.991000', '151718.994000', '151718.997000', '151719.000000', '151719.003000', '151719.006000', '151719.009000', '151719.011000', '151719.014000', '151719.017000', '151719.020000', '151719.023000', '151719.026000', '151719.029000', '151719.032000', '151719.035000', '151719.038000', '151719.040000', '151719.043000', '151719.046000', '151719.049000', '151719.052000', '151719.055000', '151719.074000', '151719.077000', '151719.079000', '151719.082000', '151719.085000', '151719.088000', '151738.926000', '151738.929000', '151738.932000', '151738.935000', '151738.938000', '151738.941000', '151738.943000', '151738.946000', '151738.949000', '151738.952000', '151738.955000', '151738.958000', '151738.961000', '151738.964000', '151738.966000', '151738.969000', '151738.972000', '151738.975000', '151738.978000', '151738.981000', '151738.984000', '151738.987000', '151738.989000', '151738.992000', '151738.995000', '151738.998000', '151739.002000', '151739.005000', '151739.008000', '151739.011000', '151739.013000', '151739.016000', '151739.019000', '151739.022000', '151739.025000', '151739.028000', '151739.031000', '151739.034000', '151739.037000', '151739.039000', '151739.042000', '151739.045000', '151739.048000', '151739.051000', '151758.926000', '151758.929000', '151758.932000', '151758.935000', '151758.938000', '151758.941000', '151758.944000', '151758.947000', '151758.950000', '151758.953000', '151758.956000', '151758.959000', '151758.962000', '151758.965000', '151758.967000', '151758.970000', '151758.973000', '151758.976000', '151758.979000', '151758.982000', '151758.985000', '151758.988000', '151758.990000', '151759.001000', '151759.004000', '151759.007000', '151759.009000', '151759.012000', '151759.015000', '151759.018000', '151759.021000', '151759.024000', '151759.027000', '151759.029000', '151759.032000', '151759.035000', '151759.038000', '151759.041000', '151759.044000', '151759.047000', '151759.050000', '151759.053000', '151759.056000', '151818.925000', '151818.928000', '151818.931000', '151818.934000', '151818.937000', '151818.940000', '151818.943000', '151818.946000', '151818.949000', '151818.952000', '151818.954000', '151818.957000', '151818.960000', '151818.963000', '151818.966000', '151818.969000', '151818.972000', '151818.974000', '151818.977000', '151818.980000', '151818.983000', '151818.993000', '151818.996000', '151818.998000', '151819.002000', '151819.005000', '151819.008000', '151819.011000', '151819.014000', '151819.017000', '151819.020000', '151819.023000', '151819.026000', '151819.028000', '151819.031000', '151819.034000', '151819.037000', '151819.040000', '151819.043000', '151819.046000', '151819.049000', '151819.052000', '151819.054000', '151819.057000', '151838.925000', '151838.928000', '151838.931000', '151838.934000', '151838.937000', '151838.940000', '151838.943000', '151838.946000', '151838.948000', '151838.951000', '151838.954000', '151838.957000', '151838.960000', '151838.963000', '151838.966000', '151838.969000', '151838.972000', '151838.975000', '151838.978000', '151838.981000', '151838.984000', '151838.986000', '151838.989000', '151838.992000', '151838.995000', '151838.998000', '151839.002000', '151839.005000', '151839.008000', '151839.010000', '151839.013000', '151839.016000', '151839.019000', '151839.022000', '151839.025000', '151839.028000', '151839.030000', '151839.033000', '151839.036000', '151839.039000', '151839.042000', '151839.045000', '151839.048000', '151850.068000', '151850.072000', '151850.075000', '151850.078000', '151850.081000', '151850.084000', '151850.087000', '151850.090000', '151850.093000', '151850.096000', '151850.099000', '151850.112000', '151850.115000', '151850.118000', '151850.121000', '151850.124000', '151850.127000', '151850.130000', '151850.133000', '151850.136000', '151850.139000', '151850.141000', '151850.144000', '151850.147000', '151850.150000'], 'InstanceCreationTime': ['151038.966000', '151038.969000', '151038.972000', '151038.975000', '151038.978000', '151038.981000', '151038.984000', '151038.988000', '151038.991000', '151038.994000', '151038.997000', '151039.000000', '151039.003000', '151039.006000', '151039.009000', '151039.012000', '151039.015000', '151039.019000', '151039.021000', '151039.024000', '151039.027000', '151039.030000', '151039.033000', '151039.036000', '151039.039000', '151039.041000', '151039.044000', '151039.047000', '151039.050000', '151039.053000', '151058.926000', '151058.929000', '151058.932000', '151058.935000', '151058.937000', '151058.940000', '151058.943000', '151058.946000', '151058.949000', '151058.952000', '151058.954000', '151058.957000', '151058.960000', '151058.963000', '151058.966000', '151058.969000', '151058.971000', '151058.974000', '151058.977000', '151058.980000', '151058.983000', '151058.986000', '151058.989000', '151058.992000', '151058.994000', '151058.997000', '151059.001000', '151059.004000', '151059.007000', '151059.010000', '151059.013000', '151059.015000', '151059.018000', '151059.021000', '151059.024000', '151059.027000', '151059.032000', '151059.035000', '151059.038000', '151059.041000', '151059.044000', '151059.047000', '151059.050000', '151118.925000', '151118.928000', '151118.931000', '151118.933000', '151118.936000', '151118.939000', '151118.942000', '151118.945000', '151118.948000', '151118.950000', '151118.953000', '151118.956000', '151118.959000', '151118.962000', '151118.965000', '151118.968000', '151118.971000', '151118.973000', '151118.976000', '151118.979000', '151118.982000', '151118.988000', '151118.991000', '151118.994000', '151118.997000', '151119.001000', '151119.004000', '151119.007000', '151119.009000', '151119.012000', '151119.015000', '151119.018000', '151119.021000', '151119.024000', '151119.027000', '151119.029000', '151119.032000', '151119.035000', '151119.038000', '151119.041000', '151119.044000', '151119.047000', '151119.049000', '151119.052000', '151138.925000', '151138.928000', '151138.931000', '151138.934000', '151138.937000', '151138.940000', '151138.943000', '151138.946000', '151138.949000', '151138.952000', '151138.955000', '151138.957000', '151138.960000', '151138.963000', '151138.966000', '151138.969000', '151138.972000', '151138.974000', '151138.977000', '151138.980000', '151138.983000', '151138.986000', '151138.989000', '151138.992000', '151138.995000', '151138.998000', '151139.002000', '151139.004000', '151139.007000', '151139.011000', '151139.014000', '151139.017000', '151139.020000', '151139.023000', '151139.026000', '151139.029000', '151139.032000', '151139.034000', '151139.037000', '151139.040000', '151139.043000', '151139.046000', '151139.049000', '151158.925000', '151158.928000', '151158.931000', '151158.934000', '151158.936000', '151158.939000', '151158.942000', '151158.948000', '151158.951000', '151158.954000', '151158.956000', '151158.959000', '151158.962000', '151158.965000', '151158.968000', '151158.971000', '151158.974000', '151158.976000', '151158.979000', '151158.982000', '151158.985000', '151158.988000', '151158.991000', '151158.994000', '151158.997000', '151159.001000', '151159.003000', '151159.006000', '151159.009000', '151159.012000', '151159.015000', '151159.018000', '151159.021000', '151159.024000', '151159.026000', '151159.029000', '151159.032000', '151159.035000', '151159.038000', '151159.041000', '151159.044000', '151159.046000', '151159.049000', '151159.052000', '151218.925000', '151218.928000', '151218.931000', '151218.934000', '151218.937000', '151218.940000', '151218.942000', '151218.954000', '151218.956000', '151218.959000', '151218.962000', '151218.965000', '151218.968000', '151218.971000', '151218.974000', '151218.977000', '151218.979000', '151218.982000', '151218.985000', '151218.988000', '151218.991000', '151218.994000', '151218.997000', '151219.001000', '151219.004000', '151219.021000', '151219.024000', '151219.027000', '151219.030000', '151219.033000', '151219.036000', '151219.039000', '151219.041000', '151219.044000', '151219.047000', '151219.050000', '151219.053000', '151219.056000', '151219.059000', '151219.062000', '151219.065000', '151219.067000', '151219.070000', '151238.926000', '151238.929000', '151238.932000', '151238.935000', '151238.938000', '151238.940000', '151238.943000', '151238.946000', '151238.949000', '151238.952000', '151238.955000', '151238.958000', '151238.961000', '151238.963000', '151238.966000', '151238.969000', '151238.972000', '151238.975000', '151238.978000', '151238.981000', '151238.984000', '151238.986000', '151238.998000', '151239.001000', '151239.004000', '151239.006000', '151239.009000', '151239.012000', '151239.015000', '151239.018000', '151239.021000', '151239.024000', '151239.026000', '151239.029000', '151239.032000', '151239.035000', '151239.038000', '151239.041000', '151239.044000', '151239.047000', '151239.050000', '151239.052000', '151239.055000', '151239.058000', '151258.926000', '151258.929000', '151258.932000', '151258.935000', '151258.938000', '151258.940000', '151258.943000', '151258.946000', '151258.949000', '151258.952000', '151258.955000', '151258.958000', '151258.961000', '151258.963000', '151258.966000', '151258.969000', '151258.972000', '151258.976000', '151258.979000', '151258.982000', '151258.985000', '151258.998000', '151259.002000', '151259.005000', '151259.008000', '151259.011000', '151259.014000', '151259.016000', '151259.019000', '151259.022000', '151259.025000', '151259.028000', '151259.031000', '151259.034000', '151259.037000', '151259.040000', '151259.043000', '151259.046000', '151259.049000', '151259.052000', '151259.055000', '151259.058000', '151259.061000', '151318.926000', '151318.929000', '151318.932000', '151318.935000', '151318.937000', '151318.940000', '151318.943000', '151318.946000', '151318.949000', '151318.952000', '151318.955000', '151318.958000', '151318.961000', '151318.963000', '151318.966000', '151318.969000', '151318.972000', '151318.975000', '151318.978000', '151318.981000', '151318.984000', '151318.986000', '151318.989000', '151318.992000', '151318.995000', '151318.998000', '151319.002000', '151319.005000', '151319.007000', '151319.010000', '151319.013000', '151319.016000', '151319.019000', '151319.022000', '151319.025000', '151319.028000', '151319.031000', '151319.033000', '151319.036000', '151319.039000', '151319.042000', '151319.045000', '151319.048000', '151319.051000', '151338.925000', '151338.928000', '151338.931000', '151338.934000', '151338.937000', '151338.940000', '151338.943000', '151338.945000', '151338.948000', '151338.951000', '151338.954000', '151338.957000', '151338.960000', '151338.963000', '151338.965000', '151338.968000', '151338.971000', '151338.974000', '151338.977000', '151338.980000', '151338.983000', '151338.986000', '151338.988000', '151338.991000', '151338.994000', '151338.997000', '151339.001000', '151339.004000', '151339.007000', '151339.010000', '151339.012000', '151339.015000', '151339.018000', '151339.021000', '151339.024000', '151339.027000', '151339.030000', '151339.033000', '151339.035000', '151339.038000', '151339.041000', '151339.044000', '151339.047000', '151358.925000', '151358.928000', '151358.931000', '151358.934000', '151358.937000', '151358.939000', '151358.942000', '151358.945000', '151358.948000', '151358.951000', '151358.954000', '151358.957000', '151358.959000', '151358.962000', '151358.965000', '151358.968000', '151358.971000', '151358.974000', '151358.990000', '151358.993000', '151358.996000', '151359.000000', '151359.003000', '151359.005000', '151359.008000', '151359.011000', '151359.014000', '151359.017000', '151359.020000', '151359.023000', '151359.026000', '151359.028000', '151359.031000', '151359.034000', '151359.037000', '151359.040000', '151359.043000', '151359.046000', '151359.049000', '151359.051000', '151359.054000', '151359.057000', '151359.060000', '151359.063000', '151418.925000', '151418.928000', '151418.931000', '151418.934000', '151418.937000', '151418.939000', '151418.942000', '151418.945000', '151418.948000', '151418.951000', '151418.954000', '151418.957000', '151418.960000', '151418.962000', '151418.965000', '151418.968000', '151418.971000', '151418.974000', '151418.977000', '151418.980000', '151418.983000', '151418.986000', '151418.988000', '151418.991000', '151418.994000', '151418.997000', '151419.001000', '151419.004000', '151419.007000', '151419.010000', '151419.013000', '151419.016000', '151419.019000', '151419.022000', '151419.025000', '151419.028000', '151419.031000', '151419.034000', '151419.037000', '151419.040000', '151419.042000', '151419.045000', '151419.048000', '151438.925000', '151438.928000', '151438.931000', '151438.934000', '151438.937000', '151438.939000', '151438.950000', '151438.953000', '151438.956000', '151438.959000', '151438.962000', '151438.964000', '151438.967000', '151438.970000', '151438.973000', '151438.976000', '151438.980000', '151438.983000', '151438.986000', '151438.988000', '151438.991000', '151438.994000', '151438.997000', '151439.001000', '151439.010000', '151439.013000', '151439.016000', '151439.018000', '151439.021000', '151439.024000', '151439.027000', '151439.030000', '151439.033000', '151439.036000', '151439.038000', '151439.041000', '151439.044000', '151439.047000', '151439.050000', '151439.053000', '151439.056000', '151439.058000', '151439.062000', '151439.064000', '151458.926000', '151458.929000', '151458.932000', '151458.935000', '151458.938000', '151458.941000', '151458.943000', '151458.946000', '151458.949000', '151458.952000', '151458.955000', '151458.958000', '151458.961000', '151458.964000', '151458.967000', '151458.969000', '151458.972000', '151458.975000', '151458.978000', '151458.981000', '151458.984000', '151458.987000', '151458.990000', '151458.992000', '151458.995000', '151458.998000', '151459.001000', '151459.004000', '151459.007000', '151459.010000', '151459.013000', '151459.015000', '151459.018000', '151459.021000', '151459.024000', '151459.027000', '151459.030000', '151459.033000', '151459.036000', '151459.039000', '151459.041000', '151459.044000', '151459.047000', '151518.926000', '151518.929000', '151518.932000', '151518.935000', '151518.938000', '151518.941000', '151518.944000', '151518.946000', '151518.949000', '151518.952000', '151518.955000', '151518.958000', '151518.961000', '151518.964000', '151518.966000', '151518.969000', '151518.972000', '151518.975000', '151518.978000', '151518.981000', '151518.984000', '151518.987000', '151518.989000', '151518.992000', '151518.995000', '151518.998000', '151519.002000', '151519.005000', '151519.008000', '151519.011000', '151519.014000', '151519.016000', '151519.019000', '151519.022000', '151519.025000', '151519.028000', '151519.031000', '151519.034000', '151519.036000', '151519.039000', '151519.042000', '151519.045000', '151519.048000', '151519.051000', '151538.926000', '151538.929000', '151538.932000', '151538.935000', '151538.937000', '151538.940000', '151538.943000', '151538.946000', '151538.953000', '151538.956000', '151538.959000', '151538.962000', '151538.965000', '151538.968000', '151538.971000', '151538.974000', '151538.976000', '151538.979000', '151538.982000', '151538.985000', '151538.988000', '151538.991000', '151538.994000', '151538.997000', '151538.999000', '151539.002000', '151539.005000', '151539.020000', '151539.023000', '151539.026000', '151539.029000', '151539.032000', '151539.035000', '151539.038000', '151539.040000', '151539.043000', '151539.046000', '151539.049000', '151539.053000', '151539.056000', '151539.059000', '151539.062000', '151539.065000', '151558.925000', '151558.928000', '151558.938000', '151558.941000', '151558.944000', '151558.947000', '151558.949000', '151558.952000', '151558.955000', '151558.958000', '151558.961000', '151558.964000', '151558.967000', '151558.970000', '151558.973000', '151558.975000', '151558.978000', '151558.981000', '151558.984000', '151558.987000', '151558.990000', '151558.992000', '151558.995000', '151558.998000', '151559.002000', '151559.005000', '151559.008000', '151559.011000', '151559.014000', '151559.018000', '151559.021000', '151559.023000', '151559.026000', '151559.029000', '151559.032000', '151559.041000', '151559.044000', '151559.047000', '151559.049000', '151559.052000', '151559.055000', '151559.058000', '151559.061000', '151559.064000', '151618.925000', '151618.928000', '151618.931000', '151618.934000', '151618.937000', '151618.940000', '151618.943000', '151618.946000', '151618.949000', '151618.951000', '151618.954000', '151618.957000', '151618.960000', '151618.963000', '151618.966000', '151618.969000', '151618.972000', '151618.974000', '151618.977000', '151618.980000', '151618.983000', '151618.986000', '151618.989000', '151618.992000', '151618.995000', '151618.998000', '151619.002000', '151619.004000', '151619.007000', '151619.010000', '151619.013000', '151619.016000', '151619.019000', '151619.022000', '151619.025000', '151619.028000', '151619.030000', '151619.033000', '151619.036000', '151619.039000', '151619.042000', '151619.045000', '151619.048000', '151638.925000', '151638.928000', '151638.931000', '151638.934000', '151638.937000', '151638.940000', '151638.943000', '151638.946000', '151638.948000', '151638.951000', '151638.954000', '151638.957000', '151638.960000', '151638.963000', '151638.966000', '151638.969000', '151638.972000', '151638.974000', '151638.977000', '151638.980000', '151638.983000', '151638.986000', '151638.989000', '151638.992000', '151638.995000', '151638.998000', '151639.001000', '151639.004000', '151639.007000', '151639.010000', '151639.016000', '151639.019000', '151639.022000', '151639.025000', '151639.028000', '151639.030000', '151639.033000', '151639.036000', '151639.039000', '151639.042000', '151639.045000', '151639.048000', '151639.051000', '151658.925000', '151658.928000', '151658.937000', '151658.939000', '151658.942000', '151658.945000', '151658.948000', '151658.951000', '151658.954000', '151658.957000', '151658.960000', '151658.962000', '151658.965000', '151658.968000', '151658.971000', '151658.974000', '151658.977000', '151658.980000', '151658.983000', '151658.985000', '151658.988000', '151658.991000', '151658.994000', '151658.997000', '151659.001000', '151659.004000', '151659.007000', '151659.009000', '151659.012000', '151659.015000', '151659.018000', '151659.021000', '151659.024000', '151659.027000', '151659.030000', '151659.033000', '151659.035000', '151659.038000', '151659.043000', '151659.046000', '151659.048000', '151659.051000', '151659.054000', '151659.057000', '151718.926000', '151718.929000', '151718.932000', '151718.935000', '151718.938000', '151718.941000', '151718.944000', '151718.947000', '151718.950000', '151718.953000', '151718.956000', '151718.958000', '151718.984000', '151718.987000', '151718.991000', '151718.994000', '151718.997000', '151719.000000', '151719.003000', '151719.006000', '151719.009000', '151719.011000', '151719.014000', '151719.017000', '151719.020000', '151719.023000', '151719.026000', '151719.029000', '151719.032000', '151719.035000', '151719.038000', '151719.040000', '151719.043000', '151719.046000', '151719.049000', '151719.052000', '151719.055000', '151719.074000', '151719.077000', '151719.079000', '151719.082000', '151719.085000', '151719.088000', '151738.926000', '151738.929000', '151738.932000', '151738.935000', '151738.938000', '151738.941000', '151738.943000', '151738.946000', '151738.949000', '151738.952000', '151738.955000', '151738.958000', '151738.961000', '151738.964000', '151738.966000', '151738.969000', '151738.972000', '151738.975000', '151738.978000', '151738.981000', '151738.984000', '151738.987000', '151738.989000', '151738.992000', '151738.995000', '151738.998000', '151739.002000', '151739.005000', '151739.008000', '151739.011000', '151739.013000', '151739.016000', '151739.019000', '151739.022000', '151739.025000', '151739.028000', '151739.031000', '151739.034000', '151739.037000', '151739.039000', '151739.042000', '151739.045000', '151739.048000', '151739.051000', '151758.926000', '151758.929000', '151758.932000', '151758.935000', '151758.938000', '151758.941000', '151758.944000', '151758.947000', '151758.950000', '151758.953000', '151758.956000', '151758.959000', '151758.962000', '151758.965000', '151758.967000', '151758.970000', '151758.973000', '151758.976000', '151758.979000', '151758.982000', '151758.985000', '151758.988000', '151758.990000', '151759.001000', '151759.004000', '151759.007000', '151759.009000', '151759.012000', '151759.015000', '151759.018000', '151759.021000', '151759.024000', '151759.027000', '151759.029000', '151759.032000', '151759.035000', '151759.038000', '151759.041000', '151759.044000', '151759.047000', '151759.050000', '151759.053000', '151759.056000', '151818.925000', '151818.928000', '151818.931000', '151818.934000', '151818.937000', '151818.940000', '151818.943000', '151818.946000', '151818.949000', '151818.952000', '151818.954000', '151818.957000', '151818.960000', '151818.963000', '151818.966000', '151818.969000', '151818.972000', '151818.974000', '151818.977000', '151818.980000', '151818.983000', '151818.993000', '151818.996000', '151818.998000', '151819.002000', '151819.005000', '151819.008000', '151819.011000', '151819.014000', '151819.017000', '151819.020000', '151819.023000', '151819.026000', '151819.028000', '151819.031000', '151819.034000', '151819.037000', '151819.040000', '151819.043000', '151819.046000', '151819.049000', '151819.052000', '151819.054000', '151819.057000', '151838.925000', '151838.928000', '151838.931000', '151838.934000', '151838.937000', '151838.940000', '151838.943000', '151838.946000', '151838.948000', '151838.951000', '151838.954000', '151838.957000', '151838.960000', '151838.963000', '151838.966000', '151838.969000', '151838.972000', '151838.975000', '151838.978000', '151838.981000', '151838.984000', '151838.986000', '151838.989000', '151838.992000', '151838.995000', '151838.998000', '151839.002000', '151839.005000', '151839.008000', '151839.010000', '151839.013000', '151839.016000', '151839.019000', '151839.022000', '151839.025000', '151839.028000', '151839.030000', '151839.033000', '151839.036000', '151839.039000', '151839.042000', '151839.045000', '151839.048000', '151850.068000', '151850.072000', '151850.075000', '151850.078000', '151850.081000', '151850.084000', '151850.087000', '151850.090000', '151850.093000', '151850.096000', '151850.099000', '151850.112000', '151850.115000', '151850.118000', '151850.121000', '151850.124000', '151850.127000', '151850.130000', '151850.133000', '151850.136000', '151850.139000', '151850.141000', '151850.144000', '151850.147000', '151850.150000'], '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': [10314, 11094, 14376, 10400, 19739, 11953, 15254, 10905, 13446, 10675, 13252, 9714, 15805, 10043, 11048, 10135, 10422, 17997, 10134, 16349, 10809, 14151, 10964, 11972, 10082, 12971, 10371, 13949, 10495, 10396, 13689, 10088, 19166, 12410, 17079, 10681, 12402, 10653, 12425, 10375, 12285, 10081, 11998, 13411, 10285, 17865, 10231, 11414, 9791, 10706, 10091, 10281, 18059, 10170, 15199, 11390, 13220, 10556, 10969, 10032, 11477, 10155, 10316, 10030, 10263, 16443, 10136, 14765, 10463, 13027, 10757, 10841, 10472, 10635, 11181, 10324, 9699, 10305, 17923, 10070, 15366, 11170, 13072, 10635, 11152, 9853, 11410, 16540, 11509, 16629, 9964, 14897, 9935, 14776, 10747, 13761, 10343, 10874, 9752, 10783, 17519, 11639, 15754, 10437, 13383, 10236, 13300, 10242, 13356, 10238, 11276, 10534, 10541, 10434, 13618, 12610, 10716, 17014, 10150, 14870, 10611, 14178, 10364, 10969, 10096, 10039, 11566, 10572, 16330, 10340, 15081, 10041, 13307, 9914, 12096, 10119, 10333, 9851, 9778, 18047, 10596, 13358, 10498, 12378, 10426, 11999, 10149, 13116, 9733, 10577, 13114, 10250, 17367, 10921, 14327, 11240, 11289, 10356, 10648, 10563, 12165, 9813, 10326, 9390, 9968, 16452, 9970, 15463, 10851, 13615, 10803, 11961, 10882, 11988, 9758, 14931, 10296, 11734, 9479, 10272, 17714, 10982, 16236, 13272, 14620, 11024, 11554, 10062, 10480, 12168, 10272, 16266, 10064, 15011, 10321, 13487, 10008, 12757, 10043, 9973, 10190, 9296, 14923, 10704, 14565, 10111, 15651, 12041, 18369, 11349, 16638, 10140, 12669, 10735, 12698, 10029, 12276, 10004, 10381, 9484, 9971, 15826, 9848, 13049, 10442, 12087, 10182, 11644, 9533, 10994, 10039, 10046, 17480, 10455, 15759, 11226, 14196, 11055, 12360, 10134, 13143, 10935, 13194, 10031, 10356, 15036, 10277, 17819, 12603, 15563, 10717, 14207, 10284, 14441, 10146, 14611, 10691, 11483, 9939, 11195, 10783, 12620, 13167, 10778, 15288, 10136, 16759, 11593, 15581, 11004, 13437, 10768, 11666, 9758, 11721, 12799, 11744, 10198, 10167, 18472, 10511, 15692, 13057, 15097, 11258, 13720, 10682, 13090, 9788, 14333, 9998, 10565, 20052, 10407, 14397, 10442, 12013, 9746, 11517, 9982, 11070, 10583, 11295, 10297, 12380, 9349, 14558, 9688, 10628, 15782, 10659, 17362, 12420, 17852, 13913, 10716, 10625, 10441, 12290, 9658, 11029, 19234, 10163, 14209, 10331, 12484, 10309, 12443, 12332, 10358, 18562, 12766, 16913, 12058, 14401, 10448, 11068, 17264, 11299, 16866, 10495, 12613, 10598, 12451, 10445, 11454, 10556, 11021, 10350, 10689, 10102, 10916, 16558, 10963, 15924, 10394, 12045, 10419, 12071, 10210, 11336, 10849, 11146, 10730, 11182, 10284, 10640, 18803, 11207, 16186, 10650, 12498, 11075, 12685, 10468, 11511, 11032, 10926, 10040, 10741, 14303, 10769, 16023, 10750, 14101, 10635, 13740, 9888, 11292, 10022, 10690, 10024, 10287, 17307, 10973, 14696, 11013, 12099, 10678, 11503, 9611, 10610, 17439, 10420, 13395, 10532, 13138, 10470, 11255, 9448, 10720, 15620, 10315, 17003, 11251, 13366, 11118, 11729, 10162, 11185, 12133, 10680, 15605, 10645, 12360, 10197, 13757, 10071, 13869, 10726, 12036, 10546, 11302, 9858, 12511, 9817, 10845, 9993, 10407, 10679, 10322, 19489, 15135, 17732, 10844, 16919, 11975, 16067, 10801, 15893, 12782, 10704, 16232, 10496, 17324, 11056, 13950, 10911, 12217, 10313, 11297, 10390, 10640, 9469, 10378, 14656, 10407, 14756, 11552, 14109, 10645, 15635, 10379, 14922, 11129, 14903, 10963, 12280, 10245, 13224, 9799, 15754, 10108, 12168, 10091, 11291, 20069, 13344, 17698, 13056, 14566, 11041, 11639, 9726, 11408, 11256, 10832, 17431, 10619, 14263, 10473, 13450, 10363, 11349, 10011, 10540, 14106, 10758, 10661, 10671, 14652, 10800, 16294, 11538, 13029, 10511, 13927, 10484, 13226, 10553, 14512, 11038, 11606, 9982, 10784, 15544, 10986, 18453, 13003, 15771, 10921, 11332, 10821, 13122, 10518, 13089, 10390, 17258, 12377, 15495, 10813, 10986, 10484, 10203, 18529, 10781, 15263, 11912, 12792, 11561, 10872, 10366, 10676, 11354, 10410, 14405, 10329, 13517, 10521, 12481, 9899, 12110, 10415, 10749, 9912, 10292, 17054, 10658, 14938, 10794, 13339, 10874, 12326, 9975, 12489, 11026, 10807, 15237, 10118, 15413, 10381, 13875, 10815, 12477, 11383, 11555, 10132, 11969, 13214, 11860, 13925, 10315, 17782, 10697, 15351, 12521, 15065, 11583, 12436, 10704, 11430, 13852, 13697, 19618, 11481, 17506, 10322, 14023, 10572, 13625, 10837, 15019, 10766, 11508, 10289, 10726, 14202, 10876, 17013, 10199, 13981, 10625, 12976, 10288, 12086, 10579, 10622, 11395, 9999, 16870, 10983, 12482, 11181, 12183, 9864, 11751, 11033, 11487, 10280, 10457, 13824, 10526, 15758, 10318, 14469, 10481, 11926, 10289, 10376, 18320, 10155, 14854, 11372, 13442, 11091, 11121, 10388, 10132, 18176, 10647, 14636, 10917, 12434, 10470, 10781, 15519, 10536, 17745, 10918, 13535, 11247, 11643, 10309, 12240, 11285, 13472, 10993, 10604, 11414, 10119, 18409, 12439, 15389, 10948, 13007, 10247, 10620, 10933, 10413, 18721, 10474, 13538, 10401, 12417, 10398, 10871, 10444, 10452, 18092, 10633, 14867, 10759, 12636, 10855, 10477, 10623, 10434, 17840, 10786, 15432, 10919, 12643, 10904, 12463, 10511, 13994, 10912, 11408, 11474, 11963, 11025, 11264, 11553, 12839, 11561, 12054, 11394, 10498, 11512, 11300, 18956, 12414, 17490, 14350, 13697, 11409, 11360, 11892, 10225, 17055, 11612, 16725, 11437, 13128, 11475, 11176, 11068, 10415, 12547, 10744, 13797, 11534, 11841, 10901, 10745, 11101, 10404, 12260, 10671, 15395, 11045, 14447, 11679, 12538, 11774, 12886, 11697, 12443, 11365, 12545, 13045, 10449, 16825, 11146, 14758, 11579, 14430, 10867, 11044, 11371, 10309, 17624, 11595, 14545, 11682, 13309, 11946, 11336, 12423, 10972, 18483, 13067, 15797, 11511, 12556, 10905, 11914, 11848, 12991, 12443, 10577, 13821, 10554, 17328, 12992, 14647, 11315, 12747, 10714, 11321, 12326, 10993, 17410, 11111, 14310, 11386, 11220, 11419, 11607, 17098, 11160, 14617, 11576, 12208, 11513, 11817, 11820, 12080, 11833, 11371, 14804, 11565, 14505, 12105, 13322, 12746, 11827, 12441, 12070, 11553, 13445, 11871, 11861, 15650, 11633, 16538, 12210, 14964, 12208, 14140, 12032, 11242, 11929, 12638, 16327, 12517, 16696, 11764, 13969, 11743, 12814, 11706, 11911, 12470, 11519, 15304, 11805, 13735, 12141, 11604, 12611, 11274, 12145, 12579, 14906, 12664, 13610, 11666, 13259, 11894, 13341, 13060, 13355, 12304, 11382, 12738, 11642, 17042, 12250, 13507, 12066, 12210, 11954, 11538, 14273, 12620, 15448, 12068, 13222, 12433, 11999, 12625, 12280, 12266, 11761, 15486, 11938, 12785, 12833, 12322, 12598, 11624, 16071, 11824, 13039, 12617, 12257, 12095, 11632, 12044, 11744, 16554, 11964, 13829, 12332, 12608, 11948, 11903, 12283, 12286, 13875, 12013, 14489, 11981, 12670, 12731, 12221, 12024, 11241, 11621, 12117, 16972, 12473, 14414, 12513, 12517, 12270, 12573, 12774, 14979, 12643, 12776, 13165, 13315, 12864, 11957, 16759, 12844, 16483, 14058, 14426, 12248, 12536, 12289, 12276, 14798, 12143, 19403, 11699, 14167, 11872, 11759, 12398, 12608, 11534, 11641, 14777, 11775, 14391, 12084, 12279, 12044, 11447, 12167, 12125, 15701, 12879, 14626, 12201, 12875, 12408, 11906, 12006, 13148, 12063, 12019, 17321, 12438, 13912, 12667, 13041, 12503, 13147, 11875, 11957, 13237, 12929, 17451, 12587, 14735, 12118, 12627, 12550, 13263, 12652, 12077, 18547, 11903, 14195, 12148, 12162, 12658, 11695, 11630, 11737, 16176, 12031, 12526, 12124, 10749, 11377, 11289, 15715, 11854, 13441, 11574, 11645, 11928, 11479, 11226, 11125, 17147, 11909, 15032, 12045, 12150, 11097, 10903, 13397, 11839, 16362, 11832, 13177, 12324, 11800, 12440, 11588, 12925, 11075, 16592, 11859, 13245, 11646, 11851, 11705, 11219, 10751, 10632, 17431, 11952, 15055, 12283, 13051, 11517, 11761, 11789, 11801, 15240, 11293, 17000, 12174, 12684, 11735, 11870, 12013, 11046, 12604, 10519, 12213, 11685, 15101, 11839, 12895, 11765, 14286, 11915, 15129, 12340], 'WindowCenter': [5231.0, 5230.0, 5243.0, 5203.0, 5250.0, 5198.0, 5214.0, 5188.0, 5204.0, 5176.0, 5204.0, 5166.0, 5215.0, 5164.0, 5184.0, 5165.0, 5176.0, 5219.0, 5176.0, 5213.0, 5176.0, 5202.0, 5175.0, 5183.0, 5166.0, 5196.0, 5165.0, 5204.0, 5176.0, 5174.0, 5193.0, 5176.0, 5233.0, 5187.0, 5210.0, 5173.0, 5181.0, 5175.0, 5194.0, 5176.0, 5185.0, 5164.0, 5186.0, 5191.0, 5166.0, 5221.0, 5165.0, 5175.0, 5152.0, 5176.0, 5163.0, 5164.0, 5222.0, 5164.0, 5202.0, 5173.0, 5194.0, 5174.0, 5176.0, 5164.0, 5186.0, 5165.0, 5164.0, 5164.0, 5176.0, 5209.0, 5178.0, 5199.0, 5175.0, 5193.0, 5177.0, 5176.0, 5178.0, 5185.0, 5184.0, 5178.0, 5167.0, 5178.0, 5233.0, 5179.0, 5225.0, 5188.0, 5207.0, 5189.0, 5187.0, 5177.0, 5200.0, 5224.0, 5187.0, 5223.0, 5169.0, 5204.0, 5179.0, 5205.0, 5176.0, 5203.0, 5167.0, 5176.0, 5156.0, 5177.0, 5221.0, 5186.0, 5204.0, 5165.0, 5190.0, 5165.0, 5193.0, 5164.0, 5193.0, 5166.0, 5184.0, 5172.0, 5176.0, 5166.0, 5203.0, 5186.0, 5176.0, 5211.0, 5164.0, 5202.0, 5175.0, 5204.0, 5163.0, 5173.0, 5165.0, 5166.0, 5174.0, 5176.0, 5211.0, 5164.0, 5200.0, 5163.0, 5194.0, 5163.0, 5184.0, 5163.0, 5165.0, 5154.0, 5165.0, 5221.0, 5173.0, 5192.0, 5175.0, 5183.0, 5174.0, 5185.0, 5164.0, 5194.0, 5155.0, 5176.0, 5192.0, 5175.0, 5222.0, 5177.0, 5204.0, 5185.0, 5185.0, 5176.0, 5186.0, 5177.0, 5197.0, 5165.0, 5177.0, 5170.0, 5186.0, 5225.0, 5189.0, 5229.0, 5190.0, 5215.0, 5190.0, 5199.0, 5202.0, 5210.0, 5179.0, 5228.0, 5180.0, 5200.0, 5179.0, 5187.0, 5233.0, 5189.0, 5228.0, 5207.0, 5205.0, 5177.0, 5184.0, 5167.0, 5177.0, 5183.0, 5174.0, 5210.0, 5165.0, 5203.0, 5175.0, 5196.0, 5164.0, 5193.0, 5155.0, 5166.0, 5165.0, 5153.0, 5199.0, 5164.0, 5204.0, 5179.0, 5214.0, 5197.0, 5223.0, 5177.0, 5212.0, 5166.0, 5185.0, 5176.0, 5193.0, 5166.0, 5183.0, 5166.0, 5177.0, 5168.0, 5178.0, 5210.0, 5168.0, 5203.0, 5188.0, 5196.0, 5193.0, 5200.0, 5181.0, 5198.0, 5181.0, 5191.0, 5236.0, 5189.0, 5228.0, 5200.0, 5218.0, 5199.0, 5209.0, 5190.0, 5207.0, 5187.0, 5206.0, 5166.0, 5180.0, 5217.0, 5178.0, 5235.0, 5197.0, 5213.0, 5189.0, 5216.0, 5203.0, 5219.0, 5179.0, 5214.0, 5178.0, 5199.0, 5181.0, 5198.0, 5189.0, 5209.0, 5206.0, 5190.0, 5225.0, 5189.0, 5226.0, 5198.0, 5225.0, 5190.0, 5206.0, 5189.0, 5188.0, 5167.0, 5197.0, 5197.0, 5197.0, 5177.0, 5181.0, 5234.0, 5176.0, 5216.0, 5206.0, 5213.0, 5188.0, 5205.0, 5176.0, 5196.0, 5166.0, 5203.0, 5154.0, 5174.0, 5219.0, 5177.0, 5205.0, 5166.0, 5183.0, 5156.0, 5182.0, 5152.0, 5174.0, 5174.0, 5185.0, 5177.0, 5209.0, 5170.0, 5219.0, 5181.0, 5178.0, 5214.0, 5178.0, 5222.0, 5197.0, 5234.0, 5209.0, 5178.0, 5176.0, 5187.0, 5196.0, 5167.0, 5178.0, 5222.0, 5166.0, 5204.0, 5163.0, 5185.0, 5163.0, 5184.0, 5181.0, 5152.0, 5206.0, 5169.0, 5189.0, 5160.0, 5178.0, 5149.0, 5159.0, 5184.0, 5148.0, 5183.0, 5137.0, 5156.0, 5145.0, 5156.0, 5149.0, 5156.0, 5146.0, 5148.0, 5147.0, 5160.0, 5146.0, 5164.0, 5206.0, 5160.0, 5199.0, 5161.0, 5170.0, 5163.0, 5183.0, 5165.0, 5175.0, 5176.0, 5174.0, 5174.0, 5173.0, 5165.0, 5176.0, 5220.0, 5174.0, 5211.0, 5165.0, 5181.0, 5185.0, 5192.0, 5175.0, 5186.0, 5176.0, 5175.0, 5164.0, 5185.0, 5203.0, 5177.0, 5214.0, 5174.0, 5202.0, 5175.0, 5204.0, 5168.0, 5176.0, 5165.0, 5174.0, 5164.0, 5180.0, 5223.0, 5189.0, 5216.0, 5186.0, 5194.0, 5185.0, 5198.0, 5169.0, 5188.0, 5222.0, 5179.0, 5202.0, 5189.0, 5208.0, 5185.0, 5187.0, 5169.0, 5190.0, 5222.0, 5180.0, 5226.0, 5189.0, 5204.0, 5188.0, 5197.0, 5178.0, 5196.0, 5199.0, 5191.0, 5225.0, 5189.0, 5206.0, 5190.0, 5218.0, 5191.0, 5219.0, 5202.0, 5211.0, 5202.0, 5203.0, 5193.0, 5223.0, 5191.0, 5204.0, 5191.0, 5202.0, 5200.0, 5199.0, 5260.0, 5239.0, 5249.0, 5202.0, 5238.0, 5200.0, 5227.0, 5176.0, 5225.0, 5193.0, 5175.0, 5215.0, 5179.0, 5223.0, 5188.0, 5204.0, 5178.0, 5195.0, 5177.0, 5188.0, 5163.0, 5175.0, 5167.0, 5179.0, 5213.0, 5189.0, 5216.0, 5199.0, 5213.0, 5190.0, 5222.0, 5190.0, 5225.0, 5200.0, 5216.0, 5186.0, 5199.0, 5189.0, 5208.0, 5177.0, 5225.0, 5178.0, 5200.0, 5176.0, 5186.0, 5234.0, 5208.0, 5223.0, 5194.0, 5204.0, 5172.0, 5173.0, 5156.0, 5187.0, 5176.0, 5175.0, 5212.0, 5176.0, 5202.0, 5174.0, 5205.0, 5178.0, 5185.0, 5163.0, 5174.0, 5199.0, 5176.0, 5174.0, 5175.0, 5203.0, 5185.0, 5221.0, 5197.0, 5203.0, 5188.0, 5214.0, 5188.0, 5206.0, 5188.0, 5212.0, 5189.0, 5197.0, 5178.0, 5186.0, 5215.0, 5190.0, 5236.0, 5205.0, 5216.0, 5190.0, 5186.0, 5179.0, 5192.0, 5176.0, 5195.0, 5179.0, 5226.0, 5184.0, 5205.0, 5175.0, 5175.0, 5166.0, 5164.0, 5218.0, 5164.0, 5201.0, 5176.0, 5183.0, 5175.0, 5164.0, 5164.0, 5163.0, 5174.0, 5176.0, 5205.0, 5178.0, 5194.0, 5176.0, 5196.0, 5167.0, 5197.0, 5176.0, 5188.0, 5167.0, 5176.0, 5225.0, 5189.0, 5216.0, 5189.0, 5207.0, 5187.0, 5208.0, 5179.0, 5208.0, 5188.0, 5190.0, 5213.0, 5178.0, 5213.0, 5180.0, 5209.0, 5188.0, 5199.0, 5197.0, 5198.0, 5188.0, 5199.0, 5206.0, 5201.0, 5215.0, 5180.0, 5234.0, 5188.0, 5213.0, 5198.0, 5214.0, 5187.0, 5195.0, 5174.0, 5186.0, 5205.0, 5205.0, 5232.0, 5186.0, 5223.0, 5177.0, 5204.0, 5178.0, 5206.0, 5175.0, 5211.0, 5174.0, 5187.0, 5175.0, 5177.0, 5205.0, 5176.0, 5213.0, 5165.0, 5203.0, 5176.0, 5195.0, 5178.0, 5187.0, 5174.0, 5179.0, 5184.0, 5178.0, 5225.0, 5187.0, 5194.0, 5188.0, 5208.0, 5179.0, 5197.0, 5175.0, 5187.0, 5174.0, 5187.0, 5207.0, 5177.0, 5215.0, 5175.0, 5215.0, 5177.0, 5197.0, 5173.0, 5178.0, 5234.0, 5175.0, 5211.0, 5186.0, 5203.0, 5187.0, 5187.0, 5175.0, 5177.0, 5234.0, 5186.0, 5215.0, 5188.0, 5195.0, 5174.0, 5187.0, 5215.0, 5178.0, 5224.0, 5188.0, 5205.0, 5185.0, 5183.0, 5179.0, 5196.0, 5188.0, 5206.0, 5176.0, 5177.0, 5188.0, 5178.0, 5234.0, 5196.0, 5216.0, 5177.0, 5195.0, 5175.0, 5175.0, 5176.0, 5176.0, 5223.0, 5174.0, 5196.0, 5175.0, 5195.0, 5165.0, 5177.0, 5172.0, 5176.0, 5221.0, 5176.0, 5206.0, 5175.0, 5184.0, 5175.0, 5176.0, 5175.0, 5179.0, 5223.0, 5176.0, 5215.0, 5187.0, 5195.0, 5189.0, 5197.0, 5177.0, 5206.0, 5187.0, 5197.0, 5198.0, 5196.0, 5200.0, 5199.0, 5201.0, 5211.0, 5198.0, 5200.0, 5198.0, 5192.0, 5199.0, 5200.0, 5234.0, 5196.0, 5226.0, 5206.0, 5195.0, 5186.0, 5187.0, 5181.0, 5176.0, 5224.0, 5186.0, 5214.0, 5185.0, 5193.0, 5173.0, 5177.0, 5174.0, 5175.0, 5184.0, 5188.0, 5204.0, 5185.0, 5197.0, 5176.0, 5188.0, 5183.0, 5179.0, 5197.0, 5190.0, 5225.0, 5197.0, 5214.0, 5200.0, 5191.0, 5208.0, 5219.0, 5210.0, 5209.0, 5200.0, 5209.0, 5207.0, 5188.0, 5235.0, 5200.0, 5219.0, 5198.0, 5218.0, 5185.0, 5199.0, 5188.0, 5180.0, 5236.0, 5200.0, 5218.0, 5200.0, 5207.0, 5197.0, 5184.0, 5204.0, 5188.0, 5234.0, 5206.0, 5213.0, 5188.0, 5196.0, 5186.0, 5198.0, 5195.0, 5206.0, 5210.0, 5188.0, 5204.0, 5187.0, 5235.0, 5207.0, 5204.0, 5186.0, 5198.0, 5175.0, 5184.0, 5195.0, 5185.0, 5223.0, 5186.0, 5204.0, 5186.0, 5185.0, 5184.0, 5184.0, 5223.0, 5186.0, 5203.0, 5183.0, 5185.0, 5183.0, 5185.0, 5184.0, 5192.0, 5185.0, 5196.0, 5213.0, 5198.0, 5216.0, 5206.0, 5217.0, 5219.0, 5198.0, 5206.0, 5210.0, 5198.0, 5218.0, 5199.0, 5207.0, 5226.0, 5196.0, 5227.0, 5201.0, 5218.0, 5197.0, 5206.0, 5196.0, 5189.0, 5185.0, 5194.0, 5213.0, 5194.0, 5224.0, 5186.0, 5201.0, 5187.0, 5194.0, 5183.0, 5186.0, 5192.0, 5187.0, 5211.0, 5195.0, 5205.0, 5195.0, 5186.0, 5196.0, 5187.0, 5194.0, 5209.0, 5213.0, 5203.0, 5206.0, 5189.0, 5206.0, 5196.0, 5205.0, 5206.0, 5205.0, 5195.0, 5186.0, 5194.0, 5184.0, 5224.0, 5186.0, 5193.0, 5196.0, 5185.0, 5184.0, 5187.0, 5202.0, 5195.0, 5213.0, 5195.0, 5194.0, 5194.0, 5185.0, 5184.0, 5183.0, 5182.0, 5185.0, 5198.0, 5187.0, 5194.0, 5194.0, 5195.0, 5184.0, 5186.0, 5210.0, 5193.0, 5195.0, 5195.0, 5185.0, 5192.0, 5187.0, 5196.0, 5196.0, 5224.0, 5197.0, 5205.0, 5197.0, 5196.0, 5195.0, 5198.0, 5196.0, 5197.0, 5206.0, 5196.0, 5215.0, 5198.0, 5205.0, 5202.0, 5195.0, 5207.0, 5197.0, 5197.0, 5209.0, 5233.0, 5210.0, 5216.0, 5208.0, 5208.0, 5207.0, 5207.0, 5208.0, 5228.0, 5209.0, 5209.0, 5217.0, 5220.0, 5206.0, 5208.0, 5238.0, 5209.0, 5226.0, 5217.0, 5216.0, 5196.0, 5196.0, 5196.0, 5199.0, 5216.0, 5197.0, 5221.0, 5183.0, 5203.0, 5183.0, 5185.0, 5183.0, 5194.0, 5187.0, 5193.0, 5202.0, 5197.0, 5211.0, 5196.0, 5195.0, 5195.0, 5197.0, 5197.0, 5207.0, 5226.0, 5206.0, 5214.0, 5208.0, 5208.0, 5208.0, 5206.0, 5210.0, 5209.0, 5197.0, 5207.0, 5236.0, 5205.0, 5214.0, 5207.0, 5207.0, 5200.0, 5205.0, 5199.0, 5195.0, 5205.0, 5208.0, 5225.0, 5198.0, 5215.0, 5197.0, 5195.0, 5195.0, 5197.0, 5196.0, 5198.0, 5222.0, 5186.0, 5203.0, 5184.0, 5184.0, 5193.0, 5186.0, 5181.0, 5193.0, 5212.0, 5197.0, 5195.0, 5194.0, 5188.0, 5186.0, 5186.0, 5215.0, 5198.0, 5206.0, 5198.0, 5186.0, 5197.0, 5187.0, 5187.0, 5187.0, 5224.0, 5198.0, 5212.0, 5197.0, 5196.0, 5186.0, 5185.0, 5203.0, 5187.0, 5224.0, 5199.0, 5205.0, 5196.0, 5198.0, 5202.0, 5198.0, 5206.0, 5187.0, 5223.0, 5199.0, 5205.0, 5197.0, 5198.0, 5198.0, 5189.0, 5189.0, 5188.0, 5228.0, 5200.0, 5216.0, 5197.0, 5205.0, 5187.0, 5196.0, 5196.0, 5197.0, 5215.0, 5187.0, 5223.0, 5199.0, 5204.0, 5198.0, 5197.0, 5198.0, 5197.0, 5209.0, 5191.0, 5210.0, 5210.0, 5230.0, 5212.0, 5209.0, 5208.0, 5230.0, 5212.0, 5226.0, 5209.0], 'WindowWidth': [11320.0, 11308.0, 11314.0, 11255.0, 11319.0, 11240.0, 11257.0, 11223.0, 11241.0, 11205.0, 11242.0, 11189.0, 11256.0, 11184.0, 11212.0, 11185.0, 11203.0, 11258.0, 11203.0, 11251.0, 11203.0, 11235.0, 11201.0, 11209.0, 11189.0, 11230.0, 11186.0, 11239.0, 11201.0, 11199.0, 11223.0, 11202.0, 11280.0, 11217.0, 11244.0, 11196.0, 11203.0, 11201.0, 11224.0, 11201.0, 11213.0, 11183.0, 11215.0, 11219.0, 11187.0, 11258.0, 11184.0, 11197.0, 11163.0, 11201.0, 11181.0, 11184.0, 11262.0, 11183.0, 11234.0, 11195.0, 11221.0, 11195.0, 11202.0, 11184.0, 11214.0, 11184.0, 11184.0, 11182.0, 11201.0, 11243.0, 11207.0, 11231.0, 11200.0, 11224.0, 11205.0, 11203.0, 11207.0, 11217.0, 11211.0, 11207.0, 11191.0, 11208.0, 11281.0, 11212.0, 11272.0, 11222.0, 11247.0, 11224.0, 11221.0, 11206.0, 11240.0, 11271.0, 11220.0, 11267.0, 11196.0, 11239.0, 11209.0, 11242.0, 11202.0, 11237.0, 11189.0, 11201.0, 11172.0, 11204.0, 11262.0, 11215.0, 11237.0, 11185.0, 11215.0, 11185.0, 11221.0, 11182.0, 11220.0, 11188.0, 11212.0, 11192.0, 11203.0, 11187.0, 11237.0, 11215.0, 11202.0, 11248.0, 11182.0, 11233.0, 11198.0, 11236.0, 11181.0, 11193.0, 11184.0, 11188.0, 11195.0, 11201.0, 11246.0, 11183.0, 11229.0, 11182.0, 11222.0, 11180.0, 11209.0, 11179.0, 11184.0, 11167.0, 11185.0, 11260.0, 11195.0, 11219.0, 11200.0, 11209.0, 11198.0, 11214.0, 11183.0, 11225.0, 11170.0, 11202.0, 11220.0, 11201.0, 11264.0, 11204.0, 11240.0, 11217.0, 11215.0, 11204.0, 11219.0, 11205.0, 11232.0, 11188.0, 11207.0, 11199.0, 11222.0, 11275.0, 11229.0, 11281.0, 11231.0, 11259.0, 11230.0, 11239.0, 11248.0, 11257.0, 11213.0, 11281.0, 11214.0, 11243.0, 11212.0, 11222.0, 11287.0, 11226.0, 11278.0, 11248.0, 11242.0, 11204.0, 11212.0, 11189.0, 11205.0, 11210.0, 11198.0, 11246.0, 11187.0, 11237.0, 11199.0, 11230.0, 11184.0, 11222.0, 11168.0, 11186.0, 11181.0, 11166.0, 11226.0, 11183.0, 11237.0, 11212.0, 11258.0, 11235.0, 11268.0, 11204.0, 11248.0, 11188.0, 11211.0, 11202.0, 11224.0, 11187.0, 11208.0, 11188.0, 11204.0, 11191.0, 11209.0, 11246.0, 11194.0, 11238.0, 11224.0, 11232.0, 11238.0, 11245.0, 11217.0, 11239.0, 11215.0, 11232.0, 11292.0, 11228.0, 11279.0, 11242.0, 11265.0, 11239.0, 11253.0, 11228.0, 11250.0, 11220.0, 11246.0, 11190.0, 11213.0, 11261.0, 11211.0, 11289.0, 11236.0, 11253.0, 11224.0, 11259.0, 11254.0, 11270.0, 11212.0, 11254.0, 11209.0, 11239.0, 11217.0, 11239.0, 11226.0, 11253.0, 11247.0, 11230.0, 11273.0, 11228.0, 11277.0, 11239.0, 11274.0, 11229.0, 11245.0, 11225.0, 11221.0, 11192.0, 11235.0, 11235.0, 11234.0, 11207.0, 11214.0, 11285.0, 11204.0, 11261.0, 11248.0, 11251.0, 11222.0, 11240.0, 11203.0, 11230.0, 11188.0, 11235.0, 11167.0, 11196.0, 11259.0, 11205.0, 11245.0, 11187.0, 11207.0, 11171.0, 11207.0, 11164.0, 11197.0, 11199.0, 11214.0, 11208.0, 11254.0, 11200.0, 11270.0, 11217.0, 11208.0, 11255.0, 11207.0, 11265.0, 11234.0, 11289.0, 11252.0, 11207.0, 11204.0, 11220.0, 11231.0, 11188.0, 11208.0, 11265.0, 11187.0, 11238.0, 11183.0, 11215.0, 11179.0, 11208.0, 11201.0, 11162.0, 11232.0, 11181.0, 11209.0, 11166.0, 11189.0, 11150.0, 11167.0, 11195.0, 11146.0, 11190.0, 11131.0, 11155.0, 11142.0, 11157.0, 11150.0, 11159.0, 11144.0, 11150.0, 11147.0, 11170.0, 11148.0, 11180.0, 11235.0, 11172.0, 11222.0, 11174.0, 11184.0, 11180.0, 11208.0, 11185.0, 11197.0, 11200.0, 11196.0, 11197.0, 11196.0, 11183.0, 11202.0, 11261.0, 11196.0, 11246.0, 11184.0, 11203.0, 11213.0, 11221.0, 11199.0, 11214.0, 11200.0, 11200.0, 11184.0, 11214.0, 11238.0, 11205.0, 11253.0, 11197.0, 11234.0, 11202.0, 11239.0, 11191.0, 11201.0, 11185.0, 11198.0, 11186.0, 11214.0, 11269.0, 11224.0, 11259.0, 11217.0, 11228.0, 11217.0, 11237.0, 11196.0, 11222.0, 11267.0, 11212.0, 11238.0, 11226.0, 11252.0, 11217.0, 11223.0, 11197.0, 11228.0, 11266.0, 11215.0, 11275.0, 11226.0, 11241.0, 11225.0, 11235.0, 11211.0, 11234.0, 11239.0, 11230.0, 11274.0, 11227.0, 11248.0, 11232.0, 11266.0, 11234.0, 11271.0, 11251.0, 11261.0, 11252.0, 11251.0, 11241.0, 11281.0, 11234.0, 11255.0, 11234.0, 11252.0, 11246.0, 11248.0, 11334.0, 11301.0, 11314.0, 11251.0, 11296.0, 11242.0, 11281.0, 11205.0, 11271.0, 11224.0, 11200.0, 11254.0, 11209.0, 11267.0, 11220.0, 11239.0, 11207.0, 11230.0, 11206.0, 11220.0, 11181.0, 11202.0, 11191.0, 11209.0, 11254.0, 11226.0, 11261.0, 11240.0, 11255.0, 11230.0, 11267.0, 11232.0, 11275.0, 11245.0, 11262.0, 11221.0, 11239.0, 11228.0, 11253.0, 11208.0, 11275.0, 11209.0, 11241.0, 11203.0, 11219.0, 11285.0, 11249.0, 11268.0, 11226.0, 11238.0, 11192.0, 11194.0, 11173.0, 11218.0, 11200.0, 11200.0, 11248.0, 11200.0, 11233.0, 11199.0, 11244.0, 11211.0, 11215.0, 11181.0, 11199.0, 11229.0, 11204.0, 11199.0, 11200.0, 11239.0, 11217.0, 11265.0, 11235.0, 11240.0, 11225.0, 11257.0, 11224.0, 11249.0, 11227.0, 11252.0, 11226.0, 11234.0, 11209.0, 11221.0, 11258.0, 11227.0, 11289.0, 11243.0, 11258.0, 11226.0, 11215.0, 11206.0, 11220.0, 11203.0, 11225.0, 11209.0, 11275.0, 11212.0, 11239.0, 11195.0, 11197.0, 11182.0, 11180.0, 11252.0, 11180.0, 11228.0, 11197.0, 11204.0, 11194.0, 11179.0, 11179.0, 11180.0, 11194.0, 11200.0, 11239.0, 11207.0, 11224.0, 11202.0, 11230.0, 11192.0, 11232.0, 11203.0, 11221.0, 11190.0, 11204.0, 11275.0, 11224.0, 11258.0, 11225.0, 11246.0, 11220.0, 11250.0, 11211.0, 11251.0, 11221.0, 11229.0, 11254.0, 11210.0, 11255.0, 11213.0, 11251.0, 11223.0, 11237.0, 11235.0, 11237.0, 11224.0, 11241.0, 11247.0, 11243.0, 11256.0, 11213.0, 11284.0, 11222.0, 11255.0, 11236.0, 11254.0, 11219.0, 11228.0, 11197.0, 11218.0, 11242.0, 11242.0, 11279.0, 11216.0, 11266.0, 11204.0, 11238.0, 11207.0, 11245.0, 11201.0, 11248.0, 11198.0, 11218.0, 11198.0, 11204.0, 11240.0, 11203.0, 11251.0, 11187.0, 11236.0, 11203.0, 11228.0, 11206.0, 11219.0, 11198.0, 11209.0, 11213.0, 11209.0, 11272.0, 11219.0, 11225.0, 11222.0, 11253.0, 11213.0, 11235.0, 11201.0, 11220.0, 11198.0, 11221.0, 11246.0, 11206.0, 11259.0, 11204.0, 11259.0, 11205.0, 11232.0, 11197.0, 11207.0, 11284.0, 11202.0, 11248.0, 11218.0, 11238.0, 11221.0, 11220.0, 11201.0, 11207.0, 11285.0, 11218.0, 11256.0, 11222.0, 11231.0, 11200.0, 11221.0, 11256.0, 11206.0, 11269.0, 11221.0, 11240.0, 11216.0, 11212.0, 11209.0, 11231.0, 11221.0, 11246.0, 11202.0, 11207.0, 11221.0, 11208.0, 11284.0, 11231.0, 11257.0, 11205.0, 11229.0, 11201.0, 11201.0, 11200.0, 11202.0, 11266.0, 11199.0, 11230.0, 11200.0, 11227.0, 11186.0, 11204.0, 11192.0, 11203.0, 11262.0, 11203.0, 11242.0, 11199.0, 11210.0, 11198.0, 11201.0, 11199.0, 11208.0, 11266.0, 11202.0, 11256.0, 11221.0, 11228.0, 11225.0, 11233.0, 11205.0, 11246.0, 11219.0, 11233.0, 11240.0, 11234.0, 11243.0, 11242.0, 11244.0, 11258.0, 11235.0, 11242.0, 11236.0, 11232.0, 11239.0, 11243.0, 11287.0, 11232.0, 11274.0, 11245.0, 11225.0, 11213.0, 11218.0, 11204.0, 11203.0, 11269.0, 11214.0, 11251.0, 11213.0, 11220.0, 11194.0, 11204.0, 11196.0, 11200.0, 11211.0, 11221.0, 11239.0, 11216.0, 11234.0, 11203.0, 11221.0, 11210.0, 11211.0, 11233.0, 11230.0, 11278.0, 11237.0, 11253.0, 11241.0, 11222.0, 11257.0, 11268.0, 11259.0, 11258.0, 11243.0, 11256.0, 11249.0, 11225.0, 11288.0, 11243.0, 11269.0, 11240.0, 11268.0, 11217.0, 11239.0, 11221.0, 11214.0, 11290.0, 11242.0, 11264.0, 11241.0, 11248.0, 11234.0, 11216.0, 11243.0, 11225.0, 11285.0, 11244.0, 11253.0, 11221.0, 11229.0, 11220.0, 11237.0, 11229.0, 11245.0, 11256.0, 11223.0, 11242.0, 11223.0, 11288.0, 11249.0, 11240.0, 11217.0, 11234.0, 11201.0, 11214.0, 11227.0, 11215.0, 11267.0, 11218.0, 11240.0, 11215.0, 11216.0, 11213.0, 11213.0, 11268.0, 11217.0, 11237.0, 11209.0, 11215.0, 11209.0, 11215.0, 11211.0, 11223.0, 11214.0, 11233.0, 11252.0, 11237.0, 11261.0, 11247.0, 11264.0, 11268.0, 11237.0, 11246.0, 11257.0, 11237.0, 11265.0, 11240.0, 11251.0, 11275.0, 11235.0, 11279.0, 11244.0, 11266.0, 11234.0, 11246.0, 11230.0, 11223.0, 11214.0, 11229.0, 11255.0, 11228.0, 11269.0, 11217.0, 11233.0, 11219.0, 11228.0, 11210.0, 11215.0, 11219.0, 11219.0, 11251.0, 11231.0, 11242.0, 11230.0, 11216.0, 11232.0, 11221.0, 11226.0, 11251.0, 11255.0, 11239.0, 11244.0, 11222.0, 11243.0, 11234.0, 11245.0, 11245.0, 11245.0, 11228.0, 11216.0, 11225.0, 11213.0, 11268.0, 11216.0, 11222.0, 11229.0, 11215.0, 11211.0, 11218.0, 11236.0, 11227.0, 11253.0, 11228.0, 11225.0, 11227.0, 11215.0, 11211.0, 11208.0, 11205.0, 11213.0, 11226.0, 11218.0, 11227.0, 11223.0, 11226.0, 11210.0, 11215.0, 11246.0, 11224.0, 11228.0, 11227.0, 11214.0, 11221.0, 11218.0, 11231.0, 11233.0, 11272.0, 11234.0, 11241.0, 11235.0, 11231.0, 11229.0, 11236.0, 11229.0, 11233.0, 11245.0, 11233.0, 11258.0, 11240.0, 11245.0, 11238.0, 11232.0, 11249.0, 11237.0, 11236.0, 11257.0, 11287.0, 11257.0, 11264.0, 11254.0, 11252.0, 11253.0, 11251.0, 11253.0, 11282.0, 11255.0, 11254.0, 11267.0, 11272.0, 11250.0, 11254.0, 11296.0, 11255.0, 11278.0, 11263.0, 11259.0, 11232.0, 11233.0, 11231.0, 11239.0, 11261.0, 11232.0, 11263.0, 11209.0, 11235.0, 11210.0, 11214.0, 11208.0, 11226.0, 11217.0, 11227.0, 11238.0, 11233.0, 11248.0, 11231.0, 11229.0, 11230.0, 11234.0, 11233.0, 11252.0, 11275.0, 11246.0, 11258.0, 11252.0, 11250.0, 11252.0, 11249.0, 11256.0, 11255.0, 11234.0, 11251.0, 11291.0, 11247.0, 11258.0, 11249.0, 11248.0, 11241.0, 11244.0, 11237.0, 11232.0, 11245.0, 11250.0, 11274.0, 11238.0, 11259.0, 11233.0, 11230.0, 11229.0, 11233.0, 11229.0, 11234.0, 11264.0, 11215.0, 11238.0, 11211.0, 11210.0, 11222.0, 11215.0, 11204.0, 11225.0, 11250.0, 11231.0, 11226.0, 11226.0, 11224.0, 11217.0, 11218.0, 11256.0, 11236.0, 11247.0, 11236.0, 11218.0, 11235.0, 11220.0, 11219.0, 11221.0, 11272.0, 11235.0, 11252.0, 11233.0, 11233.0, 11217.0, 11217.0, 11239.0, 11218.0, 11268.0, 11237.0, 11242.0, 11232.0, 11237.0, 11239.0, 11237.0, 11245.0, 11222.0, 11269.0, 11240.0, 11245.0, 11235.0, 11237.0, 11236.0, 11227.0, 11224.0, 11226.0, 11281.0, 11241.0, 11260.0, 11236.0, 11243.0, 11221.0, 11232.0, 11232.0, 11235.0, 11259.0, 11220.0, 11268.0, 11239.0, 11243.0, 11239.0, 11236.0, 11237.0, 11237.0, 11253.0, 11233.0, 11257.0, 11259.0, 11285.0, 11263.0, 11256.0, 11256.0, 11285.0, 11263.0, 11279.0, 11257.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.00019762340036563072</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020037672577696525</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.272807415388826</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.391908082140895</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9769397157822485</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4669</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8405.1973</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08272268130096928</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8226691042047533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3660818740403955</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3398662169405147</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.561601666199384</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.196777738981287</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00834541</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015566608868539333</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026573792099952698</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1094</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.166827033903349</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>26.3587</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3453</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.8908</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300196.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>988.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.4112</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2069</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>667.9098</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4459.5569</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4663.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76348.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1785.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5748.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1119.0696</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.22246460523456</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> |