=== 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-0035 --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-0035",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-01/func/sub-0035_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>03bfdd70c947b601a9549140e677920e</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>17:58:54.230000</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.993772, -0.0401646, 0.103938, 0.0277585, 0.992606, 0.118166]</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.117099</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4179, -7727, -7184, 518, -24, -91, 44, 22]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>267.7</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>14ace49c-7d34-4723-b6f5-b42daffc5b2e||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.6662187576293945, 0.07447413355112076, 0.2913728654384613, 103.87084197998047], [0.1077587902545929, 2.663088798522949, 0.3092714846134186, -97.53112030029297], [0.27885890007019043, -0.3170308768749237, 2.666355848312378, -32.024471282958984], [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': ['175854.230000', '175854.690000', '175855.150000', '175855.610000', '175856.070000', '175856.530000', '175856.990000', '175857.450000', '175857.910000', '175858.370000', '175858.830000', '175859.290000', '175859.750000', '175900.210000', '175900.670000', '175901.130000', '175901.590000', '175902.050000', '175902.510000', '175902.970000', '175903.430000', '175903.890000', '175904.350000', '175904.810000', '175905.270000', '175905.730000', '175906.190000', '175906.650000', '175907.110000', '175907.570000', '175908.030000', '175908.490000', '175908.950000', '175909.410000', '175909.870000', '175910.330000', '175910.790000', '175911.250000', '175911.710000', '175912.170000', '175912.630000', '175913.090000', '175913.550000', '175914.010000', '175914.470000', '175914.930000', '175915.390000', '175915.850000', '175916.310000', '175916.770000', '175917.230000', '175917.690000', '175918.150000', '175918.610000', '175919.070000', '175919.530000', '175919.990000', '175920.450000', '175920.910000', '175921.370000', '175921.830000', '175922.290000', '175922.750000', '175923.210000', '175923.670000', '175924.130000', '175924.590000', '175925.050000', '175925.510000', '175925.970000', '175926.430000', '175926.890000', '175927.350000', '175927.810000', '175928.270000', '175928.730000', '175929.190000', '175929.650000', '175930.110000', '175930.570000', '175931.030000', '175931.490000', '175931.950000', '175932.410000', '175932.870000', '175933.330000', '175933.790000', '175934.250000', '175934.710000', '175935.170000', '175935.630000', '175936.090000', '175936.550000', '175937.010000', '175937.470000', '175937.930000', '175938.390000', '175938.850000', '175939.310000', '175939.770000', '175940.230000', '175940.690000', '175941.150000', '175941.610000', '175942.070000', '175942.530000', '175942.990000', '175943.450000', '175943.910000', '175944.370000', '175944.830000', '175945.290000', '175945.750000', '175946.210000', '175946.670000', '175947.130000', '175947.590000', '175948.050000', '175948.510000', '175948.970000', '175949.430000', '175949.890000', '175950.350000', '175950.810000', '175951.270000', '175951.730000', '175952.190000', '175952.650000', '175953.110000', '175953.570000', '175954.030000', '175954.490000', '175954.950000', '175955.410000', '175955.870000', '175956.330000', '175956.790000', '175957.250000', '175957.710000', '175958.170000', '175958.630000', '175959.090000', '175959.550000', '180000.010000', '180000.470000', '180000.930000', '180001.390000', '180001.850000', '180002.310000', '180002.770000', '180003.230000', '180003.690000', '180004.150000', '180004.610000', '180005.070000', '180005.530000', '180005.990000', '180006.450000', '180006.910000', '180007.370000', '180007.830000', '180008.290000', '180008.750000', '180009.210000', '180009.670000', '180010.130000', '180010.590000', '180011.050000', '180011.510000', '180011.970000', '180012.430000', '180012.890000', '180013.350000', '180013.810000', '180014.270000', '180014.730000', '180015.190000', '180015.650000', '180016.110000', '180016.570000', '180017.030000', '180017.490000', '180017.950000', '180018.410000', '180018.870000', '180019.330000', '180019.790000', '180020.250000', '180020.710000', '180021.170000', '180021.630000', '180022.090000', '180022.550000', '180023.010000', '180023.470000', '180023.930000', '180024.390000', '180024.850000', '180025.310000', '180025.770000', '180026.230000', '180026.690000', '180027.150000', '180027.610000', '180028.070000', '180028.530000', '180028.990000', '180029.450000', '180029.910000', '180030.370000', '180030.830000', '180031.290000', '180031.750000', '180032.210000', '180032.670000', '180033.130000', '180033.590000', '180034.050000', '180034.510000', '180034.970000', '180035.430000', '180035.890000', '180036.350000', '180036.810000', '180037.270000', '180037.730000', '180038.190000', '180038.650000', '180039.110000', '180039.570000', '180040.030000', '180040.490000', '180040.950000', '180041.410000', '180041.870000', '180042.330000', '180042.790000', '180043.250000', '180043.710000', '180044.170000', '180044.630000', '180045.090000', '180045.550000', '180046.010000', '180046.470000', '180046.930000', '180047.390000', '180047.850000', '180048.310000', '180048.770000', '180049.230000', '180049.690000', '180050.150000', '180050.610000', '180051.070000', '180051.530000', '180051.990000', '180052.450000', '180052.910000', '180053.370000', '180053.830000', '180054.290000', '180054.750000', '180055.210000', '180055.670000', '180056.130000', '180056.590000', '180057.050000', '180057.510000', '180057.970000', '180058.430000', '180058.890000', '180059.350000', '180059.810000', '180100.270000', '180100.730000', '180101.190000', '180101.650000', '180102.110000', '180102.570000', '180103.030000', '180103.490000', '180103.950000', '180104.410000', '180104.870000', '180105.330000', '180105.790000', '180106.250000', '180106.710000', '180107.170000', '180107.630000', '180108.090000', '180108.550000', '180109.010000', '180109.470000', '180109.930000', '180110.390000', '180110.850000', '180111.310000', '180111.770000', '180112.230000', '180112.690000', '180113.150000', '180113.610000', '180114.070000', '180114.530000', '180114.990000', '180115.450000', '180115.910000', '180116.370000', '180116.830000', '180117.290000', '180117.750000', '180118.210000', '180118.670000', '180119.130000', '180119.590000', '180120.050000', '180120.510000', '180120.970000', '180121.430000', '180121.890000', '180122.350000', '180122.810000', '180123.270000', '180123.730000', '180124.190000', '180124.650000', '180125.110000', '180125.570000', '180126.030000', '180126.490000', '180126.950000', '180127.410000', '180127.870000', '180128.330000', '180128.790000', '180129.250000', '180129.710000', '180130.170000', '180130.630000', '180131.090000', '180131.550000', '180132.010000', '180132.470000', '180132.930000', '180133.390000', '180133.850000', '180134.310000', '180134.770000', '180135.230000', '180135.690000', '180136.150000', '180136.610000', '180137.070000', '180137.530000', '180137.990000', '180138.450000', '180138.910000', '180139.370000', '180139.830000', '180140.290000', '180140.750000', '180141.210000', '180141.670000', '180142.130000', '180142.590000', '180143.050000', '180143.510000', '180143.970000', '180144.430000', '180144.890000', '180145.350000', '180145.810000', '180146.270000', '180146.730000', '180147.190000', '180147.650000', '180148.110000', '180148.570000', '180149.030000', '180149.490000', '180149.950000', '180150.410000', '180150.870000', '180151.330000', '180151.790000', '180152.250000', '180152.710000', '180153.170000', '180153.630000', '180154.090000', '180154.550000', '180155.010000', '180155.470000', '180155.930000', '180156.390000', '180156.850000', '180157.310000', '180157.770000', '180158.230000', '180158.690000', '180159.150000', '180159.610000', '180200.070000', '180200.530000', '180200.990000', '180201.450000', '180201.910000', '180202.370000', '180202.830000', '180203.290000', '180203.750000', '180204.210000', '180204.670000', '180205.130000', '180205.590000', '180206.050000', '180206.510000', '180206.970000', '180207.430000', '180207.890000', '180208.350000', '180208.810000', '180209.270000', '180209.730000', '180210.190000', '180210.650000', '180211.110000', '180211.570000', '180212.030000', '180212.490000', '180212.950000', '180213.410000', '180213.870000', '180214.330000', '180214.790000', '180215.250000', '180215.710000', '180216.170000', '180216.630000', '180217.090000', '180217.550000', '180218.010000', '180218.470000', '180218.930000', '180219.390000', '180219.850000', '180220.310000', '180220.770000', '180221.230000', '180221.690000', '180222.150000', '180222.610000', '180223.070000', '180223.530000', '180223.990000', '180224.450000', '180224.910000', '180225.370000', '180225.830000', '180226.290000', '180226.750000', '180227.210000', '180227.670000', '180228.130000', '180228.590000', '180229.050000', '180229.510000', '180229.970000', '180230.430000', '180230.890000', '180231.350000', '180231.810000', '180232.270000', '180232.730000', '180233.190000', '180233.650000', '180234.110000', '180234.570000', '180235.030000', '180235.490000', '180235.950000', '180236.410000', '180236.870000', '180237.330000', '180237.790000', '180238.250000', '180238.710000', '180239.170000', '180239.630000', '180240.090000', '180240.550000', '180241.010000', '180241.470000', '180241.930000', '180242.390000', '180242.850000', '180243.310000', '180243.770000', '180244.230000', '180244.690000', '180245.150000', '180245.610000', '180246.070000', '180246.530000', '180246.990000', '180247.450000', '180247.910000', '180248.370000', '180248.830000', '180249.290000', '180249.750000', '180250.210000', '180250.670000', '180251.130000', '180251.590000', '180252.050000', '180252.510000', '180252.970000', '180253.430000', '180253.890000', '180254.350000', '180254.810000', '180255.270000', '180255.730000', '180256.190000', '180256.650000', '180257.110000', '180257.570000', '180258.030000', '180258.490000', '180258.950000', '180259.410000', '180259.870000', '180300.330000', '180300.790000', '180301.250000', '180301.710000', '180302.170000', '180302.630000', '180303.090000', '180303.550000', '180304.010000', '180304.470000', '180304.930000', '180305.390000', '180305.850000', '180306.310000', '180306.770000', '180307.230000', '180307.690000', '180308.150000', '180308.610000', '180309.070000', '180309.530000', '180309.990000', '180310.450000', '180310.910000', '180311.370000', '180311.830000', '180312.290000', '180312.750000', '180313.210000', '180313.670000', '180314.130000', '180314.590000', '180315.050000', '180315.510000', '180315.970000', '180316.430000', '180316.890000', '180317.350000', '180317.810000', '180318.270000', '180318.730000', '180319.190000', '180319.650000', '180320.110000', '180320.570000', '180321.030000', '180321.490000', '180321.950000', '180322.410000', '180322.870000', '180323.330000', '180323.790000', '180324.250000', '180324.710000', '180325.170000', '180325.630000', '180326.090000', '180326.550000', '180327.010000', '180327.470000', '180327.930000', '180328.390000', '180328.850000', '180329.310000', '180329.770000', '180330.230000', '180330.690000', '180331.150000', '180331.610000', '180332.070000', '180332.530000', '180332.990000', '180333.450000', '180333.910000', '180334.370000', '180334.830000', '180335.290000', '180335.750000', '180336.210000', '180336.670000', '180337.130000', '180337.590000', '180338.050000', '180338.510000', '180338.970000', '180339.430000', '180339.890000', '180340.350000', '180340.810000', '180341.270000', '180341.730000', '180342.190000', '180342.650000', '180343.110000', '180343.570000', '180344.030000', '180344.490000', '180344.950000', '180345.410000', '180345.870000', '180346.330000', '180346.790000', '180347.250000', '180347.710000', '180348.170000', '180348.630000', '180349.090000', '180349.550000', '180350.010000', '180350.470000', '180350.930000', '180351.390000', '180351.850000', '180352.310000', '180352.770000', '180353.230000', '180353.690000', '180354.150000', '180354.610000', '180355.070000', '180355.530000', '180355.990000', '180356.450000', '180356.910000', '180357.370000', '180357.830000', '180358.290000', '180358.750000', '180359.210000', '180359.670000', '180400.130000', '180400.590000', '180401.050000', '180401.510000', '180401.970000', '180402.430000', '180402.890000', '180403.350000', '180403.810000', '180404.270000', '180404.730000', '180405.190000', '180405.650000', '180406.110000', '180406.570000', '180407.030000', '180407.490000', '180407.950000', '180408.410000', '180408.870000', '180409.330000', '180409.790000', '180410.250000', '180410.710000', '180411.170000', '180411.630000', '180412.090000', '180412.550000', '180413.010000', '180413.470000', '180413.930000', '180414.390000', '180414.850000', '180415.310000', '180415.770000', '180416.230000', '180416.690000', '180417.150000', '180417.610000', '180418.070000', '180418.530000', '180418.990000', '180419.450000', '180419.910000', '180420.370000', '180420.830000', '180421.290000', '180421.750000', '180422.210000', '180422.670000', '180423.130000', '180423.590000', '180424.050000', '180424.510000', '180424.970000', '180425.430000', '180425.890000', '180426.350000', '180426.810000', '180427.270000', '180427.730000', '180428.190000', '180428.650000', '180429.110000', '180429.570000', '180430.030000', '180430.490000', '180430.950000', '180431.410000', '180431.870000', '180432.330000', '180432.790000', '180433.250000', '180433.710000', '180434.170000', '180434.630000', '180435.090000', '180435.550000', '180436.010000', '180436.470000', '180436.930000', '180437.390000', '180437.850000', '180438.310000', '180438.770000', '180439.230000', '180439.690000', '180440.150000', '180440.610000', '180441.070000', '180441.530000', '180441.990000', '180442.450000', '180442.910000', '180443.370000', '180443.830000', '180444.290000', '180444.750000', '180445.210000', '180445.670000', '180446.130000', '180446.590000', '180447.050000', '180447.510000', '180447.970000', '180448.430000', '180448.890000', '180449.350000', '180449.810000', '180450.270000', '180450.730000', '180451.190000', '180451.650000', '180452.110000', '180452.570000', '180453.030000', '180453.490000', '180453.950000', '180454.410000', '180454.870000', '180455.330000', '180455.790000', '180456.250000', '180456.710000', '180457.170000', '180457.630000', '180458.090000', '180458.550000', '180459.010000', '180459.470000', '180459.930000', '180500.390000', '180500.850000', '180501.310000', '180501.770000', '180502.230000', '180502.690000', '180503.150000', '180503.610000', '180504.070000', '180504.530000', '180504.990000', '180505.450000', '180505.910000', '180506.370000', '180506.830000', '180507.290000', '180507.750000', '180508.210000', '180508.670000', '180509.130000', '180509.590000', '180510.050000', '180510.510000', '180510.970000', '180511.430000', '180511.890000', '180512.350000', '180512.810000', '180513.270000', '180513.730000', '180514.190000', '180514.650000', '180515.110000', '180515.570000', '180516.030000', '180516.490000', '180516.950000', '180517.410000', '180517.870000', '180518.330000', '180518.790000', '180519.250000', '180519.710000', '180520.170000', '180520.630000', '180521.090000', '180521.550000', '180522.010000', '180522.470000', '180522.930000', '180523.390000', '180523.850000', '180524.310000', '180524.770000', '180525.230000', '180525.690000', '180526.150000', '180526.610000', '180527.070000', '180527.530000', '180527.990000', '180528.450000', '180528.910000', '180529.370000', '180529.830000', '180530.290000', '180530.750000', '180531.210000', '180531.670000', '180532.130000', '180532.590000', '180533.050000', '180533.510000', '180533.970000', '180534.430000', '180534.890000', '180535.350000', '180535.810000', '180536.270000', '180536.730000', '180537.190000', '180537.650000', '180538.110000', '180538.570000', '180539.030000', '180539.490000', '180539.950000', '180540.410000', '180540.870000', '180541.330000', '180541.790000', '180542.250000', '180542.710000', '180543.170000', '180543.630000', '180544.090000', '180544.550000', '180545.010000', '180545.470000', '180545.930000', '180546.390000', '180546.850000', '180547.310000', '180547.770000', '180548.230000', '180548.690000', '180549.150000', '180549.610000', '180550.070000', '180550.530000', '180550.990000', '180551.450000', '180551.910000', '180552.370000', '180552.830000', '180553.290000', '180553.750000', '180554.210000', '180554.670000', '180555.130000', '180555.590000', '180556.050000', '180556.510000', '180556.970000', '180557.430000', '180557.890000', '180558.350000', '180558.810000', '180559.270000', '180559.730000', '180600.190000', '180600.650000', '180601.110000', '180601.570000', '180602.030000', '180602.490000', '180602.950000', '180603.410000', '180603.870000', '180604.330000', '180604.790000', '180605.250000', '180605.710000', '180606.170000', '180606.630000', '180607.090000', '180607.550000', '180608.010000', '180608.470000', '180608.930000', '180609.390000', '180609.850000', '180610.310000', '180610.770000', '180611.230000', '180611.690000', '180612.150000', '180612.610000', '180613.070000', '180613.530000', '180613.990000', '180614.450000', '180614.910000', '180615.370000', '180615.830000', '180616.290000', '180616.750000', '180617.210000', '180617.670000', '180618.130000', '180618.590000', '180619.050000', '180619.510000', '180619.970000', '180620.430000', '180620.890000', '180621.350000', '180621.810000', '180622.270000', '180622.730000', '180623.190000', '180623.650000', '180624.110000', '180624.570000', '180625.030000', '180625.490000', '180625.950000', '180626.410000', '180626.870000', '180627.330000', '180627.790000', '180628.250000', '180628.710000', '180629.170000', '180629.630000', '180630.090000', '180630.550000', '180631.010000', '180631.470000', '180631.930000', '180632.390000', '180632.850000', '180633.310000', '180633.770000', '180634.230000', '180634.690000', '180635.150000', '180635.610000', '180636.070000', '180636.530000', '180636.990000', '180637.450000', '180637.910000', '180638.370000', '180638.830000', '180639.290000', '180639.750000', '180640.210000', '180640.670000', '180641.130000', '180641.590000', '180642.050000', '180642.510000', '180642.970000', '180643.430000', '180643.890000', '180644.350000', '180644.810000', '180645.270000', '180645.730000', '180646.190000', '180646.650000', '180647.110000', '180647.570000', '180648.030000', '180648.490000', '180648.950000', '180649.410000', '180649.870000', '180650.330000', '180650.790000', '180651.250000', '180651.710000', '180652.170000', '180652.630000', '180653.090000', '180653.550000', '180654.010000', '180654.470000', '180654.930000', '180655.390000', '180655.850000', '180656.310000', '180656.770000', '180657.230000', '180657.690000', '180658.150000', '180658.610000', '180659.070000', '180659.530000', '180659.990000', '180700.450000', '180700.910000', '180701.370000', '180701.830000', '180702.290000', '180702.750000', '180703.210000', '180703.670000', '180704.130000', '180704.590000', '180705.050000', '180705.510000', '180705.970000', '180706.430000', '180706.890000', '180707.350000'], 'ContentTime': ['175917.568000', '175917.572000', '175917.574000', '175917.577000', '175917.580000', '175917.583000', '175917.585000', '175917.588000', '175917.591000', '175917.594000', '175917.597000', '175917.599000', '175917.602000', '175917.605000', '175917.608000', '175917.611000', '175917.613000', '175917.616000', '175917.619000', '175917.622000', '175917.625000', '175917.628000', '175917.630000', '175917.633000', '175917.636000', '175917.639000', '175917.642000', '175917.645000', '175917.647000', '175917.650000', '175917.653000', '175917.656000', '175917.659000', '175917.662000', '175917.664000', '175917.667000', '175917.670000', '175917.673000', '175917.676000', '175917.678000', '175917.681000', '175917.686000', '175917.689000', '175917.692000', '175917.695000', '175917.697000', '175917.700000', '175917.703000', '175917.706000', '175917.709000', '175937.567000', '175937.570000', '175937.573000', '175937.576000', '175937.578000', '175937.581000', '175937.584000', '175937.587000', '175937.590000', '175937.593000', '175937.595000', '175937.598000', '175937.601000', '175937.604000', '175937.607000', '175937.609000', '175937.612000', '175937.615000', '175937.618000', '175937.621000', '175937.624000', '175937.626000', '175937.629000', '175937.632000', '175937.635000', '175937.637000', '175937.640000', '175937.643000', '175937.646000', '175937.649000', '175937.652000', '175937.655000', '175937.658000', '175937.661000', '175937.665000', '175937.668000', '175937.671000', '175937.674000', '175937.677000', '175937.679000', '175937.682000', '175937.685000', '175937.688000', '175957.567000', '175957.570000', '175957.573000', '175957.576000', '175957.578000', '175957.581000', '175957.584000', '175957.587000', '175957.590000', '175957.593000', '175957.596000', '175957.599000', '175957.601000', '175957.608000', '175957.611000', '175957.614000', '175957.617000', '175957.620000', '175957.622000', '175957.625000', '175957.628000', '175957.631000', '175957.634000', '175957.636000', '175957.639000', '175957.642000', '175957.645000', '175957.648000', '175957.650000', '175957.653000', '175957.656000', '175957.659000', '175957.662000', '175957.665000', '175957.667000', '175957.670000', '175957.673000', '175957.676000', '175957.679000', '175957.682000', '175957.684000', '175957.687000', '175957.690000', '175957.693000', '180017.567000', '180017.570000', '180017.573000', '180017.576000', '180017.579000', '180017.581000', '180017.585000', '180017.588000', '180017.591000', '180017.594000', '180017.597000', '180017.600000', '180017.603000', '180017.606000', '180017.608000', '180017.611000', '180017.614000', '180017.617000', '180017.632000', '180017.635000', '180017.638000', '180017.641000', '180017.644000', '180017.647000', '180017.650000', '180017.653000', '180017.656000', '180017.659000', '180017.661000', '180017.664000', '180017.667000', '180017.670000', '180017.673000', '180017.676000', '180017.679000', '180017.681000', '180017.684000', '180017.687000', '180017.690000', '180017.693000', '180017.696000', '180017.704000', '180017.706000', '180037.567000', '180037.570000', '180037.573000', '180037.576000', '180037.578000', '180037.581000', '180037.584000', '180037.587000', '180037.589000', '180037.592000', '180037.595000', '180037.598000', '180037.601000', '180037.604000', '180037.606000', '180037.609000', '180037.612000', '180037.615000', '180037.618000', '180037.621000', '180037.623000', '180037.626000', '180037.629000', '180037.632000', '180037.634000', '180037.637000', '180037.640000', '180037.643000', '180037.646000', '180037.648000', '180037.651000', '180037.654000', '180037.657000', '180037.660000', '180037.663000', '180037.665000', '180037.669000', '180037.672000', '180037.675000', '180037.678000', '180037.681000', '180037.683000', '180037.686000', '180037.689000', '180057.567000', '180057.570000', '180057.573000', '180057.576000', '180057.579000', '180057.583000', '180057.586000', '180057.588000', '180057.591000', '180057.594000', '180057.597000', '180057.600000', '180057.602000', '180057.605000', '180057.608000', '180057.611000', '180057.614000', '180057.616000', '180057.619000', '180057.622000', '180057.625000', '180057.628000', '180057.631000', '180057.633000', '180057.636000', '180057.639000', '180057.642000', '180057.645000', '180057.647000', '180057.650000', '180057.653000', '180057.656000', '180057.659000', '180057.662000', '180057.664000', '180057.667000', '180057.670000', '180057.673000', '180057.676000', '180057.679000', '180057.681000', '180057.684000', '180057.687000', '180117.567000', '180117.570000', '180117.573000', '180117.576000', '180117.578000', '180117.581000', '180117.584000', '180117.587000', '180117.590000', '180117.592000', '180117.595000', '180117.598000', '180117.601000', '180117.603000', '180117.606000', '180117.609000', '180117.612000', '180117.615000', '180117.618000', '180117.620000', '180117.623000', '180117.626000', '180117.629000', '180117.632000', '180117.635000', '180117.637000', '180117.640000', '180117.643000', '180117.646000', '180117.648000', '180117.651000', '180117.654000', '180117.657000', '180117.660000', '180117.663000', '180117.665000', '180117.668000', '180117.671000', '180117.674000', '180117.677000', '180117.679000', '180117.682000', '180117.685000', '180117.688000', '180137.567000', '180137.570000', '180137.579000', '180137.582000', '180137.585000', '180137.588000', '180137.591000', '180137.593000', '180137.596000', '180137.599000', '180137.602000', '180137.605000', '180137.607000', '180137.610000', '180137.613000', '180137.616000', '180137.619000', '180137.622000', '180137.625000', '180137.628000', '180137.631000', '180137.634000', '180137.637000', '180137.640000', '180137.642000', '180137.645000', '180137.648000', '180137.651000', '180137.654000', '180137.657000', '180137.659000', '180137.662000', '180137.665000', '180137.668000', '180137.670000', '180137.673000', '180137.676000', '180137.679000', '180137.682000', '180137.685000', '180137.688000', '180137.691000', '180137.694000', '180157.567000', '180157.570000', '180157.573000', '180157.576000', '180157.578000', '180157.581000', '180157.584000', '180157.587000', '180157.591000', '180157.594000', '180157.596000', '180157.599000', '180157.602000', '180157.605000', '180157.621000', '180157.624000', '180157.627000', '180157.630000', '180157.633000', '180157.635000', '180157.638000', '180157.641000', '180157.644000', '180157.647000', '180157.649000', '180157.652000', '180157.655000', '180157.658000', '180157.661000', '180157.664000', '180157.666000', '180157.669000', '180157.672000', '180157.675000', '180157.678000', '180157.680000', '180157.683000', '180157.686000', '180157.689000', '180157.692000', '180157.695000', '180157.697000', '180157.700000', '180157.703000', '180217.567000', '180217.570000', '180217.573000', '180217.576000', '180217.578000', '180217.581000', '180217.584000', '180217.587000', '180217.590000', '180217.592000', '180217.595000', '180217.598000', '180217.606000', '180217.609000', '180217.611000', '180217.614000', '180217.617000', '180217.620000', '180217.623000', '180217.625000', '180217.628000', '180217.631000', '180217.634000', '180217.637000', '180217.639000', '180217.642000', '180217.645000', '180217.648000', '180217.651000', '180217.653000', '180217.656000', '180217.659000', '180217.662000', '180217.665000', '180217.667000', '180217.670000', '180217.673000', '180217.676000', '180217.679000', '180217.682000', '180217.684000', '180217.687000', '180217.690000', '180237.567000', '180237.570000', '180237.573000', '180237.575000', '180237.578000', '180237.581000', '180237.584000', '180237.587000', '180237.590000', '180237.592000', '180237.595000', '180237.598000', '180237.601000', '180237.604000', '180237.607000', '180237.609000', '180237.612000', '180237.615000', '180237.618000', '180237.621000', '180237.624000', '180237.626000', '180237.629000', '180237.632000', '180237.635000', '180237.638000', '180237.641000', '180237.643000', '180237.646000', '180237.649000', '180237.652000', '180237.655000', '180237.657000', '180237.660000', '180237.663000', '180237.666000', '180237.668000', '180237.671000', '180237.674000', '180237.677000', '180237.680000', '180237.683000', '180237.685000', '180237.688000', '180257.567000', '180257.570000', '180257.573000', '180257.576000', '180257.578000', '180257.581000', '180257.584000', '180257.587000', '180257.590000', '180257.592000', '180257.595000', '180257.598000', '180257.601000', '180257.604000', '180257.607000', '180257.609000', '180257.612000', '180257.615000', '180257.618000', '180257.621000', '180257.624000', '180257.626000', '180257.629000', '180257.632000', '180257.635000', '180257.638000', '180257.641000', '180257.643000', '180257.646000', '180257.649000', '180257.652000', '180257.655000', '180257.657000', '180257.660000', '180257.664000', '180257.667000', '180257.670000', '180257.673000', '180257.682000', '180257.684000', '180257.687000', '180257.690000', '180257.693000', '180317.567000', '180317.570000', '180317.573000', '180317.576000', '180317.578000', '180317.581000', '180317.584000', '180317.587000', '180317.590000', '180317.592000', '180317.595000', '180317.598000', '180317.601000', '180317.604000', '180317.606000', '180317.609000', '180317.612000', '180317.615000', '180317.618000', '180317.621000', '180317.623000', '180317.626000', '180317.629000', '180317.632000', '180317.635000', '180317.638000', '180317.641000', '180317.643000', '180317.646000', '180317.649000', '180317.652000', '180317.655000', '180317.657000', '180317.660000', '180317.663000', '180317.666000', '180317.669000', '180317.671000', '180317.674000', '180317.688000', '180317.691000', '180317.693000', '180317.696000', '180317.699000', '180337.567000', '180337.570000', '180337.573000', '180337.576000', '180337.578000', '180337.581000', '180337.584000', '180337.587000', '180337.590000', '180337.592000', '180337.595000', '180337.598000', '180337.601000', '180337.604000', '180337.607000', '180337.610000', '180337.612000', '180337.615000', '180337.618000', '180337.621000', '180337.624000', '180337.626000', '180337.629000', '180337.632000', '180337.635000', '180337.638000', '180337.641000', '180337.643000', '180337.646000', '180337.649000', '180337.652000', '180337.655000', '180337.657000', '180337.660000', '180337.663000', '180337.666000', '180337.669000', '180337.671000', '180337.674000', '180337.677000', '180337.680000', '180337.683000', '180337.685000', '180357.567000', '180357.570000', '180357.573000', '180357.576000', '180357.578000', '180357.581000', '180357.584000', '180357.587000', '180357.590000', '180357.593000', '180357.595000', '180357.598000', '180357.601000', '180357.604000', '180357.607000', '180357.610000', '180357.612000', '180357.615000', '180357.618000', '180357.621000', '180357.624000', '180357.627000', '180357.629000', '180357.632000', '180357.635000', '180357.638000', '180357.641000', '180357.644000', '180357.646000', '180357.649000', '180357.652000', '180357.655000', '180357.658000', '180357.660000', '180357.663000', '180357.666000', '180357.669000', '180357.672000', '180357.674000', '180357.677000', '180357.680000', '180357.683000', '180357.686000', '180357.688000', '180417.567000', '180417.570000', '180417.573000', '180417.576000', '180417.579000', '180417.581000', '180417.584000', '180417.587000', '180417.590000', '180417.593000', '180417.596000', '180417.598000', '180417.601000', '180417.604000', '180417.607000', '180417.610000', '180417.613000', '180417.615000', '180417.618000', '180417.621000', '180417.624000', '180417.627000', '180417.630000', '180417.632000', '180417.635000', '180417.638000', '180417.641000', '180417.644000', '180417.647000', '180417.650000', '180417.653000', '180417.656000', '180417.665000', '180417.668000', '180417.670000', '180417.673000', '180417.676000', '180417.679000', '180417.682000', '180417.685000', '180417.687000', '180417.690000', '180417.693000', '180437.567000', '180437.570000', '180437.573000', '180437.575000', '180437.578000', '180437.581000', '180437.584000', '180437.587000', '180437.590000', '180437.593000', '180437.595000', '180437.598000', '180437.601000', '180437.604000', '180437.607000', '180437.609000', '180437.612000', '180437.615000', '180437.618000', '180437.621000', '180437.623000', '180437.626000', '180437.631000', '180437.634000', '180437.637000', '180437.640000', '180437.642000', '180437.645000', '180437.648000', '180437.651000', '180437.654000', '180437.657000', '180437.659000', '180437.662000', '180437.665000', '180437.668000', '180437.671000', '180437.674000', '180437.676000', '180437.679000', '180437.682000', '180437.685000', '180437.688000', '180437.690000', '180457.567000', '180457.570000', '180457.573000', '180457.576000', '180457.579000', '180457.581000', '180457.584000', '180457.587000', '180457.590000', '180457.593000', '180457.595000', '180457.598000', '180457.601000', '180457.604000', '180457.607000', '180457.610000', '180457.612000', '180457.615000', '180457.618000', '180457.621000', '180457.624000', '180457.627000', '180457.629000', '180457.632000', '180457.635000', '180457.638000', '180457.640000', '180457.643000', '180457.646000', '180457.649000', '180457.652000', '180457.655000', '180457.657000', '180457.660000', '180457.663000', '180457.666000', '180457.669000', '180457.672000', '180457.675000', '180457.677000', '180457.680000', '180457.683000', '180457.686000', '180517.568000', '180517.573000', '180517.576000', '180517.579000', '180517.582000', '180517.585000', '180517.587000', '180517.596000', '180517.598000', '180517.601000', '180517.604000', '180517.613000', '180517.616000', '180517.618000', '180517.621000', '180517.624000', '180517.627000', '180517.629000', '180517.632000', '180517.635000', '180517.638000', '180517.641000', '180517.644000', '180517.646000', '180517.649000', '180517.652000', '180517.655000', '180517.658000', '180517.660000', '180517.663000', '180517.666000', '180517.669000', '180517.672000', '180517.675000', '180517.677000', '180517.680000', '180517.683000', '180517.686000', '180517.689000', '180517.692000', '180517.694000', '180517.697000', '180517.700000', '180537.567000', '180537.570000', '180537.573000', '180537.576000', '180537.578000', '180537.581000', '180537.584000', '180537.587000', '180537.590000', '180537.592000', '180537.595000', '180537.598000', '180537.601000', '180537.604000', '180537.606000', '180537.609000', '180537.612000', '180537.615000', '180537.618000', '180537.621000', '180537.623000', '180537.626000', '180537.629000', '180537.632000', '180537.634000', '180537.637000', '180537.640000', '180537.643000', '180537.646000', '180537.648000', '180537.651000', '180537.654000', '180537.657000', '180537.660000', '180537.663000', '180537.665000', '180537.668000', '180537.671000', '180537.674000', '180537.677000', '180537.679000', '180537.682000', '180537.685000', '180537.688000', '180557.567000', '180557.570000', '180557.573000', '180557.576000', '180557.579000', '180557.582000', '180557.584000', '180557.587000', '180557.590000', '180557.593000', '180557.596000', '180557.599000', '180557.602000', '180557.605000', '180557.608000', '180557.611000', '180557.613000', '180557.616000', '180557.619000', '180557.622000', '180557.625000', '180557.628000', '180557.631000', '180557.633000', '180557.636000', '180557.639000', '180557.642000', '180557.645000', '180557.647000', '180557.650000', '180557.653000', '180557.656000', '180557.659000', '180557.662000', '180557.664000', '180557.667000', '180557.670000', '180557.673000', '180557.675000', '180557.678000', '180557.681000', '180557.684000', '180557.687000', '180617.567000', '180617.570000', '180617.573000', '180617.588000', '180617.590000', '180617.593000', '180617.596000', '180617.599000', '180617.602000', '180617.605000', '180617.608000', '180617.610000', '180617.613000', '180617.616000', '180617.619000', '180617.622000', '180617.625000', '180617.628000', '180617.630000', '180617.633000', '180617.636000', '180617.639000', '180617.642000', '180617.644000', '180617.647000', '180617.650000', '180617.653000', '180617.656000', '180617.659000', '180617.661000', '180617.664000', '180617.667000', '180617.670000', '180617.673000', '180617.675000', '180617.678000', '180617.681000', '180617.684000', '180617.687000', '180617.690000', '180617.693000', '180617.696000', '180617.698000', '180617.701000', '180637.567000', '180637.570000', '180637.573000', '180637.576000', '180637.579000', '180637.582000', '180637.585000', '180637.587000', '180637.590000', '180637.594000', '180637.596000', '180637.600000', '180637.602000', '180637.605000', '180637.610000', '180637.614000', '180637.617000', '180637.620000', '180637.623000', '180637.626000', '180637.629000', '180637.632000', '180637.634000', '180637.637000', '180637.640000', '180637.643000', '180637.646000', '180637.648000', '180637.651000', '180637.654000', '180637.657000', '180637.660000', '180637.663000', '180637.665000', '180637.668000', '180637.671000', '180637.674000', '180637.677000', '180637.679000', '180637.682000', '180637.685000', '180637.688000', '180637.691000', '180657.567000', '180657.570000', '180657.573000', '180657.576000', '180657.579000', '180657.582000', '180657.584000', '180657.587000', '180657.590000', '180657.593000', '180657.596000', '180657.599000', '180657.602000', '180657.615000', '180657.618000', '180657.620000', '180657.623000', '180657.626000', '180657.629000', '180657.632000', '180657.635000', '180657.637000', '180657.640000', '180657.643000', '180657.646000', '180657.649000', '180657.651000', '180657.654000', '180657.657000', '180657.660000', '180657.663000', '180657.666000', '180657.668000', '180657.671000', '180657.674000', '180657.677000', '180657.680000', '180657.683000', '180657.685000', '180657.688000', '180657.691000', '180657.694000', '180657.697000', '180657.700000', '180708.020000', '180708.024000', '180708.036000', '180708.039000', '180708.042000', '180708.045000', '180708.048000', '180708.051000', '180708.054000', '180708.057000', '180708.061000', '180708.064000', '180708.068000', '180708.071000', '180708.075000', '180708.079000', '180708.083000', '180708.086000', '180708.089000', '180708.092000', '180708.095000', '180708.098000', '180708.101000'], 'InstanceCreationTime': ['175917.568000', '175917.572000', '175917.574000', '175917.577000', '175917.580000', '175917.583000', '175917.585000', '175917.588000', '175917.591000', '175917.594000', '175917.597000', '175917.599000', '175917.602000', '175917.605000', '175917.608000', '175917.611000', '175917.613000', '175917.616000', '175917.619000', '175917.622000', '175917.625000', '175917.628000', '175917.630000', '175917.633000', '175917.636000', '175917.639000', '175917.642000', '175917.645000', '175917.647000', '175917.650000', '175917.653000', '175917.656000', '175917.659000', '175917.662000', '175917.664000', '175917.667000', '175917.670000', '175917.673000', '175917.676000', '175917.678000', '175917.681000', '175917.686000', '175917.689000', '175917.692000', '175917.695000', '175917.697000', '175917.700000', '175917.703000', '175917.706000', '175917.709000', '175937.567000', '175937.570000', '175937.573000', '175937.576000', '175937.578000', '175937.581000', '175937.584000', '175937.587000', '175937.590000', '175937.593000', '175937.595000', '175937.598000', '175937.601000', '175937.604000', '175937.607000', '175937.609000', '175937.612000', '175937.615000', '175937.618000', '175937.621000', '175937.624000', '175937.626000', '175937.629000', '175937.632000', '175937.635000', '175937.637000', '175937.640000', '175937.643000', '175937.646000', '175937.649000', '175937.652000', '175937.655000', '175937.658000', '175937.661000', '175937.665000', '175937.668000', '175937.671000', '175937.674000', '175937.677000', '175937.679000', '175937.682000', '175937.685000', '175937.688000', '175957.567000', '175957.570000', '175957.573000', '175957.576000', '175957.578000', '175957.581000', '175957.584000', '175957.587000', '175957.590000', '175957.593000', '175957.596000', '175957.599000', '175957.601000', '175957.608000', '175957.611000', '175957.614000', '175957.617000', '175957.620000', '175957.622000', '175957.625000', '175957.628000', '175957.631000', '175957.634000', '175957.636000', '175957.639000', '175957.642000', '175957.645000', '175957.648000', '175957.650000', '175957.653000', '175957.656000', '175957.659000', '175957.662000', '175957.665000', '175957.667000', '175957.670000', '175957.673000', '175957.676000', '175957.679000', '175957.682000', '175957.684000', '175957.687000', '175957.690000', '175957.693000', '180017.567000', '180017.570000', '180017.573000', '180017.576000', '180017.579000', '180017.581000', '180017.585000', '180017.588000', '180017.591000', '180017.594000', '180017.597000', '180017.600000', '180017.603000', '180017.606000', '180017.608000', '180017.611000', '180017.614000', '180017.617000', '180017.632000', '180017.635000', '180017.638000', '180017.641000', '180017.644000', '180017.647000', '180017.650000', '180017.653000', '180017.656000', '180017.659000', '180017.661000', '180017.664000', '180017.667000', '180017.670000', '180017.673000', '180017.676000', '180017.679000', '180017.681000', '180017.684000', '180017.687000', '180017.690000', '180017.693000', '180017.696000', '180017.704000', '180017.706000', '180037.567000', '180037.570000', '180037.573000', '180037.576000', '180037.578000', '180037.581000', '180037.584000', '180037.587000', '180037.589000', '180037.592000', '180037.595000', '180037.598000', '180037.601000', '180037.604000', '180037.606000', '180037.609000', '180037.612000', '180037.615000', '180037.618000', '180037.621000', '180037.623000', '180037.626000', '180037.629000', '180037.632000', '180037.634000', '180037.637000', '180037.640000', '180037.643000', '180037.646000', '180037.648000', '180037.651000', '180037.654000', '180037.657000', '180037.660000', '180037.663000', '180037.665000', '180037.669000', '180037.672000', '180037.675000', '180037.678000', '180037.681000', '180037.683000', '180037.686000', '180037.689000', '180057.567000', '180057.570000', '180057.573000', '180057.576000', '180057.579000', '180057.583000', '180057.586000', '180057.588000', '180057.591000', '180057.594000', '180057.597000', '180057.600000', '180057.602000', '180057.605000', '180057.608000', '180057.611000', '180057.614000', '180057.616000', '180057.619000', '180057.622000', '180057.625000', '180057.628000', '180057.631000', '180057.633000', '180057.636000', '180057.639000', '180057.642000', '180057.645000', '180057.647000', '180057.650000', '180057.653000', '180057.656000', '180057.659000', '180057.662000', '180057.664000', '180057.667000', '180057.670000', '180057.673000', '180057.676000', '180057.679000', '180057.681000', '180057.684000', '180057.687000', '180117.567000', '180117.570000', '180117.573000', '180117.576000', '180117.578000', '180117.581000', '180117.584000', '180117.587000', '180117.590000', '180117.592000', '180117.595000', '180117.598000', '180117.601000', '180117.603000', '180117.606000', '180117.609000', '180117.612000', '180117.615000', '180117.618000', '180117.620000', '180117.623000', '180117.626000', '180117.629000', '180117.632000', '180117.635000', '180117.637000', '180117.640000', '180117.643000', '180117.646000', '180117.648000', '180117.651000', '180117.654000', '180117.657000', '180117.660000', '180117.663000', '180117.665000', '180117.668000', '180117.671000', '180117.674000', '180117.677000', '180117.679000', '180117.682000', '180117.685000', '180117.688000', '180137.567000', '180137.570000', '180137.579000', '180137.582000', '180137.585000', '180137.588000', '180137.591000', '180137.593000', '180137.596000', '180137.599000', '180137.602000', '180137.605000', '180137.607000', '180137.610000', '180137.613000', '180137.616000', '180137.619000', '180137.622000', '180137.625000', '180137.628000', '180137.631000', '180137.634000', '180137.637000', '180137.640000', '180137.642000', '180137.645000', '180137.648000', '180137.651000', '180137.654000', '180137.657000', '180137.659000', '180137.662000', '180137.665000', '180137.668000', '180137.670000', '180137.673000', '180137.676000', '180137.679000', '180137.682000', '180137.685000', '180137.688000', '180137.691000', '180137.694000', '180157.567000', '180157.570000', '180157.573000', '180157.576000', '180157.578000', '180157.581000', '180157.584000', '180157.587000', '180157.591000', '180157.594000', '180157.596000', '180157.599000', '180157.602000', '180157.605000', '180157.621000', '180157.624000', '180157.627000', '180157.630000', '180157.633000', '180157.635000', '180157.638000', '180157.641000', '180157.644000', '180157.647000', '180157.649000', '180157.652000', '180157.655000', '180157.658000', '180157.661000', '180157.664000', '180157.666000', '180157.669000', '180157.672000', '180157.675000', '180157.678000', '180157.680000', '180157.683000', '180157.686000', '180157.689000', '180157.692000', '180157.695000', '180157.697000', '180157.700000', '180157.703000', '180217.567000', '180217.570000', '180217.573000', '180217.576000', '180217.578000', '180217.581000', '180217.584000', '180217.587000', '180217.590000', '180217.592000', '180217.595000', '180217.598000', '180217.606000', '180217.609000', '180217.611000', '180217.614000', '180217.617000', '180217.620000', '180217.623000', '180217.625000', '180217.628000', '180217.631000', '180217.634000', '180217.637000', '180217.639000', '180217.642000', '180217.645000', '180217.648000', '180217.651000', '180217.653000', '180217.656000', '180217.659000', '180217.662000', '180217.665000', '180217.667000', '180217.670000', '180217.673000', '180217.676000', '180217.679000', '180217.682000', '180217.684000', '180217.687000', '180217.690000', '180237.567000', '180237.570000', '180237.573000', '180237.575000', '180237.578000', '180237.581000', '180237.584000', '180237.587000', '180237.590000', '180237.592000', '180237.595000', '180237.598000', '180237.601000', '180237.604000', '180237.607000', '180237.609000', '180237.612000', '180237.615000', '180237.618000', '180237.621000', '180237.624000', '180237.626000', '180237.629000', '180237.632000', '180237.635000', '180237.638000', '180237.641000', '180237.643000', '180237.646000', '180237.649000', '180237.652000', '180237.655000', '180237.657000', '180237.660000', '180237.663000', '180237.666000', '180237.668000', '180237.671000', '180237.674000', '180237.677000', '180237.680000', '180237.683000', '180237.685000', '180237.688000', '180257.567000', '180257.570000', '180257.573000', '180257.576000', '180257.578000', '180257.581000', '180257.584000', '180257.587000', '180257.590000', '180257.592000', '180257.595000', '180257.598000', '180257.601000', '180257.604000', '180257.607000', '180257.609000', '180257.612000', '180257.615000', '180257.618000', '180257.621000', '180257.624000', '180257.626000', '180257.629000', '180257.632000', '180257.635000', '180257.638000', '180257.641000', '180257.643000', '180257.646000', '180257.649000', '180257.652000', '180257.655000', '180257.657000', '180257.660000', '180257.664000', '180257.667000', '180257.670000', '180257.673000', '180257.682000', '180257.684000', '180257.687000', '180257.690000', '180257.693000', '180317.567000', '180317.570000', '180317.573000', '180317.576000', '180317.578000', '180317.581000', '180317.584000', '180317.587000', '180317.590000', '180317.592000', '180317.595000', '180317.598000', '180317.601000', '180317.604000', '180317.606000', '180317.609000', '180317.612000', '180317.615000', '180317.618000', '180317.621000', '180317.623000', '180317.626000', '180317.629000', '180317.632000', '180317.635000', '180317.638000', '180317.641000', '180317.643000', '180317.646000', '180317.649000', '180317.652000', '180317.655000', '180317.657000', '180317.660000', '180317.663000', '180317.666000', '180317.669000', '180317.671000', '180317.674000', '180317.688000', '180317.691000', '180317.693000', '180317.696000', '180317.699000', '180337.567000', '180337.570000', '180337.573000', '180337.576000', '180337.578000', '180337.581000', '180337.584000', '180337.587000', '180337.590000', '180337.592000', '180337.595000', '180337.598000', '180337.601000', '180337.604000', '180337.607000', '180337.610000', '180337.612000', '180337.615000', '180337.618000', '180337.621000', '180337.624000', '180337.626000', '180337.629000', '180337.632000', '180337.635000', '180337.638000', '180337.641000', '180337.643000', '180337.646000', '180337.649000', '180337.652000', '180337.655000', '180337.657000', '180337.660000', '180337.663000', '180337.666000', '180337.669000', '180337.671000', '180337.674000', '180337.677000', '180337.680000', '180337.683000', '180337.685000', '180357.567000', '180357.570000', '180357.573000', '180357.576000', '180357.578000', '180357.581000', '180357.584000', '180357.587000', '180357.590000', '180357.593000', '180357.595000', '180357.598000', '180357.601000', '180357.604000', '180357.607000', '180357.610000', '180357.612000', '180357.615000', '180357.618000', '180357.621000', '180357.624000', '180357.627000', '180357.629000', '180357.632000', '180357.635000', '180357.638000', '180357.641000', '180357.644000', '180357.646000', '180357.649000', '180357.652000', '180357.655000', '180357.658000', '180357.660000', '180357.663000', '180357.666000', '180357.669000', '180357.672000', '180357.674000', '180357.677000', '180357.680000', '180357.683000', '180357.686000', '180357.688000', '180417.567000', '180417.570000', '180417.573000', '180417.576000', '180417.579000', '180417.581000', '180417.584000', '180417.587000', '180417.590000', '180417.593000', '180417.596000', '180417.598000', '180417.601000', '180417.604000', '180417.607000', '180417.610000', '180417.613000', '180417.615000', '180417.618000', '180417.621000', '180417.624000', '180417.627000', '180417.630000', '180417.632000', '180417.635000', '180417.638000', '180417.641000', '180417.644000', '180417.647000', '180417.650000', '180417.653000', '180417.656000', '180417.665000', '180417.668000', '180417.670000', '180417.673000', '180417.676000', '180417.679000', '180417.682000', '180417.685000', '180417.687000', '180417.690000', '180417.693000', '180437.567000', '180437.570000', '180437.573000', '180437.575000', '180437.578000', '180437.581000', '180437.584000', '180437.587000', '180437.590000', '180437.593000', '180437.595000', '180437.598000', '180437.601000', '180437.604000', '180437.607000', '180437.609000', '180437.612000', '180437.615000', '180437.618000', '180437.621000', '180437.623000', '180437.626000', '180437.631000', '180437.634000', '180437.637000', '180437.640000', '180437.642000', '180437.645000', '180437.648000', '180437.651000', '180437.654000', '180437.657000', '180437.659000', '180437.662000', '180437.665000', '180437.668000', '180437.671000', '180437.674000', '180437.676000', '180437.679000', '180437.682000', '180437.685000', '180437.688000', '180437.690000', '180457.567000', '180457.570000', '180457.573000', '180457.576000', '180457.579000', '180457.581000', '180457.584000', '180457.587000', '180457.590000', '180457.593000', '180457.595000', '180457.598000', '180457.601000', '180457.604000', '180457.607000', '180457.610000', '180457.612000', '180457.615000', '180457.618000', '180457.621000', '180457.624000', '180457.627000', '180457.629000', '180457.632000', '180457.635000', '180457.638000', '180457.640000', '180457.643000', '180457.646000', '180457.649000', '180457.652000', '180457.655000', '180457.657000', '180457.660000', '180457.663000', '180457.666000', '180457.669000', '180457.672000', '180457.675000', '180457.677000', '180457.680000', '180457.683000', '180457.686000', '180517.568000', '180517.573000', '180517.576000', '180517.579000', '180517.582000', '180517.585000', '180517.587000', '180517.596000', '180517.598000', '180517.601000', '180517.604000', '180517.613000', '180517.616000', '180517.618000', '180517.621000', '180517.624000', '180517.627000', '180517.629000', '180517.632000', '180517.635000', '180517.638000', '180517.641000', '180517.644000', '180517.646000', '180517.649000', '180517.652000', '180517.655000', '180517.658000', '180517.660000', '180517.663000', '180517.666000', '180517.669000', '180517.672000', '180517.675000', '180517.677000', '180517.680000', '180517.683000', '180517.686000', '180517.689000', '180517.692000', '180517.694000', '180517.697000', '180517.700000', '180537.567000', '180537.570000', '180537.573000', '180537.576000', '180537.578000', '180537.581000', '180537.584000', '180537.587000', '180537.590000', '180537.592000', '180537.595000', '180537.598000', '180537.601000', '180537.604000', '180537.606000', '180537.609000', '180537.612000', '180537.615000', '180537.618000', '180537.621000', '180537.623000', '180537.626000', '180537.629000', '180537.632000', '180537.634000', '180537.637000', '180537.640000', '180537.643000', '180537.646000', '180537.648000', '180537.651000', '180537.654000', '180537.657000', '180537.660000', '180537.663000', '180537.665000', '180537.668000', '180537.671000', '180537.674000', '180537.677000', '180537.679000', '180537.682000', '180537.685000', '180537.688000', '180557.567000', '180557.570000', '180557.573000', '180557.576000', '180557.579000', '180557.582000', '180557.584000', '180557.587000', '180557.590000', '180557.593000', '180557.596000', '180557.599000', '180557.602000', '180557.605000', '180557.608000', '180557.611000', '180557.613000', '180557.616000', '180557.619000', '180557.622000', '180557.625000', '180557.628000', '180557.631000', '180557.633000', '180557.636000', '180557.639000', '180557.642000', '180557.645000', '180557.647000', '180557.650000', '180557.653000', '180557.656000', '180557.659000', '180557.662000', '180557.664000', '180557.667000', '180557.670000', '180557.673000', '180557.675000', '180557.678000', '180557.681000', '180557.684000', '180557.687000', '180617.567000', '180617.570000', '180617.573000', '180617.588000', '180617.590000', '180617.593000', '180617.596000', '180617.599000', '180617.602000', '180617.605000', '180617.608000', '180617.610000', '180617.613000', '180617.616000', '180617.619000', '180617.622000', '180617.625000', '180617.628000', '180617.630000', '180617.633000', '180617.636000', '180617.639000', '180617.642000', '180617.644000', '180617.647000', '180617.650000', '180617.653000', '180617.656000', '180617.659000', '180617.661000', '180617.664000', '180617.667000', '180617.670000', '180617.673000', '180617.675000', '180617.678000', '180617.681000', '180617.684000', '180617.687000', '180617.690000', '180617.693000', '180617.696000', '180617.698000', '180617.701000', '180637.567000', '180637.570000', '180637.573000', '180637.576000', '180637.579000', '180637.582000', '180637.585000', '180637.587000', '180637.590000', '180637.594000', '180637.596000', '180637.600000', '180637.602000', '180637.605000', '180637.610000', '180637.614000', '180637.617000', '180637.620000', '180637.623000', '180637.626000', '180637.629000', '180637.632000', '180637.634000', '180637.637000', '180637.640000', '180637.643000', '180637.646000', '180637.648000', '180637.651000', '180637.654000', '180637.657000', '180637.660000', '180637.663000', '180637.665000', '180637.668000', '180637.671000', '180637.674000', '180637.677000', '180637.679000', '180637.682000', '180637.685000', '180637.688000', '180637.691000', '180657.567000', '180657.570000', '180657.573000', '180657.576000', '180657.579000', '180657.582000', '180657.584000', '180657.587000', '180657.590000', '180657.593000', '180657.596000', '180657.599000', '180657.602000', '180657.615000', '180657.618000', '180657.620000', '180657.623000', '180657.626000', '180657.629000', '180657.632000', '180657.635000', '180657.637000', '180657.640000', '180657.643000', '180657.646000', '180657.649000', '180657.651000', '180657.654000', '180657.657000', '180657.660000', '180657.663000', '180657.666000', '180657.668000', '180657.671000', '180657.674000', '180657.677000', '180657.680000', '180657.683000', '180657.685000', '180657.688000', '180657.691000', '180657.694000', '180657.697000', '180657.700000', '180708.020000', '180708.024000', '180708.036000', '180708.039000', '180708.042000', '180708.045000', '180708.048000', '180708.051000', '180708.054000', '180708.057000', '180708.061000', '180708.064000', '180708.068000', '180708.071000', '180708.075000', '180708.079000', '180708.083000', '180708.086000', '180708.089000', '180708.092000', '180708.095000', '180708.098000', '180708.101000'], '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': [10410, 14864, 10347, 13758, 9920, 13485, 9561, 12172, 9310, 11858, 9230, 11562, 10377, 10814, 8789, 10040, 9124, 10058, 11632, 10941, 10323, 9458, 12246, 9331, 17668, 10997, 15757, 10364, 14738, 10463, 15037, 10616, 15096, 10497, 13612, 9809, 12880, 9813, 13903, 9679, 12837, 8976, 12560, 16967, 12058, 19845, 9857, 17699, 10961, 16504, 12705, 18717, 10994, 12262, 10281, 10814, 13178, 10856, 12133, 9626, 14543, 9233, 16468, 10182, 15097, 9620, 13573, 9744, 12663, 10140, 13367, 9760, 12084, 9706, 11856, 9192, 13086, 9039, 11640, 9598, 10963, 16004, 11336, 19296, 9396, 17503, 9719, 15004, 10478, 14999, 9360, 11786, 9515, 10388, 9119, 10655, 9070, 9496, 10375, 9003, 12757, 9755, 12559, 9543, 11275, 9158, 12364, 9419, 17236, 10006, 15054, 9851, 14617, 11871, 15838, 12897, 11310, 12039, 10478, 15731, 15650, 12297, 11044, 9693, 10705, 8718, 12973, 9014, 11676, 8810, 11521, 9149, 12995, 9070, 10631, 12083, 10327, 14854, 11716, 11572, 9792, 8917, 10625, 10123, 12541, 8923, 11239, 8739, 11946, 9254, 13993, 9006, 12545, 8658, 14074, 9274, 16552, 9694, 14575, 9941, 13687, 10409, 15066, 9764, 14009, 9743, 14068, 10478, 14727, 9985, 13910, 10144, 14904, 10405, 15748, 10725, 11026, 10086, 9138, 9573, 10958, 8840, 16443, 11309, 17035, 15658, 15289, 13101, 15078, 9652, 16528, 9437, 13744, 9826, 14228, 9781, 14538, 9418, 14041, 9902, 14253, 10615, 14054, 9164, 12631, 9406, 16069, 11004, 15554, 9230, 14815, 9168, 15112, 11074, 15163, 9104, 15599, 9672, 16173, 11047, 16493, 9711, 13652, 9907, 13529, 10098, 14774, 9775, 12134, 8814, 12044, 11070, 11601, 12825, 9558, 14694, 8916, 16503, 9597, 15833, 9350, 13454, 9763, 12607, 9789, 13365, 10133, 11572, 9256, 10636, 15363, 10384, 19341, 9356, 15773, 9728, 13503, 9878, 13748, 9096, 11704, 9133, 11034, 9218, 11626, 8684, 10693, 9109, 10206, 12352, 11250, 13951, 10184, 13683, 10038, 16309, 10299, 18410, 9678, 14861, 9672, 13982, 10090, 14929, 10061, 12555, 9930, 11738, 9779, 12964, 9396, 11183, 9774, 9845, 16631, 9713, 16263, 9988, 13831, 10010, 12476, 10370, 13766, 9824, 11527, 9550, 11748, 9753, 14386, 9819, 12508, 9361, 12117, 10711, 13171, 16003, 10014, 19364, 9507, 16324, 11912, 17787, 9985, 13162, 9971, 11773, 10144, 13039, 9951, 11823, 9999, 11912, 10084, 13672, 9822, 14070, 10196, 13806, 10048, 14310, 15905, 13568, 19070, 9429, 19992, 9929, 15357, 10622, 14450, 10391, 11789, 10055, 10917, 10011, 11738, 9510, 10927, 8995, 10048, 11065, 10571, 13259, 9664, 15903, 10026, 14356, 10436, 15089, 10424, 12980, 10431, 12664, 10615, 13755, 10568, 13119, 10508, 12916, 10863, 15539, 10698, 13627, 10315, 13181, 10537, 15827, 10434, 13538, 10615, 12632, 10527, 14854, 10505, 12564, 9791, 11917, 10294, 13253, 10077, 12050, 9377, 11126, 9450, 11612, 11560, 10460, 11492, 10207, 11909, 10592, 15817, 10394, 16133, 10598, 15093, 11060, 14889, 10921, 12953, 10821, 12353, 10768, 14098, 11263, 15094, 10829, 12489, 10725, 13247, 10606, 13200, 9618, 11422, 9429, 11516, 10364, 13798, 10219, 12120, 12564, 10249, 20224, 10584, 19299, 11060, 19300, 10325, 15421, 10726, 13266, 11033, 13350, 10442, 12156, 9957, 10766, 12856, 10515, 9642, 9852, 9058, 10126, 9527, 11767, 9510, 11618, 9488, 12064, 10512, 12848, 18624, 10311, 16963, 10608, 15322, 10921, 15549, 10930, 11551, 10380, 11406, 10726, 12920, 10285, 11912, 10374, 12186, 10881, 13744, 10196, 12705, 9898, 10635, 13184, 11209, 14650, 9946, 13031, 9590, 13897, 10036, 13906, 10022, 13865, 10110, 13053, 10409, 13807, 10643, 12621, 10463, 11950, 10672, 13507, 10645, 13192, 10488, 11889, 9914, 14001, 11507, 14887, 11856, 11231, 14375, 9930, 15435, 10597, 15558, 10349, 13432, 9998, 12672, 10564, 13257, 10368, 14613, 10450, 12681, 10933, 13393, 10493, 15234, 10628, 15085, 10949, 14559, 11211, 17301, 10862, 14264, 10909, 12492, 10395, 12511, 10433, 10119, 8981, 10743, 9262, 11538, 9529, 11425, 9453, 12129, 9921, 14757, 10211, 14205, 10423, 13357, 16942, 14692, 19257, 12923, 17244, 10877, 14968, 11431, 14941, 10775, 11384, 10014, 11528, 9946, 12041, 9819, 11837, 9743, 11365, 13018, 11693, 18632, 10629, 16544, 10522, 13897, 11164, 15915, 10706, 13216, 9841, 12955, 10553, 15373, 12160, 16853, 10381, 15074, 10863, 16094, 13526, 18471, 10022, 11476, 10066, 9466, 11143, 9873, 12650, 9512, 11753, 9777, 11113, 16653, 10516, 18826, 10420, 15015, 10742, 12248, 10696, 12030, 10704, 10514, 9647, 8521, 10539, 8773, 8928, 10576, 9997, 16229, 13223, 15516, 14368, 12450, 11988, 15315, 17302, 15556, 18623, 11698, 18736, 9699, 16541, 11675, 15495, 10227, 11775, 10077, 11569, 10484, 12421, 10432, 11109, 9958, 9535, 8160, 12387, 14509, 16499, 11605, 18116, 11946, 13733, 11634, 10529, 12880, 11406, 14416, 9474, 14166, 9760, 14682, 9656, 16509, 9975, 15184, 9793, 15736, 10130, 14798, 10922, 12733, 9877, 9007, 11256, 8777, 14576, 9678, 15595, 9735, 14302, 10154, 12580, 11664, 10456, 12035, 9013, 14037, 10257, 15525, 9523, 14808, 9697, 14534, 9611, 15627, 9709, 14673, 9800, 14409, 9777, 15173, 9943, 13501, 9448, 11391, 10437, 12012, 11424, 9753, 11537, 11110, 12260, 15754, 13161, 12894, 11625, 10385, 12340, 10290, 13980, 9430, 13168, 9154, 13973, 9824, 14506, 9683, 14336, 9631, 13852, 9457, 13595, 19228, 11090, 18351, 9729, 16585, 10134, 16456, 10583, 15192, 10211, 12956, 9869, 13740, 10181, 13338, 10219, 13228, 10232, 14449, 11170, 14087, 12222, 10666, 11670, 9702, 16635, 10246, 14802, 9974, 12879, 9881, 12191, 13092, 11861, 14284, 9965, 12096, 9614, 12818, 10744, 12717, 10152, 14023, 9458, 16346, 10378, 14669, 9790, 11254, 16157, 9907, 17510, 10623, 14525, 10306, 12552, 10072, 12344, 10302, 12646, 9775, 11787, 9884, 12205, 14227, 10374, 17661, 9496, 14372, 10380, 13241, 10621, 12467, 9089, 9912, 12186, 9900, 16902, 10922, 14436, 10184, 13534, 10273, 12979, 10265, 14281, 10206, 12570, 10115, 13520, 10778, 15505, 10224, 14563, 10265, 14720, 10161, 15540, 10746, 16574, 10176, 14718, 10300, 16455, 11873, 14735, 9968, 8856, 11467, 9497, 14123, 9640, 14077, 9804, 15125, 9914, 15858, 10647, 14845, 10297, 14315, 10266, 14748, 10669, 16666, 10090, 12449, 9694, 13096, 10866, 13137, 9861, 12337, 10259, 12523, 11712, 16005, 10297, 14472, 10472, 14309, 10670, 13807, 10268, 10216, 10066, 9666, 11494, 8492, 13988, 9362, 13932, 8840, 14980, 10396, 15271, 9810, 14634, 10138, 14973, 10475, 18602, 10310, 16322, 9954, 14381, 10016, 13220, 11832, 8404, 12760, 9455, 9427, 13391, 17083, 13345, 14447, 10398, 11794, 11646, 14384, 13854, 10536, 11172, 8954, 11735, 10307, 13481, 8774, 11165, 9903, 11322, 13194, 12801, 13269, 10356, 16010, 10469, 16563, 10791, 15421, 10939, 13759, 10738, 14240, 10591, 15057, 10488, 13455, 10660, 13110, 10220, 12765, 10904, 10539, 13117, 10185, 13817, 10703, 12238, 10010, 9898, 9965, 10572, 11442, 9324, 11598, 9278, 12089, 10836, 13787, 11304, 11638, 10933, 11297, 15480, 12397, 16711, 10691, 14761, 9986, 16979, 10478, 15549, 10175, 13540, 10114, 12949, 10153, 12683, 10178, 9703, 9882, 10604, 11759, 9865, 12340, 9634, 12752, 10490, 15697, 10693, 17025, 10844, 15955, 10613, 17197, 13015, 19644, 10828, 17433, 10307, 14809, 12519, 10949, 12003, 10063, 12858, 9915, 14881, 10577, 14272, 10154, 13787, 10307, 14786, 10700, 17352, 10496, 12972, 10378, 13041, 10547, 11222, 11087, 9782, 12681, 10091, 14971, 10511, 14672, 10491, 13736, 10190, 15097, 10777, 15967, 11887, 8828, 11758, 8530, 9016, 12363, 9582, 14315, 14953, 9980], 'WindowCenter': [4693.0, 4725.0, 4650.0, 4675.0, 4635.0, 4674.0, 4622.0, 4650.0, 4611.0, 4639.0, 4608.0, 4639.0, 4619.0, 4628.0, 4599.0, 4618.0, 4608.0, 4619.0, 4639.0, 4641.0, 4631.0, 4622.0, 4651.0, 4624.0, 4702.0, 4654.0, 4692.0, 4633.0, 4680.0, 4631.0, 4680.0, 4643.0, 4683.0, 4642.0, 4672.0, 4632.0, 4661.0, 4632.0, 4683.0, 4632.0, 4673.0, 4624.0, 4664.0, 4702.0, 4665.0, 4721.0, 4631.0, 4690.0, 4629.0, 4679.0, 4649.0, 4697.0, 4627.0, 4636.0, 4615.0, 4627.0, 4646.0, 4627.0, 4636.0, 4606.0, 4656.0, 4607.0, 4676.0, 4630.0, 4668.0, 4618.0, 4656.0, 4618.0, 4646.0, 4628.0, 4659.0, 4619.0, 4648.0, 4619.0, 4649.0, 4620.0, 4661.0, 4610.0, 4639.0, 4619.0, 4640.0, 4689.0, 4641.0, 4708.0, 4608.0, 4688.0, 4607.0, 4666.0, 4628.0, 4667.0, 4607.0, 4635.0, 4605.0, 4616.0, 4596.0, 4627.0, 4607.0, 4617.0, 4627.0, 4609.0, 4658.0, 4632.0, 4660.0, 4631.0, 4651.0, 4621.0, 4661.0, 4633.0, 4704.0, 4633.0, 4692.0, 4632.0, 4681.0, 4651.0, 4681.0, 4649.0, 4627.0, 4638.0, 4617.0, 4665.0, 4679.0, 4636.0, 4626.0, 4607.0, 4616.0, 4598.0, 4658.0, 4609.0, 4638.0, 4609.0, 4650.0, 4621.0, 4671.0, 4621.0, 4641.0, 4649.0, 4641.0, 4680.0, 4652.0, 4650.0, 4629.0, 4621.0, 4629.0, 4629.0, 4661.0, 4621.0, 4640.0, 4611.0, 4650.0, 4622.0, 4683.0, 4622.0, 4661.0, 4611.0, 4670.0, 4622.0, 4701.0, 4632.0, 4669.0, 4621.0, 4658.0, 4630.0, 4680.0, 4630.0, 4668.0, 4619.0, 4668.0, 4641.0, 4680.0, 4630.0, 4668.0, 4629.0, 4678.0, 4654.0, 4692.0, 4654.0, 4653.0, 4641.0, 4646.0, 4644.0, 4654.0, 4636.0, 4716.0, 4665.0, 4706.0, 4692.0, 4681.0, 4659.0, 4692.0, 4620.0, 4688.0, 4609.0, 4656.0, 4619.0, 4657.0, 4619.0, 4679.0, 4620.0, 4668.0, 4633.0, 4682.0, 4631.0, 4670.0, 4609.0, 4648.0, 4609.0, 4678.0, 4629.0, 4679.0, 4610.0, 4668.0, 4609.0, 4668.0, 4641.0, 4678.0, 4609.0, 4677.0, 4619.0, 4678.0, 4641.0, 4678.0, 4609.0, 4657.0, 4618.0, 4657.0, 4629.0, 4667.0, 4619.0, 4636.0, 4597.0, 4636.0, 4626.0, 4637.0, 4646.0, 4606.0, 4655.0, 4596.0, 4676.0, 4608.0, 4666.0, 4607.0, 4655.0, 4617.0, 4644.0, 4617.0, 4657.0, 4629.0, 4638.0, 4609.0, 4628.0, 4677.0, 4629.0, 4697.0, 4607.0, 4667.0, 4606.0, 4645.0, 4607.0, 4656.0, 4596.0, 4635.0, 4606.0, 4626.0, 4607.0, 4639.0, 4609.0, 4629.0, 4611.0, 4630.0, 4660.0, 4653.0, 4671.0, 4631.0, 4669.0, 4630.0, 4690.0, 4643.0, 4711.0, 4621.0, 4681.0, 4620.0, 4669.0, 4630.0, 4680.0, 4619.0, 4647.0, 4619.0, 4638.0, 4619.0, 4661.0, 4609.0, 4639.0, 4619.0, 4618.0, 4679.0, 4621.0, 4680.0, 4618.0, 4657.0, 4617.0, 4646.0, 4628.0, 4669.0, 4618.0, 4637.0, 4619.0, 4648.0, 4621.0, 4682.0, 4631.0, 4661.0, 4621.0, 4651.0, 4640.0, 4672.0, 4680.0, 4620.0, 4699.0, 4608.0, 4678.0, 4649.0, 4688.0, 4607.0, 4645.0, 4606.0, 4636.0, 4617.0, 4658.0, 4617.0, 4648.0, 4619.0, 4647.0, 4630.0, 4670.0, 4632.0, 4671.0, 4631.0, 4659.0, 4620.0, 4670.0, 4678.0, 4647.0, 4697.0, 4596.0, 4695.0, 4605.0, 4654.0, 4616.0, 4654.0, 4604.0, 4623.0, 4616.0, 4625.0, 4606.0, 4636.0, 4607.0, 4626.0, 4606.0, 4618.0, 4637.0, 4641.0, 4658.0, 4619.0, 4679.0, 4620.0, 4668.0, 4642.0, 4680.0, 4630.0, 4658.0, 4630.0, 4659.0, 4641.0, 4682.0, 4642.0, 4661.0, 4642.0, 4661.0, 4653.0, 4694.0, 4632.0, 4671.0, 4631.0, 4659.0, 4630.0, 4692.0, 4630.0, 4659.0, 4629.0, 4648.0, 4629.0, 4670.0, 4629.0, 4647.0, 4619.0, 4638.0, 4628.0, 4660.0, 4618.0, 4649.0, 4619.0, 4640.0, 4618.0, 4651.0, 4640.0, 4630.0, 4650.0, 4630.0, 4650.0, 4642.0, 4681.0, 4631.0, 4691.0, 4630.0, 4669.0, 4638.0, 4669.0, 4629.0, 4649.0, 4639.0, 4648.0, 4641.0, 4670.0, 4653.0, 4681.0, 4641.0, 4649.0, 4629.0, 4659.0, 4628.0, 4660.0, 4619.0, 4638.0, 4620.0, 4649.0, 4630.0, 4672.0, 4630.0, 4649.0, 4649.0, 4619.0, 4698.0, 4629.0, 4699.0, 4627.0, 4696.0, 4614.0, 4665.0, 4626.0, 4645.0, 4616.0, 4645.0, 4615.0, 4625.0, 4603.0, 4615.0, 4634.0, 4616.0, 4603.0, 4604.0, 4595.0, 4616.0, 4617.0, 4649.0, 4620.0, 4650.0, 4620.0, 4650.0, 4630.0, 4664.0, 4700.0, 4619.0, 4678.0, 4616.0, 4665.0, 4617.0, 4667.0, 4616.0, 4625.0, 4616.0, 4627.0, 4627.0, 4648.0, 4618.0, 4638.0, 4629.0, 4648.0, 4629.0, 4660.0, 4619.0, 4647.0, 4607.0, 4617.0, 4645.0, 4638.0, 4656.0, 4617.0, 4646.0, 4608.0, 4657.0, 4620.0, 4659.0, 4620.0, 4669.0, 4631.0, 4660.0, 4641.0, 4672.0, 4642.0, 4662.0, 4642.0, 4662.0, 4643.0, 4672.0, 4643.0, 4672.0, 4643.0, 4651.0, 4633.0, 4673.0, 4642.0, 4682.0, 4651.0, 4639.0, 4669.0, 4620.0, 4680.0, 4630.0, 4680.0, 4619.0, 4659.0, 4619.0, 4660.0, 4642.0, 4661.0, 4656.0, 4684.0, 4644.0, 4662.0, 4654.0, 4672.0, 4658.0, 4695.0, 4645.0, 4682.0, 4643.0, 4672.0, 4643.0, 4692.0, 4641.0, 4669.0, 4630.0, 4648.0, 4618.0, 4650.0, 4628.0, 4617.0, 4608.0, 4628.0, 4609.0, 4652.0, 4632.0, 4651.0, 4633.0, 4663.0, 4645.0, 4697.0, 4646.0, 4686.0, 4646.0, 4675.0, 4703.0, 4685.0, 4703.0, 4650.0, 4680.0, 4628.0, 4655.0, 4626.0, 4655.0, 4615.0, 4623.0, 4605.0, 4625.0, 4606.0, 4649.0, 4619.0, 4649.0, 4620.0, 4651.0, 4659.0, 4651.0, 4701.0, 4618.0, 4677.0, 4617.0, 4646.0, 4638.0, 4679.0, 4630.0, 4670.0, 4630.0, 4649.0, 4640.0, 4670.0, 4651.0, 4690.0, 4630.0, 4667.0, 4628.0, 4667.0, 4658.0, 4685.0, 4605.0, 4626.0, 4605.0, 4607.0, 4626.0, 4617.0, 4647.0, 4618.0, 4635.0, 4617.0, 4627.0, 4676.0, 4617.0, 4688.0, 4615.0, 4655.0, 4615.0, 4624.0, 4615.0, 4636.0, 4628.0, 4629.0, 4636.0, 4619.0, 4646.0, 4627.0, 4640.0, 4658.0, 4651.0, 4713.0, 4680.0, 4687.0, 4674.0, 4653.0, 4643.0, 4682.0, 4691.0, 4682.0, 4688.0, 4627.0, 4677.0, 4596.0, 4666.0, 4616.0, 4655.0, 4606.0, 4627.0, 4608.0, 4642.0, 4629.0, 4636.0, 4630.0, 4654.0, 4662.0, 4635.0, 4585.0, 4686.0, 4682.0, 4699.0, 4664.0, 4714.0, 4664.0, 4670.0, 4650.0, 4628.0, 4660.0, 4651.0, 4671.0, 4622.0, 4672.0, 4635.0, 4681.0, 4622.0, 4692.0, 4621.0, 4681.0, 4632.0, 4680.0, 4630.0, 4669.0, 4643.0, 4659.0, 4622.0, 4611.0, 4641.0, 4612.0, 4683.0, 4622.0, 4693.0, 4633.0, 4682.0, 4644.0, 4663.0, 4665.0, 4643.0, 4662.0, 4612.0, 4671.0, 4632.0, 4693.0, 4621.0, 4670.0, 4622.0, 4670.0, 4620.0, 4691.0, 4621.0, 4681.0, 4631.0, 4669.0, 4631.0, 4692.0, 4633.0, 4673.0, 4633.0, 4652.0, 4643.0, 4676.0, 4665.0, 4635.0, 4664.0, 4652.0, 4663.0, 4692.0, 4673.0, 4674.0, 4652.0, 4631.0, 4651.0, 4631.0, 4684.0, 4622.0, 4672.0, 4623.0, 4671.0, 4631.0, 4683.0, 4621.0, 4682.0, 4633.0, 4671.0, 4621.0, 4673.0, 4712.0, 4640.0, 4699.0, 4619.0, 4689.0, 4630.0, 4681.0, 4629.0, 4679.0, 4629.0, 4648.0, 4630.0, 4669.0, 4632.0, 4670.0, 4631.0, 4658.0, 4630.0, 4670.0, 4640.0, 4671.0, 4649.0, 4629.0, 4638.0, 4620.0, 4689.0, 4632.0, 4679.0, 4630.0, 4659.0, 4620.0, 4650.0, 4660.0, 4651.0, 4668.0, 4618.0, 4637.0, 4619.0, 4647.0, 4642.0, 4660.0, 4630.0, 4670.0, 4621.0, 4690.0, 4631.0, 4670.0, 4630.0, 4639.0, 4677.0, 4618.0, 4688.0, 4617.0, 4656.0, 4617.0, 4635.0, 4616.0, 4646.0, 4629.0, 4658.0, 4631.0, 4649.0, 4631.0, 4662.0, 4671.0, 4631.0, 4701.0, 4620.0, 4669.0, 4629.0, 4659.0, 4629.0, 4648.0, 4609.0, 4618.0, 4636.0, 4618.0, 4678.0, 4639.0, 4667.0, 4628.0, 4656.0, 4629.0, 4658.0, 4631.0, 4681.0, 4631.0, 4658.0, 4630.0, 4669.0, 4654.0, 4693.0, 4644.0, 4693.0, 4644.0, 4682.0, 4644.0, 4694.0, 4644.0, 4702.0, 4632.0, 4670.0, 4643.0, 4704.0, 4652.0, 4681.0, 4631.0, 4609.0, 4650.0, 4621.0, 4682.0, 4620.0, 4670.0, 4631.0, 4679.0, 4620.0, 4690.0, 4630.0, 4679.0, 4620.0, 4657.0, 4618.0, 4668.0, 4629.0, 4688.0, 4618.0, 4646.0, 4607.0, 4646.0, 4640.0, 4657.0, 4617.0, 4646.0, 4618.0, 4646.0, 4650.0, 4677.0, 4617.0, 4666.0, 4616.0, 4655.0, 4628.0, 4657.0, 4617.0, 4617.0, 4617.0, 4618.0, 4650.0, 4610.0, 4680.0, 4622.0, 4670.0, 4623.0, 4681.0, 4657.0, 4693.0, 4644.0, 4683.0, 4643.0, 4681.0, 4643.0, 4714.0, 4632.0, 4691.0, 4646.0, 4683.0, 4638.0, 4663.0, 4664.0, 4612.0, 4660.0, 4632.0, 4622.0, 4673.0, 4704.0, 4673.0, 4671.0, 4632.0, 4649.0, 4639.0, 4669.0, 4670.0, 4629.0, 4638.0, 4597.0, 4638.0, 4618.0, 4670.0, 4609.0, 4639.0, 4618.0, 4639.0, 4658.0, 4662.0, 4659.0, 4629.0, 4678.0, 4628.0, 4678.0, 4640.0, 4668.0, 4629.0, 4657.0, 4628.0, 4666.0, 4629.0, 4668.0, 4629.0, 4658.0, 4629.0, 4658.0, 4618.0, 4648.0, 4638.0, 4628.0, 4647.0, 4617.0, 4655.0, 4640.0, 4648.0, 4630.0, 4629.0, 4630.0, 4640.0, 4663.0, 4622.0, 4662.0, 4623.0, 4662.0, 4653.0, 4685.0, 4653.0, 4652.0, 4642.0, 4641.0, 4680.0, 4662.0, 4689.0, 4629.0, 4668.0, 4629.0, 4688.0, 4642.0, 4678.0, 4629.0, 4658.0, 4629.0, 4659.0, 4643.0, 4670.0, 4642.0, 4633.0, 4643.0, 4653.0, 4675.0, 4645.0, 4673.0, 4634.0, 4661.0, 4631.0, 4692.0, 4642.0, 4702.0, 4642.0, 4679.0, 4630.0, 4690.0, 4661.0, 4699.0, 4627.0, 4686.0, 4616.0, 4666.0, 4660.0, 4627.0, 4636.0, 4617.0, 4644.0, 4616.0, 4677.0, 4626.0, 4667.0, 4628.0, 4655.0, 4628.0, 4666.0, 4641.0, 4687.0, 4628.0, 4646.0, 4628.0, 4646.0, 4641.0, 4638.0, 4638.0, 4629.0, 4647.0, 4628.0, 4680.0, 4629.0, 4679.0, 4629.0, 4657.0, 4630.0, 4668.0, 4653.0, 4690.0, 4655.0, 4613.0, 4652.0, 4611.0, 4623.0, 4650.0, 4622.0, 4682.0, 4683.0, 4635.0], 'WindowWidth': [10295.0, 10324.0, 10209.0, 10231.0, 10175.0, 10227.0, 10150.0, 10184.0, 10133.0, 10167.0, 10124.0, 10167.0, 10139.0, 10148.0, 10114.0, 10137.0, 10123.0, 10141.0, 10169.0, 10172.0, 10159.0, 10151.0, 10191.0, 10156.0, 10267.0, 10199.0, 10250.0, 10166.0, 10229.0, 10160.0, 10225.0, 10181.0, 10236.0, 10176.0, 10218.0, 10166.0, 10202.0, 10164.0, 10237.0, 10167.0, 10222.0, 10157.0, 10212.0, 10261.0, 10215.0, 10292.0, 10160.0, 10247.0, 10154.0, 10226.0, 10183.0, 10248.0, 10150.0, 10160.0, 10129.0, 10148.0, 10173.0, 10150.0, 10160.0, 10120.0, 10190.0, 10121.0, 10221.0, 10159.0, 10209.0, 10138.0, 10187.0, 10138.0, 10176.0, 10152.0, 10198.0, 10141.0, 10180.0, 10143.0, 10183.0, 10145.0, 10204.0, 10133.0, 10170.0, 10143.0, 10173.0, 10239.0, 10177.0, 10266.0, 10126.0, 10241.0, 10123.0, 10204.0, 10153.0, 10204.0, 10122.0, 10156.0, 10116.0, 10132.0, 10107.0, 10151.0, 10123.0, 10135.0, 10150.0, 10128.0, 10197.0, 10166.0, 10200.0, 10161.0, 10190.0, 10151.0, 10206.0, 10169.0, 10273.0, 10167.0, 10251.0, 10165.0, 10233.0, 10188.0, 10233.0, 10182.0, 10150.0, 10164.0, 10134.0, 10197.0, 10224.0, 10160.0, 10147.0, 10123.0, 10134.0, 10111.0, 10195.0, 10129.0, 10167.0, 10131.0, 10187.0, 10150.0, 10219.0, 10150.0, 10175.0, 10182.0, 10176.0, 10228.0, 10192.0, 10186.0, 10156.0, 10148.0, 10156.0, 10157.0, 10203.0, 10149.0, 10175.0, 10135.0, 10186.0, 10152.0, 10239.0, 10153.0, 10204.0, 10135.0, 10216.0, 10151.0, 10262.0, 10164.0, 10212.0, 10148.0, 10196.0, 10160.0, 10229.0, 10159.0, 10209.0, 10143.0, 10207.0, 10178.0, 10229.0, 10160.0, 10209.0, 10158.0, 10224.0, 10203.0, 10251.0, 10202.0, 10200.0, 10181.0, 10198.0, 10191.0, 10204.0, 10180.0, 10296.0, 10218.0, 10283.0, 10249.0, 10232.0, 10197.0, 10251.0, 10145.0, 10239.0, 10130.0, 10189.0, 10142.0, 10195.0, 10143.0, 10228.0, 10148.0, 10209.0, 10170.0, 10236.0, 10161.0, 10214.0, 10129.0, 10178.0, 10127.0, 10224.0, 10154.0, 10225.0, 10129.0, 10209.0, 10129.0, 10208.0, 10175.0, 10222.0, 10128.0, 10221.0, 10141.0, 10224.0, 10175.0, 10225.0, 10128.0, 10190.0, 10139.0, 10192.0, 10156.0, 10204.0, 10142.0, 10161.0, 10109.0, 10162.0, 10145.0, 10164.0, 10173.0, 10118.0, 10184.0, 10104.0, 10220.0, 10124.0, 10206.0, 10122.0, 10187.0, 10136.0, 10171.0, 10138.0, 10190.0, 10158.0, 10169.0, 10128.0, 10154.0, 10218.0, 10155.0, 10251.0, 10120.0, 10206.0, 10118.0, 10172.0, 10123.0, 10186.0, 10106.0, 10155.0, 10119.0, 10147.0, 10123.0, 10170.0, 10131.0, 10156.0, 10135.0, 10160.0, 10201.0, 10195.0, 10216.0, 10160.0, 10211.0, 10159.0, 10246.0, 10181.0, 10275.0, 10148.0, 10231.0, 10145.0, 10211.0, 10159.0, 10227.0, 10141.0, 10176.0, 10141.0, 10166.0, 10141.0, 10203.0, 10129.0, 10168.0, 10142.0, 10140.0, 10230.0, 10147.0, 10231.0, 10139.0, 10191.0, 10135.0, 10175.0, 10153.0, 10209.0, 10140.0, 10163.0, 10142.0, 10181.0, 10149.0, 10235.0, 10164.0, 10203.0, 10147.0, 10189.0, 10173.0, 10220.0, 10225.0, 10142.0, 10258.0, 10124.0, 10225.0, 10184.0, 10237.0, 10121.0, 10171.0, 10118.0, 10159.0, 10135.0, 10193.0, 10137.0, 10181.0, 10142.0, 10178.0, 10160.0, 10215.0, 10165.0, 10219.0, 10163.0, 10199.0, 10144.0, 10214.0, 10219.0, 10176.0, 10243.0, 10104.0, 10247.0, 10116.0, 10185.0, 10133.0, 10182.0, 10114.0, 10136.0, 10134.0, 10142.0, 10118.0, 10161.0, 10121.0, 10145.0, 10119.0, 10138.0, 10164.0, 10176.0, 10195.0, 10142.0, 10227.0, 10143.0, 10210.0, 10177.0, 10229.0, 10158.0, 10195.0, 10158.0, 10196.0, 10176.0, 10235.0, 10180.0, 10203.0, 10178.0, 10203.0, 10195.0, 10256.0, 10164.0, 10216.0, 10161.0, 10198.0, 10159.0, 10248.0, 10160.0, 10199.0, 10156.0, 10180.0, 10156.0, 10215.0, 10156.0, 10177.0, 10142.0, 10166.0, 10153.0, 10202.0, 10139.0, 10182.0, 10143.0, 10171.0, 10140.0, 10189.0, 10172.0, 10159.0, 10186.0, 10159.0, 10186.0, 10179.0, 10234.0, 10160.0, 10247.0, 10157.0, 10212.0, 10167.0, 10211.0, 10152.0, 10184.0, 10169.0, 10180.0, 10174.0, 10214.0, 10195.0, 10232.0, 10174.0, 10183.0, 10156.0, 10197.0, 10152.0, 10202.0, 10141.0, 10167.0, 10144.0, 10185.0, 10159.0, 10221.0, 10159.0, 10184.0, 10180.0, 10141.0, 10252.0, 10155.0, 10257.0, 10145.0, 10245.0, 10126.0, 10197.0, 10145.0, 10172.0, 10132.0, 10169.0, 10129.0, 10140.0, 10110.0, 10128.0, 10152.0, 10132.0, 10111.0, 10110.0, 10103.0, 10133.0, 10134.0, 10185.0, 10146.0, 10184.0, 10146.0, 10187.0, 10159.0, 10211.0, 10255.0, 10140.0, 10229.0, 10131.0, 10199.0, 10134.0, 10203.0, 10130.0, 10141.0, 10132.0, 10146.0, 10148.0, 10180.0, 10138.0, 10165.0, 10155.0, 10180.0, 10154.0, 10200.0, 10139.0, 10175.0, 10121.0, 10134.0, 10169.0, 10165.0, 10186.0, 10133.0, 10172.0, 10123.0, 10192.0, 10145.0, 10197.0, 10144.0, 10212.0, 10161.0, 10198.0, 10175.0, 10219.0, 10176.0, 10206.0, 10179.0, 10205.0, 10182.0, 10220.0, 10182.0, 10219.0, 10181.0, 10189.0, 10166.0, 10221.0, 10175.0, 10232.0, 10186.0, 10167.0, 10206.0, 10143.0, 10229.0, 10158.0, 10229.0, 10140.0, 10196.0, 10142.0, 10200.0, 10179.0, 10203.0, 10205.0, 10240.0, 10185.0, 10208.0, 10198.0, 10222.0, 10210.0, 10258.0, 10185.0, 10235.0, 10180.0, 10222.0, 10180.0, 10251.0, 10172.0, 10208.0, 10155.0, 10178.0, 10136.0, 10184.0, 10150.0, 10133.0, 10124.0, 10152.0, 10127.0, 10193.0, 10163.0, 10190.0, 10167.0, 10209.0, 10186.0, 10264.0, 10190.0, 10247.0, 10188.0, 10230.0, 10261.0, 10240.0, 10272.0, 10182.0, 10233.0, 10149.0, 10187.0, 10143.0, 10185.0, 10126.0, 10136.0, 10114.0, 10142.0, 10119.0, 10182.0, 10139.0, 10181.0, 10145.0, 10188.0, 10197.0, 10189.0, 10267.0, 10137.0, 10218.0, 10134.0, 10173.0, 10165.0, 10223.0, 10156.0, 10215.0, 10159.0, 10185.0, 10172.0, 10218.0, 10188.0, 10243.0, 10155.0, 10204.0, 10149.0, 10204.0, 10191.0, 10224.0, 10115.0, 10146.0, 10113.0, 10120.0, 10144.0, 10135.0, 10177.0, 10138.0, 10159.0, 10135.0, 10149.0, 10216.0, 10133.0, 10241.0, 10127.0, 10184.0, 10125.0, 10137.0, 10127.0, 10161.0, 10152.0, 10156.0, 10177.0, 10154.0, 10189.0, 10166.0, 10187.0, 10207.0, 10202.0, 10298.0, 10241.0, 10247.0, 10218.0, 10188.0, 10173.0, 10229.0, 10237.0, 10232.0, 10230.0, 10143.0, 10217.0, 10097.0, 10199.0, 10127.0, 10181.0, 10113.0, 10146.0, 10120.0, 10175.0, 10153.0, 10157.0, 10157.0, 10198.0, 10224.0, 10174.0, 10087.0, 10251.0, 10235.0, 10253.0, 10212.0, 10281.0, 10211.0, 10212.0, 10186.0, 10152.0, 10198.0, 10187.0, 10217.0, 10149.0, 10218.0, 10171.0, 10231.0, 10149.0, 10249.0, 10145.0, 10231.0, 10164.0, 10226.0, 10157.0, 10212.0, 10183.0, 10195.0, 10148.0, 10133.0, 10175.0, 10138.0, 10237.0, 10149.0, 10250.0, 10168.0, 10236.0, 10183.0, 10211.0, 10216.0, 10182.0, 10204.0, 10137.0, 10216.0, 10164.0, 10253.0, 10146.0, 10214.0, 10149.0, 10212.0, 10145.0, 10246.0, 10147.0, 10229.0, 10161.0, 10210.0, 10162.0, 10249.0, 10167.0, 10225.0, 10169.0, 10191.0, 10183.0, 10231.0, 10214.0, 10176.0, 10212.0, 10193.0, 10210.0, 10249.0, 10223.0, 10225.0, 10192.0, 10162.0, 10187.0, 10161.0, 10243.0, 10151.0, 10219.0, 10156.0, 10216.0, 10160.0, 10239.0, 10149.0, 10234.0, 10168.0, 10217.0, 10148.0, 10224.0, 10275.0, 10172.0, 10255.0, 10140.0, 10243.0, 10157.0, 10234.0, 10155.0, 10227.0, 10155.0, 10180.0, 10159.0, 10210.0, 10165.0, 10214.0, 10163.0, 10196.0, 10159.0, 10216.0, 10171.0, 10219.0, 10181.0, 10153.0, 10164.0, 10143.0, 10242.0, 10164.0, 10226.0, 10159.0, 10196.0, 10144.0, 10188.0, 10198.0, 10188.0, 10207.0, 10139.0, 10163.0, 10140.0, 10179.0, 10179.0, 10199.0, 10159.0, 10215.0, 10149.0, 10244.0, 10163.0, 10214.0, 10159.0, 10167.0, 10216.0, 10138.0, 10242.0, 10135.0, 10189.0, 10134.0, 10155.0, 10132.0, 10173.0, 10156.0, 10192.0, 10162.0, 10183.0, 10162.0, 10205.0, 10216.0, 10161.0, 10264.0, 10146.0, 10210.0, 10156.0, 10197.0, 10156.0, 10180.0, 10128.0, 10137.0, 10160.0, 10138.0, 10226.0, 10168.0, 10207.0, 10153.0, 10188.0, 10155.0, 10195.0, 10163.0, 10231.0, 10161.0, 10194.0, 10160.0, 10211.0, 10198.0, 10251.0, 10186.0, 10253.0, 10186.0, 10234.0, 10184.0, 10258.0, 10184.0, 10265.0, 10165.0, 10215.0, 10180.0, 10270.0, 10194.0, 10229.0, 10162.0, 10130.0, 10187.0, 10149.0, 10235.0, 10145.0, 10216.0, 10162.0, 10227.0, 10147.0, 10245.0, 10157.0, 10228.0, 10143.0, 10190.0, 10139.0, 10210.0, 10153.0, 10235.0, 10138.0, 10172.0, 10123.0, 10176.0, 10174.0, 10190.0, 10135.0, 10173.0, 10138.0, 10178.0, 10187.0, 10218.0, 10135.0, 10201.0, 10133.0, 10186.0, 10153.0, 10190.0, 10134.0, 10138.0, 10135.0, 10139.0, 10186.0, 10132.0, 10228.0, 10154.0, 10214.0, 10158.0, 10234.0, 10209.0, 10255.0, 10185.0, 10239.0, 10181.0, 10233.0, 10183.0, 10288.0, 10165.0, 10244.0, 10192.0, 10237.0, 10180.0, 10207.0, 10214.0, 10137.0, 10200.0, 10167.0, 10151.0, 10224.0, 10268.0, 10224.0, 10214.0, 10163.0, 10181.0, 10168.0, 10207.0, 10214.0, 10153.0, 10165.0, 10109.0, 10164.0, 10140.0, 10212.0, 10130.0, 10167.0, 10138.0, 10169.0, 10195.0, 10205.0, 10196.0, 10155.0, 10224.0, 10152.0, 10226.0, 10173.0, 10211.0, 10154.0, 10193.0, 10151.0, 10203.0, 10157.0, 10207.0, 10156.0, 10193.0, 10154.0, 10194.0, 10137.0, 10180.0, 10167.0, 10151.0, 10176.0, 10136.0, 10187.0, 10174.0, 10180.0, 10158.0, 10156.0, 10159.0, 10174.0, 10210.0, 10152.0, 10208.0, 10155.0, 10206.0, 10196.0, 10244.0, 10194.0, 10192.0, 10178.0, 10175.0, 10228.0, 10206.0, 10239.0, 10156.0, 10209.0, 10156.0, 10243.0, 10178.0, 10226.0, 10157.0, 10197.0, 10157.0, 10200.0, 10185.0, 10216.0, 10180.0, 10170.0, 10183.0, 10198.0, 10232.0, 10188.0, 10225.0, 10171.0, 10205.0, 10161.0, 10251.0, 10178.0, 10265.0, 10179.0, 10229.0, 10160.0, 10246.0, 10205.0, 10256.0, 10150.0, 10229.0, 10134.0, 10201.0, 10203.0, 10149.0, 10160.0, 10136.0, 10170.0, 10132.0, 10221.0, 10148.0, 10208.0, 10152.0, 10186.0, 10152.0, 10202.0, 10177.0, 10237.0, 10152.0, 10175.0, 10153.0, 10176.0, 10178.0, 10165.0, 10166.0, 10156.0, 10177.0, 10151.0, 10229.0, 10155.0, 10225.0, 10155.0, 10191.0, 10159.0, 10210.0, 10197.0, 10239.0, 10196.0, 10137.0, 10190.0, 10135.0, 10153.0, 10186.0, 10151.0, 10231.0, 10235.0, 10172.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.001242250233426704</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022322301587301585</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.264352327990665</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3189900632710272</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9956333801214959</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5001</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3898.8809</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1137684217178387</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.322128851540616</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.429113629173401</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3632883982002686</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6387599370870607</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2852925522328738</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00797968</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024023381993174553</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04588490352034569</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9396089822732394</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>15.9072</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.6085</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.4685</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296327.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1122.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.9083</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5437</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>648.2266</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3848.3304</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4011.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80217.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1436.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5102.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1018.115</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.842860226519406</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> |