=== 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-0088 --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-0088",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-01/func/sub-0088_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>1bc89e361fd7ca78e9ce450c0283b949</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>09:58:35.707500</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.998268, -0.0458341, 0.0368764, 0.0451565, 0.998799, 0.0190042]</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.0813952</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7821, -7196, 507, -40, -240, -16, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.173</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>074f4e2d-35e6-49f6-8925-56078b28655c||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.6782805919647217, 0.12115158885717392, 0.10179860889911652, 107.29946899414062], [0.12296965718269348, 2.6797051429748535, 0.046726327389478683, -89.04743957519531], [0.0989367738366127, -0.050986796617507935, 2.6976757049560547, -80.34261322021484], [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': ['095835.707500', '095836.167500', '095836.627500', '095837.087500', '095837.547500', '095838.007500', '095838.467500', '095838.927500', '095839.387500', '095839.847500', '095840.307500', '095840.767500', '095841.227500', '095841.687500', '095842.147500', '095842.607500', '095843.067500', '095843.527500', '095843.987500', '095844.447500', '095844.907500', '095845.367500', '095845.827500', '095846.287500', '095846.747500', '095847.207500', '095847.667500', '095848.127500', '095848.587500', '095849.047500', '095849.507500', '095849.967500', '095850.427500', '095850.887500', '095851.347500', '095851.807500', '095852.267500', '095852.727500', '095853.187500', '095853.647500', '095854.107500', '095854.567500', '095855.027500', '095855.487500', '095855.947500', '095856.407500', '095856.867500', '095857.327500', '095857.787500', '095858.247500', '095858.707500', '095859.167500', '095859.627500', '095900.087500', '095900.547500', '095901.007500', '095901.467500', '095901.927500', '095902.387500', '095902.847500', '095903.307500', '095903.767500', '095904.227500', '095904.687500', '095905.147500', '095905.607500', '095906.067500', '095906.527500', '095906.987500', '095907.447500', '095907.907500', '095908.367500', '095908.827500', '095909.287500', '095909.747500', '095910.207500', '095910.667500', '095911.127500', '095911.587500', '095912.047500', '095912.507500', '095912.967500', '095913.427500', '095913.887500', '095914.347500', '095914.807500', '095915.267500', '095915.727500', '095916.187500', '095916.647500', '095917.107500', '095917.567500', '095918.027500', '095918.487500', '095918.947500', '095919.407500', '095919.867500', '095920.327500', '095920.787500', '095921.247500', '095921.707500', '095922.167500', '095922.627500', '095923.087500', '095923.547500', '095924.007500', '095924.467500', '095924.927500', '095925.387500', '095925.847500', '095926.307500', '095926.767500', '095927.227500', '095927.687500', '095928.147500', '095928.607500', '095929.067500', '095929.527500', '095929.987500', '095930.447500', '095930.907500', '095931.367500', '095931.827500', '095932.287500', '095932.747500', '095933.207500', '095933.667500', '095934.127500', '095934.587500', '095935.047500', '095935.507500', '095935.967500', '095936.427500', '095936.887500', '095937.347500', '095937.807500', '095938.267500', '095938.727500', '095939.187500', '095939.647500', '095940.107500', '095940.567500', '095941.027500', '095941.487500', '095941.947500', '095942.407500', '095942.867500', '095943.327500', '095943.787500', '095944.247500', '095944.707500', '095945.167500', '095945.627500', '095946.087500', '095946.547500', '095947.007500', '095947.467500', '095947.927500', '095948.387500', '095948.847500', '095949.307500', '095949.767500', '095950.227500', '095950.687500', '095951.147500', '095951.607500', '095952.067500', '095952.527500', '095952.987500', '095953.447500', '095953.907500', '095954.367500', '095954.827500', '095955.287500', '095955.747500', '095956.207500', '095956.667500', '095957.127500', '095957.587500', '095958.047500', '095958.507500', '095958.967500', '095959.427500', '095959.887500', '100000.347500', '100000.807500', '100001.267500', '100001.727500', '100002.187500', '100002.647500', '100003.107500', '100003.567500', '100004.027500', '100004.487500', '100004.947500', '100005.407500', '100005.867500', '100006.327500', '100006.787500', '100007.247500', '100007.707500', '100008.167500', '100008.627500', '100009.087500', '100009.547500', '100010.007500', '100010.467500', '100010.927500', '100011.387500', '100011.847500', '100012.307500', '100012.767500', '100013.227500', '100013.687500', '100014.147500', '100014.607500', '100015.067500', '100015.527500', '100015.987500', '100016.447500', '100016.907500', '100017.367500', '100017.827500', '100018.287500', '100018.747500', '100019.207500', '100019.667500', '100020.127500', '100020.587500', '100021.047500', '100021.507500', '100021.967500', '100022.427500', '100022.887500', '100023.347500', '100023.807500', '100024.267500', '100024.727500', '100025.187500', '100025.647500', '100026.107500', '100026.567500', '100027.027500', '100027.487500', '100027.947500', '100028.407500', '100028.867500', '100029.327500', '100029.787500', '100030.247500', '100030.707500', '100031.167500', '100031.627500', '100032.087500', '100032.547500', '100033.007500', '100033.467500', '100033.927500', '100034.387500', '100034.847500', '100035.307500', '100035.767500', '100036.227500', '100036.687500', '100037.147500', '100037.607500', '100038.067500', '100038.527500', '100038.987500', '100039.447500', '100039.907500', '100040.367500', '100040.827500', '100041.287500', '100041.747500', '100042.207500', '100042.667500', '100043.127500', '100043.587500', '100044.047500', '100044.507500', '100044.967500', '100045.427500', '100045.887500', '100046.347500', '100046.807500', '100047.267500', '100047.727500', '100048.187500', '100048.647500', '100049.107500', '100049.567500', '100050.027500', '100050.487500', '100050.947500', '100051.407500', '100051.867500', '100052.327500', '100052.787500', '100053.247500', '100053.707500', '100054.167500', '100054.627500', '100055.087500', '100055.547500', '100056.007500', '100056.467500', '100056.927500', '100057.387500', '100057.847500', '100058.307500', '100058.767500', '100059.227500', '100059.687500', '100100.147500', '100100.607500', '100101.067500', '100101.527500', '100101.987500', '100102.447500', '100102.907500', '100103.367500', '100103.827500', '100104.287500', '100104.747500', '100105.207500', '100105.667500', '100106.127500', '100106.587500', '100107.047500', '100107.507500', '100107.967500', '100108.427500', '100108.887500', '100109.347500', '100109.807500', '100110.267500', '100110.727500', '100111.187500', '100111.647500', '100112.107500', '100112.567500', '100113.027500', '100113.487500', '100113.947500', '100114.407500', '100114.867500', '100115.327500', '100115.787500', '100116.247500', '100116.707500', '100117.167500', '100117.627500', '100118.087500', '100118.547500', '100119.007500', '100119.467500', '100119.927500', '100120.387500', '100120.847500', '100121.307500', '100121.767500', '100122.227500', '100122.687500', '100123.147500', '100123.607500', '100124.067500', '100124.527500', '100124.987500', '100125.447500', '100125.907500', '100126.367500', '100126.827500', '100127.287500', '100127.747500', '100128.207500', '100128.667500', '100129.127500', '100129.587500', '100130.047500', '100130.507500', '100130.967500', '100131.427500', '100131.887500', '100132.347500', '100132.807500', '100133.267500', '100133.727500', '100134.187500', '100134.647500', '100135.107500', '100135.567500', '100136.027500', '100136.487500', '100136.947500', '100137.407500', '100137.867500', '100138.327500', '100138.787500', '100139.247500', '100139.707500', '100140.167500', '100140.627500', '100141.087500', '100141.547500', '100142.007500', '100142.467500', '100142.927500', '100143.387500', '100143.847500', '100144.307500', '100144.767500', '100145.227500', '100145.687500', '100146.147500', '100146.607500', '100147.067500', '100147.527500', '100147.987500', '100148.447500', '100148.907500', '100149.367500', '100149.827500', '100150.287500', '100150.747500', '100151.207500', '100151.667500', '100152.127500', '100152.587500', '100153.047500', '100153.507500', '100153.967500', '100154.427500', '100154.887500', '100155.347500', '100155.807500', '100156.267500', '100156.727500', '100157.187500', '100157.647500', '100158.107500', '100158.567500', '100159.027500', '100159.487500', '100159.947500', '100200.407500', '100200.867500', '100201.327500', '100201.787500', '100202.247500', '100202.707500', '100203.167500', '100203.627500', '100204.087500', '100204.547500', '100205.007500', '100205.467500', '100205.927500', '100206.387500', '100206.847500', '100207.307500', '100207.767500', '100208.227500', '100208.687500', '100209.147500', '100209.607500', '100210.067500', '100210.527500', '100210.987500', '100211.447500', '100211.907500', '100212.367500', '100212.827500', '100213.287500', '100213.747500', '100214.207500', '100214.667500', '100215.127500', '100215.587500', '100216.047500', '100216.507500', '100216.967500', '100217.427500', '100217.887500', '100218.347500', '100218.807500', '100219.267500', '100219.727500', '100220.187500', '100220.647500', '100221.107500', '100221.567500', '100222.027500', '100222.487500', '100222.947500', '100223.407500', '100223.867500', '100224.327500', '100224.787500', '100225.247500', '100225.707500', '100226.167500', '100226.627500', '100227.087500', '100227.547500', '100228.007500', '100228.467500', '100228.927500', '100229.387500', '100229.847500', '100230.307500', '100230.767500', '100231.227500', '100231.687500', '100232.147500', '100232.607500', '100233.067500', '100233.527500', '100233.987500', '100234.447500', '100234.907500', '100235.367500', '100235.827500', '100236.287500', '100236.747500', '100237.207500', '100237.667500', '100238.127500', '100238.587500', '100239.047500', '100239.507500', '100239.967500', '100240.427500', '100240.887500', '100241.347500', '100241.807500', '100242.267500', '100242.727500', '100243.187500', '100243.647500', '100244.107500', '100244.567500', '100245.027500', '100245.487500', '100245.947500', '100246.407500', '100246.867500', '100247.327500', '100247.787500', '100248.247500', '100248.707500', '100249.167500', '100249.627500', '100250.087500', '100250.547500', '100251.007500', '100251.467500', '100251.927500', '100252.387500', '100252.847500', '100253.307500', '100253.767500', '100254.227500', '100254.687500', '100255.147500', '100255.607500', '100256.067500', '100256.527500', '100256.987500', '100257.447500', '100257.907500', '100258.367500', '100258.827500', '100259.287500', '100259.747500', '100300.207500', '100300.667500', '100301.127500', '100301.587500', '100302.047500', '100302.507500', '100302.967500', '100303.427500', '100303.887500', '100304.347500', '100304.807500', '100305.267500', '100305.727500', '100306.187500', '100306.647500', '100307.107500', '100307.567500', '100308.027500', '100308.487500', '100308.947500', '100309.407500', '100309.867500', '100310.327500', '100310.787500', '100311.247500', '100311.707500', '100312.167500', '100312.627500', '100313.087500', '100313.547500', '100314.007500', '100314.467500', '100314.927500', '100315.387500', '100315.847500', '100316.307500', '100316.767500', '100317.227500', '100317.687500', '100318.147500', '100318.607500', '100319.067500', '100319.527500', '100319.987500', '100320.447500', '100320.907500', '100321.367500', '100321.827500', '100322.287500', '100322.747500', '100323.207500', '100323.667500', '100324.127500', '100324.587500', '100325.047500', '100325.507500', '100325.967500', '100326.427500', '100326.887500', '100327.347500', '100327.807500', '100328.267500', '100328.727500', '100329.187500', '100329.647500', '100330.107500', '100330.567500', '100331.027500', '100331.487500', '100331.947500', '100332.407500', '100332.867500', '100333.327500', '100333.787500', '100334.247500', '100334.707500', '100335.167500', '100335.627500', '100336.087500', '100336.547500', '100337.007500', '100337.467500', '100337.927500', '100338.387500', '100338.847500', '100339.307500', '100339.767500', '100340.227500', '100340.687500', '100341.147500', '100341.607500', '100342.067500', '100342.527500', '100342.987500', '100343.447500', '100343.907500', '100344.367500', '100344.827500', '100345.287500', '100345.747500', '100346.207500', '100346.667500', '100347.127500', '100347.587500', '100348.047500', '100348.507500', '100348.967500', '100349.427500', '100349.887500', '100350.347500', '100350.807500', '100351.267500', '100351.727500', '100352.187500', '100352.647500', '100353.107500', '100353.567500', '100354.027500', '100354.487500', '100354.947500', '100355.407500', '100355.867500', '100356.327500', '100356.787500', '100357.247500', '100357.707500', '100358.167500', '100358.627500', '100359.087500', '100359.547500', '100400.007500', '100400.467500', '100400.927500', '100401.387500', '100401.847500', '100402.307500', '100402.767500', '100403.227500', '100403.687500', '100404.147500', '100404.607500', '100405.067500', '100405.527500', '100405.987500', '100406.447500', '100406.907500', '100407.367500', '100407.827500', '100408.287500', '100408.747500', '100409.207500', '100409.667500', '100410.127500', '100410.587500', '100411.047500', '100411.507500', '100411.967500', '100412.427500', '100412.887500', '100413.347500', '100413.807500', '100414.267500', '100414.727500', '100415.187500', '100415.647500', '100416.107500', '100416.567500', '100417.027500', '100417.487500', '100417.947500', '100418.407500', '100418.867500', '100419.327500', '100419.787500', '100420.247500', '100420.707500', '100421.167500', '100421.627500', '100422.087500', '100422.547500', '100423.007500', '100423.467500', '100423.927500', '100424.387500', '100424.847500', '100425.307500', '100425.767500', '100426.227500', '100426.687500', '100427.147500', '100427.607500', '100428.067500', '100428.527500', '100428.987500', '100429.447500', '100429.907500', '100430.367500', '100430.827500', '100431.287500', '100431.747500', '100432.207500', '100432.667500', '100433.127500', '100433.587500', '100434.047500', '100434.507500', '100434.967500', '100435.427500', '100435.887500', '100436.347500', '100436.807500', '100437.267500', '100437.727500', '100438.187500', '100438.647500', '100439.107500', '100439.567500', '100440.027500', '100440.487500', '100440.947500', '100441.407500', '100441.867500', '100442.327500', '100442.787500', '100443.247500', '100443.707500', '100444.167500', '100444.627500', '100445.087500', '100445.547500', '100446.007500', '100446.467500', '100446.927500', '100447.387500', '100447.847500', '100448.307500', '100448.767500', '100449.227500', '100449.687500', '100450.147500', '100450.607500', '100451.067500', '100451.527500', '100451.987500', '100452.447500', '100452.907500', '100453.367500', '100453.827500', '100454.287500', '100454.747500', '100455.207500', '100455.667500', '100456.127500', '100456.587500', '100457.047500', '100457.507500', '100457.967500', '100458.427500', '100458.887500', '100459.347500', '100459.807500', '100500.267500', '100500.727500', '100501.187500', '100501.647500', '100502.107500', '100502.567500', '100503.027500', '100503.487500', '100503.947500', '100504.407500', '100504.867500', '100505.327500', '100505.787500', '100506.247500', '100506.707500', '100507.167500', '100507.627500', '100508.087500', '100508.547500', '100509.007500', '100509.467500', '100509.927500', '100510.387500', '100510.847500', '100511.307500', '100511.767500', '100512.227500', '100512.687500', '100513.147500', '100513.607500', '100514.067500', '100514.527500', '100514.987500', '100515.447500', '100515.907500', '100516.367500', '100516.827500', '100517.287500', '100517.747500', '100518.207500', '100518.667500', '100519.127500', '100519.587500', '100520.047500', '100520.507500', '100520.967500', '100521.427500', '100521.887500', '100522.347500', '100522.807500', '100523.267500', '100523.727500', '100524.187500', '100524.647500', '100525.107500', '100525.567500', '100526.027500', '100526.487500', '100526.947500', '100527.407500', '100527.867500', '100528.327500', '100528.787500', '100529.247500', '100529.707500', '100530.167500', '100530.627500', '100531.087500', '100531.547500', '100532.007500', '100532.467500', '100532.927500', '100533.387500', '100533.847500', '100534.307500', '100534.767500', '100535.227500', '100535.687500', '100536.147500', '100536.607500', '100537.067500', '100537.527500', '100537.987500', '100538.447500', '100538.907500', '100539.367500', '100539.827500', '100540.287500', '100540.747500', '100541.207500', '100541.667500', '100542.127500', '100542.587500', '100543.047500', '100543.507500', '100543.967500', '100544.427500', '100544.887500', '100545.347500', '100545.807500', '100546.267500', '100546.727500', '100547.187500', '100547.647500', '100548.107500', '100548.567500', '100549.027500', '100549.487500', '100549.947500', '100550.407500', '100550.867500', '100551.327500', '100551.787500', '100552.247500', '100552.707500', '100553.167500', '100553.627500', '100554.087500', '100554.547500', '100555.007500', '100555.467500', '100555.927500', '100556.387500', '100556.847500', '100557.307500', '100557.767500', '100558.227500', '100558.687500', '100559.147500', '100559.607500', '100600.067500', '100600.527500', '100600.987500', '100601.447500', '100601.907500', '100602.367500', '100602.827500', '100603.287500', '100603.747500', '100604.207500', '100604.667500', '100605.127500', '100605.587500', '100606.047500', '100606.507500', '100606.967500', '100607.427500', '100607.887500', '100608.347500', '100608.807500', '100609.267500', '100609.727500', '100610.187500', '100610.647500', '100611.107500', '100611.567500', '100612.027500', '100612.487500', '100612.947500', '100613.407500', '100613.867500', '100614.327500', '100614.787500', '100615.247500', '100615.707500', '100616.167500', '100616.627500', '100617.087500', '100617.547500', '100618.007500', '100618.467500', '100618.927500', '100619.387500', '100619.847500', '100620.307500', '100620.767500', '100621.227500', '100621.687500', '100622.147500', '100622.607500', '100623.067500', '100623.527500', '100623.987500', '100624.447500', '100624.907500', '100625.367500', '100625.827500', '100626.287500', '100626.747500', '100627.207500', '100627.667500', '100628.127500', '100628.587500', '100629.047500', '100629.507500', '100629.967500', '100630.427500', '100630.887500', '100631.347500', '100631.807500', '100632.267500', '100632.727500', '100633.187500', '100633.647500', '100634.107500', '100634.567500', '100635.027500', '100635.487500', '100635.947500', '100636.407500', '100636.867500', '100637.327500', '100637.787500', '100638.247500', '100638.707500', '100639.167500', '100639.627500', '100640.087500', '100640.547500', '100641.007500', '100641.467500', '100641.927500', '100642.387500', '100642.847500', '100643.307500', '100643.767500', '100644.227500', '100644.687500', '100645.147500', '100645.607500', '100646.067500', '100646.527500', '100646.987500', '100647.447500', '100647.907500', '100648.367500', '100648.827500'], 'ContentTime': ['095905.445000', '095905.448000', '095905.451000', '095905.453000', '095905.456000', '095905.459000', '095905.461000', '095905.464000', '095905.466000', '095905.469000', '095905.476000', '095905.478000', '095905.481000', '095905.488000', '095905.490000', '095905.493000', '095905.495000', '095905.498000', '095905.500000', '095905.503000', '095905.506000', '095905.508000', '095905.511000', '095905.513000', '095905.516000', '095905.518000', '095905.521000', '095905.523000', '095905.526000', '095905.529000', '095905.531000', '095905.534000', '095905.536000', '095905.539000', '095905.542000', '095905.544000', '095905.547000', '095905.549000', '095905.552000', '095905.555000', '095905.557000', '095905.560000', '095905.562000', '095905.565000', '095905.568000', '095905.570000', '095905.573000', '095905.575000', '095905.578000', '095905.581000', '095905.583000', '095905.593000', '095905.596000', '095905.599000', '095905.601000', '095905.604000', '095905.606000', '095905.609000', '095905.612000', '095905.614000', '095905.617000', '095905.620000', '095925.418000', '095925.421000', '095925.423000', '095925.426000', '095925.428000', '095925.431000', '095925.433000', '095925.436000', '095925.439000', '095925.441000', '095925.444000', '095925.446000', '095925.449000', '095925.451000', '095925.454000', '095925.457000', '095925.459000', '095925.462000', '095925.464000', '095925.467000', '095925.469000', '095925.472000', '095925.475000', '095925.477000', '095925.480000', '095925.482000', '095925.485000', '095925.487000', '095925.490000', '095925.492000', '095925.495000', '095925.498000', '095925.500000', '095925.503000', '095925.505000', '095925.508000', '095925.510000', '095925.513000', '095925.516000', '095925.518000', '095925.521000', '095925.523000', '095925.526000', '095945.416000', '095945.419000', '095945.422000', '095945.424000', '095945.427000', '095945.429000', '095945.432000', '095945.435000', '095945.437000', '095945.440000', '095945.442000', '095945.445000', '095945.447000', '095945.450000', '095945.453000', '095945.455000', '095945.458000', '095945.460000', '095945.463000', '095945.466000', '095945.468000', '095945.471000', '095945.473000', '095945.476000', '095945.478000', '095945.481000', '095945.484000', '095945.486000', '095945.489000', '095945.491000', '095945.494000', '095945.496000', '095945.499000', '095945.502000', '095945.504000', '095945.507000', '095945.509000', '095945.512000', '095945.515000', '095945.517000', '095945.520000', '095945.522000', '095945.525000', '095945.527000', '100005.416000', '100005.419000', '100005.422000', '100005.424000', '100005.427000', '100005.429000', '100005.432000', '100005.435000', '100005.437000', '100005.440000', '100005.443000', '100005.445000', '100005.448000', '100005.450000', '100005.453000', '100005.455000', '100005.458000', '100005.460000', '100005.463000', '100005.472000', '100005.475000', '100005.478000', '100005.480000', '100005.483000', '100005.486000', '100005.488000', '100005.491000', '100005.493000', '100005.496000', '100005.498000', '100005.501000', '100005.504000', '100005.506000', '100005.509000', '100005.511000', '100005.514000', '100005.516000', '100005.519000', '100005.522000', '100005.524000', '100005.527000', '100005.529000', '100005.532000', '100025.418000', '100025.420000', '100025.423000', '100025.426000', '100025.428000', '100025.431000', '100025.433000', '100025.436000', '100025.439000', '100025.441000', '100025.444000', '100025.447000', '100025.449000', '100025.452000', '100025.454000', '100025.457000', '100025.460000', '100025.462000', '100025.465000', '100025.467000', '100025.470000', '100025.473000', '100025.475000', '100025.478000', '100025.480000', '100025.483000', '100025.486000', '100025.488000', '100025.491000', '100025.493000', '100025.496000', '100025.498000', '100025.501000', '100025.504000', '100025.506000', '100025.509000', '100025.511000', '100025.514000', '100025.517000', '100025.519000', '100025.522000', '100025.524000', '100025.527000', '100025.529000', '100045.417000', '100045.420000', '100045.423000', '100045.426000', '100045.428000', '100045.431000', '100045.434000', '100045.436000', '100045.439000', '100045.441000', '100045.444000', '100045.447000', '100045.450000', '100045.452000', '100045.455000', '100045.458000', '100045.460000', '100045.463000', '100045.465000', '100045.468000', '100045.471000', '100045.473000', '100045.476000', '100045.479000', '100045.481000', '100045.484000', '100045.486000', '100045.489000', '100045.491000', '100045.494000', '100045.497000', '100045.499000', '100045.502000', '100045.505000', '100045.507000', '100045.510000', '100045.512000', '100045.515000', '100045.518000', '100045.520000', '100045.523000', '100045.525000', '100045.528000', '100105.418000', '100105.420000', '100105.423000', '100105.434000', '100105.437000', '100105.439000', '100105.442000', '100105.444000', '100105.447000', '100105.449000', '100105.452000', '100105.455000', '100105.457000', '100105.460000', '100105.463000', '100105.465000', '100105.468000', '100105.470000', '100105.473000', '100105.476000', '100105.478000', '100105.481000', '100105.483000', '100105.486000', '100105.489000', '100105.491000', '100105.494000', '100105.497000', '100105.499000', '100105.502000', '100105.505000', '100105.507000', '100105.510000', '100105.513000', '100105.515000', '100105.518000', '100105.521000', '100105.523000', '100105.526000', '100105.528000', '100105.531000', '100105.534000', '100105.537000', '100105.539000', '100125.417000', '100125.420000', '100125.423000', '100125.426000', '100125.428000', '100125.431000', '100125.433000', '100125.436000', '100125.438000', '100125.441000', '100125.444000', '100125.446000', '100125.449000', '100125.451000', '100125.454000', '100125.457000', '100125.459000', '100125.462000', '100125.465000', '100125.467000', '100125.470000', '100125.473000', '100125.475000', '100125.478000', '100125.480000', '100125.483000', '100125.486000', '100125.488000', '100125.491000', '100125.493000', '100125.496000', '100125.499000', '100125.501000', '100125.504000', '100125.506000', '100125.509000', '100125.511000', '100125.514000', '100125.517000', '100125.519000', '100125.522000', '100125.524000', '100125.527000', '100145.417000', '100145.420000', '100145.423000', '100145.426000', '100145.429000', '100145.432000', '100145.434000', '100145.437000', '100145.440000', '100145.442000', '100145.445000', '100145.447000', '100145.450000', '100145.452000', '100145.455000', '100145.458000', '100145.460000', '100145.463000', '100145.465000', '100145.468000', '100145.470000', '100145.473000', '100145.476000', '100145.478000', '100145.481000', '100145.484000', '100145.486000', '100145.489000', '100145.491000', '100145.494000', '100145.497000', '100145.499000', '100145.502000', '100145.505000', '100145.507000', '100145.510000', '100145.512000', '100145.515000', '100145.525000', '100145.527000', '100145.530000', '100145.533000', '100145.536000', '100145.538000', '100205.417000', '100205.419000', '100205.422000', '100205.425000', '100205.427000', '100205.430000', '100205.432000', '100205.435000', '100205.438000', '100205.440000', '100205.443000', '100205.446000', '100205.448000', '100205.451000', '100205.454000', '100205.456000', '100205.459000', '100205.461000', '100205.464000', '100205.467000', '100205.469000', '100205.472000', '100205.475000', '100205.477000', '100205.480000', '100205.482000', '100205.485000', '100205.487000', '100205.490000', '100205.493000', '100205.495000', '100205.498000', '100205.501000', '100205.503000', '100205.506000', '100205.508000', '100205.511000', '100205.514000', '100205.516000', '100205.519000', '100205.521000', '100205.524000', '100205.527000', '100225.417000', '100225.420000', '100225.422000', '100225.425000', '100225.427000', '100225.430000', '100225.433000', '100225.435000', '100225.438000', '100225.441000', '100225.443000', '100225.446000', '100225.448000', '100225.451000', '100225.454000', '100225.456000', '100225.459000', '100225.462000', '100225.464000', '100225.467000', '100225.470000', '100225.472000', '100225.475000', '100225.478000', '100225.480000', '100225.483000', '100225.486000', '100225.488000', '100225.506000', '100225.509000', '100225.511000', '100225.514000', '100225.516000', '100225.519000', '100225.522000', '100225.524000', '100225.527000', '100225.530000', '100225.532000', '100225.535000', '100225.537000', '100225.540000', '100225.542000', '100225.545000', '100245.418000', '100245.421000', '100245.423000', '100245.426000', '100245.442000', '100245.445000', '100245.447000', '100245.450000', '100245.453000', '100245.455000', '100245.458000', '100245.461000', '100245.463000', '100245.466000', '100245.468000', '100245.471000', '100245.474000', '100245.477000', '100245.479000', '100245.482000', '100245.484000', '100245.487000', '100245.490000', '100245.492000', '100245.495000', '100245.497000', '100245.500000', '100245.503000', '100245.506000', '100245.508000', '100245.511000', '100245.514000', '100245.516000', '100245.519000', '100245.521000', '100245.524000', '100245.526000', '100245.529000', '100245.532000', '100245.534000', '100245.537000', '100245.539000', '100245.542000', '100305.418000', '100305.420000', '100305.423000', '100305.426000', '100305.428000', '100305.431000', '100305.434000', '100305.436000', '100305.439000', '100305.442000', '100305.444000', '100305.447000', '100305.449000', '100305.452000', '100305.455000', '100305.457000', '100305.460000', '100305.462000', '100305.466000', '100305.469000', '100305.472000', '100305.474000', '100305.477000', '100305.479000', '100305.482000', '100305.485000', '100305.487000', '100305.490000', '100305.493000', '100305.495000', '100305.498000', '100305.500000', '100305.503000', '100305.506000', '100305.508000', '100305.511000', '100305.514000', '100305.516000', '100305.519000', '100305.522000', '100305.525000', '100305.527000', '100305.530000', '100325.418000', '100325.420000', '100325.423000', '100325.426000', '100325.429000', '100325.431000', '100325.434000', '100325.437000', '100325.439000', '100325.442000', '100325.444000', '100325.447000', '100325.450000', '100325.452000', '100325.455000', '100325.458000', '100325.460000', '100325.463000', '100325.465000', '100325.468000', '100325.471000', '100325.473000', '100325.476000', '100325.479000', '100325.481000', '100325.484000', '100325.487000', '100325.489000', '100325.492000', '100325.494000', '100325.497000', '100325.500000', '100325.502000', '100325.505000', '100325.508000', '100325.510000', '100325.513000', '100325.515000', '100325.518000', '100325.521000', '100325.524000', '100325.526000', '100325.529000', '100325.531000', '100345.418000', '100345.421000', '100345.423000', '100345.426000', '100345.429000', '100345.431000', '100345.434000', '100345.437000', '100345.439000', '100345.442000', '100345.444000', '100345.447000', '100345.450000', '100345.453000', '100345.456000', '100345.459000', '100345.462000', '100345.464000', '100345.467000', '100345.470000', '100345.472000', '100345.475000', '100345.477000', '100345.480000', '100345.483000', '100345.485000', '100345.488000', '100345.491000', '100345.493000', '100345.496000', '100345.498000', '100345.501000', '100345.504000', '100345.506000', '100345.509000', '100345.512000', '100345.514000', '100345.517000', '100345.519000', '100345.522000', '100345.525000', '100345.527000', '100345.530000', '100405.416000', '100405.419000', '100405.422000', '100405.425000', '100405.427000', '100405.430000', '100405.433000', '100405.435000', '100405.438000', '100405.440000', '100405.443000', '100405.446000', '100405.449000', '100405.451000', '100405.454000', '100405.456000', '100405.459000', '100405.462000', '100405.464000', '100405.467000', '100405.470000', '100405.472000', '100405.475000', '100405.478000', '100405.480000', '100405.483000', '100405.486000', '100405.488000', '100405.491000', '100405.493000', '100405.496000', '100405.499000', '100405.501000', '100405.504000', '100405.507000', '100405.509000', '100405.512000', '100405.514000', '100405.517000', '100405.520000', '100405.522000', '100405.525000', '100405.528000', '100405.530000', '100425.417000', '100425.420000', '100425.422000', '100425.425000', '100425.428000', '100425.430000', '100425.433000', '100425.435000', '100425.440000', '100425.443000', '100425.445000', '100425.448000', '100425.451000', '100425.454000', '100425.456000', '100425.461000', '100425.464000', '100425.467000', '100425.469000', '100425.472000', '100425.475000', '100425.477000', '100425.480000', '100425.483000', '100425.485000', '100425.488000', '100425.491000', '100425.493000', '100425.496000', '100425.498000', '100425.501000', '100425.504000', '100425.507000', '100425.510000', '100425.513000', '100425.515000', '100425.518000', '100425.521000', '100425.523000', '100425.526000', '100425.528000', '100425.531000', '100425.534000', '100445.417000', '100445.420000', '100445.423000', '100445.426000', '100445.428000', '100445.431000', '100445.434000', '100445.436000', '100445.439000', '100445.442000', '100445.444000', '100445.447000', '100445.449000', '100445.452000', '100445.455000', '100445.457000', '100445.460000', '100445.463000', '100445.465000', '100445.468000', '100445.470000', '100445.473000', '100445.476000', '100445.478000', '100445.481000', '100445.484000', '100445.486000', '100445.489000', '100445.491000', '100445.494000', '100445.497000', '100445.499000', '100445.502000', '100445.505000', '100445.507000', '100445.510000', '100445.512000', '100445.515000', '100445.518000', '100445.520000', '100445.523000', '100445.526000', '100445.528000', '100445.531000', '100505.417000', '100505.420000', '100505.423000', '100505.426000', '100505.428000', '100505.431000', '100505.434000', '100505.437000', '100505.440000', '100505.443000', '100505.446000', '100505.449000', '100505.451000', '100505.454000', '100505.456000', '100505.459000', '100505.462000', '100505.465000', '100505.467000', '100505.470000', '100505.472000', '100505.475000', '100505.478000', '100505.480000', '100505.483000', '100505.486000', '100505.488000', '100505.491000', '100505.493000', '100505.496000', '100505.499000', '100505.501000', '100505.504000', '100505.507000', '100505.509000', '100505.512000', '100505.515000', '100505.517000', '100505.520000', '100505.522000', '100505.525000', '100505.528000', '100505.530000', '100525.418000', '100525.420000', '100525.423000', '100525.426000', '100525.429000', '100525.431000', '100525.434000', '100525.451000', '100525.454000', '100525.456000', '100525.459000', '100525.461000', '100525.464000', '100525.467000', '100525.469000', '100525.472000', '100525.475000', '100525.477000', '100525.480000', '100525.482000', '100525.485000', '100525.488000', '100525.490000', '100525.493000', '100525.496000', '100525.498000', '100525.501000', '100525.503000', '100525.506000', '100525.509000', '100525.511000', '100525.514000', '100525.517000', '100525.519000', '100525.522000', '100525.524000', '100525.527000', '100525.530000', '100525.532000', '100525.535000', '100525.538000', '100525.540000', '100525.543000', '100525.545000', '100545.418000', '100545.420000', '100545.423000', '100545.426000', '100545.428000', '100545.431000', '100545.434000', '100545.437000', '100545.439000', '100545.442000', '100545.444000', '100545.447000', '100545.450000', '100545.452000', '100545.455000', '100545.457000', '100545.460000', '100545.471000', '100545.474000', '100545.476000', '100545.479000', '100545.481000', '100545.484000', '100545.487000', '100545.489000', '100545.492000', '100545.495000', '100545.497000', '100545.500000', '100545.503000', '100545.505000', '100545.508000', '100545.511000', '100545.513000', '100545.516000', '100545.519000', '100545.521000', '100545.524000', '100545.526000', '100545.529000', '100545.531000', '100545.534000', '100545.537000', '100605.418000', '100605.420000', '100605.423000', '100605.426000', '100605.428000', '100605.431000', '100605.434000', '100605.436000', '100605.439000', '100605.441000', '100605.444000', '100605.447000', '100605.449000', '100605.452000', '100605.455000', '100605.457000', '100605.460000', '100605.462000', '100605.465000', '100605.468000', '100605.470000', '100605.473000', '100605.476000', '100605.478000', '100605.481000', '100605.484000', '100605.486000', '100605.489000', '100605.491000', '100605.494000', '100605.497000', '100605.499000', '100605.502000', '100605.504000', '100605.507000', '100605.510000', '100605.512000', '100605.515000', '100605.517000', '100605.526000', '100605.528000', '100605.531000', '100605.533000', '100605.536000', '100625.417000', '100625.420000', '100625.422000', '100625.425000', '100625.428000', '100625.430000', '100625.433000', '100625.436000', '100625.438000', '100625.441000', '100625.444000', '100625.446000', '100625.449000', '100625.451000', '100625.454000', '100625.457000', '100625.459000', '100625.468000', '100625.470000', '100625.473000', '100625.476000', '100625.478000', '100625.481000', '100625.484000', '100625.486000', '100625.489000', '100625.492000', '100625.494000', '100625.497000', '100625.499000', '100625.502000', '100625.505000', '100625.507000', '100625.510000', '100625.513000', '100625.515000', '100625.519000', '100625.521000', '100625.524000', '100625.534000', '100625.537000', '100625.539000', '100625.542000', '100645.416000', '100645.419000', '100645.423000', '100645.437000', '100645.439000', '100645.442000', '100645.445000', '100645.447000', '100645.450000', '100645.453000', '100645.455000', '100645.458000', '100645.461000', '100645.463000', '100645.466000', '100645.469000', '100645.471000', '100645.474000', '100645.476000', '100645.479000', '100645.482000', '100645.484000', '100645.487000', '100645.490000', '100645.492000', '100645.495000', '100645.497000', '100645.500000', '100645.502000', '100645.538000', '100645.541000', '100645.544000', '100645.546000', '100645.549000', '100645.552000', '100645.554000', '100645.557000', '100645.559000', '100645.562000', '100645.564000', '100645.567000', '100645.570000', '100645.572000', '100645.575000', '100650.387000', '100650.390000', '100650.393000', '100650.396000', '100650.399000', '100650.402000', '100650.405000', '100650.408000', '100650.411000', '100650.414000', '100650.417000'], 'InstanceCreationTime': ['095905.445000', '095905.448000', '095905.451000', '095905.453000', '095905.456000', '095905.459000', '095905.461000', '095905.464000', '095905.466000', '095905.469000', '095905.476000', '095905.478000', '095905.481000', '095905.488000', '095905.490000', '095905.493000', '095905.495000', '095905.498000', '095905.500000', '095905.503000', '095905.506000', '095905.508000', '095905.511000', '095905.513000', '095905.516000', '095905.518000', '095905.521000', '095905.523000', '095905.526000', '095905.529000', '095905.531000', '095905.534000', '095905.536000', '095905.539000', '095905.542000', '095905.544000', '095905.547000', '095905.549000', '095905.552000', '095905.555000', '095905.557000', '095905.560000', '095905.562000', '095905.565000', '095905.568000', '095905.570000', '095905.573000', '095905.575000', '095905.578000', '095905.581000', '095905.583000', '095905.593000', '095905.596000', '095905.599000', '095905.601000', '095905.604000', '095905.606000', '095905.609000', '095905.612000', '095905.614000', '095905.617000', '095905.620000', '095925.418000', '095925.421000', '095925.423000', '095925.426000', '095925.428000', '095925.431000', '095925.433000', '095925.436000', '095925.439000', '095925.441000', '095925.444000', '095925.446000', '095925.449000', '095925.451000', '095925.454000', '095925.457000', '095925.459000', '095925.462000', '095925.464000', '095925.467000', '095925.469000', '095925.472000', '095925.475000', '095925.477000', '095925.480000', '095925.482000', '095925.485000', '095925.487000', '095925.490000', '095925.492000', '095925.495000', '095925.498000', '095925.500000', '095925.503000', '095925.505000', '095925.508000', '095925.510000', '095925.513000', '095925.516000', '095925.518000', '095925.521000', '095925.523000', '095925.526000', '095945.416000', '095945.419000', '095945.422000', '095945.424000', '095945.427000', '095945.429000', '095945.432000', '095945.435000', '095945.437000', '095945.440000', '095945.442000', '095945.445000', '095945.447000', '095945.450000', '095945.453000', '095945.455000', '095945.458000', '095945.460000', '095945.463000', '095945.466000', '095945.468000', '095945.471000', '095945.473000', '095945.476000', '095945.478000', '095945.481000', '095945.484000', '095945.486000', '095945.489000', '095945.491000', '095945.494000', '095945.496000', '095945.499000', '095945.502000', '095945.504000', '095945.507000', '095945.509000', '095945.512000', '095945.515000', '095945.517000', '095945.520000', '095945.522000', '095945.525000', '095945.527000', '100005.416000', '100005.419000', '100005.422000', '100005.424000', '100005.427000', '100005.429000', '100005.432000', '100005.435000', '100005.437000', '100005.440000', '100005.443000', '100005.445000', '100005.448000', '100005.450000', '100005.453000', '100005.455000', '100005.458000', '100005.460000', '100005.463000', '100005.472000', '100005.475000', '100005.478000', '100005.480000', '100005.483000', '100005.486000', '100005.488000', '100005.491000', '100005.493000', '100005.496000', '100005.498000', '100005.501000', '100005.504000', '100005.506000', '100005.509000', '100005.511000', '100005.514000', '100005.516000', '100005.519000', '100005.522000', '100005.524000', '100005.527000', '100005.529000', '100005.532000', '100025.418000', '100025.420000', '100025.423000', '100025.426000', '100025.428000', '100025.431000', '100025.433000', '100025.436000', '100025.439000', '100025.441000', '100025.444000', '100025.447000', '100025.449000', '100025.452000', '100025.454000', '100025.457000', '100025.460000', '100025.462000', '100025.465000', '100025.467000', '100025.470000', '100025.473000', '100025.475000', '100025.478000', '100025.480000', '100025.483000', '100025.486000', '100025.488000', '100025.491000', '100025.493000', '100025.496000', '100025.498000', '100025.501000', '100025.504000', '100025.506000', '100025.509000', '100025.511000', '100025.514000', '100025.517000', '100025.519000', '100025.522000', '100025.524000', '100025.527000', '100025.529000', '100045.417000', '100045.420000', '100045.423000', '100045.426000', '100045.428000', '100045.431000', '100045.434000', '100045.436000', '100045.439000', '100045.441000', '100045.444000', '100045.447000', '100045.450000', '100045.452000', '100045.455000', '100045.458000', '100045.460000', '100045.463000', '100045.465000', '100045.468000', '100045.471000', '100045.473000', '100045.476000', '100045.479000', '100045.481000', '100045.484000', '100045.486000', '100045.489000', '100045.491000', '100045.494000', '100045.497000', '100045.499000', '100045.502000', '100045.505000', '100045.507000', '100045.510000', '100045.512000', '100045.515000', '100045.518000', '100045.520000', '100045.523000', '100045.525000', '100045.528000', '100105.418000', '100105.420000', '100105.423000', '100105.434000', '100105.437000', '100105.439000', '100105.442000', '100105.444000', '100105.447000', '100105.449000', '100105.452000', '100105.455000', '100105.457000', '100105.460000', '100105.463000', '100105.465000', '100105.468000', '100105.470000', '100105.473000', '100105.476000', '100105.478000', '100105.481000', '100105.483000', '100105.486000', '100105.489000', '100105.491000', '100105.494000', '100105.497000', '100105.499000', '100105.502000', '100105.505000', '100105.507000', '100105.510000', '100105.513000', '100105.515000', '100105.518000', '100105.521000', '100105.523000', '100105.526000', '100105.528000', '100105.531000', '100105.534000', '100105.537000', '100105.539000', '100125.417000', '100125.420000', '100125.423000', '100125.426000', '100125.428000', '100125.431000', '100125.433000', '100125.436000', '100125.438000', '100125.441000', '100125.444000', '100125.446000', '100125.449000', '100125.451000', '100125.454000', '100125.457000', '100125.459000', '100125.462000', '100125.465000', '100125.467000', '100125.470000', '100125.473000', '100125.475000', '100125.478000', '100125.480000', '100125.483000', '100125.486000', '100125.488000', '100125.491000', '100125.493000', '100125.496000', '100125.499000', '100125.501000', '100125.504000', '100125.506000', '100125.509000', '100125.511000', '100125.514000', '100125.517000', '100125.519000', '100125.522000', '100125.524000', '100125.527000', '100145.417000', '100145.420000', '100145.423000', '100145.426000', '100145.429000', '100145.432000', '100145.434000', '100145.437000', '100145.440000', '100145.442000', '100145.445000', '100145.447000', '100145.450000', '100145.452000', '100145.455000', '100145.458000', '100145.460000', '100145.463000', '100145.465000', '100145.468000', '100145.470000', '100145.473000', '100145.476000', '100145.478000', '100145.481000', '100145.484000', '100145.486000', '100145.489000', '100145.491000', '100145.494000', '100145.497000', '100145.499000', '100145.502000', '100145.505000', '100145.507000', '100145.510000', '100145.512000', '100145.515000', '100145.525000', '100145.527000', '100145.530000', '100145.533000', '100145.536000', '100145.538000', '100205.417000', '100205.419000', '100205.422000', '100205.425000', '100205.427000', '100205.430000', '100205.432000', '100205.435000', '100205.438000', '100205.440000', '100205.443000', '100205.446000', '100205.448000', '100205.451000', '100205.454000', '100205.456000', '100205.459000', '100205.461000', '100205.464000', '100205.467000', '100205.469000', '100205.472000', '100205.475000', '100205.477000', '100205.480000', '100205.482000', '100205.485000', '100205.487000', '100205.490000', '100205.493000', '100205.495000', '100205.498000', '100205.501000', '100205.503000', '100205.506000', '100205.508000', '100205.511000', '100205.514000', '100205.516000', '100205.519000', '100205.521000', '100205.524000', '100205.527000', '100225.417000', '100225.420000', '100225.422000', '100225.425000', '100225.427000', '100225.430000', '100225.433000', '100225.435000', '100225.438000', '100225.441000', '100225.443000', '100225.446000', '100225.448000', '100225.451000', '100225.454000', '100225.456000', '100225.459000', '100225.462000', '100225.464000', '100225.467000', '100225.470000', '100225.472000', '100225.475000', '100225.478000', '100225.480000', '100225.483000', '100225.486000', '100225.488000', '100225.506000', '100225.509000', '100225.511000', '100225.514000', '100225.516000', '100225.519000', '100225.522000', '100225.524000', '100225.527000', '100225.530000', '100225.532000', '100225.535000', '100225.537000', '100225.540000', '100225.542000', '100225.545000', '100245.418000', '100245.421000', '100245.423000', '100245.426000', '100245.442000', '100245.445000', '100245.447000', '100245.450000', '100245.453000', '100245.455000', '100245.458000', '100245.461000', '100245.463000', '100245.466000', '100245.468000', '100245.471000', '100245.474000', '100245.477000', '100245.479000', '100245.482000', '100245.484000', '100245.487000', '100245.490000', '100245.492000', '100245.495000', '100245.497000', '100245.500000', '100245.503000', '100245.506000', '100245.508000', '100245.511000', '100245.514000', '100245.516000', '100245.519000', '100245.521000', '100245.524000', '100245.526000', '100245.529000', '100245.532000', '100245.534000', '100245.537000', '100245.539000', '100245.542000', '100305.418000', '100305.420000', '100305.423000', '100305.426000', '100305.428000', '100305.431000', '100305.434000', '100305.436000', '100305.439000', '100305.442000', '100305.444000', '100305.447000', '100305.449000', '100305.452000', '100305.455000', '100305.457000', '100305.460000', '100305.462000', '100305.466000', '100305.469000', '100305.472000', '100305.474000', '100305.477000', '100305.479000', '100305.482000', '100305.485000', '100305.487000', '100305.490000', '100305.493000', '100305.495000', '100305.498000', '100305.500000', '100305.503000', '100305.506000', '100305.508000', '100305.511000', '100305.514000', '100305.516000', '100305.519000', '100305.522000', '100305.525000', '100305.527000', '100305.530000', '100325.418000', '100325.420000', '100325.423000', '100325.426000', '100325.429000', '100325.431000', '100325.434000', '100325.437000', '100325.439000', '100325.442000', '100325.444000', '100325.447000', '100325.450000', '100325.452000', '100325.455000', '100325.458000', '100325.460000', '100325.463000', '100325.465000', '100325.468000', '100325.471000', '100325.473000', '100325.476000', '100325.479000', '100325.481000', '100325.484000', '100325.487000', '100325.489000', '100325.492000', '100325.494000', '100325.497000', '100325.500000', '100325.502000', '100325.505000', '100325.508000', '100325.510000', '100325.513000', '100325.515000', '100325.518000', '100325.521000', '100325.524000', '100325.526000', '100325.529000', '100325.531000', '100345.418000', '100345.421000', '100345.423000', '100345.426000', '100345.429000', '100345.431000', '100345.434000', '100345.437000', '100345.439000', '100345.442000', '100345.444000', '100345.447000', '100345.450000', '100345.453000', '100345.456000', '100345.459000', '100345.462000', '100345.464000', '100345.467000', '100345.470000', '100345.472000', '100345.475000', '100345.477000', '100345.480000', '100345.483000', '100345.485000', '100345.488000', '100345.491000', '100345.493000', '100345.496000', '100345.498000', '100345.501000', '100345.504000', '100345.506000', '100345.509000', '100345.512000', '100345.514000', '100345.517000', '100345.519000', '100345.522000', '100345.525000', '100345.527000', '100345.530000', '100405.416000', '100405.419000', '100405.422000', '100405.425000', '100405.427000', '100405.430000', '100405.433000', '100405.435000', '100405.438000', '100405.440000', '100405.443000', '100405.446000', '100405.449000', '100405.451000', '100405.454000', '100405.456000', '100405.459000', '100405.462000', '100405.464000', '100405.467000', '100405.470000', '100405.472000', '100405.475000', '100405.478000', '100405.480000', '100405.483000', '100405.486000', '100405.488000', '100405.491000', '100405.493000', '100405.496000', '100405.499000', '100405.501000', '100405.504000', '100405.507000', '100405.509000', '100405.512000', '100405.514000', '100405.517000', '100405.520000', '100405.522000', '100405.525000', '100405.528000', '100405.530000', '100425.417000', '100425.420000', '100425.422000', '100425.425000', '100425.428000', '100425.430000', '100425.433000', '100425.435000', '100425.440000', '100425.443000', '100425.445000', '100425.448000', '100425.451000', '100425.454000', '100425.456000', '100425.461000', '100425.464000', '100425.467000', '100425.469000', '100425.472000', '100425.475000', '100425.477000', '100425.480000', '100425.483000', '100425.485000', '100425.488000', '100425.491000', '100425.493000', '100425.496000', '100425.498000', '100425.501000', '100425.504000', '100425.507000', '100425.510000', '100425.513000', '100425.515000', '100425.518000', '100425.521000', '100425.523000', '100425.526000', '100425.528000', '100425.531000', '100425.534000', '100445.417000', '100445.420000', '100445.423000', '100445.426000', '100445.428000', '100445.431000', '100445.434000', '100445.436000', '100445.439000', '100445.442000', '100445.444000', '100445.447000', '100445.449000', '100445.452000', '100445.455000', '100445.457000', '100445.460000', '100445.463000', '100445.465000', '100445.468000', '100445.470000', '100445.473000', '100445.476000', '100445.478000', '100445.481000', '100445.484000', '100445.486000', '100445.489000', '100445.491000', '100445.494000', '100445.497000', '100445.499000', '100445.502000', '100445.505000', '100445.507000', '100445.510000', '100445.512000', '100445.515000', '100445.518000', '100445.520000', '100445.523000', '100445.526000', '100445.528000', '100445.531000', '100505.417000', '100505.420000', '100505.423000', '100505.426000', '100505.428000', '100505.431000', '100505.434000', '100505.437000', '100505.440000', '100505.443000', '100505.446000', '100505.449000', '100505.451000', '100505.454000', '100505.456000', '100505.459000', '100505.462000', '100505.465000', '100505.467000', '100505.470000', '100505.472000', '100505.475000', '100505.478000', '100505.480000', '100505.483000', '100505.486000', '100505.488000', '100505.491000', '100505.493000', '100505.496000', '100505.499000', '100505.501000', '100505.504000', '100505.507000', '100505.509000', '100505.512000', '100505.515000', '100505.517000', '100505.520000', '100505.522000', '100505.525000', '100505.528000', '100505.530000', '100525.418000', '100525.420000', '100525.423000', '100525.426000', '100525.429000', '100525.431000', '100525.434000', '100525.451000', '100525.454000', '100525.456000', '100525.459000', '100525.461000', '100525.464000', '100525.467000', '100525.469000', '100525.472000', '100525.475000', '100525.477000', '100525.480000', '100525.482000', '100525.485000', '100525.488000', '100525.490000', '100525.493000', '100525.496000', '100525.498000', '100525.501000', '100525.503000', '100525.506000', '100525.509000', '100525.511000', '100525.514000', '100525.517000', '100525.519000', '100525.522000', '100525.524000', '100525.527000', '100525.530000', '100525.532000', '100525.535000', '100525.538000', '100525.540000', '100525.543000', '100525.545000', '100545.418000', '100545.420000', '100545.423000', '100545.426000', '100545.428000', '100545.431000', '100545.434000', '100545.437000', '100545.439000', '100545.442000', '100545.444000', '100545.447000', '100545.450000', '100545.452000', '100545.455000', '100545.457000', '100545.460000', '100545.471000', '100545.474000', '100545.476000', '100545.479000', '100545.481000', '100545.484000', '100545.487000', '100545.489000', '100545.492000', '100545.495000', '100545.497000', '100545.500000', '100545.503000', '100545.505000', '100545.508000', '100545.511000', '100545.513000', '100545.516000', '100545.519000', '100545.521000', '100545.524000', '100545.526000', '100545.529000', '100545.531000', '100545.534000', '100545.537000', '100605.418000', '100605.420000', '100605.423000', '100605.426000', '100605.428000', '100605.431000', '100605.434000', '100605.436000', '100605.439000', '100605.441000', '100605.444000', '100605.447000', '100605.449000', '100605.452000', '100605.455000', '100605.457000', '100605.460000', '100605.462000', '100605.465000', '100605.468000', '100605.470000', '100605.473000', '100605.476000', '100605.478000', '100605.481000', '100605.484000', '100605.486000', '100605.489000', '100605.491000', '100605.494000', '100605.497000', '100605.499000', '100605.502000', '100605.504000', '100605.507000', '100605.510000', '100605.512000', '100605.515000', '100605.517000', '100605.526000', '100605.528000', '100605.531000', '100605.533000', '100605.536000', '100625.417000', '100625.420000', '100625.422000', '100625.425000', '100625.428000', '100625.430000', '100625.433000', '100625.436000', '100625.438000', '100625.441000', '100625.444000', '100625.446000', '100625.449000', '100625.451000', '100625.454000', '100625.457000', '100625.459000', '100625.468000', '100625.470000', '100625.473000', '100625.476000', '100625.478000', '100625.481000', '100625.484000', '100625.486000', '100625.489000', '100625.492000', '100625.494000', '100625.497000', '100625.499000', '100625.502000', '100625.505000', '100625.507000', '100625.510000', '100625.513000', '100625.515000', '100625.519000', '100625.521000', '100625.524000', '100625.534000', '100625.537000', '100625.539000', '100625.542000', '100645.416000', '100645.419000', '100645.423000', '100645.437000', '100645.439000', '100645.442000', '100645.445000', '100645.447000', '100645.450000', '100645.453000', '100645.455000', '100645.458000', '100645.461000', '100645.463000', '100645.466000', '100645.469000', '100645.471000', '100645.474000', '100645.476000', '100645.479000', '100645.482000', '100645.484000', '100645.487000', '100645.490000', '100645.492000', '100645.495000', '100645.497000', '100645.500000', '100645.502000', '100645.538000', '100645.541000', '100645.544000', '100645.546000', '100645.549000', '100645.552000', '100645.554000', '100645.557000', '100645.559000', '100645.562000', '100645.564000', '100645.567000', '100645.570000', '100645.572000', '100645.575000', '100650.387000', '100650.390000', '100650.393000', '100650.396000', '100650.399000', '100650.402000', '100650.405000', '100650.408000', '100650.411000', '100650.414000', '100650.417000'], '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': [10018, 7463, 9288, 7443, 12840, 7747, 9359, 7320, 10891, 7663, 7129, 6152, 6276, 7168, 6095, 10653, 6262, 8506, 6779, 8484, 7324, 13363, 7409, 6512, 6448, 6427, 9516, 6440, 10930, 6397, 8167, 7190, 6383, 9283, 6256, 9492, 6965, 11756, 8965, 6606, 7042, 6674, 10770, 8294, 11884, 7738, 6551, 8406, 6608, 10758, 6597, 9263, 8183, 10567, 8320, 6506, 9706, 7165, 12518, 8914, 6287, 7366, 6756, 10840, 8088, 6866, 6830, 6373, 10534, 6774, 9934, 6898, 6455, 8365, 6797, 10609, 7672, 10267, 8452, 7451, 8380, 6727, 8564, 7040, 8250, 9108, 7185, 9926, 7844, 12215, 8678, 7185, 7103, 7175, 9515, 7313, 13066, 8287, 6286, 6494, 6746, 9452, 7212, 13263, 6859, 6377, 6491, 6605, 11096, 6619, 6600, 7564, 6985, 10053, 6034, 6272, 6664, 6497, 6552, 10967, 7139, 10469, 7290, 8331, 7809, 6721, 6222, 6419, 10067, 7126, 6377, 6233, 6227, 9516, 6612, 6596, 6466, 6250, 10152, 6525, 9276, 7139, 6440, 9170, 7441, 9404, 6852, 10214, 7492, 12029, 6707, 6312, 7634, 6414, 10438, 6988, 9633, 6813, 10627, 7624, 6829, 6503, 6673, 10248, 7547, 10424, 7376, 9674, 7977, 14012, 6835, 6628, 7054, 6306, 9009, 6887, 7930, 6719, 8682, 6702, 11710, 6462, 6507, 7349, 6631, 7961, 6874, 8792, 6930, 13424, 7423, 6238, 7378, 6598, 10325, 7208, 8376, 7028, 6404, 10229, 7000, 9102, 7209, 10807, 7937, 8985, 8446, 6855, 8839, 6725, 10150, 7154, 7622, 7313, 10607, 6985, 7237, 6848, 6451, 6742, 6657, 6883, 8951, 6762, 8335, 7644, 7201, 10978, 9012, 9372, 7519, 8374, 7983, 8070, 7219, 6952, 7643, 7088, 11040, 7739, 6512, 7107, 6624, 9270, 6816, 9479, 7402, 7420, 7342, 13264, 7864, 6548, 7134, 6752, 9623, 7095, 9408, 7027, 8383, 7275, 11799, 6777, 6322, 7599, 6433, 8288, 6993, 8594, 6786, 9936, 7053, 8613, 6904, 7463, 6715, 10154, 6972, 7208, 6967, 9270, 6784, 6252, 6812, 6518, 9398, 7005, 10629, 7062, 7704, 7426, 11920, 8252, 7546, 6958, 6897, 7438, 6841, 10187, 6943, 8754, 6792, 7572, 7106, 8756, 7058, 11957, 6557, 6177, 6975, 6533, 9577, 6690, 9341, 6436, 6991, 7831, 6433, 9574, 6742, 7952, 7027, 8681, 7460, 6781, 8576, 6500, 9369, 6632, 11358, 6935, 8794, 6786, 6454, 7516, 6436, 8362, 6952, 7558, 7337, 9906, 7884, 6657, 6825, 6344, 8920, 6630, 7452, 6574, 7211, 6452, 9289, 6648, 6656, 6929, 9563, 6738, 6479, 6801, 6412, 8237, 6667, 9878, 6860, 7762, 7067, 11764, 7306, 6526, 7136, 6450, 9270, 6649, 10052, 7186, 7619, 6987, 7104, 7176, 6542, 7337, 6912, 8413, 7065, 12554, 7685, 6186, 7094, 6677, 9118, 6735, 10996, 6172, 7638, 6364, 6290, 7111, 6145, 8721, 6615, 6383, 6842, 8351, 7007, 13844, 10254, 6784, 9264, 6782, 8440, 10174, 7065, 11536, 7845, 6314, 7590, 6563, 11178, 7157, 6254, 7092, 6398, 9733, 6643, 8733, 6835, 6578, 6682, 6169, 9195, 6493, 8623, 7301, 6489, 7961, 6306, 9915, 6220, 8469, 6756, 8959, 6837, 13508, 6906, 6122, 7093, 6105, 9266, 6253, 8567, 6165, 8325, 6643, 13273, 6848, 6723, 7174, 6365, 8275, 6304, 9043, 6455, 10052, 6343, 8527, 6400, 9257, 6425, 8798, 6467, 6499, 6582, 5982, 9928, 6709, 9573, 7091, 6912, 7148, 6392, 9597, 6753, 9726, 6553, 8523, 6355, 9252, 6336, 9877, 6568, 7176, 6767, 6082, 7520, 6330, 10190, 6683, 7271, 6695, 8744, 7883, 6574, 8212, 6465, 9331, 6662, 10097, 6625, 10811, 6630, 6368, 7240, 6344, 7168, 7278, 6270, 7257, 7358, 6520, 9103, 6245, 10898, 6107, 6820, 6747, 6093, 8687, 6553, 8422, 6169, 7265, 6509, 6101, 9324, 6084, 6856, 6328, 5872, 9502, 6272, 9015, 6177, 9540, 7788, 8376, 7579, 5979, 9645, 6258, 8649, 6201, 6054, 6893, 6052, 9427, 6161, 8219, 6387, 8233, 7033, 6011, 8488, 6065, 9514, 6676, 7060, 7168, 6109, 8804, 6338, 9942, 7058, 6369, 8350, 6258, 11322, 6513, 8110, 6732, 6514, 9382, 6589, 8669, 6427, 8200, 6475, 8651, 6795, 6371, 7419, 6414, 9967, 6178, 8327, 6421, 7406, 6419, 7685, 7176, 6345, 7369, 6581, 9397, 6280, 9136, 6426, 6332, 7044, 6430, 9534, 6203, 8106, 6461, 10143, 6720, 6294, 7208, 6336, 9767, 7068, 6322, 8656, 6532, 6515, 10292, 7848, 11415, 7164, 9162, 6600, 6542, 7355, 6417, 6937, 6836, 8737, 6814, 6203, 7019, 6248, 9953, 6565, 6670, 7141, 6373, 10779, 6601, 8837, 6382, 6673, 8622, 6099, 8421, 6280, 7728, 9288, 7222, 9228, 6397, 7948, 8715, 8032, 10041, 6430, 11065, 7276, 10137, 6684, 6189, 7579, 6377, 9987, 6692, 6353, 7568, 6285, 10287, 6746, 8115, 6343, 5984, 8510, 6066, 11512, 6461, 8192, 6233, 10527, 6631, 6272, 6280, 6141, 7734, 6089, 7654, 5938, 8577, 6137, 10734, 6181, 7772, 6532, 6807, 6788, 5949, 8524, 6314, 11516, 6835, 8059, 6639, 6711, 9033, 8593, 8909, 6129, 9690, 6773, 10308, 8147, 6518, 9103, 6353, 12251, 7284, 6305, 7710, 6192, 10875, 7094, 7569, 7206, 6336, 9342, 6139, 11224, 6381, 7772, 6353, 8658, 6942, 7378, 7272, 6379, 8526, 6373, 6674, 7472, 6714, 11285, 8465, 6792, 9087, 6378, 12177, 8578, 7069, 6454, 8622, 6810, 7194, 6672, 6426, 8094, 6375, 9188, 7170, 6304, 8330, 6238, 10501, 6897, 10072, 6798, 6230, 8794, 6869, 10766, 6903, 8491, 5998, 11917, 6793, 8009, 6374, 6598, 8322, 6130, 9711, 6225, 9979, 6727, 11898, 8453, 7906, 7794, 6186, 10914, 7248, 13048, 8646, 8958, 7761, 6281, 11464, 7832, 12791, 9167, 6210, 8221, 6314, 10832, 7071, 12206, 7204, 8445, 6527, 8453, 8253, 5928, 7008, 6538, 9098, 7035, 12131, 7831, 6199, 7414, 6033, 11832, 7821, 10096, 7028, 7042, 9201, 8394, 10670, 6486, 10041, 7190, 13212, 8652, 8572, 6899, 6053, 9277, 6491, 8145, 8409, 6611, 8115, 10474, 7425, 10809, 7488, 12868, 8975, 6333, 7582, 6196, 8851, 8783, 6907, 10279, 7178, 6586, 10513, 7848, 13290, 8664, 6390, 9859, 7357, 11759, 7409, 6840, 8237, 6621, 10182, 7102, 10137, 7405, 12809, 8713, 8381, 7682, 6390, 9989, 7048, 12191, 8070, 6745, 8340, 6356, 12461, 8584, 9842, 7469, 6875, 9986, 7027, 12120, 7801, 6742, 9907, 6962, 12923, 8492, 7800, 7327, 6077, 10237, 7208, 6337, 7263, 6799, 7122, 9746, 7218, 7531, 9426, 7211, 6064, 8813, 6664, 12959, 8444, 8278, 8194, 6719, 11576, 8054, 6448, 8149, 6376, 10963, 7725, 6630, 7811, 6357, 10239, 7657, 9798, 7753, 6372, 9654, 7565, 9847, 8413, 6658, 9790, 7721, 8188, 9622, 6723, 9894, 8166, 7673, 10274, 7541, 9580, 8085, 6341, 9700, 7291, 11341, 8349, 6359, 9793, 6825, 10353, 7559, 8953, 8857, 6834, 9983, 7825, 10570, 8597, 6799, 9202, 7728, 8617, 8920, 6612, 11136, 8070, 9074, 8613, 6527, 10871, 8226, 9816, 8699, 6413, 11134, 8524, 6925, 10266, 8172, 6161, 10471, 7109, 12404, 8120, 8953, 8089, 6720, 10571, 7691, 7277, 8046, 6233, 11122, 7409, 9103, 8158, 7486, 10535, 6838, 10284, 7926, 10934, 8942, 13716, 8787, 10586, 7942, 8459, 8891, 7059, 8871, 7096, 11665, 7831, 10661, 7493, 8313, 8511, 8043, 9347, 6916, 11052, 7938, 12775, 8473, 10244, 8175, 10882, 8996, 8572, 8981, 7317, 11170, 7314, 11812, 7586, 6049, 9682, 6775, 12307, 8243, 6745, 9496, 6520, 11711, 8079, 12595, 7667, 7456, 9682, 6251, 10244, 6889], 'WindowCenter': [3911.0, 3865.0, 3871.0, 3850.0, 3899.0, 3849.0, 3855.0, 3835.0, 3863.0, 3835.0, 3822.0, 3802.0, 3800.0, 3823.0, 3802.0, 3876.0, 3815.0, 3855.0, 3826.0, 3855.0, 3836.0, 3897.0, 3836.0, 3813.0, 3814.0, 3812.0, 3865.0, 3815.0, 3876.0, 3815.0, 3844.0, 3825.0, 3815.0, 3867.0, 3815.0, 3867.0, 3836.0, 3888.0, 3868.0, 3825.0, 3836.0, 3825.0, 3877.0, 3859.0, 3888.0, 3846.0, 3814.0, 3846.0, 3824.0, 3877.0, 3825.0, 3854.0, 3847.0, 3877.0, 3846.0, 3813.0, 3864.0, 3823.0, 3885.0, 3855.0, 3812.0, 3822.0, 3824.0, 3876.0, 3846.0, 3823.0, 3824.0, 3812.0, 3875.0, 3823.0, 3864.0, 3823.0, 3812.0, 3844.0, 3823.0, 3876.0, 3835.0, 3863.0, 3844.0, 3823.0, 3844.0, 3812.0, 3842.0, 3822.0, 3844.0, 3854.0, 3823.0, 3864.0, 3845.0, 3885.0, 3844.0, 3823.0, 3822.0, 3822.0, 3853.0, 3822.0, 3883.0, 3844.0, 3801.0, 3800.0, 3810.0, 3851.0, 3821.0, 3883.0, 3810.0, 3800.0, 3799.0, 3810.0, 3873.0, 3812.0, 3811.0, 3833.0, 3824.0, 3865.0, 3803.0, 3812.0, 3822.0, 3814.0, 3813.0, 3876.0, 3825.0, 3876.0, 3834.0, 3856.0, 3834.0, 3812.0, 3800.0, 3813.0, 3864.0, 3825.0, 3825.0, 3816.0, 3818.0, 3878.0, 3826.0, 3826.0, 3827.0, 3813.0, 3878.0, 3827.0, 3868.0, 3837.0, 3815.0, 3868.0, 3836.0, 3866.0, 3824.0, 3865.0, 3836.0, 3886.0, 3823.0, 3811.0, 3833.0, 3812.0, 3876.0, 3823.0, 3863.0, 3811.0, 3862.0, 3833.0, 3811.0, 3811.0, 3812.0, 3865.0, 3833.0, 3864.0, 3823.0, 3851.0, 3832.0, 3882.0, 3810.0, 3807.0, 3808.0, 3797.0, 3841.0, 3820.0, 3828.0, 3809.0, 3840.0, 3811.0, 3870.0, 3812.0, 3799.0, 3821.0, 3812.0, 3844.0, 3824.0, 3843.0, 3825.0, 3896.0, 3834.0, 3799.0, 3820.0, 3810.0, 3864.0, 3833.0, 3840.0, 3821.0, 3801.0, 3864.0, 3821.0, 3851.0, 3821.0, 3860.0, 3831.0, 3840.0, 3831.0, 3807.0, 3840.0, 3808.0, 3860.0, 3810.0, 3819.0, 3821.0, 3863.0, 3834.0, 3821.0, 3808.0, 3797.0, 3807.0, 3812.0, 3822.0, 3854.0, 3824.0, 3842.0, 3833.0, 3820.0, 3864.0, 3842.0, 3851.0, 3818.0, 3825.0, 3830.0, 3828.0, 3807.0, 3807.0, 3817.0, 3806.0, 3858.0, 3818.0, 3796.0, 3807.0, 3808.0, 3839.0, 3809.0, 3849.0, 3820.0, 3806.0, 3820.0, 3871.0, 3830.0, 3795.0, 3808.0, 3797.0, 3849.0, 3807.0, 3837.0, 3807.0, 3827.0, 3820.0, 3869.0, 3809.0, 3796.0, 3818.0, 3799.0, 3840.0, 3819.0, 3841.0, 3810.0, 3852.0, 3820.0, 3840.0, 3808.0, 3817.0, 3809.0, 3850.0, 3819.0, 3817.0, 3821.0, 3849.0, 3811.0, 3800.0, 3811.0, 3798.0, 3851.0, 3820.0, 3862.0, 3820.0, 3818.0, 3820.0, 3869.0, 3830.0, 3818.0, 3809.0, 3807.0, 3818.0, 3797.0, 3849.0, 3809.0, 3828.0, 3796.0, 3817.0, 3808.0, 3827.0, 3808.0, 3870.0, 3798.0, 3787.0, 3809.0, 3799.0, 3853.0, 3809.0, 3852.0, 3811.0, 3818.0, 3832.0, 3810.0, 3864.0, 3811.0, 3831.0, 3823.0, 3841.0, 3833.0, 3822.0, 3854.0, 3812.0, 3852.0, 3811.0, 3873.0, 3822.0, 3840.0, 3811.0, 3799.0, 3821.0, 3800.0, 3841.0, 3822.0, 3832.0, 3833.0, 3864.0, 3844.0, 3811.0, 3810.0, 3798.0, 3851.0, 3808.0, 3819.0, 3808.0, 3820.0, 3799.0, 3850.0, 3809.0, 3808.0, 3820.0, 3850.0, 3810.0, 3799.0, 3811.0, 3800.0, 3842.0, 3812.0, 3863.0, 3811.0, 3831.0, 3821.0, 3872.0, 3822.0, 3798.0, 3819.0, 3799.0, 3852.0, 3810.0, 3852.0, 3821.0, 3830.0, 3822.0, 3820.0, 3821.0, 3810.0, 3821.0, 3822.0, 3839.0, 3823.0, 3883.0, 3833.0, 3798.0, 3809.0, 3809.0, 3841.0, 3810.0, 3887.0, 3788.0, 3829.0, 3812.0, 3822.0, 3835.0, 3826.0, 3868.0, 3825.0, 3813.0, 3821.0, 3844.0, 3823.0, 3896.0, 3866.0, 3812.0, 3852.0, 3812.0, 3842.0, 3863.0, 3822.0, 3873.0, 3832.0, 3799.0, 3818.0, 3809.0, 3872.0, 3822.0, 3811.0, 3822.0, 3813.0, 3863.0, 3825.0, 3841.0, 3821.0, 3810.0, 3822.0, 3813.0, 3865.0, 3813.0, 3856.0, 3836.0, 3812.0, 3856.0, 3813.0, 3866.0, 3813.0, 3845.0, 3824.0, 3855.0, 3825.0, 3895.0, 3834.0, 3803.0, 3824.0, 3801.0, 3865.0, 3813.0, 3854.0, 3802.0, 3845.0, 3825.0, 3897.0, 3825.0, 3822.0, 3835.0, 3812.0, 3855.0, 3815.0, 3865.0, 3813.0, 3867.0, 3812.0, 3854.0, 3811.0, 3853.0, 3812.0, 3854.0, 3812.0, 3812.0, 3824.0, 3812.0, 3865.0, 3823.0, 3866.0, 3836.0, 3823.0, 3825.0, 3813.0, 3866.0, 3824.0, 3864.0, 3813.0, 3843.0, 3811.0, 3853.0, 3811.0, 3864.0, 3812.0, 3820.0, 3812.0, 3800.0, 3833.0, 3813.0, 3875.0, 3822.0, 3832.0, 3823.0, 3854.0, 3844.0, 3822.0, 3854.0, 3812.0, 3853.0, 3823.0, 3863.0, 3822.0, 3874.0, 3823.0, 3813.0, 3832.0, 3812.0, 3836.0, 3850.0, 3842.0, 3860.0, 3849.0, 3839.0, 3868.0, 3826.0, 3890.0, 3830.0, 3825.0, 3826.0, 3816.0, 3856.0, 3824.0, 3855.0, 3813.0, 3832.0, 3812.0, 3812.0, 3866.0, 3815.0, 3825.0, 3827.0, 3804.0, 3878.0, 3826.0, 3867.0, 3815.0, 3864.0, 3846.0, 3855.0, 3845.0, 3814.0, 3864.0, 3813.0, 3854.0, 3813.0, 3801.0, 3823.0, 3802.0, 3867.0, 3813.0, 3854.0, 3814.0, 3843.0, 3834.0, 3813.0, 3854.0, 3814.0, 3866.0, 3825.0, 3834.0, 3834.0, 3812.0, 3866.0, 3814.0, 3865.0, 3833.0, 3812.0, 3843.0, 3813.0, 3886.0, 3814.0, 3843.0, 3823.0, 3812.0, 3864.0, 3811.0, 3853.0, 3811.0, 3842.0, 3812.0, 3852.0, 3823.0, 3812.0, 3832.0, 3812.0, 3864.0, 3812.0, 3854.0, 3823.0, 3832.0, 3813.0, 3832.0, 3834.0, 3812.0, 3833.0, 3823.0, 3864.0, 3823.0, 3864.0, 3824.0, 3812.0, 3834.0, 3813.0, 3866.0, 3813.0, 3844.0, 3824.0, 3875.0, 3825.0, 3814.0, 3835.0, 3824.0, 3877.0, 3836.0, 3826.0, 3868.0, 3827.0, 3826.0, 3889.0, 3846.0, 3888.0, 3834.0, 3853.0, 3823.0, 3812.0, 3833.0, 3813.0, 3833.0, 3835.0, 3855.0, 3836.0, 3814.0, 3835.0, 3825.0, 3877.0, 3837.0, 3836.0, 3847.0, 3827.0, 3888.0, 3836.0, 3867.0, 3826.0, 3823.0, 3856.0, 3815.0, 3856.0, 3826.0, 3845.0, 3867.0, 3835.0, 3866.0, 3825.0, 3844.0, 3856.0, 3845.0, 3866.0, 3812.0, 3874.0, 3834.0, 3862.0, 3811.0, 3799.0, 3830.0, 3811.0, 3864.0, 3823.0, 3812.0, 3843.0, 3813.0, 3874.0, 3822.0, 3843.0, 3812.0, 3800.0, 3853.0, 3801.0, 3885.0, 3812.0, 3842.0, 3801.0, 3873.0, 3822.0, 3811.0, 3812.0, 3812.0, 3843.0, 3801.0, 3832.0, 3801.0, 3854.0, 3813.0, 3875.0, 3813.0, 3832.0, 3824.0, 3823.0, 3824.0, 3814.0, 3856.0, 3826.0, 3887.0, 3836.0, 3845.0, 3825.0, 3822.0, 3866.0, 3854.0, 3854.0, 3812.0, 3863.0, 3823.0, 3874.0, 3844.0, 3812.0, 3853.0, 3812.0, 3884.0, 3833.0, 3810.0, 3831.0, 3801.0, 3874.0, 3833.0, 3842.0, 3832.0, 3810.0, 3862.0, 3801.0, 3874.0, 3812.0, 3831.0, 3811.0, 3852.0, 3822.0, 3830.0, 3832.0, 3811.0, 3853.0, 3812.0, 3822.0, 3834.0, 3837.0, 3898.0, 3856.0, 3823.0, 3854.0, 3811.0, 3884.0, 3852.0, 3819.0, 3809.0, 3839.0, 3821.0, 3821.0, 3821.0, 3811.0, 3841.0, 3823.0, 3866.0, 3835.0, 3824.0, 3856.0, 3814.0, 3876.0, 3837.0, 3876.0, 3825.0, 3813.0, 3867.0, 3823.0, 3877.0, 3822.0, 3854.0, 3801.0, 3885.0, 3823.0, 3856.0, 3826.0, 3823.0, 3856.0, 3814.0, 3875.0, 3814.0, 3876.0, 3824.0, 3886.0, 3856.0, 3844.0, 3846.0, 3814.0, 3885.0, 3834.0, 3897.0, 3855.0, 3854.0, 3842.0, 3811.0, 3872.0, 3832.0, 3884.0, 3864.0, 3813.0, 3842.0, 3812.0, 3873.0, 3823.0, 3885.0, 3833.0, 3842.0, 3812.0, 3842.0, 3842.0, 3812.0, 3833.0, 3822.0, 3865.0, 3834.0, 3898.0, 3846.0, 3814.0, 3845.0, 3814.0, 3897.0, 3845.0, 3875.0, 3833.0, 3834.0, 3867.0, 3856.0, 3876.0, 3824.0, 3876.0, 3836.0, 3909.0, 3856.0, 3852.0, 3834.0, 3813.0, 3864.0, 3826.0, 3855.0, 3857.0, 3838.0, 3858.0, 3902.0, 3848.0, 3902.0, 3848.0, 3899.0, 3879.0, 3824.0, 3843.0, 3814.0, 3864.0, 3855.0, 3835.0, 3877.0, 3834.0, 3822.0, 3874.0, 3856.0, 3909.0, 3855.0, 3812.0, 3865.0, 3832.0, 3886.0, 3847.0, 3821.0, 3841.0, 3821.0, 3874.0, 3820.0, 3862.0, 3833.0, 3883.0, 3854.0, 3841.0, 3831.0, 3808.0, 3861.0, 3821.0, 3883.0, 3843.0, 3821.0, 3854.0, 3824.0, 3897.0, 3854.0, 3862.0, 3834.0, 3821.0, 3863.0, 3832.0, 3897.0, 3844.0, 3823.0, 3864.0, 3821.0, 3895.0, 3854.0, 3829.0, 3845.0, 3812.0, 3875.0, 3834.0, 3824.0, 3845.0, 3835.0, 3835.0, 3877.0, 3846.0, 3844.0, 3866.0, 3848.0, 3827.0, 3879.0, 3824.0, 3909.0, 3858.0, 3855.0, 3853.0, 3819.0, 3871.0, 3829.0, 3808.0, 3841.0, 3808.0, 3859.0, 3830.0, 3819.0, 3831.0, 3807.0, 3860.0, 3842.0, 3862.0, 3841.0, 3809.0, 3861.0, 3830.0, 3861.0, 3840.0, 3820.0, 3860.0, 3842.0, 3841.0, 3863.0, 3821.0, 3862.0, 3853.0, 3842.0, 3875.0, 3844.0, 3876.0, 3845.0, 3810.0, 3864.0, 3845.0, 3886.0, 3867.0, 3823.0, 3875.0, 3822.0, 3874.0, 3845.0, 3863.0, 3864.0, 3822.0, 3863.0, 3843.0, 3873.0, 3855.0, 3823.0, 3875.0, 3845.0, 3865.0, 3866.0, 3823.0, 3888.0, 3856.0, 3865.0, 3866.0, 3824.0, 3886.0, 3854.0, 3875.0, 3866.0, 3809.0, 3884.0, 3866.0, 3836.0, 3888.0, 3869.0, 3826.0, 3900.0, 3845.0, 3897.0, 3855.0, 3853.0, 3855.0, 3822.0, 3886.0, 3846.0, 3845.0, 3857.0, 3813.0, 3885.0, 3846.0, 3867.0, 3857.0, 3844.0, 3888.0, 3835.0, 3886.0, 3859.0, 3887.0, 3866.0, 3907.0, 3855.0, 3873.0, 3843.0, 3841.0, 3853.0, 3833.0, 3865.0, 3834.0, 3885.0, 3844.0, 3886.0, 3846.0, 3855.0, 3866.0, 3855.0, 3866.0, 3835.0, 3886.0, 3855.0, 3898.0, 3856.0, 3873.0, 3854.0, 3886.0, 3878.0, 3868.0, 3878.0, 3833.0, 3884.0, 3847.0, 3899.0, 3858.0, 3814.0, 3876.0, 3836.0, 3898.0, 3856.0, 3823.0, 3865.0, 3812.0, 3885.0, 3844.0, 3895.0, 3844.0, 3831.0, 3862.0, 3821.0, 3874.0, 3833.0], 'WindowWidth': [8760.0, 8690.0, 8687.0, 8657.0, 8720.0, 8652.0, 8654.0, 8627.0, 8661.0, 8627.0, 8605.0, 8579.0, 8575.0, 8607.0, 8581.0, 8682.0, 8603.0, 8654.0, 8618.0, 8654.0, 8631.0, 8711.0, 8631.0, 8598.0, 8598.0, 8594.0, 8666.0, 8602.0, 8683.0, 8604.0, 8639.0, 8616.0, 8604.0, 8673.0, 8604.0, 8673.0, 8632.0, 8701.0, 8678.0, 8617.0, 8633.0, 8615.0, 8687.0, 8668.0, 8703.0, 8645.0, 8599.0, 8643.0, 8612.0, 8685.0, 8615.0, 8652.0, 8645.0, 8685.0, 8645.0, 8598.0, 8664.0, 8610.0, 8694.0, 8653.0, 8593.0, 8607.0, 8610.0, 8681.0, 8642.0, 8612.0, 8612.0, 8594.0, 8680.0, 8612.0, 8665.0, 8611.0, 8593.0, 8639.0, 8609.0, 8683.0, 8626.0, 8660.0, 8637.0, 8609.0, 8636.0, 8594.0, 8631.0, 8608.0, 8639.0, 8652.0, 8610.0, 8662.0, 8640.0, 8690.0, 8637.0, 8609.0, 8607.0, 8605.0, 8646.0, 8607.0, 8688.0, 8635.0, 8575.0, 8573.0, 8585.0, 8639.0, 8603.0, 8686.0, 8588.0, 8573.0, 8569.0, 8587.0, 8672.0, 8593.0, 8591.0, 8621.0, 8611.0, 8665.0, 8583.0, 8595.0, 8609.0, 8601.0, 8596.0, 8684.0, 8615.0, 8682.0, 8627.0, 8659.0, 8628.0, 8593.0, 8574.0, 8596.0, 8664.0, 8615.0, 8618.0, 8607.0, 8613.0, 8690.0, 8621.0, 8621.0, 8622.0, 8601.0, 8691.0, 8622.0, 8676.0, 8636.0, 8602.0, 8676.0, 8631.0, 8670.0, 8612.0, 8667.0, 8630.0, 8697.0, 8611.0, 8592.0, 8623.0, 8595.0, 8684.0, 8611.0, 8662.0, 8591.0, 8659.0, 8623.0, 8591.0, 8591.0, 8593.0, 8667.0, 8623.0, 8664.0, 8609.0, 8642.0, 8620.0, 8686.0, 8586.0, 8579.0, 8582.0, 8565.0, 8630.0, 8600.0, 8608.0, 8585.0, 8625.0, 8592.0, 8667.0, 8596.0, 8573.0, 8605.0, 8594.0, 8638.0, 8612.0, 8635.0, 8617.0, 8710.0, 8625.0, 8573.0, 8602.0, 8589.0, 8665.0, 8623.0, 8628.0, 8604.0, 8576.0, 8664.0, 8603.0, 8644.0, 8604.0, 8653.0, 8616.0, 8627.0, 8614.0, 8579.0, 8623.0, 8582.0, 8654.0, 8586.0, 8597.0, 8603.0, 8664.0, 8628.0, 8603.0, 8584.0, 8568.0, 8580.0, 8596.0, 8610.0, 8654.0, 8613.0, 8634.0, 8623.0, 8602.0, 8666.0, 8632.0, 8643.0, 8595.0, 8599.0, 8611.0, 8607.0, 8577.0, 8577.0, 8590.0, 8576.0, 8645.0, 8595.0, 8563.0, 8577.0, 8580.0, 8622.0, 8583.0, 8635.0, 8599.0, 8577.0, 8600.0, 8667.0, 8612.0, 8560.0, 8580.0, 8565.0, 8635.0, 8578.0, 8617.0, 8577.0, 8604.0, 8598.0, 8663.0, 8584.0, 8565.0, 8596.0, 8570.0, 8628.0, 8599.0, 8629.0, 8587.0, 8644.0, 8602.0, 8625.0, 8580.0, 8591.0, 8583.0, 8638.0, 8600.0, 8592.0, 8605.0, 8638.0, 8590.0, 8574.0, 8590.0, 8569.0, 8644.0, 8602.0, 8658.0, 8601.0, 8595.0, 8600.0, 8663.0, 8613.0, 8595.0, 8584.0, 8578.0, 8593.0, 8565.0, 8636.0, 8582.0, 8607.0, 8564.0, 8590.0, 8581.0, 8603.0, 8584.0, 8665.0, 8571.0, 8553.0, 8585.0, 8572.0, 8648.0, 8586.0, 8644.0, 8592.0, 8597.0, 8621.0, 8589.0, 8664.0, 8592.0, 8616.0, 8609.0, 8630.0, 8623.0, 8607.0, 8652.0, 8593.0, 8646.0, 8591.0, 8674.0, 8606.0, 8628.0, 8589.0, 8572.0, 8604.0, 8574.0, 8631.0, 8607.0, 8619.0, 8624.0, 8663.0, 8639.0, 8590.0, 8589.0, 8568.0, 8643.0, 8582.0, 8598.0, 8582.0, 8600.0, 8570.0, 8639.0, 8585.0, 8584.0, 8603.0, 8640.0, 8591.0, 8574.0, 8591.0, 8576.0, 8633.0, 8594.0, 8662.0, 8593.0, 8615.0, 8605.0, 8674.0, 8606.0, 8571.0, 8600.0, 8573.0, 8645.0, 8588.0, 8644.0, 8604.0, 8615.0, 8609.0, 8603.0, 8606.0, 8592.0, 8605.0, 8606.0, 8626.0, 8609.0, 8689.0, 8622.0, 8571.0, 8586.0, 8586.0, 8629.0, 8590.0, 8703.0, 8557.0, 8612.0, 8595.0, 8612.0, 8632.0, 8624.0, 8681.0, 8618.0, 8599.0, 8607.0, 8641.0, 8612.0, 8715.0, 8671.0, 8594.0, 8646.0, 8595.0, 8634.0, 8661.0, 8608.0, 8675.0, 8620.0, 8571.0, 8596.0, 8587.0, 8671.0, 8607.0, 8593.0, 8608.0, 8597.0, 8663.0, 8615.0, 8632.0, 8606.0, 8589.0, 8608.0, 8601.0, 8669.0, 8600.0, 8657.0, 8632.0, 8597.0, 8661.0, 8599.0, 8672.0, 8602.0, 8642.0, 8616.0, 8656.0, 8617.0, 8709.0, 8627.0, 8584.0, 8614.0, 8583.0, 8669.0, 8599.0, 8652.0, 8583.0, 8644.0, 8617.0, 8714.0, 8617.0, 8609.0, 8631.0, 8597.0, 8657.0, 8603.0, 8671.0, 8599.0, 8674.0, 8596.0, 8651.0, 8592.0, 8649.0, 8596.0, 8651.0, 8596.0, 8595.0, 8612.0, 8597.0, 8670.0, 8613.0, 8671.0, 8632.0, 8612.0, 8615.0, 8599.0, 8672.0, 8615.0, 8666.0, 8598.0, 8635.0, 8591.0, 8648.0, 8593.0, 8665.0, 8594.0, 8603.0, 8594.0, 8577.0, 8624.0, 8597.0, 8681.0, 8610.0, 8623.0, 8613.0, 8652.0, 8642.0, 8609.0, 8653.0, 8595.0, 8649.0, 8612.0, 8663.0, 8609.0, 8676.0, 8609.0, 8597.0, 8620.0, 8595.0, 8634.0, 8660.0, 8656.0, 8674.0, 8657.0, 8646.0, 8681.0, 8622.0, 8712.0, 8636.0, 8618.0, 8621.0, 8609.0, 8661.0, 8617.0, 8659.0, 8601.0, 8622.0, 8597.0, 8597.0, 8673.0, 8607.0, 8621.0, 8625.0, 8591.0, 8693.0, 8623.0, 8676.0, 8607.0, 8669.0, 8648.0, 8657.0, 8644.0, 8602.0, 8667.0, 8600.0, 8653.0, 8600.0, 8579.0, 8611.0, 8583.0, 8675.0, 8601.0, 8654.0, 8602.0, 8638.0, 8628.0, 8600.0, 8654.0, 8603.0, 8672.0, 8620.0, 8629.0, 8629.0, 8599.0, 8672.0, 8603.0, 8670.0, 8628.0, 8598.0, 8639.0, 8598.0, 8698.0, 8602.0, 8639.0, 8612.0, 8596.0, 8667.0, 8594.0, 8651.0, 8595.0, 8633.0, 8596.0, 8649.0, 8613.0, 8597.0, 8623.0, 8597.0, 8666.0, 8598.0, 8654.0, 8614.0, 8623.0, 8600.0, 8622.0, 8628.0, 8596.0, 8625.0, 8612.0, 8668.0, 8614.0, 8669.0, 8617.0, 8599.0, 8630.0, 8600.0, 8673.0, 8601.0, 8641.0, 8617.0, 8682.0, 8618.0, 8602.0, 8631.0, 8616.0, 8690.0, 8635.0, 8624.0, 8682.0, 8627.0, 8625.0, 8710.0, 8647.0, 8707.0, 8628.0, 8650.0, 8613.0, 8598.0, 8626.0, 8602.0, 8628.0, 8634.0, 8657.0, 8636.0, 8604.0, 8632.0, 8619.0, 8690.0, 8639.0, 8637.0, 8653.0, 8627.0, 8707.0, 8635.0, 8678.0, 8622.0, 8615.0, 8662.0, 8608.0, 8662.0, 8623.0, 8645.0, 8678.0, 8633.0, 8676.0, 8620.0, 8642.0, 8661.0, 8645.0, 8672.0, 8598.0, 8681.0, 8629.0, 8661.0, 8593.0, 8576.0, 8616.0, 8593.0, 8668.0, 8615.0, 8597.0, 8640.0, 8600.0, 8681.0, 8609.0, 8637.0, 8598.0, 8579.0, 8650.0, 8580.0, 8696.0, 8597.0, 8637.0, 8580.0, 8676.0, 8610.0, 8593.0, 8597.0, 8599.0, 8640.0, 8581.0, 8624.0, 8580.0, 8653.0, 8602.0, 8682.0, 8600.0, 8623.0, 8615.0, 8612.0, 8617.0, 8603.0, 8660.0, 8623.0, 8704.0, 8637.0, 8645.0, 8618.0, 8610.0, 8674.0, 8655.0, 8653.0, 8597.0, 8665.0, 8615.0, 8682.0, 8642.0, 8597.0, 8652.0, 8599.0, 8695.0, 8624.0, 8593.0, 8620.0, 8581.0, 8681.0, 8627.0, 8637.0, 8624.0, 8593.0, 8662.0, 8582.0, 8681.0, 8597.0, 8621.0, 8595.0, 8648.0, 8611.0, 8618.0, 8624.0, 8596.0, 8653.0, 8598.0, 8612.0, 8630.0, 8642.0, 8722.0, 8663.0, 8613.0, 8654.0, 8592.0, 8696.0, 8648.0, 8599.0, 8589.0, 8627.0, 8608.0, 8608.0, 8608.0, 8594.0, 8633.0, 8615.0, 8676.0, 8634.0, 8616.0, 8660.0, 8605.0, 8688.0, 8639.0, 8686.0, 8620.0, 8602.0, 8676.0, 8613.0, 8689.0, 8610.0, 8655.0, 8581.0, 8698.0, 8615.0, 8663.0, 8624.0, 8616.0, 8662.0, 8607.0, 8687.0, 8606.0, 8688.0, 8618.0, 8699.0, 8661.0, 8644.0, 8647.0, 8602.0, 8697.0, 8630.0, 8716.0, 8659.0, 8655.0, 8636.0, 8593.0, 8674.0, 8623.0, 8694.0, 8668.0, 8602.0, 8635.0, 8596.0, 8677.0, 8612.0, 8695.0, 8625.0, 8634.0, 8598.0, 8636.0, 8638.0, 8598.0, 8627.0, 8612.0, 8672.0, 8632.0, 8719.0, 8649.0, 8605.0, 8646.0, 8607.0, 8719.0, 8648.0, 8685.0, 8629.0, 8628.0, 8677.0, 8659.0, 8688.0, 8616.0, 8686.0, 8637.0, 8736.0, 8662.0, 8652.0, 8630.0, 8600.0, 8668.0, 8622.0, 8660.0, 8665.0, 8644.0, 8670.0, 8733.0, 8657.0, 8732.0, 8654.0, 8724.0, 8698.0, 8620.0, 8641.0, 8604.0, 8668.0, 8659.0, 8635.0, 8692.0, 8631.0, 8612.0, 8684.0, 8663.0, 8739.0, 8660.0, 8600.0, 8670.0, 8623.0, 8700.0, 8652.0, 8609.0, 8635.0, 8607.0, 8679.0, 8607.0, 8663.0, 8627.0, 8693.0, 8655.0, 8633.0, 8619.0, 8588.0, 8659.0, 8607.0, 8692.0, 8638.0, 8608.0, 8657.0, 8618.0, 8716.0, 8654.0, 8663.0, 8630.0, 8606.0, 8664.0, 8624.0, 8715.0, 8643.0, 8613.0, 8667.0, 8607.0, 8712.0, 8656.0, 8615.0, 8646.0, 8600.0, 8688.0, 8628.0, 8616.0, 8649.0, 8633.0, 8632.0, 8691.0, 8649.0, 8643.0, 8673.0, 8654.0, 8627.0, 8698.0, 8617.0, 8740.0, 8670.0, 8660.0, 8652.0, 8601.0, 8669.0, 8612.0, 8585.0, 8634.0, 8583.0, 8653.0, 8617.0, 8603.0, 8619.0, 8581.0, 8656.0, 8637.0, 8663.0, 8634.0, 8589.0, 8659.0, 8617.0, 8656.0, 8630.0, 8603.0, 8657.0, 8634.0, 8632.0, 8666.0, 8607.0, 8663.0, 8651.0, 8635.0, 8683.0, 8641.0, 8687.0, 8644.0, 8591.0, 8667.0, 8645.0, 8698.0, 8677.0, 8617.0, 8682.0, 8609.0, 8682.0, 8645.0, 8667.0, 8668.0, 8611.0, 8665.0, 8639.0, 8677.0, 8658.0, 8614.0, 8687.0, 8647.0, 8670.0, 8673.0, 8613.0, 8705.0, 8660.0, 8673.0, 8673.0, 8618.0, 8700.0, 8657.0, 8686.0, 8672.0, 8591.0, 8693.0, 8674.0, 8636.0, 8707.0, 8683.0, 8624.0, 8728.0, 8647.0, 8719.0, 8657.0, 8651.0, 8658.0, 8612.0, 8700.0, 8649.0, 8648.0, 8665.0, 8601.0, 8701.0, 8651.0, 8679.0, 8667.0, 8646.0, 8708.0, 8634.0, 8705.0, 8672.0, 8703.0, 8672.0, 8730.0, 8657.0, 8679.0, 8639.0, 8633.0, 8652.0, 8626.0, 8674.0, 8631.0, 8697.0, 8644.0, 8700.0, 8651.0, 8660.0, 8675.0, 8658.0, 8674.0, 8634.0, 8702.0, 8660.0, 8722.0, 8664.0, 8683.0, 8658.0, 8700.0, 8696.0, 8683.0, 8695.0, 8626.0, 8693.0, 8653.0, 8725.0, 8667.0, 8605.0, 8690.0, 8638.0, 8720.0, 8662.0, 8615.0, 8670.0, 8599.0, 8698.0, 8642.0, 8713.0, 8641.0, 8621.0, 8664.0, 8611.0, 8682.0, 8629.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.013607366946778712</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.12092725770308123</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.4112836676729</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1419491992990674</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0509290651775693</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4895</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4128.3936</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12738168305142372</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.6171802054155</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.882739812648968</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.598732756223201</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1578422883475366</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8916443933761666</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00470764</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01411870401352644</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030018020421266556</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.163253980885184</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>16.0521</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2761</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.5649</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298760.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>718.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.6233</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0768</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.8736</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3047.3578</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3221.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77784.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1231.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3964.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>773.6687</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>19.54339260730194</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> |