=== 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-0093 --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-0093",
"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-0093_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-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093/ses-01/func/sub-0093_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>671164836c080376c119a739487b093b</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>13:55:43.157500</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.999077, -0.0419871, -0.0090632, 0.0427471, 0.951186, 0.305645]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.106392</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4125, -7775, -7264, 589, -111, -295, 21, 85]</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>231.232</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8bc8387d-ecb9-464d-8f97-60bc48eb39ae||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.680450677871704, 0.11468742042779922, 0.011373395100235939, 111.0787353515625], [0.11264841258525848, 2.5519611835479736, 0.8255256414413452, -110.36409759521484], [-0.024315906688570976, -0.8200230002403259, 2.570676565170288, -25.94573402404785], [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': ['135543.157500', '135543.617500', '135544.077500', '135544.537500', '135544.997500', '135545.457500', '135545.917500', '135546.377500', '135546.837500', '135547.297500', '135547.757500', '135548.217500', '135548.677500', '135549.137500', '135549.597500', '135550.057500', '135550.517500', '135550.977500', '135551.437500', '135551.897500', '135552.357500', '135552.817500', '135553.277500', '135553.737500', '135554.197500', '135554.657500', '135555.117500', '135555.577500', '135556.037500', '135556.497500', '135556.957500', '135557.417500', '135557.877500', '135558.337500', '135558.797500', '135559.257500', '135559.717500', '135600.177500', '135600.637500', '135601.097500', '135601.557500', '135602.017500', '135602.477500', '135602.937500', '135603.397500', '135603.857500', '135604.317500', '135604.777500', '135605.237500', '135605.697500', '135606.157500', '135606.617500', '135607.077500', '135607.537500', '135607.997500', '135608.457500', '135608.917500', '135609.377500', '135609.837500', '135610.297500', '135610.757500', '135611.217500', '135611.677500', '135612.137500', '135612.597500', '135613.057500', '135613.517500', '135613.977500', '135614.437500', '135614.897500', '135615.357500', '135615.817500', '135616.277500', '135616.737500', '135617.197500', '135617.657500', '135618.117500', '135618.577500', '135619.037500', '135619.497500', '135619.957500', '135620.417500', '135620.877500', '135621.337500', '135621.797500', '135622.257500', '135622.717500', '135623.177500', '135623.637500', '135624.097500', '135624.557500', '135625.017500', '135625.477500', '135625.937500', '135626.397500', '135626.857500', '135627.317500', '135627.777500', '135628.237500', '135628.697500', '135629.157500', '135629.617500', '135630.077500', '135630.537500', '135630.997500', '135631.457500', '135631.917500', '135632.377500', '135632.837500', '135633.297500', '135633.757500', '135634.217500', '135634.677500', '135635.137500', '135635.597500', '135636.057500', '135636.517500', '135636.977500', '135637.437500', '135637.897500', '135638.357500', '135638.817500', '135639.277500', '135639.737500', '135640.197500', '135640.657500', '135641.117500', '135641.577500', '135642.037500', '135642.497500', '135642.957500', '135643.417500', '135643.877500', '135644.337500', '135644.797500', '135645.257500', '135645.717500', '135646.177500', '135646.637500', '135647.097500', '135647.557500', '135648.017500', '135648.477500', '135648.937500', '135649.397500', '135649.857500', '135650.317500', '135650.777500', '135651.237500', '135651.697500', '135652.157500', '135652.617500', '135653.077500', '135653.537500', '135653.997500', '135654.457500', '135654.917500', '135655.377500', '135655.837500', '135656.297500', '135656.757500', '135657.217500', '135657.677500', '135658.137500', '135658.597500', '135659.057500', '135659.517500', '135659.977500', '135700.437500', '135700.897500', '135701.357500', '135701.817500', '135702.277500', '135702.737500', '135703.197500', '135703.657500', '135704.117500', '135704.577500', '135705.037500', '135705.497500', '135705.957500', '135706.417500', '135706.877500', '135707.337500', '135707.797500', '135708.257500', '135708.717500', '135709.177500', '135709.637500', '135710.097500', '135710.557500', '135711.017500', '135711.477500', '135711.937500', '135712.397500', '135712.857500', '135713.317500', '135713.777500', '135714.237500', '135714.697500', '135715.157500', '135715.617500', '135716.077500', '135716.537500', '135716.997500', '135717.457500', '135717.917500', '135718.377500', '135718.837500', '135719.297500', '135719.757500', '135720.217500', '135720.677500', '135721.137500', '135721.597500', '135722.057500', '135722.517500', '135722.977500', '135723.437500', '135723.897500', '135724.357500', '135724.817500', '135725.277500', '135725.737500', '135726.197500', '135726.657500', '135727.117500', '135727.577500', '135728.037500', '135728.497500', '135728.957500', '135729.417500', '135729.877500', '135730.337500', '135730.797500', '135731.257500', '135731.717500', '135732.177500', '135732.637500', '135733.097500', '135733.557500', '135734.017500', '135734.477500', '135734.937500', '135735.397500', '135735.857500', '135736.317500', '135736.777500', '135737.237500', '135737.697500', '135738.157500', '135738.617500', '135739.077500', '135739.537500', '135739.997500', '135740.457500', '135740.917500', '135741.377500', '135741.837500', '135742.297500', '135742.757500', '135743.217500', '135743.677500', '135744.137500', '135744.597500', '135745.057500', '135745.517500', '135745.977500', '135746.437500', '135746.897500', '135747.357500', '135747.817500', '135748.277500', '135748.737500', '135749.197500', '135749.657500', '135750.117500', '135750.577500', '135751.037500', '135751.497500', '135751.957500', '135752.417500', '135752.877500', '135753.337500', '135753.797500', '135754.257500', '135754.717500', '135755.177500', '135755.637500', '135756.097500', '135756.557500', '135757.017500', '135757.477500', '135757.937500', '135758.397500', '135758.857500', '135759.317500', '135759.777500', '135800.237500', '135800.697500', '135801.157500', '135801.617500', '135802.077500', '135802.537500', '135802.997500', '135803.457500', '135803.917500', '135804.377500', '135804.837500', '135805.297500', '135805.757500', '135806.217500', '135806.677500', '135807.137500', '135807.597500', '135808.057500', '135808.517500', '135808.977500', '135809.437500', '135809.897500', '135810.357500', '135810.817500', '135811.277500', '135811.737500', '135812.197500', '135812.657500', '135813.117500', '135813.577500', '135814.037500', '135814.497500', '135814.957500', '135815.417500', '135815.877500', '135816.337500', '135816.797500', '135817.257500', '135817.717500', '135818.177500', '135818.637500', '135819.097500', '135819.557500', '135820.017500', '135820.477500', '135820.937500', '135821.397500', '135821.857500', '135822.317500', '135822.777500', '135823.237500', '135823.697500', '135824.157500', '135824.617500', '135825.077500', '135825.537500', '135825.997500', '135826.457500', '135826.917500', '135827.377500', '135827.837500', '135828.297500', '135828.757500', '135829.217500', '135829.677500', '135830.137500', '135830.597500', '135831.057500', '135831.517500', '135831.977500', '135832.437500', '135832.897500', '135833.357500', '135833.817500', '135834.277500', '135834.737500', '135835.197500', '135835.657500', '135836.117500', '135836.577500', '135837.037500', '135837.497500', '135837.957500', '135838.417500', '135838.877500', '135839.337500', '135839.797500', '135840.257500', '135840.717500', '135841.177500', '135841.637500', '135842.097500', '135842.557500', '135843.017500', '135843.477500', '135843.937500', '135844.397500', '135844.857500', '135845.317500', '135845.777500', '135846.237500', '135846.697500', '135847.157500', '135847.617500', '135848.077500', '135848.537500', '135848.997500', '135849.457500', '135849.917500', '135850.377500', '135850.837500', '135851.297500', '135851.757500', '135852.217500', '135852.677500', '135853.137500', '135853.597500', '135854.057500', '135854.517500', '135854.977500', '135855.437500', '135855.897500', '135856.357500', '135856.817500', '135857.277500', '135857.737500', '135858.197500', '135858.657500', '135859.117500', '135859.577500', '135900.037500', '135900.497500', '135900.957500', '135901.417500', '135901.877500', '135902.337500', '135902.797500', '135903.257500', '135903.717500', '135904.177500', '135904.637500', '135905.097500', '135905.557500', '135906.017500', '135906.477500', '135906.937500', '135907.397500', '135907.857500', '135908.317500', '135908.777500', '135909.237500', '135909.697500', '135910.157500', '135910.617500', '135911.077500', '135911.537500', '135911.997500', '135912.457500', '135912.917500', '135913.377500', '135913.837500', '135914.297500', '135914.757500', '135915.217500', '135915.677500', '135916.137500', '135916.597500', '135917.057500', '135917.517500', '135917.977500', '135918.437500', '135918.897500', '135919.357500', '135919.817500', '135920.277500', '135920.737500', '135921.197500', '135921.657500', '135922.117500', '135922.577500', '135923.037500', '135923.497500', '135923.957500', '135924.417500', '135924.877500', '135925.337500', '135925.797500', '135926.257500', '135926.717500', '135927.177500', '135927.637500', '135928.097500', '135928.557500', '135929.017500', '135929.477500', '135929.937500', '135930.397500', '135930.857500', '135931.317500', '135931.777500', '135932.237500', '135932.697500', '135933.157500', '135933.617500', '135934.077500', '135934.537500', '135934.997500', '135935.457500', '135935.917500', '135936.377500', '135936.837500', '135937.297500', '135937.757500', '135938.217500', '135938.677500', '135939.137500', '135939.597500', '135940.057500', '135940.517500', '135940.977500', '135941.437500', '135941.897500', '135942.357500', '135942.817500', '135943.277500', '135943.737500', '135944.197500', '135944.657500', '135945.117500', '135945.577500', '135946.037500', '135946.497500', '135946.957500', '135947.417500', '135947.877500', '135948.337500', '135948.797500', '135949.257500', '135949.717500', '135950.177500', '135950.637500', '135951.097500', '135951.557500', '135952.017500', '135952.477500', '135952.937500', '135953.397500', '135953.857500', '135954.317500', '135954.777500', '135955.237500', '135955.697500', '135956.157500', '135956.617500', '135957.077500', '135957.537500', '135957.997500', '135958.457500', '135958.917500', '135959.377500', '135959.837500', '140000.297500', '140000.757500', '140001.217500', '140001.677500', '140002.137500', '140002.597500', '140003.057500', '140003.517500', '140003.977500', '140004.437500', '140004.897500', '140005.357500', '140005.817500', '140006.277500', '140006.737500', '140007.197500', '140007.657500', '140008.117500', '140008.577500', '140009.037500', '140009.497500', '140009.957500', '140010.417500', '140010.877500', '140011.337500', '140011.797500', '140012.257500', '140012.717500', '140013.177500', '140013.637500', '140014.097500', '140014.557500', '140015.017500', '140015.477500', '140015.937500', '140016.397500', '140016.857500', '140017.317500', '140017.777500', '140018.237500', '140018.697500', '140019.157500', '140019.617500', '140020.077500', '140020.537500', '140020.997500', '140021.457500', '140021.917500', '140022.377500', '140022.837500', '140023.297500', '140023.757500', '140024.217500', '140024.677500', '140025.137500', '140025.597500', '140026.057500', '140026.517500', '140026.977500', '140027.437500', '140027.897500', '140028.357500', '140028.817500', '140029.277500', '140029.737500', '140030.197500', '140030.657500', '140031.117500', '140031.577500', '140032.037500', '140032.497500', '140032.957500', '140033.417500', '140033.877500', '140034.337500', '140034.797500', '140035.257500', '140035.717500', '140036.177500', '140036.637500', '140037.097500', '140037.557500', '140038.017500', '140038.477500', '140038.937500', '140039.397500', '140039.857500', '140040.317500', '140040.777500', '140041.237500', '140041.697500', '140042.157500', '140042.617500', '140043.077500', '140043.537500', '140043.997500', '140044.457500', '140044.917500', '140045.377500', '140045.837500', '140046.297500', '140046.757500', '140047.217500', '140047.677500', '140048.137500', '140048.597500', '140049.057500', '140049.517500', '140049.977500', '140050.437500', '140050.897500', '140051.357500', '140051.817500', '140052.277500', '140052.737500', '140053.197500', '140053.657500', '140054.117500', '140054.577500', '140055.037500', '140055.497500', '140055.957500', '140056.417500', '140056.877500', '140057.337500', '140057.797500', '140058.257500', '140058.717500', '140059.177500', '140059.637500', '140100.097500', '140100.557500', '140101.017500', '140101.477500', '140101.937500', '140102.397500', '140102.857500', '140103.317500', '140103.777500', '140104.237500', '140104.697500', '140105.157500', '140105.617500', '140106.077500', '140106.537500', '140106.997500', '140107.457500', '140107.917500', '140108.377500', '140108.837500', '140109.297500', '140109.757500', '140110.217500', '140110.677500', '140111.137500', '140111.597500', '140112.057500', '140112.517500', '140112.977500', '140113.437500', '140113.897500', '140114.357500', '140114.817500', '140115.277500', '140115.737500', '140116.197500', '140116.657500', '140117.117500', '140117.577500', '140118.037500', '140118.497500', '140118.957500', '140119.417500', '140119.877500', '140120.337500', '140120.797500', '140121.257500', '140121.717500', '140122.177500', '140122.637500', '140123.097500', '140123.557500', '140124.017500', '140124.477500', '140124.937500', '140125.397500', '140125.857500', '140126.317500', '140126.777500', '140127.237500', '140127.697500', '140128.157500', '140128.617500', '140129.077500', '140129.537500', '140129.997500', '140130.457500', '140130.917500', '140131.377500', '140131.837500', '140132.297500', '140132.757500', '140133.217500', '140133.677500', '140134.137500', '140134.597500', '140135.057500', '140135.517500', '140135.977500', '140136.437500', '140136.897500', '140137.357500', '140137.817500', '140138.277500', '140138.737500', '140139.197500', '140139.657500', '140140.117500', '140140.577500', '140141.037500', '140141.497500', '140141.957500', '140142.417500', '140142.877500', '140143.337500', '140143.797500', '140144.257500', '140144.717500', '140145.177500', '140145.637500', '140146.097500', '140146.557500', '140147.017500', '140147.477500', '140147.937500', '140148.397500', '140148.857500', '140149.317500', '140149.777500', '140150.237500', '140150.697500', '140151.157500', '140151.617500', '140152.077500', '140152.537500', '140152.997500', '140153.457500', '140153.917500', '140154.377500', '140154.837500', '140155.297500', '140155.757500', '140156.217500', '140156.677500', '140157.137500', '140157.597500', '140158.057500', '140158.517500', '140158.977500', '140159.437500', '140159.897500', '140200.357500', '140200.817500', '140201.277500', '140201.737500', '140202.197500', '140202.657500', '140203.117500', '140203.577500', '140204.037500', '140204.497500', '140204.957500', '140205.417500', '140205.877500', '140206.337500', '140206.797500', '140207.257500', '140207.717500', '140208.177500', '140208.637500', '140209.097500', '140209.557500', '140210.017500', '140210.477500', '140210.937500', '140211.397500', '140211.857500', '140212.317500', '140212.777500', '140213.237500', '140213.697500', '140214.157500', '140214.617500', '140215.077500', '140215.537500', '140215.997500', '140216.457500', '140216.917500', '140217.377500', '140217.837500', '140218.297500', '140218.757500', '140219.217500', '140219.677500', '140220.137500', '140220.597500', '140221.057500', '140221.517500', '140221.977500', '140222.437500', '140222.897500', '140223.357500', '140223.817500', '140224.277500', '140224.737500', '140225.197500', '140225.657500', '140226.117500', '140226.577500', '140227.037500', '140227.497500', '140227.957500', '140228.417500', '140228.877500', '140229.337500', '140229.797500', '140230.257500', '140230.717500', '140231.177500', '140231.637500', '140232.097500', '140232.557500', '140233.017500', '140233.477500', '140233.937500', '140234.397500', '140234.857500', '140235.317500', '140235.777500', '140236.237500', '140236.697500', '140237.157500', '140237.617500', '140238.077500', '140238.537500', '140238.997500', '140239.457500', '140239.917500', '140240.377500', '140240.837500', '140241.297500', '140241.757500', '140242.217500', '140242.677500', '140243.137500', '140243.597500', '140244.057500', '140244.517500', '140244.977500', '140245.437500', '140245.897500', '140246.357500', '140246.817500', '140247.277500', '140247.737500', '140248.197500', '140248.657500', '140249.117500', '140249.577500', '140250.037500', '140250.497500', '140250.957500', '140251.417500', '140251.877500', '140252.337500', '140252.797500', '140253.257500', '140253.717500', '140254.177500', '140254.637500', '140255.097500', '140255.557500', '140256.017500', '140256.477500', '140256.937500', '140257.397500', '140257.857500', '140258.317500', '140258.777500', '140259.237500', '140259.697500', '140300.157500', '140300.617500', '140301.077500', '140301.537500', '140301.997500', '140302.457500', '140302.917500', '140303.377500', '140303.837500', '140304.297500', '140304.757500', '140305.217500', '140305.677500', '140306.137500', '140306.597500', '140307.057500', '140307.517500', '140307.977500', '140308.437500', '140308.897500', '140309.357500', '140309.817500', '140310.277500', '140310.737500', '140311.197500', '140311.657500', '140312.117500', '140312.577500', '140313.037500', '140313.497500', '140313.957500', '140314.417500', '140314.877500', '140315.337500', '140315.797500', '140316.257500', '140316.717500', '140317.177500', '140317.637500', '140318.097500', '140318.557500', '140319.017500', '140319.477500', '140319.937500', '140320.397500', '140320.857500', '140321.317500', '140321.777500', '140322.237500', '140322.697500', '140323.157500', '140323.617500', '140324.077500', '140324.537500', '140324.997500', '140325.457500', '140325.917500', '140326.377500', '140326.837500', '140327.297500', '140327.757500', '140328.217500', '140328.677500', '140329.137500', '140329.597500', '140330.057500', '140330.517500', '140330.977500', '140331.437500', '140331.897500', '140332.357500', '140332.817500', '140333.277500', '140333.737500', '140334.197500', '140334.657500', '140335.117500', '140335.577500', '140336.037500', '140336.497500', '140336.957500', '140337.417500', '140337.877500', '140338.337500', '140338.797500', '140339.257500', '140339.717500', '140340.177500', '140340.637500', '140341.097500', '140341.557500', '140342.017500', '140342.477500', '140342.937500', '140343.397500', '140343.857500', '140344.317500', '140344.777500', '140345.237500', '140345.697500', '140346.157500', '140346.617500', '140347.077500', '140347.537500', '140347.997500', '140348.457500', '140348.917500', '140349.377500', '140349.837500', '140350.297500', '140350.757500', '140351.217500', '140351.677500', '140352.137500', '140352.597500', '140353.057500', '140353.517500', '140353.977500', '140354.437500', '140354.897500', '140355.357500', '140355.817500', '140356.277500'], 'ContentTime': ['135607.651000', '135607.654000', '135607.656000', '135607.659000', '135607.662000', '135607.664000', '135607.667000', '135607.670000', '135607.672000', '135607.675000', '135607.677000', '135607.680000', '135607.682000', '135607.685000', '135607.688000', '135607.690000', '135607.693000', '135607.695000', '135607.698000', '135607.701000', '135607.703000', '135607.706000', '135607.708000', '135607.711000', '135607.714000', '135607.716000', '135607.719000', '135607.722000', '135607.725000', '135607.728000', '135607.731000', '135607.749000', '135607.751000', '135607.754000', '135607.756000', '135607.759000', '135607.761000', '135607.764000', '135607.771000', '135607.774000', '135607.777000', '135607.779000', '135607.782000', '135607.785000', '135607.787000', '135607.790000', '135607.793000', '135607.795000', '135607.798000', '135607.801000', '135627.605000', '135627.609000', '135627.611000', '135627.614000', '135627.617000', '135627.619000', '135627.622000', '135627.625000', '135627.627000', '135627.630000', '135627.632000', '135627.635000', '135627.637000', '135627.640000', '135627.643000', '135627.645000', '135627.648000', '135627.650000', '135627.653000', '135627.656000', '135627.658000', '135627.661000', '135627.663000', '135627.666000', '135627.669000', '135627.671000', '135627.674000', '135627.676000', '135627.679000', '135627.682000', '135627.684000', '135627.687000', '135627.689000', '135627.692000', '135627.695000', '135627.697000', '135627.700000', '135627.702000', '135627.705000', '135627.707000', '135627.710000', '135627.713000', '135627.715000', '135627.718000', '135647.606000', '135647.609000', '135647.611000', '135647.614000', '135647.616000', '135647.619000', '135647.622000', '135647.624000', '135647.627000', '135647.629000', '135647.632000', '135647.634000', '135647.637000', '135647.640000', '135647.642000', '135647.645000', '135647.647000', '135647.650000', '135647.653000', '135647.655000', '135647.658000', '135647.661000', '135647.679000', '135647.681000', '135647.684000', '135647.686000', '135647.689000', '135647.692000', '135647.694000', '135647.697000', '135647.699000', '135647.702000', '135647.705000', '135647.707000', '135647.710000', '135647.712000', '135647.715000', '135647.718000', '135647.720000', '135647.723000', '135647.725000', '135647.728000', '135647.730000', '135707.605000', '135707.608000', '135707.615000', '135707.617000', '135707.620000', '135707.622000', '135707.625000', '135707.627000', '135707.630000', '135707.633000', '135707.635000', '135707.638000', '135707.641000', '135707.643000', '135707.646000', '135707.648000', '135707.651000', '135707.653000', '135707.656000', '135707.659000', '135707.661000', '135707.664000', '135707.666000', '135707.669000', '135707.671000', '135707.674000', '135707.677000', '135707.679000', '135707.682000', '135707.685000', '135707.687000', '135707.690000', '135707.718000', '135707.721000', '135707.723000', '135707.726000', '135707.729000', '135707.731000', '135707.734000', '135707.737000', '135707.739000', '135707.742000', '135707.744000', '135707.747000', '135727.607000', '135727.609000', '135727.612000', '135727.620000', '135727.623000', '135727.626000', '135727.628000', '135727.631000', '135727.633000', '135727.636000', '135727.639000', '135727.641000', '135727.644000', '135727.646000', '135727.649000', '135727.652000', '135727.654000', '135727.657000', '135727.660000', '135727.662000', '135727.665000', '135727.667000', '135727.670000', '135727.673000', '135727.675000', '135727.678000', '135727.680000', '135727.683000', '135727.686000', '135727.688000', '135727.691000', '135727.694000', '135727.696000', '135727.699000', '135727.701000', '135727.704000', '135727.707000', '135727.709000', '135727.712000', '135727.715000', '135727.717000', '135727.720000', '135727.722000', '135747.607000', '135747.609000', '135747.612000', '135747.615000', '135747.617000', '135747.629000', '135747.632000', '135747.634000', '135747.637000', '135747.639000', '135747.642000', '135747.645000', '135747.647000', '135747.650000', '135747.653000', '135747.655000', '135747.658000', '135747.661000', '135747.663000', '135747.666000', '135747.668000', '135747.671000', '135747.674000', '135747.676000', '135747.679000', '135747.681000', '135747.684000', '135747.687000', '135747.689000', '135747.692000', '135747.694000', '135747.697000', '135747.700000', '135747.702000', '135747.705000', '135747.707000', '135747.710000', '135747.713000', '135747.715000', '135747.718000', '135747.720000', '135747.723000', '135747.726000', '135747.728000', '135807.607000', '135807.609000', '135807.612000', '135807.615000', '135807.617000', '135807.620000', '135807.623000', '135807.625000', '135807.628000', '135807.630000', '135807.633000', '135807.636000', '135807.638000', '135807.641000', '135807.644000', '135807.646000', '135807.649000', '135807.651000', '135807.654000', '135807.657000', '135807.659000', '135807.662000', '135807.664000', '135807.667000', '135807.669000', '135807.672000', '135807.675000', '135807.677000', '135807.680000', '135807.682000', '135807.685000', '135807.688000', '135807.690000', '135807.693000', '135807.695000', '135807.698000', '135807.701000', '135807.703000', '135807.706000', '135807.708000', '135807.711000', '135807.713000', '135807.716000', '135827.605000', '135827.608000', '135827.611000', '135827.614000', '135827.616000', '135827.619000', '135827.622000', '135827.624000', '135827.627000', '135827.629000', '135827.632000', '135827.635000', '135827.637000', '135827.640000', '135827.642000', '135827.645000', '135827.648000', '135827.650000', '135827.653000', '135827.655000', '135827.658000', '135827.660000', '135827.663000', '135827.666000', '135827.668000', '135827.671000', '135827.674000', '135827.677000', '135827.680000', '135827.683000', '135827.685000', '135827.688000', '135827.691000', '135827.693000', '135827.696000', '135827.698000', '135827.701000', '135827.703000', '135827.706000', '135827.709000', '135827.711000', '135827.714000', '135827.716000', '135847.606000', '135847.608000', '135847.611000', '135847.614000', '135847.616000', '135847.619000', '135847.622000', '135847.624000', '135847.627000', '135847.629000', '135847.632000', '135847.635000', '135847.637000', '135847.640000', '135847.657000', '135847.659000', '135847.662000', '135847.665000', '135847.667000', '135847.670000', '135847.672000', '135847.675000', '135847.678000', '135847.680000', '135847.683000', '135847.685000', '135847.688000', '135847.691000', '135847.693000', '135847.696000', '135847.698000', '135847.701000', '135847.704000', '135847.706000', '135847.709000', '135847.711000', '135847.714000', '135847.716000', '135847.719000', '135847.722000', '135847.724000', '135847.727000', '135847.729000', '135847.732000', '135907.606000', '135907.609000', '135907.611000', '135907.614000', '135907.617000', '135907.620000', '135907.622000', '135907.625000', '135907.627000', '135907.630000', '135907.634000', '135907.637000', '135907.639000', '135907.642000', '135907.645000', '135907.647000', '135907.650000', '135907.652000', '135907.655000', '135907.658000', '135907.660000', '135907.663000', '135907.665000', '135907.668000', '135907.670000', '135907.673000', '135907.676000', '135907.678000', '135907.681000', '135907.683000', '135907.687000', '135907.690000', '135907.692000', '135907.695000', '135907.697000', '135907.700000', '135907.703000', '135907.705000', '135907.708000', '135907.710000', '135907.713000', '135907.719000', '135907.722000', '135927.605000', '135927.608000', '135927.611000', '135927.613000', '135927.616000', '135927.619000', '135927.621000', '135927.624000', '135927.627000', '135927.629000', '135927.632000', '135927.634000', '135927.637000', '135927.640000', '135927.642000', '135927.645000', '135927.648000', '135927.650000', '135927.653000', '135927.655000', '135927.658000', '135927.661000', '135927.663000', '135927.666000', '135927.668000', '135927.671000', '135927.674000', '135927.676000', '135927.679000', '135927.682000', '135927.684000', '135927.687000', '135927.690000', '135927.692000', '135927.695000', '135927.697000', '135927.700000', '135927.702000', '135927.705000', '135927.708000', '135927.710000', '135927.713000', '135927.716000', '135927.718000', '135947.607000', '135947.610000', '135947.612000', '135947.615000', '135947.617000', '135947.620000', '135947.623000', '135947.625000', '135947.628000', '135947.630000', '135947.633000', '135947.636000', '135947.639000', '135947.642000', '135947.645000', '135947.647000', '135947.650000', '135947.653000', '135947.655000', '135947.658000', '135947.660000', '135947.663000', '135947.666000', '135947.668000', '135947.671000', '135947.673000', '135947.676000', '135947.679000', '135947.681000', '135947.684000', '135947.687000', '135947.689000', '135947.692000', '135947.694000', '135947.697000', '135947.700000', '135947.703000', '135947.716000', '135947.718000', '135947.721000', '135947.724000', '135947.726000', '135947.729000', '140007.606000', '140007.609000', '140007.612000', '140007.614000', '140007.617000', '140007.620000', '140007.622000', '140007.625000', '140007.628000', '140007.630000', '140007.633000', '140007.636000', '140007.638000', '140007.641000', '140007.643000', '140007.646000', '140007.649000', '140007.651000', '140007.654000', '140007.656000', '140007.659000', '140007.662000', '140007.664000', '140007.667000', '140007.670000', '140007.672000', '140007.675000', '140007.677000', '140007.680000', '140007.683000', '140007.685000', '140007.688000', '140007.691000', '140007.693000', '140007.696000', '140007.698000', '140007.701000', '140007.704000', '140007.706000', '140007.709000', '140007.712000', '140007.714000', '140007.717000', '140007.719000', '140027.607000', '140027.609000', '140027.612000', '140027.615000', '140027.618000', '140027.620000', '140027.623000', '140027.626000', '140027.628000', '140027.631000', '140027.634000', '140027.636000', '140027.639000', '140027.641000', '140027.644000', '140027.647000', '140027.649000', '140027.652000', '140027.654000', '140027.657000', '140027.659000', '140027.662000', '140027.665000', '140027.667000', '140027.670000', '140027.674000', '140027.677000', '140027.679000', '140027.682000', '140027.684000', '140027.687000', '140027.690000', '140027.692000', '140027.695000', '140027.697000', '140027.700000', '140027.703000', '140027.705000', '140027.708000', '140027.710000', '140027.713000', '140027.716000', '140027.718000', '140047.606000', '140047.609000', '140047.611000', '140047.614000', '140047.616000', '140047.619000', '140047.622000', '140047.624000', '140047.627000', '140047.630000', '140047.632000', '140047.635000', '140047.637000', '140047.640000', '140047.643000', '140047.645000', '140047.648000', '140047.650000', '140047.653000', '140047.656000', '140047.658000', '140047.661000', '140047.663000', '140047.666000', '140047.669000', '140047.671000', '140047.674000', '140047.676000', '140047.679000', '140047.682000', '140047.684000', '140047.687000', '140047.689000', '140047.692000', '140047.695000', '140047.697000', '140047.700000', '140047.702000', '140047.705000', '140047.708000', '140047.710000', '140047.713000', '140047.715000', '140047.718000', '140107.606000', '140107.609000', '140107.611000', '140107.614000', '140107.617000', '140107.619000', '140107.629000', '140107.632000', '140107.635000', '140107.637000', '140107.640000', '140107.642000', '140107.645000', '140107.648000', '140107.650000', '140107.653000', '140107.655000', '140107.658000', '140107.661000', '140107.663000', '140107.666000', '140107.668000', '140107.671000', '140107.674000', '140107.676000', '140107.679000', '140107.681000', '140107.684000', '140107.687000', '140107.689000', '140107.692000', '140107.695000', '140107.697000', '140107.700000', '140107.702000', '140107.705000', '140107.708000', '140107.710000', '140107.713000', '140107.715000', '140107.718000', '140107.721000', '140107.723000', '140127.606000', '140127.609000', '140127.611000', '140127.614000', '140127.617000', '140127.619000', '140127.622000', '140127.624000', '140127.627000', '140127.630000', '140127.632000', '140127.635000', '140127.638000', '140127.640000', '140127.643000', '140127.645000', '140127.648000', '140127.651000', '140127.653000', '140127.656000', '140127.658000', '140127.661000', '140127.664000', '140127.668000', '140127.671000', '140127.673000', '140127.676000', '140127.678000', '140127.681000', '140127.684000', '140127.686000', '140127.689000', '140127.692000', '140127.694000', '140127.697000', '140127.700000', '140127.702000', '140127.705000', '140127.708000', '140127.710000', '140127.713000', '140127.715000', '140127.718000', '140127.721000', '140147.605000', '140147.609000', '140147.612000', '140147.614000', '140147.617000', '140147.629000', '140147.631000', '140147.634000', '140147.637000', '140147.639000', '140147.642000', '140147.644000', '140147.647000', '140147.650000', '140147.652000', '140147.656000', '140147.659000', '140147.662000', '140147.664000', '140147.667000', '140147.670000', '140147.672000', '140147.675000', '140147.678000', '140147.680000', '140147.683000', '140147.685000', '140147.688000', '140147.690000', '140147.693000', '140147.696000', '140147.698000', '140147.701000', '140147.703000', '140147.706000', '140147.709000', '140147.713000', '140147.716000', '140147.719000', '140147.721000', '140147.724000', '140147.726000', '140147.729000', '140207.607000', '140207.609000', '140207.612000', '140207.615000', '140207.617000', '140207.620000', '140207.623000', '140207.625000', '140207.628000', '140207.630000', '140207.633000', '140207.636000', '140207.638000', '140207.641000', '140207.643000', '140207.646000', '140207.648000', '140207.651000', '140207.654000', '140207.656000', '140207.659000', '140207.661000', '140207.664000', '140207.667000', '140207.669000', '140207.672000', '140207.674000', '140207.677000', '140207.680000', '140207.682000', '140207.685000', '140207.688000', '140207.690000', '140207.693000', '140207.696000', '140207.698000', '140207.701000', '140207.703000', '140207.706000', '140207.709000', '140207.711000', '140207.714000', '140207.717000', '140207.719000', '140227.607000', '140227.609000', '140227.612000', '140227.615000', '140227.617000', '140227.620000', '140227.623000', '140227.625000', '140227.628000', '140227.631000', '140227.633000', '140227.636000', '140227.638000', '140227.641000', '140227.644000', '140227.646000', '140227.649000', '140227.651000', '140227.654000', '140227.657000', '140227.659000', '140227.662000', '140227.664000', '140227.667000', '140227.670000', '140227.672000', '140227.675000', '140227.677000', '140227.680000', '140227.683000', '140227.685000', '140227.688000', '140227.691000', '140227.693000', '140227.696000', '140227.699000', '140227.702000', '140227.705000', '140227.708000', '140227.710000', '140227.713000', '140227.716000', '140227.718000', '140247.607000', '140247.609000', '140247.612000', '140247.615000', '140247.617000', '140247.620000', '140247.623000', '140247.625000', '140247.628000', '140247.630000', '140247.633000', '140247.636000', '140247.638000', '140247.641000', '140247.644000', '140247.646000', '140247.649000', '140247.651000', '140247.654000', '140247.657000', '140247.659000', '140247.662000', '140247.664000', '140247.667000', '140247.670000', '140247.672000', '140247.675000', '140247.677000', '140247.680000', '140247.683000', '140247.685000', '140247.688000', '140247.690000', '140247.693000', '140247.696000', '140247.698000', '140247.701000', '140247.703000', '140247.706000', '140247.709000', '140247.711000', '140247.714000', '140247.716000', '140247.719000', '140307.606000', '140307.608000', '140307.611000', '140307.614000', '140307.616000', '140307.619000', '140307.621000', '140307.624000', '140307.627000', '140307.629000', '140307.632000', '140307.635000', '140307.637000', '140307.640000', '140307.642000', '140307.645000', '140307.658000', '140307.661000', '140307.663000', '140307.666000', '140307.669000', '140307.671000', '140307.674000', '140307.676000', '140307.679000', '140307.681000', '140307.684000', '140307.687000', '140307.689000', '140307.692000', '140307.695000', '140307.697000', '140307.700000', '140307.703000', '140307.705000', '140307.708000', '140307.711000', '140307.714000', '140307.717000', '140307.720000', '140307.722000', '140307.725000', '140307.727000', '140327.606000', '140327.608000', '140327.611000', '140327.614000', '140327.616000', '140327.619000', '140327.622000', '140327.624000', '140327.627000', '140327.629000', '140327.632000', '140327.635000', '140327.637000', '140327.640000', '140327.642000', '140327.645000', '140327.648000', '140327.650000', '140327.653000', '140327.656000', '140327.658000', '140327.661000', '140327.663000', '140327.666000', '140327.668000', '140327.671000', '140327.674000', '140327.676000', '140327.679000', '140327.681000', '140327.684000', '140327.687000', '140327.689000', '140327.692000', '140327.694000', '140327.697000', '140327.700000', '140327.702000', '140327.705000', '140327.707000', '140327.710000', '140327.713000', '140327.715000', '140327.718000', '140347.606000', '140347.609000', '140347.611000', '140347.614000', '140347.616000', '140347.619000', '140347.622000', '140347.624000', '140347.627000', '140347.630000', '140347.632000', '140347.635000', '140347.637000', '140347.640000', '140347.643000', '140347.645000', '140347.648000', '140347.650000', '140347.653000', '140347.655000', '140347.658000', '140347.661000', '140347.663000', '140347.666000', '140347.668000', '140347.671000', '140347.674000', '140347.676000', '140347.679000', '140347.681000', '140347.684000', '140347.687000', '140347.689000', '140347.692000', '140347.694000', '140347.697000', '140347.699000', '140347.702000', '140347.705000', '140347.707000', '140347.710000', '140347.712000', '140347.715000', '140357.864000', '140357.868000', '140357.871000', '140357.874000', '140357.876000', '140357.879000', '140357.882000', '140357.885000', '140357.888000', '140357.891000', '140357.894000', '140357.897000', '140357.900000', '140357.903000', '140357.906000', '140357.909000', '140357.912000', '140357.915000', '140357.917000', '140357.920000', '140357.923000', '140357.925000', '140357.928000'], 'InstanceCreationTime': ['135607.651000', '135607.654000', '135607.656000', '135607.659000', '135607.662000', '135607.664000', '135607.667000', '135607.670000', '135607.672000', '135607.675000', '135607.677000', '135607.680000', '135607.682000', '135607.685000', '135607.688000', '135607.690000', '135607.693000', '135607.695000', '135607.698000', '135607.701000', '135607.703000', '135607.706000', '135607.708000', '135607.711000', '135607.714000', '135607.716000', '135607.719000', '135607.722000', '135607.725000', '135607.728000', '135607.731000', '135607.749000', '135607.751000', '135607.754000', '135607.756000', '135607.759000', '135607.761000', '135607.764000', '135607.771000', '135607.774000', '135607.777000', '135607.779000', '135607.782000', '135607.785000', '135607.787000', '135607.790000', '135607.793000', '135607.795000', '135607.798000', '135607.801000', '135627.605000', '135627.609000', '135627.611000', '135627.614000', '135627.617000', '135627.619000', '135627.622000', '135627.625000', '135627.627000', '135627.630000', '135627.632000', '135627.635000', '135627.637000', '135627.640000', '135627.643000', '135627.645000', '135627.648000', '135627.650000', '135627.653000', '135627.656000', '135627.658000', '135627.661000', '135627.663000', '135627.666000', '135627.669000', '135627.671000', '135627.674000', '135627.676000', '135627.679000', '135627.682000', '135627.684000', '135627.687000', '135627.689000', '135627.692000', '135627.695000', '135627.697000', '135627.700000', '135627.702000', '135627.705000', '135627.707000', '135627.710000', '135627.713000', '135627.715000', '135627.718000', '135647.606000', '135647.609000', '135647.611000', '135647.614000', '135647.616000', '135647.619000', '135647.622000', '135647.624000', '135647.627000', '135647.629000', '135647.632000', '135647.634000', '135647.637000', '135647.640000', '135647.642000', '135647.645000', '135647.647000', '135647.650000', '135647.653000', '135647.655000', '135647.658000', '135647.661000', '135647.679000', '135647.681000', '135647.684000', '135647.686000', '135647.689000', '135647.692000', '135647.694000', '135647.697000', '135647.699000', '135647.702000', '135647.705000', '135647.707000', '135647.710000', '135647.712000', '135647.715000', '135647.718000', '135647.720000', '135647.723000', '135647.725000', '135647.728000', '135647.730000', '135707.605000', '135707.608000', '135707.615000', '135707.617000', '135707.620000', '135707.622000', '135707.625000', '135707.627000', '135707.630000', '135707.633000', '135707.635000', '135707.638000', '135707.641000', '135707.643000', '135707.646000', '135707.648000', '135707.651000', '135707.653000', '135707.656000', '135707.659000', '135707.661000', '135707.664000', '135707.666000', '135707.669000', '135707.671000', '135707.674000', '135707.677000', '135707.679000', '135707.682000', '135707.685000', '135707.687000', '135707.690000', '135707.718000', '135707.721000', '135707.723000', '135707.726000', '135707.729000', '135707.731000', '135707.734000', '135707.737000', '135707.739000', '135707.742000', '135707.744000', '135707.747000', '135727.607000', '135727.609000', '135727.612000', '135727.620000', '135727.623000', '135727.626000', '135727.628000', '135727.631000', '135727.633000', '135727.636000', '135727.639000', '135727.641000', '135727.644000', '135727.646000', '135727.649000', '135727.652000', '135727.654000', '135727.657000', '135727.660000', '135727.662000', '135727.665000', '135727.667000', '135727.670000', '135727.673000', '135727.675000', '135727.678000', '135727.680000', '135727.683000', '135727.686000', '135727.688000', '135727.691000', '135727.694000', '135727.696000', '135727.699000', '135727.701000', '135727.704000', '135727.707000', '135727.709000', '135727.712000', '135727.715000', '135727.717000', '135727.720000', '135727.722000', '135747.607000', '135747.609000', '135747.612000', '135747.615000', '135747.617000', '135747.629000', '135747.632000', '135747.634000', '135747.637000', '135747.639000', '135747.642000', '135747.645000', '135747.647000', '135747.650000', '135747.653000', '135747.655000', '135747.658000', '135747.661000', '135747.663000', '135747.666000', '135747.668000', '135747.671000', '135747.674000', '135747.676000', '135747.679000', '135747.681000', '135747.684000', '135747.687000', '135747.689000', '135747.692000', '135747.694000', '135747.697000', '135747.700000', '135747.702000', '135747.705000', '135747.707000', '135747.710000', '135747.713000', '135747.715000', '135747.718000', '135747.720000', '135747.723000', '135747.726000', '135747.728000', '135807.607000', '135807.609000', '135807.612000', '135807.615000', '135807.617000', '135807.620000', '135807.623000', '135807.625000', '135807.628000', '135807.630000', '135807.633000', '135807.636000', '135807.638000', '135807.641000', '135807.644000', '135807.646000', '135807.649000', '135807.651000', '135807.654000', '135807.657000', '135807.659000', '135807.662000', '135807.664000', '135807.667000', '135807.669000', '135807.672000', '135807.675000', '135807.677000', '135807.680000', '135807.682000', '135807.685000', '135807.688000', '135807.690000', '135807.693000', '135807.695000', '135807.698000', '135807.701000', '135807.703000', '135807.706000', '135807.708000', '135807.711000', '135807.713000', '135807.716000', '135827.605000', '135827.608000', '135827.611000', '135827.614000', '135827.616000', '135827.619000', '135827.622000', '135827.624000', '135827.627000', '135827.629000', '135827.632000', '135827.635000', '135827.637000', '135827.640000', '135827.642000', '135827.645000', '135827.648000', '135827.650000', '135827.653000', '135827.655000', '135827.658000', '135827.660000', '135827.663000', '135827.666000', '135827.668000', '135827.671000', '135827.674000', '135827.677000', '135827.680000', '135827.683000', '135827.685000', '135827.688000', '135827.691000', '135827.693000', '135827.696000', '135827.698000', '135827.701000', '135827.703000', '135827.706000', '135827.709000', '135827.711000', '135827.714000', '135827.716000', '135847.606000', '135847.608000', '135847.611000', '135847.614000', '135847.616000', '135847.619000', '135847.622000', '135847.624000', '135847.627000', '135847.629000', '135847.632000', '135847.635000', '135847.637000', '135847.640000', '135847.657000', '135847.659000', '135847.662000', '135847.665000', '135847.667000', '135847.670000', '135847.672000', '135847.675000', '135847.678000', '135847.680000', '135847.683000', '135847.685000', '135847.688000', '135847.691000', '135847.693000', '135847.696000', '135847.698000', '135847.701000', '135847.704000', '135847.706000', '135847.709000', '135847.711000', '135847.714000', '135847.716000', '135847.719000', '135847.722000', '135847.724000', '135847.727000', '135847.729000', '135847.732000', '135907.606000', '135907.609000', '135907.611000', '135907.614000', '135907.617000', '135907.620000', '135907.622000', '135907.625000', '135907.627000', '135907.630000', '135907.634000', '135907.637000', '135907.639000', '135907.642000', '135907.645000', '135907.647000', '135907.650000', '135907.652000', '135907.655000', '135907.658000', '135907.660000', '135907.663000', '135907.665000', '135907.668000', '135907.670000', '135907.673000', '135907.676000', '135907.678000', '135907.681000', '135907.683000', '135907.687000', '135907.690000', '135907.692000', '135907.695000', '135907.697000', '135907.700000', '135907.703000', '135907.705000', '135907.708000', '135907.710000', '135907.713000', '135907.719000', '135907.722000', '135927.605000', '135927.608000', '135927.611000', '135927.613000', '135927.616000', '135927.619000', '135927.621000', '135927.624000', '135927.627000', '135927.629000', '135927.632000', '135927.634000', '135927.637000', '135927.640000', '135927.642000', '135927.645000', '135927.648000', '135927.650000', '135927.653000', '135927.655000', '135927.658000', '135927.661000', '135927.663000', '135927.666000', '135927.668000', '135927.671000', '135927.674000', '135927.676000', '135927.679000', '135927.682000', '135927.684000', '135927.687000', '135927.690000', '135927.692000', '135927.695000', '135927.697000', '135927.700000', '135927.702000', '135927.705000', '135927.708000', '135927.710000', '135927.713000', '135927.716000', '135927.718000', '135947.607000', '135947.610000', '135947.612000', '135947.615000', '135947.617000', '135947.620000', '135947.623000', '135947.625000', '135947.628000', '135947.630000', '135947.633000', '135947.636000', '135947.639000', '135947.642000', '135947.645000', '135947.647000', '135947.650000', '135947.653000', '135947.655000', '135947.658000', '135947.660000', '135947.663000', '135947.666000', '135947.668000', '135947.671000', '135947.673000', '135947.676000', '135947.679000', '135947.681000', '135947.684000', '135947.687000', '135947.689000', '135947.692000', '135947.694000', '135947.697000', '135947.700000', '135947.703000', '135947.716000', '135947.718000', '135947.721000', '135947.724000', '135947.726000', '135947.729000', '140007.606000', '140007.609000', '140007.612000', '140007.614000', '140007.617000', '140007.620000', '140007.622000', '140007.625000', '140007.628000', '140007.630000', '140007.633000', '140007.636000', '140007.638000', '140007.641000', '140007.643000', '140007.646000', '140007.649000', '140007.651000', '140007.654000', '140007.656000', '140007.659000', '140007.662000', '140007.664000', '140007.667000', '140007.670000', '140007.672000', '140007.675000', '140007.677000', '140007.680000', '140007.683000', '140007.685000', '140007.688000', '140007.691000', '140007.693000', '140007.696000', '140007.698000', '140007.701000', '140007.704000', '140007.706000', '140007.709000', '140007.712000', '140007.714000', '140007.717000', '140007.719000', '140027.607000', '140027.609000', '140027.612000', '140027.615000', '140027.618000', '140027.620000', '140027.623000', '140027.626000', '140027.628000', '140027.631000', '140027.634000', '140027.636000', '140027.639000', '140027.641000', '140027.644000', '140027.647000', '140027.649000', '140027.652000', '140027.654000', '140027.657000', '140027.659000', '140027.662000', '140027.665000', '140027.667000', '140027.670000', '140027.674000', '140027.677000', '140027.679000', '140027.682000', '140027.684000', '140027.687000', '140027.690000', '140027.692000', '140027.695000', '140027.697000', '140027.700000', '140027.703000', '140027.705000', '140027.708000', '140027.710000', '140027.713000', '140027.716000', '140027.718000', '140047.606000', '140047.609000', '140047.611000', '140047.614000', '140047.616000', '140047.619000', '140047.622000', '140047.624000', '140047.627000', '140047.630000', '140047.632000', '140047.635000', '140047.637000', '140047.640000', '140047.643000', '140047.645000', '140047.648000', '140047.650000', '140047.653000', '140047.656000', '140047.658000', '140047.661000', '140047.663000', '140047.666000', '140047.669000', '140047.671000', '140047.674000', '140047.676000', '140047.679000', '140047.682000', '140047.684000', '140047.687000', '140047.689000', '140047.692000', '140047.695000', '140047.697000', '140047.700000', '140047.702000', '140047.705000', '140047.708000', '140047.710000', '140047.713000', '140047.715000', '140047.718000', '140107.606000', '140107.609000', '140107.611000', '140107.614000', '140107.617000', '140107.619000', '140107.629000', '140107.632000', '140107.635000', '140107.637000', '140107.640000', '140107.642000', '140107.645000', '140107.648000', '140107.650000', '140107.653000', '140107.655000', '140107.658000', '140107.661000', '140107.663000', '140107.666000', '140107.668000', '140107.671000', '140107.674000', '140107.676000', '140107.679000', '140107.681000', '140107.684000', '140107.687000', '140107.689000', '140107.692000', '140107.695000', '140107.697000', '140107.700000', '140107.702000', '140107.705000', '140107.708000', '140107.710000', '140107.713000', '140107.715000', '140107.718000', '140107.721000', '140107.723000', '140127.606000', '140127.609000', '140127.611000', '140127.614000', '140127.617000', '140127.619000', '140127.622000', '140127.624000', '140127.627000', '140127.630000', '140127.632000', '140127.635000', '140127.638000', '140127.640000', '140127.643000', '140127.645000', '140127.648000', '140127.651000', '140127.653000', '140127.656000', '140127.658000', '140127.661000', '140127.664000', '140127.668000', '140127.671000', '140127.673000', '140127.676000', '140127.678000', '140127.681000', '140127.684000', '140127.686000', '140127.689000', '140127.692000', '140127.694000', '140127.697000', '140127.700000', '140127.702000', '140127.705000', '140127.708000', '140127.710000', '140127.713000', '140127.715000', '140127.718000', '140127.721000', '140147.605000', '140147.609000', '140147.612000', '140147.614000', '140147.617000', '140147.629000', '140147.631000', '140147.634000', '140147.637000', '140147.639000', '140147.642000', '140147.644000', '140147.647000', '140147.650000', '140147.652000', '140147.656000', '140147.659000', '140147.662000', '140147.664000', '140147.667000', '140147.670000', '140147.672000', '140147.675000', '140147.678000', '140147.680000', '140147.683000', '140147.685000', '140147.688000', '140147.690000', '140147.693000', '140147.696000', '140147.698000', '140147.701000', '140147.703000', '140147.706000', '140147.709000', '140147.713000', '140147.716000', '140147.719000', '140147.721000', '140147.724000', '140147.726000', '140147.729000', '140207.607000', '140207.609000', '140207.612000', '140207.615000', '140207.617000', '140207.620000', '140207.623000', '140207.625000', '140207.628000', '140207.630000', '140207.633000', '140207.636000', '140207.638000', '140207.641000', '140207.643000', '140207.646000', '140207.648000', '140207.651000', '140207.654000', '140207.656000', '140207.659000', '140207.661000', '140207.664000', '140207.667000', '140207.669000', '140207.672000', '140207.674000', '140207.677000', '140207.680000', '140207.682000', '140207.685000', '140207.688000', '140207.690000', '140207.693000', '140207.696000', '140207.698000', '140207.701000', '140207.703000', '140207.706000', '140207.709000', '140207.711000', '140207.714000', '140207.717000', '140207.719000', '140227.607000', '140227.609000', '140227.612000', '140227.615000', '140227.617000', '140227.620000', '140227.623000', '140227.625000', '140227.628000', '140227.631000', '140227.633000', '140227.636000', '140227.638000', '140227.641000', '140227.644000', '140227.646000', '140227.649000', '140227.651000', '140227.654000', '140227.657000', '140227.659000', '140227.662000', '140227.664000', '140227.667000', '140227.670000', '140227.672000', '140227.675000', '140227.677000', '140227.680000', '140227.683000', '140227.685000', '140227.688000', '140227.691000', '140227.693000', '140227.696000', '140227.699000', '140227.702000', '140227.705000', '140227.708000', '140227.710000', '140227.713000', '140227.716000', '140227.718000', '140247.607000', '140247.609000', '140247.612000', '140247.615000', '140247.617000', '140247.620000', '140247.623000', '140247.625000', '140247.628000', '140247.630000', '140247.633000', '140247.636000', '140247.638000', '140247.641000', '140247.644000', '140247.646000', '140247.649000', '140247.651000', '140247.654000', '140247.657000', '140247.659000', '140247.662000', '140247.664000', '140247.667000', '140247.670000', '140247.672000', '140247.675000', '140247.677000', '140247.680000', '140247.683000', '140247.685000', '140247.688000', '140247.690000', '140247.693000', '140247.696000', '140247.698000', '140247.701000', '140247.703000', '140247.706000', '140247.709000', '140247.711000', '140247.714000', '140247.716000', '140247.719000', '140307.606000', '140307.608000', '140307.611000', '140307.614000', '140307.616000', '140307.619000', '140307.621000', '140307.624000', '140307.627000', '140307.629000', '140307.632000', '140307.635000', '140307.637000', '140307.640000', '140307.642000', '140307.645000', '140307.658000', '140307.661000', '140307.663000', '140307.666000', '140307.669000', '140307.671000', '140307.674000', '140307.676000', '140307.679000', '140307.681000', '140307.684000', '140307.687000', '140307.689000', '140307.692000', '140307.695000', '140307.697000', '140307.700000', '140307.703000', '140307.705000', '140307.708000', '140307.711000', '140307.714000', '140307.717000', '140307.720000', '140307.722000', '140307.725000', '140307.727000', '140327.606000', '140327.608000', '140327.611000', '140327.614000', '140327.616000', '140327.619000', '140327.622000', '140327.624000', '140327.627000', '140327.629000', '140327.632000', '140327.635000', '140327.637000', '140327.640000', '140327.642000', '140327.645000', '140327.648000', '140327.650000', '140327.653000', '140327.656000', '140327.658000', '140327.661000', '140327.663000', '140327.666000', '140327.668000', '140327.671000', '140327.674000', '140327.676000', '140327.679000', '140327.681000', '140327.684000', '140327.687000', '140327.689000', '140327.692000', '140327.694000', '140327.697000', '140327.700000', '140327.702000', '140327.705000', '140327.707000', '140327.710000', '140327.713000', '140327.715000', '140327.718000', '140347.606000', '140347.609000', '140347.611000', '140347.614000', '140347.616000', '140347.619000', '140347.622000', '140347.624000', '140347.627000', '140347.630000', '140347.632000', '140347.635000', '140347.637000', '140347.640000', '140347.643000', '140347.645000', '140347.648000', '140347.650000', '140347.653000', '140347.655000', '140347.658000', '140347.661000', '140347.663000', '140347.666000', '140347.668000', '140347.671000', '140347.674000', '140347.676000', '140347.679000', '140347.681000', '140347.684000', '140347.687000', '140347.689000', '140347.692000', '140347.694000', '140347.697000', '140347.699000', '140347.702000', '140347.705000', '140347.707000', '140347.710000', '140347.712000', '140347.715000', '140357.864000', '140357.868000', '140357.871000', '140357.874000', '140357.876000', '140357.879000', '140357.882000', '140357.885000', '140357.888000', '140357.891000', '140357.894000', '140357.897000', '140357.900000', '140357.903000', '140357.906000', '140357.909000', '140357.912000', '140357.915000', '140357.917000', '140357.920000', '140357.923000', '140357.925000', '140357.928000'], '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': [7123, 6690, 7142, 6547, 7620, 6432, 10360, 7139, 11599, 6895, 11303, 6920, 8725, 6873, 8805, 7467, 8867, 9497, 8888, 8540, 6448, 7765, 6471, 7884, 6517, 7978, 6939, 7833, 8263, 7636, 8684, 7538, 9015, 8815, 9103, 9174, 6654, 6917, 6634, 6786, 7659, 6801, 8884, 7203, 9032, 8935, 8900, 8598, 6318, 6747, 6490, 6704, 6493, 6930, 7470, 8589, 7551, 10438, 7652, 10500, 6541, 8851, 6409, 7526, 6578, 7380, 8005, 7330, 8843, 6967, 9936, 6800, 10547, 6604, 10917, 6791, 11032, 9051, 11402, 12962, 10883, 10909, 7287, 6886, 6713, 6863, 7467, 6484, 9861, 6352, 10568, 6490, 10615, 6456, 10371, 6759, 11639, 7707, 12194, 6909, 8825, 6618, 7265, 6643, 6728, 8936, 6743, 10634, 9122, 11365, 8917, 11420, 6645, 9938, 6415, 10362, 6695, 10788, 8877, 10729, 9407, 10799, 6570, 11029, 6732, 10841, 6532, 10327, 6270, 10322, 6502, 10840, 9544, 8647, 6329, 10253, 6585, 9354, 6450, 6522, 6626, 6433, 6342, 7359, 7054, 7364, 7888, 7241, 8249, 7286, 8264, 6993, 8491, 6972, 8951, 6784, 9000, 6692, 9606, 6867, 9487, 6907, 8702, 6863, 8636, 6939, 8811, 6962, 10221, 6601, 12819, 6687, 7165, 6365, 6472, 7496, 6485, 12165, 8567, 9713, 7671, 6571, 7106, 7979, 13104, 10240, 12865, 8149, 12694, 7221, 11983, 6853, 11210, 6792, 10373, 7066, 11279, 6694, 11465, 7499, 12128, 8097, 12565, 8436, 13261, 9521, 14906, 10063, 14399, 8331, 11138, 7155, 10868, 6573, 9615, 6238, 8632, 6353, 7854, 6369, 8117, 6609, 8268, 7033, 7938, 7597, 8019, 7879, 9122, 9532, 9082, 8097, 7323, 7620, 6736, 6950, 6304, 7595, 6851, 10456, 6700, 10975, 6593, 11681, 6528, 11819, 6685, 11473, 6562, 10891, 6558, 11081, 7064, 12116, 7849, 10439, 6608, 8782, 6384, 8901, 6415, 9604, 6374, 11053, 7662, 12043, 8725, 11802, 7442, 8830, 7010, 8407, 6218, 8621, 6769, 11415, 7810, 12319, 8828, 11718, 7528, 8721, 7046, 8165, 6436, 9222, 7500, 11263, 8257, 10822, 8151, 8841, 10007, 7576, 11561, 6617, 12784, 6368, 11745, 6625, 10812, 6749, 10001, 6645, 10983, 7160, 8573, 6511, 7070, 6231, 6613, 6325, 7492, 7716, 8929, 9004, 8961, 8211, 6546, 6950, 6588, 8184, 6341, 9855, 6552, 10741, 8161, 11098, 10131, 11021, 8671, 9477, 6685, 10014, 6444, 10733, 8460, 11179, 10145, 11896, 9300, 8471, 7022, 8771, 6543, 11568, 6449, 10861, 6703, 8042, 10462, 9792, 11448, 9613, 9640, 6924, 7240, 6573, 6758, 7381, 9763, 8724, 10870, 7518, 8636, 6773, 9265, 6751, 9311, 7465, 9264, 7537, 9221, 8172, 9031, 9362, 8391, 9959, 7598, 10870, 6942, 11482, 6581, 11715, 6472, 12013, 6439, 11647, 7099, 10217, 6376, 7156, 6456, 7479, 7318, 8251, 9815, 7395, 8509, 6345, 8343, 6344, 8816, 6608, 11418, 6569, 10594, 6562, 10612, 6418, 11435, 8304, 10692, 11754, 7513, 9739, 6448, 8990, 6388, 11124, 6421, 13153, 10139, 12415, 8110, 9385, 6785, 10485, 9594, 10017, 11415, 8425, 9932, 7400, 9258, 6625, 10544, 7586, 14122, 8453, 12893, 7737, 11431, 6812, 12126, 6532, 13112, 8040, 12142, 6723, 12465, 6725, 12176, 7759, 11553, 7660, 10913, 6780, 10109, 6824, 9342, 7059, 8021, 9772, 7670, 12430, 8351, 9456, 6299, 7603, 6456, 8674, 6503, 7942, 7823, 6347, 10311, 7996, 13508, 10743, 14809, 8028, 11156, 6618, 11312, 6310, 12195, 10079, 12260, 10250, 11757, 7796, 12899, 6585, 12518, 6638, 12533, 7775, 13654, 8504, 13412, 7401, 9407, 6255, 8449, 6314, 8490, 7775, 9375, 9403, 8971, 10239, 7172, 11198, 6500, 12101, 9350, 12818, 10933, 14232, 7992, 12797, 6688, 11046, 6407, 11177, 6257, 11527, 6383, 12198, 6906, 11969, 6771, 9744, 6525, 9702, 6540, 10397, 6574, 9240, 6374, 8506, 6525, 8313, 6501, 8116, 6944, 9274, 7000, 7249, 7104, 6394, 9623, 6398, 9851, 8343, 9449, 7556, 6453, 6518, 7756, 6553, 8965, 6713, 11400, 6687, 8490, 7814, 8390, 9478, 9501, 10646, 9916, 12667, 8314, 9666, 6755, 9213, 6696, 10438, 6746, 12076, 8137, 12240, 7102, 8855, 6624, 9302, 7072, 9671, 8293, 8446, 6327, 9658, 8487, 8951, 8304, 12190, 8250, 9257, 7801, 9153, 6753, 11292, 6774, 12071, 6586, 12408, 9616, 13487, 8270, 12278, 6945, 11779, 6740, 11920, 7247, 12598, 7887, 11838, 7464, 10885, 6804, 11331, 6562, 12507, 7783, 11932, 7363, 10541, 6630, 10676, 6659, 9618, 6501, 11628, 7054, 12749, 7904, 10372, 6975, 8723, 6418, 9087, 6598, 9022, 6750, 11796, 7939, 11674, 6732, 9082, 6655, 9656, 6660, 12013, 8162, 12542, 7822, 9343, 6953, 8958, 7073, 10286, 8952, 10308, 8621, 8383, 8618, 6891, 11315, 7071, 12497, 8192, 12869, 8570, 12111, 6991, 11616, 6715, 11648, 6649, 12571, 7936, 12701, 7275, 9540, 6566, 8764, 6744, 8329, 6759, 10154, 6762, 11644, 7841, 11089, 6886, 9943, 6871, 9142, 6806, 9861, 7095, 10963, 7794, 8567, 6851, 7811, 6818, 9547, 7073, 11644, 8347, 12310, 7883, 9084, 7007, 8287, 6603, 8536, 6527, 9164, 6550, 8817, 6855, 9748, 6651, 12103, 7622, 12435, 7096, 10029, 6337, 8364, 6924, 10958, 7584, 11652, 7888, 12662, 8056, 10834, 7012, 9491, 8773, 6798, 8502, 6940, 10894, 6887, 12680, 8884, 11651, 7535, 9309, 7186, 7188, 9215, 7280, 11866, 8051, 12010, 6979, 10081, 7024, 10365, 6919, 11326, 6801, 12034, 7529, 12813, 8065, 12576, 7522, 11295, 6972, 10875, 7049, 11038, 6856, 11652, 7514, 12038, 7664, 9704, 6927, 9241, 7080, 9033, 7340, 9392, 7159, 6967, 8014, 6663, 10696, 6760, 12156, 9593, 12496, 8042, 11941, 7403, 11025, 6952, 10105, 7033, 11924, 7837, 9818, 7115, 7230, 6471, 7836, 9312, 9667, 10012, 7430, 11418, 6714, 12442, 6891, 11719, 6987, 11908, 7587, 11582, 6925, 10543, 6806, 10413, 6917, 10287, 6949, 10070, 6860, 10410, 6857, 9752, 7157, 9109, 7075, 10937, 7352, 12101, 7756, 9834, 7144, 7757, 6476, 7646, 6832, 8908, 6866, 11714, 7519, 11902, 7069, 11225, 7255, 11264, 7372, 10968, 7122, 12033, 8094, 12251, 7925, 11246, 7079, 10740, 7211, 12171, 8405, 10801, 7324, 8316, 10060, 6967, 11996, 8438, 12288, 8001, 12332, 6947, 9926, 7043, 10601, 7176, 11102, 7390, 7854, 6433, 7413, 6972, 8725, 9162, 11115, 9933, 9463, 6998, 7308, 6408, 6969, 8116, 7092, 9807, 7246, 10399, 10633, 10395, 9515, 8791, 7031, 8305, 6716, 10552, 7020, 11937, 6797, 11815, 6996, 11547, 6914, 10292, 6992, 9448, 6909, 9799, 6882, 8950, 6974, 9366, 6762, 10665, 7299, 11677, 8009, 8864, 6747, 7058, 8693, 7007, 10877, 7294, 11860, 8431, 11992, 7032, 10307, 7154, 10440, 7112, 10909, 6924, 11557, 7578, 10087, 6866, 9909, 6927, 9584, 6895, 9656, 8638, 8471, 10832, 7433, 11948, 6933, 11531, 7054, 11247, 7107, 12007, 7663, 10079, 6734, 7832, 6450, 7824, 8018, 10119, 9102, 9768, 8344, 7114, 8306, 6967, 11326, 7147, 11075, 7094, 11174, 6987, 10789, 6905, 9980, 6713, 9074, 6701, 9169, 7615, 9426, 8889, 10437, 9199, 7613, 6985, 7174, 7126, 6985, 9623, 7892, 10415, 11450, 9384, 11689, 8175, 11040, 7858, 10213, 7766, 9032, 7198, 7918, 7382, 10709, 6412, 10490, 9602, 11976, 9340, 13255, 8314, 12834, 7231, 11663, 7155, 11819, 9794, 13039, 8643, 12783, 7132, 12065, 7310, 10225, 7678, 11129, 7943, 11965, 7435, 11881, 7448, 11581, 7570, 10948, 7664, 10394, 7777, 11365, 7723, 12308, 8125, 11373, 7646, 10387, 7690, 10240, 7656], 'WindowCenter': [4079.0, 4054.0, 4051.0, 4039.0, 4048.0, 4026.0, 4088.0, 4049.0, 4101.0, 4061.0, 4102.0, 4048.0, 4055.0, 4036.0, 4066.0, 4047.0, 4068.0, 4091.0, 4079.0, 4071.0, 4037.0, 4058.0, 4027.0, 4057.0, 4025.0, 4055.0, 4036.0, 4047.0, 4057.0, 4047.0, 4056.0, 4047.0, 4066.0, 4067.0, 4067.0, 4066.0, 4025.0, 4035.0, 4024.0, 4025.0, 4046.0, 4025.0, 4054.0, 4044.0, 4065.0, 4067.0, 4067.0, 4066.0, 4024.0, 4036.0, 4023.0, 4023.0, 4024.0, 4036.0, 4044.0, 4068.0, 4046.0, 4090.0, 4058.0, 4089.0, 4036.0, 4066.0, 4025.0, 4045.0, 4024.0, 4045.0, 4045.0, 4045.0, 4067.0, 4036.0, 4076.0, 4036.0, 4075.0, 4025.0, 4101.0, 4039.0, 4099.0, 4080.0, 4101.0, 4113.0, 4099.0, 4101.0, 4058.0, 4047.0, 4036.0, 4026.0, 4046.0, 4026.0, 4076.0, 4028.0, 4087.0, 4028.0, 4088.0, 4026.0, 4077.0, 4037.0, 4087.0, 4047.0, 4087.0, 4035.0, 4067.0, 4025.0, 4033.0, 4023.0, 4025.0, 4054.0, 4026.0, 4074.0, 4066.0, 4087.0, 4055.0, 4084.0, 4024.0, 4064.0, 4015.0, 4063.0, 4025.0, 4076.0, 4067.0, 4087.0, 4066.0, 4089.0, 4052.0, 4089.0, 4036.0, 4072.0, 4012.0, 4063.0, 4024.0, 4063.0, 4037.0, 4101.0, 4095.0, 4056.0, 4037.0, 4088.0, 4039.0, 4069.0, 4037.0, 4037.0, 4051.0, 4026.0, 4027.0, 4045.0, 4037.0, 4046.0, 4058.0, 4047.0, 4056.0, 4048.0, 4057.0, 4036.0, 4055.0, 4035.0, 4056.0, 4025.0, 4080.0, 4037.0, 4066.0, 4037.0, 4068.0, 4035.0, 4055.0, 4024.0, 4055.0, 4035.0, 4056.0, 4035.0, 4089.0, 4039.0, 4099.0, 4006.0, 4012.0, 4016.0, 4014.0, 4036.0, 4026.0, 4087.0, 4058.0, 4067.0, 4059.0, 4049.0, 4048.0, 4072.0, 4112.0, 4091.0, 4109.0, 4059.0, 4099.0, 4049.0, 4087.0, 4037.0, 4086.0, 4050.0, 4102.0, 4051.0, 4099.0, 4037.0, 4087.0, 4045.0, 4084.0, 4043.0, 4073.0, 4042.0, 4084.0, 4063.0, 4094.0, 4063.0, 4093.0, 4040.0, 4059.0, 4008.0, 4048.0, 4008.0, 4050.0, 3999.0, 4041.0, 4011.0, 4032.0, 4011.0, 4031.0, 4010.0, 4041.0, 4020.0, 4031.0, 4030.0, 4043.0, 4042.0, 4053.0, 4065.0, 4055.0, 4031.0, 4033.0, 4032.0, 4022.0, 4032.0, 4023.0, 4043.0, 4024.0, 4075.0, 4036.0, 4087.0, 4037.0, 4086.0, 4025.0, 4085.0, 4025.0, 4083.0, 4024.0, 4074.0, 4025.0, 4088.0, 4049.0, 4098.0, 4058.0, 4088.0, 4038.0, 4066.0, 4026.0, 4066.0, 4027.0, 4077.0, 4038.0, 4089.0, 4060.0, 4101.0, 4069.0, 4100.0, 4047.0, 4066.0, 4035.0, 4055.0, 4016.0, 4067.0, 4039.0, 4100.0, 4060.0, 4112.0, 4080.0, 4101.0, 4058.0, 4068.0, 4035.0, 4055.0, 4026.0, 4067.0, 4048.0, 4091.0, 4067.0, 4089.0, 4057.0, 4066.0, 4063.0, 4032.0, 4073.0, 4022.0, 4082.0, 4012.0, 4073.0, 4022.0, 4074.0, 4022.0, 4062.0, 4021.0, 4063.0, 4021.0, 4042.0, 4011.0, 4022.0, 4001.0, 4023.0, 4012.0, 4045.0, 4045.0, 4067.0, 4065.0, 4066.0, 4056.0, 4026.0, 4034.0, 4036.0, 4055.0, 4027.0, 4078.0, 4038.0, 4088.0, 4071.0, 4100.0, 4090.0, 4089.0, 4068.0, 4067.0, 4026.0, 4064.0, 4027.0, 4086.0, 4069.0, 4089.0, 4091.0, 4101.0, 4081.0, 4068.0, 4047.0, 4054.0, 4024.0, 4085.0, 4028.0, 4088.0, 4039.0, 4058.0, 4090.0, 4078.0, 4089.0, 4067.0, 4067.0, 4035.0, 4035.0, 4024.0, 4025.0, 4035.0, 4078.0, 4057.0, 4089.0, 4048.0, 4068.0, 4035.0, 4065.0, 4024.0, 4056.0, 4035.0, 4066.0, 4035.0, 4066.0, 4044.0, 4056.0, 4055.0, 4045.0, 4064.0, 4033.0, 4063.0, 4024.0, 4073.0, 4024.0, 4074.0, 4013.0, 4084.0, 4015.0, 4075.0, 4036.0, 4076.0, 4025.0, 4034.0, 4026.0, 4034.0, 4047.0, 4057.0, 4079.0, 4047.0, 4067.0, 4026.0, 4056.0, 4025.0, 4067.0, 4037.0, 4088.0, 4037.0, 4078.0, 4037.0, 4077.0, 4028.0, 4100.0, 4072.0, 4092.0, 4113.0, 4062.0, 4092.0, 4042.0, 4069.0, 4029.0, 4089.0, 4039.0, 4112.0, 4093.0, 4112.0, 4073.0, 4081.0, 4038.0, 4077.0, 4068.0, 4079.0, 4090.0, 4059.0, 4079.0, 4048.0, 4067.0, 4025.0, 4078.0, 4048.0, 4111.0, 4058.0, 4099.0, 4047.0, 4087.0, 4026.0, 4086.0, 4026.0, 4097.0, 4047.0, 4086.0, 4026.0, 4086.0, 4025.0, 4085.0, 4034.0, 4074.0, 4035.0, 4074.0, 4023.0, 4064.0, 4024.0, 4053.0, 4023.0, 4043.0, 4066.0, 4044.0, 4088.0, 4057.0, 4079.0, 4027.0, 4047.0, 4028.0, 4069.0, 4041.0, 4071.0, 4062.0, 4041.0, 4094.0, 4075.0, 4126.0, 4105.0, 4125.0, 4073.0, 4102.0, 4039.0, 4088.0, 4028.0, 4099.0, 4081.0, 4100.0, 4092.0, 4100.0, 4059.0, 4098.0, 4025.0, 4084.0, 4023.0, 4084.0, 4046.0, 4098.0, 4056.0, 4096.0, 4035.0, 4064.0, 4012.0, 4041.0, 3999.0, 4041.0, 4031.0, 4054.0, 4053.0, 4054.0, 4063.0, 4022.0, 4072.0, 4011.0, 4070.0, 4052.0, 4083.0, 4074.0, 4083.0, 4043.0, 4083.0, 4021.0, 4072.0, 4011.0, 4072.0, 4012.0, 4071.0, 4013.0, 4084.0, 4034.0, 4085.0, 4024.0, 4064.0, 4012.0, 4053.0, 4011.0, 4064.0, 4023.0, 4055.0, 4013.0, 4055.0, 4024.0, 4056.0, 4014.0, 4045.0, 4034.0, 4066.0, 4035.0, 4047.0, 4035.0, 4026.0, 4066.0, 4027.0, 4076.0, 4069.0, 4079.0, 4060.0, 4039.0, 4039.0, 4074.0, 4054.0, 4081.0, 4040.0, 4101.0, 4051.0, 4070.0, 4061.0, 4071.0, 4081.0, 4080.0, 4103.0, 4092.0, 4113.0, 4072.0, 4081.0, 4039.0, 4068.0, 4037.0, 4078.0, 4038.0, 4101.0, 4060.0, 4102.0, 4050.0, 4070.0, 4037.0, 4067.0, 4036.0, 4067.0, 4057.0, 4069.0, 4037.0, 4079.0, 4057.0, 4068.0, 4058.0, 4101.0, 4058.0, 4068.0, 4047.0, 4067.0, 4038.0, 4089.0, 4038.0, 4098.0, 4039.0, 4099.0, 4081.0, 4110.0, 4070.0, 4099.0, 4036.0, 4085.0, 4024.0, 4085.0, 4047.0, 4098.0, 4057.0, 4098.0, 4047.0, 4076.0, 4024.0, 4074.0, 4025.0, 4086.0, 4046.0, 4086.0, 4035.0, 4076.0, 4025.0, 4064.0, 4023.0, 4054.0, 4024.0, 4087.0, 4036.0, 4099.0, 4058.0, 4079.0, 4037.0, 4068.0, 4040.0, 4081.0, 4038.0, 4068.0, 4039.0, 4100.0, 4060.0, 4100.0, 4038.0, 4068.0, 4025.0, 4066.0, 4025.0, 4099.0, 4059.0, 4101.0, 4060.0, 4080.0, 4048.0, 4067.0, 4035.0, 4077.0, 4056.0, 4078.0, 4056.0, 4058.0, 4056.0, 4036.0, 4076.0, 4035.0, 4085.0, 4056.0, 4099.0, 4069.0, 4087.0, 4035.0, 4075.0, 4037.0, 4087.0, 4036.0, 4098.0, 4046.0, 4098.0, 4060.0, 4080.0, 4038.0, 4057.0, 4025.0, 4057.0, 4026.0, 4078.0, 4037.0, 4089.0, 4059.0, 4089.0, 4037.0, 4067.0, 4024.0, 4055.0, 4025.0, 4077.0, 4037.0, 4089.0, 4048.0, 4069.0, 4037.0, 4047.0, 4025.0, 4067.0, 4036.0, 4100.0, 4058.0, 4100.0, 4059.0, 4069.0, 4037.0, 4057.0, 4026.0, 4057.0, 4026.0, 4068.0, 4027.0, 4069.0, 4039.0, 4079.0, 4039.0, 4100.0, 4059.0, 4100.0, 4049.0, 4089.0, 4038.0, 4058.0, 4049.0, 4090.0, 4060.0, 4100.0, 4071.0, 4111.0, 4072.0, 4089.0, 4050.0, 4080.0, 4070.0, 4039.0, 4071.0, 4050.0, 4091.0, 4052.0, 4113.0, 4084.0, 4114.0, 4073.0, 4082.0, 4050.0, 4038.0, 4080.0, 4049.0, 4102.0, 4061.0, 4113.0, 4051.0, 4091.0, 4049.0, 4079.0, 4037.0, 4088.0, 4038.0, 4099.0, 4060.0, 4101.0, 4060.0, 4111.0, 4060.0, 4089.0, 4037.0, 4077.0, 4036.0, 4077.0, 4038.0, 4100.0, 4049.0, 4100.0, 4060.0, 4065.0, 4038.0, 4068.0, 4024.0, 4069.0, 4048.0, 4080.0, 4049.0, 4050.0, 4059.0, 4039.0, 4088.0, 4038.0, 4099.0, 4080.0, 4100.0, 4060.0, 4100.0, 4049.0, 4088.0, 4037.0, 4077.0, 4037.0, 4100.0, 4048.0, 4080.0, 4037.0, 4047.0, 4025.0, 4046.0, 4066.0, 4068.0, 4077.0, 4048.0, 4088.0, 4038.0, 4098.0, 4048.0, 4088.0, 4038.0, 4088.0, 4048.0, 4087.0, 4037.0, 4077.0, 4026.0, 4077.0, 4037.0, 4078.0, 4037.0, 4078.0, 4037.0, 4078.0, 4037.0, 4080.0, 4038.0, 4068.0, 4037.0, 4090.0, 4049.0, 4101.0, 4060.0, 4092.0, 4051.0, 4076.0, 4054.0, 4072.0, 4041.0, 4083.0, 4053.0, 4115.0, 4075.0, 4116.0, 4065.0, 4104.0, 4062.0, 4101.0, 4051.0, 4092.0, 4053.0, 4114.0, 4074.0, 4116.0, 4075.0, 4103.0, 4050.0, 4089.0, 4048.0, 4101.0, 4059.0, 4090.0, 4048.0, 4059.0, 4077.0, 4037.0, 4086.0, 4057.0, 4086.0, 4046.0, 4086.0, 4024.0, 4065.0, 4024.0, 4076.0, 4034.0, 4078.0, 4037.0, 4047.0, 4026.0, 4036.0, 4035.0, 4057.0, 4068.0, 4091.0, 4079.0, 4081.0, 4049.0, 4050.0, 4028.0, 4038.0, 4047.0, 4038.0, 4078.0, 4049.0, 4080.0, 4092.0, 4091.0, 4081.0, 4071.0, 4050.0, 4058.0, 4038.0, 4077.0, 4038.0, 4088.0, 4039.0, 4100.0, 4050.0, 4101.0, 4051.0, 4079.0, 4037.0, 4068.0, 4038.0, 4079.0, 4050.0, 4081.0, 4051.0, 4082.0, 4040.0, 4092.0, 4061.0, 4104.0, 4071.0, 4082.0, 4040.0, 4050.0, 4069.0, 4049.0, 4089.0, 4051.0, 4102.0, 4072.0, 4112.0, 4052.0, 4091.0, 4050.0, 4090.0, 4049.0, 4102.0, 4052.0, 4103.0, 4073.0, 4104.0, 4052.0, 4092.0, 4049.0, 4080.0, 4049.0, 4081.0, 4069.0, 4070.0, 4090.0, 4050.0, 4100.0, 4038.0, 4088.0, 4037.0, 4087.0, 4037.0, 4099.0, 4048.0, 4079.0, 4037.0, 4048.0, 4026.0, 4047.0, 4057.0, 4091.0, 4070.0, 4092.0, 4071.0, 4051.0, 4070.0, 4049.0, 4088.0, 4049.0, 4090.0, 4051.0, 4090.0, 4050.0, 4091.0, 4050.0, 4080.0, 4052.0, 4081.0, 4051.0, 4083.0, 4060.0, 4082.0, 4081.0, 4091.0, 4080.0, 4061.0, 4049.0, 4063.0, 4050.0, 4065.0, 4093.0, 4074.0, 4105.0, 4118.0, 4096.0, 4128.0, 4086.0, 4105.0, 4073.0, 4092.0, 4051.0, 4070.0, 4041.0, 4062.0, 4064.0, 4105.0, 4055.0, 4106.0, 4095.0, 4103.0, 4082.0, 4100.0, 4059.0, 4099.0, 4038.0, 4077.0, 4038.0, 4089.0, 4081.0, 4100.0, 4071.0, 4099.0, 4037.0, 4089.0, 4036.0, 4065.0, 4046.0, 4089.0, 4060.0, 4100.0, 4050.0, 4100.0, 4049.0, 4089.0, 4047.0, 4076.0, 4046.0, 4067.0, 4048.0, 4101.0, 4061.0, 4101.0, 4061.0, 4100.0, 4048.0, 4077.0, 4046.0, 4066.0, 4047.0], 'WindowWidth': [9093.0, 9048.0, 9038.0, 9019.0, 9026.0, 8996.0, 9081.0, 9031.0, 9100.0, 9051.0, 9105.0, 9025.0, 9029.0, 9006.0, 9044.0, 9023.0, 9052.0, 9088.0, 9069.0, 9061.0, 9013.0, 9040.0, 8996.0, 9035.0, 8988.0, 9030.0, 9006.0, 9021.0, 9034.0, 9023.0, 9033.0, 9022.0, 9045.0, 9048.0, 9046.0, 9046.0, 8990.0, 9004.0, 8987.0, 8989.0, 9016.0, 8988.0, 9026.0, 9015.0, 9043.0, 9049.0, 9048.0, 9046.0, 8991.0, 9005.0, 8985.0, 8987.0, 8986.0, 9006.0, 9014.0, 9051.0, 9021.0, 9086.0, 9040.0, 9083.0, 9009.0, 9046.0, 8991.0, 9016.0, 8987.0, 9016.0, 9016.0, 9018.0, 9048.0, 9008.0, 9060.0, 9005.0, 9054.0, 8990.0, 9100.0, 9016.0, 9097.0, 9072.0, 9101.0, 9122.0, 9097.0, 9101.0, 9041.0, 9025.0, 9006.0, 8991.0, 9021.0, 8992.0, 9058.0, 8998.0, 9074.0, 8998.0, 9078.0, 8994.0, 9060.0, 9008.0, 9076.0, 9020.0, 9073.0, 9003.0, 9047.0, 8989.0, 8998.0, 8983.0, 8990.0, 9025.0, 8990.0, 9053.0, 9046.0, 9072.0, 9028.0, 9067.0, 8988.0, 9039.0, 8974.0, 9036.0, 8989.0, 9057.0, 9049.0, 9073.0, 9048.0, 9080.0, 9041.0, 9080.0, 9004.0, 9046.0, 8966.0, 9035.0, 8986.0, 9036.0, 9011.0, 9101.0, 9102.0, 9031.0, 9011.0, 9082.0, 9017.0, 9054.0, 9011.0, 9011.0, 9035.0, 8993.0, 8994.0, 9016.0, 9007.0, 9018.0, 9037.0, 9021.0, 9030.0, 9022.0, 9034.0, 9004.0, 9028.0, 9000.0, 9029.0, 8989.0, 9072.0, 9007.0, 9045.0, 9008.0, 9048.0, 9001.0, 9028.0, 8986.0, 9028.0, 9000.0, 9030.0, 9002.0, 9081.0, 9017.0, 9090.0, 8955.0, 8956.0, 8975.0, 8969.0, 9003.0, 8991.0, 9073.0, 9034.0, 9046.0, 9040.0, 9030.0, 9027.0, 9064.0, 9119.0, 9086.0, 9108.0, 9041.0, 9094.0, 9029.0, 9076.0, 9007.0, 9072.0, 9032.0, 9106.0, 9035.0, 9095.0, 9011.0, 9073.0, 9015.0, 9064.0, 9006.0, 9047.0, 9004.0, 9063.0, 9035.0, 9081.0, 9034.0, 9073.0, 8999.0, 9021.0, 8951.0, 9004.0, 8952.0, 9010.0, 8944.0, 9001.0, 8961.0, 8990.0, 8965.0, 8989.0, 8959.0, 9002.0, 8972.0, 8989.0, 8986.0, 9006.0, 9004.0, 9022.0, 9041.0, 9027.0, 8989.0, 8994.0, 8992.0, 8982.0, 8994.0, 8985.0, 9010.0, 8987.0, 9055.0, 9006.0, 9073.0, 9009.0, 9072.0, 8991.0, 9068.0, 8988.0, 9063.0, 8985.0, 9052.0, 8992.0, 9078.0, 9031.0, 9094.0, 9040.0, 9079.0, 9011.0, 9048.0, 8993.0, 9045.0, 8995.0, 9061.0, 9014.0, 9083.0, 9048.0, 9104.0, 9057.0, 9098.0, 9024.0, 9046.0, 9002.0, 9029.0, 8978.0, 9048.0, 9015.0, 9100.0, 9048.0, 9119.0, 9072.0, 9100.0, 9039.0, 9050.0, 9002.0, 9029.0, 8991.0, 9049.0, 9025.0, 9087.0, 9050.0, 9083.0, 9035.0, 9044.0, 9036.0, 8992.0, 9044.0, 8977.0, 9058.0, 8966.0, 9047.0, 8980.0, 9050.0, 8980.0, 9032.0, 8976.0, 9034.0, 8976.0, 9005.0, 8962.0, 8979.0, 8952.0, 8983.0, 8969.0, 9017.0, 9015.0, 9049.0, 9043.0, 9047.0, 9033.0, 8993.0, 9000.0, 9006.0, 9029.0, 8997.0, 9063.0, 9014.0, 9079.0, 9060.0, 9098.0, 9085.0, 9080.0, 9053.0, 9048.0, 8992.0, 9039.0, 8995.0, 9073.0, 9054.0, 9081.0, 9088.0, 9100.0, 9074.0, 9053.0, 9023.0, 9027.0, 8987.0, 9068.0, 8997.0, 9075.0, 9014.0, 9037.0, 9082.0, 9063.0, 9082.0, 9047.0, 9046.0, 9001.0, 9001.0, 8983.0, 8988.0, 9001.0, 9063.0, 9033.0, 9080.0, 9023.0, 9050.0, 9002.0, 9041.0, 8984.0, 9028.0, 8999.0, 9043.0, 8999.0, 9044.0, 9012.0, 9030.0, 9025.0, 9012.0, 9035.0, 8995.0, 9033.0, 8983.0, 9047.0, 8983.0, 9049.0, 8969.0, 9064.0, 8974.0, 9052.0, 9003.0, 9056.0, 8989.0, 9000.0, 8990.0, 8999.0, 9021.0, 9034.0, 9066.0, 9022.0, 9049.0, 8993.0, 9032.0, 8990.0, 9048.0, 9008.0, 9076.0, 9008.0, 9062.0, 9009.0, 9062.0, 8999.0, 9094.0, 9063.0, 9089.0, 9120.0, 9051.0, 9091.0, 9024.0, 9055.0, 9001.0, 9079.0, 9017.0, 9116.0, 9093.0, 9116.0, 9067.0, 9073.0, 9012.0, 9059.0, 9050.0, 9064.0, 9083.0, 9038.0, 9067.0, 9024.0, 9046.0, 8990.0, 9062.0, 9026.0, 9112.0, 9037.0, 9092.0, 9021.0, 9071.0, 8990.0, 9068.0, 8992.0, 9085.0, 9020.0, 9070.0, 8992.0, 9068.0, 8988.0, 9064.0, 8999.0, 9050.0, 8999.0, 9050.0, 8984.0, 9037.0, 8986.0, 9022.0, 8983.0, 9010.0, 9043.0, 9013.0, 9076.0, 9032.0, 9069.0, 8997.0, 9023.0, 8999.0, 9052.0, 9023.0, 9062.0, 9052.0, 9022.0, 9096.0, 9072.0, 9145.0, 9114.0, 9139.0, 9066.0, 9102.0, 9016.0, 9077.0, 8997.0, 9090.0, 9073.0, 9097.0, 9088.0, 9097.0, 9041.0, 9089.0, 8988.0, 9061.0, 8981.0, 9063.0, 9017.0, 9089.0, 9030.0, 9086.0, 9003.0, 9039.0, 8966.0, 9002.0, 8942.0, 9002.0, 8987.0, 9023.0, 9020.0, 9024.0, 9035.0, 8979.0, 9044.0, 8963.0, 9038.0, 9018.0, 9059.0, 9050.0, 9062.0, 9009.0, 9060.0, 8977.0, 9043.0, 8962.0, 9043.0, 8965.0, 9042.0, 8970.0, 9065.0, 8999.0, 9069.0, 8984.0, 9036.0, 8966.0, 9020.0, 8964.0, 9038.0, 8981.0, 9026.0, 8970.0, 9028.0, 8985.0, 9029.0, 8972.0, 9014.0, 8998.0, 9045.0, 9002.0, 9020.0, 9003.0, 8992.0, 9043.0, 8995.0, 9060.0, 9055.0, 9069.0, 9044.0, 9016.0, 9014.0, 9072.0, 9044.0, 9072.0, 9016.0, 9098.0, 9033.0, 9057.0, 9047.0, 9060.0, 9071.0, 9070.0, 9107.0, 9090.0, 9121.0, 9062.0, 9074.0, 9015.0, 9052.0, 9008.0, 9063.0, 9011.0, 9100.0, 9043.0, 9103.0, 9031.0, 9056.0, 9010.0, 9047.0, 9004.0, 9047.0, 9034.0, 9056.0, 9011.0, 9066.0, 9035.0, 9051.0, 9038.0, 9102.0, 9039.0, 9050.0, 9021.0, 9048.0, 9013.0, 9079.0, 9013.0, 9090.0, 9014.0, 9094.0, 9072.0, 9111.0, 9056.0, 9092.0, 9005.0, 9067.0, 8985.0, 9067.0, 9022.0, 9089.0, 9035.0, 9089.0, 9021.0, 9057.0, 8986.0, 9050.0, 8989.0, 9070.0, 9017.0, 9071.0, 9003.0, 9057.0, 8988.0, 9038.0, 8982.0, 9022.0, 8987.0, 9073.0, 9006.0, 9093.0, 9039.0, 9067.0, 9009.0, 9051.0, 9021.0, 9076.0, 9012.0, 9051.0, 9014.0, 9098.0, 9043.0, 9099.0, 9014.0, 9050.0, 8990.0, 9044.0, 8989.0, 9094.0, 9040.0, 9100.0, 9043.0, 9072.0, 9025.0, 9048.0, 9000.0, 9058.0, 9029.0, 9063.0, 9032.0, 9035.0, 9032.0, 9006.0, 9056.0, 9002.0, 9066.0, 9032.0, 9094.0, 9053.0, 9075.0, 9003.0, 9053.0, 9008.0, 9075.0, 9007.0, 9090.0, 9019.0, 9089.0, 9045.0, 9072.0, 9012.0, 9033.0, 8990.0, 9032.0, 8990.0, 9062.0, 9009.0, 9081.0, 9039.0, 9082.0, 9007.0, 9045.0, 8986.0, 9029.0, 8986.0, 9059.0, 9008.0, 9081.0, 9025.0, 9055.0, 9010.0, 9021.0, 8990.0, 9046.0, 9006.0, 9096.0, 9038.0, 9098.0, 9040.0, 9055.0, 9010.0, 9033.0, 8990.0, 9034.0, 8993.0, 9051.0, 8997.0, 9053.0, 9014.0, 9069.0, 9015.0, 9098.0, 9042.0, 9096.0, 9029.0, 9082.0, 9014.0, 9039.0, 9026.0, 9082.0, 9044.0, 9095.0, 9061.0, 9115.0, 9062.0, 9082.0, 9028.0, 9068.0, 9058.0, 9016.0, 9059.0, 9031.0, 9085.0, 9039.0, 9122.0, 9084.0, 9122.0, 9067.0, 9076.0, 9030.0, 9011.0, 9069.0, 9028.0, 9103.0, 9047.0, 9118.0, 9035.0, 9087.0, 9028.0, 9067.0, 9007.0, 9074.0, 9010.0, 9092.0, 9045.0, 9099.0, 9044.0, 9114.0, 9043.0, 9079.0, 9009.0, 9059.0, 9006.0, 9061.0, 9012.0, 9097.0, 9028.0, 9096.0, 9043.0, 9039.0, 9010.0, 9049.0, 8985.0, 9052.0, 9024.0, 9069.0, 9027.0, 9031.0, 9040.0, 9014.0, 9076.0, 9012.0, 9092.0, 9071.0, 9096.0, 9043.0, 9096.0, 9028.0, 9076.0, 9007.0, 9060.0, 9008.0, 9095.0, 9025.0, 9068.0, 9010.0, 9022.0, 8989.0, 9018.0, 9044.0, 9050.0, 9061.0, 9024.0, 9075.0, 9010.0, 9089.0, 9024.0, 9075.0, 9010.0, 9077.0, 9023.0, 9074.0, 9006.0, 9059.0, 8992.0, 9060.0, 9007.0, 9062.0, 9008.0, 9063.0, 9009.0, 9064.0, 9008.0, 9070.0, 9011.0, 9050.0, 9007.0, 9082.0, 9028.0, 9102.0, 9046.0, 9090.0, 9036.0, 9078.0, 9044.0, 9066.0, 9020.0, 9078.0, 9042.0, 9127.0, 9074.0, 9130.0, 9061.0, 9111.0, 9050.0, 9099.0, 9031.0, 9088.0, 9040.0, 9123.0, 9071.0, 9129.0, 9072.0, 9106.0, 9031.0, 9079.0, 9024.0, 9098.0, 9039.0, 9083.0, 9024.0, 9038.0, 9060.0, 9006.0, 9069.0, 9032.0, 9070.0, 9016.0, 9068.0, 8985.0, 9039.0, 8984.0, 9055.0, 8999.0, 9061.0, 9006.0, 9022.0, 8990.0, 9004.0, 9001.0, 9034.0, 9049.0, 9085.0, 9067.0, 9071.0, 9029.0, 9031.0, 8997.0, 9010.0, 9019.0, 9009.0, 9062.0, 9028.0, 9068.0, 9090.0, 9087.0, 9075.0, 9059.0, 9030.0, 9036.0, 9008.0, 9058.0, 9009.0, 9076.0, 9014.0, 9094.0, 9030.0, 9099.0, 9033.0, 9065.0, 9008.0, 9048.0, 9011.0, 9067.0, 9030.0, 9071.0, 9034.0, 9075.0, 9019.0, 9089.0, 9049.0, 9109.0, 9061.0, 9076.0, 9016.0, 9031.0, 9052.0, 9027.0, 9080.0, 9034.0, 9102.0, 9064.0, 9118.0, 9038.0, 9087.0, 9033.0, 9083.0, 9029.0, 9102.0, 9038.0, 9108.0, 9069.0, 9110.0, 9039.0, 9089.0, 9028.0, 9070.0, 9027.0, 9072.0, 9054.0, 9058.0, 9082.0, 9030.0, 9095.0, 9012.0, 9077.0, 9008.0, 9074.0, 9008.0, 9093.0, 9024.0, 9066.0, 9010.0, 9023.0, 8991.0, 9022.0, 9035.0, 9085.0, 9057.0, 9089.0, 9060.0, 9036.0, 9057.0, 9028.0, 9077.0, 9028.0, 9082.0, 9033.0, 9084.0, 9032.0, 9086.0, 9031.0, 9070.0, 9039.0, 9075.0, 9035.0, 9081.0, 9045.0, 9076.0, 9074.0, 9087.0, 9069.0, 9048.0, 9030.0, 9056.0, 9033.0, 9060.0, 9095.0, 9070.0, 9112.0, 9135.0, 9103.0, 9151.0, 9088.0, 9112.0, 9065.0, 9088.0, 9030.0, 9055.0, 9018.0, 9047.0, 9056.0, 9110.0, 9048.0, 9115.0, 9096.0, 9105.0, 9076.0, 9096.0, 9038.0, 9089.0, 9006.0, 9058.0, 9008.0, 9077.0, 9071.0, 9097.0, 9056.0, 9091.0, 9007.0, 9078.0, 9003.0, 9037.0, 9016.0, 9077.0, 9045.0, 9096.0, 9031.0, 9096.0, 9028.0, 9078.0, 9019.0, 9054.0, 9015.0, 9044.0, 9022.0, 9098.0, 9046.0, 9100.0, 9046.0, 9097.0, 9025.0, 9058.0, 9016.0, 9042.0, 9018.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.0034887301587301586</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04170149813258637</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.59032719714958</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1271550272710253</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000533191355138</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4505</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6113.3418</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1007853438153406</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.695611577964519</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5850746538517413</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5306876669364313</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.775014115656689</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.449522178962104</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00664445</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012044353410601616</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02065853960812092</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.611180122238428</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>25.4923</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8292</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.2029</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>306097.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.3399</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7076</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.6014</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3259.7119</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3521.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70447.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>870.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4311.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>975.0206</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.86137161043007</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> |