=== 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-0016 --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-0016",
"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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-01/func/sub-0016_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>a9f5051516fcf59e9c4ea329010c3e27</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:10:28.615000</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_VE11C_LATEST_20160120</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.999375, 0.0349079, -0.00563266, -0.034899, 0.999389, 0.001675]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0965672</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>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4168, -7772, -7232, 568, -71, -134, -32, 87]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.131</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>27a55328-1371-4319-8ded-70e57abc419f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6812491416931152, -0.09363134205341339, -0.01535676047205925, 115.08133697509766], [-0.0936552882194519, 2.681288719177246, 0.003988921642303467, -89.97476196289062], [-0.015112007968127728, -0.004493901506066322, 2.699953317642212, -56.25483703613281], [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': ['141028.615000', '141029.075000', '141029.535000', '141029.995000', '141030.455000', '141030.915000', '141031.375000', '141031.835000', '141032.295000', '141032.755000', '141033.215000', '141033.675000', '141034.135000', '141034.595000', '141035.055000', '141035.515000', '141035.975000', '141036.435000', '141036.895000', '141037.355000', '141037.815000', '141038.275000', '141038.735000', '141039.195000', '141039.655000', '141040.115000', '141040.575000', '141041.035000', '141041.495000', '141041.955000', '141042.415000', '141042.875000', '141043.335000', '141043.795000', '141044.255000', '141044.715000', '141045.175000', '141045.635000', '141046.095000', '141046.555000', '141047.015000', '141047.475000', '141047.935000', '141048.395000', '141048.855000', '141049.315000', '141049.775000', '141050.235000', '141050.695000', '141051.155000', '141051.615000', '141052.075000', '141052.535000', '141052.995000', '141053.455000', '141053.915000', '141054.375000', '141054.835000', '141055.295000', '141055.755000', '141056.215000', '141056.675000', '141057.135000', '141057.595000', '141058.055000', '141058.515000', '141058.975000', '141059.435000', '141059.895000', '141100.355000', '141100.815000', '141101.275000', '141101.735000', '141102.195000', '141102.655000', '141103.115000', '141103.575000', '141104.035000', '141104.495000', '141104.955000', '141105.415000', '141105.875000', '141106.335000', '141106.795000', '141107.255000', '141107.715000', '141108.175000', '141108.635000', '141109.095000', '141109.555000', '141110.015000', '141110.475000', '141110.935000', '141111.395000', '141111.855000', '141112.315000', '141112.775000', '141113.235000', '141113.695000', '141114.155000', '141114.615000', '141115.075000', '141115.535000', '141115.995000', '141116.455000', '141116.915000', '141117.375000', '141117.835000', '141118.295000', '141118.755000', '141119.215000', '141119.675000', '141120.135000', '141120.595000', '141121.055000', '141121.515000', '141121.975000', '141122.435000', '141122.895000', '141123.355000', '141123.815000', '141124.275000', '141124.735000', '141125.195000', '141125.655000', '141126.115000', '141126.575000', '141127.035000', '141127.495000', '141127.955000', '141128.415000', '141128.875000', '141129.335000', '141129.795000', '141130.255000', '141130.715000', '141131.175000', '141131.635000', '141132.095000', '141132.555000', '141133.015000', '141133.475000', '141133.935000', '141134.395000', '141134.855000', '141135.315000', '141135.775000', '141136.235000', '141136.695000', '141137.155000', '141137.615000', '141138.075000', '141138.535000', '141138.995000', '141139.455000', '141139.915000', '141140.375000', '141140.835000', '141141.295000', '141141.755000', '141142.215000', '141142.675000', '141143.135000', '141143.595000', '141144.055000', '141144.515000', '141144.975000', '141145.435000', '141145.895000', '141146.355000', '141146.815000', '141147.275000', '141147.735000', '141148.195000', '141148.655000', '141149.115000', '141149.575000', '141150.035000', '141150.495000', '141150.955000', '141151.415000', '141151.875000', '141152.335000', '141152.795000', '141153.255000', '141153.715000', '141154.175000', '141154.635000', '141155.095000', '141155.555000', '141156.015000', '141156.475000', '141156.935000', '141157.395000', '141157.855000', '141158.315000', '141158.775000', '141159.235000', '141159.695000', '141200.155000', '141200.615000', '141201.075000', '141201.535000', '141201.995000', '141202.455000', '141202.915000', '141203.375000', '141203.835000', '141204.295000', '141204.755000', '141205.215000', '141205.675000', '141206.135000', '141206.595000', '141207.055000', '141207.515000', '141207.975000', '141208.435000', '141208.895000', '141209.355000', '141209.815000', '141210.275000', '141210.735000', '141211.195000', '141211.655000', '141212.115000', '141212.575000', '141213.035000', '141213.495000', '141213.955000', '141214.415000', '141214.875000', '141215.335000', '141215.795000', '141216.255000', '141216.715000', '141217.175000', '141217.635000', '141218.095000', '141218.555000', '141219.015000', '141219.475000', '141219.935000', '141220.395000', '141220.855000', '141221.315000', '141221.775000', '141222.235000', '141222.695000', '141223.155000', '141223.615000', '141224.075000', '141224.535000', '141224.995000', '141225.455000', '141225.915000', '141226.375000', '141226.835000', '141227.295000', '141227.755000', '141228.215000', '141228.675000', '141229.135000', '141229.595000', '141230.055000', '141230.515000', '141230.975000', '141231.435000', '141231.895000', '141232.355000', '141232.815000', '141233.275000', '141233.735000', '141234.195000', '141234.655000', '141235.115000', '141235.575000', '141236.035000', '141236.495000', '141236.955000', '141237.415000', '141237.875000', '141238.335000', '141238.795000', '141239.255000', '141239.715000', '141240.175000', '141240.635000', '141241.095000', '141241.555000', '141242.015000', '141242.475000', '141242.935000', '141243.395000', '141243.855000', '141244.315000', '141244.775000', '141245.235000', '141245.695000', '141246.155000', '141246.615000', '141247.075000', '141247.535000', '141247.995000', '141248.455000', '141248.915000', '141249.375000', '141249.835000', '141250.295000', '141250.755000', '141251.215000', '141251.675000', '141252.135000', '141252.595000', '141253.055000', '141253.515000', '141253.975000', '141254.435000', '141254.895000', '141255.355000', '141255.815000', '141256.275000', '141256.735000', '141257.195000', '141257.655000', '141258.115000', '141258.575000', '141259.035000', '141259.495000', '141259.955000', '141300.415000', '141300.875000', '141301.335000', '141301.795000', '141302.255000', '141302.715000', '141303.175000', '141303.635000', '141304.095000', '141304.555000', '141305.015000', '141305.475000', '141305.935000', '141306.395000', '141306.855000', '141307.315000', '141307.775000', '141308.235000', '141308.695000', '141309.155000', '141309.615000', '141310.075000', '141310.535000', '141310.995000', '141311.455000', '141311.915000', '141312.375000', '141312.835000', '141313.295000', '141313.755000', '141314.215000', '141314.675000', '141315.135000', '141315.595000', '141316.055000', '141316.515000', '141316.975000', '141317.435000', '141317.895000', '141318.355000', '141318.815000', '141319.275000', '141319.735000', '141320.195000', '141320.655000', '141321.115000', '141321.575000', '141322.035000', '141322.495000', '141322.955000', '141323.415000', '141323.875000', '141324.335000', '141324.795000', '141325.255000', '141325.715000', '141326.175000', '141326.635000', '141327.095000', '141327.555000', '141328.015000', '141328.475000', '141328.935000', '141329.395000', '141329.855000', '141330.315000', '141330.775000', '141331.235000', '141331.695000', '141332.155000', '141332.615000', '141333.075000', '141333.535000', '141333.995000', '141334.455000', '141334.915000', '141335.375000', '141335.835000', '141336.295000', '141336.755000', '141337.215000', '141337.675000', '141338.135000', '141338.595000', '141339.055000', '141339.515000', '141339.975000', '141340.435000', '141340.895000', '141341.355000', '141341.815000', '141342.275000', '141342.735000', '141343.195000', '141343.655000', '141344.115000', '141344.575000', '141345.035000', '141345.495000', '141345.955000', '141346.415000', '141346.875000', '141347.335000', '141347.795000', '141348.255000', '141348.715000', '141349.175000', '141349.635000', '141350.095000', '141350.555000', '141351.015000', '141351.475000', '141351.935000', '141352.395000', '141352.855000', '141353.315000', '141353.775000', '141354.235000', '141354.695000', '141355.155000', '141355.615000', '141356.075000', '141356.535000', '141356.995000', '141357.455000', '141357.915000', '141358.375000', '141358.835000', '141359.295000', '141359.755000', '141400.215000', '141400.675000', '141401.135000', '141401.595000', '141402.055000', '141402.515000', '141402.975000', '141403.435000', '141403.895000', '141404.355000', '141404.815000', '141405.275000', '141405.735000', '141406.195000', '141406.655000', '141407.115000', '141407.575000', '141408.035000', '141408.495000', '141408.955000', '141409.415000', '141409.875000', '141410.335000', '141410.795000', '141411.255000', '141411.715000', '141412.175000', '141412.635000', '141413.095000', '141413.555000', '141414.015000', '141414.475000', '141414.935000', '141415.395000', '141415.855000', '141416.315000', '141416.775000', '141417.235000', '141417.695000', '141418.155000', '141418.615000', '141419.075000', '141419.535000', '141419.995000', '141420.455000', '141420.915000', '141421.375000', '141421.835000', '141422.295000', '141422.755000', '141423.215000', '141423.675000', '141424.135000', '141424.595000', '141425.055000', '141425.515000', '141425.975000', '141426.435000', '141426.895000', '141427.355000', '141427.815000', '141428.275000', '141428.735000', '141429.195000', '141429.655000', '141430.115000', '141430.575000', '141431.035000', '141431.495000', '141431.955000', '141432.415000', '141432.875000', '141433.335000', '141433.795000', '141434.255000', '141434.715000', '141435.175000', '141435.635000', '141436.095000', '141436.555000', '141437.015000', '141437.475000', '141437.935000', '141438.395000', '141438.855000', '141439.315000', '141439.775000', '141440.235000', '141440.695000', '141441.155000', '141441.615000', '141442.075000', '141442.535000', '141442.995000', '141443.455000', '141443.915000', '141444.375000', '141444.835000', '141445.295000', '141445.755000', '141446.215000', '141446.675000', '141447.135000', '141447.595000', '141448.055000', '141448.515000', '141448.975000', '141449.435000', '141449.895000', '141450.355000', '141450.815000', '141451.275000', '141451.735000', '141452.195000', '141452.655000', '141453.115000', '141453.575000', '141454.035000', '141454.495000', '141454.955000', '141455.415000', '141455.875000', '141456.335000', '141456.795000', '141457.255000', '141457.715000', '141458.175000', '141458.635000', '141459.095000', '141459.555000', '141500.015000', '141500.475000', '141500.935000', '141501.395000', '141501.855000', '141502.315000', '141502.775000', '141503.235000', '141503.695000', '141504.155000', '141504.615000', '141505.075000', '141505.535000', '141505.995000', '141506.455000', '141506.915000', '141507.375000', '141507.835000', '141508.295000', '141508.755000', '141509.215000', '141509.675000', '141510.135000', '141510.595000', '141511.055000', '141511.515000', '141511.975000', '141512.435000', '141512.895000', '141513.355000', '141513.815000', '141514.275000', '141514.735000', '141515.195000', '141515.655000', '141516.115000', '141516.575000', '141517.035000', '141517.495000', '141517.955000', '141518.415000', '141518.875000', '141519.335000', '141519.795000', '141520.255000', '141520.715000', '141521.175000', '141521.635000', '141522.095000', '141522.555000', '141523.015000', '141523.475000', '141523.935000', '141524.395000', '141524.855000', '141525.315000', '141525.775000', '141526.235000', '141526.695000', '141527.155000', '141527.615000', '141528.075000', '141528.535000', '141528.995000', '141529.455000', '141529.915000', '141530.375000', '141530.835000', '141531.295000', '141531.755000', '141532.215000', '141532.675000', '141533.135000', '141533.595000', '141534.055000', '141534.515000', '141534.975000', '141535.435000', '141535.895000', '141536.355000', '141536.815000', '141537.275000', '141537.735000', '141538.195000', '141538.655000', '141539.115000', '141539.575000', '141540.035000', '141540.495000', '141540.955000', '141541.415000', '141541.875000', '141542.335000', '141542.795000', '141543.255000', '141543.715000', '141544.175000', '141544.635000', '141545.095000', '141545.555000', '141546.015000', '141546.475000', '141546.935000', '141547.395000', '141547.855000', '141548.315000', '141548.775000', '141549.235000', '141549.695000', '141550.155000', '141550.615000', '141551.075000', '141551.535000', '141551.995000', '141552.455000', '141552.915000', '141553.375000', '141553.835000', '141554.295000', '141554.755000', '141555.215000', '141555.675000', '141556.135000', '141556.595000', '141557.055000', '141557.515000', '141557.975000', '141558.435000', '141558.895000', '141559.355000', '141559.815000', '141600.275000', '141600.735000', '141601.195000', '141601.655000', '141602.115000', '141602.575000', '141603.035000', '141603.495000', '141603.955000', '141604.415000', '141604.875000', '141605.335000', '141605.795000', '141606.255000', '141606.715000', '141607.175000', '141607.635000', '141608.095000', '141608.555000', '141609.015000', '141609.475000', '141609.935000', '141610.395000', '141610.855000', '141611.315000', '141611.775000', '141612.235000', '141612.695000', '141613.155000', '141613.615000', '141614.075000', '141614.535000', '141614.995000', '141615.455000', '141615.915000', '141616.375000', '141616.835000', '141617.295000', '141617.755000', '141618.215000', '141618.675000', '141619.135000', '141619.595000', '141620.055000', '141620.515000', '141620.975000', '141621.435000', '141621.895000', '141622.355000', '141622.815000', '141623.275000', '141623.735000', '141624.195000', '141624.655000', '141625.115000', '141625.575000', '141626.035000', '141626.495000', '141626.955000', '141627.415000', '141627.875000', '141628.335000', '141628.795000', '141629.255000', '141629.715000', '141630.175000', '141630.635000', '141631.095000', '141631.555000', '141632.015000', '141632.475000', '141632.935000', '141633.395000', '141633.855000', '141634.315000', '141634.775000', '141635.235000', '141635.695000', '141636.155000', '141636.615000', '141637.075000', '141637.535000', '141637.995000', '141638.455000', '141638.915000', '141639.375000', '141639.835000', '141640.295000', '141640.755000', '141641.215000', '141641.675000', '141642.135000', '141642.595000', '141643.055000', '141643.515000', '141643.975000', '141644.435000', '141644.895000', '141645.355000', '141645.815000', '141646.275000', '141646.735000', '141647.195000', '141647.655000', '141648.115000', '141648.575000', '141649.035000', '141649.495000', '141649.955000', '141650.415000', '141650.875000', '141651.335000', '141651.795000', '141652.255000', '141652.715000', '141653.175000', '141653.635000', '141654.095000', '141654.555000', '141655.015000', '141655.475000', '141655.935000', '141656.395000', '141656.855000', '141657.315000', '141657.775000', '141658.235000', '141658.695000', '141659.155000', '141659.615000', '141700.075000', '141700.535000', '141700.995000', '141701.455000', '141701.915000', '141702.375000', '141702.835000', '141703.295000', '141703.755000', '141704.215000', '141704.675000', '141705.135000', '141705.595000', '141706.055000', '141706.515000', '141706.975000', '141707.435000', '141707.895000', '141708.355000', '141708.815000', '141709.275000', '141709.735000', '141710.195000', '141710.655000', '141711.115000', '141711.575000', '141712.035000', '141712.495000', '141712.955000', '141713.415000', '141713.875000', '141714.335000', '141714.795000', '141715.255000', '141715.715000', '141716.175000', '141716.635000', '141717.095000', '141717.555000', '141718.015000', '141718.475000', '141718.935000', '141719.395000', '141719.855000', '141720.315000', '141720.775000', '141721.235000', '141721.695000', '141722.155000', '141722.615000', '141723.075000', '141723.535000', '141723.995000', '141724.455000', '141724.915000', '141725.375000', '141725.835000', '141726.295000', '141726.755000', '141727.215000', '141727.675000', '141728.135000', '141728.595000', '141729.055000', '141729.515000', '141729.975000', '141730.435000', '141730.895000', '141731.355000', '141731.815000', '141732.275000', '141732.735000', '141733.195000', '141733.655000', '141734.115000', '141734.575000', '141735.035000', '141735.495000', '141735.955000', '141736.415000', '141736.875000', '141737.335000', '141737.795000', '141738.255000', '141738.715000', '141739.175000', '141739.635000', '141740.095000', '141740.555000', '141741.015000', '141741.475000', '141741.935000', '141742.395000', '141742.855000', '141743.315000', '141743.775000', '141744.235000', '141744.695000', '141745.155000', '141745.615000', '141746.075000', '141746.535000', '141746.995000', '141747.455000', '141747.915000', '141748.375000', '141748.835000', '141749.295000', '141749.755000', '141750.215000', '141750.675000', '141751.135000', '141751.595000', '141752.055000', '141752.515000', '141752.975000', '141753.435000', '141753.895000', '141754.355000', '141754.815000', '141755.275000', '141755.735000', '141756.195000', '141756.655000', '141757.115000', '141757.575000', '141758.035000', '141758.495000', '141758.955000', '141759.415000', '141759.875000', '141800.335000', '141800.795000', '141801.255000', '141801.715000', '141802.175000', '141802.635000', '141803.095000', '141803.555000', '141804.015000', '141804.475000', '141804.935000', '141805.395000', '141805.855000', '141806.315000', '141806.775000', '141807.235000', '141807.695000', '141808.155000', '141808.615000', '141809.075000', '141809.535000', '141809.995000', '141810.455000', '141810.915000', '141811.375000', '141811.835000', '141812.295000', '141812.755000', '141813.215000', '141813.675000', '141814.135000', '141814.595000', '141815.055000', '141815.515000', '141815.975000', '141816.435000', '141816.895000', '141817.355000', '141817.815000', '141818.275000', '141818.735000', '141819.195000', '141819.655000', '141820.115000', '141820.575000', '141821.035000', '141821.495000', '141821.955000', '141822.415000', '141822.875000', '141823.335000', '141823.795000', '141824.255000', '141824.715000', '141825.175000', '141825.635000', '141826.095000', '141826.555000', '141827.015000', '141827.475000', '141827.935000', '141828.395000', '141828.855000', '141829.315000', '141829.775000', '141830.235000', '141830.695000', '141831.155000', '141831.615000', '141832.075000', '141832.535000', '141832.995000', '141833.455000', '141833.915000', '141834.375000', '141834.835000', '141835.295000', '141835.755000', '141836.215000', '141836.675000', '141837.135000', '141837.595000', '141838.055000', '141838.515000', '141838.975000', '141839.435000', '141839.895000', '141840.355000', '141840.815000', '141841.275000', '141841.735000'], 'ContentTime': ['141052.888000', '141052.891000', '141052.894000', '141052.897000', '141052.900000', '141052.903000', '141052.905000', '141052.908000', '141052.911000', '141052.914000', '141052.918000', '141052.921000', '141052.924000', '141052.927000', '141052.930000', '141052.932000', '141052.935000', '141052.938000', '141052.941000', '141052.944000', '141052.946000', '141052.949000', '141052.958000', '141052.961000', '141052.964000', '141052.967000', '141052.969000', '141052.972000', '141052.975000', '141052.978000', '141052.980000', '141052.983000', '141052.986000', '141052.989000', '141052.991000', '141052.994000', '141052.997000', '141053.001000', '141053.004000', '141053.006000', '141053.009000', '141053.012000', '141053.015000', '141053.017000', '141053.020000', '141053.023000', '141053.026000', '141053.028000', '141053.031000', '141053.034000', '141053.037000', '141112.847000', '141112.850000', '141112.853000', '141112.855000', '141112.858000', '141112.861000', '141112.864000', '141112.867000', '141112.869000', '141112.872000', '141112.875000', '141112.878000', '141112.881000', '141112.883000', '141112.886000', '141112.889000', '141112.892000', '141112.895000', '141112.897000', '141112.900000', '141112.909000', '141112.912000', '141112.915000', '141112.918000', '141112.921000', '141112.923000', '141112.926000', '141112.929000', '141112.932000', '141112.934000', '141112.937000', '141112.940000', '141112.943000', '141112.946000', '141112.948000', '141112.951000', '141112.954000', '141112.957000', '141112.960000', '141112.962000', '141112.965000', '141112.968000', '141112.971000', '141112.974000', '141132.847000', '141132.850000', '141132.853000', '141132.855000', '141132.858000', '141132.861000', '141132.864000', '141132.866000', '141132.869000', '141132.873000', '141132.876000', '141132.879000', '141132.881000', '141132.884000', '141132.887000', '141132.890000', '141132.893000', '141132.895000', '141132.898000', '141132.901000', '141132.904000', '141132.907000', '141132.909000', '141132.912000', '141132.915000', '141132.930000', '141132.933000', '141132.936000', '141132.939000', '141132.941000', '141132.944000', '141132.947000', '141132.950000', '141132.953000', '141132.955000', '141132.958000', '141132.961000', '141132.964000', '141132.966000', '141132.969000', '141132.972000', '141132.975000', '141132.978000', '141152.847000', '141152.850000', '141152.853000', '141152.856000', '141152.858000', '141152.861000', '141152.864000', '141152.867000', '141152.870000', '141152.872000', '141152.875000', '141152.878000', '141152.881000', '141152.884000', '141152.887000', '141152.889000', '141152.892000', '141152.895000', '141152.898000', '141152.901000', '141152.904000', '141152.906000', '141152.909000', '141152.912000', '141152.915000', '141152.917000', '141152.920000', '141152.923000', '141152.926000', '141152.930000', '141152.933000', '141152.936000', '141152.939000', '141152.941000', '141152.944000', '141152.947000', '141152.950000', '141152.953000', '141152.955000', '141152.958000', '141152.961000', '141152.964000', '141152.966000', '141152.969000', '141212.847000', '141212.850000', '141212.853000', '141212.855000', '141212.858000', '141212.861000', '141212.864000', '141212.867000', '141212.869000', '141212.872000', '141212.875000', '141212.878000', '141212.881000', '141212.883000', '141212.886000', '141212.889000', '141212.892000', '141212.895000', '141212.897000', '141212.900000', '141212.903000', '141212.906000', '141212.909000', '141212.911000', '141212.914000', '141212.917000', '141212.920000', '141212.926000', '141212.928000', '141212.931000', '141212.934000', '141212.937000', '141212.940000', '141212.942000', '141212.945000', '141212.948000', '141212.951000', '141212.954000', '141212.957000', '141212.960000', '141212.963000', '141212.965000', '141212.968000', '141232.847000', '141232.868000', '141232.871000', '141232.873000', '141232.876000', '141232.879000', '141232.882000', '141232.884000', '141232.887000', '141232.890000', '141232.893000', '141232.896000', '141232.899000', '141232.901000', '141232.904000', '141232.907000', '141232.910000', '141232.913000', '141232.915000', '141232.918000', '141232.921000', '141232.927000', '141232.930000', '141232.932000', '141232.935000', '141232.938000', '141232.941000', '141232.943000', '141232.946000', '141232.949000', '141232.952000', '141232.955000', '141232.958000', '141232.960000', '141232.963000', '141232.966000', '141232.969000', '141232.971000', '141232.974000', '141232.977000', '141232.980000', '141232.983000', '141232.985000', '141232.988000', '141252.847000', '141252.850000', '141252.853000', '141252.855000', '141252.858000', '141252.861000', '141252.864000', '141252.867000', '141252.869000', '141252.872000', '141252.875000', '141252.878000', '141252.880000', '141252.883000', '141252.886000', '141252.889000', '141252.892000', '141252.894000', '141252.897000', '141252.900000', '141252.903000', '141252.906000', '141252.910000', '141252.913000', '141252.916000', '141252.919000', '141252.921000', '141252.924000', '141252.927000', '141252.930000', '141252.933000', '141252.936000', '141252.938000', '141252.941000', '141252.944000', '141252.947000', '141252.950000', '141252.952000', '141252.955000', '141252.958000', '141252.961000', '141252.964000', '141252.967000', '141312.847000', '141312.850000', '141312.853000', '141312.856000', '141312.858000', '141312.861000', '141312.864000', '141312.867000', '141312.869000', '141312.872000', '141312.875000', '141312.878000', '141312.881000', '141312.884000', '141312.887000', '141312.889000', '141312.892000', '141312.895000', '141312.898000', '141312.901000', '141312.903000', '141312.906000', '141312.909000', '141312.912000', '141312.915000', '141312.917000', '141312.920000', '141312.923000', '141312.926000', '141312.929000', '141312.931000', '141312.934000', '141312.937000', '141312.940000', '141312.943000', '141312.945000', '141312.948000', '141312.951000', '141312.954000', '141312.956000', '141312.959000', '141312.970000', '141312.973000', '141312.975000', '141332.847000', '141332.850000', '141332.853000', '141332.855000', '141332.858000', '141332.861000', '141332.864000', '141332.866000', '141332.869000', '141332.872000', '141332.875000', '141332.878000', '141332.881000', '141332.883000', '141332.886000', '141332.889000', '141332.892000', '141332.895000', '141332.897000', '141332.900000', '141332.903000', '141332.906000', '141332.908000', '141332.918000', '141332.920000', '141332.923000', '141332.926000', '141332.929000', '141332.932000', '141332.935000', '141332.937000', '141332.940000', '141332.943000', '141332.946000', '141332.949000', '141332.952000', '141332.955000', '141332.957000', '141332.960000', '141332.963000', '141332.966000', '141332.968000', '141332.971000', '141352.847000', '141352.850000', '141352.853000', '141352.855000', '141352.858000', '141352.861000', '141352.864000', '141352.867000', '141352.869000', '141352.872000', '141352.875000', '141352.878000', '141352.881000', '141352.884000', '141352.886000', '141352.889000', '141352.892000', '141352.895000', '141352.898000', '141352.900000', '141352.903000', '141352.906000', '141352.909000', '141352.912000', '141352.914000', '141352.917000', '141352.927000', '141352.930000', '141352.933000', '141352.936000', '141352.939000', '141352.941000', '141352.944000', '141352.947000', '141352.956000', '141352.959000', '141352.962000', '141352.964000', '141352.967000', '141352.970000', '141352.973000', '141352.976000', '141352.978000', '141352.981000', '141412.847000', '141412.850000', '141412.860000', '141412.863000', '141412.865000', '141412.868000', '141412.871000', '141412.874000', '141412.877000', '141412.880000', '141412.883000', '141412.885000', '141412.888000', '141412.891000', '141412.894000', '141412.897000', '141412.900000', '141412.903000', '141412.905000', '141412.908000', '141412.911000', '141412.914000', '141412.916000', '141412.919000', '141412.922000', '141412.925000', '141412.928000', '141412.931000', '141412.933000', '141412.936000', '141412.939000', '141412.942000', '141412.945000', '141412.949000', '141412.952000', '141412.955000', '141412.957000', '141412.960000', '141412.963000', '141412.966000', '141412.969000', '141412.972000', '141412.975000', '141432.847000', '141432.850000', '141432.853000', '141432.855000', '141432.858000', '141432.861000', '141432.864000', '141432.867000', '141432.869000', '141432.872000', '141432.875000', '141432.878000', '141432.881000', '141432.884000', '141432.886000', '141432.894000', '141432.897000', '141432.899000', '141432.902000', '141432.905000', '141432.908000', '141432.911000', '141432.914000', '141432.917000', '141432.920000', '141432.923000', '141432.925000', '141432.928000', '141432.931000', '141432.934000', '141432.937000', '141432.940000', '141432.943000', '141432.945000', '141432.948000', '141432.951000', '141432.954000', '141432.957000', '141432.960000', '141432.963000', '141432.965000', '141432.968000', '141432.971000', '141432.974000', '141452.848000', '141452.851000', '141452.854000', '141452.856000', '141452.859000', '141452.862000', '141452.865000', '141452.868000', '141452.870000', '141452.873000', '141452.876000', '141452.879000', '141452.882000', '141452.884000', '141452.887000', '141452.890000', '141452.893000', '141452.895000', '141452.898000', '141452.901000', '141452.904000', '141452.907000', '141452.909000', '141452.912000', '141452.915000', '141452.918000', '141452.921000', '141452.923000', '141452.926000', '141452.929000', '141452.932000', '141452.935000', '141452.937000', '141452.940000', '141452.943000', '141452.946000', '141452.949000', '141452.951000', '141452.954000', '141452.957000', '141452.960000', '141452.963000', '141452.965000', '141512.847000', '141512.850000', '141512.853000', '141512.855000', '141512.858000', '141512.861000', '141512.864000', '141512.867000', '141512.869000', '141512.872000', '141512.875000', '141512.878000', '141512.881000', '141512.883000', '141512.886000', '141512.889000', '141512.892000', '141512.895000', '141512.897000', '141512.900000', '141512.903000', '141512.906000', '141512.909000', '141512.911000', '141512.914000', '141512.917000', '141512.920000', '141512.923000', '141512.925000', '141512.928000', '141512.931000', '141512.934000', '141512.937000', '141512.939000', '141512.942000', '141512.945000', '141512.948000', '141512.951000', '141512.954000', '141512.956000', '141512.959000', '141512.962000', '141512.965000', '141512.967000', '141532.847000', '141532.850000', '141532.853000', '141532.855000', '141532.858000', '141532.861000', '141532.876000', '141532.878000', '141532.881000', '141532.884000', '141532.887000', '141532.890000', '141532.892000', '141532.895000', '141532.898000', '141532.901000', '141532.903000', '141532.906000', '141532.909000', '141532.912000', '141532.915000', '141532.917000', '141532.920000', '141532.923000', '141532.934000', '141532.937000', '141532.939000', '141532.942000', '141532.945000', '141532.948000', '141532.951000', '141532.954000', '141532.957000', '141532.959000', '141532.962000', '141532.965000', '141532.968000', '141532.971000', '141532.973000', '141532.976000', '141532.979000', '141532.982000', '141532.985000', '141552.847000', '141552.850000', '141552.853000', '141552.856000', '141552.858000', '141552.861000', '141552.864000', '141552.867000', '141552.870000', '141552.873000', '141552.876000', '141552.880000', '141552.885000', '141552.888000', '141552.891000', '141552.894000', '141552.896000', '141552.900000', '141552.902000', '141552.905000', '141552.908000', '141552.911000', '141552.914000', '141552.916000', '141552.919000', '141552.922000', '141552.925000', '141552.928000', '141552.930000', '141552.933000', '141552.936000', '141552.939000', '141552.942000', '141552.944000', '141552.947000', '141552.950000', '141552.953000', '141552.956000', '141552.958000', '141552.961000', '141552.964000', '141552.967000', '141552.970000', '141612.847000', '141612.850000', '141612.853000', '141612.856000', '141612.859000', '141612.861000', '141612.864000', '141612.867000', '141612.870000', '141612.873000', '141612.876000', '141612.878000', '141612.881000', '141612.884000', '141612.887000', '141612.890000', '141612.893000', '141612.896000', '141612.898000', '141612.903000', '141612.906000', '141612.909000', '141612.912000', '141612.915000', '141612.918000', '141612.920000', '141612.923000', '141612.926000', '141612.929000', '141612.932000', '141612.934000', '141612.937000', '141612.940000', '141612.943000', '141612.946000', '141612.948000', '141612.951000', '141612.954000', '141612.957000', '141612.960000', '141612.962000', '141612.965000', '141612.968000', '141612.971000', '141632.847000', '141632.850000', '141632.855000', '141632.859000', '141632.862000', '141632.865000', '141632.867000', '141632.870000', '141632.873000', '141632.876000', '141632.879000', '141632.882000', '141632.884000', '141632.887000', '141632.890000', '141632.893000', '141632.896000', '141632.898000', '141632.901000', '141632.904000', '141632.907000', '141632.910000', '141632.912000', '141632.915000', '141632.918000', '141632.921000', '141632.923000', '141632.926000', '141632.929000', '141632.932000', '141632.935000', '141632.937000', '141632.940000', '141632.943000', '141632.946000', '141632.949000', '141632.952000', '141632.954000', '141632.957000', '141632.960000', '141632.963000', '141632.966000', '141632.968000', '141652.847000', '141652.850000', '141652.853000', '141652.855000', '141652.858000', '141652.861000', '141652.864000', '141652.867000', '141652.869000', '141652.872000', '141652.875000', '141652.878000', '141652.881000', '141652.883000', '141652.886000', '141652.889000', '141652.892000', '141652.895000', '141652.910000', '141652.913000', '141652.916000', '141652.919000', '141652.922000', '141652.924000', '141652.927000', '141652.930000', '141652.933000', '141652.936000', '141652.939000', '141652.941000', '141652.944000', '141652.947000', '141652.950000', '141652.953000', '141652.956000', '141652.959000', '141652.961000', '141652.964000', '141652.967000', '141652.970000', '141652.973000', '141652.976000', '141652.978000', '141652.981000', '141712.848000', '141712.851000', '141712.854000', '141712.857000', '141712.859000', '141712.862000', '141712.865000', '141712.868000', '141712.871000', '141712.875000', '141712.878000', '141712.881000', '141712.884000', '141712.886000', '141712.889000', '141712.892000', '141712.895000', '141712.898000', '141712.900000', '141712.903000', '141712.906000', '141712.909000', '141712.912000', '141712.914000', '141712.917000', '141712.920000', '141712.923000', '141712.926000', '141712.928000', '141712.931000', '141712.934000', '141712.937000', '141712.940000', '141712.943000', '141712.945000', '141712.948000', '141712.951000', '141712.954000', '141712.957000', '141712.959000', '141712.962000', '141712.965000', '141712.968000', '141732.847000', '141732.850000', '141732.853000', '141732.856000', '141732.858000', '141732.861000', '141732.864000', '141732.867000', '141732.870000', '141732.873000', '141732.876000', '141732.887000', '141732.890000', '141732.892000', '141732.895000', '141732.898000', '141732.901000', '141732.904000', '141732.907000', '141732.910000', '141732.912000', '141732.915000', '141732.918000', '141732.921000', '141732.924000', '141732.927000', '141732.929000', '141732.932000', '141732.935000', '141732.938000', '141732.941000', '141732.944000', '141732.947000', '141732.950000', '141732.953000', '141732.955000', '141732.958000', '141732.961000', '141732.964000', '141732.967000', '141732.969000', '141732.972000', '141732.975000', '141732.978000', '141752.847000', '141752.850000', '141752.853000', '141752.855000', '141752.859000', '141752.861000', '141752.864000', '141752.867000', '141752.870000', '141752.873000', '141752.876000', '141752.879000', '141752.882000', '141752.885000', '141752.888000', '141752.891000', '141752.894000', '141752.897000', '141752.900000', '141752.903000', '141752.906000', '141752.909000', '141752.912000', '141752.914000', '141752.917000', '141752.920000', '141752.923000', '141752.926000', '141752.928000', '141752.931000', '141752.934000', '141752.937000', '141752.940000', '141752.943000', '141752.946000', '141752.948000', '141752.951000', '141752.954000', '141752.957000', '141752.959000', '141752.962000', '141752.965000', '141752.968000', '141812.847000', '141812.858000', '141812.861000', '141812.864000', '141812.866000', '141812.869000', '141812.872000', '141812.875000', '141812.878000', '141812.881000', '141812.884000', '141812.886000', '141812.889000', '141812.892000', '141812.895000', '141812.910000', '141812.913000', '141812.916000', '141812.919000', '141812.922000', '141812.925000', '141812.928000', '141812.930000', '141812.933000', '141812.936000', '141812.939000', '141812.942000', '141812.945000', '141812.948000', '141812.951000', '141812.954000', '141812.956000', '141812.959000', '141812.962000', '141812.965000', '141812.968000', '141812.970000', '141812.973000', '141812.976000', '141812.979000', '141812.982000', '141812.985000', '141812.987000', '141812.990000', '141832.847000', '141832.850000', '141832.853000', '141832.856000', '141832.858000', '141832.861000', '141832.864000', '141832.867000', '141832.870000', '141832.873000', '141832.875000', '141832.879000', '141832.881000', '141832.884000', '141832.887000', '141832.890000', '141832.893000', '141832.896000', '141832.899000', '141832.902000', '141832.904000', '141832.907000', '141832.910000', '141832.913000', '141832.916000', '141832.919000', '141832.921000', '141832.924000', '141832.927000', '141832.930000', '141832.933000', '141832.936000', '141832.941000', '141832.945000', '141832.948000', '141832.950000', '141832.953000', '141832.956000', '141832.959000', '141832.962000', '141832.964000', '141832.967000', '141832.970000', '141842.616000', '141842.620000', '141842.623000', '141842.626000', '141842.636000', '141842.639000', '141842.642000', '141842.645000', '141842.648000', '141842.651000', '141842.654000', '141842.657000', '141842.660000', '141842.663000', '141842.666000', '141842.669000', '141842.672000', '141842.675000', '141842.678000', '141842.681000', '141842.684000', '141842.687000'], 'InstanceCreationTime': ['141052.888000', '141052.891000', '141052.894000', '141052.897000', '141052.900000', '141052.903000', '141052.905000', '141052.908000', '141052.911000', '141052.914000', '141052.918000', '141052.921000', '141052.924000', '141052.927000', '141052.930000', '141052.932000', '141052.935000', '141052.938000', '141052.941000', '141052.944000', '141052.946000', '141052.949000', '141052.958000', '141052.961000', '141052.964000', '141052.967000', '141052.969000', '141052.972000', '141052.975000', '141052.978000', '141052.980000', '141052.983000', '141052.986000', '141052.989000', '141052.991000', '141052.994000', '141052.997000', '141053.001000', '141053.004000', '141053.006000', '141053.009000', '141053.012000', '141053.015000', '141053.017000', '141053.020000', '141053.023000', '141053.026000', '141053.028000', '141053.031000', '141053.034000', '141053.037000', '141112.847000', '141112.850000', '141112.853000', '141112.855000', '141112.858000', '141112.861000', '141112.864000', '141112.867000', '141112.869000', '141112.872000', '141112.875000', '141112.878000', '141112.881000', '141112.883000', '141112.886000', '141112.889000', '141112.892000', '141112.895000', '141112.897000', '141112.900000', '141112.909000', '141112.912000', '141112.915000', '141112.918000', '141112.921000', '141112.923000', '141112.926000', '141112.929000', '141112.932000', '141112.934000', '141112.937000', '141112.940000', '141112.943000', '141112.946000', '141112.948000', '141112.951000', '141112.954000', '141112.957000', '141112.960000', '141112.962000', '141112.965000', '141112.968000', '141112.971000', '141112.974000', '141132.847000', '141132.850000', '141132.853000', '141132.855000', '141132.858000', '141132.861000', '141132.864000', '141132.866000', '141132.869000', '141132.873000', '141132.876000', '141132.879000', '141132.881000', '141132.884000', '141132.887000', '141132.890000', '141132.893000', '141132.895000', '141132.898000', '141132.901000', '141132.904000', '141132.907000', '141132.909000', '141132.912000', '141132.915000', '141132.930000', '141132.933000', '141132.936000', '141132.939000', '141132.941000', '141132.944000', '141132.947000', '141132.950000', '141132.953000', '141132.955000', '141132.958000', '141132.961000', '141132.964000', '141132.966000', '141132.969000', '141132.972000', '141132.975000', '141132.978000', '141152.847000', '141152.850000', '141152.853000', '141152.856000', '141152.858000', '141152.861000', '141152.864000', '141152.867000', '141152.870000', '141152.872000', '141152.875000', '141152.878000', '141152.881000', '141152.884000', '141152.887000', '141152.889000', '141152.892000', '141152.895000', '141152.898000', '141152.901000', '141152.904000', '141152.906000', '141152.909000', '141152.912000', '141152.915000', '141152.917000', '141152.920000', '141152.923000', '141152.926000', '141152.930000', '141152.933000', '141152.936000', '141152.939000', '141152.941000', '141152.944000', '141152.947000', '141152.950000', '141152.953000', '141152.955000', '141152.958000', '141152.961000', '141152.964000', '141152.966000', '141152.969000', '141212.847000', '141212.850000', '141212.853000', '141212.855000', '141212.858000', '141212.861000', '141212.864000', '141212.867000', '141212.869000', '141212.872000', '141212.875000', '141212.878000', '141212.881000', '141212.883000', '141212.886000', '141212.889000', '141212.892000', '141212.895000', '141212.897000', '141212.900000', '141212.903000', '141212.906000', '141212.909000', '141212.911000', '141212.914000', '141212.917000', '141212.920000', '141212.926000', '141212.928000', '141212.931000', '141212.934000', '141212.937000', '141212.940000', '141212.942000', '141212.945000', '141212.948000', '141212.951000', '141212.954000', '141212.957000', '141212.960000', '141212.963000', '141212.965000', '141212.968000', '141232.847000', '141232.868000', '141232.871000', '141232.873000', '141232.876000', '141232.879000', '141232.882000', '141232.884000', '141232.887000', '141232.890000', '141232.893000', '141232.896000', '141232.899000', '141232.901000', '141232.904000', '141232.907000', '141232.910000', '141232.913000', '141232.915000', '141232.918000', '141232.921000', '141232.927000', '141232.930000', '141232.932000', '141232.935000', '141232.938000', '141232.941000', '141232.943000', '141232.946000', '141232.949000', '141232.952000', '141232.955000', '141232.958000', '141232.960000', '141232.963000', '141232.966000', '141232.969000', '141232.971000', '141232.974000', '141232.977000', '141232.980000', '141232.983000', '141232.985000', '141232.988000', '141252.847000', '141252.850000', '141252.853000', '141252.855000', '141252.858000', '141252.861000', '141252.864000', '141252.867000', '141252.869000', '141252.872000', '141252.875000', '141252.878000', '141252.880000', '141252.883000', '141252.886000', '141252.889000', '141252.892000', '141252.894000', '141252.897000', '141252.900000', '141252.903000', '141252.906000', '141252.910000', '141252.913000', '141252.916000', '141252.919000', '141252.921000', '141252.924000', '141252.927000', '141252.930000', '141252.933000', '141252.936000', '141252.938000', '141252.941000', '141252.944000', '141252.947000', '141252.950000', '141252.952000', '141252.955000', '141252.958000', '141252.961000', '141252.964000', '141252.967000', '141312.847000', '141312.850000', '141312.853000', '141312.856000', '141312.858000', '141312.861000', '141312.864000', '141312.867000', '141312.869000', '141312.872000', '141312.875000', '141312.878000', '141312.881000', '141312.884000', '141312.887000', '141312.889000', '141312.892000', '141312.895000', '141312.898000', '141312.901000', '141312.903000', '141312.906000', '141312.909000', '141312.912000', '141312.915000', '141312.917000', '141312.920000', '141312.923000', '141312.926000', '141312.929000', '141312.931000', '141312.934000', '141312.937000', '141312.940000', '141312.943000', '141312.945000', '141312.948000', '141312.951000', '141312.954000', '141312.956000', '141312.959000', '141312.970000', '141312.973000', '141312.975000', '141332.847000', '141332.850000', '141332.853000', '141332.855000', '141332.858000', '141332.861000', '141332.864000', '141332.866000', '141332.869000', '141332.872000', '141332.875000', '141332.878000', '141332.881000', '141332.883000', '141332.886000', '141332.889000', '141332.892000', '141332.895000', '141332.897000', '141332.900000', '141332.903000', '141332.906000', '141332.908000', '141332.918000', '141332.920000', '141332.923000', '141332.926000', '141332.929000', '141332.932000', '141332.935000', '141332.937000', '141332.940000', '141332.943000', '141332.946000', '141332.949000', '141332.952000', '141332.955000', '141332.957000', '141332.960000', '141332.963000', '141332.966000', '141332.968000', '141332.971000', '141352.847000', '141352.850000', '141352.853000', '141352.855000', '141352.858000', '141352.861000', '141352.864000', '141352.867000', '141352.869000', '141352.872000', '141352.875000', '141352.878000', '141352.881000', '141352.884000', '141352.886000', '141352.889000', '141352.892000', '141352.895000', '141352.898000', '141352.900000', '141352.903000', '141352.906000', '141352.909000', '141352.912000', '141352.914000', '141352.917000', '141352.927000', '141352.930000', '141352.933000', '141352.936000', '141352.939000', '141352.941000', '141352.944000', '141352.947000', '141352.956000', '141352.959000', '141352.962000', '141352.964000', '141352.967000', '141352.970000', '141352.973000', '141352.976000', '141352.978000', '141352.981000', '141412.847000', '141412.850000', '141412.860000', '141412.863000', '141412.865000', '141412.868000', '141412.871000', '141412.874000', '141412.877000', '141412.880000', '141412.883000', '141412.885000', '141412.888000', '141412.891000', '141412.894000', '141412.897000', '141412.900000', '141412.903000', '141412.905000', '141412.908000', '141412.911000', '141412.914000', '141412.916000', '141412.919000', '141412.922000', '141412.925000', '141412.928000', '141412.931000', '141412.933000', '141412.936000', '141412.939000', '141412.942000', '141412.945000', '141412.949000', '141412.952000', '141412.955000', '141412.957000', '141412.960000', '141412.963000', '141412.966000', '141412.969000', '141412.972000', '141412.975000', '141432.847000', '141432.850000', '141432.853000', '141432.855000', '141432.858000', '141432.861000', '141432.864000', '141432.867000', '141432.869000', '141432.872000', '141432.875000', '141432.878000', '141432.881000', '141432.884000', '141432.886000', '141432.894000', '141432.897000', '141432.899000', '141432.902000', '141432.905000', '141432.908000', '141432.911000', '141432.914000', '141432.917000', '141432.920000', '141432.923000', '141432.925000', '141432.928000', '141432.931000', '141432.934000', '141432.937000', '141432.940000', '141432.943000', '141432.945000', '141432.948000', '141432.951000', '141432.954000', '141432.957000', '141432.960000', '141432.963000', '141432.965000', '141432.968000', '141432.971000', '141432.974000', '141452.848000', '141452.851000', '141452.854000', '141452.856000', '141452.859000', '141452.862000', '141452.865000', '141452.868000', '141452.870000', '141452.873000', '141452.876000', '141452.879000', '141452.882000', '141452.884000', '141452.887000', '141452.890000', '141452.893000', '141452.895000', '141452.898000', '141452.901000', '141452.904000', '141452.907000', '141452.909000', '141452.912000', '141452.915000', '141452.918000', '141452.921000', '141452.923000', '141452.926000', '141452.929000', '141452.932000', '141452.935000', '141452.937000', '141452.940000', '141452.943000', '141452.946000', '141452.949000', '141452.951000', '141452.954000', '141452.957000', '141452.960000', '141452.963000', '141452.965000', '141512.847000', '141512.850000', '141512.853000', '141512.855000', '141512.858000', '141512.861000', '141512.864000', '141512.867000', '141512.869000', '141512.872000', '141512.875000', '141512.878000', '141512.881000', '141512.883000', '141512.886000', '141512.889000', '141512.892000', '141512.895000', '141512.897000', '141512.900000', '141512.903000', '141512.906000', '141512.909000', '141512.911000', '141512.914000', '141512.917000', '141512.920000', '141512.923000', '141512.925000', '141512.928000', '141512.931000', '141512.934000', '141512.937000', '141512.939000', '141512.942000', '141512.945000', '141512.948000', '141512.951000', '141512.954000', '141512.956000', '141512.959000', '141512.962000', '141512.965000', '141512.967000', '141532.847000', '141532.850000', '141532.853000', '141532.855000', '141532.858000', '141532.861000', '141532.876000', '141532.878000', '141532.881000', '141532.884000', '141532.887000', '141532.890000', '141532.892000', '141532.895000', '141532.898000', '141532.901000', '141532.903000', '141532.906000', '141532.909000', '141532.912000', '141532.915000', '141532.917000', '141532.920000', '141532.923000', '141532.934000', '141532.937000', '141532.939000', '141532.942000', '141532.945000', '141532.948000', '141532.951000', '141532.954000', '141532.957000', '141532.959000', '141532.962000', '141532.965000', '141532.968000', '141532.971000', '141532.973000', '141532.976000', '141532.979000', '141532.982000', '141532.985000', '141552.847000', '141552.850000', '141552.853000', '141552.856000', '141552.858000', '141552.861000', '141552.864000', '141552.867000', '141552.870000', '141552.873000', '141552.876000', '141552.880000', '141552.885000', '141552.888000', '141552.891000', '141552.894000', '141552.896000', '141552.900000', '141552.902000', '141552.905000', '141552.908000', '141552.911000', '141552.914000', '141552.916000', '141552.919000', '141552.922000', '141552.925000', '141552.928000', '141552.930000', '141552.933000', '141552.936000', '141552.939000', '141552.942000', '141552.944000', '141552.947000', '141552.950000', '141552.953000', '141552.956000', '141552.958000', '141552.961000', '141552.964000', '141552.967000', '141552.970000', '141612.847000', '141612.850000', '141612.853000', '141612.856000', '141612.859000', '141612.861000', '141612.864000', '141612.867000', '141612.870000', '141612.873000', '141612.876000', '141612.878000', '141612.881000', '141612.884000', '141612.887000', '141612.890000', '141612.893000', '141612.896000', '141612.898000', '141612.903000', '141612.906000', '141612.909000', '141612.912000', '141612.915000', '141612.918000', '141612.920000', '141612.923000', '141612.926000', '141612.929000', '141612.932000', '141612.934000', '141612.937000', '141612.940000', '141612.943000', '141612.946000', '141612.948000', '141612.951000', '141612.954000', '141612.957000', '141612.960000', '141612.962000', '141612.965000', '141612.968000', '141612.971000', '141632.847000', '141632.850000', '141632.855000', '141632.859000', '141632.862000', '141632.865000', '141632.867000', '141632.870000', '141632.873000', '141632.876000', '141632.879000', '141632.882000', '141632.884000', '141632.887000', '141632.890000', '141632.893000', '141632.896000', '141632.898000', '141632.901000', '141632.904000', '141632.907000', '141632.910000', '141632.912000', '141632.915000', '141632.918000', '141632.921000', '141632.923000', '141632.926000', '141632.929000', '141632.932000', '141632.935000', '141632.937000', '141632.940000', '141632.943000', '141632.946000', '141632.949000', '141632.952000', '141632.954000', '141632.957000', '141632.960000', '141632.963000', '141632.966000', '141632.968000', '141652.847000', '141652.850000', '141652.853000', '141652.855000', '141652.858000', '141652.861000', '141652.864000', '141652.867000', '141652.869000', '141652.872000', '141652.875000', '141652.878000', '141652.881000', '141652.883000', '141652.886000', '141652.889000', '141652.892000', '141652.895000', '141652.910000', '141652.913000', '141652.916000', '141652.919000', '141652.922000', '141652.924000', '141652.927000', '141652.930000', '141652.933000', '141652.936000', '141652.939000', '141652.941000', '141652.944000', '141652.947000', '141652.950000', '141652.953000', '141652.956000', '141652.959000', '141652.961000', '141652.964000', '141652.967000', '141652.970000', '141652.973000', '141652.976000', '141652.978000', '141652.981000', '141712.848000', '141712.851000', '141712.854000', '141712.857000', '141712.859000', '141712.862000', '141712.865000', '141712.868000', '141712.871000', '141712.875000', '141712.878000', '141712.881000', '141712.884000', '141712.886000', '141712.889000', '141712.892000', '141712.895000', '141712.898000', '141712.900000', '141712.903000', '141712.906000', '141712.909000', '141712.912000', '141712.914000', '141712.917000', '141712.920000', '141712.923000', '141712.926000', '141712.928000', '141712.931000', '141712.934000', '141712.937000', '141712.940000', '141712.943000', '141712.945000', '141712.948000', '141712.951000', '141712.954000', '141712.957000', '141712.959000', '141712.962000', '141712.965000', '141712.968000', '141732.847000', '141732.850000', '141732.853000', '141732.856000', '141732.858000', '141732.861000', '141732.864000', '141732.867000', '141732.870000', '141732.873000', '141732.876000', '141732.887000', '141732.890000', '141732.892000', '141732.895000', '141732.898000', '141732.901000', '141732.904000', '141732.907000', '141732.910000', '141732.912000', '141732.915000', '141732.918000', '141732.921000', '141732.924000', '141732.927000', '141732.929000', '141732.932000', '141732.935000', '141732.938000', '141732.941000', '141732.944000', '141732.947000', '141732.950000', '141732.953000', '141732.955000', '141732.958000', '141732.961000', '141732.964000', '141732.967000', '141732.969000', '141732.972000', '141732.975000', '141732.978000', '141752.847000', '141752.850000', '141752.853000', '141752.855000', '141752.859000', '141752.861000', '141752.864000', '141752.867000', '141752.870000', '141752.873000', '141752.876000', '141752.879000', '141752.882000', '141752.885000', '141752.888000', '141752.891000', '141752.894000', '141752.897000', '141752.900000', '141752.903000', '141752.906000', '141752.909000', '141752.912000', '141752.914000', '141752.917000', '141752.920000', '141752.923000', '141752.926000', '141752.928000', '141752.931000', '141752.934000', '141752.937000', '141752.940000', '141752.943000', '141752.946000', '141752.948000', '141752.951000', '141752.954000', '141752.957000', '141752.959000', '141752.962000', '141752.965000', '141752.968000', '141812.847000', '141812.858000', '141812.861000', '141812.864000', '141812.866000', '141812.869000', '141812.872000', '141812.875000', '141812.878000', '141812.881000', '141812.884000', '141812.886000', '141812.889000', '141812.892000', '141812.895000', '141812.910000', '141812.913000', '141812.916000', '141812.919000', '141812.922000', '141812.925000', '141812.928000', '141812.930000', '141812.933000', '141812.936000', '141812.939000', '141812.942000', '141812.945000', '141812.948000', '141812.951000', '141812.954000', '141812.956000', '141812.959000', '141812.962000', '141812.965000', '141812.968000', '141812.970000', '141812.973000', '141812.976000', '141812.979000', '141812.982000', '141812.985000', '141812.987000', '141812.990000', '141832.847000', '141832.850000', '141832.853000', '141832.856000', '141832.858000', '141832.861000', '141832.864000', '141832.867000', '141832.870000', '141832.873000', '141832.875000', '141832.879000', '141832.881000', '141832.884000', '141832.887000', '141832.890000', '141832.893000', '141832.896000', '141832.899000', '141832.902000', '141832.904000', '141832.907000', '141832.910000', '141832.913000', '141832.916000', '141832.919000', '141832.921000', '141832.924000', '141832.927000', '141832.930000', '141832.933000', '141832.936000', '141832.941000', '141832.945000', '141832.948000', '141832.950000', '141832.953000', '141832.956000', '141832.959000', '141832.962000', '141832.964000', '141832.967000', '141832.970000', '141842.616000', '141842.620000', '141842.623000', '141842.626000', '141842.636000', '141842.639000', '141842.642000', '141842.645000', '141842.648000', '141842.651000', '141842.654000', '141842.657000', '141842.660000', '141842.663000', '141842.666000', '141842.669000', '141842.672000', '141842.675000', '141842.678000', '141842.681000', '141842.684000', '141842.687000'], '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': [9590, 11498, 9841, 13775, 9589, 11889, 9584, 12839, 9542, 11229, 9935, 10149, 9402, 10006, 9789, 9991, 9885, 10421, 9489, 10658, 9731, 9504, 9428, 9542, 9501, 9434, 9534, 9416, 9415, 9147, 9653, 9541, 9783, 9404, 9445, 10125, 9654, 10020, 10349, 10039, 10300, 10082, 9505, 9677, 9857, 9580, 10387, 9695, 10552, 9604, 10620, 9446, 10351, 9648, 9667, 9527, 9970, 9345, 10513, 9677, 10293, 9726, 10150, 10049, 9777, 9590, 9729, 9754, 9731, 9649, 9096, 9508, 9247, 9893, 9814, 10432, 9776, 9312, 9498, 9584, 9108, 9458, 9303, 9914, 9525, 11503, 9675, 11905, 9782, 11355, 9597, 11824, 9897, 11915, 9722, 12386, 9301, 11954, 9597, 11186, 9574, 12101, 9746, 12275, 9822, 11021, 9723, 10592, 9283, 10430, 9441, 9846, 9692, 9725, 9368, 9962, 9932, 11449, 8825, 10022, 9292, 10671, 9701, 9333, 9364, 9278, 9254, 9498, 9362, 9397, 9367, 9594, 9347, 9227, 8958, 9151, 9316, 9521, 9320, 9218, 9350, 9458, 9344, 9434, 9419, 9348, 9148, 9166, 9213, 9394, 9324, 9106, 9364, 9652, 9473, 9313, 9379, 9129, 9004, 9526, 9194, 9623, 9432, 9880, 9499, 9822, 9245, 9526, 9609, 9687, 9834, 9799, 10245, 9800, 9840, 9809, 9624, 9387, 10107, 9395, 10038, 9546, 10274, 9601, 10168, 9478, 9615, 9554, 9025, 9434, 9078, 9188, 9261, 9290, 9266, 10733, 9574, 11556, 9401, 11923, 9471, 11397, 9299, 11829, 9665, 11360, 9843, 10341, 9211, 10119, 9493, 10241, 9364, 10337, 9439, 9881, 9852, 10374, 9243, 9468, 9330, 9496, 10028, 9387, 9729, 9551, 9548, 9305, 9466, 9348, 9271, 9297, 9730, 9434, 10656, 9550, 10508, 9495, 10595, 9514, 11037, 9809, 12382, 9499, 10589, 9364, 10172, 9274, 10547, 9391, 10790, 9635, 10297, 9330, 10521, 9727, 10069, 9943, 9409, 9850, 9695, 9646, 9714, 9472, 9307, 9421, 9190, 9424, 9218, 10515, 9705, 11882, 9396, 11786, 9434, 12020, 9743, 10867, 9621, 10383, 9159, 9673, 9410, 9322, 9478, 9455, 9614, 9290, 9747, 9502, 9843, 9586, 9600, 9067, 9115, 9206, 10228, 9595, 10748, 9920, 10927, 9478, 10323, 9862, 10568, 9551, 12422, 9583, 10908, 9739, 10230, 9596, 10663, 9612, 10496, 9518, 10031, 9476, 10315, 9573, 9446, 9751, 9593, 9601, 9482, 9572, 9814, 9650, 9775, 9365, 9641, 9397, 9448, 10433, 9803, 10337, 9653, 9428, 9625, 10288, 9626, 11913, 9612, 12088, 9398, 11149, 9453, 10649, 9449, 11006, 9493, 10748, 9740, 10165, 9899, 10252, 9447, 9444, 9583, 9680, 9578, 9402, 9347, 9266, 9533, 9286, 9335, 9273, 9668, 9406, 9562, 9449, 9443, 9348, 9974, 9606, 12868, 9561, 11181, 9159, 10440, 9478, 10278, 9913, 10591, 9717, 11736, 10065, 10831, 10353, 10127, 9796, 10167, 12116, 10128, 10589, 9880, 10388, 10081, 10353, 9334, 9842, 9599, 9752, 11493, 9926, 14265, 9610, 11955, 9534, 11112, 10012, 10771, 9542, 10140, 9660, 10040, 12478, 9919, 11884, 9614, 11319, 9434, 10860, 9543, 9840, 9748, 9589, 9774, 9993, 9735, 10240, 9575, 10509, 9869, 10444, 9909, 10532, 9869, 9954, 10043, 9656, 9983, 9609, 10052, 9688, 9867, 10027, 9894, 10632, 9717, 10751, 9894, 10898, 9875, 10455, 9888, 9963, 10002, 10249, 9558, 9694, 10305, 9569, 10118, 9760, 10059, 9689, 10046, 9938, 10018, 9772, 9664, 9348, 9475, 9329, 9921, 9841, 10325, 9926, 9630, 9809, 9495, 9605, 9710, 9565, 9651, 9412, 9801, 9488, 9739, 9776, 9725, 9633, 10039, 9879, 9824, 10294, 9691, 10675, 9631, 10719, 9621, 10498, 9865, 10238, 9953, 10314, 10107, 10598, 9796, 12649, 9787, 12342, 9953, 12483, 9842, 11024, 9594, 11133, 9293, 10908, 9445, 10764, 9694, 12385, 9794, 12745, 9979, 11202, 9651, 11073, 9320, 10829, 9371, 10326, 9829, 9902, 9657, 10490, 9577, 10806, 9787, 11348, 9501, 10709, 9612, 10877, 9791, 11320, 9774, 10728, 9774, 10652, 9462, 10967, 9723, 10429, 9981, 10267, 9674, 10206, 9675, 10231, 9397, 10428, 9443, 10391, 9781, 10609, 9627, 10743, 9484, 11355, 9365, 11688, 9222, 11533, 9235, 11068, 9526, 10695, 9356, 10903, 9481, 11200, 9763, 11061, 9305, 11315, 9294, 10881, 9653, 10136, 9987, 9894, 9744, 10107, 9536, 9758, 9347, 9546, 9259, 9185, 9680, 9705, 9956, 9658, 9570, 9578, 9787, 9444, 9820, 9213, 9551, 9423, 10090, 9239, 11382, 9725, 12055, 9604, 10983, 9521, 10608, 9483, 11293, 9365, 12019, 9632, 10515, 9791, 11035, 9690, 11046, 9634, 10656, 9421, 10329, 9729, 10100, 9645, 10414, 9645, 10083, 9715, 9841, 9319, 9771, 9765, 9768, 9381, 9511, 9446, 9526, 9722, 9300, 10241, 9525, 12977, 9944, 12051, 9750, 12621, 9648, 10955, 9394, 10927, 9032, 10589, 9610, 10567, 9583, 10533, 9372, 10518, 9578, 10160, 9621, 10258, 9653, 9880, 9666, 9643, 9357, 9623, 9520, 9458, 9236, 9508, 9994, 9627, 12237, 9961, 11019, 9435, 9907, 9466, 10480, 9655, 12511, 9757, 11268, 9467, 10467, 9443, 10632, 9838, 10621, 9076, 12931, 9490, 8892, 9455, 9615, 11457, 9673, 12807, 9637, 13225, 9391, 12811, 9579, 12065, 9741, 9958, 9541, 9279, 9235, 9783, 10455, 9750, 10718, 9377, 10626, 9497, 13036, 9577, 11137, 9194, 10725, 9440, 11076, 9369, 11806, 9443, 11889, 9466, 10945, 9957, 9816, 9725, 9863, 9781, 10277, 9944, 9945, 9798, 11031, 9649, 11370, 9535, 10239, 9141, 10471, 9006, 10673, 9020, 10926, 9467, 11148, 9486, 11618, 9711, 11160, 9193, 10888, 9298, 10122, 10390, 10032, 11216, 9460, 11597, 9418, 11299, 9186, 11437, 9157, 12416, 9545, 12461, 9497, 12548, 9456, 10928, 9497, 9106, 9047, 9507, 9270, 9215, 9336, 9858, 9161, 10637, 9473, 10265, 9606, 9820, 9406, 9702, 9236, 9710, 9568, 9940, 9996, 9925, 10202, 9709, 10011, 9933, 9775, 9865, 9819, 9801, 9887, 9555, 9689, 9445, 10116, 9671, 10114, 9410, 10135, 9181, 10421, 8974, 10632, 8778, 10611, 8967, 10458, 9243, 10892, 9172, 10641, 9085, 11249, 9356, 12352, 9229, 12588, 9396, 11358, 9280, 9594, 9148, 9057, 9340, 9106, 9332, 10441, 9440, 13063, 9409, 12750, 9243, 12037, 9503, 11575, 9590, 11643, 9665, 12941, 9426, 11318, 8982, 10722, 8894, 11126, 9034, 11075, 9062, 10746, 8709, 10284, 9281, 9752, 9745, 9222, 9520, 9287, 9467, 9522, 9452, 9533, 9421, 9511, 9420, 9985, 9380, 10197, 9523, 10320, 9627, 9983, 9653, 10037, 9310, 10423, 9470, 9993, 9230, 10470, 9237, 10588, 9237, 10429, 9463, 11228, 8953, 8678, 8805, 8843, 8855, 8745, 8999, 9304, 8943, 9564, 9158, 9149, 8647, 9859, 9313, 10229, 9698, 9755, 10010, 9157, 10161, 8984, 11561, 8743, 9678, 9174, 8950, 9216, 8815, 9261, 9118, 9150, 9281, 9751, 9840, 10248, 9211, 10744, 8968, 10845, 9121, 11824, 8774, 10056, 9110, 10249, 9367, 10621, 9299, 11651, 9124, 12123, 9019, 10968, 8897, 10320, 9170, 9985, 9119, 10025, 9088, 8517, 9204, 8338, 9389, 8426, 9463, 8967, 9330, 9164, 9542, 9255, 9608, 9164, 9590, 8648, 9622, 8910, 9694, 8917, 9092, 9270, 9223, 9530, 9904, 9326, 10580, 9018, 10765, 8891, 10802, 9184, 10834, 9323, 10429, 9238, 10556, 9352, 10277, 9172, 10348, 9004, 10258, 9201, 9948, 9358, 10132, 9330, 10274, 8965, 10751, 8879, 10831, 9115, 10799, 9318, 11382, 10068, 10587, 9555, 11003, 9373, 9984, 9820, 9314, 10258, 9092, 10411, 9122, 10163, 9018, 10209, 8988, 10629, 8920, 10792, 8954, 10521, 9141, 10485, 8772, 10500, 9308, 13054, 9871, 11134, 9393, 12283, 9304, 12699, 9194, 11163], 'WindowCenter': [4276.0, 4267.0, 4243.0, 4259.0, 4229.0, 4260.0, 4228.0, 4242.0, 4201.0, 4221.0, 4211.0, 4211.0, 4213.0, 4211.0, 4222.0, 4210.0, 4226.0, 4237.0, 4227.0, 4222.0, 4215.0, 4212.0, 4202.0, 4209.0, 4214.0, 4201.0, 4227.0, 4213.0, 4214.0, 4226.0, 4227.0, 4212.0, 4212.0, 4199.0, 4210.0, 4223.0, 4226.0, 4223.0, 4222.0, 4210.0, 4225.0, 4236.0, 4221.0, 4212.0, 4210.0, 4212.0, 4210.0, 4212.0, 4208.0, 4213.0, 4221.0, 4200.0, 4225.0, 4227.0, 4213.0, 4210.0, 4210.0, 4200.0, 4220.0, 4209.0, 4210.0, 4199.0, 4211.0, 4224.0, 4225.0, 4211.0, 4199.0, 4202.0, 4211.0, 4200.0, 4201.0, 4210.0, 4201.0, 4225.0, 4223.0, 4222.0, 4209.0, 4199.0, 4210.0, 4201.0, 4202.0, 4199.0, 4202.0, 4199.0, 4217.0, 4245.0, 4214.0, 4230.0, 4209.0, 4219.0, 4200.0, 4216.0, 4210.0, 4218.0, 4199.0, 4228.0, 4200.0, 4229.0, 4214.0, 4233.0, 4213.0, 4230.0, 4199.0, 4216.0, 4197.0, 4206.0, 4199.0, 4208.0, 4188.0, 4208.0, 4202.0, 4223.0, 4211.0, 4196.0, 4199.0, 4198.0, 4211.0, 4232.0, 4205.0, 4223.0, 4202.0, 4221.0, 4214.0, 4200.0, 4200.0, 4197.0, 4200.0, 4199.0, 4201.0, 4201.0, 4228.0, 4214.0, 4201.0, 4197.0, 4189.0, 4186.0, 4197.0, 4188.0, 4199.0, 4186.0, 4199.0, 4198.0, 4211.0, 4214.0, 4201.0, 4188.0, 4199.0, 4187.0, 4198.0, 4186.0, 4198.0, 4188.0, 4202.0, 4214.0, 4211.0, 4199.0, 4200.0, 4198.0, 4201.0, 4199.0, 4203.0, 4201.0, 4212.0, 4226.0, 4223.0, 4213.0, 4212.0, 4213.0, 4211.0, 4213.0, 4212.0, 4212.0, 4221.0, 4212.0, 4237.0, 4228.0, 4212.0, 4202.0, 4210.0, 4201.0, 4200.0, 4201.0, 4211.0, 4198.0, 4210.0, 4212.0, 4213.0, 4209.0, 4188.0, 4197.0, 4200.0, 4200.0, 4200.0, 4198.0, 4201.0, 4220.0, 4225.0, 4244.0, 4212.0, 4228.0, 4200.0, 4216.0, 4200.0, 4219.0, 4210.0, 4218.0, 4210.0, 4208.0, 4202.0, 4223.0, 4224.0, 4221.0, 4200.0, 4199.0, 4187.0, 4199.0, 4186.0, 4198.0, 4175.0, 4186.0, 4187.0, 4200.0, 4198.0, 4186.0, 4185.0, 4185.0, 4183.0, 4186.0, 4186.0, 4198.0, 4186.0, 4201.0, 4200.0, 4213.0, 4222.0, 4201.0, 4209.0, 4198.0, 4196.0, 4197.0, 4206.0, 4197.0, 4217.0, 4188.0, 4208.0, 4201.0, 4212.0, 4200.0, 4197.0, 4188.0, 4207.0, 4198.0, 4198.0, 4199.0, 4209.0, 4200.0, 4199.0, 4211.0, 4204.0, 4208.0, 4198.0, 4189.0, 4197.0, 4198.0, 4199.0, 4188.0, 4199.0, 4199.0, 4202.0, 4231.0, 4213.0, 4229.0, 4201.0, 4217.0, 4200.0, 4230.0, 4210.0, 4219.0, 4212.0, 4210.0, 4213.0, 4227.0, 4216.0, 4201.0, 4201.0, 4198.0, 4200.0, 4199.0, 4197.0, 4200.0, 4211.0, 4212.0, 4200.0, 4200.0, 4192.0, 4203.0, 4223.0, 4226.0, 4232.0, 4211.0, 4208.0, 4198.0, 4210.0, 4212.0, 4210.0, 4212.0, 4229.0, 4211.0, 4221.0, 4225.0, 4222.0, 4213.0, 4210.0, 4201.0, 4209.0, 4200.0, 4210.0, 4202.0, 4210.0, 4215.0, 4213.0, 4211.0, 4198.0, 4201.0, 4201.0, 4213.0, 4210.0, 4213.0, 4212.0, 4199.0, 4212.0, 4213.0, 4224.0, 4224.0, 4211.0, 4198.0, 4198.0, 4187.0, 4199.0, 4196.0, 4199.0, 4218.0, 4199.0, 4218.0, 4200.0, 4233.0, 4210.0, 4210.0, 4198.0, 4205.0, 4198.0, 4207.0, 4188.0, 4197.0, 4197.0, 4198.0, 4187.0, 4200.0, 4211.0, 4197.0, 4187.0, 4187.0, 4185.0, 4186.0, 4199.0, 4200.0, 4200.0, 4203.0, 4212.0, 4214.0, 4213.0, 4210.0, 4200.0, 4200.0, 4198.0, 4200.0, 4218.0, 4200.0, 4209.0, 4189.0, 4212.0, 4202.0, 4210.0, 4199.0, 4208.0, 4198.0, 4217.0, 4211.0, 4206.0, 4182.0, 4194.0, 4184.0, 4199.0, 4216.0, 4210.0, 4208.0, 4210.0, 4211.0, 4206.0, 4199.0, 4187.0, 4185.0, 4173.0, 4175.0, 4181.0, 4171.0, 4200.0, 4159.0, 4180.0, 4172.0, 4180.0, 4159.0, 4166.0, 4144.0, 4158.0, 4144.0, 4157.0, 4175.0, 4157.0, 4178.0, 4159.0, 4180.0, 4160.0, 4180.0, 4170.0, 4181.0, 4187.0, 4186.0, 4195.0, 4182.0, 4184.0, 4182.0, 4185.0, 4193.0, 4198.0, 4196.0, 4199.0, 4207.0, 4198.0, 4196.0, 4197.0, 4197.0, 4198.0, 4199.0, 4212.0, 4201.0, 4210.0, 4196.0, 4196.0, 4195.0, 4186.0, 4206.0, 4195.0, 4206.0, 4196.0, 4208.0, 4197.0, 4198.0, 4197.0, 4209.0, 4213.0, 4200.0, 4209.0, 4196.0, 4198.0, 4196.0, 4198.0, 4198.0, 4199.0, 4200.0, 4198.0, 4209.0, 4198.0, 4199.0, 4198.0, 4198.0, 4212.0, 4213.0, 4221.0, 4210.0, 4197.0, 4198.0, 4187.0, 4199.0, 4187.0, 4199.0, 4198.0, 4200.0, 4199.0, 4200.0, 4199.0, 4213.0, 4214.0, 4211.0, 4211.0, 4200.0, 4199.0, 4209.0, 4201.0, 4208.0, 4201.0, 4208.0, 4199.0, 4209.0, 4210.0, 4211.0, 4211.0, 4208.0, 4210.0, 4207.0, 4199.0, 4227.0, 4200.0, 4229.0, 4210.0, 4229.0, 4212.0, 4208.0, 4202.0, 4220.0, 4201.0, 4223.0, 4214.0, 4221.0, 4200.0, 4217.0, 4199.0, 4226.0, 4199.0, 4209.0, 4200.0, 4218.0, 4200.0, 4210.0, 4189.0, 4209.0, 4214.0, 4210.0, 4200.0, 4207.0, 4200.0, 4209.0, 4213.0, 4220.0, 4213.0, 4220.0, 4214.0, 4222.0, 4213.0, 4220.0, 4212.0, 4208.0, 4211.0, 4210.0, 4201.0, 4221.0, 4213.0, 4223.0, 4212.0, 4209.0, 4200.0, 4208.0, 4201.0, 4208.0, 4200.0, 4210.0, 4200.0, 4210.0, 4224.0, 4221.0, 4212.0, 4209.0, 4199.0, 4208.0, 4198.0, 4219.0, 4199.0, 4208.0, 4189.0, 4220.0, 4200.0, 4208.0, 4190.0, 4206.0, 4188.0, 4206.0, 4199.0, 4207.0, 4189.0, 4208.0, 4188.0, 4208.0, 4201.0, 4210.0, 4197.0, 4188.0, 4184.0, 4185.0, 4184.0, 4187.0, 4186.0, 4199.0, 4187.0, 4203.0, 4213.0, 4200.0, 4199.0, 4199.0, 4186.0, 4186.0, 4197.0, 4199.0, 4197.0, 4199.0, 4200.0, 4200.0, 4198.0, 4202.0, 4233.0, 4212.0, 4218.0, 4198.0, 4206.0, 4198.0, 4209.0, 4200.0, 4219.0, 4200.0, 4230.0, 4212.0, 4222.0, 4212.0, 4209.0, 4211.0, 4221.0, 4212.0, 4221.0, 4204.0, 4225.0, 4225.0, 4223.0, 4212.0, 4210.0, 4201.0, 4210.0, 4198.0, 4199.0, 4188.0, 4200.0, 4213.0, 4210.0, 4188.0, 4200.0, 4198.0, 4199.0, 4187.0, 4188.0, 4198.0, 4199.0, 4230.0, 4212.0, 4230.0, 4199.0, 4217.0, 4200.0, 4207.0, 4189.0, 4205.0, 4187.0, 4211.0, 4213.0, 4210.0, 4197.0, 4197.0, 4188.0, 4209.0, 4199.0, 4209.0, 4199.0, 4209.0, 4202.0, 4210.0, 4212.0, 4200.0, 4188.0, 4199.0, 4186.0, 4200.0, 4188.0, 4200.0, 4197.0, 4202.0, 4233.0, 4210.0, 4205.0, 4188.0, 4198.0, 4198.0, 4208.0, 4198.0, 4219.0, 4199.0, 4222.0, 4212.0, 4221.0, 4198.0, 4196.0, 4210.0, 4208.0, 4202.0, 4200.0, 4212.0, 4198.0, 4213.0, 4211.0, 4231.0, 4213.0, 4231.0, 4201.0, 4227.0, 4200.0, 4230.0, 4214.0, 4231.0, 4199.0, 4187.0, 4188.0, 4177.0, 4186.0, 4186.0, 4196.0, 4187.0, 4196.0, 4201.0, 4211.0, 4201.0, 4228.0, 4197.0, 4207.0, 4187.0, 4195.0, 4188.0, 4207.0, 4189.0, 4207.0, 4188.0, 4220.0, 4212.0, 4220.0, 4200.0, 4198.0, 4198.0, 4198.0, 4198.0, 4195.0, 4186.0, 4184.0, 4199.0, 4195.0, 4198.0, 4209.0, 4199.0, 4209.0, 4201.0, 4210.0, 4190.0, 4197.0, 4177.0, 4195.0, 4175.0, 4194.0, 4173.0, 4183.0, 4161.0, 4169.0, 4147.0, 4168.0, 4145.0, 4157.0, 4157.0, 4159.0, 4192.0, 4172.0, 4191.0, 4160.0, 4178.0, 4162.0, 4189.0, 4171.0, 4216.0, 4185.0, 4204.0, 4186.0, 4231.0, 4201.0, 4221.0, 4199.0, 4186.0, 4189.0, 4198.0, 4199.0, 4187.0, 4192.0, 4199.0, 4201.0, 4210.0, 4202.0, 4199.0, 4215.0, 4214.0, 4202.0, 4212.0, 4199.0, 4199.0, 4211.0, 4213.0, 4212.0, 4213.0, 4212.0, 4214.0, 4225.0, 4223.0, 4210.0, 4210.0, 4200.0, 4200.0, 4199.0, 4203.0, 4199.0, 4202.0, 4212.0, 4203.0, 4224.0, 4214.0, 4213.0, 4202.0, 4208.0, 4191.0, 4211.0, 4192.0, 4211.0, 4203.0, 4223.0, 4213.0, 4221.0, 4201.0, 4210.0, 4201.0, 4218.0, 4201.0, 4218.0, 4201.0, 4232.0, 4212.0, 4221.0, 4200.0, 4201.0, 4201.0, 4191.0, 4201.0, 4189.0, 4190.0, 4209.0, 4202.0, 4231.0, 4200.0, 4215.0, 4187.0, 4204.0, 4185.0, 4193.0, 4183.0, 4194.0, 4185.0, 4214.0, 4188.0, 4221.0, 4189.0, 4195.0, 4177.0, 4205.0, 4176.0, 4205.0, 4190.0, 4196.0, 4179.0, 4198.0, 4202.0, 4212.0, 4201.0, 4187.0, 4186.0, 4185.0, 4188.0, 4198.0, 4189.0, 4200.0, 4202.0, 4211.0, 4203.0, 4210.0, 4202.0, 4209.0, 4201.0, 4209.0, 4199.0, 4200.0, 4202.0, 4199.0, 4189.0, 4209.0, 4198.0, 4199.0, 4187.0, 4208.0, 4189.0, 4198.0, 4202.0, 4222.0, 4213.0, 4219.0, 4202.0, 4191.0, 4202.0, 4201.0, 4203.0, 4190.0, 4201.0, 4201.0, 4216.0, 4223.0, 4214.0, 4201.0, 4192.0, 4208.0, 4199.0, 4209.0, 4200.0, 4199.0, 4211.0, 4215.0, 4210.0, 4203.0, 4219.0, 4191.0, 4197.0, 4199.0, 4188.0, 4187.0, 4187.0, 4203.0, 4203.0, 4200.0, 4187.0, 4198.0, 4209.0, 4208.0, 4201.0, 4219.0, 4203.0, 4221.0, 4204.0, 4218.0, 4192.0, 4210.0, 4199.0, 4209.0, 4201.0, 4209.0, 4202.0, 4219.0, 4202.0, 4229.0, 4191.0, 4209.0, 4190.0, 4208.0, 4199.0, 4197.0, 4202.0, 4212.0, 4199.0, 4189.0, 4202.0, 4180.0, 4200.0, 4178.0, 4210.0, 4188.0, 4213.0, 4214.0, 4201.0, 4199.0, 4198.0, 4188.0, 4202.0, 4177.0, 4199.0, 4186.0, 4211.0, 4205.0, 4202.0, 4202.0, 4197.0, 4200.0, 4207.0, 4203.0, 4220.0, 4192.0, 4219.0, 4202.0, 4222.0, 4202.0, 4209.0, 4188.0, 4209.0, 4189.0, 4197.0, 4188.0, 4197.0, 4200.0, 4197.0, 4187.0, 4197.0, 4189.0, 4197.0, 4188.0, 4197.0, 4201.0, 4209.0, 4189.0, 4206.0, 4189.0, 4207.0, 4188.0, 4207.0, 4190.0, 4221.0, 4200.0, 4209.0, 4210.0, 4221.0, 4199.0, 4197.0, 4199.0, 4188.0, 4199.0, 4178.0, 4197.0, 4201.0, 4212.0, 4191.0, 4197.0, 4177.0, 4195.0, 4173.0, 4193.0, 4177.0, 4194.0, 4188.0, 4211.0, 4191.0, 4211.0, 4199.0, 4229.0, 4200.0, 4209.0, 4188.0, 4203.0, 4174.0, 4203.0, 4174.0, 4194.0], 'WindowWidth': [9480.0, 9448.0, 9404.0, 9415.0, 9375.0, 9420.0, 9369.0, 9377.0, 9320.0, 9345.0, 9334.0, 9333.0, 9341.0, 9334.0, 9352.0, 9332.0, 9362.0, 9380.0, 9364.0, 9352.0, 9343.0, 9335.0, 9323.0, 9329.0, 9343.0, 9321.0, 9366.0, 9340.0, 9345.0, 9365.0, 9366.0, 9339.0, 9338.0, 9315.0, 9332.0, 9355.0, 9364.0, 9354.0, 9350.0, 9331.0, 9360.0, 9378.0, 9352.0, 9338.0, 9330.0, 9335.0, 9331.0, 9337.0, 9327.0, 9338.0, 9348.0, 9318.0, 9358.0, 9366.0, 9340.0, 9333.0, 9330.0, 9319.0, 9343.0, 9329.0, 9331.0, 9317.0, 9335.0, 9359.0, 9360.0, 9335.0, 9316.0, 9320.0, 9335.0, 9317.0, 9323.0, 9331.0, 9321.0, 9360.0, 9356.0, 9352.0, 9329.0, 9312.0, 9331.0, 9320.0, 9323.0, 9315.0, 9324.0, 9314.0, 9350.0, 9388.0, 9343.0, 9358.0, 9328.0, 9340.0, 9316.0, 9332.0, 9331.0, 9336.0, 9315.0, 9351.0, 9318.0, 9356.0, 9345.0, 9371.0, 9341.0, 9358.0, 9313.0, 9331.0, 9310.0, 9319.0, 9314.0, 9322.0, 9297.0, 9322.0, 9321.0, 9355.0, 9336.0, 9307.0, 9314.0, 9311.0, 9333.0, 9362.0, 9330.0, 9354.0, 9324.0, 9348.0, 9343.0, 9318.0, 9316.0, 9308.0, 9316.0, 9313.0, 9319.0, 9319.0, 9371.0, 9343.0, 9323.0, 9308.0, 9300.0, 9291.0, 9308.0, 9295.0, 9312.0, 9292.0, 9312.0, 9309.0, 9336.0, 9344.0, 9319.0, 9297.0, 9312.0, 9294.0, 9310.0, 9292.0, 9311.0, 9296.0, 9323.0, 9343.0, 9335.0, 9314.0, 9317.0, 9310.0, 9319.0, 9315.0, 9326.0, 9319.0, 9340.0, 9364.0, 9354.0, 9340.0, 9337.0, 9340.0, 9334.0, 9340.0, 9336.0, 9337.0, 9347.0, 9336.0, 9380.0, 9368.0, 9338.0, 9324.0, 9331.0, 9320.0, 9316.0, 9318.0, 9333.0, 9310.0, 9331.0, 9339.0, 9339.0, 9329.0, 9300.0, 9309.0, 9318.0, 9315.0, 9319.0, 9312.0, 9321.0, 9343.0, 9361.0, 9386.0, 9338.0, 9353.0, 9315.0, 9332.0, 9316.0, 9340.0, 9333.0, 9338.0, 9331.0, 9326.0, 9322.0, 9356.0, 9358.0, 9349.0, 9317.0, 9311.0, 9294.0, 9311.0, 9289.0, 9308.0, 9272.0, 9290.0, 9292.0, 9316.0, 9312.0, 9291.0, 9286.0, 9287.0, 9282.0, 9292.0, 9290.0, 9311.0, 9292.0, 9318.0, 9317.0, 9340.0, 9350.0, 9320.0, 9324.0, 9310.0, 9303.0, 9306.0, 9316.0, 9307.0, 9333.0, 9296.0, 9323.0, 9320.0, 9336.0, 9317.0, 9307.0, 9297.0, 9319.0, 9310.0, 9309.0, 9313.0, 9326.0, 9316.0, 9314.0, 9335.0, 9329.0, 9327.0, 9311.0, 9296.0, 9307.0, 9309.0, 9315.0, 9296.0, 9316.0, 9313.0, 9321.0, 9366.0, 9342.0, 9357.0, 9318.0, 9334.0, 9316.0, 9356.0, 9331.0, 9341.0, 9337.0, 9330.0, 9341.0, 9366.0, 9349.0, 9322.0, 9320.0, 9311.0, 9315.0, 9313.0, 9311.0, 9319.0, 9332.0, 9337.0, 9317.0, 9320.0, 9307.0, 9325.0, 9356.0, 9362.0, 9366.0, 9334.0, 9324.0, 9312.0, 9328.0, 9337.0, 9331.0, 9338.0, 9357.0, 9334.0, 9349.0, 9360.0, 9353.0, 9339.0, 9331.0, 9319.0, 9326.0, 9319.0, 9330.0, 9322.0, 9331.0, 9345.0, 9339.0, 9335.0, 9313.0, 9320.0, 9318.0, 9338.0, 9333.0, 9338.0, 9337.0, 9316.0, 9338.0, 9342.0, 9359.0, 9357.0, 9334.0, 9310.0, 9309.0, 9293.0, 9312.0, 9304.0, 9314.0, 9335.0, 9314.0, 9338.0, 9318.0, 9367.0, 9333.0, 9329.0, 9309.0, 9316.0, 9308.0, 9321.0, 9295.0, 9308.0, 9305.0, 9310.0, 9292.0, 9318.0, 9333.0, 9310.0, 9292.0, 9292.0, 9287.0, 9294.0, 9313.0, 9317.0, 9315.0, 9326.0, 9336.0, 9344.0, 9341.0, 9333.0, 9315.0, 9316.0, 9310.0, 9315.0, 9336.0, 9315.0, 9324.0, 9299.0, 9338.0, 9322.0, 9330.0, 9313.0, 9325.0, 9311.0, 9334.0, 9332.0, 9317.0, 9278.0, 9296.0, 9281.0, 9311.0, 9331.0, 9329.0, 9324.0, 9329.0, 9331.0, 9320.0, 9313.0, 9290.0, 9288.0, 9266.0, 9273.0, 9274.0, 9259.0, 9296.0, 9238.0, 9271.0, 9261.0, 9272.0, 9240.0, 9245.0, 9209.0, 9234.0, 9211.0, 9233.0, 9254.0, 9235.0, 9262.0, 9239.0, 9267.0, 9242.0, 9269.0, 9258.0, 9275.0, 9293.0, 9290.0, 9302.0, 9280.0, 9284.0, 9279.0, 9287.0, 9296.0, 9307.0, 9305.0, 9311.0, 9320.0, 9309.0, 9306.0, 9305.0, 9308.0, 9308.0, 9312.0, 9336.0, 9321.0, 9330.0, 9306.0, 9304.0, 9300.0, 9290.0, 9316.0, 9303.0, 9318.0, 9305.0, 9324.0, 9305.0, 9308.0, 9305.0, 9329.0, 9339.0, 9318.0, 9327.0, 9305.0, 9310.0, 9304.0, 9309.0, 9309.0, 9312.0, 9317.0, 9311.0, 9329.0, 9309.0, 9313.0, 9309.0, 9311.0, 9336.0, 9339.0, 9347.0, 9330.0, 9306.0, 9309.0, 9292.0, 9313.0, 9295.0, 9314.0, 9309.0, 9318.0, 9313.0, 9318.0, 9315.0, 9339.0, 9344.0, 9333.0, 9331.0, 9316.0, 9313.0, 9326.0, 9318.0, 9325.0, 9317.0, 9325.0, 9312.0, 9325.0, 9331.0, 9335.0, 9333.0, 9326.0, 9330.0, 9320.0, 9312.0, 9347.0, 9315.0, 9352.0, 9331.0, 9352.0, 9335.0, 9326.0, 9322.0, 9343.0, 9318.0, 9353.0, 9343.0, 9347.0, 9317.0, 9334.0, 9312.0, 9345.0, 9312.0, 9324.0, 9314.0, 9338.0, 9316.0, 9328.0, 9299.0, 9329.0, 9342.0, 9332.0, 9316.0, 9321.0, 9314.0, 9325.0, 9337.0, 9343.0, 9338.0, 9344.0, 9342.0, 9351.0, 9338.0, 9343.0, 9334.0, 9324.0, 9334.0, 9329.0, 9319.0, 9345.0, 9339.0, 9352.0, 9337.0, 9328.0, 9317.0, 9324.0, 9318.0, 9324.0, 9318.0, 9330.0, 9318.0, 9333.0, 9357.0, 9349.0, 9336.0, 9328.0, 9314.0, 9324.0, 9311.0, 9339.0, 9314.0, 9322.0, 9298.0, 9344.0, 9318.0, 9324.0, 9300.0, 9317.0, 9296.0, 9317.0, 9312.0, 9322.0, 9299.0, 9322.0, 9296.0, 9322.0, 9320.0, 9330.0, 9307.0, 9293.0, 9283.0, 9286.0, 9283.0, 9294.0, 9290.0, 9312.0, 9293.0, 9325.0, 9340.0, 9318.0, 9312.0, 9312.0, 9291.0, 9291.0, 9306.0, 9313.0, 9306.0, 9315.0, 9315.0, 9318.0, 9310.0, 9323.0, 9367.0, 9336.0, 9338.0, 9309.0, 9316.0, 9310.0, 9324.0, 9317.0, 9338.0, 9317.0, 9356.0, 9338.0, 9352.0, 9336.0, 9325.0, 9333.0, 9345.0, 9337.0, 9345.0, 9326.0, 9360.0, 9360.0, 9353.0, 9336.0, 9329.0, 9318.0, 9328.0, 9310.0, 9314.0, 9296.0, 9316.0, 9340.0, 9331.0, 9297.0, 9315.0, 9309.0, 9312.0, 9292.0, 9298.0, 9307.0, 9312.0, 9356.0, 9336.0, 9357.0, 9311.0, 9333.0, 9315.0, 9319.0, 9297.0, 9316.0, 9294.0, 9332.0, 9338.0, 9329.0, 9308.0, 9305.0, 9297.0, 9324.0, 9314.0, 9326.0, 9312.0, 9328.0, 9320.0, 9335.0, 9337.0, 9317.0, 9296.0, 9313.0, 9291.0, 9316.0, 9295.0, 9315.0, 9306.0, 9322.0, 9365.0, 9329.0, 9317.0, 9298.0, 9308.0, 9311.0, 9322.0, 9312.0, 9338.0, 9313.0, 9348.0, 9338.0, 9349.0, 9313.0, 9306.0, 9330.0, 9327.0, 9326.0, 9295.0, 9338.0, 9314.0, 9340.0, 9336.0, 9358.0, 9337.0, 9358.0, 9319.0, 9348.0, 9317.0, 9356.0, 9341.0, 9361.0, 9314.0, 9291.0, 9294.0, 9277.0, 9289.0, 9287.0, 9302.0, 9291.0, 9304.0, 9321.0, 9332.0, 9318.0, 9349.0, 9307.0, 9317.0, 9294.0, 9301.0, 9295.0, 9318.0, 9298.0, 9317.0, 9295.0, 9344.0, 9336.0, 9345.0, 9316.0, 9311.0, 9310.0, 9309.0, 9311.0, 9299.0, 9290.0, 9283.0, 9310.0, 9299.0, 9309.0, 9323.0, 9312.0, 9325.0, 9319.0, 9326.0, 9301.0, 9304.0, 9277.0, 9299.0, 9271.0, 9294.0, 9262.0, 9276.0, 9242.0, 9252.0, 9218.0, 9250.0, 9214.0, 9232.0, 9230.0, 9239.0, 9289.0, 9263.0, 9285.0, 9243.0, 9262.0, 9247.0, 9280.0, 9262.0, 9328.0, 9287.0, 9308.0, 9288.0, 9359.0, 9319.0, 9344.0, 9312.0, 9291.0, 9297.0, 9308.0, 9314.0, 9293.0, 9306.0, 9311.0, 9319.0, 9326.0, 9319.0, 9311.0, 9346.0, 9343.0, 9325.0, 9336.0, 9316.0, 9315.0, 9334.0, 9339.0, 9338.0, 9339.0, 9335.0, 9341.0, 9359.0, 9356.0, 9332.0, 9329.0, 9315.0, 9314.0, 9313.0, 9322.0, 9316.0, 9322.0, 9333.0, 9324.0, 9357.0, 9345.0, 9337.0, 9323.0, 9324.0, 9305.0, 9333.0, 9309.0, 9331.0, 9326.0, 9354.0, 9340.0, 9345.0, 9320.0, 9328.0, 9321.0, 9339.0, 9320.0, 9336.0, 9318.0, 9362.0, 9337.0, 9345.0, 9318.0, 9318.0, 9319.0, 9303.0, 9318.0, 9299.0, 9303.0, 9324.0, 9319.0, 9361.0, 9315.0, 9329.0, 9294.0, 9310.0, 9286.0, 9293.0, 9283.0, 9296.0, 9287.0, 9325.0, 9296.0, 9346.0, 9299.0, 9301.0, 9279.0, 9312.0, 9278.0, 9313.0, 9299.0, 9303.0, 9283.0, 9309.0, 9321.0, 9337.0, 9319.0, 9296.0, 9291.0, 9289.0, 9296.0, 9310.0, 9299.0, 9315.0, 9322.0, 9334.0, 9324.0, 9330.0, 9320.0, 9328.0, 9320.0, 9328.0, 9312.0, 9317.0, 9323.0, 9314.0, 9300.0, 9325.0, 9310.0, 9312.0, 9294.0, 9323.0, 9300.0, 9308.0, 9320.0, 9350.0, 9340.0, 9343.0, 9324.0, 9307.0, 9323.0, 9321.0, 9327.0, 9306.0, 9323.0, 9321.0, 9351.0, 9359.0, 9343.0, 9319.0, 9310.0, 9326.0, 9316.0, 9328.0, 9316.0, 9314.0, 9334.0, 9346.0, 9332.0, 9326.0, 9341.0, 9307.0, 9309.0, 9315.0, 9297.0, 9297.0, 9293.0, 9325.0, 9326.0, 9318.0, 9296.0, 9312.0, 9329.0, 9324.0, 9318.0, 9341.0, 9324.0, 9349.0, 9327.0, 9339.0, 9309.0, 9330.0, 9315.0, 9325.0, 9320.0, 9325.0, 9321.0, 9342.0, 9322.0, 9355.0, 9305.0, 9325.0, 9304.0, 9323.0, 9315.0, 9307.0, 9325.0, 9337.0, 9316.0, 9302.0, 9323.0, 9290.0, 9320.0, 9287.0, 9332.0, 9299.0, 9341.0, 9343.0, 9320.0, 9314.0, 9314.0, 9298.0, 9320.0, 9281.0, 9315.0, 9293.0, 9335.0, 9333.0, 9326.0, 9324.0, 9311.0, 9317.0, 9325.0, 9326.0, 9345.0, 9308.0, 9342.0, 9324.0, 9349.0, 9321.0, 9325.0, 9296.0, 9326.0, 9297.0, 9307.0, 9293.0, 9308.0, 9317.0, 9307.0, 9294.0, 9307.0, 9297.0, 9305.0, 9296.0, 9307.0, 9321.0, 9328.0, 9301.0, 9318.0, 9300.0, 9320.0, 9296.0, 9321.0, 9302.0, 9343.0, 9316.0, 9324.0, 9334.0, 9347.0, 9313.0, 9307.0, 9311.0, 9296.0, 9314.0, 9282.0, 9308.0, 9320.0, 9335.0, 9304.0, 9305.0, 9277.0, 9297.0, 9268.0, 9294.0, 9277.0, 9298.0, 9293.0, 9334.0, 9308.0, 9332.0, 9312.0, 9352.0, 9315.0, 9323.0, 9294.0, 9305.0, 9266.0, 9304.0, 9268.0, 9296.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.0010482242990654206</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01873135336448598</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.44976710666974</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2582475097941999</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0078106868288126</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4635</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5277.998</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09246875255324583</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.5233644859813085</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6156125621997353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6039695742801636</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8005459332297815</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4423221790892606</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0182423</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01396533939987421</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02064506523311138</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.765973995729566</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>40.533</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.743</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.8621</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304590.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>786.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.6458</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1085</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.5713</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3416.896</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3617.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71954.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1063.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4544.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.5682</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.486673046369106</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> |