=== 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-0057 --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-0057",
"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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-01/func/sub-0057_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>39553e1e971d14625031078b93bb8d53</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>10:43:3.407500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999455, -0.0153731, -0.0291973, 0.0141305, 0.999005, -0.0422983]</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.111013</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>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4128, -7779, -7224, 543, -48, -209, -65, 80]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.261</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>05069898-e83d-410c-afac-d0c062871585||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.6814658641815186, 0.03791101649403572, -0.08050985634326935, 113.02560424804688], [0.04124480485916138, 2.680257558822632, -0.11302917450666428, -88.03277587890625], [-0.07833411544561386, 0.11348314583301544, 2.6964313983917236, -63.34183120727539], [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': ['104303.407500', '104303.867500', '104304.327500', '104304.787500', '104305.247500', '104305.707500', '104306.167500', '104306.627500', '104307.087500', '104307.547500', '104308.007500', '104308.467500', '104308.927500', '104309.387500', '104309.847500', '104310.307500', '104310.767500', '104311.227500', '104311.687500', '104312.147500', '104312.607500', '104313.067500', '104313.527500', '104313.987500', '104314.447500', '104314.907500', '104315.367500', '104315.827500', '104316.287500', '104316.747500', '104317.207500', '104317.667500', '104318.127500', '104318.587500', '104319.047500', '104319.507500', '104319.967500', '104320.427500', '104320.887500', '104321.347500', '104321.807500', '104322.267500', '104322.727500', '104323.187500', '104323.647500', '104324.107500', '104324.567500', '104325.027500', '104325.487500', '104325.947500', '104326.407500', '104326.867500', '104327.327500', '104327.787500', '104328.247500', '104328.707500', '104329.167500', '104329.627500', '104330.087500', '104330.547500', '104331.007500', '104331.467500', '104331.927500', '104332.387500', '104332.847500', '104333.307500', '104333.767500', '104334.227500', '104334.687500', '104335.147500', '104335.607500', '104336.067500', '104336.527500', '104336.987500', '104337.447500', '104337.907500', '104338.367500', '104338.827500', '104339.287500', '104339.747500', '104340.207500', '104340.667500', '104341.127500', '104341.587500', '104342.047500', '104342.507500', '104342.967500', '104343.427500', '104343.887500', '104344.347500', '104344.807500', '104345.267500', '104345.727500', '104346.187500', '104346.647500', '104347.107500', '104347.567500', '104348.027500', '104348.487500', '104348.947500', '104349.407500', '104349.867500', '104350.327500', '104350.787500', '104351.247500', '104351.707500', '104352.167500', '104352.627500', '104353.087500', '104353.547500', '104354.007500', '104354.467500', '104354.927500', '104355.387500', '104355.847500', '104356.307500', '104356.767500', '104357.227500', '104357.687500', '104358.147500', '104358.607500', '104359.067500', '104359.527500', '104359.987500', '104400.447500', '104400.907500', '104401.367500', '104401.827500', '104402.287500', '104402.747500', '104403.207500', '104403.667500', '104404.127500', '104404.587500', '104405.047500', '104405.507500', '104405.967500', '104406.427500', '104406.887500', '104407.347500', '104407.807500', '104408.267500', '104408.727500', '104409.187500', '104409.647500', '104410.107500', '104410.567500', '104411.027500', '104411.487500', '104411.947500', '104412.407500', '104412.867500', '104413.327500', '104413.787500', '104414.247500', '104414.707500', '104415.167500', '104415.627500', '104416.087500', '104416.547500', '104417.007500', '104417.467500', '104417.927500', '104418.387500', '104418.847500', '104419.307500', '104419.767500', '104420.227500', '104420.687500', '104421.147500', '104421.607500', '104422.067500', '104422.527500', '104422.987500', '104423.447500', '104423.907500', '104424.367500', '104424.827500', '104425.287500', '104425.747500', '104426.207500', '104426.667500', '104427.127500', '104427.587500', '104428.047500', '104428.507500', '104428.967500', '104429.427500', '104429.887500', '104430.347500', '104430.807500', '104431.267500', '104431.727500', '104432.187500', '104432.647500', '104433.107500', '104433.567500', '104434.027500', '104434.487500', '104434.947500', '104435.407500', '104435.867500', '104436.327500', '104436.787500', '104437.247500', '104437.707500', '104438.167500', '104438.627500', '104439.087500', '104439.547500', '104440.007500', '104440.467500', '104440.927500', '104441.387500', '104441.847500', '104442.307500', '104442.767500', '104443.227500', '104443.687500', '104444.147500', '104444.607500', '104445.067500', '104445.527500', '104445.987500', '104446.447500', '104446.907500', '104447.367500', '104447.827500', '104448.287500', '104448.747500', '104449.207500', '104449.667500', '104450.127500', '104450.587500', '104451.047500', '104451.507500', '104451.967500', '104452.427500', '104452.887500', '104453.347500', '104453.807500', '104454.267500', '104454.727500', '104455.187500', '104455.647500', '104456.107500', '104456.567500', '104457.027500', '104457.487500', '104457.947500', '104458.407500', '104458.867500', '104459.327500', '104459.787500', '104500.247500', '104500.707500', '104501.167500', '104501.627500', '104502.087500', '104502.547500', '104503.007500', '104503.467500', '104503.927500', '104504.387500', '104504.847500', '104505.307500', '104505.767500', '104506.227500', '104506.687500', '104507.147500', '104507.607500', '104508.067500', '104508.527500', '104508.987500', '104509.447500', '104509.907500', '104510.367500', '104510.827500', '104511.287500', '104511.747500', '104512.207500', '104512.667500', '104513.127500', '104513.587500', '104514.047500', '104514.507500', '104514.967500', '104515.427500', '104515.887500', '104516.347500', '104516.807500', '104517.267500', '104517.727500', '104518.187500', '104518.647500', '104519.107500', '104519.567500', '104520.027500', '104520.487500', '104520.947500', '104521.407500', '104521.867500', '104522.327500', '104522.787500', '104523.247500', '104523.707500', '104524.167500', '104524.627500', '104525.087500', '104525.547500', '104526.007500', '104526.467500', '104526.927500', '104527.387500', '104527.847500', '104528.307500', '104528.767500', '104529.227500', '104529.687500', '104530.147500', '104530.607500', '104531.067500', '104531.527500', '104531.987500', '104532.447500', '104532.907500', '104533.367500', '104533.827500', '104534.287500', '104534.747500', '104535.207500', '104535.667500', '104536.127500', '104536.587500', '104537.047500', '104537.507500', '104537.967500', '104538.427500', '104538.887500', '104539.347500', '104539.807500', '104540.267500', '104540.727500', '104541.187500', '104541.647500', '104542.107500', '104542.567500', '104543.027500', '104543.487500', '104543.947500', '104544.407500', '104544.867500', '104545.327500', '104545.787500', '104546.247500', '104546.707500', '104547.167500', '104547.627500', '104548.087500', '104548.547500', '104549.007500', '104549.467500', '104549.927500', '104550.387500', '104550.847500', '104551.307500', '104551.767500', '104552.227500', '104552.687500', '104553.147500', '104553.607500', '104554.067500', '104554.527500', '104554.987500', '104555.447500', '104555.907500', '104556.367500', '104556.827500', '104557.287500', '104557.747500', '104558.207500', '104558.667500', '104559.127500', '104559.587500', '104600.047500', '104600.507500', '104600.967500', '104601.427500', '104601.887500', '104602.347500', '104602.807500', '104603.267500', '104603.727500', '104604.187500', '104604.647500', '104605.107500', '104605.567500', '104606.027500', '104606.487500', '104606.947500', '104607.407500', '104607.867500', '104608.327500', '104608.787500', '104609.247500', '104609.707500', '104610.167500', '104610.627500', '104611.087500', '104611.547500', '104612.007500', '104612.467500', '104612.927500', '104613.387500', '104613.847500', '104614.307500', '104614.767500', '104615.227500', '104615.687500', '104616.147500', '104616.607500', '104617.067500', '104617.527500', '104617.987500', '104618.447500', '104618.907500', '104619.367500', '104619.827500', '104620.287500', '104620.747500', '104621.207500', '104621.667500', '104622.127500', '104622.587500', '104623.047500', '104623.507500', '104623.967500', '104624.427500', '104624.887500', '104625.347500', '104625.807500', '104626.267500', '104626.727500', '104627.187500', '104627.647500', '104628.107500', '104628.567500', '104629.027500', '104629.487500', '104629.947500', '104630.407500', '104630.867500', '104631.327500', '104631.787500', '104632.247500', '104632.707500', '104633.167500', '104633.627500', '104634.087500', '104634.547500', '104635.007500', '104635.467500', '104635.927500', '104636.387500', '104636.847500', '104637.307500', '104637.767500', '104638.227500', '104638.687500', '104639.147500', '104639.607500', '104640.067500', '104640.527500', '104640.987500', '104641.447500', '104641.907500', '104642.367500', '104642.827500', '104643.287500', '104643.747500', '104644.207500', '104644.667500', '104645.127500', '104645.587500', '104646.047500', '104646.507500', '104646.967500', '104647.427500', '104647.887500', '104648.347500', '104648.807500', '104649.267500', '104649.727500', '104650.187500', '104650.647500', '104651.107500', '104651.567500', '104652.027500', '104652.487500', '104652.947500', '104653.407500', '104653.867500', '104654.327500', '104654.787500', '104655.247500', '104655.707500', '104656.167500', '104656.627500', '104657.087500', '104657.547500', '104658.007500', '104658.467500', '104658.927500', '104659.387500', '104659.847500', '104700.307500', '104700.767500', '104701.227500', '104701.687500', '104702.147500', '104702.607500', '104703.067500', '104703.527500', '104703.987500', '104704.447500', '104704.907500', '104705.367500', '104705.827500', '104706.287500', '104706.747500', '104707.207500', '104707.667500', '104708.127500', '104708.587500', '104709.047500', '104709.507500', '104709.967500', '104710.427500', '104710.887500', '104711.347500', '104711.807500', '104712.267500', '104712.727500', '104713.187500', '104713.647500', '104714.107500', '104714.567500', '104715.027500', '104715.487500', '104715.947500', '104716.407500', '104716.867500', '104717.327500', '104717.787500', '104718.247500', '104718.707500', '104719.167500', '104719.627500', '104720.087500', '104720.547500', '104721.007500', '104721.467500', '104721.927500', '104722.387500', '104722.847500', '104723.307500', '104723.767500', '104724.227500', '104724.687500', '104725.147500', '104725.607500', '104726.067500', '104726.527500', '104726.987500', '104727.447500', '104727.907500', '104728.367500', '104728.827500', '104729.287500', '104729.747500', '104730.207500', '104730.667500', '104731.127500', '104731.587500', '104732.047500', '104732.507500', '104732.967500', '104733.427500', '104733.887500', '104734.347500', '104734.807500', '104735.267500', '104735.727500', '104736.187500', '104736.647500', '104737.107500', '104737.567500', '104738.027500', '104738.487500', '104738.947500', '104739.407500', '104739.867500', '104740.327500', '104740.787500', '104741.247500', '104741.707500', '104742.167500', '104742.627500', '104743.087500', '104743.547500', '104744.007500', '104744.467500', '104744.927500', '104745.387500', '104745.847500', '104746.307500', '104746.767500', '104747.227500', '104747.687500', '104748.147500', '104748.607500', '104749.067500', '104749.527500', '104749.987500', '104750.447500', '104750.907500', '104751.367500', '104751.827500', '104752.287500', '104752.747500', '104753.207500', '104753.667500', '104754.127500', '104754.587500', '104755.047500', '104755.507500', '104755.967500', '104756.427500', '104756.887500', '104757.347500', '104757.807500', '104758.267500', '104758.727500', '104759.187500', '104759.647500', '104800.107500', '104800.567500', '104801.027500', '104801.487500', '104801.947500', '104802.407500', '104802.867500', '104803.327500', '104803.787500', '104804.247500', '104804.707500', '104805.167500', '104805.627500', '104806.087500', '104806.547500', '104807.007500', '104807.467500', '104807.927500', '104808.387500', '104808.847500', '104809.307500', '104809.767500', '104810.227500', '104810.687500', '104811.147500', '104811.607500', '104812.067500', '104812.527500', '104812.987500', '104813.447500', '104813.907500', '104814.367500', '104814.827500', '104815.287500', '104815.747500', '104816.207500', '104816.667500', '104817.127500', '104817.587500', '104818.047500', '104818.507500', '104818.967500', '104819.427500', '104819.887500', '104820.347500', '104820.807500', '104821.267500', '104821.727500', '104822.187500', '104822.647500', '104823.107500', '104823.567500', '104824.027500', '104824.487500', '104824.947500', '104825.407500', '104825.867500', '104826.327500', '104826.787500', '104827.247500', '104827.707500', '104828.167500', '104828.627500', '104829.087500', '104829.547500', '104830.007500', '104830.467500', '104830.927500', '104831.387500', '104831.847500', '104832.307500', '104832.767500', '104833.227500', '104833.687500', '104834.147500', '104834.607500', '104835.067500', '104835.527500', '104835.987500', '104836.447500', '104836.907500', '104837.367500', '104837.827500', '104838.287500', '104838.747500', '104839.207500', '104839.667500', '104840.127500', '104840.587500', '104841.047500', '104841.507500', '104841.967500', '104842.427500', '104842.887500', '104843.347500', '104843.807500', '104844.267500', '104844.727500', '104845.187500', '104845.647500', '104846.107500', '104846.567500', '104847.027500', '104847.487500', '104847.947500', '104848.407500', '104848.867500', '104849.327500', '104849.787500', '104850.247500', '104850.707500', '104851.167500', '104851.627500', '104852.087500', '104852.547500', '104853.007500', '104853.467500', '104853.927500', '104854.387500', '104854.847500', '104855.307500', '104855.767500', '104856.227500', '104856.687500', '104857.147500', '104857.607500', '104858.067500', '104858.527500', '104858.987500', '104859.447500', '104859.907500', '104900.367500', '104900.827500', '104901.287500', '104901.747500', '104902.207500', '104902.667500', '104903.127500', '104903.587500', '104904.047500', '104904.507500', '104904.967500', '104905.427500', '104905.887500', '104906.347500', '104906.807500', '104907.267500', '104907.727500', '104908.187500', '104908.647500', '104909.107500', '104909.567500', '104910.027500', '104910.487500', '104910.947500', '104911.407500', '104911.867500', '104912.327500', '104912.787500', '104913.247500', '104913.707500', '104914.167500', '104914.627500', '104915.087500', '104915.547500', '104916.007500', '104916.467500', '104916.927500', '104917.387500', '104917.847500', '104918.307500', '104918.767500', '104919.227500', '104919.687500', '104920.147500', '104920.607500', '104921.067500', '104921.527500', '104921.987500', '104922.447500', '104922.907500', '104923.367500', '104923.827500', '104924.287500', '104924.747500', '104925.207500', '104925.667500', '104926.127500', '104926.587500', '104927.047500', '104927.507500', '104927.967500', '104928.427500', '104928.887500', '104929.347500', '104929.807500', '104930.267500', '104930.727500', '104931.187500', '104931.647500', '104932.107500', '104932.567500', '104933.027500', '104933.487500', '104933.947500', '104934.407500', '104934.867500', '104935.327500', '104935.787500', '104936.247500', '104936.707500', '104937.167500', '104937.627500', '104938.087500', '104938.547500', '104939.007500', '104939.467500', '104939.927500', '104940.387500', '104940.847500', '104941.307500', '104941.767500', '104942.227500', '104942.687500', '104943.147500', '104943.607500', '104944.067500', '104944.527500', '104944.987500', '104945.447500', '104945.907500', '104946.367500', '104946.827500', '104947.287500', '104947.747500', '104948.207500', '104948.667500', '104949.127500', '104949.587500', '104950.047500', '104950.507500', '104950.967500', '104951.427500', '104951.887500', '104952.347500', '104952.807500', '104953.267500', '104953.727500', '104954.187500', '104954.647500', '104955.107500', '104955.567500', '104956.027500', '104956.487500', '104956.947500', '104957.407500', '104957.867500', '104958.327500', '104958.787500', '104959.247500', '104959.707500', '105000.167500', '105000.627500', '105001.087500', '105001.547500', '105002.007500', '105002.467500', '105002.927500', '105003.387500', '105003.847500', '105004.307500', '105004.767500', '105005.227500', '105005.687500', '105006.147500', '105006.607500', '105007.067500', '105007.527500', '105007.987500', '105008.447500', '105008.907500', '105009.367500', '105009.827500', '105010.287500', '105010.747500', '105011.207500', '105011.667500', '105012.127500', '105012.587500', '105013.047500', '105013.507500', '105013.967500', '105014.427500', '105014.887500', '105015.347500', '105015.807500', '105016.267500', '105016.727500', '105017.187500', '105017.647500', '105018.107500', '105018.567500', '105019.027500', '105019.487500', '105019.947500', '105020.407500', '105020.867500', '105021.327500', '105021.787500', '105022.247500', '105022.707500', '105023.167500', '105023.627500', '105024.087500', '105024.547500', '105025.007500', '105025.467500', '105025.927500', '105026.387500', '105026.847500', '105027.307500', '105027.767500', '105028.227500', '105028.687500', '105029.147500', '105029.607500', '105030.067500', '105030.527500', '105030.987500', '105031.447500', '105031.907500', '105032.367500', '105032.827500', '105033.287500', '105033.747500', '105034.207500', '105034.667500', '105035.127500', '105035.587500', '105036.047500', '105036.507500', '105036.967500', '105037.427500', '105037.887500', '105038.347500', '105038.807500', '105039.267500', '105039.727500', '105040.187500', '105040.647500', '105041.107500', '105041.567500', '105042.027500', '105042.487500', '105042.947500', '105043.407500', '105043.867500', '105044.327500', '105044.787500', '105045.247500', '105045.707500', '105046.167500', '105046.627500', '105047.087500', '105047.547500', '105048.007500', '105048.467500', '105048.927500', '105049.387500', '105049.847500', '105050.307500'], 'ContentTime': ['104317.900000', '104317.903000', '104317.905000', '104317.908000', '104317.911000', '104317.914000', '104317.916000', '104317.919000', '104317.921000', '104317.924000', '104317.926000', '104317.929000', '104317.932000', '104317.935000', '104317.950000', '104317.953000', '104317.956000', '104317.959000', '104317.961000', '104317.964000', '104317.966000', '104317.969000', '104317.971000', '104317.974000', '104317.977000', '104317.979000', '104317.982000', '104317.985000', '104337.870000', '104337.873000', '104337.876000', '104337.879000', '104337.882000', '104337.885000', '104337.888000', '104337.890000', '104337.893000', '104337.896000', '104337.900000', '104337.903000', '104337.906000', '104337.909000', '104337.911000', '104337.914000', '104337.917000', '104337.919000', '104337.922000', '104337.924000', '104337.927000', '104337.930000', '104337.932000', '104337.935000', '104337.937000', '104337.940000', '104337.942000', '104337.958000', '104337.961000', '104337.963000', '104337.966000', '104337.969000', '104337.972000', '104337.974000', '104337.977000', '104337.979000', '104337.989000', '104337.991000', '104337.994000', '104337.997000', '104338.000000', '104338.003000', '104338.005000', '104357.870000', '104357.873000', '104357.876000', '104357.879000', '104357.881000', '104357.884000', '104357.886000', '104357.889000', '104357.892000', '104357.894000', '104357.897000', '104357.899000', '104357.902000', '104357.904000', '104357.907000', '104357.910000', '104357.912000', '104357.915000', '104357.917000', '104357.920000', '104357.922000', '104357.925000', '104357.928000', '104357.930000', '104357.933000', '104357.935000', '104357.938000', '104357.940000', '104357.943000', '104357.946000', '104357.948000', '104357.951000', '104357.953000', '104357.956000', '104357.958000', '104357.961000', '104357.964000', '104357.966000', '104357.969000', '104357.971000', '104357.974000', '104357.977000', '104357.979000', '104357.982000', '104417.869000', '104417.872000', '104417.875000', '104417.878000', '104417.880000', '104417.883000', '104417.886000', '104417.888000', '104417.891000', '104417.893000', '104417.896000', '104417.899000', '104417.901000', '104417.904000', '104417.907000', '104417.909000', '104417.912000', '104417.914000', '104417.917000', '104417.920000', '104417.922000', '104417.925000', '104417.927000', '104417.930000', '104417.933000', '104417.935000', '104417.938000', '104417.941000', '104417.943000', '104417.946000', '104417.949000', '104417.951000', '104417.954000', '104417.956000', '104417.959000', '104417.962000', '104417.964000', '104417.967000', '104417.969000', '104417.972000', '104417.975000', '104417.977000', '104417.980000', '104437.869000', '104437.872000', '104437.875000', '104437.878000', '104437.880000', '104437.883000', '104437.885000', '104437.888000', '104437.890000', '104437.893000', '104437.896000', '104437.898000', '104437.901000', '104437.904000', '104437.906000', '104437.909000', '104437.911000', '104437.914000', '104437.917000', '104437.919000', '104437.922000', '104437.924000', '104437.927000', '104437.930000', '104437.932000', '104437.935000', '104437.937000', '104437.940000', '104437.943000', '104437.945000', '104437.948000', '104437.950000', '104437.953000', '104437.956000', '104437.958000', '104437.961000', '104437.963000', '104437.966000', '104437.969000', '104437.971000', '104437.974000', '104437.976000', '104437.979000', '104437.981000', '104457.869000', '104457.872000', '104457.875000', '104457.878000', '104457.880000', '104457.883000', '104457.886000', '104457.888000', '104457.891000', '104457.894000', '104457.896000', '104457.899000', '104457.901000', '104457.904000', '104457.906000', '104457.909000', '104457.912000', '104457.914000', '104457.917000', '104457.920000', '104457.922000', '104457.925000', '104457.927000', '104457.930000', '104457.933000', '104457.936000', '104457.939000', '104457.942000', '104457.944000', '104457.947000', '104457.950000', '104457.953000', '104457.955000', '104457.958000', '104457.960000', '104457.963000', '104457.966000', '104457.969000', '104457.971000', '104457.974000', '104457.977000', '104457.979000', '104457.982000', '104517.869000', '104517.872000', '104517.875000', '104517.877000', '104517.880000', '104517.883000', '104517.885000', '104517.888000', '104517.891000', '104517.901000', '104517.904000', '104517.906000', '104517.909000', '104517.912000', '104517.914000', '104517.917000', '104517.919000', '104517.922000', '104517.925000', '104517.927000', '104517.930000', '104517.932000', '104517.935000', '104517.937000', '104517.940000', '104517.943000', '104517.945000', '104517.948000', '104517.951000', '104517.953000', '104517.956000', '104517.958000', '104517.961000', '104517.963000', '104517.966000', '104517.968000', '104517.971000', '104517.983000', '104517.986000', '104517.988000', '104517.991000', '104517.993000', '104517.996000', '104518.000000', '104537.870000', '104537.873000', '104537.876000', '104537.879000', '104537.881000', '104537.884000', '104537.887000', '104537.889000', '104537.892000', '104537.895000', '104537.897000', '104537.900000', '104537.902000', '104537.905000', '104537.908000', '104537.910000', '104537.913000', '104537.916000', '104537.918000', '104537.921000', '104537.923000', '104537.926000', '104537.929000', '104537.931000', '104537.934000', '104537.936000', '104537.939000', '104537.942000', '104537.944000', '104537.947000', '104537.949000', '104537.952000', '104537.955000', '104537.957000', '104537.960000', '104537.963000', '104537.965000', '104537.968000', '104537.970000', '104537.973000', '104537.976000', '104537.978000', '104537.981000', '104557.871000', '104557.873000', '104557.876000', '104557.879000', '104557.881000', '104557.884000', '104557.886000', '104557.889000', '104557.892000', '104557.894000', '104557.897000', '104557.899000', '104557.902000', '104557.905000', '104557.907000', '104557.910000', '104557.912000', '104557.915000', '104557.917000', '104557.920000', '104557.923000', '104557.925000', '104557.928000', '104557.931000', '104557.933000', '104557.936000', '104557.938000', '104557.941000', '104557.943000', '104557.946000', '104557.949000', '104557.951000', '104557.954000', '104557.956000', '104557.959000', '104557.962000', '104557.964000', '104557.967000', '104557.970000', '104557.972000', '104557.975000', '104557.977000', '104557.980000', '104557.983000', '104617.871000', '104617.874000', '104617.876000', '104617.879000', '104617.882000', '104617.884000', '104617.887000', '104617.890000', '104617.892000', '104617.895000', '104617.898000', '104617.900000', '104617.903000', '104617.905000', '104617.908000', '104617.911000', '104617.913000', '104617.916000', '104617.919000', '104617.921000', '104617.924000', '104617.927000', '104617.929000', '104617.932000', '104617.934000', '104617.937000', '104617.940000', '104617.942000', '104617.945000', '104617.948000', '104617.950000', '104617.953000', '104617.955000', '104617.958000', '104617.961000', '104617.963000', '104617.966000', '104617.968000', '104617.971000', '104617.974000', '104617.977000', '104617.980000', '104617.983000', '104637.870000', '104637.872000', '104637.875000', '104637.878000', '104637.880000', '104637.883000', '104637.886000', '104637.888000', '104637.891000', '104637.893000', '104637.896000', '104637.899000', '104637.901000', '104637.904000', '104637.907000', '104637.909000', '104637.912000', '104637.915000', '104637.917000', '104637.920000', '104637.922000', '104637.925000', '104637.928000', '104637.930000', '104637.933000', '104637.936000', '104637.938000', '104637.941000', '104637.944000', '104637.946000', '104637.949000', '104637.952000', '104637.954000', '104637.957000', '104637.960000', '104637.962000', '104637.965000', '104637.967000', '104637.970000', '104637.973000', '104637.975000', '104637.978000', '104637.981000', '104637.983000', '104657.870000', '104657.873000', '104657.875000', '104657.878000', '104657.881000', '104657.883000', '104657.886000', '104657.888000', '104657.891000', '104657.894000', '104657.896000', '104657.899000', '104657.901000', '104657.904000', '104657.907000', '104657.909000', '104657.912000', '104657.914000', '104657.923000', '104657.926000', '104657.929000', '104657.931000', '104657.934000', '104657.936000', '104657.939000', '104657.942000', '104657.944000', '104657.947000', '104657.950000', '104657.952000', '104657.955000', '104657.958000', '104657.960000', '104657.963000', '104657.966000', '104657.968000', '104657.971000', '104657.974000', '104657.977000', '104657.979000', '104657.982000', '104657.984000', '104657.987000', '104717.869000', '104717.873000', '104717.875000', '104717.878000', '104717.881000', '104717.883000', '104717.886000', '104717.888000', '104717.891000', '104717.894000', '104717.896000', '104717.899000', '104717.902000', '104717.904000', '104717.907000', '104717.909000', '104717.912000', '104717.915000', '104717.917000', '104717.920000', '104717.923000', '104717.925000', '104717.928000', '104717.930000', '104717.933000', '104717.936000', '104717.938000', '104717.941000', '104717.944000', '104717.946000', '104717.949000', '104717.951000', '104717.954000', '104717.957000', '104717.959000', '104717.962000', '104717.965000', '104717.967000', '104717.970000', '104717.972000', '104717.975000', '104717.978000', '104717.980000', '104717.983000', '104737.870000', '104737.872000', '104737.875000', '104737.878000', '104737.880000', '104737.883000', '104737.886000', '104737.888000', '104737.891000', '104737.893000', '104737.896000', '104737.899000', '104737.901000', '104737.904000', '104737.907000', '104737.909000', '104737.912000', '104737.915000', '104737.917000', '104737.920000', '104737.923000', '104737.925000', '104737.928000', '104737.931000', '104737.933000', '104737.936000', '104737.938000', '104737.941000', '104737.944000', '104737.947000', '104737.950000', '104737.953000', '104737.956000', '104737.959000', '104737.961000', '104737.964000', '104737.967000', '104737.969000', '104737.972000', '104737.975000', '104737.977000', '104737.980000', '104737.982000', '104757.871000', '104757.873000', '104757.876000', '104757.879000', '104757.881000', '104757.884000', '104757.887000', '104757.889000', '104757.892000', '104757.894000', '104757.897000', '104757.900000', '104757.902000', '104757.905000', '104757.907000', '104757.910000', '104757.913000', '104757.915000', '104757.918000', '104757.920000', '104757.923000', '104757.926000', '104757.928000', '104757.931000', '104757.934000', '104757.936000', '104757.939000', '104757.941000', '104757.944000', '104757.947000', '104757.949000', '104757.952000', '104757.955000', '104757.957000', '104757.960000', '104757.962000', '104757.965000', '104757.968000', '104757.970000', '104757.973000', '104757.975000', '104757.978000', '104757.981000', '104757.983000', '104817.871000', '104817.874000', '104817.876000', '104817.879000', '104817.881000', '104817.884000', '104817.887000', '104817.889000', '104817.892000', '104817.895000', '104817.898000', '104817.900000', '104817.903000', '104817.905000', '104817.908000', '104817.911000', '104817.913000', '104817.916000', '104817.919000', '104817.921000', '104817.924000', '104817.926000', '104817.929000', '104817.932000', '104817.934000', '104817.937000', '104817.939000', '104817.942000', '104817.945000', '104817.947000', '104817.950000', '104817.953000', '104817.955000', '104817.958000', '104817.960000', '104817.963000', '104817.966000', '104817.968000', '104817.971000', '104817.973000', '104817.976000', '104817.979000', '104817.981000', '104837.871000', '104837.873000', '104837.876000', '104837.879000', '104837.882000', '104837.884000', '104837.887000', '104837.890000', '104837.892000', '104837.895000', '104837.898000', '104837.900000', '104837.903000', '104837.905000', '104837.910000', '104837.913000', '104837.915000', '104837.918000', '104837.921000', '104837.923000', '104837.926000', '104837.929000', '104837.931000', '104837.934000', '104837.937000', '104837.939000', '104837.942000', '104837.944000', '104837.947000', '104837.950000', '104837.952000', '104837.955000', '104837.958000', '104837.960000', '104837.963000', '104837.965000', '104837.968000', '104837.971000', '104837.973000', '104837.976000', '104837.978000', '104837.981000', '104837.984000', '104837.986000', '104857.869000', '104857.872000', '104857.875000', '104857.878000', '104857.880000', '104857.883000', '104857.886000', '104857.888000', '104857.891000', '104857.893000', '104857.896000', '104857.899000', '104857.901000', '104857.904000', '104857.906000', '104857.909000', '104857.912000', '104857.914000', '104857.917000', '104857.919000', '104857.922000', '104857.925000', '104857.927000', '104857.930000', '104857.932000', '104857.935000', '104857.938000', '104857.940000', '104857.943000', '104857.946000', '104857.948000', '104857.951000', '104857.953000', '104857.956000', '104857.958000', '104857.961000', '104857.964000', '104857.966000', '104857.969000', '104857.971000', '104857.974000', '104857.977000', '104857.979000', '104917.869000', '104917.872000', '104917.875000', '104917.878000', '104917.880000', '104917.883000', '104917.886000', '104917.888000', '104917.891000', '104917.893000', '104917.896000', '104917.899000', '104917.901000', '104917.904000', '104917.907000', '104917.909000', '104917.912000', '104917.914000', '104917.917000', '104917.920000', '104917.922000', '104917.925000', '104917.927000', '104917.930000', '104917.933000', '104917.935000', '104917.938000', '104917.940000', '104917.943000', '104917.946000', '104917.948000', '104917.951000', '104917.954000', '104917.956000', '104917.959000', '104917.961000', '104917.964000', '104917.966000', '104917.969000', '104917.972000', '104917.974000', '104917.977000', '104917.980000', '104917.982000', '104937.869000', '104937.872000', '104937.875000', '104937.877000', '104937.880000', '104937.883000', '104937.885000', '104937.888000', '104937.891000', '104937.894000', '104937.896000', '104937.899000', '104937.902000', '104937.904000', '104937.907000', '104937.909000', '104937.912000', '104937.915000', '104937.917000', '104937.920000', '104937.923000', '104937.925000', '104937.928000', '104937.931000', '104937.933000', '104937.936000', '104937.938000', '104937.941000', '104937.944000', '104937.946000', '104937.949000', '104937.952000', '104937.954000', '104937.957000', '104937.959000', '104937.962000', '104937.965000', '104937.967000', '104937.970000', '104937.972000', '104937.975000', '104937.978000', '104937.980000', '104957.870000', '104957.873000', '104957.881000', '104957.884000', '104957.887000', '104957.889000', '104957.892000', '104957.895000', '104957.897000', '104957.900000', '104957.902000', '104957.905000', '104957.908000', '104957.911000', '104957.914000', '104957.916000', '104957.919000', '104957.922000', '104957.924000', '104957.927000', '104957.929000', '104957.932000', '104957.935000', '104957.937000', '104957.940000', '104957.943000', '104957.945000', '104957.948000', '104957.950000', '104957.953000', '104957.956000', '104957.958000', '104957.961000', '104957.964000', '104957.966000', '104957.969000', '104957.971000', '104957.974000', '104957.977000', '104957.979000', '104957.982000', '104957.985000', '104957.987000', '105017.871000', '105017.902000', '105017.904000', '105017.907000', '105017.910000', '105017.912000', '105017.915000', '105017.917000', '105017.920000', '105017.923000', '105017.925000', '105017.928000', '105017.931000', '105017.933000', '105017.936000', '105017.938000', '105017.941000', '105017.944000', '105017.946000', '105017.949000', '105017.952000', '105017.954000', '105017.957000', '105017.959000', '105017.962000', '105017.965000', '105017.967000', '105017.970000', '105017.973000', '105017.975000', '105017.978000', '105017.980000', '105017.983000', '105017.986000', '105017.988000', '105017.991000', '105017.993000', '105017.996000', '105017.998000', '105018.002000', '105018.005000', '105018.008000', '105018.010000', '105018.013000', '105037.871000', '105037.873000', '105037.876000', '105037.879000', '105037.881000', '105037.884000', '105037.887000', '105037.889000', '105037.892000', '105037.895000', '105037.897000', '105037.900000', '105037.902000', '105037.905000', '105037.908000', '105037.911000', '105037.913000', '105037.916000', '105037.918000', '105037.921000', '105037.924000', '105037.926000', '105037.929000', '105037.931000', '105037.934000', '105037.937000', '105037.939000', '105037.942000', '105037.945000', '105037.947000', '105037.950000', '105037.952000', '105037.955000', '105037.958000', '105037.960000', '105037.963000', '105037.965000', '105037.968000', '105037.971000', '105037.973000', '105037.976000', '105037.978000', '105037.981000', '105052.081000', '105052.084000', '105052.087000', '105052.089000', '105052.092000', '105052.095000', '105052.097000', '105052.100000', '105052.103000', '105052.106000', '105052.108000', '105052.111000', '105052.114000', '105052.116000', '105052.119000', '105052.122000', '105052.124000', '105052.127000', '105052.130000', '105052.132000', '105052.135000', '105052.138000', '105052.141000', '105052.144000', '105052.146000', '105052.149000', '105052.151000', '105052.154000', '105052.157000', '105052.159000', '105052.162000', '105052.165000'], 'InstanceCreationTime': ['104317.900000', '104317.903000', '104317.905000', '104317.908000', '104317.911000', '104317.914000', '104317.916000', '104317.919000', '104317.921000', '104317.924000', '104317.926000', '104317.929000', '104317.932000', '104317.935000', '104317.950000', '104317.953000', '104317.956000', '104317.959000', '104317.961000', '104317.964000', '104317.966000', '104317.969000', '104317.971000', '104317.974000', '104317.977000', '104317.979000', '104317.982000', '104317.985000', '104337.870000', '104337.873000', '104337.876000', '104337.879000', '104337.882000', '104337.885000', '104337.888000', '104337.890000', '104337.893000', '104337.896000', '104337.900000', '104337.903000', '104337.906000', '104337.909000', '104337.911000', '104337.914000', '104337.917000', '104337.919000', '104337.922000', '104337.924000', '104337.927000', '104337.930000', '104337.932000', '104337.935000', '104337.937000', '104337.940000', '104337.942000', '104337.958000', '104337.961000', '104337.963000', '104337.966000', '104337.969000', '104337.972000', '104337.974000', '104337.977000', '104337.979000', '104337.989000', '104337.991000', '104337.994000', '104337.997000', '104338.000000', '104338.003000', '104338.005000', '104357.870000', '104357.873000', '104357.876000', '104357.879000', '104357.881000', '104357.884000', '104357.886000', '104357.889000', '104357.892000', '104357.894000', '104357.897000', '104357.899000', '104357.902000', '104357.904000', '104357.907000', '104357.910000', '104357.912000', '104357.915000', '104357.917000', '104357.920000', '104357.922000', '104357.925000', '104357.928000', '104357.930000', '104357.933000', '104357.935000', '104357.938000', '104357.940000', '104357.943000', '104357.946000', '104357.948000', '104357.951000', '104357.953000', '104357.956000', '104357.958000', '104357.961000', '104357.964000', '104357.966000', '104357.969000', '104357.971000', '104357.974000', '104357.977000', '104357.979000', '104357.982000', '104417.869000', '104417.872000', '104417.875000', '104417.878000', '104417.880000', '104417.883000', '104417.886000', '104417.888000', '104417.891000', '104417.893000', '104417.896000', '104417.899000', '104417.901000', '104417.904000', '104417.907000', '104417.909000', '104417.912000', '104417.914000', '104417.917000', '104417.920000', '104417.922000', '104417.925000', '104417.927000', '104417.930000', '104417.933000', '104417.935000', '104417.938000', '104417.941000', '104417.943000', '104417.946000', '104417.949000', '104417.951000', '104417.954000', '104417.956000', '104417.959000', '104417.962000', '104417.964000', '104417.967000', '104417.969000', '104417.972000', '104417.975000', '104417.977000', '104417.980000', '104437.869000', '104437.872000', '104437.875000', '104437.878000', '104437.880000', '104437.883000', '104437.885000', '104437.888000', '104437.890000', '104437.893000', '104437.896000', '104437.898000', '104437.901000', '104437.904000', '104437.906000', '104437.909000', '104437.911000', '104437.914000', '104437.917000', '104437.919000', '104437.922000', '104437.924000', '104437.927000', '104437.930000', '104437.932000', '104437.935000', '104437.937000', '104437.940000', '104437.943000', '104437.945000', '104437.948000', '104437.950000', '104437.953000', '104437.956000', '104437.958000', '104437.961000', '104437.963000', '104437.966000', '104437.969000', '104437.971000', '104437.974000', '104437.976000', '104437.979000', '104437.981000', '104457.869000', '104457.872000', '104457.875000', '104457.878000', '104457.880000', '104457.883000', '104457.886000', '104457.888000', '104457.891000', '104457.894000', '104457.896000', '104457.899000', '104457.901000', '104457.904000', '104457.906000', '104457.909000', '104457.912000', '104457.914000', '104457.917000', '104457.920000', '104457.922000', '104457.925000', '104457.927000', '104457.930000', '104457.933000', '104457.936000', '104457.939000', '104457.942000', '104457.944000', '104457.947000', '104457.950000', '104457.953000', '104457.955000', '104457.958000', '104457.960000', '104457.963000', '104457.966000', '104457.969000', '104457.971000', '104457.974000', '104457.977000', '104457.979000', '104457.982000', '104517.869000', '104517.872000', '104517.875000', '104517.877000', '104517.880000', '104517.883000', '104517.885000', '104517.888000', '104517.891000', '104517.901000', '104517.904000', '104517.906000', '104517.909000', '104517.912000', '104517.914000', '104517.917000', '104517.919000', '104517.922000', '104517.925000', '104517.927000', '104517.930000', '104517.932000', '104517.935000', '104517.937000', '104517.940000', '104517.943000', '104517.945000', '104517.948000', '104517.951000', '104517.953000', '104517.956000', '104517.958000', '104517.961000', '104517.963000', '104517.966000', '104517.968000', '104517.971000', '104517.983000', '104517.986000', '104517.988000', '104517.991000', '104517.993000', '104517.996000', '104518.000000', '104537.870000', '104537.873000', '104537.876000', '104537.879000', '104537.881000', '104537.884000', '104537.887000', '104537.889000', '104537.892000', '104537.895000', '104537.897000', '104537.900000', '104537.902000', '104537.905000', '104537.908000', '104537.910000', '104537.913000', '104537.916000', '104537.918000', '104537.921000', '104537.923000', '104537.926000', '104537.929000', '104537.931000', '104537.934000', '104537.936000', '104537.939000', '104537.942000', '104537.944000', '104537.947000', '104537.949000', '104537.952000', '104537.955000', '104537.957000', '104537.960000', '104537.963000', '104537.965000', '104537.968000', '104537.970000', '104537.973000', '104537.976000', '104537.978000', '104537.981000', '104557.871000', '104557.873000', '104557.876000', '104557.879000', '104557.881000', '104557.884000', '104557.886000', '104557.889000', '104557.892000', '104557.894000', '104557.897000', '104557.899000', '104557.902000', '104557.905000', '104557.907000', '104557.910000', '104557.912000', '104557.915000', '104557.917000', '104557.920000', '104557.923000', '104557.925000', '104557.928000', '104557.931000', '104557.933000', '104557.936000', '104557.938000', '104557.941000', '104557.943000', '104557.946000', '104557.949000', '104557.951000', '104557.954000', '104557.956000', '104557.959000', '104557.962000', '104557.964000', '104557.967000', '104557.970000', '104557.972000', '104557.975000', '104557.977000', '104557.980000', '104557.983000', '104617.871000', '104617.874000', '104617.876000', '104617.879000', '104617.882000', '104617.884000', '104617.887000', '104617.890000', '104617.892000', '104617.895000', '104617.898000', '104617.900000', '104617.903000', '104617.905000', '104617.908000', '104617.911000', '104617.913000', '104617.916000', '104617.919000', '104617.921000', '104617.924000', '104617.927000', '104617.929000', '104617.932000', '104617.934000', '104617.937000', '104617.940000', '104617.942000', '104617.945000', '104617.948000', '104617.950000', '104617.953000', '104617.955000', '104617.958000', '104617.961000', '104617.963000', '104617.966000', '104617.968000', '104617.971000', '104617.974000', '104617.977000', '104617.980000', '104617.983000', '104637.870000', '104637.872000', '104637.875000', '104637.878000', '104637.880000', '104637.883000', '104637.886000', '104637.888000', '104637.891000', '104637.893000', '104637.896000', '104637.899000', '104637.901000', '104637.904000', '104637.907000', '104637.909000', '104637.912000', '104637.915000', '104637.917000', '104637.920000', '104637.922000', '104637.925000', '104637.928000', '104637.930000', '104637.933000', '104637.936000', '104637.938000', '104637.941000', '104637.944000', '104637.946000', '104637.949000', '104637.952000', '104637.954000', '104637.957000', '104637.960000', '104637.962000', '104637.965000', '104637.967000', '104637.970000', '104637.973000', '104637.975000', '104637.978000', '104637.981000', '104637.983000', '104657.870000', '104657.873000', '104657.875000', '104657.878000', '104657.881000', '104657.883000', '104657.886000', '104657.888000', '104657.891000', '104657.894000', '104657.896000', '104657.899000', '104657.901000', '104657.904000', '104657.907000', '104657.909000', '104657.912000', '104657.914000', '104657.923000', '104657.926000', '104657.929000', '104657.931000', '104657.934000', '104657.936000', '104657.939000', '104657.942000', '104657.944000', '104657.947000', '104657.950000', '104657.952000', '104657.955000', '104657.958000', '104657.960000', '104657.963000', '104657.966000', '104657.968000', '104657.971000', '104657.974000', '104657.977000', '104657.979000', '104657.982000', '104657.984000', '104657.987000', '104717.869000', '104717.873000', '104717.875000', '104717.878000', '104717.881000', '104717.883000', '104717.886000', '104717.888000', '104717.891000', '104717.894000', '104717.896000', '104717.899000', '104717.902000', '104717.904000', '104717.907000', '104717.909000', '104717.912000', '104717.915000', '104717.917000', '104717.920000', '104717.923000', '104717.925000', '104717.928000', '104717.930000', '104717.933000', '104717.936000', '104717.938000', '104717.941000', '104717.944000', '104717.946000', '104717.949000', '104717.951000', '104717.954000', '104717.957000', '104717.959000', '104717.962000', '104717.965000', '104717.967000', '104717.970000', '104717.972000', '104717.975000', '104717.978000', '104717.980000', '104717.983000', '104737.870000', '104737.872000', '104737.875000', '104737.878000', '104737.880000', '104737.883000', '104737.886000', '104737.888000', '104737.891000', '104737.893000', '104737.896000', '104737.899000', '104737.901000', '104737.904000', '104737.907000', '104737.909000', '104737.912000', '104737.915000', '104737.917000', '104737.920000', '104737.923000', '104737.925000', '104737.928000', '104737.931000', '104737.933000', '104737.936000', '104737.938000', '104737.941000', '104737.944000', '104737.947000', '104737.950000', '104737.953000', '104737.956000', '104737.959000', '104737.961000', '104737.964000', '104737.967000', '104737.969000', '104737.972000', '104737.975000', '104737.977000', '104737.980000', '104737.982000', '104757.871000', '104757.873000', '104757.876000', '104757.879000', '104757.881000', '104757.884000', '104757.887000', '104757.889000', '104757.892000', '104757.894000', '104757.897000', '104757.900000', '104757.902000', '104757.905000', '104757.907000', '104757.910000', '104757.913000', '104757.915000', '104757.918000', '104757.920000', '104757.923000', '104757.926000', '104757.928000', '104757.931000', '104757.934000', '104757.936000', '104757.939000', '104757.941000', '104757.944000', '104757.947000', '104757.949000', '104757.952000', '104757.955000', '104757.957000', '104757.960000', '104757.962000', '104757.965000', '104757.968000', '104757.970000', '104757.973000', '104757.975000', '104757.978000', '104757.981000', '104757.983000', '104817.871000', '104817.874000', '104817.876000', '104817.879000', '104817.881000', '104817.884000', '104817.887000', '104817.889000', '104817.892000', '104817.895000', '104817.898000', '104817.900000', '104817.903000', '104817.905000', '104817.908000', '104817.911000', '104817.913000', '104817.916000', '104817.919000', '104817.921000', '104817.924000', '104817.926000', '104817.929000', '104817.932000', '104817.934000', '104817.937000', '104817.939000', '104817.942000', '104817.945000', '104817.947000', '104817.950000', '104817.953000', '104817.955000', '104817.958000', '104817.960000', '104817.963000', '104817.966000', '104817.968000', '104817.971000', '104817.973000', '104817.976000', '104817.979000', '104817.981000', '104837.871000', '104837.873000', '104837.876000', '104837.879000', '104837.882000', '104837.884000', '104837.887000', '104837.890000', '104837.892000', '104837.895000', '104837.898000', '104837.900000', '104837.903000', '104837.905000', '104837.910000', '104837.913000', '104837.915000', '104837.918000', '104837.921000', '104837.923000', '104837.926000', '104837.929000', '104837.931000', '104837.934000', '104837.937000', '104837.939000', '104837.942000', '104837.944000', '104837.947000', '104837.950000', '104837.952000', '104837.955000', '104837.958000', '104837.960000', '104837.963000', '104837.965000', '104837.968000', '104837.971000', '104837.973000', '104837.976000', '104837.978000', '104837.981000', '104837.984000', '104837.986000', '104857.869000', '104857.872000', '104857.875000', '104857.878000', '104857.880000', '104857.883000', '104857.886000', '104857.888000', '104857.891000', '104857.893000', '104857.896000', '104857.899000', '104857.901000', '104857.904000', '104857.906000', '104857.909000', '104857.912000', '104857.914000', '104857.917000', '104857.919000', '104857.922000', '104857.925000', '104857.927000', '104857.930000', '104857.932000', '104857.935000', '104857.938000', '104857.940000', '104857.943000', '104857.946000', '104857.948000', '104857.951000', '104857.953000', '104857.956000', '104857.958000', '104857.961000', '104857.964000', '104857.966000', '104857.969000', '104857.971000', '104857.974000', '104857.977000', '104857.979000', '104917.869000', '104917.872000', '104917.875000', '104917.878000', '104917.880000', '104917.883000', '104917.886000', '104917.888000', '104917.891000', '104917.893000', '104917.896000', '104917.899000', '104917.901000', '104917.904000', '104917.907000', '104917.909000', '104917.912000', '104917.914000', '104917.917000', '104917.920000', '104917.922000', '104917.925000', '104917.927000', '104917.930000', '104917.933000', '104917.935000', '104917.938000', '104917.940000', '104917.943000', '104917.946000', '104917.948000', '104917.951000', '104917.954000', '104917.956000', '104917.959000', '104917.961000', '104917.964000', '104917.966000', '104917.969000', '104917.972000', '104917.974000', '104917.977000', '104917.980000', '104917.982000', '104937.869000', '104937.872000', '104937.875000', '104937.877000', '104937.880000', '104937.883000', '104937.885000', '104937.888000', '104937.891000', '104937.894000', '104937.896000', '104937.899000', '104937.902000', '104937.904000', '104937.907000', '104937.909000', '104937.912000', '104937.915000', '104937.917000', '104937.920000', '104937.923000', '104937.925000', '104937.928000', '104937.931000', '104937.933000', '104937.936000', '104937.938000', '104937.941000', '104937.944000', '104937.946000', '104937.949000', '104937.952000', '104937.954000', '104937.957000', '104937.959000', '104937.962000', '104937.965000', '104937.967000', '104937.970000', '104937.972000', '104937.975000', '104937.978000', '104937.980000', '104957.870000', '104957.873000', '104957.881000', '104957.884000', '104957.887000', '104957.889000', '104957.892000', '104957.895000', '104957.897000', '104957.900000', '104957.902000', '104957.905000', '104957.908000', '104957.911000', '104957.914000', '104957.916000', '104957.919000', '104957.922000', '104957.924000', '104957.927000', '104957.929000', '104957.932000', '104957.935000', '104957.937000', '104957.940000', '104957.943000', '104957.945000', '104957.948000', '104957.950000', '104957.953000', '104957.956000', '104957.958000', '104957.961000', '104957.964000', '104957.966000', '104957.969000', '104957.971000', '104957.974000', '104957.977000', '104957.979000', '104957.982000', '104957.985000', '104957.987000', '105017.871000', '105017.902000', '105017.904000', '105017.907000', '105017.910000', '105017.912000', '105017.915000', '105017.917000', '105017.920000', '105017.923000', '105017.925000', '105017.928000', '105017.931000', '105017.933000', '105017.936000', '105017.938000', '105017.941000', '105017.944000', '105017.946000', '105017.949000', '105017.952000', '105017.954000', '105017.957000', '105017.959000', '105017.962000', '105017.965000', '105017.967000', '105017.970000', '105017.973000', '105017.975000', '105017.978000', '105017.980000', '105017.983000', '105017.986000', '105017.988000', '105017.991000', '105017.993000', '105017.996000', '105017.998000', '105018.002000', '105018.005000', '105018.008000', '105018.010000', '105018.013000', '105037.871000', '105037.873000', '105037.876000', '105037.879000', '105037.881000', '105037.884000', '105037.887000', '105037.889000', '105037.892000', '105037.895000', '105037.897000', '105037.900000', '105037.902000', '105037.905000', '105037.908000', '105037.911000', '105037.913000', '105037.916000', '105037.918000', '105037.921000', '105037.924000', '105037.926000', '105037.929000', '105037.931000', '105037.934000', '105037.937000', '105037.939000', '105037.942000', '105037.945000', '105037.947000', '105037.950000', '105037.952000', '105037.955000', '105037.958000', '105037.960000', '105037.963000', '105037.965000', '105037.968000', '105037.971000', '105037.973000', '105037.976000', '105037.978000', '105037.981000', '105052.081000', '105052.084000', '105052.087000', '105052.089000', '105052.092000', '105052.095000', '105052.097000', '105052.100000', '105052.103000', '105052.106000', '105052.108000', '105052.111000', '105052.114000', '105052.116000', '105052.119000', '105052.122000', '105052.124000', '105052.127000', '105052.130000', '105052.132000', '105052.135000', '105052.138000', '105052.141000', '105052.144000', '105052.146000', '105052.149000', '105052.151000', '105052.154000', '105052.157000', '105052.159000', '105052.162000', '105052.165000'], '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': [11971, 7091, 13652, 7426, 12048, 7125, 11971, 7027, 13178, 7092, 12410, 6887, 11554, 6227, 12208, 7004, 12569, 6839, 10906, 6268, 10789, 6361, 12431, 6984, 11661, 6445, 10613, 6304, 10974, 6769, 11547, 6393, 10306, 6280, 9764, 6433, 10639, 7268, 10686, 6426, 9939, 6321, 9006, 6609, 8978, 9246, 9846, 8145, 8650, 9013, 7311, 10728, 7498, 12581, 8660, 11081, 7814, 11946, 7586, 12318, 7118, 10731, 6736, 10683, 6346, 11514, 6137, 10867, 6244, 9591, 6396, 8972, 10377, 8632, 10344, 7222, 11783, 7011, 11894, 7341, 11934, 6842, 10857, 6701, 10594, 6092, 11724, 6511, 11577, 6509, 11321, 6210, 10695, 6147, 11705, 7206, 10935, 6698, 10015, 8665, 8722, 10818, 9755, 13120, 9143, 12927, 8329, 12176, 7836, 13639, 8028, 11341, 6994, 11135, 6943, 11783, 7419, 12252, 6771, 12023, 7636, 9680, 7519, 10323, 8037, 10254, 7919, 9213, 6902, 9184, 6900, 9959, 8226, 8961, 7500, 8827, 7470, 9517, 7533, 10333, 8358, 9764, 7090, 10274, 6905, 11197, 8068, 10900, 7196, 10145, 6949, 10399, 6651, 10953, 7030, 10054, 6399, 10613, 6138, 10159, 6446, 9935, 6128, 10879, 7526, 9871, 6353, 9002, 6296, 9456, 7985, 11049, 7535, 8614, 7781, 9108, 9945, 9810, 9368, 8207, 8148, 8185, 10003, 9045, 9964, 9292, 9720, 8110, 7471, 8176, 9199, 8043, 10383, 8769, 10068, 7703, 9832, 7342, 9990, 7344, 11234, 8399, 11240, 7154, 10643, 7556, 10621, 6951, 11620, 7160, 11456, 7095, 10509, 6549, 10551, 6504, 11073, 6278, 10106, 6602, 9009, 6298, 9657, 9024, 8387, 8551, 7236, 9085, 7609, 11390, 8945, 10970, 7421, 10766, 7462, 10982, 6918, 11569, 7200, 10813, 7003, 10611, 6573, 11281, 6527, 11785, 6666, 10819, 6784, 10936, 6346, 11914, 6430, 10554, 6340, 10024, 6491, 10247, 8319, 9537, 8462, 7580, 10106, 7496, 10547, 7973, 10422, 7566, 8627, 7213, 9342, 6900, 9950, 7478, 9608, 7177, 10316, 7287, 10957, 7185, 12116, 7482, 11915, 7535, 11049, 7063, 10840, 6243, 10898, 6687, 9110, 6463, 8540, 8741, 9105, 9062, 7697, 9011, 7124, 10829, 7212, 11004, 6849, 6578, 6185, 6075, 7045, 6914, 7509, 8137, 6968, 9961, 7302, 13782, 8045, 11677, 7228, 11426, 7878, 12718, 10679, 13741, 11029, 12095, 11496, 10497, 11265, 9201, 11552, 8464, 11575, 7933, 11001, 7812, 10611, 7533, 9826, 6969, 9576, 6816, 9465, 6971, 10126, 6617, 10006, 6239, 8783, 6494, 8739, 6314, 9338, 7340, 7477, 6469, 7124, 7433, 7801, 8437, 6971, 7080, 6724, 8998, 7286, 8454, 7280, 8095, 7194, 9183, 7963, 7639, 7937, 8634, 7240, 9200, 7744, 10770, 8218, 12060, 7595, 10712, 7145, 12024, 7735, 12418, 7354, 9856, 7415, 10037, 11415, 9026, 13156, 8706, 11548, 7776, 11631, 6741, 11754, 6622, 10169, 6108, 10774, 8358, 9339, 9225, 7684, 10924, 7939, 10199, 8206, 11034, 7901, 11324, 8063, 11408, 7370, 11232, 7606, 10671, 7210, 11141, 6495, 11126, 6696, 10313, 7046, 9706, 9070, 9600, 11702, 8827, 11766, 8286, 10396, 7710, 10636, 6595, 11024, 6935, 9813, 6438, 9111, 7169, 8839, 10739, 8857, 10833, 8019, 11063, 7439, 10917, 7221, 10615, 7471, 10181, 7094, 9834, 6670, 10990, 7166, 10709, 6803, 10329, 6765, 10487, 6807, 11796, 7256, 10804, 6954, 10761, 7309, 11427, 7476, 12689, 7655, 11402, 7452, 10503, 7496, 11295, 7745, 10501, 7482, 9344, 7477, 10367, 7255, 10476, 7170, 9892, 7032, 10034, 6930, 10661, 7026, 11145, 6999, 11857, 6901, 11686, 6989, 10968, 7051, 9768, 7787, 9007, 9645, 8569, 7981, 7497, 8507, 7177, 8404, 7022, 9705, 7847, 8283, 7229, 8663, 7122, 8669, 6679, 7404, 7127, 6624, 7014, 6034, 7169, 6384, 9204, 6463, 10319, 6895, 10470, 7062, 11971, 7287, 11179, 6842, 9655, 6435, 10573, 7212, 10357, 8073, 8385, 10816, 7888, 12040, 7802, 11456, 7655, 10194, 6675, 10779, 6568, 10744, 6765, 9670, 6397, 10635, 6494, 10948, 7280, 10038, 7080, 10280, 6776, 11814, 7083, 11595, 6861, 10713, 6893, 12125, 7606, 13120, 8271, 12749, 8437, 12486, 8169, 13487, 8340, 11689, 7556, 11765, 8378, 13633, 8455, 12320, 7828, 11596, 7212, 12869, 8323, 12208, 7763, 11176, 7453, 10991, 7627, 10615, 7053, 9865, 6890, 10275, 6786, 10430, 6892, 9989, 6661, 9564, 6605, 10081, 6514, 9169, 6223, 8757, 6211, 9919, 6824, 9536, 6557, 8050, 6862, 7600, 7298, 8431, 8792, 8094, 6813, 7387, 6296, 7923, 7840, 8601, 6461, 7559, 6256, 8625, 7590, 9489, 6366, 8457, 6211, 8314, 6547, 9261, 8058, 8975, 6915, 8093, 7688, 7724, 7731, 8339, 9349, 8061, 7132, 7439, 7517, 7468, 9622, 8070, 8407, 7301, 8321, 7231, 8849, 7337, 10175, 7424, 10900, 7701, 9896, 7237, 9755, 7029, 10479, 7314, 9874, 7084, 9639, 6319, 10057, 6475, 9178, 6202, 8995, 6297, 10079, 6405, 8250, 6468, 7830, 9561, 8333, 9264, 7584, 9420, 7248, 11465, 7812, 11045, 7656, 10122, 7199, 10238, 7150, 10856, 7235, 10347, 7324, 10430, 7135, 11185, 7092, 9864, 6426, 10141, 6214, 10726, 6438, 8400, 8503, 7328, 12168, 8278, 11565, 8100, 10330, 7102, 10200, 6590, 10784, 6407, 9372, 6223, 7816, 9045, 7877, 11203, 8142, 11041, 7304, 11017, 7495, 10279, 7182, 9826, 6708, 10563, 6115, 10650, 6328, 9453, 7364, 8299, 10973, 8739, 11675, 8214, 10349, 7619, 10587, 6902, 11366, 6604, 9470, 6087, 10509, 9013, 9174, 6047, 10528, 6956, 8610, 9157, 8086, 10178, 8054, 12508, 8263, 11117, 7872, 10954, 7539, 11520, 6951, 11750, 7476, 11101, 7180, 11105, 7490, 9854, 8399, 9501, 9344, 9154, 9689, 7908, 10500, 8008, 11265, 7697, 10693, 7713, 10150, 7234, 10422, 7252, 9877, 7036, 9765, 6698, 10068, 6224, 9789, 6380, 8067, 6762, 7595, 9638, 7938, 9881, 7660, 11072, 7946, 10386, 7182, 10203, 6409, 9331, 6170, 8804, 7837, 8239, 7593, 7152, 8720, 7601, 8885, 7166, 8524, 7130, 11556, 7270, 11354, 7661, 9706, 7363, 9799, 7436, 10336, 7370, 9817, 7348, 9724, 6926, 10976, 6891, 7255, 6414, 6483, 6709, 6241, 9882, 6361, 10796, 6730, 10215, 7542, 10071, 9141, 10854, 11225, 11434, 12828, 11217, 14084, 11500, 13774, 10438, 13259, 9069, 12534, 8023, 10704, 7169, 9673, 6269, 8699, 6730, 7499, 8838, 7367, 9096, 7221, 9138, 7257, 9034, 7018, 9139, 7292, 7302, 6858, 7179, 7011, 7932, 6952, 8947, 7464, 9995, 7622, 10203, 7319, 9487, 6868, 9986, 6654, 9955, 6358, 9433, 6603, 9166, 6309, 10971, 6677, 11097, 6881, 10776, 6981, 11791, 8091, 11571, 7096, 11298, 7223, 10382, 8152, 10585, 7138, 9683, 7124, 8522, 7236, 9382, 8652, 8365, 7137, 8316, 8313, 8237, 9977, 8189, 9506, 7816, 9168, 7370, 9546, 7522, 9732, 7257, 10179, 7333, 10191, 7297, 9266, 7355, 9339, 7534, 9018, 7122, 9539, 7072, 9572, 7176, 9297, 7439, 8970, 7025, 8626, 7332, 8041, 7053, 8623, 7162, 8984, 7079, 9393, 7317, 8147, 7083, 8629, 7024, 8533, 7196, 8115, 6765, 8271, 7407, 8135, 7873, 6469, 7575, 6214, 9132, 6450, 10151, 6551, 10236, 6764, 11767, 6764], 'WindowCenter': [3954.0, 3876.0, 3935.0, 3870.0, 3910.0, 3856.0, 3909.0, 3856.0, 3917.0, 3855.0, 3907.0, 3854.0, 3894.0, 3834.0, 3905.0, 3855.0, 3905.0, 3843.0, 3895.0, 3832.0, 3894.0, 3844.0, 3906.0, 3853.0, 3895.0, 3844.0, 3884.0, 3832.0, 3897.0, 3843.0, 3895.0, 3844.0, 3885.0, 3843.0, 3884.0, 3844.0, 3895.0, 3853.0, 3896.0, 3843.0, 3885.0, 3832.0, 3874.0, 3842.0, 3874.0, 3874.0, 3885.0, 3865.0, 3875.0, 3875.0, 3854.0, 3894.0, 3854.0, 3905.0, 3875.0, 3896.0, 3864.0, 3906.0, 3865.0, 3905.0, 3854.0, 3895.0, 3843.0, 3883.0, 3843.0, 3893.0, 3833.0, 3896.0, 3844.0, 3886.0, 3842.0, 3877.0, 3885.0, 3876.0, 3885.0, 3854.0, 3895.0, 3844.0, 3895.0, 3855.0, 3908.0, 3845.0, 3897.0, 3846.0, 3897.0, 3834.0, 3907.0, 3847.0, 3907.0, 3847.0, 3909.0, 3847.0, 3897.0, 3846.0, 3908.0, 3868.0, 3908.0, 3857.0, 3888.0, 3875.0, 3876.0, 3897.0, 3885.0, 3909.0, 3888.0, 3906.0, 3864.0, 3895.0, 3853.0, 3919.0, 3867.0, 3895.0, 3844.0, 3894.0, 3843.0, 3906.0, 3855.0, 3906.0, 3844.0, 3894.0, 3854.0, 3871.0, 3854.0, 3886.0, 3865.0, 3885.0, 3864.0, 3874.0, 3843.0, 3873.0, 3843.0, 3883.0, 3864.0, 3874.0, 3851.0, 3874.0, 3854.0, 3874.0, 3854.0, 3883.0, 3864.0, 3884.0, 3855.0, 3882.0, 3854.0, 3895.0, 3864.0, 3900.0, 3857.0, 3887.0, 3845.0, 3887.0, 3845.0, 3898.0, 3857.0, 3886.0, 3842.0, 3896.0, 3834.0, 3897.0, 3848.0, 3888.0, 3833.0, 3896.0, 3867.0, 3889.0, 3845.0, 3875.0, 3844.0, 3886.0, 3864.0, 3897.0, 3866.0, 3876.0, 3853.0, 3874.0, 3887.0, 3885.0, 3874.0, 3865.0, 3865.0, 3864.0, 3873.0, 3875.0, 3885.0, 3876.0, 3886.0, 3864.0, 3853.0, 3863.0, 3874.0, 3853.0, 3884.0, 3875.0, 3885.0, 3865.0, 3884.0, 3854.0, 3872.0, 3852.0, 3894.0, 3865.0, 3894.0, 3844.0, 3883.0, 3853.0, 3883.0, 3840.0, 3893.0, 3843.0, 3894.0, 3842.0, 3883.0, 3831.0, 3882.0, 3832.0, 3895.0, 3842.0, 3884.0, 3843.0, 3874.0, 3830.0, 3885.0, 3874.0, 3864.0, 3874.0, 3853.0, 3873.0, 3854.0, 3894.0, 3875.0, 3894.0, 3853.0, 3895.0, 3853.0, 3894.0, 3855.0, 3894.0, 3867.0, 3897.0, 3855.0, 3895.0, 3844.0, 3896.0, 3845.0, 3909.0, 3846.0, 3897.0, 3844.0, 3895.0, 3834.0, 3905.0, 3833.0, 3885.0, 3830.0, 3885.0, 3832.0, 3885.0, 3863.0, 3885.0, 3864.0, 3862.0, 3884.0, 3854.0, 3884.0, 3864.0, 3895.0, 3865.0, 3875.0, 3854.0, 3874.0, 3856.0, 3888.0, 3867.0, 3887.0, 3855.0, 3885.0, 3853.0, 3895.0, 3855.0, 3906.0, 3855.0, 3897.0, 3853.0, 3896.0, 3842.0, 3883.0, 3831.0, 3893.0, 3841.0, 3860.0, 3830.0, 3860.0, 3861.0, 3873.0, 3872.0, 3851.0, 3871.0, 3855.0, 3894.0, 3867.0, 3897.0, 3844.0, 3843.0, 3831.0, 3831.0, 3852.0, 3841.0, 3855.0, 3863.0, 3853.0, 3886.0, 3867.0, 3931.0, 3892.0, 3909.0, 3855.0, 3894.0, 3851.0, 3895.0, 3882.0, 3905.0, 3882.0, 3891.0, 3880.0, 3868.0, 3867.0, 3847.0, 3866.0, 3836.0, 3864.0, 3835.0, 3865.0, 3824.0, 3865.0, 3835.0, 3854.0, 3825.0, 3845.0, 3814.0, 3855.0, 3825.0, 3857.0, 3816.0, 3858.0, 3817.0, 3848.0, 3816.0, 3847.0, 3817.0, 3871.0, 3838.0, 3842.0, 3829.0, 3841.0, 3842.0, 3854.0, 3864.0, 3843.0, 3854.0, 3845.0, 3874.0, 3867.0, 3878.0, 3867.0, 3866.0, 3857.0, 3888.0, 3879.0, 3868.0, 3879.0, 3879.0, 3868.0, 3888.0, 3870.0, 3898.0, 3880.0, 3920.0, 3879.0, 3898.0, 3858.0, 3910.0, 3868.0, 3911.0, 3856.0, 3888.0, 3853.0, 3886.0, 3897.0, 3876.0, 3907.0, 3864.0, 3895.0, 3854.0, 3896.0, 3844.0, 3907.0, 3844.0, 3886.0, 3833.0, 3897.0, 3865.0, 3877.0, 3874.0, 3855.0, 3897.0, 3880.0, 3899.0, 3877.0, 3897.0, 3866.0, 3895.0, 3867.0, 3907.0, 3869.0, 3896.0, 3866.0, 3896.0, 3855.0, 3897.0, 3846.0, 3898.0, 3844.0, 3886.0, 3843.0, 3875.0, 3861.0, 3875.0, 3892.0, 3874.0, 3895.0, 3864.0, 3873.0, 3852.0, 3883.0, 3832.0, 3885.0, 3843.0, 3874.0, 3832.0, 3863.0, 3841.0, 3874.0, 3884.0, 3872.0, 3895.0, 3866.0, 3896.0, 3855.0, 3897.0, 3855.0, 3883.0, 3856.0, 3898.0, 3858.0, 3886.0, 3860.0, 3898.0, 3857.0, 3897.0, 3846.0, 3885.0, 3844.0, 3897.0, 3846.0, 3909.0, 3855.0, 3898.0, 3855.0, 3912.0, 3855.0, 3897.0, 3854.0, 3922.0, 3867.0, 3896.0, 3855.0, 3884.0, 3851.0, 3896.0, 3853.0, 3899.0, 3853.0, 3875.0, 3855.0, 3886.0, 3853.0, 3885.0, 3841.0, 3884.0, 3855.0, 3886.0, 3844.0, 3896.0, 3854.0, 3894.0, 3853.0, 3896.0, 3843.0, 3896.0, 3842.0, 3884.0, 3842.0, 3874.0, 3851.0, 3864.0, 3872.0, 3864.0, 3852.0, 3852.0, 3860.0, 3841.0, 3861.0, 3841.0, 3873.0, 3866.0, 3864.0, 3854.0, 3864.0, 3855.0, 3877.0, 3857.0, 3855.0, 3868.0, 3856.0, 3855.0, 3843.0, 3856.0, 3844.0, 3876.0, 3844.0, 3897.0, 3856.0, 3897.0, 3854.0, 3897.0, 3854.0, 3897.0, 3844.0, 3874.0, 3832.0, 3883.0, 3841.0, 3884.0, 3852.0, 3852.0, 3881.0, 3851.0, 3891.0, 3841.0, 3882.0, 3851.0, 3871.0, 3831.0, 3885.0, 3844.0, 3895.0, 3845.0, 3886.0, 3846.0, 3896.0, 3847.0, 3899.0, 3867.0, 3898.0, 3856.0, 3897.0, 3846.0, 3910.0, 3858.0, 3908.0, 3856.0, 3898.0, 3855.0, 3908.0, 3869.0, 3919.0, 3866.0, 3908.0, 3864.0, 3896.0, 3862.0, 3907.0, 3864.0, 3894.0, 3852.0, 3895.0, 3863.0, 3918.0, 3863.0, 3893.0, 3841.0, 3882.0, 3842.0, 3894.0, 3852.0, 3892.0, 3839.0, 3882.0, 3842.0, 3881.0, 3852.0, 3882.0, 3841.0, 3871.0, 3840.0, 3871.0, 3829.0, 3883.0, 3829.0, 3871.0, 3828.0, 3859.0, 3831.0, 3870.0, 3819.0, 3859.0, 3819.0, 3848.0, 3819.0, 3871.0, 3829.0, 3872.0, 3819.0, 3850.0, 3829.0, 3851.0, 3840.0, 3850.0, 3850.0, 3853.0, 3830.0, 3841.0, 3830.0, 3852.0, 3862.0, 3863.0, 3831.0, 3853.0, 3831.0, 3863.0, 3854.0, 3886.0, 3844.0, 3863.0, 3833.0, 3864.0, 3832.0, 3873.0, 3853.0, 3874.0, 3843.0, 3864.0, 3853.0, 3853.0, 3853.0, 3865.0, 3874.0, 3865.0, 3842.0, 3854.0, 3853.0, 3854.0, 3884.0, 3865.0, 3864.0, 3853.0, 3863.0, 3854.0, 3861.0, 3854.0, 3884.0, 3853.0, 3883.0, 3852.0, 3872.0, 3852.0, 3874.0, 3853.0, 3883.0, 3854.0, 3884.0, 3842.0, 3883.0, 3845.0, 3886.0, 3843.0, 3875.0, 3833.0, 3875.0, 3843.0, 3887.0, 3845.0, 3864.0, 3844.0, 3865.0, 3885.0, 3877.0, 3875.0, 3866.0, 3873.0, 3855.0, 3897.0, 3866.0, 3895.0, 3865.0, 3886.0, 3853.0, 3886.0, 3844.0, 3897.0, 3854.0, 3884.0, 3853.0, 3884.0, 3844.0, 3895.0, 3842.0, 3883.0, 3831.0, 3884.0, 3833.0, 3896.0, 3832.0, 3864.0, 3865.0, 3856.0, 3893.0, 3863.0, 3893.0, 3854.0, 3882.0, 3842.0, 3881.0, 3830.0, 3881.0, 3832.0, 3873.0, 3820.0, 3853.0, 3863.0, 3852.0, 3884.0, 3853.0, 3894.0, 3856.0, 3885.0, 3855.0, 3884.0, 3843.0, 3885.0, 3844.0, 3885.0, 3833.0, 3897.0, 3832.0, 3886.0, 3853.0, 3864.0, 3884.0, 3863.0, 3895.0, 3864.0, 3884.0, 3853.0, 3884.0, 3842.0, 3894.0, 3844.0, 3875.0, 3833.0, 3898.0, 3889.0, 3886.0, 3835.0, 3909.0, 3845.0, 3865.0, 3874.0, 3865.0, 3884.0, 3865.0, 3897.0, 3864.0, 3895.0, 3865.0, 3883.0, 3856.0, 3897.0, 3844.0, 3897.0, 3844.0, 3884.0, 3832.0, 3883.0, 3842.0, 3873.0, 3863.0, 3874.0, 3861.0, 3874.0, 3873.0, 3850.0, 3883.0, 3851.0, 3882.0, 3852.0, 3881.0, 3839.0, 3870.0, 3839.0, 3870.0, 3840.0, 3869.0, 3827.0, 3858.0, 3828.0, 3860.0, 3817.0, 3870.0, 3818.0, 3849.0, 3828.0, 3851.0, 3871.0, 3853.0, 3871.0, 3840.0, 3882.0, 3851.0, 3871.0, 3829.0, 3871.0, 3830.0, 3862.0, 3818.0, 3861.0, 3841.0, 3863.0, 3851.0, 3843.0, 3861.0, 3852.0, 3872.0, 3841.0, 3861.0, 3842.0, 3895.0, 3853.0, 3895.0, 3854.0, 3875.0, 3854.0, 3873.0, 3854.0, 3884.0, 3854.0, 3886.0, 3854.0, 3874.0, 3856.0, 3899.0, 3857.0, 3854.0, 3834.0, 3832.0, 3842.0, 3846.0, 3888.0, 3847.0, 3899.0, 3844.0, 3887.0, 3854.0, 3886.0, 3874.0, 3885.0, 3884.0, 3884.0, 3892.0, 3870.0, 3891.0, 3868.0, 3878.0, 3856.0, 3866.0, 3834.0, 3865.0, 3822.0, 3842.0, 3800.0, 3830.0, 3790.0, 3832.0, 3799.0, 3812.0, 3832.0, 3812.0, 3831.0, 3812.0, 3844.0, 3824.0, 3844.0, 3827.0, 3858.0, 3840.0, 3840.0, 3830.0, 3840.0, 3840.0, 3850.0, 3842.0, 3862.0, 3853.0, 3884.0, 3854.0, 3884.0, 3853.0, 3872.0, 3842.0, 3886.0, 3845.0, 3888.0, 3845.0, 3886.0, 3856.0, 3886.0, 3846.0, 3899.0, 3858.0, 3910.0, 3856.0, 3897.0, 3858.0, 3909.0, 3866.0, 3909.0, 3844.0, 3895.0, 3853.0, 3886.0, 3864.0, 3886.0, 3843.0, 3874.0, 3842.0, 3874.0, 3854.0, 3887.0, 3875.0, 3864.0, 3843.0, 3864.0, 3862.0, 3864.0, 3884.0, 3863.0, 3873.0, 3852.0, 3872.0, 3852.0, 3874.0, 3853.0, 3885.0, 3853.0, 3883.0, 3842.0, 3884.0, 3853.0, 3873.0, 3840.0, 3873.0, 3853.0, 3862.0, 3842.0, 3873.0, 3843.0, 3873.0, 3842.0, 3874.0, 3852.0, 3873.0, 3842.0, 3863.0, 3855.0, 3852.0, 3841.0, 3860.0, 3841.0, 3862.0, 3841.0, 3873.0, 3855.0, 3865.0, 3841.0, 3862.0, 3842.0, 3864.0, 3842.0, 3851.0, 3842.0, 3863.0, 3854.0, 3864.0, 3865.0, 3842.0, 3864.0, 3834.0, 3876.0, 3846.0, 3898.0, 3845.0, 3885.0, 3845.0, 3910.0, 3857.0], 'WindowWidth': [8843.0, 8726.0, 8799.0, 8705.0, 8754.0, 8678.0, 8747.0, 8677.0, 8757.0, 8673.0, 8743.0, 8669.0, 8722.0, 8643.0, 8738.0, 8672.0, 8739.0, 8654.0, 8723.0, 8638.0, 8720.0, 8655.0, 8740.0, 8666.0, 8725.0, 8655.0, 8709.0, 8638.0, 8729.0, 8655.0, 8725.0, 8656.0, 8711.0, 8654.0, 8708.0, 8656.0, 8725.0, 8667.0, 8728.0, 8655.0, 8712.0, 8640.0, 8696.0, 8652.0, 8697.0, 8696.0, 8711.0, 8684.0, 8700.0, 8697.0, 8670.0, 8722.0, 8670.0, 8738.0, 8700.0, 8728.0, 8684.0, 8741.0, 8686.0, 8740.0, 8670.0, 8723.0, 8653.0, 8705.0, 8654.0, 8722.0, 8642.0, 8729.0, 8658.0, 8712.0, 8652.0, 8702.0, 8711.0, 8700.0, 8711.0, 8670.0, 8722.0, 8657.0, 8725.0, 8672.0, 8744.0, 8659.0, 8730.0, 8661.0, 8728.0, 8643.0, 8744.0, 8665.0, 8746.0, 8667.0, 8748.0, 8665.0, 8731.0, 8665.0, 8748.0, 8693.0, 8749.0, 8677.0, 8720.0, 8699.0, 8702.0, 8731.0, 8713.0, 8750.0, 8718.0, 8742.0, 8681.0, 8723.0, 8667.0, 8764.0, 8692.0, 8725.0, 8655.0, 8721.0, 8654.0, 8742.0, 8672.0, 8741.0, 8656.0, 8722.0, 8668.0, 8688.0, 8669.0, 8712.0, 8686.0, 8711.0, 8683.0, 8694.0, 8653.0, 8691.0, 8652.0, 8706.0, 8682.0, 8694.0, 8662.0, 8694.0, 8668.0, 8693.0, 8670.0, 8707.0, 8683.0, 8708.0, 8670.0, 8704.0, 8669.0, 8724.0, 8685.0, 8738.0, 8676.0, 8715.0, 8658.0, 8714.0, 8659.0, 8732.0, 8675.0, 8713.0, 8651.0, 8727.0, 8644.0, 8730.0, 8668.0, 8718.0, 8641.0, 8728.0, 8690.0, 8720.0, 8659.0, 8699.0, 8655.0, 8712.0, 8683.0, 8731.0, 8687.0, 8702.0, 8667.0, 8695.0, 8714.0, 8713.0, 8698.0, 8684.0, 8684.0, 8681.0, 8693.0, 8696.0, 8711.0, 8700.0, 8714.0, 8683.0, 8667.0, 8679.0, 8694.0, 8665.0, 8708.0, 8698.0, 8710.0, 8684.0, 8709.0, 8669.0, 8689.0, 8663.0, 8721.0, 8684.0, 8723.0, 8654.0, 8705.0, 8664.0, 8704.0, 8646.0, 8717.0, 8653.0, 8720.0, 8651.0, 8705.0, 8635.0, 8702.0, 8636.0, 8723.0, 8650.0, 8709.0, 8653.0, 8694.0, 8634.0, 8710.0, 8695.0, 8683.0, 8696.0, 8668.0, 8692.0, 8669.0, 8721.0, 8698.0, 8723.0, 8667.0, 8724.0, 8667.0, 8722.0, 8673.0, 8723.0, 8692.0, 8729.0, 8673.0, 8725.0, 8657.0, 8729.0, 8660.0, 8748.0, 8661.0, 8729.0, 8658.0, 8724.0, 8643.0, 8738.0, 8641.0, 8711.0, 8633.0, 8711.0, 8637.0, 8709.0, 8679.0, 8712.0, 8681.0, 8679.0, 8707.0, 8670.0, 8708.0, 8684.0, 8726.0, 8686.0, 8698.0, 8671.0, 8697.0, 8675.0, 8719.0, 8691.0, 8721.0, 8673.0, 8713.0, 8669.0, 8725.0, 8671.0, 8742.0, 8673.0, 8730.0, 8667.0, 8729.0, 8651.0, 8706.0, 8635.0, 8720.0, 8647.0, 8671.0, 8630.0, 8671.0, 8673.0, 8691.0, 8689.0, 8661.0, 8687.0, 8674.0, 8722.0, 8693.0, 8732.0, 8659.0, 8654.0, 8637.0, 8636.0, 8664.0, 8650.0, 8671.0, 8680.0, 8669.0, 8714.0, 8694.0, 8784.0, 8735.0, 8753.0, 8672.0, 8722.0, 8659.0, 8726.0, 8702.0, 8738.0, 8701.0, 8712.0, 8693.0, 8675.0, 8673.0, 8645.0, 8670.0, 8629.0, 8667.0, 8627.0, 8667.0, 8611.0, 8667.0, 8628.0, 8651.0, 8613.0, 8639.0, 8599.0, 8652.0, 8614.0, 8658.0, 8604.0, 8662.0, 8609.0, 8649.0, 8607.0, 8648.0, 8610.0, 8685.0, 8640.0, 8649.0, 8630.0, 8647.0, 8648.0, 8667.0, 8680.0, 8654.0, 8670.0, 8659.0, 8695.0, 8691.0, 8705.0, 8692.0, 8690.0, 8679.0, 8720.0, 8711.0, 8694.0, 8710.0, 8710.0, 8696.0, 8719.0, 8699.0, 8735.0, 8714.0, 8768.0, 8711.0, 8734.0, 8681.0, 8752.0, 8692.0, 8755.0, 8676.0, 8717.0, 8666.0, 8712.0, 8728.0, 8701.0, 8745.0, 8682.0, 8723.0, 8669.0, 8725.0, 8657.0, 8742.0, 8656.0, 8712.0, 8640.0, 8728.0, 8684.0, 8700.0, 8696.0, 8671.0, 8732.0, 8714.0, 8739.0, 8706.0, 8732.0, 8688.0, 8726.0, 8690.0, 8745.0, 8696.0, 8728.0, 8688.0, 8727.0, 8672.0, 8729.0, 8660.0, 8733.0, 8656.0, 8712.0, 8653.0, 8695.0, 8673.0, 8695.0, 8717.0, 8693.0, 8723.0, 8680.0, 8690.0, 8662.0, 8701.0, 8635.0, 8707.0, 8650.0, 8693.0, 8635.0, 8677.0, 8646.0, 8692.0, 8706.0, 8691.0, 8723.0, 8689.0, 8727.0, 8670.0, 8727.0, 8671.0, 8708.0, 8674.0, 8731.0, 8681.0, 8712.0, 8688.0, 8734.0, 8678.0, 8729.0, 8660.0, 8711.0, 8657.0, 8730.0, 8661.0, 8748.0, 8673.0, 8730.0, 8672.0, 8759.0, 8671.0, 8729.0, 8669.0, 8771.0, 8689.0, 8727.0, 8671.0, 8706.0, 8660.0, 8725.0, 8664.0, 8736.0, 8666.0, 8697.0, 8672.0, 8716.0, 8665.0, 8708.0, 8646.0, 8707.0, 8672.0, 8712.0, 8656.0, 8726.0, 8669.0, 8722.0, 8668.0, 8727.0, 8654.0, 8727.0, 8650.0, 8706.0, 8647.0, 8694.0, 8660.0, 8678.0, 8687.0, 8679.0, 8660.0, 8662.0, 8671.0, 8647.0, 8673.0, 8646.0, 8692.0, 8685.0, 8683.0, 8669.0, 8682.0, 8672.0, 8706.0, 8678.0, 8671.0, 8696.0, 8676.0, 8674.0, 8657.0, 8675.0, 8655.0, 8698.0, 8659.0, 8730.0, 8676.0, 8730.0, 8670.0, 8729.0, 8669.0, 8727.0, 8655.0, 8693.0, 8634.0, 8703.0, 8644.0, 8705.0, 8659.0, 8660.0, 8696.0, 8656.0, 8711.0, 8645.0, 8699.0, 8660.0, 8685.0, 8632.0, 8706.0, 8653.0, 8722.0, 8657.0, 8712.0, 8661.0, 8726.0, 8664.0, 8736.0, 8691.0, 8732.0, 8676.0, 8728.0, 8661.0, 8752.0, 8680.0, 8745.0, 8675.0, 8731.0, 8670.0, 8745.0, 8694.0, 8764.0, 8688.0, 8746.0, 8681.0, 8728.0, 8677.0, 8745.0, 8683.0, 8721.0, 8662.0, 8721.0, 8677.0, 8760.0, 8678.0, 8719.0, 8645.0, 8702.0, 8649.0, 8719.0, 8661.0, 8713.0, 8639.0, 8699.0, 8648.0, 8698.0, 8664.0, 8701.0, 8645.0, 8683.0, 8641.0, 8683.0, 8626.0, 8703.0, 8627.0, 8684.0, 8625.0, 8666.0, 8631.0, 8683.0, 8613.0, 8665.0, 8612.0, 8651.0, 8613.0, 8685.0, 8626.0, 8686.0, 8612.0, 8655.0, 8626.0, 8657.0, 8642.0, 8655.0, 8655.0, 8663.0, 8629.0, 8645.0, 8630.0, 8662.0, 8677.0, 8679.0, 8635.0, 8666.0, 8635.0, 8680.0, 8669.0, 8712.0, 8655.0, 8679.0, 8638.0, 8680.0, 8635.0, 8692.0, 8665.0, 8694.0, 8652.0, 8680.0, 8664.0, 8664.0, 8665.0, 8683.0, 8693.0, 8684.0, 8650.0, 8668.0, 8664.0, 8669.0, 8708.0, 8683.0, 8682.0, 8665.0, 8679.0, 8666.0, 8674.0, 8667.0, 8708.0, 8666.0, 8706.0, 8663.0, 8688.0, 8662.0, 8694.0, 8666.0, 8705.0, 8669.0, 8707.0, 8650.0, 8706.0, 8658.0, 8713.0, 8654.0, 8696.0, 8641.0, 8698.0, 8655.0, 8716.0, 8659.0, 8684.0, 8655.0, 8685.0, 8710.0, 8702.0, 8699.0, 8686.0, 8694.0, 8672.0, 8729.0, 8687.0, 8724.0, 8684.0, 8711.0, 8668.0, 8714.0, 8656.0, 8729.0, 8669.0, 8708.0, 8667.0, 8707.0, 8656.0, 8724.0, 8651.0, 8705.0, 8635.0, 8707.0, 8640.0, 8726.0, 8636.0, 8680.0, 8682.0, 8675.0, 8718.0, 8678.0, 8718.0, 8666.0, 8702.0, 8648.0, 8699.0, 8631.0, 8699.0, 8635.0, 8691.0, 8618.0, 8664.0, 8674.0, 8661.0, 8704.0, 8664.0, 8721.0, 8673.0, 8709.0, 8670.0, 8707.0, 8653.0, 8707.0, 8654.0, 8709.0, 8640.0, 8728.0, 8638.0, 8710.0, 8665.0, 8680.0, 8707.0, 8679.0, 8724.0, 8680.0, 8705.0, 8664.0, 8705.0, 8649.0, 8719.0, 8655.0, 8695.0, 8638.0, 8730.0, 8725.0, 8716.0, 8645.0, 8751.0, 8658.0, 8682.0, 8692.0, 8681.0, 8706.0, 8683.0, 8730.0, 8680.0, 8723.0, 8684.0, 8705.0, 8672.0, 8729.0, 8655.0, 8728.0, 8655.0, 8707.0, 8633.0, 8702.0, 8645.0, 8688.0, 8677.0, 8692.0, 8671.0, 8692.0, 8693.0, 8656.0, 8702.0, 8657.0, 8704.0, 8662.0, 8700.0, 8639.0, 8680.0, 8640.0, 8682.0, 8641.0, 8679.0, 8622.0, 8662.0, 8621.0, 8665.0, 8608.0, 8681.0, 8610.0, 8651.0, 8622.0, 8657.0, 8685.0, 8664.0, 8683.0, 8642.0, 8700.0, 8658.0, 8682.0, 8627.0, 8684.0, 8629.0, 8671.0, 8612.0, 8670.0, 8645.0, 8676.0, 8658.0, 8652.0, 8672.0, 8662.0, 8691.0, 8648.0, 8672.0, 8648.0, 8719.0, 8665.0, 8723.0, 8666.0, 8694.0, 8666.0, 8690.0, 8666.0, 8704.0, 8668.0, 8709.0, 8667.0, 8692.0, 8675.0, 8737.0, 8680.0, 8668.0, 8641.0, 8634.0, 8649.0, 8662.0, 8719.0, 8665.0, 8734.0, 8654.0, 8712.0, 8665.0, 8712.0, 8691.0, 8708.0, 8705.0, 8705.0, 8714.0, 8681.0, 8710.0, 8674.0, 8689.0, 8655.0, 8669.0, 8619.0, 8663.0, 8601.0, 8628.0, 8570.0, 8610.0, 8555.0, 8614.0, 8568.0, 8589.0, 8615.0, 8591.0, 8614.0, 8591.0, 8634.0, 8609.0, 8634.0, 8617.0, 8660.0, 8641.0, 8640.0, 8628.0, 8641.0, 8644.0, 8656.0, 8647.0, 8673.0, 8665.0, 8705.0, 8665.0, 8707.0, 8663.0, 8688.0, 8649.0, 8711.0, 8657.0, 8717.0, 8658.0, 8712.0, 8675.0, 8712.0, 8664.0, 8734.0, 8682.0, 8749.0, 8674.0, 8729.0, 8680.0, 8749.0, 8686.0, 8748.0, 8656.0, 8724.0, 8664.0, 8713.0, 8682.0, 8713.0, 8652.0, 8694.0, 8649.0, 8694.0, 8671.0, 8716.0, 8697.0, 8681.0, 8652.0, 8681.0, 8674.0, 8679.0, 8707.0, 8678.0, 8690.0, 8662.0, 8688.0, 8663.0, 8692.0, 8665.0, 8712.0, 8666.0, 8704.0, 8649.0, 8708.0, 8665.0, 8690.0, 8646.0, 8691.0, 8664.0, 8675.0, 8648.0, 8692.0, 8653.0, 8693.0, 8650.0, 8693.0, 8663.0, 8691.0, 8652.0, 8676.0, 8670.0, 8663.0, 8648.0, 8672.0, 8645.0, 8675.0, 8650.0, 8691.0, 8672.0, 8684.0, 8648.0, 8675.0, 8650.0, 8681.0, 8651.0, 8661.0, 8649.0, 8679.0, 8668.0, 8685.0, 8686.0, 8651.0, 8682.0, 8642.0, 8699.0, 8663.0, 8736.0, 8661.0, 8710.0, 8659.0, 8751.0, 8680.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.0007059050445103858</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020735945202769532</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.722790168623774</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.206094343722773</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0072354268019799</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4841</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4843.5635</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09219573088249892</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.3521266073194855</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4528991281834114</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4632240321812535</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.54307339391386</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3523999584551216</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0135748</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006998736876994371</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023527614772319794</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1011</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.107675799545469</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>22.4067</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5967</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.0989</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298300.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>752.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.7698</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9461</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.7858</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3095.7433</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3245.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78244.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1214.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4043.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>789.9794</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.65605542296544</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> |