=== 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-0033 --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-0033",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-02/func/sub-0033_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>2d5422b5448a361629ff789b68da889e</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:26:22.262500</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.999347, 0.0347726, 0.00980601, -0.0340248, 0.997091, -0.0682087]</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.102936</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>[4149, -7738, -7262, 431, -65, -89, 26, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>289.689</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b1464841-a48b-461d-8e65-f24e1a792ecd||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.6811752319335938, -0.0912860855460167, 0.032803039997816086, 116.06156158447266], [-0.09329239279031754, 2.675121545791626, -0.18314231932163239, -87.956787109375], [0.026308802887797356, 0.1829988658428192, 2.6935818195343018, -92.93982696533203], [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': ['112622.262500', '112622.722500', '112623.182500', '112623.642500', '112624.102500', '112624.562500', '112625.022500', '112625.482500', '112625.942500', '112626.402500', '112626.862500', '112627.322500', '112627.782500', '112628.242500', '112628.702500', '112629.162500', '112629.622500', '112630.082500', '112630.542500', '112631.002500', '112631.462500', '112631.922500', '112632.382500', '112632.842500', '112633.302500', '112633.762500', '112634.222500', '112634.682500', '112635.142500', '112635.602500', '112636.062500', '112636.522500', '112636.982500', '112637.442500', '112637.902500', '112638.362500', '112638.822500', '112639.282500', '112639.742500', '112640.202500', '112640.662500', '112641.122500', '112641.582500', '112642.042500', '112642.502500', '112642.962500', '112643.422500', '112643.882500', '112644.342500', '112644.802500', '112645.262500', '112645.722500', '112646.182500', '112646.642500', '112647.102500', '112647.562500', '112648.022500', '112648.482500', '112648.942500', '112649.402500', '112649.862500', '112650.322500', '112650.782500', '112651.242500', '112651.702500', '112652.162500', '112652.622500', '112653.082500', '112653.542500', '112654.002500', '112654.462500', '112654.922500', '112655.382500', '112655.842500', '112656.302500', '112656.762500', '112657.222500', '112657.682500', '112658.142500', '112658.602500', '112659.062500', '112659.522500', '112659.982500', '112700.442500', '112700.902500', '112701.362500', '112701.822500', '112702.282500', '112702.742500', '112703.202500', '112703.662500', '112704.122500', '112704.582500', '112705.042500', '112705.502500', '112705.962500', '112706.422500', '112706.882500', '112707.342500', '112707.802500', '112708.262500', '112708.722500', '112709.182500', '112709.642500', '112710.102500', '112710.562500', '112711.022500', '112711.482500', '112711.942500', '112712.402500', '112712.862500', '112713.322500', '112713.782500', '112714.242500', '112714.702500', '112715.162500', '112715.622500', '112716.082500', '112716.542500', '112717.002500', '112717.462500', '112717.922500', '112718.382500', '112718.842500', '112719.302500', '112719.762500', '112720.222500', '112720.682500', '112721.142500', '112721.602500', '112722.062500', '112722.522500', '112722.982500', '112723.442500', '112723.902500', '112724.362500', '112724.822500', '112725.282500', '112725.742500', '112726.202500', '112726.662500', '112727.122500', '112727.582500', '112728.042500', '112728.502500', '112728.962500', '112729.422500', '112729.882500', '112730.342500', '112730.802500', '112731.262500', '112731.722500', '112732.182500', '112732.642500', '112733.102500', '112733.562500', '112734.022500', '112734.482500', '112734.942500', '112735.402500', '112735.862500', '112736.322500', '112736.782500', '112737.242500', '112737.702500', '112738.162500', '112738.622500', '112739.082500', '112739.542500', '112740.002500', '112740.462500', '112740.922500', '112741.382500', '112741.842500', '112742.302500', '112742.762500', '112743.222500', '112743.682500', '112744.142500', '112744.602500', '112745.062500', '112745.522500', '112745.982500', '112746.442500', '112746.902500', '112747.362500', '112747.822500', '112748.282500', '112748.742500', '112749.202500', '112749.662500', '112750.122500', '112750.582500', '112751.042500', '112751.502500', '112751.962500', '112752.422500', '112752.882500', '112753.342500', '112753.802500', '112754.262500', '112754.722500', '112755.182500', '112755.642500', '112756.102500', '112756.562500', '112757.022500', '112757.482500', '112757.942500', '112758.402500', '112758.862500', '112759.322500', '112759.782500', '112800.242500', '112800.702500', '112801.162500', '112801.622500', '112802.082500', '112802.542500', '112803.002500', '112803.462500', '112803.922500', '112804.382500', '112804.842500', '112805.302500', '112805.762500', '112806.222500', '112806.682500', '112807.142500', '112807.602500', '112808.062500', '112808.522500', '112808.982500', '112809.442500', '112809.902500', '112810.362500', '112810.822500', '112811.282500', '112811.742500', '112812.202500', '112812.662500', '112813.122500', '112813.582500', '112814.042500', '112814.502500', '112814.962500', '112815.422500', '112815.882500', '112816.342500', '112816.802500', '112817.262500', '112817.722500', '112818.182500', '112818.642500', '112819.102500', '112819.562500', '112820.022500', '112820.482500', '112820.942500', '112821.402500', '112821.862500', '112822.322500', '112822.782500', '112823.242500', '112823.702500', '112824.162500', '112824.622500', '112825.082500', '112825.542500', '112826.002500', '112826.462500', '112826.922500', '112827.382500', '112827.842500', '112828.302500', '112828.762500', '112829.222500', '112829.682500', '112830.142500', '112830.602500', '112831.062500', '112831.522500', '112831.982500', '112832.442500', '112832.902500', '112833.362500', '112833.822500', '112834.282500', '112834.742500', '112835.202500', '112835.662500', '112836.122500', '112836.582500', '112837.042500', '112837.502500', '112837.962500', '112838.422500', '112838.882500', '112839.342500', '112839.802500', '112840.262500', '112840.722500', '112841.182500', '112841.642500', '112842.102500', '112842.562500', '112843.022500', '112843.482500', '112843.942500', '112844.402500', '112844.862500', '112845.322500', '112845.782500', '112846.242500', '112846.702500', '112847.162500', '112847.622500', '112848.082500', '112848.542500', '112849.002500', '112849.462500', '112849.922500', '112850.382500', '112850.842500', '112851.302500', '112851.762500', '112852.222500', '112852.682500', '112853.142500', '112853.602500', '112854.062500', '112854.522500', '112854.982500', '112855.442500', '112855.902500', '112856.362500', '112856.822500', '112857.282500', '112857.742500', '112858.202500', '112858.662500', '112859.122500', '112859.582500', '112900.042500', '112900.502500', '112900.962500', '112901.422500', '112901.882500', '112902.342500', '112902.802500', '112903.262500', '112903.722500', '112904.182500', '112904.642500', '112905.102500', '112905.562500', '112906.022500', '112906.482500', '112906.942500', '112907.402500', '112907.862500', '112908.322500', '112908.782500', '112909.242500', '112909.702500', '112910.162500', '112910.622500', '112911.082500', '112911.542500', '112912.002500', '112912.462500', '112912.922500', '112913.382500', '112913.842500', '112914.302500', '112914.762500', '112915.222500', '112915.682500', '112916.142500', '112916.602500', '112917.062500', '112917.522500', '112917.982500', '112918.442500', '112918.902500', '112919.362500', '112919.822500', '112920.282500', '112920.742500', '112921.202500', '112921.662500', '112922.122500', '112922.582500', '112923.042500', '112923.502500', '112923.962500', '112924.422500', '112924.882500', '112925.342500', '112925.802500', '112926.262500', '112926.722500', '112927.182500', '112927.642500', '112928.102500', '112928.562500', '112929.022500', '112929.482500', '112929.942500', '112930.402500', '112930.862500', '112931.322500', '112931.782500', '112932.242500', '112932.702500', '112933.162500', '112933.622500', '112934.082500', '112934.542500', '112935.002500', '112935.462500', '112935.922500', '112936.382500', '112936.842500', '112937.302500', '112937.762500', '112938.222500', '112938.682500', '112939.142500', '112939.602500', '112940.062500', '112940.522500', '112940.982500', '112941.442500', '112941.902500', '112942.362500', '112942.822500', '112943.282500', '112943.742500', '112944.202500', '112944.662500', '112945.122500', '112945.582500', '112946.042500', '112946.502500', '112946.962500', '112947.422500', '112947.882500', '112948.342500', '112948.802500', '112949.262500', '112949.722500', '112950.182500', '112950.642500', '112951.102500', '112951.562500', '112952.022500', '112952.482500', '112952.942500', '112953.402500', '112953.862500', '112954.322500', '112954.782500', '112955.242500', '112955.702500', '112956.162500', '112956.622500', '112957.082500', '112957.542500', '112958.002500', '112958.462500', '112958.922500', '112959.382500', '112959.842500', '113000.302500', '113000.762500', '113001.222500', '113001.682500', '113002.142500', '113002.602500', '113003.062500', '113003.522500', '113003.982500', '113004.442500', '113004.902500', '113005.362500', '113005.822500', '113006.282500', '113006.742500', '113007.202500', '113007.662500', '113008.122500', '113008.582500', '113009.042500', '113009.502500', '113009.962500', '113010.422500', '113010.882500', '113011.342500', '113011.802500', '113012.262500', '113012.722500', '113013.182500', '113013.642500', '113014.102500', '113014.562500', '113015.022500', '113015.482500', '113015.942500', '113016.402500', '113016.862500', '113017.322500', '113017.782500', '113018.242500', '113018.702500', '113019.162500', '113019.622500', '113020.082500', '113020.542500', '113021.002500', '113021.462500', '113021.922500', '113022.382500', '113022.842500', '113023.302500', '113023.762500', '113024.222500', '113024.682500', '113025.142500', '113025.602500', '113026.062500', '113026.522500', '113026.982500', '113027.442500', '113027.902500', '113028.362500', '113028.822500', '113029.282500', '113029.742500', '113030.202500', '113030.662500', '113031.122500', '113031.582500', '113032.042500', '113032.502500', '113032.962500', '113033.422500', '113033.882500', '113034.342500', '113034.802500', '113035.262500', '113035.722500', '113036.182500', '113036.642500', '113037.102500', '113037.562500', '113038.022500', '113038.482500', '113038.942500', '113039.402500', '113039.862500', '113040.322500', '113040.782500', '113041.242500', '113041.702500', '113042.162500', '113042.622500', '113043.082500', '113043.542500', '113044.002500', '113044.462500', '113044.922500', '113045.382500', '113045.842500', '113046.302500', '113046.762500', '113047.222500', '113047.682500', '113048.142500', '113048.602500', '113049.062500', '113049.522500', '113049.982500', '113050.442500', '113050.902500', '113051.362500', '113051.822500', '113052.282500', '113052.742500', '113053.202500', '113053.662500', '113054.122500', '113054.582500', '113055.042500', '113055.502500', '113055.962500', '113056.422500', '113056.882500', '113057.342500', '113057.802500', '113058.262500', '113058.722500', '113059.182500', '113059.642500', '113100.102500', '113100.562500', '113101.022500', '113101.482500', '113101.942500', '113102.402500', '113102.862500', '113103.322500', '113103.782500', '113104.242500', '113104.702500', '113105.162500', '113105.622500', '113106.082500', '113106.542500', '113107.002500', '113107.462500', '113107.922500', '113108.382500', '113108.842500', '113109.302500', '113109.762500', '113110.222500', '113110.682500', '113111.142500', '113111.602500', '113112.062500', '113112.522500', '113112.982500', '113113.442500', '113113.902500', '113114.362500', '113114.822500', '113115.282500', '113115.742500', '113116.202500', '113116.662500', '113117.122500', '113117.582500', '113118.042500', '113118.502500', '113118.962500', '113119.422500', '113119.882500', '113120.342500', '113120.802500', '113121.262500', '113121.722500', '113122.182500', '113122.642500', '113123.102500', '113123.562500', '113124.022500', '113124.482500', '113124.942500', '113125.402500', '113125.862500', '113126.322500', '113126.782500', '113127.242500', '113127.702500', '113128.162500', '113128.622500', '113129.082500', '113129.542500', '113130.002500', '113130.462500', '113130.922500', '113131.382500', '113131.842500', '113132.302500', '113132.762500', '113133.222500', '113133.682500', '113134.142500', '113134.602500', '113135.062500', '113135.522500', '113135.982500', '113136.442500', '113136.902500', '113137.362500', '113137.822500', '113138.282500', '113138.742500', '113139.202500', '113139.662500', '113140.122500', '113140.582500', '113141.042500', '113141.502500', '113141.962500', '113142.422500', '113142.882500', '113143.342500', '113143.802500', '113144.262500', '113144.722500', '113145.182500', '113145.642500', '113146.102500', '113146.562500', '113147.022500', '113147.482500', '113147.942500', '113148.402500', '113148.862500', '113149.322500', '113149.782500', '113150.242500', '113150.702500', '113151.162500', '113151.622500', '113152.082500', '113152.542500', '113153.002500', '113153.462500', '113153.922500', '113154.382500', '113154.842500', '113155.302500', '113155.762500', '113156.222500', '113156.682500', '113157.142500', '113157.602500', '113158.062500', '113158.522500', '113158.982500', '113159.442500', '113159.902500', '113200.362500', '113200.822500', '113201.282500', '113201.742500', '113202.202500', '113202.662500', '113203.122500', '113203.582500', '113204.042500', '113204.502500', '113204.962500', '113205.422500', '113205.882500', '113206.342500', '113206.802500', '113207.262500', '113207.722500', '113208.182500', '113208.642500', '113209.102500', '113209.562500', '113210.022500', '113210.482500', '113210.942500', '113211.402500', '113211.862500', '113212.322500', '113212.782500', '113213.242500', '113213.702500', '113214.162500', '113214.622500', '113215.082500', '113215.542500', '113216.002500', '113216.462500', '113216.922500', '113217.382500', '113217.842500', '113218.302500', '113218.762500', '113219.222500', '113219.682500', '113220.142500', '113220.602500', '113221.062500', '113221.522500', '113221.982500', '113222.442500', '113222.902500', '113223.362500', '113223.822500', '113224.282500', '113224.742500', '113225.202500', '113225.662500', '113226.122500', '113226.582500', '113227.042500', '113227.502500', '113227.962500', '113228.422500', '113228.882500', '113229.342500', '113229.802500', '113230.262500', '113230.722500', '113231.182500', '113231.642500', '113232.102500', '113232.562500', '113233.022500', '113233.482500', '113233.942500', '113234.402500', '113234.862500', '113235.322500', '113235.782500', '113236.242500', '113236.702500', '113237.162500', '113237.622500', '113238.082500', '113238.542500', '113239.002500', '113239.462500', '113239.922500', '113240.382500', '113240.842500', '113241.302500', '113241.762500', '113242.222500', '113242.682500', '113243.142500', '113243.602500', '113244.062500', '113244.522500', '113244.982500', '113245.442500', '113245.902500', '113246.362500', '113246.822500', '113247.282500', '113247.742500', '113248.202500', '113248.662500', '113249.122500', '113249.582500', '113250.042500', '113250.502500', '113250.962500', '113251.422500', '113251.882500', '113252.342500', '113252.802500', '113253.262500', '113253.722500', '113254.182500', '113254.642500', '113255.102500', '113255.562500', '113256.022500', '113256.482500', '113256.942500', '113257.402500', '113257.862500', '113258.322500', '113258.782500', '113259.242500', '113259.702500', '113300.162500', '113300.622500', '113301.082500', '113301.542500', '113302.002500', '113302.462500', '113302.922500', '113303.382500', '113303.842500', '113304.302500', '113304.762500', '113305.222500', '113305.682500', '113306.142500', '113306.602500', '113307.062500', '113307.522500', '113307.982500', '113308.442500', '113308.902500', '113309.362500', '113309.822500', '113310.282500', '113310.742500', '113311.202500', '113311.662500', '113312.122500', '113312.582500', '113313.042500', '113313.502500', '113313.962500', '113314.422500', '113314.882500', '113315.342500', '113315.802500', '113316.262500', '113316.722500', '113317.182500', '113317.642500', '113318.102500', '113318.562500', '113319.022500', '113319.482500', '113319.942500', '113320.402500', '113320.862500', '113321.322500', '113321.782500', '113322.242500', '113322.702500', '113323.162500', '113323.622500', '113324.082500', '113324.542500', '113325.002500', '113325.462500', '113325.922500', '113326.382500', '113326.842500', '113327.302500', '113327.762500', '113328.222500', '113328.682500', '113329.142500', '113329.602500', '113330.062500', '113330.522500', '113330.982500', '113331.442500', '113331.902500', '113332.362500', '113332.822500', '113333.282500', '113333.742500', '113334.202500', '113334.662500', '113335.122500', '113335.582500', '113336.042500', '113336.502500', '113336.962500', '113337.422500', '113337.882500', '113338.342500', '113338.802500', '113339.262500', '113339.722500', '113340.182500', '113340.642500', '113341.102500', '113341.562500', '113342.022500', '113342.482500', '113342.942500', '113343.402500', '113343.862500', '113344.322500', '113344.782500', '113345.242500', '113345.702500', '113346.162500', '113346.622500', '113347.082500', '113347.542500', '113348.002500', '113348.462500', '113348.922500', '113349.382500', '113349.842500', '113350.302500', '113350.762500', '113351.222500', '113351.682500', '113352.142500', '113352.602500', '113353.062500', '113353.522500', '113353.982500', '113354.442500', '113354.902500', '113355.362500', '113355.822500', '113356.282500', '113356.742500', '113357.202500', '113357.662500', '113358.122500', '113358.582500', '113359.042500', '113359.502500', '113359.962500', '113400.422500', '113400.882500', '113401.342500', '113401.802500', '113402.262500', '113402.722500', '113403.182500', '113403.642500', '113404.102500', '113404.562500', '113405.022500', '113405.482500', '113405.942500', '113406.402500', '113406.862500', '113407.322500', '113407.782500', '113408.242500', '113408.702500', '113409.162500', '113409.622500', '113410.082500', '113410.542500', '113411.002500', '113411.462500', '113411.922500', '113412.382500', '113412.842500', '113413.302500', '113413.762500', '113414.222500', '113414.682500', '113415.142500', '113415.602500', '113416.062500', '113416.522500', '113416.982500', '113417.442500', '113417.902500', '113418.362500', '113418.822500', '113419.282500', '113419.742500', '113420.202500', '113420.662500', '113421.122500', '113421.582500', '113422.042500', '113422.502500', '113422.962500', '113423.422500', '113423.882500', '113424.342500', '113424.802500', '113425.262500', '113425.722500', '113426.182500', '113426.642500', '113427.102500', '113427.562500', '113428.022500', '113428.482500', '113428.942500', '113429.402500', '113429.862500', '113430.322500', '113430.782500', '113431.242500', '113431.702500', '113432.162500', '113432.622500', '113433.082500', '113433.542500', '113434.002500', '113434.462500', '113434.922500', '113435.382500', '113435.842500', '113436.302500', '113436.762500', '113437.222500', '113437.682500', '113438.142500', '113438.602500', '113439.062500', '113439.522500', '113439.982500', '113440.442500', '113440.902500', '113441.362500', '113441.822500', '113442.282500', '113442.742500', '113443.202500', '113443.662500', '113444.122500', '113444.582500', '113445.042500', '113445.502500', '113445.962500', '113446.422500', '113446.882500'], 'ContentTime': ['112641.226000', '112641.230000', '112641.233000', '112641.236000', '112641.239000', '112641.241000', '112641.244000', '112641.247000', '112641.250000', '112641.253000', '112641.256000', '112641.259000', '112641.262000', '112641.265000', '112641.268000', '112641.271000', '112641.274000', '112641.283000', '112641.286000', '112641.289000', '112641.292000', '112641.294000', '112641.297000', '112641.300000', '112641.303000', '112641.306000', '112641.309000', '112641.312000', '112641.315000', '112641.318000', '112641.320000', '112641.323000', '112641.326000', '112641.329000', '112641.332000', '112641.335000', '112641.338000', '112641.341000', '112641.344000', '112701.186000', '112701.189000', '112701.192000', '112701.195000', '112701.198000', '112701.201000', '112701.204000', '112701.207000', '112701.210000', '112701.213000', '112701.216000', '112701.221000', '112701.223000', '112701.227000', '112701.229000', '112701.232000', '112701.235000', '112701.238000', '112701.241000', '112701.244000', '112701.247000', '112701.250000', '112701.252000', '112701.255000', '112701.263000', '112701.266000', '112701.268000', '112701.271000', '112701.274000', '112701.277000', '112701.280000', '112701.283000', '112701.286000', '112701.289000', '112701.292000', '112701.295000', '112701.298000', '112701.300000', '112701.303000', '112701.306000', '112701.309000', '112701.312000', '112701.315000', '112721.185000', '112721.188000', '112721.191000', '112721.194000', '112721.197000', '112721.200000', '112721.202000', '112721.205000', '112721.208000', '112721.211000', '112721.214000', '112721.217000', '112721.221000', '112721.224000', '112721.227000', '112721.230000', '112721.233000', '112721.236000', '112721.239000', '112721.242000', '112721.244000', '112721.247000', '112721.250000', '112721.253000', '112721.256000', '112721.259000', '112721.262000', '112721.265000', '112721.268000', '112721.270000', '112721.273000', '112721.276000', '112721.279000', '112721.282000', '112721.285000', '112721.288000', '112721.291000', '112721.293000', '112721.296000', '112721.299000', '112721.302000', '112721.305000', '112721.308000', '112721.311000', '112741.185000', '112741.188000', '112741.191000', '112741.194000', '112741.197000', '112741.200000', '112741.202000', '112741.205000', '112741.208000', '112741.211000', '112741.214000', '112741.217000', '112741.220000', '112741.223000', '112741.226000', '112741.229000', '112741.232000', '112741.236000', '112741.239000', '112741.242000', '112741.266000', '112741.269000', '112741.271000', '112741.274000', '112741.277000', '112741.280000', '112741.283000', '112741.286000', '112741.289000', '112741.292000', '112741.295000', '112741.298000', '112741.301000', '112741.303000', '112741.306000', '112741.309000', '112741.312000', '112741.315000', '112741.318000', '112741.321000', '112741.324000', '112741.326000', '112741.329000', '112801.185000', '112801.188000', '112801.191000', '112801.194000', '112801.197000', '112801.200000', '112801.202000', '112801.205000', '112801.208000', '112801.211000', '112801.214000', '112801.217000', '112801.220000', '112801.222000', '112801.226000', '112801.228000', '112801.231000', '112801.234000', '112801.237000', '112801.240000', '112801.243000', '112801.246000', '112801.249000', '112801.252000', '112801.254000', '112801.257000', '112801.260000', '112801.263000', '112801.279000', '112801.281000', '112801.284000', '112801.287000', '112801.290000', '112801.293000', '112801.296000', '112801.299000', '112801.302000', '112801.305000', '112801.308000', '112801.310000', '112801.313000', '112801.316000', '112801.319000', '112801.322000', '112821.185000', '112821.188000', '112821.191000', '112821.194000', '112821.197000', '112821.200000', '112821.202000', '112821.205000', '112821.208000', '112821.211000', '112821.214000', '112821.217000', '112821.220000', '112821.223000', '112821.226000', '112821.229000', '112821.232000', '112821.235000', '112821.237000', '112821.240000', '112821.244000', '112821.246000', '112821.250000', '112821.254000', '112821.257000', '112821.260000', '112821.262000', '112821.265000', '112821.268000', '112821.271000', '112821.274000', '112821.277000', '112821.280000', '112821.283000', '112821.286000', '112821.289000', '112821.291000', '112821.294000', '112821.297000', '112821.300000', '112821.303000', '112821.306000', '112821.309000', '112841.186000', '112841.189000', '112841.192000', '112841.195000', '112841.198000', '112841.201000', '112841.204000', '112841.207000', '112841.209000', '112841.212000', '112841.215000', '112841.218000', '112841.221000', '112841.224000', '112841.227000', '112841.230000', '112841.233000', '112841.236000', '112841.239000', '112841.242000', '112841.244000', '112841.248000', '112841.250000', '112841.253000', '112841.256000', '112841.259000', '112841.262000', '112841.265000', '112841.268000', '112841.271000', '112841.274000', '112841.277000', '112841.279000', '112841.282000', '112841.285000', '112841.288000', '112841.291000', '112841.294000', '112841.297000', '112841.300000', '112841.302000', '112841.306000', '112841.308000', '112841.311000', '112901.186000', '112901.189000', '112901.192000', '112901.195000', '112901.198000', '112901.200000', '112901.203000', '112901.206000', '112901.209000', '112901.212000', '112901.215000', '112901.218000', '112901.221000', '112901.224000', '112901.227000', '112901.230000', '112901.233000', '112901.235000', '112901.238000', '112901.241000', '112901.244000', '112901.247000', '112901.250000', '112901.253000', '112901.256000', '112901.259000', '112901.262000', '112901.265000', '112901.268000', '112901.271000', '112901.274000', '112901.277000', '112901.280000', '112901.283000', '112901.286000', '112901.288000', '112901.291000', '112901.294000', '112901.297000', '112901.300000', '112901.303000', '112901.306000', '112901.309000', '112921.186000', '112921.189000', '112921.192000', '112921.195000', '112921.198000', '112921.201000', '112921.204000', '112921.206000', '112921.209000', '112921.212000', '112921.215000', '112921.218000', '112921.221000', '112921.224000', '112921.227000', '112921.230000', '112921.233000', '112921.236000', '112921.238000', '112921.241000', '112921.244000', '112921.247000', '112921.250000', '112921.253000', '112921.256000', '112921.259000', '112921.262000', '112921.265000', '112921.268000', '112921.271000', '112921.273000', '112921.276000', '112921.279000', '112921.282000', '112921.285000', '112921.288000', '112921.291000', '112921.294000', '112921.297000', '112921.300000', '112921.303000', '112921.305000', '112921.308000', '112921.311000', '112941.185000', '112941.188000', '112941.191000', '112941.194000', '112941.197000', '112941.200000', '112941.203000', '112941.206000', '112941.208000', '112941.224000', '112941.227000', '112941.230000', '112941.233000', '112941.236000', '112941.239000', '112941.242000', '112941.245000', '112941.247000', '112941.250000', '112941.253000', '112941.256000', '112941.259000', '112941.262000', '112941.265000', '112941.268000', '112941.271000', '112941.276000', '112941.280000', '112941.283000', '112941.286000', '112941.289000', '112941.314000', '112941.317000', '112941.320000', '112941.323000', '112941.326000', '112941.329000', '112941.332000', '112941.335000', '112941.338000', '112941.341000', '112941.344000', '112941.346000', '113001.185000', '113001.188000', '113001.191000', '113001.194000', '113001.197000', '113001.199000', '113001.202000', '113001.205000', '113001.208000', '113001.211000', '113001.214000', '113001.217000', '113001.220000', '113001.223000', '113001.226000', '113001.229000', '113001.232000', '113001.235000', '113001.237000', '113001.241000', '113001.243000', '113001.246000', '113001.249000', '113001.252000', '113001.255000', '113001.258000', '113001.261000', '113001.264000', '113001.267000', '113001.270000', '113001.273000', '113001.276000', '113001.279000', '113001.281000', '113001.284000', '113001.287000', '113001.290000', '113001.293000', '113001.296000', '113001.299000', '113001.302000', '113001.305000', '113001.308000', '113001.311000', '113021.185000', '113021.188000', '113021.191000', '113021.194000', '113021.197000', '113021.200000', '113021.203000', '113021.206000', '113021.209000', '113021.212000', '113021.214000', '113021.217000', '113021.220000', '113021.223000', '113021.226000', '113021.229000', '113021.232000', '113021.235000', '113021.238000', '113021.241000', '113021.244000', '113021.247000', '113021.250000', '113021.253000', '113021.255000', '113021.258000', '113021.261000', '113021.264000', '113021.267000', '113021.270000', '113021.273000', '113021.276000', '113021.279000', '113021.289000', '113021.292000', '113021.295000', '113021.298000', '113021.301000', '113021.304000', '113021.308000', '113021.313000', '113021.316000', '113021.319000', '113041.185000', '113041.188000', '113041.191000', '113041.194000', '113041.197000', '113041.200000', '113041.203000', '113041.206000', '113041.209000', '113041.211000', '113041.214000', '113041.217000', '113041.220000', '113041.223000', '113041.226000', '113041.229000', '113041.232000', '113041.235000', '113041.238000', '113041.241000', '113041.244000', '113041.247000', '113041.250000', '113041.253000', '113041.255000', '113041.258000', '113041.261000', '113041.264000', '113041.267000', '113041.270000', '113041.273000', '113041.276000', '113041.279000', '113041.282000', '113041.284000', '113041.287000', '113041.290000', '113041.293000', '113041.296000', '113041.299000', '113041.302000', '113041.305000', '113041.308000', '113041.311000', '113101.186000', '113101.189000', '113101.192000', '113101.195000', '113101.198000', '113101.201000', '113101.204000', '113101.207000', '113101.210000', '113101.212000', '113101.215000', '113101.218000', '113101.221000', '113101.224000', '113101.227000', '113101.230000', '113101.233000', '113101.236000', '113101.239000', '113101.241000', '113101.245000', '113101.248000', '113101.251000', '113101.254000', '113101.258000', '113101.261000', '113101.264000', '113101.267000', '113101.270000', '113101.273000', '113101.276000', '113101.279000', '113101.282000', '113101.284000', '113101.295000', '113101.298000', '113101.301000', '113101.304000', '113101.307000', '113101.309000', '113101.313000', '113101.316000', '113101.319000', '113121.186000', '113121.189000', '113121.192000', '113121.195000', '113121.198000', '113121.201000', '113121.204000', '113121.207000', '113121.210000', '113121.213000', '113121.216000', '113121.218000', '113121.223000', '113121.226000', '113121.229000', '113121.232000', '113121.235000', '113121.238000', '113121.241000', '113121.244000', '113121.246000', '113121.250000', '113121.252000', '113121.255000', '113121.258000', '113121.261000', '113121.264000', '113121.267000', '113121.270000', '113121.273000', '113121.276000', '113121.278000', '113121.281000', '113121.284000', '113121.287000', '113121.290000', '113121.293000', '113121.296000', '113121.299000', '113121.302000', '113121.305000', '113121.308000', '113121.310000', '113121.313000', '113141.186000', '113141.189000', '113141.192000', '113141.195000', '113141.198000', '113141.201000', '113141.204000', '113141.207000', '113141.210000', '113141.213000', '113141.216000', '113141.219000', '113141.222000', '113141.225000', '113141.227000', '113141.230000', '113141.233000', '113141.236000', '113141.239000', '113141.242000', '113141.245000', '113141.248000', '113141.251000', '113141.254000', '113141.257000', '113141.260000', '113141.263000', '113141.266000', '113141.269000', '113141.272000', '113141.274000', '113141.278000', '113141.281000', '113141.283000', '113141.286000', '113141.289000', '113141.292000', '113141.295000', '113141.298000', '113141.301000', '113141.304000', '113141.307000', '113141.310000', '113201.185000', '113201.188000', '113201.191000', '113201.194000', '113201.197000', '113201.200000', '113201.203000', '113201.206000', '113201.209000', '113201.211000', '113201.214000', '113201.217000', '113201.220000', '113201.223000', '113201.226000', '113201.229000', '113201.232000', '113201.235000', '113201.238000', '113201.241000', '113201.244000', '113201.247000', '113201.249000', '113201.263000', '113201.266000', '113201.269000', '113201.272000', '113201.274000', '113201.278000', '113201.280000', '113201.283000', '113201.286000', '113201.289000', '113201.292000', '113201.295000', '113201.298000', '113201.301000', '113201.304000', '113201.307000', '113201.310000', '113201.313000', '113201.316000', '113201.319000', '113201.321000', '113221.185000', '113221.188000', '113221.191000', '113221.194000', '113221.197000', '113221.200000', '113221.203000', '113221.206000', '113221.209000', '113221.211000', '113221.214000', '113221.217000', '113221.220000', '113221.223000', '113221.226000', '113221.229000', '113221.232000', '113221.235000', '113221.238000', '113221.241000', '113221.244000', '113221.247000', '113221.249000', '113221.252000', '113221.255000', '113221.258000', '113221.261000', '113221.264000', '113221.267000', '113221.270000', '113221.273000', '113221.276000', '113221.279000', '113221.282000', '113221.285000', '113221.288000', '113221.291000', '113221.294000', '113221.298000', '113221.301000', '113221.304000', '113221.307000', '113221.310000', '113241.185000', '113241.189000', '113241.205000', '113241.214000', '113241.217000', '113241.219000', '113241.222000', '113241.225000', '113241.228000', '113241.231000', '113241.234000', '113241.237000', '113241.240000', '113241.243000', '113241.246000', '113241.249000', '113241.252000', '113241.255000', '113241.258000', '113241.261000', '113241.264000', '113241.267000', '113241.270000', '113241.273000', '113241.276000', '113241.279000', '113241.282000', '113241.285000', '113241.287000', '113241.290000', '113241.293000', '113241.296000', '113241.299000', '113241.302000', '113241.305000', '113241.308000', '113241.311000', '113241.313000', '113241.316000', '113241.319000', '113241.322000', '113241.325000', '113241.328000', '113241.331000', '113301.185000', '113301.188000', '113301.191000', '113301.194000', '113301.197000', '113301.200000', '113301.203000', '113301.206000', '113301.209000', '113301.212000', '113301.215000', '113301.218000', '113301.220000', '113301.224000', '113301.226000', '113301.229000', '113301.232000', '113301.235000', '113301.238000', '113301.241000', '113301.244000', '113301.247000', '113301.250000', '113301.253000', '113301.256000', '113301.259000', '113301.262000', '113301.265000', '113301.267000', '113301.271000', '113301.273000', '113301.276000', '113301.279000', '113301.282000', '113301.285000', '113301.288000', '113301.291000', '113301.294000', '113301.297000', '113301.299000', '113301.302000', '113301.305000', '113301.308000', '113321.186000', '113321.189000', '113321.192000', '113321.195000', '113321.198000', '113321.201000', '113321.204000', '113321.207000', '113321.209000', '113321.212000', '113321.215000', '113321.218000', '113321.221000', '113321.224000', '113321.227000', '113321.230000', '113321.233000', '113321.236000', '113321.239000', '113321.242000', '113321.245000', '113321.247000', '113321.251000', '113321.253000', '113321.256000', '113321.259000', '113321.262000', '113321.265000', '113321.268000', '113321.272000', '113321.275000', '113321.277000', '113321.280000', '113321.283000', '113321.286000', '113321.289000', '113321.292000', '113321.295000', '113321.298000', '113321.301000', '113321.303000', '113321.306000', '113321.309000', '113321.312000', '113341.186000', '113341.189000', '113341.192000', '113341.195000', '113341.198000', '113341.201000', '113341.204000', '113341.206000', '113341.214000', '113341.217000', '113341.220000', '113341.223000', '113341.226000', '113341.229000', '113341.232000', '113341.235000', '113341.238000', '113341.240000', '113341.243000', '113341.246000', '113341.249000', '113341.252000', '113341.255000', '113341.258000', '113341.261000', '113341.264000', '113341.267000', '113341.270000', '113341.273000', '113341.276000', '113341.279000', '113341.282000', '113341.285000', '113341.287000', '113341.290000', '113341.293000', '113341.296000', '113341.299000', '113341.302000', '113341.305000', '113341.308000', '113341.311000', '113341.314000', '113401.187000', '113401.190000', '113401.193000', '113401.196000', '113401.199000', '113401.202000', '113401.205000', '113401.207000', '113401.210000', '113401.213000', '113401.216000', '113401.219000', '113401.222000', '113401.225000', '113401.228000', '113401.231000', '113401.234000', '113401.237000', '113401.240000', '113401.243000', '113401.246000', '113401.249000', '113401.251000', '113401.254000', '113401.257000', '113401.260000', '113401.263000', '113401.266000', '113401.269000', '113401.272000', '113401.275000', '113401.278000', '113401.281000', '113401.284000', '113401.287000', '113401.289000', '113401.292000', '113401.295000', '113401.298000', '113401.301000', '113401.314000', '113401.317000', '113401.320000', '113421.185000', '113421.188000', '113421.191000', '113421.194000', '113421.197000', '113421.200000', '113421.203000', '113421.205000', '113421.209000', '113421.211000', '113421.214000', '113421.217000', '113421.220000', '113421.223000', '113421.226000', '113421.229000', '113421.232000', '113421.235000', '113421.238000', '113421.241000', '113421.244000', '113421.247000', '113421.250000', '113421.252000', '113421.256000', '113421.258000', '113421.261000', '113421.264000', '113421.267000', '113421.270000', '113421.273000', '113421.276000', '113421.279000', '113421.282000', '113421.285000', '113421.288000', '113421.291000', '113421.294000', '113421.297000', '113421.299000', '113421.303000', '113421.306000', '113421.308000', '113421.311000', '113441.186000', '113441.189000', '113441.204000', '113441.208000', '113441.211000', '113441.214000', '113441.217000', '113441.220000', '113441.223000', '113441.226000', '113441.229000', '113441.232000', '113441.235000', '113441.238000', '113441.241000', '113441.244000', '113441.247000', '113441.250000', '113441.253000', '113441.256000', '113441.259000', '113441.262000', '113441.265000', '113441.267000', '113441.271000', '113441.274000', '113441.276000', '113441.279000', '113441.282000', '113441.285000', '113441.288000', '113441.291000', '113441.294000', '113441.297000', '113441.300000', '113441.303000', '113441.306000', '113441.309000', '113441.312000', '113441.315000', '113441.318000', '113441.321000', '113441.324000', '113448.148000', '113448.151000', '113448.154000', '113448.163000', '113448.166000', '113448.169000', '113448.173000', '113448.176000', '113448.179000', '113448.182000', '113448.185000', '113448.188000', '113448.191000', '113448.194000', '113448.197000', '113448.200000'], 'InstanceCreationTime': ['112641.226000', '112641.230000', '112641.233000', '112641.236000', '112641.239000', '112641.241000', '112641.244000', '112641.247000', '112641.250000', '112641.253000', '112641.256000', '112641.259000', '112641.262000', '112641.265000', '112641.268000', '112641.271000', '112641.274000', '112641.283000', '112641.286000', '112641.289000', '112641.292000', '112641.294000', '112641.297000', '112641.300000', '112641.303000', '112641.306000', '112641.309000', '112641.312000', '112641.315000', '112641.318000', '112641.320000', '112641.323000', '112641.326000', '112641.329000', '112641.332000', '112641.335000', '112641.338000', '112641.341000', '112641.344000', '112701.186000', '112701.189000', '112701.192000', '112701.195000', '112701.198000', '112701.201000', '112701.204000', '112701.207000', '112701.210000', '112701.213000', '112701.216000', '112701.221000', '112701.223000', '112701.227000', '112701.229000', '112701.232000', '112701.235000', '112701.238000', '112701.241000', '112701.244000', '112701.247000', '112701.250000', '112701.252000', '112701.255000', '112701.263000', '112701.266000', '112701.268000', '112701.271000', '112701.274000', '112701.277000', '112701.280000', '112701.283000', '112701.286000', '112701.289000', '112701.292000', '112701.295000', '112701.298000', '112701.300000', '112701.303000', '112701.306000', '112701.309000', '112701.312000', '112701.315000', '112721.185000', '112721.188000', '112721.191000', '112721.194000', '112721.197000', '112721.200000', '112721.202000', '112721.205000', '112721.208000', '112721.211000', '112721.214000', '112721.217000', '112721.221000', '112721.224000', '112721.227000', '112721.230000', '112721.233000', '112721.236000', '112721.239000', '112721.242000', '112721.244000', '112721.247000', '112721.250000', '112721.253000', '112721.256000', '112721.259000', '112721.262000', '112721.265000', '112721.268000', '112721.270000', '112721.273000', '112721.276000', '112721.279000', '112721.282000', '112721.285000', '112721.288000', '112721.291000', '112721.293000', '112721.296000', '112721.299000', '112721.302000', '112721.305000', '112721.308000', '112721.311000', '112741.185000', '112741.188000', '112741.191000', '112741.194000', '112741.197000', '112741.200000', '112741.202000', '112741.205000', '112741.208000', '112741.211000', '112741.214000', '112741.217000', '112741.220000', '112741.223000', '112741.226000', '112741.229000', '112741.232000', '112741.236000', '112741.239000', '112741.242000', '112741.266000', '112741.269000', '112741.271000', '112741.274000', '112741.277000', '112741.280000', '112741.283000', '112741.286000', '112741.289000', '112741.292000', '112741.295000', '112741.298000', '112741.301000', '112741.303000', '112741.306000', '112741.309000', '112741.312000', '112741.315000', '112741.318000', '112741.321000', '112741.324000', '112741.326000', '112741.329000', '112801.185000', '112801.188000', '112801.191000', '112801.194000', '112801.197000', '112801.200000', '112801.202000', '112801.205000', '112801.208000', '112801.211000', '112801.214000', '112801.217000', '112801.220000', '112801.222000', '112801.226000', '112801.228000', '112801.231000', '112801.234000', '112801.237000', '112801.240000', '112801.243000', '112801.246000', '112801.249000', '112801.252000', '112801.254000', '112801.257000', '112801.260000', '112801.263000', '112801.279000', '112801.281000', '112801.284000', '112801.287000', '112801.290000', '112801.293000', '112801.296000', '112801.299000', '112801.302000', '112801.305000', '112801.308000', '112801.310000', '112801.313000', '112801.316000', '112801.319000', '112801.322000', '112821.185000', '112821.188000', '112821.191000', '112821.194000', '112821.197000', '112821.200000', '112821.202000', '112821.205000', '112821.208000', '112821.211000', '112821.214000', '112821.217000', '112821.220000', '112821.223000', '112821.226000', '112821.229000', '112821.232000', '112821.235000', '112821.237000', '112821.240000', '112821.244000', '112821.246000', '112821.250000', '112821.254000', '112821.257000', '112821.260000', '112821.262000', '112821.265000', '112821.268000', '112821.271000', '112821.274000', '112821.277000', '112821.280000', '112821.283000', '112821.286000', '112821.289000', '112821.291000', '112821.294000', '112821.297000', '112821.300000', '112821.303000', '112821.306000', '112821.309000', '112841.186000', '112841.189000', '112841.192000', '112841.195000', '112841.198000', '112841.201000', '112841.204000', '112841.207000', '112841.209000', '112841.212000', '112841.215000', '112841.218000', '112841.221000', '112841.224000', '112841.227000', '112841.230000', '112841.233000', '112841.236000', '112841.239000', '112841.242000', '112841.244000', '112841.248000', '112841.250000', '112841.253000', '112841.256000', '112841.259000', '112841.262000', '112841.265000', '112841.268000', '112841.271000', '112841.274000', '112841.277000', '112841.279000', '112841.282000', '112841.285000', '112841.288000', '112841.291000', '112841.294000', '112841.297000', '112841.300000', '112841.302000', '112841.306000', '112841.308000', '112841.311000', '112901.186000', '112901.189000', '112901.192000', '112901.195000', '112901.198000', '112901.200000', '112901.203000', '112901.206000', '112901.209000', '112901.212000', '112901.215000', '112901.218000', '112901.221000', '112901.224000', '112901.227000', '112901.230000', '112901.233000', '112901.235000', '112901.238000', '112901.241000', '112901.244000', '112901.247000', '112901.250000', '112901.253000', '112901.256000', '112901.259000', '112901.262000', '112901.265000', '112901.268000', '112901.271000', '112901.274000', '112901.277000', '112901.280000', '112901.283000', '112901.286000', '112901.288000', '112901.291000', '112901.294000', '112901.297000', '112901.300000', '112901.303000', '112901.306000', '112901.309000', '112921.186000', '112921.189000', '112921.192000', '112921.195000', '112921.198000', '112921.201000', '112921.204000', '112921.206000', '112921.209000', '112921.212000', '112921.215000', '112921.218000', '112921.221000', '112921.224000', '112921.227000', '112921.230000', '112921.233000', '112921.236000', '112921.238000', '112921.241000', '112921.244000', '112921.247000', '112921.250000', '112921.253000', '112921.256000', '112921.259000', '112921.262000', '112921.265000', '112921.268000', '112921.271000', '112921.273000', '112921.276000', '112921.279000', '112921.282000', '112921.285000', '112921.288000', '112921.291000', '112921.294000', '112921.297000', '112921.300000', '112921.303000', '112921.305000', '112921.308000', '112921.311000', '112941.185000', '112941.188000', '112941.191000', '112941.194000', '112941.197000', '112941.200000', '112941.203000', '112941.206000', '112941.208000', '112941.224000', '112941.227000', '112941.230000', '112941.233000', '112941.236000', '112941.239000', '112941.242000', '112941.245000', '112941.247000', '112941.250000', '112941.253000', '112941.256000', '112941.259000', '112941.262000', '112941.265000', '112941.268000', '112941.271000', '112941.276000', '112941.280000', '112941.283000', '112941.286000', '112941.289000', '112941.314000', '112941.317000', '112941.320000', '112941.323000', '112941.326000', '112941.329000', '112941.332000', '112941.335000', '112941.338000', '112941.341000', '112941.344000', '112941.346000', '113001.185000', '113001.188000', '113001.191000', '113001.194000', '113001.197000', '113001.199000', '113001.202000', '113001.205000', '113001.208000', '113001.211000', '113001.214000', '113001.217000', '113001.220000', '113001.223000', '113001.226000', '113001.229000', '113001.232000', '113001.235000', '113001.237000', '113001.241000', '113001.243000', '113001.246000', '113001.249000', '113001.252000', '113001.255000', '113001.258000', '113001.261000', '113001.264000', '113001.267000', '113001.270000', '113001.273000', '113001.276000', '113001.279000', '113001.281000', '113001.284000', '113001.287000', '113001.290000', '113001.293000', '113001.296000', '113001.299000', '113001.302000', '113001.305000', '113001.308000', '113001.311000', '113021.185000', '113021.188000', '113021.191000', '113021.194000', '113021.197000', '113021.200000', '113021.203000', '113021.206000', '113021.209000', '113021.212000', '113021.214000', '113021.217000', '113021.220000', '113021.223000', '113021.226000', '113021.229000', '113021.232000', '113021.235000', '113021.238000', '113021.241000', '113021.244000', '113021.247000', '113021.250000', '113021.253000', '113021.255000', '113021.258000', '113021.261000', '113021.264000', '113021.267000', '113021.270000', '113021.273000', '113021.276000', '113021.279000', '113021.289000', '113021.292000', '113021.295000', '113021.298000', '113021.301000', '113021.304000', '113021.308000', '113021.313000', '113021.316000', '113021.319000', '113041.185000', '113041.188000', '113041.191000', '113041.194000', '113041.197000', '113041.200000', '113041.203000', '113041.206000', '113041.209000', '113041.211000', '113041.214000', '113041.217000', '113041.220000', '113041.223000', '113041.226000', '113041.229000', '113041.232000', '113041.235000', '113041.238000', '113041.241000', '113041.244000', '113041.247000', '113041.250000', '113041.253000', '113041.255000', '113041.258000', '113041.261000', '113041.264000', '113041.267000', '113041.270000', '113041.273000', '113041.276000', '113041.279000', '113041.282000', '113041.284000', '113041.287000', '113041.290000', '113041.293000', '113041.296000', '113041.299000', '113041.302000', '113041.305000', '113041.308000', '113041.311000', '113101.186000', '113101.189000', '113101.192000', '113101.195000', '113101.198000', '113101.201000', '113101.204000', '113101.207000', '113101.210000', '113101.212000', '113101.215000', '113101.218000', '113101.221000', '113101.224000', '113101.227000', '113101.230000', '113101.233000', '113101.236000', '113101.239000', '113101.241000', '113101.245000', '113101.248000', '113101.251000', '113101.254000', '113101.258000', '113101.261000', '113101.264000', '113101.267000', '113101.270000', '113101.273000', '113101.276000', '113101.279000', '113101.282000', '113101.284000', '113101.295000', '113101.298000', '113101.301000', '113101.304000', '113101.307000', '113101.309000', '113101.313000', '113101.316000', '113101.319000', '113121.186000', '113121.189000', '113121.192000', '113121.195000', '113121.198000', '113121.201000', '113121.204000', '113121.207000', '113121.210000', '113121.213000', '113121.216000', '113121.218000', '113121.223000', '113121.226000', '113121.229000', '113121.232000', '113121.235000', '113121.238000', '113121.241000', '113121.244000', '113121.246000', '113121.250000', '113121.252000', '113121.255000', '113121.258000', '113121.261000', '113121.264000', '113121.267000', '113121.270000', '113121.273000', '113121.276000', '113121.278000', '113121.281000', '113121.284000', '113121.287000', '113121.290000', '113121.293000', '113121.296000', '113121.299000', '113121.302000', '113121.305000', '113121.308000', '113121.310000', '113121.313000', '113141.186000', '113141.189000', '113141.192000', '113141.195000', '113141.198000', '113141.201000', '113141.204000', '113141.207000', '113141.210000', '113141.213000', '113141.216000', '113141.219000', '113141.222000', '113141.225000', '113141.227000', '113141.230000', '113141.233000', '113141.236000', '113141.239000', '113141.242000', '113141.245000', '113141.248000', '113141.251000', '113141.254000', '113141.257000', '113141.260000', '113141.263000', '113141.266000', '113141.269000', '113141.272000', '113141.274000', '113141.278000', '113141.281000', '113141.283000', '113141.286000', '113141.289000', '113141.292000', '113141.295000', '113141.298000', '113141.301000', '113141.304000', '113141.307000', '113141.310000', '113201.185000', '113201.188000', '113201.191000', '113201.194000', '113201.197000', '113201.200000', '113201.203000', '113201.206000', '113201.209000', '113201.211000', '113201.214000', '113201.217000', '113201.220000', '113201.223000', '113201.226000', '113201.229000', '113201.232000', '113201.235000', '113201.238000', '113201.241000', '113201.244000', '113201.247000', '113201.249000', '113201.263000', '113201.266000', '113201.269000', '113201.272000', '113201.274000', '113201.278000', '113201.280000', '113201.283000', '113201.286000', '113201.289000', '113201.292000', '113201.295000', '113201.298000', '113201.301000', '113201.304000', '113201.307000', '113201.310000', '113201.313000', '113201.316000', '113201.319000', '113201.321000', '113221.185000', '113221.188000', '113221.191000', '113221.194000', '113221.197000', '113221.200000', '113221.203000', '113221.206000', '113221.209000', '113221.211000', '113221.214000', '113221.217000', '113221.220000', '113221.223000', '113221.226000', '113221.229000', '113221.232000', '113221.235000', '113221.238000', '113221.241000', '113221.244000', '113221.247000', '113221.249000', '113221.252000', '113221.255000', '113221.258000', '113221.261000', '113221.264000', '113221.267000', '113221.270000', '113221.273000', '113221.276000', '113221.279000', '113221.282000', '113221.285000', '113221.288000', '113221.291000', '113221.294000', '113221.298000', '113221.301000', '113221.304000', '113221.307000', '113221.310000', '113241.185000', '113241.189000', '113241.205000', '113241.214000', '113241.217000', '113241.219000', '113241.222000', '113241.225000', '113241.228000', '113241.231000', '113241.234000', '113241.237000', '113241.240000', '113241.243000', '113241.246000', '113241.249000', '113241.252000', '113241.255000', '113241.258000', '113241.261000', '113241.264000', '113241.267000', '113241.270000', '113241.273000', '113241.276000', '113241.279000', '113241.282000', '113241.285000', '113241.287000', '113241.290000', '113241.293000', '113241.296000', '113241.299000', '113241.302000', '113241.305000', '113241.308000', '113241.311000', '113241.313000', '113241.316000', '113241.319000', '113241.322000', '113241.325000', '113241.328000', '113241.331000', '113301.185000', '113301.188000', '113301.191000', '113301.194000', '113301.197000', '113301.200000', '113301.203000', '113301.206000', '113301.209000', '113301.212000', '113301.215000', '113301.218000', '113301.220000', '113301.224000', '113301.226000', '113301.229000', '113301.232000', '113301.235000', '113301.238000', '113301.241000', '113301.244000', '113301.247000', '113301.250000', '113301.253000', '113301.256000', '113301.259000', '113301.262000', '113301.265000', '113301.267000', '113301.271000', '113301.273000', '113301.276000', '113301.279000', '113301.282000', '113301.285000', '113301.288000', '113301.291000', '113301.294000', '113301.297000', '113301.299000', '113301.302000', '113301.305000', '113301.308000', '113321.186000', '113321.189000', '113321.192000', '113321.195000', '113321.198000', '113321.201000', '113321.204000', '113321.207000', '113321.209000', '113321.212000', '113321.215000', '113321.218000', '113321.221000', '113321.224000', '113321.227000', '113321.230000', '113321.233000', '113321.236000', '113321.239000', '113321.242000', '113321.245000', '113321.247000', '113321.251000', '113321.253000', '113321.256000', '113321.259000', '113321.262000', '113321.265000', '113321.268000', '113321.272000', '113321.275000', '113321.277000', '113321.280000', '113321.283000', '113321.286000', '113321.289000', '113321.292000', '113321.295000', '113321.298000', '113321.301000', '113321.303000', '113321.306000', '113321.309000', '113321.312000', '113341.186000', '113341.189000', '113341.192000', '113341.195000', '113341.198000', '113341.201000', '113341.204000', '113341.206000', '113341.214000', '113341.217000', '113341.220000', '113341.223000', '113341.226000', '113341.229000', '113341.232000', '113341.235000', '113341.238000', '113341.240000', '113341.243000', '113341.246000', '113341.249000', '113341.252000', '113341.255000', '113341.258000', '113341.261000', '113341.264000', '113341.267000', '113341.270000', '113341.273000', '113341.276000', '113341.279000', '113341.282000', '113341.285000', '113341.287000', '113341.290000', '113341.293000', '113341.296000', '113341.299000', '113341.302000', '113341.305000', '113341.308000', '113341.311000', '113341.314000', '113401.187000', '113401.190000', '113401.193000', '113401.196000', '113401.199000', '113401.202000', '113401.205000', '113401.207000', '113401.210000', '113401.213000', '113401.216000', '113401.219000', '113401.222000', '113401.225000', '113401.228000', '113401.231000', '113401.234000', '113401.237000', '113401.240000', '113401.243000', '113401.246000', '113401.249000', '113401.251000', '113401.254000', '113401.257000', '113401.260000', '113401.263000', '113401.266000', '113401.269000', '113401.272000', '113401.275000', '113401.278000', '113401.281000', '113401.284000', '113401.287000', '113401.289000', '113401.292000', '113401.295000', '113401.298000', '113401.301000', '113401.314000', '113401.317000', '113401.320000', '113421.185000', '113421.188000', '113421.191000', '113421.194000', '113421.197000', '113421.200000', '113421.203000', '113421.205000', '113421.209000', '113421.211000', '113421.214000', '113421.217000', '113421.220000', '113421.223000', '113421.226000', '113421.229000', '113421.232000', '113421.235000', '113421.238000', '113421.241000', '113421.244000', '113421.247000', '113421.250000', '113421.252000', '113421.256000', '113421.258000', '113421.261000', '113421.264000', '113421.267000', '113421.270000', '113421.273000', '113421.276000', '113421.279000', '113421.282000', '113421.285000', '113421.288000', '113421.291000', '113421.294000', '113421.297000', '113421.299000', '113421.303000', '113421.306000', '113421.308000', '113421.311000', '113441.186000', '113441.189000', '113441.204000', '113441.208000', '113441.211000', '113441.214000', '113441.217000', '113441.220000', '113441.223000', '113441.226000', '113441.229000', '113441.232000', '113441.235000', '113441.238000', '113441.241000', '113441.244000', '113441.247000', '113441.250000', '113441.253000', '113441.256000', '113441.259000', '113441.262000', '113441.265000', '113441.267000', '113441.271000', '113441.274000', '113441.276000', '113441.279000', '113441.282000', '113441.285000', '113441.288000', '113441.291000', '113441.294000', '113441.297000', '113441.300000', '113441.303000', '113441.306000', '113441.309000', '113441.312000', '113441.315000', '113441.318000', '113441.321000', '113441.324000', '113448.148000', '113448.151000', '113448.154000', '113448.163000', '113448.166000', '113448.169000', '113448.173000', '113448.176000', '113448.179000', '113448.182000', '113448.185000', '113448.188000', '113448.191000', '113448.194000', '113448.197000', '113448.200000'], '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': [8266, 10194, 7102, 9216, 8941, 10791, 12912, 9833, 10469, 8619, 9828, 7416, 9695, 9140, 9736, 11229, 9763, 10342, 7398, 9223, 10016, 9737, 11924, 8888, 10654, 10023, 10082, 7741, 8983, 9016, 10245, 9648, 9623, 10686, 9976, 10090, 8683, 9535, 7313, 8914, 8753, 8708, 10545, 9430, 10158, 8489, 9810, 7075, 9299, 9174, 9096, 10584, 9226, 10247, 9479, 9563, 8157, 8777, 7339, 8133, 8560, 8921, 10856, 8005, 10113, 9192, 9250, 7547, 8839, 10717, 9589, 10157, 8470, 9555, 8052, 8762, 10864, 8395, 10362, 9313, 9793, 7457, 9289, 7015, 8401, 9448, 8018, 10292, 8429, 9402, 7176, 8953, 7981, 8730, 10643, 7938, 10065, 9348, 9386, 7145, 8482, 9796, 9420, 10581, 8896, 9884, 7907, 8709, 7373, 8457, 7325, 8679, 10568, 7946, 10054, 9082, 9169, 7772, 8662, 7063, 8177, 10958, 8252, 10412, 9179, 9405, 7119, 8444, 8035, 9338, 11428, 8368, 10218, 10101, 9169, 7659, 8423, 7573, 8742, 8333, 9575, 10414, 8619, 9745, 7762, 8860, 7421, 8673, 7316, 8761, 10402, 8102, 10450, 9026, 10158, 8008, 9752, 6559, 8839, 9910, 8728, 10807, 9512, 10398, 9259, 9369, 6948, 8611, 8927, 8824, 9957, 8377, 10293, 7603, 9719, 9346, 9392, 7101, 8566, 6547, 8471, 10196, 8316, 10022, 8875, 9649, 7204, 9364, 6984, 8700, 10414, 8168, 10337, 8669, 10457, 9030, 9517, 7325, 9121, 7337, 8121, 7584, 9139, 9257, 8116, 10019, 9065, 9379, 7007, 8478, 8199, 9523, 9905, 8955, 10262, 10000, 10201, 9067, 9459, 7130, 9077, 7260, 8621, 10341, 8588, 10764, 8091, 10200, 8797, 9426, 7266, 9000, 7364, 9291, 7143, 8999, 10283, 8699, 10254, 9689, 10374, 8861, 9768, 7118, 8953, 9322, 9054, 10641, 9110, 10412, 9607, 9347, 7049, 9481, 7587, 8923, 7115, 9152, 9963, 7965, 10210, 9075, 9543, 8851, 9302, 7059, 9640, 9040, 9208, 10574, 8810, 10458, 8948, 9870, 7024, 8573, 9879, 8722, 10614, 8961, 10228, 9580, 9567, 7018, 8756, 8632, 9365, 10502, 8885, 10133, 9442, 9486, 7074, 9077, 6291, 8790, 9766, 9052, 10460, 9128, 10371, 9859, 9648, 7306, 8475, 7169, 8401, 9346, 8898, 10257, 8026, 9588, 9162, 9533, 7033, 8976, 6970, 8946, 8222, 9295, 10679, 8425, 10264, 9727, 10024, 8449, 9834, 7143, 8698, 8388, 9192, 10119, 9246, 10883, 8879, 10256, 8541, 9446, 9180, 9562, 8141, 8979, 9652, 9430, 10611, 8909, 10548, 8867, 10065, 7409, 9192, 6397, 8249, 9197, 8215, 10251, 7899, 10219, 7709, 9394, 7627, 9360, 7889, 8304, 9920, 8923, 10649, 8157, 9698, 7263, 8563, 7855, 9253, 9706, 9413, 10852, 7716, 10095, 8762, 9103, 7092, 8765, 6695, 8635, 10289, 8070, 10387, 9216, 9756, 7205, 9200, 6602, 8761, 9802, 8066, 10909, 8427, 10083, 9646, 9493, 6893, 8748, 8542, 8993, 9493, 8409, 10253, 7932, 9610, 7636, 8775, 6798, 9117, 6594, 8345, 10158, 7974, 9800, 8617, 9926, 8220, 9322, 6913, 8711, 7477, 8402, 10610, 8105, 10439, 8531, 9939, 8820, 9384, 6874, 8308, 8584, 9705, 11923, 9028, 10570, 9558, 9718, 7853, 8912, 9388, 9273, 8286, 8869, 9479, 8275, 10118, 8450, 10360, 8416, 9113, 6638, 8364, 9458, 8356, 10570, 8161, 10084, 8779, 9000, 7280, 8502, 9351, 9046, 9459, 8256, 9967, 8500, 10034, 8525, 9061, 6988, 8922, 7775, 8207, 10663, 8337, 10268, 9145, 9757, 6843, 8895, 8584, 8586, 10184, 7724, 10126, 7699, 9190, 6874, 9118, 9298, 8762, 10307, 7597, 9913, 7889, 9399, 8270, 8758, 11365, 8272, 10332, 8963, 9407, 7610, 8488, 7968, 8893, 7658, 9320, 9738, 8346, 9637, 8462, 9628, 8337, 9135, 8519, 8894, 7015, 8204, 8233, 7828, 9855, 7863, 9591, 8362, 8925, 8184, 8353, 11722, 8430, 9745, 7869, 8830, 9448, 8350, 12371, 8584, 9952, 8099, 9342, 7323, 7818, 7979, 8052, 9218, 8578, 10006, 8355, 9447, 7295, 8874, 6996, 8157, 8350, 8354, 10424, 8555, 10160, 8845, 9464, 7744, 8959, 6612, 7981, 9851, 8378, 9552, 8078, 10073, 7580, 9767, 8053, 9141, 6733, 8718, 6745, 8656, 10146, 8490, 10403, 8449, 10394, 8783, 9398, 7212, 8830, 8280, 9057, 9728, 8984, 10476, 8383, 9951, 8771, 9841, 9090, 9394, 7808, 9218, 7294, 8425, 10162, 8577, 10383, 8590, 10351, 8598, 9427, 7441, 9118, 7927, 9960, 6844, 9441, 8180, 9208, 11601, 7875, 11027, 9685, 10031, 8835, 9903, 6740, 8795, 11362, 9025, 11326, 9829, 10294, 7395, 9401, 10825, 9311, 11992, 10433, 10812, 8164, 10156, 8535, 10252, 10586, 9510, 10686, 8651, 10261, 9692, 9670, 8089, 9563, 7087, 9220, 9164, 9772, 10853, 9267, 10206, 7957, 9277, 8392, 9589, 9914, 9281, 10715, 9336, 10507, 9507, 9791, 7106, 9091, 9013, 9774, 11787, 8803, 11298, 9075, 9874, 7388, 9225, 7986, 9400, 11592, 9202, 11092, 8905, 9965, 9202, 9389, 7192, 9038, 7916, 8680, 8784, 9012, 11402, 7790, 11092, 9117, 10050, 8538, 9289, 7050, 8715, 11494, 9142, 11650, 9464, 10195, 9446, 9757, 6633, 9060, 9848, 9002, 10644, 9132, 10890, 8018, 10511, 8194, 10216, 7868, 8680, 7199, 9483, 8281, 8300, 12163, 9613, 11143, 8513, 10166, 8647, 10201, 7869, 9859, 8104, 9304, 9716, 8872, 11632, 8268, 11029, 9251, 10607, 8571, 9752, 7074, 8760, 9588, 8543, 11962, 9457, 10912, 8035, 9693, 7501, 9636, 7742, 8760, 8915, 8876, 11495, 8199, 10698, 7715, 9352, 10025, 9385, 11431, 8214, 10118, 8036, 8922, 9421, 9091, 9054, 8252, 10530, 8419, 11104, 8658, 10586, 8501, 8895, 8026, 8441, 7354, 8382, 10353, 8739, 10684, 8496, 9212, 7338, 8376, 11510, 9193, 10819, 8996, 9527, 7952, 8908, 9319, 8727, 11688, 8600, 10332, 8921, 9452, 7443, 8701, 9361, 8911, 10215, 8227, 10526, 9035, 9634, 7639, 8801, 8016, 8960, 8705, 8409, 11088, 8350, 11102, 8925, 9585, 8069, 8997, 6583, 8384, 9735, 8799, 10832, 7942, 10330, 8935, 9128, 7835, 8942, 9312, 8958, 10317, 8314, 10307, 8160, 9795, 8367, 9226, 7405, 8527, 7959, 8830, 11068, 7759, 10251, 7848, 9029, 8772, 9301, 9014, 9105, 10535, 8873, 10195, 7854, 9020, 7885, 8518, 8489, 7466, 10741, 7511, 10738, 7575, 9319, 6901, 8276, 9276, 7888, 11389, 8113, 10135, 7185, 8983, 9219, 8120, 11107, 8836, 10493, 7809, 8490, 9223, 8378, 11299, 8528, 10644, 8221, 9305, 7733, 8345, 11593, 8650, 11130, 9030, 9337, 8383, 8805, 6654, 8600, 10934, 9238, 10765, 8136, 9907, 7599, 8810, 7237, 8958, 10233, 8982, 9780, 7890, 10394, 8375, 9785, 7809, 8326, 9324, 8053, 10644, 8089, 9426, 7329, 8980, 9284, 8739, 9521, 8768, 10471, 8413, 9299, 7979, 8372, 9535, 9017, 10746, 8287, 10325, 8647, 9831, 8066, 8877, 7789, 8682, 11068, 8169, 11211, 9021, 10493, 8991, 9324, 7096, 8448, 7979, 8036, 10440, 8016, 9957, 7700, 10464, 7648, 9652, 7396, 8697, 8206, 8670, 10353, 8707, 10829, 8663, 9807, 7695, 8778, 10274, 9081, 8505, 9008, 10756, 8082, 11221, 8506, 10461, 8167, 8991, 6629, 8180, 9286, 8606, 11672, 9211, 10850, 8851, 9042, 7084, 8676, 9491, 8958, 11566, 8709, 10922, 9204, 9021, 7895, 9151, 6723, 8393, 10757, 9063, 11068, 8410, 10059, 8621, 8778, 6524, 8674, 9964, 8917, 11402, 8785, 9996, 7959, 9332, 7565, 8572, 8193, 8398, 10252, 8092, 9637, 8194, 10187, 8077, 9212, 8635, 8383, 10204, 8320, 10419, 8115, 9441, 6974, 8392, 10306, 9118, 12225, 8581, 9763, 8441, 8376, 6703, 8267, 9406, 8039, 10882, 8207, 9994, 7694, 8769, 6958, 8847, 9432, 8839, 11180, 8769, 9729, 7893, 9008, 6577, 9015, 9322, 8759, 11032, 8412, 9738, 8109, 8971, 7558], 'WindowCenter': [4212.0, 4215.0, 4172.0, 4207.0, 4194.0, 4205.0, 4200.0, 4189.0, 4199.0, 4179.0, 4177.0, 4155.0, 4176.0, 4165.0, 4178.0, 4198.0, 4185.0, 4174.0, 4141.0, 4164.0, 4162.0, 4163.0, 4182.0, 4164.0, 4173.0, 4173.0, 4170.0, 4140.0, 4163.0, 4162.0, 4172.0, 4173.0, 4162.0, 4171.0, 4169.0, 4173.0, 4151.0, 4161.0, 4142.0, 4163.0, 4149.0, 4150.0, 4172.0, 4162.0, 4173.0, 4150.0, 4173.0, 4142.0, 4161.0, 4160.0, 4161.0, 4170.0, 4162.0, 4172.0, 4174.0, 4174.0, 4165.0, 4163.0, 4153.0, 4153.0, 4162.0, 4176.0, 4186.0, 4167.0, 4187.0, 4176.0, 4175.0, 4152.0, 4163.0, 4183.0, 4174.0, 4173.0, 4152.0, 4173.0, 4151.0, 4150.0, 4170.0, 4150.0, 4170.0, 4162.0, 4173.0, 4153.0, 4161.0, 4141.0, 4165.0, 4175.0, 4168.0, 4201.0, 4167.0, 4175.0, 4145.0, 4176.0, 4155.0, 4166.0, 4187.0, 4166.0, 4173.0, 4174.0, 4175.0, 4143.0, 4163.0, 4174.0, 4175.0, 4173.0, 4163.0, 4173.0, 4153.0, 4165.0, 4155.0, 4166.0, 4156.0, 4166.0, 4184.0, 4168.0, 4189.0, 4175.0, 4177.0, 4166.0, 4178.0, 4144.0, 4165.0, 4185.0, 4167.0, 4187.0, 4177.0, 4176.0, 4156.0, 4165.0, 4154.0, 4177.0, 4196.0, 4165.0, 4186.0, 4185.0, 4174.0, 4152.0, 4154.0, 4154.0, 4166.0, 4166.0, 4186.0, 4187.0, 4164.0, 4175.0, 4153.0, 4177.0, 4156.0, 4176.0, 4168.0, 4178.0, 4184.0, 4165.0, 4185.0, 4165.0, 4173.0, 4154.0, 4174.0, 4132.0, 4163.0, 4172.0, 4163.0, 4182.0, 4163.0, 4173.0, 4163.0, 4162.0, 4140.0, 4162.0, 4161.0, 4165.0, 4174.0, 4164.0, 4186.0, 4154.0, 4175.0, 4175.0, 4177.0, 4155.0, 4177.0, 4146.0, 4168.0, 4185.0, 4166.0, 4175.0, 4164.0, 4176.0, 4154.0, 4177.0, 4145.0, 4163.0, 4173.0, 4166.0, 4175.0, 4165.0, 4186.0, 4178.0, 4176.0, 4154.0, 4176.0, 4156.0, 4167.0, 4167.0, 4188.0, 4188.0, 4169.0, 4186.0, 4165.0, 4176.0, 4155.0, 4167.0, 4166.0, 4177.0, 4186.0, 4164.0, 4173.0, 4174.0, 4175.0, 4163.0, 4173.0, 4156.0, 4175.0, 4142.0, 4163.0, 4173.0, 4164.0, 4185.0, 4165.0, 4184.0, 4165.0, 4164.0, 4143.0, 4176.0, 4155.0, 4176.0, 4155.0, 4176.0, 4173.0, 4163.0, 4174.0, 4173.0, 4174.0, 4164.0, 4174.0, 4142.0, 4162.0, 4160.0, 4163.0, 4173.0, 4161.0, 4173.0, 4175.0, 4173.0, 4141.0, 4173.0, 4153.0, 4174.0, 4155.0, 4176.0, 4184.0, 4165.0, 4185.0, 4175.0, 4175.0, 4165.0, 4176.0, 4156.0, 4185.0, 4163.0, 4174.0, 4185.0, 4175.0, 4186.0, 4175.0, 4186.0, 4142.0, 4163.0, 4172.0, 4164.0, 4173.0, 4162.0, 4173.0, 4174.0, 4172.0, 4140.0, 4164.0, 4162.0, 4173.0, 4185.0, 4175.0, 4173.0, 4173.0, 4174.0, 4143.0, 4164.0, 4144.0, 4165.0, 4173.0, 4164.0, 4174.0, 4174.0, 4174.0, 4175.0, 4174.0, 4154.0, 4152.0, 4141.0, 4164.0, 4163.0, 4164.0, 4186.0, 4165.0, 4174.0, 4173.0, 4175.0, 4144.0, 4175.0, 4155.0, 4176.0, 4165.0, 4173.0, 4173.0, 4165.0, 4175.0, 4175.0, 4185.0, 4166.0, 4175.0, 4143.0, 4164.0, 4165.0, 4176.0, 4186.0, 4176.0, 4185.0, 4164.0, 4174.0, 4163.0, 4173.0, 4174.0, 4175.0, 4165.0, 4174.0, 4173.0, 4162.0, 4173.0, 4163.0, 4183.0, 4164.0, 4185.0, 4154.0, 4174.0, 4131.0, 4164.0, 4174.0, 4167.0, 4185.0, 4165.0, 4188.0, 4168.0, 4176.0, 4154.0, 4175.0, 4164.0, 4168.0, 4176.0, 4176.0, 4186.0, 4166.0, 4173.0, 4142.0, 4163.0, 4154.0, 4173.0, 4173.0, 4175.0, 4184.0, 4153.0, 4172.0, 4161.0, 4164.0, 4143.0, 4164.0, 4144.0, 4165.0, 4172.0, 4153.0, 4174.0, 4173.0, 4175.0, 4154.0, 4175.0, 4143.0, 4163.0, 4171.0, 4154.0, 4184.0, 4152.0, 4173.0, 4175.0, 4171.0, 4142.0, 4163.0, 4163.0, 4164.0, 4173.0, 4163.0, 4183.0, 4152.0, 4172.0, 4151.0, 4164.0, 4142.0, 4164.0, 4145.0, 4164.0, 4183.0, 4154.0, 4175.0, 4165.0, 4187.0, 4165.0, 4177.0, 4156.0, 4177.0, 4154.0, 4164.0, 4185.0, 4166.0, 4187.0, 4166.0, 4185.0, 4178.0, 4175.0, 4143.0, 4165.0, 4165.0, 4176.0, 4196.0, 4176.0, 4185.0, 4173.0, 4162.0, 4152.0, 4164.0, 4163.0, 4163.0, 4163.0, 4163.0, 4170.0, 4153.0, 4173.0, 4164.0, 4174.0, 4165.0, 4175.0, 4145.0, 4165.0, 4174.0, 4166.0, 4184.0, 4167.0, 4187.0, 4176.0, 4163.0, 4154.0, 4166.0, 4175.0, 4175.0, 4176.0, 4164.0, 4171.0, 4164.0, 4175.0, 4163.0, 4164.0, 4154.0, 4175.0, 4153.0, 4153.0, 4173.0, 4163.0, 4175.0, 4164.0, 4174.0, 4143.0, 4162.0, 4151.0, 4151.0, 4172.0, 4153.0, 4174.0, 4165.0, 4175.0, 4144.0, 4174.0, 4174.0, 4166.0, 4186.0, 4155.0, 4175.0, 4166.0, 4189.0, 4164.0, 4163.0, 4184.0, 4153.0, 4174.0, 4175.0, 4161.0, 4140.0, 4162.0, 4151.0, 4161.0, 4151.0, 4162.0, 4161.0, 4150.0, 4159.0, 4162.0, 4174.0, 4163.0, 4175.0, 4178.0, 4176.0, 4156.0, 4178.0, 4167.0, 4169.0, 4189.0, 4180.0, 4188.0, 4168.0, 4177.0, 4166.0, 4166.0, 4195.0, 4166.0, 4175.0, 4167.0, 4176.0, 4173.0, 4165.0, 4195.0, 4163.0, 4174.0, 4154.0, 4162.0, 4141.0, 4154.0, 4153.0, 4153.0, 4176.0, 4166.0, 4174.0, 4162.0, 4174.0, 4153.0, 4166.0, 4156.0, 4167.0, 4165.0, 4164.0, 4183.0, 4165.0, 4185.0, 4165.0, 4176.0, 4167.0, 4175.0, 4142.0, 4154.0, 4175.0, 4166.0, 4176.0, 4167.0, 4187.0, 4156.0, 4176.0, 4166.0, 4179.0, 4146.0, 4178.0, 4158.0, 4166.0, 4175.0, 4166.0, 4187.0, 4166.0, 4175.0, 4178.0, 4175.0, 4143.0, 4163.0, 4153.0, 4165.0, 4173.0, 4164.0, 4184.0, 4151.0, 4160.0, 4152.0, 4174.0, 4162.0, 4164.0, 4155.0, 4164.0, 4141.0, 4153.0, 4174.0, 4165.0, 4174.0, 4163.0, 4174.0, 4161.0, 4162.0, 4140.0, 4162.0, 4151.0, 4174.0, 4143.0, 4173.0, 4150.0, 4161.0, 4181.0, 4150.0, 4183.0, 4173.0, 4186.0, 4178.0, 4187.0, 4144.0, 4164.0, 4182.0, 4163.0, 4182.0, 4175.0, 4174.0, 4141.0, 4161.0, 4169.0, 4159.0, 4170.0, 4169.0, 4170.0, 4149.0, 4157.0, 4145.0, 4157.0, 4158.0, 4157.0, 4169.0, 4149.0, 4156.0, 4156.0, 4157.0, 4138.0, 4161.0, 4139.0, 4162.0, 4162.0, 4172.0, 4170.0, 4160.0, 4159.0, 4150.0, 4162.0, 4151.0, 4161.0, 4160.0, 4160.0, 4158.0, 4148.0, 4170.0, 4159.0, 4159.0, 4140.0, 4161.0, 4149.0, 4160.0, 4179.0, 4162.0, 4182.0, 4148.0, 4171.0, 4141.0, 4159.0, 4138.0, 4159.0, 4170.0, 4161.0, 4182.0, 4162.0, 4170.0, 4161.0, 4160.0, 4141.0, 4175.0, 4152.0, 4164.0, 4165.0, 4164.0, 4182.0, 4153.0, 4184.0, 4164.0, 4175.0, 4176.0, 4176.0, 4144.0, 4165.0, 4182.0, 4175.0, 4196.0, 4174.0, 4175.0, 4174.0, 4173.0, 4131.0, 4161.0, 4173.0, 4163.0, 4184.0, 4175.0, 4185.0, 4163.0, 4173.0, 4162.0, 4183.0, 4153.0, 4165.0, 4157.0, 4187.0, 4165.0, 4165.0, 4197.0, 4190.0, 4198.0, 4175.0, 4187.0, 4174.0, 4185.0, 4154.0, 4174.0, 4165.0, 4175.0, 4176.0, 4164.0, 4182.0, 4152.0, 4173.0, 4161.0, 4174.0, 4161.0, 4173.0, 4141.0, 4162.0, 4160.0, 4151.0, 4182.0, 4174.0, 4182.0, 4165.0, 4174.0, 4154.0, 4174.0, 4155.0, 4178.0, 4177.0, 4176.0, 4197.0, 4165.0, 4174.0, 4140.0, 4164.0, 4174.0, 4162.0, 4184.0, 4150.0, 4171.0, 4139.0, 4160.0, 4163.0, 4161.0, 4161.0, 4151.0, 4169.0, 4149.0, 4169.0, 4148.0, 4172.0, 4163.0, 4161.0, 4153.0, 4151.0, 4142.0, 4164.0, 4185.0, 4165.0, 4184.0, 4165.0, 4163.0, 4141.0, 4153.0, 4183.0, 4174.0, 4182.0, 4164.0, 4174.0, 4152.0, 4161.0, 4160.0, 4150.0, 4182.0, 4151.0, 4170.0, 4162.0, 4160.0, 4139.0, 4150.0, 4159.0, 4160.0, 4171.0, 4152.0, 4170.0, 4161.0, 4160.0, 4139.0, 4163.0, 4151.0, 4163.0, 4163.0, 4151.0, 4180.0, 4151.0, 4183.0, 4163.0, 4162.0, 4153.0, 4162.0, 4129.0, 4150.0, 4161.0, 4163.0, 4183.0, 4153.0, 4172.0, 4162.0, 4162.0, 4139.0, 4162.0, 4162.0, 4163.0, 4172.0, 4152.0, 4173.0, 4151.0, 4171.0, 4152.0, 4172.0, 4154.0, 4166.0, 4166.0, 4177.0, 4195.0, 4154.0, 4174.0, 4152.0, 4176.0, 4164.0, 4176.0, 4173.0, 4175.0, 4172.0, 4162.0, 4173.0, 4152.0, 4164.0, 4153.0, 4163.0, 4161.0, 4153.0, 4181.0, 4152.0, 4197.0, 4166.0, 4177.0, 4160.0, 4178.0, 4177.0, 4167.0, 4198.0, 4167.0, 4188.0, 4157.0, 4177.0, 4175.0, 4154.0, 4185.0, 4164.0, 4186.0, 4153.0, 4164.0, 4173.0, 4150.0, 4182.0, 4163.0, 4172.0, 4161.0, 4173.0, 4151.0, 4150.0, 4180.0, 4162.0, 4183.0, 4161.0, 4161.0, 4164.0, 4162.0, 4129.0, 4162.0, 4170.0, 4175.0, 4185.0, 4165.0, 4175.0, 4154.0, 4163.0, 4142.0, 4165.0, 4185.0, 4164.0, 4175.0, 4165.0, 4173.0, 4152.0, 4171.0, 4152.0, 4164.0, 4164.0, 4153.0, 4184.0, 4153.0, 4160.0, 4141.0, 4162.0, 4174.0, 4164.0, 4174.0, 4163.0, 4173.0, 4163.0, 4162.0, 4151.0, 4162.0, 4173.0, 4162.0, 4183.0, 4152.0, 4171.0, 4148.0, 4172.0, 4151.0, 4162.0, 4152.0, 4162.0, 4179.0, 4151.0, 4170.0, 4162.0, 4173.0, 4161.0, 4161.0, 4142.0, 4152.0, 4151.0, 4153.0, 4184.0, 4155.0, 4185.0, 4167.0, 4186.0, 4156.0, 4175.0, 4154.0, 4167.0, 4166.0, 4167.0, 4187.0, 4165.0, 4184.0, 4163.0, 4173.0, 4153.0, 4165.0, 4175.0, 4163.0, 4164.0, 4175.0, 4183.0, 4153.0, 4185.0, 4165.0, 4186.0, 4165.0, 4176.0, 4145.0, 4165.0, 4173.0, 4163.0, 4185.0, 4176.0, 4186.0, 4164.0, 4165.0, 4142.0, 4163.0, 4162.0, 4163.0, 4182.0, 4164.0, 4184.0, 4162.0, 4163.0, 4153.0, 4163.0, 4131.0, 4153.0, 4183.0, 4163.0, 4183.0, 4152.0, 4173.0, 4164.0, 4163.0, 4131.0, 4163.0, 4172.0, 4163.0, 4185.0, 4165.0, 4176.0, 4166.0, 4164.0, 4154.0, 4164.0, 4165.0, 4166.0, 4185.0, 4155.0, 4177.0, 4167.0, 4175.0, 4154.0, 4175.0, 4165.0, 4166.0, 4175.0, 4166.0, 4186.0, 4155.0, 4163.0, 4141.0, 4152.0, 4161.0, 4162.0, 4182.0, 4151.0, 4161.0, 4150.0, 4149.0, 4128.0, 4150.0, 4159.0, 4152.0, 4183.0, 4164.0, 4174.0, 4155.0, 4164.0, 4143.0, 4164.0, 4163.0, 4165.0, 4197.0, 4166.0, 4176.0, 4156.0, 4165.0, 4144.0, 4162.0, 4162.0, 4165.0, 4186.0, 4154.0, 4174.0, 4154.0, 4162.0, 4152.0], 'WindowWidth': [9346.0, 9339.0, 9274.0, 9325.0, 9302.0, 9319.0, 9301.0, 9288.0, 9301.0, 9271.0, 9267.0, 9233.0, 9263.0, 9248.0, 9268.0, 9297.0, 9275.0, 9258.0, 9209.0, 9242.0, 9237.0, 9241.0, 9268.0, 9243.0, 9256.0, 9254.0, 9249.0, 9207.0, 9241.0, 9239.0, 9252.0, 9255.0, 9238.0, 9249.0, 9247.0, 9256.0, 9222.0, 9237.0, 9213.0, 9240.0, 9219.0, 9221.0, 9251.0, 9239.0, 9255.0, 9221.0, 9255.0, 9214.0, 9236.0, 9233.0, 9235.0, 9249.0, 9240.0, 9252.0, 9257.0, 9258.0, 9250.0, 9244.0, 9229.0, 9230.0, 9241.0, 9264.0, 9278.0, 9253.0, 9281.0, 9265.0, 9260.0, 9226.0, 9240.0, 9271.0, 9257.0, 9256.0, 9226.0, 9256.0, 9225.0, 9221.0, 9247.0, 9221.0, 9247.0, 9241.0, 9255.0, 9231.0, 9239.0, 9212.0, 9250.0, 9262.0, 9256.0, 9309.0, 9256.0, 9261.0, 9221.0, 9265.0, 9236.0, 9251.0, 9283.0, 9251.0, 9258.0, 9256.0, 9260.0, 9215.0, 9243.0, 9258.0, 9260.0, 9256.0, 9240.0, 9255.0, 9228.0, 9247.0, 9235.0, 9252.0, 9239.0, 9250.0, 9274.0, 9257.0, 9285.0, 9262.0, 9265.0, 9253.0, 9268.0, 9220.0, 9249.0, 9277.0, 9254.0, 9279.0, 9268.0, 9268.0, 9238.0, 9249.0, 9232.0, 9265.0, 9292.0, 9247.0, 9278.0, 9277.0, 9258.0, 9227.0, 9231.0, 9232.0, 9249.0, 9250.0, 9279.0, 9282.0, 9248.0, 9261.0, 9231.0, 9267.0, 9237.0, 9267.0, 9260.0, 9270.0, 9274.0, 9249.0, 9276.0, 9247.0, 9258.0, 9233.0, 9260.0, 9202.0, 9241.0, 9254.0, 9245.0, 9267.0, 9241.0, 9255.0, 9244.0, 9239.0, 9207.0, 9240.0, 9237.0, 9247.0, 9258.0, 9246.0, 9280.0, 9236.0, 9263.0, 9262.0, 9268.0, 9236.0, 9267.0, 9227.0, 9257.0, 9277.0, 9250.0, 9264.0, 9246.0, 9263.0, 9235.0, 9266.0, 9222.0, 9243.0, 9257.0, 9251.0, 9262.0, 9247.0, 9278.0, 9271.0, 9264.0, 9233.0, 9264.0, 9238.0, 9256.0, 9255.0, 9285.0, 9286.0, 9260.0, 9280.0, 9247.0, 9265.0, 9237.0, 9255.0, 9252.0, 9266.0, 9280.0, 9246.0, 9257.0, 9257.0, 9260.0, 9242.0, 9257.0, 9237.0, 9261.0, 9213.0, 9242.0, 9257.0, 9247.0, 9274.0, 9249.0, 9274.0, 9249.0, 9245.0, 9217.0, 9263.0, 9234.0, 9263.0, 9238.0, 9264.0, 9258.0, 9243.0, 9259.0, 9255.0, 9258.0, 9244.0, 9258.0, 9214.0, 9238.0, 9235.0, 9243.0, 9256.0, 9239.0, 9255.0, 9264.0, 9255.0, 9212.0, 9257.0, 9232.0, 9260.0, 9237.0, 9267.0, 9276.0, 9248.0, 9276.0, 9262.0, 9264.0, 9247.0, 9264.0, 9240.0, 9277.0, 9244.0, 9259.0, 9277.0, 9262.0, 9277.0, 9262.0, 9278.0, 9217.0, 9241.0, 9253.0, 9244.0, 9257.0, 9240.0, 9257.0, 9259.0, 9253.0, 9211.0, 9244.0, 9241.0, 9257.0, 9277.0, 9261.0, 9256.0, 9257.0, 9260.0, 9217.0, 9246.0, 9220.0, 9247.0, 9257.0, 9245.0, 9260.0, 9258.0, 9257.0, 9260.0, 9260.0, 9232.0, 9228.0, 9211.0, 9245.0, 9242.0, 9246.0, 9278.0, 9250.0, 9258.0, 9257.0, 9263.0, 9219.0, 9263.0, 9237.0, 9266.0, 9249.0, 9258.0, 9257.0, 9249.0, 9262.0, 9260.0, 9276.0, 9254.0, 9261.0, 9216.0, 9249.0, 9248.0, 9262.0, 9279.0, 9265.0, 9276.0, 9245.0, 9258.0, 9242.0, 9259.0, 9258.0, 9261.0, 9249.0, 9260.0, 9257.0, 9240.0, 9256.0, 9243.0, 9271.0, 9244.0, 9275.0, 9236.0, 9260.0, 9200.0, 9245.0, 9261.0, 9256.0, 9277.0, 9251.0, 9284.0, 9258.0, 9265.0, 9234.0, 9264.0, 9249.0, 9256.0, 9266.0, 9264.0, 9279.0, 9251.0, 9257.0, 9212.0, 9244.0, 9232.0, 9258.0, 9258.0, 9261.0, 9272.0, 9229.0, 9254.0, 9238.0, 9248.0, 9217.0, 9246.0, 9222.0, 9248.0, 9256.0, 9230.0, 9260.0, 9257.0, 9262.0, 9232.0, 9261.0, 9219.0, 9243.0, 9252.0, 9233.0, 9273.0, 9227.0, 9257.0, 9261.0, 9252.0, 9213.0, 9243.0, 9243.0, 9244.0, 9257.0, 9244.0, 9271.0, 9228.0, 9253.0, 9225.0, 9246.0, 9215.0, 9247.0, 9224.0, 9249.0, 9271.0, 9232.0, 9261.0, 9249.0, 9282.0, 9249.0, 9268.0, 9242.0, 9267.0, 9234.0, 9246.0, 9276.0, 9253.0, 9281.0, 9252.0, 9278.0, 9271.0, 9264.0, 9218.0, 9250.0, 9250.0, 9265.0, 9293.0, 9264.0, 9275.0, 9256.0, 9240.0, 9226.0, 9245.0, 9241.0, 9241.0, 9245.0, 9243.0, 9249.0, 9228.0, 9257.0, 9247.0, 9259.0, 9250.0, 9263.0, 9223.0, 9248.0, 9260.0, 9252.0, 9275.0, 9253.0, 9282.0, 9265.0, 9243.0, 9233.0, 9250.0, 9261.0, 9262.0, 9265.0, 9246.0, 9253.0, 9244.0, 9262.0, 9242.0, 9244.0, 9234.0, 9263.0, 9229.0, 9228.0, 9258.0, 9244.0, 9262.0, 9243.0, 9258.0, 9217.0, 9239.0, 9222.0, 9224.0, 9254.0, 9230.0, 9258.0, 9250.0, 9263.0, 9219.0, 9259.0, 9261.0, 9253.0, 9279.0, 9236.0, 9264.0, 9253.0, 9287.0, 9247.0, 9240.0, 9271.0, 9229.0, 9259.0, 9262.0, 9238.0, 9207.0, 9239.0, 9224.0, 9236.0, 9225.0, 9241.0, 9238.0, 9221.0, 9232.0, 9241.0, 9258.0, 9244.0, 9262.0, 9273.0, 9268.0, 9240.0, 9272.0, 9257.0, 9260.0, 9288.0, 9278.0, 9288.0, 9258.0, 9268.0, 9251.0, 9251.0, 9290.0, 9249.0, 9263.0, 9259.0, 9265.0, 9258.0, 9247.0, 9288.0, 9243.0, 9259.0, 9232.0, 9239.0, 9212.0, 9231.0, 9230.0, 9229.0, 9264.0, 9251.0, 9260.0, 9241.0, 9260.0, 9231.0, 9249.0, 9237.0, 9252.0, 9249.0, 9245.0, 9271.0, 9248.0, 9274.0, 9247.0, 9263.0, 9253.0, 9261.0, 9214.0, 9231.0, 9259.0, 9252.0, 9264.0, 9254.0, 9280.0, 9238.0, 9264.0, 9251.0, 9271.0, 9225.0, 9271.0, 9243.0, 9251.0, 9259.0, 9251.0, 9279.0, 9250.0, 9261.0, 9268.0, 9261.0, 9215.0, 9241.0, 9227.0, 9245.0, 9255.0, 9244.0, 9271.0, 9225.0, 9234.0, 9226.0, 9258.0, 9239.0, 9243.0, 9234.0, 9243.0, 9209.0, 9227.0, 9256.0, 9247.0, 9259.0, 9243.0, 9257.0, 9237.0, 9236.0, 9206.0, 9237.0, 9223.0, 9256.0, 9214.0, 9254.0, 9221.0, 9235.0, 9263.0, 9223.0, 9269.0, 9257.0, 9278.0, 9273.0, 9281.0, 9220.0, 9246.0, 9266.0, 9242.0, 9267.0, 9259.0, 9258.0, 9211.0, 9235.0, 9244.0, 9230.0, 9247.0, 9243.0, 9244.0, 9218.0, 9222.0, 9206.0, 9224.0, 9227.0, 9224.0, 9244.0, 9214.0, 9221.0, 9222.0, 9225.0, 9200.0, 9236.0, 9204.0, 9239.0, 9238.0, 9250.0, 9246.0, 9231.0, 9232.0, 9219.0, 9236.0, 9221.0, 9234.0, 9233.0, 9230.0, 9227.0, 9213.0, 9246.0, 9228.0, 9230.0, 9208.0, 9233.0, 9217.0, 9231.0, 9255.0, 9236.0, 9264.0, 9216.0, 9248.0, 9209.0, 9231.0, 9201.0, 9230.0, 9245.0, 9236.0, 9263.0, 9238.0, 9248.0, 9236.0, 9233.0, 9210.0, 9260.0, 9228.0, 9244.0, 9247.0, 9246.0, 9268.0, 9231.0, 9274.0, 9245.0, 9260.0, 9265.0, 9264.0, 9219.0, 9246.0, 9268.0, 9261.0, 9291.0, 9257.0, 9260.0, 9261.0, 9256.0, 9198.0, 9237.0, 9254.0, 9244.0, 9272.0, 9261.0, 9275.0, 9244.0, 9256.0, 9241.0, 9272.0, 9231.0, 9250.0, 9241.0, 9281.0, 9248.0, 9249.0, 9293.0, 9287.0, 9295.0, 9265.0, 9282.0, 9263.0, 9274.0, 9230.0, 9262.0, 9247.0, 9261.0, 9264.0, 9245.0, 9268.0, 9226.0, 9255.0, 9238.0, 9259.0, 9236.0, 9254.0, 9212.0, 9238.0, 9232.0, 9222.0, 9265.0, 9255.0, 9267.0, 9247.0, 9259.0, 9233.0, 9259.0, 9235.0, 9269.0, 9265.0, 9264.0, 9295.0, 9246.0, 9258.0, 9208.0, 9243.0, 9256.0, 9238.0, 9271.0, 9220.0, 9247.0, 9202.0, 9233.0, 9239.0, 9234.0, 9237.0, 9223.0, 9245.0, 9217.0, 9243.0, 9218.0, 9252.0, 9241.0, 9237.0, 9228.0, 9225.0, 9212.0, 9245.0, 9274.0, 9246.0, 9273.0, 9247.0, 9242.0, 9210.0, 9227.0, 9268.0, 9259.0, 9269.0, 9245.0, 9257.0, 9225.0, 9235.0, 9232.0, 9220.0, 9265.0, 9221.0, 9249.0, 9240.0, 9234.0, 9203.0, 9221.0, 9232.0, 9233.0, 9249.0, 9225.0, 9248.0, 9236.0, 9234.0, 9205.0, 9243.0, 9225.0, 9242.0, 9242.0, 9225.0, 9262.0, 9223.0, 9268.0, 9240.0, 9237.0, 9230.0, 9240.0, 9195.0, 9223.0, 9236.0, 9242.0, 9268.0, 9228.0, 9255.0, 9241.0, 9240.0, 9206.0, 9237.0, 9237.0, 9241.0, 9253.0, 9225.0, 9255.0, 9226.0, 9250.0, 9225.0, 9255.0, 9232.0, 9252.0, 9251.0, 9268.0, 9291.0, 9234.0, 9260.0, 9227.0, 9264.0, 9248.0, 9264.0, 9261.0, 9261.0, 9254.0, 9239.0, 9255.0, 9226.0, 9246.0, 9230.0, 9244.0, 9240.0, 9230.0, 9265.0, 9231.0, 9294.0, 9254.0, 9270.0, 9251.0, 9274.0, 9270.0, 9255.0, 9298.0, 9255.0, 9283.0, 9241.0, 9269.0, 9264.0, 9231.0, 9275.0, 9245.0, 9276.0, 9229.0, 9246.0, 9256.0, 9223.0, 9267.0, 9241.0, 9254.0, 9238.0, 9255.0, 9225.0, 9221.0, 9261.0, 9240.0, 9268.0, 9236.0, 9238.0, 9246.0, 9240.0, 9193.0, 9239.0, 9249.0, 9263.0, 9274.0, 9248.0, 9262.0, 9233.0, 9242.0, 9213.0, 9247.0, 9274.0, 9245.0, 9261.0, 9247.0, 9256.0, 9226.0, 9251.0, 9226.0, 9245.0, 9244.0, 9229.0, 9275.0, 9231.0, 9236.0, 9211.0, 9240.0, 9258.0, 9244.0, 9259.0, 9243.0, 9255.0, 9241.0, 9239.0, 9224.0, 9242.0, 9255.0, 9239.0, 9271.0, 9225.0, 9250.0, 9217.0, 9254.0, 9224.0, 9238.0, 9226.0, 9239.0, 9260.0, 9221.0, 9247.0, 9238.0, 9254.0, 9236.0, 9238.0, 9213.0, 9225.0, 9223.0, 9230.0, 9272.0, 9234.0, 9276.0, 9255.0, 9280.0, 9238.0, 9262.0, 9234.0, 9255.0, 9251.0, 9252.0, 9280.0, 9248.0, 9271.0, 9241.0, 9256.0, 9228.0, 9248.0, 9260.0, 9243.0, 9247.0, 9260.0, 9269.0, 9229.0, 9274.0, 9247.0, 9277.0, 9246.0, 9264.0, 9225.0, 9249.0, 9257.0, 9243.0, 9274.0, 9265.0, 9278.0, 9245.0, 9247.0, 9215.0, 9242.0, 9238.0, 9240.0, 9266.0, 9244.0, 9272.0, 9239.0, 9242.0, 9231.0, 9241.0, 9196.0, 9227.0, 9267.0, 9243.0, 9269.0, 9227.0, 9256.0, 9245.0, 9241.0, 9197.0, 9240.0, 9251.0, 9242.0, 9274.0, 9244.0, 9261.0, 9250.0, 9244.0, 9230.0, 9244.0, 9245.0, 9250.0, 9275.0, 9233.0, 9265.0, 9252.0, 9261.0, 9232.0, 9259.0, 9247.0, 9250.0, 9262.0, 9249.0, 9277.0, 9233.0, 9241.0, 9210.0, 9223.0, 9235.0, 9238.0, 9266.0, 9222.0, 9234.0, 9220.0, 9216.0, 9188.0, 9218.0, 9230.0, 9225.0, 9268.0, 9244.0, 9259.0, 9234.0, 9245.0, 9216.0, 9245.0, 9243.0, 9246.0, 9294.0, 9248.0, 9262.0, 9237.0, 9246.0, 9217.0, 9240.0, 9239.0, 9245.0, 9275.0, 9231.0, 9259.0, 9232.0, 9240.0, 9226.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.000335891544117647</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024496925735294117</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>10</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.13480732001838</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.183571952566698</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9833457675252979</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5365</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3488.5103</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09281682809612243</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.6544117647058822</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.470777030181012</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3939526701964478</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.633489573576352</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3848888467702363</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00469657</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0010364718036726117</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032127540558576584</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1088</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.385555051692027</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>14.8097</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.6918</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>226.2785</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283167.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1093.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.6037</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3163</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.8574</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3304.1503</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3440.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>93377.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1507.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4246.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>784.3891</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.08184935571626</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> |