=== 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-0039 --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-0039",
"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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-02/func/sub-0039_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>f3198ddff1d2a061bb3f973c3fb37450</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>19:20:4.220000</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.998494, 0.0319738, 0.0445729, -0.0383583, 0.987841, 0.150662]</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.100469</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>[4150, -7760, -7242, 668, -41, -201, 4, 74]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>238.862</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>401ee62d-79bf-4512-a2ea-d2c323a30302||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.678887367248535, -0.10291248559951782, 0.10587693005800247, 115.00968170166016], [-0.08578350394964218, 2.6503047943115234, 0.4107922613620758, -106.03362274169922], [0.11958584189414978, -0.4042161703109741, 2.6664657592773438, -50.08103561401367], [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': ['192004.220000', '192004.680000', '192005.140000', '192005.600000', '192006.060000', '192006.520000', '192006.980000', '192007.440000', '192007.900000', '192008.360000', '192008.820000', '192009.280000', '192009.740000', '192010.200000', '192010.660000', '192011.120000', '192011.580000', '192012.040000', '192012.500000', '192012.960000', '192013.420000', '192013.880000', '192014.340000', '192014.800000', '192015.260000', '192015.720000', '192016.180000', '192016.640000', '192017.100000', '192017.560000', '192018.020000', '192018.480000', '192018.940000', '192019.400000', '192019.860000', '192020.320000', '192020.780000', '192021.240000', '192021.700000', '192022.160000', '192022.620000', '192023.080000', '192023.540000', '192024.000000', '192024.460000', '192024.920000', '192025.380000', '192025.840000', '192026.300000', '192026.760000', '192027.220000', '192027.680000', '192028.140000', '192028.600000', '192029.060000', '192029.520000', '192029.980000', '192030.440000', '192030.900000', '192031.360000', '192031.820000', '192032.280000', '192032.740000', '192033.200000', '192033.660000', '192034.120000', '192034.580000', '192035.040000', '192035.500000', '192035.960000', '192036.420000', '192036.880000', '192037.340000', '192037.800000', '192038.260000', '192038.720000', '192039.180000', '192039.640000', '192040.100000', '192040.560000', '192041.020000', '192041.480000', '192041.940000', '192042.400000', '192042.860000', '192043.320000', '192043.780000', '192044.240000', '192044.700000', '192045.160000', '192045.620000', '192046.080000', '192046.540000', '192047.000000', '192047.460000', '192047.920000', '192048.380000', '192048.840000', '192049.300000', '192049.760000', '192050.220000', '192050.680000', '192051.140000', '192051.600000', '192052.060000', '192052.520000', '192052.980000', '192053.440000', '192053.900000', '192054.360000', '192054.820000', '192055.280000', '192055.740000', '192056.200000', '192056.660000', '192057.120000', '192057.580000', '192058.040000', '192058.500000', '192058.960000', '192059.420000', '192059.880000', '192100.340000', '192100.800000', '192101.260000', '192101.720000', '192102.180000', '192102.640000', '192103.100000', '192103.560000', '192104.020000', '192104.480000', '192104.940000', '192105.400000', '192105.860000', '192106.320000', '192106.780000', '192107.240000', '192107.700000', '192108.160000', '192108.620000', '192109.080000', '192109.540000', '192110.000000', '192110.460000', '192110.920000', '192111.380000', '192111.840000', '192112.300000', '192112.760000', '192113.220000', '192113.680000', '192114.140000', '192114.600000', '192115.060000', '192115.520000', '192115.980000', '192116.440000', '192116.900000', '192117.360000', '192117.820000', '192118.280000', '192118.740000', '192119.200000', '192119.660000', '192120.120000', '192120.580000', '192121.040000', '192121.500000', '192121.960000', '192122.420000', '192122.880000', '192123.340000', '192123.800000', '192124.260000', '192124.720000', '192125.180000', '192125.640000', '192126.100000', '192126.560000', '192127.020000', '192127.480000', '192127.940000', '192128.400000', '192128.860000', '192129.320000', '192129.780000', '192130.240000', '192130.700000', '192131.160000', '192131.620000', '192132.080000', '192132.540000', '192133.000000', '192133.460000', '192133.920000', '192134.380000', '192134.840000', '192135.300000', '192135.760000', '192136.220000', '192136.680000', '192137.140000', '192137.600000', '192138.060000', '192138.520000', '192138.980000', '192139.440000', '192139.900000', '192140.360000', '192140.820000', '192141.280000', '192141.740000', '192142.200000', '192142.660000', '192143.120000', '192143.580000', '192144.040000', '192144.500000', '192144.960000', '192145.420000', '192145.880000', '192146.340000', '192146.800000', '192147.260000', '192147.720000', '192148.180000', '192148.640000', '192149.100000', '192149.560000', '192150.020000', '192150.480000', '192150.940000', '192151.400000', '192151.860000', '192152.320000', '192152.780000', '192153.240000', '192153.700000', '192154.160000', '192154.620000', '192155.080000', '192155.540000', '192156.000000', '192156.460000', '192156.920000', '192157.380000', '192157.840000', '192158.300000', '192158.760000', '192159.220000', '192159.680000', '192200.140000', '192200.600000', '192201.060000', '192201.520000', '192201.980000', '192202.440000', '192202.900000', '192203.360000', '192203.820000', '192204.280000', '192204.740000', '192205.200000', '192205.660000', '192206.120000', '192206.580000', '192207.040000', '192207.500000', '192207.960000', '192208.420000', '192208.880000', '192209.340000', '192209.800000', '192210.260000', '192210.720000', '192211.180000', '192211.640000', '192212.100000', '192212.560000', '192213.020000', '192213.480000', '192213.940000', '192214.400000', '192214.860000', '192215.320000', '192215.780000', '192216.240000', '192216.700000', '192217.160000', '192217.620000', '192218.080000', '192218.540000', '192219.000000', '192219.460000', '192219.920000', '192220.380000', '192220.840000', '192221.300000', '192221.760000', '192222.220000', '192222.680000', '192223.140000', '192223.600000', '192224.060000', '192224.520000', '192224.980000', '192225.440000', '192225.900000', '192226.360000', '192226.820000', '192227.280000', '192227.740000', '192228.200000', '192228.660000', '192229.120000', '192229.580000', '192230.040000', '192230.500000', '192230.960000', '192231.420000', '192231.880000', '192232.340000', '192232.800000', '192233.260000', '192233.720000', '192234.180000', '192234.640000', '192235.100000', '192235.560000', '192236.020000', '192236.480000', '192236.940000', '192237.400000', '192237.860000', '192238.320000', '192238.780000', '192239.240000', '192239.700000', '192240.160000', '192240.620000', '192241.080000', '192241.540000', '192242.000000', '192242.460000', '192242.920000', '192243.380000', '192243.840000', '192244.300000', '192244.760000', '192245.220000', '192245.680000', '192246.140000', '192246.600000', '192247.060000', '192247.520000', '192247.980000', '192248.440000', '192248.900000', '192249.360000', '192249.820000', '192250.280000', '192250.740000', '192251.200000', '192251.660000', '192252.120000', '192252.580000', '192253.040000', '192253.500000', '192253.960000', '192254.420000', '192254.880000', '192255.340000', '192255.800000', '192256.260000', '192256.720000', '192257.180000', '192257.640000', '192258.100000', '192258.560000', '192259.020000', '192259.480000', '192259.940000', '192300.400000', '192300.860000', '192301.320000', '192301.780000', '192302.240000', '192302.700000', '192303.160000', '192303.620000', '192304.080000', '192304.540000', '192305.000000', '192305.460000', '192305.920000', '192306.380000', '192306.840000', '192307.300000', '192307.760000', '192308.220000', '192308.680000', '192309.140000', '192309.600000', '192310.060000', '192310.520000', '192310.980000', '192311.440000', '192311.900000', '192312.360000', '192312.820000', '192313.280000', '192313.740000', '192314.200000', '192314.660000', '192315.120000', '192315.580000', '192316.040000', '192316.500000', '192316.960000', '192317.420000', '192317.880000', '192318.340000', '192318.800000', '192319.260000', '192319.720000', '192320.180000', '192320.640000', '192321.100000', '192321.560000', '192322.020000', '192322.480000', '192322.940000', '192323.400000', '192323.860000', '192324.320000', '192324.780000', '192325.240000', '192325.700000', '192326.160000', '192326.620000', '192327.080000', '192327.540000', '192328.000000', '192328.460000', '192328.920000', '192329.380000', '192329.840000', '192330.300000', '192330.760000', '192331.220000', '192331.680000', '192332.140000', '192332.600000', '192333.060000', '192333.520000', '192333.980000', '192334.440000', '192334.900000', '192335.360000', '192335.820000', '192336.280000', '192336.740000', '192337.200000', '192337.660000', '192338.120000', '192338.580000', '192339.040000', '192339.500000', '192339.960000', '192340.420000', '192340.880000', '192341.340000', '192341.800000', '192342.260000', '192342.720000', '192343.180000', '192343.640000', '192344.100000', '192344.560000', '192345.020000', '192345.480000', '192345.940000', '192346.400000', '192346.860000', '192347.320000', '192347.780000', '192348.240000', '192348.700000', '192349.160000', '192349.620000', '192350.080000', '192350.540000', '192351.000000', '192351.460000', '192351.920000', '192352.380000', '192352.840000', '192353.300000', '192353.760000', '192354.220000', '192354.680000', '192355.140000', '192355.600000', '192356.060000', '192356.520000', '192356.980000', '192357.440000', '192357.900000', '192358.360000', '192358.820000', '192359.280000', '192359.740000', '192400.200000', '192400.660000', '192401.120000', '192401.580000', '192402.040000', '192402.500000', '192402.960000', '192403.420000', '192403.880000', '192404.340000', '192404.800000', '192405.260000', '192405.720000', '192406.180000', '192406.640000', '192407.100000', '192407.560000', '192408.020000', '192408.480000', '192408.940000', '192409.400000', '192409.860000', '192410.320000', '192410.780000', '192411.240000', '192411.700000', '192412.160000', '192412.620000', '192413.080000', '192413.540000', '192414.000000', '192414.460000', '192414.920000', '192415.380000', '192415.840000', '192416.300000', '192416.760000', '192417.220000', '192417.680000', '192418.140000', '192418.600000', '192419.060000', '192419.520000', '192419.980000', '192420.440000', '192420.900000', '192421.360000', '192421.820000', '192422.280000', '192422.740000', '192423.200000', '192423.660000', '192424.120000', '192424.580000', '192425.040000', '192425.500000', '192425.960000', '192426.420000', '192426.880000', '192427.340000', '192427.800000', '192428.260000', '192428.720000', '192429.180000', '192429.640000', '192430.100000', '192430.560000', '192431.020000', '192431.480000', '192431.940000', '192432.400000', '192432.860000', '192433.320000', '192433.780000', '192434.240000', '192434.700000', '192435.160000', '192435.620000', '192436.080000', '192436.540000', '192437.000000', '192437.460000', '192437.920000', '192438.380000', '192438.840000', '192439.300000', '192439.760000', '192440.220000', '192440.680000', '192441.140000', '192441.600000', '192442.060000', '192442.520000', '192442.980000', '192443.440000', '192443.900000', '192444.360000', '192444.820000', '192445.280000', '192445.740000', '192446.200000', '192446.660000', '192447.120000', '192447.580000', '192448.040000', '192448.500000', '192448.960000', '192449.420000', '192449.880000', '192450.340000', '192450.800000', '192451.260000', '192451.720000', '192452.180000', '192452.640000', '192453.100000', '192453.560000', '192454.020000', '192454.480000', '192454.940000', '192455.400000', '192455.860000', '192456.320000', '192456.780000', '192457.240000', '192457.700000', '192458.160000', '192458.620000', '192459.080000', '192459.540000', '192500.000000', '192500.460000', '192500.920000', '192501.380000', '192501.840000', '192502.300000', '192502.760000', '192503.220000', '192503.680000', '192504.140000', '192504.600000', '192505.060000', '192505.520000', '192505.980000', '192506.440000', '192506.900000', '192507.360000', '192507.820000', '192508.280000', '192508.740000', '192509.200000', '192509.660000', '192510.120000', '192510.580000', '192511.040000', '192511.500000', '192511.960000', '192512.420000', '192512.880000', '192513.340000', '192513.800000', '192514.260000', '192514.720000', '192515.180000', '192515.640000', '192516.100000', '192516.560000', '192517.020000', '192517.480000', '192517.940000', '192518.400000', '192518.860000', '192519.320000', '192519.780000', '192520.240000', '192520.700000', '192521.160000', '192521.620000', '192522.080000', '192522.540000', '192523.000000', '192523.460000', '192523.920000', '192524.380000', '192524.840000', '192525.300000', '192525.760000', '192526.220000', '192526.680000', '192527.140000', '192527.600000', '192528.060000', '192528.520000', '192528.980000', '192529.440000', '192529.900000', '192530.360000', '192530.820000', '192531.280000', '192531.740000', '192532.200000', '192532.660000', '192533.120000', '192533.580000', '192534.040000', '192534.500000', '192534.960000', '192535.420000', '192535.880000', '192536.340000', '192536.800000', '192537.260000', '192537.720000', '192538.180000', '192538.640000', '192539.100000', '192539.560000', '192540.020000', '192540.480000', '192540.940000', '192541.400000', '192541.860000', '192542.320000', '192542.780000', '192543.240000', '192543.700000', '192544.160000', '192544.620000', '192545.080000', '192545.540000', '192546.000000', '192546.460000', '192546.920000', '192547.380000', '192547.840000', '192548.300000', '192548.760000', '192549.220000', '192549.680000', '192550.140000', '192550.600000', '192551.060000', '192551.520000', '192551.980000', '192552.440000', '192552.900000', '192553.360000', '192553.820000', '192554.280000', '192554.740000', '192555.200000', '192555.660000', '192556.120000', '192556.580000', '192557.040000', '192557.500000', '192557.960000', '192558.420000', '192558.880000', '192559.340000', '192559.800000', '192600.260000', '192600.720000', '192601.180000', '192601.640000', '192602.100000', '192602.560000', '192603.020000', '192603.480000', '192603.940000', '192604.400000', '192604.860000', '192605.320000', '192605.780000', '192606.240000', '192606.700000', '192607.160000', '192607.620000', '192608.080000', '192608.540000', '192609.000000', '192609.460000', '192609.920000', '192610.380000', '192610.840000', '192611.300000', '192611.760000', '192612.220000', '192612.680000', '192613.140000', '192613.600000', '192614.060000', '192614.520000', '192614.980000', '192615.440000', '192615.900000', '192616.360000', '192616.820000', '192617.280000', '192617.740000', '192618.200000', '192618.660000', '192619.120000', '192619.580000', '192620.040000', '192620.500000', '192620.960000', '192621.420000', '192621.880000', '192622.340000', '192622.800000', '192623.260000', '192623.720000', '192624.180000', '192624.640000', '192625.100000', '192625.560000', '192626.020000', '192626.480000', '192626.940000', '192627.400000', '192627.860000', '192628.320000', '192628.780000', '192629.240000', '192629.700000', '192630.160000', '192630.620000', '192631.080000', '192631.540000', '192632.000000', '192632.460000', '192632.920000', '192633.380000', '192633.840000', '192634.300000', '192634.760000', '192635.220000', '192635.680000', '192636.140000', '192636.600000', '192637.060000', '192637.520000', '192637.980000', '192638.440000', '192638.900000', '192639.360000', '192639.820000', '192640.280000', '192640.740000', '192641.200000', '192641.660000', '192642.120000', '192642.580000', '192643.040000', '192643.500000', '192643.960000', '192644.420000', '192644.880000', '192645.340000', '192645.800000', '192646.260000', '192646.720000', '192647.180000', '192647.640000', '192648.100000', '192648.560000', '192649.020000', '192649.480000', '192649.940000', '192650.400000', '192650.860000', '192651.320000', '192651.780000', '192652.240000', '192652.700000', '192653.160000', '192653.620000', '192654.080000', '192654.540000', '192655.000000', '192655.460000', '192655.920000', '192656.380000', '192656.840000', '192657.300000', '192657.760000', '192658.220000', '192658.680000', '192659.140000', '192659.600000', '192700.060000', '192700.520000', '192700.980000', '192701.440000', '192701.900000', '192702.360000', '192702.820000', '192703.280000', '192703.740000', '192704.200000', '192704.660000', '192705.120000', '192705.580000', '192706.040000', '192706.500000', '192706.960000', '192707.420000', '192707.880000', '192708.340000', '192708.800000', '192709.260000', '192709.720000', '192710.180000', '192710.640000', '192711.100000', '192711.560000', '192712.020000', '192712.480000', '192712.940000', '192713.400000', '192713.860000', '192714.320000', '192714.780000', '192715.240000', '192715.700000', '192716.160000', '192716.620000', '192717.080000', '192717.540000', '192718.000000', '192718.460000', '192718.920000', '192719.380000', '192719.840000', '192720.300000', '192720.760000', '192721.220000', '192721.680000', '192722.140000', '192722.600000', '192723.060000', '192723.520000', '192723.980000', '192724.440000', '192724.900000', '192725.360000', '192725.820000', '192726.280000', '192726.740000', '192727.200000', '192727.660000', '192728.120000', '192728.580000', '192729.040000', '192729.500000', '192729.960000', '192730.420000', '192730.880000', '192731.340000', '192731.800000', '192732.260000', '192732.720000', '192733.180000', '192733.640000', '192734.100000', '192734.560000', '192735.020000', '192735.480000', '192735.940000', '192736.400000', '192736.860000', '192737.320000', '192737.780000', '192738.240000', '192738.700000', '192739.160000', '192739.620000', '192740.080000', '192740.540000', '192741.000000', '192741.460000', '192741.920000', '192742.380000', '192742.840000', '192743.300000', '192743.760000', '192744.220000', '192744.680000', '192745.140000', '192745.600000', '192746.060000', '192746.520000', '192746.980000', '192747.440000', '192747.900000', '192748.360000', '192748.820000', '192749.280000', '192749.740000', '192750.200000', '192750.660000', '192751.120000', '192751.580000', '192752.040000', '192752.500000', '192752.960000', '192753.420000', '192753.880000', '192754.340000', '192754.800000', '192755.260000', '192755.720000', '192756.180000', '192756.640000', '192757.100000', '192757.560000', '192758.020000', '192758.480000', '192758.940000', '192759.400000', '192759.860000', '192800.320000', '192800.780000', '192801.240000', '192801.700000', '192802.160000', '192802.620000', '192803.080000', '192803.540000', '192804.000000', '192804.460000', '192804.920000', '192805.380000', '192805.840000', '192806.300000', '192806.760000', '192807.220000', '192807.680000', '192808.140000', '192808.600000', '192809.060000', '192809.520000', '192809.980000', '192810.440000', '192810.900000', '192811.360000', '192811.820000', '192812.280000', '192812.740000', '192813.200000', '192813.660000', '192814.120000', '192814.580000', '192815.040000', '192815.500000', '192815.960000', '192816.420000', '192816.880000', '192817.340000', '192817.800000', '192818.260000', '192818.720000', '192819.180000', '192819.640000', '192820.100000', '192820.560000', '192821.020000', '192821.480000', '192821.940000', '192822.400000', '192822.860000', '192823.320000', '192823.780000', '192824.240000', '192824.700000', '192825.160000', '192825.620000', '192826.080000', '192826.540000', '192827.000000', '192827.460000', '192827.920000', '192828.380000', '192828.840000'], 'ContentTime': ['192021.355000', '192021.358000', '192021.361000', '192021.365000', '192021.368000', '192021.371000', '192021.374000', '192021.388000', '192021.390000', '192021.393000', '192021.396000', '192021.399000', '192021.402000', '192021.405000', '192021.409000', '192021.412000', '192021.415000', '192021.418000', '192021.421000', '192021.424000', '192021.427000', '192021.430000', '192021.433000', '192021.436000', '192021.439000', '192021.442000', '192021.445000', '192021.448000', '192021.451000', '192021.454000', '192021.457000', '192021.460000', '192021.463000', '192021.466000', '192021.470000', '192021.473000', '192041.327000', '192041.330000', '192041.333000', '192041.336000', '192041.346000', '192041.349000', '192041.352000', '192041.355000', '192041.357000', '192041.360000', '192041.363000', '192041.366000', '192041.369000', '192041.372000', '192041.374000', '192041.377000', '192041.380000', '192041.383000', '192041.386000', '192041.389000', '192041.391000', '192041.394000', '192041.397000', '192041.400000', '192041.403000', '192041.406000', '192041.408000', '192041.411000', '192041.414000', '192041.417000', '192041.420000', '192041.422000', '192041.425000', '192041.444000', '192041.447000', '192041.450000', '192041.453000', '192041.456000', '192041.459000', '192041.462000', '192041.465000', '192041.467000', '192041.470000', '192101.328000', '192101.331000', '192101.334000', '192101.336000', '192101.339000', '192101.342000', '192101.345000', '192101.348000', '192101.351000', '192101.354000', '192101.356000', '192101.359000', '192101.362000', '192101.365000', '192101.368000', '192101.371000', '192101.373000', '192101.376000', '192101.379000', '192101.382000', '192101.385000', '192101.388000', '192101.395000', '192101.398000', '192101.401000', '192101.404000', '192101.406000', '192101.409000', '192101.412000', '192101.415000', '192101.418000', '192101.421000', '192101.423000', '192101.426000', '192101.429000', '192101.432000', '192101.435000', '192101.438000', '192101.441000', '192101.443000', '192101.446000', '192101.449000', '192101.452000', '192101.455000', '192121.328000', '192121.331000', '192121.334000', '192121.337000', '192121.340000', '192121.342000', '192121.345000', '192121.348000', '192121.351000', '192121.354000', '192121.359000', '192121.363000', '192121.366000', '192121.369000', '192121.372000', '192121.375000', '192121.377000', '192121.380000', '192121.383000', '192121.386000', '192121.389000', '192121.392000', '192121.395000', '192121.398000', '192121.400000', '192121.403000', '192121.406000', '192121.409000', '192121.412000', '192121.415000', '192121.418000', '192121.420000', '192121.423000', '192121.426000', '192121.429000', '192121.432000', '192121.435000', '192121.438000', '192121.450000', '192121.453000', '192121.456000', '192121.458000', '192121.461000', '192141.328000', '192141.331000', '192141.334000', '192141.337000', '192141.340000', '192141.343000', '192141.345000', '192141.348000', '192141.351000', '192141.354000', '192141.357000', '192141.360000', '192141.363000', '192141.366000', '192141.368000', '192141.371000', '192141.374000', '192141.377000', '192141.380000', '192141.383000', '192141.386000', '192141.389000', '192141.392000', '192141.394000', '192141.397000', '192141.400000', '192141.403000', '192141.406000', '192141.409000', '192141.412000', '192141.414000', '192141.417000', '192141.420000', '192141.423000', '192141.426000', '192141.429000', '192141.432000', '192141.434000', '192141.437000', '192141.440000', '192141.443000', '192141.446000', '192141.449000', '192141.452000', '192201.328000', '192201.331000', '192201.334000', '192201.337000', '192201.340000', '192201.342000', '192201.345000', '192201.348000', '192201.351000', '192201.354000', '192201.357000', '192201.359000', '192201.362000', '192201.365000', '192201.368000', '192201.371000', '192201.375000', '192201.377000', '192201.380000', '192201.383000', '192201.386000', '192201.389000', '192201.392000', '192201.395000', '192201.397000', '192201.400000', '192201.403000', '192201.406000', '192201.409000', '192201.412000', '192201.415000', '192201.417000', '192201.420000', '192201.423000', '192201.426000', '192201.429000', '192201.432000', '192201.435000', '192201.437000', '192201.440000', '192201.443000', '192201.446000', '192201.449000', '192221.327000', '192221.330000', '192221.333000', '192221.336000', '192221.338000', '192221.341000', '192221.344000', '192221.347000', '192221.350000', '192221.353000', '192221.356000', '192221.359000', '192221.361000', '192221.364000', '192221.367000', '192221.370000', '192221.373000', '192221.376000', '192221.379000', '192221.382000', '192221.384000', '192221.387000', '192221.390000', '192221.393000', '192221.396000', '192221.399000', '192221.402000', '192221.404000', '192221.407000', '192221.429000', '192221.432000', '192221.435000', '192221.438000', '192221.441000', '192221.443000', '192221.446000', '192221.449000', '192221.452000', '192221.455000', '192221.458000', '192221.461000', '192221.464000', '192221.467000', '192221.470000', '192241.327000', '192241.332000', '192241.335000', '192241.338000', '192241.341000', '192241.343000', '192241.346000', '192241.349000', '192241.352000', '192241.355000', '192241.358000', '192241.361000', '192241.363000', '192241.366000', '192241.369000', '192241.372000', '192241.375000', '192241.378000', '192241.381000', '192241.384000', '192241.388000', '192241.391000', '192241.394000', '192241.397000', '192241.399000', '192241.402000', '192241.405000', '192241.408000', '192241.411000', '192241.414000', '192241.417000', '192241.420000', '192241.423000', '192241.426000', '192241.428000', '192241.431000', '192241.434000', '192241.437000', '192241.440000', '192241.443000', '192241.445000', '192241.448000', '192241.451000', '192301.327000', '192301.330000', '192301.333000', '192301.336000', '192301.338000', '192301.341000', '192301.344000', '192301.347000', '192301.350000', '192301.353000', '192301.355000', '192301.358000', '192301.361000', '192301.364000', '192301.367000', '192301.370000', '192301.373000', '192301.376000', '192301.379000', '192301.381000', '192301.384000', '192301.387000', '192301.390000', '192301.393000', '192301.396000', '192301.399000', '192301.401000', '192301.404000', '192301.407000', '192301.410000', '192301.413000', '192301.416000', '192301.418000', '192301.421000', '192301.424000', '192301.427000', '192301.430000', '192301.433000', '192301.436000', '192301.439000', '192301.441000', '192301.444000', '192301.447000', '192301.450000', '192321.328000', '192321.331000', '192321.334000', '192321.337000', '192321.339000', '192321.342000', '192321.345000', '192321.348000', '192321.351000', '192321.354000', '192321.357000', '192321.359000', '192321.362000', '192321.365000', '192321.368000', '192321.371000', '192321.374000', '192321.377000', '192321.380000', '192321.383000', '192321.385000', '192321.388000', '192321.391000', '192321.394000', '192321.397000', '192321.400000', '192321.403000', '192321.406000', '192321.409000', '192321.411000', '192321.414000', '192321.417000', '192321.420000', '192321.423000', '192321.426000', '192321.429000', '192321.432000', '192321.435000', '192321.438000', '192321.441000', '192321.443000', '192321.446000', '192321.449000', '192341.328000', '192341.331000', '192341.334000', '192341.337000', '192341.340000', '192341.342000', '192341.345000', '192341.348000', '192341.351000', '192341.354000', '192341.357000', '192341.360000', '192341.363000', '192341.366000', '192341.368000', '192341.371000', '192341.374000', '192341.377000', '192341.380000', '192341.383000', '192341.386000', '192341.388000', '192341.391000', '192341.394000', '192341.398000', '192341.400000', '192341.403000', '192341.406000', '192341.409000', '192341.412000', '192341.415000', '192341.418000', '192341.421000', '192341.423000', '192341.426000', '192341.429000', '192341.432000', '192341.435000', '192341.438000', '192341.441000', '192341.444000', '192341.446000', '192341.449000', '192341.452000', '192401.328000', '192401.331000', '192401.334000', '192401.337000', '192401.340000', '192401.342000', '192401.345000', '192401.348000', '192401.351000', '192401.354000', '192401.374000', '192401.378000', '192401.380000', '192401.383000', '192401.386000', '192401.389000', '192401.392000', '192401.395000', '192401.398000', '192401.400000', '192401.403000', '192401.406000', '192401.409000', '192401.412000', '192401.415000', '192401.418000', '192401.421000', '192401.424000', '192401.427000', '192401.430000', '192401.433000', '192401.435000', '192401.438000', '192401.441000', '192401.444000', '192401.447000', '192401.451000', '192401.454000', '192401.458000', '192401.461000', '192401.464000', '192401.466000', '192401.469000', '192421.328000', '192421.331000', '192421.334000', '192421.337000', '192421.340000', '192421.342000', '192421.345000', '192421.348000', '192421.351000', '192421.354000', '192421.357000', '192421.360000', '192421.363000', '192421.366000', '192421.368000', '192421.371000', '192421.374000', '192421.377000', '192421.380000', '192421.383000', '192421.386000', '192421.389000', '192421.392000', '192421.394000', '192421.397000', '192421.400000', '192421.403000', '192421.406000', '192421.409000', '192421.412000', '192421.415000', '192421.418000', '192421.420000', '192421.423000', '192421.426000', '192421.429000', '192421.432000', '192421.435000', '192421.438000', '192421.441000', '192421.443000', '192421.446000', '192421.449000', '192421.452000', '192441.327000', '192441.330000', '192441.333000', '192441.336000', '192441.339000', '192441.342000', '192441.345000', '192441.347000', '192441.350000', '192441.353000', '192441.356000', '192441.359000', '192441.362000', '192441.365000', '192441.368000', '192441.370000', '192441.373000', '192441.376000', '192441.379000', '192441.382000', '192441.385000', '192441.388000', '192441.391000', '192441.394000', '192441.396000', '192441.399000', '192441.402000', '192441.405000', '192441.408000', '192441.411000', '192441.414000', '192441.417000', '192441.419000', '192441.422000', '192441.425000', '192441.428000', '192441.431000', '192441.434000', '192441.437000', '192441.440000', '192441.443000', '192441.446000', '192441.448000', '192501.327000', '192501.330000', '192501.333000', '192501.336000', '192501.339000', '192501.342000', '192501.344000', '192501.347000', '192501.350000', '192501.353000', '192501.356000', '192501.359000', '192501.362000', '192501.365000', '192501.368000', '192501.370000', '192501.373000', '192501.376000', '192501.379000', '192501.382000', '192501.385000', '192501.388000', '192501.391000', '192501.393000', '192501.396000', '192501.399000', '192501.402000', '192501.405000', '192501.408000', '192501.411000', '192501.413000', '192501.416000', '192501.419000', '192501.422000', '192501.425000', '192501.428000', '192501.431000', '192501.434000', '192501.437000', '192501.439000', '192501.442000', '192501.445000', '192501.448000', '192501.451000', '192521.327000', '192521.330000', '192521.333000', '192521.336000', '192521.339000', '192521.341000', '192521.344000', '192521.347000', '192521.350000', '192521.353000', '192521.356000', '192521.359000', '192521.362000', '192521.364000', '192521.367000', '192521.370000', '192521.373000', '192521.376000', '192521.379000', '192521.382000', '192521.385000', '192521.388000', '192521.390000', '192521.393000', '192521.396000', '192521.399000', '192521.402000', '192521.407000', '192521.410000', '192521.413000', '192521.416000', '192521.419000', '192521.422000', '192521.424000', '192521.427000', '192521.439000', '192521.442000', '192521.445000', '192521.448000', '192521.450000', '192521.453000', '192521.456000', '192521.459000', '192541.328000', '192541.331000', '192541.334000', '192541.337000', '192541.340000', '192541.343000', '192541.346000', '192541.348000', '192541.351000', '192541.354000', '192541.357000', '192541.360000', '192541.363000', '192541.366000', '192541.369000', '192541.371000', '192541.375000', '192541.377000', '192541.380000', '192541.383000', '192541.386000', '192541.389000', '192541.392000', '192541.395000', '192541.398000', '192541.401000', '192541.404000', '192541.406000', '192541.409000', '192541.412000', '192541.415000', '192541.418000', '192541.421000', '192541.424000', '192541.426000', '192541.429000', '192541.432000', '192541.435000', '192541.438000', '192541.441000', '192541.444000', '192541.447000', '192541.450000', '192541.453000', '192601.328000', '192601.331000', '192601.334000', '192601.337000', '192601.340000', '192601.343000', '192601.345000', '192601.348000', '192601.351000', '192601.354000', '192601.357000', '192601.360000', '192601.363000', '192601.366000', '192601.369000', '192601.371000', '192601.374000', '192601.377000', '192601.380000', '192601.383000', '192601.386000', '192601.389000', '192601.392000', '192601.395000', '192601.398000', '192601.400000', '192601.403000', '192601.406000', '192601.409000', '192601.412000', '192601.415000', '192601.418000', '192601.421000', '192601.423000', '192601.427000', '192601.429000', '192601.432000', '192601.435000', '192601.438000', '192601.441000', '192601.444000', '192601.447000', '192601.449000', '192621.328000', '192621.331000', '192621.334000', '192621.337000', '192621.341000', '192621.344000', '192621.347000', '192621.350000', '192621.353000', '192621.355000', '192621.358000', '192621.361000', '192621.364000', '192621.367000', '192621.370000', '192621.373000', '192621.376000', '192621.378000', '192621.381000', '192621.384000', '192621.387000', '192621.390000', '192621.393000', '192621.396000', '192621.399000', '192621.401000', '192621.404000', '192621.407000', '192621.410000', '192621.413000', '192621.416000', '192621.419000', '192621.421000', '192621.424000', '192621.427000', '192621.430000', '192621.433000', '192621.436000', '192621.439000', '192621.442000', '192621.444000', '192621.447000', '192621.450000', '192621.453000', '192641.328000', '192641.331000', '192641.334000', '192641.337000', '192641.339000', '192641.342000', '192641.345000', '192641.348000', '192641.351000', '192641.354000', '192641.357000', '192641.360000', '192641.362000', '192641.365000', '192641.368000', '192641.371000', '192641.374000', '192641.377000', '192641.380000', '192641.383000', '192641.386000', '192641.388000', '192641.391000', '192641.394000', '192641.397000', '192641.400000', '192641.403000', '192641.406000', '192641.409000', '192641.412000', '192641.414000', '192641.417000', '192641.420000', '192641.423000', '192641.426000', '192641.429000', '192641.432000', '192641.435000', '192641.437000', '192641.440000', '192641.444000', '192641.447000', '192641.450000', '192701.327000', '192701.330000', '192701.333000', '192701.336000', '192701.338000', '192701.341000', '192701.344000', '192701.347000', '192701.350000', '192701.353000', '192701.356000', '192701.359000', '192701.362000', '192701.364000', '192701.367000', '192701.370000', '192701.373000', '192701.377000', '192701.379000', '192701.382000', '192701.385000', '192701.388000', '192701.391000', '192701.394000', '192701.397000', '192701.400000', '192701.403000', '192701.406000', '192701.409000', '192701.411000', '192701.414000', '192701.417000', '192701.420000', '192701.423000', '192701.426000', '192701.429000', '192701.432000', '192701.435000', '192701.437000', '192701.440000', '192701.443000', '192701.446000', '192701.449000', '192701.452000', '192721.327000', '192721.330000', '192721.333000', '192721.336000', '192721.339000', '192721.341000', '192721.344000', '192721.347000', '192721.350000', '192721.353000', '192721.356000', '192721.359000', '192721.362000', '192721.364000', '192721.367000', '192721.370000', '192721.373000', '192721.376000', '192721.379000', '192721.382000', '192721.385000', '192721.388000', '192721.391000', '192721.393000', '192721.396000', '192721.399000', '192721.402000', '192721.405000', '192721.408000', '192721.410000', '192721.413000', '192721.416000', '192721.419000', '192721.422000', '192721.425000', '192721.428000', '192721.431000', '192721.433000', '192721.436000', '192721.439000', '192721.442000', '192721.445000', '192721.448000', '192741.327000', '192741.330000', '192741.333000', '192741.336000', '192741.339000', '192741.342000', '192741.345000', '192741.347000', '192741.352000', '192741.356000', '192741.359000', '192741.362000', '192741.365000', '192741.368000', '192741.371000', '192741.374000', '192741.377000', '192741.380000', '192741.382000', '192741.385000', '192741.388000', '192741.391000', '192741.394000', '192741.397000', '192741.400000', '192741.403000', '192741.405000', '192741.408000', '192741.411000', '192741.414000', '192741.417000', '192741.420000', '192741.422000', '192741.425000', '192741.428000', '192741.431000', '192741.434000', '192741.437000', '192741.440000', '192741.443000', '192741.445000', '192741.448000', '192741.451000', '192801.328000', '192801.331000', '192801.334000', '192801.337000', '192801.340000', '192801.343000', '192801.346000', '192801.348000', '192801.351000', '192801.354000', '192801.357000', '192801.360000', '192801.363000', '192801.366000', '192801.369000', '192801.372000', '192801.374000', '192801.377000', '192801.380000', '192801.383000', '192801.386000', '192801.389000', '192801.392000', '192801.395000', '192801.398000', '192801.400000', '192801.403000', '192801.406000', '192801.409000', '192801.412000', '192801.415000', '192801.418000', '192801.421000', '192801.424000', '192801.426000', '192801.429000', '192801.432000', '192801.435000', '192801.438000', '192801.441000', '192801.444000', '192801.447000', '192801.450000', '192801.452000', '192821.329000', '192821.332000', '192821.335000', '192821.338000', '192821.341000', '192821.343000', '192821.346000', '192821.349000', '192821.352000', '192821.355000', '192821.358000', '192821.361000', '192821.364000', '192821.367000', '192821.370000', '192821.372000', '192821.375000', '192821.378000', '192821.381000', '192821.384000', '192821.387000', '192821.390000', '192821.393000', '192821.396000', '192821.398000', '192821.401000', '192821.404000', '192821.407000', '192821.410000', '192821.413000', '192821.416000', '192821.419000', '192821.422000', '192821.425000', '192821.428000', '192821.430000', '192821.433000', '192821.436000', '192821.439000', '192821.442000', '192821.445000', '192821.448000', '192821.451000', '192829.664000', '192829.668000', '192829.671000', '192829.674000', '192829.678000', '192829.681000', '192829.684000', '192829.687000', '192829.690000', '192829.693000', '192829.696000', '192829.699000', '192829.702000', '192829.705000', '192829.708000', '192829.711000', '192829.714000', '192829.717000', '192829.721000'], 'InstanceCreationTime': ['192021.355000', '192021.358000', '192021.361000', '192021.365000', '192021.368000', '192021.371000', '192021.374000', '192021.388000', '192021.390000', '192021.393000', '192021.396000', '192021.399000', '192021.402000', '192021.405000', '192021.409000', '192021.412000', '192021.415000', '192021.418000', '192021.421000', '192021.424000', '192021.427000', '192021.430000', '192021.433000', '192021.436000', '192021.439000', '192021.442000', '192021.445000', '192021.448000', '192021.451000', '192021.454000', '192021.457000', '192021.460000', '192021.463000', '192021.466000', '192021.470000', '192021.473000', '192041.327000', '192041.330000', '192041.333000', '192041.336000', '192041.346000', '192041.349000', '192041.352000', '192041.355000', '192041.357000', '192041.360000', '192041.363000', '192041.366000', '192041.369000', '192041.372000', '192041.374000', '192041.377000', '192041.380000', '192041.383000', '192041.386000', '192041.389000', '192041.391000', '192041.394000', '192041.397000', '192041.400000', '192041.403000', '192041.406000', '192041.408000', '192041.411000', '192041.414000', '192041.417000', '192041.420000', '192041.422000', '192041.425000', '192041.444000', '192041.447000', '192041.450000', '192041.453000', '192041.456000', '192041.459000', '192041.462000', '192041.465000', '192041.467000', '192041.470000', '192101.328000', '192101.331000', '192101.334000', '192101.336000', '192101.339000', '192101.342000', '192101.345000', '192101.348000', '192101.351000', '192101.354000', '192101.356000', '192101.359000', '192101.362000', '192101.365000', '192101.368000', '192101.371000', '192101.373000', '192101.376000', '192101.379000', '192101.382000', '192101.385000', '192101.388000', '192101.395000', '192101.398000', '192101.401000', '192101.404000', '192101.406000', '192101.409000', '192101.412000', '192101.415000', '192101.418000', '192101.421000', '192101.423000', '192101.426000', '192101.429000', '192101.432000', '192101.435000', '192101.438000', '192101.441000', '192101.443000', '192101.446000', '192101.449000', '192101.452000', '192101.455000', '192121.328000', '192121.331000', '192121.334000', '192121.337000', '192121.340000', '192121.342000', '192121.345000', '192121.348000', '192121.351000', '192121.354000', '192121.359000', '192121.363000', '192121.366000', '192121.369000', '192121.372000', '192121.375000', '192121.377000', '192121.380000', '192121.383000', '192121.386000', '192121.389000', '192121.392000', '192121.395000', '192121.398000', '192121.400000', '192121.403000', '192121.406000', '192121.409000', '192121.412000', '192121.415000', '192121.418000', '192121.420000', '192121.423000', '192121.426000', '192121.429000', '192121.432000', '192121.435000', '192121.438000', '192121.450000', '192121.453000', '192121.456000', '192121.458000', '192121.461000', '192141.328000', '192141.331000', '192141.334000', '192141.337000', '192141.340000', '192141.343000', '192141.345000', '192141.348000', '192141.351000', '192141.354000', '192141.357000', '192141.360000', '192141.363000', '192141.366000', '192141.368000', '192141.371000', '192141.374000', '192141.377000', '192141.380000', '192141.383000', '192141.386000', '192141.389000', '192141.392000', '192141.394000', '192141.397000', '192141.400000', '192141.403000', '192141.406000', '192141.409000', '192141.412000', '192141.414000', '192141.417000', '192141.420000', '192141.423000', '192141.426000', '192141.429000', '192141.432000', '192141.434000', '192141.437000', '192141.440000', '192141.443000', '192141.446000', '192141.449000', '192141.452000', '192201.328000', '192201.331000', '192201.334000', '192201.337000', '192201.340000', '192201.342000', '192201.345000', '192201.348000', '192201.351000', '192201.354000', '192201.357000', '192201.359000', '192201.362000', '192201.365000', '192201.368000', '192201.371000', '192201.375000', '192201.377000', '192201.380000', '192201.383000', '192201.386000', '192201.389000', '192201.392000', '192201.395000', '192201.397000', '192201.400000', '192201.403000', '192201.406000', '192201.409000', '192201.412000', '192201.415000', '192201.417000', '192201.420000', '192201.423000', '192201.426000', '192201.429000', '192201.432000', '192201.435000', '192201.437000', '192201.440000', '192201.443000', '192201.446000', '192201.449000', '192221.327000', '192221.330000', '192221.333000', '192221.336000', '192221.338000', '192221.341000', '192221.344000', '192221.347000', '192221.350000', '192221.353000', '192221.356000', '192221.359000', '192221.361000', '192221.364000', '192221.367000', '192221.370000', '192221.373000', '192221.376000', '192221.379000', '192221.382000', '192221.384000', '192221.387000', '192221.390000', '192221.393000', '192221.396000', '192221.399000', '192221.402000', '192221.404000', '192221.407000', '192221.429000', '192221.432000', '192221.435000', '192221.438000', '192221.441000', '192221.443000', '192221.446000', '192221.449000', '192221.452000', '192221.455000', '192221.458000', '192221.461000', '192221.464000', '192221.467000', '192221.470000', '192241.327000', '192241.332000', '192241.335000', '192241.338000', '192241.341000', '192241.343000', '192241.346000', '192241.349000', '192241.352000', '192241.355000', '192241.358000', '192241.361000', '192241.363000', '192241.366000', '192241.369000', '192241.372000', '192241.375000', '192241.378000', '192241.381000', '192241.384000', '192241.388000', '192241.391000', '192241.394000', '192241.397000', '192241.399000', '192241.402000', '192241.405000', '192241.408000', '192241.411000', '192241.414000', '192241.417000', '192241.420000', '192241.423000', '192241.426000', '192241.428000', '192241.431000', '192241.434000', '192241.437000', '192241.440000', '192241.443000', '192241.445000', '192241.448000', '192241.451000', '192301.327000', '192301.330000', '192301.333000', '192301.336000', '192301.338000', '192301.341000', '192301.344000', '192301.347000', '192301.350000', '192301.353000', '192301.355000', '192301.358000', '192301.361000', '192301.364000', '192301.367000', '192301.370000', '192301.373000', '192301.376000', '192301.379000', '192301.381000', '192301.384000', '192301.387000', '192301.390000', '192301.393000', '192301.396000', '192301.399000', '192301.401000', '192301.404000', '192301.407000', '192301.410000', '192301.413000', '192301.416000', '192301.418000', '192301.421000', '192301.424000', '192301.427000', '192301.430000', '192301.433000', '192301.436000', '192301.439000', '192301.441000', '192301.444000', '192301.447000', '192301.450000', '192321.328000', '192321.331000', '192321.334000', '192321.337000', '192321.339000', '192321.342000', '192321.345000', '192321.348000', '192321.351000', '192321.354000', '192321.357000', '192321.359000', '192321.362000', '192321.365000', '192321.368000', '192321.371000', '192321.374000', '192321.377000', '192321.380000', '192321.383000', '192321.385000', '192321.388000', '192321.391000', '192321.394000', '192321.397000', '192321.400000', '192321.403000', '192321.406000', '192321.409000', '192321.411000', '192321.414000', '192321.417000', '192321.420000', '192321.423000', '192321.426000', '192321.429000', '192321.432000', '192321.435000', '192321.438000', '192321.441000', '192321.443000', '192321.446000', '192321.449000', '192341.328000', '192341.331000', '192341.334000', '192341.337000', '192341.340000', '192341.342000', '192341.345000', '192341.348000', '192341.351000', '192341.354000', '192341.357000', '192341.360000', '192341.363000', '192341.366000', '192341.368000', '192341.371000', '192341.374000', '192341.377000', '192341.380000', '192341.383000', '192341.386000', '192341.388000', '192341.391000', '192341.394000', '192341.398000', '192341.400000', '192341.403000', '192341.406000', '192341.409000', '192341.412000', '192341.415000', '192341.418000', '192341.421000', '192341.423000', '192341.426000', '192341.429000', '192341.432000', '192341.435000', '192341.438000', '192341.441000', '192341.444000', '192341.446000', '192341.449000', '192341.452000', '192401.328000', '192401.331000', '192401.334000', '192401.337000', '192401.340000', '192401.342000', '192401.345000', '192401.348000', '192401.351000', '192401.354000', '192401.374000', '192401.378000', '192401.380000', '192401.383000', '192401.386000', '192401.389000', '192401.392000', '192401.395000', '192401.398000', '192401.400000', '192401.403000', '192401.406000', '192401.409000', '192401.412000', '192401.415000', '192401.418000', '192401.421000', '192401.424000', '192401.427000', '192401.430000', '192401.433000', '192401.435000', '192401.438000', '192401.441000', '192401.444000', '192401.447000', '192401.451000', '192401.454000', '192401.458000', '192401.461000', '192401.464000', '192401.466000', '192401.469000', '192421.328000', '192421.331000', '192421.334000', '192421.337000', '192421.340000', '192421.342000', '192421.345000', '192421.348000', '192421.351000', '192421.354000', '192421.357000', '192421.360000', '192421.363000', '192421.366000', '192421.368000', '192421.371000', '192421.374000', '192421.377000', '192421.380000', '192421.383000', '192421.386000', '192421.389000', '192421.392000', '192421.394000', '192421.397000', '192421.400000', '192421.403000', '192421.406000', '192421.409000', '192421.412000', '192421.415000', '192421.418000', '192421.420000', '192421.423000', '192421.426000', '192421.429000', '192421.432000', '192421.435000', '192421.438000', '192421.441000', '192421.443000', '192421.446000', '192421.449000', '192421.452000', '192441.327000', '192441.330000', '192441.333000', '192441.336000', '192441.339000', '192441.342000', '192441.345000', '192441.347000', '192441.350000', '192441.353000', '192441.356000', '192441.359000', '192441.362000', '192441.365000', '192441.368000', '192441.370000', '192441.373000', '192441.376000', '192441.379000', '192441.382000', '192441.385000', '192441.388000', '192441.391000', '192441.394000', '192441.396000', '192441.399000', '192441.402000', '192441.405000', '192441.408000', '192441.411000', '192441.414000', '192441.417000', '192441.419000', '192441.422000', '192441.425000', '192441.428000', '192441.431000', '192441.434000', '192441.437000', '192441.440000', '192441.443000', '192441.446000', '192441.448000', '192501.327000', '192501.330000', '192501.333000', '192501.336000', '192501.339000', '192501.342000', '192501.344000', '192501.347000', '192501.350000', '192501.353000', '192501.356000', '192501.359000', '192501.362000', '192501.365000', '192501.368000', '192501.370000', '192501.373000', '192501.376000', '192501.379000', '192501.382000', '192501.385000', '192501.388000', '192501.391000', '192501.393000', '192501.396000', '192501.399000', '192501.402000', '192501.405000', '192501.408000', '192501.411000', '192501.413000', '192501.416000', '192501.419000', '192501.422000', '192501.425000', '192501.428000', '192501.431000', '192501.434000', '192501.437000', '192501.439000', '192501.442000', '192501.445000', '192501.448000', '192501.451000', '192521.327000', '192521.330000', '192521.333000', '192521.336000', '192521.339000', '192521.341000', '192521.344000', '192521.347000', '192521.350000', '192521.353000', '192521.356000', '192521.359000', '192521.362000', '192521.364000', '192521.367000', '192521.370000', '192521.373000', '192521.376000', '192521.379000', '192521.382000', '192521.385000', '192521.388000', '192521.390000', '192521.393000', '192521.396000', '192521.399000', '192521.402000', '192521.407000', '192521.410000', '192521.413000', '192521.416000', '192521.419000', '192521.422000', '192521.424000', '192521.427000', '192521.439000', '192521.442000', '192521.445000', '192521.448000', '192521.450000', '192521.453000', '192521.456000', '192521.459000', '192541.328000', '192541.331000', '192541.334000', '192541.337000', '192541.340000', '192541.343000', '192541.346000', '192541.348000', '192541.351000', '192541.354000', '192541.357000', '192541.360000', '192541.363000', '192541.366000', '192541.369000', '192541.371000', '192541.375000', '192541.377000', '192541.380000', '192541.383000', '192541.386000', '192541.389000', '192541.392000', '192541.395000', '192541.398000', '192541.401000', '192541.404000', '192541.406000', '192541.409000', '192541.412000', '192541.415000', '192541.418000', '192541.421000', '192541.424000', '192541.426000', '192541.429000', '192541.432000', '192541.435000', '192541.438000', '192541.441000', '192541.444000', '192541.447000', '192541.450000', '192541.453000', '192601.328000', '192601.331000', '192601.334000', '192601.337000', '192601.340000', '192601.343000', '192601.345000', '192601.348000', '192601.351000', '192601.354000', '192601.357000', '192601.360000', '192601.363000', '192601.366000', '192601.369000', '192601.371000', '192601.374000', '192601.377000', '192601.380000', '192601.383000', '192601.386000', '192601.389000', '192601.392000', '192601.395000', '192601.398000', '192601.400000', '192601.403000', '192601.406000', '192601.409000', '192601.412000', '192601.415000', '192601.418000', '192601.421000', '192601.423000', '192601.427000', '192601.429000', '192601.432000', '192601.435000', '192601.438000', '192601.441000', '192601.444000', '192601.447000', '192601.449000', '192621.328000', '192621.331000', '192621.334000', '192621.337000', '192621.341000', '192621.344000', '192621.347000', '192621.350000', '192621.353000', '192621.355000', '192621.358000', '192621.361000', '192621.364000', '192621.367000', '192621.370000', '192621.373000', '192621.376000', '192621.378000', '192621.381000', '192621.384000', '192621.387000', '192621.390000', '192621.393000', '192621.396000', '192621.399000', '192621.401000', '192621.404000', '192621.407000', '192621.410000', '192621.413000', '192621.416000', '192621.419000', '192621.421000', '192621.424000', '192621.427000', '192621.430000', '192621.433000', '192621.436000', '192621.439000', '192621.442000', '192621.444000', '192621.447000', '192621.450000', '192621.453000', '192641.328000', '192641.331000', '192641.334000', '192641.337000', '192641.339000', '192641.342000', '192641.345000', '192641.348000', '192641.351000', '192641.354000', '192641.357000', '192641.360000', '192641.362000', '192641.365000', '192641.368000', '192641.371000', '192641.374000', '192641.377000', '192641.380000', '192641.383000', '192641.386000', '192641.388000', '192641.391000', '192641.394000', '192641.397000', '192641.400000', '192641.403000', '192641.406000', '192641.409000', '192641.412000', '192641.414000', '192641.417000', '192641.420000', '192641.423000', '192641.426000', '192641.429000', '192641.432000', '192641.435000', '192641.437000', '192641.440000', '192641.444000', '192641.447000', '192641.450000', '192701.327000', '192701.330000', '192701.333000', '192701.336000', '192701.338000', '192701.341000', '192701.344000', '192701.347000', '192701.350000', '192701.353000', '192701.356000', '192701.359000', '192701.362000', '192701.364000', '192701.367000', '192701.370000', '192701.373000', '192701.377000', '192701.379000', '192701.382000', '192701.385000', '192701.388000', '192701.391000', '192701.394000', '192701.397000', '192701.400000', '192701.403000', '192701.406000', '192701.409000', '192701.411000', '192701.414000', '192701.417000', '192701.420000', '192701.423000', '192701.426000', '192701.429000', '192701.432000', '192701.435000', '192701.437000', '192701.440000', '192701.443000', '192701.446000', '192701.449000', '192701.452000', '192721.327000', '192721.330000', '192721.333000', '192721.336000', '192721.339000', '192721.341000', '192721.344000', '192721.347000', '192721.350000', '192721.353000', '192721.356000', '192721.359000', '192721.362000', '192721.364000', '192721.367000', '192721.370000', '192721.373000', '192721.376000', '192721.379000', '192721.382000', '192721.385000', '192721.388000', '192721.391000', '192721.393000', '192721.396000', '192721.399000', '192721.402000', '192721.405000', '192721.408000', '192721.410000', '192721.413000', '192721.416000', '192721.419000', '192721.422000', '192721.425000', '192721.428000', '192721.431000', '192721.433000', '192721.436000', '192721.439000', '192721.442000', '192721.445000', '192721.448000', '192741.327000', '192741.330000', '192741.333000', '192741.336000', '192741.339000', '192741.342000', '192741.345000', '192741.347000', '192741.352000', '192741.356000', '192741.359000', '192741.362000', '192741.365000', '192741.368000', '192741.371000', '192741.374000', '192741.377000', '192741.380000', '192741.382000', '192741.385000', '192741.388000', '192741.391000', '192741.394000', '192741.397000', '192741.400000', '192741.403000', '192741.405000', '192741.408000', '192741.411000', '192741.414000', '192741.417000', '192741.420000', '192741.422000', '192741.425000', '192741.428000', '192741.431000', '192741.434000', '192741.437000', '192741.440000', '192741.443000', '192741.445000', '192741.448000', '192741.451000', '192801.328000', '192801.331000', '192801.334000', '192801.337000', '192801.340000', '192801.343000', '192801.346000', '192801.348000', '192801.351000', '192801.354000', '192801.357000', '192801.360000', '192801.363000', '192801.366000', '192801.369000', '192801.372000', '192801.374000', '192801.377000', '192801.380000', '192801.383000', '192801.386000', '192801.389000', '192801.392000', '192801.395000', '192801.398000', '192801.400000', '192801.403000', '192801.406000', '192801.409000', '192801.412000', '192801.415000', '192801.418000', '192801.421000', '192801.424000', '192801.426000', '192801.429000', '192801.432000', '192801.435000', '192801.438000', '192801.441000', '192801.444000', '192801.447000', '192801.450000', '192801.452000', '192821.329000', '192821.332000', '192821.335000', '192821.338000', '192821.341000', '192821.343000', '192821.346000', '192821.349000', '192821.352000', '192821.355000', '192821.358000', '192821.361000', '192821.364000', '192821.367000', '192821.370000', '192821.372000', '192821.375000', '192821.378000', '192821.381000', '192821.384000', '192821.387000', '192821.390000', '192821.393000', '192821.396000', '192821.398000', '192821.401000', '192821.404000', '192821.407000', '192821.410000', '192821.413000', '192821.416000', '192821.419000', '192821.422000', '192821.425000', '192821.428000', '192821.430000', '192821.433000', '192821.436000', '192821.439000', '192821.442000', '192821.445000', '192821.448000', '192821.451000', '192829.664000', '192829.668000', '192829.671000', '192829.674000', '192829.678000', '192829.681000', '192829.684000', '192829.687000', '192829.690000', '192829.693000', '192829.696000', '192829.699000', '192829.702000', '192829.705000', '192829.708000', '192829.711000', '192829.714000', '192829.717000', '192829.721000'], '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': [10691, 13736, 9853, 11729, 9236, 10521, 9956, 10055, 9643, 9599, 9305, 10711, 9557, 9807, 9376, 9634, 9705, 9848, 9884, 10735, 9782, 11374, 9463, 10004, 9778, 10294, 9968, 11938, 10097, 11722, 9684, 10942, 9617, 9800, 10655, 9652, 12135, 9967, 12771, 10834, 14285, 9857, 13856, 10345, 13261, 9359, 12712, 12723, 9674, 9231, 9966, 9215, 9735, 9406, 9940, 9827, 9978, 10799, 9591, 11038, 9514, 12343, 9757, 12532, 10691, 11694, 10188, 9429, 10820, 9222, 10592, 9644, 10876, 9542, 9960, 9494, 9927, 9428, 10266, 9493, 10248, 9590, 11552, 9787, 11088, 9165, 10618, 9663, 11310, 9644, 11608, 9430, 11401, 9503, 12024, 9498, 11256, 9600, 10843, 9914, 11309, 9904, 11206, 9855, 12164, 9692, 10834, 9456, 11619, 9691, 11052, 9808, 10577, 9530, 10591, 9118, 9519, 9978, 9557, 12258, 9622, 11954, 9952, 12098, 9726, 10064, 9751, 9745, 9877, 9937, 9959, 10131, 10503, 9688, 11995, 9492, 11820, 9818, 11898, 9893, 12481, 9435, 10803, 9402, 10232, 10011, 9993, 10181, 11561, 10221, 12850, 9339, 11016, 9428, 11389, 10053, 11115, 9692, 10469, 9628, 10279, 9089, 10756, 9412, 10502, 9258, 9688, 9263, 9846, 12384, 9906, 12001, 10113, 11934, 9522, 9658, 9477, 9332, 9571, 9769, 9541, 10178, 11019, 9589, 10096, 9329, 11711, 9687, 11605, 10037, 12080, 9561, 10316, 9906, 10269, 9916, 10688, 10070, 11695, 9639, 9893, 9560, 10192, 11224, 9731, 13313, 10561, 13762, 9855, 11957, 9349, 11541, 9544, 10863, 9955, 10017, 9507, 9750, 9256, 10587, 10499, 9791, 8793, 9547, 10231, 9638, 12139, 9540, 11339, 9974, 9971, 9772, 11027, 9634, 11746, 9771, 11753, 9706, 11588, 10076, 9608, 13307, 9435, 10392, 9338, 9618, 11471, 9517, 11456, 9500, 11149, 9905, 11193, 9659, 10864, 9367, 10673, 9641, 10765, 9899, 11562, 9439, 10390, 9306, 10302, 9368, 10716, 9079, 10486, 8911, 10583, 9694, 10309, 8619, 9282, 8866, 9510, 10066, 9847, 11584, 9684, 8712, 9326, 9803, 9431, 12261, 9369, 12041, 9801, 12121, 9779, 10657, 9497, 9506, 9097, 9669, 11759, 9437, 11745, 9640, 12140, 9844, 11957, 9543, 10379, 9559, 10460, 9508, 9549, 10407, 9660, 12116, 9802, 11861, 9182, 10958, 9150, 10869, 9612, 10300, 9379, 10645, 9563, 9407, 8878, 9477, 11214, 9448, 12407, 9707, 12488, 9202, 10943, 9543, 9566, 8928, 9553, 12429, 9959, 13403, 10018, 10792, 11692, 9622, 9684, 8949, 9315, 8991, 11658, 9311, 9912, 8935, 9471, 9153, 9868, 9080, 8287, 10234, 9901, 11944, 12050, 12301, 14098, 12731, 14572, 10737, 12060, 9107, 11125, 9486, 11240, 9313, 10755, 9137, 9655, 9432, 10523, 9757, 12210, 9623, 10886, 9342, 10918, 9754, 10565, 9335, 9450, 9009, 9562, 11876, 9223, 11514, 9396, 11558, 9105, 11693, 9470, 13094, 9365, 11160, 9293, 10166, 9470, 9969, 9428, 10985, 9021, 10182, 8556, 9195, 10905, 9407, 12021, 9206, 11354, 9869, 11253, 9365, 9434, 8592, 9428, 8651, 9363, 11322, 9627, 12068, 9876, 11210, 9238, 11297, 9426, 11820, 9721, 12242, 9782, 11904, 9158, 11605, 9302, 12143, 9422, 12663, 9046, 10821, 9302, 10672, 9589, 10644, 9363, 11163, 8976, 10471, 8823, 9239, 8927, 9385, 12609, 9750, 12146, 9132, 10159, 9406, 10026, 9331, 9632, 9135, 10094, 8615, 9127, 10298, 9244, 11848, 9298, 11958, 9579, 12240, 10034, 11127, 9255, 10901, 9380, 11802, 9386, 11932, 9703, 13099, 10461, 14202, 9513, 12082, 9059, 10874, 9452, 9663, 8480, 9679, 12494, 9678, 11703, 9078, 10596, 9293, 11270, 9218, 11486, 9711, 11500, 9303, 9621, 8933, 9270, 8711, 9572, 11956, 9688, 11449, 9248, 10145, 9331, 9919, 8984, 9553, 10863, 9682, 12095, 9276, 11160, 9177, 10151, 9320, 9375, 8920, 9941, 11243, 9645, 9008, 9289, 11039, 9269, 11823, 9250, 11526, 9831, 12134, 9246, 9705, 8758, 9308, 11745, 9396, 12226, 10039, 12917, 9063, 10713, 9489, 9769, 9080, 9273, 9822, 9287, 12150, 9329, 12404, 8998, 10984, 9153, 9729, 9155, 9333, 8831, 10077, 9652, 8965, 11597, 8685, 10632, 9294, 10705, 8662, 8337, 9054, 9644, 12976, 9751, 11637, 8912, 11575, 8975, 11677, 9143, 10895, 9801, 11856, 9180, 10483, 8647, 10397, 9082, 8539, 9391, 9095, 11050, 8664, 10641, 11399, 9757, 8533, 8813, 8766, 9415, 10683, 9070, 10002, 9505, 10777, 10725, 8795, 9299, 8961, 9757, 10347, 9359, 12588, 9000, 11907, 8454, 10853, 9184, 11018, 9469, 11195, 8992, 9891, 9256, 10188, 8883, 9963, 9861, 9702, 12248, 9721, 11642, 8832, 10878, 9024, 11532, 9220, 12383, 8863, 10420, 8921, 9897, 8953, 9416, 8757, 10127, 8785, 10058, 8590, 8864, 11309, 8979, 12008, 9010, 11691, 9007, 12351, 9538, 12543, 9002, 9442, 9063, 11553, 9096, 12025, 9204, 10159, 8412, 9306, 13288, 9501, 13436, 8925, 11346, 8767, 8962, 8660, 9229, 11483, 9280, 11769, 8842, 9320, 8663, 9050, 8448, 9121, 11889, 9205, 11205, 8685, 10268, 9038, 9451, 8675, 9046, 10182, 9361, 11891, 9526, 10951, 8874, 11318, 8704, 10773, 9223, 10205, 8890, 10560, 8531, 9702, 8244, 8850, 11592, 9041, 12298, 9344, 11713, 8548, 9812, 8904, 9477, 8810, 9345, 10394, 10185, 10780, 8716, 11393, 8972, 11838, 9004, 11870, 9000, 12879, 9191, 11467, 8575, 10444, 9059, 9870, 8569, 9395, 11351, 9714, 11576, 9063, 11013, 8836, 10392, 8877, 10744, 9336, 11664, 9186, 9973, 8884, 9211, 8567, 9102, 11411, 9572, 12686, 9867, 10455, 8935, 11729, 9053, 11807, 9165, 10120, 8954, 10236, 8968, 9917, 8515, 8956, 8818, 8987, 11008, 9060, 12093, 9408, 12340, 9414, 11805, 8783, 11726, 8624, 11136, 8911, 10283, 8319, 10111, 11684, 9176, 11497, 8638, 11643, 8771, 11049, 9087, 9895, 9182, 10327, 8729, 10285, 8690, 8863, 8762, 8886, 11847, 8974, 11561, 9205, 12405, 9822, 11331, 8873, 10438, 8636, 10776, 8955, 10583, 9802, 11635, 9323, 10334, 8922, 8989, 11017, 9007, 12342, 8931, 11494, 9041, 10339, 8745, 10390, 8762, 9115, 8246, 9115, 9063, 9280, 10423, 9122, 11546, 9046, 11752, 9066, 11196, 9882, 11627, 9523, 11287, 9349, 10173, 9299, 9572, 8848, 9858, 8484, 9308, 9020, 11532, 9367, 10822, 9279, 10686, 9098, 11283, 9558, 10862, 9251, 10988, 9061, 11006, 8889, 9693, 8492, 9656, 11234, 9581, 12861, 10135, 13192, 10240, 11679, 9224, 10830, 9214, 11647, 9140, 11680, 9732, 11737, 9909, 10706, 9246, 9368, 9011, 9521, 10140, 9856, 10709, 9173, 9015, 9308, 11834, 9259, 12028, 9638, 12301, 9246, 10741, 9115, 10978, 9476, 11308, 9360, 11412, 9578, 10280, 9572, 8622, 9277, 8930, 9343, 12524, 9879, 12107, 9184, 11583, 9705, 11894, 9444, 10263, 9343, 9557, 9291, 9182, 9013, 9940, 10008, 9204, 9065, 9231, 11820, 9291, 12035, 9508, 12018, 9533, 9834, 9498, 9303, 9372, 9903, 12216, 9800, 11397, 9530, 10592, 9999, 9787, 9642, 9491, 9433, 9778, 11455, 9313, 10862, 9320, 11502, 9235, 11567, 9815, 10460, 9903, 10259, 9129, 9133, 8430, 8985, 10471, 9374, 11730, 9621, 12062, 9508, 11137, 9101, 11269, 8955, 11453, 9284, 10569, 9549, 10961, 9393, 11228, 10135, 11674, 9888, 13928, 10955, 10169, 14043, 10197, 9783, 9585, 9829, 9847, 9648, 9746, 11945, 9214, 13292, 9426, 13732, 9812, 13007, 9603, 9471, 8352, 9641, 8280, 10462, 8550, 11582, 9302, 8937, 8848, 8710, 9203, 8971, 10183, 9007, 9666, 9243, 11100, 9263, 10668, 9002, 10250, 8822, 10819, 8767, 11247, 8605, 11454, 9018, 12480, 9722, 11722, 8945, 11251, 8964, 11744, 8685, 11401, 8987, 10080, 8941, 9626, 8901, 8745, 9169, 10171, 8753, 10058, 8501, 8802, 8782, 8982, 12301, 9439, 11529, 8843, 11213, 8989, 10259, 9268, 10413, 9104, 10985], 'WindowCenter': [4260.0, 4255.0, 4221.0, 4228.0, 4207.0, 4215.0, 4205.0, 4206.0, 4205.0, 4205.0, 4206.0, 4215.0, 4204.0, 4205.0, 4193.0, 4204.0, 4204.0, 4205.0, 4206.0, 4217.0, 4207.0, 4228.0, 4207.0, 4207.0, 4205.0, 4217.0, 4218.0, 4228.0, 4217.0, 4229.0, 4208.0, 4218.0, 4207.0, 4207.0, 4216.0, 4205.0, 4227.0, 4207.0, 4227.0, 4217.0, 4236.0, 4205.0, 4239.0, 4219.0, 4250.0, 4207.0, 4227.0, 4224.0, 4191.0, 4178.0, 4189.0, 4191.0, 4192.0, 4206.0, 4205.0, 4216.0, 4218.0, 4217.0, 4208.0, 4217.0, 4194.0, 4216.0, 4194.0, 4215.0, 4206.0, 4214.0, 4192.0, 4182.0, 4192.0, 4180.0, 4190.0, 4181.0, 4190.0, 4178.0, 4178.0, 4178.0, 4178.0, 4168.0, 4179.0, 4179.0, 4178.0, 4180.0, 4191.0, 4179.0, 4200.0, 4180.0, 4190.0, 4191.0, 4201.0, 4191.0, 4202.0, 4182.0, 4203.0, 4194.0, 4213.0, 4194.0, 4203.0, 4193.0, 4203.0, 4205.0, 4228.0, 4207.0, 4218.0, 4206.0, 4226.0, 4206.0, 4216.0, 4205.0, 4216.0, 4206.0, 4216.0, 4205.0, 4206.0, 4195.0, 4206.0, 4195.0, 4195.0, 4205.0, 4204.0, 4225.0, 4195.0, 4216.0, 4206.0, 4227.0, 4205.0, 4207.0, 4204.0, 4195.0, 4204.0, 4206.0, 4206.0, 4206.0, 4205.0, 4206.0, 4226.0, 4205.0, 4215.0, 4204.0, 4226.0, 4207.0, 4225.0, 4196.0, 4215.0, 4206.0, 4206.0, 4205.0, 4205.0, 4207.0, 4228.0, 4207.0, 4229.0, 4207.0, 4216.0, 4207.0, 4217.0, 4206.0, 4217.0, 4197.0, 4206.0, 4195.0, 4206.0, 4197.0, 4216.0, 4195.0, 4205.0, 4195.0, 4194.0, 4194.0, 4194.0, 4214.0, 4194.0, 4214.0, 4205.0, 4215.0, 4192.0, 4193.0, 4194.0, 4193.0, 4193.0, 4204.0, 4205.0, 4204.0, 4204.0, 4205.0, 4205.0, 4195.0, 4213.0, 4203.0, 4216.0, 4206.0, 4227.0, 4207.0, 4216.0, 4207.0, 4216.0, 4207.0, 4217.0, 4219.0, 4229.0, 4207.0, 4216.0, 4207.0, 4218.0, 4229.0, 4207.0, 4238.0, 4218.0, 4238.0, 4207.0, 4227.0, 4205.0, 4214.0, 4203.0, 4214.0, 4203.0, 4205.0, 4205.0, 4205.0, 4196.0, 4217.0, 4215.0, 4207.0, 4184.0, 4193.0, 4205.0, 4194.0, 4214.0, 4193.0, 4204.0, 4193.0, 4204.0, 4205.0, 4215.0, 4194.0, 4215.0, 4203.0, 4216.0, 4194.0, 4216.0, 4194.0, 4193.0, 4223.0, 4193.0, 4193.0, 4192.0, 4192.0, 4203.0, 4192.0, 4213.0, 4193.0, 4214.0, 4207.0, 4215.0, 4193.0, 4215.0, 4193.0, 4203.0, 4192.0, 4203.0, 4205.0, 4215.0, 4194.0, 4206.0, 4192.0, 4204.0, 4194.0, 4205.0, 4194.0, 4205.0, 4196.0, 4205.0, 4195.0, 4205.0, 4184.0, 4194.0, 4194.0, 4194.0, 4205.0, 4206.0, 4215.0, 4206.0, 4195.0, 4206.0, 4205.0, 4206.0, 4225.0, 4195.0, 4215.0, 4206.0, 4227.0, 4205.0, 4205.0, 4195.0, 4205.0, 4194.0, 4194.0, 4213.0, 4192.0, 4215.0, 4206.0, 4215.0, 4204.0, 4215.0, 4194.0, 4204.0, 4204.0, 4205.0, 4194.0, 4205.0, 4204.0, 4195.0, 4225.0, 4207.0, 4228.0, 4207.0, 4215.0, 4206.0, 4216.0, 4196.0, 4205.0, 4195.0, 4217.0, 4195.0, 4195.0, 4195.0, 4207.0, 4215.0, 4206.0, 4227.0, 4208.0, 4226.0, 4196.0, 4216.0, 4205.0, 4195.0, 4195.0, 4195.0, 4225.0, 4206.0, 4238.0, 4207.0, 4228.0, 4240.0, 4219.0, 4207.0, 4194.0, 4192.0, 4194.0, 4201.0, 4191.0, 4203.0, 4195.0, 4207.0, 4209.0, 4220.0, 4222.0, 4211.0, 4220.0, 4208.0, 4218.0, 4215.0, 4215.0, 4215.0, 4215.0, 4214.0, 4192.0, 4201.0, 4169.0, 4188.0, 4177.0, 4187.0, 4167.0, 4177.0, 4167.0, 4178.0, 4180.0, 4190.0, 4179.0, 4200.0, 4180.0, 4189.0, 4179.0, 4190.0, 4179.0, 4191.0, 4181.0, 4192.0, 4182.0, 4192.0, 4213.0, 4193.0, 4213.0, 4193.0, 4201.0, 4182.0, 4202.0, 4193.0, 4213.0, 4181.0, 4201.0, 4182.0, 4190.0, 4190.0, 4192.0, 4192.0, 4204.0, 4182.0, 4193.0, 4181.0, 4192.0, 4202.0, 4191.0, 4211.0, 4181.0, 4203.0, 4205.0, 4214.0, 4193.0, 4194.0, 4184.0, 4194.0, 4183.0, 4194.0, 4214.0, 4205.0, 4226.0, 4207.0, 4215.0, 4208.0, 4217.0, 4195.0, 4227.0, 4207.0, 4227.0, 4207.0, 4227.0, 4207.0, 4227.0, 4208.0, 4228.0, 4208.0, 4228.0, 4195.0, 4215.0, 4197.0, 4218.0, 4206.0, 4217.0, 4197.0, 4218.0, 4198.0, 4206.0, 4195.0, 4194.0, 4194.0, 4193.0, 4226.0, 4204.0, 4215.0, 4196.0, 4203.0, 4196.0, 4204.0, 4205.0, 4207.0, 4196.0, 4217.0, 4194.0, 4204.0, 4205.0, 4206.0, 4226.0, 4206.0, 4228.0, 4209.0, 4227.0, 4208.0, 4216.0, 4207.0, 4217.0, 4208.0, 4227.0, 4207.0, 4228.0, 4209.0, 4240.0, 4219.0, 4238.0, 4208.0, 4226.0, 4195.0, 4204.0, 4193.0, 4195.0, 4185.0, 4195.0, 4216.0, 4196.0, 4216.0, 4195.0, 4206.0, 4195.0, 4204.0, 4194.0, 4214.0, 4195.0, 4216.0, 4194.0, 4194.0, 4194.0, 4192.0, 4183.0, 4193.0, 4213.0, 4194.0, 4216.0, 4194.0, 4204.0, 4194.0, 4204.0, 4194.0, 4205.0, 4216.0, 4205.0, 4225.0, 4195.0, 4214.0, 4194.0, 4204.0, 4195.0, 4194.0, 4195.0, 4206.0, 4216.0, 4207.0, 4195.0, 4195.0, 4215.0, 4206.0, 4226.0, 4205.0, 4228.0, 4217.0, 4228.0, 4207.0, 4207.0, 4198.0, 4206.0, 4227.0, 4208.0, 4228.0, 4207.0, 4228.0, 4195.0, 4216.0, 4208.0, 4206.0, 4196.0, 4207.0, 4206.0, 4207.0, 4227.0, 4209.0, 4227.0, 4207.0, 4217.0, 4207.0, 4206.0, 4207.0, 4207.0, 4209.0, 4218.0, 4207.0, 4208.0, 4229.0, 4209.0, 4219.0, 4207.0, 4218.0, 4208.0, 4199.0, 4210.0, 4223.0, 4251.0, 4222.0, 4230.0, 4210.0, 4229.0, 4209.0, 4228.0, 4207.0, 4218.0, 4219.0, 4231.0, 4210.0, 4218.0, 4198.0, 4220.0, 4209.0, 4209.0, 4209.0, 4209.0, 4230.0, 4201.0, 4219.0, 4230.0, 4208.0, 4197.0, 4197.0, 4196.0, 4197.0, 4205.0, 4198.0, 4208.0, 4208.0, 4218.0, 4218.0, 4198.0, 4208.0, 4197.0, 4207.0, 4205.0, 4195.0, 4215.0, 4197.0, 4216.0, 4187.0, 4229.0, 4210.0, 4217.0, 4207.0, 4217.0, 4196.0, 4203.0, 4194.0, 4206.0, 4195.0, 4205.0, 4206.0, 4207.0, 4227.0, 4196.0, 4216.0, 4194.0, 4205.0, 4194.0, 4215.0, 4196.0, 4228.0, 4196.0, 4217.0, 4198.0, 4206.0, 4196.0, 4196.0, 4196.0, 4207.0, 4196.0, 4208.0, 4195.0, 4197.0, 4217.0, 4197.0, 4227.0, 4196.0, 4226.0, 4198.0, 4229.0, 4207.0, 4229.0, 4198.0, 4208.0, 4209.0, 4218.0, 4198.0, 4229.0, 4198.0, 4209.0, 4188.0, 4209.0, 4240.0, 4209.0, 4238.0, 4195.0, 4216.0, 4184.0, 4194.0, 4183.0, 4194.0, 4214.0, 4195.0, 4217.0, 4195.0, 4195.0, 4183.0, 4194.0, 4185.0, 4194.0, 4215.0, 4196.0, 4215.0, 4197.0, 4206.0, 4196.0, 4206.0, 4196.0, 4197.0, 4206.0, 4207.0, 4227.0, 4208.0, 4217.0, 4196.0, 4216.0, 4197.0, 4218.0, 4208.0, 4219.0, 4208.0, 4219.0, 4197.0, 4207.0, 4186.0, 4196.0, 4216.0, 4196.0, 4226.0, 4206.0, 4229.0, 4198.0, 4216.0, 4197.0, 4207.0, 4196.0, 4208.0, 4218.0, 4220.0, 4218.0, 4197.0, 4228.0, 4207.0, 4227.0, 4197.0, 4227.0, 4199.0, 4229.0, 4208.0, 4219.0, 4197.0, 4217.0, 4196.0, 4207.0, 4185.0, 4197.0, 4215.0, 4208.0, 4215.0, 4194.0, 4216.0, 4196.0, 4204.0, 4195.0, 4217.0, 4207.0, 4217.0, 4207.0, 4218.0, 4196.0, 4207.0, 4197.0, 4197.0, 4228.0, 4208.0, 4228.0, 4208.0, 4218.0, 4207.0, 4228.0, 4197.0, 4226.0, 4208.0, 4207.0, 4197.0, 4218.0, 4196.0, 4207.0, 4198.0, 4196.0, 4196.0, 4196.0, 4217.0, 4209.0, 4229.0, 4209.0, 4240.0, 4210.0, 4230.0, 4199.0, 4228.0, 4198.0, 4218.0, 4196.0, 4217.0, 4198.0, 4217.0, 4228.0, 4209.0, 4218.0, 4198.0, 4215.0, 4195.0, 4217.0, 4195.0, 4206.0, 4207.0, 4205.0, 4196.0, 4207.0, 4196.0, 4195.0, 4195.0, 4195.0, 4215.0, 4196.0, 4215.0, 4208.0, 4228.0, 4206.0, 4216.0, 4198.0, 4217.0, 4198.0, 4217.0, 4197.0, 4218.0, 4220.0, 4228.0, 4209.0, 4220.0, 4209.0, 4211.0, 4218.0, 4226.0, 4231.0, 4186.0, 4206.0, 4156.0, 4154.0, 4158.0, 4180.0, 4159.0, 4170.0, 4162.0, 4170.0, 4172.0, 4196.0, 4233.0, 4233.0, 4243.0, 4209.0, 4241.0, 4198.0, 4216.0, 4206.0, 4217.0, 4206.0, 4229.0, 4207.0, 4219.0, 4208.0, 4207.0, 4198.0, 4207.0, 4196.0, 4208.0, 4210.0, 4229.0, 4209.0, 4230.0, 4208.0, 4219.0, 4209.0, 4230.0, 4210.0, 4232.0, 4221.0, 4232.0, 4211.0, 4231.0, 4209.0, 4209.0, 4198.0, 4209.0, 4228.0, 4208.0, 4240.0, 4219.0, 4240.0, 4219.0, 4218.0, 4208.0, 4216.0, 4196.0, 4215.0, 4195.0, 4217.0, 4207.0, 4229.0, 4207.0, 4218.0, 4206.0, 4208.0, 4196.0, 4207.0, 4218.0, 4208.0, 4217.0, 4207.0, 4198.0, 4208.0, 4228.0, 4208.0, 4239.0, 4209.0, 4229.0, 4209.0, 4219.0, 4207.0, 4216.0, 4208.0, 4228.0, 4210.0, 4228.0, 4220.0, 4220.0, 4220.0, 4211.0, 4210.0, 4209.0, 4208.0, 4229.0, 4206.0, 4228.0, 4195.0, 4218.0, 4209.0, 4228.0, 4207.0, 4205.0, 4206.0, 4207.0, 4196.0, 4195.0, 4196.0, 4209.0, 4207.0, 4195.0, 4194.0, 4195.0, 4214.0, 4195.0, 4227.0, 4207.0, 4226.0, 4206.0, 4207.0, 4205.0, 4197.0, 4206.0, 4206.0, 4227.0, 4205.0, 4215.0, 4205.0, 4205.0, 4204.0, 4205.0, 4205.0, 4206.0, 4207.0, 4218.0, 4239.0, 4210.0, 4217.0, 4206.0, 4215.0, 4196.0, 4214.0, 4204.0, 4216.0, 4208.0, 4218.0, 4208.0, 4207.0, 4196.0, 4196.0, 4217.0, 4206.0, 4227.0, 4208.0, 4229.0, 4219.0, 4229.0, 4208.0, 4229.0, 4207.0, 4229.0, 4207.0, 4219.0, 4209.0, 4228.0, 4207.0, 4218.0, 4233.0, 4244.0, 4234.0, 4252.0, 4220.0, 4206.0, 4238.0, 4206.0, 4206.0, 4196.0, 4205.0, 4207.0, 4221.0, 4220.0, 4242.0, 4210.0, 4241.0, 4197.0, 4239.0, 4196.0, 4228.0, 4194.0, 4194.0, 4174.0, 4193.0, 4172.0, 4190.0, 4169.0, 4202.0, 4181.0, 4182.0, 4181.0, 4170.0, 4181.0, 4182.0, 4192.0, 4182.0, 4182.0, 4195.0, 4203.0, 4183.0, 4203.0, 4181.0, 4192.0, 4183.0, 4203.0, 4184.0, 4205.0, 4185.0, 4215.0, 4197.0, 4227.0, 4196.0, 4217.0, 4195.0, 4203.0, 4183.0, 4213.0, 4183.0, 4214.0, 4194.0, 4205.0, 4195.0, 4206.0, 4196.0, 4185.0, 4206.0, 4205.0, 4197.0, 4207.0, 4196.0, 4196.0, 4196.0, 4208.0, 4239.0, 4209.0, 4231.0, 4211.0, 4228.0, 4208.0, 4218.0, 4208.0, 4218.0, 4210.0, 4230.0], 'WindowWidth': [9434.0, 9418.0, 9362.0, 9366.0, 9335.0, 9343.0, 9329.0, 9330.0, 9326.0, 9329.0, 9331.0, 9342.0, 9326.0, 9328.0, 9310.0, 9326.0, 9326.0, 9330.0, 9331.0, 9349.0, 9334.0, 9365.0, 9333.0, 9335.0, 9331.0, 9350.0, 9352.0, 9366.0, 9349.0, 9369.0, 9338.0, 9353.0, 9335.0, 9335.0, 9346.0, 9330.0, 9362.0, 9334.0, 9362.0, 9348.0, 9376.0, 9333.0, 9383.0, 9356.0, 9402.0, 9336.0, 9362.0, 9354.0, 9302.0, 9281.0, 9296.0, 9302.0, 9306.0, 9333.0, 9330.0, 9347.0, 9352.0, 9352.0, 9336.0, 9349.0, 9312.0, 9344.0, 9311.0, 9342.0, 9329.0, 9336.0, 9305.0, 9290.0, 9304.0, 9283.0, 9298.0, 9285.0, 9296.0, 9277.0, 9279.0, 9276.0, 9279.0, 9263.0, 9280.0, 9279.0, 9279.0, 9283.0, 9298.0, 9281.0, 9311.0, 9284.0, 9299.0, 9300.0, 9314.0, 9302.0, 9317.0, 9292.0, 9320.0, 9309.0, 9336.0, 9311.0, 9322.0, 9309.0, 9322.0, 9325.0, 9363.0, 9332.0, 9350.0, 9330.0, 9359.0, 9334.0, 9346.0, 9330.0, 9345.0, 9329.0, 9344.0, 9326.0, 9330.0, 9315.0, 9331.0, 9314.0, 9314.0, 9328.0, 9326.0, 9355.0, 9313.0, 9343.0, 9331.0, 9361.0, 9328.0, 9333.0, 9326.0, 9315.0, 9325.0, 9331.0, 9331.0, 9331.0, 9329.0, 9331.0, 9359.0, 9329.0, 9342.0, 9326.0, 9359.0, 9334.0, 9358.0, 9317.0, 9343.0, 9332.0, 9329.0, 9328.0, 9329.0, 9333.0, 9364.0, 9334.0, 9367.0, 9334.0, 9346.0, 9334.0, 9347.0, 9330.0, 9345.0, 9317.0, 9330.0, 9314.0, 9330.0, 9318.0, 9343.0, 9313.0, 9327.0, 9311.0, 9311.0, 9310.0, 9311.0, 9339.0, 9310.0, 9339.0, 9327.0, 9341.0, 9308.0, 9310.0, 9309.0, 9307.0, 9307.0, 9323.0, 9328.0, 9325.0, 9327.0, 9329.0, 9327.0, 9315.0, 9339.0, 9324.0, 9345.0, 9333.0, 9363.0, 9333.0, 9346.0, 9335.0, 9346.0, 9333.0, 9350.0, 9351.0, 9368.0, 9336.0, 9346.0, 9335.0, 9351.0, 9365.0, 9335.0, 9380.0, 9352.0, 9378.0, 9335.0, 9360.0, 9329.0, 9340.0, 9323.0, 9339.0, 9323.0, 9328.0, 9326.0, 9328.0, 9317.0, 9346.0, 9342.0, 9331.0, 9299.0, 9310.0, 9326.0, 9310.0, 9340.0, 9309.0, 9325.0, 9309.0, 9326.0, 9327.0, 9343.0, 9312.0, 9344.0, 9321.0, 9345.0, 9309.0, 9345.0, 9313.0, 9309.0, 9351.0, 9307.0, 9308.0, 9306.0, 9304.0, 9322.0, 9307.0, 9335.0, 9309.0, 9341.0, 9334.0, 9344.0, 9309.0, 9342.0, 9308.0, 9323.0, 9306.0, 9323.0, 9326.0, 9344.0, 9312.0, 9330.0, 9309.0, 9326.0, 9311.0, 9327.0, 9312.0, 9327.0, 9318.0, 9328.0, 9314.0, 9328.0, 9297.0, 9312.0, 9312.0, 9313.0, 9330.0, 9330.0, 9344.0, 9333.0, 9315.0, 9333.0, 9331.0, 9332.0, 9357.0, 9316.0, 9343.0, 9332.0, 9363.0, 9329.0, 9328.0, 9314.0, 9329.0, 9313.0, 9311.0, 9337.0, 9307.0, 9340.0, 9331.0, 9343.0, 9325.0, 9341.0, 9311.0, 9327.0, 9326.0, 9328.0, 9310.0, 9327.0, 9325.0, 9315.0, 9358.0, 9336.0, 9363.0, 9334.0, 9344.0, 9331.0, 9344.0, 9314.0, 9329.0, 9315.0, 9347.0, 9314.0, 9316.0, 9314.0, 9332.0, 9343.0, 9331.0, 9362.0, 9338.0, 9361.0, 9317.0, 9344.0, 9327.0, 9314.0, 9313.0, 9313.0, 9357.0, 9332.0, 9379.0, 9335.0, 9367.0, 9388.0, 9358.0, 9336.0, 9313.0, 9303.0, 9313.0, 9316.0, 9303.0, 9322.0, 9317.0, 9336.0, 9343.0, 9360.0, 9366.0, 9347.0, 9356.0, 9332.0, 9349.0, 9341.0, 9341.0, 9341.0, 9337.0, 9338.0, 9302.0, 9313.0, 9267.0, 9289.0, 9273.0, 9286.0, 9259.0, 9274.0, 9262.0, 9278.0, 9283.0, 9298.0, 9282.0, 9314.0, 9284.0, 9297.0, 9282.0, 9297.0, 9283.0, 9302.0, 9287.0, 9304.0, 9290.0, 9305.0, 9335.0, 9308.0, 9335.0, 9308.0, 9316.0, 9292.0, 9319.0, 9307.0, 9334.0, 9289.0, 9317.0, 9290.0, 9301.0, 9301.0, 9305.0, 9305.0, 9323.0, 9291.0, 9308.0, 9290.0, 9306.0, 9319.0, 9303.0, 9330.0, 9289.0, 9321.0, 9326.0, 9340.0, 9309.0, 9313.0, 9298.0, 9310.0, 9295.0, 9312.0, 9340.0, 9329.0, 9359.0, 9334.0, 9344.0, 9338.0, 9349.0, 9317.0, 9362.0, 9336.0, 9363.0, 9335.0, 9360.0, 9334.0, 9360.0, 9336.0, 9365.0, 9338.0, 9365.0, 9316.0, 9344.0, 9320.0, 9349.0, 9331.0, 9349.0, 9319.0, 9352.0, 9321.0, 9332.0, 9315.0, 9312.0, 9313.0, 9310.0, 9358.0, 9326.0, 9344.0, 9318.0, 9325.0, 9317.0, 9326.0, 9329.0, 9334.0, 9319.0, 9350.0, 9314.0, 9328.0, 9330.0, 9332.0, 9360.0, 9332.0, 9365.0, 9340.0, 9364.0, 9337.0, 9346.0, 9335.0, 9349.0, 9338.0, 9361.0, 9335.0, 9365.0, 9339.0, 9384.0, 9354.0, 9382.0, 9337.0, 9360.0, 9313.0, 9327.0, 9309.0, 9314.0, 9300.0, 9311.0, 9346.0, 9316.0, 9344.0, 9315.0, 9329.0, 9313.0, 9324.0, 9309.0, 9338.0, 9313.0, 9343.0, 9310.0, 9311.0, 9310.0, 9307.0, 9295.0, 9310.0, 9338.0, 9311.0, 9343.0, 9311.0, 9326.0, 9312.0, 9326.0, 9311.0, 9329.0, 9345.0, 9330.0, 9357.0, 9315.0, 9341.0, 9312.0, 9325.0, 9313.0, 9313.0, 9315.0, 9331.0, 9345.0, 9332.0, 9315.0, 9316.0, 9343.0, 9332.0, 9358.0, 9331.0, 9364.0, 9349.0, 9368.0, 9334.0, 9335.0, 9325.0, 9333.0, 9364.0, 9336.0, 9367.0, 9337.0, 9366.0, 9318.0, 9346.0, 9337.0, 9334.0, 9319.0, 9335.0, 9334.0, 9335.0, 9364.0, 9341.0, 9365.0, 9336.0, 9350.0, 9335.0, 9334.0, 9334.0, 9335.0, 9340.0, 9351.0, 9335.0, 9337.0, 9368.0, 9342.0, 9355.0, 9337.0, 9352.0, 9339.0, 9329.0, 9347.0, 9368.0, 9404.0, 9364.0, 9374.0, 9346.0, 9369.0, 9340.0, 9365.0, 9335.0, 9352.0, 9353.0, 9373.0, 9341.0, 9354.0, 9325.0, 9355.0, 9340.0, 9341.0, 9342.0, 9341.0, 9372.0, 9330.0, 9355.0, 9368.0, 9337.0, 9322.0, 9320.0, 9320.0, 9320.0, 9329.0, 9321.0, 9338.0, 9339.0, 9353.0, 9352.0, 9324.0, 9338.0, 9321.0, 9336.0, 9329.0, 9314.0, 9343.0, 9319.0, 9344.0, 9305.0, 9368.0, 9345.0, 9351.0, 9335.0, 9347.0, 9315.0, 9324.0, 9312.0, 9330.0, 9315.0, 9330.0, 9332.0, 9334.0, 9362.0, 9318.0, 9345.0, 9313.0, 9326.0, 9310.0, 9343.0, 9318.0, 9362.0, 9319.0, 9347.0, 9322.0, 9332.0, 9317.0, 9318.0, 9319.0, 9332.0, 9317.0, 9336.0, 9316.0, 9320.0, 9347.0, 9320.0, 9360.0, 9318.0, 9360.0, 9322.0, 9366.0, 9335.0, 9366.0, 9324.0, 9338.0, 9339.0, 9350.0, 9324.0, 9365.0, 9322.0, 9339.0, 9309.0, 9340.0, 9384.0, 9340.0, 9379.0, 9317.0, 9344.0, 9296.0, 9311.0, 9296.0, 9309.0, 9338.0, 9314.0, 9345.0, 9314.0, 9315.0, 9297.0, 9313.0, 9300.0, 9312.0, 9343.0, 9317.0, 9343.0, 9320.0, 9332.0, 9318.0, 9331.0, 9317.0, 9320.0, 9333.0, 9335.0, 9363.0, 9337.0, 9349.0, 9319.0, 9347.0, 9320.0, 9352.0, 9337.0, 9354.0, 9339.0, 9353.0, 9320.0, 9334.0, 9305.0, 9320.0, 9345.0, 9318.0, 9362.0, 9333.0, 9367.0, 9323.0, 9348.0, 9321.0, 9334.0, 9319.0, 9337.0, 9352.0, 9357.0, 9352.0, 9323.0, 9364.0, 9335.0, 9361.0, 9323.0, 9363.0, 9327.0, 9367.0, 9336.0, 9352.0, 9320.0, 9347.0, 9318.0, 9332.0, 9300.0, 9319.0, 9343.0, 9334.0, 9343.0, 9314.0, 9343.0, 9317.0, 9326.0, 9314.0, 9346.0, 9333.0, 9350.0, 9335.0, 9350.0, 9319.0, 9335.0, 9320.0, 9321.0, 9365.0, 9336.0, 9366.0, 9337.0, 9350.0, 9335.0, 9365.0, 9321.0, 9361.0, 9335.0, 9334.0, 9322.0, 9350.0, 9319.0, 9334.0, 9323.0, 9319.0, 9318.0, 9319.0, 9348.0, 9338.0, 9368.0, 9344.0, 9386.0, 9344.0, 9371.0, 9328.0, 9365.0, 9324.0, 9351.0, 9319.0, 9349.0, 9324.0, 9350.0, 9364.0, 9338.0, 9351.0, 9321.0, 9342.0, 9314.0, 9345.0, 9314.0, 9330.0, 9333.0, 9331.0, 9317.0, 9334.0, 9317.0, 9315.0, 9315.0, 9315.0, 9343.0, 9316.0, 9344.0, 9337.0, 9365.0, 9334.0, 9348.0, 9325.0, 9347.0, 9323.0, 9349.0, 9323.0, 9351.0, 9355.0, 9366.0, 9339.0, 9358.0, 9341.0, 9346.0, 9350.0, 9377.0, 9373.0, 9298.0, 9323.0, 9241.0, 9228.0, 9244.0, 9280.0, 9250.0, 9268.0, 9259.0, 9270.0, 9275.0, 9317.0, 9384.0, 9383.0, 9395.0, 9345.0, 9386.0, 9324.0, 9346.0, 9331.0, 9347.0, 9331.0, 9366.0, 9334.0, 9353.0, 9337.0, 9335.0, 9321.0, 9333.0, 9318.0, 9336.0, 9342.0, 9368.0, 9339.0, 9370.0, 9338.0, 9354.0, 9340.0, 9371.0, 9342.0, 9375.0, 9360.0, 9376.0, 9346.0, 9373.0, 9342.0, 9341.0, 9324.0, 9339.0, 9364.0, 9338.0, 9384.0, 9353.0, 9384.0, 9352.0, 9351.0, 9338.0, 9345.0, 9317.0, 9342.0, 9313.0, 9346.0, 9333.0, 9366.0, 9334.0, 9352.0, 9332.0, 9337.0, 9319.0, 9336.0, 9351.0, 9337.0, 9349.0, 9335.0, 9324.0, 9337.0, 9365.0, 9337.0, 9382.0, 9340.0, 9367.0, 9343.0, 9353.0, 9335.0, 9346.0, 9337.0, 9365.0, 9343.0, 9368.0, 9359.0, 9360.0, 9357.0, 9346.0, 9344.0, 9340.0, 9338.0, 9369.0, 9333.0, 9363.0, 9316.0, 9351.0, 9339.0, 9365.0, 9333.0, 9331.0, 9331.0, 9332.0, 9316.0, 9316.0, 9316.0, 9338.0, 9336.0, 9317.0, 9315.0, 9316.0, 9341.0, 9315.0, 9361.0, 9333.0, 9360.0, 9332.0, 9334.0, 9329.0, 9319.0, 9332.0, 9332.0, 9362.0, 9330.0, 9341.0, 9328.0, 9329.0, 9326.0, 9330.0, 9328.0, 9332.0, 9335.0, 9352.0, 9386.0, 9345.0, 9350.0, 9332.0, 9342.0, 9317.0, 9341.0, 9326.0, 9346.0, 9338.0, 9352.0, 9336.0, 9334.0, 9319.0, 9320.0, 9348.0, 9332.0, 9363.0, 9340.0, 9369.0, 9357.0, 9368.0, 9339.0, 9367.0, 9337.0, 9368.0, 9334.0, 9353.0, 9339.0, 9366.0, 9336.0, 9352.0, 9382.0, 9399.0, 9384.0, 9409.0, 9356.0, 9331.0, 9379.0, 9326.0, 9327.0, 9314.0, 9331.0, 9335.0, 9360.0, 9360.0, 9391.0, 9346.0, 9388.0, 9321.0, 9381.0, 9315.0, 9363.0, 9309.0, 9308.0, 9280.0, 9306.0, 9277.0, 9299.0, 9269.0, 9317.0, 9289.0, 9289.0, 9286.0, 9271.0, 9287.0, 9290.0, 9304.0, 9289.0, 9289.0, 9311.0, 9321.0, 9293.0, 9320.0, 9289.0, 9304.0, 9293.0, 9321.0, 9296.0, 9326.0, 9301.0, 9341.0, 9320.0, 9361.0, 9317.0, 9345.0, 9313.0, 9321.0, 9296.0, 9335.0, 9295.0, 9339.0, 9311.0, 9329.0, 9314.0, 9330.0, 9316.0, 9301.0, 9331.0, 9331.0, 9320.0, 9335.0, 9318.0, 9319.0, 9319.0, 9337.0, 9384.0, 9344.0, 9372.0, 9348.0, 9366.0, 9337.0, 9351.0, 9336.0, 9352.0, 9343.0, 9373.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.0011038868613138686</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016976338594890512</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.05225457126024</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1988553383835612</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.017628597305935</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.465</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6692.1094</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08009533148178259</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.645985401459854</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3913950429117814</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.351122580308506</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6251218465031267</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.197940701923711</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0142253</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016021179035305977</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02329922467470169</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9447286849438252</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>32.5317</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3819</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.8287</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303261.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>806.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.5345</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5016</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.428</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3433.506</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3630.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73283.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1171.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4492.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.2091</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.04378739092499</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> |