=== 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-0104 --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-0104",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-02/func/sub-0104_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>64b1a2f748415cd8b6785e54d6890ed1</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>14:20:56.140000</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.99878, -0.0442532, -0.0219296, 0.0436076, 0.998625, -0.0290892]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100472</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>[4212, -7760, -7242, 339, -143, -174, -47, 88]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.419</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3a253530-a014-40f4-a7bf-8e5499e6eacf||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.679652690887451, 0.11699603497982025, -0.06260424107313156, 106.34266662597656], [0.11872796714305878, 2.6792383193969727, -0.07586295902729034, -105.38307189941406], [-0.05883555859327316, 0.07804416865110397, 2.6982078552246094, -77.63072967529297], [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': ['142056.140000', '142056.600000', '142057.060000', '142057.520000', '142057.980000', '142058.440000', '142058.900000', '142059.360000', '142059.820000', '142100.280000', '142100.740000', '142101.200000', '142101.660000', '142102.120000', '142102.580000', '142103.040000', '142103.500000', '142103.960000', '142104.420000', '142104.880000', '142105.340000', '142105.800000', '142106.260000', '142106.720000', '142107.180000', '142107.640000', '142108.100000', '142108.560000', '142109.020000', '142109.480000', '142109.940000', '142110.400000', '142110.860000', '142111.320000', '142111.780000', '142112.240000', '142112.700000', '142113.160000', '142113.620000', '142114.080000', '142114.540000', '142115.000000', '142115.460000', '142115.920000', '142116.380000', '142116.840000', '142117.300000', '142117.760000', '142118.220000', '142118.680000', '142119.140000', '142119.600000', '142120.060000', '142120.520000', '142120.980000', '142121.440000', '142121.900000', '142122.360000', '142122.820000', '142123.280000', '142123.740000', '142124.200000', '142124.660000', '142125.120000', '142125.580000', '142126.040000', '142126.500000', '142126.960000', '142127.420000', '142127.880000', '142128.340000', '142128.800000', '142129.260000', '142129.720000', '142130.180000', '142130.640000', '142131.100000', '142131.560000', '142132.020000', '142132.480000', '142132.940000', '142133.400000', '142133.860000', '142134.320000', '142134.780000', '142135.240000', '142135.700000', '142136.160000', '142136.620000', '142137.080000', '142137.540000', '142138.000000', '142138.460000', '142138.920000', '142139.380000', '142139.840000', '142140.300000', '142140.760000', '142141.220000', '142141.680000', '142142.140000', '142142.600000', '142143.060000', '142143.520000', '142143.980000', '142144.440000', '142144.900000', '142145.360000', '142145.820000', '142146.280000', '142146.740000', '142147.200000', '142147.660000', '142148.120000', '142148.580000', '142149.040000', '142149.500000', '142149.960000', '142150.420000', '142150.880000', '142151.340000', '142151.800000', '142152.260000', '142152.720000', '142153.180000', '142153.640000', '142154.100000', '142154.560000', '142155.020000', '142155.480000', '142155.940000', '142156.400000', '142156.860000', '142157.320000', '142157.780000', '142158.240000', '142158.700000', '142159.160000', '142159.620000', '142200.080000', '142200.540000', '142201.000000', '142201.460000', '142201.920000', '142202.380000', '142202.840000', '142203.300000', '142203.760000', '142204.220000', '142204.680000', '142205.140000', '142205.600000', '142206.060000', '142206.520000', '142206.980000', '142207.440000', '142207.900000', '142208.360000', '142208.820000', '142209.280000', '142209.740000', '142210.200000', '142210.660000', '142211.120000', '142211.580000', '142212.040000', '142212.500000', '142212.960000', '142213.420000', '142213.880000', '142214.340000', '142214.800000', '142215.260000', '142215.720000', '142216.180000', '142216.640000', '142217.100000', '142217.560000', '142218.020000', '142218.480000', '142218.940000', '142219.400000', '142219.860000', '142220.320000', '142220.780000', '142221.240000', '142221.700000', '142222.160000', '142222.620000', '142223.080000', '142223.540000', '142224.000000', '142224.460000', '142224.920000', '142225.380000', '142225.840000', '142226.300000', '142226.760000', '142227.220000', '142227.680000', '142228.140000', '142228.600000', '142229.060000', '142229.520000', '142229.980000', '142230.440000', '142230.900000', '142231.360000', '142231.820000', '142232.280000', '142232.740000', '142233.200000', '142233.660000', '142234.120000', '142234.580000', '142235.040000', '142235.500000', '142235.960000', '142236.420000', '142236.880000', '142237.340000', '142237.800000', '142238.260000', '142238.720000', '142239.180000', '142239.640000', '142240.100000', '142240.560000', '142241.020000', '142241.480000', '142241.940000', '142242.400000', '142242.860000', '142243.320000', '142243.780000', '142244.240000', '142244.700000', '142245.160000', '142245.620000', '142246.080000', '142246.540000', '142247.000000', '142247.460000', '142247.920000', '142248.380000', '142248.840000', '142249.300000', '142249.760000', '142250.220000', '142250.680000', '142251.140000', '142251.600000', '142252.060000', '142252.520000', '142252.980000', '142253.440000', '142253.900000', '142254.360000', '142254.820000', '142255.280000', '142255.740000', '142256.200000', '142256.660000', '142257.120000', '142257.580000', '142258.040000', '142258.500000', '142258.960000', '142259.420000', '142259.880000', '142300.340000', '142300.800000', '142301.260000', '142301.720000', '142302.180000', '142302.640000', '142303.100000', '142303.560000', '142304.020000', '142304.480000', '142304.940000', '142305.400000', '142305.860000', '142306.320000', '142306.780000', '142307.240000', '142307.700000', '142308.160000', '142308.620000', '142309.080000', '142309.540000', '142310.000000', '142310.460000', '142310.920000', '142311.380000', '142311.840000', '142312.300000', '142312.760000', '142313.220000', '142313.680000', '142314.140000', '142314.600000', '142315.060000', '142315.520000', '142315.980000', '142316.440000', '142316.900000', '142317.360000', '142317.820000', '142318.280000', '142318.740000', '142319.200000', '142319.660000', '142320.120000', '142320.580000', '142321.040000', '142321.500000', '142321.960000', '142322.420000', '142322.880000', '142323.340000', '142323.800000', '142324.260000', '142324.720000', '142325.180000', '142325.640000', '142326.100000', '142326.560000', '142327.020000', '142327.480000', '142327.940000', '142328.400000', '142328.860000', '142329.320000', '142329.780000', '142330.240000', '142330.700000', '142331.160000', '142331.620000', '142332.080000', '142332.540000', '142333.000000', '142333.460000', '142333.920000', '142334.380000', '142334.840000', '142335.300000', '142335.760000', '142336.220000', '142336.680000', '142337.140000', '142337.600000', '142338.060000', '142338.520000', '142338.980000', '142339.440000', '142339.900000', '142340.360000', '142340.820000', '142341.280000', '142341.740000', '142342.200000', '142342.660000', '142343.120000', '142343.580000', '142344.040000', '142344.500000', '142344.960000', '142345.420000', '142345.880000', '142346.340000', '142346.800000', '142347.260000', '142347.720000', '142348.180000', '142348.640000', '142349.100000', '142349.560000', '142350.020000', '142350.480000', '142350.940000', '142351.400000', '142351.860000', '142352.320000', '142352.780000', '142353.240000', '142353.700000', '142354.160000', '142354.620000', '142355.080000', '142355.540000', '142356.000000', '142356.460000', '142356.920000', '142357.380000', '142357.840000', '142358.300000', '142358.760000', '142359.220000', '142359.680000', '142400.140000', '142400.600000', '142401.060000', '142401.520000', '142401.980000', '142402.440000', '142402.900000', '142403.360000', '142403.820000', '142404.280000', '142404.740000', '142405.200000', '142405.660000', '142406.120000', '142406.580000', '142407.040000', '142407.500000', '142407.960000', '142408.420000', '142408.880000', '142409.340000', '142409.800000', '142410.260000', '142410.720000', '142411.180000', '142411.640000', '142412.100000', '142412.560000', '142413.020000', '142413.480000', '142413.940000', '142414.400000', '142414.860000', '142415.320000', '142415.780000', '142416.240000', '142416.700000', '142417.160000', '142417.620000', '142418.080000', '142418.540000', '142419.000000', '142419.460000', '142419.920000', '142420.380000', '142420.840000', '142421.300000', '142421.760000', '142422.220000', '142422.680000', '142423.140000', '142423.600000', '142424.060000', '142424.520000', '142424.980000', '142425.440000', '142425.900000', '142426.360000', '142426.820000', '142427.280000', '142427.740000', '142428.200000', '142428.660000', '142429.120000', '142429.580000', '142430.040000', '142430.500000', '142430.960000', '142431.420000', '142431.880000', '142432.340000', '142432.800000', '142433.260000', '142433.720000', '142434.180000', '142434.640000', '142435.100000', '142435.560000', '142436.020000', '142436.480000', '142436.940000', '142437.400000', '142437.860000', '142438.320000', '142438.780000', '142439.240000', '142439.700000', '142440.160000', '142440.620000', '142441.080000', '142441.540000', '142442.000000', '142442.460000', '142442.920000', '142443.380000', '142443.840000', '142444.300000', '142444.760000', '142445.220000', '142445.680000', '142446.140000', '142446.600000', '142447.060000', '142447.520000', '142447.980000', '142448.440000', '142448.900000', '142449.360000', '142449.820000', '142450.280000', '142450.740000', '142451.200000', '142451.660000', '142452.120000', '142452.580000', '142453.040000', '142453.500000', '142453.960000', '142454.420000', '142454.880000', '142455.340000', '142455.800000', '142456.260000', '142456.720000', '142457.180000', '142457.640000', '142458.100000', '142458.560000', '142459.020000', '142459.480000', '142459.940000', '142500.400000', '142500.860000', '142501.320000', '142501.780000', '142502.240000', '142502.700000', '142503.160000', '142503.620000', '142504.080000', '142504.540000', '142505.000000', '142505.460000', '142505.920000', '142506.380000', '142506.840000', '142507.300000', '142507.760000', '142508.220000', '142508.680000', '142509.140000', '142509.600000', '142510.060000', '142510.520000', '142510.980000', '142511.440000', '142511.900000', '142512.360000', '142512.820000', '142513.280000', '142513.740000', '142514.200000', '142514.660000', '142515.120000', '142515.580000', '142516.040000', '142516.500000', '142516.960000', '142517.420000', '142517.880000', '142518.340000', '142518.800000', '142519.260000', '142519.720000', '142520.180000', '142520.640000', '142521.100000', '142521.560000', '142522.020000', '142522.480000', '142522.940000', '142523.400000', '142523.860000', '142524.320000', '142524.780000', '142525.240000', '142525.700000', '142526.160000', '142526.620000', '142527.080000', '142527.540000', '142528.000000', '142528.460000', '142528.920000', '142529.380000', '142529.840000', '142530.300000', '142530.760000', '142531.220000', '142531.680000', '142532.140000', '142532.600000', '142533.060000', '142533.520000', '142533.980000', '142534.440000', '142534.900000', '142535.360000', '142535.820000', '142536.280000', '142536.740000', '142537.200000', '142537.660000', '142538.120000', '142538.580000', '142539.040000', '142539.500000', '142539.960000', '142540.420000', '142540.880000', '142541.340000', '142541.800000', '142542.260000', '142542.720000', '142543.180000', '142543.640000', '142544.100000', '142544.560000', '142545.020000', '142545.480000', '142545.940000', '142546.400000', '142546.860000', '142547.320000', '142547.780000', '142548.240000', '142548.700000', '142549.160000', '142549.620000', '142550.080000', '142550.540000', '142551.000000', '142551.460000', '142551.920000', '142552.380000', '142552.840000', '142553.300000', '142553.760000', '142554.220000', '142554.680000', '142555.140000', '142555.600000', '142556.060000', '142556.520000', '142556.980000', '142557.440000', '142557.900000', '142558.360000', '142558.820000', '142559.280000', '142559.740000', '142600.200000', '142600.660000', '142601.120000', '142601.580000', '142602.040000', '142602.500000', '142602.960000', '142603.420000', '142603.880000', '142604.340000', '142604.800000', '142605.260000', '142605.720000', '142606.180000', '142606.640000', '142607.100000', '142607.560000', '142608.020000', '142608.480000', '142608.940000', '142609.400000', '142609.860000', '142610.320000', '142610.780000', '142611.240000', '142611.700000', '142612.160000', '142612.620000', '142613.080000', '142613.540000', '142614.000000', '142614.460000', '142614.920000', '142615.380000', '142615.840000', '142616.300000', '142616.760000', '142617.220000', '142617.680000', '142618.140000', '142618.600000', '142619.060000', '142619.520000', '142619.980000', '142620.440000', '142620.900000', '142621.360000', '142621.820000', '142622.280000', '142622.740000', '142623.200000', '142623.660000', '142624.120000', '142624.580000', '142625.040000', '142625.500000', '142625.960000', '142626.420000', '142626.880000', '142627.340000', '142627.800000', '142628.260000', '142628.720000', '142629.180000', '142629.640000', '142630.100000', '142630.560000', '142631.020000', '142631.480000', '142631.940000', '142632.400000', '142632.860000', '142633.320000', '142633.780000', '142634.240000', '142634.700000', '142635.160000', '142635.620000', '142636.080000', '142636.540000', '142637.000000', '142637.460000', '142637.920000', '142638.380000', '142638.840000', '142639.300000', '142639.760000', '142640.220000', '142640.680000', '142641.140000', '142641.600000', '142642.060000', '142642.520000', '142642.980000', '142643.440000', '142643.900000', '142644.360000', '142644.820000', '142645.280000', '142645.740000', '142646.200000', '142646.660000', '142647.120000', '142647.580000', '142648.040000', '142648.500000', '142648.960000', '142649.420000', '142649.880000', '142650.340000', '142650.800000', '142651.260000', '142651.720000', '142652.180000', '142652.640000', '142653.100000', '142653.560000', '142654.020000', '142654.480000', '142654.940000', '142655.400000', '142655.860000', '142656.320000', '142656.780000', '142657.240000', '142657.700000', '142658.160000', '142658.620000', '142659.080000', '142659.540000', '142700.000000', '142700.460000', '142700.920000', '142701.380000', '142701.840000', '142702.300000', '142702.760000', '142703.220000', '142703.680000', '142704.140000', '142704.600000', '142705.060000', '142705.520000', '142705.980000', '142706.440000', '142706.900000', '142707.360000', '142707.820000', '142708.280000', '142708.740000', '142709.200000', '142709.660000', '142710.120000', '142710.580000', '142711.040000', '142711.500000', '142711.960000', '142712.420000', '142712.880000', '142713.340000', '142713.800000', '142714.260000', '142714.720000', '142715.180000', '142715.640000', '142716.100000', '142716.560000', '142717.020000', '142717.480000', '142717.940000', '142718.400000', '142718.860000', '142719.320000', '142719.780000', '142720.240000', '142720.700000', '142721.160000', '142721.620000', '142722.080000', '142722.540000', '142723.000000', '142723.460000', '142723.920000', '142724.380000', '142724.840000', '142725.300000', '142725.760000', '142726.220000', '142726.680000', '142727.140000', '142727.600000', '142728.060000', '142728.520000', '142728.980000', '142729.440000', '142729.900000', '142730.360000', '142730.820000', '142731.280000', '142731.740000', '142732.200000', '142732.660000', '142733.120000', '142733.580000', '142734.040000', '142734.500000', '142734.960000', '142735.420000', '142735.880000', '142736.340000', '142736.800000', '142737.260000', '142737.720000', '142738.180000', '142738.640000', '142739.100000', '142739.560000', '142740.020000', '142740.480000', '142740.940000', '142741.400000', '142741.860000', '142742.320000', '142742.780000', '142743.240000', '142743.700000', '142744.160000', '142744.620000', '142745.080000', '142745.540000', '142746.000000', '142746.460000', '142746.920000', '142747.380000', '142747.840000', '142748.300000', '142748.760000', '142749.220000', '142749.680000', '142750.140000', '142750.600000', '142751.060000', '142751.520000', '142751.980000', '142752.440000', '142752.900000', '142753.360000', '142753.820000', '142754.280000', '142754.740000', '142755.200000', '142755.660000', '142756.120000', '142756.580000', '142757.040000', '142757.500000', '142757.960000', '142758.420000', '142758.880000', '142759.340000', '142759.800000', '142800.260000', '142800.720000', '142801.180000', '142801.640000', '142802.100000', '142802.560000', '142803.020000', '142803.480000', '142803.940000', '142804.400000', '142804.860000', '142805.320000', '142805.780000', '142806.240000', '142806.700000', '142807.160000', '142807.620000', '142808.080000', '142808.540000', '142809.000000', '142809.460000', '142809.920000', '142810.380000', '142810.840000', '142811.300000', '142811.760000', '142812.220000', '142812.680000', '142813.140000', '142813.600000', '142814.060000', '142814.520000', '142814.980000', '142815.440000', '142815.900000', '142816.360000', '142816.820000', '142817.280000', '142817.740000', '142818.200000', '142818.660000', '142819.120000', '142819.580000', '142820.040000', '142820.500000', '142820.960000', '142821.420000', '142821.880000', '142822.340000', '142822.800000', '142823.260000', '142823.720000', '142824.180000', '142824.640000', '142825.100000', '142825.560000', '142826.020000', '142826.480000', '142826.940000', '142827.400000', '142827.860000', '142828.320000', '142828.780000', '142829.240000', '142829.700000', '142830.160000', '142830.620000', '142831.080000', '142831.540000', '142832.000000', '142832.460000', '142832.920000', '142833.380000', '142833.840000', '142834.300000', '142834.760000', '142835.220000', '142835.680000', '142836.140000', '142836.600000', '142837.060000', '142837.520000', '142837.980000', '142838.440000', '142838.900000', '142839.360000', '142839.820000', '142840.280000', '142840.740000', '142841.200000', '142841.660000', '142842.120000', '142842.580000', '142843.040000', '142843.500000', '142843.960000', '142844.420000', '142844.880000', '142845.340000', '142845.800000', '142846.260000', '142846.720000', '142847.180000', '142847.640000', '142848.100000', '142848.560000', '142849.020000', '142849.480000', '142849.940000', '142850.400000', '142850.860000', '142851.320000', '142851.780000', '142852.240000', '142852.700000', '142853.160000', '142853.620000', '142854.080000', '142854.540000', '142855.000000', '142855.460000', '142855.920000', '142856.380000', '142856.840000', '142857.300000', '142857.760000', '142858.220000', '142858.680000', '142859.140000', '142859.600000', '142900.060000', '142900.520000', '142900.980000', '142901.440000', '142901.900000', '142902.360000', '142902.820000', '142903.280000', '142903.740000', '142904.200000', '142904.660000', '142905.120000', '142905.580000', '142906.040000', '142906.500000', '142906.960000', '142907.420000', '142907.880000', '142908.340000', '142908.800000', '142909.260000', '142909.720000', '142910.180000', '142910.640000', '142911.100000', '142911.560000', '142912.020000', '142912.480000', '142912.940000', '142913.400000', '142913.860000', '142914.320000', '142914.780000', '142915.240000', '142915.700000', '142916.160000', '142916.620000', '142917.080000', '142917.540000', '142918.000000', '142918.460000', '142918.920000', '142919.380000', '142919.840000', '142920.300000', '142920.760000'], 'ContentTime': ['142123.860000', '142123.864000', '142123.866000', '142123.869000', '142123.872000', '142123.874000', '142123.877000', '142123.879000', '142123.882000', '142123.885000', '142123.887000', '142123.890000', '142123.892000', '142123.895000', '142123.898000', '142123.900000', '142123.903000', '142123.905000', '142123.908000', '142123.910000', '142123.913000', '142123.916000', '142123.928000', '142123.931000', '142123.933000', '142123.936000', '142123.938000', '142123.941000', '142123.944000', '142123.946000', '142123.949000', '142123.951000', '142123.954000', '142123.957000', '142123.959000', '142123.967000', '142123.969000', '142123.972000', '142123.974000', '142123.977000', '142123.979000', '142123.982000', '142123.985000', '142123.987000', '142123.990000', '142123.992000', '142123.995000', '142123.998000', '142124.001000', '142124.004000', '142124.006000', '142124.009000', '142124.011000', '142124.014000', '142124.017000', '142124.028000', '142124.030000', '142124.033000', '142143.821000', '142143.824000', '142143.827000', '142143.829000', '142143.832000', '142143.835000', '142143.838000', '142143.840000', '142143.843000', '142143.847000', '142143.850000', '142143.852000', '142143.855000', '142143.857000', '142143.860000', '142143.863000', '142143.865000', '142143.868000', '142143.870000', '142143.873000', '142143.876000', '142143.878000', '142143.881000', '142143.883000', '142143.886000', '142143.889000', '142143.891000', '142143.894000', '142143.897000', '142143.899000', '142143.902000', '142143.904000', '142143.907000', '142143.909000', '142143.912000', '142143.914000', '142143.917000', '142143.920000', '142143.922000', '142143.925000', '142143.928000', '142143.930000', '142143.933000', '142143.935000', '142203.821000', '142203.823000', '142203.826000', '142203.829000', '142203.831000', '142203.834000', '142203.836000', '142203.839000', '142203.841000', '142203.844000', '142203.847000', '142203.849000', '142203.852000', '142203.854000', '142203.857000', '142203.860000', '142203.862000', '142203.869000', '142203.872000', '142203.874000', '142203.877000', '142203.880000', '142203.882000', '142203.885000', '142203.887000', '142203.890000', '142203.893000', '142203.895000', '142203.898000', '142203.900000', '142203.903000', '142203.906000', '142203.908000', '142203.911000', '142203.913000', '142203.916000', '142203.919000', '142203.921000', '142203.924000', '142203.926000', '142203.929000', '142203.932000', '142203.934000', '142223.820000', '142223.823000', '142223.826000', '142223.828000', '142223.831000', '142223.833000', '142223.836000', '142223.839000', '142223.841000', '142223.844000', '142223.847000', '142223.849000', '142223.852000', '142223.854000', '142223.857000', '142223.860000', '142223.862000', '142223.865000', '142223.867000', '142223.870000', '142223.872000', '142223.875000', '142223.878000', '142223.880000', '142223.883000', '142223.885000', '142223.888000', '142223.891000', '142223.893000', '142223.896000', '142223.899000', '142223.901000', '142223.904000', '142223.907000', '142223.909000', '142223.912000', '142223.915000', '142223.917000', '142223.920000', '142223.923000', '142223.925000', '142223.928000', '142223.930000', '142223.933000', '142243.821000', '142243.824000', '142243.827000', '142243.829000', '142243.832000', '142243.835000', '142243.837000', '142243.840000', '142243.842000', '142243.845000', '142243.848000', '142243.850000', '142243.853000', '142243.855000', '142243.858000', '142243.860000', '142243.863000', '142243.866000', '142243.876000', '142243.879000', '142243.881000', '142243.884000', '142243.886000', '142243.889000', '142243.892000', '142243.894000', '142243.897000', '142243.900000', '142243.902000', '142243.905000', '142243.908000', '142243.910000', '142243.913000', '142243.916000', '142243.918000', '142243.921000', '142243.923000', '142243.926000', '142243.929000', '142243.931000', '142243.934000', '142243.937000', '142243.939000', '142303.821000', '142303.824000', '142303.827000', '142303.830000', '142303.832000', '142303.835000', '142303.837000', '142303.840000', '142303.843000', '142303.845000', '142303.848000', '142303.851000', '142303.853000', '142303.856000', '142303.859000', '142303.861000', '142303.864000', '142303.867000', '142303.869000', '142303.872000', '142303.875000', '142303.878000', '142303.881000', '142303.883000', '142303.886000', '142303.889000', '142303.891000', '142303.894000', '142303.896000', '142303.899000', '142303.902000', '142303.904000', '142303.907000', '142303.910000', '142303.912000', '142303.915000', '142303.917000', '142303.920000', '142303.923000', '142303.925000', '142303.928000', '142303.930000', '142303.933000', '142323.821000', '142323.824000', '142323.827000', '142323.830000', '142323.832000', '142323.835000', '142323.837000', '142323.840000', '142323.843000', '142323.845000', '142323.848000', '142323.851000', '142323.853000', '142323.856000', '142323.858000', '142323.861000', '142323.864000', '142323.866000', '142323.869000', '142323.871000', '142323.874000', '142323.876000', '142323.879000', '142323.882000', '142323.884000', '142323.887000', '142323.890000', '142323.892000', '142323.895000', '142323.897000', '142323.900000', '142323.903000', '142323.905000', '142323.908000', '142323.910000', '142323.913000', '142323.916000', '142323.919000', '142323.921000', '142323.924000', '142323.927000', '142323.929000', '142323.932000', '142343.822000', '142343.824000', '142343.827000', '142343.830000', '142343.832000', '142343.835000', '142343.837000', '142343.840000', '142343.843000', '142343.845000', '142343.848000', '142343.852000', '142343.855000', '142343.857000', '142343.860000', '142343.863000', '142343.865000', '142343.868000', '142343.870000', '142343.873000', '142343.876000', '142343.878000', '142343.881000', '142343.883000', '142343.886000', '142343.889000', '142343.891000', '142343.894000', '142343.897000', '142343.899000', '142343.902000', '142343.904000', '142343.907000', '142343.909000', '142343.912000', '142343.915000', '142343.917000', '142343.920000', '142343.923000', '142343.925000', '142343.928000', '142343.930000', '142343.933000', '142343.936000', '142403.821000', '142403.823000', '142403.826000', '142403.829000', '142403.831000', '142403.834000', '142403.837000', '142403.839000', '142403.842000', '142403.845000', '142403.847000', '142403.850000', '142403.853000', '142403.855000', '142403.858000', '142403.861000', '142403.863000', '142403.866000', '142403.869000', '142403.871000', '142403.874000', '142403.877000', '142403.879000', '142403.885000', '142403.887000', '142403.890000', '142403.893000', '142403.895000', '142403.898000', '142403.901000', '142403.903000', '142403.906000', '142403.909000', '142403.911000', '142403.914000', '142403.917000', '142403.919000', '142403.922000', '142403.924000', '142403.927000', '142403.930000', '142403.933000', '142403.936000', '142403.938000', '142423.821000', '142423.824000', '142423.826000', '142423.829000', '142423.832000', '142423.834000', '142423.837000', '142423.840000', '142423.843000', '142423.845000', '142423.848000', '142423.850000', '142423.853000', '142423.855000', '142423.858000', '142423.861000', '142423.863000', '142423.866000', '142423.869000', '142423.871000', '142423.874000', '142423.877000', '142423.879000', '142423.882000', '142423.885000', '142423.887000', '142423.890000', '142423.893000', '142423.896000', '142423.898000', '142423.901000', '142423.903000', '142423.906000', '142423.909000', '142423.911000', '142423.916000', '142423.919000', '142423.921000', '142423.924000', '142423.927000', '142423.929000', '142423.932000', '142423.934000', '142443.820000', '142443.824000', '142443.826000', '142443.829000', '142443.832000', '142443.834000', '142443.837000', '142443.840000', '142443.842000', '142443.845000', '142443.847000', '142443.850000', '142443.853000', '142443.855000', '142443.858000', '142443.860000', '142443.863000', '142443.866000', '142443.868000', '142443.871000', '142443.873000', '142443.876000', '142443.879000', '142443.881000', '142443.884000', '142443.886000', '142443.889000', '142443.892000', '142443.894000', '142443.897000', '142443.899000', '142443.902000', '142443.942000', '142443.944000', '142443.947000', '142443.950000', '142443.952000', '142443.955000', '142443.957000', '142443.960000', '142443.963000', '142443.965000', '142443.968000', '142443.971000', '142503.822000', '142503.825000', '142503.827000', '142503.830000', '142503.833000', '142503.835000', '142503.838000', '142503.840000', '142503.843000', '142503.846000', '142503.848000', '142503.851000', '142503.853000', '142503.856000', '142503.858000', '142503.861000', '142503.864000', '142503.867000', '142503.869000', '142503.872000', '142503.874000', '142503.877000', '142503.880000', '142503.883000', '142503.886000', '142503.890000', '142503.892000', '142503.895000', '142503.897000', '142503.900000', '142503.903000', '142503.905000', '142503.908000', '142503.910000', '142503.913000', '142503.916000', '142503.918000', '142503.926000', '142503.929000', '142503.931000', '142503.934000', '142503.937000', '142503.939000', '142523.822000', '142523.825000', '142523.827000', '142523.830000', '142523.833000', '142523.835000', '142523.838000', '142523.840000', '142523.843000', '142523.846000', '142523.848000', '142523.851000', '142523.853000', '142523.856000', '142523.858000', '142523.861000', '142523.864000', '142523.866000', '142523.869000', '142523.872000', '142523.874000', '142523.877000', '142523.880000', '142523.882000', '142523.885000', '142523.887000', '142523.890000', '142523.892000', '142523.895000', '142523.898000', '142523.900000', '142523.903000', '142523.905000', '142523.908000', '142523.911000', '142523.913000', '142523.916000', '142523.918000', '142523.921000', '142523.924000', '142523.926000', '142523.929000', '142523.932000', '142523.934000', '142543.822000', '142543.825000', '142543.827000', '142543.830000', '142543.833000', '142543.835000', '142543.838000', '142543.841000', '142543.843000', '142543.846000', '142543.849000', '142543.851000', '142543.854000', '142543.856000', '142543.859000', '142543.862000', '142543.864000', '142543.867000', '142543.870000', '142543.872000', '142543.875000', '142543.877000', '142543.880000', '142543.883000', '142543.885000', '142543.888000', '142543.890000', '142543.894000', '142543.897000', '142543.900000', '142543.903000', '142543.905000', '142543.908000', '142543.910000', '142543.913000', '142543.916000', '142543.918000', '142543.921000', '142543.924000', '142543.926000', '142543.929000', '142543.931000', '142543.934000', '142603.822000', '142603.824000', '142603.827000', '142603.830000', '142603.832000', '142603.835000', '142603.837000', '142603.840000', '142603.843000', '142603.845000', '142603.858000', '142603.861000', '142603.864000', '142603.866000', '142603.869000', '142603.872000', '142603.874000', '142603.877000', '142603.880000', '142603.882000', '142603.885000', '142603.888000', '142603.890000', '142603.893000', '142603.896000', '142603.898000', '142603.901000', '142603.903000', '142603.906000', '142603.909000', '142603.911000', '142603.914000', '142603.917000', '142603.919000', '142603.922000', '142603.924000', '142603.927000', '142603.930000', '142603.932000', '142603.935000', '142603.937000', '142603.940000', '142603.943000', '142603.952000', '142623.820000', '142623.823000', '142623.826000', '142623.829000', '142623.831000', '142623.834000', '142623.837000', '142623.839000', '142623.842000', '142623.845000', '142623.847000', '142623.850000', '142623.853000', '142623.855000', '142623.858000', '142623.861000', '142623.863000', '142623.866000', '142623.868000', '142623.871000', '142623.874000', '142623.876000', '142623.879000', '142623.881000', '142623.884000', '142623.887000', '142623.889000', '142623.892000', '142623.895000', '142623.897000', '142623.900000', '142623.903000', '142623.905000', '142623.908000', '142623.911000', '142623.913000', '142623.916000', '142623.918000', '142623.921000', '142623.924000', '142623.926000', '142623.929000', '142623.932000', '142643.820000', '142643.823000', '142643.826000', '142643.829000', '142643.831000', '142643.834000', '142643.836000', '142643.839000', '142643.842000', '142643.844000', '142643.847000', '142643.850000', '142643.852000', '142643.855000', '142643.858000', '142643.860000', '142643.863000', '142643.865000', '142643.868000', '142643.870000', '142643.873000', '142643.876000', '142643.878000', '142643.881000', '142643.883000', '142643.886000', '142643.889000', '142643.891000', '142643.894000', '142643.896000', '142643.899000', '142643.902000', '142643.904000', '142643.907000', '142643.909000', '142643.912000', '142643.915000', '142643.917000', '142643.920000', '142643.923000', '142643.925000', '142643.928000', '142643.931000', '142643.933000', '142703.821000', '142703.823000', '142703.826000', '142703.829000', '142703.849000', '142703.852000', '142703.854000', '142703.857000', '142703.860000', '142703.862000', '142703.865000', '142703.867000', '142703.870000', '142703.873000', '142703.875000', '142703.878000', '142703.881000', '142703.883000', '142703.886000', '142703.889000', '142703.891000', '142703.894000', '142703.896000', '142703.899000', '142703.901000', '142703.904000', '142703.907000', '142703.909000', '142703.912000', '142703.915000', '142703.917000', '142703.921000', '142703.924000', '142703.926000', '142703.929000', '142703.932000', '142703.934000', '142703.937000', '142703.939000', '142703.942000', '142703.945000', '142703.947000', '142703.950000', '142723.821000', '142723.824000', '142723.827000', '142723.829000', '142723.832000', '142723.835000', '142723.837000', '142723.840000', '142723.842000', '142723.845000', '142723.848000', '142723.850000', '142723.853000', '142723.855000', '142723.858000', '142723.861000', '142723.863000', '142723.866000', '142723.869000', '142723.871000', '142723.874000', '142723.877000', '142723.879000', '142723.882000', '142723.884000', '142723.887000', '142723.890000', '142723.892000', '142723.895000', '142723.898000', '142723.900000', '142723.903000', '142723.905000', '142723.908000', '142723.911000', '142723.913000', '142723.916000', '142723.918000', '142723.921000', '142723.924000', '142723.926000', '142723.929000', '142723.932000', '142723.934000', '142743.822000', '142743.824000', '142743.827000', '142743.830000', '142743.833000', '142743.835000', '142743.838000', '142743.840000', '142743.843000', '142743.846000', '142743.848000', '142743.851000', '142743.854000', '142743.856000', '142743.859000', '142743.862000', '142743.864000', '142743.867000', '142743.870000', '142743.872000', '142743.875000', '142743.877000', '142743.880000', '142743.883000', '142743.885000', '142743.888000', '142743.891000', '142743.893000', '142743.896000', '142743.898000', '142743.901000', '142743.904000', '142743.906000', '142743.909000', '142743.912000', '142743.914000', '142743.917000', '142743.920000', '142743.922000', '142743.925000', '142743.927000', '142743.930000', '142743.933000', '142803.821000', '142803.829000', '142803.832000', '142803.835000', '142803.837000', '142803.840000', '142803.843000', '142803.845000', '142803.848000', '142803.851000', '142803.854000', '142803.856000', '142803.859000', '142803.862000', '142803.864000', '142803.867000', '142803.870000', '142803.872000', '142803.875000', '142803.877000', '142803.880000', '142803.883000', '142803.885000', '142803.888000', '142803.890000', '142803.893000', '142803.896000', '142803.898000', '142803.901000', '142803.904000', '142803.906000', '142803.909000', '142803.912000', '142803.914000', '142803.917000', '142803.919000', '142803.922000', '142803.924000', '142803.927000', '142803.930000', '142803.932000', '142803.935000', '142803.938000', '142803.940000', '142823.822000', '142823.824000', '142823.827000', '142823.830000', '142823.832000', '142823.835000', '142823.837000', '142823.840000', '142823.843000', '142823.845000', '142823.848000', '142823.850000', '142823.853000', '142823.856000', '142823.858000', '142823.861000', '142823.864000', '142823.866000', '142823.869000', '142823.872000', '142823.874000', '142823.877000', '142823.880000', '142823.882000', '142823.885000', '142823.888000', '142823.890000', '142823.893000', '142823.896000', '142823.898000', '142823.901000', '142823.903000', '142823.906000', '142823.909000', '142823.911000', '142823.914000', '142823.916000', '142823.919000', '142823.921000', '142823.924000', '142823.927000', '142823.929000', '142823.932000', '142843.821000', '142843.823000', '142843.826000', '142843.829000', '142843.832000', '142843.834000', '142843.837000', '142843.840000', '142843.843000', '142843.845000', '142843.848000', '142843.851000', '142843.853000', '142843.856000', '142843.859000', '142843.861000', '142843.864000', '142843.866000', '142843.869000', '142843.872000', '142843.874000', '142843.877000', '142843.879000', '142843.882000', '142843.885000', '142843.887000', '142843.890000', '142843.892000', '142843.895000', '142843.898000', '142843.901000', '142843.903000', '142843.906000', '142843.908000', '142843.911000', '142843.914000', '142843.916000', '142843.919000', '142843.922000', '142843.924000', '142843.927000', '142843.930000', '142843.932000', '142903.821000', '142903.824000', '142903.826000', '142903.829000', '142903.832000', '142903.834000', '142903.837000', '142903.850000', '142903.853000', '142903.856000', '142903.858000', '142903.861000', '142903.863000', '142903.866000', '142903.869000', '142903.871000', '142903.874000', '142903.876000', '142903.879000', '142903.882000', '142903.884000', '142903.887000', '142903.890000', '142903.892000', '142903.895000', '142903.897000', '142903.900000', '142903.902000', '142903.905000', '142903.908000', '142903.910000', '142903.913000', '142903.915000', '142903.918000', '142903.921000', '142903.923000', '142903.926000', '142903.929000', '142903.931000', '142903.934000', '142903.936000', '142903.939000', '142903.942000', '142903.956000', '142921.950000', '142921.953000', '142921.955000', '142921.958000', '142921.961000', '142921.964000', '142921.967000', '142921.969000', '142921.972000', '142921.975000', '142921.977000', '142921.980000', '142921.983000', '142921.986000', '142921.988000', '142921.991000', '142921.994000', '142921.997000', '142922.000000', '142922.003000', '142922.006000', '142922.008000', '142922.012000', '142922.016000', '142922.019000', '142922.022000', '142922.024000', '142922.028000', '142922.031000', '142922.033000', '142922.036000', '142922.039000', '142922.042000', '142922.045000', '142922.049000', '142922.054000', '142922.057000', '142922.060000', '142922.063000', '142922.065000'], 'InstanceCreationTime': ['142123.860000', '142123.864000', '142123.866000', '142123.869000', '142123.872000', '142123.874000', '142123.877000', '142123.879000', '142123.882000', '142123.885000', '142123.887000', '142123.890000', '142123.892000', '142123.895000', '142123.898000', '142123.900000', '142123.903000', '142123.905000', '142123.908000', '142123.910000', '142123.913000', '142123.916000', '142123.928000', '142123.931000', '142123.933000', '142123.936000', '142123.938000', '142123.941000', '142123.944000', '142123.946000', '142123.949000', '142123.951000', '142123.954000', '142123.957000', '142123.959000', '142123.967000', '142123.969000', '142123.972000', '142123.974000', '142123.977000', '142123.979000', '142123.982000', '142123.985000', '142123.987000', '142123.990000', '142123.992000', '142123.995000', '142123.998000', '142124.001000', '142124.004000', '142124.006000', '142124.009000', '142124.011000', '142124.014000', '142124.017000', '142124.028000', '142124.030000', '142124.033000', '142143.821000', '142143.824000', '142143.827000', '142143.829000', '142143.832000', '142143.835000', '142143.838000', '142143.840000', '142143.843000', '142143.847000', '142143.850000', '142143.852000', '142143.855000', '142143.857000', '142143.860000', '142143.863000', '142143.865000', '142143.868000', '142143.870000', '142143.873000', '142143.876000', '142143.878000', '142143.881000', '142143.883000', '142143.886000', '142143.889000', '142143.891000', '142143.894000', '142143.897000', '142143.899000', '142143.902000', '142143.904000', '142143.907000', '142143.909000', '142143.912000', '142143.914000', '142143.917000', '142143.920000', '142143.922000', '142143.925000', '142143.928000', '142143.930000', '142143.933000', '142143.935000', '142203.821000', '142203.823000', '142203.826000', '142203.829000', '142203.831000', '142203.834000', '142203.836000', '142203.839000', '142203.841000', '142203.844000', '142203.847000', '142203.849000', '142203.852000', '142203.854000', '142203.857000', '142203.860000', '142203.862000', '142203.869000', '142203.872000', '142203.874000', '142203.877000', '142203.880000', '142203.882000', '142203.885000', '142203.887000', '142203.890000', '142203.893000', '142203.895000', '142203.898000', '142203.900000', '142203.903000', '142203.906000', '142203.908000', '142203.911000', '142203.913000', '142203.916000', '142203.919000', '142203.921000', '142203.924000', '142203.926000', '142203.929000', '142203.932000', '142203.934000', '142223.820000', '142223.823000', '142223.826000', '142223.828000', '142223.831000', '142223.833000', '142223.836000', '142223.839000', '142223.841000', '142223.844000', '142223.847000', '142223.849000', '142223.852000', '142223.854000', '142223.857000', '142223.860000', '142223.862000', '142223.865000', '142223.867000', '142223.870000', '142223.872000', '142223.875000', '142223.878000', '142223.880000', '142223.883000', '142223.885000', '142223.888000', '142223.891000', '142223.893000', '142223.896000', '142223.899000', '142223.901000', '142223.904000', '142223.907000', '142223.909000', '142223.912000', '142223.915000', '142223.917000', '142223.920000', '142223.923000', '142223.925000', '142223.928000', '142223.930000', '142223.933000', '142243.821000', '142243.824000', '142243.827000', '142243.829000', '142243.832000', '142243.835000', '142243.837000', '142243.840000', '142243.842000', '142243.845000', '142243.848000', '142243.850000', '142243.853000', '142243.855000', '142243.858000', '142243.860000', '142243.863000', '142243.866000', '142243.876000', '142243.879000', '142243.881000', '142243.884000', '142243.886000', '142243.889000', '142243.892000', '142243.894000', '142243.897000', '142243.900000', '142243.902000', '142243.905000', '142243.908000', '142243.910000', '142243.913000', '142243.916000', '142243.918000', '142243.921000', '142243.923000', '142243.926000', '142243.929000', '142243.931000', '142243.934000', '142243.937000', '142243.939000', '142303.821000', '142303.824000', '142303.827000', '142303.830000', '142303.832000', '142303.835000', '142303.837000', '142303.840000', '142303.843000', '142303.845000', '142303.848000', '142303.851000', '142303.853000', '142303.856000', '142303.859000', '142303.861000', '142303.864000', '142303.867000', '142303.869000', '142303.872000', '142303.875000', '142303.878000', '142303.881000', '142303.883000', '142303.886000', '142303.889000', '142303.891000', '142303.894000', '142303.896000', '142303.899000', '142303.902000', '142303.904000', '142303.907000', '142303.910000', '142303.912000', '142303.915000', '142303.917000', '142303.920000', '142303.923000', '142303.925000', '142303.928000', '142303.930000', '142303.933000', '142323.821000', '142323.824000', '142323.827000', '142323.830000', '142323.832000', '142323.835000', '142323.837000', '142323.840000', '142323.843000', '142323.845000', '142323.848000', '142323.851000', '142323.853000', '142323.856000', '142323.858000', '142323.861000', '142323.864000', '142323.866000', '142323.869000', '142323.871000', '142323.874000', '142323.876000', '142323.879000', '142323.882000', '142323.884000', '142323.887000', '142323.890000', '142323.892000', '142323.895000', '142323.897000', '142323.900000', '142323.903000', '142323.905000', '142323.908000', '142323.910000', '142323.913000', '142323.916000', '142323.919000', '142323.921000', '142323.924000', '142323.927000', '142323.929000', '142323.932000', '142343.822000', '142343.824000', '142343.827000', '142343.830000', '142343.832000', '142343.835000', '142343.837000', '142343.840000', '142343.843000', '142343.845000', '142343.848000', '142343.852000', '142343.855000', '142343.857000', '142343.860000', '142343.863000', '142343.865000', '142343.868000', '142343.870000', '142343.873000', '142343.876000', '142343.878000', '142343.881000', '142343.883000', '142343.886000', '142343.889000', '142343.891000', '142343.894000', '142343.897000', '142343.899000', '142343.902000', '142343.904000', '142343.907000', '142343.909000', '142343.912000', '142343.915000', '142343.917000', '142343.920000', '142343.923000', '142343.925000', '142343.928000', '142343.930000', '142343.933000', '142343.936000', '142403.821000', '142403.823000', '142403.826000', '142403.829000', '142403.831000', '142403.834000', '142403.837000', '142403.839000', '142403.842000', '142403.845000', '142403.847000', '142403.850000', '142403.853000', '142403.855000', '142403.858000', '142403.861000', '142403.863000', '142403.866000', '142403.869000', '142403.871000', '142403.874000', '142403.877000', '142403.879000', '142403.885000', '142403.887000', '142403.890000', '142403.893000', '142403.895000', '142403.898000', '142403.901000', '142403.903000', '142403.906000', '142403.909000', '142403.911000', '142403.914000', '142403.917000', '142403.919000', '142403.922000', '142403.924000', '142403.927000', '142403.930000', '142403.933000', '142403.936000', '142403.938000', '142423.821000', '142423.824000', '142423.826000', '142423.829000', '142423.832000', '142423.834000', '142423.837000', '142423.840000', '142423.843000', '142423.845000', '142423.848000', '142423.850000', '142423.853000', '142423.855000', '142423.858000', '142423.861000', '142423.863000', '142423.866000', '142423.869000', '142423.871000', '142423.874000', '142423.877000', '142423.879000', '142423.882000', '142423.885000', '142423.887000', '142423.890000', '142423.893000', '142423.896000', '142423.898000', '142423.901000', '142423.903000', '142423.906000', '142423.909000', '142423.911000', '142423.916000', '142423.919000', '142423.921000', '142423.924000', '142423.927000', '142423.929000', '142423.932000', '142423.934000', '142443.820000', '142443.824000', '142443.826000', '142443.829000', '142443.832000', '142443.834000', '142443.837000', '142443.840000', '142443.842000', '142443.845000', '142443.847000', '142443.850000', '142443.853000', '142443.855000', '142443.858000', '142443.860000', '142443.863000', '142443.866000', '142443.868000', '142443.871000', '142443.873000', '142443.876000', '142443.879000', '142443.881000', '142443.884000', '142443.886000', '142443.889000', '142443.892000', '142443.894000', '142443.897000', '142443.899000', '142443.902000', '142443.942000', '142443.944000', '142443.947000', '142443.950000', '142443.952000', '142443.955000', '142443.957000', '142443.960000', '142443.963000', '142443.965000', '142443.968000', '142443.971000', '142503.822000', '142503.825000', '142503.827000', '142503.830000', '142503.833000', '142503.835000', '142503.838000', '142503.840000', '142503.843000', '142503.846000', '142503.848000', '142503.851000', '142503.853000', '142503.856000', '142503.858000', '142503.861000', '142503.864000', '142503.867000', '142503.869000', '142503.872000', '142503.874000', '142503.877000', '142503.880000', '142503.883000', '142503.886000', '142503.890000', '142503.892000', '142503.895000', '142503.897000', '142503.900000', '142503.903000', '142503.905000', '142503.908000', '142503.910000', '142503.913000', '142503.916000', '142503.918000', '142503.926000', '142503.929000', '142503.931000', '142503.934000', '142503.937000', '142503.939000', '142523.822000', '142523.825000', '142523.827000', '142523.830000', '142523.833000', '142523.835000', '142523.838000', '142523.840000', '142523.843000', '142523.846000', '142523.848000', '142523.851000', '142523.853000', '142523.856000', '142523.858000', '142523.861000', '142523.864000', '142523.866000', '142523.869000', '142523.872000', '142523.874000', '142523.877000', '142523.880000', '142523.882000', '142523.885000', '142523.887000', '142523.890000', '142523.892000', '142523.895000', '142523.898000', '142523.900000', '142523.903000', '142523.905000', '142523.908000', '142523.911000', '142523.913000', '142523.916000', '142523.918000', '142523.921000', '142523.924000', '142523.926000', '142523.929000', '142523.932000', '142523.934000', '142543.822000', '142543.825000', '142543.827000', '142543.830000', '142543.833000', '142543.835000', '142543.838000', '142543.841000', '142543.843000', '142543.846000', '142543.849000', '142543.851000', '142543.854000', '142543.856000', '142543.859000', '142543.862000', '142543.864000', '142543.867000', '142543.870000', '142543.872000', '142543.875000', '142543.877000', '142543.880000', '142543.883000', '142543.885000', '142543.888000', '142543.890000', '142543.894000', '142543.897000', '142543.900000', '142543.903000', '142543.905000', '142543.908000', '142543.910000', '142543.913000', '142543.916000', '142543.918000', '142543.921000', '142543.924000', '142543.926000', '142543.929000', '142543.931000', '142543.934000', '142603.822000', '142603.824000', '142603.827000', '142603.830000', '142603.832000', '142603.835000', '142603.837000', '142603.840000', '142603.843000', '142603.845000', '142603.858000', '142603.861000', '142603.864000', '142603.866000', '142603.869000', '142603.872000', '142603.874000', '142603.877000', '142603.880000', '142603.882000', '142603.885000', '142603.888000', '142603.890000', '142603.893000', '142603.896000', '142603.898000', '142603.901000', '142603.903000', '142603.906000', '142603.909000', '142603.911000', '142603.914000', '142603.917000', '142603.919000', '142603.922000', '142603.924000', '142603.927000', '142603.930000', '142603.932000', '142603.935000', '142603.937000', '142603.940000', '142603.943000', '142603.952000', '142623.820000', '142623.823000', '142623.826000', '142623.829000', '142623.831000', '142623.834000', '142623.837000', '142623.839000', '142623.842000', '142623.845000', '142623.847000', '142623.850000', '142623.853000', '142623.855000', '142623.858000', '142623.861000', '142623.863000', '142623.866000', '142623.868000', '142623.871000', '142623.874000', '142623.876000', '142623.879000', '142623.881000', '142623.884000', '142623.887000', '142623.889000', '142623.892000', '142623.895000', '142623.897000', '142623.900000', '142623.903000', '142623.905000', '142623.908000', '142623.911000', '142623.913000', '142623.916000', '142623.918000', '142623.921000', '142623.924000', '142623.926000', '142623.929000', '142623.932000', '142643.820000', '142643.823000', '142643.826000', '142643.829000', '142643.831000', '142643.834000', '142643.836000', '142643.839000', '142643.842000', '142643.844000', '142643.847000', '142643.850000', '142643.852000', '142643.855000', '142643.858000', '142643.860000', '142643.863000', '142643.865000', '142643.868000', '142643.870000', '142643.873000', '142643.876000', '142643.878000', '142643.881000', '142643.883000', '142643.886000', '142643.889000', '142643.891000', '142643.894000', '142643.896000', '142643.899000', '142643.902000', '142643.904000', '142643.907000', '142643.909000', '142643.912000', '142643.915000', '142643.917000', '142643.920000', '142643.923000', '142643.925000', '142643.928000', '142643.931000', '142643.933000', '142703.821000', '142703.823000', '142703.826000', '142703.829000', '142703.849000', '142703.852000', '142703.854000', '142703.857000', '142703.860000', '142703.862000', '142703.865000', '142703.867000', '142703.870000', '142703.873000', '142703.875000', '142703.878000', '142703.881000', '142703.883000', '142703.886000', '142703.889000', '142703.891000', '142703.894000', '142703.896000', '142703.899000', '142703.901000', '142703.904000', '142703.907000', '142703.909000', '142703.912000', '142703.915000', '142703.917000', '142703.921000', '142703.924000', '142703.926000', '142703.929000', '142703.932000', '142703.934000', '142703.937000', '142703.939000', '142703.942000', '142703.945000', '142703.947000', '142703.950000', '142723.821000', '142723.824000', '142723.827000', '142723.829000', '142723.832000', '142723.835000', '142723.837000', '142723.840000', '142723.842000', '142723.845000', '142723.848000', '142723.850000', '142723.853000', '142723.855000', '142723.858000', '142723.861000', '142723.863000', '142723.866000', '142723.869000', '142723.871000', '142723.874000', '142723.877000', '142723.879000', '142723.882000', '142723.884000', '142723.887000', '142723.890000', '142723.892000', '142723.895000', '142723.898000', '142723.900000', '142723.903000', '142723.905000', '142723.908000', '142723.911000', '142723.913000', '142723.916000', '142723.918000', '142723.921000', '142723.924000', '142723.926000', '142723.929000', '142723.932000', '142723.934000', '142743.822000', '142743.824000', '142743.827000', '142743.830000', '142743.833000', '142743.835000', '142743.838000', '142743.840000', '142743.843000', '142743.846000', '142743.848000', '142743.851000', '142743.854000', '142743.856000', '142743.859000', '142743.862000', '142743.864000', '142743.867000', '142743.870000', '142743.872000', '142743.875000', '142743.877000', '142743.880000', '142743.883000', '142743.885000', '142743.888000', '142743.891000', '142743.893000', '142743.896000', '142743.898000', '142743.901000', '142743.904000', '142743.906000', '142743.909000', '142743.912000', '142743.914000', '142743.917000', '142743.920000', '142743.922000', '142743.925000', '142743.927000', '142743.930000', '142743.933000', '142803.821000', '142803.829000', '142803.832000', '142803.835000', '142803.837000', '142803.840000', '142803.843000', '142803.845000', '142803.848000', '142803.851000', '142803.854000', '142803.856000', '142803.859000', '142803.862000', '142803.864000', '142803.867000', '142803.870000', '142803.872000', '142803.875000', '142803.877000', '142803.880000', '142803.883000', '142803.885000', '142803.888000', '142803.890000', '142803.893000', '142803.896000', '142803.898000', '142803.901000', '142803.904000', '142803.906000', '142803.909000', '142803.912000', '142803.914000', '142803.917000', '142803.919000', '142803.922000', '142803.924000', '142803.927000', '142803.930000', '142803.932000', '142803.935000', '142803.938000', '142803.940000', '142823.822000', '142823.824000', '142823.827000', '142823.830000', '142823.832000', '142823.835000', '142823.837000', '142823.840000', '142823.843000', '142823.845000', '142823.848000', '142823.850000', '142823.853000', '142823.856000', '142823.858000', '142823.861000', '142823.864000', '142823.866000', '142823.869000', '142823.872000', '142823.874000', '142823.877000', '142823.880000', '142823.882000', '142823.885000', '142823.888000', '142823.890000', '142823.893000', '142823.896000', '142823.898000', '142823.901000', '142823.903000', '142823.906000', '142823.909000', '142823.911000', '142823.914000', '142823.916000', '142823.919000', '142823.921000', '142823.924000', '142823.927000', '142823.929000', '142823.932000', '142843.821000', '142843.823000', '142843.826000', '142843.829000', '142843.832000', '142843.834000', '142843.837000', '142843.840000', '142843.843000', '142843.845000', '142843.848000', '142843.851000', '142843.853000', '142843.856000', '142843.859000', '142843.861000', '142843.864000', '142843.866000', '142843.869000', '142843.872000', '142843.874000', '142843.877000', '142843.879000', '142843.882000', '142843.885000', '142843.887000', '142843.890000', '142843.892000', '142843.895000', '142843.898000', '142843.901000', '142843.903000', '142843.906000', '142843.908000', '142843.911000', '142843.914000', '142843.916000', '142843.919000', '142843.922000', '142843.924000', '142843.927000', '142843.930000', '142843.932000', '142903.821000', '142903.824000', '142903.826000', '142903.829000', '142903.832000', '142903.834000', '142903.837000', '142903.850000', '142903.853000', '142903.856000', '142903.858000', '142903.861000', '142903.863000', '142903.866000', '142903.869000', '142903.871000', '142903.874000', '142903.876000', '142903.879000', '142903.882000', '142903.884000', '142903.887000', '142903.890000', '142903.892000', '142903.895000', '142903.897000', '142903.900000', '142903.902000', '142903.905000', '142903.908000', '142903.910000', '142903.913000', '142903.915000', '142903.918000', '142903.921000', '142903.923000', '142903.926000', '142903.929000', '142903.931000', '142903.934000', '142903.936000', '142903.939000', '142903.942000', '142903.956000', '142921.950000', '142921.953000', '142921.955000', '142921.958000', '142921.961000', '142921.964000', '142921.967000', '142921.969000', '142921.972000', '142921.975000', '142921.977000', '142921.980000', '142921.983000', '142921.986000', '142921.988000', '142921.991000', '142921.994000', '142921.997000', '142922.000000', '142922.003000', '142922.006000', '142922.008000', '142922.012000', '142922.016000', '142922.019000', '142922.022000', '142922.024000', '142922.028000', '142922.031000', '142922.033000', '142922.036000', '142922.039000', '142922.042000', '142922.045000', '142922.049000', '142922.054000', '142922.057000', '142922.060000', '142922.063000', '142922.065000'], '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': [10291, 9850, 8385, 7454, 7713, 7567, 14585, 8983, 10259, 8536, 7023, 8223, 8977, 7632, 8901, 7279, 7973, 12923, 8375, 7876, 7480, 7032, 7906, 7253, 7778, 7642, 7436, 7631, 7767, 7698, 13395, 8286, 11092, 8405, 9063, 12549, 8556, 12210, 8320, 9431, 8302, 7314, 9799, 7573, 10099, 8119, 7090, 8072, 8482, 7380, 7166, 7083, 7640, 12203, 8274, 9281, 7926, 7137, 7879, 8950, 7542, 7832, 11996, 8194, 10981, 9815, 9194, 7476, 7686, 13309, 8169, 8572, 7776, 7703, 6986, 7893, 13831, 7749, 7317, 9474, 11443, 8776, 7709, 8326, 13971, 10975, 12897, 10934, 13612, 9844, 9243, 14938, 11647, 11772, 10562, 10547, 7661, 8217, 7822, 8121, 8256, 8036, 7364, 7864, 8471, 7757, 7912, 10929, 8270, 11232, 8117, 10573, 8190, 8404, 9191, 8097, 14085, 12542, 10944, 7743, 8356, 7400, 7584, 13708, 9579, 7716, 8297, 8063, 8072, 8250, 12919, 8425, 7570, 8155, 8194, 7796, 7981, 13028, 11402, 8370, 8059, 8345, 11762, 8192, 11824, 10200, 7559, 8262, 8177, 12447, 8164, 13277, 10909, 10432, 7414, 7993, 14681, 8379, 11378, 9521, 7893, 7828, 8343, 14335, 8290, 10696, 9114, 8045, 7599, 8129, 7688, 9037, 10935, 9107, 8018, 7623, 10131, 7204, 8086, 10744, 8013, 13844, 11903, 10685, 8189, 8399, 7641, 8081, 12370, 9160, 11090, 8205, 11137, 7654, 10691, 8471, 7955, 7859, 8245, 12080, 7999, 9086, 8055, 9895, 7384, 8129, 9031, 8199, 11724, 11221, 9168, 7968, 8280, 7985, 8352, 14080, 9949, 8730, 7979, 6971, 7597, 8322, 8038, 7913, 11139, 7923, 12101, 8389, 9918, 7832, 10682, 13378, 10529, 11489, 8482, 8571, 7805, 8020, 9967, 7858, 9075, 8405, 7758, 7698, 8180, 13500, 7974, 7950, 8297, 8063, 7753, 8243, 13436, 9271, 10906, 8149, 7774, 8239, 8337, 12163, 8160, 10817, 8006, 8777, 8181, 12076, 10503, 10032, 8006, 8304, 14692, 8443, 12916, 10672, 11014, 7670, 8319, 8014, 8363, 13932, 8201, 11581, 8907, 10605, 7506, 8279, 9536, 7828, 13656, 11558, 9700, 8265, 8618, 8131, 7980, 13413, 10344, 8017, 8261, 10486, 7905, 8498, 14393, 11163, 9365, 8249, 7407, 8007, 8777, 10454, 11043, 8584, 8289, 14357, 8683, 12199, 8686, 11566, 8385, 10635, 8018, 8157, 9957, 8619, 8096, 8003, 9070, 7816, 8203, 8042, 8229, 10787, 9201, 7606, 8486, 9284, 9148, 8241, 13635, 11708, 8935, 7971, 10285, 7574, 8030, 7904, 7938, 7649, 8418, 8407, 7861, 9131, 9349, 7844, 7883, 8209, 13447, 10059, 11421, 8971, 9394, 7936, 7976, 14586, 8732, 11947, 9512, 8550, 7678, 7982, 10562, 7988, 9197, 8346, 8870, 7342, 8325, 8018, 8207, 12438, 8435, 12046, 9585, 9118, 7700, 8363, 10137, 8433, 8292, 7829, 7986, 7814, 7946, 11621, 8303, 7615, 8035, 8524, 8941, 8670, 12268, 8451, 9368, 8303, 8568, 9376, 9391, 8922, 8369, 8384, 8195, 9482, 7585, 7972, 8124, 8373, 12739, 8527, 12464, 11459, 10166, 7544, 8359, 9373, 8290, 13495, 10728, 8797, 8248, 8485, 7959, 8252, 14460, 10894, 10349, 8609, 8647, 8152, 8440, 7776, 9699, 8022, 8115, 14199, 8779, 11712, 9871, 9862, 7678, 8247, 7943, 8359, 8328, 8317, 7495, 8008, 8738, 7859, 8400, 14793, 12799, 12232, 8472, 8367, 8111, 8471, 8269, 8106, 8032, 8013, 9972, 7597, 8336, 7894, 8190, 9492, 8170, 7163, 8314, 8450, 8014, 8030, 13554, 11569, 10505, 8290, 8402, 8198, 7987, 14323, 9028, 9120, 8551, 9980, 8067, 8283, 14214, 9985, 10739, 8561, 8724, 9834, 8066, 13693, 11738, 9467, 7886, 8399, 8116, 8129, 11733, 8577, 7205, 8262, 9919, 7935, 8192, 11379, 8039, 8846, 8326, 12817, 9585, 12448, 12295, 10933, 12323, 8553, 9808, 8569, 8570, 14049, 10085, 8280, 8412, 7707, 8196, 8313, 7984, 7693, 7857, 8495, 8040, 8609, 8374, 10564, 7764, 11405, 8191, 8834, 8260, 8825, 12151, 10488, 13576, 8132, 12176, 8435, 8502, 8958, 8253, 8229, 8013, 11069, 8560, 8596, 7847, 7815, 10975, 8001, 8900, 8155, 10139, 7857, 7812, 7590, 7983, 8994, 8415, 8330, 8139, 10629, 12497, 7919, 12744, 7756, 8246, 8062, 11311, 7929, 12735, 12270, 10710, 13738, 12778, 12045, 15620, 7803, 8727, 13864, 8208, 7839, 7921, 7948, 14759, 8483, 12431, 11200, 9739, 7943, 8051, 14540, 9358, 12551, 10307, 12797, 9825, 11312, 7807, 8081, 9337, 8505, 9001, 8097, 9406, 13881, 10116, 10383, 8458, 7641, 8131, 8391, 7782, 7606, 7327, 7911, 7990, 8655, 8454, 7777, 7642, 7466, 7834, 11672, 8298, 7311, 8212, 9480, 7995, 8188, 7761, 8000, 13622, 8222, 12087, 10513, 8391, 8200, 8167, 7779, 7843, 10871, 8134, 7514, 8215, 14402, 8895, 11699, 9496, 11918, 8024, 8221, 7778, 7871, 14446, 8825, 12492, 10298, 8916, 7912, 7961, 7690, 7873, 12127, 8821, 11318, 10024, 8497, 7472, 7963, 13350, 8261, 10347, 8186, 9055, 7495, 7862, 12290, 8444, 10367, 10113, 7177, 8169, 8075, 7963, 8031, 14615, 12175, 11846, 8638, 11153, 8325, 10948, 11376, 11232, 8318, 9053, 14746, 8331, 12449, 10615, 12233, 9697, 9447, 7680, 8080, 11874, 8473, 10181, 10316, 8040, 8176, 8482, 8113, 8096, 12946, 11463, 8574, 8154, 8189, 8072, 8057, 10045, 9311, 8506, 7519, 8154, 14775, 8607, 9409, 8756, 9948, 8468, 8092, 7985, 8126, 10811, 8624, 10930, 8812, 7907, 7920, 7875, 9178, 8379, 8053, 7823, 7820, 7886, 7882, 11332, 8360, 10033, 9175, 7749, 7786, 8031, 11930, 8279, 11061, 9251, 7619, 7899, 8045, 7815, 7798, 13796, 12114, 10680, 8394, 8329, 7775, 7939, 14341, 11514, 12273, 10396, 9419, 8270, 8340, 8151, 8053, 11930, 9363, 7242, 8068, 8222, 8145, 8078, 12240, 10793, 8290, 8026, 7976, 11028, 8432, 9760, 8542, 7181, 8420, 8215, 11563, 8151, 12398, 10767, 9042, 8604, 8755, 7796, 9531, 14306, 11620, 11599, 8467, 9894, 8647, 8358, 8099, 10039, 8016, 8037, 13956, 8847, 12214, 11285, 11092, 7928, 8123, 8004, 7912, 12443, 8536, 10091, 8509, 7294, 8205, 8761, 7783, 8130, 12878, 9382, 11555, 8272, 8083, 8323, 8100, 7797, 7881, 7493, 7915, 9132, 8384, 7226, 8328, 8009, 7423, 8025, 11279, 8375, 12511, 10706, 10059, 8377, 7980, 8109, 8003, 14447, 10361, 11434, 8137, 9038, 8691, 8278, 10962, 9749, 14507, 12755, 11434, 8658, 9080, 8056, 9334, 13080, 9641, 11661, 8262, 9126, 8362, 10102, 10933, 10366, 9224, 8387, 9731, 8400, 7948, 7863, 7717, 8197, 8476, 7620, 8793, 7952, 12665, 8847, 11479, 8419, 10007, 8051, 7972, 14364, 12068, 11004, 8165, 8189, 8043, 7895, 12963, 8586, 7512, 8288, 8387, 7633, 7963, 14680, 8507, 7875, 7994, 8905, 8160, 7855, 13448, 11704, 9711, 8224, 8272, 12695, 7894, 13992, 11850, 10063, 8225, 8173, 8167, 7917, 11040, 8275, 7349, 8194, 8384, 8245, 8208, 12614, 10565, 7757, 8051, 8206, 8084, 7840, 12602, 9767, 9044, 7889, 8107, 8101, 7965, 13796, 8192, 11040, 8329, 8850, 7845, 8146, 11065, 7925, 13777, 11773, 10810, 8890, 9221, 7939, 8421, 14674, 11842, 10702, 8082, 8389, 8519, 8019, 7901, 8390, 8079, 8026, 11682, 8320, 12192, 11653, 10021, 8199, 8589, 7954, 8185, 13986, 10856, 10109, 8092, 7178, 7817, 8072, 8290, 7656, 12241, 7994, 7590, 7862, 8527, 8163, 7900, 13970, 11062, 9878, 8123, 7854, 8316, 7800, 13393, 10419, 9113, 8221, 8427, 8083, 7958, 15257, 10818, 10295, 8188, 9339, 7819, 8407, 14050, 10551, 10640, 8322, 10840, 8611, 9330, 15329, 11759, 9277, 8321, 8612, 8085, 8299, 14455, 7819, 7466, 8060, 8279, 8104, 7833, 11490, 8054, 7226, 8015, 8451, 10830, 8009, 12269, 11080, 9466, 7929, 8076, 13591, 8088, 10526, 9424, 8081, 7894], 'WindowCenter': [4322.0, 4294.0, 4259.0, 4241.0, 4239.0, 4240.0, 4306.0, 4256.0, 4265.0, 4243.0, 4211.0, 4242.0, 4255.0, 4221.0, 4253.0, 4225.0, 4235.0, 4294.0, 4244.0, 4234.0, 4221.0, 4214.0, 4243.0, 4225.0, 4232.0, 4237.0, 4238.0, 4246.0, 4235.0, 4236.0, 4296.0, 4244.0, 4274.0, 4246.0, 4255.0, 4285.0, 4244.0, 4283.0, 4233.0, 4251.0, 4243.0, 4224.0, 4252.0, 4223.0, 4249.0, 4222.0, 4198.0, 4233.0, 4243.0, 4212.0, 4212.0, 4211.0, 4223.0, 4281.0, 4245.0, 4249.0, 4231.0, 4210.0, 4230.0, 4253.0, 4224.0, 4235.0, 4284.0, 4245.0, 4272.0, 4268.0, 4267.0, 4224.0, 4237.0, 4301.0, 4240.0, 4243.0, 4234.0, 4224.0, 4225.0, 4242.0, 4303.0, 4243.0, 4238.0, 4279.0, 4297.0, 4265.0, 4248.0, 4259.0, 4317.0, 4287.0, 4307.0, 4288.0, 4306.0, 4263.0, 4256.0, 4301.0, 4282.0, 4269.0, 4262.0, 4251.0, 4211.0, 4231.0, 4222.0, 4230.0, 4230.0, 4232.0, 4209.0, 4232.0, 4231.0, 4223.0, 4246.0, 4284.0, 4245.0, 4285.0, 4256.0, 4274.0, 4246.0, 4244.0, 4253.0, 4219.0, 4290.0, 4284.0, 4262.0, 4218.0, 4232.0, 4211.0, 4235.0, 4289.0, 4278.0, 4231.0, 4248.0, 4235.0, 4233.0, 4245.0, 4294.0, 4244.0, 4219.0, 4230.0, 4240.0, 4220.0, 4233.0, 4293.0, 4281.0, 4235.0, 4230.0, 4234.0, 4282.0, 4244.0, 4281.0, 4265.0, 4220.0, 4245.0, 4245.0, 4283.0, 4245.0, 4290.0, 4272.0, 4265.0, 4223.0, 4231.0, 4302.0, 4234.0, 4274.0, 4254.0, 4233.0, 4223.0, 4232.0, 4303.0, 4244.0, 4273.0, 4239.0, 4233.0, 4219.0, 4234.0, 4223.0, 4251.0, 4270.0, 4254.0, 4229.0, 4232.0, 4264.0, 4224.0, 4236.0, 4273.0, 4246.0, 4305.0, 4282.0, 4273.0, 4242.0, 4235.0, 4223.0, 4236.0, 4284.0, 4253.0, 4274.0, 4241.0, 4271.0, 4222.0, 4274.0, 4230.0, 4233.0, 4234.0, 4234.0, 4280.0, 4233.0, 4244.0, 4234.0, 4265.0, 4225.0, 4232.0, 4244.0, 4243.0, 4285.0, 4274.0, 4255.0, 4231.0, 4234.0, 4232.0, 4241.0, 4303.0, 4261.0, 4243.0, 4233.0, 4212.0, 4223.0, 4243.0, 4235.0, 4232.0, 4285.0, 4247.0, 4285.0, 4245.0, 4266.0, 4233.0, 4277.0, 4292.0, 4276.0, 4272.0, 4243.0, 4242.0, 4224.0, 4234.0, 4263.0, 4235.0, 4242.0, 4232.0, 4223.0, 4220.0, 4241.0, 4293.0, 4236.0, 4233.0, 4245.0, 4234.0, 4223.0, 4244.0, 4294.0, 4255.0, 4273.0, 4230.0, 4223.0, 4230.0, 4235.0, 4284.0, 4245.0, 4275.0, 4236.0, 4239.0, 4245.0, 4294.0, 4276.0, 4266.0, 4248.0, 4247.0, 4302.0, 4232.0, 4292.0, 4278.0, 4273.0, 4221.0, 4232.0, 4223.0, 4232.0, 4289.0, 4244.0, 4273.0, 4245.0, 4264.0, 4210.0, 4231.0, 4251.0, 4224.0, 4290.0, 4272.0, 4252.0, 4233.0, 4243.0, 4222.0, 4233.0, 4292.0, 4261.0, 4220.0, 4233.0, 4259.0, 4218.0, 4245.0, 4294.0, 4276.0, 4253.0, 4241.0, 4211.0, 4221.0, 4243.0, 4274.0, 4274.0, 4242.0, 4234.0, 4291.0, 4242.0, 4272.0, 4234.0, 4272.0, 4232.0, 4263.0, 4218.0, 4222.0, 4249.0, 4243.0, 4222.0, 4222.0, 4242.0, 4222.0, 4234.0, 4230.0, 4245.0, 4271.0, 4253.0, 4221.0, 4243.0, 4254.0, 4241.0, 4233.0, 4290.0, 4271.0, 4240.0, 4229.0, 4263.0, 4222.0, 4235.0, 4230.0, 4234.0, 4220.0, 4242.0, 4232.0, 4234.0, 4256.0, 4252.0, 4236.0, 4232.0, 4241.0, 4291.0, 4262.0, 4286.0, 4244.0, 4256.0, 4221.0, 4234.0, 4290.0, 4244.0, 4271.0, 4254.0, 4232.0, 4219.0, 4232.0, 4261.0, 4223.0, 4240.0, 4233.0, 4243.0, 4223.0, 4233.0, 4222.0, 4233.0, 4280.0, 4233.0, 4272.0, 4249.0, 4242.0, 4222.0, 4233.0, 4263.0, 4234.0, 4233.0, 4223.0, 4233.0, 4224.0, 4235.0, 4272.0, 4232.0, 4220.0, 4232.0, 4245.0, 4254.0, 4244.0, 4282.0, 4232.0, 4238.0, 4242.0, 4242.0, 4243.0, 4254.0, 4242.0, 4230.0, 4231.0, 4245.0, 4253.0, 4223.0, 4235.0, 4233.0, 4235.0, 4281.0, 4243.0, 4281.0, 4274.0, 4264.0, 4221.0, 4232.0, 4240.0, 4243.0, 4292.0, 4272.0, 4241.0, 4234.0, 4242.0, 4231.0, 4245.0, 4304.0, 4275.0, 4264.0, 4242.0, 4238.0, 4234.0, 4235.0, 4223.0, 4255.0, 4234.0, 4232.0, 4292.0, 4244.0, 4283.0, 4265.0, 4263.0, 4222.0, 4235.0, 4221.0, 4234.0, 4244.0, 4245.0, 4224.0, 4236.0, 4242.0, 4231.0, 4245.0, 4304.0, 4296.0, 4282.0, 4233.0, 4233.0, 4221.0, 4230.0, 4229.0, 4233.0, 4222.0, 4233.0, 4263.0, 4221.0, 4243.0, 4234.0, 4243.0, 4250.0, 4244.0, 4213.0, 4243.0, 4245.0, 4235.0, 4246.0, 4302.0, 4286.0, 4262.0, 4231.0, 4232.0, 4233.0, 4235.0, 4290.0, 4240.0, 4250.0, 4244.0, 4260.0, 4231.0, 4246.0, 4292.0, 4264.0, 4270.0, 4244.0, 4244.0, 4249.0, 4232.0, 4290.0, 4273.0, 4250.0, 4221.0, 4232.0, 4221.0, 4233.0, 4282.0, 4244.0, 4223.0, 4234.0, 4263.0, 4234.0, 4246.0, 4285.0, 4235.0, 4254.0, 4245.0, 4291.0, 4262.0, 4296.0, 4281.0, 4271.0, 4282.0, 4232.0, 4250.0, 4231.0, 4243.0, 4293.0, 4252.0, 4229.0, 4231.0, 4210.0, 4231.0, 4232.0, 4219.0, 4223.0, 4230.0, 4244.0, 4230.0, 4243.0, 4245.0, 4274.0, 4224.0, 4285.0, 4235.0, 4240.0, 4231.0, 4256.0, 4284.0, 4266.0, 4293.0, 4232.0, 4280.0, 4230.0, 4243.0, 4242.0, 4233.0, 4232.0, 4234.0, 4269.0, 4241.0, 4233.0, 4231.0, 4222.0, 4274.0, 4234.0, 4239.0, 4232.0, 4262.0, 4232.0, 4236.0, 4223.0, 4231.0, 4240.0, 4245.0, 4241.0, 4235.0, 4274.0, 4295.0, 4235.0, 4295.0, 4232.0, 4242.0, 4233.0, 4285.0, 4233.0, 4298.0, 4286.0, 4277.0, 4307.0, 4294.0, 4286.0, 4318.0, 4225.0, 4245.0, 4282.0, 4231.0, 4209.0, 4221.0, 4233.0, 4303.0, 4246.0, 4285.0, 4275.0, 4255.0, 4220.0, 4222.0, 4291.0, 4241.0, 4269.0, 4250.0, 4272.0, 4239.0, 4262.0, 4209.0, 4211.0, 4229.0, 4229.0, 4229.0, 4208.0, 4241.0, 4280.0, 4250.0, 4238.0, 4220.0, 4209.0, 4217.0, 4232.0, 4211.0, 4220.0, 4211.0, 4223.0, 4221.0, 4232.0, 4232.0, 4223.0, 4223.0, 4224.0, 4223.0, 4273.0, 4230.0, 4222.0, 4245.0, 4255.0, 4236.0, 4235.0, 4220.0, 4235.0, 4294.0, 4246.0, 4293.0, 4274.0, 4242.0, 4245.0, 4246.0, 4236.0, 4245.0, 4284.0, 4247.0, 4222.0, 4248.0, 4304.0, 4256.0, 4286.0, 4265.0, 4284.0, 4233.0, 4246.0, 4223.0, 4235.0, 4296.0, 4252.0, 4283.0, 4262.0, 4243.0, 4231.0, 4234.0, 4223.0, 4233.0, 4285.0, 4256.0, 4274.0, 4262.0, 4244.0, 4213.0, 4235.0, 4293.0, 4246.0, 4261.0, 4246.0, 4245.0, 4224.0, 4235.0, 4284.0, 4244.0, 4274.0, 4274.0, 4227.0, 4246.0, 4234.0, 4237.0, 4245.0, 4316.0, 4296.0, 4286.0, 4255.0, 4284.0, 4245.0, 4277.0, 4287.0, 4275.0, 4247.0, 4255.0, 4304.0, 4235.0, 4282.0, 4276.0, 4284.0, 4253.0, 4255.0, 4223.0, 4233.0, 4273.0, 4241.0, 4260.0, 4264.0, 4223.0, 4235.0, 4243.0, 4222.0, 4236.0, 4295.0, 4273.0, 4233.0, 4235.0, 4234.0, 4231.0, 4233.0, 4263.0, 4254.0, 4245.0, 4224.0, 4235.0, 4304.0, 4242.0, 4255.0, 4243.0, 4265.0, 4234.0, 4234.0, 4223.0, 4234.0, 4261.0, 4245.0, 4274.0, 4242.0, 4234.0, 4234.0, 4235.0, 4251.0, 4244.0, 4235.0, 4231.0, 4236.0, 4236.0, 4237.0, 4270.0, 4245.0, 4265.0, 4264.0, 4236.0, 4234.0, 4234.0, 4284.0, 4243.0, 4285.0, 4256.0, 4232.0, 4234.0, 4235.0, 4225.0, 4237.0, 4307.0, 4283.0, 4263.0, 4235.0, 4236.0, 4222.0, 4232.0, 4303.0, 4286.0, 4280.0, 4264.0, 4242.0, 4232.0, 4233.0, 4233.0, 4233.0, 4282.0, 4253.0, 4213.0, 4233.0, 4241.0, 4233.0, 4233.0, 4281.0, 4271.0, 4232.0, 4234.0, 4231.0, 4273.0, 4246.0, 4263.0, 4245.0, 4213.0, 4244.0, 4246.0, 4283.0, 4236.0, 4293.0, 4285.0, 4252.0, 4243.0, 4246.0, 4223.0, 4267.0, 4302.0, 4288.0, 4285.0, 4242.0, 4263.0, 4243.0, 4245.0, 4233.0, 4266.0, 4234.0, 4234.0, 4291.0, 4252.0, 4284.0, 4283.0, 4275.0, 4231.0, 4235.0, 4223.0, 4232.0, 4282.0, 4244.0, 4263.0, 4244.0, 4212.0, 4232.0, 4243.0, 4224.0, 4237.0, 4295.0, 4253.0, 4284.0, 4242.0, 4231.0, 4243.0, 4233.0, 4224.0, 4235.0, 4225.0, 4233.0, 4252.0, 4245.0, 4225.0, 4245.0, 4244.0, 4228.0, 4245.0, 4287.0, 4257.0, 4304.0, 4278.0, 4265.0, 4244.0, 4236.0, 4236.0, 4237.0, 4308.0, 4276.0, 4284.0, 4234.0, 4243.0, 4243.0, 4243.0, 4277.0, 4264.0, 4305.0, 4296.0, 4273.0, 4244.0, 4243.0, 4232.0, 4256.0, 4292.0, 4255.0, 4274.0, 4233.0, 4250.0, 4233.0, 4264.0, 4275.0, 4265.0, 4243.0, 4243.0, 4252.0, 4231.0, 4235.0, 4230.0, 4234.0, 4245.0, 4245.0, 4225.0, 4243.0, 4246.0, 4296.0, 4255.0, 4285.0, 4243.0, 4266.0, 4231.0, 4233.0, 4304.0, 4285.0, 4274.0, 4233.0, 4233.0, 4230.0, 4235.0, 4293.0, 4245.0, 4223.0, 4246.0, 4244.0, 4225.0, 4249.0, 4316.0, 4254.0, 4243.0, 4244.0, 4257.0, 4245.0, 4246.0, 4307.0, 4285.0, 4263.0, 4244.0, 4247.0, 4296.0, 4235.0, 4306.0, 4283.0, 4254.0, 4233.0, 4231.0, 4233.0, 4232.0, 4272.0, 4234.0, 4214.0, 4244.0, 4248.0, 4244.0, 4245.0, 4291.0, 4273.0, 4223.0, 4236.0, 4243.0, 4235.0, 4236.0, 4296.0, 4273.0, 4253.0, 4234.0, 4235.0, 4236.0, 4243.0, 4307.0, 4244.0, 4283.0, 4244.0, 4244.0, 4235.0, 4235.0, 4276.0, 4234.0, 4295.0, 4286.0, 4262.0, 4243.0, 4244.0, 4222.0, 4236.0, 4303.0, 4286.0, 4263.0, 4233.0, 4231.0, 4244.0, 4232.0, 4223.0, 4234.0, 4233.0, 4235.0, 4284.0, 4243.0, 4284.0, 4276.0, 4253.0, 4232.0, 4243.0, 4223.0, 4232.0, 4305.0, 4275.0, 4260.0, 4234.0, 4213.0, 4223.0, 4231.0, 4245.0, 4236.0, 4284.0, 4232.0, 4223.0, 4236.0, 4243.0, 4243.0, 4246.0, 4307.0, 4286.0, 4264.0, 4234.0, 4235.0, 4243.0, 4234.0, 4296.0, 4276.0, 4255.0, 4246.0, 4233.0, 4234.0, 4244.0, 4314.0, 4277.0, 4263.0, 4243.0, 4257.0, 4233.0, 4248.0, 4306.0, 4276.0, 4263.0, 4233.0, 4273.0, 4245.0, 4255.0, 4302.0, 4287.0, 4242.0, 4234.0, 4231.0, 4219.0, 4243.0, 4303.0, 4223.0, 4211.0, 4233.0, 4233.0, 4233.0, 4236.0, 4286.0, 4244.0, 4226.0, 4244.0, 4246.0, 4276.0, 4247.0, 4296.0, 4284.0, 4266.0, 4233.0, 4244.0, 4306.0, 4234.0, 4277.0, 4265.0, 4246.0, 4246.0], 'WindowWidth': [9558.0, 9502.0, 9445.0, 9417.0, 9409.0, 9412.0, 9493.0, 9425.0, 9435.0, 9406.0, 9360.0, 9404.0, 9424.0, 9374.0, 9417.0, 9380.0, 9394.0, 9472.0, 9406.0, 9393.0, 9372.0, 9367.0, 9404.0, 9383.0, 9391.0, 9404.0, 9406.0, 9414.0, 9398.0, 9400.0, 9478.0, 9407.0, 9446.0, 9410.0, 9420.0, 9459.0, 9404.0, 9454.0, 9388.0, 9409.0, 9404.0, 9378.0, 9412.0, 9375.0, 9403.0, 9373.0, 9335.0, 9388.0, 9401.0, 9359.0, 9359.0, 9357.0, 9376.0, 9450.0, 9408.0, 9408.0, 9385.0, 9356.0, 9385.0, 9416.0, 9380.0, 9395.0, 9459.0, 9409.0, 9444.0, 9444.0, 9442.0, 9380.0, 9401.0, 9481.0, 9397.0, 9404.0, 9395.0, 9377.0, 9386.0, 9406.0, 9487.0, 9409.0, 9408.0, 9461.0, 9483.0, 9441.0, 9422.0, 9438.0, 9511.0, 9471.0, 9496.0, 9471.0, 9494.0, 9433.0, 9424.0, 9482.0, 9455.0, 9431.0, 9426.0, 9408.0, 9355.0, 9381.0, 9375.0, 9386.0, 9381.0, 9388.0, 9352.0, 9388.0, 9385.0, 9376.0, 9412.0, 9461.0, 9410.0, 9464.0, 9433.0, 9449.0, 9413.0, 9407.0, 9415.0, 9365.0, 9459.0, 9457.0, 9424.0, 9366.0, 9386.0, 9356.0, 9397.0, 9461.0, 9461.0, 9390.0, 9418.0, 9394.0, 9389.0, 9412.0, 9473.0, 9406.0, 9366.0, 9383.0, 9397.0, 9369.0, 9393.0, 9470.0, 9453.0, 9392.0, 9384.0, 9393.0, 9452.0, 9408.0, 9452.0, 9436.0, 9370.0, 9409.0, 9409.0, 9455.0, 9409.0, 9465.0, 9442.0, 9433.0, 9377.0, 9386.0, 9479.0, 9392.0, 9445.0, 9420.0, 9390.0, 9376.0, 9388.0, 9482.0, 9406.0, 9445.0, 9395.0, 9389.0, 9367.0, 9393.0, 9376.0, 9415.0, 9440.0, 9420.0, 9382.0, 9389.0, 9431.0, 9379.0, 9398.0, 9445.0, 9413.0, 9487.0, 9457.0, 9442.0, 9401.0, 9394.0, 9376.0, 9396.0, 9457.0, 9418.0, 9443.0, 9399.0, 9437.0, 9377.0, 9446.0, 9382.0, 9389.0, 9388.0, 9391.0, 9448.0, 9391.0, 9404.0, 9391.0, 9432.0, 9380.0, 9389.0, 9404.0, 9405.0, 9461.0, 9446.0, 9420.0, 9386.0, 9391.0, 9388.0, 9400.0, 9484.0, 9426.0, 9402.0, 9391.0, 9361.0, 9378.0, 9403.0, 9395.0, 9391.0, 9462.0, 9413.0, 9461.0, 9409.0, 9437.0, 9394.0, 9455.0, 9469.0, 9450.0, 9439.0, 9403.0, 9398.0, 9379.0, 9392.0, 9428.0, 9393.0, 9399.0, 9387.0, 9375.0, 9370.0, 9402.0, 9470.0, 9396.0, 9389.0, 9407.0, 9391.0, 9377.0, 9407.0, 9473.0, 9420.0, 9443.0, 9385.0, 9375.0, 9382.0, 9394.0, 9459.0, 9408.0, 9448.0, 9397.0, 9396.0, 9410.0, 9475.0, 9452.0, 9437.0, 9418.0, 9413.0, 9480.0, 9387.0, 9467.0, 9455.0, 9443.0, 9372.0, 9388.0, 9374.0, 9386.0, 9461.0, 9407.0, 9441.0, 9407.0, 9428.0, 9354.0, 9385.0, 9409.0, 9380.0, 9465.0, 9441.0, 9410.0, 9387.0, 9402.0, 9372.0, 9390.0, 9465.0, 9427.0, 9368.0, 9389.0, 9419.0, 9364.0, 9409.0, 9471.0, 9448.0, 9417.0, 9401.0, 9359.0, 9373.0, 9404.0, 9447.0, 9446.0, 9402.0, 9391.0, 9464.0, 9399.0, 9438.0, 9390.0, 9440.0, 9385.0, 9428.0, 9362.0, 9373.0, 9405.0, 9403.0, 9373.0, 9374.0, 9399.0, 9372.0, 9392.0, 9383.0, 9410.0, 9442.0, 9419.0, 9371.0, 9405.0, 9417.0, 9397.0, 9390.0, 9464.0, 9438.0, 9393.0, 9382.0, 9427.0, 9372.0, 9396.0, 9384.0, 9393.0, 9371.0, 9403.0, 9390.0, 9396.0, 9424.0, 9416.0, 9398.0, 9388.0, 9401.0, 9466.0, 9430.0, 9463.0, 9404.0, 9421.0, 9372.0, 9390.0, 9461.0, 9406.0, 9438.0, 9416.0, 9386.0, 9365.0, 9388.0, 9424.0, 9376.0, 9396.0, 9390.0, 9401.0, 9377.0, 9390.0, 9372.0, 9389.0, 9448.0, 9389.0, 9439.0, 9406.0, 9399.0, 9372.0, 9390.0, 9427.0, 9390.0, 9389.0, 9377.0, 9389.0, 9379.0, 9394.0, 9439.0, 9388.0, 9369.0, 9391.0, 9409.0, 9417.0, 9405.0, 9451.0, 9387.0, 9391.0, 9404.0, 9401.0, 9400.0, 9419.0, 9398.0, 9382.0, 9383.0, 9408.0, 9416.0, 9376.0, 9392.0, 9388.0, 9394.0, 9452.0, 9405.0, 9454.0, 9445.0, 9432.0, 9372.0, 9387.0, 9395.0, 9404.0, 9468.0, 9442.0, 9399.0, 9393.0, 9400.0, 9386.0, 9411.0, 9485.0, 9448.0, 9433.0, 9402.0, 9390.0, 9394.0, 9394.0, 9377.0, 9422.0, 9392.0, 9387.0, 9467.0, 9405.0, 9456.0, 9433.0, 9429.0, 9374.0, 9394.0, 9372.0, 9393.0, 9408.0, 9411.0, 9380.0, 9399.0, 9404.0, 9386.0, 9409.0, 9488.0, 9477.0, 9454.0, 9388.0, 9388.0, 9368.0, 9381.0, 9378.0, 9390.0, 9373.0, 9390.0, 9430.0, 9373.0, 9404.0, 9393.0, 9405.0, 9411.0, 9408.0, 9364.0, 9404.0, 9409.0, 9395.0, 9413.0, 9483.0, 9465.0, 9427.0, 9387.0, 9388.0, 9388.0, 9395.0, 9462.0, 9397.0, 9409.0, 9405.0, 9424.0, 9386.0, 9411.0, 9467.0, 9432.0, 9434.0, 9404.0, 9403.0, 9406.0, 9388.0, 9463.0, 9442.0, 9408.0, 9370.0, 9388.0, 9370.0, 9390.0, 9453.0, 9406.0, 9377.0, 9392.0, 9430.0, 9393.0, 9413.0, 9463.0, 9398.0, 9419.0, 9408.0, 9467.0, 9430.0, 9480.0, 9453.0, 9440.0, 9451.0, 9386.0, 9406.0, 9384.0, 9404.0, 9467.0, 9410.0, 9378.0, 9383.0, 9352.0, 9382.0, 9386.0, 9367.0, 9375.0, 9383.0, 9405.0, 9384.0, 9405.0, 9408.0, 9445.0, 9378.0, 9460.0, 9395.0, 9396.0, 9385.0, 9424.0, 9458.0, 9435.0, 9467.0, 9387.0, 9448.0, 9382.0, 9401.0, 9399.0, 9389.0, 9386.0, 9390.0, 9433.0, 9400.0, 9387.0, 9385.0, 9376.0, 9446.0, 9392.0, 9394.0, 9387.0, 9428.0, 9390.0, 9398.0, 9377.0, 9388.0, 9397.0, 9409.0, 9401.0, 9395.0, 9449.0, 9475.0, 9396.0, 9475.0, 9391.0, 9402.0, 9393.0, 9461.0, 9392.0, 9483.0, 9464.0, 9455.0, 9495.0, 9474.0, 9461.0, 9508.0, 9380.0, 9406.0, 9449.0, 9381.0, 9350.0, 9371.0, 9389.0, 9480.0, 9410.0, 9460.0, 9446.0, 9419.0, 9368.0, 9373.0, 9463.0, 9395.0, 9428.0, 9405.0, 9436.0, 9388.0, 9421.0, 9347.0, 9351.0, 9374.0, 9375.0, 9375.0, 9345.0, 9393.0, 9441.0, 9404.0, 9384.0, 9364.0, 9347.0, 9358.0, 9383.0, 9355.0, 9367.0, 9354.0, 9373.0, 9369.0, 9385.0, 9386.0, 9375.0, 9377.0, 9380.0, 9377.0, 9441.0, 9385.0, 9375.0, 9410.0, 9421.0, 9397.0, 9395.0, 9370.0, 9395.0, 9471.0, 9413.0, 9471.0, 9447.0, 9403.0, 9411.0, 9411.0, 9397.0, 9412.0, 9462.0, 9414.0, 9378.0, 9416.0, 9486.0, 9424.0, 9463.0, 9438.0, 9459.0, 9392.0, 9409.0, 9376.0, 9395.0, 9475.0, 9414.0, 9456.0, 9428.0, 9401.0, 9384.0, 9391.0, 9375.0, 9390.0, 9460.0, 9426.0, 9446.0, 9429.0, 9405.0, 9363.0, 9395.0, 9469.0, 9412.0, 9427.0, 9410.0, 9408.0, 9380.0, 9396.0, 9458.0, 9410.0, 9449.0, 9447.0, 9389.0, 9412.0, 9394.0, 9401.0, 9413.0, 9507.0, 9480.0, 9467.0, 9426.0, 9462.0, 9412.0, 9456.0, 9468.0, 9449.0, 9414.0, 9423.0, 9487.0, 9394.0, 9454.0, 9452.0, 9460.0, 9414.0, 9418.0, 9373.0, 9388.0, 9441.0, 9399.0, 9421.0, 9431.0, 9375.0, 9394.0, 9404.0, 9373.0, 9398.0, 9475.0, 9444.0, 9388.0, 9393.0, 9391.0, 9384.0, 9390.0, 9431.0, 9422.0, 9408.0, 9379.0, 9395.0, 9484.0, 9401.0, 9419.0, 9406.0, 9434.0, 9391.0, 9391.0, 9376.0, 9391.0, 9424.0, 9407.0, 9447.0, 9401.0, 9392.0, 9392.0, 9395.0, 9411.0, 9409.0, 9396.0, 9389.0, 9399.0, 9398.0, 9400.0, 9439.0, 9411.0, 9436.0, 9436.0, 9399.0, 9394.0, 9395.0, 9458.0, 9408.0, 9463.0, 9426.0, 9389.0, 9396.0, 9396.0, 9381.0, 9401.0, 9495.0, 9458.0, 9430.0, 9396.0, 9397.0, 9374.0, 9388.0, 9483.0, 9462.0, 9449.0, 9431.0, 9397.0, 9386.0, 9387.0, 9388.0, 9390.0, 9452.0, 9418.0, 9362.0, 9392.0, 9399.0, 9389.0, 9392.0, 9453.0, 9440.0, 9388.0, 9393.0, 9388.0, 9442.0, 9412.0, 9430.0, 9411.0, 9364.0, 9406.0, 9411.0, 9458.0, 9399.0, 9471.0, 9465.0, 9415.0, 9405.0, 9410.0, 9378.0, 9443.0, 9484.0, 9470.0, 9460.0, 9403.0, 9428.0, 9403.0, 9411.0, 9392.0, 9435.0, 9391.0, 9393.0, 9465.0, 9414.0, 9460.0, 9458.0, 9447.0, 9384.0, 9393.0, 9375.0, 9387.0, 9453.0, 9408.0, 9429.0, 9407.0, 9360.0, 9388.0, 9405.0, 9380.0, 9402.0, 9475.0, 9419.0, 9460.0, 9404.0, 9385.0, 9406.0, 9393.0, 9380.0, 9397.0, 9382.0, 9392.0, 9416.0, 9412.0, 9385.0, 9414.0, 9411.0, 9391.0, 9412.0, 9468.0, 9431.0, 9491.0, 9458.0, 9436.0, 9409.0, 9399.0, 9397.0, 9401.0, 9497.0, 9453.0, 9460.0, 9396.0, 9404.0, 9404.0, 9405.0, 9454.0, 9435.0, 9488.0, 9477.0, 9442.0, 9405.0, 9404.0, 9391.0, 9425.0, 9467.0, 9421.0, 9443.0, 9390.0, 9409.0, 9392.0, 9435.0, 9447.0, 9433.0, 9402.0, 9402.0, 9412.0, 9388.0, 9396.0, 9385.0, 9394.0, 9407.0, 9410.0, 9381.0, 9404.0, 9414.0, 9477.0, 9422.0, 9463.0, 9406.0, 9437.0, 9386.0, 9394.0, 9488.0, 9462.0, 9444.0, 9391.0, 9390.0, 9384.0, 9398.0, 9472.0, 9410.0, 9378.0, 9413.0, 9408.0, 9382.0, 9421.0, 9508.0, 9424.0, 9408.0, 9411.0, 9428.0, 9409.0, 9416.0, 9496.0, 9463.0, 9431.0, 9408.0, 9412.0, 9475.0, 9398.0, 9492.0, 9455.0, 9416.0, 9388.0, 9384.0, 9387.0, 9389.0, 9442.0, 9393.0, 9365.0, 9407.0, 9416.0, 9408.0, 9408.0, 9467.0, 9444.0, 9379.0, 9399.0, 9405.0, 9394.0, 9399.0, 9479.0, 9449.0, 9421.0, 9397.0, 9396.0, 9397.0, 9408.0, 9496.0, 9410.0, 9457.0, 9408.0, 9406.0, 9396.0, 9396.0, 9450.0, 9395.0, 9476.0, 9466.0, 9427.0, 9404.0, 9405.0, 9374.0, 9397.0, 9484.0, 9463.0, 9429.0, 9389.0, 9384.0, 9404.0, 9389.0, 9377.0, 9392.0, 9390.0, 9394.0, 9456.0, 9404.0, 9460.0, 9449.0, 9415.0, 9387.0, 9403.0, 9374.0, 9388.0, 9489.0, 9448.0, 9424.0, 9392.0, 9361.0, 9376.0, 9386.0, 9409.0, 9400.0, 9459.0, 9391.0, 9378.0, 9399.0, 9406.0, 9404.0, 9414.0, 9495.0, 9466.0, 9433.0, 9394.0, 9395.0, 9404.0, 9396.0, 9479.0, 9452.0, 9422.0, 9412.0, 9392.0, 9393.0, 9410.0, 9500.0, 9454.0, 9431.0, 9405.0, 9426.0, 9393.0, 9419.0, 9490.0, 9450.0, 9428.0, 9391.0, 9444.0, 9407.0, 9422.0, 9481.0, 9463.0, 9400.0, 9390.0, 9384.0, 9366.0, 9404.0, 9481.0, 9377.0, 9358.0, 9391.0, 9391.0, 9390.0, 9402.0, 9466.0, 9410.0, 9388.0, 9411.0, 9413.0, 9451.0, 9417.0, 9480.0, 9464.0, 9439.0, 9393.0, 9411.0, 9492.0, 9397.0, 9456.0, 9438.0, 9415.0, 9413.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.0036450684931506852</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019535118356164383</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.86588435547526</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2135004022212048</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0494377781535635</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4747</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5127.1875</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07413131144897474</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.004566210045662</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5104761413002783</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4239311240271606</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8039899331476703</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3035073667260035</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00466561</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014133233577013016</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024681974202394485</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1095</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5710789932812044</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>23.1723</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2119</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.8509</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301225.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>856.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.1887</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7006</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.8668</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3409.9231</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3632.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75319.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>932.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4592.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.0528</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.16499006934464</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> |