=== 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-0124 --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-0124",
"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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-01/func/sub-0124_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>b06e8088e99db6367ca7912ff815ec61</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>18:29:54.557500</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.995947, -0.0742457, 0.0507618, 0.0668491, 0.988661, 0.134464]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0838052</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>31</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7768, -7246, 309, -100, -23, -48, 75]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>226.948</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>edefece8-327a-444d-b835-ceee150d1df7||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.672053575515747, 0.17935122549533844, 0.16245774924755096, 98.93941497802734], [0.19919568300247192, 2.6525051593780518, 0.35241934657096863, -108.1888198852539], [0.13619007170200348, -0.36075711250305176, 2.671967029571533, -66.9495620727539], [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': ['182954.557500', '182955.017500', '182955.477500', '182955.937500', '182956.397500', '182956.857500', '182957.317500', '182957.777500', '182958.237500', '182958.697500', '182959.157500', '182959.617500', '183000.077500', '183000.537500', '183000.997500', '183001.457500', '183001.917500', '183002.377500', '183002.837500', '183003.297500', '183003.757500', '183004.217500', '183004.677500', '183005.137500', '183005.597500', '183006.057500', '183006.517500', '183006.977500', '183007.437500', '183007.897500', '183008.357500', '183008.817500', '183009.277500', '183009.737500', '183010.197500', '183010.657500', '183011.117500', '183011.577500', '183012.037500', '183012.497500', '183012.957500', '183013.417500', '183013.877500', '183014.337500', '183014.797500', '183015.257500', '183015.717500', '183016.177500', '183016.637500', '183017.097500', '183017.557500', '183018.017500', '183018.477500', '183018.937500', '183019.397500', '183019.857500', '183020.317500', '183020.777500', '183021.237500', '183021.697500', '183022.157500', '183022.617500', '183023.077500', '183023.537500', '183023.997500', '183024.457500', '183024.917500', '183025.377500', '183025.837500', '183026.297500', '183026.757500', '183027.217500', '183027.677500', '183028.137500', '183028.597500', '183029.057500', '183029.517500', '183029.977500', '183030.437500', '183030.897500', '183031.357500', '183031.817500', '183032.277500', '183032.737500', '183033.197500', '183033.657500', '183034.117500', '183034.577500', '183035.037500', '183035.497500', '183035.957500', '183036.417500', '183036.877500', '183037.337500', '183037.797500', '183038.257500', '183038.717500', '183039.177500', '183039.637500', '183040.097500', '183040.557500', '183041.017500', '183041.477500', '183041.937500', '183042.397500', '183042.857500', '183043.317500', '183043.777500', '183044.237500', '183044.697500', '183045.157500', '183045.617500', '183046.077500', '183046.537500', '183046.997500', '183047.457500', '183047.917500', '183048.377500', '183048.837500', '183049.297500', '183049.757500', '183050.217500', '183050.677500', '183051.137500', '183051.597500', '183052.057500', '183052.517500', '183052.977500', '183053.437500', '183053.897500', '183054.357500', '183054.817500', '183055.277500', '183055.737500', '183056.197500', '183056.657500', '183057.117500', '183057.577500', '183058.037500', '183058.497500', '183058.957500', '183059.417500', '183059.877500', '183100.337500', '183100.797500', '183101.257500', '183101.717500', '183102.177500', '183102.637500', '183103.097500', '183103.557500', '183104.017500', '183104.477500', '183104.937500', '183105.397500', '183105.857500', '183106.317500', '183106.777500', '183107.237500', '183107.697500', '183108.157500', '183108.617500', '183109.077500', '183109.537500', '183109.997500', '183110.457500', '183110.917500', '183111.377500', '183111.837500', '183112.297500', '183112.757500', '183113.217500', '183113.677500', '183114.137500', '183114.597500', '183115.057500', '183115.517500', '183115.977500', '183116.437500', '183116.897500', '183117.357500', '183117.817500', '183118.277500', '183118.737500', '183119.197500', '183119.657500', '183120.117500', '183120.577500', '183121.037500', '183121.497500', '183121.957500', '183122.417500', '183122.877500', '183123.337500', '183123.797500', '183124.257500', '183124.717500', '183125.177500', '183125.637500', '183126.097500', '183126.557500', '183127.017500', '183127.477500', '183127.937500', '183128.397500', '183128.857500', '183129.317500', '183129.777500', '183130.237500', '183130.697500', '183131.157500', '183131.617500', '183132.077500', '183132.537500', '183132.997500', '183133.457500', '183133.917500', '183134.377500', '183134.837500', '183135.297500', '183135.757500', '183136.217500', '183136.677500', '183137.137500', '183137.597500', '183138.057500', '183138.517500', '183138.977500', '183139.437500', '183139.897500', '183140.357500', '183140.817500', '183141.277500', '183141.737500', '183142.197500', '183142.657500', '183143.117500', '183143.577500', '183144.037500', '183144.497500', '183144.957500', '183145.417500', '183145.877500', '183146.337500', '183146.797500', '183147.257500', '183147.717500', '183148.177500', '183148.637500', '183149.097500', '183149.557500', '183150.017500', '183150.477500', '183150.937500', '183151.397500', '183151.857500', '183152.317500', '183152.777500', '183153.237500', '183153.697500', '183154.157500', '183154.617500', '183155.077500', '183155.537500', '183155.997500', '183156.457500', '183156.917500', '183157.377500', '183157.837500', '183158.297500', '183158.757500', '183159.217500', '183159.677500', '183200.137500', '183200.597500', '183201.057500', '183201.517500', '183201.977500', '183202.437500', '183202.897500', '183203.357500', '183203.817500', '183204.277500', '183204.737500', '183205.197500', '183205.657500', '183206.117500', '183206.577500', '183207.037500', '183207.497500', '183207.957500', '183208.417500', '183208.877500', '183209.337500', '183209.797500', '183210.257500', '183210.717500', '183211.177500', '183211.637500', '183212.097500', '183212.557500', '183213.017500', '183213.477500', '183213.937500', '183214.397500', '183214.857500', '183215.317500', '183215.777500', '183216.237500', '183216.697500', '183217.157500', '183217.617500', '183218.077500', '183218.537500', '183218.997500', '183219.457500', '183219.917500', '183220.377500', '183220.837500', '183221.297500', '183221.757500', '183222.217500', '183222.677500', '183223.137500', '183223.597500', '183224.057500', '183224.517500', '183224.977500', '183225.437500', '183225.897500', '183226.357500', '183226.817500', '183227.277500', '183227.737500', '183228.197500', '183228.657500', '183229.117500', '183229.577500', '183230.037500', '183230.497500', '183230.957500', '183231.417500', '183231.877500', '183232.337500', '183232.797500', '183233.257500', '183233.717500', '183234.177500', '183234.637500', '183235.097500', '183235.557500', '183236.017500', '183236.477500', '183236.937500', '183237.397500', '183237.857500', '183238.317500', '183238.777500', '183239.237500', '183239.697500', '183240.157500', '183240.617500', '183241.077500', '183241.537500', '183241.997500', '183242.457500', '183242.917500', '183243.377500', '183243.837500', '183244.297500', '183244.757500', '183245.217500', '183245.677500', '183246.137500', '183246.597500', '183247.057500', '183247.517500', '183247.977500', '183248.437500', '183248.897500', '183249.357500', '183249.817500', '183250.277500', '183250.737500', '183251.197500', '183251.657500', '183252.117500', '183252.577500', '183253.037500', '183253.497500', '183253.957500', '183254.417500', '183254.877500', '183255.337500', '183255.797500', '183256.257500', '183256.717500', '183257.177500', '183257.637500', '183258.097500', '183258.557500', '183259.017500', '183259.477500', '183259.937500', '183300.397500', '183300.857500', '183301.317500', '183301.777500', '183302.237500', '183302.697500', '183303.157500', '183303.617500', '183304.077500', '183304.537500', '183304.997500', '183305.457500', '183305.917500', '183306.377500', '183306.837500', '183307.297500', '183307.757500', '183308.217500', '183308.677500', '183309.137500', '183309.597500', '183310.057500', '183310.517500', '183310.977500', '183311.437500', '183311.897500', '183312.357500', '183312.817500', '183313.277500', '183313.737500', '183314.197500', '183314.657500', '183315.117500', '183315.577500', '183316.037500', '183316.497500', '183316.957500', '183317.417500', '183317.877500', '183318.337500', '183318.797500', '183319.257500', '183319.717500', '183320.177500', '183320.637500', '183321.097500', '183321.557500', '183322.017500', '183322.477500', '183322.937500', '183323.397500', '183323.857500', '183324.317500', '183324.777500', '183325.237500', '183325.697500', '183326.157500', '183326.617500', '183327.077500', '183327.537500', '183327.997500', '183328.457500', '183328.917500', '183329.377500', '183329.837500', '183330.297500', '183330.757500', '183331.217500', '183331.677500', '183332.137500', '183332.597500', '183333.057500', '183333.517500', '183333.977500', '183334.437500', '183334.897500', '183335.357500', '183335.817500', '183336.277500', '183336.737500', '183337.197500', '183337.657500', '183338.117500', '183338.577500', '183339.037500', '183339.497500', '183339.957500', '183340.417500', '183340.877500', '183341.337500', '183341.797500', '183342.257500', '183342.717500', '183343.177500', '183343.637500', '183344.097500', '183344.557500', '183345.017500', '183345.477500', '183345.937500', '183346.397500', '183346.857500', '183347.317500', '183347.777500', '183348.237500', '183348.697500', '183349.157500', '183349.617500', '183350.077500', '183350.537500', '183350.997500', '183351.457500', '183351.917500', '183352.377500', '183352.837500', '183353.297500', '183353.757500', '183354.217500', '183354.677500', '183355.137500', '183355.597500', '183356.057500', '183356.517500', '183356.977500', '183357.437500', '183357.897500', '183358.357500', '183358.817500', '183359.277500', '183359.737500', '183400.197500', '183400.657500', '183401.117500', '183401.577500', '183402.037500', '183402.497500', '183402.957500', '183403.417500', '183403.877500', '183404.337500', '183404.797500', '183405.257500', '183405.717500', '183406.177500', '183406.637500', '183407.097500', '183407.557500', '183408.017500', '183408.477500', '183408.937500', '183409.397500', '183409.857500', '183410.317500', '183410.777500', '183411.237500', '183411.697500', '183412.157500', '183412.617500', '183413.077500', '183413.537500', '183413.997500', '183414.457500', '183414.917500', '183415.377500', '183415.837500', '183416.297500', '183416.757500', '183417.217500', '183417.677500', '183418.137500', '183418.597500', '183419.057500', '183419.517500', '183419.977500', '183420.437500', '183420.897500', '183421.357500', '183421.817500', '183422.277500', '183422.737500', '183423.197500', '183423.657500', '183424.117500', '183424.577500', '183425.037500', '183425.497500', '183425.957500', '183426.417500', '183426.877500', '183427.337500', '183427.797500', '183428.257500', '183428.717500', '183429.177500', '183429.637500', '183430.097500', '183430.557500', '183431.017500', '183431.477500', '183431.937500', '183432.397500', '183432.857500', '183433.317500', '183433.777500', '183434.237500', '183434.697500', '183435.157500', '183435.617500', '183436.077500', '183436.537500', '183436.997500', '183437.457500', '183437.917500', '183438.377500', '183438.837500', '183439.297500', '183439.757500', '183440.217500', '183440.677500', '183441.137500', '183441.597500', '183442.057500', '183442.517500', '183442.977500', '183443.437500', '183443.897500', '183444.357500', '183444.817500', '183445.277500', '183445.737500', '183446.197500', '183446.657500', '183447.117500', '183447.577500', '183448.037500', '183448.497500', '183448.957500', '183449.417500', '183449.877500', '183450.337500', '183450.797500', '183451.257500', '183451.717500', '183452.177500', '183452.637500', '183453.097500', '183453.557500', '183454.017500', '183454.477500', '183454.937500', '183455.397500', '183455.857500', '183456.317500', '183456.777500', '183457.237500', '183457.697500', '183458.157500', '183458.617500', '183459.077500', '183459.537500', '183459.997500', '183500.457500', '183500.917500', '183501.377500', '183501.837500', '183502.297500', '183502.757500', '183503.217500', '183503.677500', '183504.137500', '183504.597500', '183505.057500', '183505.517500', '183505.977500', '183506.437500', '183506.897500', '183507.357500', '183507.817500', '183508.277500', '183508.737500', '183509.197500', '183509.657500', '183510.117500', '183510.577500', '183511.037500', '183511.497500', '183511.957500', '183512.417500', '183512.877500', '183513.337500', '183513.797500', '183514.257500', '183514.717500', '183515.177500', '183515.637500', '183516.097500', '183516.557500', '183517.017500', '183517.477500', '183517.937500', '183518.397500', '183518.857500', '183519.317500', '183519.777500', '183520.237500', '183520.697500', '183521.157500', '183521.617500', '183522.077500', '183522.537500', '183522.997500', '183523.457500', '183523.917500', '183524.377500', '183524.837500', '183525.297500', '183525.757500', '183526.217500', '183526.677500', '183527.137500', '183527.597500', '183528.057500', '183528.517500', '183528.977500', '183529.437500', '183529.897500', '183530.357500', '183530.817500', '183531.277500', '183531.737500', '183532.197500', '183532.657500', '183533.117500', '183533.577500', '183534.037500', '183534.497500', '183534.957500', '183535.417500', '183535.877500', '183536.337500', '183536.797500', '183537.257500', '183537.717500', '183538.177500', '183538.637500', '183539.097500', '183539.557500', '183540.017500', '183540.477500', '183540.937500', '183541.397500', '183541.857500', '183542.317500', '183542.777500', '183543.237500', '183543.697500', '183544.157500', '183544.617500', '183545.077500', '183545.537500', '183545.997500', '183546.457500', '183546.917500', '183547.377500', '183547.837500', '183548.297500', '183548.757500', '183549.217500', '183549.677500', '183550.137500', '183550.597500', '183551.057500', '183551.517500', '183551.977500', '183552.437500', '183552.897500', '183553.357500', '183553.817500', '183554.277500', '183554.737500', '183555.197500', '183555.657500', '183556.117500', '183556.577500', '183557.037500', '183557.497500', '183557.957500', '183558.417500', '183558.877500', '183559.337500', '183559.797500', '183600.257500', '183600.717500', '183601.177500', '183601.637500', '183602.097500', '183602.557500', '183603.017500', '183603.477500', '183603.937500', '183604.397500', '183604.857500', '183605.317500', '183605.777500', '183606.237500', '183606.697500', '183607.157500', '183607.617500', '183608.077500', '183608.537500', '183608.997500', '183609.457500', '183609.917500', '183610.377500', '183610.837500', '183611.297500', '183611.757500', '183612.217500', '183612.677500', '183613.137500', '183613.597500', '183614.057500', '183614.517500', '183614.977500', '183615.437500', '183615.897500', '183616.357500', '183616.817500', '183617.277500', '183617.737500', '183618.197500', '183618.657500', '183619.117500', '183619.577500', '183620.037500', '183620.497500', '183620.957500', '183621.417500', '183621.877500', '183622.337500', '183622.797500', '183623.257500', '183623.717500', '183624.177500', '183624.637500', '183625.097500', '183625.557500', '183626.017500', '183626.477500', '183626.937500', '183627.397500', '183627.857500', '183628.317500', '183628.777500', '183629.237500', '183629.697500', '183630.157500', '183630.617500', '183631.077500', '183631.537500', '183631.997500', '183632.457500', '183632.917500', '183633.377500', '183633.837500', '183634.297500', '183634.757500', '183635.217500', '183635.677500', '183636.137500', '183636.597500', '183637.057500', '183637.517500', '183637.977500', '183638.437500', '183638.897500', '183639.357500', '183639.817500', '183640.277500', '183640.737500', '183641.197500', '183641.657500', '183642.117500', '183642.577500', '183643.037500', '183643.497500', '183643.957500', '183644.417500', '183644.877500', '183645.337500', '183645.797500', '183646.257500', '183646.717500', '183647.177500', '183647.637500', '183648.097500', '183648.557500', '183649.017500', '183649.477500', '183649.937500', '183650.397500', '183650.857500', '183651.317500', '183651.777500', '183652.237500', '183652.697500', '183653.157500', '183653.617500', '183654.077500', '183654.537500', '183654.997500', '183655.457500', '183655.917500', '183656.377500', '183656.837500', '183657.297500', '183657.757500', '183658.217500', '183658.677500', '183659.137500', '183659.597500', '183700.057500', '183700.517500', '183700.977500', '183701.437500', '183701.897500', '183702.357500', '183702.817500', '183703.277500', '183703.737500', '183704.197500', '183704.657500', '183705.117500', '183705.577500', '183706.037500', '183706.497500', '183706.957500', '183707.417500', '183707.877500', '183708.337500', '183708.797500', '183709.257500', '183709.717500', '183710.177500', '183710.637500', '183711.097500', '183711.557500', '183712.017500', '183712.477500', '183712.937500', '183713.397500', '183713.857500', '183714.317500', '183714.777500', '183715.237500', '183715.697500', '183716.157500', '183716.617500', '183717.077500', '183717.537500', '183717.997500', '183718.457500', '183718.917500', '183719.377500', '183719.837500', '183720.297500', '183720.757500', '183721.217500', '183721.677500', '183722.137500', '183722.597500', '183723.057500', '183723.517500', '183723.977500', '183724.437500', '183724.897500', '183725.357500', '183725.817500', '183726.277500', '183726.737500', '183727.197500', '183727.657500', '183728.117500', '183728.577500', '183729.037500', '183729.497500', '183729.957500', '183730.417500', '183730.877500', '183731.337500', '183731.797500', '183732.257500', '183732.717500', '183733.177500', '183733.637500', '183734.097500', '183734.557500', '183735.017500', '183735.477500', '183735.937500', '183736.397500', '183736.857500', '183737.317500', '183737.777500', '183738.237500', '183738.697500', '183739.157500', '183739.617500', '183740.077500', '183740.537500', '183740.997500', '183741.457500', '183741.917500', '183742.377500', '183742.837500', '183743.297500', '183743.757500', '183744.217500', '183744.677500', '183745.137500', '183745.597500', '183746.057500', '183746.517500', '183746.977500', '183747.437500', '183747.897500', '183748.357500', '183748.817500', '183749.277500', '183749.737500', '183750.197500', '183750.657500', '183751.117500', '183751.577500', '183752.037500', '183752.497500', '183752.957500', '183753.417500', '183753.877500', '183754.337500', '183754.797500', '183755.257500', '183755.717500', '183756.177500', '183756.637500', '183757.097500', '183757.557500', '183758.017500', '183758.477500', '183758.937500', '183759.397500', '183759.857500', '183800.317500', '183800.777500', '183801.237500', '183801.697500', '183802.157500', '183802.617500', '183803.077500', '183803.537500', '183803.997500', '183804.457500', '183804.917500', '183805.377500', '183805.837500', '183806.297500', '183806.757500', '183807.217500', '183807.677500'], 'ContentTime': ['183007.111000', '183007.115000', '183007.122000', '183007.125000', '183007.127000', '183007.130000', '183007.132000', '183007.141000', '183007.150000', '183007.153000', '183007.155000', '183007.158000', '183007.161000', '183007.163000', '183007.166000', '183007.168000', '183007.171000', '183007.173000', '183007.176000', '183007.179000', '183007.181000', '183007.184000', '183007.186000', '183007.189000', '183027.085000', '183027.088000', '183027.091000', '183027.094000', '183027.096000', '183027.099000', '183027.121000', '183027.124000', '183027.127000', '183027.129000', '183027.132000', '183027.134000', '183027.137000', '183027.139000', '183027.142000', '183027.144000', '183027.147000', '183027.150000', '183027.152000', '183027.155000', '183027.157000', '183027.160000', '183027.162000', '183027.165000', '183027.167000', '183027.170000', '183027.173000', '183027.175000', '183027.178000', '183027.180000', '183027.183000', '183027.185000', '183027.188000', '183027.197000', '183027.199000', '183027.202000', '183027.205000', '183027.207000', '183027.210000', '183027.212000', '183027.215000', '183027.217000', '183027.220000', '183047.085000', '183047.088000', '183047.091000', '183047.093000', '183047.096000', '183047.098000', '183047.101000', '183047.103000', '183047.106000', '183047.109000', '183047.111000', '183047.114000', '183047.116000', '183047.119000', '183047.121000', '183047.124000', '183047.126000', '183047.129000', '183047.138000', '183047.140000', '183047.143000', '183047.145000', '183047.148000', '183047.151000', '183047.153000', '183047.156000', '183047.158000', '183047.161000', '183047.163000', '183047.166000', '183047.169000', '183047.171000', '183047.174000', '183047.176000', '183047.179000', '183047.181000', '183047.184000', '183047.187000', '183047.189000', '183047.192000', '183047.194000', '183047.197000', '183047.199000', '183047.202000', '183107.086000', '183107.088000', '183107.091000', '183107.094000', '183107.096000', '183107.099000', '183107.101000', '183107.104000', '183107.106000', '183107.109000', '183107.112000', '183107.114000', '183107.117000', '183107.119000', '183107.122000', '183107.125000', '183107.127000', '183107.130000', '183107.132000', '183107.135000', '183107.137000', '183107.140000', '183107.143000', '183107.145000', '183107.148000', '183107.150000', '183107.153000', '183107.155000', '183107.158000', '183107.161000', '183107.163000', '183107.166000', '183107.168000', '183107.171000', '183107.173000', '183107.176000', '183107.179000', '183107.181000', '183107.184000', '183107.186000', '183107.189000', '183107.191000', '183107.194000', '183107.196000', '183127.085000', '183127.088000', '183127.091000', '183127.093000', '183127.096000', '183127.099000', '183127.101000', '183127.104000', '183127.106000', '183127.109000', '183127.112000', '183127.114000', '183127.117000', '183127.119000', '183127.127000', '183127.130000', '183127.133000', '183127.135000', '183127.138000', '183127.140000', '183127.143000', '183127.145000', '183127.148000', '183127.151000', '183127.153000', '183127.156000', '183127.158000', '183127.161000', '183127.164000', '183127.166000', '183127.169000', '183127.171000', '183127.174000', '183127.177000', '183127.179000', '183127.182000', '183127.184000', '183127.187000', '183127.189000', '183127.192000', '183127.195000', '183127.197000', '183127.200000', '183147.085000', '183147.088000', '183147.091000', '183147.093000', '183147.096000', '183147.099000', '183147.102000', '183147.104000', '183147.107000', '183147.110000', '183147.112000', '183147.115000', '183147.117000', '183147.120000', '183147.123000', '183147.125000', '183147.128000', '183147.130000', '183147.133000', '183147.135000', '183147.138000', '183147.140000', '183147.143000', '183147.146000', '183147.148000', '183147.151000', '183147.154000', '183147.157000', '183147.159000', '183147.162000', '183147.164000', '183147.167000', '183147.170000', '183147.172000', '183147.175000', '183147.177000', '183147.180000', '183147.182000', '183147.185000', '183147.187000', '183147.190000', '183147.193000', '183147.195000', '183147.198000', '183207.085000', '183207.088000', '183207.091000', '183207.093000', '183207.096000', '183207.099000', '183207.101000', '183207.104000', '183207.106000', '183207.109000', '183207.112000', '183207.114000', '183207.117000', '183207.120000', '183207.122000', '183207.125000', '183207.127000', '183207.130000', '183207.133000', '183207.135000', '183207.138000', '183207.141000', '183207.143000', '183207.146000', '183207.148000', '183207.151000', '183207.154000', '183207.156000', '183207.159000', '183207.161000', '183207.164000', '183207.167000', '183207.169000', '183207.172000', '183207.174000', '183207.177000', '183207.179000', '183207.182000', '183207.185000', '183207.187000', '183207.190000', '183207.192000', '183207.195000', '183227.085000', '183227.088000', '183227.091000', '183227.093000', '183227.096000', '183227.099000', '183227.101000', '183227.104000', '183227.106000', '183227.109000', '183227.111000', '183227.114000', '183227.117000', '183227.119000', '183227.122000', '183227.125000', '183227.127000', '183227.130000', '183227.132000', '183227.135000', '183227.137000', '183227.140000', '183227.143000', '183227.145000', '183227.148000', '183227.150000', '183227.153000', '183227.156000', '183227.158000', '183227.161000', '183227.163000', '183227.166000', '183227.169000', '183227.171000', '183227.174000', '183227.176000', '183227.179000', '183227.181000', '183227.184000', '183227.187000', '183227.189000', '183227.192000', '183227.194000', '183227.197000', '183247.086000', '183247.088000', '183247.091000', '183247.093000', '183247.096000', '183247.099000', '183247.108000', '183247.111000', '183247.114000', '183247.116000', '183247.119000', '183247.121000', '183247.124000', '183247.127000', '183247.129000', '183247.132000', '183247.134000', '183247.137000', '183247.139000', '183247.142000', '183247.144000', '183247.147000', '183247.150000', '183247.152000', '183247.155000', '183247.157000', '183247.160000', '183247.162000', '183247.165000', '183247.168000', '183247.170000', '183247.173000', '183247.175000', '183247.178000', '183247.180000', '183247.183000', '183247.186000', '183247.188000', '183247.191000', '183247.193000', '183247.196000', '183247.199000', '183247.201000', '183307.085000', '183307.093000', '183307.095000', '183307.098000', '183307.100000', '183307.103000', '183307.106000', '183307.108000', '183307.111000', '183307.113000', '183307.124000', '183307.127000', '183307.129000', '183307.132000', '183307.135000', '183307.138000', '183307.141000', '183307.143000', '183307.146000', '183307.149000', '183307.151000', '183307.154000', '183307.156000', '183307.159000', '183307.162000', '183307.164000', '183307.167000', '183307.169000', '183307.172000', '183307.174000', '183307.177000', '183307.180000', '183307.182000', '183307.185000', '183307.187000', '183307.190000', '183307.193000', '183307.195000', '183307.198000', '183307.201000', '183307.203000', '183307.206000', '183307.209000', '183327.085000', '183327.088000', '183327.091000', '183327.093000', '183327.096000', '183327.099000', '183327.101000', '183327.104000', '183327.106000', '183327.109000', '183327.112000', '183327.114000', '183327.117000', '183327.120000', '183327.122000', '183327.125000', '183327.127000', '183327.130000', '183327.133000', '183327.135000', '183327.138000', '183327.141000', '183327.143000', '183327.146000', '183327.148000', '183327.151000', '183327.154000', '183327.156000', '183327.159000', '183327.161000', '183327.164000', '183327.167000', '183327.169000', '183327.172000', '183327.174000', '183327.177000', '183327.179000', '183327.182000', '183327.185000', '183327.187000', '183327.190000', '183327.192000', '183327.195000', '183327.198000', '183347.085000', '183347.088000', '183347.091000', '183347.093000', '183347.096000', '183347.099000', '183347.101000', '183347.104000', '183347.107000', '183347.109000', '183347.112000', '183347.114000', '183347.117000', '183347.120000', '183347.122000', '183347.125000', '183347.127000', '183347.130000', '183347.133000', '183347.136000', '183347.138000', '183347.141000', '183347.144000', '183347.146000', '183347.149000', '183347.151000', '183347.154000', '183347.157000', '183347.159000', '183347.162000', '183347.164000', '183347.167000', '183347.169000', '183347.172000', '183347.174000', '183347.177000', '183347.180000', '183347.182000', '183347.185000', '183347.187000', '183347.190000', '183347.193000', '183347.195000', '183407.085000', '183407.088000', '183407.091000', '183407.093000', '183407.096000', '183407.099000', '183407.101000', '183407.104000', '183407.107000', '183407.109000', '183407.112000', '183407.125000', '183407.128000', '183407.131000', '183407.133000', '183407.136000', '183407.138000', '183407.141000', '183407.143000', '183407.146000', '183407.149000', '183407.151000', '183407.154000', '183407.156000', '183407.159000', '183407.162000', '183407.164000', '183407.167000', '183407.169000', '183407.172000', '183407.174000', '183407.177000', '183407.180000', '183407.182000', '183407.185000', '183407.187000', '183407.190000', '183407.192000', '183407.195000', '183407.198000', '183407.200000', '183407.203000', '183407.205000', '183407.208000', '183427.086000', '183427.088000', '183427.091000', '183427.094000', '183427.096000', '183427.099000', '183427.102000', '183427.104000', '183427.107000', '183427.109000', '183427.112000', '183427.114000', '183427.117000', '183427.120000', '183427.122000', '183427.125000', '183427.127000', '183427.130000', '183427.132000', '183427.135000', '183427.137000', '183427.140000', '183427.143000', '183427.146000', '183427.148000', '183427.151000', '183427.154000', '183427.156000', '183427.159000', '183427.162000', '183427.164000', '183427.167000', '183427.169000', '183427.172000', '183427.175000', '183427.191000', '183427.194000', '183427.197000', '183427.199000', '183427.202000', '183427.204000', '183427.207000', '183427.209000', '183447.085000', '183447.088000', '183447.091000', '183447.093000', '183447.096000', '183447.099000', '183447.101000', '183447.104000', '183447.106000', '183447.109000', '183447.112000', '183447.114000', '183447.117000', '183447.119000', '183447.122000', '183447.124000', '183447.127000', '183447.129000', '183447.132000', '183447.135000', '183447.137000', '183447.140000', '183447.147000', '183447.150000', '183447.152000', '183447.155000', '183447.158000', '183447.160000', '183447.163000', '183447.165000', '183447.168000', '183447.170000', '183447.173000', '183447.176000', '183447.178000', '183447.181000', '183447.183000', '183447.186000', '183447.189000', '183447.191000', '183447.194000', '183447.196000', '183447.199000', '183447.201000', '183507.085000', '183507.088000', '183507.091000', '183507.094000', '183507.096000', '183507.099000', '183507.102000', '183507.104000', '183507.107000', '183507.109000', '183507.112000', '183507.115000', '183507.117000', '183507.120000', '183507.122000', '183507.125000', '183507.127000', '183507.130000', '183507.133000', '183507.135000', '183507.138000', '183507.141000', '183507.143000', '183507.146000', '183507.148000', '183507.151000', '183507.153000', '183507.156000', '183507.159000', '183507.161000', '183507.164000', '183507.166000', '183507.169000', '183507.172000', '183507.175000', '183507.177000', '183507.180000', '183507.183000', '183507.185000', '183507.188000', '183507.190000', '183507.193000', '183507.195000', '183527.085000', '183527.088000', '183527.091000', '183527.093000', '183527.096000', '183527.099000', '183527.101000', '183527.114000', '183527.116000', '183527.119000', '183527.121000', '183527.124000', '183527.127000', '183527.129000', '183527.132000', '183527.134000', '183527.137000', '183527.139000', '183527.142000', '183527.145000', '183527.147000', '183527.150000', '183527.152000', '183527.155000', '183527.158000', '183527.160000', '183527.163000', '183527.165000', '183527.168000', '183527.171000', '183527.173000', '183527.176000', '183527.179000', '183527.182000', '183527.184000', '183527.187000', '183527.190000', '183527.192000', '183527.195000', '183527.197000', '183527.200000', '183527.202000', '183527.205000', '183527.208000', '183547.085000', '183547.088000', '183547.091000', '183547.099000', '183547.102000', '183547.104000', '183547.107000', '183547.110000', '183547.112000', '183547.115000', '183547.117000', '183547.120000', '183547.122000', '183547.125000', '183547.127000', '183547.130000', '183547.132000', '183547.135000', '183547.138000', '183547.140000', '183547.143000', '183547.145000', '183547.148000', '183547.150000', '183547.153000', '183547.156000', '183547.158000', '183547.161000', '183547.163000', '183547.166000', '183547.169000', '183547.172000', '183547.174000', '183547.177000', '183547.180000', '183547.182000', '183547.185000', '183547.187000', '183547.190000', '183547.192000', '183547.195000', '183547.197000', '183547.200000', '183607.086000', '183607.088000', '183607.091000', '183607.094000', '183607.096000', '183607.099000', '183607.101000', '183607.104000', '183607.106000', '183607.109000', '183607.112000', '183607.114000', '183607.117000', '183607.119000', '183607.122000', '183607.124000', '183607.127000', '183607.129000', '183607.132000', '183607.135000', '183607.137000', '183607.140000', '183607.142000', '183607.145000', '183607.147000', '183607.150000', '183607.152000', '183607.155000', '183607.158000', '183607.160000', '183607.163000', '183607.166000', '183607.168000', '183607.171000', '183607.173000', '183607.176000', '183607.179000', '183607.181000', '183607.184000', '183607.186000', '183607.189000', '183607.192000', '183607.194000', '183607.197000', '183627.086000', '183627.088000', '183627.091000', '183627.094000', '183627.096000', '183627.099000', '183627.102000', '183627.104000', '183627.107000', '183627.109000', '183627.112000', '183627.115000', '183627.117000', '183627.120000', '183627.123000', '183627.125000', '183627.128000', '183627.130000', '183627.133000', '183627.135000', '183627.138000', '183627.141000', '183627.143000', '183627.146000', '183627.148000', '183627.151000', '183627.153000', '183627.156000', '183627.159000', '183627.161000', '183627.164000', '183627.167000', '183627.169000', '183627.172000', '183627.174000', '183627.177000', '183627.179000', '183627.182000', '183627.185000', '183627.187000', '183627.190000', '183627.192000', '183627.195000', '183647.086000', '183647.089000', '183647.091000', '183647.094000', '183647.096000', '183647.099000', '183647.102000', '183647.104000', '183647.107000', '183647.110000', '183647.112000', '183647.115000', '183647.117000', '183647.120000', '183647.122000', '183647.125000', '183647.128000', '183647.130000', '183647.133000', '183647.135000', '183647.138000', '183647.141000', '183647.143000', '183647.146000', '183647.148000', '183647.151000', '183647.161000', '183647.164000', '183647.177000', '183647.179000', '183647.182000', '183647.184000', '183647.187000', '183647.189000', '183647.192000', '183647.195000', '183647.197000', '183647.200000', '183647.202000', '183647.205000', '183647.207000', '183647.210000', '183647.212000', '183647.215000', '183707.086000', '183707.088000', '183707.091000', '183707.094000', '183707.096000', '183707.099000', '183707.101000', '183707.104000', '183707.107000', '183707.109000', '183707.112000', '183707.114000', '183707.117000', '183707.120000', '183707.122000', '183707.125000', '183707.127000', '183707.130000', '183707.132000', '183707.135000', '183707.138000', '183707.140000', '183707.143000', '183707.146000', '183707.148000', '183707.151000', '183707.154000', '183707.156000', '183707.159000', '183707.161000', '183707.164000', '183707.167000', '183707.169000', '183707.172000', '183707.174000', '183707.177000', '183707.180000', '183707.182000', '183707.185000', '183707.187000', '183707.190000', '183707.192000', '183707.195000', '183727.085000', '183727.088000', '183727.091000', '183727.094000', '183727.096000', '183727.099000', '183727.101000', '183727.104000', '183727.107000', '183727.110000', '183727.112000', '183727.115000', '183727.117000', '183727.120000', '183727.123000', '183727.125000', '183727.128000', '183727.130000', '183727.133000', '183727.136000', '183727.138000', '183727.141000', '183727.143000', '183727.146000', '183727.148000', '183727.151000', '183727.154000', '183727.156000', '183727.159000', '183727.162000', '183727.164000', '183727.167000', '183727.169000', '183727.172000', '183727.175000', '183727.178000', '183727.180000', '183727.183000', '183727.186000', '183727.188000', '183727.191000', '183727.193000', '183727.196000', '183727.199000', '183747.086000', '183747.088000', '183747.091000', '183747.094000', '183747.096000', '183747.099000', '183747.101000', '183747.104000', '183747.107000', '183747.109000', '183747.112000', '183747.115000', '183747.117000', '183747.120000', '183747.122000', '183747.125000', '183747.128000', '183747.130000', '183747.133000', '183747.135000', '183747.138000', '183747.140000', '183747.143000', '183747.145000', '183747.148000', '183747.151000', '183747.153000', '183747.156000', '183747.158000', '183747.161000', '183747.163000', '183747.166000', '183747.169000', '183747.171000', '183747.174000', '183747.176000', '183747.179000', '183747.182000', '183747.184000', '183747.187000', '183747.189000', '183747.192000', '183747.194000', '183807.086000', '183807.088000', '183807.091000', '183807.094000', '183807.096000', '183807.099000', '183807.101000', '183807.104000', '183807.107000', '183807.109000', '183807.112000', '183807.115000', '183807.117000', '183807.120000', '183807.122000', '183807.125000', '183807.128000', '183807.130000', '183807.133000', '183807.136000', '183807.138000', '183807.141000', '183807.143000', '183807.146000', '183807.148000', '183807.151000', '183807.154000', '183807.156000', '183807.159000', '183807.162000', '183807.164000', '183807.167000', '183807.169000', '183807.172000', '183807.174000', '183807.177000', '183807.179000', '183807.182000', '183807.185000', '183807.187000', '183807.190000', '183807.193000', '183807.195000', '183807.198000', '183809.303000', '183809.306000', '183809.310000', '183809.312000', '183809.315000'], 'InstanceCreationTime': ['183007.111000', '183007.115000', '183007.122000', '183007.125000', '183007.127000', '183007.130000', '183007.132000', '183007.141000', '183007.150000', '183007.153000', '183007.155000', '183007.158000', '183007.161000', '183007.163000', '183007.166000', '183007.168000', '183007.171000', '183007.173000', '183007.176000', '183007.179000', '183007.181000', '183007.184000', '183007.186000', '183007.189000', '183027.085000', '183027.088000', '183027.091000', '183027.094000', '183027.096000', '183027.099000', '183027.121000', '183027.124000', '183027.127000', '183027.129000', '183027.132000', '183027.134000', '183027.137000', '183027.139000', '183027.142000', '183027.144000', '183027.147000', '183027.150000', '183027.152000', '183027.155000', '183027.157000', '183027.160000', '183027.162000', '183027.165000', '183027.167000', '183027.170000', '183027.173000', '183027.175000', '183027.178000', '183027.180000', '183027.183000', '183027.185000', '183027.188000', '183027.197000', '183027.199000', '183027.202000', '183027.205000', '183027.207000', '183027.210000', '183027.212000', '183027.215000', '183027.217000', '183027.220000', '183047.085000', '183047.088000', '183047.091000', '183047.093000', '183047.096000', '183047.098000', '183047.101000', '183047.103000', '183047.106000', '183047.109000', '183047.111000', '183047.114000', '183047.116000', '183047.119000', '183047.121000', '183047.124000', '183047.126000', '183047.129000', '183047.138000', '183047.140000', '183047.143000', '183047.145000', '183047.148000', '183047.151000', '183047.153000', '183047.156000', '183047.158000', '183047.161000', '183047.163000', '183047.166000', '183047.169000', '183047.171000', '183047.174000', '183047.176000', '183047.179000', '183047.181000', '183047.184000', '183047.187000', '183047.189000', '183047.192000', '183047.194000', '183047.197000', '183047.199000', '183047.202000', '183107.086000', '183107.088000', '183107.091000', '183107.094000', '183107.096000', '183107.099000', '183107.101000', '183107.104000', '183107.106000', '183107.109000', '183107.112000', '183107.114000', '183107.117000', '183107.119000', '183107.122000', '183107.125000', '183107.127000', '183107.130000', '183107.132000', '183107.135000', '183107.137000', '183107.140000', '183107.143000', '183107.145000', '183107.148000', '183107.150000', '183107.153000', '183107.155000', '183107.158000', '183107.161000', '183107.163000', '183107.166000', '183107.168000', '183107.171000', '183107.173000', '183107.176000', '183107.179000', '183107.181000', '183107.184000', '183107.186000', '183107.189000', '183107.191000', '183107.194000', '183107.196000', '183127.085000', '183127.088000', '183127.091000', '183127.093000', '183127.096000', '183127.099000', '183127.101000', '183127.104000', '183127.106000', '183127.109000', '183127.112000', '183127.114000', '183127.117000', '183127.119000', '183127.127000', '183127.130000', '183127.133000', '183127.135000', '183127.138000', '183127.140000', '183127.143000', '183127.145000', '183127.148000', '183127.151000', '183127.153000', '183127.156000', '183127.158000', '183127.161000', '183127.164000', '183127.166000', '183127.169000', '183127.171000', '183127.174000', '183127.177000', '183127.179000', '183127.182000', '183127.184000', '183127.187000', '183127.189000', '183127.192000', '183127.195000', '183127.197000', '183127.200000', '183147.085000', '183147.088000', '183147.091000', '183147.093000', '183147.096000', '183147.099000', '183147.102000', '183147.104000', '183147.107000', '183147.110000', '183147.112000', '183147.115000', '183147.117000', '183147.120000', '183147.123000', '183147.125000', '183147.128000', '183147.130000', '183147.133000', '183147.135000', '183147.138000', '183147.140000', '183147.143000', '183147.146000', '183147.148000', '183147.151000', '183147.154000', '183147.157000', '183147.159000', '183147.162000', '183147.164000', '183147.167000', '183147.170000', '183147.172000', '183147.175000', '183147.177000', '183147.180000', '183147.182000', '183147.185000', '183147.187000', '183147.190000', '183147.193000', '183147.195000', '183147.198000', '183207.085000', '183207.088000', '183207.091000', '183207.093000', '183207.096000', '183207.099000', '183207.101000', '183207.104000', '183207.106000', '183207.109000', '183207.112000', '183207.114000', '183207.117000', '183207.120000', '183207.122000', '183207.125000', '183207.127000', '183207.130000', '183207.133000', '183207.135000', '183207.138000', '183207.141000', '183207.143000', '183207.146000', '183207.148000', '183207.151000', '183207.154000', '183207.156000', '183207.159000', '183207.161000', '183207.164000', '183207.167000', '183207.169000', '183207.172000', '183207.174000', '183207.177000', '183207.179000', '183207.182000', '183207.185000', '183207.187000', '183207.190000', '183207.192000', '183207.195000', '183227.085000', '183227.088000', '183227.091000', '183227.093000', '183227.096000', '183227.099000', '183227.101000', '183227.104000', '183227.106000', '183227.109000', '183227.111000', '183227.114000', '183227.117000', '183227.119000', '183227.122000', '183227.125000', '183227.127000', '183227.130000', '183227.132000', '183227.135000', '183227.137000', '183227.140000', '183227.143000', '183227.145000', '183227.148000', '183227.150000', '183227.153000', '183227.156000', '183227.158000', '183227.161000', '183227.163000', '183227.166000', '183227.169000', '183227.171000', '183227.174000', '183227.176000', '183227.179000', '183227.181000', '183227.184000', '183227.187000', '183227.189000', '183227.192000', '183227.194000', '183227.197000', '183247.086000', '183247.088000', '183247.091000', '183247.093000', '183247.096000', '183247.099000', '183247.108000', '183247.111000', '183247.114000', '183247.116000', '183247.119000', '183247.121000', '183247.124000', '183247.127000', '183247.129000', '183247.132000', '183247.134000', '183247.137000', '183247.139000', '183247.142000', '183247.144000', '183247.147000', '183247.150000', '183247.152000', '183247.155000', '183247.157000', '183247.160000', '183247.162000', '183247.165000', '183247.168000', '183247.170000', '183247.173000', '183247.175000', '183247.178000', '183247.180000', '183247.183000', '183247.186000', '183247.188000', '183247.191000', '183247.193000', '183247.196000', '183247.199000', '183247.201000', '183307.085000', '183307.093000', '183307.095000', '183307.098000', '183307.100000', '183307.103000', '183307.106000', '183307.108000', '183307.111000', '183307.113000', '183307.124000', '183307.127000', '183307.129000', '183307.132000', '183307.135000', '183307.138000', '183307.141000', '183307.143000', '183307.146000', '183307.149000', '183307.151000', '183307.154000', '183307.156000', '183307.159000', '183307.162000', '183307.164000', '183307.167000', '183307.169000', '183307.172000', '183307.174000', '183307.177000', '183307.180000', '183307.182000', '183307.185000', '183307.187000', '183307.190000', '183307.193000', '183307.195000', '183307.198000', '183307.201000', '183307.203000', '183307.206000', '183307.209000', '183327.085000', '183327.088000', '183327.091000', '183327.093000', '183327.096000', '183327.099000', '183327.101000', '183327.104000', '183327.106000', '183327.109000', '183327.112000', '183327.114000', '183327.117000', '183327.120000', '183327.122000', '183327.125000', '183327.127000', '183327.130000', '183327.133000', '183327.135000', '183327.138000', '183327.141000', '183327.143000', '183327.146000', '183327.148000', '183327.151000', '183327.154000', '183327.156000', '183327.159000', '183327.161000', '183327.164000', '183327.167000', '183327.169000', '183327.172000', '183327.174000', '183327.177000', '183327.179000', '183327.182000', '183327.185000', '183327.187000', '183327.190000', '183327.192000', '183327.195000', '183327.198000', '183347.085000', '183347.088000', '183347.091000', '183347.093000', '183347.096000', '183347.099000', '183347.101000', '183347.104000', '183347.107000', '183347.109000', '183347.112000', '183347.114000', '183347.117000', '183347.120000', '183347.122000', '183347.125000', '183347.127000', '183347.130000', '183347.133000', '183347.136000', '183347.138000', '183347.141000', '183347.144000', '183347.146000', '183347.149000', '183347.151000', '183347.154000', '183347.157000', '183347.159000', '183347.162000', '183347.164000', '183347.167000', '183347.169000', '183347.172000', '183347.174000', '183347.177000', '183347.180000', '183347.182000', '183347.185000', '183347.187000', '183347.190000', '183347.193000', '183347.195000', '183407.085000', '183407.088000', '183407.091000', '183407.093000', '183407.096000', '183407.099000', '183407.101000', '183407.104000', '183407.107000', '183407.109000', '183407.112000', '183407.125000', '183407.128000', '183407.131000', '183407.133000', '183407.136000', '183407.138000', '183407.141000', '183407.143000', '183407.146000', '183407.149000', '183407.151000', '183407.154000', '183407.156000', '183407.159000', '183407.162000', '183407.164000', '183407.167000', '183407.169000', '183407.172000', '183407.174000', '183407.177000', '183407.180000', '183407.182000', '183407.185000', '183407.187000', '183407.190000', '183407.192000', '183407.195000', '183407.198000', '183407.200000', '183407.203000', '183407.205000', '183407.208000', '183427.086000', '183427.088000', '183427.091000', '183427.094000', '183427.096000', '183427.099000', '183427.102000', '183427.104000', '183427.107000', '183427.109000', '183427.112000', '183427.114000', '183427.117000', '183427.120000', '183427.122000', '183427.125000', '183427.127000', '183427.130000', '183427.132000', '183427.135000', '183427.137000', '183427.140000', '183427.143000', '183427.146000', '183427.148000', '183427.151000', '183427.154000', '183427.156000', '183427.159000', '183427.162000', '183427.164000', '183427.167000', '183427.169000', '183427.172000', '183427.175000', '183427.191000', '183427.194000', '183427.197000', '183427.199000', '183427.202000', '183427.204000', '183427.207000', '183427.209000', '183447.085000', '183447.088000', '183447.091000', '183447.093000', '183447.096000', '183447.099000', '183447.101000', '183447.104000', '183447.106000', '183447.109000', '183447.112000', '183447.114000', '183447.117000', '183447.119000', '183447.122000', '183447.124000', '183447.127000', '183447.129000', '183447.132000', '183447.135000', '183447.137000', '183447.140000', '183447.147000', '183447.150000', '183447.152000', '183447.155000', '183447.158000', '183447.160000', '183447.163000', '183447.165000', '183447.168000', '183447.170000', '183447.173000', '183447.176000', '183447.178000', '183447.181000', '183447.183000', '183447.186000', '183447.189000', '183447.191000', '183447.194000', '183447.196000', '183447.199000', '183447.201000', '183507.085000', '183507.088000', '183507.091000', '183507.094000', '183507.096000', '183507.099000', '183507.102000', '183507.104000', '183507.107000', '183507.109000', '183507.112000', '183507.115000', '183507.117000', '183507.120000', '183507.122000', '183507.125000', '183507.127000', '183507.130000', '183507.133000', '183507.135000', '183507.138000', '183507.141000', '183507.143000', '183507.146000', '183507.148000', '183507.151000', '183507.153000', '183507.156000', '183507.159000', '183507.161000', '183507.164000', '183507.166000', '183507.169000', '183507.172000', '183507.175000', '183507.177000', '183507.180000', '183507.183000', '183507.185000', '183507.188000', '183507.190000', '183507.193000', '183507.195000', '183527.085000', '183527.088000', '183527.091000', '183527.093000', '183527.096000', '183527.099000', '183527.101000', '183527.114000', '183527.116000', '183527.119000', '183527.121000', '183527.124000', '183527.127000', '183527.129000', '183527.132000', '183527.134000', '183527.137000', '183527.139000', '183527.142000', '183527.145000', '183527.147000', '183527.150000', '183527.152000', '183527.155000', '183527.158000', '183527.160000', '183527.163000', '183527.165000', '183527.168000', '183527.171000', '183527.173000', '183527.176000', '183527.179000', '183527.182000', '183527.184000', '183527.187000', '183527.190000', '183527.192000', '183527.195000', '183527.197000', '183527.200000', '183527.202000', '183527.205000', '183527.208000', '183547.085000', '183547.088000', '183547.091000', '183547.099000', '183547.102000', '183547.104000', '183547.107000', '183547.110000', '183547.112000', '183547.115000', '183547.117000', '183547.120000', '183547.122000', '183547.125000', '183547.127000', '183547.130000', '183547.132000', '183547.135000', '183547.138000', '183547.140000', '183547.143000', '183547.145000', '183547.148000', '183547.150000', '183547.153000', '183547.156000', '183547.158000', '183547.161000', '183547.163000', '183547.166000', '183547.169000', '183547.172000', '183547.174000', '183547.177000', '183547.180000', '183547.182000', '183547.185000', '183547.187000', '183547.190000', '183547.192000', '183547.195000', '183547.197000', '183547.200000', '183607.086000', '183607.088000', '183607.091000', '183607.094000', '183607.096000', '183607.099000', '183607.101000', '183607.104000', '183607.106000', '183607.109000', '183607.112000', '183607.114000', '183607.117000', '183607.119000', '183607.122000', '183607.124000', '183607.127000', '183607.129000', '183607.132000', '183607.135000', '183607.137000', '183607.140000', '183607.142000', '183607.145000', '183607.147000', '183607.150000', '183607.152000', '183607.155000', '183607.158000', '183607.160000', '183607.163000', '183607.166000', '183607.168000', '183607.171000', '183607.173000', '183607.176000', '183607.179000', '183607.181000', '183607.184000', '183607.186000', '183607.189000', '183607.192000', '183607.194000', '183607.197000', '183627.086000', '183627.088000', '183627.091000', '183627.094000', '183627.096000', '183627.099000', '183627.102000', '183627.104000', '183627.107000', '183627.109000', '183627.112000', '183627.115000', '183627.117000', '183627.120000', '183627.123000', '183627.125000', '183627.128000', '183627.130000', '183627.133000', '183627.135000', '183627.138000', '183627.141000', '183627.143000', '183627.146000', '183627.148000', '183627.151000', '183627.153000', '183627.156000', '183627.159000', '183627.161000', '183627.164000', '183627.167000', '183627.169000', '183627.172000', '183627.174000', '183627.177000', '183627.179000', '183627.182000', '183627.185000', '183627.187000', '183627.190000', '183627.192000', '183627.195000', '183647.086000', '183647.089000', '183647.091000', '183647.094000', '183647.096000', '183647.099000', '183647.102000', '183647.104000', '183647.107000', '183647.110000', '183647.112000', '183647.115000', '183647.117000', '183647.120000', '183647.122000', '183647.125000', '183647.128000', '183647.130000', '183647.133000', '183647.135000', '183647.138000', '183647.141000', '183647.143000', '183647.146000', '183647.148000', '183647.151000', '183647.161000', '183647.164000', '183647.177000', '183647.179000', '183647.182000', '183647.184000', '183647.187000', '183647.189000', '183647.192000', '183647.195000', '183647.197000', '183647.200000', '183647.202000', '183647.205000', '183647.207000', '183647.210000', '183647.212000', '183647.215000', '183707.086000', '183707.088000', '183707.091000', '183707.094000', '183707.096000', '183707.099000', '183707.101000', '183707.104000', '183707.107000', '183707.109000', '183707.112000', '183707.114000', '183707.117000', '183707.120000', '183707.122000', '183707.125000', '183707.127000', '183707.130000', '183707.132000', '183707.135000', '183707.138000', '183707.140000', '183707.143000', '183707.146000', '183707.148000', '183707.151000', '183707.154000', '183707.156000', '183707.159000', '183707.161000', '183707.164000', '183707.167000', '183707.169000', '183707.172000', '183707.174000', '183707.177000', '183707.180000', '183707.182000', '183707.185000', '183707.187000', '183707.190000', '183707.192000', '183707.195000', '183727.085000', '183727.088000', '183727.091000', '183727.094000', '183727.096000', '183727.099000', '183727.101000', '183727.104000', '183727.107000', '183727.110000', '183727.112000', '183727.115000', '183727.117000', '183727.120000', '183727.123000', '183727.125000', '183727.128000', '183727.130000', '183727.133000', '183727.136000', '183727.138000', '183727.141000', '183727.143000', '183727.146000', '183727.148000', '183727.151000', '183727.154000', '183727.156000', '183727.159000', '183727.162000', '183727.164000', '183727.167000', '183727.169000', '183727.172000', '183727.175000', '183727.178000', '183727.180000', '183727.183000', '183727.186000', '183727.188000', '183727.191000', '183727.193000', '183727.196000', '183727.199000', '183747.086000', '183747.088000', '183747.091000', '183747.094000', '183747.096000', '183747.099000', '183747.101000', '183747.104000', '183747.107000', '183747.109000', '183747.112000', '183747.115000', '183747.117000', '183747.120000', '183747.122000', '183747.125000', '183747.128000', '183747.130000', '183747.133000', '183747.135000', '183747.138000', '183747.140000', '183747.143000', '183747.145000', '183747.148000', '183747.151000', '183747.153000', '183747.156000', '183747.158000', '183747.161000', '183747.163000', '183747.166000', '183747.169000', '183747.171000', '183747.174000', '183747.176000', '183747.179000', '183747.182000', '183747.184000', '183747.187000', '183747.189000', '183747.192000', '183747.194000', '183807.086000', '183807.088000', '183807.091000', '183807.094000', '183807.096000', '183807.099000', '183807.101000', '183807.104000', '183807.107000', '183807.109000', '183807.112000', '183807.115000', '183807.117000', '183807.120000', '183807.122000', '183807.125000', '183807.128000', '183807.130000', '183807.133000', '183807.136000', '183807.138000', '183807.141000', '183807.143000', '183807.146000', '183807.148000', '183807.151000', '183807.154000', '183807.156000', '183807.159000', '183807.162000', '183807.164000', '183807.167000', '183807.169000', '183807.172000', '183807.174000', '183807.177000', '183807.179000', '183807.182000', '183807.185000', '183807.187000', '183807.190000', '183807.193000', '183807.195000', '183807.198000', '183809.303000', '183809.306000', '183809.310000', '183809.312000', '183809.315000'], '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': [7028, 10210, 6588, 10028, 6420, 10838, 6434, 9342, 6480, 9537, 7842, 9283, 8766, 7564, 9534, 7014, 11626, 7881, 10106, 6601, 9600, 7835, 10099, 7646, 9778, 6408, 9700, 6222, 10275, 6125, 9988, 6355, 9518, 8238, 7828, 8225, 7032, 11018, 7148, 10700, 8259, 9677, 6663, 9073, 6997, 9686, 6852, 9780, 6174, 10104, 6662, 10696, 6441, 8972, 8499, 7192, 11961, 7917, 10357, 7248, 9316, 7004, 9553, 6488, 10106, 6344, 8228, 9566, 8034, 9610, 6760, 10378, 7013, 10688, 8391, 9917, 6872, 9188, 6431, 9681, 6692, 10396, 6358, 9684, 6785, 9876, 9234, 7618, 9694, 7176, 11354, 7774, 11219, 8430, 10467, 7069, 9197, 7562, 9531, 6969, 9761, 6040, 8923, 6040, 8842, 6503, 9379, 6008, 7998, 7825, 8306, 12525, 7239, 10460, 6799, 9841, 8069, 10057, 7520, 9815, 7166, 9335, 6975, 9957, 6537, 10004, 6241, 9069, 6580, 9661, 6629, 7513, 11373, 7032, 10576, 7997, 9597, 6411, 9339, 6371, 9427, 8078, 7427, 10843, 6144, 9480, 7404, 9564, 6587, 9134, 6012, 9269, 6542, 8870, 7086, 6989, 11508, 7101, 11080, 8343, 10351, 7319, 9778, 7014, 9985, 7282, 9787, 7669, 7512, 11829, 8085, 11060, 8169, 9777, 6404, 9837, 7744, 8029, 10176, 6516, 9457, 7576, 9565, 6726, 9344, 6002, 9628, 6566, 8882, 7003, 6903, 11718, 7543, 10843, 8482, 9494, 6706, 9371, 6192, 9320, 7123, 9257, 6320, 8120, 8069, 8861, 9258, 7395, 9641, 7225, 11320, 7808, 10740, 7276, 10127, 7074, 10382, 8245, 9660, 7153, 9023, 7021, 9587, 7013, 9838, 6451, 9411, 6324, 9211, 6883, 9995, 6406, 9149, 8119, 8793, 9242, 7078, 10998, 6951, 10418, 8174, 9485, 6833, 8760, 6351, 9072, 6862, 9702, 6421, 7517, 9771, 7190, 10984, 7333, 9342, 6391, 8778, 7328, 9283, 7632, 9573, 6251, 9167, 6487, 9989, 7143, 8913, 11334, 7267, 11252, 8410, 10009, 6029, 9347, 6203, 9499, 7979, 7135, 11300, 6262, 9306, 7580, 9446, 6591, 9398, 6034, 9253, 7074, 8393, 10813, 7057, 10552, 6687, 9787, 7537, 9429, 6227, 9254, 6449, 9913, 8901, 7645, 10450, 6862, 10254, 7597, 10449, 7544, 9721, 6313, 9614, 6337, 9666, 6966, 8472, 7242, 7105, 9731, 7469, 11562, 7126, 10972, 7081, 10496, 8413, 9962, 7364, 9410, 6470, 9524, 6899, 10133, 6159, 9062, 9094, 8051, 12051, 7465, 10439, 6928, 9300, 7496, 9278, 6524, 9463, 6141, 9602, 6355, 9652, 8247, 7501, 8779, 6816, 10599, 6758, 9887, 6978, 9316, 6556, 9289, 6839, 9279, 6235, 9550, 6479, 7823, 12625, 7335, 10189, 6901, 8978, 6577, 8929, 6564, 9441, 6267, 8953, 6038, 8969, 6225, 9806, 6113, 9421, 6910, 9487, 8810, 7892, 8851, 7328, 12032, 7515, 11126, 7666, 10483, 7171, 9883, 7887, 9740, 6455, 9139, 6560, 9896, 7779, 8083, 8614, 7202, 10469, 6986, 10290, 6998, 8987, 6418, 8723, 6935, 9211, 7714, 9158, 6162, 8862, 6178, 9641, 7581, 8698, 8398, 7208, 11216, 7075, 10606, 6884, 9790, 5945, 9492, 6298, 9552, 7690, 6841, 6992, 6761, 9809, 7209, 10841, 6678, 10025, 6482, 10199, 7731, 10249, 7134, 9323, 6499, 9355, 7292, 10486, 6373, 8906, 8720, 7182, 12180, 7622, 10635, 6670, 9765, 6599, 10211, 8203, 9695, 6827, 9282, 6627, 9527, 7658, 9228, 7381, 8712, 6873, 7915, 6354, 9552, 7893, 9842, 7640, 10220, 7384, 9764, 8797, 8673, 12351, 6990, 10489, 8183, 10586, 7914, 9757, 6349, 9496, 6413, 9530, 6352, 9151, 6385, 8308, 6712, 8328, 8704, 7626, 11176, 6998, 10713, 8352, 9706, 6757, 9177, 6315, 9355, 7391, 7623, 7838, 7092, 10974, 7298, 10397, 7363, 9517, 6751, 8868, 6597, 8930, 6566, 9650, 6462, 9627, 6478, 9810, 8652, 7562, 9000, 7435, 11148, 7355, 10380, 8085, 9996, 7216, 9612, 6940, 9851, 6561, 9390, 8717, 7854, 12141, 7153, 10221, 6528, 8799, 6957, 9575, 8076, 9004, 6536, 8955, 6855, 9601, 6944, 8412, 9137, 7613, 10825, 7884, 9468, 6677, 8880, 7572, 8900, 6954, 9330, 6467, 9322, 6279, 9842, 6622, 9124, 8202, 7653, 11541, 7962, 10994, 7310, 9845, 7620, 9988, 8242, 9739, 6466, 9285, 6406, 10298, 8885, 7746, 11397, 6593, 10055, 8210, 9457, 6807, 8302, 6292, 8666, 6359, 9707, 6269, 9129, 6446, 8327, 10011, 7215, 10178, 7066, 9986, 7418, 9921, 7445, 8858, 6693, 8764, 6691, 9578, 6149, 9123, 6339, 8119, 11278, 7321, 10140, 6286, 8976, 6713, 9231, 7476, 8898, 6615, 9308, 6555, 9062, 7669, 7200, 10266, 7110, 9846, 8159, 9279, 6570, 9444, 6404, 9303, 6560, 7578, 6904, 7483, 11761, 7293, 10307, 7356, 9899, 7942, 10328, 8288, 9820, 6519, 9592, 6479, 10150, 8178, 7636, 11296, 7194, 10599, 8396, 9600, 6446, 9310, 6349, 9348, 6612, 8920, 6554, 7813, 8380, 7511, 9717, 7541, 10891, 7090, 10847, 8116, 10085, 7573, 8976, 7016, 9024, 6814, 9532, 6290, 9450, 6277, 9569, 6931, 8670, 7021, 7526, 7144, 8963, 6395, 9038, 6763, 9332, 7224, 9171, 7420, 9597, 7427, 9862, 7991, 10911, 9071, 10219, 7661, 6998, 8347, 7143, 8467, 8996, 7774, 9137, 7820, 9833, 7685, 9403, 7753, 10595, 7692, 11321, 8023, 9833, 7579, 9780, 7618, 11023, 7731, 7598, 7481, 7169, 7574, 8430, 7991, 7292, 7660, 7335, 7587, 8212, 7444, 8301, 7302, 6935, 7570, 7369, 7911, 8637, 7446, 8504, 7470, 10967, 7298, 9997, 6799, 9866, 6934, 10252, 8122, 9683, 6735, 9231, 6810, 8836, 6425, 9198, 6524, 9245, 6554, 9665, 6913, 7923, 6824, 8428, 6942, 9565, 6820, 8057, 6700, 9001, 6354, 10208, 6709, 10416, 6517, 10156, 7242, 10717, 6321, 10134, 6541, 10231, 7370, 9021, 6287, 9633, 6234, 10415, 7340, 8747, 6328, 9841, 6500, 9244, 6654, 9786, 6334, 9061, 7059, 9480, 6748, 9491, 6506, 9538, 7147, 9544, 6588, 9222, 6593, 9206, 6960, 9946, 6479, 9572, 6355, 8966, 6555, 9828, 6526, 9803, 6509, 10179, 6441, 9317, 6973, 7990, 8405, 7512, 7178, 7498, 7038, 8819, 7105, 7865, 7216, 7653, 7818, 8335, 6595, 8608, 6364, 9735, 7044, 9886, 6239, 9756, 6378, 9798, 7017, 10075, 6440, 9742, 6894, 9455, 6931, 9857, 6582, 9138, 6912, 9522, 6838, 9739, 6712, 9461, 6731, 9765, 6860, 9423, 6813, 9006, 6633, 9625, 6170, 9146, 6522, 8573, 6862, 9523, 6547, 9260, 6805, 9176, 7244, 8858, 7415, 9296, 8433, 9288, 7140, 9609, 7764, 7947, 7554, 6783, 8425, 6933, 9986, 7650, 8348, 7014, 8041, 7260, 9082, 8248, 7610, 7139, 7428, 7089, 8931, 6260, 9586, 6336, 9963, 6689, 9761, 6665, 9530, 6542, 9310, 6846, 9973, 6715, 9280, 6698, 9582, 6729, 10118, 6443, 9092, 6877, 9297, 6830, 9456, 6303, 9337, 7050, 9058, 6464, 9457, 6633, 9367, 6889, 9223, 6520, 9260, 6333, 9142, 6593, 9887, 6212, 9546, 6573, 8851, 6736, 9907, 6107, 9612, 7003, 8995, 6577, 9675, 6418, 9906, 6887, 9207, 6616, 9962, 6119, 9601, 6634, 9621, 6325, 9503, 6441, 9872, 7326, 8089, 6552, 8046, 6642, 9355, 6953, 8323, 6162, 8757, 6392, 9342, 6787, 7795, 6245, 8391, 6585, 9483, 6693, 8893, 6186, 8641, 7163, 10181, 6945, 9331, 6255, 9553, 6189, 9944, 6780, 9868, 6095, 9870, 6491, 9293, 6530, 9435, 6351, 9415, 6753, 9365, 6168, 9774, 6262, 8700, 6776, 8963, 6292, 8697, 6590, 9233, 6723, 9664, 6130, 9581, 6403, 9559, 6823, 10081, 6369, 9480, 6134, 9325, 6697, 9865, 6031, 9494], 'WindowCenter': [3974.0, 4000.0, 3943.0, 3973.0, 3930.0, 3983.0, 3917.0, 3958.0, 3915.0, 3958.0, 3948.0, 3958.0, 3946.0, 3936.0, 3945.0, 3926.0, 3966.0, 3936.0, 3954.0, 3914.0, 3956.0, 3937.0, 3956.0, 3937.0, 3954.0, 3914.0, 3955.0, 3904.0, 3958.0, 3903.0, 3957.0, 3913.0, 3957.0, 3935.0, 3937.0, 3933.0, 3924.0, 3964.0, 3926.0, 3966.0, 3946.0, 3955.0, 3913.0, 3945.0, 3926.0, 3957.0, 3927.0, 3958.0, 3904.0, 3968.0, 3915.0, 3968.0, 3914.0, 3946.0, 3944.0, 3925.0, 3966.0, 3934.0, 3953.0, 3923.0, 3944.0, 3926.0, 3956.0, 3902.0, 3954.0, 3901.0, 3933.0, 3944.0, 3934.0, 3943.0, 3913.0, 3954.0, 3924.0, 3954.0, 3935.0, 3955.0, 3913.0, 3944.0, 3913.0, 3957.0, 3914.0, 3956.0, 3901.0, 3944.0, 3912.0, 3956.0, 3941.0, 3923.0, 3941.0, 3910.0, 3952.0, 3934.0, 3953.0, 3933.0, 3951.0, 3910.0, 3942.0, 3933.0, 3942.0, 3922.0, 3953.0, 3901.0, 3944.0, 3902.0, 3945.0, 3902.0, 3944.0, 3901.0, 3934.0, 3921.0, 3945.0, 3964.0, 3923.0, 3952.0, 3912.0, 3952.0, 3934.0, 3954.0, 3934.0, 3953.0, 3923.0, 3942.0, 3925.0, 3954.0, 3902.0, 3955.0, 3900.0, 3943.0, 3912.0, 3957.0, 3913.0, 3935.0, 3966.0, 3926.0, 3966.0, 3935.0, 3954.0, 3902.0, 3945.0, 3913.0, 3956.0, 3933.0, 3923.0, 3952.0, 3900.0, 3953.0, 3924.0, 3954.0, 3912.0, 3955.0, 3901.0, 3957.0, 3914.0, 3955.0, 3923.0, 3925.0, 3965.0, 3926.0, 3964.0, 3946.0, 3954.0, 3923.0, 3954.0, 3924.0, 3954.0, 3921.0, 3943.0, 3920.0, 3920.0, 3952.0, 3932.0, 3952.0, 3932.0, 3940.0, 3896.0, 3954.0, 3920.0, 3931.0, 3940.0, 3899.0, 3940.0, 3932.0, 3955.0, 3911.0, 3943.0, 3899.0, 3955.0, 3912.0, 3944.0, 3922.0, 3924.0, 3963.0, 3935.0, 3967.0, 3945.0, 3954.0, 3913.0, 3955.0, 3905.0, 3956.0, 3923.0, 3956.0, 3912.0, 3932.0, 3933.0, 3945.0, 3944.0, 3925.0, 3942.0, 3923.0, 3965.0, 3934.0, 3953.0, 3922.0, 3952.0, 3923.0, 3952.0, 3932.0, 3944.0, 3922.0, 3942.0, 3922.0, 3955.0, 3923.0, 3953.0, 3901.0, 3942.0, 3902.0, 3944.0, 3910.0, 3954.0, 3900.0, 3944.0, 3932.0, 3943.0, 3942.0, 3911.0, 3952.0, 3923.0, 3954.0, 3933.0, 3942.0, 3912.0, 3932.0, 3912.0, 3944.0, 3912.0, 3942.0, 3900.0, 3922.0, 3942.0, 3922.0, 3953.0, 3923.0, 3942.0, 3902.0, 3942.0, 3934.0, 3955.0, 3934.0, 3954.0, 3913.0, 3954.0, 3913.0, 3957.0, 3923.0, 3944.0, 3952.0, 3922.0, 3964.0, 3931.0, 3942.0, 3900.0, 3940.0, 3889.0, 3954.0, 3930.0, 3912.0, 3952.0, 3901.0, 3942.0, 3934.0, 3954.0, 3912.0, 3942.0, 3900.0, 3943.0, 3922.0, 3944.0, 3953.0, 3922.0, 3953.0, 3912.0, 3952.0, 3923.0, 3943.0, 3902.0, 3943.0, 3901.0, 3955.0, 3943.0, 3933.0, 3953.0, 3912.0, 3952.0, 3933.0, 3953.0, 3922.0, 3942.0, 3900.0, 3952.0, 3901.0, 3953.0, 3912.0, 3933.0, 3921.0, 3922.0, 3944.0, 3924.0, 3964.0, 3923.0, 3953.0, 3923.0, 3954.0, 3934.0, 3953.0, 3922.0, 3942.0, 3901.0, 3954.0, 3911.0, 3953.0, 3889.0, 3941.0, 3940.0, 3933.0, 3963.0, 3921.0, 3952.0, 3911.0, 3942.0, 3923.0, 3942.0, 3900.0, 3941.0, 3890.0, 3953.0, 3911.0, 3953.0, 3933.0, 3923.0, 3931.0, 3910.0, 3954.0, 3924.0, 3954.0, 3924.0, 3954.0, 3912.0, 3955.0, 3926.0, 3955.0, 3902.0, 3953.0, 3901.0, 3934.0, 3975.0, 3923.0, 3952.0, 3911.0, 3942.0, 3911.0, 3945.0, 3912.0, 3953.0, 3913.0, 3944.0, 3902.0, 3957.0, 3904.0, 3966.0, 3903.0, 3955.0, 3923.0, 3956.0, 3944.0, 3934.0, 3943.0, 3923.0, 3965.0, 3924.0, 3953.0, 3932.0, 3952.0, 3911.0, 3941.0, 3932.0, 3944.0, 3901.0, 3943.0, 3910.0, 3953.0, 3921.0, 3931.0, 3930.0, 3921.0, 3951.0, 3922.0, 3952.0, 3922.0, 3942.0, 3912.0, 3943.0, 3924.0, 3955.0, 3935.0, 3956.0, 3915.0, 3956.0, 3903.0, 3956.0, 3934.0, 3945.0, 3934.0, 3923.0, 3963.0, 3923.0, 3955.0, 3923.0, 3953.0, 3901.0, 3954.0, 3912.0, 3955.0, 3934.0, 3924.0, 3923.0, 3924.0, 3966.0, 3937.0, 3966.0, 3926.0, 3956.0, 3915.0, 3966.0, 3937.0, 3966.0, 3925.0, 3955.0, 3912.0, 3955.0, 3923.0, 3966.0, 3912.0, 3943.0, 3943.0, 3924.0, 3976.0, 3934.0, 3954.0, 3913.0, 3953.0, 3924.0, 3967.0, 3946.0, 3953.0, 3913.0, 3943.0, 3911.0, 3955.0, 3922.0, 3943.0, 3923.0, 3943.0, 3911.0, 3932.0, 3912.0, 3956.0, 3946.0, 3966.0, 3947.0, 3966.0, 3935.0, 3955.0, 3933.0, 3931.0, 3962.0, 3910.0, 3940.0, 3931.0, 3952.0, 3920.0, 3937.0, 3898.0, 3939.0, 3900.0, 3941.0, 3901.0, 3943.0, 3910.0, 3944.0, 3913.0, 3946.0, 3944.0, 3933.0, 3962.0, 3923.0, 3965.0, 3933.0, 3954.0, 3913.0, 3944.0, 3912.0, 3955.0, 3921.0, 3933.0, 3921.0, 3922.0, 3963.0, 3934.0, 3954.0, 3924.0, 3954.0, 3913.0, 3944.0, 3924.0, 3955.0, 3913.0, 3954.0, 3912.0, 3954.0, 3914.0, 3968.0, 3944.0, 3934.0, 3942.0, 3919.0, 3963.0, 3934.0, 3953.0, 3934.0, 3953.0, 3922.0, 3953.0, 3924.0, 3953.0, 3910.0, 3942.0, 3929.0, 3932.0, 3962.0, 3911.0, 3952.0, 3910.0, 3941.0, 3925.0, 3953.0, 3933.0, 3944.0, 3913.0, 3945.0, 3923.0, 3955.0, 3922.0, 3943.0, 3941.0, 3933.0, 3952.0, 3932.0, 3942.0, 3912.0, 3943.0, 3934.0, 3944.0, 3924.0, 3954.0, 3912.0, 3954.0, 3912.0, 3956.0, 3913.0, 3955.0, 3932.0, 3933.0, 3964.0, 3934.0, 3953.0, 3922.0, 3942.0, 3932.0, 3952.0, 3932.0, 3941.0, 3901.0, 3941.0, 3898.0, 3952.0, 3930.0, 3922.0, 3950.0, 3909.0, 3939.0, 3930.0, 3939.0, 3910.0, 3929.0, 3900.0, 3943.0, 3899.0, 3952.0, 3901.0, 3942.0, 3899.0, 3943.0, 3952.0, 3923.0, 3953.0, 3922.0, 3953.0, 3924.0, 3954.0, 3923.0, 3941.0, 3911.0, 3944.0, 3913.0, 3954.0, 3901.0, 3955.0, 3912.0, 3945.0, 3965.0, 3924.0, 3953.0, 3912.0, 3944.0, 3925.0, 3956.0, 3936.0, 3955.0, 3924.0, 3956.0, 3915.0, 3957.0, 3934.0, 3934.0, 3965.0, 3925.0, 3954.0, 3935.0, 3953.0, 3912.0, 3956.0, 3913.0, 3955.0, 3923.0, 3935.0, 3924.0, 3936.0, 3976.0, 3935.0, 3965.0, 3934.0, 3955.0, 3946.0, 3965.0, 3945.0, 3953.0, 3901.0, 3955.0, 3913.0, 3954.0, 3933.0, 3933.0, 3952.0, 3924.0, 3963.0, 3931.0, 3943.0, 3900.0, 3943.0, 3912.0, 3955.0, 3913.0, 3943.0, 3899.0, 3933.0, 3942.0, 3922.0, 3953.0, 3933.0, 3963.0, 3923.0, 3963.0, 3934.0, 3954.0, 3933.0, 3943.0, 3923.0, 3945.0, 3912.0, 3954.0, 3901.0, 3952.0, 3912.0, 3954.0, 3922.0, 3944.0, 3922.0, 3933.0, 3922.0, 3944.0, 3913.0, 3954.0, 3923.0, 3957.0, 3936.0, 3959.0, 3936.0, 3956.0, 3937.0, 3955.0, 3947.0, 3980.0, 3958.0, 3955.0, 3932.0, 3910.0, 3942.0, 3911.0, 3933.0, 3942.0, 3933.0, 3943.0, 3934.0, 3953.0, 3933.0, 3941.0, 3932.0, 3950.0, 3932.0, 3952.0, 3932.0, 3939.0, 3920.0, 3938.0, 3921.0, 3952.0, 3921.0, 3919.0, 3919.0, 3909.0, 3921.0, 3932.0, 3931.0, 3922.0, 3933.0, 3919.0, 3931.0, 3932.0, 3924.0, 3931.0, 3922.0, 3911.0, 3933.0, 3923.0, 3945.0, 3944.0, 3933.0, 3943.0, 3935.0, 3965.0, 3932.0, 3954.0, 3912.0, 3954.0, 3923.0, 3956.0, 3932.0, 3943.0, 3911.0, 3944.0, 3912.0, 3955.0, 3913.0, 3956.0, 3912.0, 3954.0, 3913.0, 3956.0, 3924.0, 3946.0, 3912.0, 3945.0, 3924.0, 3958.0, 3925.0, 3946.0, 3914.0, 3956.0, 3914.0, 3966.0, 3925.0, 3966.0, 3913.0, 3965.0, 3924.0, 3966.0, 3912.0, 3953.0, 3901.0, 3954.0, 3922.0, 3942.0, 3900.0, 3943.0, 3900.0, 3955.0, 3922.0, 3944.0, 3900.0, 3953.0, 3914.0, 3956.0, 3913.0, 3956.0, 3913.0, 3955.0, 3926.0, 3956.0, 3925.0, 3956.0, 3913.0, 3954.0, 3923.0, 3954.0, 3912.0, 3942.0, 3911.0, 3954.0, 3924.0, 3954.0, 3912.0, 3954.0, 3913.0, 3956.0, 3915.0, 3968.0, 3913.0, 3966.0, 3914.0, 3966.0, 3913.0, 3953.0, 3925.0, 3936.0, 3933.0, 3923.0, 3921.0, 3924.0, 3924.0, 3945.0, 3923.0, 3934.0, 3922.0, 3934.0, 3934.0, 3944.0, 3912.0, 3944.0, 3913.0, 3956.0, 3924.0, 3954.0, 3901.0, 3953.0, 3902.0, 3954.0, 3922.0, 3957.0, 3912.0, 3953.0, 3924.0, 3953.0, 3926.0, 3955.0, 3912.0, 3944.0, 3924.0, 3955.0, 3913.0, 3952.0, 3912.0, 3953.0, 3913.0, 3951.0, 3909.0, 3941.0, 3912.0, 3944.0, 3912.0, 3943.0, 3902.0, 3942.0, 3914.0, 3945.0, 3914.0, 3953.0, 3911.0, 3954.0, 3913.0, 3955.0, 3934.0, 3944.0, 3935.0, 3955.0, 3946.0, 3954.0, 3924.0, 3956.0, 3936.0, 3946.0, 3936.0, 3914.0, 3944.0, 3925.0, 3968.0, 3935.0, 3935.0, 3922.0, 3934.0, 3924.0, 3944.0, 3933.0, 3934.0, 3911.0, 3922.0, 3923.0, 3946.0, 3913.0, 3954.0, 3913.0, 3956.0, 3913.0, 3957.0, 3912.0, 3955.0, 3913.0, 3955.0, 3913.0, 3955.0, 3912.0, 3942.0, 3912.0, 3953.0, 3913.0, 3954.0, 3902.0, 3944.0, 3914.0, 3953.0, 3913.0, 3941.0, 3901.0, 3942.0, 3924.0, 3945.0, 3901.0, 3940.0, 3910.0, 3944.0, 3913.0, 3942.0, 3900.0, 3943.0, 3901.0, 3954.0, 3913.0, 3953.0, 3901.0, 3953.0, 3912.0, 3946.0, 3913.0, 3952.0, 3900.0, 3944.0, 3924.0, 3945.0, 3913.0, 3955.0, 3902.0, 3954.0, 3923.0, 3945.0, 3912.0, 3952.0, 3901.0, 3955.0, 3913.0, 3953.0, 3901.0, 3955.0, 3902.0, 3955.0, 3922.0, 3932.0, 3902.0, 3933.0, 3912.0, 3956.0, 3923.0, 3931.0, 3889.0, 3944.0, 3901.0, 3956.0, 3912.0, 3935.0, 3901.0, 3933.0, 3913.0, 3956.0, 3912.0, 3945.0, 3901.0, 3943.0, 3912.0, 3953.0, 3912.0, 3943.0, 3900.0, 3944.0, 3902.0, 3954.0, 3912.0, 3953.0, 3890.0, 3954.0, 3901.0, 3942.0, 3903.0, 3944.0, 3900.0, 3945.0, 3913.0, 3944.0, 3890.0, 3951.0, 3901.0, 3945.0, 3912.0, 3945.0, 3901.0, 3942.0, 3913.0, 3954.0, 3914.0, 3955.0, 3891.0, 3943.0, 3900.0, 3944.0, 3910.0, 3953.0, 3899.0, 3942.0, 3902.0, 3942.0, 3912.0, 3955.0, 3900.0, 3941.0], 'WindowWidth': [8908.0, 8927.0, 8841.0, 8876.0, 8816.0, 8886.0, 8793.0, 8846.0, 8784.0, 8843.0, 8831.0, 8843.0, 8824.0, 8810.0, 8820.0, 8798.0, 8853.0, 8812.0, 8833.0, 8781.0, 8839.0, 8815.0, 8839.0, 8813.0, 8833.0, 8779.0, 8837.0, 8768.0, 8842.0, 8764.0, 8839.0, 8777.0, 8840.0, 8808.0, 8813.0, 8804.0, 8794.0, 8846.0, 8800.0, 8851.0, 8825.0, 8834.0, 8778.0, 8821.0, 8801.0, 8842.0, 8801.0, 8842.0, 8766.0, 8855.0, 8784.0, 8857.0, 8782.0, 8824.0, 8819.0, 8798.0, 8851.0, 8808.0, 8830.0, 8792.0, 8819.0, 8798.0, 8838.0, 8761.0, 8832.0, 8758.0, 8805.0, 8819.0, 8806.0, 8817.0, 8779.0, 8832.0, 8795.0, 8834.0, 8808.0, 8834.0, 8778.0, 8818.0, 8779.0, 8840.0, 8780.0, 8837.0, 8757.0, 8818.0, 8774.0, 8839.0, 8813.0, 8789.0, 8811.0, 8769.0, 8827.0, 8806.0, 8830.0, 8803.0, 8824.0, 8770.0, 8811.0, 8803.0, 8814.0, 8788.0, 8827.0, 8759.0, 8819.0, 8763.0, 8822.0, 8762.0, 8820.0, 8760.0, 8806.0, 8786.0, 8821.0, 8847.0, 8792.0, 8827.0, 8775.0, 8827.0, 8808.0, 8831.0, 8805.0, 8829.0, 8789.0, 8814.0, 8798.0, 8834.0, 8762.0, 8834.0, 8757.0, 8817.0, 8776.0, 8841.0, 8779.0, 8811.0, 8853.0, 8800.0, 8852.0, 8809.0, 8831.0, 8761.0, 8821.0, 8777.0, 8838.0, 8804.0, 8791.0, 8827.0, 8758.0, 8830.0, 8793.0, 8834.0, 8776.0, 8836.0, 8761.0, 8841.0, 8782.0, 8837.0, 8793.0, 8798.0, 8849.0, 8800.0, 8848.0, 8826.0, 8833.0, 8792.0, 8834.0, 8793.0, 8833.0, 8787.0, 8816.0, 8781.0, 8783.0, 8825.0, 8800.0, 8828.0, 8799.0, 8808.0, 8745.0, 8831.0, 8781.0, 8797.0, 8805.0, 8753.0, 8807.0, 8800.0, 8834.0, 8772.0, 8817.0, 8756.0, 8835.0, 8776.0, 8819.0, 8788.0, 8794.0, 8845.0, 8811.0, 8854.0, 8822.0, 8833.0, 8778.0, 8835.0, 8772.0, 8840.0, 8791.0, 8838.0, 8777.0, 8803.0, 8806.0, 8822.0, 8819.0, 8796.0, 8815.0, 8792.0, 8848.0, 8807.0, 8831.0, 8789.0, 8827.0, 8790.0, 8829.0, 8802.0, 8819.0, 8788.0, 8813.0, 8788.0, 8836.0, 8792.0, 8830.0, 8760.0, 8814.0, 8762.0, 8820.0, 8771.0, 8832.0, 8755.0, 8817.0, 8800.0, 8816.0, 8813.0, 8773.0, 8827.0, 8790.0, 8832.0, 8803.0, 8815.0, 8775.0, 8802.0, 8774.0, 8821.0, 8775.0, 8814.0, 8756.0, 8786.0, 8812.0, 8789.0, 8831.0, 8790.0, 8814.0, 8763.0, 8814.0, 8809.0, 8836.0, 8808.0, 8834.0, 8778.0, 8833.0, 8780.0, 8840.0, 8791.0, 8819.0, 8827.0, 8788.0, 8845.0, 8798.0, 8811.0, 8754.0, 8809.0, 8742.0, 8832.0, 8797.0, 8773.0, 8826.0, 8759.0, 8814.0, 8806.0, 8833.0, 8775.0, 8815.0, 8758.0, 8817.0, 8790.0, 8821.0, 8831.0, 8788.0, 8829.0, 8774.0, 8829.0, 8790.0, 8818.0, 8762.0, 8818.0, 8758.0, 8837.0, 8818.0, 8803.0, 8829.0, 8775.0, 8826.0, 8805.0, 8829.0, 8788.0, 8813.0, 8757.0, 8826.0, 8759.0, 8832.0, 8775.0, 8803.0, 8785.0, 8788.0, 8819.0, 8795.0, 8848.0, 8792.0, 8831.0, 8792.0, 8833.0, 8808.0, 8830.0, 8790.0, 8815.0, 8759.0, 8832.0, 8772.0, 8830.0, 8741.0, 8813.0, 8810.0, 8803.0, 8842.0, 8786.0, 8826.0, 8771.0, 8812.0, 8789.0, 8814.0, 8758.0, 8813.0, 8743.0, 8830.0, 8774.0, 8832.0, 8803.0, 8791.0, 8798.0, 8771.0, 8833.0, 8796.0, 8835.0, 8795.0, 8834.0, 8778.0, 8836.0, 8800.0, 8838.0, 8763.0, 8832.0, 8760.0, 8806.0, 8862.0, 8791.0, 8827.0, 8773.0, 8812.0, 8772.0, 8822.0, 8777.0, 8830.0, 8780.0, 8822.0, 8765.0, 8842.0, 8769.0, 8854.0, 8766.0, 8836.0, 8792.0, 8840.0, 8821.0, 8808.0, 8816.0, 8790.0, 8847.0, 8794.0, 8830.0, 8802.0, 8827.0, 8770.0, 8811.0, 8802.0, 8817.0, 8759.0, 8817.0, 8768.0, 8831.0, 8785.0, 8798.0, 8795.0, 8784.0, 8825.0, 8790.0, 8828.0, 8789.0, 8815.0, 8777.0, 8817.0, 8796.0, 8838.0, 8811.0, 8840.0, 8787.0, 8842.0, 8767.0, 8838.0, 8808.0, 8825.0, 8806.0, 8791.0, 8845.0, 8791.0, 8837.0, 8790.0, 8831.0, 8760.0, 8832.0, 8775.0, 8838.0, 8807.0, 8795.0, 8791.0, 8797.0, 8853.0, 8818.0, 8855.0, 8802.0, 8839.0, 8785.0, 8853.0, 8816.0, 8853.0, 8797.0, 8837.0, 8777.0, 8837.0, 8792.0, 8851.0, 8777.0, 8819.0, 8817.0, 8797.0, 8866.0, 8807.0, 8833.0, 8779.0, 8832.0, 8795.0, 8856.0, 8827.0, 8831.0, 8779.0, 8819.0, 8773.0, 8836.0, 8788.0, 8817.0, 8792.0, 8816.0, 8773.0, 8803.0, 8778.0, 8840.0, 8828.0, 8855.0, 8830.0, 8856.0, 8812.0, 8838.0, 8803.0, 8798.0, 8839.0, 8767.0, 8807.0, 8798.0, 8824.0, 8782.0, 8801.0, 8749.0, 8807.0, 8757.0, 8812.0, 8760.0, 8817.0, 8772.0, 8821.0, 8780.0, 8825.0, 8822.0, 8807.0, 8844.0, 8793.0, 8849.0, 8804.0, 8832.0, 8778.0, 8821.0, 8775.0, 8836.0, 8786.0, 8806.0, 8786.0, 8790.0, 8845.0, 8810.0, 8833.0, 8794.0, 8833.0, 8779.0, 8821.0, 8796.0, 8838.0, 8780.0, 8834.0, 8776.0, 8833.0, 8781.0, 8857.0, 8821.0, 8809.0, 8815.0, 8783.0, 8845.0, 8809.0, 8832.0, 8807.0, 8831.0, 8788.0, 8831.0, 8793.0, 8830.0, 8770.0, 8814.0, 8794.0, 8802.0, 8841.0, 8773.0, 8827.0, 8773.0, 8814.0, 8797.0, 8834.0, 8808.0, 8820.0, 8778.0, 8824.0, 8794.0, 8837.0, 8790.0, 8818.0, 8812.0, 8806.0, 8829.0, 8802.0, 8813.0, 8775.0, 8817.0, 8809.0, 8820.0, 8795.0, 8834.0, 8776.0, 8835.0, 8777.0, 8840.0, 8779.0, 8836.0, 8803.0, 8805.0, 8847.0, 8807.0, 8831.0, 8789.0, 8814.0, 8803.0, 8828.0, 8802.0, 8811.0, 8758.0, 8811.0, 8753.0, 8829.0, 8794.0, 8785.0, 8822.0, 8766.0, 8806.0, 8797.0, 8807.0, 8769.0, 8794.0, 8757.0, 8818.0, 8755.0, 8829.0, 8759.0, 8816.0, 8754.0, 8819.0, 8827.0, 8791.0, 8831.0, 8789.0, 8832.0, 8794.0, 8833.0, 8792.0, 8814.0, 8773.0, 8821.0, 8779.0, 8835.0, 8760.0, 8835.0, 8776.0, 8826.0, 8852.0, 8796.0, 8831.0, 8778.0, 8820.0, 8801.0, 8841.0, 8815.0, 8837.0, 8796.0, 8841.0, 8786.0, 8842.0, 8809.0, 8810.0, 8850.0, 8798.0, 8835.0, 8810.0, 8832.0, 8777.0, 8838.0, 8780.0, 8837.0, 8793.0, 8811.0, 8795.0, 8814.0, 8868.0, 8813.0, 8851.0, 8809.0, 8836.0, 8829.0, 8851.0, 8824.0, 8832.0, 8762.0, 8836.0, 8780.0, 8834.0, 8804.0, 8805.0, 8828.0, 8793.0, 8846.0, 8801.0, 8815.0, 8758.0, 8819.0, 8776.0, 8836.0, 8777.0, 8817.0, 8756.0, 8805.0, 8817.0, 8791.0, 8832.0, 8805.0, 8845.0, 8791.0, 8845.0, 8808.0, 8833.0, 8804.0, 8817.0, 8791.0, 8824.0, 8778.0, 8833.0, 8759.0, 8830.0, 8777.0, 8836.0, 8789.0, 8820.0, 8789.0, 8804.0, 8791.0, 8822.0, 8779.0, 8835.0, 8793.0, 8842.0, 8815.0, 8849.0, 8815.0, 8841.0, 8815.0, 8838.0, 8830.0, 8879.0, 8845.0, 8836.0, 8803.0, 8771.0, 8815.0, 8772.0, 8805.0, 8815.0, 8806.0, 8817.0, 8809.0, 8832.0, 8806.0, 8814.0, 8803.0, 8824.0, 8802.0, 8826.0, 8801.0, 8806.0, 8781.0, 8804.0, 8785.0, 8826.0, 8785.0, 8780.0, 8781.0, 8766.0, 8785.0, 8802.0, 8801.0, 8788.0, 8803.0, 8782.0, 8800.0, 8801.0, 8794.0, 8800.0, 8789.0, 8773.0, 8805.0, 8792.0, 8825.0, 8821.0, 8807.0, 8818.0, 8809.0, 8849.0, 8805.0, 8835.0, 8776.0, 8832.0, 8792.0, 8838.0, 8803.0, 8817.0, 8772.0, 8820.0, 8777.0, 8837.0, 8778.0, 8839.0, 8777.0, 8834.0, 8780.0, 8840.0, 8794.0, 8826.0, 8776.0, 8823.0, 8796.0, 8845.0, 8798.0, 8827.0, 8781.0, 8840.0, 8783.0, 8855.0, 8797.0, 8854.0, 8778.0, 8850.0, 8795.0, 8851.0, 8776.0, 8831.0, 8760.0, 8835.0, 8789.0, 8815.0, 8756.0, 8817.0, 8758.0, 8836.0, 8789.0, 8820.0, 8758.0, 8831.0, 8782.0, 8840.0, 8780.0, 8838.0, 8781.0, 8836.0, 8802.0, 8840.0, 8798.0, 8838.0, 8777.0, 8833.0, 8793.0, 8834.0, 8775.0, 8814.0, 8774.0, 8835.0, 8794.0, 8835.0, 8776.0, 8834.0, 8781.0, 8839.0, 8784.0, 8858.0, 8780.0, 8854.0, 8784.0, 8852.0, 8778.0, 8832.0, 8796.0, 8812.0, 8804.0, 8792.0, 8786.0, 8792.0, 8795.0, 8823.0, 8792.0, 8807.0, 8789.0, 8809.0, 8806.0, 8821.0, 8777.0, 8821.0, 8778.0, 8839.0, 8793.0, 8834.0, 8760.0, 8830.0, 8761.0, 8835.0, 8790.0, 8842.0, 8776.0, 8830.0, 8796.0, 8833.0, 8799.0, 8835.0, 8774.0, 8818.0, 8797.0, 8837.0, 8779.0, 8828.0, 8775.0, 8832.0, 8779.0, 8827.0, 8769.0, 8810.0, 8778.0, 8820.0, 8775.0, 8817.0, 8763.0, 8815.0, 8782.0, 8823.0, 8782.0, 8830.0, 8776.0, 8835.0, 8779.0, 8836.0, 8808.0, 8819.0, 8812.0, 8838.0, 8827.0, 8834.0, 8795.0, 8839.0, 8815.0, 8826.0, 8813.0, 8781.0, 8822.0, 8797.0, 8858.0, 8811.0, 8809.0, 8788.0, 8806.0, 8794.0, 8823.0, 8804.0, 8807.0, 8773.0, 8789.0, 8793.0, 8825.0, 8780.0, 8833.0, 8777.0, 8839.0, 8779.0, 8840.0, 8777.0, 8835.0, 8777.0, 8836.0, 8778.0, 8835.0, 8775.0, 8814.0, 8775.0, 8832.0, 8778.0, 8831.0, 8761.0, 8817.0, 8782.0, 8832.0, 8777.0, 8813.0, 8760.0, 8814.0, 8793.0, 8822.0, 8760.0, 8810.0, 8769.0, 8820.0, 8777.0, 8814.0, 8756.0, 8816.0, 8759.0, 8834.0, 8777.0, 8831.0, 8760.0, 8829.0, 8775.0, 8825.0, 8777.0, 8828.0, 8758.0, 8819.0, 8793.0, 8822.0, 8777.0, 8834.0, 8760.0, 8832.0, 8792.0, 8824.0, 8775.0, 8827.0, 8758.0, 8834.0, 8778.0, 8832.0, 8759.0, 8833.0, 8762.0, 8837.0, 8789.0, 8801.0, 8761.0, 8804.0, 8776.0, 8838.0, 8790.0, 8800.0, 8741.0, 8818.0, 8761.0, 8838.0, 8775.0, 8807.0, 8759.0, 8804.0, 8779.0, 8839.0, 8776.0, 8822.0, 8758.0, 8815.0, 8775.0, 8830.0, 8774.0, 8815.0, 8754.0, 8818.0, 8762.0, 8833.0, 8774.0, 8830.0, 8743.0, 8830.0, 8760.0, 8815.0, 8763.0, 8819.0, 8757.0, 8821.0, 8776.0, 8818.0, 8743.0, 8824.0, 8759.0, 8821.0, 8775.0, 8822.0, 8760.0, 8815.0, 8780.0, 8835.0, 8780.0, 8836.0, 8746.0, 8815.0, 8757.0, 8818.0, 8769.0, 8828.0, 8751.0, 8812.0, 8761.0, 8816.0, 8777.0, 8835.0, 8756.0, 8812.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.0002085004686035614</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02161899456419869</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.359881266894995</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1929216945403376</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9899538219887432</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4653</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5592.1455</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08277236491607191</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.5932521087160263</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4971306714176165</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3833411249949013</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7767361156156336</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3313147736423145</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00395373</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01139451190829277</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024464260786771774</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1067</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9416705456951506</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>31.8951</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3453</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.4592</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302233.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>643.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.9401</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3011</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.6659</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3160.0688</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3367.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74311.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1072.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4106.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.2006</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.46469448402058</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> |