=== 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-0062 --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-0062",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
123 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
123 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-0062_ses-01_task-alignvideo_acq-mb8_run-01_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-0062_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0062_suffix-bold_task-alignvideo" 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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0062_suffix-bold_task-alignvideo" 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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0062_suffix-bold_task-alignvideo" 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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0062_suffix-bold_task-alignvideo" 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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0062_suffix-bold_task-alignvideo" 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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0062_suffix-bold_task-alignvideo" 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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0062_suffix-bold_task-alignvideo" 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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_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-0062/ses-01/func/sub-0062_ses-01_task-alignvideo_acq-mb8_run-01_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>e933975478d959857ef5cc8b98613423</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>10:09:52.330000</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.998003, 0.0530608, -0.0342663, -0.0528272, 0.998574, 0.00768901]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.0924959</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7730, -7301, 513, -15, -101, 9, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>257.392</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9a54fc1e-f3ba-4d3d-8082-8df377dfdc52||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.677569627761841, -0.14173144102096558, -0.09348876029253006, 118.23787689208984], [-0.14235830307006836, 2.6791012287139893, 0.015831358730793, -86.86625671386719], [-0.09193409979343414, -0.02062906138598919, 2.6983344554901123, -58.8945198059082], [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, 1073]</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], 'AcquisitionTime': ['100952.330000', '100952.790000', '100953.250000', '100953.710000', '100954.170000', '100954.630000', '100955.090000', '100955.550000', '100956.010000', '100956.470000', '100956.930000', '100957.390000', '100957.850000', '100958.310000', '100958.770000', '100959.230000', '100959.690000', '101000.150000', '101000.610000', '101001.070000', '101001.530000', '101001.990000', '101002.450000', '101002.910000', '101003.370000', '101003.830000', '101004.290000', '101004.750000', '101005.210000', '101005.670000', '101006.130000', '101006.590000', '101007.050000', '101007.510000', '101007.970000', '101008.430000', '101008.890000', '101009.350000', '101009.810000', '101010.270000', '101010.730000', '101011.190000', '101011.650000', '101012.110000', '101012.570000', '101013.030000', '101013.490000', '101013.950000', '101014.410000', '101014.870000', '101015.330000', '101015.790000', '101016.250000', '101016.710000', '101017.170000', '101017.630000', '101018.090000', '101018.550000', '101019.010000', '101019.470000', '101019.930000', '101020.390000', '101020.850000', '101021.310000', '101021.770000', '101022.230000', '101022.690000', '101023.150000', '101023.610000', '101024.070000', '101024.530000', '101024.990000', '101025.450000', '101025.910000', '101026.370000', '101026.830000', '101027.290000', '101027.750000', '101028.210000', '101028.670000', '101029.130000', '101029.590000', '101030.050000', '101030.510000', '101030.970000', '101031.430000', '101031.890000', '101032.350000', '101032.810000', '101033.270000', '101033.730000', '101034.190000', '101034.650000', '101035.110000', '101035.570000', '101036.030000', '101036.490000', '101036.950000', '101037.410000', '101037.870000', '101038.330000', '101038.790000', '101039.250000', '101039.710000', '101040.170000', '101040.630000', '101041.090000', '101041.550000', '101042.010000', '101042.470000', '101042.930000', '101043.390000', '101043.850000', '101044.310000', '101044.770000', '101045.230000', '101045.690000', '101046.150000', '101046.610000', '101047.070000', '101047.530000', '101047.990000', '101048.450000', '101048.910000', '101049.370000', '101049.830000', '101050.290000', '101050.750000', '101051.210000', '101051.670000', '101052.130000', '101052.590000', '101053.050000', '101053.510000', '101053.970000', '101054.430000', '101054.890000', '101055.350000', '101055.810000', '101056.270000', '101056.730000', '101057.190000', '101057.650000', '101058.110000', '101058.570000', '101059.030000', '101059.490000', '101059.950000', '101100.410000', '101100.870000', '101101.330000', '101101.790000', '101102.250000', '101102.710000', '101103.170000', '101103.630000', '101104.090000', '101104.550000', '101105.010000', '101105.470000', '101105.930000', '101106.390000', '101106.850000', '101107.310000', '101107.770000', '101108.230000', '101108.690000', '101109.150000', '101109.610000', '101110.070000', '101110.530000', '101110.990000', '101111.450000', '101111.910000', '101112.370000', '101112.830000', '101113.290000', '101113.750000', '101114.210000', '101114.670000', '101115.130000', '101115.590000', '101116.050000', '101116.510000', '101116.970000', '101117.430000', '101117.890000', '101118.350000', '101118.810000', '101119.270000', '101119.730000', '101120.190000', '101120.650000', '101121.110000', '101121.570000', '101122.030000', '101122.490000', '101122.950000', '101123.410000', '101123.870000', '101124.330000', '101124.790000', '101125.250000', '101125.710000', '101126.170000', '101126.630000', '101127.090000', '101127.550000', '101128.010000', '101128.470000', '101128.930000', '101129.390000', '101129.850000', '101130.310000', '101130.770000', '101131.230000', '101131.690000', '101132.150000', '101132.610000', '101133.070000', '101133.530000', '101133.990000', '101134.450000', '101134.910000', '101135.370000', '101135.830000', '101136.290000', '101136.750000', '101137.210000', '101137.670000', '101138.130000', '101138.590000', '101139.050000', '101139.510000', '101139.970000', '101140.430000', '101140.890000', '101141.350000', '101141.810000', '101142.270000', '101142.730000', '101143.190000', '101143.650000', '101144.110000', '101144.570000', '101145.030000', '101145.490000', '101145.950000', '101146.410000', '101146.870000', '101147.330000', '101147.790000', '101148.250000', '101148.710000', '101149.170000', '101149.630000', '101150.090000', '101150.550000', '101151.010000', '101151.470000', '101151.930000', '101152.390000', '101152.850000', '101153.310000', '101153.770000', '101154.230000', '101154.690000', '101155.150000', '101155.610000', '101156.070000', '101156.530000', '101156.990000', '101157.450000', '101157.910000', '101158.370000', '101158.830000', '101159.290000', '101159.750000', '101200.210000', '101200.670000', '101201.130000', '101201.590000', '101202.050000', '101202.510000', '101202.970000', '101203.430000', '101203.890000', '101204.350000', '101204.810000', '101205.270000', '101205.730000', '101206.190000', '101206.650000', '101207.110000', '101207.570000', '101208.030000', '101208.490000', '101208.950000', '101209.410000', '101209.870000', '101210.330000', '101210.790000', '101211.250000', '101211.710000', '101212.170000', '101212.630000', '101213.090000', '101213.550000', '101214.010000', '101214.470000', '101214.930000', '101215.390000', '101215.850000', '101216.310000', '101216.770000', '101217.230000', '101217.690000', '101218.150000', '101218.610000', '101219.070000', '101219.530000', '101219.990000', '101220.450000', '101220.910000', '101221.370000', '101221.830000', '101222.290000', '101222.750000', '101223.210000', '101223.670000', '101224.130000', '101224.590000', '101225.050000', '101225.510000', '101225.970000', '101226.430000', '101226.890000', '101227.350000', '101227.810000', '101228.270000', '101228.730000', '101229.190000', '101229.650000', '101230.110000', '101230.570000', '101231.030000', '101231.490000', '101231.950000', '101232.410000', '101232.870000', '101233.330000', '101233.790000', '101234.250000', '101234.710000', '101235.170000', '101235.630000', '101236.090000', '101236.550000', '101237.010000', '101237.470000', '101237.930000', '101238.390000', '101238.850000', '101239.310000', '101239.770000', '101240.230000', '101240.690000', '101241.150000', '101241.610000', '101242.070000', '101242.530000', '101242.990000', '101243.450000', '101243.910000', '101244.370000', '101244.830000', '101245.290000', '101245.750000', '101246.210000', '101246.670000', '101247.130000', '101247.590000', '101248.050000', '101248.510000', '101248.970000', '101249.430000', '101249.890000', '101250.350000', '101250.810000', '101251.270000', '101251.730000', '101252.190000', '101252.650000', '101253.110000', '101253.570000', '101254.030000', '101254.490000', '101254.950000', '101255.410000', '101255.870000', '101256.330000', '101256.790000', '101257.250000', '101257.710000', '101258.170000', '101258.630000', '101259.090000', '101259.550000', '101300.010000', '101300.470000', '101300.930000', '101301.390000', '101301.850000', '101302.310000', '101302.770000', '101303.230000', '101303.690000', '101304.150000', '101304.610000', '101305.070000', '101305.530000', '101305.990000', '101306.450000', '101306.910000', '101307.370000', '101307.830000', '101308.290000', '101308.750000', '101309.210000', '101309.670000', '101310.130000', '101310.590000', '101311.050000', '101311.510000', '101311.970000', '101312.430000', '101312.890000', '101313.350000', '101313.810000', '101314.270000', '101314.730000', '101315.190000', '101315.650000', '101316.110000', '101316.570000', '101317.030000', '101317.490000', '101317.950000', '101318.410000', '101318.870000', '101319.330000', '101319.790000', '101320.250000', '101320.710000', '101321.170000', '101321.630000', '101322.090000', '101322.550000', '101323.010000', '101323.470000', '101323.930000', '101324.390000', '101324.850000', '101325.310000', '101325.770000', '101326.230000', '101326.690000', '101327.150000', '101327.610000', '101328.070000', '101328.530000', '101328.990000', '101329.450000', '101329.910000', '101330.370000', '101330.830000', '101331.290000', '101331.750000', '101332.210000', '101332.670000', '101333.130000', '101333.590000', '101334.050000', '101334.510000', '101334.970000', '101335.430000', '101335.890000', '101336.350000', '101336.810000', '101337.270000', '101337.730000', '101338.190000', '101338.650000', '101339.110000', '101339.570000', '101340.030000', '101340.490000', '101340.950000', '101341.410000', '101341.870000', '101342.330000', '101342.790000', '101343.250000', '101343.710000', '101344.170000', '101344.630000', '101345.090000', '101345.550000', '101346.010000', '101346.470000', '101346.930000', '101347.390000', '101347.850000', '101348.310000', '101348.770000', '101349.230000', '101349.690000', '101350.150000', '101350.610000', '101351.070000', '101351.530000', '101351.990000', '101352.450000', '101352.910000', '101353.370000', '101353.830000', '101354.290000', '101354.750000', '101355.210000', '101355.670000', '101356.130000', '101356.590000', '101357.050000', '101357.510000', '101357.970000', '101358.430000', '101358.890000', '101359.350000', '101359.810000', '101400.270000', '101400.730000', '101401.190000', '101401.650000', '101402.110000', '101402.570000', '101403.030000', '101403.490000', '101403.950000', '101404.410000', '101404.870000', '101405.330000', '101405.790000', '101406.250000', '101406.710000', '101407.170000', '101407.630000', '101408.090000', '101408.550000', '101409.010000', '101409.470000', '101409.930000', '101410.390000', '101410.850000', '101411.310000', '101411.770000', '101412.230000', '101412.690000', '101413.150000', '101413.610000', '101414.070000', '101414.530000', '101414.990000', '101415.450000', '101415.910000', '101416.370000', '101416.830000', '101417.290000', '101417.750000', '101418.210000', '101418.670000', '101419.130000', '101419.590000', '101420.050000', '101420.510000', '101420.970000', '101421.430000', '101421.890000', '101422.350000', '101422.810000', '101423.270000', '101423.730000', '101424.190000', '101424.650000', '101425.110000', '101425.570000', '101426.030000', '101426.490000', '101426.950000', '101427.410000', '101427.870000', '101428.330000', '101428.790000', '101429.250000', '101429.710000', '101430.170000', '101430.630000', '101431.090000', '101431.550000', '101432.010000', '101432.470000', '101432.930000', '101433.390000', '101433.850000', '101434.310000', '101434.770000', '101435.230000', '101435.690000', '101436.150000', '101436.610000', '101437.070000', '101437.530000', '101437.990000', '101438.450000', '101438.910000', '101439.370000', '101439.830000', '101440.290000', '101440.750000', '101441.210000', '101441.670000', '101442.130000', '101442.590000', '101443.050000', '101443.510000', '101443.970000', '101444.430000', '101444.890000', '101445.350000', '101445.810000', '101446.270000', '101446.730000', '101447.190000', '101447.650000', '101448.110000', '101448.570000', '101449.030000', '101449.490000', '101449.950000', '101450.410000', '101450.870000', '101451.330000', '101451.790000', '101452.250000', '101452.710000', '101453.170000', '101453.630000', '101454.090000', '101454.550000', '101455.010000', '101455.470000', '101455.930000', '101456.390000', '101456.850000', '101457.310000', '101457.770000', '101458.230000', '101458.690000', '101459.150000', '101459.610000', '101500.070000', '101500.530000', '101500.990000', '101501.450000', '101501.910000', '101502.370000', '101502.830000', '101503.290000', '101503.750000', '101504.210000', '101504.670000', '101505.130000', '101505.590000', '101506.050000', '101506.510000', '101506.970000', '101507.430000', '101507.890000', '101508.350000', '101508.810000', '101509.270000', '101509.730000', '101510.190000', '101510.650000', '101511.110000', '101511.570000', '101512.030000', '101512.490000', '101512.950000', '101513.410000', '101513.870000', '101514.330000', '101514.790000', '101515.250000', '101515.710000', '101516.170000', '101516.630000', '101517.090000', '101517.550000', '101518.010000', '101518.470000', '101518.930000', '101519.390000', '101519.850000', '101520.310000', '101520.770000', '101521.230000', '101521.690000', '101522.150000', '101522.610000', '101523.070000', '101523.530000', '101523.990000', '101524.450000', '101524.910000', '101525.370000', '101525.830000', '101526.290000', '101526.750000', '101527.210000', '101527.670000', '101528.130000', '101528.590000', '101529.050000', '101529.510000', '101529.970000', '101530.430000', '101530.890000', '101531.350000', '101531.810000', '101532.270000', '101532.730000', '101533.190000', '101533.650000', '101534.110000', '101534.570000', '101535.030000', '101535.490000', '101535.950000', '101536.410000', '101536.870000', '101537.330000', '101537.790000', '101538.250000', '101538.710000', '101539.170000', '101539.630000', '101540.090000', '101540.550000', '101541.010000', '101541.470000', '101541.930000', '101542.390000', '101542.850000', '101543.310000', '101543.770000', '101544.230000', '101544.690000', '101545.150000', '101545.610000', '101546.070000', '101546.530000', '101546.990000', '101547.450000', '101547.910000', '101548.370000', '101548.830000', '101549.290000', '101549.750000', '101550.210000', '101550.670000', '101551.130000', '101551.590000', '101552.050000', '101552.510000', '101552.970000', '101553.430000', '101553.890000', '101554.350000', '101554.810000', '101555.270000', '101555.730000', '101556.190000', '101556.650000', '101557.110000', '101557.570000', '101558.030000', '101558.490000', '101558.950000', '101559.410000', '101559.870000', '101600.330000', '101600.790000', '101601.250000', '101601.710000', '101602.170000', '101602.630000', '101603.090000', '101603.550000', '101604.010000', '101604.470000', '101604.930000', '101605.390000', '101605.850000', '101606.310000', '101606.770000', '101607.230000', '101607.690000', '101608.150000', '101608.610000', '101609.070000', '101609.530000', '101609.990000', '101610.450000', '101610.910000', '101611.370000', '101611.830000', '101612.290000', '101612.750000', '101613.210000', '101613.670000', '101614.130000', '101614.590000', '101615.050000', '101615.510000', '101615.970000', '101616.430000', '101616.890000', '101617.350000', '101617.810000', '101618.270000', '101618.730000', '101619.190000', '101619.650000', '101620.110000', '101620.570000', '101621.030000', '101621.490000', '101621.950000', '101622.410000', '101622.870000', '101623.330000', '101623.790000', '101624.250000', '101624.710000', '101625.170000', '101625.630000', '101626.090000', '101626.550000', '101627.010000', '101627.470000', '101627.930000', '101628.390000', '101628.850000', '101629.310000', '101629.770000', '101630.230000', '101630.690000', '101631.150000', '101631.610000', '101632.070000', '101632.530000', '101632.990000', '101633.450000', '101633.910000', '101634.370000', '101634.830000', '101635.290000', '101635.750000', '101636.210000', '101636.670000', '101637.130000', '101637.590000', '101638.050000', '101638.510000', '101638.970000', '101639.430000', '101639.890000', '101640.350000', '101640.810000', '101641.270000', '101641.730000', '101642.190000', '101642.650000', '101643.110000', '101643.570000', '101644.030000', '101644.490000', '101644.950000', '101645.410000', '101645.870000', '101646.330000', '101646.790000', '101647.250000', '101647.710000', '101648.170000', '101648.630000', '101649.090000', '101649.550000', '101650.010000', '101650.470000', '101650.930000', '101651.390000', '101651.850000', '101652.310000', '101652.770000', '101653.230000', '101653.690000', '101654.150000', '101654.610000', '101655.070000', '101655.530000', '101655.990000', '101656.450000', '101656.910000', '101657.370000', '101657.830000', '101658.290000', '101658.750000', '101659.210000', '101659.670000', '101700.130000', '101700.590000', '101701.050000', '101701.510000', '101701.970000', '101702.430000', '101702.890000', '101703.350000', '101703.810000', '101704.270000', '101704.730000', '101705.190000', '101705.650000', '101706.110000', '101706.570000', '101707.030000', '101707.490000', '101707.950000', '101708.410000', '101708.870000', '101709.330000', '101709.790000', '101710.250000', '101710.710000', '101711.170000', '101711.630000', '101712.090000', '101712.550000', '101713.010000', '101713.470000', '101713.930000', '101714.390000', '101714.850000', '101715.310000', '101715.770000', '101716.230000', '101716.690000', '101717.150000', '101717.610000', '101718.070000', '101718.530000', '101718.990000', '101719.450000', '101719.910000', '101720.370000', '101720.830000', '101721.290000', '101721.750000', '101722.210000', '101722.670000', '101723.130000', '101723.590000', '101724.050000', '101724.510000', '101724.970000', '101725.430000', '101725.890000', '101726.350000', '101726.810000', '101727.270000', '101727.730000', '101728.190000', '101728.650000', '101729.110000', '101729.570000', '101730.030000', '101730.490000', '101730.950000', '101731.410000', '101731.870000', '101732.330000', '101732.790000', '101733.250000', '101733.710000', '101734.170000', '101734.630000', '101735.090000', '101735.550000', '101736.010000', '101736.470000', '101736.930000', '101737.390000', '101737.850000', '101738.310000', '101738.770000', '101739.230000', '101739.690000', '101740.150000', '101740.610000', '101741.070000', '101741.530000', '101741.990000', '101742.450000', '101742.910000', '101743.370000', '101743.830000', '101744.290000', '101744.750000', '101745.210000', '101745.670000', '101746.130000', '101746.590000', '101747.050000', '101747.510000', '101747.970000', '101748.430000', '101748.890000', '101749.350000', '101749.810000', '101750.270000', '101750.730000', '101751.190000', '101751.650000', '101752.110000', '101752.570000', '101753.030000', '101753.490000', '101753.950000', '101754.410000', '101754.870000', '101755.330000', '101755.790000', '101756.250000', '101756.710000', '101757.170000', '101757.630000', '101758.090000', '101758.550000', '101759.010000', '101759.470000', '101759.930000', '101800.390000', '101800.850000', '101801.310000', '101801.770000', '101802.230000', '101802.690000', '101803.150000', '101803.610000', '101804.070000', '101804.530000', '101804.990000', '101805.450000'], 'ContentTime': ['101016.900000', '101016.904000', '101016.906000', '101016.909000', '101016.912000', '101016.914000', '101016.917000', '101016.919000', '101016.922000', '101016.924000', '101016.927000', '101016.930000', '101016.932000', '101016.935000', '101016.937000', '101016.940000', '101016.943000', '101016.945000', '101016.948000', '101016.951000', '101016.953000', '101016.956000', '101016.958000', '101016.961000', '101016.964000', '101016.966000', '101016.969000', '101016.971000', '101016.974000', '101016.977000', '101016.979000', '101016.982000', '101016.989000', '101016.992000', '101016.994000', '101016.997000', '101017.001000', '101017.003000', '101017.006000', '101017.009000', '101017.011000', '101017.014000', '101017.016000', '101017.019000', '101017.022000', '101017.024000', '101017.027000', '101017.029000', '101017.032000', '101017.035000', '101017.037000', '101036.862000', '101036.865000', '101036.868000', '101036.870000', '101036.873000', '101036.876000', '101036.878000', '101036.881000', '101036.884000', '101036.887000', '101036.889000', '101036.892000', '101036.894000', '101036.897000', '101036.900000', '101036.918000', '101036.921000', '101036.923000', '101036.926000', '101036.929000', '101036.931000', '101036.934000', '101036.937000', '101036.939000', '101036.942000', '101036.944000', '101036.947000', '101036.950000', '101036.952000', '101036.955000', '101036.957000', '101036.960000', '101036.963000', '101036.965000', '101036.968000', '101036.971000', '101036.973000', '101036.976000', '101036.978000', '101036.981000', '101036.984000', '101036.986000', '101036.989000', '101056.863000', '101056.865000', '101056.868000', '101056.871000', '101056.884000', '101056.887000', '101056.889000', '101056.892000', '101056.895000', '101056.897000', '101056.900000', '101056.903000', '101056.905000', '101056.908000', '101056.910000', '101056.913000', '101056.916000', '101056.918000', '101056.921000', '101056.924000', '101056.926000', '101056.929000', '101056.932000', '101056.934000', '101056.937000', '101056.939000', '101056.942000', '101056.945000', '101056.947000', '101056.950000', '101056.952000', '101056.955000', '101056.958000', '101056.960000', '101056.963000', '101056.965000', '101056.968000', '101056.971000', '101056.980000', '101056.983000', '101056.985000', '101056.988000', '101056.991000', '101056.993000', '101116.862000', '101116.865000', '101116.872000', '101116.874000', '101116.877000', '101116.880000', '101116.883000', '101116.885000', '101116.888000', '101116.890000', '101116.893000', '101116.896000', '101116.898000', '101116.901000', '101116.904000', '101116.906000', '101116.909000', '101116.912000', '101116.914000', '101116.917000', '101116.920000', '101116.922000', '101116.925000', '101116.927000', '101116.930000', '101116.933000', '101116.935000', '101116.938000', '101116.941000', '101116.943000', '101116.946000', '101116.949000', '101116.951000', '101116.954000', '101116.957000', '101116.959000', '101116.962000', '101116.965000', '101116.969000', '101116.972000', '101116.974000', '101116.977000', '101116.980000', '101136.862000', '101136.866000', '101136.868000', '101136.871000', '101136.873000', '101136.876000', '101136.879000', '101136.882000', '101136.884000', '101136.887000', '101136.890000', '101136.892000', '101136.895000', '101136.898000', '101136.900000', '101136.903000', '101136.906000', '101136.908000', '101136.911000', '101136.914000', '101136.916000', '101136.919000', '101136.921000', '101136.924000', '101136.927000', '101136.929000', '101136.932000', '101136.934000', '101136.937000', '101136.940000', '101136.943000', '101136.945000', '101136.948000', '101136.950000', '101136.953000', '101136.956000', '101136.958000', '101136.961000', '101136.963000', '101136.966000', '101136.969000', '101136.971000', '101136.980000', '101136.983000', '101156.863000', '101156.865000', '101156.868000', '101156.871000', '101156.874000', '101156.876000', '101156.879000', '101156.882000', '101156.884000', '101156.887000', '101156.889000', '101156.892000', '101156.896000', '101156.899000', '101156.903000', '101156.906000', '101156.909000', '101156.911000', '101156.914000', '101156.917000', '101156.919000', '101156.922000', '101156.929000', '101156.931000', '101156.934000', '101156.936000', '101156.939000', '101156.942000', '101156.944000', '101156.947000', '101156.949000', '101156.952000', '101156.955000', '101156.957000', '101156.960000', '101156.963000', '101156.965000', '101156.968000', '101156.971000', '101156.973000', '101156.976000', '101156.978000', '101156.981000', '101216.863000', '101216.865000', '101216.868000', '101216.871000', '101216.874000', '101216.876000', '101216.879000', '101216.881000', '101216.884000', '101216.887000', '101216.889000', '101216.892000', '101216.895000', '101216.897000', '101216.900000', '101216.902000', '101216.905000', '101216.908000', '101216.910000', '101216.913000', '101216.915000', '101216.918000', '101216.921000', '101216.923000', '101216.926000', '101216.929000', '101216.931000', '101216.934000', '101216.936000', '101216.939000', '101216.942000', '101216.944000', '101216.947000', '101216.950000', '101216.952000', '101216.955000', '101216.957000', '101216.960000', '101216.962000', '101216.965000', '101216.968000', '101216.970000', '101216.973000', '101216.976000', '101236.862000', '101236.865000', '101236.868000', '101236.871000', '101236.873000', '101236.876000', '101236.879000', '101236.881000', '101236.884000', '101236.887000', '101236.889000', '101236.892000', '101236.895000', '101236.920000', '101236.923000', '101236.925000', '101236.928000', '101236.930000', '101236.933000', '101236.936000', '101236.938000', '101236.941000', '101236.944000', '101236.946000', '101236.949000', '101236.952000', '101236.954000', '101236.957000', '101236.961000', '101236.964000', '101236.966000', '101236.969000', '101236.972000', '101236.974000', '101236.977000', '101236.980000', '101236.982000', '101236.985000', '101236.987000', '101236.990000', '101236.993000', '101236.996000', '101236.998000', '101256.862000', '101256.865000', '101256.868000', '101256.871000', '101256.874000', '101256.877000', '101256.879000', '101256.882000', '101256.885000', '101256.887000', '101256.890000', '101256.893000', '101256.895000', '101256.898000', '101256.900000', '101256.903000', '101256.906000', '101256.908000', '101256.911000', '101256.914000', '101256.916000', '101256.919000', '101256.922000', '101256.924000', '101256.927000', '101256.930000', '101256.932000', '101256.935000', '101256.938000', '101256.940000', '101256.943000', '101256.945000', '101256.948000', '101256.951000', '101256.953000', '101256.956000', '101256.959000', '101256.961000', '101256.964000', '101256.967000', '101256.969000', '101256.972000', '101256.975000', '101256.977000', '101316.863000', '101316.866000', '101316.868000', '101316.871000', '101316.874000', '101316.876000', '101316.879000', '101316.881000', '101316.884000', '101316.887000', '101316.890000', '101316.892000', '101316.895000', '101316.898000', '101316.900000', '101316.903000', '101316.905000', '101316.908000', '101316.911000', '101316.913000', '101316.916000', '101316.919000', '101316.921000', '101316.924000', '101316.926000', '101316.929000', '101316.932000', '101316.935000', '101316.937000', '101316.940000', '101316.943000', '101316.945000', '101316.948000', '101316.950000', '101316.953000', '101316.956000', '101316.958000', '101316.961000', '101316.964000', '101316.966000', '101316.969000', '101316.972000', '101316.974000', '101336.863000', '101336.866000', '101336.875000', '101336.878000', '101336.881000', '101336.883000', '101336.886000', '101336.889000', '101336.891000', '101336.894000', '101336.896000', '101336.899000', '101336.902000', '101336.904000', '101336.907000', '101336.910000', '101336.912000', '101336.915000', '101336.918000', '101336.920000', '101336.923000', '101336.926000', '101336.928000', '101336.931000', '101336.933000', '101336.936000', '101336.939000', '101336.941000', '101336.944000', '101336.946000', '101336.949000', '101336.952000', '101336.954000', '101336.957000', '101336.960000', '101336.962000', '101336.965000', '101336.968000', '101336.970000', '101336.973000', '101336.976000', '101336.978000', '101336.981000', '101336.983000', '101356.862000', '101356.865000', '101356.868000', '101356.871000', '101356.873000', '101356.876000', '101356.879000', '101356.881000', '101356.884000', '101356.887000', '101356.889000', '101356.892000', '101356.895000', '101356.897000', '101356.900000', '101356.903000', '101356.905000', '101356.908000', '101356.910000', '101356.913000', '101356.916000', '101356.918000', '101356.921000', '101356.924000', '101356.927000', '101356.929000', '101356.932000', '101356.934000', '101356.937000', '101356.940000', '101356.942000', '101356.945000', '101356.948000', '101356.950000', '101356.953000', '101356.956000', '101356.958000', '101356.961000', '101356.975000', '101356.978000', '101356.981000', '101356.994000', '101356.996000', '101416.862000', '101416.866000', '101416.868000', '101416.871000', '101416.874000', '101416.876000', '101416.879000', '101416.882000', '101416.884000', '101416.887000', '101416.890000', '101416.892000', '101416.895000', '101416.898000', '101416.901000', '101416.903000', '101416.906000', '101416.908000', '101416.911000', '101416.914000', '101416.916000', '101416.919000', '101416.922000', '101416.928000', '101416.930000', '101416.933000', '101416.936000', '101416.938000', '101416.941000', '101416.944000', '101416.947000', '101416.949000', '101416.952000', '101416.954000', '101416.957000', '101416.960000', '101416.962000', '101416.965000', '101416.968000', '101416.970000', '101416.973000', '101416.976000', '101416.978000', '101416.981000', '101436.863000', '101436.866000', '101436.868000', '101436.871000', '101436.874000', '101436.877000', '101436.879000', '101436.882000', '101436.885000', '101436.887000', '101436.890000', '101436.893000', '101436.895000', '101436.898000', '101436.901000', '101436.903000', '101436.906000', '101436.909000', '101436.911000', '101436.914000', '101436.917000', '101436.919000', '101436.922000', '101436.925000', '101436.927000', '101436.930000', '101436.932000', '101436.935000', '101436.938000', '101436.940000', '101436.943000', '101436.946000', '101436.948000', '101436.951000', '101436.954000', '101436.956000', '101436.959000', '101436.962000', '101436.964000', '101436.967000', '101436.970000', '101436.972000', '101436.975000', '101456.862000', '101456.865000', '101456.868000', '101456.871000', '101456.874000', '101456.876000', '101456.879000', '101456.882000', '101456.884000', '101456.887000', '101456.889000', '101456.892000', '101456.895000', '101456.897000', '101456.900000', '101456.903000', '101456.906000', '101456.908000', '101456.911000', '101456.913000', '101456.916000', '101456.918000', '101456.921000', '101456.924000', '101456.926000', '101456.929000', '101456.931000', '101456.934000', '101456.937000', '101456.939000', '101456.942000', '101456.944000', '101456.947000', '101456.950000', '101456.952000', '101456.955000', '101456.958000', '101456.960000', '101456.963000', '101456.966000', '101456.968000', '101456.971000', '101456.974000', '101456.976000', '101516.863000', '101516.866000', '101516.868000', '101516.871000', '101516.874000', '101516.876000', '101516.879000', '101516.882000', '101516.884000', '101516.887000', '101516.890000', '101516.892000', '101516.895000', '101516.898000', '101516.900000', '101516.903000', '101516.906000', '101516.908000', '101516.911000', '101516.914000', '101516.916000', '101516.919000', '101516.922000', '101516.924000', '101516.927000', '101516.929000', '101516.932000', '101516.935000', '101516.937000', '101516.940000', '101516.943000', '101516.945000', '101516.948000', '101516.951000', '101516.953000', '101516.956000', '101516.959000', '101516.961000', '101516.964000', '101516.967000', '101516.969000', '101516.972000', '101516.975000', '101536.863000', '101536.866000', '101536.868000', '101536.871000', '101536.874000', '101536.876000', '101536.888000', '101536.891000', '101536.893000', '101536.896000', '101536.898000', '101536.901000', '101536.904000', '101536.907000', '101536.909000', '101536.912000', '101536.914000', '101536.917000', '101536.920000', '101536.924000', '101536.927000', '101536.930000', '101536.933000', '101536.936000', '101536.938000', '101536.941000', '101536.944000', '101536.946000', '101536.949000', '101536.952000', '101536.954000', '101536.957000', '101536.960000', '101536.962000', '101536.965000', '101536.968000', '101536.970000', '101536.973000', '101536.975000', '101536.978000', '101536.981000', '101536.983000', '101536.986000', '101556.863000', '101556.865000', '101556.869000', '101556.871000', '101556.874000', '101556.876000', '101556.879000', '101556.882000', '101556.885000', '101556.887000', '101556.890000', '101556.893000', '101556.895000', '101556.898000', '101556.900000', '101556.903000', '101556.906000', '101556.908000', '101556.911000', '101556.914000', '101556.916000', '101556.919000', '101556.922000', '101556.924000', '101556.927000', '101556.929000', '101556.932000', '101556.935000', '101556.937000', '101556.940000', '101556.943000', '101556.945000', '101556.948000', '101556.951000', '101556.953000', '101556.956000', '101556.958000', '101556.961000', '101556.964000', '101556.966000', '101556.969000', '101556.971000', '101556.974000', '101556.977000', '101616.862000', '101616.865000', '101616.868000', '101616.871000', '101616.873000', '101616.876000', '101616.879000', '101616.881000', '101616.884000', '101616.887000', '101616.890000', '101616.893000', '101616.896000', '101616.898000', '101616.901000', '101616.904000', '101616.906000', '101616.909000', '101616.912000', '101616.914000', '101616.917000', '101616.919000', '101616.922000', '101616.925000', '101616.927000', '101616.930000', '101616.933000', '101616.935000', '101616.938000', '101616.941000', '101616.944000', '101616.946000', '101616.949000', '101616.951000', '101616.954000', '101616.957000', '101616.959000', '101616.962000', '101616.965000', '101616.967000', '101616.970000', '101616.972000', '101616.975000', '101616.978000', '101636.862000', '101636.865000', '101636.868000', '101636.871000', '101636.874000', '101636.876000', '101636.879000', '101636.881000', '101636.884000', '101636.887000', '101636.889000', '101636.892000', '101636.894000', '101636.897000', '101636.900000', '101636.902000', '101636.905000', '101636.908000', '101636.911000', '101636.913000', '101636.916000', '101636.918000', '101636.921000', '101636.924000', '101636.926000', '101636.929000', '101636.932000', '101636.934000', '101636.937000', '101636.940000', '101636.942000', '101636.945000', '101636.948000', '101636.950000', '101636.953000', '101636.956000', '101636.958000', '101636.961000', '101636.964000', '101636.967000', '101636.969000', '101636.972000', '101636.975000', '101656.863000', '101656.865000', '101656.868000', '101656.871000', '101656.873000', '101656.876000', '101656.879000', '101656.881000', '101656.884000', '101656.887000', '101656.889000', '101656.892000', '101656.894000', '101656.897000', '101656.900000', '101656.902000', '101656.913000', '101656.916000', '101656.918000', '101656.921000', '101656.924000', '101656.926000', '101656.929000', '101656.932000', '101656.934000', '101656.937000', '101656.939000', '101656.942000', '101656.945000', '101656.948000', '101656.950000', '101656.953000', '101656.956000', '101656.959000', '101656.961000', '101656.964000', '101656.966000', '101656.969000', '101656.972000', '101656.974000', '101656.977000', '101656.979000', '101656.982000', '101716.862000', '101716.865000', '101716.868000', '101716.871000', '101716.873000', '101716.876000', '101716.879000', '101716.881000', '101716.884000', '101716.887000', '101716.889000', '101716.892000', '101716.895000', '101716.897000', '101716.900000', '101716.903000', '101716.906000', '101716.908000', '101716.911000', '101716.913000', '101716.916000', '101716.919000', '101716.921000', '101716.924000', '101716.927000', '101716.929000', '101716.932000', '101716.935000', '101716.937000', '101716.940000', '101716.943000', '101716.945000', '101716.948000', '101716.951000', '101716.953000', '101716.956000', '101716.959000', '101716.961000', '101716.964000', '101716.966000', '101716.969000', '101716.972000', '101716.974000', '101716.977000', '101736.863000', '101736.865000', '101736.868000', '101736.871000', '101736.873000', '101736.876000', '101736.879000', '101736.882000', '101736.885000', '101736.887000', '101736.890000', '101736.892000', '101736.895000', '101736.898000', '101736.900000', '101736.903000', '101736.905000', '101736.908000', '101736.911000', '101736.913000', '101736.916000', '101736.919000', '101736.921000', '101736.924000', '101736.927000', '101736.930000', '101736.933000', '101736.935000', '101736.938000', '101736.941000', '101736.943000', '101736.946000', '101736.949000', '101736.951000', '101736.954000', '101736.957000', '101736.959000', '101736.962000', '101736.964000', '101736.967000', '101736.970000', '101736.972000', '101736.975000', '101756.862000', '101756.865000', '101756.868000', '101756.871000', '101756.873000', '101756.876000', '101756.879000', '101756.881000', '101756.884000', '101756.887000', '101756.889000', '101756.892000', '101756.895000', '101756.897000', '101756.900000', '101756.903000', '101756.905000', '101756.908000', '101756.911000', '101756.913000', '101756.916000', '101756.918000', '101756.921000', '101756.924000', '101756.926000', '101756.929000', '101756.932000', '101756.934000', '101756.937000', '101756.940000', '101756.942000', '101756.945000', '101756.948000', '101756.950000', '101756.953000', '101756.956000', '101756.958000', '101756.961000', '101756.963000', '101756.966000', '101756.969000', '101756.971000', '101756.974000', '101756.976000', '101806.761000', '101806.764000', '101806.767000', '101806.778000', '101806.781000', '101806.784000', '101806.786000', '101806.789000', '101806.792000', '101806.795000', '101806.797000', '101806.800000', '101806.803000', '101806.806000', '101806.808000', '101806.811000', '101806.814000', '101806.817000', '101806.820000', '101806.822000', '101806.825000', '101806.828000'], 'InstanceCreationTime': ['101016.900000', '101016.904000', '101016.906000', '101016.909000', '101016.912000', '101016.914000', '101016.917000', '101016.919000', '101016.922000', '101016.924000', '101016.927000', '101016.930000', '101016.932000', '101016.935000', '101016.937000', '101016.940000', '101016.943000', '101016.945000', '101016.948000', '101016.951000', '101016.953000', '101016.956000', '101016.958000', '101016.961000', '101016.964000', '101016.966000', '101016.969000', '101016.971000', '101016.974000', '101016.977000', '101016.979000', '101016.982000', '101016.989000', '101016.992000', '101016.994000', '101016.997000', '101017.001000', '101017.003000', '101017.006000', '101017.009000', '101017.011000', '101017.014000', '101017.016000', '101017.019000', '101017.022000', '101017.024000', '101017.027000', '101017.029000', '101017.032000', '101017.035000', '101017.037000', '101036.862000', '101036.865000', '101036.868000', '101036.870000', '101036.873000', '101036.876000', '101036.878000', '101036.881000', '101036.884000', '101036.887000', '101036.889000', '101036.892000', '101036.894000', '101036.897000', '101036.900000', '101036.918000', '101036.921000', '101036.923000', '101036.926000', '101036.929000', '101036.931000', '101036.934000', '101036.937000', '101036.939000', '101036.942000', '101036.944000', '101036.947000', '101036.950000', '101036.952000', '101036.955000', '101036.957000', '101036.960000', '101036.963000', '101036.965000', '101036.968000', '101036.971000', '101036.973000', '101036.976000', '101036.978000', '101036.981000', '101036.984000', '101036.986000', '101036.989000', '101056.863000', '101056.865000', '101056.868000', '101056.871000', '101056.884000', '101056.887000', '101056.889000', '101056.892000', '101056.895000', '101056.897000', '101056.900000', '101056.903000', '101056.905000', '101056.908000', '101056.910000', '101056.913000', '101056.916000', '101056.918000', '101056.921000', '101056.924000', '101056.926000', '101056.929000', '101056.932000', '101056.934000', '101056.937000', '101056.939000', '101056.942000', '101056.945000', '101056.947000', '101056.950000', '101056.952000', '101056.955000', '101056.958000', '101056.960000', '101056.963000', '101056.965000', '101056.968000', '101056.971000', '101056.980000', '101056.983000', '101056.985000', '101056.988000', '101056.991000', '101056.993000', '101116.862000', '101116.865000', '101116.872000', '101116.874000', '101116.877000', '101116.880000', '101116.883000', '101116.885000', '101116.888000', '101116.890000', '101116.893000', '101116.896000', '101116.898000', '101116.901000', '101116.904000', '101116.906000', '101116.909000', '101116.912000', '101116.914000', '101116.917000', '101116.920000', '101116.922000', '101116.925000', '101116.927000', '101116.930000', '101116.933000', '101116.935000', '101116.938000', '101116.941000', '101116.943000', '101116.946000', '101116.949000', '101116.951000', '101116.954000', '101116.957000', '101116.959000', '101116.962000', '101116.965000', '101116.969000', '101116.972000', '101116.974000', '101116.977000', '101116.980000', '101136.862000', '101136.866000', '101136.868000', '101136.871000', '101136.873000', '101136.876000', '101136.879000', '101136.882000', '101136.884000', '101136.887000', '101136.890000', '101136.892000', '101136.895000', '101136.898000', '101136.900000', '101136.903000', '101136.906000', '101136.908000', '101136.911000', '101136.914000', '101136.916000', '101136.919000', '101136.921000', '101136.924000', '101136.927000', '101136.929000', '101136.932000', '101136.934000', '101136.937000', '101136.940000', '101136.943000', '101136.945000', '101136.948000', '101136.950000', '101136.953000', '101136.956000', '101136.958000', '101136.961000', '101136.963000', '101136.966000', '101136.969000', '101136.971000', '101136.980000', '101136.983000', '101156.863000', '101156.865000', '101156.868000', '101156.871000', '101156.874000', '101156.876000', '101156.879000', '101156.882000', '101156.884000', '101156.887000', '101156.889000', '101156.892000', '101156.896000', '101156.899000', '101156.903000', '101156.906000', '101156.909000', '101156.911000', '101156.914000', '101156.917000', '101156.919000', '101156.922000', '101156.929000', '101156.931000', '101156.934000', '101156.936000', '101156.939000', '101156.942000', '101156.944000', '101156.947000', '101156.949000', '101156.952000', '101156.955000', '101156.957000', '101156.960000', '101156.963000', '101156.965000', '101156.968000', '101156.971000', '101156.973000', '101156.976000', '101156.978000', '101156.981000', '101216.863000', '101216.865000', '101216.868000', '101216.871000', '101216.874000', '101216.876000', '101216.879000', '101216.881000', '101216.884000', '101216.887000', '101216.889000', '101216.892000', '101216.895000', '101216.897000', '101216.900000', '101216.902000', '101216.905000', '101216.908000', '101216.910000', '101216.913000', '101216.915000', '101216.918000', '101216.921000', '101216.923000', '101216.926000', '101216.929000', '101216.931000', '101216.934000', '101216.936000', '101216.939000', '101216.942000', '101216.944000', '101216.947000', '101216.950000', '101216.952000', '101216.955000', '101216.957000', '101216.960000', '101216.962000', '101216.965000', '101216.968000', '101216.970000', '101216.973000', '101216.976000', '101236.862000', '101236.865000', '101236.868000', '101236.871000', '101236.873000', '101236.876000', '101236.879000', '101236.881000', '101236.884000', '101236.887000', '101236.889000', '101236.892000', '101236.895000', '101236.920000', '101236.923000', '101236.925000', '101236.928000', '101236.930000', '101236.933000', '101236.936000', '101236.938000', '101236.941000', '101236.944000', '101236.946000', '101236.949000', '101236.952000', '101236.954000', '101236.957000', '101236.961000', '101236.964000', '101236.966000', '101236.969000', '101236.972000', '101236.974000', '101236.977000', '101236.980000', '101236.982000', '101236.985000', '101236.987000', '101236.990000', '101236.993000', '101236.996000', '101236.998000', '101256.862000', '101256.865000', '101256.868000', '101256.871000', '101256.874000', '101256.877000', '101256.879000', '101256.882000', '101256.885000', '101256.887000', '101256.890000', '101256.893000', '101256.895000', '101256.898000', '101256.900000', '101256.903000', '101256.906000', '101256.908000', '101256.911000', '101256.914000', '101256.916000', '101256.919000', '101256.922000', '101256.924000', '101256.927000', '101256.930000', '101256.932000', '101256.935000', '101256.938000', '101256.940000', '101256.943000', '101256.945000', '101256.948000', '101256.951000', '101256.953000', '101256.956000', '101256.959000', '101256.961000', '101256.964000', '101256.967000', '101256.969000', '101256.972000', '101256.975000', '101256.977000', '101316.863000', '101316.866000', '101316.868000', '101316.871000', '101316.874000', '101316.876000', '101316.879000', '101316.881000', '101316.884000', '101316.887000', '101316.890000', '101316.892000', '101316.895000', '101316.898000', '101316.900000', '101316.903000', '101316.905000', '101316.908000', '101316.911000', '101316.913000', '101316.916000', '101316.919000', '101316.921000', '101316.924000', '101316.926000', '101316.929000', '101316.932000', '101316.935000', '101316.937000', '101316.940000', '101316.943000', '101316.945000', '101316.948000', '101316.950000', '101316.953000', '101316.956000', '101316.958000', '101316.961000', '101316.964000', '101316.966000', '101316.969000', '101316.972000', '101316.974000', '101336.863000', '101336.866000', '101336.875000', '101336.878000', '101336.881000', '101336.883000', '101336.886000', '101336.889000', '101336.891000', '101336.894000', '101336.896000', '101336.899000', '101336.902000', '101336.904000', '101336.907000', '101336.910000', '101336.912000', '101336.915000', '101336.918000', '101336.920000', '101336.923000', '101336.926000', '101336.928000', '101336.931000', '101336.933000', '101336.936000', '101336.939000', '101336.941000', '101336.944000', '101336.946000', '101336.949000', '101336.952000', '101336.954000', '101336.957000', '101336.960000', '101336.962000', '101336.965000', '101336.968000', '101336.970000', '101336.973000', '101336.976000', '101336.978000', '101336.981000', '101336.983000', '101356.862000', '101356.865000', '101356.868000', '101356.871000', '101356.873000', '101356.876000', '101356.879000', '101356.881000', '101356.884000', '101356.887000', '101356.889000', '101356.892000', '101356.895000', '101356.897000', '101356.900000', '101356.903000', '101356.905000', '101356.908000', '101356.910000', '101356.913000', '101356.916000', '101356.918000', '101356.921000', '101356.924000', '101356.927000', '101356.929000', '101356.932000', '101356.934000', '101356.937000', '101356.940000', '101356.942000', '101356.945000', '101356.948000', '101356.950000', '101356.953000', '101356.956000', '101356.958000', '101356.961000', '101356.975000', '101356.978000', '101356.981000', '101356.994000', '101356.996000', '101416.862000', '101416.866000', '101416.868000', '101416.871000', '101416.874000', '101416.876000', '101416.879000', '101416.882000', '101416.884000', '101416.887000', '101416.890000', '101416.892000', '101416.895000', '101416.898000', '101416.901000', '101416.903000', '101416.906000', '101416.908000', '101416.911000', '101416.914000', '101416.916000', '101416.919000', '101416.922000', '101416.928000', '101416.930000', '101416.933000', '101416.936000', '101416.938000', '101416.941000', '101416.944000', '101416.947000', '101416.949000', '101416.952000', '101416.954000', '101416.957000', '101416.960000', '101416.962000', '101416.965000', '101416.968000', '101416.970000', '101416.973000', '101416.976000', '101416.978000', '101416.981000', '101436.863000', '101436.866000', '101436.868000', '101436.871000', '101436.874000', '101436.877000', '101436.879000', '101436.882000', '101436.885000', '101436.887000', '101436.890000', '101436.893000', '101436.895000', '101436.898000', '101436.901000', '101436.903000', '101436.906000', '101436.909000', '101436.911000', '101436.914000', '101436.917000', '101436.919000', '101436.922000', '101436.925000', '101436.927000', '101436.930000', '101436.932000', '101436.935000', '101436.938000', '101436.940000', '101436.943000', '101436.946000', '101436.948000', '101436.951000', '101436.954000', '101436.956000', '101436.959000', '101436.962000', '101436.964000', '101436.967000', '101436.970000', '101436.972000', '101436.975000', '101456.862000', '101456.865000', '101456.868000', '101456.871000', '101456.874000', '101456.876000', '101456.879000', '101456.882000', '101456.884000', '101456.887000', '101456.889000', '101456.892000', '101456.895000', '101456.897000', '101456.900000', '101456.903000', '101456.906000', '101456.908000', '101456.911000', '101456.913000', '101456.916000', '101456.918000', '101456.921000', '101456.924000', '101456.926000', '101456.929000', '101456.931000', '101456.934000', '101456.937000', '101456.939000', '101456.942000', '101456.944000', '101456.947000', '101456.950000', '101456.952000', '101456.955000', '101456.958000', '101456.960000', '101456.963000', '101456.966000', '101456.968000', '101456.971000', '101456.974000', '101456.976000', '101516.863000', '101516.866000', '101516.868000', '101516.871000', '101516.874000', '101516.876000', '101516.879000', '101516.882000', '101516.884000', '101516.887000', '101516.890000', '101516.892000', '101516.895000', '101516.898000', '101516.900000', '101516.903000', '101516.906000', '101516.908000', '101516.911000', '101516.914000', '101516.916000', '101516.919000', '101516.922000', '101516.924000', '101516.927000', '101516.929000', '101516.932000', '101516.935000', '101516.937000', '101516.940000', '101516.943000', '101516.945000', '101516.948000', '101516.951000', '101516.953000', '101516.956000', '101516.959000', '101516.961000', '101516.964000', '101516.967000', '101516.969000', '101516.972000', '101516.975000', '101536.863000', '101536.866000', '101536.868000', '101536.871000', '101536.874000', '101536.876000', '101536.888000', '101536.891000', '101536.893000', '101536.896000', '101536.898000', '101536.901000', '101536.904000', '101536.907000', '101536.909000', '101536.912000', '101536.914000', '101536.917000', '101536.920000', '101536.924000', '101536.927000', '101536.930000', '101536.933000', '101536.936000', '101536.938000', '101536.941000', '101536.944000', '101536.946000', '101536.949000', '101536.952000', '101536.954000', '101536.957000', '101536.960000', '101536.962000', '101536.965000', '101536.968000', '101536.970000', '101536.973000', '101536.975000', '101536.978000', '101536.981000', '101536.983000', '101536.986000', '101556.863000', '101556.865000', '101556.869000', '101556.871000', '101556.874000', '101556.876000', '101556.879000', '101556.882000', '101556.885000', '101556.887000', '101556.890000', '101556.893000', '101556.895000', '101556.898000', '101556.900000', '101556.903000', '101556.906000', '101556.908000', '101556.911000', '101556.914000', '101556.916000', '101556.919000', '101556.922000', '101556.924000', '101556.927000', '101556.929000', '101556.932000', '101556.935000', '101556.937000', '101556.940000', '101556.943000', '101556.945000', '101556.948000', '101556.951000', '101556.953000', '101556.956000', '101556.958000', '101556.961000', '101556.964000', '101556.966000', '101556.969000', '101556.971000', '101556.974000', '101556.977000', '101616.862000', '101616.865000', '101616.868000', '101616.871000', '101616.873000', '101616.876000', '101616.879000', '101616.881000', '101616.884000', '101616.887000', '101616.890000', '101616.893000', '101616.896000', '101616.898000', '101616.901000', '101616.904000', '101616.906000', '101616.909000', '101616.912000', '101616.914000', '101616.917000', '101616.919000', '101616.922000', '101616.925000', '101616.927000', '101616.930000', '101616.933000', '101616.935000', '101616.938000', '101616.941000', '101616.944000', '101616.946000', '101616.949000', '101616.951000', '101616.954000', '101616.957000', '101616.959000', '101616.962000', '101616.965000', '101616.967000', '101616.970000', '101616.972000', '101616.975000', '101616.978000', '101636.862000', '101636.865000', '101636.868000', '101636.871000', '101636.874000', '101636.876000', '101636.879000', '101636.881000', '101636.884000', '101636.887000', '101636.889000', '101636.892000', '101636.894000', '101636.897000', '101636.900000', '101636.902000', '101636.905000', '101636.908000', '101636.911000', '101636.913000', '101636.916000', '101636.918000', '101636.921000', '101636.924000', '101636.926000', '101636.929000', '101636.932000', '101636.934000', '101636.937000', '101636.940000', '101636.942000', '101636.945000', '101636.948000', '101636.950000', '101636.953000', '101636.956000', '101636.958000', '101636.961000', '101636.964000', '101636.967000', '101636.969000', '101636.972000', '101636.975000', '101656.863000', '101656.865000', '101656.868000', '101656.871000', '101656.873000', '101656.876000', '101656.879000', '101656.881000', '101656.884000', '101656.887000', '101656.889000', '101656.892000', '101656.894000', '101656.897000', '101656.900000', '101656.902000', '101656.913000', '101656.916000', '101656.918000', '101656.921000', '101656.924000', '101656.926000', '101656.929000', '101656.932000', '101656.934000', '101656.937000', '101656.939000', '101656.942000', '101656.945000', '101656.948000', '101656.950000', '101656.953000', '101656.956000', '101656.959000', '101656.961000', '101656.964000', '101656.966000', '101656.969000', '101656.972000', '101656.974000', '101656.977000', '101656.979000', '101656.982000', '101716.862000', '101716.865000', '101716.868000', '101716.871000', '101716.873000', '101716.876000', '101716.879000', '101716.881000', '101716.884000', '101716.887000', '101716.889000', '101716.892000', '101716.895000', '101716.897000', '101716.900000', '101716.903000', '101716.906000', '101716.908000', '101716.911000', '101716.913000', '101716.916000', '101716.919000', '101716.921000', '101716.924000', '101716.927000', '101716.929000', '101716.932000', '101716.935000', '101716.937000', '101716.940000', '101716.943000', '101716.945000', '101716.948000', '101716.951000', '101716.953000', '101716.956000', '101716.959000', '101716.961000', '101716.964000', '101716.966000', '101716.969000', '101716.972000', '101716.974000', '101716.977000', '101736.863000', '101736.865000', '101736.868000', '101736.871000', '101736.873000', '101736.876000', '101736.879000', '101736.882000', '101736.885000', '101736.887000', '101736.890000', '101736.892000', '101736.895000', '101736.898000', '101736.900000', '101736.903000', '101736.905000', '101736.908000', '101736.911000', '101736.913000', '101736.916000', '101736.919000', '101736.921000', '101736.924000', '101736.927000', '101736.930000', '101736.933000', '101736.935000', '101736.938000', '101736.941000', '101736.943000', '101736.946000', '101736.949000', '101736.951000', '101736.954000', '101736.957000', '101736.959000', '101736.962000', '101736.964000', '101736.967000', '101736.970000', '101736.972000', '101736.975000', '101756.862000', '101756.865000', '101756.868000', '101756.871000', '101756.873000', '101756.876000', '101756.879000', '101756.881000', '101756.884000', '101756.887000', '101756.889000', '101756.892000', '101756.895000', '101756.897000', '101756.900000', '101756.903000', '101756.905000', '101756.908000', '101756.911000', '101756.913000', '101756.916000', '101756.918000', '101756.921000', '101756.924000', '101756.926000', '101756.929000', '101756.932000', '101756.934000', '101756.937000', '101756.940000', '101756.942000', '101756.945000', '101756.948000', '101756.950000', '101756.953000', '101756.956000', '101756.958000', '101756.961000', '101756.963000', '101756.966000', '101756.969000', '101756.971000', '101756.974000', '101756.976000', '101806.761000', '101806.764000', '101806.767000', '101806.778000', '101806.781000', '101806.784000', '101806.786000', '101806.789000', '101806.792000', '101806.795000', '101806.797000', '101806.800000', '101806.803000', '101806.806000', '101806.808000', '101806.811000', '101806.814000', '101806.817000', '101806.820000', '101806.822000', '101806.825000', '101806.828000'], '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], 'LargestImagePixelValue': [12148, 10807, 11185, 8467, 8761, 8751, 8018, 9856, 8109, 9672, 8426, 9507, 7402, 10241, 8038, 8293, 8608, 7495, 8323, 7280, 9030, 7474, 9053, 7323, 9451, 7563, 9241, 7270, 9259, 7726, 9571, 8370, 10685, 8984, 8823, 8118, 7295, 8496, 7176, 9004, 7263, 9502, 7649, 8975, 7294, 9212, 7284, 9569, 7631, 10047, 7683, 9299, 8058, 9489, 8299, 11708, 9231, 11028, 7875, 9807, 7990, 8767, 8603, 7281, 9450, 7249, 9198, 7305, 8754, 7230, 9172, 7863, 10119, 8220, 10670, 7990, 8522, 8144, 7907, 9864, 7200, 9226, 7387, 9151, 7522, 9424, 7637, 9888, 8018, 12481, 8121, 10186, 8337, 8437, 8555, 7350, 9262, 7450, 9349, 7690, 10388, 8264, 10314, 9444, 8676, 9045, 7330, 8809, 7363, 9119, 8018, 9712, 8968, 11486, 9245, 7197, 8677, 7284, 9424, 8285, 10907, 9449, 7725, 8651, 7146, 8819, 7533, 9624, 8510, 10306, 8536, 7052, 8401, 7489, 9193, 7786, 10000, 8645, 9638, 8128, 7516, 8690, 7445, 9391, 8414, 9761, 8473, 7232, 8690, 7317, 8937, 7920, 10070, 8367, 10458, 8094, 7243, 8647, 7089, 9248, 7851, 9878, 8310, 10823, 7969, 10869, 8223, 10478, 8531, 10401, 9180, 8647, 8537, 7314, 8767, 7151, 9008, 7919, 9734, 8675, 11150, 8365, 10022, 8116, 8977, 8766, 8562, 10237, 7964, 9249, 7225, 9048, 7654, 10630, 8928, 7839, 8794, 7227, 9142, 7923, 10877, 8548, 9294, 9799, 7573, 8803, 7384, 10164, 7799, 8378, 8348, 7378, 8917, 7330, 9023, 7388, 9412, 8236, 10674, 8870, 13251, 8009, 9120, 8161, 7753, 8750, 7369, 9410, 7701, 8970, 7299, 9228, 7425, 9568, 7903, 10197, 8839, 10839, 8203, 10304, 7935, 10466, 8646, 8736, 9240, 7512, 8957, 7586, 9110, 8067, 9380, 8497, 10495, 8867, 9577, 8056, 7464, 8181, 7557, 9010, 7344, 9694, 7654, 9803, 8007, 10853, 7884, 11868, 8256, 11530, 8692, 10623, 8176, 9164, 7880, 7233, 8562, 7484, 9081, 7937, 9275, 7324, 8994, 7376, 9297, 7297, 8979, 7402, 9312, 7856, 9920, 7922, 9536, 8087, 9947, 8192, 9878, 8567, 10223, 8645, 12090, 8271, 7382, 8403, 7708, 8949, 7402, 9539, 7614, 9673, 7372, 9215, 7654, 8979, 7534, 9435, 7580, 10077, 7794, 9638, 7590, 8896, 7672, 7913, 9091, 7271, 9525, 7288, 9089, 7946, 11792, 8327, 13008, 9281, 14558, 11526, 13056, 8034, 12609, 8388, 10470, 8863, 8281, 9868, 8340, 9102, 7493, 8827, 7335, 9324, 8155, 9884, 8269, 9383, 7783, 8679, 7995, 7455, 8944, 7322, 9293, 7287, 8894, 7197, 9341, 7355, 9487, 7584, 9281, 7699, 9471, 7775, 9548, 7872, 10707, 8121, 11616, 8738, 9955, 8552, 7283, 7968, 7245, 8875, 7182, 8913, 7259, 9419, 7925, 9661, 7559, 9730, 7985, 10412, 8219, 10391, 8203, 10985, 8276, 10052, 7820, 9137, 7360, 8624, 7423, 9320, 7463, 9191, 7276, 8830, 7435, 9191, 7826, 9755, 8309, 10771, 8115, 10274, 7733, 10827, 7862, 10284, 7872, 9851, 8155, 10572, 7921, 10376, 7507, 7436, 7945, 7423, 8285, 7255, 8960, 7159, 8985, 7351, 9171, 7531, 10043, 8142, 9162, 7971, 9157, 7860, 8811, 7371, 8854, 7308, 9215, 7550, 10662, 7760, 10902, 7594, 10851, 7820, 11289, 9789, 10608, 10522, 7860, 8979, 7331, 9220, 7834, 9622, 8204, 12679, 8485, 13192, 7882, 10401, 8050, 7380, 9161, 7251, 9485, 7631, 9640, 7649, 9302, 7623, 9242, 7890, 9698, 8304, 11746, 8170, 7780, 8128, 7348, 8753, 7468, 9752, 7797, 9855, 7913, 8928, 7705, 8814, 8446, 8787, 9185, 7560, 8741, 7248, 9118, 7342, 9089, 7796, 9880, 7978, 10205, 8184, 9395, 8269, 8929, 8371, 9818, 8498, 10289, 8489, 9101, 8595, 7362, 8795, 7491, 9615, 7313, 9448, 7703, 9451, 7331, 9182, 7161, 8956, 7147, 9584, 7890, 10002, 7653, 9620, 7785, 9443, 7726, 9762, 8366, 10739, 8597, 10157, 8013, 10209, 8027, 10007, 8913, 8226, 9063, 7358, 8961, 7271, 8993, 7468, 9413, 8223, 11590, 8066, 11463, 7888, 10431, 8152, 9816, 8444, 13359, 8432, 10513, 7739, 7768, 8597, 8365, 8991, 9018, 8952, 7515, 8636, 7373, 8526, 7321, 9380, 7608, 9789, 7389, 9292, 7848, 9301, 7949, 9320, 7981, 9856, 8419, 10546, 8495, 7413, 8176, 7471, 8727, 7205, 8975, 7825, 9899, 8002, 8964, 7975, 8936, 8000, 9410, 8923, 8599, 9881, 7191, 8991, 7330, 9249, 7377, 9292, 8075, 10000, 8241, 7211, 8058, 7308, 8666, 7370, 8970, 7464, 9801, 7480, 8773, 7436, 9154, 7584, 8924, 7613, 9651, 7867, 9858, 7947, 11073, 8148, 10506, 7953, 11031, 8397, 10381, 8825, 10194, 8817, 7174, 8676, 7516, 9140, 7280, 9860, 8482, 11039, 8443, 7401, 8393, 7447, 9156, 7713, 10037, 8430, 13050, 8271, 11905, 8398, 11120, 8310, 11184, 8992, 8603, 9248, 7322, 9081, 7651, 9431, 8047, 8182, 9039, 7086, 9555, 7430, 9714, 7776, 7345, 10666, 7272, 9556, 7840, 12746, 8086, 10056, 8067, 7787, 8550, 7397, 9844, 7630, 10044, 8071, 7636, 8251, 7208, 9046, 8114, 9986, 8568, 7514, 8660, 7308, 9162, 7765, 9759, 8697, 11491, 9563, 7205, 9365, 7557, 9815, 8479, 8816, 9209, 7235, 9334, 7547, 9875, 8458, 10842, 9089, 8985, 9642, 7318, 14593, 10779, 7251, 9794, 8685, 7212, 9715, 7938, 13172, 8632, 11285, 9186, 7913, 9763, 8251, 14178, 8078, 9649, 8223, 7141, 8898, 7513, 9358, 7843, 10375, 7852, 7675, 8515, 7086, 9150, 7625, 9507, 7393, 9512, 7292, 9335, 7938, 10193, 8148, 9300, 8114, 9677, 8087, 9609, 8941, 7903, 9304, 7552, 9267, 7299, 9124, 7794, 9513, 8800, 10561, 8366, 10218, 8256, 9495, 8467, 7760, 9525, 7882, 9962, 8233, 10238, 8256, 9142, 9277, 7475, 10218, 7929, 13176, 8323, 14130, 8480, 12685, 8901, 10523, 8608, 7065, 8594, 7148, 8985, 7322, 9781, 8330, 10232, 8209, 10246, 8092, 10377, 8138, 10529, 8986, 10861, 8562, 11337, 8307, 7274, 8824, 7185, 9408, 7595, 9350, 7997, 10236, 8675, 9857, 9873, 7253, 9746, 7683, 10118, 8417, 9405, 8901, 8195, 11545, 8396, 13260, 8193, 13934, 8337, 13207, 8722, 12367, 9763, 9555, 8878, 7128, 9493, 7351, 9350, 8045, 10214, 8526, 9438, 8555, 7217, 8766, 7118, 9292, 7395, 9374, 8121, 10584, 8600, 10329, 8120, 8705, 8381, 7629, 9112, 7684, 10066, 7764, 9859, 8091, 8275, 8719, 7475, 9695, 8368, 11606, 8062, 11051, 9040, 7291, 9591, 8130, 13321, 9113, 10174, 8882, 7445, 9041, 7791, 10488, 8641, 9804, 8164, 7307, 8490, 7476, 9194, 8186, 9988, 7952, 10603, 8060, 9614, 8188, 10065, 9045, 7804, 9414, 7396, 9214, 8075, 9671, 8383, 10375, 9128, 8860, 9252, 7183, 9172, 7506, 9761, 8471, 10609, 9223, 7404, 8900, 7205, 9094, 7915, 10086, 8884, 8993, 8896, 7433, 9214, 7864, 9819, 8577, 10088, 8951, 7101, 8962, 7483, 8984, 8418, 10325, 8913, 8530, 9026, 7004, 9202, 7491, 9766, 8612, 9020, 9305, 7684, 9514, 8076, 10677, 8603, 9896, 9187, 7843, 10018, 7323, 9492, 7404, 9060, 7982, 9819, 8635, 9414, 9052, 7058, 8689, 7386, 8921, 7637, 9277, 8485, 10721, 8920, 8977, 8813, 7343, 9240, 7389, 9428, 8162, 10628, 7971, 13046, 8326, 9689, 8799, 8258, 9700, 7798, 11814, 7972, 13260, 8074, 10439, 8621, 8772, 9515, 7658, 9589, 7718, 9515, 7820, 10053, 8401, 10750, 8967, 10125, 8901, 6915, 8999, 7275, 9142, 7831, 9805, 8729, 10686, 8687, 8806, 8451, 7249, 8837, 7364, 9690, 8146, 10901, 8826, 7335, 8892, 7186], 'WindowCenter': [4662.0, 4638.0, 4635.0, 4582.0, 4591.0, 4580.0, 4568.0, 4596.0, 4555.0, 4586.0, 4567.0, 4585.0, 4546.0, 4596.0, 4566.0, 4577.0, 4577.0, 4559.0, 4578.0, 4558.0, 4587.0, 4559.0, 4589.0, 4556.0, 4600.0, 4567.0, 4588.0, 4571.0, 4588.0, 4570.0, 4600.0, 4580.0, 4609.0, 4591.0, 4592.0, 4580.0, 4571.0, 4589.0, 4557.0, 4591.0, 4560.0, 4601.0, 4571.0, 4590.0, 4560.0, 4589.0, 4558.0, 4599.0, 4568.0, 4601.0, 4569.0, 4600.0, 4582.0, 4598.0, 4579.0, 4618.0, 4590.0, 4610.0, 4582.0, 4598.0, 4571.0, 4577.0, 4578.0, 4559.0, 4600.0, 4562.0, 4600.0, 4559.0, 4579.0, 4558.0, 4589.0, 4569.0, 4611.0, 4581.0, 4612.0, 4582.0, 4590.0, 4580.0, 4582.0, 4600.0, 4562.0, 4600.0, 4572.0, 4590.0, 4569.0, 4590.0, 4570.0, 4601.0, 4571.0, 4630.0, 4580.0, 4608.0, 4580.0, 4580.0, 4589.0, 4559.0, 4589.0, 4560.0, 4589.0, 4569.0, 4610.0, 4582.0, 4610.0, 4601.0, 4605.0, 4602.0, 4572.0, 4590.0, 4572.0, 4589.0, 4569.0, 4599.0, 4590.0, 4618.0, 4590.0, 4559.0, 4580.0, 4561.0, 4588.0, 4578.0, 4609.0, 4590.0, 4569.0, 4579.0, 4559.0, 4588.0, 4558.0, 4587.0, 4578.0, 4598.0, 4578.0, 4560.0, 4579.0, 4560.0, 4590.0, 4569.0, 4598.0, 4579.0, 4600.0, 4581.0, 4571.0, 4580.0, 4561.0, 4601.0, 4582.0, 4610.0, 4581.0, 4572.0, 4590.0, 4559.0, 4588.0, 4570.0, 4600.0, 4578.0, 4610.0, 4569.0, 4560.0, 4577.0, 4550.0, 4590.0, 4569.0, 4599.0, 4580.0, 4610.0, 4569.0, 4610.0, 4579.0, 4597.0, 4578.0, 4596.0, 4586.0, 4577.0, 4579.0, 4561.0, 4580.0, 4561.0, 4590.0, 4571.0, 4601.0, 4591.0, 4620.0, 4580.0, 4610.0, 4580.0, 4590.0, 4580.0, 4579.0, 4598.0, 4568.0, 4589.0, 4562.0, 4589.0, 4569.0, 4607.0, 4591.0, 4569.0, 4591.0, 4573.0, 4600.0, 4580.0, 4609.0, 4592.0, 4616.0, 4625.0, 4584.0, 4604.0, 4560.0, 4598.0, 4557.0, 4580.0, 4579.0, 4560.0, 4589.0, 4558.0, 4589.0, 4561.0, 4589.0, 4578.0, 4599.0, 4578.0, 4628.0, 4567.0, 4589.0, 4569.0, 4558.0, 4579.0, 4558.0, 4586.0, 4559.0, 4578.0, 4559.0, 4586.0, 4556.0, 4588.0, 4568.0, 4597.0, 4578.0, 4607.0, 4567.0, 4598.0, 4567.0, 4594.0, 4578.0, 4575.0, 4578.0, 4556.0, 4577.0, 4558.0, 4577.0, 4569.0, 4576.0, 4578.0, 4597.0, 4579.0, 4587.0, 4567.0, 4557.0, 4568.0, 4559.0, 4579.0, 4557.0, 4596.0, 4560.0, 4600.0, 4570.0, 4610.0, 4569.0, 4619.0, 4581.0, 4619.0, 4579.0, 4609.0, 4579.0, 4601.0, 4580.0, 4571.0, 4592.0, 4569.0, 4591.0, 4581.0, 4603.0, 4570.0, 4590.0, 4573.0, 4602.0, 4573.0, 4590.0, 4572.0, 4604.0, 4582.0, 4613.0, 4583.0, 4604.0, 4582.0, 4612.0, 4584.0, 4601.0, 4592.0, 4602.0, 4592.0, 4632.0, 4580.0, 4573.0, 4581.0, 4573.0, 4593.0, 4562.0, 4601.0, 4571.0, 4603.0, 4574.0, 4604.0, 4572.0, 4591.0, 4571.0, 4591.0, 4571.0, 4599.0, 4572.0, 4603.0, 4583.0, 4603.0, 4571.0, 4583.0, 4594.0, 4562.0, 4601.0, 4573.0, 4602.0, 4595.0, 4633.0, 4581.0, 4639.0, 4591.0, 4640.0, 4610.0, 4628.0, 4570.0, 4629.0, 4569.0, 4598.0, 4576.0, 4566.0, 4596.0, 4567.0, 4578.0, 4559.0, 4588.0, 4558.0, 4585.0, 4570.0, 4598.0, 4567.0, 4590.0, 4570.0, 4591.0, 4569.0, 4558.0, 4589.0, 4560.0, 4590.0, 4560.0, 4576.0, 4550.0, 4590.0, 4576.0, 4604.0, 4568.0, 4588.0, 4571.0, 4589.0, 4583.0, 4612.0, 4582.0, 4608.0, 4571.0, 4618.0, 4580.0, 4598.0, 4579.0, 4571.0, 4582.0, 4573.0, 4592.0, 4560.0, 4593.0, 4559.0, 4592.0, 4570.0, 4601.0, 4571.0, 4601.0, 4579.0, 4610.0, 4581.0, 4599.0, 4582.0, 4609.0, 4580.0, 4599.0, 4558.0, 4588.0, 4560.0, 4577.0, 4558.0, 4588.0, 4561.0, 4590.0, 4571.0, 4592.0, 4571.0, 4590.0, 4570.0, 4600.0, 4580.0, 4610.0, 4581.0, 4623.0, 4584.0, 4621.0, 4581.0, 4600.0, 4571.0, 4586.0, 4569.0, 4609.0, 4583.0, 4611.0, 4560.0, 4560.0, 4582.0, 4570.0, 4581.0, 4561.0, 4592.0, 4563.0, 4601.0, 4574.0, 4603.0, 4584.0, 4601.0, 4572.0, 4602.0, 4569.0, 4590.0, 4571.0, 4589.0, 4559.0, 4591.0, 4561.0, 4590.0, 4569.0, 4609.0, 4571.0, 4609.0, 4571.0, 4607.0, 4572.0, 4606.0, 4599.0, 4610.0, 4610.0, 4581.0, 4591.0, 4573.0, 4591.0, 4570.0, 4599.0, 4579.0, 4629.0, 4579.0, 4640.0, 4579.0, 4608.0, 4569.0, 4559.0, 4589.0, 4556.0, 4600.0, 4570.0, 4599.0, 4569.0, 4587.0, 4567.0, 4586.0, 4568.0, 4586.0, 4568.0, 4617.0, 4579.0, 4570.0, 4568.0, 4559.0, 4577.0, 4557.0, 4598.0, 4570.0, 4600.0, 4581.0, 4591.0, 4570.0, 4588.0, 4580.0, 4580.0, 4590.0, 4568.0, 4580.0, 4570.0, 4589.0, 4560.0, 4589.0, 4568.0, 4598.0, 4571.0, 4601.0, 4581.0, 4601.0, 4580.0, 4591.0, 4579.0, 4598.0, 4592.0, 4609.0, 4591.0, 4590.0, 4591.0, 4571.0, 4590.0, 4572.0, 4600.0, 4560.0, 4601.0, 4572.0, 4601.0, 4571.0, 4601.0, 4561.0, 4591.0, 4560.0, 4601.0, 4571.0, 4600.0, 4572.0, 4600.0, 4583.0, 4601.0, 4571.0, 4600.0, 4581.0, 4621.0, 4590.0, 4611.0, 4583.0, 4611.0, 4581.0, 4600.0, 4592.0, 4581.0, 4589.0, 4573.0, 4602.0, 4572.0, 4590.0, 4571.0, 4602.0, 4583.0, 4621.0, 4581.0, 4621.0, 4582.0, 4608.0, 4568.0, 4598.0, 4578.0, 4627.0, 4567.0, 4607.0, 4559.0, 4569.0, 4577.0, 4567.0, 4589.0, 4578.0, 4588.0, 4558.0, 4577.0, 4558.0, 4576.0, 4556.0, 4589.0, 4558.0, 4599.0, 4559.0, 4590.0, 4568.0, 4587.0, 4568.0, 4588.0, 4566.0, 4586.0, 4568.0, 4597.0, 4577.0, 4559.0, 4579.0, 4560.0, 4578.0, 4561.0, 4588.0, 4570.0, 4599.0, 4582.0, 4591.0, 4582.0, 4592.0, 4582.0, 4588.0, 4589.0, 4579.0, 4600.0, 4561.0, 4589.0, 4571.0, 4588.0, 4560.0, 4589.0, 4570.0, 4600.0, 4579.0, 4572.0, 4581.0, 4573.0, 4591.0, 4572.0, 4592.0, 4560.0, 4612.0, 4560.0, 4592.0, 4574.0, 4602.0, 4583.0, 4601.0, 4571.0, 4600.0, 4582.0, 4611.0, 4582.0, 4620.0, 4581.0, 4620.0, 4581.0, 4620.0, 4578.0, 4599.0, 4591.0, 4600.0, 4590.0, 4562.0, 4591.0, 4572.0, 4599.0, 4558.0, 4600.0, 4581.0, 4609.0, 4579.0, 4561.0, 4579.0, 4559.0, 4588.0, 4559.0, 4597.0, 4566.0, 4625.0, 4569.0, 4617.0, 4569.0, 4606.0, 4568.0, 4606.0, 4576.0, 4566.0, 4586.0, 4558.0, 4577.0, 4569.0, 4588.0, 4569.0, 4569.0, 4588.0, 4550.0, 4601.0, 4573.0, 4601.0, 4572.0, 4571.0, 4611.0, 4559.0, 4599.0, 4569.0, 4629.0, 4580.0, 4612.0, 4582.0, 4570.0, 4579.0, 4559.0, 4601.0, 4570.0, 4600.0, 4582.0, 4572.0, 4581.0, 4571.0, 4591.0, 4584.0, 4612.0, 4592.0, 4572.0, 4592.0, 4574.0, 4603.0, 4572.0, 4600.0, 4582.0, 4621.0, 4601.0, 4561.0, 4590.0, 4571.0, 4600.0, 4581.0, 4589.0, 4590.0, 4561.0, 4600.0, 4572.0, 4601.0, 4581.0, 4610.0, 4590.0, 4605.0, 4603.0, 4572.0, 4650.0, 4622.0, 4573.0, 4601.0, 4580.0, 4560.0, 4600.0, 4572.0, 4640.0, 4581.0, 4611.0, 4590.0, 4557.0, 4587.0, 4567.0, 4627.0, 4568.0, 4589.0, 4568.0, 4549.0, 4577.0, 4548.0, 4578.0, 4570.0, 4598.0, 4569.0, 4570.0, 4580.0, 4550.0, 4590.0, 4560.0, 4590.0, 4560.0, 4588.0, 4560.0, 4589.0, 4569.0, 4598.0, 4571.0, 4590.0, 4581.0, 4602.0, 4582.0, 4599.0, 4591.0, 4571.0, 4592.0, 4571.0, 4598.0, 4573.0, 4603.0, 4573.0, 4601.0, 4592.0, 4612.0, 4583.0, 4612.0, 4582.0, 4603.0, 4580.0, 4572.0, 4601.0, 4572.0, 4602.0, 4583.0, 4612.0, 4582.0, 4591.0, 4592.0, 4559.0, 4602.0, 4572.0, 4628.0, 4571.0, 4638.0, 4578.0, 4617.0, 4578.0, 4597.0, 4577.0, 4549.0, 4578.0, 4560.0, 4580.0, 4559.0, 4599.0, 4582.0, 4610.0, 4581.0, 4611.0, 4581.0, 4599.0, 4570.0, 4599.0, 4581.0, 4610.0, 4579.0, 4621.0, 4580.0, 4560.0, 4589.0, 4561.0, 4602.0, 4573.0, 4602.0, 4585.0, 4613.0, 4592.0, 4601.0, 4613.0, 4562.0, 4601.0, 4574.0, 4612.0, 4583.0, 4603.0, 4593.0, 4582.0, 4621.0, 4570.0, 4629.0, 4581.0, 4639.0, 4570.0, 4629.0, 4569.0, 4617.0, 4588.0, 4588.0, 4577.0, 4548.0, 4587.0, 4560.0, 4588.0, 4569.0, 4598.0, 4580.0, 4588.0, 4580.0, 4562.0, 4579.0, 4560.0, 4590.0, 4560.0, 4590.0, 4571.0, 4611.0, 4581.0, 4611.0, 4583.0, 4593.0, 4582.0, 4571.0, 4592.0, 4573.0, 4613.0, 4574.0, 4615.0, 4584.0, 4595.0, 4594.0, 4573.0, 4603.0, 4584.0, 4634.0, 4583.0, 4623.0, 4592.0, 4563.0, 4603.0, 4572.0, 4641.0, 4594.0, 4613.0, 4592.0, 4573.0, 4592.0, 4573.0, 4612.0, 4594.0, 4614.0, 4583.0, 4575.0, 4592.0, 4571.0, 4602.0, 4580.0, 4600.0, 4570.0, 4611.0, 4580.0, 4599.0, 4580.0, 4598.0, 4588.0, 4569.0, 4590.0, 4570.0, 4600.0, 4572.0, 4599.0, 4579.0, 4599.0, 4588.0, 4580.0, 4590.0, 4550.0, 4590.0, 4558.0, 4598.0, 4570.0, 4598.0, 4588.0, 4559.0, 4588.0, 4560.0, 4579.0, 4569.0, 4598.0, 4578.0, 4590.0, 4590.0, 4561.0, 4590.0, 4570.0, 4599.0, 4580.0, 4599.0, 4578.0, 4561.0, 4591.0, 4561.0, 4589.0, 4579.0, 4600.0, 4589.0, 4581.0, 4591.0, 4563.0, 4602.0, 4571.0, 4601.0, 4592.0, 4591.0, 4591.0, 4573.0, 4603.0, 4583.0, 4613.0, 4593.0, 4601.0, 4591.0, 4568.0, 4600.0, 4562.0, 4601.0, 4562.0, 4590.0, 4581.0, 4600.0, 4582.0, 4600.0, 4592.0, 4563.0, 4594.0, 4574.0, 4594.0, 4573.0, 4602.0, 4592.0, 4623.0, 4593.0, 4603.0, 4604.0, 4575.0, 4603.0, 4562.0, 4602.0, 4580.0, 4612.0, 4581.0, 4641.0, 4581.0, 4601.0, 4592.0, 4581.0, 4601.0, 4560.0, 4618.0, 4570.0, 4628.0, 4571.0, 4597.0, 4579.0, 4578.0, 4589.0, 4558.0, 4588.0, 4571.0, 4590.0, 4559.0, 4589.0, 4567.0, 4598.0, 4578.0, 4597.0, 4579.0, 4551.0, 4590.0, 4561.0, 4588.0, 4560.0, 4587.0, 4580.0, 4598.0, 4579.0, 4592.0, 4582.0, 4572.0, 4591.0, 4560.0, 4601.0, 4572.0, 4611.0, 4592.0, 4573.0, 4593.0, 4563.0], 'WindowWidth': [10200.0, 10159.0, 10150.0, 10074.0, 10083.0, 10063.0, 10044.0, 10081.0, 10022.0, 10066.0, 10040.0, 10063.0, 10011.0, 10078.0, 10041.0, 10057.0, 10057.0, 10035.0, 10061.0, 10036.0, 10072.0, 10039.0, 10076.0, 10027.0, 10089.0, 10044.0, 10074.0, 10054.0, 10073.0, 10052.0, 10090.0, 10067.0, 10105.0, 10080.0, 10083.0, 10067.0, 10057.0, 10078.0, 10033.0, 10082.0, 10037.0, 10095.0, 10057.0, 10079.0, 10038.0, 10075.0, 10033.0, 10088.0, 10046.0, 10093.0, 10051.0, 10092.0, 10068.0, 10086.0, 10064.0, 10115.0, 10079.0, 10106.0, 10068.0, 10089.0, 10052.0, 10057.0, 10061.0, 10035.0, 10091.0, 10044.0, 10091.0, 10038.0, 10062.0, 10034.0, 10076.0, 10049.0, 10106.0, 10066.0, 10110.0, 10071.0, 10079.0, 10067.0, 10068.0, 10092.0, 10042.0, 10093.0, 10058.0, 10079.0, 10051.0, 10077.0, 10049.0, 10092.0, 10051.0, 10132.0, 10065.0, 10102.0, 10064.0, 10063.0, 10076.0, 10035.0, 10077.0, 10039.0, 10076.0, 10051.0, 10106.0, 10069.0, 10104.0, 10094.0, 10109.0, 10098.0, 10060.0, 10079.0, 10057.0, 10075.0, 10048.0, 10087.0, 10076.0, 10112.0, 10075.0, 10035.0, 10062.0, 10038.0, 10072.0, 10059.0, 10102.0, 10074.0, 10049.0, 10060.0, 10035.0, 10070.0, 10030.0, 10068.0, 10058.0, 10085.0, 10059.0, 10038.0, 10062.0, 10038.0, 10075.0, 10047.0, 10087.0, 10061.0, 10092.0, 10066.0, 10054.0, 10064.0, 10038.0, 10092.0, 10068.0, 10105.0, 10068.0, 10057.0, 10079.0, 10036.0, 10074.0, 10050.0, 10091.0, 10059.0, 10104.0, 10049.0, 10037.0, 10057.0, 10022.0, 10076.0, 10047.0, 10088.0, 10063.0, 10105.0, 10049.0, 10101.0, 10060.0, 10082.0, 10058.0, 10078.0, 10066.0, 10055.0, 10058.0, 10038.0, 10062.0, 10039.0, 10075.0, 10053.0, 10093.0, 10080.0, 10119.0, 10065.0, 10106.0, 10064.0, 10076.0, 10063.0, 10061.0, 10085.0, 10045.0, 10075.0, 10041.0, 10074.0, 10048.0, 10096.0, 10079.0, 10049.0, 10080.0, 10060.0, 10092.0, 10066.0, 10103.0, 10084.0, 10126.0, 10137.0, 10076.0, 10100.0, 10038.0, 10082.0, 10028.0, 10062.0, 10061.0, 10035.0, 10074.0, 10033.0, 10073.0, 10037.0, 10074.0, 10057.0, 10087.0, 10056.0, 10126.0, 10042.0, 10074.0, 10044.0, 10030.0, 10058.0, 10030.0, 10067.0, 10031.0, 10057.0, 10034.0, 10066.0, 10025.0, 10068.0, 10043.0, 10081.0, 10056.0, 10095.0, 10042.0, 10085.0, 10042.0, 10074.0, 10057.0, 10050.0, 10055.0, 10025.0, 10053.0, 10030.0, 10055.0, 10044.0, 10053.0, 10056.0, 10082.0, 10057.0, 10068.0, 10041.0, 10029.0, 10044.0, 10032.0, 10058.0, 10028.0, 10082.0, 10035.0, 10089.0, 10052.0, 10104.0, 10049.0, 10114.0, 10065.0, 10114.0, 10062.0, 10102.0, 10060.0, 10094.0, 10065.0, 10056.0, 10083.0, 10050.0, 10082.0, 10067.0, 10100.0, 10051.0, 10079.0, 10062.0, 10097.0, 10061.0, 10078.0, 10056.0, 10101.0, 10071.0, 10114.0, 10074.0, 10102.0, 10072.0, 10111.0, 10073.0, 10093.0, 10081.0, 10097.0, 10081.0, 10135.0, 10065.0, 10059.0, 10068.0, 10060.0, 10086.0, 10043.0, 10097.0, 10055.0, 10100.0, 10064.0, 10103.0, 10059.0, 10080.0, 10054.0, 10081.0, 10051.0, 10090.0, 10055.0, 10100.0, 10076.0, 10101.0, 10057.0, 10071.0, 10087.0, 10044.0, 10095.0, 10061.0, 10099.0, 10092.0, 10140.0, 10069.0, 10144.0, 10081.0, 10144.0, 10101.0, 10127.0, 10049.0, 10127.0, 10046.0, 10083.0, 10052.0, 10037.0, 10079.0, 10042.0, 10057.0, 10035.0, 10071.0, 10032.0, 10065.0, 10048.0, 10083.0, 10043.0, 10078.0, 10050.0, 10080.0, 10049.0, 10033.0, 10075.0, 10035.0, 10077.0, 10037.0, 10054.0, 10020.0, 10074.0, 10068.0, 10103.0, 10046.0, 10070.0, 10050.0, 10073.0, 10076.0, 10114.0, 10071.0, 10100.0, 10052.0, 10111.0, 10062.0, 10086.0, 10061.0, 10055.0, 10070.0, 10059.0, 10083.0, 10039.0, 10084.0, 10036.0, 10082.0, 10051.0, 10095.0, 10056.0, 10094.0, 10063.0, 10104.0, 10065.0, 10088.0, 10068.0, 10102.0, 10064.0, 10089.0, 10032.0, 10072.0, 10038.0, 10056.0, 10032.0, 10072.0, 10040.0, 10079.0, 10056.0, 10082.0, 10055.0, 10079.0, 10051.0, 10091.0, 10064.0, 10104.0, 10068.0, 10130.0, 10076.0, 10121.0, 10068.0, 10091.0, 10050.0, 10068.0, 10046.0, 10102.0, 10070.0, 10108.0, 10039.0, 10038.0, 10070.0, 10053.0, 10068.0, 10041.0, 10083.0, 10046.0, 10097.0, 10065.0, 10104.0, 10075.0, 10095.0, 10053.0, 10098.0, 10049.0, 10077.0, 10053.0, 10077.0, 10036.0, 10078.0, 10041.0, 10077.0, 10049.0, 10101.0, 10055.0, 10104.0, 10055.0, 10098.0, 10056.0, 10096.0, 10087.0, 10103.0, 10105.0, 10068.0, 10082.0, 10060.0, 10081.0, 10051.0, 10090.0, 10062.0, 10130.0, 10063.0, 10145.0, 10062.0, 10101.0, 10048.0, 10034.0, 10076.0, 10029.0, 10090.0, 10050.0, 10089.0, 10050.0, 10070.0, 10044.0, 10065.0, 10042.0, 10067.0, 10045.0, 10111.0, 10060.0, 10050.0, 10046.0, 10035.0, 10057.0, 10030.0, 10086.0, 10049.0, 10091.0, 10069.0, 10080.0, 10051.0, 10074.0, 10065.0, 10062.0, 10076.0, 10046.0, 10063.0, 10052.0, 10074.0, 10038.0, 10075.0, 10047.0, 10085.0, 10052.0, 10093.0, 10066.0, 10095.0, 10065.0, 10081.0, 10062.0, 10086.0, 10082.0, 10102.0, 10080.0, 10079.0, 10082.0, 10056.0, 10081.0, 10056.0, 10094.0, 10038.0, 10097.0, 10055.0, 10094.0, 10057.0, 10094.0, 10042.0, 10080.0, 10037.0, 10093.0, 10052.0, 10092.0, 10055.0, 10094.0, 10074.0, 10096.0, 10055.0, 10092.0, 10069.0, 10122.0, 10080.0, 10110.0, 10074.0, 10109.0, 10068.0, 10092.0, 10083.0, 10068.0, 10077.0, 10062.0, 10099.0, 10059.0, 10081.0, 10055.0, 10097.0, 10072.0, 10123.0, 10067.0, 10122.0, 10069.0, 10100.0, 10045.0, 10085.0, 10057.0, 10123.0, 10043.0, 10097.0, 10034.0, 10047.0, 10057.0, 10042.0, 10073.0, 10058.0, 10071.0, 10031.0, 10055.0, 10032.0, 10054.0, 10027.0, 10074.0, 10030.0, 10087.0, 10036.0, 10076.0, 10046.0, 10071.0, 10045.0, 10069.0, 10037.0, 10065.0, 10042.0, 10080.0, 10054.0, 10033.0, 10059.0, 10039.0, 10060.0, 10039.0, 10074.0, 10051.0, 10090.0, 10070.0, 10084.0, 10070.0, 10085.0, 10069.0, 10073.0, 10076.0, 10060.0, 10090.0, 10038.0, 10074.0, 10055.0, 10073.0, 10036.0, 10075.0, 10050.0, 10091.0, 10062.0, 10058.0, 10068.0, 10061.0, 10082.0, 10055.0, 10084.0, 10037.0, 10109.0, 10039.0, 10082.0, 10062.0, 10098.0, 10075.0, 10095.0, 10054.0, 10093.0, 10070.0, 10108.0, 10069.0, 10121.0, 10070.0, 10121.0, 10067.0, 10119.0, 10060.0, 10089.0, 10080.0, 10091.0, 10078.0, 10043.0, 10080.0, 10058.0, 10089.0, 10034.0, 10090.0, 10066.0, 10100.0, 10062.0, 10041.0, 10060.0, 10034.0, 10070.0, 10032.0, 10083.0, 10040.0, 10120.0, 10046.0, 10110.0, 10044.0, 10092.0, 10041.0, 10091.0, 10051.0, 10037.0, 10063.0, 10030.0, 10056.0, 10047.0, 10071.0, 10046.0, 10047.0, 10072.0, 10023.0, 10092.0, 10058.0, 10094.0, 10057.0, 10054.0, 10105.0, 10034.0, 10088.0, 10047.0, 10129.0, 10065.0, 10110.0, 10067.0, 10050.0, 10061.0, 10033.0, 10092.0, 10049.0, 10091.0, 10068.0, 10057.0, 10067.0, 10054.0, 10082.0, 10074.0, 10110.0, 10083.0, 10059.0, 10085.0, 10063.0, 10098.0, 10056.0, 10090.0, 10069.0, 10119.0, 10092.0, 10040.0, 10079.0, 10054.0, 10090.0, 10064.0, 10074.0, 10077.0, 10040.0, 10090.0, 10055.0, 10092.0, 10065.0, 10101.0, 10077.0, 10106.0, 10099.0, 10055.0, 10161.0, 10122.0, 10059.0, 10093.0, 10064.0, 10036.0, 10090.0, 10055.0, 10146.0, 10067.0, 10104.0, 10074.0, 10027.0, 10068.0, 10037.0, 10121.0, 10042.0, 10071.0, 10041.0, 10017.0, 10052.0, 10016.0, 10056.0, 10046.0, 10084.0, 10047.0, 10050.0, 10061.0, 10020.0, 10074.0, 10033.0, 10073.0, 10035.0, 10070.0, 10035.0, 10070.0, 10046.0, 10085.0, 10051.0, 10079.0, 10066.0, 10095.0, 10068.0, 10088.0, 10079.0, 10052.0, 10082.0, 10055.0, 10089.0, 10061.0, 10099.0, 10058.0, 10094.0, 10083.0, 10111.0, 10072.0, 10110.0, 10070.0, 10097.0, 10065.0, 10053.0, 10093.0, 10055.0, 10095.0, 10072.0, 10109.0, 10069.0, 10078.0, 10080.0, 10034.0, 10094.0, 10054.0, 10127.0, 10052.0, 10139.0, 10057.0, 10106.0, 10056.0, 10081.0, 10055.0, 10021.0, 10057.0, 10035.0, 10060.0, 10034.0, 10087.0, 10066.0, 10104.0, 10066.0, 10107.0, 10067.0, 10089.0, 10050.0, 10087.0, 10064.0, 10102.0, 10060.0, 10120.0, 10063.0, 10038.0, 10075.0, 10039.0, 10095.0, 10058.0, 10099.0, 10078.0, 10113.0, 10085.0, 10094.0, 10112.0, 10042.0, 10095.0, 10061.0, 10111.0, 10072.0, 10098.0, 10084.0, 10066.0, 10120.0, 10048.0, 10127.0, 10064.0, 10140.0, 10048.0, 10125.0, 10044.0, 10106.0, 10067.0, 10066.0, 10053.0, 10015.0, 10067.0, 10033.0, 10070.0, 10044.0, 10082.0, 10059.0, 10070.0, 10060.0, 10040.0, 10062.0, 10038.0, 10076.0, 10035.0, 10075.0, 10051.0, 10106.0, 10065.0, 10107.0, 10072.0, 10086.0, 10069.0, 10053.0, 10083.0, 10058.0, 10111.0, 10061.0, 10117.0, 10077.0, 10091.0, 10088.0, 10057.0, 10099.0, 10075.0, 10142.0, 10074.0, 10126.0, 10084.0, 10045.0, 10097.0, 10054.0, 10147.0, 10086.0, 10113.0, 10082.0, 10058.0, 10081.0, 10056.0, 10107.0, 10086.0, 10115.0, 10072.0, 10066.0, 10083.0, 10054.0, 10095.0, 10064.0, 10092.0, 10051.0, 10106.0, 10064.0, 10088.0, 10063.0, 10083.0, 10072.0, 10047.0, 10077.0, 10051.0, 10090.0, 10055.0, 10088.0, 10062.0, 10086.0, 10072.0, 10062.0, 10074.0, 10023.0, 10075.0, 10032.0, 10084.0, 10048.0, 10084.0, 10071.0, 10036.0, 10072.0, 10037.0, 10060.0, 10046.0, 10084.0, 10058.0, 10078.0, 10076.0, 10040.0, 10076.0, 10048.0, 10087.0, 10063.0, 10087.0, 10059.0, 10041.0, 10079.0, 10041.0, 10074.0, 10062.0, 10088.0, 10075.0, 10066.0, 10080.0, 10047.0, 10096.0, 10055.0, 10092.0, 10082.0, 10081.0, 10081.0, 10059.0, 10100.0, 10073.0, 10112.0, 10085.0, 10092.0, 10080.0, 10046.0, 10091.0, 10042.0, 10093.0, 10044.0, 10078.0, 10066.0, 10089.0, 10068.0, 10092.0, 10082.0, 10048.0, 10089.0, 10064.0, 10088.0, 10060.0, 10097.0, 10085.0, 10125.0, 10086.0, 10101.0, 10103.0, 10065.0, 10100.0, 10042.0, 10095.0, 10063.0, 10108.0, 10067.0, 10148.0, 10069.0, 10093.0, 10081.0, 10063.0, 10092.0, 10035.0, 10112.0, 10049.0, 10126.0, 10050.0, 10083.0, 10059.0, 10056.0, 10072.0, 10031.0, 10071.0, 10050.0, 10076.0, 10031.0, 10071.0, 10040.0, 10082.0, 10056.0, 10081.0, 10058.0, 10026.0, 10075.0, 10038.0, 10070.0, 10033.0, 10069.0, 10062.0, 10084.0, 10060.0, 10081.0, 10067.0, 10056.0, 10079.0, 10037.0, 10093.0, 10054.0, 10106.0, 10080.0, 10058.0, 10086.0, 10047.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.00012449112978524745</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022690403361344536</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.68887820030838</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.113186057831775</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9574633906635516</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5044</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3863.0952</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06947442775651877</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6535947712418301</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5947260071459315</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5202773944573593</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8197451145902197</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.444155512390216</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00365277</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010746080428361893</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.036045365035533905</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1071</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.760102419215512</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>12.335</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.1817</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.5463</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295304.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1158.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.9</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8378</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>620.186</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3754.7794</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4009.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81240.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1165.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4962.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1066.1878</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.71233741031028</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> |