=== 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-0053 --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-0053",
"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-0053_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-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0053/figures/sub-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053/ses-01/func/sub-0053_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>800a1429bdf905e98e7cd22edd9c5f61</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>15:45:50.587500</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.996625, 0.0766066, -0.0294925, -0.0763362, 0.99703, 0.0101884]</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.0810131</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>[4143, -7731, -7266, 558, -42, -37, 11, 90]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.244</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5703aa8f-961c-40ae-b9a4-2e4c204f2016||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.673872232437134, -0.20480456948280334, -0.08150047063827515, 122.45903015136719], [-0.20552995800971985, 2.6749587059020996, 0.021337240934371948, -88.36634826660156], [-0.07912608981132507, -0.027334757149219513, 2.69868540763855, -70.46685791015625], [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': ['154550.587500', '154551.047500', '154551.507500', '154551.967500', '154552.427500', '154552.887500', '154553.347500', '154553.807500', '154554.267500', '154554.727500', '154555.187500', '154555.647500', '154556.107500', '154556.567500', '154557.027500', '154557.487500', '154557.947500', '154558.407500', '154558.867500', '154559.327500', '154559.787500', '154600.247500', '154600.707500', '154601.167500', '154601.627500', '154602.087500', '154602.547500', '154603.007500', '154603.467500', '154603.927500', '154604.387500', '154604.847500', '154605.307500', '154605.767500', '154606.227500', '154606.687500', '154607.147500', '154607.607500', '154608.067500', '154608.527500', '154608.987500', '154609.447500', '154609.907500', '154610.367500', '154610.827500', '154611.287500', '154611.747500', '154612.207500', '154612.667500', '154613.127500', '154613.587500', '154614.047500', '154614.507500', '154614.967500', '154615.427500', '154615.887500', '154616.347500', '154616.807500', '154617.267500', '154617.727500', '154618.187500', '154618.647500', '154619.107500', '154619.567500', '154620.027500', '154620.487500', '154620.947500', '154621.407500', '154621.867500', '154622.327500', '154622.787500', '154623.247500', '154623.707500', '154624.167500', '154624.627500', '154625.087500', '154625.547500', '154626.007500', '154626.467500', '154626.927500', '154627.387500', '154627.847500', '154628.307500', '154628.767500', '154629.227500', '154629.687500', '154630.147500', '154630.607500', '154631.067500', '154631.527500', '154631.987500', '154632.447500', '154632.907500', '154633.367500', '154633.827500', '154634.287500', '154634.747500', '154635.207500', '154635.667500', '154636.127500', '154636.587500', '154637.047500', '154637.507500', '154637.967500', '154638.427500', '154638.887500', '154639.347500', '154639.807500', '154640.267500', '154640.727500', '154641.187500', '154641.647500', '154642.107500', '154642.567500', '154643.027500', '154643.487500', '154643.947500', '154644.407500', '154644.867500', '154645.327500', '154645.787500', '154646.247500', '154646.707500', '154647.167500', '154647.627500', '154648.087500', '154648.547500', '154649.007500', '154649.467500', '154649.927500', '154650.387500', '154650.847500', '154651.307500', '154651.767500', '154652.227500', '154652.687500', '154653.147500', '154653.607500', '154654.067500', '154654.527500', '154654.987500', '154655.447500', '154655.907500', '154656.367500', '154656.827500', '154657.287500', '154657.747500', '154658.207500', '154658.667500', '154659.127500', '154659.587500', '154700.047500', '154700.507500', '154700.967500', '154701.427500', '154701.887500', '154702.347500', '154702.807500', '154703.267500', '154703.727500', '154704.187500', '154704.647500', '154705.107500', '154705.567500', '154706.027500', '154706.487500', '154706.947500', '154707.407500', '154707.867500', '154708.327500', '154708.787500', '154709.247500', '154709.707500', '154710.167500', '154710.627500', '154711.087500', '154711.547500', '154712.007500', '154712.467500', '154712.927500', '154713.387500', '154713.847500', '154714.307500', '154714.767500', '154715.227500', '154715.687500', '154716.147500', '154716.607500', '154717.067500', '154717.527500', '154717.987500', '154718.447500', '154718.907500', '154719.367500', '154719.827500', '154720.287500', '154720.747500', '154721.207500', '154721.667500', '154722.127500', '154722.587500', '154723.047500', '154723.507500', '154723.967500', '154724.427500', '154724.887500', '154725.347500', '154725.807500', '154726.267500', '154726.727500', '154727.187500', '154727.647500', '154728.107500', '154728.567500', '154729.027500', '154729.487500', '154729.947500', '154730.407500', '154730.867500', '154731.327500', '154731.787500', '154732.247500', '154732.707500', '154733.167500', '154733.627500', '154734.087500', '154734.547500', '154735.007500', '154735.467500', '154735.927500', '154736.387500', '154736.847500', '154737.307500', '154737.767500', '154738.227500', '154738.687500', '154739.147500', '154739.607500', '154740.067500', '154740.527500', '154740.987500', '154741.447500', '154741.907500', '154742.367500', '154742.827500', '154743.287500', '154743.747500', '154744.207500', '154744.667500', '154745.127500', '154745.587500', '154746.047500', '154746.507500', '154746.967500', '154747.427500', '154747.887500', '154748.347500', '154748.807500', '154749.267500', '154749.727500', '154750.187500', '154750.647500', '154751.107500', '154751.567500', '154752.027500', '154752.487500', '154752.947500', '154753.407500', '154753.867500', '154754.327500', '154754.787500', '154755.247500', '154755.707500', '154756.167500', '154756.627500', '154757.087500', '154757.547500', '154758.007500', '154758.467500', '154758.927500', '154759.387500', '154759.847500', '154800.307500', '154800.767500', '154801.227500', '154801.687500', '154802.147500', '154802.607500', '154803.067500', '154803.527500', '154803.987500', '154804.447500', '154804.907500', '154805.367500', '154805.827500', '154806.287500', '154806.747500', '154807.207500', '154807.667500', '154808.127500', '154808.587500', '154809.047500', '154809.507500', '154809.967500', '154810.427500', '154810.887500', '154811.347500', '154811.807500', '154812.267500', '154812.727500', '154813.187500', '154813.647500', '154814.107500', '154814.567500', '154815.027500', '154815.487500', '154815.947500', '154816.407500', '154816.867500', '154817.327500', '154817.787500', '154818.247500', '154818.707500', '154819.167500', '154819.627500', '154820.087500', '154820.547500', '154821.007500', '154821.467500', '154821.927500', '154822.387500', '154822.847500', '154823.307500', '154823.767500', '154824.227500', '154824.687500', '154825.147500', '154825.607500', '154826.067500', '154826.527500', '154826.987500', '154827.447500', '154827.907500', '154828.367500', '154828.827500', '154829.287500', '154829.747500', '154830.207500', '154830.667500', '154831.127500', '154831.587500', '154832.047500', '154832.507500', '154832.967500', '154833.427500', '154833.887500', '154834.347500', '154834.807500', '154835.267500', '154835.727500', '154836.187500', '154836.647500', '154837.107500', '154837.567500', '154838.027500', '154838.487500', '154838.947500', '154839.407500', '154839.867500', '154840.327500', '154840.787500', '154841.247500', '154841.707500', '154842.167500', '154842.627500', '154843.087500', '154843.547500', '154844.007500', '154844.467500', '154844.927500', '154845.387500', '154845.847500', '154846.307500', '154846.767500', '154847.227500', '154847.687500', '154848.147500', '154848.607500', '154849.067500', '154849.527500', '154849.987500', '154850.447500', '154850.907500', '154851.367500', '154851.827500', '154852.287500', '154852.747500', '154853.207500', '154853.667500', '154854.127500', '154854.587500', '154855.047500', '154855.507500', '154855.967500', '154856.427500', '154856.887500', '154857.347500', '154857.807500', '154858.267500', '154858.727500', '154859.187500', '154859.647500', '154900.107500', '154900.567500', '154901.027500', '154901.487500', '154901.947500', '154902.407500', '154902.867500', '154903.327500', '154903.787500', '154904.247500', '154904.707500', '154905.167500', '154905.627500', '154906.087500', '154906.547500', '154907.007500', '154907.467500', '154907.927500', '154908.387500', '154908.847500', '154909.307500', '154909.767500', '154910.227500', '154910.687500', '154911.147500', '154911.607500', '154912.067500', '154912.527500', '154912.987500', '154913.447500', '154913.907500', '154914.367500', '154914.827500', '154915.287500', '154915.747500', '154916.207500', '154916.667500', '154917.127500', '154917.587500', '154918.047500', '154918.507500', '154918.967500', '154919.427500', '154919.887500', '154920.347500', '154920.807500', '154921.267500', '154921.727500', '154922.187500', '154922.647500', '154923.107500', '154923.567500', '154924.027500', '154924.487500', '154924.947500', '154925.407500', '154925.867500', '154926.327500', '154926.787500', '154927.247500', '154927.707500', '154928.167500', '154928.627500', '154929.087500', '154929.547500', '154930.007500', '154930.467500', '154930.927500', '154931.387500', '154931.847500', '154932.307500', '154932.767500', '154933.227500', '154933.687500', '154934.147500', '154934.607500', '154935.067500', '154935.527500', '154935.987500', '154936.447500', '154936.907500', '154937.367500', '154937.827500', '154938.287500', '154938.747500', '154939.207500', '154939.667500', '154940.127500', '154940.587500', '154941.047500', '154941.507500', '154941.967500', '154942.427500', '154942.887500', '154943.347500', '154943.807500', '154944.267500', '154944.727500', '154945.187500', '154945.647500', '154946.107500', '154946.567500', '154947.027500', '154947.487500', '154947.947500', '154948.407500', '154948.867500', '154949.327500', '154949.787500', '154950.247500', '154950.707500', '154951.167500', '154951.627500', '154952.087500', '154952.547500', '154953.007500', '154953.467500', '154953.927500', '154954.387500', '154954.847500', '154955.307500', '154955.767500', '154956.227500', '154956.687500', '154957.147500', '154957.607500', '154958.067500', '154958.527500', '154958.987500', '154959.447500', '154959.907500', '155000.367500', '155000.827500', '155001.287500', '155001.747500', '155002.207500', '155002.667500', '155003.127500', '155003.587500', '155004.047500', '155004.507500', '155004.967500', '155005.427500', '155005.887500', '155006.347500', '155006.807500', '155007.267500', '155007.727500', '155008.187500', '155008.647500', '155009.107500', '155009.567500', '155010.027500', '155010.487500', '155010.947500', '155011.407500', '155011.867500', '155012.327500', '155012.787500', '155013.247500', '155013.707500', '155014.167500', '155014.627500', '155015.087500', '155015.547500', '155016.007500', '155016.467500', '155016.927500', '155017.387500', '155017.847500', '155018.307500', '155018.767500', '155019.227500', '155019.687500', '155020.147500', '155020.607500', '155021.067500', '155021.527500', '155021.987500', '155022.447500', '155022.907500', '155023.367500', '155023.827500', '155024.287500', '155024.747500', '155025.207500', '155025.667500', '155026.127500', '155026.587500', '155027.047500', '155027.507500', '155027.967500', '155028.427500', '155028.887500', '155029.347500', '155029.807500', '155030.267500', '155030.727500', '155031.187500', '155031.647500', '155032.107500', '155032.567500', '155033.027500', '155033.487500', '155033.947500', '155034.407500', '155034.867500', '155035.327500', '155035.787500', '155036.247500', '155036.707500', '155037.167500', '155037.627500', '155038.087500', '155038.547500', '155039.007500', '155039.467500', '155039.927500', '155040.387500', '155040.847500', '155041.307500', '155041.767500', '155042.227500', '155042.687500', '155043.147500', '155043.607500', '155044.067500', '155044.527500', '155044.987500', '155045.447500', '155045.907500', '155046.367500', '155046.827500', '155047.287500', '155047.747500', '155048.207500', '155048.667500', '155049.127500', '155049.587500', '155050.047500', '155050.507500', '155050.967500', '155051.427500', '155051.887500', '155052.347500', '155052.807500', '155053.267500', '155053.727500', '155054.187500', '155054.647500', '155055.107500', '155055.567500', '155056.027500', '155056.487500', '155056.947500', '155057.407500', '155057.867500', '155058.327500', '155058.787500', '155059.247500', '155059.707500', '155100.167500', '155100.627500', '155101.087500', '155101.547500', '155102.007500', '155102.467500', '155102.927500', '155103.387500', '155103.847500', '155104.307500', '155104.767500', '155105.227500', '155105.687500', '155106.147500', '155106.607500', '155107.067500', '155107.527500', '155107.987500', '155108.447500', '155108.907500', '155109.367500', '155109.827500', '155110.287500', '155110.747500', '155111.207500', '155111.667500', '155112.127500', '155112.587500', '155113.047500', '155113.507500', '155113.967500', '155114.427500', '155114.887500', '155115.347500', '155115.807500', '155116.267500', '155116.727500', '155117.187500', '155117.647500', '155118.107500', '155118.567500', '155119.027500', '155119.487500', '155119.947500', '155120.407500', '155120.867500', '155121.327500', '155121.787500', '155122.247500', '155122.707500', '155123.167500', '155123.627500', '155124.087500', '155124.547500', '155125.007500', '155125.467500', '155125.927500', '155126.387500', '155126.847500', '155127.307500', '155127.767500', '155128.227500', '155128.687500', '155129.147500', '155129.607500', '155130.067500', '155130.527500', '155130.987500', '155131.447500', '155131.907500', '155132.367500', '155132.827500', '155133.287500', '155133.747500', '155134.207500', '155134.667500', '155135.127500', '155135.587500', '155136.047500', '155136.507500', '155136.967500', '155137.427500', '155137.887500', '155138.347500', '155138.807500', '155139.267500', '155139.727500', '155140.187500', '155140.647500', '155141.107500', '155141.567500', '155142.027500', '155142.487500', '155142.947500', '155143.407500', '155143.867500', '155144.327500', '155144.787500', '155145.247500', '155145.707500', '155146.167500', '155146.627500', '155147.087500', '155147.547500', '155148.007500', '155148.467500', '155148.927500', '155149.387500', '155149.847500', '155150.307500', '155150.767500', '155151.227500', '155151.687500', '155152.147500', '155152.607500', '155153.067500', '155153.527500', '155153.987500', '155154.447500', '155154.907500', '155155.367500', '155155.827500', '155156.287500', '155156.747500', '155157.207500', '155157.667500', '155158.127500', '155158.587500', '155159.047500', '155159.507500', '155159.967500', '155200.427500', '155200.887500', '155201.347500', '155201.807500', '155202.267500', '155202.727500', '155203.187500', '155203.647500', '155204.107500', '155204.567500', '155205.027500', '155205.487500', '155205.947500', '155206.407500', '155206.867500', '155207.327500', '155207.787500', '155208.247500', '155208.707500', '155209.167500', '155209.627500', '155210.087500', '155210.547500', '155211.007500', '155211.467500', '155211.927500', '155212.387500', '155212.847500', '155213.307500', '155213.767500', '155214.227500', '155214.687500', '155215.147500', '155215.607500', '155216.067500', '155216.527500', '155216.987500', '155217.447500', '155217.907500', '155218.367500', '155218.827500', '155219.287500', '155219.747500', '155220.207500', '155220.667500', '155221.127500', '155221.587500', '155222.047500', '155222.507500', '155222.967500', '155223.427500', '155223.887500', '155224.347500', '155224.807500', '155225.267500', '155225.727500', '155226.187500', '155226.647500', '155227.107500', '155227.567500', '155228.027500', '155228.487500', '155228.947500', '155229.407500', '155229.867500', '155230.327500', '155230.787500', '155231.247500', '155231.707500', '155232.167500', '155232.627500', '155233.087500', '155233.547500', '155234.007500', '155234.467500', '155234.927500', '155235.387500', '155235.847500', '155236.307500', '155236.767500', '155237.227500', '155237.687500', '155238.147500', '155238.607500', '155239.067500', '155239.527500', '155239.987500', '155240.447500', '155240.907500', '155241.367500', '155241.827500', '155242.287500', '155242.747500', '155243.207500', '155243.667500', '155244.127500', '155244.587500', '155245.047500', '155245.507500', '155245.967500', '155246.427500', '155246.887500', '155247.347500', '155247.807500', '155248.267500', '155248.727500', '155249.187500', '155249.647500', '155250.107500', '155250.567500', '155251.027500', '155251.487500', '155251.947500', '155252.407500', '155252.867500', '155253.327500', '155253.787500', '155254.247500', '155254.707500', '155255.167500', '155255.627500', '155256.087500', '155256.547500', '155257.007500', '155257.467500', '155257.927500', '155258.387500', '155258.847500', '155259.307500', '155259.767500', '155300.227500', '155300.687500', '155301.147500', '155301.607500', '155302.067500', '155302.527500', '155302.987500', '155303.447500', '155303.907500', '155304.367500', '155304.827500', '155305.287500', '155305.747500', '155306.207500', '155306.667500', '155307.127500', '155307.587500', '155308.047500', '155308.507500', '155308.967500', '155309.427500', '155309.887500', '155310.347500', '155310.807500', '155311.267500', '155311.727500', '155312.187500', '155312.647500', '155313.107500', '155313.567500', '155314.027500', '155314.487500', '155314.947500', '155315.407500', '155315.867500', '155316.327500', '155316.787500', '155317.247500', '155317.707500', '155318.167500', '155318.627500', '155319.087500', '155319.547500', '155320.007500', '155320.467500', '155320.927500', '155321.387500', '155321.847500', '155322.307500', '155322.767500', '155323.227500', '155323.687500', '155324.147500', '155324.607500', '155325.067500', '155325.527500', '155325.987500', '155326.447500', '155326.907500', '155327.367500', '155327.827500', '155328.287500', '155328.747500', '155329.207500', '155329.667500', '155330.127500', '155330.587500', '155331.047500', '155331.507500', '155331.967500', '155332.427500', '155332.887500', '155333.347500', '155333.807500', '155334.267500', '155334.727500', '155335.187500', '155335.647500', '155336.107500', '155336.567500', '155337.027500', '155337.487500', '155337.947500', '155338.407500', '155338.867500', '155339.327500', '155339.787500', '155340.247500', '155340.707500', '155341.167500', '155341.627500', '155342.087500', '155342.547500', '155343.007500', '155343.467500', '155343.927500', '155344.387500', '155344.847500', '155345.307500', '155345.767500', '155346.227500', '155346.687500', '155347.147500', '155347.607500', '155348.067500', '155348.527500', '155348.987500', '155349.447500', '155349.907500', '155350.367500', '155350.827500', '155351.287500', '155351.747500', '155352.207500', '155352.667500', '155353.127500', '155353.587500', '155354.047500', '155354.507500', '155354.967500', '155355.427500', '155355.887500', '155356.347500', '155356.807500', '155357.267500', '155357.727500', '155358.187500', '155358.647500', '155359.107500', '155359.567500', '155400.027500', '155400.487500', '155400.947500', '155401.407500', '155401.867500', '155402.327500', '155402.787500', '155403.247500', '155403.707500'], 'ContentTime': ['154615.556000', '154615.559000', '154615.562000', '154615.565000', '154615.567000', '154615.570000', '154615.572000', '154615.575000', '154615.577000', '154615.580000', '154615.582000', '154615.585000', '154615.587000', '154615.590000', '154615.593000', '154615.595000', '154615.598000', '154615.600000', '154615.603000', '154615.606000', '154615.608000', '154615.611000', '154615.613000', '154615.616000', '154615.625000', '154615.628000', '154615.630000', '154615.633000', '154615.636000', '154615.638000', '154615.641000', '154615.643000', '154615.646000', '154615.648000', '154615.651000', '154615.653000', '154615.656000', '154615.659000', '154615.661000', '154615.664000', '154615.666000', '154615.669000', '154615.671000', '154615.674000', '154615.676000', '154615.679000', '154615.681000', '154615.684000', '154615.686000', '154615.689000', '154615.692000', '154635.502000', '154635.505000', '154635.508000', '154635.510000', '154635.513000', '154635.516000', '154635.518000', '154635.521000', '154635.523000', '154635.526000', '154635.529000', '154635.531000', '154635.534000', '154635.536000', '154635.539000', '154635.541000', '154635.544000', '154635.547000', '154635.549000', '154635.552000', '154635.554000', '154635.557000', '154635.559000', '154635.562000', '154635.565000', '154635.567000', '154635.570000', '154635.577000', '154635.579000', '154635.582000', '154635.584000', '154635.587000', '154635.590000', '154635.592000', '154635.595000', '154635.597000', '154635.600000', '154635.602000', '154635.605000', '154635.607000', '154635.610000', '154635.613000', '154635.615000', '154655.503000', '154655.505000', '154655.508000', '154655.511000', '154655.513000', '154655.516000', '154655.518000', '154655.521000', '154655.523000', '154655.528000', '154655.531000', '154655.533000', '154655.536000', '154655.538000', '154655.541000', '154655.543000', '154655.546000', '154655.548000', '154655.551000', '154655.553000', '154655.556000', '154655.559000', '154655.561000', '154655.564000', '154655.566000', '154655.569000', '154655.571000', '154655.574000', '154655.576000', '154655.579000', '154655.581000', '154655.584000', '154655.587000', '154655.589000', '154655.592000', '154655.594000', '154655.597000', '154655.599000', '154655.602000', '154655.604000', '154655.607000', '154655.609000', '154655.612000', '154655.614000', '154715.503000', '154715.505000', '154715.508000', '154715.511000', '154715.513000', '154715.517000', '154715.520000', '154715.523000', '154715.525000', '154715.528000', '154715.531000', '154715.533000', '154715.536000', '154715.538000', '154715.541000', '154715.543000', '154715.546000', '154715.549000', '154715.551000', '154715.554000', '154715.556000', '154715.559000', '154715.561000', '154715.564000', '154715.566000', '154715.569000', '154715.572000', '154715.574000', '154715.577000', '154715.579000', '154715.589000', '154715.591000', '154715.594000', '154715.597000', '154715.599000', '154715.602000', '154715.604000', '154715.607000', '154715.610000', '154715.612000', '154715.615000', '154715.617000', '154715.620000', '154735.502000', '154735.505000', '154735.507000', '154735.510000', '154735.512000', '154735.515000', '154735.517000', '154735.520000', '154735.522000', '154735.525000', '154735.527000', '154735.530000', '154735.532000', '154735.535000', '154735.538000', '154735.540000', '154735.543000', '154735.545000', '154735.548000', '154735.550000', '154735.553000', '154735.556000', '154735.558000', '154735.561000', '154735.563000', '154735.566000', '154735.568000', '154735.571000', '154735.574000', '154735.576000', '154735.579000', '154735.581000', '154735.584000', '154735.586000', '154735.589000', '154735.592000', '154735.594000', '154735.597000', '154735.599000', '154735.608000', '154735.610000', '154735.613000', '154735.616000', '154735.618000', '154755.503000', '154755.535000', '154755.537000', '154755.540000', '154755.543000', '154755.545000', '154755.548000', '154755.550000', '154755.553000', '154755.555000', '154755.558000', '154755.560000', '154755.563000', '154755.566000', '154755.568000', '154755.571000', '154755.573000', '154755.576000', '154755.579000', '154755.581000', '154755.584000', '154755.586000', '154755.589000', '154755.591000', '154755.594000', '154755.597000', '154755.599000', '154755.602000', '154755.604000', '154755.607000', '154755.610000', '154755.612000', '154755.615000', '154755.618000', '154755.620000', '154755.623000', '154755.625000', '154755.628000', '154755.630000', '154755.633000', '154755.635000', '154755.638000', '154755.640000', '154815.503000', '154815.506000', '154815.508000', '154815.511000', '154815.513000', '154815.516000', '154815.519000', '154815.521000', '154815.524000', '154815.526000', '154815.529000', '154815.531000', '154815.534000', '154815.536000', '154815.539000', '154815.542000', '154815.544000', '154815.547000', '154815.549000', '154815.552000', '154815.554000', '154815.557000', '154815.559000', '154815.562000', '154815.564000', '154815.567000', '154815.570000', '154815.572000', '154815.575000', '154815.577000', '154815.580000', '154815.582000', '154815.585000', '154815.587000', '154815.590000', '154815.593000', '154815.595000', '154815.598000', '154815.600000', '154815.603000', '154815.605000', '154815.608000', '154815.610000', '154815.613000', '154835.503000', '154835.506000', '154835.508000', '154835.511000', '154835.513000', '154835.516000', '154835.518000', '154835.521000', '154835.524000', '154835.526000', '154835.529000', '154835.531000', '154835.534000', '154835.536000', '154835.539000', '154835.541000', '154835.544000', '154835.547000', '154835.549000', '154835.552000', '154835.554000', '154835.557000', '154835.560000', '154835.563000', '154835.566000', '154835.569000', '154835.571000', '154835.574000', '154835.576000', '154835.579000', '154835.581000', '154835.584000', '154835.587000', '154835.589000', '154835.592000', '154835.594000', '154835.597000', '154835.600000', '154835.602000', '154835.605000', '154835.607000', '154835.610000', '154835.613000', '154855.502000', '154855.506000', '154855.509000', '154855.511000', '154855.514000', '154855.516000', '154855.519000', '154855.521000', '154855.524000', '154855.526000', '154855.529000', '154855.531000', '154855.534000', '154855.537000', '154855.539000', '154855.542000', '154855.544000', '154855.547000', '154855.550000', '154855.552000', '154855.555000', '154855.557000', '154855.560000', '154855.562000', '154855.565000', '154855.567000', '154855.570000', '154855.573000', '154855.575000', '154855.578000', '154855.580000', '154855.583000', '154855.585000', '154855.588000', '154855.591000', '154855.593000', '154855.596000', '154855.598000', '154855.601000', '154855.603000', '154855.606000', '154855.609000', '154855.611000', '154855.614000', '154915.503000', '154915.506000', '154915.508000', '154915.511000', '154915.513000', '154915.516000', '154915.518000', '154915.521000', '154915.523000', '154915.526000', '154915.529000', '154915.531000', '154915.534000', '154915.536000', '154915.539000', '154915.542000', '154915.544000', '154915.547000', '154915.549000', '154915.552000', '154915.555000', '154915.557000', '154915.560000', '154915.562000', '154915.565000', '154915.567000', '154915.589000', '154915.592000', '154915.594000', '154915.597000', '154915.599000', '154915.602000', '154915.605000', '154915.607000', '154915.610000', '154915.613000', '154915.616000', '154915.619000', '154915.622000', '154915.624000', '154915.627000', '154915.630000', '154915.632000', '154935.502000', '154935.505000', '154935.508000', '154935.511000', '154935.513000', '154935.516000', '154935.518000', '154935.521000', '154935.523000', '154935.526000', '154935.528000', '154935.531000', '154935.534000', '154935.536000', '154935.539000', '154935.541000', '154935.544000', '154935.546000', '154935.549000', '154935.551000', '154935.554000', '154935.556000', '154935.559000', '154935.562000', '154935.564000', '154935.567000', '154935.569000', '154935.572000', '154935.575000', '154935.577000', '154935.580000', '154935.582000', '154935.585000', '154935.587000', '154935.590000', '154935.593000', '154935.595000', '154935.598000', '154935.600000', '154935.603000', '154935.606000', '154935.608000', '154935.611000', '154935.614000', '154955.502000', '154955.504000', '154955.507000', '154955.510000', '154955.512000', '154955.515000', '154955.518000', '154955.520000', '154955.523000', '154955.526000', '154955.528000', '154955.531000', '154955.534000', '154955.536000', '154955.539000', '154955.541000', '154955.544000', '154955.546000', '154955.549000', '154955.552000', '154955.554000', '154955.557000', '154955.559000', '154955.562000', '154955.564000', '154955.567000', '154955.570000', '154955.572000', '154955.575000', '154955.577000', '154955.580000', '154955.582000', '154955.585000', '154955.588000', '154955.590000', '154955.593000', '154955.595000', '154955.598000', '154955.600000', '154955.603000', '154955.606000', '154955.608000', '154955.611000', '155015.503000', '155015.506000', '155015.508000', '155015.511000', '155015.513000', '155015.516000', '155015.518000', '155015.521000', '155015.524000', '155015.526000', '155015.529000', '155015.532000', '155015.534000', '155015.537000', '155015.539000', '155015.542000', '155015.544000', '155015.547000', '155015.549000', '155015.552000', '155015.554000', '155015.557000', '155015.560000', '155015.562000', '155015.565000', '155015.567000', '155015.570000', '155015.572000', '155015.575000', '155015.577000', '155015.580000', '155015.583000', '155015.585000', '155015.588000', '155015.590000', '155015.593000', '155015.596000', '155015.598000', '155015.601000', '155015.603000', '155015.606000', '155015.608000', '155015.611000', '155015.613000', '155035.503000', '155035.506000', '155035.508000', '155035.511000', '155035.513000', '155035.516000', '155035.518000', '155035.521000', '155035.524000', '155035.526000', '155035.529000', '155035.531000', '155035.534000', '155035.536000', '155035.539000', '155035.542000', '155035.544000', '155035.547000', '155035.549000', '155035.552000', '155035.555000', '155035.557000', '155035.560000', '155035.562000', '155035.565000', '155035.568000', '155035.570000', '155035.573000', '155035.575000', '155035.578000', '155035.581000', '155035.583000', '155035.586000', '155035.588000', '155035.591000', '155035.594000', '155035.596000', '155035.599000', '155035.602000', '155035.604000', '155035.607000', '155035.609000', '155035.612000', '155055.503000', '155055.505000', '155055.508000', '155055.511000', '155055.513000', '155055.516000', '155055.519000', '155055.534000', '155055.536000', '155055.539000', '155055.542000', '155055.544000', '155055.547000', '155055.549000', '155055.552000', '155055.554000', '155055.557000', '155055.560000', '155055.562000', '155055.565000', '155055.567000', '155055.570000', '155055.573000', '155055.575000', '155055.578000', '155055.580000', '155055.583000', '155055.585000', '155055.588000', '155055.591000', '155055.593000', '155055.596000', '155055.598000', '155055.601000', '155055.603000', '155055.606000', '155055.609000', '155055.611000', '155055.614000', '155055.616000', '155055.619000', '155055.621000', '155055.624000', '155055.627000', '155115.503000', '155115.505000', '155115.508000', '155115.511000', '155115.513000', '155115.516000', '155115.518000', '155115.521000', '155115.524000', '155115.526000', '155115.529000', '155115.531000', '155115.534000', '155115.536000', '155115.539000', '155115.542000', '155115.544000', '155115.547000', '155115.549000', '155115.552000', '155115.555000', '155115.557000', '155115.560000', '155115.562000', '155115.565000', '155115.568000', '155115.570000', '155115.573000', '155115.575000', '155115.578000', '155115.581000', '155115.583000', '155115.586000', '155115.589000', '155115.591000', '155115.594000', '155115.597000', '155115.599000', '155115.602000', '155115.604000', '155115.607000', '155115.610000', '155115.612000', '155135.502000', '155135.506000', '155135.508000', '155135.511000', '155135.513000', '155135.516000', '155135.518000', '155135.521000', '155135.524000', '155135.526000', '155135.529000', '155135.531000', '155135.534000', '155135.536000', '155135.539000', '155135.541000', '155135.544000', '155135.546000', '155135.549000', '155135.551000', '155135.554000', '155135.558000', '155135.561000', '155135.564000', '155135.566000', '155135.569000', '155135.571000', '155135.574000', '155135.577000', '155135.579000', '155135.582000', '155135.584000', '155135.587000', '155135.589000', '155135.592000', '155135.595000', '155135.597000', '155135.600000', '155135.602000', '155135.605000', '155135.608000', '155135.610000', '155135.613000', '155135.615000', '155155.502000', '155155.505000', '155155.508000', '155155.510000', '155155.513000', '155155.516000', '155155.518000', '155155.521000', '155155.523000', '155155.526000', '155155.529000', '155155.531000', '155155.534000', '155155.536000', '155155.539000', '155155.542000', '155155.544000', '155155.547000', '155155.550000', '155155.553000', '155155.555000', '155155.558000', '155155.560000', '155155.563000', '155155.565000', '155155.568000', '155155.571000', '155155.573000', '155155.576000', '155155.578000', '155155.581000', '155155.583000', '155155.586000', '155155.589000', '155155.591000', '155155.594000', '155155.596000', '155155.599000', '155155.602000', '155155.604000', '155155.607000', '155155.610000', '155155.612000', '155215.503000', '155215.506000', '155215.508000', '155215.511000', '155215.514000', '155215.516000', '155215.519000', '155215.521000', '155215.524000', '155215.526000', '155215.529000', '155215.531000', '155215.534000', '155215.536000', '155215.539000', '155215.542000', '155215.544000', '155215.547000', '155215.560000', '155215.562000', '155215.565000', '155215.568000', '155215.570000', '155215.573000', '155215.575000', '155215.578000', '155215.580000', '155215.583000', '155215.585000', '155215.588000', '155215.591000', '155215.593000', '155215.596000', '155215.599000', '155215.601000', '155215.604000', '155215.606000', '155215.609000', '155215.611000', '155215.614000', '155215.616000', '155215.619000', '155215.622000', '155215.624000', '155235.503000', '155235.506000', '155235.508000', '155235.511000', '155235.514000', '155235.516000', '155235.519000', '155235.521000', '155235.524000', '155235.527000', '155235.529000', '155235.532000', '155235.534000', '155235.537000', '155235.539000', '155235.542000', '155235.545000', '155235.547000', '155235.550000', '155235.552000', '155235.555000', '155235.557000', '155235.560000', '155235.563000', '155235.565000', '155235.568000', '155235.570000', '155235.573000', '155235.575000', '155235.578000', '155235.580000', '155235.583000', '155235.586000', '155235.588000', '155235.591000', '155235.593000', '155235.596000', '155235.599000', '155235.601000', '155235.604000', '155235.606000', '155235.609000', '155235.611000', '155255.502000', '155255.505000', '155255.508000', '155255.511000', '155255.513000', '155255.516000', '155255.518000', '155255.521000', '155255.523000', '155255.526000', '155255.528000', '155255.531000', '155255.538000', '155255.541000', '155255.544000', '155255.547000', '155255.549000', '155255.552000', '155255.555000', '155255.557000', '155255.560000', '155255.563000', '155255.565000', '155255.568000', '155255.571000', '155255.573000', '155255.576000', '155255.578000', '155255.581000', '155255.584000', '155255.586000', '155255.589000', '155255.592000', '155255.594000', '155255.597000', '155255.599000', '155255.602000', '155255.604000', '155255.607000', '155255.609000', '155255.612000', '155255.615000', '155255.617000', '155315.503000', '155315.506000', '155315.508000', '155315.511000', '155315.513000', '155315.516000', '155315.519000', '155315.521000', '155315.524000', '155315.526000', '155315.529000', '155315.531000', '155315.534000', '155315.537000', '155315.539000', '155315.542000', '155315.544000', '155315.547000', '155315.550000', '155315.552000', '155315.555000', '155315.557000', '155315.560000', '155315.562000', '155315.565000', '155315.567000', '155315.570000', '155315.573000', '155315.575000', '155315.578000', '155315.580000', '155315.583000', '155315.586000', '155315.588000', '155315.591000', '155315.593000', '155315.596000', '155315.599000', '155315.601000', '155315.604000', '155315.606000', '155315.609000', '155315.612000', '155315.614000', '155335.503000', '155335.506000', '155335.508000', '155335.511000', '155335.513000', '155335.516000', '155335.519000', '155335.521000', '155335.524000', '155335.526000', '155335.529000', '155335.532000', '155335.534000', '155335.537000', '155335.540000', '155335.553000', '155335.556000', '155335.559000', '155335.561000', '155335.564000', '155335.566000', '155335.569000', '155335.572000', '155335.574000', '155335.577000', '155335.579000', '155335.582000', '155335.584000', '155335.587000', '155335.589000', '155335.592000', '155335.595000', '155335.597000', '155335.600000', '155335.602000', '155335.605000', '155335.608000', '155335.610000', '155335.613000', '155335.616000', '155335.618000', '155335.621000', '155335.623000', '155355.503000', '155355.506000', '155355.508000', '155355.511000', '155355.514000', '155355.516000', '155355.519000', '155355.521000', '155355.524000', '155355.527000', '155355.529000', '155355.532000', '155355.534000', '155355.537000', '155355.539000', '155355.542000', '155355.545000', '155355.547000', '155355.550000', '155355.553000', '155355.555000', '155355.558000', '155355.560000', '155355.563000', '155355.565000', '155355.568000', '155355.570000', '155355.573000', '155355.576000', '155355.579000', '155355.582000', '155355.585000', '155355.587000', '155355.590000', '155355.593000', '155355.595000', '155355.598000', '155355.601000', '155355.603000', '155355.606000', '155355.608000', '155355.611000', '155355.613000', '155355.616000', '155405.396000', '155405.399000', '155405.402000', '155405.405000', '155405.408000', '155405.410000', '155405.413000', '155405.416000', '155405.418000', '155405.421000', '155405.424000', '155405.426000', '155405.429000', '155405.432000', '155405.434000', '155405.437000', '155405.440000', '155405.442000', '155405.445000', '155405.448000', '155405.450000', '155405.453000'], 'InstanceCreationTime': ['154615.556000', '154615.559000', '154615.562000', '154615.565000', '154615.567000', '154615.570000', '154615.572000', '154615.575000', '154615.577000', '154615.580000', '154615.582000', '154615.585000', '154615.587000', '154615.590000', '154615.593000', '154615.595000', '154615.598000', '154615.600000', '154615.603000', '154615.606000', '154615.608000', '154615.611000', '154615.613000', '154615.616000', '154615.625000', '154615.628000', '154615.630000', '154615.633000', '154615.636000', '154615.638000', '154615.641000', '154615.643000', '154615.646000', '154615.648000', '154615.651000', '154615.653000', '154615.656000', '154615.659000', '154615.661000', '154615.664000', '154615.666000', '154615.669000', '154615.671000', '154615.674000', '154615.676000', '154615.679000', '154615.681000', '154615.684000', '154615.686000', '154615.689000', '154615.692000', '154635.502000', '154635.505000', '154635.508000', '154635.510000', '154635.513000', '154635.516000', '154635.518000', '154635.521000', '154635.523000', '154635.526000', '154635.529000', '154635.531000', '154635.534000', '154635.536000', '154635.539000', '154635.541000', '154635.544000', '154635.547000', '154635.549000', '154635.552000', '154635.554000', '154635.557000', '154635.559000', '154635.562000', '154635.565000', '154635.567000', '154635.570000', '154635.577000', '154635.579000', '154635.582000', '154635.584000', '154635.587000', '154635.590000', '154635.592000', '154635.595000', '154635.597000', '154635.600000', '154635.602000', '154635.605000', '154635.607000', '154635.610000', '154635.613000', '154635.615000', '154655.503000', '154655.505000', '154655.508000', '154655.511000', '154655.513000', '154655.516000', '154655.518000', '154655.521000', '154655.523000', '154655.528000', '154655.531000', '154655.533000', '154655.536000', '154655.538000', '154655.541000', '154655.543000', '154655.546000', '154655.548000', '154655.551000', '154655.553000', '154655.556000', '154655.559000', '154655.561000', '154655.564000', '154655.566000', '154655.569000', '154655.571000', '154655.574000', '154655.576000', '154655.579000', '154655.581000', '154655.584000', '154655.587000', '154655.589000', '154655.592000', '154655.594000', '154655.597000', '154655.599000', '154655.602000', '154655.604000', '154655.607000', '154655.609000', '154655.612000', '154655.614000', '154715.503000', '154715.505000', '154715.508000', '154715.511000', '154715.513000', '154715.517000', '154715.520000', '154715.523000', '154715.525000', '154715.528000', '154715.531000', '154715.533000', '154715.536000', '154715.538000', '154715.541000', '154715.543000', '154715.546000', '154715.549000', '154715.551000', '154715.554000', '154715.556000', '154715.559000', '154715.561000', '154715.564000', '154715.566000', '154715.569000', '154715.572000', '154715.574000', '154715.577000', '154715.579000', '154715.589000', '154715.591000', '154715.594000', '154715.597000', '154715.599000', '154715.602000', '154715.604000', '154715.607000', '154715.610000', '154715.612000', '154715.615000', '154715.617000', '154715.620000', '154735.502000', '154735.505000', '154735.507000', '154735.510000', '154735.512000', '154735.515000', '154735.517000', '154735.520000', '154735.522000', '154735.525000', '154735.527000', '154735.530000', '154735.532000', '154735.535000', '154735.538000', '154735.540000', '154735.543000', '154735.545000', '154735.548000', '154735.550000', '154735.553000', '154735.556000', '154735.558000', '154735.561000', '154735.563000', '154735.566000', '154735.568000', '154735.571000', '154735.574000', '154735.576000', '154735.579000', '154735.581000', '154735.584000', '154735.586000', '154735.589000', '154735.592000', '154735.594000', '154735.597000', '154735.599000', '154735.608000', '154735.610000', '154735.613000', '154735.616000', '154735.618000', '154755.503000', '154755.535000', '154755.537000', '154755.540000', '154755.543000', '154755.545000', '154755.548000', '154755.550000', '154755.553000', '154755.555000', '154755.558000', '154755.560000', '154755.563000', '154755.566000', '154755.568000', '154755.571000', '154755.573000', '154755.576000', '154755.579000', '154755.581000', '154755.584000', '154755.586000', '154755.589000', '154755.591000', '154755.594000', '154755.597000', '154755.599000', '154755.602000', '154755.604000', '154755.607000', '154755.610000', '154755.612000', '154755.615000', '154755.618000', '154755.620000', '154755.623000', '154755.625000', '154755.628000', '154755.630000', '154755.633000', '154755.635000', '154755.638000', '154755.640000', '154815.503000', '154815.506000', '154815.508000', '154815.511000', '154815.513000', '154815.516000', '154815.519000', '154815.521000', '154815.524000', '154815.526000', '154815.529000', '154815.531000', '154815.534000', '154815.536000', '154815.539000', '154815.542000', '154815.544000', '154815.547000', '154815.549000', '154815.552000', '154815.554000', '154815.557000', '154815.559000', '154815.562000', '154815.564000', '154815.567000', '154815.570000', '154815.572000', '154815.575000', '154815.577000', '154815.580000', '154815.582000', '154815.585000', '154815.587000', '154815.590000', '154815.593000', '154815.595000', '154815.598000', '154815.600000', '154815.603000', '154815.605000', '154815.608000', '154815.610000', '154815.613000', '154835.503000', '154835.506000', '154835.508000', '154835.511000', '154835.513000', '154835.516000', '154835.518000', '154835.521000', '154835.524000', '154835.526000', '154835.529000', '154835.531000', '154835.534000', '154835.536000', '154835.539000', '154835.541000', '154835.544000', '154835.547000', '154835.549000', '154835.552000', '154835.554000', '154835.557000', '154835.560000', '154835.563000', '154835.566000', '154835.569000', '154835.571000', '154835.574000', '154835.576000', '154835.579000', '154835.581000', '154835.584000', '154835.587000', '154835.589000', '154835.592000', '154835.594000', '154835.597000', '154835.600000', '154835.602000', '154835.605000', '154835.607000', '154835.610000', '154835.613000', '154855.502000', '154855.506000', '154855.509000', '154855.511000', '154855.514000', '154855.516000', '154855.519000', '154855.521000', '154855.524000', '154855.526000', '154855.529000', '154855.531000', '154855.534000', '154855.537000', '154855.539000', '154855.542000', '154855.544000', '154855.547000', '154855.550000', '154855.552000', '154855.555000', '154855.557000', '154855.560000', '154855.562000', '154855.565000', '154855.567000', '154855.570000', '154855.573000', '154855.575000', '154855.578000', '154855.580000', '154855.583000', '154855.585000', '154855.588000', '154855.591000', '154855.593000', '154855.596000', '154855.598000', '154855.601000', '154855.603000', '154855.606000', '154855.609000', '154855.611000', '154855.614000', '154915.503000', '154915.506000', '154915.508000', '154915.511000', '154915.513000', '154915.516000', '154915.518000', '154915.521000', '154915.523000', '154915.526000', '154915.529000', '154915.531000', '154915.534000', '154915.536000', '154915.539000', '154915.542000', '154915.544000', '154915.547000', '154915.549000', '154915.552000', '154915.555000', '154915.557000', '154915.560000', '154915.562000', '154915.565000', '154915.567000', '154915.589000', '154915.592000', '154915.594000', '154915.597000', '154915.599000', '154915.602000', '154915.605000', '154915.607000', '154915.610000', '154915.613000', '154915.616000', '154915.619000', '154915.622000', '154915.624000', '154915.627000', '154915.630000', '154915.632000', '154935.502000', '154935.505000', '154935.508000', '154935.511000', '154935.513000', '154935.516000', '154935.518000', '154935.521000', '154935.523000', '154935.526000', '154935.528000', '154935.531000', '154935.534000', '154935.536000', '154935.539000', '154935.541000', '154935.544000', '154935.546000', '154935.549000', '154935.551000', '154935.554000', '154935.556000', '154935.559000', '154935.562000', '154935.564000', '154935.567000', '154935.569000', '154935.572000', '154935.575000', '154935.577000', '154935.580000', '154935.582000', '154935.585000', '154935.587000', '154935.590000', '154935.593000', '154935.595000', '154935.598000', '154935.600000', '154935.603000', '154935.606000', '154935.608000', '154935.611000', '154935.614000', '154955.502000', '154955.504000', '154955.507000', '154955.510000', '154955.512000', '154955.515000', '154955.518000', '154955.520000', '154955.523000', '154955.526000', '154955.528000', '154955.531000', '154955.534000', '154955.536000', '154955.539000', '154955.541000', '154955.544000', '154955.546000', '154955.549000', '154955.552000', '154955.554000', '154955.557000', '154955.559000', '154955.562000', '154955.564000', '154955.567000', '154955.570000', '154955.572000', '154955.575000', '154955.577000', '154955.580000', '154955.582000', '154955.585000', '154955.588000', '154955.590000', '154955.593000', '154955.595000', '154955.598000', '154955.600000', '154955.603000', '154955.606000', '154955.608000', '154955.611000', '155015.503000', '155015.506000', '155015.508000', '155015.511000', '155015.513000', '155015.516000', '155015.518000', '155015.521000', '155015.524000', '155015.526000', '155015.529000', '155015.532000', '155015.534000', '155015.537000', '155015.539000', '155015.542000', '155015.544000', '155015.547000', '155015.549000', '155015.552000', '155015.554000', '155015.557000', '155015.560000', '155015.562000', '155015.565000', '155015.567000', '155015.570000', '155015.572000', '155015.575000', '155015.577000', '155015.580000', '155015.583000', '155015.585000', '155015.588000', '155015.590000', '155015.593000', '155015.596000', '155015.598000', '155015.601000', '155015.603000', '155015.606000', '155015.608000', '155015.611000', '155015.613000', '155035.503000', '155035.506000', '155035.508000', '155035.511000', '155035.513000', '155035.516000', '155035.518000', '155035.521000', '155035.524000', '155035.526000', '155035.529000', '155035.531000', '155035.534000', '155035.536000', '155035.539000', '155035.542000', '155035.544000', '155035.547000', '155035.549000', '155035.552000', '155035.555000', '155035.557000', '155035.560000', '155035.562000', '155035.565000', '155035.568000', '155035.570000', '155035.573000', '155035.575000', '155035.578000', '155035.581000', '155035.583000', '155035.586000', '155035.588000', '155035.591000', '155035.594000', '155035.596000', '155035.599000', '155035.602000', '155035.604000', '155035.607000', '155035.609000', '155035.612000', '155055.503000', '155055.505000', '155055.508000', '155055.511000', '155055.513000', '155055.516000', '155055.519000', '155055.534000', '155055.536000', '155055.539000', '155055.542000', '155055.544000', '155055.547000', '155055.549000', '155055.552000', '155055.554000', '155055.557000', '155055.560000', '155055.562000', '155055.565000', '155055.567000', '155055.570000', '155055.573000', '155055.575000', '155055.578000', '155055.580000', '155055.583000', '155055.585000', '155055.588000', '155055.591000', '155055.593000', '155055.596000', '155055.598000', '155055.601000', '155055.603000', '155055.606000', '155055.609000', '155055.611000', '155055.614000', '155055.616000', '155055.619000', '155055.621000', '155055.624000', '155055.627000', '155115.503000', '155115.505000', '155115.508000', '155115.511000', '155115.513000', '155115.516000', '155115.518000', '155115.521000', '155115.524000', '155115.526000', '155115.529000', '155115.531000', '155115.534000', '155115.536000', '155115.539000', '155115.542000', '155115.544000', '155115.547000', '155115.549000', '155115.552000', '155115.555000', '155115.557000', '155115.560000', '155115.562000', '155115.565000', '155115.568000', '155115.570000', '155115.573000', '155115.575000', '155115.578000', '155115.581000', '155115.583000', '155115.586000', '155115.589000', '155115.591000', '155115.594000', '155115.597000', '155115.599000', '155115.602000', '155115.604000', '155115.607000', '155115.610000', '155115.612000', '155135.502000', '155135.506000', '155135.508000', '155135.511000', '155135.513000', '155135.516000', '155135.518000', '155135.521000', '155135.524000', '155135.526000', '155135.529000', '155135.531000', '155135.534000', '155135.536000', '155135.539000', '155135.541000', '155135.544000', '155135.546000', '155135.549000', '155135.551000', '155135.554000', '155135.558000', '155135.561000', '155135.564000', '155135.566000', '155135.569000', '155135.571000', '155135.574000', '155135.577000', '155135.579000', '155135.582000', '155135.584000', '155135.587000', '155135.589000', '155135.592000', '155135.595000', '155135.597000', '155135.600000', '155135.602000', '155135.605000', '155135.608000', '155135.610000', '155135.613000', '155135.615000', '155155.502000', '155155.505000', '155155.508000', '155155.510000', '155155.513000', '155155.516000', '155155.518000', '155155.521000', '155155.523000', '155155.526000', '155155.529000', '155155.531000', '155155.534000', '155155.536000', '155155.539000', '155155.542000', '155155.544000', '155155.547000', '155155.550000', '155155.553000', '155155.555000', '155155.558000', '155155.560000', '155155.563000', '155155.565000', '155155.568000', '155155.571000', '155155.573000', '155155.576000', '155155.578000', '155155.581000', '155155.583000', '155155.586000', '155155.589000', '155155.591000', '155155.594000', '155155.596000', '155155.599000', '155155.602000', '155155.604000', '155155.607000', '155155.610000', '155155.612000', '155215.503000', '155215.506000', '155215.508000', '155215.511000', '155215.514000', '155215.516000', '155215.519000', '155215.521000', '155215.524000', '155215.526000', '155215.529000', '155215.531000', '155215.534000', '155215.536000', '155215.539000', '155215.542000', '155215.544000', '155215.547000', '155215.560000', '155215.562000', '155215.565000', '155215.568000', '155215.570000', '155215.573000', '155215.575000', '155215.578000', '155215.580000', '155215.583000', '155215.585000', '155215.588000', '155215.591000', '155215.593000', '155215.596000', '155215.599000', '155215.601000', '155215.604000', '155215.606000', '155215.609000', '155215.611000', '155215.614000', '155215.616000', '155215.619000', '155215.622000', '155215.624000', '155235.503000', '155235.506000', '155235.508000', '155235.511000', '155235.514000', '155235.516000', '155235.519000', '155235.521000', '155235.524000', '155235.527000', '155235.529000', '155235.532000', '155235.534000', '155235.537000', '155235.539000', '155235.542000', '155235.545000', '155235.547000', '155235.550000', '155235.552000', '155235.555000', '155235.557000', '155235.560000', '155235.563000', '155235.565000', '155235.568000', '155235.570000', '155235.573000', '155235.575000', '155235.578000', '155235.580000', '155235.583000', '155235.586000', '155235.588000', '155235.591000', '155235.593000', '155235.596000', '155235.599000', '155235.601000', '155235.604000', '155235.606000', '155235.609000', '155235.611000', '155255.502000', '155255.505000', '155255.508000', '155255.511000', '155255.513000', '155255.516000', '155255.518000', '155255.521000', '155255.523000', '155255.526000', '155255.528000', '155255.531000', '155255.538000', '155255.541000', '155255.544000', '155255.547000', '155255.549000', '155255.552000', '155255.555000', '155255.557000', '155255.560000', '155255.563000', '155255.565000', '155255.568000', '155255.571000', '155255.573000', '155255.576000', '155255.578000', '155255.581000', '155255.584000', '155255.586000', '155255.589000', '155255.592000', '155255.594000', '155255.597000', '155255.599000', '155255.602000', '155255.604000', '155255.607000', '155255.609000', '155255.612000', '155255.615000', '155255.617000', '155315.503000', '155315.506000', '155315.508000', '155315.511000', '155315.513000', '155315.516000', '155315.519000', '155315.521000', '155315.524000', '155315.526000', '155315.529000', '155315.531000', '155315.534000', '155315.537000', '155315.539000', '155315.542000', '155315.544000', '155315.547000', '155315.550000', '155315.552000', '155315.555000', '155315.557000', '155315.560000', '155315.562000', '155315.565000', '155315.567000', '155315.570000', '155315.573000', '155315.575000', '155315.578000', '155315.580000', '155315.583000', '155315.586000', '155315.588000', '155315.591000', '155315.593000', '155315.596000', '155315.599000', '155315.601000', '155315.604000', '155315.606000', '155315.609000', '155315.612000', '155315.614000', '155335.503000', '155335.506000', '155335.508000', '155335.511000', '155335.513000', '155335.516000', '155335.519000', '155335.521000', '155335.524000', '155335.526000', '155335.529000', '155335.532000', '155335.534000', '155335.537000', '155335.540000', '155335.553000', '155335.556000', '155335.559000', '155335.561000', '155335.564000', '155335.566000', '155335.569000', '155335.572000', '155335.574000', '155335.577000', '155335.579000', '155335.582000', '155335.584000', '155335.587000', '155335.589000', '155335.592000', '155335.595000', '155335.597000', '155335.600000', '155335.602000', '155335.605000', '155335.608000', '155335.610000', '155335.613000', '155335.616000', '155335.618000', '155335.621000', '155335.623000', '155355.503000', '155355.506000', '155355.508000', '155355.511000', '155355.514000', '155355.516000', '155355.519000', '155355.521000', '155355.524000', '155355.527000', '155355.529000', '155355.532000', '155355.534000', '155355.537000', '155355.539000', '155355.542000', '155355.545000', '155355.547000', '155355.550000', '155355.553000', '155355.555000', '155355.558000', '155355.560000', '155355.563000', '155355.565000', '155355.568000', '155355.570000', '155355.573000', '155355.576000', '155355.579000', '155355.582000', '155355.585000', '155355.587000', '155355.590000', '155355.593000', '155355.595000', '155355.598000', '155355.601000', '155355.603000', '155355.606000', '155355.608000', '155355.611000', '155355.613000', '155355.616000', '155405.396000', '155405.399000', '155405.402000', '155405.405000', '155405.408000', '155405.410000', '155405.413000', '155405.416000', '155405.418000', '155405.421000', '155405.424000', '155405.426000', '155405.429000', '155405.432000', '155405.434000', '155405.437000', '155405.440000', '155405.442000', '155405.445000', '155405.448000', '155405.450000', '155405.453000'], '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': [11176, 8235, 9991, 7154, 8318, 9659, 7813, 10885, 7886, 10487, 8067, 9910, 7438, 8049, 7906, 8056, 11259, 7935, 10353, 7950, 9505, 7337, 8227, 7683, 7991, 11099, 7826, 10180, 7741, 9243, 7434, 8195, 10016, 7954, 10228, 7847, 10332, 7801, 8816, 7200, 8174, 10571, 7936, 10204, 7855, 9979, 7893, 9269, 7422, 7883, 9460, 7925, 10717, 8235, 10770, 7919, 10232, 7628, 8397, 7942, 7877, 10879, 8203, 11086, 7966, 10213, 7714, 8075, 7003, 7944, 10403, 8013, 11367, 8047, 10718, 7750, 9603, 7663, 9571, 8168, 9073, 8105, 7950, 10683, 7996, 10322, 7382, 10071, 7549, 9821, 7412, 8737, 7439, 8059, 10587, 7829, 10729, 7951, 10401, 8058, 10264, 8020, 9836, 7910, 7979, 9042, 8040, 11673, 7733, 10808, 7598, 10138, 7460, 9600, 7255, 8050, 7842, 7908, 11637, 7932, 10617, 7881, 10417, 7730, 8916, 7191, 7799, 9370, 7734, 11148, 7850, 10215, 7741, 9821, 7398, 8652, 6936, 8048, 10839, 7719, 10538, 7919, 10281, 7797, 9046, 7263, 8409, 7585, 7665, 10292, 7763, 10542, 7785, 10586, 7817, 9383, 7269, 8437, 8877, 7985, 10887, 8300, 10309, 7862, 10015, 7434, 8734, 6703, 8568, 9050, 8332, 11224, 7805, 10306, 7645, 10311, 7684, 10528, 8274, 9691, 7749, 8035, 10128, 7864, 10265, 7693, 10564, 7797, 10487, 7802, 9243, 7287, 8203, 7557, 7781, 11249, 7848, 10525, 8091, 10571, 7840, 9507, 7467, 8648, 7383, 7888, 10663, 8252, 10955, 8010, 10452, 7886, 9352, 7332, 8292, 8863, 7919, 11072, 8488, 10917, 8032, 10263, 7612, 8822, 7018, 8103, 10437, 7766, 10930, 8126, 10652, 7659, 9819, 7796, 8627, 6962, 8191, 9378, 8202, 11145, 7831, 10413, 7959, 9680, 7465, 9434, 8055, 9627, 8059, 8220, 8195, 7980, 11127, 7695, 9991, 7594, 9951, 7494, 8919, 7057, 8077, 9963, 7689, 11111, 7690, 10143, 8082, 9798, 7336, 8311, 9649, 7825, 10443, 7500, 9971, 7887, 9932, 7740, 8965, 6856, 8012, 10479, 7798, 10542, 8203, 10747, 8067, 11109, 7632, 8635, 7148, 7976, 10590, 7706, 10743, 7959, 11035, 8076, 10243, 7738, 9326, 7329, 8508, 7310, 8273, 9696, 8223, 12042, 7911, 10876, 7910, 9849, 7332, 8397, 7285, 8161, 10098, 8056, 10415, 7958, 10802, 7830, 10286, 7866, 10242, 7729, 10305, 7820, 9409, 7503, 8225, 6967, 8087, 8674, 8112, 10199, 8572, 11453, 7899, 10495, 7890, 10697, 7646, 10265, 8037, 9697, 7466, 7651, 9171, 7596, 10548, 7647, 10718, 7515, 10141, 7519, 8668, 7040, 7729, 7337, 7916, 10537, 7577, 10741, 7760, 10685, 7692, 9069, 7131, 8020, 9542, 7843, 9972, 7850, 10540, 7898, 9582, 7417, 8113, 6565, 7590, 9682, 7504, 9924, 7480, 10035, 7601, 8312, 6868, 7980, 6794, 7468, 9551, 7728, 10302, 8312, 10099, 7692, 9272, 6941, 8541, 8370, 7897, 10458, 8852, 11175, 7722, 9764, 7185, 8623, 6758, 7724, 9598, 7706, 10187, 8354, 10297, 7488, 10662, 7495, 8752, 7313, 8936, 7430, 9356, 7616, 10771, 8344, 9493, 10612, 7620, 10843, 7390, 9929, 7194, 9325, 7254, 9267, 7010, 8415, 6987, 7702, 9306, 7393, 9685, 7389, 10228, 8199, 10424, 7155, 8516, 6784, 7678, 9408, 7398, 9846, 7700, 10277, 7328, 9427, 7143, 8783, 6939, 7985, 10628, 7953, 10684, 8344, 10808, 7353, 9156, 7114, 8156, 8845, 7570, 10560, 7460, 10165, 7800, 9371, 7173, 8270, 7145, 7782, 9088, 7295, 9372, 8046, 9689, 7200, 8918, 7240, 8039, 9257, 7227, 9787, 7339, 9013, 7259, 9090, 7160, 7981, 9099, 7279, 9769, 7198, 8790, 6853, 8692, 6958, 7890, 8105, 8241, 9711, 7240, 9461, 7539, 6987, 9514, 6882, 8892, 6977, 8889, 7012, 8337, 10157, 8330, 9391, 7185, 8286, 7303, 7805, 6527, 7675, 8286, 7717, 9774, 7128, 9616, 7173, 9288, 6635, 9174, 7196, 8980, 8558, 8243, 10078, 7297, 9836, 7259, 9638, 7268, 9634, 7748, 9319, 11099, 7502, 11012, 7220, 9790, 7195, 9278, 7077, 9276, 7674, 9113, 10022, 7284, 10023, 6967, 9748, 7141, 9236, 7451, 9333, 10453, 8165, 11340, 7239, 9793, 6949, 9167, 7132, 8568, 9171, 7861, 10407, 7347, 9632, 6961, 8782, 6853, 8348, 6759, 7985, 9436, 8346, 10769, 7704, 9946, 7239, 8844, 7049, 8707, 9376, 8126, 11243, 7824, 9727, 7002, 8525, 7189, 8802, 7715, 8499, 9236, 7271, 9483, 7087, 9345, 7032, 8989, 7059, 9023, 8952, 8166, 11112, 7580, 10197, 7341, 9423, 6874, 8420, 6723, 7594, 9283, 7574, 9461, 7264, 9413, 6865, 8501, 6852, 8690, 8747, 8152, 10353, 7835, 9553, 7026, 9359, 6943, 8717, 7145, 8896, 9157, 7843, 9155, 7378, 9331, 7012, 9383, 7123, 9532, 7717, 8782, 7388, 7475, 9929, 7163, 9780, 7249, 9846, 7738, 9531, 7042, 8869, 6667, 7848, 9327, 7654, 10570, 8525, 10097, 7514, 9869, 7275, 9661, 7336, 8855, 7089, 8962, 8246, 8276, 8286, 7090, 9308, 7094, 9718, 7558, 10346, 7787, 9459, 6955, 8750, 7191, 8681, 7308, 8266, 10320, 8148, 11397, 7287, 9682, 6952, 9212, 6873, 9100, 7103, 8768, 6771, 7725, 7569, 7017, 9730, 7084, 9612, 7431, 9894, 7417, 8882, 7145, 7690, 9746, 7103, 9982, 7439, 10067, 7048, 9243, 6731, 8733, 7196, 9418, 7481, 8714, 7227, 7604, 9760, 9120, 10109, 7427, 9376, 7865, 10018, 7518, 8908, 7477, 6826, 9131, 7300, 10216, 7271, 9530, 7013, 9586, 7738, 10396, 8108, 10097, 7237, 9358, 7383, 9455, 7109, 9838, 7538, 10063, 7016, 8443, 7770, 7178, 10045, 7441, 10130, 7157, 9278, 7230, 9237, 6847, 9589, 7162, 9066, 6841, 9582, 7170, 9510, 6818, 9130, 7325, 8639, 7017, 7186, 8755, 7676, 8754, 7079, 9150, 7372, 9733, 8108, 10534, 8138, 10146, 7559, 9832, 7571, 10219, 7557, 9193, 6822, 9319, 6957, 9799, 7205, 9451, 7041, 9332, 7102, 8770, 7298, 8628, 6989, 8769, 9104, 8269, 10987, 7242, 9794, 7282, 10049, 7555, 9756, 6953, 8385, 6828, 7248, 9539, 7081, 10123, 7157, 9117, 6826, 7928, 6617, 8606, 6830, 8335, 6686, 7615, 6359, 6879, 9233, 6952, 9371, 7040, 9626, 7326, 9014, 6773, 8761, 7064, 8170, 9473, 7860, 10827, 8375, 10108, 7187, 9413, 6904, 9307, 7368, 9444, 6921, 8084, 9230, 7230, 10120, 7591, 9844, 8021, 10196, 7374, 9179, 6747, 8154, 7284, 7162, 9683, 7921, 10028, 7530, 9780, 6983, 9142, 6676, 8513, 7185, 7739, 9782, 8151, 11207, 7936, 10002, 7386, 9429, 6643, 8254, 7656, 7457, 9752, 7471, 9855, 6745, 9336, 6660, 8553, 6437, 8585, 7391, 7386, 9244, 6863, 9320, 6719, 9318, 7219, 9254, 6720, 8527, 6626, 7653, 9127, 7067, 9626, 7857, 10033, 7292, 10024, 7232, 9913, 6975, 8990, 6753, 8280, 8267, 8093, 10882, 8092, 11746, 7345, 9779, 7084, 9522, 6977, 9774, 7627, 9252, 7083, 8156, 6953, 7604, 9427, 7323, 10486, 8268, 10074, 7253, 9604, 7221, 9008, 6930, 9089, 7385, 8905, 7022, 7319, 9069, 7334, 9422, 7188, 9663, 7910, 9874, 7331, 9050, 7239, 8597, 6745, 8704, 9650, 8079, 10238, 7439, 9361, 7201, 9476, 7543, 9220, 6932, 8636, 6808, 8297, 8512, 7965, 10346, 7468, 9600, 7127, 9235, 6598, 8820, 6629, 9092, 7102, 8822, 8324, 7744, 10858, 7430, 9813, 7205, 9434, 7104, 9354, 7551, 9751, 10607, 8008, 10747, 7066, 9995, 6923, 9058, 6548, 8272, 6787, 7757, 8971, 7522, 9737, 7050, 9604, 6916, 9768, 6737, 9177, 6898, 7840, 9719, 7857, 11425, 7818, 10118, 7116, 9367, 6787, 8362, 6833, 7756, 8910], 'WindowCenter': [3837.0, 3791.0, 3797.0, 3754.0, 3775.0, 3783.0, 3762.0, 3792.0, 3760.0, 3793.0, 3760.0, 3782.0, 3750.0, 3761.0, 3759.0, 3759.0, 3791.0, 3760.0, 3791.0, 3762.0, 3782.0, 3750.0, 3772.0, 3748.0, 3761.0, 3801.0, 3761.0, 3793.0, 3761.0, 3782.0, 3750.0, 3773.0, 3781.0, 3760.0, 3791.0, 3760.0, 3792.0, 3760.0, 3772.0, 3750.0, 3771.0, 3791.0, 3760.0, 3791.0, 3760.0, 3781.0, 3761.0, 3781.0, 3749.0, 3760.0, 3780.0, 3760.0, 3792.0, 3761.0, 3791.0, 3760.0, 3792.0, 3749.0, 3759.0, 3747.0, 3758.0, 3789.0, 3759.0, 3790.0, 3758.0, 3780.0, 3747.0, 3748.0, 3736.0, 3759.0, 3789.0, 3758.0, 3799.0, 3759.0, 3790.0, 3749.0, 3779.0, 3747.0, 3779.0, 3758.0, 3769.0, 3748.0, 3759.0, 3789.0, 3758.0, 3778.0, 3749.0, 3780.0, 3748.0, 3780.0, 3749.0, 3770.0, 3748.0, 3760.0, 3789.0, 3749.0, 3790.0, 3760.0, 3790.0, 3748.0, 3779.0, 3747.0, 3779.0, 3747.0, 3759.0, 3768.0, 3759.0, 3789.0, 3747.0, 3789.0, 3748.0, 3779.0, 3748.0, 3779.0, 3748.0, 3760.0, 3758.0, 3759.0, 3800.0, 3758.0, 3790.0, 3758.0, 3790.0, 3748.0, 3769.0, 3738.0, 3749.0, 3768.0, 3748.0, 3789.0, 3760.0, 3791.0, 3760.0, 3781.0, 3750.0, 3772.0, 3737.0, 3759.0, 3791.0, 3761.0, 3791.0, 3761.0, 3792.0, 3761.0, 3783.0, 3750.0, 3772.0, 3760.0, 3762.0, 3791.0, 3763.0, 3793.0, 3762.0, 3794.0, 3761.0, 3782.0, 3751.0, 3772.0, 3771.0, 3761.0, 3792.0, 3773.0, 3792.0, 3761.0, 3792.0, 3750.0, 3770.0, 3738.0, 3771.0, 3772.0, 3772.0, 3804.0, 3762.0, 3792.0, 3761.0, 3791.0, 3749.0, 3791.0, 3759.0, 3780.0, 3749.0, 3759.0, 3780.0, 3760.0, 3778.0, 3748.0, 3791.0, 3748.0, 3789.0, 3749.0, 3770.0, 3748.0, 3759.0, 3748.0, 3749.0, 3789.0, 3759.0, 3790.0, 3760.0, 3791.0, 3759.0, 3778.0, 3748.0, 3769.0, 3738.0, 3759.0, 3790.0, 3759.0, 3790.0, 3759.0, 3790.0, 3748.0, 3767.0, 3738.0, 3758.0, 3768.0, 3759.0, 3788.0, 3768.0, 3790.0, 3760.0, 3778.0, 3747.0, 3758.0, 3735.0, 3758.0, 3778.0, 3748.0, 3789.0, 3759.0, 3789.0, 3748.0, 3780.0, 3747.0, 3756.0, 3736.0, 3759.0, 3780.0, 3771.0, 3803.0, 3762.0, 3791.0, 3759.0, 3778.0, 3748.0, 3769.0, 3759.0, 3781.0, 3758.0, 3759.0, 3759.0, 3758.0, 3789.0, 3747.0, 3779.0, 3759.0, 3790.0, 3749.0, 3771.0, 3739.0, 3761.0, 3781.0, 3760.0, 3800.0, 3761.0, 3791.0, 3760.0, 3781.0, 3749.0, 3760.0, 3780.0, 3749.0, 3779.0, 3748.0, 3779.0, 3758.0, 3781.0, 3748.0, 3771.0, 3738.0, 3760.0, 3790.0, 3749.0, 3789.0, 3759.0, 3791.0, 3748.0, 3789.0, 3746.0, 3758.0, 3725.0, 3746.0, 3777.0, 3745.0, 3777.0, 3747.0, 3787.0, 3748.0, 3779.0, 3748.0, 3767.0, 3736.0, 3757.0, 3736.0, 3758.0, 3768.0, 3758.0, 3788.0, 3747.0, 3777.0, 3746.0, 3767.0, 3734.0, 3745.0, 3734.0, 3756.0, 3776.0, 3745.0, 3777.0, 3746.0, 3777.0, 3747.0, 3777.0, 3748.0, 3778.0, 3747.0, 3778.0, 3748.0, 3769.0, 3748.0, 3758.0, 3738.0, 3760.0, 3768.0, 3760.0, 3790.0, 3771.0, 3802.0, 3760.0, 3790.0, 3758.0, 3788.0, 3747.0, 3777.0, 3747.0, 3769.0, 3736.0, 3749.0, 3768.0, 3747.0, 3777.0, 3746.0, 3778.0, 3736.0, 3779.0, 3737.0, 3757.0, 3737.0, 3747.0, 3738.0, 3759.0, 3789.0, 3749.0, 3790.0, 3749.0, 3791.0, 3749.0, 3770.0, 3739.0, 3758.0, 3779.0, 3758.0, 3778.0, 3759.0, 3790.0, 3759.0, 3779.0, 3748.0, 3760.0, 3726.0, 3749.0, 3778.0, 3748.0, 3780.0, 3749.0, 3792.0, 3760.0, 3771.0, 3741.0, 3760.0, 3739.0, 3751.0, 3781.0, 3761.0, 3792.0, 3762.0, 3792.0, 3762.0, 3781.0, 3738.0, 3770.0, 3757.0, 3760.0, 3791.0, 3769.0, 3790.0, 3749.0, 3778.0, 3736.0, 3757.0, 3724.0, 3747.0, 3767.0, 3747.0, 3778.0, 3758.0, 3779.0, 3737.0, 3779.0, 3735.0, 3756.0, 3736.0, 3756.0, 3736.0, 3767.0, 3748.0, 3790.0, 3746.0, 3768.0, 3777.0, 3734.0, 3774.0, 3722.0, 3753.0, 3722.0, 3754.0, 3734.0, 3755.0, 3724.0, 3757.0, 3725.0, 3748.0, 3767.0, 3737.0, 3767.0, 3737.0, 3779.0, 3747.0, 3779.0, 3726.0, 3758.0, 3725.0, 3748.0, 3767.0, 3736.0, 3767.0, 3748.0, 3779.0, 3738.0, 3769.0, 3738.0, 3769.0, 3738.0, 3748.0, 3778.0, 3748.0, 3779.0, 3758.0, 3779.0, 3736.0, 3756.0, 3724.0, 3745.0, 3756.0, 3734.0, 3764.0, 3724.0, 3765.0, 3718.0, 3738.0, 3710.0, 3743.0, 3723.0, 3745.0, 3755.0, 3736.0, 3767.0, 3747.0, 3779.0, 3737.0, 3767.0, 3736.0, 3747.0, 3766.0, 3736.0, 3767.0, 3736.0, 3768.0, 3736.0, 3758.0, 3725.0, 3747.0, 3767.0, 3736.0, 3778.0, 3736.0, 3756.0, 3725.0, 3757.0, 3737.0, 3760.0, 3759.0, 3759.0, 3779.0, 3749.0, 3779.0, 3748.0, 3738.0, 3781.0, 3740.0, 3782.0, 3750.0, 3771.0, 3738.0, 3760.0, 3780.0, 3760.0, 3769.0, 3738.0, 3757.0, 3736.0, 3746.0, 3726.0, 3749.0, 3759.0, 3761.0, 3807.0, 3752.0, 3781.0, 3750.0, 3782.0, 3740.0, 3781.0, 3739.0, 3783.0, 3772.0, 3773.0, 3793.0, 3752.0, 3792.0, 3750.0, 3781.0, 3749.0, 3781.0, 3749.0, 3782.0, 3791.0, 3750.0, 3790.0, 3748.0, 3779.0, 3737.0, 3768.0, 3737.0, 3769.0, 3748.0, 3770.0, 3781.0, 3750.0, 3780.0, 3739.0, 3780.0, 3737.0, 3769.0, 3737.0, 3770.0, 3790.0, 3759.0, 3789.0, 3737.0, 3778.0, 3725.0, 3767.0, 3735.0, 3758.0, 3767.0, 3748.0, 3779.0, 3748.0, 3780.0, 3739.0, 3755.0, 3724.0, 3758.0, 3726.0, 3759.0, 3769.0, 3760.0, 3791.0, 3761.0, 3780.0, 3748.0, 3768.0, 3736.0, 3769.0, 3767.0, 3747.0, 3789.0, 3748.0, 3780.0, 3736.0, 3756.0, 3735.0, 3767.0, 3746.0, 3759.0, 3768.0, 3749.0, 3779.0, 3738.0, 3769.0, 3736.0, 3767.0, 3736.0, 3768.0, 3768.0, 3758.0, 3789.0, 3747.0, 3793.0, 3749.0, 3768.0, 3725.0, 3756.0, 3724.0, 3747.0, 3767.0, 3747.0, 3778.0, 3748.0, 3780.0, 3737.0, 3769.0, 3726.0, 3770.0, 3770.0, 3760.0, 3780.0, 3760.0, 3780.0, 3738.0, 3769.0, 3737.0, 3769.0, 3737.0, 3770.0, 3769.0, 3760.0, 3780.0, 3750.0, 3769.0, 3738.0, 3780.0, 3738.0, 3780.0, 3748.0, 3770.0, 3737.0, 3749.0, 3779.0, 3737.0, 3778.0, 3737.0, 3779.0, 3748.0, 3769.0, 3739.0, 3769.0, 3727.0, 3759.0, 3769.0, 3748.0, 3779.0, 3758.0, 3778.0, 3737.0, 3778.0, 3736.0, 3767.0, 3735.0, 3757.0, 3725.0, 3768.0, 3757.0, 3758.0, 3757.0, 3737.0, 3767.0, 3736.0, 3767.0, 3748.0, 3779.0, 3748.0, 3780.0, 3738.0, 3758.0, 3736.0, 3757.0, 3735.0, 3758.0, 3778.0, 3747.0, 3788.0, 3737.0, 3768.0, 3737.0, 3767.0, 3725.0, 3756.0, 3736.0, 3758.0, 3726.0, 3749.0, 3749.0, 3739.0, 3779.0, 3738.0, 3779.0, 3737.0, 3779.0, 3737.0, 3768.0, 3725.0, 3747.0, 3766.0, 3736.0, 3766.0, 3737.0, 3779.0, 3738.0, 3769.0, 3728.0, 3758.0, 3738.0, 3781.0, 3749.0, 3771.0, 3748.0, 3761.0, 3793.0, 3783.0, 3793.0, 3751.0, 3769.0, 3759.0, 3781.0, 3751.0, 3768.0, 3736.0, 3725.0, 3767.0, 3736.0, 3778.0, 3736.0, 3767.0, 3725.0, 3765.0, 3745.0, 3777.0, 3745.0, 3765.0, 3735.0, 3755.0, 3735.0, 3765.0, 3724.0, 3766.0, 3734.0, 3766.0, 3723.0, 3746.0, 3732.0, 3722.0, 3752.0, 3722.0, 3764.0, 3723.0, 3754.0, 3735.0, 3765.0, 3725.0, 3766.0, 3736.0, 3757.0, 3726.0, 3767.0, 3737.0, 3768.0, 3725.0, 3767.0, 3735.0, 3757.0, 3725.0, 3725.0, 3756.0, 3747.0, 3756.0, 3736.0, 3766.0, 3736.0, 3767.0, 3748.0, 3778.0, 3748.0, 3777.0, 3736.0, 3766.0, 3735.0, 3777.0, 3749.0, 3767.0, 3726.0, 3767.0, 3737.0, 3778.0, 3736.0, 3767.0, 3737.0, 3768.0, 3739.0, 3771.0, 3749.0, 3759.0, 3737.0, 3770.0, 3769.0, 3759.0, 3790.0, 3737.0, 3767.0, 3737.0, 3766.0, 3735.0, 3766.0, 3724.0, 3746.0, 3713.0, 3735.0, 3765.0, 3724.0, 3776.0, 3725.0, 3756.0, 3725.0, 3745.0, 3725.0, 3757.0, 3726.0, 3758.0, 3739.0, 3760.0, 3728.0, 3740.0, 3780.0, 3750.0, 3781.0, 3751.0, 3782.0, 3750.0, 3771.0, 3739.0, 3770.0, 3737.0, 3759.0, 3779.0, 3760.0, 3790.0, 3760.0, 3780.0, 3738.0, 3769.0, 3736.0, 3768.0, 3737.0, 3780.0, 3737.0, 3760.0, 3769.0, 3748.0, 3779.0, 3749.0, 3779.0, 3748.0, 3779.0, 3737.0, 3768.0, 3726.0, 3747.0, 3735.0, 3736.0, 3767.0, 3747.0, 3778.0, 3748.0, 3779.0, 3737.0, 3768.0, 3727.0, 3757.0, 3736.0, 3748.0, 3778.0, 3748.0, 3789.0, 3749.0, 3780.0, 3738.0, 3767.0, 3726.0, 3756.0, 3746.0, 3737.0, 3767.0, 3748.0, 3778.0, 3728.0, 3779.0, 3727.0, 3768.0, 3726.0, 3769.0, 3749.0, 3749.0, 3769.0, 3739.0, 3780.0, 3739.0, 3780.0, 3749.0, 3780.0, 3739.0, 3770.0, 3738.0, 3761.0, 3770.0, 3740.0, 3780.0, 3760.0, 3781.0, 3750.0, 3780.0, 3739.0, 3779.0, 3737.0, 3768.0, 3727.0, 3758.0, 3757.0, 3758.0, 3789.0, 3759.0, 3799.0, 3737.0, 3778.0, 3736.0, 3767.0, 3736.0, 3778.0, 3747.0, 3768.0, 3725.0, 3747.0, 3735.0, 3746.0, 3766.0, 3735.0, 3777.0, 3757.0, 3767.0, 3736.0, 3766.0, 3735.0, 3756.0, 3735.0, 3767.0, 3736.0, 3768.0, 3725.0, 3737.0, 3767.0, 3736.0, 3766.0, 3736.0, 3767.0, 3747.0, 3778.0, 3736.0, 3756.0, 3735.0, 3756.0, 3724.0, 3757.0, 3767.0, 3747.0, 3778.0, 3747.0, 3767.0, 3747.0, 3780.0, 3748.0, 3768.0, 3738.0, 3757.0, 3725.0, 3757.0, 3758.0, 3747.0, 3778.0, 3737.0, 3767.0, 3736.0, 3767.0, 3725.0, 3767.0, 3725.0, 3768.0, 3736.0, 3768.0, 3758.0, 3748.0, 3788.0, 3736.0, 3766.0, 3737.0, 3768.0, 3725.0, 3769.0, 3747.0, 3767.0, 3777.0, 3746.0, 3775.0, 3723.0, 3763.0, 3722.0, 3753.0, 3712.0, 3744.0, 3723.0, 3746.0, 3756.0, 3747.0, 3767.0, 3736.0, 3766.0, 3735.0, 3776.0, 3725.0, 3766.0, 3724.0, 3746.0, 3767.0, 3746.0, 3788.0, 3746.0, 3777.0, 3724.0, 3754.0, 3713.0, 3744.0, 3712.0, 3736.0, 3754.0], 'WindowWidth': [8609.0, 8536.0, 8535.0, 8471.0, 8500.0, 8505.0, 8476.0, 8516.0, 8472.0, 8517.0, 8470.0, 8501.0, 8456.0, 8472.0, 8467.0, 8469.0, 8511.0, 8470.0, 8513.0, 8476.0, 8501.0, 8458.0, 8490.0, 8453.0, 8473.0, 8527.0, 8474.0, 8519.0, 8475.0, 8503.0, 8458.0, 8491.0, 8498.0, 8472.0, 8513.0, 8472.0, 8515.0, 8471.0, 8489.0, 8457.0, 8487.0, 8510.0, 8470.0, 8512.0, 8472.0, 8500.0, 8474.0, 8501.0, 8456.0, 8472.0, 8495.0, 8471.0, 8515.0, 8474.0, 8514.0, 8471.0, 8514.0, 8455.0, 8467.0, 8448.0, 8465.0, 8507.0, 8467.0, 8508.0, 8465.0, 8495.0, 8449.0, 8451.0, 8433.0, 8467.0, 8507.0, 8466.0, 8522.0, 8468.0, 8510.0, 8453.0, 8494.0, 8449.0, 8493.0, 8463.0, 8481.0, 8450.0, 8468.0, 8506.0, 8465.0, 8490.0, 8453.0, 8496.0, 8451.0, 8497.0, 8453.0, 8482.0, 8452.0, 8470.0, 8507.0, 8453.0, 8510.0, 8469.0, 8509.0, 8452.0, 8493.0, 8449.0, 8493.0, 8448.0, 8469.0, 8477.0, 8465.0, 8505.0, 8448.0, 8504.0, 8450.0, 8493.0, 8451.0, 8494.0, 8452.0, 8470.0, 8463.0, 8467.0, 8521.0, 8465.0, 8509.0, 8465.0, 8508.0, 8452.0, 8480.0, 8437.0, 8455.0, 8477.0, 8452.0, 8508.0, 8469.0, 8512.0, 8471.0, 8499.0, 8458.0, 8489.0, 8438.0, 8470.0, 8511.0, 8473.0, 8513.0, 8474.0, 8517.0, 8475.0, 8504.0, 8458.0, 8490.0, 8471.0, 8477.0, 8516.0, 8479.0, 8519.0, 8478.0, 8521.0, 8475.0, 8503.0, 8459.0, 8490.0, 8485.0, 8475.0, 8516.0, 8491.0, 8514.0, 8474.0, 8516.0, 8459.0, 8483.0, 8438.0, 8488.0, 8489.0, 8491.0, 8533.0, 8475.0, 8518.0, 8474.0, 8513.0, 8454.0, 8513.0, 8466.0, 8496.0, 8452.0, 8467.0, 8494.0, 8470.0, 8491.0, 8451.0, 8510.0, 8453.0, 8508.0, 8453.0, 8483.0, 8452.0, 8469.0, 8452.0, 8455.0, 8506.0, 8468.0, 8510.0, 8469.0, 8511.0, 8468.0, 8492.0, 8451.0, 8481.0, 8436.0, 8469.0, 8508.0, 8467.0, 8509.0, 8466.0, 8508.0, 8450.0, 8475.0, 8436.0, 8465.0, 8475.0, 8466.0, 8505.0, 8478.0, 8508.0, 8468.0, 8491.0, 8447.0, 8462.0, 8429.0, 8465.0, 8489.0, 8450.0, 8507.0, 8465.0, 8507.0, 8451.0, 8494.0, 8449.0, 8461.0, 8433.0, 8469.0, 8495.0, 8487.0, 8531.0, 8475.0, 8513.0, 8467.0, 8491.0, 8450.0, 8480.0, 8468.0, 8500.0, 8466.0, 8469.0, 8467.0, 8466.0, 8507.0, 8450.0, 8494.0, 8468.0, 8511.0, 8455.0, 8484.0, 8442.0, 8474.0, 8500.0, 8472.0, 8524.0, 8472.0, 8514.0, 8470.0, 8498.0, 8453.0, 8470.0, 8495.0, 8454.0, 8493.0, 8451.0, 8494.0, 8465.0, 8498.0, 8453.0, 8485.0, 8438.0, 8471.0, 8507.0, 8454.0, 8508.0, 8467.0, 8511.0, 8451.0, 8506.0, 8444.0, 8462.0, 8414.0, 8445.0, 8486.0, 8443.0, 8487.0, 8447.0, 8502.0, 8450.0, 8492.0, 8450.0, 8475.0, 8433.0, 8462.0, 8432.0, 8464.0, 8476.0, 8463.0, 8503.0, 8446.0, 8487.0, 8443.0, 8474.0, 8426.0, 8441.0, 8426.0, 8458.0, 8483.0, 8443.0, 8486.0, 8446.0, 8487.0, 8448.0, 8489.0, 8452.0, 8491.0, 8450.0, 8493.0, 8453.0, 8480.0, 8452.0, 8465.0, 8438.0, 8471.0, 8478.0, 8472.0, 8511.0, 8485.0, 8529.0, 8470.0, 8508.0, 8465.0, 8504.0, 8447.0, 8489.0, 8446.0, 8479.0, 8431.0, 8452.0, 8477.0, 8447.0, 8486.0, 8445.0, 8489.0, 8433.0, 8492.0, 8434.0, 8461.0, 8435.0, 8450.0, 8437.0, 8468.0, 8506.0, 8455.0, 8511.0, 8456.0, 8512.0, 8454.0, 8482.0, 8440.0, 8467.0, 8492.0, 8465.0, 8491.0, 8467.0, 8509.0, 8466.0, 8493.0, 8453.0, 8469.0, 8420.0, 8453.0, 8490.0, 8452.0, 8496.0, 8456.0, 8516.0, 8473.0, 8488.0, 8446.0, 8472.0, 8441.0, 8460.0, 8501.0, 8473.0, 8517.0, 8475.0, 8516.0, 8474.0, 8498.0, 8438.0, 8484.0, 8462.0, 8470.0, 8511.0, 8481.0, 8510.0, 8453.0, 8491.0, 8432.0, 8460.0, 8414.0, 8447.0, 8472.0, 8446.0, 8489.0, 8463.0, 8494.0, 8433.0, 8490.0, 8428.0, 8458.0, 8431.0, 8456.0, 8432.0, 8473.0, 8452.0, 8509.0, 8444.0, 8475.0, 8484.0, 8423.0, 8477.0, 8405.0, 8445.0, 8406.0, 8451.0, 8425.0, 8454.0, 8413.0, 8459.0, 8415.0, 8448.0, 8472.0, 8434.0, 8472.0, 8434.0, 8492.0, 8448.0, 8490.0, 8418.0, 8462.0, 8415.0, 8448.0, 8472.0, 8431.0, 8474.0, 8450.0, 8493.0, 8438.0, 8481.0, 8437.0, 8480.0, 8436.0, 8451.0, 8490.0, 8450.0, 8491.0, 8463.0, 8492.0, 8431.0, 8457.0, 8412.0, 8442.0, 8454.0, 8426.0, 8462.0, 8410.0, 8468.0, 8391.0, 8418.0, 8387.0, 8435.0, 8410.0, 8444.0, 8456.0, 8433.0, 8475.0, 8449.0, 8492.0, 8436.0, 8475.0, 8431.0, 8447.0, 8471.0, 8432.0, 8473.0, 8432.0, 8477.0, 8431.0, 8464.0, 8417.0, 8449.0, 8474.0, 8433.0, 8489.0, 8433.0, 8460.0, 8416.0, 8462.0, 8436.0, 8471.0, 8465.0, 8467.0, 8495.0, 8455.0, 8493.0, 8451.0, 8438.0, 8499.0, 8445.0, 8502.0, 8458.0, 8487.0, 8438.0, 8470.0, 8496.0, 8468.0, 8479.0, 8438.0, 8460.0, 8433.0, 8446.0, 8418.0, 8455.0, 8468.0, 8474.0, 8545.0, 8464.0, 8499.0, 8459.0, 8503.0, 8446.0, 8501.0, 8444.0, 8505.0, 8489.0, 8492.0, 8519.0, 8464.0, 8516.0, 8458.0, 8500.0, 8455.0, 8501.0, 8455.0, 8502.0, 8512.0, 8457.0, 8510.0, 8452.0, 8493.0, 8435.0, 8477.0, 8435.0, 8481.0, 8451.0, 8485.0, 8499.0, 8458.0, 8497.0, 8441.0, 8497.0, 8436.0, 8481.0, 8437.0, 8483.0, 8508.0, 8466.0, 8507.0, 8435.0, 8491.0, 8418.0, 8475.0, 8431.0, 8464.0, 8476.0, 8451.0, 8493.0, 8451.0, 8496.0, 8444.0, 8454.0, 8415.0, 8465.0, 8420.0, 8469.0, 8482.0, 8471.0, 8513.0, 8473.0, 8498.0, 8452.0, 8479.0, 8432.0, 8480.0, 8476.0, 8450.0, 8506.0, 8451.0, 8496.0, 8435.0, 8459.0, 8429.0, 8475.0, 8446.0, 8467.0, 8477.0, 8455.0, 8495.0, 8439.0, 8481.0, 8434.0, 8476.0, 8431.0, 8479.0, 8476.0, 8465.0, 8506.0, 8450.0, 8522.0, 8455.0, 8477.0, 8416.0, 8459.0, 8414.0, 8448.0, 8474.0, 8450.0, 8492.0, 8453.0, 8497.0, 8439.0, 8480.0, 8422.0, 8485.0, 8483.0, 8472.0, 8498.0, 8471.0, 8498.0, 8440.0, 8480.0, 8436.0, 8481.0, 8436.0, 8484.0, 8482.0, 8472.0, 8498.0, 8458.0, 8482.0, 8439.0, 8497.0, 8439.0, 8497.0, 8453.0, 8483.0, 8437.0, 8454.0, 8493.0, 8436.0, 8489.0, 8434.0, 8493.0, 8452.0, 8479.0, 8441.0, 8482.0, 8423.0, 8467.0, 8479.0, 8451.0, 8493.0, 8465.0, 8492.0, 8435.0, 8490.0, 8431.0, 8474.0, 8430.0, 8461.0, 8418.0, 8478.0, 8461.0, 8465.0, 8462.0, 8436.0, 8475.0, 8434.0, 8476.0, 8451.0, 8494.0, 8453.0, 8497.0, 8441.0, 8465.0, 8434.0, 8463.0, 8431.0, 8465.0, 8491.0, 8449.0, 8505.0, 8436.0, 8477.0, 8435.0, 8475.0, 8417.0, 8460.0, 8433.0, 8465.0, 8422.0, 8456.0, 8455.0, 8442.0, 8496.0, 8438.0, 8495.0, 8436.0, 8494.0, 8434.0, 8478.0, 8417.0, 8448.0, 8473.0, 8431.0, 8470.0, 8436.0, 8493.0, 8439.0, 8480.0, 8427.0, 8466.0, 8439.0, 8499.0, 8455.0, 8486.0, 8453.0, 8475.0, 8521.0, 8508.0, 8521.0, 8459.0, 8480.0, 8469.0, 8501.0, 8459.0, 8479.0, 8433.0, 8417.0, 8476.0, 8432.0, 8489.0, 8433.0, 8473.0, 8416.0, 8469.0, 8443.0, 8486.0, 8442.0, 8468.0, 8428.0, 8453.0, 8429.0, 8468.0, 8415.0, 8471.0, 8427.0, 8470.0, 8411.0, 8444.0, 8421.0, 8407.0, 8447.0, 8407.0, 8464.0, 8410.0, 8454.0, 8430.0, 8467.0, 8416.0, 8473.0, 8434.0, 8461.0, 8419.0, 8475.0, 8435.0, 8477.0, 8418.0, 8473.0, 8429.0, 8460.0, 8416.0, 8416.0, 8457.0, 8447.0, 8459.0, 8433.0, 8472.0, 8434.0, 8474.0, 8450.0, 8492.0, 8450.0, 8488.0, 8431.0, 8469.0, 8430.0, 8486.0, 8456.0, 8474.0, 8418.0, 8474.0, 8435.0, 8490.0, 8434.0, 8473.0, 8435.0, 8478.0, 8441.0, 8484.0, 8454.0, 8466.0, 8436.0, 8482.0, 8479.0, 8468.0, 8509.0, 8435.0, 8473.0, 8432.0, 8471.0, 8426.0, 8468.0, 8414.0, 8443.0, 8396.0, 8428.0, 8466.0, 8413.0, 8484.0, 8415.0, 8457.0, 8417.0, 8443.0, 8417.0, 8462.0, 8421.0, 8465.0, 8443.0, 8473.0, 8428.0, 8446.0, 8498.0, 8458.0, 8501.0, 8460.0, 8502.0, 8458.0, 8486.0, 8443.0, 8483.0, 8436.0, 8469.0, 8494.0, 8469.0, 8510.0, 8468.0, 8497.0, 8439.0, 8479.0, 8434.0, 8477.0, 8434.0, 8495.0, 8436.0, 8471.0, 8481.0, 8453.0, 8494.0, 8453.0, 8493.0, 8452.0, 8494.0, 8434.0, 8476.0, 8418.0, 8449.0, 8430.0, 8434.0, 8474.0, 8448.0, 8490.0, 8450.0, 8493.0, 8435.0, 8476.0, 8420.0, 8463.0, 8432.0, 8453.0, 8492.0, 8451.0, 8507.0, 8453.0, 8495.0, 8437.0, 8473.0, 8418.0, 8459.0, 8444.0, 8435.0, 8476.0, 8451.0, 8492.0, 8425.0, 8493.0, 8423.0, 8478.0, 8421.0, 8483.0, 8455.0, 8457.0, 8483.0, 8444.0, 8496.0, 8442.0, 8498.0, 8456.0, 8498.0, 8441.0, 8484.0, 8441.0, 8474.0, 8483.0, 8445.0, 8498.0, 8472.0, 8499.0, 8458.0, 8496.0, 8440.0, 8495.0, 8437.0, 8479.0, 8423.0, 8466.0, 8462.0, 8466.0, 8508.0, 8467.0, 8520.0, 8436.0, 8489.0, 8433.0, 8475.0, 8434.0, 8490.0, 8448.0, 8477.0, 8418.0, 8447.0, 8431.0, 8446.0, 8470.0, 8431.0, 8487.0, 8461.0, 8473.0, 8431.0, 8473.0, 8431.0, 8457.0, 8430.0, 8475.0, 8432.0, 8477.0, 8418.0, 8435.0, 8473.0, 8432.0, 8472.0, 8434.0, 8475.0, 8448.0, 8489.0, 8432.0, 8458.0, 8429.0, 8457.0, 8414.0, 8461.0, 8473.0, 8447.0, 8491.0, 8451.0, 8476.0, 8449.0, 8495.0, 8452.0, 8480.0, 8439.0, 8462.0, 8417.0, 8463.0, 8462.0, 8450.0, 8490.0, 8435.0, 8477.0, 8435.0, 8475.0, 8418.0, 8474.0, 8418.0, 8477.0, 8434.0, 8479.0, 8465.0, 8453.0, 8504.0, 8432.0, 8472.0, 8434.0, 8478.0, 8417.0, 8481.0, 8447.0, 8474.0, 8486.0, 8446.0, 8482.0, 8410.0, 8461.0, 8405.0, 8449.0, 8395.0, 8441.0, 8411.0, 8445.0, 8459.0, 8447.0, 8475.0, 8434.0, 8473.0, 8431.0, 8487.0, 8418.0, 8473.0, 8415.0, 8448.0, 8475.0, 8446.0, 8503.0, 8445.0, 8486.0, 8412.0, 8451.0, 8395.0, 8438.0, 8393.0, 8430.0, 8453.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.0016992516370439663</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029083246585594014</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.30847436555242</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.181371870767791</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9760710246254682</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4793</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4224.0591</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06250775603369668</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.216089803554724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6006828655311836</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5915018473046905</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.794824569729826</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4157221795590336</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00396992</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002383581129834056</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022009270265698433</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1069</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.640422656766001</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>23.3708</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0648</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.2446</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300364.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>744.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.7491</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0303</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.9335</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2948.8496</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3122.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76180.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>827.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3938.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.5871</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.0856522237882</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> |