=== 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-0129 --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-0129",
"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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-02/func/sub-0129_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>f96680a87f710602c3d00863e1789114</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>09:58:37.420000</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.999458, 0.0178634, -0.0276564, -0.0170966, 0.99947, 0.0277193]</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.114932</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>[4223, -7742, -7238, 101, -120, -25, 48, 113]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.264</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>10095c84-2c41-49ea-8717-d82a15577c32||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.6814723014831543, -0.045868922024965286, -0.0759696513414383, 114.55833435058594], [-0.04792625457048416, 2.6815037727355957, 0.07352492213249207, -78.0088882446289], [-0.07420013844966888, -0.07436887919902802, 2.6979293823242188, -67.23978424072266], [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': ['095837.420000', '095837.880000', '095838.340000', '095838.800000', '095839.260000', '095839.720000', '095840.180000', '095840.640000', '095841.100000', '095841.560000', '095842.020000', '095842.480000', '095842.940000', '095843.400000', '095843.860000', '095844.320000', '095844.780000', '095845.240000', '095845.700000', '095846.160000', '095846.620000', '095847.080000', '095847.540000', '095848.000000', '095848.460000', '095848.920000', '095849.380000', '095849.840000', '095850.300000', '095850.760000', '095851.220000', '095851.680000', '095852.140000', '095852.600000', '095853.060000', '095853.520000', '095853.980000', '095854.440000', '095854.900000', '095855.360000', '095855.820000', '095856.280000', '095856.740000', '095857.200000', '095857.660000', '095858.120000', '095858.580000', '095859.040000', '095859.500000', '095859.960000', '095900.420000', '095900.880000', '095901.340000', '095901.800000', '095902.260000', '095902.720000', '095903.180000', '095903.640000', '095904.100000', '095904.560000', '095905.020000', '095905.480000', '095905.940000', '095906.400000', '095906.860000', '095907.320000', '095907.780000', '095908.240000', '095908.700000', '095909.160000', '095909.620000', '095910.080000', '095910.540000', '095911.000000', '095911.460000', '095911.920000', '095912.380000', '095912.840000', '095913.300000', '095913.760000', '095914.220000', '095914.680000', '095915.140000', '095915.600000', '095916.060000', '095916.520000', '095916.980000', '095917.440000', '095917.900000', '095918.360000', '095918.820000', '095919.280000', '095919.740000', '095920.200000', '095920.660000', '095921.120000', '095921.580000', '095922.040000', '095922.500000', '095922.960000', '095923.420000', '095923.880000', '095924.340000', '095924.800000', '095925.260000', '095925.720000', '095926.180000', '095926.640000', '095927.100000', '095927.560000', '095928.020000', '095928.480000', '095928.940000', '095929.400000', '095929.860000', '095930.320000', '095930.780000', '095931.240000', '095931.700000', '095932.160000', '095932.620000', '095933.080000', '095933.540000', '095934.000000', '095934.460000', '095934.920000', '095935.380000', '095935.840000', '095936.300000', '095936.760000', '095937.220000', '095937.680000', '095938.140000', '095938.600000', '095939.060000', '095939.520000', '095939.980000', '095940.440000', '095940.900000', '095941.360000', '095941.820000', '095942.280000', '095942.740000', '095943.200000', '095943.660000', '095944.120000', '095944.580000', '095945.040000', '095945.500000', '095945.960000', '095946.420000', '095946.880000', '095947.340000', '095947.800000', '095948.260000', '095948.720000', '095949.180000', '095949.640000', '095950.100000', '095950.560000', '095951.020000', '095951.480000', '095951.940000', '095952.400000', '095952.860000', '095953.320000', '095953.780000', '095954.240000', '095954.700000', '095955.160000', '095955.620000', '095956.080000', '095956.540000', '095957.000000', '095957.460000', '095957.920000', '095958.380000', '095958.840000', '095959.300000', '095959.760000', '100000.220000', '100000.680000', '100001.140000', '100001.600000', '100002.060000', '100002.520000', '100002.980000', '100003.440000', '100003.900000', '100004.360000', '100004.820000', '100005.280000', '100005.740000', '100006.200000', '100006.660000', '100007.120000', '100007.580000', '100008.040000', '100008.500000', '100008.960000', '100009.420000', '100009.880000', '100010.340000', '100010.800000', '100011.260000', '100011.720000', '100012.180000', '100012.640000', '100013.100000', '100013.560000', '100014.020000', '100014.480000', '100014.940000', '100015.400000', '100015.860000', '100016.320000', '100016.780000', '100017.240000', '100017.700000', '100018.160000', '100018.620000', '100019.080000', '100019.540000', '100020.000000', '100020.460000', '100020.920000', '100021.380000', '100021.840000', '100022.300000', '100022.760000', '100023.220000', '100023.680000', '100024.140000', '100024.600000', '100025.060000', '100025.520000', '100025.980000', '100026.440000', '100026.900000', '100027.360000', '100027.820000', '100028.280000', '100028.740000', '100029.200000', '100029.660000', '100030.120000', '100030.580000', '100031.040000', '100031.500000', '100031.960000', '100032.420000', '100032.880000', '100033.340000', '100033.800000', '100034.260000', '100034.720000', '100035.180000', '100035.640000', '100036.100000', '100036.560000', '100037.020000', '100037.480000', '100037.940000', '100038.400000', '100038.860000', '100039.320000', '100039.780000', '100040.240000', '100040.700000', '100041.160000', '100041.620000', '100042.080000', '100042.540000', '100043.000000', '100043.460000', '100043.920000', '100044.380000', '100044.840000', '100045.300000', '100045.760000', '100046.220000', '100046.680000', '100047.140000', '100047.600000', '100048.060000', '100048.520000', '100048.980000', '100049.440000', '100049.900000', '100050.360000', '100050.820000', '100051.280000', '100051.740000', '100052.200000', '100052.660000', '100053.120000', '100053.580000', '100054.040000', '100054.500000', '100054.960000', '100055.420000', '100055.880000', '100056.340000', '100056.800000', '100057.260000', '100057.720000', '100058.180000', '100058.640000', '100059.100000', '100059.560000', '100100.020000', '100100.480000', '100100.940000', '100101.400000', '100101.860000', '100102.320000', '100102.780000', '100103.240000', '100103.700000', '100104.160000', '100104.620000', '100105.080000', '100105.540000', '100106.000000', '100106.460000', '100106.920000', '100107.380000', '100107.840000', '100108.300000', '100108.760000', '100109.220000', '100109.680000', '100110.140000', '100110.600000', '100111.060000', '100111.520000', '100111.980000', '100112.440000', '100112.900000', '100113.360000', '100113.820000', '100114.280000', '100114.740000', '100115.200000', '100115.660000', '100116.120000', '100116.580000', '100117.040000', '100117.500000', '100117.960000', '100118.420000', '100118.880000', '100119.340000', '100119.800000', '100120.260000', '100120.720000', '100121.180000', '100121.640000', '100122.100000', '100122.560000', '100123.020000', '100123.480000', '100123.940000', '100124.400000', '100124.860000', '100125.320000', '100125.780000', '100126.240000', '100126.700000', '100127.160000', '100127.620000', '100128.080000', '100128.540000', '100129.000000', '100129.460000', '100129.920000', '100130.380000', '100130.840000', '100131.300000', '100131.760000', '100132.220000', '100132.680000', '100133.140000', '100133.600000', '100134.060000', '100134.520000', '100134.980000', '100135.440000', '100135.900000', '100136.360000', '100136.820000', '100137.280000', '100137.740000', '100138.200000', '100138.660000', '100139.120000', '100139.580000', '100140.040000', '100140.500000', '100140.960000', '100141.420000', '100141.880000', '100142.340000', '100142.800000', '100143.260000', '100143.720000', '100144.180000', '100144.640000', '100145.100000', '100145.560000', '100146.020000', '100146.480000', '100146.940000', '100147.400000', '100147.860000', '100148.320000', '100148.780000', '100149.240000', '100149.700000', '100150.160000', '100150.620000', '100151.080000', '100151.540000', '100152.000000', '100152.460000', '100152.920000', '100153.380000', '100153.840000', '100154.300000', '100154.760000', '100155.220000', '100155.680000', '100156.140000', '100156.600000', '100157.060000', '100157.520000', '100157.980000', '100158.440000', '100158.900000', '100159.360000', '100159.820000', '100200.280000', '100200.740000', '100201.200000', '100201.660000', '100202.120000', '100202.580000', '100203.040000', '100203.500000', '100203.960000', '100204.420000', '100204.880000', '100205.340000', '100205.800000', '100206.260000', '100206.720000', '100207.180000', '100207.640000', '100208.100000', '100208.560000', '100209.020000', '100209.480000', '100209.940000', '100210.400000', '100210.860000', '100211.320000', '100211.780000', '100212.240000', '100212.700000', '100213.160000', '100213.620000', '100214.080000', '100214.540000', '100215.000000', '100215.460000', '100215.920000', '100216.380000', '100216.840000', '100217.300000', '100217.760000', '100218.220000', '100218.680000', '100219.140000', '100219.600000', '100220.060000', '100220.520000', '100220.980000', '100221.440000', '100221.900000', '100222.360000', '100222.820000', '100223.280000', '100223.740000', '100224.200000', '100224.660000', '100225.120000', '100225.580000', '100226.040000', '100226.500000', '100226.960000', '100227.420000', '100227.880000', '100228.340000', '100228.800000', '100229.260000', '100229.720000', '100230.180000', '100230.640000', '100231.100000', '100231.560000', '100232.020000', '100232.480000', '100232.940000', '100233.400000', '100233.860000', '100234.320000', '100234.780000', '100235.240000', '100235.700000', '100236.160000', '100236.620000', '100237.080000', '100237.540000', '100238.000000', '100238.460000', '100238.920000', '100239.380000', '100239.840000', '100240.300000', '100240.760000', '100241.220000', '100241.680000', '100242.140000', '100242.600000', '100243.060000', '100243.520000', '100243.980000', '100244.440000', '100244.900000', '100245.360000', '100245.820000', '100246.280000', '100246.740000', '100247.200000', '100247.660000', '100248.120000', '100248.580000', '100249.040000', '100249.500000', '100249.960000', '100250.420000', '100250.880000', '100251.340000', '100251.800000', '100252.260000', '100252.720000', '100253.180000', '100253.640000', '100254.100000', '100254.560000', '100255.020000', '100255.480000', '100255.940000', '100256.400000', '100256.860000', '100257.320000', '100257.780000', '100258.240000', '100258.700000', '100259.160000', '100259.620000', '100300.080000', '100300.540000', '100301.000000', '100301.460000', '100301.920000', '100302.380000', '100302.840000', '100303.300000', '100303.760000', '100304.220000', '100304.680000', '100305.140000', '100305.600000', '100306.060000', '100306.520000', '100306.980000', '100307.440000', '100307.900000', '100308.360000', '100308.820000', '100309.280000', '100309.740000', '100310.200000', '100310.660000', '100311.120000', '100311.580000', '100312.040000', '100312.500000', '100312.960000', '100313.420000', '100313.880000', '100314.340000', '100314.800000', '100315.260000', '100315.720000', '100316.180000', '100316.640000', '100317.100000', '100317.560000', '100318.020000', '100318.480000', '100318.940000', '100319.400000', '100319.860000', '100320.320000', '100320.780000', '100321.240000', '100321.700000', '100322.160000', '100322.620000', '100323.080000', '100323.540000', '100324.000000', '100324.460000', '100324.920000', '100325.380000', '100325.840000', '100326.300000', '100326.760000', '100327.220000', '100327.680000', '100328.140000', '100328.600000', '100329.060000', '100329.520000', '100329.980000', '100330.440000', '100330.900000', '100331.360000', '100331.820000', '100332.280000', '100332.740000', '100333.200000', '100333.660000', '100334.120000', '100334.580000', '100335.040000', '100335.500000', '100335.960000', '100336.420000', '100336.880000', '100337.340000', '100337.800000', '100338.260000', '100338.720000', '100339.180000', '100339.640000', '100340.100000', '100340.560000', '100341.020000', '100341.480000', '100341.940000', '100342.400000', '100342.860000', '100343.320000', '100343.780000', '100344.240000', '100344.700000', '100345.160000', '100345.620000', '100346.080000', '100346.540000', '100347.000000', '100347.460000', '100347.920000', '100348.380000', '100348.840000', '100349.300000', '100349.760000', '100350.220000', '100350.680000', '100351.140000', '100351.600000', '100352.060000', '100352.520000', '100352.980000', '100353.440000', '100353.900000', '100354.360000', '100354.820000', '100355.280000', '100355.740000', '100356.200000', '100356.660000', '100357.120000', '100357.580000', '100358.040000', '100358.500000', '100358.960000', '100359.420000', '100359.880000', '100400.340000', '100400.800000', '100401.260000', '100401.720000', '100402.180000', '100402.640000', '100403.100000', '100403.560000', '100404.020000', '100404.480000', '100404.940000', '100405.400000', '100405.860000', '100406.320000', '100406.780000', '100407.240000', '100407.700000', '100408.160000', '100408.620000', '100409.080000', '100409.540000', '100410.000000', '100410.460000', '100410.920000', '100411.380000', '100411.840000', '100412.300000', '100412.760000', '100413.220000', '100413.680000', '100414.140000', '100414.600000', '100415.060000', '100415.520000', '100415.980000', '100416.440000', '100416.900000', '100417.360000', '100417.820000', '100418.280000', '100418.740000', '100419.200000', '100419.660000', '100420.120000', '100420.580000', '100421.040000', '100421.500000', '100421.960000', '100422.420000', '100422.880000', '100423.340000', '100423.800000', '100424.260000', '100424.720000', '100425.180000', '100425.640000', '100426.100000', '100426.560000', '100427.020000', '100427.480000', '100427.940000', '100428.400000', '100428.860000', '100429.320000', '100429.780000', '100430.240000', '100430.700000', '100431.160000', '100431.620000', '100432.080000', '100432.540000', '100433.000000', '100433.460000', '100433.920000', '100434.380000', '100434.840000', '100435.300000', '100435.760000', '100436.220000', '100436.680000', '100437.140000', '100437.600000', '100438.060000', '100438.520000', '100438.980000', '100439.440000', '100439.900000', '100440.360000', '100440.820000', '100441.280000', '100441.740000', '100442.200000', '100442.660000', '100443.120000', '100443.580000', '100444.040000', '100444.500000', '100444.960000', '100445.420000', '100445.880000', '100446.340000', '100446.800000', '100447.260000', '100447.720000', '100448.180000', '100448.640000', '100449.100000', '100449.560000', '100450.020000', '100450.480000', '100450.940000', '100451.400000', '100451.860000', '100452.320000', '100452.780000', '100453.240000', '100453.700000', '100454.160000', '100454.620000', '100455.080000', '100455.540000', '100456.000000', '100456.460000', '100456.920000', '100457.380000', '100457.840000', '100458.300000', '100458.760000', '100459.220000', '100459.680000', '100500.140000', '100500.600000', '100501.060000', '100501.520000', '100501.980000', '100502.440000', '100502.900000', '100503.360000', '100503.820000', '100504.280000', '100504.740000', '100505.200000', '100505.660000', '100506.120000', '100506.580000', '100507.040000', '100507.500000', '100507.960000', '100508.420000', '100508.880000', '100509.340000', '100509.800000', '100510.260000', '100510.720000', '100511.180000', '100511.640000', '100512.100000', '100512.560000', '100513.020000', '100513.480000', '100513.940000', '100514.400000', '100514.860000', '100515.320000', '100515.780000', '100516.240000', '100516.700000', '100517.160000', '100517.620000', '100518.080000', '100518.540000', '100519.000000', '100519.460000', '100519.920000', '100520.380000', '100520.840000', '100521.300000', '100521.760000', '100522.220000', '100522.680000', '100523.140000', '100523.600000', '100524.060000', '100524.520000', '100524.980000', '100525.440000', '100525.900000', '100526.360000', '100526.820000', '100527.280000', '100527.740000', '100528.200000', '100528.660000', '100529.120000', '100529.580000', '100530.040000', '100530.500000', '100530.960000', '100531.420000', '100531.880000', '100532.340000', '100532.800000', '100533.260000', '100533.720000', '100534.180000', '100534.640000', '100535.100000', '100535.560000', '100536.020000', '100536.480000', '100536.940000', '100537.400000', '100537.860000', '100538.320000', '100538.780000', '100539.240000', '100539.700000', '100540.160000', '100540.620000', '100541.080000', '100541.540000', '100542.000000', '100542.460000', '100542.920000', '100543.380000', '100543.840000', '100544.300000', '100544.760000', '100545.220000', '100545.680000', '100546.140000', '100546.600000', '100547.060000', '100547.520000', '100547.980000', '100548.440000', '100548.900000', '100549.360000', '100549.820000', '100550.280000', '100550.740000', '100551.200000', '100551.660000', '100552.120000', '100552.580000', '100553.040000', '100553.500000', '100553.960000', '100554.420000', '100554.880000', '100555.340000', '100555.800000', '100556.260000', '100556.720000', '100557.180000', '100557.640000', '100558.100000', '100558.560000', '100559.020000', '100559.480000', '100559.940000', '100600.400000', '100600.860000', '100601.320000', '100601.780000', '100602.240000', '100602.700000', '100603.160000', '100603.620000', '100604.080000', '100604.540000', '100605.000000', '100605.460000', '100605.920000', '100606.380000', '100606.840000', '100607.300000', '100607.760000', '100608.220000', '100608.680000', '100609.140000', '100609.600000', '100610.060000', '100610.520000', '100610.980000', '100611.440000', '100611.900000', '100612.360000', '100612.820000', '100613.280000', '100613.740000', '100614.200000', '100614.660000', '100615.120000', '100615.580000', '100616.040000', '100616.500000', '100616.960000', '100617.420000', '100617.880000', '100618.340000', '100618.800000', '100619.260000', '100619.720000', '100620.180000', '100620.640000', '100621.100000', '100621.560000', '100622.020000', '100622.480000', '100622.940000', '100623.400000', '100623.860000', '100624.320000', '100624.780000', '100625.240000', '100625.700000', '100626.160000', '100626.620000', '100627.080000', '100627.540000', '100628.000000', '100628.460000', '100628.920000', '100629.380000', '100629.840000', '100630.300000', '100630.760000', '100631.220000', '100631.680000', '100632.140000', '100632.600000', '100633.060000', '100633.520000', '100633.980000', '100634.440000', '100634.900000', '100635.360000', '100635.820000', '100636.280000', '100636.740000', '100637.200000', '100637.660000', '100638.120000', '100638.580000', '100639.040000', '100639.500000', '100639.960000', '100640.420000', '100640.880000', '100641.340000', '100641.800000', '100642.260000', '100642.720000', '100643.180000', '100643.640000', '100644.100000', '100644.560000', '100645.020000', '100645.480000', '100645.940000', '100646.400000', '100646.860000', '100647.320000', '100647.780000', '100648.240000', '100648.700000', '100649.160000', '100649.620000', '100650.080000', '100650.540000', '100651.000000', '100651.460000', '100651.920000', '100652.380000', '100652.840000', '100653.300000', '100653.760000', '100654.220000', '100654.680000', '100655.140000', '100655.600000', '100656.060000', '100656.520000', '100656.980000', '100657.440000', '100657.900000', '100658.360000', '100658.820000', '100659.280000', '100659.740000', '100700.200000', '100700.660000', '100701.120000', '100701.580000', '100702.040000'], 'ContentTime': ['095850.815000', '095850.818000', '095850.821000', '095850.823000', '095850.826000', '095850.829000', '095850.842000', '095850.845000', '095850.848000', '095850.850000', '095850.853000', '095850.855000', '095850.858000', '095850.866000', '095850.869000', '095850.871000', '095850.874000', '095850.876000', '095850.879000', '095850.882000', '095850.884000', '095850.887000', '095850.889000', '095850.892000', '095850.894000', '095850.897000', '095910.793000', '095910.800000', '095910.803000', '095910.805000', '095910.808000', '095910.810000', '095910.813000', '095910.815000', '095910.818000', '095910.821000', '095910.823000', '095910.826000', '095910.828000', '095910.831000', '095910.833000', '095910.836000', '095910.838000', '095910.841000', '095910.843000', '095910.846000', '095910.849000', '095910.851000', '095910.854000', '095910.856000', '095910.859000', '095910.862000', '095910.864000', '095910.867000', '095910.869000', '095910.872000', '095910.874000', '095910.877000', '095910.879000', '095910.882000', '095910.885000', '095910.887000', '095910.890000', '095910.892000', '095910.895000', '095910.897000', '095910.905000', '095910.907000', '095910.910000', '095910.913000', '095930.795000', '095930.797000', '095930.800000', '095930.802000', '095930.805000', '095930.807000', '095930.810000', '095930.813000', '095930.815000', '095930.818000', '095930.820000', '095930.823000', '095930.825000', '095930.828000', '095930.830000', '095930.833000', '095930.835000', '095930.838000', '095930.841000', '095930.843000', '095930.846000', '095930.848000', '095930.851000', '095930.853000', '095930.856000', '095930.863000', '095930.865000', '095930.868000', '095930.871000', '095930.873000', '095930.876000', '095930.879000', '095930.882000', '095930.885000', '095930.887000', '095930.890000', '095930.893000', '095930.895000', '095930.898000', '095930.900000', '095930.903000', '095930.905000', '095930.908000', '095950.794000', '095950.797000', '095950.800000', '095950.802000', '095950.805000', '095950.807000', '095950.810000', '095950.812000', '095950.815000', '095950.818000', '095950.820000', '095950.823000', '095950.825000', '095950.828000', '095950.830000', '095950.833000', '095950.836000', '095950.838000', '095950.841000', '095950.843000', '095950.846000', '095950.848000', '095950.851000', '095950.853000', '095950.856000', '095950.858000', '095950.861000', '095950.864000', '095950.866000', '095950.869000', '095950.871000', '095950.874000', '095950.876000', '095950.879000', '095950.882000', '095950.884000', '095950.887000', '095950.889000', '095950.892000', '095950.894000', '095950.897000', '095950.900000', '095950.902000', '095950.905000', '100010.793000', '100010.796000', '100010.799000', '100010.801000', '100010.804000', '100010.807000', '100010.809000', '100010.812000', '100010.814000', '100010.817000', '100010.819000', '100010.822000', '100010.832000', '100010.834000', '100010.837000', '100010.840000', '100010.842000', '100010.845000', '100010.847000', '100010.850000', '100010.852000', '100010.855000', '100010.857000', '100010.860000', '100010.863000', '100010.865000', '100010.868000', '100010.870000', '100010.873000', '100010.876000', '100010.878000', '100010.881000', '100010.883000', '100010.886000', '100010.888000', '100010.891000', '100010.894000', '100010.896000', '100010.899000', '100010.901000', '100010.904000', '100010.907000', '100010.909000', '100030.794000', '100030.797000', '100030.799000', '100030.802000', '100030.805000', '100030.807000', '100030.810000', '100030.812000', '100030.815000', '100030.817000', '100030.820000', '100030.823000', '100030.825000', '100030.828000', '100030.830000', '100030.833000', '100030.836000', '100030.838000', '100030.841000', '100030.843000', '100030.846000', '100030.848000', '100030.851000', '100030.853000', '100030.856000', '100030.859000', '100030.861000', '100030.864000', '100030.866000', '100030.869000', '100030.871000', '100030.874000', '100030.877000', '100030.879000', '100030.882000', '100030.884000', '100030.887000', '100030.889000', '100030.892000', '100030.894000', '100030.897000', '100030.900000', '100030.902000', '100030.905000', '100050.793000', '100050.796000', '100050.799000', '100050.801000', '100050.804000', '100050.807000', '100050.809000', '100050.812000', '100050.814000', '100050.817000', '100050.819000', '100050.822000', '100050.825000', '100050.827000', '100050.830000', '100050.832000', '100050.835000', '100050.838000', '100050.840000', '100050.843000', '100050.845000', '100050.848000', '100050.851000', '100050.853000', '100050.856000', '100050.858000', '100050.861000', '100050.863000', '100050.866000', '100050.869000', '100050.871000', '100050.874000', '100050.876000', '100050.879000', '100050.882000', '100050.884000', '100050.887000', '100050.889000', '100050.892000', '100050.894000', '100050.897000', '100050.900000', '100050.902000', '100110.793000', '100110.796000', '100110.799000', '100110.801000', '100110.804000', '100110.807000', '100110.809000', '100110.812000', '100110.814000', '100110.817000', '100110.819000', '100110.822000', '100110.825000', '100110.827000', '100110.830000', '100110.832000', '100110.835000', '100110.837000', '100110.840000', '100110.843000', '100110.845000', '100110.848000', '100110.850000', '100110.853000', '100110.856000', '100110.858000', '100110.861000', '100110.863000', '100110.866000', '100110.868000', '100110.871000', '100110.873000', '100110.876000', '100110.879000', '100110.881000', '100110.884000', '100110.886000', '100110.889000', '100110.891000', '100110.894000', '100110.896000', '100110.899000', '100110.901000', '100110.904000', '100130.793000', '100130.796000', '100130.799000', '100130.801000', '100130.804000', '100130.806000', '100130.809000', '100130.811000', '100130.814000', '100130.817000', '100130.819000', '100130.822000', '100130.825000', '100130.827000', '100130.830000', '100130.832000', '100130.835000', '100130.837000', '100130.840000', '100130.843000', '100130.845000', '100130.848000', '100130.850000', '100130.853000', '100130.855000', '100130.858000', '100130.861000', '100130.863000', '100130.866000', '100130.868000', '100130.871000', '100130.873000', '100130.876000', '100130.879000', '100130.881000', '100130.884000', '100130.887000', '100130.889000', '100130.892000', '100130.894000', '100130.897000', '100130.900000', '100130.902000', '100150.795000', '100150.797000', '100150.800000', '100150.803000', '100150.805000', '100150.808000', '100150.811000', '100150.813000', '100150.816000', '100150.819000', '100150.821000', '100150.824000', '100150.826000', '100150.829000', '100150.832000', '100150.834000', '100150.837000', '100150.840000', '100150.842000', '100150.845000', '100150.847000', '100150.850000', '100150.853000', '100150.855000', '100150.858000', '100150.860000', '100150.863000', '100150.865000', '100150.868000', '100150.871000', '100150.873000', '100150.876000', '100150.878000', '100150.881000', '100150.884000', '100150.886000', '100150.889000', '100150.891000', '100150.894000', '100150.896000', '100150.899000', '100150.901000', '100150.904000', '100150.907000', '100210.795000', '100210.797000', '100210.800000', '100210.803000', '100210.805000', '100210.808000', '100210.810000', '100210.813000', '100210.815000', '100210.818000', '100210.821000', '100210.823000', '100210.826000', '100210.829000', '100210.831000', '100210.834000', '100210.836000', '100210.839000', '100210.841000', '100210.844000', '100210.847000', '100210.849000', '100210.852000', '100210.854000', '100210.857000', '100210.859000', '100210.862000', '100210.865000', '100210.867000', '100210.870000', '100210.872000', '100210.875000', '100210.878000', '100210.880000', '100210.883000', '100210.885000', '100210.888000', '100210.891000', '100210.893000', '100210.896000', '100210.898000', '100210.901000', '100210.903000', '100230.793000', '100230.796000', '100230.799000', '100230.801000', '100230.804000', '100230.807000', '100230.809000', '100230.812000', '100230.814000', '100230.817000', '100230.820000', '100230.822000', '100230.825000', '100230.827000', '100230.830000', '100230.832000', '100230.835000', '100230.838000', '100230.840000', '100230.843000', '100230.845000', '100230.848000', '100230.850000', '100230.853000', '100230.855000', '100230.858000', '100230.861000', '100230.870000', '100230.872000', '100230.875000', '100230.877000', '100230.880000', '100230.882000', '100230.885000', '100230.887000', '100230.890000', '100230.893000', '100230.895000', '100230.898000', '100230.900000', '100230.903000', '100230.905000', '100230.908000', '100230.911000', '100250.794000', '100250.796000', '100250.799000', '100250.802000', '100250.804000', '100250.807000', '100250.809000', '100250.812000', '100250.815000', '100250.817000', '100250.820000', '100250.823000', '100250.825000', '100250.828000', '100250.831000', '100250.833000', '100250.836000', '100250.838000', '100250.841000', '100250.844000', '100250.846000', '100250.849000', '100250.851000', '100250.854000', '100250.857000', '100250.859000', '100250.862000', '100250.864000', '100250.867000', '100250.869000', '100250.872000', '100250.875000', '100250.887000', '100250.890000', '100250.892000', '100250.895000', '100250.897000', '100250.900000', '100250.902000', '100250.905000', '100250.908000', '100250.910000', '100250.913000', '100310.793000', '100310.796000', '100310.799000', '100310.801000', '100310.805000', '100310.808000', '100310.811000', '100310.813000', '100310.816000', '100310.819000', '100310.821000', '100310.824000', '100310.827000', '100310.829000', '100310.832000', '100310.834000', '100310.837000', '100310.840000', '100310.842000', '100310.845000', '100310.847000', '100310.850000', '100310.853000', '100310.855000', '100310.858000', '100310.860000', '100310.863000', '100310.866000', '100310.868000', '100310.871000', '100310.874000', '100310.876000', '100310.879000', '100310.890000', '100310.892000', '100310.895000', '100310.897000', '100310.900000', '100310.903000', '100310.905000', '100310.908000', '100310.910000', '100310.913000', '100310.915000', '100330.794000', '100330.796000', '100330.799000', '100330.802000', '100330.804000', '100330.807000', '100330.809000', '100330.812000', '100330.815000', '100330.817000', '100330.820000', '100330.822000', '100330.825000', '100330.828000', '100330.830000', '100330.833000', '100330.835000', '100330.838000', '100330.841000', '100330.843000', '100330.846000', '100330.848000', '100330.851000', '100330.854000', '100330.856000', '100330.859000', '100330.861000', '100330.864000', '100330.866000', '100330.869000', '100330.872000', '100330.874000', '100330.877000', '100330.880000', '100330.882000', '100330.885000', '100330.887000', '100330.890000', '100330.893000', '100330.895000', '100330.898000', '100330.900000', '100330.903000', '100350.793000', '100350.796000', '100350.799000', '100350.801000', '100350.804000', '100350.807000', '100350.809000', '100350.812000', '100350.814000', '100350.817000', '100350.820000', '100350.822000', '100350.825000', '100350.827000', '100350.830000', '100350.832000', '100350.835000', '100350.838000', '100350.840000', '100350.843000', '100350.845000', '100350.848000', '100350.851000', '100350.853000', '100350.856000', '100350.858000', '100350.861000', '100350.864000', '100350.866000', '100350.869000', '100350.871000', '100350.874000', '100350.877000', '100350.879000', '100350.882000', '100350.885000', '100350.887000', '100350.890000', '100350.892000', '100350.895000', '100350.898000', '100350.900000', '100350.903000', '100350.905000', '100410.794000', '100410.797000', '100410.800000', '100410.803000', '100410.806000', '100410.808000', '100410.811000', '100410.814000', '100410.816000', '100410.819000', '100410.822000', '100410.825000', '100410.827000', '100410.830000', '100410.833000', '100410.835000', '100410.838000', '100410.840000', '100410.843000', '100410.846000', '100410.848000', '100410.851000', '100410.853000', '100410.856000', '100410.859000', '100410.861000', '100410.864000', '100410.866000', '100410.869000', '100410.871000', '100410.874000', '100410.877000', '100410.879000', '100410.882000', '100410.884000', '100410.887000', '100410.889000', '100410.892000', '100410.895000', '100410.897000', '100410.900000', '100410.902000', '100410.905000', '100430.795000', '100430.797000', '100430.800000', '100430.803000', '100430.805000', '100430.808000', '100430.810000', '100430.814000', '100430.817000', '100430.820000', '100430.822000', '100430.825000', '100430.827000', '100430.830000', '100430.833000', '100430.835000', '100430.838000', '100430.840000', '100430.844000', '100430.847000', '100430.850000', '100430.853000', '100430.855000', '100430.858000', '100430.860000', '100430.863000', '100430.865000', '100430.868000', '100430.870000', '100430.873000', '100430.876000', '100430.878000', '100430.881000', '100430.883000', '100430.886000', '100430.888000', '100430.891000', '100430.894000', '100430.896000', '100430.899000', '100430.901000', '100430.904000', '100430.907000', '100450.807000', '100450.810000', '100450.813000', '100450.816000', '100450.818000', '100450.821000', '100450.823000', '100450.826000', '100450.829000', '100450.831000', '100450.834000', '100450.836000', '100450.839000', '100450.842000', '100450.848000', '100450.851000', '100450.853000', '100450.856000', '100450.859000', '100450.862000', '100450.865000', '100450.868000', '100450.870000', '100450.873000', '100450.875000', '100450.878000', '100450.881000', '100450.883000', '100450.886000', '100450.889000', '100450.891000', '100450.894000', '100450.896000', '100450.899000', '100450.901000', '100450.904000', '100450.907000', '100450.909000', '100450.912000', '100450.914000', '100450.917000', '100450.919000', '100450.922000', '100450.925000', '100510.793000', '100510.796000', '100510.799000', '100510.801000', '100510.804000', '100510.807000', '100510.809000', '100510.812000', '100510.815000', '100510.817000', '100510.820000', '100510.822000', '100510.825000', '100510.828000', '100510.830000', '100510.833000', '100510.835000', '100510.838000', '100510.841000', '100510.843000', '100510.846000', '100510.849000', '100510.851000', '100510.854000', '100510.856000', '100510.859000', '100510.862000', '100510.864000', '100510.867000', '100510.870000', '100510.873000', '100510.875000', '100510.878000', '100510.880000', '100510.883000', '100510.886000', '100510.888000', '100510.891000', '100510.894000', '100510.896000', '100510.899000', '100510.901000', '100510.904000', '100530.794000', '100530.796000', '100530.799000', '100530.802000', '100530.804000', '100530.807000', '100530.809000', '100530.812000', '100530.815000', '100530.817000', '100530.820000', '100530.822000', '100530.825000', '100530.828000', '100530.830000', '100530.833000', '100530.835000', '100530.838000', '100530.841000', '100530.843000', '100530.846000', '100530.848000', '100530.851000', '100530.853000', '100530.856000', '100530.859000', '100530.861000', '100530.864000', '100530.866000', '100530.869000', '100530.872000', '100530.874000', '100530.877000', '100530.879000', '100530.882000', '100530.884000', '100530.887000', '100530.890000', '100530.892000', '100530.895000', '100530.897000', '100530.900000', '100530.902000', '100530.905000', '100550.793000', '100550.796000', '100550.799000', '100550.801000', '100550.804000', '100550.807000', '100550.809000', '100550.812000', '100550.815000', '100550.817000', '100550.820000', '100550.823000', '100550.826000', '100550.828000', '100550.831000', '100550.833000', '100550.836000', '100550.839000', '100550.841000', '100550.844000', '100550.847000', '100550.849000', '100550.852000', '100550.855000', '100550.857000', '100550.860000', '100550.862000', '100550.865000', '100550.868000', '100550.870000', '100550.873000', '100550.875000', '100550.878000', '100550.881000', '100550.884000', '100550.887000', '100550.890000', '100550.892000', '100550.895000', '100550.897000', '100550.900000', '100550.903000', '100550.905000', '100610.794000', '100610.797000', '100610.799000', '100610.802000', '100610.805000', '100610.807000', '100610.810000', '100610.813000', '100610.816000', '100610.818000', '100610.821000', '100610.824000', '100610.826000', '100610.829000', '100610.832000', '100610.834000', '100610.837000', '100610.840000', '100610.842000', '100610.845000', '100610.848000', '100610.850000', '100610.853000', '100610.856000', '100610.858000', '100610.861000', '100610.864000', '100610.866000', '100610.869000', '100610.872000', '100610.874000', '100610.877000', '100610.880000', '100610.882000', '100610.885000', '100610.887000', '100610.890000', '100610.893000', '100610.895000', '100610.898000', '100610.901000', '100610.903000', '100610.906000', '100610.908000', '100630.794000', '100630.797000', '100630.800000', '100630.802000', '100630.805000', '100630.808000', '100630.810000', '100630.813000', '100630.815000', '100630.818000', '100630.821000', '100630.823000', '100630.826000', '100630.828000', '100630.831000', '100630.833000', '100630.836000', '100630.839000', '100630.842000', '100630.844000', '100630.847000', '100630.850000', '100630.852000', '100630.855000', '100630.857000', '100630.860000', '100630.863000', '100630.865000', '100630.868000', '100630.870000', '100630.873000', '100630.876000', '100630.878000', '100630.881000', '100630.883000', '100630.886000', '100630.888000', '100630.891000', '100630.894000', '100630.896000', '100630.899000', '100630.901000', '100630.904000', '100650.795000', '100650.798000', '100650.800000', '100650.803000', '100650.806000', '100650.808000', '100650.811000', '100650.813000', '100650.816000', '100650.819000', '100650.821000', '100650.824000', '100650.826000', '100650.829000', '100650.832000', '100650.834000', '100650.837000', '100650.839000', '100650.842000', '100650.845000', '100650.847000', '100650.850000', '100650.852000', '100650.855000', '100650.858000', '100650.860000', '100650.863000', '100650.865000', '100650.868000', '100650.871000', '100650.873000', '100650.876000', '100650.879000', '100650.881000', '100650.884000', '100650.886000', '100650.889000', '100650.892000', '100650.894000', '100650.897000', '100650.899000', '100650.902000', '100650.905000', '100650.907000', '100703.497000', '100703.500000', '100703.502000', '100703.506000', '100703.509000', '100703.511000', '100703.514000', '100703.517000', '100703.519000', '100703.522000', '100703.526000', '100703.529000', '100703.532000', '100703.535000', '100703.537000', '100703.540000', '100703.543000', '100703.545000', '100703.548000', '100703.551000', '100703.554000', '100703.557000', '100703.560000', '100703.562000', '100703.565000', '100703.568000', '100703.570000', '100703.577000'], 'InstanceCreationTime': ['095850.815000', '095850.818000', '095850.821000', '095850.823000', '095850.826000', '095850.829000', '095850.842000', '095850.845000', '095850.848000', '095850.850000', '095850.853000', '095850.855000', '095850.858000', '095850.866000', '095850.869000', '095850.871000', '095850.874000', '095850.876000', '095850.879000', '095850.882000', '095850.884000', '095850.887000', '095850.889000', '095850.892000', '095850.894000', '095850.897000', '095910.793000', '095910.800000', '095910.803000', '095910.805000', '095910.808000', '095910.810000', '095910.813000', '095910.815000', '095910.818000', '095910.821000', '095910.823000', '095910.826000', '095910.828000', '095910.831000', '095910.833000', '095910.836000', '095910.838000', '095910.841000', '095910.843000', '095910.846000', '095910.849000', '095910.851000', '095910.854000', '095910.856000', '095910.859000', '095910.862000', '095910.864000', '095910.867000', '095910.869000', '095910.872000', '095910.874000', '095910.877000', '095910.879000', '095910.882000', '095910.885000', '095910.887000', '095910.890000', '095910.892000', '095910.895000', '095910.897000', '095910.905000', '095910.907000', '095910.910000', '095910.913000', '095930.795000', '095930.797000', '095930.800000', '095930.802000', '095930.805000', '095930.807000', '095930.810000', '095930.813000', '095930.815000', '095930.818000', '095930.820000', '095930.823000', '095930.825000', '095930.828000', '095930.830000', '095930.833000', '095930.835000', '095930.838000', '095930.841000', '095930.843000', '095930.846000', '095930.848000', '095930.851000', '095930.853000', '095930.856000', '095930.863000', '095930.865000', '095930.868000', '095930.871000', '095930.873000', '095930.876000', '095930.879000', '095930.882000', '095930.885000', '095930.887000', '095930.890000', '095930.893000', '095930.895000', '095930.898000', '095930.900000', '095930.903000', '095930.905000', '095930.908000', '095950.794000', '095950.797000', '095950.800000', '095950.802000', '095950.805000', '095950.807000', '095950.810000', '095950.812000', '095950.815000', '095950.818000', '095950.820000', '095950.823000', '095950.825000', '095950.828000', '095950.830000', '095950.833000', '095950.836000', '095950.838000', '095950.841000', '095950.843000', '095950.846000', '095950.848000', '095950.851000', '095950.853000', '095950.856000', '095950.858000', '095950.861000', '095950.864000', '095950.866000', '095950.869000', '095950.871000', '095950.874000', '095950.876000', '095950.879000', '095950.882000', '095950.884000', '095950.887000', '095950.889000', '095950.892000', '095950.894000', '095950.897000', '095950.900000', '095950.902000', '095950.905000', '100010.793000', '100010.796000', '100010.799000', '100010.801000', '100010.804000', '100010.807000', '100010.809000', '100010.812000', '100010.814000', '100010.817000', '100010.819000', '100010.822000', '100010.832000', '100010.834000', '100010.837000', '100010.840000', '100010.842000', '100010.845000', '100010.847000', '100010.850000', '100010.852000', '100010.855000', '100010.857000', '100010.860000', '100010.863000', '100010.865000', '100010.868000', '100010.870000', '100010.873000', '100010.876000', '100010.878000', '100010.881000', '100010.883000', '100010.886000', '100010.888000', '100010.891000', '100010.894000', '100010.896000', '100010.899000', '100010.901000', '100010.904000', '100010.907000', '100010.909000', '100030.794000', '100030.797000', '100030.799000', '100030.802000', '100030.805000', '100030.807000', '100030.810000', '100030.812000', '100030.815000', '100030.817000', '100030.820000', '100030.823000', '100030.825000', '100030.828000', '100030.830000', '100030.833000', '100030.836000', '100030.838000', '100030.841000', '100030.843000', '100030.846000', '100030.848000', '100030.851000', '100030.853000', '100030.856000', '100030.859000', '100030.861000', '100030.864000', '100030.866000', '100030.869000', '100030.871000', '100030.874000', '100030.877000', '100030.879000', '100030.882000', '100030.884000', '100030.887000', '100030.889000', '100030.892000', '100030.894000', '100030.897000', '100030.900000', '100030.902000', '100030.905000', '100050.793000', '100050.796000', '100050.799000', '100050.801000', '100050.804000', '100050.807000', '100050.809000', '100050.812000', '100050.814000', '100050.817000', '100050.819000', '100050.822000', '100050.825000', '100050.827000', '100050.830000', '100050.832000', '100050.835000', '100050.838000', '100050.840000', '100050.843000', '100050.845000', '100050.848000', '100050.851000', '100050.853000', '100050.856000', '100050.858000', '100050.861000', '100050.863000', '100050.866000', '100050.869000', '100050.871000', '100050.874000', '100050.876000', '100050.879000', '100050.882000', '100050.884000', '100050.887000', '100050.889000', '100050.892000', '100050.894000', '100050.897000', '100050.900000', '100050.902000', '100110.793000', '100110.796000', '100110.799000', '100110.801000', '100110.804000', '100110.807000', '100110.809000', '100110.812000', '100110.814000', '100110.817000', '100110.819000', '100110.822000', '100110.825000', '100110.827000', '100110.830000', '100110.832000', '100110.835000', '100110.837000', '100110.840000', '100110.843000', '100110.845000', '100110.848000', '100110.850000', '100110.853000', '100110.856000', '100110.858000', '100110.861000', '100110.863000', '100110.866000', '100110.868000', '100110.871000', '100110.873000', '100110.876000', '100110.879000', '100110.881000', '100110.884000', '100110.886000', '100110.889000', '100110.891000', '100110.894000', '100110.896000', '100110.899000', '100110.901000', '100110.904000', '100130.793000', '100130.796000', '100130.799000', '100130.801000', '100130.804000', '100130.806000', '100130.809000', '100130.811000', '100130.814000', '100130.817000', '100130.819000', '100130.822000', '100130.825000', '100130.827000', '100130.830000', '100130.832000', '100130.835000', '100130.837000', '100130.840000', '100130.843000', '100130.845000', '100130.848000', '100130.850000', '100130.853000', '100130.855000', '100130.858000', '100130.861000', '100130.863000', '100130.866000', '100130.868000', '100130.871000', '100130.873000', '100130.876000', '100130.879000', '100130.881000', '100130.884000', '100130.887000', '100130.889000', '100130.892000', '100130.894000', '100130.897000', '100130.900000', '100130.902000', '100150.795000', '100150.797000', '100150.800000', '100150.803000', '100150.805000', '100150.808000', '100150.811000', '100150.813000', '100150.816000', '100150.819000', '100150.821000', '100150.824000', '100150.826000', '100150.829000', '100150.832000', '100150.834000', '100150.837000', '100150.840000', '100150.842000', '100150.845000', '100150.847000', '100150.850000', '100150.853000', '100150.855000', '100150.858000', '100150.860000', '100150.863000', '100150.865000', '100150.868000', '100150.871000', '100150.873000', '100150.876000', '100150.878000', '100150.881000', '100150.884000', '100150.886000', '100150.889000', '100150.891000', '100150.894000', '100150.896000', '100150.899000', '100150.901000', '100150.904000', '100150.907000', '100210.795000', '100210.797000', '100210.800000', '100210.803000', '100210.805000', '100210.808000', '100210.810000', '100210.813000', '100210.815000', '100210.818000', '100210.821000', '100210.823000', '100210.826000', '100210.829000', '100210.831000', '100210.834000', '100210.836000', '100210.839000', '100210.841000', '100210.844000', '100210.847000', '100210.849000', '100210.852000', '100210.854000', '100210.857000', '100210.859000', '100210.862000', '100210.865000', '100210.867000', '100210.870000', '100210.872000', '100210.875000', '100210.878000', '100210.880000', '100210.883000', '100210.885000', '100210.888000', '100210.891000', '100210.893000', '100210.896000', '100210.898000', '100210.901000', '100210.903000', '100230.793000', '100230.796000', '100230.799000', '100230.801000', '100230.804000', '100230.807000', '100230.809000', '100230.812000', '100230.814000', '100230.817000', '100230.820000', '100230.822000', '100230.825000', '100230.827000', '100230.830000', '100230.832000', '100230.835000', '100230.838000', '100230.840000', '100230.843000', '100230.845000', '100230.848000', '100230.850000', '100230.853000', '100230.855000', '100230.858000', '100230.861000', '100230.870000', '100230.872000', '100230.875000', '100230.877000', '100230.880000', '100230.882000', '100230.885000', '100230.887000', '100230.890000', '100230.893000', '100230.895000', '100230.898000', '100230.900000', '100230.903000', '100230.905000', '100230.908000', '100230.911000', '100250.794000', '100250.796000', '100250.799000', '100250.802000', '100250.804000', '100250.807000', '100250.809000', '100250.812000', '100250.815000', '100250.817000', '100250.820000', '100250.823000', '100250.825000', '100250.828000', '100250.831000', '100250.833000', '100250.836000', '100250.838000', '100250.841000', '100250.844000', '100250.846000', '100250.849000', '100250.851000', '100250.854000', '100250.857000', '100250.859000', '100250.862000', '100250.864000', '100250.867000', '100250.869000', '100250.872000', '100250.875000', '100250.887000', '100250.890000', '100250.892000', '100250.895000', '100250.897000', '100250.900000', '100250.902000', '100250.905000', '100250.908000', '100250.910000', '100250.913000', '100310.793000', '100310.796000', '100310.799000', '100310.801000', '100310.805000', '100310.808000', '100310.811000', '100310.813000', '100310.816000', '100310.819000', '100310.821000', '100310.824000', '100310.827000', '100310.829000', '100310.832000', '100310.834000', '100310.837000', '100310.840000', '100310.842000', '100310.845000', '100310.847000', '100310.850000', '100310.853000', '100310.855000', '100310.858000', '100310.860000', '100310.863000', '100310.866000', '100310.868000', '100310.871000', '100310.874000', '100310.876000', '100310.879000', '100310.890000', '100310.892000', '100310.895000', '100310.897000', '100310.900000', '100310.903000', '100310.905000', '100310.908000', '100310.910000', '100310.913000', '100310.915000', '100330.794000', '100330.796000', '100330.799000', '100330.802000', '100330.804000', '100330.807000', '100330.809000', '100330.812000', '100330.815000', '100330.817000', '100330.820000', '100330.822000', '100330.825000', '100330.828000', '100330.830000', '100330.833000', '100330.835000', '100330.838000', '100330.841000', '100330.843000', '100330.846000', '100330.848000', '100330.851000', '100330.854000', '100330.856000', '100330.859000', '100330.861000', '100330.864000', '100330.866000', '100330.869000', '100330.872000', '100330.874000', '100330.877000', '100330.880000', '100330.882000', '100330.885000', '100330.887000', '100330.890000', '100330.893000', '100330.895000', '100330.898000', '100330.900000', '100330.903000', '100350.793000', '100350.796000', '100350.799000', '100350.801000', '100350.804000', '100350.807000', '100350.809000', '100350.812000', '100350.814000', '100350.817000', '100350.820000', '100350.822000', '100350.825000', '100350.827000', '100350.830000', '100350.832000', '100350.835000', '100350.838000', '100350.840000', '100350.843000', '100350.845000', '100350.848000', '100350.851000', '100350.853000', '100350.856000', '100350.858000', '100350.861000', '100350.864000', '100350.866000', '100350.869000', '100350.871000', '100350.874000', '100350.877000', '100350.879000', '100350.882000', '100350.885000', '100350.887000', '100350.890000', '100350.892000', '100350.895000', '100350.898000', '100350.900000', '100350.903000', '100350.905000', '100410.794000', '100410.797000', '100410.800000', '100410.803000', '100410.806000', '100410.808000', '100410.811000', '100410.814000', '100410.816000', '100410.819000', '100410.822000', '100410.825000', '100410.827000', '100410.830000', '100410.833000', '100410.835000', '100410.838000', '100410.840000', '100410.843000', '100410.846000', '100410.848000', '100410.851000', '100410.853000', '100410.856000', '100410.859000', '100410.861000', '100410.864000', '100410.866000', '100410.869000', '100410.871000', '100410.874000', '100410.877000', '100410.879000', '100410.882000', '100410.884000', '100410.887000', '100410.889000', '100410.892000', '100410.895000', '100410.897000', '100410.900000', '100410.902000', '100410.905000', '100430.795000', '100430.797000', '100430.800000', '100430.803000', '100430.805000', '100430.808000', '100430.810000', '100430.814000', '100430.817000', '100430.820000', '100430.822000', '100430.825000', '100430.827000', '100430.830000', '100430.833000', '100430.835000', '100430.838000', '100430.840000', '100430.844000', '100430.847000', '100430.850000', '100430.853000', '100430.855000', '100430.858000', '100430.860000', '100430.863000', '100430.865000', '100430.868000', '100430.870000', '100430.873000', '100430.876000', '100430.878000', '100430.881000', '100430.883000', '100430.886000', '100430.888000', '100430.891000', '100430.894000', '100430.896000', '100430.899000', '100430.901000', '100430.904000', '100430.907000', '100450.807000', '100450.810000', '100450.813000', '100450.816000', '100450.818000', '100450.821000', '100450.823000', '100450.826000', '100450.829000', '100450.831000', '100450.834000', '100450.836000', '100450.839000', '100450.842000', '100450.848000', '100450.851000', '100450.853000', '100450.856000', '100450.859000', '100450.862000', '100450.865000', '100450.868000', '100450.870000', '100450.873000', '100450.875000', '100450.878000', '100450.881000', '100450.883000', '100450.886000', '100450.889000', '100450.891000', '100450.894000', '100450.896000', '100450.899000', '100450.901000', '100450.904000', '100450.907000', '100450.909000', '100450.912000', '100450.914000', '100450.917000', '100450.919000', '100450.922000', '100450.925000', '100510.793000', '100510.796000', '100510.799000', '100510.801000', '100510.804000', '100510.807000', '100510.809000', '100510.812000', '100510.815000', '100510.817000', '100510.820000', '100510.822000', '100510.825000', '100510.828000', '100510.830000', '100510.833000', '100510.835000', '100510.838000', '100510.841000', '100510.843000', '100510.846000', '100510.849000', '100510.851000', '100510.854000', '100510.856000', '100510.859000', '100510.862000', '100510.864000', '100510.867000', '100510.870000', '100510.873000', '100510.875000', '100510.878000', '100510.880000', '100510.883000', '100510.886000', '100510.888000', '100510.891000', '100510.894000', '100510.896000', '100510.899000', '100510.901000', '100510.904000', '100530.794000', '100530.796000', '100530.799000', '100530.802000', '100530.804000', '100530.807000', '100530.809000', '100530.812000', '100530.815000', '100530.817000', '100530.820000', '100530.822000', '100530.825000', '100530.828000', '100530.830000', '100530.833000', '100530.835000', '100530.838000', '100530.841000', '100530.843000', '100530.846000', '100530.848000', '100530.851000', '100530.853000', '100530.856000', '100530.859000', '100530.861000', '100530.864000', '100530.866000', '100530.869000', '100530.872000', '100530.874000', '100530.877000', '100530.879000', '100530.882000', '100530.884000', '100530.887000', '100530.890000', '100530.892000', '100530.895000', '100530.897000', '100530.900000', '100530.902000', '100530.905000', '100550.793000', '100550.796000', '100550.799000', '100550.801000', '100550.804000', '100550.807000', '100550.809000', '100550.812000', '100550.815000', '100550.817000', '100550.820000', '100550.823000', '100550.826000', '100550.828000', '100550.831000', '100550.833000', '100550.836000', '100550.839000', '100550.841000', '100550.844000', '100550.847000', '100550.849000', '100550.852000', '100550.855000', '100550.857000', '100550.860000', '100550.862000', '100550.865000', '100550.868000', '100550.870000', '100550.873000', '100550.875000', '100550.878000', '100550.881000', '100550.884000', '100550.887000', '100550.890000', '100550.892000', '100550.895000', '100550.897000', '100550.900000', '100550.903000', '100550.905000', '100610.794000', '100610.797000', '100610.799000', '100610.802000', '100610.805000', '100610.807000', '100610.810000', '100610.813000', '100610.816000', '100610.818000', '100610.821000', '100610.824000', '100610.826000', '100610.829000', '100610.832000', '100610.834000', '100610.837000', '100610.840000', '100610.842000', '100610.845000', '100610.848000', '100610.850000', '100610.853000', '100610.856000', '100610.858000', '100610.861000', '100610.864000', '100610.866000', '100610.869000', '100610.872000', '100610.874000', '100610.877000', '100610.880000', '100610.882000', '100610.885000', '100610.887000', '100610.890000', '100610.893000', '100610.895000', '100610.898000', '100610.901000', '100610.903000', '100610.906000', '100610.908000', '100630.794000', '100630.797000', '100630.800000', '100630.802000', '100630.805000', '100630.808000', '100630.810000', '100630.813000', '100630.815000', '100630.818000', '100630.821000', '100630.823000', '100630.826000', '100630.828000', '100630.831000', '100630.833000', '100630.836000', '100630.839000', '100630.842000', '100630.844000', '100630.847000', '100630.850000', '100630.852000', '100630.855000', '100630.857000', '100630.860000', '100630.863000', '100630.865000', '100630.868000', '100630.870000', '100630.873000', '100630.876000', '100630.878000', '100630.881000', '100630.883000', '100630.886000', '100630.888000', '100630.891000', '100630.894000', '100630.896000', '100630.899000', '100630.901000', '100630.904000', '100650.795000', '100650.798000', '100650.800000', '100650.803000', '100650.806000', '100650.808000', '100650.811000', '100650.813000', '100650.816000', '100650.819000', '100650.821000', '100650.824000', '100650.826000', '100650.829000', '100650.832000', '100650.834000', '100650.837000', '100650.839000', '100650.842000', '100650.845000', '100650.847000', '100650.850000', '100650.852000', '100650.855000', '100650.858000', '100650.860000', '100650.863000', '100650.865000', '100650.868000', '100650.871000', '100650.873000', '100650.876000', '100650.879000', '100650.881000', '100650.884000', '100650.886000', '100650.889000', '100650.892000', '100650.894000', '100650.897000', '100650.899000', '100650.902000', '100650.905000', '100650.907000', '100703.497000', '100703.500000', '100703.502000', '100703.506000', '100703.509000', '100703.511000', '100703.514000', '100703.517000', '100703.519000', '100703.522000', '100703.526000', '100703.529000', '100703.532000', '100703.535000', '100703.537000', '100703.540000', '100703.543000', '100703.545000', '100703.548000', '100703.551000', '100703.554000', '100703.557000', '100703.560000', '100703.562000', '100703.565000', '100703.568000', '100703.570000', '100703.577000'], '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': [13879, 15286, 10003, 15623, 10328, 15519, 10139, 14661, 11062, 15863, 10214, 11581, 10712, 8915, 10519, 9371, 10213, 9808, 10719, 10396, 10872, 10619, 10322, 10313, 10187, 9597, 12740, 10169, 10266, 10360, 10034, 9973, 9458, 12774, 10880, 10442, 10272, 10014, 10209, 10247, 10160, 9747, 9514, 9577, 10122, 10557, 10247, 10329, 9840, 10106, 9575, 9258, 9460, 12797, 10808, 9732, 9599, 9844, 9652, 9361, 9156, 12095, 9796, 9625, 9829, 9774, 9752, 11604, 13063, 10469, 10355, 10070, 9696, 10378, 15969, 13389, 16247, 10505, 14150, 10117, 13014, 9994, 15700, 12199, 12231, 10104, 10449, 9915, 15463, 11560, 16948, 14228, 12981, 10273, 9782, 10322, 9826, 9688, 8995, 10949, 9895, 10221, 10081, 10233, 10240, 9609, 10020, 14254, 10161, 9479, 10222, 12507, 9960, 14048, 9688, 14892, 10124, 9806, 9974, 9670, 9656, 9349, 12096, 10325, 10259, 10287, 12043, 9589, 13982, 10066, 11430, 10097, 11033, 9649, 14068, 12641, 9815, 9853, 9881, 10180, 9711, 9974, 9288, 10666, 10317, 9962, 10499, 10093, 10275, 9204, 10333, 10075, 9871, 9951, 10086, 9614, 13504, 11053, 15713, 10300, 9939, 10229, 9908, 9819, 9479, 9118, 11584, 9376, 9956, 10204, 9925, 10338, 9302, 9413, 9736, 10062, 10128, 9858, 9925, 10797, 9196, 13685, 10277, 9701, 10502, 12646, 10167, 15899, 10087, 10426, 10073, 10940, 10053, 13461, 10136, 14000, 9926, 11222, 9908, 12601, 11386, 13392, 11403, 10346, 9859, 10543, 9751, 9665, 16143, 12545, 14206, 9995, 14629, 10262, 12866, 10046, 11982, 9843, 12952, 10255, 9970, 10233, 10143, 9841, 9276, 12461, 10242, 10113, 10636, 11176, 10166, 12463, 9798, 14857, 10323, 9803, 10778, 10110, 10267, 9490, 9821, 10256, 10126, 10220, 10177, 10139, 9712, 9141, 10110, 10136, 10032, 9996, 10237, 9737, 13290, 10006, 12828, 10187, 9991, 10107, 11410, 9563, 14326, 13108, 9542, 9590, 9705, 9769, 9196, 9663, 10299, 10213, 10631, 10118, 10919, 11181, 10436, 11236, 13066, 12531, 12233, 15315, 10681, 15374, 10698, 15592, 10694, 14607, 12164, 15334, 10927, 9950, 10429, 10336, 10195, 11205, 12459, 12830, 11364, 10991, 10406, 10937, 9013, 10535, 10381, 10082, 10841, 10659, 10479, 10388, 10513, 9833, 9833, 12982, 10564, 12907, 10726, 10077, 10112, 11784, 11255, 9879, 10450, 10222, 10204, 10208, 9826, 9349, 10255, 10576, 10271, 10738, 10260, 10417, 11159, 10356, 13690, 10558, 9977, 10502, 10347, 10541, 9859, 14337, 10036, 10203, 11223, 10957, 10893, 9033, 10702, 10350, 10470, 10524, 10329, 10578, 10883, 10080, 14813, 10984, 10318, 10675, 10505, 10861, 14908, 10600, 11898, 10661, 10583, 10593, 10015, 10829, 10411, 10438, 10122, 10660, 10693, 10503, 11113, 10630, 10747, 10011, 10139, 11894, 10708, 10126, 10738, 10298, 10054, 15067, 10675, 13364, 10369, 14180, 10473, 12427, 9055, 14183, 9267, 13410, 10526, 10007, 10151, 9800, 9900, 9767, 9520, 13282, 9787, 9909, 9813, 9841, 9655, 14188, 14016, 10834, 12032, 9680, 12889, 14921, 13130, 16434, 14805, 16123, 10096, 13566, 9654, 12579, 10425, 15336, 10030, 9630, 10248, 9935, 9862, 12341, 9965, 9925, 10058, 10467, 10487, 13017, 10370, 11011, 9823, 12862, 10548, 9944, 10603, 10089, 10051, 9865, 9710, 9719, 9755, 10835, 10127, 10146, 9697, 10024, 9384, 9449, 10218, 9925, 9901, 13932, 11821, 14520, 10794, 13344, 10069, 12885, 10001, 14873, 13303, 15604, 10226, 13978, 10105, 13949, 11237, 16387, 10066, 11789, 10164, 10142, 10120, 10204, 9489, 9877, 13138, 10378, 9698, 10384, 10999, 10361, 10129, 10055, 9743, 9648, 10096, 10436, 10945, 10263, 9270, 9912, 9623, 9422, 11447, 10300, 9774, 10278, 14726, 11224, 15405, 12491, 11439, 9866, 9681, 9753, 11352, 11912, 11233, 9945, 9829, 10251, 12502, 9902, 13915, 9281, 13750, 10176, 12323, 10140, 10106, 10031, 9281, 9716, 9447, 9884, 10184, 10101, 11694, 10227, 15744, 13317, 13055, 9813, 14701, 9846, 14899, 9285, 12274, 9801, 10660, 9961, 10015, 9700, 9682, 9208, 14023, 9777, 11288, 10222, 9708, 9570, 9653, 9687, 9667, 9924, 10013, 9991, 9434, 14604, 10746, 12134, 9580, 12451, 9514, 12122, 12615, 14437, 11298, 10169, 9400, 10046, 8424, 8914, 12297, 9349, 9758, 9776, 9571, 9640, 9763, 9711, 9102, 12186, 9828, 15221, 9858, 12469, 9754, 9975, 9038, 14986, 9886, 9387, 9821, 9358, 9762, 12330, 8885, 15763, 10795, 12601, 9747, 13404, 9611, 9686, 8697, 8924, 9229, 9105, 9209, 9135, 9406, 9447, 8805, 8398, 8302, 8774, 8675, 9102, 9328, 9373, 9591, 8813, 8245, 8582, 9372, 9304, 9335, 9452, 9146, 9527, 9032, 12264, 9411, 11606, 9806, 13729, 12342, 15474, 10749, 15389, 9480, 13633, 9401, 16329, 13326, 14466, 11199, 9411, 9892, 11414, 12813, 14829, 13749, 10585, 9867, 9353, 9746, 10596, 13515, 15061, 12868, 9175, 9785, 9224, 9909, 9248, 9965, 8920, 9253, 8666, 9857, 9523, 9618, 9648, 9752, 9480, 9415, 8849, 11614, 9703, 9735, 9908, 9780, 9812, 9537, 9121, 11199, 8397, 8810, 9636, 9467, 9640, 10122, 9272, 9130, 8617, 9017, 9274, 9217, 9438, 9404, 12372, 14598, 14603, 11470, 10449, 9323, 9250, 11348, 10207, 10042, 9617, 9157, 9774, 9609, 9064, 8912, 13828, 9589, 12302, 9303, 12214, 9238, 12815, 9963, 16196, 9473, 14585, 9709, 10224, 9621, 12309, 8701, 14574, 9115, 12846, 9115, 9242, 9537, 9210, 8673, 8584, 8938, 10274, 9423, 8681, 9544, 9685, 9194, 9805, 8555, 10225, 9265, 9597, 9492, 8976, 9056, 13583, 10199, 11860, 9259, 10053, 10151, 8580, 14193, 8947, 10440, 9507, 12857, 9630, 11275, 9128, 10093, 8669, 11255, 9168, 9204, 9639, 9353, 8944, 8511, 9035, 8843, 9155, 9458, 9144, 10494, 14104, 13055, 15702, 9461, 14964, 9526, 12764, 8893, 14603, 11157, 9637, 9203, 9364, 9319, 10485, 9882, 14039, 10673, 9477, 9203, 9456, 9001, 9074, 12605, 9602, 9093, 9626, 9332, 9067, 8985, 9002, 9188, 9204, 9558, 9387, 9052, 10570, 8904, 13511, 9643, 9377, 9960, 10283, 9285, 15047, 11890, 10203, 9654, 9218, 9747, 14110, 14557, 13648, 11363, 9172, 9673, 12222, 10875, 16100, 14307, 10065, 10274, 9699, 9989, 9326, 9313, 9556, 9698, 9576, 9724, 9815, 9493, 9150, 12285, 9744, 9706, 9947, 9685, 9614, 11333, 9154, 13653, 9940, 11757, 9730, 12056, 9273, 13004, 9492, 9965, 9611, 9403, 9616, 9187, 9204, 10029, 11798, 9628, 9705, 9617, 9522, 9680, 14364, 10742, 15377, 10192, 9326, 9415, 9548, 9031, 10384, 9558, 14093, 9708, 9090, 9752, 12784, 9669, 14351, 11257, 15696, 9696, 9610, 9469, 9651, 9448, 9264, 8314, 9097, 8613, 9645, 9352, 9310, 9137, 8863, 8854, 9532, 9307, 9586, 9674, 12933, 10360, 14389, 11141, 10995, 9327, 9410, 9113, 9641, 12023, 9366, 11878, 8790, 9568, 9533, 9451, 9275, 9270, 8527, 11617, 12473, 13307, 9440, 15205, 9666, 12705, 9127, 10896, 8878, 14572, 9623, 9040, 9794, 10765, 9217, 14796, 12903, 16103, 9593, 10458, 9550, 9441, 8551, 13123, 9181, 11470, 9131, 9438, 9146, 9135, 8413, 9228, 9212, 9350, 9596, 9426, 9056, 9740, 8749, 14982, 9398, 9389, 9404, 9333, 9008, 13659, 9454, 9537, 9563, 9378, 9645, 14742, 11174, 14661, 10895, 10432, 9083, 9579, 9073, 9103, 11459, 8905, 11694, 9434, 9579, 9804, 9204, 9636, 8928, 9010, 8304, 9255, 9573, 9126, 10034, 8752, 9888, 8629, 9743, 9176, 9267, 9289, 12703, 12552, 14381, 12609, 10872, 13294, 15086, 13618, 17027, 14138, 16079, 9832, 14119, 9539, 11891, 9332, 12696, 9399, 15057, 9817, 13426, 9646, 11368, 9063, 11899, 9199, 9294, 9216, 9193, 9357, 9536, 8956, 9061, 9238, 9521, 9621, 9613, 9501, 9414, 8864, 12493, 10110, 10646, 9866, 10575, 9387, 15407, 11466, 15623, 9565, 14136, 9575, 12664], 'WindowCenter': [3938.0, 3918.0, 3861.0, 3890.0, 3846.0, 3876.0, 3848.0, 3878.0, 3856.0, 3876.0, 3830.0, 3840.0, 3830.0, 3807.0, 3830.0, 3819.0, 3830.0, 3845.0, 3842.0, 3843.0, 3842.0, 3831.0, 3831.0, 3833.0, 3846.0, 3835.0, 3878.0, 3844.0, 3833.0, 3832.0, 3832.0, 3834.0, 3847.0, 3865.0, 3845.0, 3843.0, 3831.0, 3819.0, 3829.0, 3829.0, 3845.0, 3846.0, 3834.0, 3847.0, 3844.0, 3844.0, 3843.0, 3844.0, 3834.0, 3832.0, 3832.0, 3834.0, 3834.0, 3864.0, 3858.0, 3833.0, 3833.0, 3832.0, 3846.0, 3846.0, 3834.0, 3880.0, 3846.0, 3835.0, 3845.0, 3844.0, 3835.0, 3854.0, 3880.0, 3846.0, 3844.0, 3833.0, 3821.0, 3832.0, 3875.0, 3865.0, 3875.0, 3832.0, 3862.0, 3830.0, 3850.0, 3820.0, 3861.0, 3854.0, 3839.0, 3818.0, 3816.0, 3817.0, 3848.0, 3841.0, 3870.0, 3862.0, 3836.0, 3815.0, 3804.0, 3815.0, 3819.0, 3830.0, 3807.0, 3843.0, 3818.0, 3816.0, 3816.0, 3816.0, 3832.0, 3819.0, 3833.0, 3861.0, 3830.0, 3817.0, 3829.0, 3839.0, 3845.0, 3863.0, 3820.0, 3872.0, 3828.0, 3816.0, 3817.0, 3832.0, 3830.0, 3832.0, 3864.0, 3842.0, 3830.0, 3844.0, 3864.0, 3833.0, 3875.0, 3831.0, 3840.0, 3829.0, 3843.0, 3832.0, 3861.0, 3865.0, 3818.0, 3818.0, 3816.0, 3816.0, 3819.0, 3829.0, 3818.0, 3842.0, 3829.0, 3828.0, 3840.0, 3830.0, 3843.0, 3832.0, 3846.0, 3843.0, 3832.0, 3832.0, 3831.0, 3834.0, 3877.0, 3842.0, 3875.0, 3830.0, 3817.0, 3818.0, 3817.0, 3830.0, 3833.0, 3820.0, 3852.0, 3821.0, 3828.0, 3829.0, 3829.0, 3856.0, 3846.0, 3835.0, 3846.0, 3845.0, 3843.0, 3843.0, 3844.0, 3855.0, 3833.0, 3879.0, 3843.0, 3820.0, 3831.0, 3865.0, 3831.0, 3887.0, 3843.0, 3830.0, 3830.0, 3839.0, 3844.0, 3862.0, 3846.0, 3862.0, 3830.0, 3839.0, 3831.0, 3865.0, 3841.0, 3864.0, 3841.0, 3830.0, 3818.0, 3831.0, 3833.0, 3832.0, 3886.0, 3853.0, 3850.0, 3818.0, 3848.0, 3817.0, 3849.0, 3818.0, 3826.0, 3832.0, 3848.0, 3828.0, 3816.0, 3828.0, 3831.0, 3843.0, 3822.0, 3852.0, 3830.0, 3817.0, 3818.0, 3839.0, 3844.0, 3850.0, 3832.0, 3860.0, 3829.0, 3816.0, 3828.0, 3828.0, 3844.0, 3831.0, 3845.0, 3843.0, 3842.0, 3842.0, 3841.0, 3842.0, 3845.0, 3834.0, 3844.0, 3846.0, 3832.0, 3833.0, 3842.0, 3847.0, 3864.0, 3847.0, 3865.0, 3843.0, 3831.0, 3831.0, 3854.0, 3832.0, 3862.0, 3877.0, 3820.0, 3820.0, 3820.0, 3833.0, 3821.0, 3845.0, 3846.0, 3844.0, 3845.0, 3845.0, 3856.0, 3856.0, 3844.0, 3843.0, 3864.0, 3854.0, 3855.0, 3875.0, 3844.0, 3863.0, 3819.0, 3849.0, 3819.0, 3848.0, 3841.0, 3860.0, 3829.0, 3816.0, 3817.0, 3816.0, 3829.0, 3827.0, 3854.0, 3852.0, 3841.0, 3842.0, 3828.0, 3829.0, 3807.0, 3842.0, 3832.0, 3833.0, 3842.0, 3830.0, 3830.0, 3829.0, 3829.0, 3830.0, 3831.0, 3865.0, 3831.0, 3851.0, 3830.0, 3819.0, 3832.0, 3841.0, 3845.0, 3831.0, 3830.0, 3829.0, 3829.0, 3829.0, 3830.0, 3820.0, 3833.0, 3831.0, 3830.0, 3841.0, 3829.0, 3831.0, 3842.0, 3844.0, 3863.0, 3841.0, 3819.0, 3829.0, 3830.0, 3846.0, 3817.0, 3848.0, 3818.0, 3832.0, 3841.0, 3829.0, 3842.0, 3822.0, 3843.0, 3832.0, 3842.0, 3845.0, 3845.0, 3846.0, 3856.0, 3844.0, 3875.0, 3843.0, 3833.0, 3845.0, 3843.0, 3844.0, 3875.0, 3844.0, 3840.0, 3831.0, 3831.0, 3832.0, 3820.0, 3842.0, 3846.0, 3843.0, 3845.0, 3844.0, 3844.0, 3842.0, 3855.0, 3844.0, 3872.0, 3858.0, 3857.0, 3868.0, 3856.0, 3845.0, 3855.0, 3860.0, 3860.0, 3889.0, 3873.0, 3878.0, 3846.0, 3865.0, 3844.0, 3881.0, 3836.0, 3866.0, 3837.0, 3863.0, 3832.0, 3846.0, 3846.0, 3831.0, 3833.0, 3832.0, 3836.0, 3889.0, 3846.0, 3845.0, 3845.0, 3845.0, 3847.0, 3877.0, 3892.0, 3845.0, 3854.0, 3821.0, 3853.0, 3876.0, 3853.0, 3875.0, 3863.0, 3860.0, 3817.0, 3837.0, 3819.0, 3838.0, 3830.0, 3858.0, 3817.0, 3816.0, 3817.0, 3818.0, 3830.0, 3839.0, 3833.0, 3818.0, 3819.0, 3817.0, 3817.0, 3838.0, 3832.0, 3841.0, 3820.0, 3852.0, 3829.0, 3818.0, 3830.0, 3818.0, 3831.0, 3831.0, 3820.0, 3819.0, 3832.0, 3829.0, 3831.0, 3829.0, 3845.0, 3832.0, 3835.0, 3834.0, 3844.0, 3832.0, 3847.0, 3876.0, 3855.0, 3877.0, 3844.0, 3863.0, 3830.0, 3853.0, 3834.0, 3862.0, 3865.0, 3861.0, 3828.0, 3849.0, 3818.0, 3850.0, 3828.0, 3871.0, 3819.0, 3827.0, 3816.0, 3815.0, 3815.0, 3817.0, 3820.0, 3817.0, 3849.0, 3818.0, 3805.0, 3816.0, 3815.0, 3817.0, 3817.0, 3832.0, 3831.0, 3830.0, 3842.0, 3841.0, 3840.0, 3831.0, 3833.0, 3847.0, 3834.0, 3848.0, 3855.0, 3833.0, 3821.0, 3832.0, 3888.0, 3844.0, 3874.0, 3855.0, 3840.0, 3818.0, 3819.0, 3835.0, 3843.0, 3854.0, 3843.0, 3820.0, 3819.0, 3830.0, 3851.0, 3846.0, 3875.0, 3821.0, 3874.0, 3830.0, 3851.0, 3831.0, 3829.0, 3845.0, 3833.0, 3847.0, 3846.0, 3844.0, 3843.0, 3844.0, 3868.0, 3848.0, 3887.0, 3879.0, 3852.0, 3820.0, 3849.0, 3818.0, 3875.0, 3820.0, 3839.0, 3831.0, 3827.0, 3817.0, 3816.0, 3833.0, 3820.0, 3821.0, 3863.0, 3819.0, 3827.0, 3818.0, 3819.0, 3819.0, 3817.0, 3833.0, 3820.0, 3830.0, 3830.0, 3831.0, 3833.0, 3862.0, 3843.0, 3840.0, 3818.0, 3839.0, 3818.0, 3853.0, 3851.0, 3861.0, 3828.0, 3843.0, 3821.0, 3830.0, 3797.0, 3809.0, 3825.0, 3794.0, 3818.0, 3817.0, 3807.0, 3805.0, 3818.0, 3819.0, 3821.0, 3851.0, 3834.0, 3861.0, 3820.0, 3837.0, 3806.0, 3817.0, 3806.0, 3861.0, 3820.0, 3807.0, 3829.0, 3807.0, 3833.0, 3864.0, 3821.0, 3874.0, 3830.0, 3838.0, 3806.0, 3847.0, 3819.0, 3832.0, 3808.0, 3808.0, 3820.0, 3808.0, 3818.0, 3818.0, 3818.0, 3833.0, 3836.0, 3824.0, 3812.0, 3825.0, 3823.0, 3833.0, 3834.0, 3833.0, 3859.0, 3851.0, 3837.0, 3836.0, 3850.0, 3847.0, 3847.0, 3846.0, 3851.0, 3848.0, 3849.0, 3883.0, 3849.0, 3867.0, 3848.0, 3890.0, 3867.0, 3890.0, 3858.0, 3875.0, 3833.0, 3863.0, 3824.0, 3875.0, 3868.0, 3876.0, 3843.0, 3821.0, 3821.0, 3840.0, 3853.0, 3861.0, 3866.0, 3830.0, 3818.0, 3807.0, 3807.0, 3832.0, 3852.0, 3860.0, 3841.0, 3795.0, 3805.0, 3794.0, 3805.0, 3794.0, 3818.0, 3820.0, 3818.0, 3812.0, 3830.0, 3819.0, 3818.0, 3818.0, 3818.0, 3820.0, 3833.0, 3821.0, 3855.0, 3822.0, 3819.0, 3820.0, 3818.0, 3819.0, 3819.0, 3837.0, 3855.0, 3811.0, 3823.0, 3831.0, 3819.0, 3832.0, 3832.0, 3849.0, 3847.0, 3837.0, 3838.0, 3837.0, 3835.0, 3834.0, 3850.0, 3879.0, 3878.0, 3891.0, 3843.0, 3831.0, 3808.0, 3820.0, 3844.0, 3830.0, 3834.0, 3832.0, 3821.0, 3831.0, 3845.0, 3834.0, 3822.0, 3875.0, 3834.0, 3852.0, 3822.0, 3852.0, 3847.0, 3865.0, 3832.0, 3887.0, 3822.0, 3862.0, 3820.0, 3818.0, 3822.0, 3868.0, 3824.0, 3863.0, 3825.0, 3850.0, 3809.0, 3807.0, 3820.0, 3819.0, 3836.0, 3822.0, 3824.0, 3846.0, 3836.0, 3823.0, 3834.0, 3832.0, 3848.0, 3847.0, 3823.0, 3846.0, 3823.0, 3821.0, 3832.0, 3837.0, 3835.0, 3876.0, 3846.0, 3853.0, 3821.0, 3832.0, 3846.0, 3823.0, 3864.0, 3825.0, 3831.0, 3821.0, 3851.0, 3821.0, 3842.0, 3848.0, 3843.0, 3822.0, 3854.0, 3833.0, 3820.0, 3832.0, 3821.0, 3837.0, 3825.0, 3836.0, 3849.0, 3837.0, 3837.0, 3834.0, 3858.0, 3875.0, 3868.0, 3877.0, 3822.0, 3864.0, 3821.0, 3853.0, 3810.0, 3863.0, 3843.0, 3820.0, 3820.0, 3808.0, 3819.0, 3832.0, 3819.0, 3865.0, 3829.0, 3820.0, 3807.0, 3818.0, 3808.0, 3808.0, 3852.0, 3821.0, 3809.0, 3820.0, 3820.0, 3823.0, 3823.0, 3835.0, 3822.0, 3822.0, 3833.0, 3821.0, 3826.0, 3844.0, 3836.0, 3866.0, 3834.0, 3823.0, 3835.0, 3833.0, 3835.0, 3877.0, 3870.0, 3834.0, 3834.0, 3822.0, 3823.0, 3864.0, 3877.0, 3864.0, 3842.0, 3810.0, 3821.0, 3856.0, 3832.0, 3863.0, 3850.0, 3833.0, 3844.0, 3821.0, 3831.0, 3823.0, 3820.0, 3832.0, 3819.0, 3821.0, 3821.0, 3830.0, 3834.0, 3824.0, 3867.0, 3834.0, 3832.0, 3833.0, 3820.0, 3835.0, 3843.0, 3825.0, 3864.0, 3834.0, 3854.0, 3833.0, 3855.0, 3834.0, 3852.0, 3848.0, 3833.0, 3834.0, 3822.0, 3834.0, 3823.0, 3834.0, 3835.0, 3869.0, 3834.0, 3833.0, 3822.0, 3821.0, 3823.0, 3865.0, 3842.0, 3889.0, 3833.0, 3820.0, 3821.0, 3820.0, 3825.0, 3832.0, 3848.0, 3864.0, 3834.0, 3822.0, 3833.0, 3853.0, 3837.0, 3888.0, 3855.0, 3888.0, 3822.0, 3820.0, 3820.0, 3820.0, 3821.0, 3836.0, 3814.0, 3823.0, 3822.0, 3821.0, 3820.0, 3822.0, 3835.0, 3823.0, 3838.0, 3847.0, 3837.0, 3835.0, 3835.0, 3879.0, 3848.0, 3877.0, 3856.0, 3844.0, 3820.0, 3820.0, 3809.0, 3821.0, 3853.0, 3848.0, 3855.0, 3825.0, 3835.0, 3834.0, 3833.0, 3834.0, 3849.0, 3851.0, 3869.0, 3881.0, 3866.0, 3835.0, 3875.0, 3821.0, 3866.0, 3824.0, 3842.0, 3824.0, 3877.0, 3834.0, 3822.0, 3833.0, 3843.0, 3838.0, 3877.0, 3866.0, 3877.0, 3821.0, 3830.0, 3819.0, 3834.0, 3813.0, 3852.0, 3824.0, 3828.0, 3807.0, 3805.0, 3820.0, 3819.0, 3798.0, 3822.0, 3820.0, 3818.0, 3821.0, 3820.0, 3823.0, 3820.0, 3824.0, 3875.0, 3821.0, 3819.0, 3820.0, 3821.0, 3811.0, 3866.0, 3822.0, 3821.0, 3821.0, 3810.0, 3820.0, 3877.0, 3844.0, 3863.0, 3830.0, 3817.0, 3795.0, 3806.0, 3807.0, 3823.0, 3852.0, 3821.0, 3840.0, 3819.0, 3818.0, 3820.0, 3807.0, 3820.0, 3821.0, 3821.0, 3824.0, 3836.0, 3833.0, 3835.0, 3846.0, 3839.0, 3848.0, 3841.0, 3848.0, 3837.0, 3836.0, 3836.0, 3866.0, 3868.0, 3880.0, 3867.0, 3845.0, 3866.0, 3863.0, 3878.0, 3886.0, 3864.0, 3874.0, 3819.0, 3850.0, 3819.0, 3840.0, 3821.0, 3851.0, 3824.0, 3861.0, 3820.0, 3851.0, 3809.0, 3841.0, 3811.0, 3839.0, 3821.0, 3807.0, 3808.0, 3806.0, 3806.0, 3807.0, 3809.0, 3809.0, 3834.0, 3833.0, 3833.0, 3833.0, 3833.0, 3833.0, 3823.0, 3866.0, 3847.0, 3844.0, 3834.0, 3832.0, 3836.0, 3886.0, 3857.0, 3873.0, 3820.0, 3850.0, 3819.0, 3851.0], 'WindowWidth': [8790.0, 8741.0, 8654.0, 8689.0, 8622.0, 8662.0, 8632.0, 8669.0, 8636.0, 8663.0, 8591.0, 8603.0, 8590.0, 8555.0, 8591.0, 8575.0, 8591.0, 8620.0, 8613.0, 8614.0, 8611.0, 8594.0, 8593.0, 8598.0, 8624.0, 8608.0, 8671.0, 8616.0, 8599.0, 8597.0, 8595.0, 8605.0, 8628.0, 8645.0, 8620.0, 8613.0, 8591.0, 8572.0, 8587.0, 8587.0, 8618.0, 8625.0, 8605.0, 8626.0, 8616.0, 8616.0, 8611.0, 8617.0, 8602.0, 8597.0, 8598.0, 8604.0, 8602.0, 8643.0, 8644.0, 8600.0, 8600.0, 8597.0, 8623.0, 8624.0, 8605.0, 8675.0, 8625.0, 8606.0, 8618.0, 8617.0, 8605.0, 8630.0, 8678.0, 8622.0, 8617.0, 8601.0, 8580.0, 8597.0, 8660.0, 8648.0, 8662.0, 8597.0, 8637.0, 8590.0, 8617.0, 8578.0, 8633.0, 8632.0, 8601.0, 8572.0, 8565.0, 8569.0, 8612.0, 8610.0, 8645.0, 8639.0, 8592.0, 8561.0, 8545.0, 8560.0, 8575.0, 8593.0, 8557.0, 8614.0, 8572.0, 8565.0, 8567.0, 8564.0, 8599.0, 8576.0, 8602.0, 8633.0, 8590.0, 8568.0, 8586.0, 8600.0, 8623.0, 8642.0, 8580.0, 8651.0, 8585.0, 8565.0, 8568.0, 8599.0, 8592.0, 8600.0, 8645.0, 8612.0, 8591.0, 8617.0, 8645.0, 8602.0, 8658.0, 8594.0, 8604.0, 8588.0, 8615.0, 8601.0, 8635.0, 8648.0, 8573.0, 8572.0, 8567.0, 8565.0, 8576.0, 8591.0, 8572.0, 8612.0, 8590.0, 8587.0, 8604.0, 8592.0, 8616.0, 8599.0, 8625.0, 8615.0, 8597.0, 8596.0, 8592.0, 8605.0, 8667.0, 8612.0, 8662.0, 8590.0, 8568.0, 8570.0, 8569.0, 8591.0, 8604.0, 8579.0, 8623.0, 8581.0, 8584.0, 8591.0, 8587.0, 8637.0, 8624.0, 8610.0, 8625.0, 8620.0, 8614.0, 8614.0, 8618.0, 8634.0, 8603.0, 8673.0, 8615.0, 8579.0, 8594.0, 8646.0, 8596.0, 8678.0, 8615.0, 8590.0, 8593.0, 8602.0, 8619.0, 8638.0, 8625.0, 8639.0, 8593.0, 8602.0, 8595.0, 8646.0, 8611.0, 8645.0, 8609.0, 8591.0, 8573.0, 8594.0, 8601.0, 8598.0, 8676.0, 8627.0, 8616.0, 8572.0, 8612.0, 8567.0, 8614.0, 8574.0, 8579.0, 8600.0, 8612.0, 8585.0, 8566.0, 8584.0, 8595.0, 8616.0, 8585.0, 8624.0, 8589.0, 8568.0, 8570.0, 8602.0, 8617.0, 8617.0, 8597.0, 8630.0, 8588.0, 8566.0, 8585.0, 8587.0, 8617.0, 8597.0, 8620.0, 8613.0, 8612.0, 8609.0, 8608.0, 8611.0, 8622.0, 8602.0, 8619.0, 8623.0, 8598.0, 8600.0, 8612.0, 8627.0, 8644.0, 8627.0, 8647.0, 8614.0, 8593.0, 8595.0, 8632.0, 8599.0, 8638.0, 8667.0, 8579.0, 8578.0, 8577.0, 8600.0, 8583.0, 8622.0, 8624.0, 8618.0, 8621.0, 8620.0, 8636.0, 8633.0, 8616.0, 8612.0, 8640.0, 8631.0, 8632.0, 8660.0, 8615.0, 8639.0, 8574.0, 8615.0, 8574.0, 8611.0, 8608.0, 8628.0, 8586.0, 8565.0, 8568.0, 8563.0, 8588.0, 8580.0, 8628.0, 8622.0, 8606.0, 8609.0, 8584.0, 8588.0, 8553.0, 8608.0, 8595.0, 8600.0, 8609.0, 8591.0, 8589.0, 8586.0, 8586.0, 8591.0, 8593.0, 8646.0, 8595.0, 8619.0, 8591.0, 8574.0, 8597.0, 8606.0, 8618.0, 8591.0, 8590.0, 8586.0, 8584.0, 8587.0, 8590.0, 8576.0, 8599.0, 8592.0, 8589.0, 8606.0, 8585.0, 8592.0, 8608.0, 8617.0, 8638.0, 8607.0, 8573.0, 8586.0, 8589.0, 8620.0, 8566.0, 8609.0, 8570.0, 8595.0, 8608.0, 8586.0, 8608.0, 8584.0, 8611.0, 8596.0, 8611.0, 8617.0, 8618.0, 8621.0, 8637.0, 8617.0, 8659.0, 8615.0, 8600.0, 8618.0, 8613.0, 8614.0, 8656.0, 8616.0, 8602.0, 8592.0, 8591.0, 8594.0, 8576.0, 8610.0, 8621.0, 8612.0, 8620.0, 8615.0, 8615.0, 8609.0, 8631.0, 8615.0, 8668.0, 8641.0, 8640.0, 8656.0, 8636.0, 8617.0, 8633.0, 8647.0, 8647.0, 8683.0, 8670.0, 8666.0, 8619.0, 8645.0, 8615.0, 8679.0, 8611.0, 8647.0, 8612.0, 8639.0, 8595.0, 8622.0, 8625.0, 8594.0, 8601.0, 8595.0, 8608.0, 8686.0, 8624.0, 8620.0, 8620.0, 8620.0, 8627.0, 8665.0, 8697.0, 8618.0, 8630.0, 8581.0, 8628.0, 8664.0, 8627.0, 8659.0, 8640.0, 8632.0, 8567.0, 8594.0, 8577.0, 8598.0, 8593.0, 8626.0, 8569.0, 8566.0, 8569.0, 8571.0, 8592.0, 8600.0, 8602.0, 8571.0, 8573.0, 8567.0, 8568.0, 8597.0, 8599.0, 8608.0, 8578.0, 8622.0, 8588.0, 8571.0, 8589.0, 8568.0, 8593.0, 8595.0, 8577.0, 8576.0, 8600.0, 8589.0, 8593.0, 8590.0, 8623.0, 8598.0, 8609.0, 8605.0, 8616.0, 8598.0, 8627.0, 8662.0, 8632.0, 8664.0, 8614.0, 8638.0, 8590.0, 8627.0, 8602.0, 8638.0, 8647.0, 8634.0, 8586.0, 8612.0, 8571.0, 8617.0, 8585.0, 8648.0, 8574.0, 8580.0, 8565.0, 8562.0, 8561.0, 8567.0, 8579.0, 8570.0, 8613.0, 8570.0, 8548.0, 8565.0, 8561.0, 8567.0, 8568.0, 8601.0, 8594.0, 8593.0, 8610.0, 8608.0, 8604.0, 8596.0, 8602.0, 8629.0, 8604.0, 8630.0, 8631.0, 8599.0, 8579.0, 8596.0, 8683.0, 8619.0, 8655.0, 8632.0, 8602.0, 8571.0, 8576.0, 8608.0, 8614.0, 8631.0, 8614.0, 8577.0, 8575.0, 8589.0, 8619.0, 8625.0, 8661.0, 8583.0, 8657.0, 8593.0, 8618.0, 8592.0, 8589.0, 8621.0, 8600.0, 8626.0, 8624.0, 8617.0, 8614.0, 8615.0, 8657.0, 8631.0, 8678.0, 8673.0, 8622.0, 8576.0, 8612.0, 8570.0, 8662.0, 8577.0, 8602.0, 8594.0, 8581.0, 8569.0, 8565.0, 8602.0, 8577.0, 8581.0, 8640.0, 8576.0, 8581.0, 8570.0, 8575.0, 8577.0, 8569.0, 8604.0, 8578.0, 8591.0, 8591.0, 8594.0, 8600.0, 8638.0, 8613.0, 8606.0, 8573.0, 8600.0, 8572.0, 8629.0, 8620.0, 8636.0, 8586.0, 8616.0, 8582.0, 8590.0, 8542.0, 8563.0, 8575.0, 8532.0, 8571.0, 8568.0, 8553.0, 8550.0, 8571.0, 8574.0, 8582.0, 8620.0, 8604.0, 8633.0, 8576.0, 8594.0, 8553.0, 8569.0, 8553.0, 8634.0, 8578.0, 8555.0, 8590.0, 8556.0, 8602.0, 8645.0, 8583.0, 8657.0, 8592.0, 8596.0, 8553.0, 8607.0, 8577.0, 8600.0, 8560.0, 8558.0, 8578.0, 8558.0, 8571.0, 8573.0, 8572.0, 8601.0, 8611.0, 8591.0, 8572.0, 8594.0, 8586.0, 8602.0, 8604.0, 8601.0, 8646.0, 8640.0, 8616.0, 8612.0, 8639.0, 8625.0, 8627.0, 8622.0, 8640.0, 8630.0, 8635.0, 8686.0, 8633.0, 8654.0, 8630.0, 8690.0, 8652.0, 8691.0, 8643.0, 8659.0, 8600.0, 8639.0, 8591.0, 8659.0, 8655.0, 8662.0, 8614.0, 8579.0, 8580.0, 8603.0, 8625.0, 8634.0, 8649.0, 8588.0, 8571.0, 8553.0, 8553.0, 8596.0, 8623.0, 8631.0, 8606.0, 8534.0, 8548.0, 8530.0, 8547.0, 8532.0, 8570.0, 8579.0, 8573.0, 8570.0, 8590.0, 8573.0, 8570.0, 8570.0, 8570.0, 8577.0, 8603.0, 8581.0, 8633.0, 8581.0, 8574.0, 8578.0, 8569.0, 8574.0, 8571.0, 8612.0, 8632.0, 8570.0, 8587.0, 8594.0, 8573.0, 8596.0, 8595.0, 8634.0, 8629.0, 8615.0, 8617.0, 8611.0, 8607.0, 8604.0, 8637.0, 8673.0, 8667.0, 8692.0, 8612.0, 8594.0, 8558.0, 8579.0, 8614.0, 8590.0, 8603.0, 8597.0, 8581.0, 8593.0, 8622.0, 8603.0, 8583.0, 8659.0, 8602.0, 8623.0, 8584.0, 8623.0, 8629.0, 8646.0, 8598.0, 8679.0, 8583.0, 8634.0, 8577.0, 8571.0, 8582.0, 8656.0, 8589.0, 8638.0, 8593.0, 8616.0, 8560.0, 8555.0, 8575.0, 8574.0, 8611.0, 8586.0, 8592.0, 8624.0, 8609.0, 8587.0, 8601.0, 8595.0, 8631.0, 8626.0, 8588.0, 8624.0, 8584.0, 8580.0, 8597.0, 8613.0, 8607.0, 8663.0, 8621.0, 8626.0, 8580.0, 8597.0, 8624.0, 8588.0, 8640.0, 8594.0, 8593.0, 8580.0, 8619.0, 8578.0, 8608.0, 8630.0, 8612.0, 8585.0, 8631.0, 8599.0, 8577.0, 8596.0, 8583.0, 8614.0, 8593.0, 8612.0, 8632.0, 8611.0, 8610.0, 8604.0, 8641.0, 8659.0, 8657.0, 8662.0, 8583.0, 8644.0, 8579.0, 8624.0, 8565.0, 8639.0, 8612.0, 8575.0, 8576.0, 8557.0, 8574.0, 8596.0, 8575.0, 8647.0, 8585.0, 8574.0, 8555.0, 8571.0, 8560.0, 8559.0, 8624.0, 8579.0, 8560.0, 8576.0, 8577.0, 8588.0, 8586.0, 8609.0, 8584.0, 8583.0, 8599.0, 8581.0, 8595.0, 8614.0, 8610.0, 8648.0, 8603.0, 8585.0, 8603.0, 8600.0, 8606.0, 8662.0, 8661.0, 8600.0, 8600.0, 8582.0, 8585.0, 8641.0, 8667.0, 8639.0, 8608.0, 8560.0, 8578.0, 8634.0, 8594.0, 8636.0, 8617.0, 8597.0, 8614.0, 8581.0, 8594.0, 8585.0, 8576.0, 8596.0, 8575.0, 8581.0, 8577.0, 8593.0, 8602.0, 8589.0, 8650.0, 8601.0, 8596.0, 8598.0, 8576.0, 8603.0, 8613.0, 8592.0, 8639.0, 8600.0, 8628.0, 8599.0, 8630.0, 8601.0, 8622.0, 8630.0, 8599.0, 8601.0, 8581.0, 8600.0, 8584.0, 8602.0, 8604.0, 8658.0, 8602.0, 8597.0, 8582.0, 8578.0, 8583.0, 8644.0, 8610.0, 8683.0, 8600.0, 8577.0, 8580.0, 8578.0, 8593.0, 8597.0, 8629.0, 8643.0, 8602.0, 8582.0, 8599.0, 8626.0, 8610.0, 8682.0, 8634.0, 8681.0, 8583.0, 8575.0, 8576.0, 8575.0, 8579.0, 8609.0, 8576.0, 8587.0, 8585.0, 8579.0, 8578.0, 8583.0, 8606.0, 8586.0, 8616.0, 8625.0, 8611.0, 8604.0, 8604.0, 8673.0, 8630.0, 8665.0, 8635.0, 8615.0, 8577.0, 8577.0, 8560.0, 8578.0, 8624.0, 8628.0, 8633.0, 8593.0, 8605.0, 8601.0, 8600.0, 8602.0, 8632.0, 8639.0, 8657.0, 8678.0, 8645.0, 8602.0, 8655.0, 8579.0, 8647.0, 8590.0, 8609.0, 8589.0, 8664.0, 8602.0, 8582.0, 8601.0, 8611.0, 8615.0, 8665.0, 8650.0, 8664.0, 8579.0, 8588.0, 8574.0, 8604.0, 8573.0, 8622.0, 8588.0, 8585.0, 8553.0, 8549.0, 8577.0, 8574.0, 8547.0, 8583.0, 8577.0, 8572.0, 8578.0, 8576.0, 8587.0, 8577.0, 8591.0, 8656.0, 8580.0, 8573.0, 8578.0, 8581.0, 8567.0, 8648.0, 8585.0, 8579.0, 8581.0, 8561.0, 8575.0, 8666.0, 8615.0, 8641.0, 8589.0, 8568.0, 8535.0, 8551.0, 8555.0, 8587.0, 8623.0, 8583.0, 8604.0, 8573.0, 8571.0, 8575.0, 8555.0, 8578.0, 8582.0, 8583.0, 8589.0, 8611.0, 8602.0, 8607.0, 8623.0, 8620.0, 8627.0, 8626.0, 8629.0, 8611.0, 8609.0, 8607.0, 8646.0, 8651.0, 8670.0, 8650.0, 8616.0, 8646.0, 8639.0, 8666.0, 8678.0, 8642.0, 8654.0, 8574.0, 8617.0, 8572.0, 8602.0, 8581.0, 8619.0, 8591.0, 8633.0, 8576.0, 8616.0, 8559.0, 8607.0, 8566.0, 8600.0, 8579.0, 8554.0, 8556.0, 8551.0, 8553.0, 8554.0, 8561.0, 8561.0, 8605.0, 8598.0, 8600.0, 8598.0, 8600.0, 8599.0, 8586.0, 8647.0, 8624.0, 8615.0, 8602.0, 8595.0, 8610.0, 8676.0, 8638.0, 8652.0, 8576.0, 8616.0, 8573.0, 8621.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.0010244434306569345</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023866119981751824</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.92864625139723</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.219547115726028</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0022845700091298</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5007</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3678.4387</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11476599608351121</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.594890510948906</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.476013921082236</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.330387762621044</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7649281158971584</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.332725884728504</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0136228</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02978256531059742</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04611111432313919</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8657898753010818</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>17.8471</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.0548</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.1645</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299569.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>950.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.681</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3269</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.3655</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3029.6123</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3197.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76975.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3982.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>826.9925</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.47040960658342</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> |