=== 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-0097 --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-0097",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
122 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-0097_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-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0097/figures/sub-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097/ses-01/func/sub-0097_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>f2f576ae8adfcbfa839f3ad9ce1f9a55</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>20:50:41.402500</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.99394, -0.0654526, 0.0883175, 0.06776, 0.997428, -0.0233834]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.105296</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>[4255, -7757, -7259, 258, -90, 47, 24, 76]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>276.643</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fec3069d-ac54-4cf0-ace2-36236cc655dd||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.6666674613952637, 0.181795135140419, 0.233711376786232, 100.41171264648438], [0.1756044328212738, 2.676025390625, -0.07891050726175308, -100.02872467041016], [0.23694929480552673, 0.06273604184389114, 2.6887083053588867, -73.11033630371094], [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': ['205041.402500', '205041.862500', '205042.322500', '205042.782500', '205043.242500', '205043.702500', '205044.162500', '205044.622500', '205045.082500', '205045.542500', '205046.002500', '205046.462500', '205046.922500', '205047.382500', '205047.842500', '205048.302500', '205048.762500', '205049.222500', '205049.682500', '205050.142500', '205050.602500', '205051.062500', '205051.522500', '205051.982500', '205052.442500', '205052.902500', '205053.362500', '205053.822500', '205054.282500', '205054.742500', '205055.202500', '205055.662500', '205056.122500', '205056.582500', '205057.042500', '205057.502500', '205057.962500', '205058.422500', '205058.882500', '205059.342500', '205059.802500', '205100.262500', '205100.722500', '205101.182500', '205101.642500', '205102.102500', '205102.562500', '205103.022500', '205103.482500', '205103.942500', '205104.402500', '205104.862500', '205105.322500', '205105.782500', '205106.242500', '205106.702500', '205107.162500', '205107.622500', '205108.082500', '205108.542500', '205109.002500', '205109.462500', '205109.922500', '205110.382500', '205110.842500', '205111.302500', '205111.762500', '205112.222500', '205112.682500', '205113.142500', '205113.602500', '205114.062500', '205114.522500', '205114.982500', '205115.442500', '205115.902500', '205116.362500', '205116.822500', '205117.282500', '205117.742500', '205118.202500', '205118.662500', '205119.122500', '205119.582500', '205120.042500', '205120.502500', '205120.962500', '205121.422500', '205121.882500', '205122.342500', '205122.802500', '205123.262500', '205123.722500', '205124.182500', '205124.642500', '205125.102500', '205125.562500', '205126.022500', '205126.482500', '205126.942500', '205127.402500', '205127.862500', '205128.322500', '205128.782500', '205129.242500', '205129.702500', '205130.162500', '205130.622500', '205131.082500', '205131.542500', '205132.002500', '205132.462500', '205132.922500', '205133.382500', '205133.842500', '205134.302500', '205134.762500', '205135.222500', '205135.682500', '205136.142500', '205136.602500', '205137.062500', '205137.522500', '205137.982500', '205138.442500', '205138.902500', '205139.362500', '205139.822500', '205140.282500', '205140.742500', '205141.202500', '205141.662500', '205142.122500', '205142.582500', '205143.042500', '205143.502500', '205143.962500', '205144.422500', '205144.882500', '205145.342500', '205145.802500', '205146.262500', '205146.722500', '205147.182500', '205147.642500', '205148.102500', '205148.562500', '205149.022500', '205149.482500', '205149.942500', '205150.402500', '205150.862500', '205151.322500', '205151.782500', '205152.242500', '205152.702500', '205153.162500', '205153.622500', '205154.082500', '205154.542500', '205155.002500', '205155.462500', '205155.922500', '205156.382500', '205156.842500', '205157.302500', '205157.762500', '205158.222500', '205158.682500', '205159.142500', '205159.602500', '205200.062500', '205200.522500', '205200.982500', '205201.442500', '205201.902500', '205202.362500', '205202.822500', '205203.282500', '205203.742500', '205204.202500', '205204.662500', '205205.122500', '205205.582500', '205206.042500', '205206.502500', '205206.962500', '205207.422500', '205207.882500', '205208.342500', '205208.802500', '205209.262500', '205209.722500', '205210.182500', '205210.642500', '205211.102500', '205211.562500', '205212.022500', '205212.482500', '205212.942500', '205213.402500', '205213.862500', '205214.322500', '205214.782500', '205215.242500', '205215.702500', '205216.162500', '205216.622500', '205217.082500', '205217.542500', '205218.002500', '205218.462500', '205218.922500', '205219.382500', '205219.842500', '205220.302500', '205220.762500', '205221.222500', '205221.682500', '205222.142500', '205222.602500', '205223.062500', '205223.522500', '205223.982500', '205224.442500', '205224.902500', '205225.362500', '205225.822500', '205226.282500', '205226.742500', '205227.202500', '205227.662500', '205228.122500', '205228.582500', '205229.042500', '205229.502500', '205229.962500', '205230.422500', '205230.882500', '205231.342500', '205231.802500', '205232.262500', '205232.722500', '205233.182500', '205233.642500', '205234.102500', '205234.562500', '205235.022500', '205235.482500', '205235.942500', '205236.402500', '205236.862500', '205237.322500', '205237.782500', '205238.242500', '205238.702500', '205239.162500', '205239.622500', '205240.082500', '205240.542500', '205241.002500', '205241.462500', '205241.922500', '205242.382500', '205242.842500', '205243.302500', '205243.762500', '205244.222500', '205244.682500', '205245.142500', '205245.602500', '205246.062500', '205246.522500', '205246.982500', '205247.442500', '205247.902500', '205248.362500', '205248.822500', '205249.282500', '205249.742500', '205250.202500', '205250.662500', '205251.122500', '205251.582500', '205252.042500', '205252.502500', '205252.962500', '205253.422500', '205253.882500', '205254.342500', '205254.802500', '205255.262500', '205255.722500', '205256.182500', '205256.642500', '205257.102500', '205257.562500', '205258.022500', '205258.482500', '205258.942500', '205259.402500', '205259.862500', '205300.322500', '205300.782500', '205301.242500', '205301.702500', '205302.162500', '205302.622500', '205303.082500', '205303.542500', '205304.002500', '205304.462500', '205304.922500', '205305.382500', '205305.842500', '205306.302500', '205306.762500', '205307.222500', '205307.682500', '205308.142500', '205308.602500', '205309.062500', '205309.522500', '205309.982500', '205310.442500', '205310.902500', '205311.362500', '205311.822500', '205312.282500', '205312.742500', '205313.202500', '205313.662500', '205314.122500', '205314.582500', '205315.042500', '205315.502500', '205315.962500', '205316.422500', '205316.882500', '205317.342500', '205317.802500', '205318.262500', '205318.722500', '205319.182500', '205319.642500', '205320.102500', '205320.562500', '205321.022500', '205321.482500', '205321.942500', '205322.402500', '205322.862500', '205323.322500', '205323.782500', '205324.242500', '205324.702500', '205325.162500', '205325.622500', '205326.082500', '205326.542500', '205327.002500', '205327.462500', '205327.922500', '205328.382500', '205328.842500', '205329.302500', '205329.762500', '205330.222500', '205330.682500', '205331.142500', '205331.602500', '205332.062500', '205332.522500', '205332.982500', '205333.442500', '205333.902500', '205334.362500', '205334.822500', '205335.282500', '205335.742500', '205336.202500', '205336.662500', '205337.122500', '205337.582500', '205338.042500', '205338.502500', '205338.962500', '205339.422500', '205339.882500', '205340.342500', '205340.802500', '205341.262500', '205341.722500', '205342.182500', '205342.642500', '205343.102500', '205343.562500', '205344.022500', '205344.482500', '205344.942500', '205345.402500', '205345.862500', '205346.322500', '205346.782500', '205347.242500', '205347.702500', '205348.162500', '205348.622500', '205349.082500', '205349.542500', '205350.002500', '205350.462500', '205350.922500', '205351.382500', '205351.842500', '205352.302500', '205352.762500', '205353.222500', '205353.682500', '205354.142500', '205354.602500', '205355.062500', '205355.522500', '205355.982500', '205356.442500', '205356.902500', '205357.362500', '205357.822500', '205358.282500', '205358.742500', '205359.202500', '205359.662500', '205400.122500', '205400.582500', '205401.042500', '205401.502500', '205401.962500', '205402.422500', '205402.882500', '205403.342500', '205403.802500', '205404.262500', '205404.722500', '205405.182500', '205405.642500', '205406.102500', '205406.562500', '205407.022500', '205407.482500', '205407.942500', '205408.402500', '205408.862500', '205409.322500', '205409.782500', '205410.242500', '205410.702500', '205411.162500', '205411.622500', '205412.082500', '205412.542500', '205413.002500', '205413.462500', '205413.922500', '205414.382500', '205414.842500', '205415.302500', '205415.762500', '205416.222500', '205416.682500', '205417.142500', '205417.602500', '205418.062500', '205418.522500', '205418.982500', '205419.442500', '205419.902500', '205420.362500', '205420.822500', '205421.282500', '205421.742500', '205422.202500', '205422.662500', '205423.122500', '205423.582500', '205424.042500', '205424.502500', '205424.962500', '205425.422500', '205425.882500', '205426.342500', '205426.802500', '205427.262500', '205427.722500', '205428.182500', '205428.642500', '205429.102500', '205429.562500', '205430.022500', '205430.482500', '205430.942500', '205431.402500', '205431.862500', '205432.322500', '205432.782500', '205433.242500', '205433.702500', '205434.162500', '205434.622500', '205435.082500', '205435.542500', '205436.002500', '205436.462500', '205436.922500', '205437.382500', '205437.842500', '205438.302500', '205438.762500', '205439.222500', '205439.682500', '205440.142500', '205440.602500', '205441.062500', '205441.522500', '205441.982500', '205442.442500', '205442.902500', '205443.362500', '205443.822500', '205444.282500', '205444.742500', '205445.202500', '205445.662500', '205446.122500', '205446.582500', '205447.042500', '205447.502500', '205447.962500', '205448.422500', '205448.882500', '205449.342500', '205449.802500', '205450.262500', '205450.722500', '205451.182500', '205451.642500', '205452.102500', '205452.562500', '205453.022500', '205453.482500', '205453.942500', '205454.402500', '205454.862500', '205455.322500', '205455.782500', '205456.242500', '205456.702500', '205457.162500', '205457.622500', '205458.082500', '205458.542500', '205459.002500', '205459.462500', '205459.922500', '205500.382500', '205500.842500', '205501.302500', '205501.762500', '205502.222500', '205502.682500', '205503.142500', '205503.602500', '205504.062500', '205504.522500', '205504.982500', '205505.442500', '205505.902500', '205506.362500', '205506.822500', '205507.282500', '205507.742500', '205508.202500', '205508.662500', '205509.122500', '205509.582500', '205510.042500', '205510.502500', '205510.962500', '205511.422500', '205511.882500', '205512.342500', '205512.802500', '205513.262500', '205513.722500', '205514.182500', '205514.642500', '205515.102500', '205515.562500', '205516.022500', '205516.482500', '205516.942500', '205517.402500', '205517.862500', '205518.322500', '205518.782500', '205519.242500', '205519.702500', '205520.162500', '205520.622500', '205521.082500', '205521.542500', '205522.002500', '205522.462500', '205522.922500', '205523.382500', '205523.842500', '205524.302500', '205524.762500', '205525.222500', '205525.682500', '205526.142500', '205526.602500', '205527.062500', '205527.522500', '205527.982500', '205528.442500', '205528.902500', '205529.362500', '205529.822500', '205530.282500', '205530.742500', '205531.202500', '205531.662500', '205532.122500', '205532.582500', '205533.042500', '205533.502500', '205533.962500', '205534.422500', '205534.882500', '205535.342500', '205535.802500', '205536.262500', '205536.722500', '205537.182500', '205537.642500', '205538.102500', '205538.562500', '205539.022500', '205539.482500', '205539.942500', '205540.402500', '205540.862500', '205541.322500', '205541.782500', '205542.242500', '205542.702500', '205543.162500', '205543.622500', '205544.082500', '205544.542500', '205545.002500', '205545.462500', '205545.922500', '205546.382500', '205546.842500', '205547.302500', '205547.762500', '205548.222500', '205548.682500', '205549.142500', '205549.602500', '205550.062500', '205550.522500', '205550.982500', '205551.442500', '205551.902500', '205552.362500', '205552.822500', '205553.282500', '205553.742500', '205554.202500', '205554.662500', '205555.122500', '205555.582500', '205556.042500', '205556.502500', '205556.962500', '205557.422500', '205557.882500', '205558.342500', '205558.802500', '205559.262500', '205559.722500', '205600.182500', '205600.642500', '205601.102500', '205601.562500', '205602.022500', '205602.482500', '205602.942500', '205603.402500', '205603.862500', '205604.322500', '205604.782500', '205605.242500', '205605.702500', '205606.162500', '205606.622500', '205607.082500', '205607.542500', '205608.002500', '205608.462500', '205608.922500', '205609.382500', '205609.842500', '205610.302500', '205610.762500', '205611.222500', '205611.682500', '205612.142500', '205612.602500', '205613.062500', '205613.522500', '205613.982500', '205614.442500', '205614.902500', '205615.362500', '205615.822500', '205616.282500', '205616.742500', '205617.202500', '205617.662500', '205618.122500', '205618.582500', '205619.042500', '205619.502500', '205619.962500', '205620.422500', '205620.882500', '205621.342500', '205621.802500', '205622.262500', '205622.722500', '205623.182500', '205623.642500', '205624.102500', '205624.562500', '205625.022500', '205625.482500', '205625.942500', '205626.402500', '205626.862500', '205627.322500', '205627.782500', '205628.242500', '205628.702500', '205629.162500', '205629.622500', '205630.082500', '205630.542500', '205631.002500', '205631.462500', '205631.922500', '205632.382500', '205632.842500', '205633.302500', '205633.762500', '205634.222500', '205634.682500', '205635.142500', '205635.602500', '205636.062500', '205636.522500', '205636.982500', '205637.442500', '205637.902500', '205638.362500', '205638.822500', '205639.282500', '205639.742500', '205640.202500', '205640.662500', '205641.122500', '205641.582500', '205642.042500', '205642.502500', '205642.962500', '205643.422500', '205643.882500', '205644.342500', '205644.802500', '205645.262500', '205645.722500', '205646.182500', '205646.642500', '205647.102500', '205647.562500', '205648.022500', '205648.482500', '205648.942500', '205649.402500', '205649.862500', '205650.322500', '205650.782500', '205651.242500', '205651.702500', '205652.162500', '205652.622500', '205653.082500', '205653.542500', '205654.002500', '205654.462500', '205654.922500', '205655.382500', '205655.842500', '205656.302500', '205656.762500', '205657.222500', '205657.682500', '205658.142500', '205658.602500', '205659.062500', '205659.522500', '205659.982500', '205700.442500', '205700.902500', '205701.362500', '205701.822500', '205702.282500', '205702.742500', '205703.202500', '205703.662500', '205704.122500', '205704.582500', '205705.042500', '205705.502500', '205705.962500', '205706.422500', '205706.882500', '205707.342500', '205707.802500', '205708.262500', '205708.722500', '205709.182500', '205709.642500', '205710.102500', '205710.562500', '205711.022500', '205711.482500', '205711.942500', '205712.402500', '205712.862500', '205713.322500', '205713.782500', '205714.242500', '205714.702500', '205715.162500', '205715.622500', '205716.082500', '205716.542500', '205717.002500', '205717.462500', '205717.922500', '205718.382500', '205718.842500', '205719.302500', '205719.762500', '205720.222500', '205720.682500', '205721.142500', '205721.602500', '205722.062500', '205722.522500', '205722.982500', '205723.442500', '205723.902500', '205724.362500', '205724.822500', '205725.282500', '205725.742500', '205726.202500', '205726.662500', '205727.122500', '205727.582500', '205728.042500', '205728.502500', '205728.962500', '205729.422500', '205729.882500', '205730.342500', '205730.802500', '205731.262500', '205731.722500', '205732.182500', '205732.642500', '205733.102500', '205733.562500', '205734.022500', '205734.482500', '205734.942500', '205735.402500', '205735.862500', '205736.322500', '205736.782500', '205737.242500', '205737.702500', '205738.162500', '205738.622500', '205739.082500', '205739.542500', '205740.002500', '205740.462500', '205740.922500', '205741.382500', '205741.842500', '205742.302500', '205742.762500', '205743.222500', '205743.682500', '205744.142500', '205744.602500', '205745.062500', '205745.522500', '205745.982500', '205746.442500', '205746.902500', '205747.362500', '205747.822500', '205748.282500', '205748.742500', '205749.202500', '205749.662500', '205750.122500', '205750.582500', '205751.042500', '205751.502500', '205751.962500', '205752.422500', '205752.882500', '205753.342500', '205753.802500', '205754.262500', '205754.722500', '205755.182500', '205755.642500', '205756.102500', '205756.562500', '205757.022500', '205757.482500', '205757.942500', '205758.402500', '205758.862500', '205759.322500', '205759.782500', '205800.242500', '205800.702500', '205801.162500', '205801.622500', '205802.082500', '205802.542500', '205803.002500', '205803.462500', '205803.922500', '205804.382500', '205804.842500', '205805.302500', '205805.762500', '205806.222500', '205806.682500', '205807.142500', '205807.602500', '205808.062500', '205808.522500', '205808.982500', '205809.442500', '205809.902500', '205810.362500', '205810.822500', '205811.282500', '205811.742500', '205812.202500', '205812.662500', '205813.122500', '205813.582500', '205814.042500', '205814.502500', '205814.962500', '205815.422500', '205815.882500', '205816.342500', '205816.802500', '205817.262500', '205817.722500', '205818.182500', '205818.642500', '205819.102500', '205819.562500', '205820.022500', '205820.482500', '205820.942500', '205821.402500', '205821.862500', '205822.322500', '205822.782500', '205823.242500', '205823.702500', '205824.162500', '205824.622500', '205825.082500', '205825.542500', '205826.002500', '205826.462500', '205826.922500', '205827.382500', '205827.842500', '205828.302500', '205828.762500', '205829.222500', '205829.682500', '205830.142500', '205830.602500', '205831.062500', '205831.522500', '205831.982500', '205832.442500', '205832.902500', '205833.362500', '205833.822500', '205834.282500', '205834.742500', '205835.202500', '205835.662500', '205836.122500', '205836.582500', '205837.042500', '205837.502500', '205837.962500', '205838.422500', '205838.882500', '205839.342500', '205839.802500', '205840.262500', '205840.722500', '205841.182500', '205841.642500', '205842.102500', '205842.562500', '205843.022500', '205843.482500', '205843.942500', '205844.402500', '205844.862500', '205845.322500', '205845.782500', '205846.242500', '205846.702500', '205847.162500', '205847.622500', '205848.082500', '205848.542500', '205849.002500', '205849.462500', '205849.922500', '205850.382500', '205850.842500', '205851.302500', '205851.762500', '205852.222500', '205852.682500', '205853.142500', '205853.602500', '205854.062500', '205854.522500'], 'ContentTime': ['205054.970000', '205054.973000', '205054.975000', '205054.978000', '205054.980000', '205054.994000', '205054.997000', '205055.000000', '205055.003000', '205055.005000', '205055.008000', '205055.011000', '205055.013000', '205055.016000', '205055.018000', '205055.021000', '205055.024000', '205055.026000', '205055.029000', '205055.031000', '205055.034000', '205055.037000', '205055.039000', '205055.042000', '205055.044000', '205055.047000', '205055.051000', '205114.930000', '205114.932000', '205114.935000', '205114.938000', '205114.940000', '205114.943000', '205114.945000', '205114.948000', '205114.950000', '205114.953000', '205114.955000', '205114.958000', '205114.961000', '205114.963000', '205114.982000', '205114.985000', '205114.987000', '205114.990000', '205114.992000', '205114.995000', '205114.998000', '205115.001000', '205115.004000', '205115.006000', '205115.009000', '205115.017000', '205115.020000', '205115.022000', '205115.025000', '205115.028000', '205115.030000', '205115.033000', '205115.036000', '205115.038000', '205115.041000', '205115.043000', '205115.046000', '205115.049000', '205115.051000', '205115.054000', '205115.056000', '205115.059000', '205115.062000', '205115.064000', '205134.929000', '205134.932000', '205134.935000', '205134.938000', '205134.940000', '205134.943000', '205134.946000', '205134.952000', '205134.955000', '205134.958000', '205134.960000', '205134.963000', '205134.966000', '205134.968000', '205134.971000', '205134.973000', '205134.976000', '205134.978000', '205134.981000', '205134.983000', '205134.986000', '205134.989000', '205134.991000', '205134.994000', '205134.996000', '205135.007000', '205135.010000', '205135.012000', '205135.015000', '205135.017000', '205135.020000', '205135.023000', '205135.025000', '205135.028000', '205135.030000', '205135.033000', '205135.035000', '205135.038000', '205135.040000', '205135.043000', '205135.046000', '205135.048000', '205135.051000', '205154.929000', '205154.932000', '205154.935000', '205154.938000', '205154.940000', '205154.943000', '205154.945000', '205154.948000', '205154.952000', '205154.954000', '205154.957000', '205154.960000', '205154.962000', '205154.965000', '205154.968000', '205154.970000', '205154.973000', '205154.976000', '205154.978000', '205154.981000', '205154.983000', '205154.986000', '205154.989000', '205155.001000', '205155.004000', '205155.007000', '205155.009000', '205155.012000', '205155.015000', '205155.017000', '205155.020000', '205155.023000', '205155.025000', '205155.028000', '205155.031000', '205155.033000', '205155.036000', '205155.038000', '205155.041000', '205155.044000', '205155.046000', '205155.049000', '205155.052000', '205155.054000', '205214.929000', '205214.932000', '205214.934000', '205214.937000', '205214.939000', '205214.942000', '205214.945000', '205214.947000', '205214.950000', '205214.953000', '205214.956000', '205214.958000', '205214.961000', '205214.964000', '205214.966000', '205214.969000', '205214.971000', '205214.974000', '205214.977000', '205214.979000', '205214.982000', '205214.985000', '205214.987000', '205214.990000', '205214.993000', '205214.995000', '205214.998000', '205215.001000', '205215.004000', '205215.007000', '205215.009000', '205215.012000', '205215.015000', '205215.017000', '205215.020000', '205215.022000', '205215.025000', '205215.027000', '205215.030000', '205215.033000', '205215.035000', '205215.038000', '205215.040000', '205234.928000', '205234.931000', '205234.935000', '205234.937000', '205234.940000', '205234.943000', '205234.946000', '205234.948000', '205234.951000', '205234.953000', '205234.956000', '205234.959000', '205234.961000', '205234.964000', '205234.967000', '205234.969000', '205234.972000', '205234.975000', '205234.977000', '205234.980000', '205234.983000', '205234.985000', '205234.988000', '205234.990000', '205234.993000', '205234.996000', '205234.998000', '205235.002000', '205235.004000', '205235.007000', '205235.010000', '205235.012000', '205235.015000', '205235.017000', '205235.020000', '205235.023000', '205235.025000', '205235.028000', '205235.030000', '205235.033000', '205235.036000', '205235.038000', '205235.041000', '205254.929000', '205254.931000', '205254.934000', '205254.937000', '205254.939000', '205254.942000', '205254.945000', '205254.947000', '205254.950000', '205254.953000', '205254.961000', '205254.964000', '205254.967000', '205254.969000', '205254.972000', '205254.975000', '205254.977000', '205254.980000', '205254.982000', '205254.985000', '205254.988000', '205254.990000', '205254.993000', '205254.996000', '205254.998000', '205255.002000', '205255.005000', '205255.007000', '205255.010000', '205255.013000', '205255.015000', '205255.018000', '205255.021000', '205255.023000', '205255.026000', '205255.029000', '205255.031000', '205255.034000', '205255.037000', '205255.039000', '205255.042000', '205255.044000', '205255.047000', '205255.050000', '205314.928000', '205314.931000', '205314.934000', '205314.937000', '205314.939000', '205314.942000', '205314.945000', '205314.948000', '205314.950000', '205314.953000', '205314.955000', '205314.958000', '205314.961000', '205314.964000', '205314.966000', '205314.969000', '205314.971000', '205314.974000', '205314.977000', '205314.979000', '205314.982000', '205314.985000', '205314.987000', '205314.991000', '205314.994000', '205314.997000', '205315.000000', '205315.003000', '205315.005000', '205315.008000', '205315.011000', '205315.013000', '205315.016000', '205315.019000', '205315.021000', '205315.024000', '205315.027000', '205315.029000', '205315.032000', '205315.035000', '205315.037000', '205315.040000', '205315.043000', '205334.930000', '205334.932000', '205334.935000', '205334.938000', '205334.957000', '205334.959000', '205334.962000', '205334.964000', '205334.967000', '205334.970000', '205334.972000', '205334.975000', '205334.978000', '205334.980000', '205334.983000', '205334.986000', '205334.988000', '205334.991000', '205334.993000', '205334.996000', '205334.998000', '205335.002000', '205335.005000', '205335.007000', '205335.010000', '205335.013000', '205335.015000', '205335.018000', '205335.020000', '205335.023000', '205335.025000', '205335.028000', '205335.031000', '205335.033000', '205335.036000', '205335.039000', '205335.041000', '205335.044000', '205335.046000', '205335.049000', '205335.052000', '205335.054000', '205335.057000', '205335.059000', '205354.930000', '205354.932000', '205354.935000', '205354.938000', '205354.940000', '205354.943000', '205354.946000', '205354.948000', '205354.951000', '205354.954000', '205354.956000', '205354.960000', '205354.963000', '205354.965000', '205354.968000', '205354.971000', '205354.974000', '205354.976000', '205354.979000', '205354.981000', '205354.984000', '205354.987000', '205354.989000', '205354.992000', '205354.995000', '205354.998000', '205355.001000', '205355.004000', '205355.006000', '205355.009000', '205355.012000', '205355.014000', '205355.017000', '205355.019000', '205355.022000', '205355.025000', '205355.027000', '205355.030000', '205355.033000', '205355.035000', '205355.038000', '205355.040000', '205355.043000', '205414.930000', '205414.933000', '205414.935000', '205414.939000', '205414.941000', '205414.944000', '205414.946000', '205414.949000', '205414.952000', '205414.954000', '205414.957000', '205414.960000', '205414.962000', '205414.965000', '205414.968000', '205414.970000', '205414.973000', '205414.975000', '205414.978000', '205414.981000', '205414.983000', '205414.986000', '205414.989000', '205414.991000', '205414.994000', '205414.997000', '205415.000000', '205415.003000', '205415.006000', '205415.008000', '205415.011000', '205415.014000', '205415.016000', '205415.019000', '205415.021000', '205415.024000', '205415.027000', '205415.029000', '205415.032000', '205415.035000', '205415.037000', '205415.040000', '205415.043000', '205415.045000', '205434.929000', '205434.932000', '205434.934000', '205434.937000', '205434.939000', '205434.942000', '205434.945000', '205434.947000', '205434.950000', '205434.953000', '205434.955000', '205434.958000', '205434.961000', '205434.963000', '205434.966000', '205434.969000', '205434.971000', '205434.974000', '205434.977000', '205434.979000', '205434.982000', '205434.985000', '205434.987000', '205434.990000', '205434.994000', '205434.996000', '205435.000000', '205435.002000', '205435.005000', '205435.008000', '205435.010000', '205435.013000', '205435.016000', '205435.018000', '205435.021000', '205435.024000', '205435.026000', '205435.029000', '205435.033000', '205435.036000', '205435.038000', '205435.041000', '205435.043000', '205454.928000', '205454.931000', '205454.934000', '205454.937000', '205454.939000', '205454.942000', '205454.945000', '205454.947000', '205454.950000', '205454.953000', '205454.956000', '205454.958000', '205454.961000', '205454.963000', '205454.966000', '205454.969000', '205454.971000', '205454.974000', '205454.977000', '205454.979000', '205454.982000', '205454.985000', '205454.987000', '205454.990000', '205454.993000', '205454.995000', '205454.998000', '205455.002000', '205455.004000', '205455.007000', '205455.010000', '205455.012000', '205455.015000', '205455.018000', '205455.020000', '205455.023000', '205455.026000', '205455.028000', '205455.031000', '205455.034000', '205455.036000', '205455.039000', '205455.042000', '205455.045000', '205514.929000', '205514.931000', '205514.934000', '205514.937000', '205514.939000', '205514.942000', '205514.945000', '205514.947000', '205514.950000', '205514.952000', '205514.955000', '205514.958000', '205514.960000', '205514.963000', '205514.966000', '205514.968000', '205514.971000', '205514.973000', '205514.976000', '205514.979000', '205514.981000', '205514.984000', '205514.987000', '205514.989000', '205514.992000', '205514.995000', '205514.997000', '205515.001000', '205515.003000', '205515.006000', '205515.009000', '205515.011000', '205515.014000', '205515.017000', '205515.019000', '205515.022000', '205515.025000', '205515.027000', '205515.030000', '205515.033000', '205515.035000', '205515.038000', '205515.041000', '205534.929000', '205534.932000', '205534.934000', '205534.937000', '205534.940000', '205534.942000', '205534.945000', '205534.948000', '205534.950000', '205534.953000', '205534.955000', '205534.958000', '205534.960000', '205534.963000', '205534.966000', '205534.968000', '205534.971000', '205534.974000', '205534.977000', '205534.979000', '205534.982000', '205534.985000', '205534.987000', '205534.990000', '205534.993000', '205534.996000', '205534.998000', '205535.002000', '205535.004000', '205535.007000', '205535.010000', '205535.012000', '205535.015000', '205535.018000', '205535.020000', '205535.023000', '205535.026000', '205535.028000', '205535.031000', '205535.033000', '205535.036000', '205535.038000', '205535.041000', '205535.044000', '205554.929000', '205554.932000', '205554.935000', '205554.938000', '205554.941000', '205554.943000', '205554.946000', '205554.948000', '205554.951000', '205554.954000', '205554.956000', '205554.959000', '205554.962000', '205554.964000', '205554.967000', '205554.969000', '205554.991000', '205554.993000', '205554.996000', '205555.000000', '205555.003000', '205555.005000', '205555.008000', '205555.011000', '205555.013000', '205555.016000', '205555.018000', '205555.021000', '205555.024000', '205555.027000', '205555.029000', '205555.032000', '205555.035000', '205555.037000', '205555.040000', '205555.043000', '205555.045000', '205555.048000', '205555.051000', '205555.053000', '205555.056000', '205555.059000', '205555.061000', '205614.930000', '205614.932000', '205614.935000', '205614.938000', '205614.941000', '205614.943000', '205614.946000', '205614.949000', '205614.951000', '205614.954000', '205614.957000', '205614.959000', '205614.962000', '205614.965000', '205614.967000', '205614.975000', '205614.978000', '205614.980000', '205614.983000', '205614.985000', '205614.988000', '205614.991000', '205614.993000', '205614.996000', '205615.000000', '205615.002000', '205615.005000', '205615.007000', '205615.011000', '205615.013000', '205615.016000', '205615.019000', '205615.022000', '205615.024000', '205615.027000', '205615.031000', '205615.034000', '205615.036000', '205615.039000', '205615.042000', '205615.045000', '205615.047000', '205615.050000', '205615.053000', '205634.930000', '205634.932000', '205634.935000', '205634.938000', '205634.940000', '205634.943000', '205634.946000', '205634.948000', '205634.951000', '205634.954000', '205634.957000', '205634.959000', '205634.962000', '205634.964000', '205634.967000', '205634.970000', '205634.972000', '205634.975000', '205634.978000', '205634.981000', '205634.983000', '205634.986000', '205634.988000', '205634.991000', '205634.993000', '205634.996000', '205635.000000', '205635.002000', '205635.005000', '205635.008000', '205635.010000', '205635.013000', '205635.015000', '205635.018000', '205635.020000', '205635.023000', '205635.027000', '205635.030000', '205635.032000', '205635.035000', '205635.038000', '205635.040000', '205635.043000', '205654.928000', '205654.931000', '205654.934000', '205654.937000', '205654.939000', '205654.942000', '205654.945000', '205654.947000', '205654.950000', '205654.953000', '205654.955000', '205654.958000', '205654.961000', '205654.963000', '205654.966000', '205654.969000', '205654.971000', '205654.974000', '205654.976000', '205654.979000', '205654.982000', '205654.984000', '205654.987000', '205654.990000', '205654.992000', '205654.995000', '205654.997000', '205655.001000', '205655.004000', '205655.006000', '205655.009000', '205655.012000', '205655.014000', '205655.017000', '205655.019000', '205655.022000', '205655.025000', '205655.027000', '205655.030000', '205655.033000', '205655.035000', '205655.038000', '205655.041000', '205655.043000', '205714.928000', '205714.931000', '205714.934000', '205714.937000', '205714.939000', '205714.942000', '205714.944000', '205714.947000', '205714.949000', '205714.952000', '205714.955000', '205714.957000', '205714.960000', '205714.963000', '205714.965000', '205714.968000', '205714.970000', '205714.973000', '205714.975000', '205714.978000', '205714.981000', '205714.983000', '205714.986000', '205714.988000', '205714.991000', '205714.994000', '205714.996000', '205715.009000', '205715.012000', '205715.014000', '205715.017000', '205715.019000', '205715.022000', '205715.025000', '205715.027000', '205715.030000', '205715.032000', '205715.035000', '205715.038000', '205715.040000', '205715.043000', '205715.046000', '205715.048000', '205734.929000', '205734.931000', '205734.934000', '205734.937000', '205734.939000', '205734.942000', '205734.944000', '205734.947000', '205734.950000', '205734.952000', '205734.955000', '205734.957000', '205734.960000', '205734.963000', '205734.965000', '205734.968000', '205734.970000', '205734.973000', '205734.984000', '205734.987000', '205734.989000', '205734.992000', '205734.995000', '205734.997000', '205735.000000', '205735.002000', '205735.005000', '205735.008000', '205735.011000', '205735.013000', '205735.016000', '205735.019000', '205735.022000', '205735.024000', '205735.027000', '205735.029000', '205735.032000', '205735.035000', '205735.037000', '205735.040000', '205735.043000', '205735.045000', '205735.048000', '205735.051000', '205754.928000', '205754.931000', '205754.934000', '205754.936000', '205754.939000', '205754.942000', '205754.944000', '205754.947000', '205754.950000', '205754.952000', '205754.955000', '205754.958000', '205754.960000', '205754.963000', '205754.966000', '205754.968000', '205754.971000', '205754.974000', '205754.976000', '205754.979000', '205754.981000', '205754.984000', '205754.986000', '205754.989000', '205754.992000', '205754.994000', '205754.997000', '205755.001000', '205755.003000', '205755.006000', '205755.008000', '205755.011000', '205755.014000', '205755.017000', '205755.019000', '205755.022000', '205755.024000', '205755.027000', '205755.030000', '205755.033000', '205755.036000', '205755.039000', '205755.041000', '205814.930000', '205814.933000', '205814.935000', '205814.938000', '205814.941000', '205814.943000', '205814.946000', '205814.949000', '205814.951000', '205814.954000', '205814.957000', '205814.959000', '205814.962000', '205814.965000', '205814.968000', '205814.970000', '205814.973000', '205814.976000', '205814.978000', '205814.981000', '205814.983000', '205814.986000', '205814.989000', '205814.991000', '205814.994000', '205814.997000', '205815.001000', '205815.003000', '205815.006000', '205815.009000', '205815.011000', '205815.014000', '205815.016000', '205815.019000', '205815.022000', '205815.024000', '205815.027000', '205815.030000', '205815.032000', '205815.035000', '205815.038000', '205815.040000', '205815.043000', '205815.046000', '205834.930000', '205834.932000', '205834.935000', '205834.938000', '205834.940000', '205834.943000', '205834.946000', '205834.948000', '205834.951000', '205834.954000', '205834.956000', '205834.959000', '205834.962000', '205834.964000', '205834.967000', '205834.970000', '205834.972000', '205834.975000', '205834.978000', '205834.980000', '205834.983000', '205834.986000', '205834.988000', '205834.991000', '205834.994000', '205834.996000', '205835.000000', '205835.002000', '205835.005000', '205835.008000', '205835.010000', '205835.013000', '205835.016000', '205835.018000', '205835.021000', '205835.023000', '205835.026000', '205835.040000', '205835.042000', '205835.045000', '205835.048000', '205835.050000', '205835.053000', '205854.930000', '205854.932000', '205854.935000', '205854.938000', '205854.940000', '205854.943000', '205854.946000', '205854.948000', '205854.951000', '205854.954000', '205854.957000', '205854.959000', '205854.962000', '205854.965000', '205854.967000', '205854.970000', '205854.978000', '205854.980000', '205854.983000', '205854.985000', '205854.988000', '205854.991000', '205854.993000', '205854.996000', '205855.000000', '205855.002000', '205855.005000', '205855.008000', '205855.011000', '205855.013000', '205855.016000', '205855.018000', '205855.021000', '205855.024000', '205855.026000', '205855.029000', '205855.032000', '205855.034000', '205855.037000', '205855.039000', '205855.042000', '205855.045000', '205855.047000', '205855.050000', '205855.832000', '205855.836000'], 'InstanceCreationTime': ['205054.970000', '205054.973000', '205054.975000', '205054.978000', '205054.980000', '205054.994000', '205054.997000', '205055.000000', '205055.003000', '205055.005000', '205055.008000', '205055.011000', '205055.013000', '205055.016000', '205055.018000', '205055.021000', '205055.024000', '205055.026000', '205055.029000', '205055.031000', '205055.034000', '205055.037000', '205055.039000', '205055.042000', '205055.044000', '205055.047000', '205055.051000', '205114.930000', '205114.932000', '205114.935000', '205114.938000', '205114.940000', '205114.943000', '205114.945000', '205114.948000', '205114.950000', '205114.953000', '205114.955000', '205114.958000', '205114.961000', '205114.963000', '205114.982000', '205114.985000', '205114.987000', '205114.990000', '205114.992000', '205114.995000', '205114.998000', '205115.001000', '205115.004000', '205115.006000', '205115.009000', '205115.017000', '205115.020000', '205115.022000', '205115.025000', '205115.028000', '205115.030000', '205115.033000', '205115.036000', '205115.038000', '205115.041000', '205115.043000', '205115.046000', '205115.049000', '205115.051000', '205115.054000', '205115.056000', '205115.059000', '205115.062000', '205115.064000', '205134.929000', '205134.932000', '205134.935000', '205134.938000', '205134.940000', '205134.943000', '205134.946000', '205134.952000', '205134.955000', '205134.958000', '205134.960000', '205134.963000', '205134.966000', '205134.968000', '205134.971000', '205134.973000', '205134.976000', '205134.978000', '205134.981000', '205134.983000', '205134.986000', '205134.989000', '205134.991000', '205134.994000', '205134.996000', '205135.007000', '205135.010000', '205135.012000', '205135.015000', '205135.017000', '205135.020000', '205135.023000', '205135.025000', '205135.028000', '205135.030000', '205135.033000', '205135.035000', '205135.038000', '205135.040000', '205135.043000', '205135.046000', '205135.048000', '205135.051000', '205154.929000', '205154.932000', '205154.935000', '205154.938000', '205154.940000', '205154.943000', '205154.945000', '205154.948000', '205154.952000', '205154.954000', '205154.957000', '205154.960000', '205154.962000', '205154.965000', '205154.968000', '205154.970000', '205154.973000', '205154.976000', '205154.978000', '205154.981000', '205154.983000', '205154.986000', '205154.989000', '205155.001000', '205155.004000', '205155.007000', '205155.009000', '205155.012000', '205155.015000', '205155.017000', '205155.020000', '205155.023000', '205155.025000', '205155.028000', '205155.031000', '205155.033000', '205155.036000', '205155.038000', '205155.041000', '205155.044000', '205155.046000', '205155.049000', '205155.052000', '205155.054000', '205214.929000', '205214.932000', '205214.934000', '205214.937000', '205214.939000', '205214.942000', '205214.945000', '205214.947000', '205214.950000', '205214.953000', '205214.956000', '205214.958000', '205214.961000', '205214.964000', '205214.966000', '205214.969000', '205214.971000', '205214.974000', '205214.977000', '205214.979000', '205214.982000', '205214.985000', '205214.987000', '205214.990000', '205214.993000', '205214.995000', '205214.998000', '205215.001000', '205215.004000', '205215.007000', '205215.009000', '205215.012000', '205215.015000', '205215.017000', '205215.020000', '205215.022000', '205215.025000', '205215.027000', '205215.030000', '205215.033000', '205215.035000', '205215.038000', '205215.040000', '205234.928000', '205234.931000', '205234.935000', '205234.937000', '205234.940000', '205234.943000', '205234.946000', '205234.948000', '205234.951000', '205234.953000', '205234.956000', '205234.959000', '205234.961000', '205234.964000', '205234.967000', '205234.969000', '205234.972000', '205234.975000', '205234.977000', '205234.980000', '205234.983000', '205234.985000', '205234.988000', '205234.990000', '205234.993000', '205234.996000', '205234.998000', '205235.002000', '205235.004000', '205235.007000', '205235.010000', '205235.012000', '205235.015000', '205235.017000', '205235.020000', '205235.023000', '205235.025000', '205235.028000', '205235.030000', '205235.033000', '205235.036000', '205235.038000', '205235.041000', '205254.929000', '205254.931000', '205254.934000', '205254.937000', '205254.939000', '205254.942000', '205254.945000', '205254.947000', '205254.950000', '205254.953000', '205254.961000', '205254.964000', '205254.967000', '205254.969000', '205254.972000', '205254.975000', '205254.977000', '205254.980000', '205254.982000', '205254.985000', '205254.988000', '205254.990000', '205254.993000', '205254.996000', '205254.998000', '205255.002000', '205255.005000', '205255.007000', '205255.010000', '205255.013000', '205255.015000', '205255.018000', '205255.021000', '205255.023000', '205255.026000', '205255.029000', '205255.031000', '205255.034000', '205255.037000', '205255.039000', '205255.042000', '205255.044000', '205255.047000', '205255.050000', '205314.928000', '205314.931000', '205314.934000', '205314.937000', '205314.939000', '205314.942000', '205314.945000', '205314.948000', '205314.950000', '205314.953000', '205314.955000', '205314.958000', '205314.961000', '205314.964000', '205314.966000', '205314.969000', '205314.971000', '205314.974000', '205314.977000', '205314.979000', '205314.982000', '205314.985000', '205314.987000', '205314.991000', '205314.994000', '205314.997000', '205315.000000', '205315.003000', '205315.005000', '205315.008000', '205315.011000', '205315.013000', '205315.016000', '205315.019000', '205315.021000', '205315.024000', '205315.027000', '205315.029000', '205315.032000', '205315.035000', '205315.037000', '205315.040000', '205315.043000', '205334.930000', '205334.932000', '205334.935000', '205334.938000', '205334.957000', '205334.959000', '205334.962000', '205334.964000', '205334.967000', '205334.970000', '205334.972000', '205334.975000', '205334.978000', '205334.980000', '205334.983000', '205334.986000', '205334.988000', '205334.991000', '205334.993000', '205334.996000', '205334.998000', '205335.002000', '205335.005000', '205335.007000', '205335.010000', '205335.013000', '205335.015000', '205335.018000', '205335.020000', '205335.023000', '205335.025000', '205335.028000', '205335.031000', '205335.033000', '205335.036000', '205335.039000', '205335.041000', '205335.044000', '205335.046000', '205335.049000', '205335.052000', '205335.054000', '205335.057000', '205335.059000', '205354.930000', '205354.932000', '205354.935000', '205354.938000', '205354.940000', '205354.943000', '205354.946000', '205354.948000', '205354.951000', '205354.954000', '205354.956000', '205354.960000', '205354.963000', '205354.965000', '205354.968000', '205354.971000', '205354.974000', '205354.976000', '205354.979000', '205354.981000', '205354.984000', '205354.987000', '205354.989000', '205354.992000', '205354.995000', '205354.998000', '205355.001000', '205355.004000', '205355.006000', '205355.009000', '205355.012000', '205355.014000', '205355.017000', '205355.019000', '205355.022000', '205355.025000', '205355.027000', '205355.030000', '205355.033000', '205355.035000', '205355.038000', '205355.040000', '205355.043000', '205414.930000', '205414.933000', '205414.935000', '205414.939000', '205414.941000', '205414.944000', '205414.946000', '205414.949000', '205414.952000', '205414.954000', '205414.957000', '205414.960000', '205414.962000', '205414.965000', '205414.968000', '205414.970000', '205414.973000', '205414.975000', '205414.978000', '205414.981000', '205414.983000', '205414.986000', '205414.989000', '205414.991000', '205414.994000', '205414.997000', '205415.000000', '205415.003000', '205415.006000', '205415.008000', '205415.011000', '205415.014000', '205415.016000', '205415.019000', '205415.021000', '205415.024000', '205415.027000', '205415.029000', '205415.032000', '205415.035000', '205415.037000', '205415.040000', '205415.043000', '205415.045000', '205434.929000', '205434.932000', '205434.934000', '205434.937000', '205434.939000', '205434.942000', '205434.945000', '205434.947000', '205434.950000', '205434.953000', '205434.955000', '205434.958000', '205434.961000', '205434.963000', '205434.966000', '205434.969000', '205434.971000', '205434.974000', '205434.977000', '205434.979000', '205434.982000', '205434.985000', '205434.987000', '205434.990000', '205434.994000', '205434.996000', '205435.000000', '205435.002000', '205435.005000', '205435.008000', '205435.010000', '205435.013000', '205435.016000', '205435.018000', '205435.021000', '205435.024000', '205435.026000', '205435.029000', '205435.033000', '205435.036000', '205435.038000', '205435.041000', '205435.043000', '205454.928000', '205454.931000', '205454.934000', '205454.937000', '205454.939000', '205454.942000', '205454.945000', '205454.947000', '205454.950000', '205454.953000', '205454.956000', '205454.958000', '205454.961000', '205454.963000', '205454.966000', '205454.969000', '205454.971000', '205454.974000', '205454.977000', '205454.979000', '205454.982000', '205454.985000', '205454.987000', '205454.990000', '205454.993000', '205454.995000', '205454.998000', '205455.002000', '205455.004000', '205455.007000', '205455.010000', '205455.012000', '205455.015000', '205455.018000', '205455.020000', '205455.023000', '205455.026000', '205455.028000', '205455.031000', '205455.034000', '205455.036000', '205455.039000', '205455.042000', '205455.045000', '205514.929000', '205514.931000', '205514.934000', '205514.937000', '205514.939000', '205514.942000', '205514.945000', '205514.947000', '205514.950000', '205514.952000', '205514.955000', '205514.958000', '205514.960000', '205514.963000', '205514.966000', '205514.968000', '205514.971000', '205514.973000', '205514.976000', '205514.979000', '205514.981000', '205514.984000', '205514.987000', '205514.989000', '205514.992000', '205514.995000', '205514.997000', '205515.001000', '205515.003000', '205515.006000', '205515.009000', '205515.011000', '205515.014000', '205515.017000', '205515.019000', '205515.022000', '205515.025000', '205515.027000', '205515.030000', '205515.033000', '205515.035000', '205515.038000', '205515.041000', '205534.929000', '205534.932000', '205534.934000', '205534.937000', '205534.940000', '205534.942000', '205534.945000', '205534.948000', '205534.950000', '205534.953000', '205534.955000', '205534.958000', '205534.960000', '205534.963000', '205534.966000', '205534.968000', '205534.971000', '205534.974000', '205534.977000', '205534.979000', '205534.982000', '205534.985000', '205534.987000', '205534.990000', '205534.993000', '205534.996000', '205534.998000', '205535.002000', '205535.004000', '205535.007000', '205535.010000', '205535.012000', '205535.015000', '205535.018000', '205535.020000', '205535.023000', '205535.026000', '205535.028000', '205535.031000', '205535.033000', '205535.036000', '205535.038000', '205535.041000', '205535.044000', '205554.929000', '205554.932000', '205554.935000', '205554.938000', '205554.941000', '205554.943000', '205554.946000', '205554.948000', '205554.951000', '205554.954000', '205554.956000', '205554.959000', '205554.962000', '205554.964000', '205554.967000', '205554.969000', '205554.991000', '205554.993000', '205554.996000', '205555.000000', '205555.003000', '205555.005000', '205555.008000', '205555.011000', '205555.013000', '205555.016000', '205555.018000', '205555.021000', '205555.024000', '205555.027000', '205555.029000', '205555.032000', '205555.035000', '205555.037000', '205555.040000', '205555.043000', '205555.045000', '205555.048000', '205555.051000', '205555.053000', '205555.056000', '205555.059000', '205555.061000', '205614.930000', '205614.932000', '205614.935000', '205614.938000', '205614.941000', '205614.943000', '205614.946000', '205614.949000', '205614.951000', '205614.954000', '205614.957000', '205614.959000', '205614.962000', '205614.965000', '205614.967000', '205614.975000', '205614.978000', '205614.980000', '205614.983000', '205614.985000', '205614.988000', '205614.991000', '205614.993000', '205614.996000', '205615.000000', '205615.002000', '205615.005000', '205615.007000', '205615.011000', '205615.013000', '205615.016000', '205615.019000', '205615.022000', '205615.024000', '205615.027000', '205615.031000', '205615.034000', '205615.036000', '205615.039000', '205615.042000', '205615.045000', '205615.047000', '205615.050000', '205615.053000', '205634.930000', '205634.932000', '205634.935000', '205634.938000', '205634.940000', '205634.943000', '205634.946000', '205634.948000', '205634.951000', '205634.954000', '205634.957000', '205634.959000', '205634.962000', '205634.964000', '205634.967000', '205634.970000', '205634.972000', '205634.975000', '205634.978000', '205634.981000', '205634.983000', '205634.986000', '205634.988000', '205634.991000', '205634.993000', '205634.996000', '205635.000000', '205635.002000', '205635.005000', '205635.008000', '205635.010000', '205635.013000', '205635.015000', '205635.018000', '205635.020000', '205635.023000', '205635.027000', '205635.030000', '205635.032000', '205635.035000', '205635.038000', '205635.040000', '205635.043000', '205654.928000', '205654.931000', '205654.934000', '205654.937000', '205654.939000', '205654.942000', '205654.945000', '205654.947000', '205654.950000', '205654.953000', '205654.955000', '205654.958000', '205654.961000', '205654.963000', '205654.966000', '205654.969000', '205654.971000', '205654.974000', '205654.976000', '205654.979000', '205654.982000', '205654.984000', '205654.987000', '205654.990000', '205654.992000', '205654.995000', '205654.997000', '205655.001000', '205655.004000', '205655.006000', '205655.009000', '205655.012000', '205655.014000', '205655.017000', '205655.019000', '205655.022000', '205655.025000', '205655.027000', '205655.030000', '205655.033000', '205655.035000', '205655.038000', '205655.041000', '205655.043000', '205714.928000', '205714.931000', '205714.934000', '205714.937000', '205714.939000', '205714.942000', '205714.944000', '205714.947000', '205714.949000', '205714.952000', '205714.955000', '205714.957000', '205714.960000', '205714.963000', '205714.965000', '205714.968000', '205714.970000', '205714.973000', '205714.975000', '205714.978000', '205714.981000', '205714.983000', '205714.986000', '205714.988000', '205714.991000', '205714.994000', '205714.996000', '205715.009000', '205715.012000', '205715.014000', '205715.017000', '205715.019000', '205715.022000', '205715.025000', '205715.027000', '205715.030000', '205715.032000', '205715.035000', '205715.038000', '205715.040000', '205715.043000', '205715.046000', '205715.048000', '205734.929000', '205734.931000', '205734.934000', '205734.937000', '205734.939000', '205734.942000', '205734.944000', '205734.947000', '205734.950000', '205734.952000', '205734.955000', '205734.957000', '205734.960000', '205734.963000', '205734.965000', '205734.968000', '205734.970000', '205734.973000', '205734.984000', '205734.987000', '205734.989000', '205734.992000', '205734.995000', '205734.997000', '205735.000000', '205735.002000', '205735.005000', '205735.008000', '205735.011000', '205735.013000', '205735.016000', '205735.019000', '205735.022000', '205735.024000', '205735.027000', '205735.029000', '205735.032000', '205735.035000', '205735.037000', '205735.040000', '205735.043000', '205735.045000', '205735.048000', '205735.051000', '205754.928000', '205754.931000', '205754.934000', '205754.936000', '205754.939000', '205754.942000', '205754.944000', '205754.947000', '205754.950000', '205754.952000', '205754.955000', '205754.958000', '205754.960000', '205754.963000', '205754.966000', '205754.968000', '205754.971000', '205754.974000', '205754.976000', '205754.979000', '205754.981000', '205754.984000', '205754.986000', '205754.989000', '205754.992000', '205754.994000', '205754.997000', '205755.001000', '205755.003000', '205755.006000', '205755.008000', '205755.011000', '205755.014000', '205755.017000', '205755.019000', '205755.022000', '205755.024000', '205755.027000', '205755.030000', '205755.033000', '205755.036000', '205755.039000', '205755.041000', '205814.930000', '205814.933000', '205814.935000', '205814.938000', '205814.941000', '205814.943000', '205814.946000', '205814.949000', '205814.951000', '205814.954000', '205814.957000', '205814.959000', '205814.962000', '205814.965000', '205814.968000', '205814.970000', '205814.973000', '205814.976000', '205814.978000', '205814.981000', '205814.983000', '205814.986000', '205814.989000', '205814.991000', '205814.994000', '205814.997000', '205815.001000', '205815.003000', '205815.006000', '205815.009000', '205815.011000', '205815.014000', '205815.016000', '205815.019000', '205815.022000', '205815.024000', '205815.027000', '205815.030000', '205815.032000', '205815.035000', '205815.038000', '205815.040000', '205815.043000', '205815.046000', '205834.930000', '205834.932000', '205834.935000', '205834.938000', '205834.940000', '205834.943000', '205834.946000', '205834.948000', '205834.951000', '205834.954000', '205834.956000', '205834.959000', '205834.962000', '205834.964000', '205834.967000', '205834.970000', '205834.972000', '205834.975000', '205834.978000', '205834.980000', '205834.983000', '205834.986000', '205834.988000', '205834.991000', '205834.994000', '205834.996000', '205835.000000', '205835.002000', '205835.005000', '205835.008000', '205835.010000', '205835.013000', '205835.016000', '205835.018000', '205835.021000', '205835.023000', '205835.026000', '205835.040000', '205835.042000', '205835.045000', '205835.048000', '205835.050000', '205835.053000', '205854.930000', '205854.932000', '205854.935000', '205854.938000', '205854.940000', '205854.943000', '205854.946000', '205854.948000', '205854.951000', '205854.954000', '205854.957000', '205854.959000', '205854.962000', '205854.965000', '205854.967000', '205854.970000', '205854.978000', '205854.980000', '205854.983000', '205854.985000', '205854.988000', '205854.991000', '205854.993000', '205854.996000', '205855.000000', '205855.002000', '205855.005000', '205855.008000', '205855.011000', '205855.013000', '205855.016000', '205855.018000', '205855.021000', '205855.024000', '205855.026000', '205855.029000', '205855.032000', '205855.034000', '205855.037000', '205855.039000', '205855.042000', '205855.045000', '205855.047000', '205855.050000', '205855.832000', '205855.836000'], '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': [15309, 11739, 14344, 11587, 9014, 11888, 7005, 13437, 9269, 10240, 9382, 7143, 10317, 7242, 11289, 8280, 9919, 9250, 7006, 10494, 6786, 10986, 8195, 6899, 10607, 6762, 9950, 7564, 7507, 9021, 7325, 11978, 6814, 12749, 7894, 10795, 9467, 8069, 12847, 6859, 11951, 8604, 7152, 9388, 6984, 13633, 9192, 7332, 10839, 7059, 13615, 11451, 11502, 9928, 7401, 11732, 7067, 11378, 9315, 7831, 10836, 7032, 11349, 7164, 10760, 9024, 7464, 11150, 7288, 11894, 7207, 10684, 9185, 7311, 11901, 6743, 11500, 8980, 9731, 9555, 7747, 14029, 7628, 11237, 9091, 7351, 9986, 7157, 11240, 8894, 7410, 9754, 7103, 6898, 10230, 8309, 6884, 13017, 10562, 10239, 11635, 6991, 14734, 12503, 11339, 12792, 6795, 7105, 7072, 6967, 9618, 7064, 7028, 7408, 6731, 10363, 7338, 10345, 8506, 7143, 13211, 7083, 10984, 10087, 7635, 9188, 7493, 12515, 7100, 11801, 7863, 10235, 9460, 8651, 11707, 6963, 11254, 6921, 11656, 8123, 9163, 8419, 6917, 10624, 7412, 11449, 9324, 11677, 9903, 7855, 12632, 6981, 9643, 8668, 6948, 9192, 7144, 11928, 6955, 11606, 7098, 11687, 9544, 7567, 9957, 6987, 12204, 7557, 12028, 9778, 8299, 9735, 7415, 10595, 6986, 11890, 9055, 13541, 9085, 7684, 9504, 7089, 11008, 7055, 12563, 8287, 7024, 8782, 7088, 11753, 8953, 10918, 8756, 7076, 10438, 7037, 12783, 10763, 7573, 9940, 6704, 13349, 8332, 10295, 10723, 6847, 11196, 9488, 6962, 11286, 6862, 13161, 9986, 8051, 11703, 6847, 6766, 9643, 8015, 6644, 9599, 7729, 13603, 11282, 8209, 12051, 6882, 14427, 11316, 12325, 10069, 6886, 10203, 7086, 7390, 6858, 6820, 11034, 7430, 7048, 8442, 6945, 12288, 9186, 12579, 10139, 7461, 12253, 7822, 13796, 10534, 10307, 12922, 7132, 13416, 7858, 10122, 8228, 6764, 12466, 7040, 9007, 8087, 7092, 10395, 7002, 10610, 8782, 6793, 8579, 6910, 10285, 8733, 10231, 8751, 7183, 12977, 6924, 9619, 8845, 6979, 9895, 6871, 10229, 7747, 7679, 13996, 7887, 7082, 7948, 6758, 13004, 9204, 12271, 9652, 6962, 12662, 7271, 8735, 8866, 6715, 14036, 11428, 14749, 12435, 10448, 11763, 7064, 13572, 8164, 14311, 10679, 9886, 8772, 6678, 9114, 7489, 7145, 7594, 6792, 6821, 7077, 6872, 8863, 6947, 10485, 8980, 6786, 10117, 7958, 6957, 8922, 7043, 12678, 9322, 8202, 11634, 9315, 12598, 10897, 14868, 7916, 11829, 9200, 7567, 12205, 8456, 12256, 8189, 6970, 10739, 6824, 11113, 9216, 7849, 9598, 6982, 11878, 7331, 11592, 9823, 8324, 10960, 7007, 12319, 7835, 12277, 10701, 9061, 10733, 7173, 11074, 9198, 7013, 8792, 7338, 6938, 12122, 10151, 13544, 9154, 7363, 9492, 7065, 13941, 11578, 7133, 7844, 6847, 7808, 7022, 7083, 8303, 6985, 7383, 7082, 6866, 6846, 8822, 6905, 10263, 8570, 7066, 12624, 9230, 12653, 10803, 7999, 12933, 7992, 11532, 9047, 7691, 13770, 7258, 10302, 8594, 7029, 11647, 7764, 13702, 10110, 8006, 9093, 6873, 12473, 7329, 11837, 9673, 7560, 9382, 6983, 11863, 7730, 10644, 9516, 7459, 11379, 7124, 10574, 8949, 7882, 13336, 7080, 11454, 9101, 7365, 10356, 7270, 13139, 8702, 7091, 9689, 7033, 12006, 9008, 9379, 9133, 7111, 11817, 7056, 12217, 9529, 9426, 9406, 7073, 11179, 6961, 10026, 8536, 7142, 12002, 6856, 11195, 8788, 9686, 8292, 7351, 13706, 7146, 8807, 8534, 6968, 12159, 7880, 11623, 8377, 7146, 9881, 6883, 10446, 8483, 6944, 9811, 7199, 10298, 8445, 7345, 12700, 7216, 11555, 9691, 7730, 11417, 8781, 14429, 10143, 8190, 8238, 7172, 10816, 6829, 10655, 8496, 6935, 8680, 6953, 11419, 7592, 11316, 9304, 6955, 11074, 6820, 7641, 9161, 7187, 6848, 10006, 7103, 8862, 10778, 8243, 14097, 11438, 12175, 12510, 11135, 14940, 12749, 8325, 8088, 6877, 9651, 7792, 6877, 11261, 6912, 7231, 7298, 6960, 9479, 7092, 9353, 7761, 7175, 10380, 6927, 11905, 8697, 12259, 10487, 8736, 11617, 6952, 11641, 8895, 10532, 9429, 7872, 13600, 7477, 12330, 9577, 9888, 10524, 7467, 13752, 7305, 10853, 9545, 7679, 10599, 7083, 12267, 7891, 9740, 9262, 7064, 11167, 6978, 12523, 7768, 10187, 9220, 7563, 11965, 6988, 10862, 8612, 6909, 10376, 7310, 12526, 9954, 7063, 9560, 6867, 12448, 9307, 11763, 10710, 7315, 12947, 7598, 12249, 9817, 8241, 12084, 7039, 10806, 9065, 7007, 11138, 7003, 11205, 8469, 7025, 9982, 6728, 12096, 7992, 7263, 7767, 7023, 9787, 7305, 12012, 8286, 7334, 8227, 6875, 10936, 7025, 9315, 7740, 6946, 10515, 7217, 10374, 9295, 7791, 12102, 6962, 12947, 8731, 11974, 9905, 8393, 11904, 6938, 12419, 7734, 11712, 9651, 8315, 12716, 6942, 12712, 8689, 8847, 9551, 7072, 13811, 8550, 7802, 9192, 6772, 13046, 9973, 8234, 8702, 7117, 11984, 7159, 13566, 10661, 11275, 9217, 7780, 9551, 7082, 11809, 8665, 6973, 8879, 7133, 12266, 7951, 9636, 8296, 6918, 12659, 7196, 9994, 9076, 7127, 9815, 6843, 13777, 7702, 7911, 7870, 7007, 11236, 8222, 6885, 11041, 7480, 6839, 11457, 8584, 7206, 12268, 9413, 12886, 10483, 7624, 14543, 9376, 12685, 10284, 6986, 12912, 6773, 6881, 7085, 6788, 9204, 7027, 10339, 7573, 6885, 9752, 7182, 11575, 9182, 9303, 12436, 6779, 12850, 8204, 13921, 10604, 12829, 11282, 8791, 11879, 6872, 12333, 7681, 10677, 9844, 7687, 11495, 6970, 12128, 8101, 10814, 8749, 7361, 12834, 6925, 8970, 8315, 7041, 10324, 6883, 13395, 7191, 6852, 9845, 9864, 11506, 8581, 11639, 11464, 7773, 10177, 7483, 7262, 8972, 7376, 9061, 9414, 8224, 13934, 8582, 14576, 9041, 13397, 9853, 10953, 8463, 7084, 9566, 7428, 7355, 7337, 6952, 9263, 7405, 8811, 7670, 7439, 9793, 7272, 12907, 11847, 11116, 9939, 7856, 10830, 9099, 13060, 8907, 13951, 7301, 13795, 7888, 13338, 10764, 10164, 9973, 7778, 10200, 7531, 11215, 7504, 11235, 8590, 7220, 8354, 7087, 8776, 7365, 11786, 7385, 7253, 7417, 7233, 9275, 7583, 10908, 9135, 7163, 10630, 7278, 12859, 10448, 12921, 10016, 8183, 10818, 7233, 12885, 9136, 13987, 8548, 6898, 8652, 7126, 11729, 8658, 9641, 8944, 7070, 10582, 7166, 13369, 11027, 9880, 9437, 7375, 12065, 7264, 13960, 9924, 12192, 9001, 7101, 9163, 7126, 11797, 7153, 7330, 8311, 7183, 9389, 6840, 10436, 7365, 11799, 7664, 6976, 7976, 7093, 10659, 7064, 7082, 7968, 7225, 7115, 9511, 7348, 11043, 12025, 10057, 14636, 10169, 11046, 10439, 10860, 16155, 9716, 10232, 8033, 7327, 10168, 7634, 10380, 7896, 7044, 9152, 7271, 9530, 8610, 7129, 8607, 6912, 8895, 8461, 6959, 10854, 7282, 13007, 9488, 12762, 10762, 11636, 13799, 8247, 13247, 8211, 11435, 9576, 7941, 13078, 7055, 10738, 8844, 7186, 8489, 7151, 11889, 10442, 7392, 11057, 7351, 11081, 9839, 7710, 13364, 7026, 7456, 7470, 7087, 9185, 9060, 6936, 10490, 7287, 11530, 9628, 8907, 12937, 7726, 10904, 8024, 6924, 9058, 7441, 6921, 7264, 8368, 7185, 13312, 12222, 13639, 11724, 13037, 10717, 9571, 9718, 7518, 13433, 7038, 7276, 7448, 7126, 8440, 8318, 7133, 8039, 7487, 10027, 7325, 10146, 9023, 7491, 10729, 7503, 11354, 10116, 9831, 12138, 7137, 13134, 7573, 11262, 9774, 8653, 12592, 7844, 12989, 9297, 7193, 9629, 7212, 11800, 9947, 7398, 9498, 7091, 11883, 7314, 11344, 9746, 7663, 10233, 6993, 11972, 7334, 13341, 12043, 12750, 9362, 8362, 9011, 7066, 10868, 7254, 11424, 7599, 9182, 8791, 7385, 8583, 6982, 11364, 7442, 10610, 7552], 'WindowCenter': [4461.0, 4426.0, 4432.0, 4396.0, 4364.0, 4383.0, 4333.0, 4401.0, 4361.0, 4370.0, 4373.0, 4331.0, 4370.0, 4330.0, 4380.0, 4348.0, 4373.0, 4362.0, 4331.0, 4380.0, 4332.0, 4382.0, 4349.0, 4343.0, 4384.0, 4333.0, 4373.0, 4352.0, 4342.0, 4363.0, 4342.0, 4395.0, 4333.0, 4391.0, 4340.0, 4381.0, 4360.0, 4351.0, 4394.0, 4320.0, 4380.0, 4350.0, 4330.0, 4359.0, 4333.0, 4401.0, 4360.0, 4340.0, 4380.0, 4331.0, 4389.0, 4382.0, 4380.0, 4360.0, 4331.0, 4379.0, 4330.0, 4369.0, 4348.0, 4339.0, 4370.0, 4331.0, 4379.0, 4329.0, 4370.0, 4350.0, 4330.0, 4382.0, 4340.0, 4381.0, 4331.0, 4369.0, 4360.0, 4329.0, 4381.0, 4319.0, 4380.0, 4349.0, 4359.0, 4359.0, 4339.0, 4390.0, 4329.0, 4367.0, 4347.0, 4326.0, 4358.0, 4319.0, 4379.0, 4352.0, 4330.0, 4360.0, 4329.0, 4331.0, 4370.0, 4340.0, 4318.0, 4391.0, 4371.0, 4370.0, 4381.0, 4328.0, 4387.0, 4365.0, 4366.0, 4376.0, 4316.0, 4317.0, 4315.0, 4327.0, 4345.0, 4318.0, 4330.0, 4328.0, 4320.0, 4368.0, 4341.0, 4370.0, 4349.0, 4329.0, 4390.0, 4328.0, 4368.0, 4358.0, 4327.0, 4347.0, 4326.0, 4390.0, 4328.0, 4377.0, 4338.0, 4371.0, 4359.0, 4350.0, 4380.0, 4329.0, 4378.0, 4331.0, 4377.0, 4338.0, 4358.0, 4338.0, 4318.0, 4369.0, 4342.0, 4382.0, 4361.0, 4379.0, 4370.0, 4338.0, 4378.0, 4327.0, 4357.0, 4349.0, 4328.0, 4361.0, 4330.0, 4378.0, 4328.0, 4380.0, 4328.0, 4379.0, 4370.0, 4338.0, 4370.0, 4328.0, 4380.0, 4341.0, 4390.0, 4372.0, 4350.0, 4359.0, 4339.0, 4380.0, 4330.0, 4378.0, 4361.0, 4389.0, 4348.0, 4328.0, 4360.0, 4328.0, 4368.0, 4331.0, 4389.0, 4349.0, 4329.0, 4349.0, 4329.0, 4378.0, 4362.0, 4381.0, 4350.0, 4331.0, 4371.0, 4329.0, 4388.0, 4380.0, 4338.0, 4359.0, 4319.0, 4389.0, 4337.0, 4358.0, 4369.0, 4317.0, 4369.0, 4348.0, 4319.0, 4369.0, 4309.0, 4388.0, 4362.0, 4325.0, 4377.0, 4316.0, 4317.0, 4358.0, 4338.0, 4317.0, 4346.0, 4328.0, 4389.0, 4368.0, 4337.0, 4377.0, 4317.0, 4386.0, 4355.0, 4375.0, 4356.0, 4315.0, 4355.0, 4314.0, 4327.0, 4304.0, 4317.0, 4368.0, 4328.0, 4328.0, 4336.0, 4329.0, 4376.0, 4346.0, 4390.0, 4356.0, 4325.0, 4377.0, 4327.0, 4387.0, 4355.0, 4355.0, 4377.0, 4315.0, 4374.0, 4323.0, 4355.0, 4323.0, 4303.0, 4374.0, 4315.0, 4345.0, 4324.0, 4314.0, 4354.0, 4315.0, 4355.0, 4347.0, 4306.0, 4335.0, 4317.0, 4355.0, 4347.0, 4368.0, 4336.0, 4317.0, 4388.0, 4315.0, 4356.0, 4345.0, 4327.0, 4358.0, 4316.0, 4355.0, 4315.0, 4327.0, 4398.0, 4338.0, 4317.0, 4337.0, 4317.0, 4386.0, 4346.0, 4366.0, 4345.0, 4314.0, 4377.0, 4327.0, 4346.0, 4346.0, 4316.0, 4386.0, 4365.0, 4386.0, 4364.0, 4341.0, 4352.0, 4299.0, 4359.0, 4307.0, 4358.0, 4339.0, 4326.0, 4289.0, 4259.0, 4316.0, 4297.0, 4299.0, 4311.0, 4303.0, 4314.0, 4313.0, 4314.0, 4343.0, 4316.0, 4369.0, 4346.0, 4318.0, 4366.0, 4338.0, 4326.0, 4358.0, 4331.0, 4390.0, 4357.0, 4336.0, 4379.0, 4357.0, 4375.0, 4367.0, 4386.0, 4323.0, 4363.0, 4332.0, 4325.0, 4361.0, 4336.0, 4365.0, 4323.0, 4313.0, 4365.0, 4315.0, 4363.0, 4347.0, 4324.0, 4344.0, 4314.0, 4364.0, 4324.0, 4365.0, 4358.0, 4336.0, 4354.0, 4314.0, 4365.0, 4325.0, 4364.0, 4356.0, 4336.0, 4365.0, 4314.0, 4364.0, 4344.0, 4314.0, 4345.0, 4326.0, 4314.0, 4365.0, 4356.0, 4387.0, 4358.0, 4329.0, 4344.0, 4302.0, 4374.0, 4364.0, 4302.0, 4321.0, 4304.0, 4324.0, 4313.0, 4326.0, 4346.0, 4327.0, 4337.0, 4329.0, 4331.0, 4318.0, 4363.0, 4330.0, 4370.0, 4349.0, 4328.0, 4390.0, 4357.0, 4389.0, 4369.0, 4337.0, 4376.0, 4326.0, 4377.0, 4345.0, 4327.0, 4388.0, 4326.0, 4357.0, 4336.0, 4317.0, 4366.0, 4327.0, 4387.0, 4355.0, 4324.0, 4346.0, 4314.0, 4376.0, 4315.0, 4366.0, 4346.0, 4326.0, 4346.0, 4315.0, 4376.0, 4324.0, 4368.0, 4357.0, 4327.0, 4367.0, 4316.0, 4367.0, 4345.0, 4337.0, 4387.0, 4315.0, 4376.0, 4344.0, 4324.0, 4353.0, 4327.0, 4387.0, 4334.0, 4314.0, 4345.0, 4316.0, 4364.0, 4346.0, 4345.0, 4346.0, 4314.0, 4365.0, 4316.0, 4375.0, 4346.0, 4346.0, 4344.0, 4315.0, 4365.0, 4314.0, 4356.0, 4336.0, 4315.0, 4376.0, 4315.0, 4366.0, 4335.0, 4345.0, 4334.0, 4326.0, 4386.0, 4314.0, 4345.0, 4335.0, 4313.0, 4376.0, 4337.0, 4364.0, 4335.0, 4315.0, 4355.0, 4314.0, 4355.0, 4347.0, 4316.0, 4356.0, 4326.0, 4368.0, 4338.0, 4328.0, 4387.0, 4328.0, 4367.0, 4345.0, 4327.0, 4364.0, 4336.0, 4386.0, 4354.0, 4334.0, 4334.0, 4315.0, 4364.0, 4305.0, 4366.0, 4347.0, 4315.0, 4347.0, 4327.0, 4378.0, 4328.0, 4367.0, 4348.0, 4316.0, 4368.0, 4330.0, 4339.0, 4358.0, 4327.0, 4328.0, 4369.0, 4329.0, 4348.0, 4380.0, 4339.0, 4388.0, 4367.0, 4377.0, 4377.0, 4354.0, 4384.0, 4376.0, 4323.0, 4321.0, 4303.0, 4343.0, 4312.0, 4305.0, 4365.0, 4316.0, 4314.0, 4315.0, 4315.0, 4345.0, 4316.0, 4345.0, 4324.0, 4315.0, 4357.0, 4319.0, 4378.0, 4349.0, 4376.0, 4368.0, 4336.0, 4366.0, 4317.0, 4366.0, 4347.0, 4355.0, 4348.0, 4336.0, 4386.0, 4315.0, 4375.0, 4345.0, 4343.0, 4356.0, 4314.0, 4374.0, 4314.0, 4354.0, 4345.0, 4314.0, 4356.0, 4315.0, 4365.0, 4324.0, 4344.0, 4344.0, 4315.0, 4367.0, 4317.0, 4376.0, 4325.0, 4356.0, 4344.0, 4314.0, 4376.0, 4315.0, 4355.0, 4334.0, 4314.0, 4354.0, 4315.0, 4376.0, 4356.0, 4317.0, 4346.0, 4316.0, 4374.0, 4345.0, 4377.0, 4356.0, 4315.0, 4375.0, 4325.0, 4365.0, 4356.0, 4334.0, 4364.0, 4314.0, 4355.0, 4335.0, 4313.0, 4365.0, 4317.0, 4365.0, 4335.0, 4314.0, 4355.0, 4316.0, 4377.0, 4325.0, 4316.0, 4326.0, 4317.0, 4355.0, 4325.0, 4377.0, 4337.0, 4327.0, 4336.0, 4318.0, 4366.0, 4317.0, 4359.0, 4338.0, 4328.0, 4368.0, 4340.0, 4369.0, 4359.0, 4340.0, 4391.0, 4329.0, 4390.0, 4349.0, 4378.0, 4359.0, 4348.0, 4378.0, 4317.0, 4377.0, 4339.0, 4377.0, 4359.0, 4339.0, 4389.0, 4327.0, 4389.0, 4347.0, 4346.0, 4357.0, 4328.0, 4387.0, 4348.0, 4327.0, 4358.0, 4316.0, 4388.0, 4358.0, 4338.0, 4348.0, 4327.0, 4377.0, 4317.0, 4387.0, 4366.0, 4367.0, 4347.0, 4327.0, 4357.0, 4314.0, 4374.0, 4347.0, 4317.0, 4347.0, 4316.0, 4376.0, 4337.0, 4356.0, 4337.0, 4316.0, 4378.0, 4328.0, 4358.0, 4348.0, 4316.0, 4357.0, 4317.0, 4387.0, 4339.0, 4337.0, 4337.0, 4328.0, 4378.0, 4338.0, 4329.0, 4379.0, 4341.0, 4329.0, 4380.0, 4350.0, 4330.0, 4377.0, 4359.0, 4389.0, 4367.0, 4325.0, 4387.0, 4347.0, 4374.0, 4344.0, 4303.0, 4375.0, 4305.0, 4314.0, 4316.0, 4319.0, 4345.0, 4317.0, 4369.0, 4327.0, 4316.0, 4358.0, 4330.0, 4379.0, 4347.0, 4347.0, 4389.0, 4317.0, 4377.0, 4337.0, 4399.0, 4357.0, 4377.0, 4369.0, 4335.0, 4365.0, 4304.0, 4375.0, 4324.0, 4354.0, 4357.0, 4325.0, 4364.0, 4315.0, 4374.0, 4335.0, 4365.0, 4336.0, 4327.0, 4375.0, 4316.0, 4346.0, 4335.0, 4316.0, 4355.0, 4327.0, 4388.0, 4327.0, 4315.0, 4356.0, 4356.0, 4385.0, 4339.0, 4368.0, 4368.0, 4327.0, 4369.0, 4330.0, 4329.0, 4349.0, 4328.0, 4348.0, 4348.0, 4339.0, 4390.0, 4349.0, 4389.0, 4349.0, 4389.0, 4346.0, 4353.0, 4324.0, 4315.0, 4346.0, 4327.0, 4330.0, 4343.0, 4330.0, 4359.0, 4343.0, 4362.0, 4341.0, 4342.0, 4372.0, 4331.0, 4392.0, 4382.0, 4381.0, 4360.0, 4340.0, 4370.0, 4349.0, 4392.0, 4349.0, 4388.0, 4317.0, 4387.0, 4327.0, 4375.0, 4355.0, 4354.0, 4344.0, 4324.0, 4354.0, 4324.0, 4354.0, 4316.0, 4366.0, 4335.0, 4314.0, 4335.0, 4317.0, 4336.0, 4328.0, 4378.0, 4329.0, 4328.0, 4329.0, 4341.0, 4360.0, 4343.0, 4381.0, 4362.0, 4330.0, 4383.0, 4330.0, 4389.0, 4371.0, 4389.0, 4359.0, 4338.0, 4368.0, 4328.0, 4376.0, 4360.0, 4389.0, 4336.0, 4316.0, 4347.0, 4317.0, 4379.0, 4348.0, 4358.0, 4348.0, 4329.0, 4368.0, 4317.0, 4400.0, 4369.0, 4358.0, 4348.0, 4316.0, 4377.0, 4316.0, 4387.0, 4356.0, 4375.0, 4335.0, 4314.0, 4345.0, 4314.0, 4376.0, 4316.0, 4326.0, 4337.0, 4317.0, 4347.0, 4317.0, 4368.0, 4340.0, 4378.0, 4338.0, 4329.0, 4351.0, 4329.0, 4371.0, 4344.0, 4332.0, 4352.0, 4342.0, 4342.0, 4373.0, 4343.0, 4381.0, 4393.0, 4371.0, 4400.0, 4370.0, 4380.0, 4368.0, 4369.0, 4411.0, 4359.0, 4358.0, 4326.0, 4327.0, 4355.0, 4329.0, 4369.0, 4338.0, 4329.0, 4360.0, 4329.0, 4358.0, 4350.0, 4329.0, 4349.0, 4330.0, 4362.0, 4350.0, 4329.0, 4383.0, 4342.0, 4391.0, 4360.0, 4390.0, 4367.0, 4368.0, 4389.0, 4337.0, 4377.0, 4336.0, 4366.0, 4345.0, 4326.0, 4387.0, 4316.0, 4367.0, 4335.0, 4316.0, 4334.0, 4315.0, 4379.0, 4358.0, 4326.0, 4366.0, 4317.0, 4366.0, 4344.0, 4326.0, 4377.0, 4315.0, 4325.0, 4326.0, 4316.0, 4346.0, 4349.0, 4317.0, 4367.0, 4326.0, 4368.0, 4346.0, 4335.0, 4377.0, 4326.0, 4356.0, 4327.0, 4316.0, 4346.0, 4325.0, 4315.0, 4326.0, 4336.0, 4316.0, 4388.0, 4377.0, 4387.0, 4377.0, 4375.0, 4344.0, 4332.0, 4330.0, 4301.0, 4372.0, 4301.0, 4314.0, 4314.0, 4314.0, 4335.0, 4348.0, 4317.0, 4337.0, 4328.0, 4359.0, 4327.0, 4357.0, 4360.0, 4328.0, 4368.0, 4328.0, 4370.0, 4359.0, 4356.0, 4380.0, 4317.0, 4377.0, 4326.0, 4367.0, 4357.0, 4334.0, 4378.0, 4326.0, 4375.0, 4345.0, 4315.0, 4356.0, 4314.0, 4376.0, 4357.0, 4315.0, 4345.0, 4315.0, 4376.0, 4316.0, 4366.0, 4358.0, 4326.0, 4356.0, 4316.0, 4377.0, 4326.0, 4386.0, 4377.0, 4375.0, 4334.0, 4323.0, 4335.0, 4303.0, 4365.0, 4315.0, 4364.0, 4324.0, 4344.0, 4346.0, 4325.0, 4335.0, 4316.0, 4366.0, 4326.0, 4357.0, 4337.0], 'WindowWidth': [9811.0, 9753.0, 9753.0, 9695.0, 9646.0, 9669.0, 9600.0, 9689.0, 9633.0, 9647.0, 9657.0, 9597.0, 9648.0, 9594.0, 9658.0, 9614.0, 9653.0, 9640.0, 9596.0, 9662.0, 9598.0, 9665.0, 9618.0, 9616.0, 9670.0, 9601.0, 9654.0, 9626.0, 9615.0, 9641.0, 9612.0, 9688.0, 9602.0, 9677.0, 9608.0, 9663.0, 9634.0, 9622.0, 9684.0, 9581.0, 9661.0, 9619.0, 9595.0, 9631.0, 9601.0, 9690.0, 9634.0, 9608.0, 9661.0, 9596.0, 9669.0, 9663.0, 9660.0, 9632.0, 9594.0, 9655.0, 9592.0, 9642.0, 9613.0, 9604.0, 9645.0, 9594.0, 9657.0, 9589.0, 9645.0, 9619.0, 9592.0, 9663.0, 9608.0, 9662.0, 9594.0, 9641.0, 9633.0, 9590.0, 9662.0, 9577.0, 9659.0, 9617.0, 9627.0, 9629.0, 9602.0, 9672.0, 9587.0, 9638.0, 9610.0, 9582.0, 9625.0, 9574.0, 9655.0, 9622.0, 9591.0, 9632.0, 9592.0, 9595.0, 9646.0, 9604.0, 9573.0, 9673.0, 9649.0, 9647.0, 9662.0, 9586.0, 9662.0, 9630.0, 9634.0, 9648.0, 9567.0, 9569.0, 9565.0, 9585.0, 9604.0, 9573.0, 9593.0, 9589.0, 9580.0, 9642.0, 9609.0, 9646.0, 9615.0, 9589.0, 9672.0, 9588.0, 9641.0, 9627.0, 9585.0, 9611.0, 9580.0, 9671.0, 9587.0, 9653.0, 9601.0, 9649.0, 9630.0, 9620.0, 9660.0, 9591.0, 9655.0, 9596.0, 9652.0, 9599.0, 9627.0, 9598.0, 9572.0, 9642.0, 9610.0, 9666.0, 9639.0, 9656.0, 9645.0, 9601.0, 9653.0, 9585.0, 9626.0, 9618.0, 9589.0, 9637.0, 9593.0, 9656.0, 9588.0, 9661.0, 9589.0, 9654.0, 9648.0, 9601.0, 9644.0, 9588.0, 9660.0, 9609.0, 9671.0, 9652.0, 9617.0, 9630.0, 9604.0, 9660.0, 9595.0, 9654.0, 9637.0, 9670.0, 9613.0, 9588.0, 9632.0, 9590.0, 9639.0, 9597.0, 9671.0, 9616.0, 9590.0, 9619.0, 9591.0, 9654.0, 9640.0, 9661.0, 9620.0, 9595.0, 9650.0, 9590.0, 9669.0, 9661.0, 9602.0, 9630.0, 9578.0, 9669.0, 9599.0, 9625.0, 9643.0, 9570.0, 9639.0, 9608.0, 9570.0, 9640.0, 9559.0, 9665.0, 9636.0, 9576.0, 9651.0, 9569.0, 9571.0, 9625.0, 9598.0, 9570.0, 9605.0, 9586.0, 9669.0, 9638.0, 9597.0, 9648.0, 9569.0, 9662.0, 9615.0, 9645.0, 9619.0, 9565.0, 9617.0, 9564.0, 9583.0, 9551.0, 9572.0, 9641.0, 9587.0, 9588.0, 9596.0, 9589.0, 9649.0, 9607.0, 9671.0, 9622.0, 9580.0, 9649.0, 9583.0, 9664.0, 9618.0, 9618.0, 9649.0, 9562.0, 9641.0, 9572.0, 9618.0, 9571.0, 9543.0, 9641.0, 9563.0, 9603.0, 9575.0, 9561.0, 9618.0, 9565.0, 9617.0, 9611.0, 9552.0, 9591.0, 9569.0, 9619.0, 9609.0, 9639.0, 9593.0, 9569.0, 9665.0, 9564.0, 9622.0, 9606.0, 9585.0, 9629.0, 9568.0, 9616.0, 9561.0, 9581.0, 9683.0, 9601.0, 9572.0, 9596.0, 9570.0, 9661.0, 9608.0, 9632.0, 9604.0, 9564.0, 9651.0, 9585.0, 9610.0, 9610.0, 9567.0, 9661.0, 9629.0, 9661.0, 9628.0, 9589.0, 9605.0, 9531.0, 9613.0, 9541.0, 9608.0, 9585.0, 9562.0, 9500.0, 9461.0, 9550.0, 9528.0, 9534.0, 9553.0, 9547.0, 9564.0, 9562.0, 9565.0, 9602.0, 9569.0, 9643.0, 9610.0, 9575.0, 9636.0, 9602.0, 9584.0, 9628.0, 9597.0, 9672.0, 9626.0, 9596.0, 9657.0, 9626.0, 9646.0, 9638.0, 9661.0, 9573.0, 9626.0, 9583.0, 9578.0, 9620.0, 9596.0, 9630.0, 9573.0, 9560.0, 9630.0, 9565.0, 9625.0, 9613.0, 9576.0, 9604.0, 9565.0, 9631.0, 9577.0, 9629.0, 9627.0, 9593.0, 9617.0, 9563.0, 9630.0, 9578.0, 9628.0, 9623.0, 9593.0, 9631.0, 9564.0, 9629.0, 9602.0, 9563.0, 9605.0, 9581.0, 9562.0, 9632.0, 9622.0, 9664.0, 9630.0, 9591.0, 9602.0, 9542.0, 9641.0, 9627.0, 9543.0, 9568.0, 9548.0, 9576.0, 9561.0, 9583.0, 9610.0, 9587.0, 9601.0, 9593.0, 9600.0, 9577.0, 9643.0, 9596.0, 9647.0, 9617.0, 9588.0, 9673.0, 9626.0, 9671.0, 9644.0, 9597.0, 9647.0, 9582.0, 9652.0, 9606.0, 9585.0, 9667.0, 9581.0, 9623.0, 9595.0, 9572.0, 9636.0, 9583.0, 9665.0, 9619.0, 9577.0, 9607.0, 9563.0, 9649.0, 9564.0, 9634.0, 9606.0, 9580.0, 9608.0, 9566.0, 9648.0, 9576.0, 9639.0, 9624.0, 9584.0, 9636.0, 9569.0, 9637.0, 9604.0, 9598.0, 9665.0, 9567.0, 9650.0, 9603.0, 9576.0, 9611.0, 9586.0, 9663.0, 9590.0, 9562.0, 9605.0, 9568.0, 9629.0, 9609.0, 9606.0, 9609.0, 9565.0, 9633.0, 9568.0, 9646.0, 9607.0, 9606.0, 9603.0, 9565.0, 9631.0, 9565.0, 9621.0, 9595.0, 9567.0, 9649.0, 9566.0, 9635.0, 9592.0, 9606.0, 9589.0, 9580.0, 9659.0, 9562.0, 9604.0, 9591.0, 9560.0, 9647.0, 9596.0, 9629.0, 9590.0, 9565.0, 9619.0, 9563.0, 9619.0, 9609.0, 9569.0, 9622.0, 9585.0, 9643.0, 9600.0, 9588.0, 9667.0, 9586.0, 9638.0, 9607.0, 9583.0, 9630.0, 9594.0, 9662.0, 9616.0, 9589.0, 9589.0, 9565.0, 9630.0, 9551.0, 9634.0, 9612.0, 9567.0, 9612.0, 9586.0, 9653.0, 9586.0, 9636.0, 9612.0, 9568.0, 9639.0, 9596.0, 9604.0, 9628.0, 9587.0, 9589.0, 9645.0, 9592.0, 9612.0, 9660.0, 9603.0, 9668.0, 9639.0, 9650.0, 9650.0, 9614.0, 9657.0, 9645.0, 9571.0, 9567.0, 9545.0, 9599.0, 9556.0, 9550.0, 9631.0, 9567.0, 9564.0, 9566.0, 9567.0, 9604.0, 9568.0, 9604.0, 9575.0, 9566.0, 9623.0, 9575.0, 9653.0, 9618.0, 9647.0, 9641.0, 9595.0, 9635.0, 9569.0, 9634.0, 9611.0, 9619.0, 9615.0, 9595.0, 9663.0, 9565.0, 9643.0, 9604.0, 9599.0, 9621.0, 9563.0, 9643.0, 9562.0, 9614.0, 9603.0, 9559.0, 9622.0, 9564.0, 9632.0, 9574.0, 9603.0, 9603.0, 9563.0, 9637.0, 9570.0, 9649.0, 9581.0, 9621.0, 9602.0, 9562.0, 9648.0, 9565.0, 9618.0, 9590.0, 9564.0, 9617.0, 9564.0, 9648.0, 9621.0, 9570.0, 9608.0, 9568.0, 9643.0, 9605.0, 9650.0, 9620.0, 9565.0, 9646.0, 9578.0, 9629.0, 9622.0, 9589.0, 9630.0, 9563.0, 9618.0, 9589.0, 9558.0, 9633.0, 9569.0, 9633.0, 9591.0, 9564.0, 9618.0, 9569.0, 9649.0, 9579.0, 9567.0, 9580.0, 9570.0, 9619.0, 9580.0, 9651.0, 9597.0, 9585.0, 9597.0, 9575.0, 9637.0, 9572.0, 9631.0, 9600.0, 9589.0, 9640.0, 9607.0, 9644.0, 9631.0, 9607.0, 9675.0, 9591.0, 9673.0, 9618.0, 9656.0, 9629.0, 9614.0, 9655.0, 9572.0, 9652.0, 9604.0, 9653.0, 9630.0, 9603.0, 9671.0, 9587.0, 9670.0, 9613.0, 9608.0, 9624.0, 9588.0, 9666.0, 9614.0, 9585.0, 9628.0, 9568.0, 9665.0, 9628.0, 9599.0, 9612.0, 9585.0, 9654.0, 9572.0, 9663.0, 9637.0, 9637.0, 9610.0, 9586.0, 9625.0, 9563.0, 9643.0, 9613.0, 9570.0, 9611.0, 9570.0, 9649.0, 9597.0, 9621.0, 9598.0, 9568.0, 9652.0, 9587.0, 9628.0, 9615.0, 9569.0, 9623.0, 9574.0, 9666.0, 9605.0, 9598.0, 9601.0, 9591.0, 9655.0, 9601.0, 9591.0, 9658.0, 9609.0, 9593.0, 9658.0, 9621.0, 9592.0, 9650.0, 9632.0, 9670.0, 9638.0, 9578.0, 9663.0, 9608.0, 9641.0, 9601.0, 9544.0, 9643.0, 9548.0, 9563.0, 9568.0, 9579.0, 9606.0, 9572.0, 9642.0, 9584.0, 9570.0, 9624.0, 9591.0, 9657.0, 9610.0, 9612.0, 9670.0, 9570.0, 9652.0, 9597.0, 9682.0, 9621.0, 9649.0, 9642.0, 9590.0, 9628.0, 9547.0, 9647.0, 9575.0, 9613.0, 9623.0, 9578.0, 9629.0, 9564.0, 9642.0, 9592.0, 9632.0, 9592.0, 9583.0, 9647.0, 9566.0, 9607.0, 9593.0, 9569.0, 9617.0, 9586.0, 9667.0, 9587.0, 9569.0, 9623.0, 9622.0, 9676.0, 9600.0, 9639.0, 9638.0, 9578.0, 9641.0, 9591.0, 9588.0, 9615.0, 9586.0, 9613.0, 9612.0, 9601.0, 9671.0, 9615.0, 9668.0, 9612.0, 9667.0, 9606.0, 9609.0, 9572.0, 9563.0, 9606.0, 9584.0, 9593.0, 9615.0, 9595.0, 9630.0, 9615.0, 9637.0, 9609.0, 9610.0, 9650.0, 9594.0, 9678.0, 9663.0, 9658.0, 9632.0, 9602.0, 9645.0, 9614.0, 9677.0, 9613.0, 9666.0, 9567.0, 9663.0, 9581.0, 9642.0, 9614.0, 9613.0, 9600.0, 9574.0, 9613.0, 9575.0, 9614.0, 9566.0, 9631.0, 9591.0, 9562.0, 9590.0, 9572.0, 9593.0, 9586.0, 9653.0, 9590.0, 9589.0, 9591.0, 9611.0, 9632.0, 9615.0, 9661.0, 9637.0, 9594.0, 9668.0, 9593.0, 9669.0, 9649.0, 9670.0, 9628.0, 9599.0, 9641.0, 9586.0, 9648.0, 9631.0, 9667.0, 9595.0, 9569.0, 9612.0, 9571.0, 9656.0, 9615.0, 9628.0, 9613.0, 9589.0, 9639.0, 9570.0, 9686.0, 9643.0, 9626.0, 9613.0, 9568.0, 9649.0, 9564.0, 9664.0, 9621.0, 9645.0, 9590.0, 9562.0, 9603.0, 9562.0, 9649.0, 9568.0, 9583.0, 9597.0, 9570.0, 9609.0, 9571.0, 9638.0, 9608.0, 9656.0, 9602.0, 9591.0, 9624.0, 9592.0, 9647.0, 9619.0, 9599.0, 9626.0, 9615.0, 9615.0, 9658.0, 9616.0, 9662.0, 9682.0, 9647.0, 9689.0, 9645.0, 9659.0, 9640.0, 9643.0, 9705.0, 9629.0, 9625.0, 9582.0, 9585.0, 9617.0, 9590.0, 9643.0, 9601.0, 9590.0, 9631.0, 9591.0, 9626.0, 9622.0, 9590.0, 9617.0, 9593.0, 9637.0, 9619.0, 9590.0, 9670.0, 9612.0, 9675.0, 9632.0, 9672.0, 9638.0, 9638.0, 9670.0, 9597.0, 9649.0, 9593.0, 9634.0, 9603.0, 9581.0, 9665.0, 9567.0, 9635.0, 9590.0, 9569.0, 9587.0, 9564.0, 9654.0, 9624.0, 9582.0, 9634.0, 9568.0, 9632.0, 9601.0, 9581.0, 9649.0, 9564.0, 9579.0, 9583.0, 9567.0, 9608.0, 9616.0, 9570.0, 9637.0, 9582.0, 9637.0, 9607.0, 9591.0, 9651.0, 9579.0, 9619.0, 9582.0, 9567.0, 9609.0, 9578.0, 9565.0, 9580.0, 9595.0, 9568.0, 9667.0, 9650.0, 9663.0, 9651.0, 9643.0, 9600.0, 9581.0, 9574.0, 9538.0, 9634.0, 9540.0, 9559.0, 9564.0, 9563.0, 9592.0, 9615.0, 9571.0, 9599.0, 9587.0, 9630.0, 9584.0, 9624.0, 9633.0, 9588.0, 9641.0, 9588.0, 9643.0, 9628.0, 9619.0, 9660.0, 9571.0, 9650.0, 9582.0, 9637.0, 9623.0, 9589.0, 9652.0, 9582.0, 9645.0, 9603.0, 9564.0, 9620.0, 9562.0, 9647.0, 9624.0, 9563.0, 9603.0, 9565.0, 9649.0, 9566.0, 9634.0, 9627.0, 9580.0, 9621.0, 9567.0, 9653.0, 9581.0, 9662.0, 9650.0, 9643.0, 9586.0, 9572.0, 9590.0, 9544.0, 9631.0, 9564.0, 9629.0, 9576.0, 9602.0, 9607.0, 9579.0, 9591.0, 9569.0, 9634.0, 9581.0, 9622.0, 9598.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.0005787745556594949</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02361399812909261</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.99892125858616</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1555941341573033</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9809648078932591</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5015</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4638.0103</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11922258636514385</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>115</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.757717492984098</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.503702690395313</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.423025396776027</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7302197530883068</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.357862921321605</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00650364</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006150543224066496</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.040439482778310776</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1069</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.073938143927535</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>18.0659</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.1532</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.8664</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291346.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>877.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.843</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3677</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.3341</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3512.1187</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3692.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85198.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1362.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4584.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.2431</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.75341257452965</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> |