=== 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-0091 --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-0091",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
126 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
126 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-02/func/sub-0091_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>a27176e98307a1cd18073b3e2f4730b1</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>18:16:39.555000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999764, 0.0138395, 0.016766, -0.00959738, 0.972948, -0.230825]</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.120641</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>[4141, -7701, -7225, 557, -62, -156, -101, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>271.759</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7a6bfeb6-97cc-479b-95eb-d83ff7f0f26a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822926998138428, -0.02574906498193741, 0.05266882851719856, 112.7123031616211], [-0.03713040426373482, 2.6103482246398926, -0.6226456761360168, -74.4144515991211], [0.04498201608657837, 0.6192865371704102, 2.626697301864624, -87.26700592041016], [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': ['181639.555000', '181640.015000', '181640.475000', '181640.935000', '181641.395000', '181641.855000', '181642.315000', '181642.775000', '181643.235000', '181643.695000', '181644.155000', '181644.615000', '181645.075000', '181645.535000', '181645.995000', '181646.455000', '181646.915000', '181647.375000', '181647.835000', '181648.295000', '181648.755000', '181649.215000', '181649.675000', '181650.135000', '181650.595000', '181651.055000', '181651.515000', '181651.975000', '181652.435000', '181652.895000', '181653.355000', '181653.815000', '181654.275000', '181654.735000', '181655.195000', '181655.655000', '181656.115000', '181656.575000', '181657.035000', '181657.495000', '181657.955000', '181658.415000', '181658.875000', '181659.335000', '181659.795000', '181700.255000', '181700.715000', '181701.175000', '181701.635000', '181702.095000', '181702.555000', '181703.015000', '181703.475000', '181703.935000', '181704.395000', '181704.855000', '181705.315000', '181705.775000', '181706.235000', '181706.695000', '181707.155000', '181707.615000', '181708.075000', '181708.535000', '181708.995000', '181709.455000', '181709.915000', '181710.375000', '181710.835000', '181711.295000', '181711.755000', '181712.215000', '181712.675000', '181713.135000', '181713.595000', '181714.055000', '181714.515000', '181714.975000', '181715.435000', '181715.895000', '181716.355000', '181716.815000', '181717.275000', '181717.735000', '181718.195000', '181718.655000', '181719.115000', '181719.575000', '181720.035000', '181720.495000', '181720.955000', '181721.415000', '181721.875000', '181722.335000', '181722.795000', '181723.255000', '181723.715000', '181724.175000', '181724.635000', '181725.095000', '181725.555000', '181726.015000', '181726.475000', '181726.935000', '181727.395000', '181727.855000', '181728.315000', '181728.775000', '181729.235000', '181729.695000', '181730.155000', '181730.615000', '181731.075000', '181731.535000', '181731.995000', '181732.455000', '181732.915000', '181733.375000', '181733.835000', '181734.295000', '181734.755000', '181735.215000', '181735.675000', '181736.135000', '181736.595000', '181737.055000', '181737.515000', '181737.975000', '181738.435000', '181738.895000', '181739.355000', '181739.815000', '181740.275000', '181740.735000', '181741.195000', '181741.655000', '181742.115000', '181742.575000', '181743.035000', '181743.495000', '181743.955000', '181744.415000', '181744.875000', '181745.335000', '181745.795000', '181746.255000', '181746.715000', '181747.175000', '181747.635000', '181748.095000', '181748.555000', '181749.015000', '181749.475000', '181749.935000', '181750.395000', '181750.855000', '181751.315000', '181751.775000', '181752.235000', '181752.695000', '181753.155000', '181753.615000', '181754.075000', '181754.535000', '181754.995000', '181755.455000', '181755.915000', '181756.375000', '181756.835000', '181757.295000', '181757.755000', '181758.215000', '181758.675000', '181759.135000', '181759.595000', '181800.055000', '181800.515000', '181800.975000', '181801.435000', '181801.895000', '181802.355000', '181802.815000', '181803.275000', '181803.735000', '181804.195000', '181804.655000', '181805.115000', '181805.575000', '181806.035000', '181806.495000', '181806.955000', '181807.415000', '181807.875000', '181808.335000', '181808.795000', '181809.255000', '181809.715000', '181810.175000', '181810.635000', '181811.095000', '181811.555000', '181812.015000', '181812.475000', '181812.935000', '181813.395000', '181813.855000', '181814.315000', '181814.775000', '181815.235000', '181815.695000', '181816.155000', '181816.615000', '181817.075000', '181817.535000', '181817.995000', '181818.455000', '181818.915000', '181819.375000', '181819.835000', '181820.295000', '181820.755000', '181821.215000', '181821.675000', '181822.135000', '181822.595000', '181823.055000', '181823.515000', '181823.975000', '181824.435000', '181824.895000', '181825.355000', '181825.815000', '181826.275000', '181826.735000', '181827.195000', '181827.655000', '181828.115000', '181828.575000', '181829.035000', '181829.495000', '181829.955000', '181830.415000', '181830.875000', '181831.335000', '181831.795000', '181832.255000', '181832.715000', '181833.175000', '181833.635000', '181834.095000', '181834.555000', '181835.015000', '181835.475000', '181835.935000', '181836.395000', '181836.855000', '181837.315000', '181837.775000', '181838.235000', '181838.695000', '181839.155000', '181839.615000', '181840.075000', '181840.535000', '181840.995000', '181841.455000', '181841.915000', '181842.375000', '181842.835000', '181843.295000', '181843.755000', '181844.215000', '181844.675000', '181845.135000', '181845.595000', '181846.055000', '181846.515000', '181846.975000', '181847.435000', '181847.895000', '181848.355000', '181848.815000', '181849.275000', '181849.735000', '181850.195000', '181850.655000', '181851.115000', '181851.575000', '181852.035000', '181852.495000', '181852.955000', '181853.415000', '181853.875000', '181854.335000', '181854.795000', '181855.255000', '181855.715000', '181856.175000', '181856.635000', '181857.095000', '181857.555000', '181858.015000', '181858.475000', '181858.935000', '181859.395000', '181859.855000', '181900.315000', '181900.775000', '181901.235000', '181901.695000', '181902.155000', '181902.615000', '181903.075000', '181903.535000', '181903.995000', '181904.455000', '181904.915000', '181905.375000', '181905.835000', '181906.295000', '181906.755000', '181907.215000', '181907.675000', '181908.135000', '181908.595000', '181909.055000', '181909.515000', '181909.975000', '181910.435000', '181910.895000', '181911.355000', '181911.815000', '181912.275000', '181912.735000', '181913.195000', '181913.655000', '181914.115000', '181914.575000', '181915.035000', '181915.495000', '181915.955000', '181916.415000', '181916.875000', '181917.335000', '181917.795000', '181918.255000', '181918.715000', '181919.175000', '181919.635000', '181920.095000', '181920.555000', '181921.015000', '181921.475000', '181921.935000', '181922.395000', '181922.855000', '181923.315000', '181923.775000', '181924.235000', '181924.695000', '181925.155000', '181925.615000', '181926.075000', '181926.535000', '181926.995000', '181927.455000', '181927.915000', '181928.375000', '181928.835000', '181929.295000', '181929.755000', '181930.215000', '181930.675000', '181931.135000', '181931.595000', '181932.055000', '181932.515000', '181932.975000', '181933.435000', '181933.895000', '181934.355000', '181934.815000', '181935.275000', '181935.735000', '181936.195000', '181936.655000', '181937.115000', '181937.575000', '181938.035000', '181938.495000', '181938.955000', '181939.415000', '181939.875000', '181940.335000', '181940.795000', '181941.255000', '181941.715000', '181942.175000', '181942.635000', '181943.095000', '181943.555000', '181944.015000', '181944.475000', '181944.935000', '181945.395000', '181945.855000', '181946.315000', '181946.775000', '181947.235000', '181947.695000', '181948.155000', '181948.615000', '181949.075000', '181949.535000', '181949.995000', '181950.455000', '181950.915000', '181951.375000', '181951.835000', '181952.295000', '181952.755000', '181953.215000', '181953.675000', '181954.135000', '181954.595000', '181955.055000', '181955.515000', '181955.975000', '181956.435000', '181956.895000', '181957.355000', '181957.815000', '181958.275000', '181958.735000', '181959.195000', '181959.655000', '182000.115000', '182000.575000', '182001.035000', '182001.495000', '182001.955000', '182002.415000', '182002.875000', '182003.335000', '182003.795000', '182004.255000', '182004.715000', '182005.175000', '182005.635000', '182006.095000', '182006.555000', '182007.015000', '182007.475000', '182007.935000', '182008.395000', '182008.855000', '182009.315000', '182009.775000', '182010.235000', '182010.695000', '182011.155000', '182011.615000', '182012.075000', '182012.535000', '182012.995000', '182013.455000', '182013.915000', '182014.375000', '182014.835000', '182015.295000', '182015.755000', '182016.215000', '182016.675000', '182017.135000', '182017.595000', '182018.055000', '182018.515000', '182018.975000', '182019.435000', '182019.895000', '182020.355000', '182020.815000', '182021.275000', '182021.735000', '182022.195000', '182022.655000', '182023.115000', '182023.575000', '182024.035000', '182024.495000', '182024.955000', '182025.415000', '182025.875000', '182026.335000', '182026.795000', '182027.255000', '182027.715000', '182028.175000', '182028.635000', '182029.095000', '182029.555000', '182030.015000', '182030.475000', '182030.935000', '182031.395000', '182031.855000', '182032.315000', '182032.775000', '182033.235000', '182033.695000', '182034.155000', '182034.615000', '182035.075000', '182035.535000', '182035.995000', '182036.455000', '182036.915000', '182037.375000', '182037.835000', '182038.295000', '182038.755000', '182039.215000', '182039.675000', '182040.135000', '182040.595000', '182041.055000', '182041.515000', '182041.975000', '182042.435000', '182042.895000', '182043.355000', '182043.815000', '182044.275000', '182044.735000', '182045.195000', '182045.655000', '182046.115000', '182046.575000', '182047.035000', '182047.495000', '182047.955000', '182048.415000', '182048.875000', '182049.335000', '182049.795000', '182050.255000', '182050.715000', '182051.175000', '182051.635000', '182052.095000', '182052.555000', '182053.015000', '182053.475000', '182053.935000', '182054.395000', '182054.855000', '182055.315000', '182055.775000', '182056.235000', '182056.695000', '182057.155000', '182057.615000', '182058.075000', '182058.535000', '182058.995000', '182059.455000', '182059.915000', '182100.375000', '182100.835000', '182101.295000', '182101.755000', '182102.215000', '182102.675000', '182103.135000', '182103.595000', '182104.055000', '182104.515000', '182104.975000', '182105.435000', '182105.895000', '182106.355000', '182106.815000', '182107.275000', '182107.735000', '182108.195000', '182108.655000', '182109.115000', '182109.575000', '182110.035000', '182110.495000', '182110.955000', '182111.415000', '182111.875000', '182112.335000', '182112.795000', '182113.255000', '182113.715000', '182114.175000', '182114.635000', '182115.095000', '182115.555000', '182116.015000', '182116.475000', '182116.935000', '182117.395000', '182117.855000', '182118.315000', '182118.775000', '182119.235000', '182119.695000', '182120.155000', '182120.615000', '182121.075000', '182121.535000', '182121.995000', '182122.455000', '182122.915000', '182123.375000', '182123.835000', '182124.295000', '182124.755000', '182125.215000', '182125.675000', '182126.135000', '182126.595000', '182127.055000', '182127.515000', '182127.975000', '182128.435000', '182128.895000', '182129.355000', '182129.815000', '182130.275000', '182130.735000', '182131.195000', '182131.655000', '182132.115000', '182132.575000', '182133.035000', '182133.495000', '182133.955000', '182134.415000', '182134.875000', '182135.335000', '182135.795000', '182136.255000', '182136.715000', '182137.175000', '182137.635000', '182138.095000', '182138.555000', '182139.015000', '182139.475000', '182139.935000', '182140.395000', '182140.855000', '182141.315000', '182141.775000', '182142.235000', '182142.695000', '182143.155000', '182143.615000', '182144.075000', '182144.535000', '182144.995000', '182145.455000', '182145.915000', '182146.375000', '182146.835000', '182147.295000', '182147.755000', '182148.215000', '182148.675000', '182149.135000', '182149.595000', '182150.055000', '182150.515000', '182150.975000', '182151.435000', '182151.895000', '182152.355000', '182152.815000', '182153.275000', '182153.735000', '182154.195000', '182154.655000', '182155.115000', '182155.575000', '182156.035000', '182156.495000', '182156.955000', '182157.415000', '182157.875000', '182158.335000', '182158.795000', '182159.255000', '182159.715000', '182200.175000', '182200.635000', '182201.095000', '182201.555000', '182202.015000', '182202.475000', '182202.935000', '182203.395000', '182203.855000', '182204.315000', '182204.775000', '182205.235000', '182205.695000', '182206.155000', '182206.615000', '182207.075000', '182207.535000', '182207.995000', '182208.455000', '182208.915000', '182209.375000', '182209.835000', '182210.295000', '182210.755000', '182211.215000', '182211.675000', '182212.135000', '182212.595000', '182213.055000', '182213.515000', '182213.975000', '182214.435000', '182214.895000', '182215.355000', '182215.815000', '182216.275000', '182216.735000', '182217.195000', '182217.655000', '182218.115000', '182218.575000', '182219.035000', '182219.495000', '182219.955000', '182220.415000', '182220.875000', '182221.335000', '182221.795000', '182222.255000', '182222.715000', '182223.175000', '182223.635000', '182224.095000', '182224.555000', '182225.015000', '182225.475000', '182225.935000', '182226.395000', '182226.855000', '182227.315000', '182227.775000', '182228.235000', '182228.695000', '182229.155000', '182229.615000', '182230.075000', '182230.535000', '182230.995000', '182231.455000', '182231.915000', '182232.375000', '182232.835000', '182233.295000', '182233.755000', '182234.215000', '182234.675000', '182235.135000', '182235.595000', '182236.055000', '182236.515000', '182236.975000', '182237.435000', '182237.895000', '182238.355000', '182238.815000', '182239.275000', '182239.735000', '182240.195000', '182240.655000', '182241.115000', '182241.575000', '182242.035000', '182242.495000', '182242.955000', '182243.415000', '182243.875000', '182244.335000', '182244.795000', '182245.255000', '182245.715000', '182246.175000', '182246.635000', '182247.095000', '182247.555000', '182248.015000', '182248.475000', '182248.935000', '182249.395000', '182249.855000', '182250.315000', '182250.775000', '182251.235000', '182251.695000', '182252.155000', '182252.615000', '182253.075000', '182253.535000', '182253.995000', '182254.455000', '182254.915000', '182255.375000', '182255.835000', '182256.295000', '182256.755000', '182257.215000', '182257.675000', '182258.135000', '182258.595000', '182259.055000', '182259.515000', '182259.975000', '182300.435000', '182300.895000', '182301.355000', '182301.815000', '182302.275000', '182302.735000', '182303.195000', '182303.655000', '182304.115000', '182304.575000', '182305.035000', '182305.495000', '182305.955000', '182306.415000', '182306.875000', '182307.335000', '182307.795000', '182308.255000', '182308.715000', '182309.175000', '182309.635000', '182310.095000', '182310.555000', '182311.015000', '182311.475000', '182311.935000', '182312.395000', '182312.855000', '182313.315000', '182313.775000', '182314.235000', '182314.695000', '182315.155000', '182315.615000', '182316.075000', '182316.535000', '182316.995000', '182317.455000', '182317.915000', '182318.375000', '182318.835000', '182319.295000', '182319.755000', '182320.215000', '182320.675000', '182321.135000', '182321.595000', '182322.055000', '182322.515000', '182322.975000', '182323.435000', '182323.895000', '182324.355000', '182324.815000', '182325.275000', '182325.735000', '182326.195000', '182326.655000', '182327.115000', '182327.575000', '182328.035000', '182328.495000', '182328.955000', '182329.415000', '182329.875000', '182330.335000', '182330.795000', '182331.255000', '182331.715000', '182332.175000', '182332.635000', '182333.095000', '182333.555000', '182334.015000', '182334.475000', '182334.935000', '182335.395000', '182335.855000', '182336.315000', '182336.775000', '182337.235000', '182337.695000', '182338.155000', '182338.615000', '182339.075000', '182339.535000', '182339.995000', '182340.455000', '182340.915000', '182341.375000', '182341.835000', '182342.295000', '182342.755000', '182343.215000', '182343.675000', '182344.135000', '182344.595000', '182345.055000', '182345.515000', '182345.975000', '182346.435000', '182346.895000', '182347.355000', '182347.815000', '182348.275000', '182348.735000', '182349.195000', '182349.655000', '182350.115000', '182350.575000', '182351.035000', '182351.495000', '182351.955000', '182352.415000', '182352.875000', '182353.335000', '182353.795000', '182354.255000', '182354.715000', '182355.175000', '182355.635000', '182356.095000', '182356.555000', '182357.015000', '182357.475000', '182357.935000', '182358.395000', '182358.855000', '182359.315000', '182359.775000', '182400.235000', '182400.695000', '182401.155000', '182401.615000', '182402.075000', '182402.535000', '182402.995000', '182403.455000', '182403.915000', '182404.375000', '182404.835000', '182405.295000', '182405.755000', '182406.215000', '182406.675000', '182407.135000', '182407.595000', '182408.055000', '182408.515000', '182408.975000', '182409.435000', '182409.895000', '182410.355000', '182410.815000', '182411.275000', '182411.735000', '182412.195000', '182412.655000', '182413.115000', '182413.575000', '182414.035000', '182414.495000', '182414.955000', '182415.415000', '182415.875000', '182416.335000', '182416.795000', '182417.255000', '182417.715000', '182418.175000', '182418.635000', '182419.095000', '182419.555000', '182420.015000', '182420.475000', '182420.935000', '182421.395000', '182421.855000', '182422.315000', '182422.775000', '182423.235000', '182423.695000', '182424.155000', '182424.615000', '182425.075000', '182425.535000', '182425.995000', '182426.455000', '182426.915000', '182427.375000', '182427.835000', '182428.295000', '182428.755000', '182429.215000', '182429.675000', '182430.135000', '182430.595000', '182431.055000', '182431.515000', '182431.975000', '182432.435000', '182432.895000', '182433.355000', '182433.815000', '182434.275000', '182434.735000', '182435.195000', '182435.655000', '182436.115000', '182436.575000', '182437.035000', '182437.495000', '182437.955000', '182438.415000', '182438.875000', '182439.335000', '182439.795000', '182440.255000', '182440.715000', '182441.175000', '182441.635000', '182442.095000', '182442.555000', '182443.015000', '182443.475000', '182443.935000', '182444.395000', '182444.855000', '182445.315000', '182445.775000', '182446.235000', '182446.695000', '182447.155000', '182447.615000', '182448.075000', '182448.535000', '182448.995000', '182449.455000', '182449.915000', '182450.375000', '182450.835000', '182451.295000', '182451.755000', '182452.215000', '182452.675000', '182453.135000', '182453.595000', '182454.055000', '182454.515000', '182454.975000', '182455.435000', '182455.895000', '182456.355000', '182456.815000', '182457.275000', '182457.735000', '182458.195000', '182458.655000', '182459.115000', '182459.575000', '182500.035000', '182500.495000', '182500.955000', '182501.415000', '182501.875000', '182502.335000', '182502.795000', '182503.255000', '182503.715000', '182504.175000'], 'ContentTime': ['181650.605000', '181650.608000', '181650.611000', '181650.614000', '181650.616000', '181650.619000', '181650.622000', '181650.625000', '181650.627000', '181650.630000', '181650.633000', '181650.635000', '181650.638000', '181650.641000', '181650.652000', '181650.655000', '181650.659000', '181650.661000', '181650.664000', '181650.666000', '181650.669000', '181710.561000', '181710.564000', '181710.567000', '181710.570000', '181710.572000', '181710.575000', '181710.578000', '181710.580000', '181710.583000', '181710.585000', '181710.588000', '181710.591000', '181710.593000', '181710.596000', '181710.599000', '181710.601000', '181710.604000', '181710.606000', '181710.609000', '181710.612000', '181710.614000', '181710.617000', '181710.619000', '181710.622000', '181710.625000', '181710.627000', '181710.630000', '181710.632000', '181710.635000', '181710.638000', '181710.640000', '181710.643000', '181710.646000', '181710.648000', '181710.651000', '181710.653000', '181710.656000', '181710.658000', '181710.661000', '181710.664000', '181710.666000', '181710.669000', '181710.671000', '181710.674000', '181730.561000', '181730.564000', '181730.567000', '181730.570000', '181730.573000', '181730.575000', '181730.578000', '181730.580000', '181730.583000', '181730.585000', '181730.588000', '181730.591000', '181730.593000', '181730.596000', '181730.599000', '181730.601000', '181730.604000', '181730.606000', '181730.609000', '181730.612000', '181730.614000', '181730.617000', '181730.620000', '181730.622000', '181730.625000', '181730.627000', '181730.630000', '181730.633000', '181730.635000', '181730.638000', '181730.640000', '181730.643000', '181730.645000', '181730.648000', '181730.651000', '181730.653000', '181730.656000', '181730.659000', '181730.661000', '181730.664000', '181730.666000', '181730.669000', '181730.672000', '181750.562000', '181750.564000', '181750.567000', '181750.571000', '181750.574000', '181750.577000', '181750.579000', '181750.582000', '181750.585000', '181750.587000', '181750.590000', '181750.593000', '181750.595000', '181750.598000', '181750.600000', '181750.603000', '181750.606000', '181750.608000', '181750.611000', '181750.613000', '181750.616000', '181750.619000', '181750.621000', '181750.624000', '181750.626000', '181750.629000', '181750.632000', '181750.634000', '181750.637000', '181750.639000', '181750.642000', '181750.645000', '181750.664000', '181750.666000', '181750.669000', '181750.671000', '181750.674000', '181750.677000', '181750.679000', '181750.682000', '181750.684000', '181750.687000', '181750.689000', '181810.562000', '181810.564000', '181810.568000', '181810.570000', '181810.573000', '181810.575000', '181810.578000', '181810.581000', '181810.583000', '181810.586000', '181810.589000', '181810.591000', '181810.594000', '181810.596000', '181810.599000', '181810.602000', '181810.604000', '181810.607000', '181810.610000', '181810.612000', '181810.615000', '181810.617000', '181810.620000', '181810.623000', '181810.625000', '181810.628000', '181810.631000', '181810.633000', '181810.636000', '181810.638000', '181810.641000', '181810.644000', '181810.646000', '181810.649000', '181810.651000', '181810.654000', '181810.656000', '181810.659000', '181810.662000', '181810.664000', '181810.667000', '181810.670000', '181810.672000', '181810.675000', '181830.561000', '181830.564000', '181830.567000', '181830.570000', '181830.573000', '181830.575000', '181830.578000', '181830.580000', '181830.583000', '181830.586000', '181830.588000', '181830.591000', '181830.594000', '181830.596000', '181830.599000', '181830.601000', '181830.604000', '181830.607000', '181830.610000', '181830.612000', '181830.615000', '181830.617000', '181830.620000', '181830.623000', '181830.625000', '181830.628000', '181830.630000', '181830.633000', '181830.636000', '181830.638000', '181830.641000', '181830.644000', '181830.646000', '181830.649000', '181830.651000', '181830.654000', '181830.657000', '181830.659000', '181830.662000', '181830.665000', '181830.667000', '181830.670000', '181830.673000', '181850.561000', '181850.564000', '181850.567000', '181850.569000', '181850.572000', '181850.575000', '181850.578000', '181850.580000', '181850.583000', '181850.586000', '181850.588000', '181850.591000', '181850.594000', '181850.596000', '181850.599000', '181850.601000', '181850.604000', '181850.607000', '181850.609000', '181850.612000', '181850.615000', '181850.617000', '181850.620000', '181850.622000', '181850.625000', '181850.628000', '181850.630000', '181850.633000', '181850.636000', '181850.638000', '181850.641000', '181850.643000', '181850.646000', '181850.649000', '181850.651000', '181850.654000', '181850.657000', '181850.659000', '181850.662000', '181850.664000', '181850.667000', '181850.670000', '181850.672000', '181850.675000', '181910.562000', '181910.565000', '181910.568000', '181910.570000', '181910.573000', '181910.576000', '181910.579000', '181910.581000', '181910.584000', '181910.586000', '181910.596000', '181910.599000', '181910.601000', '181910.604000', '181910.606000', '181910.610000', '181910.613000', '181910.616000', '181910.618000', '181910.621000', '181910.624000', '181910.626000', '181910.629000', '181910.631000', '181910.634000', '181910.637000', '181910.639000', '181910.642000', '181910.644000', '181910.647000', '181910.650000', '181910.652000', '181910.655000', '181910.657000', '181910.660000', '181910.663000', '181910.665000', '181910.668000', '181910.671000', '181910.673000', '181910.676000', '181910.678000', '181910.681000', '181930.562000', '181930.564000', '181930.567000', '181930.574000', '181930.576000', '181930.579000', '181930.582000', '181930.584000', '181930.587000', '181930.590000', '181930.592000', '181930.595000', '181930.598000', '181930.601000', '181930.603000', '181930.606000', '181930.609000', '181930.611000', '181930.614000', '181930.617000', '181930.619000', '181930.622000', '181930.624000', '181930.627000', '181930.630000', '181930.632000', '181930.635000', '181930.638000', '181930.647000', '181930.649000', '181930.652000', '181930.655000', '181930.657000', '181930.660000', '181930.662000', '181930.665000', '181930.668000', '181930.670000', '181930.673000', '181930.675000', '181930.678000', '181930.681000', '181930.683000', '181930.686000', '181950.561000', '181950.564000', '181950.567000', '181950.570000', '181950.572000', '181950.575000', '181950.578000', '181950.580000', '181950.583000', '181950.585000', '181950.588000', '181950.591000', '181950.593000', '181950.596000', '181950.599000', '181950.601000', '181950.604000', '181950.607000', '181950.609000', '181950.612000', '181950.614000', '181950.617000', '181950.620000', '181950.622000', '181950.625000', '181950.627000', '181950.630000', '181950.633000', '181950.635000', '181950.638000', '181950.641000', '181950.643000', '181950.646000', '181950.649000', '181950.651000', '181950.654000', '181950.657000', '181950.659000', '181950.662000', '181950.664000', '181950.667000', '181950.670000', '181950.672000', '182010.562000', '182010.564000', '182010.567000', '182010.570000', '182010.572000', '182010.575000', '182010.577000', '182010.580000', '182010.582000', '182010.585000', '182010.588000', '182010.590000', '182010.593000', '182010.595000', '182010.598000', '182010.601000', '182010.603000', '182010.606000', '182010.609000', '182010.611000', '182010.614000', '182010.616000', '182010.619000', '182010.622000', '182010.624000', '182010.627000', '182010.630000', '182010.632000', '182010.635000', '182010.638000', '182010.640000', '182010.643000', '182010.646000', '182010.648000', '182010.651000', '182010.653000', '182010.656000', '182010.659000', '182010.661000', '182010.664000', '182010.667000', '182010.669000', '182010.672000', '182010.674000', '182030.562000', '182030.564000', '182030.567000', '182030.570000', '182030.572000', '182030.575000', '182030.577000', '182030.580000', '182030.582000', '182030.585000', '182030.588000', '182030.590000', '182030.593000', '182030.596000', '182030.599000', '182030.601000', '182030.604000', '182030.607000', '182030.609000', '182030.612000', '182030.614000', '182030.617000', '182030.620000', '182030.622000', '182030.625000', '182030.628000', '182030.631000', '182030.634000', '182030.637000', '182030.639000', '182030.642000', '182030.645000', '182030.648000', '182030.651000', '182030.654000', '182030.656000', '182030.659000', '182030.662000', '182030.664000', '182030.667000', '182030.670000', '182030.672000', '182030.675000', '182050.561000', '182050.564000', '182050.567000', '182050.569000', '182050.572000', '182050.575000', '182050.578000', '182050.580000', '182050.583000', '182050.585000', '182050.588000', '182050.591000', '182050.593000', '182050.596000', '182050.599000', '182050.601000', '182050.604000', '182050.606000', '182050.609000', '182050.611000', '182050.614000', '182050.617000', '182050.619000', '182050.622000', '182050.625000', '182050.628000', '182050.630000', '182050.633000', '182050.636000', '182050.638000', '182050.641000', '182050.643000', '182050.646000', '182050.649000', '182050.651000', '182050.654000', '182050.657000', '182050.659000', '182050.662000', '182050.664000', '182050.667000', '182050.670000', '182050.672000', '182050.675000', '182110.562000', '182110.564000', '182110.567000', '182110.570000', '182110.572000', '182110.575000', '182110.578000', '182110.580000', '182110.583000', '182110.605000', '182110.607000', '182110.610000', '182110.613000', '182110.615000', '182110.618000', '182110.621000', '182110.623000', '182110.626000', '182110.628000', '182110.631000', '182110.634000', '182110.636000', '182110.639000', '182110.642000', '182110.644000', '182110.647000', '182110.650000', '182110.652000', '182110.655000', '182110.657000', '182110.660000', '182110.663000', '182110.665000', '182110.668000', '182110.671000', '182110.673000', '182110.676000', '182110.678000', '182110.681000', '182110.684000', '182110.686000', '182110.689000', '182110.692000', '182130.561000', '182130.564000', '182130.567000', '182130.570000', '182130.572000', '182130.575000', '182130.577000', '182130.580000', '182130.583000', '182130.585000', '182130.588000', '182130.591000', '182130.593000', '182130.596000', '182130.598000', '182130.601000', '182130.603000', '182130.606000', '182130.609000', '182130.612000', '182130.615000', '182130.618000', '182130.620000', '182130.623000', '182130.626000', '182130.628000', '182130.631000', '182130.634000', '182130.636000', '182130.639000', '182130.642000', '182130.644000', '182130.647000', '182130.650000', '182130.652000', '182130.655000', '182130.658000', '182130.660000', '182130.663000', '182130.666000', '182130.668000', '182130.671000', '182130.674000', '182130.676000', '182150.561000', '182150.564000', '182150.567000', '182150.570000', '182150.572000', '182150.575000', '182150.578000', '182150.580000', '182150.583000', '182150.586000', '182150.589000', '182150.591000', '182150.594000', '182150.596000', '182150.599000', '182150.602000', '182150.604000', '182150.607000', '182150.610000', '182150.612000', '182150.615000', '182150.617000', '182150.620000', '182150.623000', '182150.625000', '182150.628000', '182150.631000', '182150.634000', '182150.636000', '182150.639000', '182150.642000', '182150.645000', '182150.648000', '182150.650000', '182150.653000', '182150.656000', '182150.658000', '182150.661000', '182150.664000', '182150.666000', '182150.669000', '182150.671000', '182150.674000', '182210.562000', '182210.564000', '182210.567000', '182210.570000', '182210.572000', '182210.575000', '182210.578000', '182210.580000', '182210.583000', '182210.586000', '182210.588000', '182210.591000', '182210.594000', '182210.596000', '182210.599000', '182210.602000', '182210.604000', '182210.607000', '182210.609000', '182210.612000', '182210.615000', '182210.617000', '182210.620000', '182210.622000', '182210.625000', '182210.628000', '182210.630000', '182210.633000', '182210.636000', '182210.638000', '182210.641000', '182210.643000', '182210.646000', '182210.649000', '182210.651000', '182210.654000', '182210.657000', '182210.659000', '182210.662000', '182210.665000', '182210.667000', '182210.670000', '182210.672000', '182210.675000', '182230.562000', '182230.564000', '182230.567000', '182230.570000', '182230.572000', '182230.575000', '182230.577000', '182230.580000', '182230.582000', '182230.585000', '182230.588000', '182230.590000', '182230.593000', '182230.596000', '182230.598000', '182230.601000', '182230.604000', '182230.606000', '182230.609000', '182230.612000', '182230.631000', '182230.633000', '182230.636000', '182230.638000', '182230.641000', '182230.644000', '182230.646000', '182230.649000', '182230.652000', '182230.654000', '182230.657000', '182230.659000', '182230.662000', '182230.665000', '182230.667000', '182230.670000', '182230.673000', '182230.675000', '182230.678000', '182230.680000', '182230.683000', '182230.686000', '182230.688000', '182250.561000', '182250.565000', '182250.567000', '182250.570000', '182250.572000', '182250.575000', '182250.578000', '182250.580000', '182250.583000', '182250.586000', '182250.588000', '182250.591000', '182250.594000', '182250.596000', '182250.599000', '182250.602000', '182250.604000', '182250.607000', '182250.610000', '182250.612000', '182250.615000', '182250.618000', '182250.620000', '182250.624000', '182250.627000', '182250.629000', '182250.632000', '182250.635000', '182250.637000', '182250.640000', '182250.642000', '182250.645000', '182250.648000', '182250.650000', '182250.653000', '182250.656000', '182250.658000', '182250.661000', '182250.664000', '182250.666000', '182250.669000', '182250.672000', '182250.674000', '182250.677000', '182310.561000', '182310.564000', '182310.567000', '182310.570000', '182310.572000', '182310.575000', '182310.578000', '182310.580000', '182310.583000', '182310.586000', '182310.588000', '182310.591000', '182310.594000', '182310.596000', '182310.599000', '182310.602000', '182310.604000', '182310.607000', '182310.609000', '182310.612000', '182310.615000', '182310.617000', '182310.620000', '182310.622000', '182310.625000', '182310.628000', '182310.630000', '182310.633000', '182310.636000', '182310.638000', '182310.641000', '182310.643000', '182310.646000', '182310.649000', '182310.651000', '182310.654000', '182310.657000', '182310.666000', '182310.669000', '182310.672000', '182310.674000', '182310.677000', '182310.679000', '182330.562000', '182330.564000', '182330.567000', '182330.570000', '182330.572000', '182330.575000', '182330.578000', '182330.580000', '182330.583000', '182330.586000', '182330.588000', '182330.591000', '182330.594000', '182330.596000', '182330.599000', '182330.601000', '182330.604000', '182330.607000', '182330.609000', '182330.612000', '182330.615000', '182330.617000', '182330.620000', '182330.623000', '182330.626000', '182330.628000', '182330.631000', '182330.633000', '182330.636000', '182330.639000', '182330.641000', '182330.644000', '182330.647000', '182330.649000', '182330.652000', '182330.654000', '182330.657000', '182330.660000', '182330.662000', '182330.665000', '182330.668000', '182330.670000', '182330.673000', '182330.675000', '182350.562000', '182350.565000', '182350.567000', '182350.570000', '182350.573000', '182350.575000', '182350.578000', '182350.581000', '182350.583000', '182350.586000', '182350.589000', '182350.591000', '182350.594000', '182350.597000', '182350.599000', '182350.602000', '182350.605000', '182350.607000', '182350.610000', '182350.613000', '182350.615000', '182350.618000', '182350.621000', '182350.623000', '182350.626000', '182350.628000', '182350.631000', '182350.634000', '182350.636000', '182350.639000', '182350.642000', '182350.658000', '182350.660000', '182350.663000', '182350.666000', '182350.668000', '182350.671000', '182350.674000', '182350.677000', '182350.679000', '182350.682000', '182350.684000', '182350.687000', '182410.562000', '182410.565000', '182410.567000', '182410.570000', '182410.573000', '182410.575000', '182410.578000', '182410.580000', '182410.583000', '182410.586000', '182410.589000', '182410.591000', '182410.594000', '182410.596000', '182410.599000', '182410.609000', '182410.612000', '182410.614000', '182410.617000', '182410.620000', '182410.622000', '182410.625000', '182410.628000', '182410.630000', '182410.633000', '182410.636000', '182410.638000', '182410.641000', '182410.643000', '182410.646000', '182410.649000', '182410.651000', '182410.654000', '182410.656000', '182410.659000', '182410.662000', '182410.664000', '182410.667000', '182410.669000', '182410.672000', '182410.675000', '182410.677000', '182410.680000', '182410.682000', '182430.562000', '182430.565000', '182430.568000', '182430.570000', '182430.573000', '182430.576000', '182430.578000', '182430.581000', '182430.584000', '182430.586000', '182430.589000', '182430.592000', '182430.594000', '182430.597000', '182430.600000', '182430.602000', '182430.605000', '182430.608000', '182430.610000', '182430.613000', '182430.615000', '182430.618000', '182430.621000', '182430.623000', '182430.626000', '182430.629000', '182430.631000', '182430.634000', '182430.636000', '182430.639000', '182430.642000', '182430.644000', '182430.647000', '182430.650000', '182430.652000', '182430.655000', '182430.657000', '182430.660000', '182430.663000', '182430.665000', '182430.668000', '182430.670000', '182430.673000', '182450.562000', '182450.564000', '182450.567000', '182450.570000', '182450.573000', '182450.575000', '182450.578000', '182450.580000', '182450.583000', '182450.586000', '182450.588000', '182450.591000', '182450.594000', '182450.596000', '182450.599000', '182450.602000', '182450.604000', '182450.607000', '182450.610000', '182450.612000', '182450.615000', '182450.618000', '182450.620000', '182450.623000', '182450.625000', '182450.628000', '182450.631000', '182450.633000', '182450.636000', '182450.638000', '182450.641000', '182450.644000', '182450.646000', '182450.649000', '182450.652000', '182450.654000', '182450.657000', '182450.659000', '182450.662000', '182450.665000', '182450.667000', '182450.670000', '182450.673000', '182505.671000', '182505.674000', '182505.677000', '182505.679000', '182505.682000', '182505.685000', '182505.687000', '182505.690000', '182505.693000', '182505.696000', '182505.698000', '182505.701000', '182505.703000', '182505.706000', '182505.709000', '182505.712000', '182505.714000', '182505.717000', '182505.720000', '182505.722000', '182505.725000', '182505.728000', '182505.730000', '182505.733000', '182505.736000', '182505.738000', '182505.741000', '182505.744000', '182505.758000', '182505.762000', '182505.765000', '182505.768000', '182505.770000', '182505.773000'], 'InstanceCreationTime': ['181650.605000', '181650.608000', '181650.611000', '181650.614000', '181650.616000', '181650.619000', '181650.622000', '181650.625000', '181650.627000', '181650.630000', '181650.633000', '181650.635000', '181650.638000', '181650.641000', '181650.652000', '181650.655000', '181650.659000', '181650.661000', '181650.664000', '181650.666000', '181650.669000', '181710.561000', '181710.564000', '181710.567000', '181710.570000', '181710.572000', '181710.575000', '181710.578000', '181710.580000', '181710.583000', '181710.585000', '181710.588000', '181710.591000', '181710.593000', '181710.596000', '181710.599000', '181710.601000', '181710.604000', '181710.606000', '181710.609000', '181710.612000', '181710.614000', '181710.617000', '181710.619000', '181710.622000', '181710.625000', '181710.627000', '181710.630000', '181710.632000', '181710.635000', '181710.638000', '181710.640000', '181710.643000', '181710.646000', '181710.648000', '181710.651000', '181710.653000', '181710.656000', '181710.658000', '181710.661000', '181710.664000', '181710.666000', '181710.669000', '181710.671000', '181710.674000', '181730.561000', '181730.564000', '181730.567000', '181730.570000', '181730.573000', '181730.575000', '181730.578000', '181730.580000', '181730.583000', '181730.585000', '181730.588000', '181730.591000', '181730.593000', '181730.596000', '181730.599000', '181730.601000', '181730.604000', '181730.606000', '181730.609000', '181730.612000', '181730.614000', '181730.617000', '181730.620000', '181730.622000', '181730.625000', '181730.627000', '181730.630000', '181730.633000', '181730.635000', '181730.638000', '181730.640000', '181730.643000', '181730.645000', '181730.648000', '181730.651000', '181730.653000', '181730.656000', '181730.659000', '181730.661000', '181730.664000', '181730.666000', '181730.669000', '181730.672000', '181750.562000', '181750.564000', '181750.567000', '181750.571000', '181750.574000', '181750.577000', '181750.579000', '181750.582000', '181750.585000', '181750.587000', '181750.590000', '181750.593000', '181750.595000', '181750.598000', '181750.600000', '181750.603000', '181750.606000', '181750.608000', '181750.611000', '181750.613000', '181750.616000', '181750.619000', '181750.621000', '181750.624000', '181750.626000', '181750.629000', '181750.632000', '181750.634000', '181750.637000', '181750.639000', '181750.642000', '181750.645000', '181750.664000', '181750.666000', '181750.669000', '181750.671000', '181750.674000', '181750.677000', '181750.679000', '181750.682000', '181750.684000', '181750.687000', '181750.689000', '181810.562000', '181810.564000', '181810.568000', '181810.570000', '181810.573000', '181810.575000', '181810.578000', '181810.581000', '181810.583000', '181810.586000', '181810.589000', '181810.591000', '181810.594000', '181810.596000', '181810.599000', '181810.602000', '181810.604000', '181810.607000', '181810.610000', '181810.612000', '181810.615000', '181810.617000', '181810.620000', '181810.623000', '181810.625000', '181810.628000', '181810.631000', '181810.633000', '181810.636000', '181810.638000', '181810.641000', '181810.644000', '181810.646000', '181810.649000', '181810.651000', '181810.654000', '181810.656000', '181810.659000', '181810.662000', '181810.664000', '181810.667000', '181810.670000', '181810.672000', '181810.675000', '181830.561000', '181830.564000', '181830.567000', '181830.570000', '181830.573000', '181830.575000', '181830.578000', '181830.580000', '181830.583000', '181830.586000', '181830.588000', '181830.591000', '181830.594000', '181830.596000', '181830.599000', '181830.601000', '181830.604000', '181830.607000', '181830.610000', '181830.612000', '181830.615000', '181830.617000', '181830.620000', '181830.623000', '181830.625000', '181830.628000', '181830.630000', '181830.633000', '181830.636000', '181830.638000', '181830.641000', '181830.644000', '181830.646000', '181830.649000', '181830.651000', '181830.654000', '181830.657000', '181830.659000', '181830.662000', '181830.665000', '181830.667000', '181830.670000', '181830.673000', '181850.561000', '181850.564000', '181850.567000', '181850.569000', '181850.572000', '181850.575000', '181850.578000', '181850.580000', '181850.583000', '181850.586000', '181850.588000', '181850.591000', '181850.594000', '181850.596000', '181850.599000', '181850.601000', '181850.604000', '181850.607000', '181850.609000', '181850.612000', '181850.615000', '181850.617000', '181850.620000', '181850.622000', '181850.625000', '181850.628000', '181850.630000', '181850.633000', '181850.636000', '181850.638000', '181850.641000', '181850.643000', '181850.646000', '181850.649000', '181850.651000', '181850.654000', '181850.657000', '181850.659000', '181850.662000', '181850.664000', '181850.667000', '181850.670000', '181850.672000', '181850.675000', '181910.562000', '181910.565000', '181910.568000', '181910.570000', '181910.573000', '181910.576000', '181910.579000', '181910.581000', '181910.584000', '181910.586000', '181910.596000', '181910.599000', '181910.601000', '181910.604000', '181910.606000', '181910.610000', '181910.613000', '181910.616000', '181910.618000', '181910.621000', '181910.624000', '181910.626000', '181910.629000', '181910.631000', '181910.634000', '181910.637000', '181910.639000', '181910.642000', '181910.644000', '181910.647000', '181910.650000', '181910.652000', '181910.655000', '181910.657000', '181910.660000', '181910.663000', '181910.665000', '181910.668000', '181910.671000', '181910.673000', '181910.676000', '181910.678000', '181910.681000', '181930.562000', '181930.564000', '181930.567000', '181930.574000', '181930.576000', '181930.579000', '181930.582000', '181930.584000', '181930.587000', '181930.590000', '181930.592000', '181930.595000', '181930.598000', '181930.601000', '181930.603000', '181930.606000', '181930.609000', '181930.611000', '181930.614000', '181930.617000', '181930.619000', '181930.622000', '181930.624000', '181930.627000', '181930.630000', '181930.632000', '181930.635000', '181930.638000', '181930.647000', '181930.649000', '181930.652000', '181930.655000', '181930.657000', '181930.660000', '181930.662000', '181930.665000', '181930.668000', '181930.670000', '181930.673000', '181930.675000', '181930.678000', '181930.681000', '181930.683000', '181930.686000', '181950.561000', '181950.564000', '181950.567000', '181950.570000', '181950.572000', '181950.575000', '181950.578000', '181950.580000', '181950.583000', '181950.585000', '181950.588000', '181950.591000', '181950.593000', '181950.596000', '181950.599000', '181950.601000', '181950.604000', '181950.607000', '181950.609000', '181950.612000', '181950.614000', '181950.617000', '181950.620000', '181950.622000', '181950.625000', '181950.627000', '181950.630000', '181950.633000', '181950.635000', '181950.638000', '181950.641000', '181950.643000', '181950.646000', '181950.649000', '181950.651000', '181950.654000', '181950.657000', '181950.659000', '181950.662000', '181950.664000', '181950.667000', '181950.670000', '181950.672000', '182010.562000', '182010.564000', '182010.567000', '182010.570000', '182010.572000', '182010.575000', '182010.577000', '182010.580000', '182010.582000', '182010.585000', '182010.588000', '182010.590000', '182010.593000', '182010.595000', '182010.598000', '182010.601000', '182010.603000', '182010.606000', '182010.609000', '182010.611000', '182010.614000', '182010.616000', '182010.619000', '182010.622000', '182010.624000', '182010.627000', '182010.630000', '182010.632000', '182010.635000', '182010.638000', '182010.640000', '182010.643000', '182010.646000', '182010.648000', '182010.651000', '182010.653000', '182010.656000', '182010.659000', '182010.661000', '182010.664000', '182010.667000', '182010.669000', '182010.672000', '182010.674000', '182030.562000', '182030.564000', '182030.567000', '182030.570000', '182030.572000', '182030.575000', '182030.577000', '182030.580000', '182030.582000', '182030.585000', '182030.588000', '182030.590000', '182030.593000', '182030.596000', '182030.599000', '182030.601000', '182030.604000', '182030.607000', '182030.609000', '182030.612000', '182030.614000', '182030.617000', '182030.620000', '182030.622000', '182030.625000', '182030.628000', '182030.631000', '182030.634000', '182030.637000', '182030.639000', '182030.642000', '182030.645000', '182030.648000', '182030.651000', '182030.654000', '182030.656000', '182030.659000', '182030.662000', '182030.664000', '182030.667000', '182030.670000', '182030.672000', '182030.675000', '182050.561000', '182050.564000', '182050.567000', '182050.569000', '182050.572000', '182050.575000', '182050.578000', '182050.580000', '182050.583000', '182050.585000', '182050.588000', '182050.591000', '182050.593000', '182050.596000', '182050.599000', '182050.601000', '182050.604000', '182050.606000', '182050.609000', '182050.611000', '182050.614000', '182050.617000', '182050.619000', '182050.622000', '182050.625000', '182050.628000', '182050.630000', '182050.633000', '182050.636000', '182050.638000', '182050.641000', '182050.643000', '182050.646000', '182050.649000', '182050.651000', '182050.654000', '182050.657000', '182050.659000', '182050.662000', '182050.664000', '182050.667000', '182050.670000', '182050.672000', '182050.675000', '182110.562000', '182110.564000', '182110.567000', '182110.570000', '182110.572000', '182110.575000', '182110.578000', '182110.580000', '182110.583000', '182110.605000', '182110.607000', '182110.610000', '182110.613000', '182110.615000', '182110.618000', '182110.621000', '182110.623000', '182110.626000', '182110.628000', '182110.631000', '182110.634000', '182110.636000', '182110.639000', '182110.642000', '182110.644000', '182110.647000', '182110.650000', '182110.652000', '182110.655000', '182110.657000', '182110.660000', '182110.663000', '182110.665000', '182110.668000', '182110.671000', '182110.673000', '182110.676000', '182110.678000', '182110.681000', '182110.684000', '182110.686000', '182110.689000', '182110.692000', '182130.561000', '182130.564000', '182130.567000', '182130.570000', '182130.572000', '182130.575000', '182130.577000', '182130.580000', '182130.583000', '182130.585000', '182130.588000', '182130.591000', '182130.593000', '182130.596000', '182130.598000', '182130.601000', '182130.603000', '182130.606000', '182130.609000', '182130.612000', '182130.615000', '182130.618000', '182130.620000', '182130.623000', '182130.626000', '182130.628000', '182130.631000', '182130.634000', '182130.636000', '182130.639000', '182130.642000', '182130.644000', '182130.647000', '182130.650000', '182130.652000', '182130.655000', '182130.658000', '182130.660000', '182130.663000', '182130.666000', '182130.668000', '182130.671000', '182130.674000', '182130.676000', '182150.561000', '182150.564000', '182150.567000', '182150.570000', '182150.572000', '182150.575000', '182150.578000', '182150.580000', '182150.583000', '182150.586000', '182150.589000', '182150.591000', '182150.594000', '182150.596000', '182150.599000', '182150.602000', '182150.604000', '182150.607000', '182150.610000', '182150.612000', '182150.615000', '182150.617000', '182150.620000', '182150.623000', '182150.625000', '182150.628000', '182150.631000', '182150.634000', '182150.636000', '182150.639000', '182150.642000', '182150.645000', '182150.648000', '182150.650000', '182150.653000', '182150.656000', '182150.658000', '182150.661000', '182150.664000', '182150.666000', '182150.669000', '182150.671000', '182150.674000', '182210.562000', '182210.564000', '182210.567000', '182210.570000', '182210.572000', '182210.575000', '182210.578000', '182210.580000', '182210.583000', '182210.586000', '182210.588000', '182210.591000', '182210.594000', '182210.596000', '182210.599000', '182210.602000', '182210.604000', '182210.607000', '182210.609000', '182210.612000', '182210.615000', '182210.617000', '182210.620000', '182210.622000', '182210.625000', '182210.628000', '182210.630000', '182210.633000', '182210.636000', '182210.638000', '182210.641000', '182210.643000', '182210.646000', '182210.649000', '182210.651000', '182210.654000', '182210.657000', '182210.659000', '182210.662000', '182210.665000', '182210.667000', '182210.670000', '182210.672000', '182210.675000', '182230.562000', '182230.564000', '182230.567000', '182230.570000', '182230.572000', '182230.575000', '182230.577000', '182230.580000', '182230.582000', '182230.585000', '182230.588000', '182230.590000', '182230.593000', '182230.596000', '182230.598000', '182230.601000', '182230.604000', '182230.606000', '182230.609000', '182230.612000', '182230.631000', '182230.633000', '182230.636000', '182230.638000', '182230.641000', '182230.644000', '182230.646000', '182230.649000', '182230.652000', '182230.654000', '182230.657000', '182230.659000', '182230.662000', '182230.665000', '182230.667000', '182230.670000', '182230.673000', '182230.675000', '182230.678000', '182230.680000', '182230.683000', '182230.686000', '182230.688000', '182250.561000', '182250.565000', '182250.567000', '182250.570000', '182250.572000', '182250.575000', '182250.578000', '182250.580000', '182250.583000', '182250.586000', '182250.588000', '182250.591000', '182250.594000', '182250.596000', '182250.599000', '182250.602000', '182250.604000', '182250.607000', '182250.610000', '182250.612000', '182250.615000', '182250.618000', '182250.620000', '182250.624000', '182250.627000', '182250.629000', '182250.632000', '182250.635000', '182250.637000', '182250.640000', '182250.642000', '182250.645000', '182250.648000', '182250.650000', '182250.653000', '182250.656000', '182250.658000', '182250.661000', '182250.664000', '182250.666000', '182250.669000', '182250.672000', '182250.674000', '182250.677000', '182310.561000', '182310.564000', '182310.567000', '182310.570000', '182310.572000', '182310.575000', '182310.578000', '182310.580000', '182310.583000', '182310.586000', '182310.588000', '182310.591000', '182310.594000', '182310.596000', '182310.599000', '182310.602000', '182310.604000', '182310.607000', '182310.609000', '182310.612000', '182310.615000', '182310.617000', '182310.620000', '182310.622000', '182310.625000', '182310.628000', '182310.630000', '182310.633000', '182310.636000', '182310.638000', '182310.641000', '182310.643000', '182310.646000', '182310.649000', '182310.651000', '182310.654000', '182310.657000', '182310.666000', '182310.669000', '182310.672000', '182310.674000', '182310.677000', '182310.679000', '182330.562000', '182330.564000', '182330.567000', '182330.570000', '182330.572000', '182330.575000', '182330.578000', '182330.580000', '182330.583000', '182330.586000', '182330.588000', '182330.591000', '182330.594000', '182330.596000', '182330.599000', '182330.601000', '182330.604000', '182330.607000', '182330.609000', '182330.612000', '182330.615000', '182330.617000', '182330.620000', '182330.623000', '182330.626000', '182330.628000', '182330.631000', '182330.633000', '182330.636000', '182330.639000', '182330.641000', '182330.644000', '182330.647000', '182330.649000', '182330.652000', '182330.654000', '182330.657000', '182330.660000', '182330.662000', '182330.665000', '182330.668000', '182330.670000', '182330.673000', '182330.675000', '182350.562000', '182350.565000', '182350.567000', '182350.570000', '182350.573000', '182350.575000', '182350.578000', '182350.581000', '182350.583000', '182350.586000', '182350.589000', '182350.591000', '182350.594000', '182350.597000', '182350.599000', '182350.602000', '182350.605000', '182350.607000', '182350.610000', '182350.613000', '182350.615000', '182350.618000', '182350.621000', '182350.623000', '182350.626000', '182350.628000', '182350.631000', '182350.634000', '182350.636000', '182350.639000', '182350.642000', '182350.658000', '182350.660000', '182350.663000', '182350.666000', '182350.668000', '182350.671000', '182350.674000', '182350.677000', '182350.679000', '182350.682000', '182350.684000', '182350.687000', '182410.562000', '182410.565000', '182410.567000', '182410.570000', '182410.573000', '182410.575000', '182410.578000', '182410.580000', '182410.583000', '182410.586000', '182410.589000', '182410.591000', '182410.594000', '182410.596000', '182410.599000', '182410.609000', '182410.612000', '182410.614000', '182410.617000', '182410.620000', '182410.622000', '182410.625000', '182410.628000', '182410.630000', '182410.633000', '182410.636000', '182410.638000', '182410.641000', '182410.643000', '182410.646000', '182410.649000', '182410.651000', '182410.654000', '182410.656000', '182410.659000', '182410.662000', '182410.664000', '182410.667000', '182410.669000', '182410.672000', '182410.675000', '182410.677000', '182410.680000', '182410.682000', '182430.562000', '182430.565000', '182430.568000', '182430.570000', '182430.573000', '182430.576000', '182430.578000', '182430.581000', '182430.584000', '182430.586000', '182430.589000', '182430.592000', '182430.594000', '182430.597000', '182430.600000', '182430.602000', '182430.605000', '182430.608000', '182430.610000', '182430.613000', '182430.615000', '182430.618000', '182430.621000', '182430.623000', '182430.626000', '182430.629000', '182430.631000', '182430.634000', '182430.636000', '182430.639000', '182430.642000', '182430.644000', '182430.647000', '182430.650000', '182430.652000', '182430.655000', '182430.657000', '182430.660000', '182430.663000', '182430.665000', '182430.668000', '182430.670000', '182430.673000', '182450.562000', '182450.564000', '182450.567000', '182450.570000', '182450.573000', '182450.575000', '182450.578000', '182450.580000', '182450.583000', '182450.586000', '182450.588000', '182450.591000', '182450.594000', '182450.596000', '182450.599000', '182450.602000', '182450.604000', '182450.607000', '182450.610000', '182450.612000', '182450.615000', '182450.618000', '182450.620000', '182450.623000', '182450.625000', '182450.628000', '182450.631000', '182450.633000', '182450.636000', '182450.638000', '182450.641000', '182450.644000', '182450.646000', '182450.649000', '182450.652000', '182450.654000', '182450.657000', '182450.659000', '182450.662000', '182450.665000', '182450.667000', '182450.670000', '182450.673000', '182505.671000', '182505.674000', '182505.677000', '182505.679000', '182505.682000', '182505.685000', '182505.687000', '182505.690000', '182505.693000', '182505.696000', '182505.698000', '182505.701000', '182505.703000', '182505.706000', '182505.709000', '182505.712000', '182505.714000', '182505.717000', '182505.720000', '182505.722000', '182505.725000', '182505.728000', '182505.730000', '182505.733000', '182505.736000', '182505.738000', '182505.741000', '182505.744000', '182505.758000', '182505.762000', '182505.765000', '182505.768000', '182505.770000', '182505.773000'], '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': [11140, 13462, 10867, 14109, 12166, 9472, 11351, 8737, 12664, 10867, 11671, 12620, 9402, 13041, 10143, 12810, 8578, 13652, 9961, 9497, 9847, 9699, 10755, 8146, 12227, 9112, 8934, 9655, 8524, 11306, 9982, 13684, 10072, 8245, 9600, 9494, 9859, 8679, 8522, 13128, 9495, 9832, 9506, 10190, 13450, 10925, 14049, 10743, 9542, 11292, 9613, 13096, 10427, 12427, 9186, 9905, 9779, 9484, 12953, 9788, 11233, 9137, 9784, 10095, 9403, 12498, 9619, 11068, 8483, 10151, 10543, 8881, 13863, 9625, 12364, 9207, 11453, 12726, 9787, 14742, 9449, 11979, 8848, 10747, 12175, 9474, 14289, 11319, 12476, 9048, 12946, 9743, 12554, 11876, 9558, 10621, 9486, 11514, 9381, 11955, 9019, 13321, 9578, 9342, 10273, 9949, 11795, 9515, 9497, 8798, 8820, 10284, 9056, 11868, 9937, 9638, 11500, 10253, 10839, 8863, 13746, 10839, 11007, 13112, 10588, 12532, 9317, 12710, 11455, 14841, 11338, 9390, 12075, 9125, 13540, 10731, 14474, 11508, 9592, 9383, 9523, 10269, 10085, 12239, 9445, 10348, 9329, 9551, 11677, 10330, 12742, 9802, 13714, 10748, 8580, 10183, 9758, 12395, 8718, 13115, 9095, 13491, 9911, 10154, 8658, 7788, 10823, 8861, 12360, 7975, 9391, 8640, 9057, 8385, 9576, 9410, 8667, 9349, 7593, 9708, 8873, 11056, 9531, 8186, 13157, 9084, 12917, 9592, 13472, 11732, 13721, 12665, 12411, 12352, 12839, 11998, 10958, 13762, 9061, 13212, 9819, 13324, 8750, 13677, 11056, 9313, 11474, 10230, 13298, 9895, 14639, 11603, 10065, 11565, 9690, 11313, 10004, 11714, 10475, 11557, 9925, 9675, 9536, 10432, 9109, 10231, 9150, 8150, 9295, 7778, 9992, 8688, 10979, 8463, 10708, 8489, 8655, 9145, 7733, 11039, 8218, 13381, 8052, 11965, 9026, 11640, 8864, 7951, 12888, 9434, 12701, 9486, 13814, 11788, 14767, 13680, 8844, 12405, 9159, 14362, 9562, 15986, 10258, 14100, 9662, 13482, 11833, 12981, 12672, 9625, 12065, 9763, 13335, 9601, 14229, 9810, 13190, 9910, 9166, 9501, 8791, 10762, 9453, 12389, 10552, 9711, 11698, 10190, 12994, 9881, 14067, 12087, 8886, 10950, 9986, 13325, 10376, 14635, 10344, 11511, 9810, 9665, 10954, 9795, 14418, 10761, 13146, 9811, 12832, 12120, 11452, 13367, 9882, 11673, 10146, 12183, 9502, 13464, 9990, 9595, 10445, 9211, 11223, 9477, 12349, 9951, 9416, 10074, 9009, 10403, 9630, 10971, 9211, 11747, 9093, 10103, 9568, 9862, 9136, 8611, 10241, 9227, 11240, 8622, 10083, 8859, 8442, 9970, 8418, 12627, 9212, 9858, 10110, 10148, 12085, 12569, 12224, 11549, 11923, 8304, 10383, 8967, 10949, 9264, 10825, 8329, 13182, 8681, 10488, 9639, 9652, 10855, 9076, 14111, 10269, 13200, 9998, 13265, 12090, 13699, 13458, 9979, 13832, 10291, 13063, 13651, 12084, 12292, 10885, 9609, 9113, 8868, 10115, 9133, 10378, 8543, 10347, 8485, 9761, 9161, 9864, 9057, 8096, 10861, 8115, 11173, 9248, 10495, 9257, 10719, 8839, 11766, 10215, 8316, 10803, 8256, 11179, 8331, 11680, 9131, 10369, 9881, 10805, 10274, 8138, 7735, 9784, 8879, 11405, 11831, 10787, 14196, 11491, 12243, 12884, 13227, 15588, 13413, 12878, 11765, 10168, 14055, 14128, 14452, 12328, 10590, 11754, 10149, 13602, 13297, 12247, 12232, 10248, 12466, 11000, 12644, 11027, 9972, 10242, 9276, 11266, 9314, 12817, 11589, 10366, 11307, 11512, 12674, 9847, 13767, 11365, 9676, 11246, 9983, 12387, 11710, 12258, 11811, 10864, 12551, 9787, 12880, 11628, 10513, 11749, 10874, 12157, 9826, 13012, 11674, 10655, 13410, 10707, 12672, 10239, 12460, 11225, 12524, 13474, 10922, 12391, 11380, 12423, 9826, 12074, 9980, 12197, 10421, 9600, 10728, 10026, 11826, 9899, 12124, 10192, 10890, 12099, 10607, 12361, 9957, 12271, 9987, 12734, 10057, 12446, 10773, 9909, 10695, 9517, 12018, 9403, 12053, 9312, 12008, 9626, 9865, 10449, 9337, 10896, 10007, 12532, 9032, 11628, 9244, 11732, 9494, 8703, 12059, 9292, 12199, 9740, 12718, 11180, 12368, 11939, 12415, 11185, 9749, 11874, 8456, 11528, 10278, 12047, 9251, 12761, 8724, 9226, 8483, 8143, 10269, 8156, 12744, 11372, 8498, 11887, 10012, 13209, 10090, 14744, 9951, 13486, 9573, 12574, 12810, 14465, 13563, 10137, 11426, 9480, 13435, 10114, 15176, 12372, 15090, 11479, 10733, 11201, 10367, 13603, 10797, 12292, 9324, 11533, 10424, 11227, 10383, 10235, 11286, 10104, 11490, 9437, 11556, 9105, 9278, 9890, 8394, 10575, 8836, 11365, 9195, 7725, 11513, 8779, 11408, 9038, 10872, 11649, 9966, 13491, 10149, 12602, 9659, 12766, 12228, 12945, 12928, 10331, 11780, 9348, 12011, 9987, 13502, 10629, 15248, 9651, 11344, 9977, 9693, 12305, 10652, 11885, 9896, 11240, 11091, 10124, 13083, 10413, 12642, 9947, 10208, 11051, 10120, 13397, 10777, 13368, 9951, 10727, 10963, 9865, 11134, 9664, 11791, 9619, 10687, 8602, 10166, 9077, 9656, 9777, 9442, 11564, 8400, 10363, 8620, 8570, 10150, 8244, 11514, 8548, 13106, 8532, 10861, 10024, 11431, 11271, 8815, 12050, 9072, 13297, 10268, 9575, 10309, 8947, 12498, 9147, 13125, 11705, 13035, 11636, 10652, 10488, 13059, 11615, 13549, 9979, 12844, 8767, 11033, 8897, 10885, 8775, 11024, 9846, 9524, 9981, 8604, 10816, 8419, 11161, 8909, 11124, 9852, 11238, 8631, 10825, 9232, 10049, 10676, 9176, 12751, 9474, 8845, 10447, 9400, 13701, 11660, 9786, 13253, 9178, 13305, 11699, 10678, 13877, 13398, 12451, 12953, 10657, 14545, 10353, 14921, 13902, 11428, 12925, 10434, 13419, 10556, 14571, 12230, 10084, 11854, 10196, 12729, 10042, 13482, 13107, 10408, 12179, 10021, 13027, 10450, 12681, 13495, 10171, 12608, 9993, 13220, 12072, 10297, 12552, 10155, 12995, 10026, 13764, 12558, 10442, 13082, 10502, 12672, 10367, 13261, 13048, 10336, 12848, 10209, 13608, 11178, 10899, 13616, 10402, 12699, 10329, 12708, 11435, 13147, 13160, 10889, 14287, 10347, 12635, 10065, 13002, 11922, 10141, 12249, 10057, 12486, 10212, 13009, 12700, 10484, 13669, 10136, 12183, 10468, 13060, 12525, 10569, 12516, 10537, 12726, 10283, 12807, 11108, 10661, 12009, 9541, 12286, 9816, 12009, 9807, 12493, 11146, 9093, 11668, 9411, 12101, 10269, 11950, 10115, 11679, 10398, 9460, 10865, 9755, 11830, 9564, 10848, 9678, 10634, 9559, 9449, 11810, 9891, 11725, 10365, 12997, 11432, 13417, 12009, 10390, 12719, 9923, 12227, 9454, 12093, 8022, 8132, 8034, 8415, 9029, 10360, 10989, 10057, 8643, 11046, 8672, 12351, 15489, 13578, 12339, 8436, 10834, 8789, 11642, 12923, 8760, 10262, 9128, 9331, 8893, 11540, 10841, 8853, 8669, 9025, 10259, 9627, 11276, 9225, 8196, 9073, 10508, 10841, 12306, 10672, 9788, 9920, 9475, 10072, 11319, 12617, 9048, 9376, 8510, 9858, 10488, 12658, 10089, 9151, 9166, 9079, 9874, 9984, 12684, 9197, 9252, 9057, 9433, 10193, 9935, 10476, 10995, 11319, 8609, 9075, 9045, 9055, 9037, 7865, 8851, 10429, 9541, 10548, 8762, 8630, 8944, 9121, 11946, 10804, 9723, 9762, 8660, 10622, 9374, 10631, 11030, 8380, 10966, 11418, 10644, 10223, 11061, 10440, 12598, 9153, 11669, 9358, 11324, 10445, 11422, 12008, 12011, 9353, 9367, 10983, 10878, 11980, 13099, 9483, 9869, 9259, 8575, 11029, 10302, 14318, 11223, 11060, 9317, 9570, 10694, 9537, 13377, 11307, 10583, 9093, 8869, 10225, 9297, 13528, 11915, 11326, 9796, 10758, 9308, 11327, 9203, 10709, 9027, 8189, 10493, 11631, 10182, 9828, 10680, 9371, 9460, 9078, 10993, 10427, 10873, 12050, 9230, 10441, 9575, 8729, 11521, 11500, 12978, 9399, 12317, 12854, 12917, 12579, 9953, 12938, 11709, 13627, 11078, 15211, 11232, 9452, 11385, 10761, 11738, 10997, 13007, 9975, 9383, 10060, 10453, 11291, 11117, 11068, 11734, 12356, 9728, 9508, 9308, 9562, 9067, 10850, 11051, 10751, 10078, 9282, 9524, 9239, 10033, 11285, 11528, 13281, 9618, 10605, 9720, 9718, 9946, 9227, 12627], 'WindowCenter': [4726.0, 4746.0, 4697.0, 4710.0, 4695.0, 4656.0, 4676.0, 4644.0, 4692.0, 4682.0, 4663.0, 4686.0, 4643.0, 4672.0, 4650.0, 4676.0, 4633.0, 4681.0, 4653.0, 4641.0, 4652.0, 4641.0, 4651.0, 4637.0, 4690.0, 4646.0, 4657.0, 4669.0, 4654.0, 4678.0, 4689.0, 4718.0, 4660.0, 4600.0, 4605.0, 4605.0, 4622.0, 4627.0, 4642.0, 4698.0, 4671.0, 4666.0, 4655.0, 4653.0, 4683.0, 4677.0, 4696.0, 4667.0, 4642.0, 4664.0, 4644.0, 4683.0, 4664.0, 4672.0, 4647.0, 4638.0, 4644.0, 4640.0, 4671.0, 4661.0, 4667.0, 4648.0, 4654.0, 4665.0, 4654.0, 4687.0, 4657.0, 4679.0, 4645.0, 4652.0, 4666.0, 4658.0, 4698.0, 4657.0, 4674.0, 4650.0, 4674.0, 4674.0, 4654.0, 4701.0, 4644.0, 4666.0, 4632.0, 4663.0, 4679.0, 4643.0, 4689.0, 4667.0, 4660.0, 4631.0, 4672.0, 4642.0, 4670.0, 4664.0, 4641.0, 4651.0, 4640.0, 4660.0, 4641.0, 4674.0, 4646.0, 4683.0, 4656.0, 4642.0, 4653.0, 4654.0, 4675.0, 4651.0, 4649.0, 4645.0, 4612.0, 4631.0, 4620.0, 4651.0, 4643.0, 4645.0, 4678.0, 4668.0, 4666.0, 4649.0, 4698.0, 4674.0, 4671.0, 4691.0, 4667.0, 4675.0, 4644.0, 4674.0, 4665.0, 4683.0, 4668.0, 4648.0, 4663.0, 4631.0, 4671.0, 4653.0, 4687.0, 4665.0, 4640.0, 4632.0, 4639.0, 4639.0, 4664.0, 4674.0, 4657.0, 4667.0, 4663.0, 4645.0, 4665.0, 4655.0, 4687.0, 4658.0, 4686.0, 4668.0, 4647.0, 4668.0, 4662.0, 4693.0, 4648.0, 4693.0, 4647.0, 4684.0, 4658.0, 4666.0, 4654.0, 4636.0, 4685.0, 4662.0, 4689.0, 4650.0, 4658.0, 4660.0, 4658.0, 4665.0, 4683.0, 4675.0, 4668.0, 4677.0, 4655.0, 4685.0, 4676.0, 4706.0, 4686.0, 4670.0, 4715.0, 4678.0, 4705.0, 4679.0, 4704.0, 4690.0, 4694.0, 4690.0, 4682.0, 4683.0, 4673.0, 4682.0, 4652.0, 4683.0, 4634.0, 4675.0, 4641.0, 4683.0, 4634.0, 4680.0, 4677.0, 4643.0, 4663.0, 4657.0, 4685.0, 4653.0, 4680.0, 4665.0, 4641.0, 4661.0, 4628.0, 4652.0, 4642.0, 4661.0, 4644.0, 4649.0, 4648.0, 4641.0, 4641.0, 4664.0, 4650.0, 4652.0, 4661.0, 4635.0, 4659.0, 4645.0, 4671.0, 4662.0, 4690.0, 4662.0, 4679.0, 4663.0, 4671.0, 4680.0, 4652.0, 4707.0, 4664.0, 4717.0, 4653.0, 4703.0, 4680.0, 4690.0, 4673.0, 4654.0, 4707.0, 4677.0, 4715.0, 4676.0, 4710.0, 4697.0, 4708.0, 4706.0, 4650.0, 4681.0, 4643.0, 4696.0, 4647.0, 4705.0, 4655.0, 4681.0, 4629.0, 4686.0, 4663.0, 4674.0, 4675.0, 4629.0, 4665.0, 4628.0, 4670.0, 4630.0, 4680.0, 4642.0, 4660.0, 4640.0, 4627.0, 4627.0, 4617.0, 4666.0, 4655.0, 4684.0, 4663.0, 4656.0, 4676.0, 4652.0, 4686.0, 4655.0, 4682.0, 4687.0, 4633.0, 4651.0, 4639.0, 4682.0, 4652.0, 4681.0, 4657.0, 4659.0, 4640.0, 4641.0, 4657.0, 4641.0, 4680.0, 4650.0, 4675.0, 4640.0, 4671.0, 4665.0, 4647.0, 4671.0, 4628.0, 4647.0, 4644.0, 4659.0, 4647.0, 4669.0, 4640.0, 4640.0, 4650.0, 4628.0, 4662.0, 4654.0, 4670.0, 4656.0, 4642.0, 4655.0, 4636.0, 4653.0, 4655.0, 4665.0, 4645.0, 4673.0, 4644.0, 4653.0, 4658.0, 4659.0, 4660.0, 4660.0, 4680.0, 4671.0, 4689.0, 4661.0, 4685.0, 4661.0, 4663.0, 4683.0, 4680.0, 4715.0, 4694.0, 4689.0, 4685.0, 4682.0, 4704.0, 4703.0, 4692.0, 4679.0, 4697.0, 4648.0, 4669.0, 4658.0, 4677.0, 4658.0, 4678.0, 4646.0, 4704.0, 4650.0, 4683.0, 4668.0, 4668.0, 4680.0, 4648.0, 4700.0, 4667.0, 4684.0, 4646.0, 4685.0, 4676.0, 4683.0, 4673.0, 4630.0, 4683.0, 4628.0, 4663.0, 4668.0, 4658.0, 4651.0, 4643.0, 4624.0, 4631.0, 4628.0, 4644.0, 4640.0, 4654.0, 4634.0, 4666.0, 4644.0, 4652.0, 4657.0, 4659.0, 4658.0, 4648.0, 4677.0, 4639.0, 4681.0, 4661.0, 4668.0, 4659.0, 4692.0, 4673.0, 4689.0, 4682.0, 4662.0, 4693.0, 4650.0, 4698.0, 4655.0, 4691.0, 4674.0, 4683.0, 4699.0, 4691.0, 4667.0, 4650.0, 4652.0, 4697.0, 4686.0, 4717.0, 4714.0, 4695.0, 4738.0, 4707.0, 4691.0, 4701.0, 4698.0, 4721.0, 4704.0, 4676.0, 4666.0, 4654.0, 4683.0, 4683.0, 4689.0, 4675.0, 4639.0, 4653.0, 4642.0, 4681.0, 4688.0, 4660.0, 4661.0, 4643.0, 4661.0, 4657.0, 4658.0, 4656.0, 4642.0, 4636.0, 4615.0, 4647.0, 4646.0, 4673.0, 4673.0, 4640.0, 4649.0, 4659.0, 4673.0, 4654.0, 4685.0, 4675.0, 4658.0, 4664.0, 4655.0, 4693.0, 4677.0, 4676.0, 4674.0, 4652.0, 4673.0, 4642.0, 4673.0, 4665.0, 4659.0, 4662.0, 4651.0, 4662.0, 4654.0, 4685.0, 4665.0, 4653.0, 4685.0, 4651.0, 4670.0, 4642.0, 4659.0, 4663.0, 4670.0, 4677.0, 4649.0, 4657.0, 4646.0, 4662.0, 4627.0, 4660.0, 4652.0, 4661.0, 4652.0, 4646.0, 4661.0, 4651.0, 4672.0, 4654.0, 4691.0, 4665.0, 4664.0, 4676.0, 4664.0, 4675.0, 4655.0, 4677.0, 4656.0, 4687.0, 4656.0, 4666.0, 4663.0, 4641.0, 4654.0, 4643.0, 4673.0, 4660.0, 4689.0, 4657.0, 4676.0, 4660.0, 4671.0, 4668.0, 4658.0, 4679.0, 4656.0, 4690.0, 4663.0, 4676.0, 4658.0, 4689.0, 4672.0, 4660.0, 4701.0, 4672.0, 4704.0, 4674.0, 4699.0, 4680.0, 4688.0, 4683.0, 4674.0, 4667.0, 4643.0, 4677.0, 4639.0, 4676.0, 4670.0, 4676.0, 4656.0, 4698.0, 4647.0, 4656.0, 4664.0, 4648.0, 4681.0, 4665.0, 4712.0, 4719.0, 4674.0, 4694.0, 4675.0, 4707.0, 4670.0, 4698.0, 4657.0, 4690.0, 4642.0, 4673.0, 4674.0, 4689.0, 4687.0, 4641.0, 4656.0, 4629.0, 4673.0, 4641.0, 4687.0, 4662.0, 4678.0, 4649.0, 4634.0, 4649.0, 4637.0, 4669.0, 4643.0, 4647.0, 4617.0, 4634.0, 4636.0, 4654.0, 4637.0, 4636.0, 4649.0, 4639.0, 4648.0, 4630.0, 4660.0, 4643.0, 4641.0, 4660.0, 4635.0, 4677.0, 4658.0, 4688.0, 4677.0, 4654.0, 4690.0, 4660.0, 4690.0, 4660.0, 4696.0, 4694.0, 4671.0, 4702.0, 4668.0, 4677.0, 4644.0, 4686.0, 4673.0, 4672.0, 4673.0, 4640.0, 4668.0, 4628.0, 4662.0, 4642.0, 4669.0, 4639.0, 4679.0, 4627.0, 4636.0, 4638.0, 4645.0, 4664.0, 4649.0, 4660.0, 4639.0, 4647.0, 4660.0, 4650.0, 4674.0, 4652.0, 4661.0, 4643.0, 4627.0, 4652.0, 4659.0, 4677.0, 4651.0, 4667.0, 4641.0, 4642.0, 4650.0, 4627.0, 4668.0, 4641.0, 4654.0, 4627.0, 4640.0, 4635.0, 4655.0, 4644.0, 4646.0, 4668.0, 4667.0, 4686.0, 4649.0, 4678.0, 4662.0, 4661.0, 4683.0, 4650.0, 4705.0, 4668.0, 4712.0, 4682.0, 4681.0, 4673.0, 4679.0, 4686.0, 4659.0, 4702.0, 4674.0, 4711.0, 4670.0, 4658.0, 4669.0, 4672.0, 4702.0, 4675.0, 4719.0, 4691.0, 4688.0, 4669.0, 4655.0, 4669.0, 4672.0, 4681.0, 4685.0, 4643.0, 4660.0, 4621.0, 4652.0, 4630.0, 4650.0, 4631.0, 4650.0, 4641.0, 4641.0, 4655.0, 4632.0, 4663.0, 4621.0, 4671.0, 4647.0, 4675.0, 4661.0, 4665.0, 4634.0, 4663.0, 4657.0, 4654.0, 4681.0, 4669.0, 4697.0, 4684.0, 4660.0, 4686.0, 4675.0, 4712.0, 4707.0, 4691.0, 4713.0, 4668.0, 4704.0, 4691.0, 4679.0, 4707.0, 4701.0, 4677.0, 4682.0, 4654.0, 4683.0, 4649.0, 4682.0, 4685.0, 4659.0, 4675.0, 4639.0, 4671.0, 4651.0, 4679.0, 4674.0, 4639.0, 4660.0, 4640.0, 4672.0, 4658.0, 4684.0, 4687.0, 4653.0, 4660.0, 4641.0, 4676.0, 4654.0, 4673.0, 4685.0, 4653.0, 4672.0, 4643.0, 4685.0, 4677.0, 4659.0, 4672.0, 4643.0, 4671.0, 4644.0, 4684.0, 4675.0, 4656.0, 4674.0, 4652.0, 4674.0, 4666.0, 4686.0, 4687.0, 4655.0, 4674.0, 4654.0, 4683.0, 4667.0, 4664.0, 4686.0, 4653.0, 4678.0, 4642.0, 4672.0, 4668.0, 4674.0, 4674.0, 4657.0, 4679.0, 4629.0, 4660.0, 4643.0, 4673.0, 4662.0, 4652.0, 4672.0, 4642.0, 4673.0, 4655.0, 4683.0, 4689.0, 4655.0, 4682.0, 4646.0, 4665.0, 4653.0, 4690.0, 4680.0, 4655.0, 4676.0, 4652.0, 4673.0, 4653.0, 4684.0, 4666.0, 4651.0, 4678.0, 4641.0, 4671.0, 4642.0, 4673.0, 4667.0, 4684.0, 4667.0, 4646.0, 4677.0, 4646.0, 4688.0, 4666.0, 4681.0, 4667.0, 4674.0, 4673.0, 4662.0, 4692.0, 4671.0, 4688.0, 4668.0, 4678.0, 4670.0, 4678.0, 4683.0, 4684.0, 4704.0, 4685.0, 4704.0, 4692.0, 4701.0, 4683.0, 4712.0, 4691.0, 4658.0, 4687.0, 4655.0, 4681.0, 4672.0, 4646.0, 4626.0, 4607.0, 4587.0, 4588.0, 4590.0, 4607.0, 4609.0, 4612.0, 4597.0, 4619.0, 4588.0, 4616.0, 4647.0, 4625.0, 4630.0, 4577.0, 4606.0, 4575.0, 4604.0, 4632.0, 4573.0, 4595.0, 4583.0, 4584.0, 4602.0, 4620.0, 4617.0, 4584.0, 4572.0, 4573.0, 4597.0, 4583.0, 4608.0, 4607.0, 4586.0, 4584.0, 4613.0, 4606.0, 4627.0, 4608.0, 4606.0, 4601.0, 4594.0, 4594.0, 4604.0, 4626.0, 4586.0, 4601.0, 4574.0, 4595.0, 4612.0, 4625.0, 4617.0, 4597.0, 4584.0, 4589.0, 4593.0, 4606.0, 4623.0, 4599.0, 4595.0, 4585.0, 4593.0, 4593.0, 4601.0, 4605.0, 4614.0, 4614.0, 4588.0, 4582.0, 4597.0, 4594.0, 4598.0, 4588.0, 4596.0, 4618.0, 4609.0, 4631.0, 4609.0, 4624.0, 4622.0, 4623.0, 4653.0, 4645.0, 4637.0, 4653.0, 4641.0, 4649.0, 4638.0, 4649.0, 4644.0, 4611.0, 4643.0, 4653.0, 4649.0, 4643.0, 4655.0, 4658.0, 4665.0, 4641.0, 4654.0, 4637.0, 4656.0, 4645.0, 4655.0, 4654.0, 4667.0, 4641.0, 4637.0, 4643.0, 4648.0, 4654.0, 4666.0, 4647.0, 4634.0, 4635.0, 4611.0, 4644.0, 4643.0, 4687.0, 4655.0, 4641.0, 4623.0, 4619.0, 4648.0, 4631.0, 4662.0, 4643.0, 4630.0, 4621.0, 4610.0, 4632.0, 4619.0, 4651.0, 4645.0, 4628.0, 4624.0, 4615.0, 4606.0, 4626.0, 4608.0, 4619.0, 4611.0, 4596.0, 4641.0, 4648.0, 4642.0, 4642.0, 4642.0, 4634.0, 4648.0, 4653.0, 4655.0, 4654.0, 4671.0, 4678.0, 4651.0, 4658.0, 4647.0, 4641.0, 4668.0, 4679.0, 4688.0, 4635.0, 4663.0, 4675.0, 4669.0, 4666.0, 4632.0, 4660.0, 4655.0, 4666.0, 4641.0, 4666.0, 4640.0, 4619.0, 4638.0, 4637.0, 4654.0, 4639.0, 4652.0, 4629.0, 4619.0, 4629.0, 4637.0, 4642.0, 4639.0, 4651.0, 4655.0, 4647.0, 4628.0, 4628.0, 4643.0, 4633.0, 4638.0, 4658.0, 4652.0, 4665.0, 4656.0, 4649.0, 4643.0, 4641.0, 4657.0, 4667.0, 4663.0, 4678.0, 4645.0, 4642.0, 4646.0, 4630.0, 4643.0, 4650.0, 4664.0], 'WindowWidth': [10335.0, 10352.0, 10277.0, 10282.0, 10264.0, 10204.0, 10227.0, 10183.0, 10252.0, 10239.0, 10204.0, 10241.0, 10179.0, 10213.0, 10180.0, 10219.0, 10163.0, 10224.0, 10188.0, 10169.0, 10185.0, 10171.0, 10185.0, 10174.0, 10246.0, 10186.0, 10203.0, 10221.0, 10201.0, 10232.0, 10261.0, 10298.0, 10206.0, 10101.0, 10097.0, 10103.0, 10132.0, 10147.0, 10176.0, 10262.0, 10232.0, 10215.0, 10199.0, 10190.0, 10233.0, 10230.0, 10253.0, 10215.0, 10173.0, 10206.0, 10178.0, 10232.0, 10207.0, 10216.0, 10184.0, 10163.0, 10174.0, 10167.0, 10213.0, 10209.0, 10213.0, 10187.0, 10192.0, 10210.0, 10196.0, 10243.0, 10204.0, 10228.0, 10184.0, 10190.0, 10213.0, 10205.0, 10260.0, 10201.0, 10220.0, 10189.0, 10218.0, 10221.0, 10191.0, 10263.0, 10177.0, 10206.0, 10160.0, 10205.0, 10229.0, 10176.0, 10242.0, 10206.0, 10193.0, 10156.0, 10212.0, 10174.0, 10206.0, 10203.0, 10171.0, 10182.0, 10167.0, 10195.0, 10170.0, 10219.0, 10184.0, 10229.0, 10199.0, 10174.0, 10189.0, 10191.0, 10223.0, 10191.0, 10189.0, 10180.0, 10118.0, 10147.0, 10130.0, 10176.0, 10172.0, 10178.0, 10230.0, 10215.0, 10209.0, 10192.0, 10254.0, 10227.0, 10218.0, 10251.0, 10211.0, 10220.0, 10176.0, 10216.0, 10206.0, 10228.0, 10215.0, 10183.0, 10201.0, 10154.0, 10209.0, 10185.0, 10233.0, 10206.0, 10166.0, 10155.0, 10163.0, 10164.0, 10207.0, 10217.0, 10200.0, 10214.0, 10210.0, 10178.0, 10205.0, 10192.0, 10237.0, 10200.0, 10236.0, 10215.0, 10186.0, 10216.0, 10208.0, 10249.0, 10188.0, 10250.0, 10187.0, 10232.0, 10202.0, 10208.0, 10200.0, 10173.0, 10244.0, 10208.0, 10246.0, 10195.0, 10204.0, 10210.0, 10205.0, 10223.0, 10248.0, 10236.0, 10226.0, 10239.0, 10210.0, 10249.0, 10238.0, 10282.0, 10254.0, 10230.0, 10295.0, 10245.0, 10277.0, 10242.0, 10272.0, 10251.0, 10253.0, 10249.0, 10235.0, 10236.0, 10214.0, 10233.0, 10186.0, 10229.0, 10163.0, 10217.0, 10169.0, 10227.0, 10163.0, 10222.0, 10227.0, 10174.0, 10200.0, 10194.0, 10234.0, 10189.0, 10222.0, 10207.0, 10167.0, 10197.0, 10144.0, 10184.0, 10170.0, 10194.0, 10170.0, 10177.0, 10180.0, 10172.0, 10170.0, 10204.0, 10192.0, 10188.0, 10205.0, 10168.0, 10205.0, 10190.0, 10224.0, 10216.0, 10253.0, 10216.0, 10235.0, 10218.0, 10228.0, 10244.0, 10203.0, 10284.0, 10224.0, 10290.0, 10203.0, 10272.0, 10243.0, 10252.0, 10232.0, 10206.0, 10279.0, 10242.0, 10290.0, 10234.0, 10280.0, 10262.0, 10270.0, 10274.0, 10190.0, 10230.0, 10177.0, 10253.0, 10183.0, 10265.0, 10192.0, 10221.0, 10151.0, 10233.0, 10201.0, 10213.0, 10213.0, 10150.0, 10200.0, 10145.0, 10205.0, 10151.0, 10219.0, 10168.0, 10188.0, 10165.0, 10143.0, 10146.0, 10132.0, 10206.0, 10195.0, 10231.0, 10205.0, 10199.0, 10224.0, 10186.0, 10236.0, 10193.0, 10226.0, 10243.0, 10161.0, 10183.0, 10162.0, 10229.0, 10186.0, 10227.0, 10197.0, 10190.0, 10165.0, 10168.0, 10194.0, 10168.0, 10224.0, 10179.0, 10213.0, 10166.0, 10210.0, 10203.0, 10172.0, 10207.0, 10146.0, 10172.0, 10169.0, 10188.0, 10181.0, 10205.0, 10168.0, 10167.0, 10180.0, 10147.0, 10200.0, 10192.0, 10208.0, 10197.0, 10173.0, 10192.0, 10163.0, 10185.0, 10193.0, 10210.0, 10180.0, 10215.0, 10179.0, 10191.0, 10203.0, 10200.0, 10206.0, 10213.0, 10238.0, 10225.0, 10247.0, 10213.0, 10246.0, 10213.0, 10220.0, 10246.0, 10247.0, 10291.0, 10272.0, 10259.0, 10251.0, 10242.0, 10274.0, 10272.0, 10256.0, 10229.0, 10259.0, 10191.0, 10219.0, 10205.0, 10228.0, 10203.0, 10231.0, 10186.0, 10266.0, 10193.0, 10240.0, 10217.0, 10219.0, 10236.0, 10191.0, 10264.0, 10214.0, 10231.0, 10181.0, 10235.0, 10223.0, 10229.0, 10216.0, 10150.0, 10228.0, 10145.0, 10196.0, 10203.0, 10187.0, 10175.0, 10166.0, 10136.0, 10156.0, 10147.0, 10171.0, 10170.0, 10190.0, 10163.0, 10212.0, 10178.0, 10188.0, 10197.0, 10200.0, 10206.0, 10191.0, 10228.0, 10180.0, 10237.0, 10212.0, 10215.0, 10206.0, 10257.0, 10231.0, 10248.0, 10239.0, 10217.0, 10258.0, 10195.0, 10267.0, 10204.0, 10251.0, 10234.0, 10248.0, 10278.0, 10256.0, 10212.0, 10195.0, 10207.0, 10275.0, 10259.0, 10304.0, 10294.0, 10268.0, 10332.0, 10284.0, 10251.0, 10266.0, 10260.0, 10301.0, 10278.0, 10224.0, 10209.0, 10188.0, 10231.0, 10230.0, 10245.0, 10224.0, 10164.0, 10184.0, 10172.0, 10224.0, 10239.0, 10192.0, 10195.0, 10168.0, 10198.0, 10194.0, 10186.0, 10192.0, 10170.0, 10156.0, 10126.0, 10172.0, 10177.0, 10210.0, 10217.0, 10167.0, 10178.0, 10190.0, 10215.0, 10191.0, 10234.0, 10221.0, 10199.0, 10204.0, 10194.0, 10251.0, 10228.0, 10224.0, 10221.0, 10185.0, 10213.0, 10170.0, 10216.0, 10208.0, 10198.0, 10199.0, 10181.0, 10196.0, 10189.0, 10237.0, 10208.0, 10188.0, 10233.0, 10183.0, 10205.0, 10172.0, 10191.0, 10204.0, 10208.0, 10221.0, 10176.0, 10184.0, 10167.0, 10191.0, 10143.0, 10192.0, 10187.0, 10196.0, 10185.0, 10177.0, 10198.0, 10184.0, 10213.0, 10191.0, 10247.0, 10211.0, 10204.0, 10224.0, 10204.0, 10220.0, 10194.0, 10224.0, 10197.0, 10239.0, 10195.0, 10204.0, 10202.0, 10170.0, 10190.0, 10175.0, 10215.0, 10208.0, 10247.0, 10201.0, 10223.0, 10207.0, 10218.0, 10215.0, 10205.0, 10231.0, 10197.0, 10248.0, 10212.0, 10226.0, 10203.0, 10249.0, 10228.0, 10209.0, 10265.0, 10228.0, 10275.0, 10234.0, 10261.0, 10236.0, 10246.0, 10240.0, 10218.0, 10211.0, 10173.0, 10222.0, 10172.0, 10225.0, 10215.0, 10224.0, 10197.0, 10255.0, 10189.0, 10199.0, 10215.0, 10192.0, 10243.0, 10225.0, 10285.0, 10302.0, 10235.0, 10259.0, 10227.0, 10280.0, 10222.0, 10262.0, 10198.0, 10240.0, 10171.0, 10213.0, 10217.0, 10238.0, 10240.0, 10167.0, 10191.0, 10147.0, 10214.0, 10170.0, 10239.0, 10199.0, 10212.0, 10171.0, 10147.0, 10177.0, 10156.0, 10203.0, 10166.0, 10167.0, 10130.0, 10147.0, 10155.0, 10185.0, 10157.0, 10153.0, 10175.0, 10162.0, 10174.0, 10151.0, 10194.0, 10176.0, 10169.0, 10200.0, 10170.0, 10228.0, 10203.0, 10246.0, 10236.0, 10204.0, 10250.0, 10212.0, 10250.0, 10212.0, 10263.0, 10261.0, 10225.0, 10272.0, 10216.0, 10224.0, 10178.0, 10235.0, 10217.0, 10212.0, 10216.0, 10167.0, 10208.0, 10145.0, 10198.0, 10170.0, 10208.0, 10163.0, 10216.0, 10145.0, 10154.0, 10160.0, 10175.0, 10200.0, 10178.0, 10192.0, 10164.0, 10171.0, 10193.0, 10180.0, 10216.0, 10183.0, 10192.0, 10168.0, 10141.0, 10182.0, 10197.0, 10220.0, 10178.0, 10196.0, 10167.0, 10166.0, 10178.0, 10141.0, 10207.0, 10166.0, 10184.0, 10143.0, 10163.0, 10160.0, 10186.0, 10177.0, 10178.0, 10216.0, 10216.0, 10239.0, 10190.0, 10232.0, 10216.0, 10213.0, 10244.0, 10195.0, 10276.0, 10226.0, 10282.0, 10249.0, 10239.0, 10229.0, 10231.0, 10244.0, 10204.0, 10270.0, 10232.0, 10280.0, 10224.0, 10204.0, 10219.0, 10229.0, 10268.0, 10235.0, 10294.0, 10252.0, 10242.0, 10214.0, 10192.0, 10218.0, 10213.0, 10232.0, 10234.0, 10172.0, 10188.0, 10139.0, 10183.0, 10151.0, 10177.0, 10156.0, 10178.0, 10169.0, 10168.0, 10193.0, 10157.0, 10199.0, 10141.0, 10214.0, 10186.0, 10221.0, 10203.0, 10203.0, 10164.0, 10199.0, 10199.0, 10192.0, 10239.0, 10221.0, 10256.0, 10247.0, 10210.0, 10248.0, 10238.0, 10285.0, 10285.0, 10264.0, 10288.0, 10225.0, 10267.0, 10250.0, 10235.0, 10280.0, 10269.0, 10225.0, 10234.0, 10188.0, 10229.0, 10184.0, 10228.0, 10238.0, 10191.0, 10215.0, 10162.0, 10207.0, 10184.0, 10219.0, 10220.0, 10164.0, 10192.0, 10164.0, 10211.0, 10201.0, 10233.0, 10239.0, 10185.0, 10193.0, 10165.0, 10217.0, 10189.0, 10213.0, 10236.0, 10186.0, 10210.0, 10172.0, 10234.0, 10225.0, 10198.0, 10212.0, 10171.0, 10209.0, 10174.0, 10231.0, 10223.0, 10193.0, 10216.0, 10184.0, 10216.0, 10210.0, 10235.0, 10240.0, 10189.0, 10213.0, 10186.0, 10227.0, 10210.0, 10202.0, 10237.0, 10185.0, 10221.0, 10170.0, 10209.0, 10211.0, 10216.0, 10217.0, 10189.0, 10216.0, 10146.0, 10188.0, 10172.0, 10214.0, 10199.0, 10185.0, 10212.0, 10170.0, 10212.0, 10193.0, 10229.0, 10240.0, 10192.0, 10225.0, 10175.0, 10200.0, 10188.0, 10242.0, 10229.0, 10191.0, 10222.0, 10184.0, 10213.0, 10186.0, 10232.0, 10208.0, 10181.0, 10221.0, 10167.0, 10209.0, 10169.0, 10214.0, 10212.0, 10233.0, 10211.0, 10183.0, 10227.0, 10182.0, 10240.0, 10211.0, 10231.0, 10213.0, 10218.0, 10220.0, 10208.0, 10252.0, 10222.0, 10242.0, 10215.0, 10230.0, 10222.0, 10230.0, 10243.0, 10248.0, 10274.0, 10247.0, 10276.0, 10262.0, 10264.0, 10239.0, 10281.0, 10250.0, 10198.0, 10239.0, 10194.0, 10230.0, 10226.0, 10161.0, 10155.0, 10116.0, 10075.0, 10073.0, 10075.0, 10095.0, 10099.0, 10108.0, 10091.0, 10114.0, 10071.0, 10104.0, 10150.0, 10119.0, 10131.0, 10055.0, 10092.0, 10051.0, 10088.0, 10130.0, 10047.0, 10078.0, 10061.0, 10062.0, 10095.0, 10115.0, 10114.0, 10065.0, 10045.0, 10045.0, 10076.0, 10058.0, 10095.0, 10107.0, 10071.0, 10065.0, 10106.0, 10096.0, 10126.0, 10103.0, 10099.0, 10090.0, 10077.0, 10079.0, 10090.0, 10123.0, 10070.0, 10092.0, 10051.0, 10079.0, 10106.0, 10119.0, 10119.0, 10084.0, 10063.0, 10069.0, 10074.0, 10095.0, 10115.0, 10091.0, 10080.0, 10068.0, 10078.0, 10075.0, 10090.0, 10095.0, 10106.0, 10105.0, 10078.0, 10062.0, 10087.0, 10080.0, 10089.0, 10079.0, 10088.0, 10117.0, 10108.0, 10140.0, 10112.0, 10139.0, 10134.0, 10134.0, 10175.0, 10166.0, 10161.0, 10186.0, 10172.0, 10177.0, 10164.0, 10175.0, 10168.0, 10117.0, 10162.0, 10177.0, 10177.0, 10164.0, 10182.0, 10189.0, 10197.0, 10167.0, 10179.0, 10159.0, 10185.0, 10168.0, 10183.0, 10182.0, 10204.0, 10171.0, 10164.0, 10165.0, 10174.0, 10182.0, 10201.0, 10180.0, 10155.0, 10158.0, 10120.0, 10169.0, 10165.0, 10235.0, 10186.0, 10161.0, 10136.0, 10129.0, 10176.0, 10148.0, 10192.0, 10164.0, 10143.0, 10134.0, 10115.0, 10151.0, 10129.0, 10172.0, 10161.0, 10137.0, 10137.0, 10114.0, 10106.0, 10133.0, 10109.0, 10121.0, 10114.0, 10093.0, 10159.0, 10167.0, 10163.0, 10166.0, 10164.0, 10160.0, 10179.0, 10191.0, 10189.0, 10187.0, 10215.0, 10227.0, 10193.0, 10194.0, 10180.0, 10175.0, 10211.0, 10227.0, 10237.0, 10162.0, 10196.0, 10216.0, 10205.0, 10205.0, 10153.0, 10188.0, 10178.0, 10198.0, 10162.0, 10190.0, 10158.0, 10127.0, 10156.0, 10150.0, 10178.0, 10157.0, 10173.0, 10145.0, 10129.0, 10144.0, 10152.0, 10161.0, 10155.0, 10178.0, 10181.0, 10166.0, 10144.0, 10144.0, 10171.0, 10150.0, 10164.0, 10192.0, 10181.0, 10202.0, 10193.0, 10188.0, 10173.0, 10173.0, 10196.0, 10208.0, 10197.0, 10221.0, 10176.0, 10168.0, 10177.0, 10148.0, 10172.0, 10184.0, 10200.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.011642515952597994</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.09115707566089334</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.488350279899606</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2548342131113146</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1240562983211675</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5439</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2686.1694</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.18346882849454274</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>302</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>27.529626253418414</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5427722001450785</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4512967597383493</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8098976602795465</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3671221804173403</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0137848</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014138111844658852</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.06858820468187332</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1097</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.574618912565532</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>15.2573</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.4535</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>278.2834</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283810.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1254.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>470.1417</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6173</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.7512</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3799.7394</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3909.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92734.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1820.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4875.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.4928</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>21.377936040284112</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> |