=== 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-0075 --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-0075",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
117 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-0075_ses-01_task-alignvideo_acq-mb8_run-03_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-0075_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_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-0075/ses-01/func/sub-0075_ses-01_task-alignvideo_acq-mb8_run-03_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>43f55501321b9aecd2d0338903112fc3</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:31:11.075000</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>[1, 0, 0, 0, 1, 0]</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-03_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.0842219</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-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4166, -7685, -7300, 425, -80, -60, 34, 34]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.02</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>eda77ad7-cfeb-4a54-bd29-c7a70ae7491b||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.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -74.03707885742188], [0.0, 0.0, 2.700000047683716, -94.09000396728516], [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, 1016]</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], 'AcquisitionTime': ['153111.075000', '153111.535000', '153111.995000', '153112.455000', '153112.915000', '153113.375000', '153113.835000', '153114.295000', '153114.755000', '153115.215000', '153115.675000', '153116.135000', '153116.595000', '153117.055000', '153117.515000', '153117.975000', '153118.435000', '153118.895000', '153119.355000', '153119.815000', '153120.275000', '153120.735000', '153121.195000', '153121.655000', '153122.115000', '153122.575000', '153123.035000', '153123.495000', '153123.955000', '153124.415000', '153124.875000', '153125.335000', '153125.795000', '153126.255000', '153126.715000', '153127.175000', '153127.635000', '153128.095000', '153128.555000', '153129.015000', '153129.475000', '153129.935000', '153130.395000', '153130.855000', '153131.315000', '153131.775000', '153132.235000', '153132.695000', '153133.155000', '153133.615000', '153134.075000', '153134.535000', '153134.995000', '153135.455000', '153135.915000', '153136.375000', '153136.835000', '153137.295000', '153137.755000', '153138.215000', '153138.675000', '153139.135000', '153139.595000', '153140.055000', '153140.515000', '153140.975000', '153141.435000', '153141.895000', '153142.355000', '153142.815000', '153143.275000', '153143.735000', '153144.195000', '153144.655000', '153145.115000', '153145.575000', '153146.035000', '153146.495000', '153146.955000', '153147.415000', '153147.875000', '153148.335000', '153148.795000', '153149.255000', '153149.715000', '153150.175000', '153150.635000', '153151.095000', '153151.555000', '153152.015000', '153152.475000', '153152.935000', '153153.395000', '153153.855000', '153154.315000', '153154.775000', '153155.235000', '153155.695000', '153156.155000', '153156.615000', '153157.075000', '153157.535000', '153157.995000', '153158.455000', '153158.915000', '153159.375000', '153159.835000', '153200.295000', '153200.755000', '153201.215000', '153201.675000', '153202.135000', '153202.595000', '153203.055000', '153203.515000', '153203.975000', '153204.435000', '153204.895000', '153205.355000', '153205.815000', '153206.275000', '153206.735000', '153207.195000', '153207.655000', '153208.115000', '153208.575000', '153209.035000', '153209.495000', '153209.955000', '153210.415000', '153210.875000', '153211.335000', '153211.795000', '153212.255000', '153212.715000', '153213.175000', '153213.635000', '153214.095000', '153214.555000', '153215.015000', '153215.475000', '153215.935000', '153216.395000', '153216.855000', '153217.315000', '153217.775000', '153218.235000', '153218.695000', '153219.155000', '153219.615000', '153220.075000', '153220.535000', '153220.995000', '153221.455000', '153221.915000', '153222.375000', '153222.835000', '153223.295000', '153223.755000', '153224.215000', '153224.675000', '153225.135000', '153225.595000', '153226.055000', '153226.515000', '153226.975000', '153227.435000', '153227.895000', '153228.355000', '153228.815000', '153229.275000', '153229.735000', '153230.195000', '153230.655000', '153231.115000', '153231.575000', '153232.035000', '153232.495000', '153232.955000', '153233.415000', '153233.875000', '153234.335000', '153234.795000', '153235.255000', '153235.715000', '153236.175000', '153236.635000', '153237.095000', '153237.555000', '153238.015000', '153238.475000', '153238.935000', '153239.395000', '153239.855000', '153240.315000', '153240.775000', '153241.235000', '153241.695000', '153242.155000', '153242.615000', '153243.075000', '153243.535000', '153243.995000', '153244.455000', '153244.915000', '153245.375000', '153245.835000', '153246.295000', '153246.755000', '153247.215000', '153247.675000', '153248.135000', '153248.595000', '153249.055000', '153249.515000', '153249.975000', '153250.435000', '153250.895000', '153251.355000', '153251.815000', '153252.275000', '153252.735000', '153253.195000', '153253.655000', '153254.115000', '153254.575000', '153255.035000', '153255.495000', '153255.955000', '153256.415000', '153256.875000', '153257.335000', '153257.795000', '153258.255000', '153258.715000', '153259.175000', '153259.635000', '153300.095000', '153300.555000', '153301.015000', '153301.475000', '153301.935000', '153302.395000', '153302.855000', '153303.315000', '153303.775000', '153304.235000', '153304.695000', '153305.155000', '153305.615000', '153306.075000', '153306.535000', '153306.995000', '153307.455000', '153307.915000', '153308.375000', '153308.835000', '153309.295000', '153309.755000', '153310.215000', '153310.675000', '153311.135000', '153311.595000', '153312.055000', '153312.515000', '153312.975000', '153313.435000', '153313.895000', '153314.355000', '153314.815000', '153315.275000', '153315.735000', '153316.195000', '153316.655000', '153317.115000', '153317.575000', '153318.035000', '153318.495000', '153318.955000', '153319.415000', '153319.875000', '153320.335000', '153320.795000', '153321.255000', '153321.715000', '153322.175000', '153322.635000', '153323.095000', '153323.555000', '153324.015000', '153324.475000', '153324.935000', '153325.395000', '153325.855000', '153326.315000', '153326.775000', '153327.235000', '153327.695000', '153328.155000', '153328.615000', '153329.075000', '153329.535000', '153329.995000', '153330.455000', '153330.915000', '153331.375000', '153331.835000', '153332.295000', '153332.755000', '153333.215000', '153333.675000', '153334.135000', '153334.595000', '153335.055000', '153335.515000', '153335.975000', '153336.435000', '153336.895000', '153337.355000', '153337.815000', '153338.275000', '153338.735000', '153339.195000', '153339.655000', '153340.115000', '153340.575000', '153341.035000', '153341.495000', '153341.955000', '153342.415000', '153342.875000', '153343.335000', '153343.795000', '153344.255000', '153344.715000', '153345.175000', '153345.635000', '153346.095000', '153346.555000', '153347.015000', '153347.475000', '153347.935000', '153348.395000', '153348.855000', '153349.315000', '153349.775000', '153350.235000', '153350.695000', '153351.155000', '153351.615000', '153352.075000', '153352.535000', '153352.995000', '153353.455000', '153353.915000', '153354.375000', '153354.835000', '153355.295000', '153355.755000', '153356.215000', '153356.675000', '153357.135000', '153357.595000', '153358.055000', '153358.515000', '153358.975000', '153359.435000', '153359.895000', '153400.355000', '153400.815000', '153401.275000', '153401.735000', '153402.195000', '153402.655000', '153403.115000', '153403.575000', '153404.035000', '153404.495000', '153404.955000', '153405.415000', '153405.875000', '153406.335000', '153406.795000', '153407.255000', '153407.715000', '153408.175000', '153408.635000', '153409.095000', '153409.555000', '153410.015000', '153410.475000', '153410.935000', '153411.395000', '153411.855000', '153412.315000', '153412.775000', '153413.235000', '153413.695000', '153414.155000', '153414.615000', '153415.075000', '153415.535000', '153415.995000', '153416.455000', '153416.915000', '153417.375000', '153417.835000', '153418.295000', '153418.755000', '153419.215000', '153419.675000', '153420.135000', '153420.595000', '153421.055000', '153421.515000', '153421.975000', '153422.435000', '153422.895000', '153423.355000', '153423.815000', '153424.275000', '153424.735000', '153425.195000', '153425.655000', '153426.115000', '153426.575000', '153427.035000', '153427.495000', '153427.955000', '153428.415000', '153428.875000', '153429.335000', '153429.795000', '153430.255000', '153430.715000', '153431.175000', '153431.635000', '153432.095000', '153432.555000', '153433.015000', '153433.475000', '153433.935000', '153434.395000', '153434.855000', '153435.315000', '153435.775000', '153436.235000', '153436.695000', '153437.155000', '153437.615000', '153438.075000', '153438.535000', '153438.995000', '153439.455000', '153439.915000', '153440.375000', '153440.835000', '153441.295000', '153441.755000', '153442.215000', '153442.675000', '153443.135000', '153443.595000', '153444.055000', '153444.515000', '153444.975000', '153445.435000', '153445.895000', '153446.355000', '153446.815000', '153447.275000', '153447.735000', '153448.195000', '153448.655000', '153449.115000', '153449.575000', '153450.035000', '153450.495000', '153450.955000', '153451.415000', '153451.875000', '153452.335000', '153452.795000', '153453.255000', '153453.715000', '153454.175000', '153454.635000', '153455.095000', '153455.555000', '153456.015000', '153456.475000', '153456.935000', '153457.395000', '153457.855000', '153458.315000', '153458.775000', '153459.235000', '153459.695000', '153500.155000', '153500.615000', '153501.075000', '153501.535000', '153501.995000', '153502.455000', '153502.915000', '153503.375000', '153503.835000', '153504.295000', '153504.755000', '153505.215000', '153505.675000', '153506.135000', '153506.595000', '153507.055000', '153507.515000', '153507.975000', '153508.435000', '153508.895000', '153509.355000', '153509.815000', '153510.275000', '153510.735000', '153511.195000', '153511.655000', '153512.115000', '153512.575000', '153513.035000', '153513.495000', '153513.955000', '153514.415000', '153514.875000', '153515.335000', '153515.795000', '153516.255000', '153516.715000', '153517.175000', '153517.635000', '153518.095000', '153518.555000', '153519.015000', '153519.475000', '153519.935000', '153520.395000', '153520.855000', '153521.315000', '153521.775000', '153522.235000', '153522.695000', '153523.155000', '153523.615000', '153524.075000', '153524.535000', '153524.995000', '153525.455000', '153525.915000', '153526.375000', '153526.835000', '153527.295000', '153527.755000', '153528.215000', '153528.675000', '153529.135000', '153529.595000', '153530.055000', '153530.515000', '153530.975000', '153531.435000', '153531.895000', '153532.355000', '153532.815000', '153533.275000', '153533.735000', '153534.195000', '153534.655000', '153535.115000', '153535.575000', '153536.035000', '153536.495000', '153536.955000', '153537.415000', '153537.875000', '153538.335000', '153538.795000', '153539.255000', '153539.715000', '153540.175000', '153540.635000', '153541.095000', '153541.555000', '153542.015000', '153542.475000', '153542.935000', '153543.395000', '153543.855000', '153544.315000', '153544.775000', '153545.235000', '153545.695000', '153546.155000', '153546.615000', '153547.075000', '153547.535000', '153547.995000', '153548.455000', '153548.915000', '153549.375000', '153549.835000', '153550.295000', '153550.755000', '153551.215000', '153551.675000', '153552.135000', '153552.595000', '153553.055000', '153553.515000', '153553.975000', '153554.435000', '153554.895000', '153555.355000', '153555.815000', '153556.275000', '153556.735000', '153557.195000', '153557.655000', '153558.115000', '153558.575000', '153559.035000', '153559.495000', '153559.955000', '153600.415000', '153600.875000', '153601.335000', '153601.795000', '153602.255000', '153602.715000', '153603.175000', '153603.635000', '153604.095000', '153604.555000', '153605.015000', '153605.475000', '153605.935000', '153606.395000', '153606.855000', '153607.315000', '153607.775000', '153608.235000', '153608.695000', '153609.155000', '153609.615000', '153610.075000', '153610.535000', '153610.995000', '153611.455000', '153611.915000', '153612.375000', '153612.835000', '153613.295000', '153613.755000', '153614.215000', '153614.675000', '153615.135000', '153615.595000', '153616.055000', '153616.515000', '153616.975000', '153617.435000', '153617.895000', '153618.355000', '153618.815000', '153619.275000', '153619.735000', '153620.195000', '153620.655000', '153621.115000', '153621.575000', '153622.035000', '153622.495000', '153622.955000', '153623.415000', '153623.875000', '153624.335000', '153624.795000', '153625.255000', '153625.715000', '153626.175000', '153626.635000', '153627.095000', '153627.555000', '153628.015000', '153628.475000', '153628.935000', '153629.395000', '153629.855000', '153630.315000', '153630.775000', '153631.235000', '153631.695000', '153632.155000', '153632.615000', '153633.075000', '153633.535000', '153633.995000', '153634.455000', '153634.915000', '153635.375000', '153635.835000', '153636.295000', '153636.755000', '153637.215000', '153637.675000', '153638.135000', '153638.595000', '153639.055000', '153639.515000', '153639.975000', '153640.435000', '153640.895000', '153641.355000', '153641.815000', '153642.275000', '153642.735000', '153643.195000', '153643.655000', '153644.115000', '153644.575000', '153645.035000', '153645.495000', '153645.955000', '153646.415000', '153646.875000', '153647.335000', '153647.795000', '153648.255000', '153648.715000', '153649.175000', '153649.635000', '153650.095000', '153650.555000', '153651.015000', '153651.475000', '153651.935000', '153652.395000', '153652.855000', '153653.315000', '153653.775000', '153654.235000', '153654.695000', '153655.155000', '153655.615000', '153656.075000', '153656.535000', '153656.995000', '153657.455000', '153657.915000', '153658.375000', '153658.835000', '153659.295000', '153659.755000', '153700.215000', '153700.675000', '153701.135000', '153701.595000', '153702.055000', '153702.515000', '153702.975000', '153703.435000', '153703.895000', '153704.355000', '153704.815000', '153705.275000', '153705.735000', '153706.195000', '153706.655000', '153707.115000', '153707.575000', '153708.035000', '153708.495000', '153708.955000', '153709.415000', '153709.875000', '153710.335000', '153710.795000', '153711.255000', '153711.715000', '153712.175000', '153712.635000', '153713.095000', '153713.555000', '153714.015000', '153714.475000', '153714.935000', '153715.395000', '153715.855000', '153716.315000', '153716.775000', '153717.235000', '153717.695000', '153718.155000', '153718.615000', '153719.075000', '153719.535000', '153719.995000', '153720.455000', '153720.915000', '153721.375000', '153721.835000', '153722.295000', '153722.755000', '153723.215000', '153723.675000', '153724.135000', '153724.595000', '153725.055000', '153725.515000', '153725.975000', '153726.435000', '153726.895000', '153727.355000', '153727.815000', '153728.275000', '153728.735000', '153729.195000', '153729.655000', '153730.115000', '153730.575000', '153731.035000', '153731.495000', '153731.955000', '153732.415000', '153732.875000', '153733.335000', '153733.795000', '153734.255000', '153734.715000', '153735.175000', '153735.635000', '153736.095000', '153736.555000', '153737.015000', '153737.475000', '153737.935000', '153738.395000', '153738.855000', '153739.315000', '153739.775000', '153740.235000', '153740.695000', '153741.155000', '153741.615000', '153742.075000', '153742.535000', '153742.995000', '153743.455000', '153743.915000', '153744.375000', '153744.835000', '153745.295000', '153745.755000', '153746.215000', '153746.675000', '153747.135000', '153747.595000', '153748.055000', '153748.515000', '153748.975000', '153749.435000', '153749.895000', '153750.355000', '153750.815000', '153751.275000', '153751.735000', '153752.195000', '153752.655000', '153753.115000', '153753.575000', '153754.035000', '153754.495000', '153754.955000', '153755.415000', '153755.875000', '153756.335000', '153756.795000', '153757.255000', '153757.715000', '153758.175000', '153758.635000', '153759.095000', '153759.555000', '153800.015000', '153800.475000', '153800.935000', '153801.395000', '153801.855000', '153802.315000', '153802.775000', '153803.235000', '153803.695000', '153804.155000', '153804.615000', '153805.075000', '153805.535000', '153805.995000', '153806.455000', '153806.915000', '153807.375000', '153807.835000', '153808.295000', '153808.755000', '153809.215000', '153809.675000', '153810.135000', '153810.595000', '153811.055000', '153811.515000', '153811.975000', '153812.435000', '153812.895000', '153813.355000', '153813.815000', '153814.275000', '153814.735000', '153815.195000', '153815.655000', '153816.115000', '153816.575000', '153817.035000', '153817.495000', '153817.955000', '153818.415000', '153818.875000', '153819.335000', '153819.795000', '153820.255000', '153820.715000', '153821.175000', '153821.635000', '153822.095000', '153822.555000', '153823.015000', '153823.475000', '153823.935000', '153824.395000', '153824.855000', '153825.315000', '153825.775000', '153826.235000', '153826.695000', '153827.155000', '153827.615000', '153828.075000', '153828.535000', '153828.995000', '153829.455000', '153829.915000', '153830.375000', '153830.835000', '153831.295000', '153831.755000', '153832.215000', '153832.675000', '153833.135000', '153833.595000', '153834.055000', '153834.515000', '153834.975000', '153835.435000', '153835.895000', '153836.355000', '153836.815000', '153837.275000', '153837.735000', '153838.195000', '153838.655000', '153839.115000', '153839.575000', '153840.035000', '153840.495000', '153840.955000', '153841.415000', '153841.875000', '153842.335000', '153842.795000', '153843.255000', '153843.715000', '153844.175000', '153844.635000', '153845.095000', '153845.555000', '153846.015000', '153846.475000', '153846.935000', '153847.395000', '153847.855000', '153848.315000', '153848.775000', '153849.235000', '153849.695000', '153850.155000', '153850.615000', '153851.075000', '153851.535000', '153851.995000', '153852.455000', '153852.915000', '153853.375000', '153853.835000', '153854.295000', '153854.755000', '153855.215000', '153855.675000', '153856.135000', '153856.595000', '153857.055000', '153857.515000', '153857.975000'], 'ContentTime': ['153128.585000', '153128.588000', '153128.591000', '153128.594000', '153128.596000', '153128.599000', '153128.602000', '153128.605000', '153128.608000', '153128.611000', '153128.614000', '153128.616000', '153128.619000', '153128.622000', '153128.625000', '153128.627000', '153128.630000', '153128.633000', '153128.635000', '153128.638000', '153128.641000', '153128.644000', '153128.646000', '153128.649000', '153128.652000', '153128.655000', '153128.657000', '153128.660000', '153128.663000', '153128.665000', '153128.668000', '153128.671000', '153128.673000', '153128.676000', '153128.679000', '153128.682000', '153148.538000', '153148.540000', '153148.543000', '153148.546000', '153148.548000', '153148.551000', '153148.554000', '153148.556000', '153148.559000', '153148.561000', '153148.570000', '153148.573000', '153148.575000', '153148.578000', '153148.581000', '153148.583000', '153148.586000', '153148.589000', '153148.591000', '153148.594000', '153148.597000', '153148.599000', '153148.602000', '153148.605000', '153148.607000', '153148.610000', '153148.612000', '153148.615000', '153148.620000', '153148.622000', '153148.625000', '153148.628000', '153148.630000', '153148.633000', '153148.636000', '153148.638000', '153148.641000', '153148.643000', '153148.647000', '153148.650000', '153148.653000', '153148.655000', '153148.658000', '153208.537000', '153208.540000', '153208.543000', '153208.546000', '153208.549000', '153208.552000', '153208.554000', '153208.557000', '153208.560000', '153208.562000', '153208.565000', '153208.568000', '153208.570000', '153208.573000', '153208.575000', '153208.578000', '153208.581000', '153208.583000', '153208.586000', '153208.589000', '153208.591000', '153208.594000', '153208.596000', '153208.599000', '153208.602000', '153208.604000', '153208.607000', '153208.610000', '153208.612000', '153208.615000', '153208.618000', '153208.620000', '153208.623000', '153208.626000', '153208.628000', '153208.631000', '153208.634000', '153208.636000', '153208.639000', '153208.641000', '153208.644000', '153208.647000', '153208.649000', '153208.652000', '153228.539000', '153228.542000', '153228.544000', '153228.547000', '153228.550000', '153228.553000', '153228.555000', '153228.558000', '153228.560000', '153228.563000', '153228.566000', '153228.568000', '153228.571000', '153228.574000', '153228.576000', '153228.579000', '153228.581000', '153228.590000', '153228.593000', '153228.595000', '153228.598000', '153228.601000', '153228.604000', '153228.607000', '153228.610000', '153228.612000', '153228.615000', '153228.618000', '153228.620000', '153228.623000', '153228.625000', '153228.628000', '153228.631000', '153228.633000', '153228.636000', '153228.639000', '153228.641000', '153228.644000', '153228.647000', '153228.655000', '153228.658000', '153228.660000', '153228.663000', '153248.539000', '153248.541000', '153248.544000', '153248.547000', '153248.550000', '153248.552000', '153248.555000', '153248.558000', '153248.560000', '153248.563000', '153248.566000', '153248.568000', '153248.571000', '153248.573000', '153248.576000', '153248.579000', '153248.581000', '153248.584000', '153248.587000', '153248.589000', '153248.592000', '153248.594000', '153248.597000', '153248.600000', '153248.602000', '153248.605000', '153248.608000', '153248.610000', '153248.613000', '153248.615000', '153248.618000', '153248.621000', '153248.623000', '153248.626000', '153248.629000', '153248.631000', '153248.634000', '153248.636000', '153248.639000', '153248.642000', '153248.644000', '153248.647000', '153248.650000', '153248.652000', '153308.539000', '153308.541000', '153308.544000', '153308.547000', '153308.550000', '153308.552000', '153308.555000', '153308.557000', '153308.560000', '153308.563000', '153308.566000', '153308.568000', '153308.571000', '153308.573000', '153308.576000', '153308.579000', '153308.581000', '153308.584000', '153308.587000', '153308.589000', '153308.592000', '153308.595000', '153308.597000', '153308.600000', '153308.603000', '153308.605000', '153308.608000', '153308.611000', '153308.613000', '153308.616000', '153308.619000', '153308.621000', '153308.624000', '153308.627000', '153308.629000', '153308.634000', '153308.636000', '153308.639000', '153308.642000', '153308.644000', '153308.647000', '153308.650000', '153308.652000', '153328.538000', '153328.541000', '153328.543000', '153328.546000', '153328.549000', '153328.551000', '153328.554000', '153328.556000', '153328.559000', '153328.562000', '153328.565000', '153328.567000', '153328.570000', '153328.573000', '153328.575000', '153328.578000', '153328.581000', '153328.583000', '153328.586000', '153328.589000', '153328.591000', '153328.594000', '153328.597000', '153328.599000', '153328.602000', '153328.605000', '153328.607000', '153328.610000', '153328.613000', '153328.616000', '153328.618000', '153328.621000', '153328.623000', '153328.627000', '153328.629000', '153328.632000', '153328.634000', '153328.637000', '153328.640000', '153328.643000', '153328.645000', '153328.648000', '153328.651000', '153328.653000', '153348.538000', '153348.540000', '153348.543000', '153348.546000', '153348.548000', '153348.551000', '153348.554000', '153348.556000', '153348.559000', '153348.562000', '153348.564000', '153348.567000', '153348.569000', '153348.572000', '153348.575000', '153348.577000', '153348.580000', '153348.583000', '153348.585000', '153348.588000', '153348.591000', '153348.593000', '153348.596000', '153348.599000', '153348.601000', '153348.604000', '153348.607000', '153348.609000', '153348.612000', '153348.615000', '153348.617000', '153348.620000', '153348.623000', '153348.625000', '153348.628000', '153348.630000', '153348.633000', '153348.636000', '153348.638000', '153348.641000', '153348.643000', '153348.646000', '153348.649000', '153408.538000', '153408.541000', '153408.543000', '153408.546000', '153408.549000', '153408.551000', '153408.554000', '153408.557000', '153408.559000', '153408.562000', '153408.565000', '153408.567000', '153408.570000', '153408.587000', '153408.589000', '153408.592000', '153408.595000', '153408.597000', '153408.600000', '153408.603000', '153408.605000', '153408.608000', '153408.611000', '153408.613000', '153408.616000', '153408.619000', '153408.621000', '153408.624000', '153408.627000', '153408.629000', '153408.632000', '153408.634000', '153408.637000', '153408.640000', '153408.642000', '153408.645000', '153408.647000', '153408.650000', '153408.652000', '153408.655000', '153408.658000', '153408.660000', '153408.663000', '153408.666000', '153428.537000', '153428.540000', '153428.543000', '153428.546000', '153428.548000', '153428.551000', '153428.554000', '153428.556000', '153428.559000', '153428.562000', '153428.564000', '153428.567000', '153428.570000', '153428.572000', '153428.575000', '153428.577000', '153428.580000', '153428.583000', '153428.585000', '153428.588000', '153428.591000', '153428.593000', '153428.596000', '153428.599000', '153428.601000', '153428.604000', '153428.607000', '153428.609000', '153428.612000', '153428.615000', '153428.626000', '153428.628000', '153428.631000', '153428.633000', '153428.636000', '153428.639000', '153428.641000', '153428.644000', '153428.647000', '153428.649000', '153428.652000', '153428.655000', '153428.658000', '153448.538000', '153448.541000', '153448.544000', '153448.547000', '153448.549000', '153448.552000', '153448.555000', '153448.557000', '153448.560000', '153448.563000', '153448.565000', '153448.568000', '153448.570000', '153448.573000', '153448.576000', '153448.578000', '153448.581000', '153448.584000', '153448.587000', '153448.590000', '153448.593000', '153448.596000', '153448.598000', '153448.601000', '153448.604000', '153448.606000', '153448.609000', '153448.612000', '153448.614000', '153448.617000', '153448.620000', '153448.622000', '153448.625000', '153448.628000', '153448.630000', '153448.633000', '153448.636000', '153448.638000', '153448.641000', '153448.644000', '153448.646000', '153448.649000', '153448.652000', '153508.539000', '153508.542000', '153508.544000', '153508.547000', '153508.550000', '153508.552000', '153508.555000', '153508.557000', '153508.560000', '153508.563000', '153508.566000', '153508.568000', '153508.571000', '153508.573000', '153508.576000', '153508.579000', '153508.581000', '153508.584000', '153508.587000', '153508.589000', '153508.592000', '153508.595000', '153508.597000', '153508.600000', '153508.603000', '153508.605000', '153508.608000', '153508.611000', '153508.613000', '153508.616000', '153508.619000', '153508.621000', '153508.624000', '153508.626000', '153508.630000', '153508.632000', '153508.635000', '153508.637000', '153508.640000', '153508.643000', '153508.645000', '153508.648000', '153508.651000', '153508.653000', '153528.538000', '153528.541000', '153528.544000', '153528.547000', '153528.549000', '153528.552000', '153528.555000', '153528.557000', '153528.560000', '153528.563000', '153528.566000', '153528.568000', '153528.571000', '153528.574000', '153528.576000', '153528.579000', '153528.582000', '153528.585000', '153528.587000', '153528.590000', '153528.593000', '153528.595000', '153528.598000', '153528.601000', '153528.604000', '153528.606000', '153528.609000', '153528.612000', '153528.614000', '153528.617000', '153528.620000', '153528.623000', '153528.625000', '153528.628000', '153528.631000', '153528.633000', '153528.636000', '153528.638000', '153528.654000', '153528.656000', '153528.659000', '153528.662000', '153528.664000', '153528.667000', '153548.537000', '153548.540000', '153548.543000', '153548.546000', '153548.548000', '153548.551000', '153548.554000', '153548.556000', '153548.559000', '153548.562000', '153548.564000', '153548.567000', '153548.569000', '153548.572000', '153548.575000', '153548.577000', '153548.580000', '153548.583000', '153548.585000', '153548.588000', '153548.591000', '153548.593000', '153548.596000', '153548.598000', '153548.601000', '153548.604000', '153548.607000', '153548.609000', '153548.612000', '153548.615000', '153548.617000', '153548.620000', '153548.623000', '153548.625000', '153548.628000', '153548.630000', '153548.633000', '153548.636000', '153548.639000', '153548.641000', '153548.644000', '153548.647000', '153548.649000', '153608.538000', '153608.541000', '153608.543000', '153608.546000', '153608.549000', '153608.551000', '153608.554000', '153608.556000', '153608.559000', '153608.562000', '153608.565000', '153608.567000', '153608.570000', '153608.573000', '153608.575000', '153608.578000', '153608.580000', '153608.583000', '153608.586000', '153608.588000', '153608.591000', '153608.594000', '153608.596000', '153608.599000', '153608.602000', '153608.604000', '153608.607000', '153608.610000', '153608.612000', '153608.615000', '153608.618000', '153608.620000', '153608.623000', '153608.626000', '153608.628000', '153608.631000', '153608.640000', '153608.643000', '153608.646000', '153608.648000', '153608.651000', '153608.654000', '153608.656000', '153608.659000', '153628.537000', '153628.540000', '153628.543000', '153628.546000', '153628.548000', '153628.551000', '153628.554000', '153628.557000', '153628.559000', '153628.562000', '153628.565000', '153628.567000', '153628.570000', '153628.572000', '153628.575000', '153628.578000', '153628.580000', '153628.583000', '153628.586000', '153628.588000', '153628.591000', '153628.594000', '153628.596000', '153628.599000', '153628.602000', '153628.604000', '153628.607000', '153628.610000', '153628.612000', '153628.615000', '153628.618000', '153628.620000', '153628.623000', '153628.626000', '153628.628000', '153628.631000', '153628.634000', '153628.636000', '153628.639000', '153628.642000', '153628.644000', '153628.647000', '153628.650000', '153648.538000', '153648.541000', '153648.544000', '153648.546000', '153648.549000', '153648.552000', '153648.555000', '153648.557000', '153648.560000', '153648.563000', '153648.566000', '153648.569000', '153648.572000', '153648.575000', '153648.577000', '153648.580000', '153648.583000', '153648.585000', '153648.588000', '153648.591000', '153648.593000', '153648.596000', '153648.599000', '153648.601000', '153648.604000', '153648.607000', '153648.609000', '153648.612000', '153648.616000', '153648.619000', '153648.622000', '153648.624000', '153648.627000', '153648.630000', '153648.632000', '153648.636000', '153648.638000', '153648.641000', '153648.643000', '153648.646000', '153648.649000', '153648.651000', '153648.654000', '153708.538000', '153708.541000', '153708.544000', '153708.547000', '153708.549000', '153708.552000', '153708.570000', '153708.572000', '153708.575000', '153708.577000', '153708.580000', '153708.583000', '153708.585000', '153708.588000', '153708.591000', '153708.593000', '153708.596000', '153708.599000', '153708.601000', '153708.604000', '153708.607000', '153708.609000', '153708.612000', '153708.615000', '153708.617000', '153708.620000', '153708.623000', '153708.625000', '153708.628000', '153708.631000', '153708.633000', '153708.636000', '153708.638000', '153708.641000', '153708.644000', '153708.647000', '153708.649000', '153708.652000', '153708.654000', '153708.657000', '153708.660000', '153708.662000', '153708.665000', '153708.668000', '153728.539000', '153728.542000', '153728.544000', '153728.547000', '153728.550000', '153728.552000', '153728.555000', '153728.558000', '153728.560000', '153728.563000', '153728.566000', '153728.568000', '153728.571000', '153728.574000', '153728.576000', '153728.579000', '153728.582000', '153728.584000', '153728.587000', '153728.590000', '153728.592000', '153728.595000', '153728.598000', '153728.600000', '153728.603000', '153728.606000', '153728.608000', '153728.611000', '153728.614000', '153728.616000', '153728.619000', '153728.622000', '153728.624000', '153728.627000', '153728.630000', '153728.632000', '153728.635000', '153728.637000', '153728.640000', '153728.643000', '153728.645000', '153728.648000', '153728.651000', '153728.653000', '153748.539000', '153748.541000', '153748.544000', '153748.547000', '153748.549000', '153748.552000', '153748.555000', '153748.557000', '153748.575000', '153748.578000', '153748.580000', '153748.583000', '153748.586000', '153748.588000', '153748.591000', '153748.594000', '153748.596000', '153748.599000', '153748.602000', '153748.605000', '153748.607000', '153748.610000', '153748.612000', '153748.615000', '153748.618000', '153748.620000', '153748.623000', '153748.626000', '153748.628000', '153748.631000', '153748.634000', '153748.636000', '153748.639000', '153748.642000', '153748.644000', '153748.647000', '153748.650000', '153748.652000', '153748.655000', '153748.657000', '153748.660000', '153748.663000', '153748.665000', '153808.538000', '153808.540000', '153808.543000', '153808.546000', '153808.549000', '153808.551000', '153808.554000', '153808.556000', '153808.559000', '153808.562000', '153808.564000', '153808.567000', '153808.570000', '153808.572000', '153808.575000', '153808.578000', '153808.580000', '153808.583000', '153808.586000', '153808.589000', '153808.591000', '153808.594000', '153808.597000', '153808.599000', '153808.602000', '153808.605000', '153808.607000', '153808.610000', '153808.614000', '153808.617000', '153808.620000', '153808.622000', '153808.625000', '153808.628000', '153808.631000', '153808.633000', '153808.636000', '153808.639000', '153808.641000', '153808.644000', '153808.646000', '153808.649000', '153808.652000', '153828.538000', '153828.541000', '153828.543000', '153828.546000', '153828.549000', '153828.551000', '153828.554000', '153828.557000', '153828.560000', '153828.562000', '153828.565000', '153828.567000', '153828.570000', '153828.574000', '153828.576000', '153828.579000', '153828.582000', '153828.598000', '153828.600000', '153828.603000', '153828.606000', '153828.609000', '153828.611000', '153828.614000', '153828.617000', '153828.619000', '153828.622000', '153828.624000', '153828.627000', '153828.630000', '153828.632000', '153828.635000', '153828.638000', '153828.640000', '153828.643000', '153828.646000', '153828.648000', '153828.651000', '153828.653000', '153828.656000', '153828.659000', '153828.662000', '153828.664000', '153828.667000', '153848.538000', '153848.540000', '153848.543000', '153848.546000', '153848.548000', '153848.551000', '153848.554000', '153848.556000', '153848.559000', '153848.562000', '153848.564000', '153848.567000', '153848.570000', '153848.572000', '153848.575000', '153848.578000', '153848.580000', '153848.583000', '153848.585000', '153848.588000', '153848.591000', '153848.593000', '153848.596000', '153848.599000', '153848.601000', '153848.604000', '153848.607000', '153848.609000', '153848.612000', '153848.614000', '153848.617000', '153848.620000', '153848.622000', '153848.625000', '153848.628000', '153848.630000', '153848.633000', '153848.635000', '153848.638000', '153848.641000', '153848.643000', '153848.646000', '153848.649000', '153859.185000', '153859.189000', '153859.192000', '153859.195000', '153859.198000', '153859.200000', '153859.203000', '153859.206000', '153859.208000', '153859.211000', '153859.214000', '153859.216000', '153859.219000', '153859.222000', '153859.225000', '153859.229000', '153859.232000', '153859.235000', '153859.239000', '153859.242000', '153859.244000', '153859.247000', '153859.250000', '153859.253000'], 'InstanceCreationTime': ['153128.585000', '153128.588000', '153128.591000', '153128.594000', '153128.596000', '153128.599000', '153128.602000', '153128.605000', '153128.608000', '153128.611000', '153128.614000', '153128.616000', '153128.619000', '153128.622000', '153128.625000', '153128.627000', '153128.630000', '153128.633000', '153128.635000', '153128.638000', '153128.641000', '153128.644000', '153128.646000', '153128.649000', '153128.652000', '153128.655000', '153128.657000', '153128.660000', '153128.663000', '153128.665000', '153128.668000', '153128.671000', '153128.673000', '153128.676000', '153128.679000', '153128.682000', '153148.538000', '153148.540000', '153148.543000', '153148.546000', '153148.548000', '153148.551000', '153148.554000', '153148.556000', '153148.559000', '153148.561000', '153148.570000', '153148.573000', '153148.575000', '153148.578000', '153148.581000', '153148.583000', '153148.586000', '153148.589000', '153148.591000', '153148.594000', '153148.597000', '153148.599000', '153148.602000', '153148.605000', '153148.607000', '153148.610000', '153148.612000', '153148.615000', '153148.620000', '153148.622000', '153148.625000', '153148.628000', '153148.630000', '153148.633000', '153148.636000', '153148.638000', '153148.641000', '153148.643000', '153148.647000', '153148.650000', '153148.653000', '153148.655000', '153148.658000', '153208.537000', '153208.540000', '153208.543000', '153208.546000', '153208.549000', '153208.552000', '153208.554000', '153208.557000', '153208.560000', '153208.562000', '153208.565000', '153208.568000', '153208.570000', '153208.573000', '153208.575000', '153208.578000', '153208.581000', '153208.583000', '153208.586000', '153208.589000', '153208.591000', '153208.594000', '153208.596000', '153208.599000', '153208.602000', '153208.604000', '153208.607000', '153208.610000', '153208.612000', '153208.615000', '153208.618000', '153208.620000', '153208.623000', '153208.626000', '153208.628000', '153208.631000', '153208.634000', '153208.636000', '153208.639000', '153208.641000', '153208.644000', '153208.647000', '153208.649000', '153208.652000', '153228.539000', '153228.542000', '153228.544000', '153228.547000', '153228.550000', '153228.553000', '153228.555000', '153228.558000', '153228.560000', '153228.563000', '153228.566000', '153228.568000', '153228.571000', '153228.574000', '153228.576000', '153228.579000', '153228.581000', '153228.590000', '153228.593000', '153228.595000', '153228.598000', '153228.601000', '153228.604000', '153228.607000', '153228.610000', '153228.612000', '153228.615000', '153228.618000', '153228.620000', '153228.623000', '153228.625000', '153228.628000', '153228.631000', '153228.633000', '153228.636000', '153228.639000', '153228.641000', '153228.644000', '153228.647000', '153228.655000', '153228.658000', '153228.660000', '153228.663000', '153248.539000', '153248.541000', '153248.544000', '153248.547000', '153248.550000', '153248.552000', '153248.555000', '153248.558000', '153248.560000', '153248.563000', '153248.566000', '153248.568000', '153248.571000', '153248.573000', '153248.576000', '153248.579000', '153248.581000', '153248.584000', '153248.587000', '153248.589000', '153248.592000', '153248.594000', '153248.597000', '153248.600000', '153248.602000', '153248.605000', '153248.608000', '153248.610000', '153248.613000', '153248.615000', '153248.618000', '153248.621000', '153248.623000', '153248.626000', '153248.629000', '153248.631000', '153248.634000', '153248.636000', '153248.639000', '153248.642000', '153248.644000', '153248.647000', '153248.650000', '153248.652000', '153308.539000', '153308.541000', '153308.544000', '153308.547000', '153308.550000', '153308.552000', '153308.555000', '153308.557000', '153308.560000', '153308.563000', '153308.566000', '153308.568000', '153308.571000', '153308.573000', '153308.576000', '153308.579000', '153308.581000', '153308.584000', '153308.587000', '153308.589000', '153308.592000', '153308.595000', '153308.597000', '153308.600000', '153308.603000', '153308.605000', '153308.608000', '153308.611000', '153308.613000', '153308.616000', '153308.619000', '153308.621000', '153308.624000', '153308.627000', '153308.629000', '153308.634000', '153308.636000', '153308.639000', '153308.642000', '153308.644000', '153308.647000', '153308.650000', '153308.652000', '153328.538000', '153328.541000', '153328.543000', '153328.546000', '153328.549000', '153328.551000', '153328.554000', '153328.556000', '153328.559000', '153328.562000', '153328.565000', '153328.567000', '153328.570000', '153328.573000', '153328.575000', '153328.578000', '153328.581000', '153328.583000', '153328.586000', '153328.589000', '153328.591000', '153328.594000', '153328.597000', '153328.599000', '153328.602000', '153328.605000', '153328.607000', '153328.610000', '153328.613000', '153328.616000', '153328.618000', '153328.621000', '153328.623000', '153328.627000', '153328.629000', '153328.632000', '153328.634000', '153328.637000', '153328.640000', '153328.643000', '153328.645000', '153328.648000', '153328.651000', '153328.653000', '153348.538000', '153348.540000', '153348.543000', '153348.546000', '153348.548000', '153348.551000', '153348.554000', '153348.556000', '153348.559000', '153348.562000', '153348.564000', '153348.567000', '153348.569000', '153348.572000', '153348.575000', '153348.577000', '153348.580000', '153348.583000', '153348.585000', '153348.588000', '153348.591000', '153348.593000', '153348.596000', '153348.599000', '153348.601000', '153348.604000', '153348.607000', '153348.609000', '153348.612000', '153348.615000', '153348.617000', '153348.620000', '153348.623000', '153348.625000', '153348.628000', '153348.630000', '153348.633000', '153348.636000', '153348.638000', '153348.641000', '153348.643000', '153348.646000', '153348.649000', '153408.538000', '153408.541000', '153408.543000', '153408.546000', '153408.549000', '153408.551000', '153408.554000', '153408.557000', '153408.559000', '153408.562000', '153408.565000', '153408.567000', '153408.570000', '153408.587000', '153408.589000', '153408.592000', '153408.595000', '153408.597000', '153408.600000', '153408.603000', '153408.605000', '153408.608000', '153408.611000', '153408.613000', '153408.616000', '153408.619000', '153408.621000', '153408.624000', '153408.627000', '153408.629000', '153408.632000', '153408.634000', '153408.637000', '153408.640000', '153408.642000', '153408.645000', '153408.647000', '153408.650000', '153408.652000', '153408.655000', '153408.658000', '153408.660000', '153408.663000', '153408.666000', '153428.537000', '153428.540000', '153428.543000', '153428.546000', '153428.548000', '153428.551000', '153428.554000', '153428.556000', '153428.559000', '153428.562000', '153428.564000', '153428.567000', '153428.570000', '153428.572000', '153428.575000', '153428.577000', '153428.580000', '153428.583000', '153428.585000', '153428.588000', '153428.591000', '153428.593000', '153428.596000', '153428.599000', '153428.601000', '153428.604000', '153428.607000', '153428.609000', '153428.612000', '153428.615000', '153428.626000', '153428.628000', '153428.631000', '153428.633000', '153428.636000', '153428.639000', '153428.641000', '153428.644000', '153428.647000', '153428.649000', '153428.652000', '153428.655000', '153428.658000', '153448.538000', '153448.541000', '153448.544000', '153448.547000', '153448.549000', '153448.552000', '153448.555000', '153448.557000', '153448.560000', '153448.563000', '153448.565000', '153448.568000', '153448.570000', '153448.573000', '153448.576000', '153448.578000', '153448.581000', '153448.584000', '153448.587000', '153448.590000', '153448.593000', '153448.596000', '153448.598000', '153448.601000', '153448.604000', '153448.606000', '153448.609000', '153448.612000', '153448.614000', '153448.617000', '153448.620000', '153448.622000', '153448.625000', '153448.628000', '153448.630000', '153448.633000', '153448.636000', '153448.638000', '153448.641000', '153448.644000', '153448.646000', '153448.649000', '153448.652000', '153508.539000', '153508.542000', '153508.544000', '153508.547000', '153508.550000', '153508.552000', '153508.555000', '153508.557000', '153508.560000', '153508.563000', '153508.566000', '153508.568000', '153508.571000', '153508.573000', '153508.576000', '153508.579000', '153508.581000', '153508.584000', '153508.587000', '153508.589000', '153508.592000', '153508.595000', '153508.597000', '153508.600000', '153508.603000', '153508.605000', '153508.608000', '153508.611000', '153508.613000', '153508.616000', '153508.619000', '153508.621000', '153508.624000', '153508.626000', '153508.630000', '153508.632000', '153508.635000', '153508.637000', '153508.640000', '153508.643000', '153508.645000', '153508.648000', '153508.651000', '153508.653000', '153528.538000', '153528.541000', '153528.544000', '153528.547000', '153528.549000', '153528.552000', '153528.555000', '153528.557000', '153528.560000', '153528.563000', '153528.566000', '153528.568000', '153528.571000', '153528.574000', '153528.576000', '153528.579000', '153528.582000', '153528.585000', '153528.587000', '153528.590000', '153528.593000', '153528.595000', '153528.598000', '153528.601000', '153528.604000', '153528.606000', '153528.609000', '153528.612000', '153528.614000', '153528.617000', '153528.620000', '153528.623000', '153528.625000', '153528.628000', '153528.631000', '153528.633000', '153528.636000', '153528.638000', '153528.654000', '153528.656000', '153528.659000', '153528.662000', '153528.664000', '153528.667000', '153548.537000', '153548.540000', '153548.543000', '153548.546000', '153548.548000', '153548.551000', '153548.554000', '153548.556000', '153548.559000', '153548.562000', '153548.564000', '153548.567000', '153548.569000', '153548.572000', '153548.575000', '153548.577000', '153548.580000', '153548.583000', '153548.585000', '153548.588000', '153548.591000', '153548.593000', '153548.596000', '153548.598000', '153548.601000', '153548.604000', '153548.607000', '153548.609000', '153548.612000', '153548.615000', '153548.617000', '153548.620000', '153548.623000', '153548.625000', '153548.628000', '153548.630000', '153548.633000', '153548.636000', '153548.639000', '153548.641000', '153548.644000', '153548.647000', '153548.649000', '153608.538000', '153608.541000', '153608.543000', '153608.546000', '153608.549000', '153608.551000', '153608.554000', '153608.556000', '153608.559000', '153608.562000', '153608.565000', '153608.567000', '153608.570000', '153608.573000', '153608.575000', '153608.578000', '153608.580000', '153608.583000', '153608.586000', '153608.588000', '153608.591000', '153608.594000', '153608.596000', '153608.599000', '153608.602000', '153608.604000', '153608.607000', '153608.610000', '153608.612000', '153608.615000', '153608.618000', '153608.620000', '153608.623000', '153608.626000', '153608.628000', '153608.631000', '153608.640000', '153608.643000', '153608.646000', '153608.648000', '153608.651000', '153608.654000', '153608.656000', '153608.659000', '153628.537000', '153628.540000', '153628.543000', '153628.546000', '153628.548000', '153628.551000', '153628.554000', '153628.557000', '153628.559000', '153628.562000', '153628.565000', '153628.567000', '153628.570000', '153628.572000', '153628.575000', '153628.578000', '153628.580000', '153628.583000', '153628.586000', '153628.588000', '153628.591000', '153628.594000', '153628.596000', '153628.599000', '153628.602000', '153628.604000', '153628.607000', '153628.610000', '153628.612000', '153628.615000', '153628.618000', '153628.620000', '153628.623000', '153628.626000', '153628.628000', '153628.631000', '153628.634000', '153628.636000', '153628.639000', '153628.642000', '153628.644000', '153628.647000', '153628.650000', '153648.538000', '153648.541000', '153648.544000', '153648.546000', '153648.549000', '153648.552000', '153648.555000', '153648.557000', '153648.560000', '153648.563000', '153648.566000', '153648.569000', '153648.572000', '153648.575000', '153648.577000', '153648.580000', '153648.583000', '153648.585000', '153648.588000', '153648.591000', '153648.593000', '153648.596000', '153648.599000', '153648.601000', '153648.604000', '153648.607000', '153648.609000', '153648.612000', '153648.616000', '153648.619000', '153648.622000', '153648.624000', '153648.627000', '153648.630000', '153648.632000', '153648.636000', '153648.638000', '153648.641000', '153648.643000', '153648.646000', '153648.649000', '153648.651000', '153648.654000', '153708.538000', '153708.541000', '153708.544000', '153708.547000', '153708.549000', '153708.552000', '153708.570000', '153708.572000', '153708.575000', '153708.577000', '153708.580000', '153708.583000', '153708.585000', '153708.588000', '153708.591000', '153708.593000', '153708.596000', '153708.599000', '153708.601000', '153708.604000', '153708.607000', '153708.609000', '153708.612000', '153708.615000', '153708.617000', '153708.620000', '153708.623000', '153708.625000', '153708.628000', '153708.631000', '153708.633000', '153708.636000', '153708.638000', '153708.641000', '153708.644000', '153708.647000', '153708.649000', '153708.652000', '153708.654000', '153708.657000', '153708.660000', '153708.662000', '153708.665000', '153708.668000', '153728.539000', '153728.542000', '153728.544000', '153728.547000', '153728.550000', '153728.552000', '153728.555000', '153728.558000', '153728.560000', '153728.563000', '153728.566000', '153728.568000', '153728.571000', '153728.574000', '153728.576000', '153728.579000', '153728.582000', '153728.584000', '153728.587000', '153728.590000', '153728.592000', '153728.595000', '153728.598000', '153728.600000', '153728.603000', '153728.606000', '153728.608000', '153728.611000', '153728.614000', '153728.616000', '153728.619000', '153728.622000', '153728.624000', '153728.627000', '153728.630000', '153728.632000', '153728.635000', '153728.637000', '153728.640000', '153728.643000', '153728.645000', '153728.648000', '153728.651000', '153728.653000', '153748.539000', '153748.541000', '153748.544000', '153748.547000', '153748.549000', '153748.552000', '153748.555000', '153748.557000', '153748.575000', '153748.578000', '153748.580000', '153748.583000', '153748.586000', '153748.588000', '153748.591000', '153748.594000', '153748.596000', '153748.599000', '153748.602000', '153748.605000', '153748.607000', '153748.610000', '153748.612000', '153748.615000', '153748.618000', '153748.620000', '153748.623000', '153748.626000', '153748.628000', '153748.631000', '153748.634000', '153748.636000', '153748.639000', '153748.642000', '153748.644000', '153748.647000', '153748.650000', '153748.652000', '153748.655000', '153748.657000', '153748.660000', '153748.663000', '153748.665000', '153808.538000', '153808.540000', '153808.543000', '153808.546000', '153808.549000', '153808.551000', '153808.554000', '153808.556000', '153808.559000', '153808.562000', '153808.564000', '153808.567000', '153808.570000', '153808.572000', '153808.575000', '153808.578000', '153808.580000', '153808.583000', '153808.586000', '153808.589000', '153808.591000', '153808.594000', '153808.597000', '153808.599000', '153808.602000', '153808.605000', '153808.607000', '153808.610000', '153808.614000', '153808.617000', '153808.620000', '153808.622000', '153808.625000', '153808.628000', '153808.631000', '153808.633000', '153808.636000', '153808.639000', '153808.641000', '153808.644000', '153808.646000', '153808.649000', '153808.652000', '153828.538000', '153828.541000', '153828.543000', '153828.546000', '153828.549000', '153828.551000', '153828.554000', '153828.557000', '153828.560000', '153828.562000', '153828.565000', '153828.567000', '153828.570000', '153828.574000', '153828.576000', '153828.579000', '153828.582000', '153828.598000', '153828.600000', '153828.603000', '153828.606000', '153828.609000', '153828.611000', '153828.614000', '153828.617000', '153828.619000', '153828.622000', '153828.624000', '153828.627000', '153828.630000', '153828.632000', '153828.635000', '153828.638000', '153828.640000', '153828.643000', '153828.646000', '153828.648000', '153828.651000', '153828.653000', '153828.656000', '153828.659000', '153828.662000', '153828.664000', '153828.667000', '153848.538000', '153848.540000', '153848.543000', '153848.546000', '153848.548000', '153848.551000', '153848.554000', '153848.556000', '153848.559000', '153848.562000', '153848.564000', '153848.567000', '153848.570000', '153848.572000', '153848.575000', '153848.578000', '153848.580000', '153848.583000', '153848.585000', '153848.588000', '153848.591000', '153848.593000', '153848.596000', '153848.599000', '153848.601000', '153848.604000', '153848.607000', '153848.609000', '153848.612000', '153848.614000', '153848.617000', '153848.620000', '153848.622000', '153848.625000', '153848.628000', '153848.630000', '153848.633000', '153848.635000', '153848.638000', '153848.641000', '153848.643000', '153848.646000', '153848.649000', '153859.185000', '153859.189000', '153859.192000', '153859.195000', '153859.198000', '153859.200000', '153859.203000', '153859.206000', '153859.208000', '153859.211000', '153859.214000', '153859.216000', '153859.219000', '153859.222000', '153859.225000', '153859.229000', '153859.232000', '153859.235000', '153859.239000', '153859.242000', '153859.244000', '153859.247000', '153859.250000', '153859.253000'], '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], 'LargestImagePixelValue': [7251, 7385, 6381, 7767, 6313, 7444, 7862, 6936, 6864, 6735, 6606, 7633, 6393, 7195, 7171, 7062, 6746, 7392, 6999, 7530, 7757, 7075, 6683, 7452, 8119, 7340, 9163, 7086, 9037, 7108, 8993, 6754, 9784, 6326, 10219, 7169, 9407, 6798, 10282, 6472, 10895, 6589, 10336, 6494, 10196, 5992, 10866, 6136, 10391, 7341, 10844, 6109, 9533, 6299, 8100, 6306, 8157, 6262, 7898, 6335, 7594, 7568, 7055, 8466, 7103, 11203, 6304, 10528, 7200, 10335, 6306, 9069, 6254, 7363, 9256, 6993, 10817, 6238, 9973, 5867, 9171, 6092, 8591, 6145, 7824, 6282, 7717, 6275, 7419, 6475, 7538, 6238, 7692, 6639, 7893, 6593, 7677, 6264, 7573, 6815, 7735, 6238, 7677, 6203, 7716, 6656, 7290, 6778, 8204, 6485, 7772, 6301, 7623, 6963, 8940, 6053, 9030, 6087, 9153, 7884, 9095, 7738, 6521, 10219, 7421, 12663, 8461, 12667, 8347, 13886, 8752, 13291, 8953, 12028, 5678, 11248, 5895, 10385, 6337, 10199, 5519, 8734, 5676, 8711, 5587, 9173, 6003, 9918, 6182, 10406, 7114, 10884, 8340, 11579, 6450, 10820, 7212, 10759, 8528, 10896, 6186, 10749, 6168, 10405, 7246, 10479, 5753, 9508, 6250, 8141, 6189, 7867, 6312, 7513, 6426, 7055, 6536, 6969, 6649, 7516, 8493, 6733, 10429, 6875, 10136, 5928, 10078, 5616, 9446, 6306, 9266, 6045, 9388, 5788, 9583, 6808, 9475, 7051, 9579, 6859, 11578, 8008, 11802, 8514, 11066, 5894, 10710, 7536, 9722, 6886, 8008, 6549, 7838, 6315, 7528, 6631, 6821, 6515, 7679, 6480, 8274, 6333, 9914, 5676, 9416, 5577, 10004, 6176, 11826, 7955, 12582, 5894, 11234, 5815, 10722, 7410, 11132, 5832, 9621, 5785, 8482, 6135, 7666, 6099, 7409, 6114, 7424, 5964, 7646, 5812, 8229, 5895, 8580, 5609, 8212, 5772, 8450, 7574, 8479, 6830, 6529, 7759, 6044, 11873, 7745, 13558, 5529, 11775, 5415, 11324, 8460, 11827, 6067, 10559, 5797, 9772, 6064, 9535, 5990, 9796, 5949, 9957, 6299, 9198, 6672, 8436, 7124, 7606, 6891, 9140, 7659, 7371, 7241, 6705, 7149, 6815, 7392, 6477, 8369, 6319, 7718, 6643, 10633, 5888, 10957, 5995, 10015, 6360, 12022, 6483, 12244, 6068, 9444, 5806, 9903, 6809, 11593, 5796, 10883, 6529, 11401, 7209, 11149, 7605, 10625, 6035, 11247, 6097, 11264, 7412, 10737, 5751, 10536, 5737, 9333, 6054, 9103, 5888, 8540, 5700, 8031, 5765, 7856, 6080, 8542, 6059, 8238, 5823, 8178, 6451, 7348, 6154, 7307, 6425, 7515, 8208, 7147, 8809, 7403, 8249, 7458, 8233, 6992, 8033, 7109, 6413, 7169, 6113, 7313, 6819, 7941, 6117, 8901, 6337, 7889, 6460, 7208, 7141, 6989, 7778, 7758, 8458, 7358, 10089, 7304, 9845, 6675, 10526, 5964, 10420, 6138, 9929, 5974, 9613, 6359, 8686, 6044, 8002, 6221, 7875, 6252, 7850, 6155, 7521, 6344, 6894, 8671, 7568, 10404, 6893, 10528, 6399, 10391, 6687, 10536, 6137, 11404, 6152, 10652, 6537, 9740, 6219, 8435, 6131, 7257, 6250, 7257, 8555, 7955, 10091, 6576, 11134, 6810, 10353, 6284, 9823, 6160, 8271, 6296, 7345, 6361, 7933, 7434, 7433, 10448, 6919, 10796, 6596, 10692, 6103, 10596, 6659, 10081, 6514, 8254, 7651, 7346, 7164, 6433, 8395, 7173, 8532, 7296, 6947, 7066, 10576, 8872, 10501, 8099, 10604, 7401, 12826, 7865, 11018, 6850, 9262, 6813, 7695, 6724, 6801, 7129, 6445, 7633, 6488, 8079, 6185, 10762, 7386, 7864, 12927, 7851, 13621, 9918, 11834, 7169, 10842, 6552, 11056, 7699, 9231, 6907, 9424, 6879, 12207, 8034, 10554, 6427, 11370, 6237, 11058, 8499, 10896, 5708, 10815, 5710, 9006, 5969, 9374, 5731, 9427, 6010, 9157, 6615, 9142, 7235, 6859, 7239, 6678, 7070, 6970, 7215, 6509, 7016, 6571, 7143, 6911, 7962, 6993, 7706, 5826, 8227, 5844, 10729, 6641, 7770, 7089, 6688, 7704, 5921, 8647, 6070, 7543, 6556, 7411, 6217, 6650, 6551, 7540, 6764, 7326, 7241, 6865, 6856, 7213, 6492, 6919, 6974, 6921, 6170, 7328, 6669, 8204, 6843, 10338, 7082, 9690, 6793, 10191, 9796, 7750, 9274, 6685, 9772, 7826, 13638, 6717, 13206, 6375, 13525, 9280, 15099, 8297, 13196, 6822, 13709, 10274, 14563, 10446, 11717, 7274, 11459, 9796, 6847, 8716, 6061, 9759, 8841, 7430, 7313, 6563, 7791, 6316, 9055, 6023, 11375, 6159, 8109, 5677, 8639, 6481, 9525, 6149, 8485, 6210, 8293, 6655, 6982, 7578, 6281, 8207, 5805, 9941, 8357, 13324, 7584, 11679, 7539, 10956, 8754, 11108, 9370, 7098, 7717, 6243, 8729, 6099, 10635, 6785, 12167, 5771, 11279, 5646, 11328, 6617, 11055, 6145, 11544, 6132, 11533, 5493, 10755, 6251, 10117, 6246, 8854, 6146, 8587, 6826, 7217, 7163, 6420, 7711, 6397, 7281, 6726, 8135, 6528, 8486, 6763, 8363, 6324, 8894, 6577, 8380, 6860, 8230, 6188, 10167, 6793, 9439, 6765, 10154, 6888, 11767, 6507, 10881, 6305, 11181, 6903, 11098, 7897, 11606, 6255, 9874, 6377, 8880, 6488, 7322, 9352, 7629, 10519, 7772, 9558, 6918, 10752, 5665, 10925, 6250, 10934, 5717, 9199, 5962, 8507, 6210, 7961, 6658, 7662, 6678, 7394, 7674, 7002, 8358, 6642, 9567, 6394, 10498, 6128, 10149, 6252, 10005, 6538, 10171, 6799, 9224, 6552, 8960, 6553, 8510, 6822, 8227, 6662, 7772, 6399, 8092, 7091, 8222, 7066, 8210, 6311, 9575, 6934, 9584, 6678, 10033, 6843, 11259, 6701, 9970, 6503, 7682, 8309, 7687, 12651, 7098, 12121, 6026, 11758, 6218, 10920, 6121, 8826, 6560, 7701, 7737, 7762, 9766, 6146, 10520, 6481, 10305, 6386, 8873, 6882, 8797, 6507, 7852, 6658, 7566, 6537, 7793, 6729, 7698, 8896, 7116, 7053, 7886, 7960, 7420, 9969, 7314, 8838, 7309, 9112, 7072, 10006, 7427, 9469, 7604, 9810, 7218, 11537, 7298, 11769, 9455, 11509, 6447, 11763, 6556, 11571, 6429, 9430, 6653, 7425, 6870, 8160, 9391, 6882, 10815, 7277, 10775, 6149, 11076, 5785, 8598, 6626, 7354, 6380, 7922, 7702, 7408, 9493, 6345, 11203, 6478, 10812, 6353, 11005, 6378, 9585, 6220, 8594, 6704, 7336, 6675, 8080, 8949, 6984, 11037, 6391, 10977, 6372, 10676, 6704, 8907, 6744, 7971, 6454, 7673, 6259, 7665, 6854, 7478, 9483, 7192, 9385, 6662, 11129, 6039, 11505, 7003, 10780, 6494, 11247, 6628, 9934, 6411, 9634, 6584, 8140, 6735, 8135, 6653, 7656, 6685, 8086, 6543, 7906, 6660, 7836, 9032, 7365, 8854, 7374, 9555, 7490, 10744, 7031, 11076, 6589, 11087, 5781, 11684, 5815, 11621, 7021, 11397, 5912, 11422, 6074, 11495, 7733, 11620, 6841, 11274, 6261, 11437, 6445, 11341, 8626, 11170, 5973, 12096, 5732, 12086, 6671, 10554, 6079, 10695, 7934, 6504, 7440, 5681, 9542, 7359, 7883, 7584, 6788, 7650, 6598, 7977, 6698, 8205, 6510, 7954, 6605, 7652, 7167, 8342, 6352, 9187, 6122, 9877, 7186, 11052, 6548, 10591, 6829, 11280, 8614, 9664, 7867, 6898, 7851, 6568, 8957, 6283, 12036, 6160, 10823, 6499, 11983, 6815, 14037, 5627, 12568, 6088, 12158, 7969, 13175, 6283, 12074, 6086, 12451, 7250, 11967, 8152, 10902, 6904, 11270, 6866, 10958, 8627, 7389, 7226, 7009, 7226], 'WindowCenter': [3581.0, 3566.0, 3541.0, 3562.0, 3540.0, 3550.0, 3560.0, 3548.0, 3538.0, 3538.0, 3537.0, 3559.0, 3538.0, 3550.0, 3550.0, 3549.0, 3548.0, 3560.0, 3549.0, 3562.0, 3561.0, 3549.0, 3549.0, 3560.0, 3559.0, 3562.0, 3582.0, 3550.0, 3571.0, 3551.0, 3570.0, 3551.0, 3581.0, 3551.0, 3583.0, 3562.0, 3581.0, 3552.0, 3582.0, 3552.0, 3594.0, 3552.0, 3582.0, 3553.0, 3582.0, 3540.0, 3593.0, 3541.0, 3581.0, 3562.0, 3581.0, 3538.0, 3570.0, 3539.0, 3560.0, 3539.0, 3558.0, 3539.0, 3558.0, 3538.0, 3561.0, 3560.0, 3551.0, 3560.0, 3550.0, 3580.0, 3550.0, 3582.0, 3550.0, 3581.0, 3536.0, 3568.0, 3537.0, 3550.0, 3570.0, 3548.0, 3578.0, 3526.0, 3567.0, 3527.0, 3569.0, 3538.0, 3568.0, 3538.0, 3560.0, 3550.0, 3573.0, 3552.0, 3563.0, 3552.0, 3560.0, 3552.0, 3575.0, 3552.0, 3574.0, 3551.0, 3562.0, 3552.0, 3574.0, 3563.0, 3562.0, 3541.0, 3574.0, 3540.0, 3574.0, 3551.0, 3561.0, 3550.0, 3571.0, 3539.0, 3562.0, 3552.0, 3561.0, 3561.0, 3582.0, 3541.0, 3571.0, 3553.0, 3584.0, 3574.0, 3584.0, 3574.0, 3566.0, 3608.0, 3576.0, 3605.0, 3573.0, 3591.0, 3570.0, 3603.0, 3571.0, 3592.0, 3558.0, 3578.0, 3524.0, 3577.0, 3527.0, 3579.0, 3537.0, 3568.0, 3514.0, 3555.0, 3526.0, 3570.0, 3528.0, 3571.0, 3539.0, 3580.0, 3539.0, 3594.0, 3561.0, 3580.0, 3571.0, 3591.0, 3538.0, 3593.0, 3559.0, 3579.0, 3570.0, 3579.0, 3527.0, 3579.0, 3537.0, 3576.0, 3548.0, 3566.0, 3525.0, 3567.0, 3536.0, 3557.0, 3524.0, 3556.0, 3536.0, 3547.0, 3538.0, 3548.0, 3535.0, 3548.0, 3535.0, 3548.0, 3557.0, 3551.0, 3580.0, 3548.0, 3568.0, 3538.0, 3568.0, 3539.0, 3579.0, 3549.0, 3570.0, 3538.0, 3582.0, 3541.0, 3595.0, 3563.0, 3583.0, 3563.0, 3583.0, 3562.0, 3605.0, 3573.0, 3592.0, 3571.0, 3591.0, 3527.0, 3582.0, 3561.0, 3570.0, 3547.0, 3558.0, 3537.0, 3558.0, 3550.0, 3558.0, 3548.0, 3549.0, 3538.0, 3558.0, 3552.0, 3572.0, 3549.0, 3580.0, 3539.0, 3570.0, 3529.0, 3582.0, 3540.0, 3590.0, 3560.0, 3591.0, 3528.0, 3578.0, 3527.0, 3580.0, 3548.0, 3578.0, 3524.0, 3567.0, 3525.0, 3557.0, 3537.0, 3546.0, 3525.0, 3545.0, 3525.0, 3547.0, 3538.0, 3559.0, 3527.0, 3559.0, 3528.0, 3569.0, 3539.0, 3570.0, 3538.0, 3560.0, 3561.0, 3569.0, 3549.0, 3549.0, 3561.0, 3553.0, 3593.0, 3559.0, 3591.0, 3517.0, 3578.0, 3517.0, 3579.0, 3558.0, 3578.0, 3526.0, 3568.0, 3527.0, 3570.0, 3538.0, 3569.0, 3539.0, 3569.0, 3538.0, 3582.0, 3550.0, 3570.0, 3551.0, 3559.0, 3552.0, 3562.0, 3562.0, 3581.0, 3561.0, 3561.0, 3560.0, 3549.0, 3562.0, 3550.0, 3561.0, 3538.0, 3562.0, 3538.0, 3560.0, 3548.0, 3580.0, 3528.0, 3580.0, 3526.0, 3568.0, 3537.0, 3590.0, 3538.0, 3579.0, 3524.0, 3568.0, 3527.0, 3568.0, 3537.0, 3577.0, 3526.0, 3578.0, 3535.0, 3578.0, 3546.0, 3578.0, 3547.0, 3567.0, 3525.0, 3577.0, 3526.0, 3577.0, 3547.0, 3565.0, 3515.0, 3566.0, 3513.0, 3556.0, 3526.0, 3555.0, 3524.0, 3556.0, 3526.0, 3547.0, 3527.0, 3548.0, 3526.0, 3557.0, 3537.0, 3559.0, 3527.0, 3560.0, 3538.0, 3549.0, 3538.0, 3561.0, 3538.0, 3560.0, 3570.0, 3552.0, 3571.0, 3550.0, 3559.0, 3559.0, 3558.0, 3549.0, 3560.0, 3551.0, 3549.0, 3562.0, 3541.0, 3562.0, 3552.0, 3572.0, 3541.0, 3573.0, 3551.0, 3561.0, 3540.0, 3560.0, 3550.0, 3550.0, 3560.0, 3561.0, 3559.0, 3562.0, 3579.0, 3549.0, 3569.0, 3549.0, 3579.0, 3538.0, 3581.0, 3539.0, 3580.0, 3540.0, 3571.0, 3540.0, 3572.0, 3541.0, 3573.0, 3539.0, 3562.0, 3550.0, 3561.0, 3540.0, 3563.0, 3551.0, 3562.0, 3571.0, 3562.0, 3581.0, 3563.0, 3583.0, 3552.0, 3582.0, 3552.0, 3582.0, 3540.0, 3593.0, 3542.0, 3582.0, 3541.0, 3581.0, 3539.0, 3573.0, 3540.0, 3561.0, 3540.0, 3562.0, 3570.0, 3561.0, 3582.0, 3551.0, 3591.0, 3550.0, 3581.0, 3540.0, 3581.0, 3540.0, 3572.0, 3540.0, 3561.0, 3549.0, 3573.0, 3562.0, 3564.0, 3594.0, 3563.0, 3594.0, 3565.0, 3595.0, 3554.0, 3595.0, 3553.0, 3595.0, 3552.0, 3573.0, 3564.0, 3563.0, 3565.0, 3567.0, 3588.0, 3578.0, 3585.0, 3575.0, 3565.0, 3565.0, 3597.0, 3586.0, 3595.0, 3564.0, 3582.0, 3562.0, 3603.0, 3561.0, 3581.0, 3540.0, 3569.0, 3549.0, 3562.0, 3552.0, 3552.0, 3552.0, 3541.0, 3563.0, 3552.0, 3561.0, 3541.0, 3582.0, 3547.0, 3561.0, 3591.0, 3559.0, 3590.0, 3568.0, 3578.0, 3537.0, 3568.0, 3538.0, 3577.0, 3547.0, 3557.0, 3536.0, 3557.0, 3537.0, 3579.0, 3547.0, 3567.0, 3523.0, 3564.0, 3526.0, 3568.0, 3556.0, 3566.0, 3526.0, 3564.0, 3512.0, 3554.0, 3524.0, 3555.0, 3513.0, 3557.0, 3527.0, 3567.0, 3537.0, 3569.0, 3547.0, 3536.0, 3548.0, 3538.0, 3548.0, 3548.0, 3548.0, 3537.0, 3537.0, 3537.0, 3538.0, 3547.0, 3547.0, 3536.0, 3545.0, 3527.0, 3559.0, 3525.0, 3577.0, 3538.0, 3560.0, 3550.0, 3550.0, 3561.0, 3539.0, 3559.0, 3527.0, 3549.0, 3538.0, 3548.0, 3526.0, 3538.0, 3537.0, 3549.0, 3537.0, 3551.0, 3549.0, 3550.0, 3548.0, 3561.0, 3540.0, 3564.0, 3563.0, 3565.0, 3554.0, 3577.0, 3578.0, 3600.0, 3578.0, 3608.0, 3578.0, 3598.0, 3579.0, 3610.0, 3609.0, 3578.0, 3585.0, 3564.0, 3599.0, 3574.0, 3618.0, 3553.0, 3605.0, 3552.0, 3605.0, 3573.0, 3603.0, 3560.0, 3590.0, 3537.0, 3590.0, 3569.0, 3588.0, 3568.0, 3565.0, 3534.0, 3565.0, 3555.0, 3523.0, 3544.0, 3524.0, 3568.0, 3556.0, 3535.0, 3533.0, 3522.0, 3531.0, 3524.0, 3544.0, 3511.0, 3565.0, 3511.0, 3542.0, 3511.0, 3556.0, 3523.0, 3554.0, 3522.0, 3555.0, 3526.0, 3559.0, 3549.0, 3549.0, 3559.0, 3538.0, 3560.0, 3540.0, 3581.0, 3560.0, 3593.0, 3550.0, 3581.0, 3550.0, 3578.0, 3557.0, 3568.0, 3556.0, 3535.0, 3544.0, 3524.0, 3556.0, 3525.0, 3566.0, 3534.0, 3578.0, 3514.0, 3566.0, 3514.0, 3567.0, 3535.0, 3564.0, 3523.0, 3565.0, 3524.0, 3577.0, 3514.0, 3566.0, 3525.0, 3565.0, 3536.0, 3558.0, 3538.0, 3558.0, 3538.0, 3549.0, 3550.0, 3538.0, 3561.0, 3552.0, 3562.0, 3553.0, 3571.0, 3550.0, 3572.0, 3552.0, 3573.0, 3551.0, 3573.0, 3551.0, 3571.0, 3552.0, 3572.0, 3540.0, 3582.0, 3550.0, 3571.0, 3552.0, 3582.0, 3562.0, 3593.0, 3541.0, 3582.0, 3539.0, 3580.0, 3551.0, 3581.0, 3559.0, 3580.0, 3537.0, 3568.0, 3537.0, 3557.0, 3526.0, 3545.0, 3557.0, 3546.0, 3566.0, 3545.0, 3554.0, 3535.0, 3566.0, 3513.0, 3565.0, 3524.0, 3565.0, 3514.0, 3554.0, 3526.0, 3557.0, 3524.0, 3547.0, 3536.0, 3547.0, 3536.0, 3550.0, 3559.0, 3549.0, 3558.0, 3539.0, 3570.0, 3538.0, 3579.0, 3539.0, 3583.0, 3541.0, 3581.0, 3540.0, 3582.0, 3552.0, 3582.0, 3552.0, 3571.0, 3551.0, 3572.0, 3551.0, 3571.0, 3553.0, 3563.0, 3553.0, 3562.0, 3562.0, 3572.0, 3563.0, 3574.0, 3553.0, 3586.0, 3563.0, 3584.0, 3552.0, 3585.0, 3553.0, 3593.0, 3551.0, 3583.0, 3539.0, 3561.0, 3558.0, 3560.0, 3592.0, 3550.0, 3579.0, 3529.0, 3580.0, 3527.0, 3579.0, 3527.0, 3560.0, 3536.0, 3548.0, 3547.0, 3558.0, 3569.0, 3540.0, 3580.0, 3540.0, 3581.0, 3540.0, 3571.0, 3563.0, 3573.0, 3552.0, 3563.0, 3551.0, 3564.0, 3552.0, 3561.0, 3553.0, 3575.0, 3583.0, 3564.0, 3562.0, 3574.0, 3574.0, 3577.0, 3595.0, 3565.0, 3584.0, 3563.0, 3585.0, 3566.0, 3597.0, 3564.0, 3585.0, 3574.0, 3585.0, 3563.0, 3606.0, 3565.0, 3596.0, 3583.0, 3591.0, 3540.0, 3591.0, 3540.0, 3592.0, 3540.0, 3572.0, 3549.0, 3549.0, 3539.0, 3560.0, 3571.0, 3551.0, 3581.0, 3550.0, 3582.0, 3527.0, 3581.0, 3527.0, 3572.0, 3539.0, 3549.0, 3538.0, 3560.0, 3548.0, 3550.0, 3570.0, 3540.0, 3580.0, 3539.0, 3579.0, 3538.0, 3580.0, 3539.0, 3582.0, 3541.0, 3571.0, 3540.0, 3549.0, 3538.0, 3559.0, 3571.0, 3563.0, 3582.0, 3539.0, 3581.0, 3538.0, 3581.0, 3550.0, 3571.0, 3550.0, 3562.0, 3540.0, 3560.0, 3539.0, 3561.0, 3552.0, 3564.0, 3582.0, 3563.0, 3572.0, 3553.0, 3593.0, 3553.0, 3593.0, 3553.0, 3583.0, 3550.0, 3592.0, 3552.0, 3583.0, 3540.0, 3582.0, 3551.0, 3561.0, 3550.0, 3561.0, 3551.0, 3561.0, 3550.0, 3561.0, 3539.0, 3560.0, 3552.0, 3562.0, 3572.0, 3551.0, 3570.0, 3549.0, 3569.0, 3549.0, 3581.0, 3549.0, 3580.0, 3537.0, 3579.0, 3526.0, 3579.0, 3529.0, 3580.0, 3550.0, 3581.0, 3528.0, 3579.0, 3540.0, 3581.0, 3560.0, 3579.0, 3537.0, 3579.0, 3537.0, 3580.0, 3538.0, 3580.0, 3559.0, 3578.0, 3526.0, 3579.0, 3527.0, 3590.0, 3549.0, 3579.0, 3528.0, 3580.0, 3560.0, 3551.0, 3562.0, 3555.0, 3596.0, 3563.0, 3573.0, 3563.0, 3550.0, 3562.0, 3553.0, 3562.0, 3551.0, 3561.0, 3538.0, 3560.0, 3550.0, 3560.0, 3550.0, 3560.0, 3538.0, 3570.0, 3541.0, 3582.0, 3552.0, 3591.0, 3551.0, 3583.0, 3563.0, 3594.0, 3572.0, 3582.0, 3561.0, 3549.0, 3562.0, 3551.0, 3572.0, 3539.0, 3590.0, 3528.0, 3581.0, 3538.0, 3579.0, 3538.0, 3591.0, 3526.0, 3579.0, 3528.0, 3579.0, 3549.0, 3589.0, 3525.0, 3578.0, 3524.0, 3590.0, 3548.0, 3578.0, 3548.0, 3567.0, 3536.0, 3566.0, 3537.0, 3568.0, 3557.0, 3535.0, 3535.0, 3535.0, 3548.0], 'WindowWidth': [8123.0, 8093.0, 8051.0, 8078.0, 8044.0, 8059.0, 8070.0, 8051.0, 8038.0, 8038.0, 8036.0, 8066.0, 8037.0, 8057.0, 8056.0, 8056.0, 8051.0, 8071.0, 8054.0, 8076.0, 8074.0, 8056.0, 8054.0, 8070.0, 8067.0, 8076.0, 8103.0, 8058.0, 8085.0, 8059.0, 8083.0, 8060.0, 8101.0, 8062.0, 8107.0, 8077.0, 8100.0, 8064.0, 8101.0, 8064.0, 8122.0, 8064.0, 8103.0, 8065.0, 8100.0, 8046.0, 8118.0, 8050.0, 8101.0, 8075.0, 8098.0, 8039.0, 8083.0, 8042.0, 8068.0, 8039.0, 8065.0, 8040.0, 8065.0, 8039.0, 8073.0, 8070.0, 8059.0, 8070.0, 8057.0, 8096.0, 8059.0, 8101.0, 8055.0, 8097.0, 8033.0, 8078.0, 8035.0, 8055.0, 8080.0, 8049.0, 8088.0, 8019.0, 8073.0, 8024.0, 8079.0, 8039.0, 8078.0, 8041.0, 8070.0, 8060.0, 8092.0, 8064.0, 8080.0, 8064.0, 8073.0, 8066.0, 8099.0, 8065.0, 8096.0, 8061.0, 8078.0, 8064.0, 8098.0, 8082.0, 8078.0, 8048.0, 8095.0, 8046.0, 8095.0, 8065.0, 8075.0, 8057.0, 8087.0, 8042.0, 8075.0, 8066.0, 8076.0, 8074.0, 8105.0, 8049.0, 8088.0, 8067.0, 8109.0, 8095.0, 8110.0, 8096.0, 8090.0, 8148.0, 8104.0, 8138.0, 8093.0, 8114.0, 8084.0, 8133.0, 8085.0, 8114.0, 8062.0, 8087.0, 8014.0, 8084.0, 8022.0, 8091.0, 8034.0, 8074.0, 8000.0, 8055.0, 8020.0, 8082.0, 8026.0, 8085.0, 8043.0, 8097.0, 8043.0, 8122.0, 8074.0, 8097.0, 8086.0, 8110.0, 8039.0, 8117.0, 8069.0, 8094.0, 8081.0, 8090.0, 8021.0, 8091.0, 8036.0, 8085.0, 8048.0, 8069.0, 8015.0, 8071.0, 8032.0, 8061.0, 8015.0, 8058.0, 8031.0, 8047.0, 8037.0, 8051.0, 8032.0, 8050.0, 8029.0, 8051.0, 8060.0, 8059.0, 8095.0, 8051.0, 8075.0, 8037.0, 8077.0, 8044.0, 8094.0, 8056.0, 8082.0, 8041.0, 8100.0, 8050.0, 8124.0, 8081.0, 8107.0, 8082.0, 8106.0, 8078.0, 8141.0, 8095.0, 8116.0, 8088.0, 8112.0, 8025.0, 8104.0, 8072.0, 8083.0, 8049.0, 8063.0, 8034.0, 8064.0, 8059.0, 8067.0, 8053.0, 8054.0, 8039.0, 8066.0, 8065.0, 8091.0, 8057.0, 8099.0, 8044.0, 8084.0, 8029.0, 8102.0, 8047.0, 8111.0, 8071.0, 8111.0, 8027.0, 8090.0, 8024.0, 8096.0, 8050.0, 8090.0, 8014.0, 8074.0, 8015.0, 8062.0, 8035.0, 8045.0, 8017.0, 8042.0, 8017.0, 8048.0, 8038.0, 8066.0, 8024.0, 8067.0, 8026.0, 8080.0, 8043.0, 8084.0, 8041.0, 8068.0, 8071.0, 8081.0, 8056.0, 8057.0, 8074.0, 8066.0, 8118.0, 8067.0, 8111.0, 8007.0, 8089.0, 8009.0, 8091.0, 8063.0, 8090.0, 8017.0, 8074.0, 8021.0, 8081.0, 8037.0, 8077.0, 8040.0, 8078.0, 8038.0, 8100.0, 8057.0, 8082.0, 8059.0, 8068.0, 8062.0, 8074.0, 8078.0, 8100.0, 8073.0, 8072.0, 8070.0, 8053.0, 8075.0, 8059.0, 8074.0, 8040.0, 8073.0, 8038.0, 8072.0, 8053.0, 8096.0, 8024.0, 8093.0, 8018.0, 8077.0, 8036.0, 8108.0, 8035.0, 8090.0, 8014.0, 8075.0, 8022.0, 8076.0, 8033.0, 8086.0, 8018.0, 8086.0, 8029.0, 8088.0, 8045.0, 8088.0, 8047.0, 8071.0, 8016.0, 8084.0, 8018.0, 8084.0, 8047.0, 8067.0, 8002.0, 8068.0, 7997.0, 8056.0, 8017.0, 8053.0, 8013.0, 8056.0, 8017.0, 8046.0, 8021.0, 8048.0, 8019.0, 8060.0, 8035.0, 8064.0, 8022.0, 8068.0, 8039.0, 8054.0, 8038.0, 8072.0, 8039.0, 8070.0, 8083.0, 8062.0, 8086.0, 8056.0, 8066.0, 8068.0, 8065.0, 8056.0, 8070.0, 8059.0, 8056.0, 8077.0, 8047.0, 8078.0, 8065.0, 8090.0, 8048.0, 8091.0, 8059.0, 8072.0, 8044.0, 8071.0, 8056.0, 8056.0, 8068.0, 8070.0, 8067.0, 8075.0, 8093.0, 8054.0, 8079.0, 8054.0, 8092.0, 8039.0, 8098.0, 8042.0, 8094.0, 8045.0, 8084.0, 8043.0, 8086.0, 8049.0, 8091.0, 8044.0, 8076.0, 8058.0, 8074.0, 8047.0, 8081.0, 8060.0, 8075.0, 8086.0, 8076.0, 8098.0, 8078.0, 8105.0, 8065.0, 8103.0, 8064.0, 8100.0, 8046.0, 8117.0, 8049.0, 8102.0, 8047.0, 8099.0, 8041.0, 8090.0, 8044.0, 8073.0, 8044.0, 8074.0, 8083.0, 8072.0, 8100.0, 8061.0, 8113.0, 8058.0, 8098.0, 8043.0, 8099.0, 8044.0, 8090.0, 8045.0, 8074.0, 8056.0, 8090.0, 8074.0, 8082.0, 8121.0, 8079.0, 8121.0, 8086.0, 8122.0, 8071.0, 8125.0, 8067.0, 8123.0, 8065.0, 8091.0, 8082.0, 8081.0, 8088.0, 8094.0, 8124.0, 8108.0, 8113.0, 8099.0, 8084.0, 8088.0, 8130.0, 8112.0, 8123.0, 8079.0, 8099.0, 8075.0, 8131.0, 8071.0, 8097.0, 8042.0, 8079.0, 8052.0, 8075.0, 8063.0, 8064.0, 8063.0, 8045.0, 8077.0, 8065.0, 8074.0, 8045.0, 8102.0, 8048.0, 8069.0, 8112.0, 8065.0, 8106.0, 8074.0, 8085.0, 8031.0, 8072.0, 8034.0, 8085.0, 8045.0, 8058.0, 8030.0, 8059.0, 8032.0, 8090.0, 8044.0, 8069.0, 8010.0, 8064.0, 8015.0, 8074.0, 8054.0, 8068.0, 8016.0, 8062.0, 7994.0, 8050.0, 8010.0, 8051.0, 7997.0, 8058.0, 8019.0, 8074.0, 8034.0, 8078.0, 8048.0, 8030.0, 8049.0, 8037.0, 8052.0, 8051.0, 8048.0, 8031.0, 8031.0, 8034.0, 8036.0, 8047.0, 8046.0, 8030.0, 8040.0, 8020.0, 8061.0, 8014.0, 8087.0, 8037.0, 8067.0, 8056.0, 8057.0, 8071.0, 8040.0, 8065.0, 8022.0, 8051.0, 8037.0, 8051.0, 8019.0, 8037.0, 8033.0, 8050.0, 8033.0, 8058.0, 8054.0, 8056.0, 8050.0, 8071.0, 8045.0, 8082.0, 8080.0, 8088.0, 8071.0, 8106.0, 8114.0, 8144.0, 8113.0, 8149.0, 8109.0, 8133.0, 8115.0, 8154.0, 8151.0, 8107.0, 8115.0, 8086.0, 8138.0, 8097.0, 8158.0, 8066.0, 8136.0, 8062.0, 8139.0, 8090.0, 8130.0, 8067.0, 8106.0, 8033.0, 8106.0, 8078.0, 8101.0, 8074.0, 8064.0, 8021.0, 8063.0, 8052.0, 8009.0, 8037.0, 8013.0, 8074.0, 8056.0, 8025.0, 8020.0, 8003.0, 8016.0, 8010.0, 8038.0, 7990.0, 8064.0, 7990.0, 8030.0, 7992.0, 8056.0, 8010.0, 8051.0, 8008.0, 8053.0, 8020.0, 8069.0, 8053.0, 8054.0, 8066.0, 8037.0, 8067.0, 8044.0, 8099.0, 8070.0, 8116.0, 8055.0, 8094.0, 8053.0, 8090.0, 8061.0, 8074.0, 8057.0, 8026.0, 8037.0, 8012.0, 8056.0, 8014.0, 8069.0, 8025.0, 8085.0, 7997.0, 8067.0, 7999.0, 8070.0, 8026.0, 8062.0, 8009.0, 8066.0, 8012.0, 8084.0, 8000.0, 8068.0, 8015.0, 8066.0, 8031.0, 8060.0, 8038.0, 8064.0, 8037.0, 8054.0, 8055.0, 8038.0, 8073.0, 8064.0, 8076.0, 8065.0, 8086.0, 8059.0, 8088.0, 8065.0, 8092.0, 8060.0, 8090.0, 8060.0, 8086.0, 8064.0, 8091.0, 8046.0, 8103.0, 8058.0, 8084.0, 8062.0, 8104.0, 8076.0, 8116.0, 8047.0, 8100.0, 8042.0, 8096.0, 8059.0, 8098.0, 8066.0, 8094.0, 8033.0, 8074.0, 8033.0, 8059.0, 8016.0, 8042.0, 8059.0, 8042.0, 8067.0, 8038.0, 8050.0, 8026.0, 8069.0, 7996.0, 8067.0, 8012.0, 8064.0, 7998.0, 8051.0, 8017.0, 8059.0, 8012.0, 8046.0, 8029.0, 8046.0, 8030.0, 8054.0, 8067.0, 8054.0, 8062.0, 8038.0, 8078.0, 8037.0, 8090.0, 8043.0, 8102.0, 8047.0, 8099.0, 8045.0, 8099.0, 8063.0, 8105.0, 8065.0, 8086.0, 8061.0, 8088.0, 8060.0, 8088.0, 8068.0, 8080.0, 8067.0, 8076.0, 8076.0, 8088.0, 8081.0, 8097.0, 8068.0, 8112.0, 8079.0, 8107.0, 8064.0, 8110.0, 8067.0, 8119.0, 8059.0, 8102.0, 8039.0, 8071.0, 8064.0, 8070.0, 8115.0, 8054.0, 8092.0, 8026.0, 8092.0, 8022.0, 8092.0, 8022.0, 8067.0, 8032.0, 8049.0, 8046.0, 8063.0, 8079.0, 8043.0, 8094.0, 8043.0, 8095.0, 8044.0, 8084.0, 8079.0, 8092.0, 8063.0, 8079.0, 8061.0, 8079.0, 8062.0, 8074.0, 8066.0, 8098.0, 8105.0, 8083.0, 8077.0, 8095.0, 8093.0, 8105.0, 8126.0, 8085.0, 8110.0, 8082.0, 8109.0, 8089.0, 8129.0, 8084.0, 8111.0, 8095.0, 8110.0, 8079.0, 8140.0, 8086.0, 8124.0, 8106.0, 8112.0, 8045.0, 8110.0, 8042.0, 8113.0, 8045.0, 8088.0, 8054.0, 8055.0, 8040.0, 8069.0, 8083.0, 8061.0, 8098.0, 8057.0, 8098.0, 8022.0, 8095.0, 8023.0, 8087.0, 8040.0, 8053.0, 8037.0, 8067.0, 8049.0, 8054.0, 8082.0, 8045.0, 8096.0, 8042.0, 8093.0, 8039.0, 8094.0, 8043.0, 8102.0, 8047.0, 8086.0, 8042.0, 8054.0, 8037.0, 8068.0, 8084.0, 8078.0, 8101.0, 8041.0, 8097.0, 8039.0, 8098.0, 8055.0, 8086.0, 8058.0, 8076.0, 8045.0, 8071.0, 8042.0, 8074.0, 8062.0, 8083.0, 8104.0, 8079.0, 8089.0, 8065.0, 8117.0, 8068.0, 8118.0, 8066.0, 8102.0, 8058.0, 8115.0, 8064.0, 8106.0, 8045.0, 8101.0, 8058.0, 8072.0, 8057.0, 8073.0, 8061.0, 8073.0, 8057.0, 8072.0, 8042.0, 8070.0, 8060.0, 8076.0, 8087.0, 8058.0, 8080.0, 8052.0, 8077.0, 8053.0, 8098.0, 8053.0, 8094.0, 8036.0, 8090.0, 8020.0, 8093.0, 8029.0, 8095.0, 8056.0, 8097.0, 8024.0, 8091.0, 8043.0, 8097.0, 8069.0, 8092.0, 8035.0, 8089.0, 8035.0, 8094.0, 8038.0, 8094.0, 8065.0, 8087.0, 8018.0, 8090.0, 8023.0, 8110.0, 8054.0, 8091.0, 8023.0, 8094.0, 8070.0, 8061.0, 8075.0, 8076.0, 8129.0, 8081.0, 8092.0, 8078.0, 8058.0, 8078.0, 8068.0, 8075.0, 8058.0, 8071.0, 8038.0, 8071.0, 8058.0, 8069.0, 8056.0, 8069.0, 8038.0, 8083.0, 8048.0, 8099.0, 8063.0, 8112.0, 8058.0, 8102.0, 8080.0, 8120.0, 8088.0, 8100.0, 8072.0, 8052.0, 8074.0, 8059.0, 8087.0, 8040.0, 8109.0, 8023.0, 8095.0, 8037.0, 8093.0, 8036.0, 8108.0, 8018.0, 8089.0, 8022.0, 8091.0, 8050.0, 8103.0, 8015.0, 8086.0, 8013.0, 8106.0, 8050.0, 8086.0, 8048.0, 8070.0, 8030.0, 8068.0, 8033.0, 8073.0, 8058.0, 8026.0, 8027.0, 8027.0, 8048.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.000228629191321499</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.031201945956607496</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.10471258112527</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1956279034846988</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9785617168114519</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4409</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7508.1304</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08490602576167663</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7751479289940828</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.544140578420773</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.429242487536891</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.796449660600172</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.406729587125256</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0133457</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014269671402871609</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02826627343893051</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1014</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.8911036402748462</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>26.2515</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>26.9676</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>126.3801</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310936.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>589.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>250.1308</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.639</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>389.5653</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2853.5985</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3057.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65608.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3680.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>785.6323</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.256821647519246</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> |