=== 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-0046 --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-0046",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
123 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
123 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-01/func/sub-0046_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>45254813c1b5054a4cec657cba7635ad</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>16:22:10.122500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998817, -0.0269055, 0.0404995, 0.026155, 0.999478, 0.018949]</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.0898595</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>31</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4137, -7744, -7288, 520, -42, -114, -56, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.782</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>229822ba-5013-467a-a910-20fffb14b65a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679753541946411, 0.07017184048891068, 0.11066809296607971, 109.63533020019531], [0.0721854493021965, 2.6815271377563477, 0.048241812735795975, -96.54338836669922], [0.10865714401006699, -0.050838813185691833, 2.6972997188568115, -78.14952087402344], [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': ['162210.122500', '162210.582500', '162211.042500', '162211.502500', '162211.962500', '162212.422500', '162212.882500', '162213.342500', '162213.802500', '162214.262500', '162214.722500', '162215.182500', '162215.642500', '162216.102500', '162216.562500', '162217.022500', '162217.482500', '162217.942500', '162218.402500', '162218.862500', '162219.322500', '162219.782500', '162220.242500', '162220.702500', '162221.162500', '162221.622500', '162222.082500', '162222.542500', '162223.002500', '162223.462500', '162223.922500', '162224.382500', '162224.842500', '162225.302500', '162225.762500', '162226.222500', '162226.682500', '162227.142500', '162227.602500', '162228.062500', '162228.522500', '162228.982500', '162229.442500', '162229.902500', '162230.362500', '162230.822500', '162231.282500', '162231.742500', '162232.202500', '162232.662500', '162233.122500', '162233.582500', '162234.042500', '162234.502500', '162234.962500', '162235.422500', '162235.882500', '162236.342500', '162236.802500', '162237.262500', '162237.722500', '162238.182500', '162238.642500', '162239.102500', '162239.562500', '162240.022500', '162240.482500', '162240.942500', '162241.402500', '162241.862500', '162242.322500', '162242.782500', '162243.242500', '162243.702500', '162244.162500', '162244.622500', '162245.082500', '162245.542500', '162246.002500', '162246.462500', '162246.922500', '162247.382500', '162247.842500', '162248.302500', '162248.762500', '162249.222500', '162249.682500', '162250.142500', '162250.602500', '162251.062500', '162251.522500', '162251.982500', '162252.442500', '162252.902500', '162253.362500', '162253.822500', '162254.282500', '162254.742500', '162255.202500', '162255.662500', '162256.122500', '162256.582500', '162257.042500', '162257.502500', '162257.962500', '162258.422500', '162258.882500', '162259.342500', '162259.802500', '162300.262500', '162300.722500', '162301.182500', '162301.642500', '162302.102500', '162302.562500', '162303.022500', '162303.482500', '162303.942500', '162304.402500', '162304.862500', '162305.322500', '162305.782500', '162306.242500', '162306.702500', '162307.162500', '162307.622500', '162308.082500', '162308.542500', '162309.002500', '162309.462500', '162309.922500', '162310.382500', '162310.842500', '162311.302500', '162311.762500', '162312.222500', '162312.682500', '162313.142500', '162313.602500', '162314.062500', '162314.522500', '162314.982500', '162315.442500', '162315.902500', '162316.362500', '162316.822500', '162317.282500', '162317.742500', '162318.202500', '162318.662500', '162319.122500', '162319.582500', '162320.042500', '162320.502500', '162320.962500', '162321.422500', '162321.882500', '162322.342500', '162322.802500', '162323.262500', '162323.722500', '162324.182500', '162324.642500', '162325.102500', '162325.562500', '162326.022500', '162326.482500', '162326.942500', '162327.402500', '162327.862500', '162328.322500', '162328.782500', '162329.242500', '162329.702500', '162330.162500', '162330.622500', '162331.082500', '162331.542500', '162332.002500', '162332.462500', '162332.922500', '162333.382500', '162333.842500', '162334.302500', '162334.762500', '162335.222500', '162335.682500', '162336.142500', '162336.602500', '162337.062500', '162337.522500', '162337.982500', '162338.442500', '162338.902500', '162339.362500', '162339.822500', '162340.282500', '162340.742500', '162341.202500', '162341.662500', '162342.122500', '162342.582500', '162343.042500', '162343.502500', '162343.962500', '162344.422500', '162344.882500', '162345.342500', '162345.802500', '162346.262500', '162346.722500', '162347.182500', '162347.642500', '162348.102500', '162348.562500', '162349.022500', '162349.482500', '162349.942500', '162350.402500', '162350.862500', '162351.322500', '162351.782500', '162352.242500', '162352.702500', '162353.162500', '162353.622500', '162354.082500', '162354.542500', '162355.002500', '162355.462500', '162355.922500', '162356.382500', '162356.842500', '162357.302500', '162357.762500', '162358.222500', '162358.682500', '162359.142500', '162359.602500', '162400.062500', '162400.522500', '162400.982500', '162401.442500', '162401.902500', '162402.362500', '162402.822500', '162403.282500', '162403.742500', '162404.202500', '162404.662500', '162405.122500', '162405.582500', '162406.042500', '162406.502500', '162406.962500', '162407.422500', '162407.882500', '162408.342500', '162408.802500', '162409.262500', '162409.722500', '162410.182500', '162410.642500', '162411.102500', '162411.562500', '162412.022500', '162412.482500', '162412.942500', '162413.402500', '162413.862500', '162414.322500', '162414.782500', '162415.242500', '162415.702500', '162416.162500', '162416.622500', '162417.082500', '162417.542500', '162418.002500', '162418.462500', '162418.922500', '162419.382500', '162419.842500', '162420.302500', '162420.762500', '162421.222500', '162421.682500', '162422.142500', '162422.602500', '162423.062500', '162423.522500', '162423.982500', '162424.442500', '162424.902500', '162425.362500', '162425.822500', '162426.282500', '162426.742500', '162427.202500', '162427.662500', '162428.122500', '162428.582500', '162429.042500', '162429.502500', '162429.962500', '162430.422500', '162430.882500', '162431.342500', '162431.802500', '162432.262500', '162432.722500', '162433.182500', '162433.642500', '162434.102500', '162434.562500', '162435.022500', '162435.482500', '162435.942500', '162436.402500', '162436.862500', '162437.322500', '162437.782500', '162438.242500', '162438.702500', '162439.162500', '162439.622500', '162440.082500', '162440.542500', '162441.002500', '162441.462500', '162441.922500', '162442.382500', '162442.842500', '162443.302500', '162443.762500', '162444.222500', '162444.682500', '162445.142500', '162445.602500', '162446.062500', '162446.522500', '162446.982500', '162447.442500', '162447.902500', '162448.362500', '162448.822500', '162449.282500', '162449.742500', '162450.202500', '162450.662500', '162451.122500', '162451.582500', '162452.042500', '162452.502500', '162452.962500', '162453.422500', '162453.882500', '162454.342500', '162454.802500', '162455.262500', '162455.722500', '162456.182500', '162456.642500', '162457.102500', '162457.562500', '162458.022500', '162458.482500', '162458.942500', '162459.402500', '162459.862500', '162500.322500', '162500.782500', '162501.242500', '162501.702500', '162502.162500', '162502.622500', '162503.082500', '162503.542500', '162504.002500', '162504.462500', '162504.922500', '162505.382500', '162505.842500', '162506.302500', '162506.762500', '162507.222500', '162507.682500', '162508.142500', '162508.602500', '162509.062500', '162509.522500', '162509.982500', '162510.442500', '162510.902500', '162511.362500', '162511.822500', '162512.282500', '162512.742500', '162513.202500', '162513.662500', '162514.122500', '162514.582500', '162515.042500', '162515.502500', '162515.962500', '162516.422500', '162516.882500', '162517.342500', '162517.802500', '162518.262500', '162518.722500', '162519.182500', '162519.642500', '162520.102500', '162520.562500', '162521.022500', '162521.482500', '162521.942500', '162522.402500', '162522.862500', '162523.322500', '162523.782500', '162524.242500', '162524.702500', '162525.162500', '162525.622500', '162526.082500', '162526.542500', '162527.002500', '162527.462500', '162527.922500', '162528.382500', '162528.842500', '162529.302500', '162529.762500', '162530.222500', '162530.682500', '162531.142500', '162531.602500', '162532.062500', '162532.522500', '162532.982500', '162533.442500', '162533.902500', '162534.362500', '162534.822500', '162535.282500', '162535.742500', '162536.202500', '162536.662500', '162537.122500', '162537.582500', '162538.042500', '162538.502500', '162538.962500', '162539.422500', '162539.882500', '162540.342500', '162540.802500', '162541.262500', '162541.722500', '162542.182500', '162542.642500', '162543.102500', '162543.562500', '162544.022500', '162544.482500', '162544.942500', '162545.402500', '162545.862500', '162546.322500', '162546.782500', '162547.242500', '162547.702500', '162548.162500', '162548.622500', '162549.082500', '162549.542500', '162550.002500', '162550.462500', '162550.922500', '162551.382500', '162551.842500', '162552.302500', '162552.762500', '162553.222500', '162553.682500', '162554.142500', '162554.602500', '162555.062500', '162555.522500', '162555.982500', '162556.442500', '162556.902500', '162557.362500', '162557.822500', '162558.282500', '162558.742500', '162559.202500', '162559.662500', '162600.122500', '162600.582500', '162601.042500', '162601.502500', '162601.962500', '162602.422500', '162602.882500', '162603.342500', '162603.802500', '162604.262500', '162604.722500', '162605.182500', '162605.642500', '162606.102500', '162606.562500', '162607.022500', '162607.482500', '162607.942500', '162608.402500', '162608.862500', '162609.322500', '162609.782500', '162610.242500', '162610.702500', '162611.162500', '162611.622500', '162612.082500', '162612.542500', '162613.002500', '162613.462500', '162613.922500', '162614.382500', '162614.842500', '162615.302500', '162615.762500', '162616.222500', '162616.682500', '162617.142500', '162617.602500', '162618.062500', '162618.522500', '162618.982500', '162619.442500', '162619.902500', '162620.362500', '162620.822500', '162621.282500', '162621.742500', '162622.202500', '162622.662500', '162623.122500', '162623.582500', '162624.042500', '162624.502500', '162624.962500', '162625.422500', '162625.882500', '162626.342500', '162626.802500', '162627.262500', '162627.722500', '162628.182500', '162628.642500', '162629.102500', '162629.562500', '162630.022500', '162630.482500', '162630.942500', '162631.402500', '162631.862500', '162632.322500', '162632.782500', '162633.242500', '162633.702500', '162634.162500', '162634.622500', '162635.082500', '162635.542500', '162636.002500', '162636.462500', '162636.922500', '162637.382500', '162637.842500', '162638.302500', '162638.762500', '162639.222500', '162639.682500', '162640.142500', '162640.602500', '162641.062500', '162641.522500', '162641.982500', '162642.442500', '162642.902500', '162643.362500', '162643.822500', '162644.282500', '162644.742500', '162645.202500', '162645.662500', '162646.122500', '162646.582500', '162647.042500', '162647.502500', '162647.962500', '162648.422500', '162648.882500', '162649.342500', '162649.802500', '162650.262500', '162650.722500', '162651.182500', '162651.642500', '162652.102500', '162652.562500', '162653.022500', '162653.482500', '162653.942500', '162654.402500', '162654.862500', '162655.322500', '162655.782500', '162656.242500', '162656.702500', '162657.162500', '162657.622500', '162658.082500', '162658.542500', '162659.002500', '162659.462500', '162659.922500', '162700.382500', '162700.842500', '162701.302500', '162701.762500', '162702.222500', '162702.682500', '162703.142500', '162703.602500', '162704.062500', '162704.522500', '162704.982500', '162705.442500', '162705.902500', '162706.362500', '162706.822500', '162707.282500', '162707.742500', '162708.202500', '162708.662500', '162709.122500', '162709.582500', '162710.042500', '162710.502500', '162710.962500', '162711.422500', '162711.882500', '162712.342500', '162712.802500', '162713.262500', '162713.722500', '162714.182500', '162714.642500', '162715.102500', '162715.562500', '162716.022500', '162716.482500', '162716.942500', '162717.402500', '162717.862500', '162718.322500', '162718.782500', '162719.242500', '162719.702500', '162720.162500', '162720.622500', '162721.082500', '162721.542500', '162722.002500', '162722.462500', '162722.922500', '162723.382500', '162723.842500', '162724.302500', '162724.762500', '162725.222500', '162725.682500', '162726.142500', '162726.602500', '162727.062500', '162727.522500', '162727.982500', '162728.442500', '162728.902500', '162729.362500', '162729.822500', '162730.282500', '162730.742500', '162731.202500', '162731.662500', '162732.122500', '162732.582500', '162733.042500', '162733.502500', '162733.962500', '162734.422500', '162734.882500', '162735.342500', '162735.802500', '162736.262500', '162736.722500', '162737.182500', '162737.642500', '162738.102500', '162738.562500', '162739.022500', '162739.482500', '162739.942500', '162740.402500', '162740.862500', '162741.322500', '162741.782500', '162742.242500', '162742.702500', '162743.162500', '162743.622500', '162744.082500', '162744.542500', '162745.002500', '162745.462500', '162745.922500', '162746.382500', '162746.842500', '162747.302500', '162747.762500', '162748.222500', '162748.682500', '162749.142500', '162749.602500', '162750.062500', '162750.522500', '162750.982500', '162751.442500', '162751.902500', '162752.362500', '162752.822500', '162753.282500', '162753.742500', '162754.202500', '162754.662500', '162755.122500', '162755.582500', '162756.042500', '162756.502500', '162756.962500', '162757.422500', '162757.882500', '162758.342500', '162758.802500', '162759.262500', '162759.722500', '162800.182500', '162800.642500', '162801.102500', '162801.562500', '162802.022500', '162802.482500', '162802.942500', '162803.402500', '162803.862500', '162804.322500', '162804.782500', '162805.242500', '162805.702500', '162806.162500', '162806.622500', '162807.082500', '162807.542500', '162808.002500', '162808.462500', '162808.922500', '162809.382500', '162809.842500', '162810.302500', '162810.762500', '162811.222500', '162811.682500', '162812.142500', '162812.602500', '162813.062500', '162813.522500', '162813.982500', '162814.442500', '162814.902500', '162815.362500', '162815.822500', '162816.282500', '162816.742500', '162817.202500', '162817.662500', '162818.122500', '162818.582500', '162819.042500', '162819.502500', '162819.962500', '162820.422500', '162820.882500', '162821.342500', '162821.802500', '162822.262500', '162822.722500', '162823.182500', '162823.642500', '162824.102500', '162824.562500', '162825.022500', '162825.482500', '162825.942500', '162826.402500', '162826.862500', '162827.322500', '162827.782500', '162828.242500', '162828.702500', '162829.162500', '162829.622500', '162830.082500', '162830.542500', '162831.002500', '162831.462500', '162831.922500', '162832.382500', '162832.842500', '162833.302500', '162833.762500', '162834.222500', '162834.682500', '162835.142500', '162835.602500', '162836.062500', '162836.522500', '162836.982500', '162837.442500', '162837.902500', '162838.362500', '162838.822500', '162839.282500', '162839.742500', '162840.202500', '162840.662500', '162841.122500', '162841.582500', '162842.042500', '162842.502500', '162842.962500', '162843.422500', '162843.882500', '162844.342500', '162844.802500', '162845.262500', '162845.722500', '162846.182500', '162846.642500', '162847.102500', '162847.562500', '162848.022500', '162848.482500', '162848.942500', '162849.402500', '162849.862500', '162850.322500', '162850.782500', '162851.242500', '162851.702500', '162852.162500', '162852.622500', '162853.082500', '162853.542500', '162854.002500', '162854.462500', '162854.922500', '162855.382500', '162855.842500', '162856.302500', '162856.762500', '162857.222500', '162857.682500', '162858.142500', '162858.602500', '162859.062500', '162859.522500', '162859.982500', '162900.442500', '162900.902500', '162901.362500', '162901.822500', '162902.282500', '162902.742500', '162903.202500', '162903.662500', '162904.122500', '162904.582500', '162905.042500', '162905.502500', '162905.962500', '162906.422500', '162906.882500', '162907.342500', '162907.802500', '162908.262500', '162908.722500', '162909.182500', '162909.642500', '162910.102500', '162910.562500', '162911.022500', '162911.482500', '162911.942500', '162912.402500', '162912.862500', '162913.322500', '162913.782500', '162914.242500', '162914.702500', '162915.162500', '162915.622500', '162916.082500', '162916.542500', '162917.002500', '162917.462500', '162917.922500', '162918.382500', '162918.842500', '162919.302500', '162919.762500', '162920.222500', '162920.682500', '162921.142500', '162921.602500', '162922.062500', '162922.522500', '162922.982500', '162923.442500', '162923.902500', '162924.362500', '162924.822500', '162925.282500', '162925.742500', '162926.202500', '162926.662500', '162927.122500', '162927.582500', '162928.042500', '162928.502500', '162928.962500', '162929.422500', '162929.882500', '162930.342500', '162930.802500', '162931.262500', '162931.722500', '162932.182500', '162932.642500', '162933.102500', '162933.562500', '162934.022500', '162934.482500', '162934.942500', '162935.402500', '162935.862500', '162936.322500', '162936.782500', '162937.242500', '162937.702500', '162938.162500', '162938.622500', '162939.082500', '162939.542500', '162940.002500', '162940.462500', '162940.922500', '162941.382500', '162941.842500', '162942.302500', '162942.762500', '162943.222500', '162943.682500', '162944.142500', '162944.602500', '162945.062500', '162945.522500', '162945.982500', '162946.442500', '162946.902500', '162947.362500', '162947.822500', '162948.282500', '162948.742500', '162949.202500', '162949.662500', '162950.122500', '162950.582500', '162951.042500', '162951.502500', '162951.962500', '162952.422500', '162952.882500', '162953.342500', '162953.802500', '162954.262500', '162954.722500', '162955.182500', '162955.642500', '162956.102500', '162956.562500', '162957.022500', '162957.482500', '162957.942500', '162958.402500', '162958.862500', '162959.322500', '162959.782500', '163000.242500', '163000.702500', '163001.162500', '163001.622500', '163002.082500', '163002.542500', '163003.002500', '163003.462500', '163003.922500', '163004.382500', '163004.842500', '163005.302500', '163005.762500', '163006.222500', '163006.682500', '163007.142500', '163007.602500', '163008.062500', '163008.522500', '163008.982500', '163009.442500', '163009.902500', '163010.362500', '163010.822500', '163011.282500', '163011.742500', '163012.202500', '163012.662500', '163013.122500', '163013.582500', '163014.042500', '163014.502500', '163014.962500', '163015.422500', '163015.882500', '163016.342500', '163016.802500', '163017.262500', '163017.722500', '163018.182500', '163018.642500', '163019.102500', '163019.562500', '163020.022500', '163020.482500', '163020.942500', '163021.402500', '163021.862500', '163022.322500', '163022.782500', '163023.242500'], 'ContentTime': ['162230.712000', '162230.715000', '162230.717000', '162230.720000', '162230.723000', '162230.725000', '162230.728000', '162230.730000', '162230.733000', '162230.735000', '162230.738000', '162230.740000', '162230.743000', '162230.746000', '162230.748000', '162230.751000', '162230.753000', '162230.756000', '162230.759000', '162230.762000', '162230.770000', '162230.773000', '162230.776000', '162230.778000', '162230.781000', '162230.783000', '162230.786000', '162230.788000', '162230.791000', '162230.794000', '162230.796000', '162230.799000', '162230.801000', '162230.804000', '162230.806000', '162230.809000', '162230.811000', '162230.814000', '162230.816000', '162230.819000', '162230.822000', '162230.824000', '162250.680000', '162250.682000', '162250.685000', '162250.688000', '162250.697000', '162250.700000', '162250.703000', '162250.705000', '162250.708000', '162250.710000', '162250.713000', '162250.715000', '162250.718000', '162250.720000', '162250.723000', '162250.726000', '162250.728000', '162250.731000', '162250.733000', '162250.736000', '162250.738000', '162250.741000', '162250.743000', '162250.746000', '162250.748000', '162250.751000', '162250.754000', '162250.756000', '162250.759000', '162250.761000', '162250.764000', '162250.767000', '162250.769000', '162250.772000', '162250.774000', '162250.777000', '162250.779000', '162250.782000', '162250.784000', '162250.787000', '162250.789000', '162250.792000', '162250.798000', '162250.801000', '162310.680000', '162310.683000', '162310.685000', '162310.688000', '162310.691000', '162310.694000', '162310.697000', '162310.700000', '162310.702000', '162310.705000', '162310.707000', '162310.710000', '162310.713000', '162310.715000', '162310.718000', '162310.720000', '162310.723000', '162310.725000', '162310.728000', '162310.731000', '162310.733000', '162310.736000', '162310.738000', '162310.741000', '162310.743000', '162310.746000', '162310.748000', '162310.751000', '162310.754000', '162310.756000', '162310.759000', '162310.761000', '162310.766000', '162310.769000', '162310.772000', '162310.774000', '162310.777000', '162310.779000', '162310.782000', '162310.784000', '162310.787000', '162310.790000', '162310.792000', '162330.679000', '162330.682000', '162330.685000', '162330.688000', '162330.690000', '162330.693000', '162330.695000', '162330.698000', '162330.701000', '162330.703000', '162330.706000', '162330.708000', '162330.711000', '162330.713000', '162330.716000', '162330.719000', '162330.721000', '162330.724000', '162330.726000', '162330.729000', '162330.731000', '162330.734000', '162330.737000', '162330.739000', '162330.742000', '162330.744000', '162330.747000', '162330.749000', '162330.752000', '162330.754000', '162330.757000', '162330.760000', '162330.762000', '162330.765000', '162330.767000', '162330.770000', '162330.772000', '162330.775000', '162330.778000', '162330.780000', '162330.783000', '162330.785000', '162330.788000', '162330.791000', '162350.680000', '162350.682000', '162350.685000', '162350.688000', '162350.690000', '162350.693000', '162350.695000', '162350.698000', '162350.700000', '162350.703000', '162350.706000', '162350.708000', '162350.711000', '162350.713000', '162350.716000', '162350.718000', '162350.721000', '162350.723000', '162350.726000', '162350.728000', '162350.731000', '162350.734000', '162350.736000', '162350.739000', '162350.741000', '162350.744000', '162350.746000', '162350.749000', '162350.751000', '162350.754000', '162350.757000', '162350.759000', '162350.762000', '162350.764000', '162350.767000', '162350.769000', '162350.772000', '162350.774000', '162350.777000', '162350.780000', '162350.782000', '162350.785000', '162350.787000', '162410.680000', '162410.682000', '162410.685000', '162410.688000', '162410.690000', '162410.693000', '162410.695000', '162410.698000', '162410.701000', '162410.703000', '162410.706000', '162410.709000', '162410.711000', '162410.714000', '162410.716000', '162410.719000', '162410.721000', '162410.724000', '162410.726000', '162410.729000', '162410.732000', '162410.736000', '162410.739000', '162410.742000', '162410.744000', '162410.747000', '162410.749000', '162410.752000', '162410.754000', '162410.757000', '162410.760000', '162410.762000', '162410.765000', '162410.767000', '162410.770000', '162410.773000', '162410.775000', '162410.778000', '162410.780000', '162410.783000', '162410.785000', '162410.788000', '162410.791000', '162410.793000', '162430.679000', '162430.682000', '162430.685000', '162430.687000', '162430.690000', '162430.693000', '162430.695000', '162430.698000', '162430.700000', '162430.703000', '162430.705000', '162430.708000', '162430.711000', '162430.713000', '162430.716000', '162430.718000', '162430.721000', '162430.723000', '162430.726000', '162430.728000', '162430.731000', '162430.733000', '162430.736000', '162430.739000', '162430.741000', '162430.744000', '162430.746000', '162430.749000', '162430.752000', '162430.754000', '162430.757000', '162430.759000', '162430.762000', '162430.764000', '162430.767000', '162430.769000', '162430.772000', '162430.775000', '162430.777000', '162430.780000', '162430.782000', '162430.785000', '162430.787000', '162450.681000', '162450.684000', '162450.686000', '162450.689000', '162450.691000', '162450.694000', '162450.696000', '162450.699000', '162450.702000', '162450.704000', '162450.707000', '162450.709000', '162450.712000', '162450.714000', '162450.717000', '162450.720000', '162450.722000', '162450.725000', '162450.727000', '162450.730000', '162450.732000', '162450.735000', '162450.737000', '162450.740000', '162450.743000', '162450.745000', '162450.748000', '162450.750000', '162450.753000', '162450.756000', '162450.758000', '162450.761000', '162450.763000', '162450.766000', '162450.768000', '162450.771000', '162450.774000', '162450.776000', '162450.779000', '162450.782000', '162450.784000', '162450.787000', '162450.789000', '162450.792000', '162510.680000', '162510.683000', '162510.685000', '162510.688000', '162510.690000', '162510.693000', '162510.695000', '162510.698000', '162510.701000', '162510.703000', '162510.706000', '162510.708000', '162510.711000', '162510.713000', '162510.716000', '162510.718000', '162510.721000', '162510.724000', '162510.726000', '162510.729000', '162510.731000', '162510.734000', '162510.737000', '162510.739000', '162510.742000', '162510.745000', '162510.747000', '162510.750000', '162510.752000', '162510.755000', '162510.757000', '162510.760000', '162510.762000', '162510.765000', '162510.767000', '162510.770000', '162510.773000', '162510.775000', '162510.778000', '162510.780000', '162510.783000', '162510.786000', '162510.788000', '162530.680000', '162530.682000', '162530.686000', '162530.689000', '162530.692000', '162530.694000', '162530.697000', '162530.700000', '162530.702000', '162530.705000', '162530.707000', '162530.710000', '162530.712000', '162530.715000', '162530.717000', '162530.720000', '162530.722000', '162530.725000', '162530.728000', '162530.730000', '162530.733000', '162530.735000', '162530.738000', '162530.741000', '162530.743000', '162530.746000', '162530.748000', '162530.751000', '162530.753000', '162530.756000', '162530.759000', '162530.761000', '162530.764000', '162530.766000', '162530.769000', '162530.771000', '162530.774000', '162530.777000', '162530.782000', '162530.784000', '162530.787000', '162530.789000', '162530.792000', '162550.680000', '162550.682000', '162550.685000', '162550.688000', '162550.690000', '162550.693000', '162550.695000', '162550.698000', '162550.701000', '162550.703000', '162550.706000', '162550.708000', '162550.711000', '162550.713000', '162550.716000', '162550.718000', '162550.721000', '162550.724000', '162550.726000', '162550.729000', '162550.731000', '162550.734000', '162550.737000', '162550.739000', '162550.742000', '162550.744000', '162550.747000', '162550.749000', '162550.752000', '162550.754000', '162550.757000', '162550.760000', '162550.762000', '162550.765000', '162550.767000', '162550.770000', '162550.773000', '162550.775000', '162550.778000', '162550.780000', '162550.783000', '162550.785000', '162550.788000', '162550.790000', '162610.680000', '162610.682000', '162610.685000', '162610.687000', '162610.690000', '162610.693000', '162610.695000', '162610.698000', '162610.700000', '162610.703000', '162610.706000', '162610.708000', '162610.711000', '162610.713000', '162610.716000', '162610.718000', '162610.721000', '162610.724000', '162610.726000', '162610.729000', '162610.732000', '162610.734000', '162610.737000', '162610.739000', '162610.742000', '162610.744000', '162610.747000', '162610.750000', '162610.752000', '162610.755000', '162610.757000', '162610.760000', '162610.762000', '162610.780000', '162610.782000', '162610.785000', '162610.787000', '162610.790000', '162610.793000', '162610.795000', '162610.798000', '162610.800000', '162610.803000', '162610.806000', '162630.680000', '162630.682000', '162630.685000', '162630.688000', '162630.690000', '162630.693000', '162630.696000', '162630.698000', '162630.701000', '162630.703000', '162630.706000', '162630.708000', '162630.711000', '162630.713000', '162630.716000', '162630.719000', '162630.721000', '162630.724000', '162630.726000', '162630.729000', '162630.731000', '162630.734000', '162630.737000', '162630.739000', '162630.742000', '162630.744000', '162630.747000', '162630.749000', '162630.752000', '162630.755000', '162630.757000', '162630.760000', '162630.762000', '162630.765000', '162630.767000', '162630.770000', '162630.773000', '162630.775000', '162630.778000', '162630.780000', '162630.783000', '162630.785000', '162630.788000', '162650.680000', '162650.683000', '162650.685000', '162650.688000', '162650.690000', '162650.693000', '162650.696000', '162650.700000', '162650.703000', '162650.706000', '162650.708000', '162650.711000', '162650.714000', '162650.717000', '162650.720000', '162650.722000', '162650.725000', '162650.728000', '162650.730000', '162650.733000', '162650.735000', '162650.738000', '162650.741000', '162650.743000', '162650.746000', '162650.748000', '162650.751000', '162650.753000', '162650.756000', '162650.759000', '162650.761000', '162650.764000', '162650.766000', '162650.769000', '162650.772000', '162650.774000', '162650.777000', '162650.779000', '162650.782000', '162650.784000', '162650.787000', '162650.789000', '162650.792000', '162710.681000', '162710.684000', '162710.686000', '162710.689000', '162710.691000', '162710.694000', '162710.697000', '162710.699000', '162710.702000', '162710.704000', '162710.707000', '162710.709000', '162710.712000', '162710.715000', '162710.717000', '162710.720000', '162710.722000', '162710.725000', '162710.728000', '162710.730000', '162710.733000', '162710.735000', '162710.738000', '162710.740000', '162710.743000', '162710.745000', '162710.748000', '162710.751000', '162710.753000', '162710.756000', '162710.758000', '162710.761000', '162710.763000', '162710.766000', '162710.769000', '162710.771000', '162710.774000', '162710.776000', '162710.779000', '162710.782000', '162710.784000', '162710.787000', '162710.789000', '162710.792000', '162730.680000', '162730.682000', '162730.685000', '162730.688000', '162730.690000', '162730.693000', '162730.696000', '162730.698000', '162730.701000', '162730.703000', '162730.706000', '162730.709000', '162730.711000', '162730.714000', '162730.716000', '162730.719000', '162730.722000', '162730.724000', '162730.727000', '162730.729000', '162730.732000', '162730.734000', '162730.737000', '162730.740000', '162730.742000', '162730.745000', '162730.747000', '162730.750000', '162730.752000', '162730.755000', '162730.758000', '162730.760000', '162730.763000', '162730.765000', '162730.768000', '162730.770000', '162730.773000', '162730.776000', '162730.778000', '162730.781000', '162730.783000', '162730.786000', '162730.788000', '162730.791000', '162750.680000', '162750.683000', '162750.685000', '162750.688000', '162750.690000', '162750.693000', '162750.695000', '162750.698000', '162750.701000', '162750.703000', '162750.706000', '162750.708000', '162750.711000', '162750.713000', '162750.716000', '162750.719000', '162750.721000', '162750.724000', '162750.726000', '162750.729000', '162750.732000', '162750.734000', '162750.737000', '162750.739000', '162750.742000', '162750.745000', '162750.747000', '162750.751000', '162750.754000', '162750.757000', '162750.759000', '162750.762000', '162750.764000', '162750.767000', '162750.770000', '162750.772000', '162750.775000', '162750.777000', '162750.780000', '162750.782000', '162750.785000', '162750.787000', '162750.790000', '162810.680000', '162810.684000', '162810.687000', '162810.689000', '162810.692000', '162810.695000', '162810.697000', '162810.700000', '162810.702000', '162810.705000', '162810.707000', '162810.710000', '162810.713000', '162810.715000', '162810.718000', '162810.721000', '162810.723000', '162810.726000', '162810.728000', '162810.731000', '162810.733000', '162810.736000', '162810.738000', '162810.741000', '162810.743000', '162810.746000', '162810.749000', '162810.751000', '162810.754000', '162810.756000', '162810.759000', '162810.762000', '162810.764000', '162810.767000', '162810.769000', '162810.772000', '162810.774000', '162810.777000', '162810.779000', '162810.782000', '162810.784000', '162810.787000', '162810.790000', '162810.792000', '162830.680000', '162830.682000', '162830.685000', '162830.687000', '162830.690000', '162830.693000', '162830.695000', '162830.698000', '162830.700000', '162830.703000', '162830.705000', '162830.708000', '162830.711000', '162830.713000', '162830.716000', '162830.718000', '162830.721000', '162830.723000', '162830.726000', '162830.729000', '162830.731000', '162830.734000', '162830.736000', '162830.739000', '162830.741000', '162830.744000', '162830.747000', '162830.749000', '162830.752000', '162830.754000', '162830.757000', '162830.759000', '162830.762000', '162830.765000', '162830.767000', '162830.770000', '162830.772000', '162830.775000', '162830.777000', '162830.780000', '162830.783000', '162830.785000', '162830.788000', '162850.680000', '162850.682000', '162850.685000', '162850.689000', '162850.692000', '162850.694000', '162850.697000', '162850.700000', '162850.702000', '162850.705000', '162850.707000', '162850.710000', '162850.713000', '162850.715000', '162850.718000', '162850.720000', '162850.723000', '162850.725000', '162850.728000', '162850.730000', '162850.733000', '162850.736000', '162850.738000', '162850.741000', '162850.743000', '162850.746000', '162850.749000', '162850.751000', '162850.754000', '162850.756000', '162850.759000', '162850.762000', '162850.764000', '162850.767000', '162850.769000', '162850.772000', '162850.774000', '162850.777000', '162850.779000', '162850.782000', '162850.785000', '162850.787000', '162850.790000', '162910.681000', '162910.683000', '162910.686000', '162910.689000', '162910.691000', '162910.694000', '162910.696000', '162910.699000', '162910.701000', '162910.704000', '162910.707000', '162910.709000', '162910.712000', '162910.714000', '162910.717000', '162910.720000', '162910.722000', '162910.725000', '162910.727000', '162910.730000', '162910.732000', '162910.735000', '162910.738000', '162910.740000', '162910.743000', '162910.745000', '162910.748000', '162910.751000', '162910.753000', '162910.756000', '162910.758000', '162910.761000', '162910.763000', '162910.766000', '162910.768000', '162910.771000', '162910.774000', '162910.776000', '162910.779000', '162910.781000', '162910.784000', '162910.786000', '162910.789000', '162910.792000', '162930.681000', '162930.683000', '162930.686000', '162930.689000', '162930.691000', '162930.694000', '162930.696000', '162930.699000', '162930.701000', '162930.704000', '162930.707000', '162930.709000', '162930.712000', '162930.714000', '162930.717000', '162930.719000', '162930.723000', '162930.725000', '162930.728000', '162930.731000', '162930.733000', '162930.736000', '162930.738000', '162930.741000', '162930.744000', '162930.746000', '162930.749000', '162930.751000', '162930.754000', '162930.757000', '162930.759000', '162930.762000', '162930.764000', '162930.767000', '162930.769000', '162930.772000', '162930.774000', '162930.777000', '162930.780000', '162930.782000', '162930.785000', '162930.787000', '162930.790000', '162930.793000', '162950.680000', '162950.683000', '162950.685000', '162950.688000', '162950.690000', '162950.693000', '162950.696000', '162950.698000', '162950.701000', '162950.703000', '162950.706000', '162950.709000', '162950.711000', '162950.714000', '162950.716000', '162950.719000', '162950.721000', '162950.724000', '162950.727000', '162950.729000', '162950.732000', '162950.734000', '162950.737000', '162950.740000', '162950.742000', '162950.745000', '162950.747000', '162950.750000', '162950.753000', '162950.755000', '162950.758000', '162950.760000', '162950.763000', '162950.765000', '162950.768000', '162950.771000', '162950.773000', '162950.776000', '162950.778000', '162950.781000', '162950.784000', '162950.786000', '162950.789000', '163010.680000', '163010.682000', '163010.685000', '163010.688000', '163010.690000', '163010.693000', '163010.695000', '163010.698000', '163010.700000', '163010.703000', '163010.706000', '163010.708000', '163010.711000', '163010.714000', '163010.716000', '163010.719000', '163010.722000', '163010.724000', '163010.727000', '163010.729000', '163010.732000', '163010.734000', '163010.737000', '163010.740000', '163010.742000', '163010.745000', '163010.747000', '163010.750000', '163010.752000', '163010.755000', '163010.757000', '163010.760000', '163010.763000', '163010.765000', '163010.768000', '163010.770000', '163010.773000', '163010.775000', '163010.778000', '163010.781000', '163010.783000', '163010.786000', '163010.788000', '163024.491000', '163024.494000', '163024.497000', '163024.499000', '163024.502000', '163024.505000', '163024.508000', '163024.510000', '163024.523000', '163024.526000', '163024.529000', '163024.531000', '163024.534000', '163024.537000', '163024.539000', '163024.542000', '163024.544000', '163024.547000', '163024.550000', '163024.552000', '163024.555000', '163024.557000', '163024.560000', '163024.563000', '163024.565000', '163024.568000', '163024.571000', '163024.574000', '163024.577000', '163024.580000', '163024.583000'], 'InstanceCreationTime': ['162230.712000', '162230.715000', '162230.717000', '162230.720000', '162230.723000', '162230.725000', '162230.728000', '162230.730000', '162230.733000', '162230.735000', '162230.738000', '162230.740000', '162230.743000', '162230.746000', '162230.748000', '162230.751000', '162230.753000', '162230.756000', '162230.759000', '162230.762000', '162230.770000', '162230.773000', '162230.776000', '162230.778000', '162230.781000', '162230.783000', '162230.786000', '162230.788000', '162230.791000', '162230.794000', '162230.796000', '162230.799000', '162230.801000', '162230.804000', '162230.806000', '162230.809000', '162230.811000', '162230.814000', '162230.816000', '162230.819000', '162230.822000', '162230.824000', '162250.680000', '162250.682000', '162250.685000', '162250.688000', '162250.697000', '162250.700000', '162250.703000', '162250.705000', '162250.708000', '162250.710000', '162250.713000', '162250.715000', '162250.718000', '162250.720000', '162250.723000', '162250.726000', '162250.728000', '162250.731000', '162250.733000', '162250.736000', '162250.738000', '162250.741000', '162250.743000', '162250.746000', '162250.748000', '162250.751000', '162250.754000', '162250.756000', '162250.759000', '162250.761000', '162250.764000', '162250.767000', '162250.769000', '162250.772000', '162250.774000', '162250.777000', '162250.779000', '162250.782000', '162250.784000', '162250.787000', '162250.789000', '162250.792000', '162250.798000', '162250.801000', '162310.680000', '162310.683000', '162310.685000', '162310.688000', '162310.691000', '162310.694000', '162310.697000', '162310.700000', '162310.702000', '162310.705000', '162310.707000', '162310.710000', '162310.713000', '162310.715000', '162310.718000', '162310.720000', '162310.723000', '162310.725000', '162310.728000', '162310.731000', '162310.733000', '162310.736000', '162310.738000', '162310.741000', '162310.743000', '162310.746000', '162310.748000', '162310.751000', '162310.754000', '162310.756000', '162310.759000', '162310.761000', '162310.766000', '162310.769000', '162310.772000', '162310.774000', '162310.777000', '162310.779000', '162310.782000', '162310.784000', '162310.787000', '162310.790000', '162310.792000', '162330.679000', '162330.682000', '162330.685000', '162330.688000', '162330.690000', '162330.693000', '162330.695000', '162330.698000', '162330.701000', '162330.703000', '162330.706000', '162330.708000', '162330.711000', '162330.713000', '162330.716000', '162330.719000', '162330.721000', '162330.724000', '162330.726000', '162330.729000', '162330.731000', '162330.734000', '162330.737000', '162330.739000', '162330.742000', '162330.744000', '162330.747000', '162330.749000', '162330.752000', '162330.754000', '162330.757000', '162330.760000', '162330.762000', '162330.765000', '162330.767000', '162330.770000', '162330.772000', '162330.775000', '162330.778000', '162330.780000', '162330.783000', '162330.785000', '162330.788000', '162330.791000', '162350.680000', '162350.682000', '162350.685000', '162350.688000', '162350.690000', '162350.693000', '162350.695000', '162350.698000', '162350.700000', '162350.703000', '162350.706000', '162350.708000', '162350.711000', '162350.713000', '162350.716000', '162350.718000', '162350.721000', '162350.723000', '162350.726000', '162350.728000', '162350.731000', '162350.734000', '162350.736000', '162350.739000', '162350.741000', '162350.744000', '162350.746000', '162350.749000', '162350.751000', '162350.754000', '162350.757000', '162350.759000', '162350.762000', '162350.764000', '162350.767000', '162350.769000', '162350.772000', '162350.774000', '162350.777000', '162350.780000', '162350.782000', '162350.785000', '162350.787000', '162410.680000', '162410.682000', '162410.685000', '162410.688000', '162410.690000', '162410.693000', '162410.695000', '162410.698000', '162410.701000', '162410.703000', '162410.706000', '162410.709000', '162410.711000', '162410.714000', '162410.716000', '162410.719000', '162410.721000', '162410.724000', '162410.726000', '162410.729000', '162410.732000', '162410.736000', '162410.739000', '162410.742000', '162410.744000', '162410.747000', '162410.749000', '162410.752000', '162410.754000', '162410.757000', '162410.760000', '162410.762000', '162410.765000', '162410.767000', '162410.770000', '162410.773000', '162410.775000', '162410.778000', '162410.780000', '162410.783000', '162410.785000', '162410.788000', '162410.791000', '162410.793000', '162430.679000', '162430.682000', '162430.685000', '162430.687000', '162430.690000', '162430.693000', '162430.695000', '162430.698000', '162430.700000', '162430.703000', '162430.705000', '162430.708000', '162430.711000', '162430.713000', '162430.716000', '162430.718000', '162430.721000', '162430.723000', '162430.726000', '162430.728000', '162430.731000', '162430.733000', '162430.736000', '162430.739000', '162430.741000', '162430.744000', '162430.746000', '162430.749000', '162430.752000', '162430.754000', '162430.757000', '162430.759000', '162430.762000', '162430.764000', '162430.767000', '162430.769000', '162430.772000', '162430.775000', '162430.777000', '162430.780000', '162430.782000', '162430.785000', '162430.787000', '162450.681000', '162450.684000', '162450.686000', '162450.689000', '162450.691000', '162450.694000', '162450.696000', '162450.699000', '162450.702000', '162450.704000', '162450.707000', '162450.709000', '162450.712000', '162450.714000', '162450.717000', '162450.720000', '162450.722000', '162450.725000', '162450.727000', '162450.730000', '162450.732000', '162450.735000', '162450.737000', '162450.740000', '162450.743000', '162450.745000', '162450.748000', '162450.750000', '162450.753000', '162450.756000', '162450.758000', '162450.761000', '162450.763000', '162450.766000', '162450.768000', '162450.771000', '162450.774000', '162450.776000', '162450.779000', '162450.782000', '162450.784000', '162450.787000', '162450.789000', '162450.792000', '162510.680000', '162510.683000', '162510.685000', '162510.688000', '162510.690000', '162510.693000', '162510.695000', '162510.698000', '162510.701000', '162510.703000', '162510.706000', '162510.708000', '162510.711000', '162510.713000', '162510.716000', '162510.718000', '162510.721000', '162510.724000', '162510.726000', '162510.729000', '162510.731000', '162510.734000', '162510.737000', '162510.739000', '162510.742000', '162510.745000', '162510.747000', '162510.750000', '162510.752000', '162510.755000', '162510.757000', '162510.760000', '162510.762000', '162510.765000', '162510.767000', '162510.770000', '162510.773000', '162510.775000', '162510.778000', '162510.780000', '162510.783000', '162510.786000', '162510.788000', '162530.680000', '162530.682000', '162530.686000', '162530.689000', '162530.692000', '162530.694000', '162530.697000', '162530.700000', '162530.702000', '162530.705000', '162530.707000', '162530.710000', '162530.712000', '162530.715000', '162530.717000', '162530.720000', '162530.722000', '162530.725000', '162530.728000', '162530.730000', '162530.733000', '162530.735000', '162530.738000', '162530.741000', '162530.743000', '162530.746000', '162530.748000', '162530.751000', '162530.753000', '162530.756000', '162530.759000', '162530.761000', '162530.764000', '162530.766000', '162530.769000', '162530.771000', '162530.774000', '162530.777000', '162530.782000', '162530.784000', '162530.787000', '162530.789000', '162530.792000', '162550.680000', '162550.682000', '162550.685000', '162550.688000', '162550.690000', '162550.693000', '162550.695000', '162550.698000', '162550.701000', '162550.703000', '162550.706000', '162550.708000', '162550.711000', '162550.713000', '162550.716000', '162550.718000', '162550.721000', '162550.724000', '162550.726000', '162550.729000', '162550.731000', '162550.734000', '162550.737000', '162550.739000', '162550.742000', '162550.744000', '162550.747000', '162550.749000', '162550.752000', '162550.754000', '162550.757000', '162550.760000', '162550.762000', '162550.765000', '162550.767000', '162550.770000', '162550.773000', '162550.775000', '162550.778000', '162550.780000', '162550.783000', '162550.785000', '162550.788000', '162550.790000', '162610.680000', '162610.682000', '162610.685000', '162610.687000', '162610.690000', '162610.693000', '162610.695000', '162610.698000', '162610.700000', '162610.703000', '162610.706000', '162610.708000', '162610.711000', '162610.713000', '162610.716000', '162610.718000', '162610.721000', '162610.724000', '162610.726000', '162610.729000', '162610.732000', '162610.734000', '162610.737000', '162610.739000', '162610.742000', '162610.744000', '162610.747000', '162610.750000', '162610.752000', '162610.755000', '162610.757000', '162610.760000', '162610.762000', '162610.780000', '162610.782000', '162610.785000', '162610.787000', '162610.790000', '162610.793000', '162610.795000', '162610.798000', '162610.800000', '162610.803000', '162610.806000', '162630.680000', '162630.682000', '162630.685000', '162630.688000', '162630.690000', '162630.693000', '162630.696000', '162630.698000', '162630.701000', '162630.703000', '162630.706000', '162630.708000', '162630.711000', '162630.713000', '162630.716000', '162630.719000', '162630.721000', '162630.724000', '162630.726000', '162630.729000', '162630.731000', '162630.734000', '162630.737000', '162630.739000', '162630.742000', '162630.744000', '162630.747000', '162630.749000', '162630.752000', '162630.755000', '162630.757000', '162630.760000', '162630.762000', '162630.765000', '162630.767000', '162630.770000', '162630.773000', '162630.775000', '162630.778000', '162630.780000', '162630.783000', '162630.785000', '162630.788000', '162650.680000', '162650.683000', '162650.685000', '162650.688000', '162650.690000', '162650.693000', '162650.696000', '162650.700000', '162650.703000', '162650.706000', '162650.708000', '162650.711000', '162650.714000', '162650.717000', '162650.720000', '162650.722000', '162650.725000', '162650.728000', '162650.730000', '162650.733000', '162650.735000', '162650.738000', '162650.741000', '162650.743000', '162650.746000', '162650.748000', '162650.751000', '162650.753000', '162650.756000', '162650.759000', '162650.761000', '162650.764000', '162650.766000', '162650.769000', '162650.772000', '162650.774000', '162650.777000', '162650.779000', '162650.782000', '162650.784000', '162650.787000', '162650.789000', '162650.792000', '162710.681000', '162710.684000', '162710.686000', '162710.689000', '162710.691000', '162710.694000', '162710.697000', '162710.699000', '162710.702000', '162710.704000', '162710.707000', '162710.709000', '162710.712000', '162710.715000', '162710.717000', '162710.720000', '162710.722000', '162710.725000', '162710.728000', '162710.730000', '162710.733000', '162710.735000', '162710.738000', '162710.740000', '162710.743000', '162710.745000', '162710.748000', '162710.751000', '162710.753000', '162710.756000', '162710.758000', '162710.761000', '162710.763000', '162710.766000', '162710.769000', '162710.771000', '162710.774000', '162710.776000', '162710.779000', '162710.782000', '162710.784000', '162710.787000', '162710.789000', '162710.792000', '162730.680000', '162730.682000', '162730.685000', '162730.688000', '162730.690000', '162730.693000', '162730.696000', '162730.698000', '162730.701000', '162730.703000', '162730.706000', '162730.709000', '162730.711000', '162730.714000', '162730.716000', '162730.719000', '162730.722000', '162730.724000', '162730.727000', '162730.729000', '162730.732000', '162730.734000', '162730.737000', '162730.740000', '162730.742000', '162730.745000', '162730.747000', '162730.750000', '162730.752000', '162730.755000', '162730.758000', '162730.760000', '162730.763000', '162730.765000', '162730.768000', '162730.770000', '162730.773000', '162730.776000', '162730.778000', '162730.781000', '162730.783000', '162730.786000', '162730.788000', '162730.791000', '162750.680000', '162750.683000', '162750.685000', '162750.688000', '162750.690000', '162750.693000', '162750.695000', '162750.698000', '162750.701000', '162750.703000', '162750.706000', '162750.708000', '162750.711000', '162750.713000', '162750.716000', '162750.719000', '162750.721000', '162750.724000', '162750.726000', '162750.729000', '162750.732000', '162750.734000', '162750.737000', '162750.739000', '162750.742000', '162750.745000', '162750.747000', '162750.751000', '162750.754000', '162750.757000', '162750.759000', '162750.762000', '162750.764000', '162750.767000', '162750.770000', '162750.772000', '162750.775000', '162750.777000', '162750.780000', '162750.782000', '162750.785000', '162750.787000', '162750.790000', '162810.680000', '162810.684000', '162810.687000', '162810.689000', '162810.692000', '162810.695000', '162810.697000', '162810.700000', '162810.702000', '162810.705000', '162810.707000', '162810.710000', '162810.713000', '162810.715000', '162810.718000', '162810.721000', '162810.723000', '162810.726000', '162810.728000', '162810.731000', '162810.733000', '162810.736000', '162810.738000', '162810.741000', '162810.743000', '162810.746000', '162810.749000', '162810.751000', '162810.754000', '162810.756000', '162810.759000', '162810.762000', '162810.764000', '162810.767000', '162810.769000', '162810.772000', '162810.774000', '162810.777000', '162810.779000', '162810.782000', '162810.784000', '162810.787000', '162810.790000', '162810.792000', '162830.680000', '162830.682000', '162830.685000', '162830.687000', '162830.690000', '162830.693000', '162830.695000', '162830.698000', '162830.700000', '162830.703000', '162830.705000', '162830.708000', '162830.711000', '162830.713000', '162830.716000', '162830.718000', '162830.721000', '162830.723000', '162830.726000', '162830.729000', '162830.731000', '162830.734000', '162830.736000', '162830.739000', '162830.741000', '162830.744000', '162830.747000', '162830.749000', '162830.752000', '162830.754000', '162830.757000', '162830.759000', '162830.762000', '162830.765000', '162830.767000', '162830.770000', '162830.772000', '162830.775000', '162830.777000', '162830.780000', '162830.783000', '162830.785000', '162830.788000', '162850.680000', '162850.682000', '162850.685000', '162850.689000', '162850.692000', '162850.694000', '162850.697000', '162850.700000', '162850.702000', '162850.705000', '162850.707000', '162850.710000', '162850.713000', '162850.715000', '162850.718000', '162850.720000', '162850.723000', '162850.725000', '162850.728000', '162850.730000', '162850.733000', '162850.736000', '162850.738000', '162850.741000', '162850.743000', '162850.746000', '162850.749000', '162850.751000', '162850.754000', '162850.756000', '162850.759000', '162850.762000', '162850.764000', '162850.767000', '162850.769000', '162850.772000', '162850.774000', '162850.777000', '162850.779000', '162850.782000', '162850.785000', '162850.787000', '162850.790000', '162910.681000', '162910.683000', '162910.686000', '162910.689000', '162910.691000', '162910.694000', '162910.696000', '162910.699000', '162910.701000', '162910.704000', '162910.707000', '162910.709000', '162910.712000', '162910.714000', '162910.717000', '162910.720000', '162910.722000', '162910.725000', '162910.727000', '162910.730000', '162910.732000', '162910.735000', '162910.738000', '162910.740000', '162910.743000', '162910.745000', '162910.748000', '162910.751000', '162910.753000', '162910.756000', '162910.758000', '162910.761000', '162910.763000', '162910.766000', '162910.768000', '162910.771000', '162910.774000', '162910.776000', '162910.779000', '162910.781000', '162910.784000', '162910.786000', '162910.789000', '162910.792000', '162930.681000', '162930.683000', '162930.686000', '162930.689000', '162930.691000', '162930.694000', '162930.696000', '162930.699000', '162930.701000', '162930.704000', '162930.707000', '162930.709000', '162930.712000', '162930.714000', '162930.717000', '162930.719000', '162930.723000', '162930.725000', '162930.728000', '162930.731000', '162930.733000', '162930.736000', '162930.738000', '162930.741000', '162930.744000', '162930.746000', '162930.749000', '162930.751000', '162930.754000', '162930.757000', '162930.759000', '162930.762000', '162930.764000', '162930.767000', '162930.769000', '162930.772000', '162930.774000', '162930.777000', '162930.780000', '162930.782000', '162930.785000', '162930.787000', '162930.790000', '162930.793000', '162950.680000', '162950.683000', '162950.685000', '162950.688000', '162950.690000', '162950.693000', '162950.696000', '162950.698000', '162950.701000', '162950.703000', '162950.706000', '162950.709000', '162950.711000', '162950.714000', '162950.716000', '162950.719000', '162950.721000', '162950.724000', '162950.727000', '162950.729000', '162950.732000', '162950.734000', '162950.737000', '162950.740000', '162950.742000', '162950.745000', '162950.747000', '162950.750000', '162950.753000', '162950.755000', '162950.758000', '162950.760000', '162950.763000', '162950.765000', '162950.768000', '162950.771000', '162950.773000', '162950.776000', '162950.778000', '162950.781000', '162950.784000', '162950.786000', '162950.789000', '163010.680000', '163010.682000', '163010.685000', '163010.688000', '163010.690000', '163010.693000', '163010.695000', '163010.698000', '163010.700000', '163010.703000', '163010.706000', '163010.708000', '163010.711000', '163010.714000', '163010.716000', '163010.719000', '163010.722000', '163010.724000', '163010.727000', '163010.729000', '163010.732000', '163010.734000', '163010.737000', '163010.740000', '163010.742000', '163010.745000', '163010.747000', '163010.750000', '163010.752000', '163010.755000', '163010.757000', '163010.760000', '163010.763000', '163010.765000', '163010.768000', '163010.770000', '163010.773000', '163010.775000', '163010.778000', '163010.781000', '163010.783000', '163010.786000', '163010.788000', '163024.491000', '163024.494000', '163024.497000', '163024.499000', '163024.502000', '163024.505000', '163024.508000', '163024.510000', '163024.523000', '163024.526000', '163024.529000', '163024.531000', '163024.534000', '163024.537000', '163024.539000', '163024.542000', '163024.544000', '163024.547000', '163024.550000', '163024.552000', '163024.555000', '163024.557000', '163024.560000', '163024.563000', '163024.565000', '163024.568000', '163024.571000', '163024.574000', '163024.577000', '163024.580000', '163024.583000'], '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': [13956, 10056, 8606, 11087, 9561, 7970, 11348, 10121, 8349, 11080, 9830, 8083, 10188, 7903, 11099, 9317, 12318, 10246, 11510, 10003, 8073, 9445, 8073, 10576, 7764, 10763, 8357, 10690, 9906, 11477, 9460, 8921, 8582, 7757, 9376, 8367, 10005, 8225, 10556, 8036, 10800, 8565, 10662, 9204, 11386, 10017, 12108, 9877, 7899, 9772, 8260, 10510, 7967, 11488, 9820, 13796, 9523, 9478, 9367, 8077, 10427, 7744, 14011, 8779, 13989, 9481, 13549, 9980, 15284, 11056, 11735, 9122, 7895, 10200, 7880, 11326, 9152, 12867, 9023, 8877, 9112, 7893, 10675, 8202, 13142, 9744, 8831, 9119, 8049, 10289, 8190, 13789, 9744, 12996, 9210, 8011, 10186, 7845, 14335, 9405, 13499, 9232, 8523, 9451, 8010, 11621, 9005, 14270, 9183, 8030, 9375, 8133, 12154, 9996, 13110, 9935, 7600, 10922, 8243, 14990, 11001, 15889, 13292, 12831, 9435, 7495, 10756, 8787, 14795, 9706, 8834, 9353, 8042, 11224, 9790, 8911, 10006, 8138, 10889, 9083, 10193, 9760, 7778, 13782, 8975, 10775, 9053, 8107, 10677, 7595, 15642, 9607, 13011, 9211, 7980, 10829, 8663, 14818, 10976, 8047, 9899, 7676, 12492, 9227, 14910, 11035, 7940, 11383, 8724, 12510, 9726, 9308, 9915, 7828, 11749, 8861, 12562, 9985, 7975, 10172, 8250, 12487, 9385, 9267, 9808, 7644, 15847, 11448, 15982, 10859, 9669, 10172, 7854, 15697, 10044, 11527, 9297, 7774, 13979, 10806, 8694, 11182, 8590, 10716, 9290, 7865, 11091, 9224, 15527, 11308, 11562, 9303, 7566, 11330, 8445, 16073, 12211, 16127, 10191, 7720, 10279, 7808, 12596, 10177, 13341, 9744, 9066, 10096, 8214, 11317, 9768, 8162, 10775, 8156, 12137, 9358, 8130, 11874, 9736, 8001, 11217, 9898, 14820, 9879, 8203, 10253, 8143, 10704, 8005, 13773, 9989, 13992, 9515, 10820, 8700, 8163, 9602, 7510, 10966, 8791, 10910, 8873, 10565, 8967, 7885, 9674, 8086, 11331, 9110, 10572, 8902, 7752, 10200, 7843, 11692, 9661, 14838, 9366, 9116, 9266, 7833, 10887, 8164, 15300, 11475, 11951, 9157, 7895, 10313, 7809, 13020, 9797, 15774, 10275, 7910, 10255, 7977, 11654, 9408, 13866, 10703, 12076, 10015, 7556, 11153, 9023, 12359, 9940, 12503, 10468, 8119, 10324, 7817, 11220, 8391, 13094, 9412, 14299, 10719, 9199, 9989, 8166, 10876, 8343, 11224, 9497, 12072, 10437, 8351, 9532, 8350, 10574, 8186, 13222, 10201, 15951, 10466, 7858, 10749, 8450, 11622, 9548, 13800, 10770, 16561, 10749, 8826, 9959, 7967, 10532, 7775, 12488, 8648, 14783, 10673, 13501, 9176, 11804, 9713, 10672, 10010, 7591, 10771, 8212, 10658, 9079, 10974, 9823, 11370, 10696, 9399, 9720, 8243, 10461, 8489, 10619, 8972, 11201, 10430, 11045, 9710, 8023, 10363, 8106, 11130, 9455, 13643, 10683, 11696, 9960, 7731, 10859, 8384, 12298, 9595, 13278, 10704, 11495, 10100, 8163, 11142, 9249, 11411, 9889, 10560, 9729, 7598, 11985, 9931, 10428, 9334, 8030, 10695, 8369, 13242, 10373, 16348, 11001, 8514, 10796, 8077, 13458, 9782, 14210, 11079, 13984, 11568, 9403, 13307, 8884, 9812, 9288, 8660, 10116, 8004, 11190, 9503, 13829, 10635, 11894, 9657, 7928, 10561, 7450, 12637, 8943, 15064, 11583, 16158, 9343, 7934, 10336, 8058, 11350, 9405, 7436, 10202, 8531, 11589, 9590, 10018, 9593, 7762, 10465, 8093, 12700, 11035, 9875, 11096, 8779, 10066, 9614, 7830, 14582, 10769, 8081, 10415, 9509, 8947, 11526, 8885, 14514, 10638, 7829, 11709, 10453, 8228, 10297, 9695, 8212, 15368, 10402, 8128, 11143, 8953, 9728, 9774, 8301, 11019, 9406, 7876, 11197, 9050, 13355, 11129, 10099, 9724, 8030, 10293, 7775, 10885, 8451, 11912, 10045, 11966, 9068, 10505, 9370, 10358, 9505, 9178, 10393, 7802, 10702, 8718, 11142, 9140, 11355, 10327, 10391, 10100, 7820, 10386, 7940, 11090, 9013, 12679, 10367, 14521, 11004, 15720, 10046, 8915, 9859, 8030, 11809, 9250, 12989, 9626, 12284, 10371, 12949, 11017, 10242, 10099, 8204, 10594, 8122, 11460, 9350, 13483, 10581, 16445, 10843, 8146, 9591, 7561, 10458, 7792, 11784, 9211, 13662, 9784, 12462, 10289, 12796, 10824, 8877, 10148, 7940, 10556, 8175, 10798, 8582, 13428, 10656, 14640, 9510, 8103, 9664, 8170, 11061, 9426, 12551, 10661, 9186, 9170, 8203, 10534, 7772, 11137, 8950, 13191, 10699, 13124, 9366, 8717, 10010, 7793, 11086, 8549, 13581, 10335, 14031, 10003, 10779, 9897, 8122, 10814, 9208, 12020, 9768, 8060, 9789, 8440, 11153, 9768, 12286, 11168, 11973, 10176, 8022, 10895, 8501, 12850, 10019, 11523, 9911, 7627, 11305, 9007, 13008, 10596, 9629, 9940, 7789, 10904, 8839, 14874, 10412, 9823, 12161, 8463, 14860, 9552, 10127, 9847, 7784, 14718, 11361, 12352, 8868, 7935, 10577, 8210, 13465, 10639, 15832, 9642, 9176, 9692, 7930, 12242, 10100, 17049, 10251, 10233, 9822, 7706, 11035, 9474, 15379, 10609, 9582, 9382, 7846, 10583, 8258, 12521, 9953, 7951, 9640, 7937, 10663, 8696, 7940, 9735, 8464, 12872, 11076, 7979, 7461, 8350, 11423, 9573, 8090, 12654, 10203, 9509, 13720, 11285, 9007, 12551, 10014, 9151, 10968, 10245, 9668, 10194, 10393, 9654, 8025, 15495, 11420, 8300, 9002, 8798, 8039, 11507, 8652, 8258, 10620, 8233, 11943, 9545, 10806, 9379, 9144, 10469, 9418, 13467, 10645, 14217, 9875, 8298, 10463, 9534, 10157, 11437, 10685, 13662, 8906, 18240, 17897, 13529, 10577, 9450, 8175, 9584, 8999, 8269, 10702, 9149, 8088, 12090, 10942, 9176, 12744, 11307, 16253, 11212, 8586, 11032, 9339, 10730, 9235, 7769, 10785, 8060, 11475, 9022, 11449, 10176, 10432, 9278, 8219, 11009, 8397, 10393, 10403, 8153, 11650, 10558, 8247, 10726, 8795, 10042, 9882, 8437, 11337, 10676, 8121, 9888, 9071, 12042, 10639, 10616, 9707, 8347, 10622, 7785, 11411, 8132, 13335, 9874, 13494, 9777, 11106, 9505, 10662, 9793, 10792, 9917, 10096, 10321, 8006, 10750, 8098, 10612, 8337, 11503, 8200, 11327, 8933, 11105, 10051, 12690, 10465, 9158, 9213, 8348, 10319, 8226, 11443, 8923, 10792, 9561, 8178, 10350, 8646, 8164, 11157, 9446, 11403, 10225, 9325, 10783, 9529, 13556, 10969, 15076, 12755, 15387, 12396, 16288, 12726, 16256, 13321, 16238, 12860, 15615, 11685, 15171, 10970, 13156, 9626, 11000, 9422, 10244, 9679, 8223, 11012, 8461, 11505, 9152, 10276, 9896, 8464, 10317, 8309, 11064, 8863, 10851, 9201, 8466, 10438, 8051, 11235, 9797, 11983, 10933, 9234, 10044, 7967, 11117, 8264, 14043, 10464, 12231, 9763, 8043, 11084, 8696, 11861, 9537, 7868, 10687, 7789, 13140, 8513, 13397, 10052, 9212, 8980, 7910, 10798, 8236, 11262, 9133, 11366, 8421, 10722, 8387, 10138, 9483, 8143, 10341, 8170, 10988, 8355, 11366, 8825, 11093, 9140, 10322, 9595, 7535, 11087, 8194, 12198, 8383, 10795, 9009, 8105, 11062, 8334, 14253, 9751, 7788, 10285, 9776, 12508, 8813, 8036, 12817, 10345, 8044, 10861, 9291, 10169, 9477, 8336, 13982, 10014, 16960, 11337, 8267, 10188, 8329, 13053, 9572, 14241, 10320, 14360, 10457, 8104, 9819, 7823, 10711, 8512, 12678, 10263, 8985, 9085, 7920, 10277, 7956, 10835, 8702, 12347, 9703, 11580, 10115, 8247, 10095, 8714, 10775, 9038, 8424, 10254, 9043, 9512, 9187, 8053, 10904, 9551, 14956, 10875, 8281, 10475, 8193, 13746, 9979, 15038, 11636, 15396, 11405, 13567, 9852, 7970, 10647, 8662, 12017, 10534, 7913, 11131, 9603, 14571, 10001, 7849, 13830, 9084, 13266, 9131, 9299, 10268, 8027, 14101, 8950, 12727, 8976, 10925, 9756, 7934, 10696, 7999, 11733, 9305, 11128, 10032, 7860, 10733, 8770, 10747, 8797, 8333, 10425, 7659, 13292, 9766, 10430, 9386, 8113], 'WindowCenter': [4772.0, 4717.0, 4694.0, 4721.0, 4689.0, 4668.0, 4695.0, 4699.0, 4677.0, 4706.0, 4687.0, 4667.0, 4696.0, 4667.0, 4705.0, 4675.0, 4704.0, 4685.0, 4705.0, 4685.0, 4655.0, 4684.0, 4655.0, 4694.0, 4654.0, 4694.0, 4666.0, 4694.0, 4685.0, 4706.0, 4687.0, 4688.0, 4686.0, 4668.0, 4687.0, 4678.0, 4698.0, 4679.0, 4709.0, 4680.0, 4720.0, 4690.0, 4720.0, 4698.0, 4718.0, 4710.0, 4729.0, 4709.0, 4680.0, 4710.0, 4690.0, 4710.0, 4681.0, 4728.0, 4710.0, 4748.0, 4711.0, 4710.0, 4701.0, 4681.0, 4721.0, 4681.0, 4750.0, 4689.0, 4749.0, 4697.0, 4739.0, 4709.0, 4746.0, 4719.0, 4729.0, 4698.0, 4679.0, 4706.0, 4679.0, 4717.0, 4700.0, 4728.0, 4700.0, 4699.0, 4700.0, 4679.0, 4720.0, 4690.0, 4738.0, 4711.0, 4699.0, 4699.0, 4681.0, 4720.0, 4692.0, 4751.0, 4711.0, 4740.0, 4697.0, 4690.0, 4710.0, 4679.0, 4750.0, 4698.0, 4739.0, 4700.0, 4688.0, 4710.0, 4689.0, 4729.0, 4701.0, 4750.0, 4699.0, 4681.0, 4700.0, 4690.0, 4740.0, 4723.0, 4752.0, 4711.0, 4681.0, 4722.0, 4692.0, 4761.0, 4718.0, 4758.0, 4739.0, 4729.0, 4698.0, 4669.0, 4708.0, 4689.0, 4745.0, 4708.0, 4700.0, 4699.0, 4678.0, 4727.0, 4710.0, 4702.0, 4711.0, 4692.0, 4719.0, 4701.0, 4722.0, 4712.0, 4682.0, 4751.0, 4699.0, 4730.0, 4701.0, 4690.0, 4720.0, 4681.0, 4761.0, 4700.0, 4737.0, 4699.0, 4680.0, 4719.0, 4691.0, 4749.0, 4719.0, 4679.0, 4707.0, 4670.0, 4728.0, 4700.0, 4749.0, 4720.0, 4680.0, 4730.0, 4691.0, 4728.0, 4709.0, 4699.0, 4710.0, 4670.0, 4729.0, 4688.0, 4728.0, 4710.0, 4679.0, 4723.0, 4692.0, 4739.0, 4700.0, 4699.0, 4710.0, 4678.0, 4762.0, 4720.0, 4759.0, 4719.0, 4698.0, 4707.0, 4681.0, 4749.0, 4711.0, 4720.0, 4698.0, 4669.0, 4738.0, 4721.0, 4690.0, 4716.0, 4689.0, 4719.0, 4698.0, 4680.0, 4717.0, 4698.0, 4748.0, 4717.0, 4719.0, 4698.0, 4668.0, 4707.0, 4676.0, 4747.0, 4730.0, 4745.0, 4694.0, 4656.0, 4695.0, 4654.0, 4714.0, 4697.0, 4725.0, 4686.0, 4690.0, 4712.0, 4681.0, 4707.0, 4698.0, 4679.0, 4710.0, 4683.0, 4719.0, 4699.0, 4694.0, 4731.0, 4701.0, 4681.0, 4719.0, 4700.0, 4739.0, 4699.0, 4680.0, 4699.0, 4670.0, 4708.0, 4669.0, 4727.0, 4696.0, 4725.0, 4686.0, 4705.0, 4677.0, 4667.0, 4687.0, 4658.0, 4709.0, 4679.0, 4708.0, 4689.0, 4709.0, 4690.0, 4681.0, 4701.0, 4680.0, 4722.0, 4703.0, 4723.0, 4701.0, 4683.0, 4712.0, 4682.0, 4731.0, 4713.0, 4752.0, 4702.0, 4702.0, 4701.0, 4682.0, 4721.0, 4692.0, 4761.0, 4732.0, 4729.0, 4701.0, 4681.0, 4710.0, 4671.0, 4740.0, 4711.0, 4750.0, 4710.0, 4679.0, 4711.0, 4681.0, 4721.0, 4701.0, 4739.0, 4721.0, 4729.0, 4710.0, 4670.0, 4719.0, 4700.0, 4730.0, 4709.0, 4728.0, 4710.0, 4680.0, 4708.0, 4670.0, 4717.0, 4680.0, 4737.0, 4699.0, 4739.0, 4708.0, 4700.0, 4697.0, 4677.0, 4708.0, 4678.0, 4719.0, 4699.0, 4729.0, 4721.0, 4678.0, 4699.0, 4678.0, 4709.0, 4680.0, 4739.0, 4710.0, 4749.0, 4709.0, 4668.0, 4709.0, 4680.0, 4719.0, 4699.0, 4739.0, 4709.0, 4748.0, 4708.0, 4687.0, 4697.0, 4666.0, 4707.0, 4668.0, 4717.0, 4675.0, 4737.0, 4695.0, 4723.0, 4687.0, 4715.0, 4687.0, 4707.0, 4696.0, 4654.0, 4707.0, 4675.0, 4707.0, 4688.0, 4708.0, 4699.0, 4716.0, 4708.0, 4699.0, 4698.0, 4679.0, 4709.0, 4690.0, 4709.0, 4700.0, 4718.0, 4721.0, 4720.0, 4701.0, 4680.0, 4709.0, 4681.0, 4720.0, 4700.0, 4740.0, 4710.0, 4719.0, 4700.0, 4667.0, 4708.0, 4679.0, 4728.0, 4699.0, 4729.0, 4709.0, 4719.0, 4709.0, 4678.0, 4717.0, 4700.0, 4729.0, 4711.0, 4721.0, 4711.0, 4682.0, 4731.0, 4713.0, 4721.0, 4701.0, 4693.0, 4722.0, 4693.0, 4740.0, 4711.0, 4761.0, 4720.0, 4691.0, 4720.0, 4681.0, 4737.0, 4708.0, 4738.0, 4719.0, 4736.0, 4718.0, 4688.0, 4728.0, 4688.0, 4697.0, 4698.0, 4688.0, 4696.0, 4677.0, 4718.0, 4699.0, 4738.0, 4708.0, 4716.0, 4698.0, 4668.0, 4707.0, 4657.0, 4717.0, 4675.0, 4736.0, 4719.0, 4745.0, 4685.0, 4707.0, 4698.0, 4613.0, 4677.0, 4661.0, 4646.0, 4687.0, 4682.0, 4709.0, 4690.0, 4699.0, 4702.0, 4699.0, 4721.0, 4663.0, 4715.0, 4707.0, 4697.0, 4706.0, 4675.0, 4698.0, 4698.0, 4669.0, 4750.0, 4721.0, 4683.0, 4734.0, 4712.0, 4703.0, 4722.0, 4692.0, 4737.0, 4710.0, 4684.0, 4719.0, 4710.0, 4694.0, 4712.0, 4699.0, 4679.0, 4750.0, 4712.0, 4669.0, 4720.0, 4688.0, 4689.0, 4712.0, 4707.0, 4724.0, 4703.0, 4683.0, 4721.0, 4690.0, 4729.0, 4708.0, 4699.0, 4697.0, 4668.0, 4699.0, 4669.0, 4708.0, 4678.0, 4718.0, 4697.0, 4718.0, 4687.0, 4709.0, 4688.0, 4707.0, 4697.0, 4698.0, 4710.0, 4669.0, 4711.0, 4689.0, 4719.0, 4701.0, 4720.0, 4709.0, 4711.0, 4710.0, 4671.0, 4708.0, 4681.0, 4720.0, 4689.0, 4727.0, 4710.0, 4739.0, 4711.0, 4749.0, 4700.0, 4689.0, 4698.0, 4680.0, 4730.0, 4698.0, 4739.0, 4699.0, 4728.0, 4708.0, 4728.0, 4718.0, 4711.0, 4711.0, 4680.0, 4709.0, 4679.0, 4717.0, 4699.0, 4729.0, 4707.0, 4747.0, 4707.0, 4666.0, 4697.0, 4666.0, 4706.0, 4669.0, 4718.0, 4687.0, 4736.0, 4698.0, 4726.0, 4696.0, 4727.0, 4706.0, 4688.0, 4697.0, 4667.0, 4707.0, 4677.0, 4706.0, 4676.0, 4727.0, 4707.0, 4736.0, 4697.0, 4677.0, 4696.0, 4678.0, 4717.0, 4698.0, 4727.0, 4709.0, 4688.0, 4697.0, 4678.0, 4707.0, 4667.0, 4717.0, 4688.0, 4729.0, 4707.0, 4728.0, 4687.0, 4688.0, 4708.0, 4668.0, 4718.0, 4688.0, 4740.0, 4709.0, 4737.0, 4708.0, 4719.0, 4697.0, 4677.0, 4719.0, 4699.0, 4730.0, 4710.0, 4693.0, 4723.0, 4704.0, 4734.0, 4724.0, 4742.0, 4732.0, 4742.0, 4724.0, 4681.0, 4720.0, 4703.0, 4739.0, 4712.0, 4733.0, 4709.0, 4682.0, 4720.0, 4700.0, 4741.0, 4710.0, 4698.0, 4712.0, 4680.0, 4719.0, 4702.0, 4749.0, 4721.0, 4711.0, 4731.0, 4691.0, 4749.0, 4699.0, 4710.0, 4697.0, 4667.0, 4748.0, 4716.0, 4728.0, 4688.0, 4678.0, 4708.0, 4679.0, 4727.0, 4719.0, 4746.0, 4686.0, 4684.0, 4686.0, 4665.0, 4716.0, 4696.0, 4746.0, 4696.0, 4695.0, 4684.0, 4653.0, 4694.0, 4686.0, 4734.0, 4694.0, 4686.0, 4684.0, 4664.0, 4695.0, 4675.0, 4716.0, 4697.0, 4665.0, 4697.0, 4677.0, 4707.0, 4689.0, 4679.0, 4700.0, 4689.0, 4741.0, 4719.0, 4692.0, 4677.0, 4689.0, 4732.0, 4711.0, 4666.0, 4714.0, 4696.0, 4687.0, 4738.0, 4718.0, 4689.0, 4729.0, 4712.0, 4700.0, 4721.0, 4697.0, 4673.0, 4709.0, 4698.0, 4700.0, 4682.0, 4749.0, 4717.0, 4678.0, 4688.0, 4687.0, 4681.0, 4718.0, 4690.0, 4691.0, 4721.0, 4691.0, 4730.0, 4700.0, 4710.0, 4689.0, 4688.0, 4707.0, 4675.0, 4729.0, 4696.0, 4725.0, 4685.0, 4666.0, 4721.0, 4710.0, 4711.0, 4729.0, 4710.0, 4739.0, 4675.0, 4668.0, 4754.0, 4747.0, 4686.0, 4663.0, 4642.0, 4662.0, 4662.0, 4653.0, 4680.0, 4662.0, 4653.0, 4691.0, 4682.0, 4662.0, 4691.0, 4670.0, 4697.0, 4656.0, 4625.0, 4645.0, 4633.0, 4653.0, 4632.0, 4604.0, 4653.0, 4614.0, 4653.0, 4634.0, 4664.0, 4655.0, 4656.0, 4645.0, 4638.0, 4680.0, 4654.0, 4669.0, 4681.0, 4653.0, 4691.0, 4695.0, 4655.0, 4685.0, 4668.0, 4686.0, 4688.0, 4668.0, 4707.0, 4710.0, 4683.0, 4702.0, 4692.0, 4731.0, 4711.0, 4708.0, 4688.0, 4667.0, 4698.0, 4658.0, 4708.0, 4669.0, 4726.0, 4686.0, 4717.0, 4686.0, 4706.0, 4686.0, 4697.0, 4698.0, 4706.0, 4698.0, 4698.0, 4697.0, 4667.0, 4708.0, 4669.0, 4708.0, 4676.0, 4708.0, 4679.0, 4707.0, 4689.0, 4709.0, 4700.0, 4729.0, 4708.0, 4690.0, 4689.0, 4680.0, 4710.0, 4680.0, 4732.0, 4715.0, 4746.0, 4725.0, 4693.0, 4723.0, 4716.0, 4705.0, 4746.0, 4739.0, 4747.0, 4726.0, 4716.0, 4734.0, 4714.0, 4753.0, 4722.0, 4752.0, 4728.0, 4739.0, 4719.0, 4747.0, 4715.0, 4734.0, 4702.0, 4721.0, 4690.0, 4708.0, 4675.0, 4696.0, 4667.0, 4686.0, 4657.0, 4666.0, 4656.0, 4667.0, 4659.0, 4649.0, 4680.0, 4651.0, 4691.0, 4672.0, 4683.0, 4682.0, 4662.0, 4695.0, 4677.0, 4705.0, 4689.0, 4704.0, 4674.0, 4666.0, 4694.0, 4666.0, 4706.0, 4697.0, 4716.0, 4708.0, 4688.0, 4686.0, 4666.0, 4705.0, 4666.0, 4737.0, 4698.0, 4728.0, 4697.0, 4667.0, 4706.0, 4675.0, 4717.0, 4687.0, 4667.0, 4692.0, 4656.0, 4716.0, 4678.0, 4726.0, 4697.0, 4687.0, 4687.0, 4667.0, 4707.0, 4679.0, 4716.0, 4689.0, 4718.0, 4678.0, 4708.0, 4679.0, 4706.0, 4697.0, 4678.0, 4697.0, 4679.0, 4708.0, 4679.0, 4718.0, 4689.0, 4719.0, 4698.0, 4709.0, 4699.0, 4669.0, 4719.0, 4680.0, 4728.0, 4680.0, 4709.0, 4689.0, 4680.0, 4718.0, 4691.0, 4738.0, 4699.0, 4681.0, 4725.0, 4702.0, 4742.0, 4701.0, 4680.0, 4744.0, 4715.0, 4683.0, 4722.0, 4705.0, 4725.0, 4713.0, 4695.0, 4765.0, 4715.0, 4760.0, 4722.0, 4680.0, 4709.0, 4681.0, 4738.0, 4700.0, 4739.0, 4700.0, 4739.0, 4708.0, 4682.0, 4698.0, 4669.0, 4708.0, 4690.0, 4728.0, 4710.0, 4688.0, 4689.0, 4681.0, 4711.0, 4668.0, 4707.0, 4678.0, 4727.0, 4690.0, 4718.0, 4711.0, 4682.0, 4712.0, 4690.0, 4720.0, 4688.0, 4692.0, 4724.0, 4704.0, 4727.0, 4712.0, 4691.0, 4733.0, 4714.0, 4763.0, 4722.0, 4693.0, 4722.0, 4693.0, 4742.0, 4701.0, 4738.0, 4719.0, 4737.0, 4708.0, 4727.0, 4696.0, 4669.0, 4711.0, 4678.0, 4728.0, 4708.0, 4681.0, 4719.0, 4702.0, 4750.0, 4702.0, 4669.0, 4737.0, 4690.0, 4740.0, 4687.0, 4689.0, 4698.0, 4669.0, 4740.0, 4688.0, 4727.0, 4687.0, 4708.0, 4687.0, 4667.0, 4697.0, 4667.0, 4718.0, 4676.0, 4706.0, 4696.0, 4669.0, 4708.0, 4678.0, 4708.0, 4689.0, 4679.0, 4706.0, 4671.0, 4739.0, 4698.0, 4708.0, 4689.0, 4670.0], 'WindowWidth': [10406.0, 10319.0, 10282.0, 10314.0, 10266.0, 10234.0, 10267.0, 10277.0, 10244.0, 10285.0, 10256.0, 10229.0, 10266.0, 10231.0, 10278.0, 10238.0, 10275.0, 10251.0, 10278.0, 10252.0, 10211.0, 10249.0, 10210.0, 10261.0, 10209.0, 10263.0, 10228.0, 10263.0, 10252.0, 10283.0, 10257.0, 10262.0, 10259.0, 10234.0, 10259.0, 10249.0, 10275.0, 10252.0, 10294.0, 10255.0, 10307.0, 10270.0, 10309.0, 10279.0, 10306.0, 10296.0, 10321.0, 10296.0, 10255.0, 10296.0, 10271.0, 10296.0, 10260.0, 10322.0, 10299.0, 10348.0, 10299.0, 10298.0, 10287.0, 10261.0, 10313.0, 10260.0, 10353.0, 10269.0, 10350.0, 10279.0, 10337.0, 10296.0, 10345.0, 10308.0, 10319.0, 10278.0, 10253.0, 10288.0, 10254.0, 10305.0, 10285.0, 10322.0, 10284.0, 10283.0, 10285.0, 10256.0, 10312.0, 10273.0, 10337.0, 10300.0, 10285.0, 10284.0, 10261.0, 10312.0, 10277.0, 10356.0, 10299.0, 10338.0, 10279.0, 10272.0, 10298.0, 10256.0, 10354.0, 10280.0, 10337.0, 10284.0, 10268.0, 10298.0, 10270.0, 10325.0, 10286.0, 10354.0, 10284.0, 10260.0, 10284.0, 10274.0, 10343.0, 10322.0, 10361.0, 10302.0, 10265.0, 10318.0, 10279.0, 10370.0, 10311.0, 10366.0, 10337.0, 10320.0, 10278.0, 10239.0, 10291.0, 10267.0, 10342.0, 10297.0, 10286.0, 10281.0, 10253.0, 10322.0, 10302.0, 10292.0, 10301.0, 10278.0, 10312.0, 10288.0, 10318.0, 10304.0, 10264.0, 10357.0, 10285.0, 10328.0, 10288.0, 10273.0, 10312.0, 10259.0, 10368.0, 10283.0, 10331.0, 10281.0, 10257.0, 10309.0, 10273.0, 10352.0, 10310.0, 10254.0, 10293.0, 10242.0, 10319.0, 10282.0, 10351.0, 10311.0, 10256.0, 10324.0, 10272.0, 10322.0, 10296.0, 10283.0, 10297.0, 10243.0, 10321.0, 10266.0, 10321.0, 10299.0, 10259.0, 10319.0, 10277.0, 10338.0, 10284.0, 10283.0, 10297.0, 10255.0, 10370.0, 10310.0, 10364.0, 10306.0, 10277.0, 10288.0, 10258.0, 10351.0, 10299.0, 10310.0, 10279.0, 10240.0, 10335.0, 10315.0, 10271.0, 10303.0, 10269.0, 10309.0, 10278.0, 10256.0, 10304.0, 10281.0, 10350.0, 10304.0, 10306.0, 10278.0, 10237.0, 10288.0, 10246.0, 10346.0, 10324.0, 10338.0, 10266.0, 10216.0, 10266.0, 10212.0, 10294.0, 10273.0, 10309.0, 10258.0, 10268.0, 10299.0, 10259.0, 10289.0, 10275.0, 10250.0, 10294.0, 10261.0, 10304.0, 10280.0, 10280.0, 10327.0, 10286.0, 10258.0, 10308.0, 10282.0, 10334.0, 10279.0, 10254.0, 10277.0, 10239.0, 10290.0, 10237.0, 10314.0, 10269.0, 10309.0, 10255.0, 10281.0, 10243.0, 10232.0, 10260.0, 10221.0, 10292.0, 10250.0, 10290.0, 10266.0, 10293.0, 10267.0, 10257.0, 10285.0, 10258.0, 10316.0, 10289.0, 10317.0, 10289.0, 10265.0, 10302.0, 10261.0, 10329.0, 10304.0, 10356.0, 10288.0, 10289.0, 10286.0, 10260.0, 10314.0, 10274.0, 10369.0, 10328.0, 10322.0, 10284.0, 10258.0, 10296.0, 10246.0, 10339.0, 10300.0, 10353.0, 10297.0, 10255.0, 10298.0, 10259.0, 10312.0, 10287.0, 10338.0, 10313.0, 10323.0, 10298.0, 10241.0, 10308.0, 10285.0, 10325.0, 10295.0, 10322.0, 10297.0, 10256.0, 10291.0, 10242.0, 10304.0, 10255.0, 10332.0, 10281.0, 10336.0, 10292.0, 10282.0, 10274.0, 10249.0, 10290.0, 10252.0, 10308.0, 10280.0, 10323.0, 10312.0, 10252.0, 10281.0, 10252.0, 10294.0, 10257.0, 10336.0, 10295.0, 10348.0, 10294.0, 10237.0, 10292.0, 10255.0, 10308.0, 10281.0, 10334.0, 10293.0, 10345.0, 10288.0, 10260.0, 10273.0, 10232.0, 10286.0, 10237.0, 10301.0, 10243.0, 10329.0, 10269.0, 10308.0, 10258.0, 10295.0, 10260.0, 10286.0, 10271.0, 10213.0, 10286.0, 10243.0, 10287.0, 10263.0, 10290.0, 10281.0, 10303.0, 10292.0, 10281.0, 10277.0, 10254.0, 10294.0, 10269.0, 10294.0, 10285.0, 10307.0, 10313.0, 10312.0, 10285.0, 10255.0, 10294.0, 10259.0, 10312.0, 10285.0, 10338.0, 10295.0, 10308.0, 10281.0, 10235.0, 10291.0, 10252.0, 10318.0, 10281.0, 10322.0, 10294.0, 10307.0, 10293.0, 10250.0, 10304.0, 10285.0, 10323.0, 10300.0, 10315.0, 10302.0, 10262.0, 10330.0, 10306.0, 10315.0, 10288.0, 10279.0, 10316.0, 10279.0, 10342.0, 10301.0, 10370.0, 10313.0, 10271.0, 10312.0, 10259.0, 10331.0, 10293.0, 10335.0, 10306.0, 10328.0, 10306.0, 10264.0, 10317.0, 10264.0, 10276.0, 10279.0, 10263.0, 10272.0, 10249.0, 10305.0, 10281.0, 10333.0, 10291.0, 10300.0, 10275.0, 10236.0, 10286.0, 10219.0, 10300.0, 10242.0, 10328.0, 10306.0, 10337.0, 10256.0, 10307.0, 10272.0, 10129.0, 10225.0, 10208.0, 10197.0, 10254.0, 10254.0, 10290.0, 10263.0, 10274.0, 10287.0, 10297.0, 10313.0, 10219.0, 10294.0, 10286.0, 10275.0, 10285.0, 10241.0, 10276.0, 10275.0, 10238.0, 10354.0, 10313.0, 10265.0, 10338.0, 10304.0, 10294.0, 10314.0, 10272.0, 10325.0, 10296.0, 10266.0, 10307.0, 10296.0, 10282.0, 10301.0, 10280.0, 10252.0, 10351.0, 10301.0, 10240.0, 10308.0, 10261.0, 10263.0, 10304.0, 10304.0, 10322.0, 10292.0, 10263.0, 10313.0, 10271.0, 10322.0, 10290.0, 10277.0, 10273.0, 10236.0, 10277.0, 10239.0, 10289.0, 10250.0, 10304.0, 10275.0, 10302.0, 10261.0, 10292.0, 10264.0, 10289.0, 10276.0, 10279.0, 10297.0, 10241.0, 10299.0, 10268.0, 10309.0, 10285.0, 10310.0, 10295.0, 10299.0, 10297.0, 10243.0, 10292.0, 10259.0, 10309.0, 10268.0, 10317.0, 10297.0, 10336.0, 10299.0, 10347.0, 10282.0, 10267.0, 10278.0, 10257.0, 10325.0, 10280.0, 10336.0, 10280.0, 10320.0, 10293.0, 10321.0, 10306.0, 10298.0, 10298.0, 10254.0, 10293.0, 10255.0, 10303.0, 10280.0, 10320.0, 10291.0, 10345.0, 10288.0, 10233.0, 10276.0, 10235.0, 10288.0, 10239.0, 10305.0, 10262.0, 10328.0, 10276.0, 10314.0, 10274.0, 10317.0, 10288.0, 10263.0, 10275.0, 10234.0, 10287.0, 10247.0, 10286.0, 10247.0, 10316.0, 10291.0, 10326.0, 10275.0, 10249.0, 10273.0, 10249.0, 10302.0, 10279.0, 10317.0, 10294.0, 10265.0, 10277.0, 10251.0, 10289.0, 10236.0, 10302.0, 10266.0, 10320.0, 10289.0, 10317.0, 10262.0, 10265.0, 10292.0, 10240.0, 10306.0, 10266.0, 10338.0, 10294.0, 10333.0, 10291.0, 10307.0, 10277.0, 10251.0, 10309.0, 10283.0, 10328.0, 10300.0, 10279.0, 10320.0, 10298.0, 10337.0, 10325.0, 10347.0, 10333.0, 10347.0, 10325.0, 10263.0, 10312.0, 10295.0, 10339.0, 10306.0, 10335.0, 10296.0, 10262.0, 10312.0, 10286.0, 10341.0, 10299.0, 10280.0, 10305.0, 10260.0, 10309.0, 10290.0, 10351.0, 10313.0, 10303.0, 10331.0, 10274.0, 10351.0, 10283.0, 10298.0, 10275.0, 10236.0, 10350.0, 10301.0, 10319.0, 10266.0, 10250.0, 10290.0, 10253.0, 10317.0, 10311.0, 10340.0, 10256.0, 10253.0, 10256.0, 10227.0, 10299.0, 10271.0, 10340.0, 10268.0, 10266.0, 10251.0, 10209.0, 10266.0, 10256.0, 10321.0, 10265.0, 10256.0, 10252.0, 10223.0, 10268.0, 10242.0, 10299.0, 10272.0, 10229.0, 10274.0, 10249.0, 10289.0, 10267.0, 10255.0, 10284.0, 10270.0, 10342.0, 10308.0, 10278.0, 10257.0, 10273.0, 10333.0, 10301.0, 10231.0, 10294.0, 10271.0, 10260.0, 10333.0, 10304.0, 10265.0, 10324.0, 10305.0, 10284.0, 10315.0, 10272.0, 10233.0, 10293.0, 10279.0, 10283.0, 10263.0, 10349.0, 10305.0, 10254.0, 10266.0, 10263.0, 10259.0, 10308.0, 10271.0, 10273.0, 10312.0, 10273.0, 10324.0, 10284.0, 10296.0, 10266.0, 10262.0, 10288.0, 10239.0, 10321.0, 10268.0, 10307.0, 10253.0, 10231.0, 10315.0, 10301.0, 10302.0, 10325.0, 10299.0, 10336.0, 10241.0, 10196.0, 10381.0, 10360.0, 10250.0, 10213.0, 10181.0, 10211.0, 10213.0, 10203.0, 10236.0, 10211.0, 10202.0, 10252.0, 10238.0, 10211.0, 10248.0, 10219.0, 10251.0, 10190.0, 10148.0, 10174.0, 10156.0, 10184.0, 10153.0, 10117.0, 10182.0, 10131.0, 10184.0, 10161.0, 10200.0, 10190.0, 10192.0, 10179.0, 10172.0, 10236.0, 10203.0, 10217.0, 10241.0, 10203.0, 10254.0, 10263.0, 10208.0, 10247.0, 10230.0, 10253.0, 10254.0, 10229.0, 10284.0, 10290.0, 10260.0, 10283.0, 10270.0, 10322.0, 10293.0, 10288.0, 10258.0, 10229.0, 10271.0, 10218.0, 10285.0, 10236.0, 10310.0, 10255.0, 10297.0, 10253.0, 10281.0, 10255.0, 10272.0, 10272.0, 10281.0, 10272.0, 10272.0, 10272.0, 10232.0, 10287.0, 10237.0, 10288.0, 10245.0, 10288.0, 10250.0, 10286.0, 10264.0, 10291.0, 10280.0, 10319.0, 10289.0, 10266.0, 10264.0, 10254.0, 10295.0, 10255.0, 10328.0, 10313.0, 10359.0, 10329.0, 10282.0, 10321.0, 10317.0, 10301.0, 10360.0, 10355.0, 10360.0, 10329.0, 10317.0, 10337.0, 10307.0, 10363.0, 10316.0, 10359.0, 10319.0, 10338.0, 10307.0, 10347.0, 10295.0, 10320.0, 10271.0, 10295.0, 10249.0, 10273.0, 10225.0, 10253.0, 10212.0, 10237.0, 10198.0, 10213.0, 10201.0, 10215.0, 10207.0, 10193.0, 10236.0, 10200.0, 10255.0, 10232.0, 10246.0, 10244.0, 10218.0, 10266.0, 10245.0, 10282.0, 10269.0, 10279.0, 10238.0, 10229.0, 10266.0, 10231.0, 10284.0, 10273.0, 10300.0, 10290.0, 10263.0, 10256.0, 10229.0, 10281.0, 10230.0, 10329.0, 10275.0, 10318.0, 10272.0, 10232.0, 10284.0, 10242.0, 10299.0, 10258.0, 10232.0, 10263.0, 10216.0, 10296.0, 10249.0, 10312.0, 10275.0, 10260.0, 10260.0, 10235.0, 10288.0, 10252.0, 10300.0, 10266.0, 10305.0, 10250.0, 10291.0, 10252.0, 10286.0, 10276.0, 10250.0, 10274.0, 10253.0, 10290.0, 10254.0, 10305.0, 10268.0, 10307.0, 10278.0, 10295.0, 10279.0, 10240.0, 10308.0, 10255.0, 10319.0, 10254.0, 10293.0, 10266.0, 10258.0, 10308.0, 10272.0, 10334.0, 10281.0, 10259.0, 10323.0, 10287.0, 10348.0, 10289.0, 10258.0, 10347.0, 10307.0, 10262.0, 10313.0, 10296.0, 10325.0, 10307.0, 10283.0, 10380.0, 10312.0, 10368.0, 10313.0, 10256.0, 10294.0, 10259.0, 10332.0, 10282.0, 10334.0, 10281.0, 10337.0, 10291.0, 10258.0, 10277.0, 10240.0, 10288.0, 10269.0, 10321.0, 10296.0, 10263.0, 10267.0, 10258.0, 10296.0, 10236.0, 10289.0, 10249.0, 10315.0, 10266.0, 10304.0, 10300.0, 10261.0, 10299.0, 10270.0, 10308.0, 10265.0, 10276.0, 10323.0, 10296.0, 10329.0, 10304.0, 10275.0, 10334.0, 10308.0, 10375.0, 10317.0, 10278.0, 10316.0, 10279.0, 10343.0, 10284.0, 10332.0, 10306.0, 10329.0, 10290.0, 10311.0, 10271.0, 10240.0, 10297.0, 10247.0, 10319.0, 10291.0, 10256.0, 10307.0, 10288.0, 10354.0, 10286.0, 10239.0, 10329.0, 10269.0, 10336.0, 10261.0, 10268.0, 10277.0, 10237.0, 10334.0, 10263.0, 10316.0, 10259.0, 10287.0, 10259.0, 10232.0, 10271.0, 10233.0, 10302.0, 10243.0, 10282.0, 10270.0, 10237.0, 10288.0, 10249.0, 10291.0, 10264.0, 10250.0, 10285.0, 10243.0, 10335.0, 10277.0, 10293.0, 10264.0, 10240.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.003981408582089552</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027370378264925374</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.093212900728325</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.21668570295985</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0513673621475255</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5157</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3068.6418</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12289682743455836</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>113</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.541044776119403</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5788611490846782</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5168445763573857</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7045500264275932</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5151888444690553</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0129728</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.012405883520841599</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023641008883714676</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.007930200484838</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>13.4847</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.7015</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>258.4053</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>73.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291703.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1248.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>461.8955</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5384</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.0661</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3855.0338</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4054.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84841.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1419.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5036.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.4887</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.94266293942928</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> |