=== 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-0102 --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-0102",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
118 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
118 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-0102_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-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102/ses-01/func/sub-0102_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>c28ca36afcaa79032a34b794db246deb</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>17:03:0.002500</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.995179, 0.0156896, -0.0968125, -0.0170234, 0.999771, -0.0129662]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.10704</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>[4211, -7806, -7284, 214, -89, -83, -62, 105]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.66</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0c967027-8739-4d40-91d7-fd034081967e||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.669992446899414, -0.04567256197333336, -0.26078474521636963, 119.35115814208984], [-0.0420941561460495, 2.682312488555908, -0.03928980976343155, -96.31464385986328], [-0.2597409784793854, 0.03478739783167839, 2.687089204788208, -68.3446044921875], [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': ['170300.002500', '170300.462500', '170300.922500', '170301.382500', '170301.842500', '170302.302500', '170302.762500', '170303.222500', '170303.682500', '170304.142500', '170304.602500', '170305.062500', '170305.522500', '170305.982500', '170306.442500', '170306.902500', '170307.362500', '170307.822500', '170308.282500', '170308.742500', '170309.202500', '170309.662500', '170310.122500', '170310.582500', '170311.042500', '170311.502500', '170311.962500', '170312.422500', '170312.882500', '170313.342500', '170313.802500', '170314.262500', '170314.722500', '170315.182500', '170315.642500', '170316.102500', '170316.562500', '170317.022500', '170317.482500', '170317.942500', '170318.402500', '170318.862500', '170319.322500', '170319.782500', '170320.242500', '170320.702500', '170321.162500', '170321.622500', '170322.082500', '170322.542500', '170323.002500', '170323.462500', '170323.922500', '170324.382500', '170324.842500', '170325.302500', '170325.762500', '170326.222500', '170326.682500', '170327.142500', '170327.602500', '170328.062500', '170328.522500', '170328.982500', '170329.442500', '170329.902500', '170330.362500', '170330.822500', '170331.282500', '170331.742500', '170332.202500', '170332.662500', '170333.122500', '170333.582500', '170334.042500', '170334.502500', '170334.962500', '170335.422500', '170335.882500', '170336.342500', '170336.802500', '170337.262500', '170337.722500', '170338.182500', '170338.642500', '170339.102500', '170339.562500', '170340.022500', '170340.482500', '170340.942500', '170341.402500', '170341.862500', '170342.322500', '170342.782500', '170343.242500', '170343.702500', '170344.162500', '170344.622500', '170345.082500', '170345.542500', '170346.002500', '170346.462500', '170346.922500', '170347.382500', '170347.842500', '170348.302500', '170348.762500', '170349.222500', '170349.682500', '170350.142500', '170350.602500', '170351.062500', '170351.522500', '170351.982500', '170352.442500', '170352.902500', '170353.362500', '170353.822500', '170354.282500', '170354.742500', '170355.202500', '170355.662500', '170356.122500', '170356.582500', '170357.042500', '170357.502500', '170357.962500', '170358.422500', '170358.882500', '170359.342500', '170359.802500', '170400.262500', '170400.722500', '170401.182500', '170401.642500', '170402.102500', '170402.562500', '170403.022500', '170403.482500', '170403.942500', '170404.402500', '170404.862500', '170405.322500', '170405.782500', '170406.242500', '170406.702500', '170407.162500', '170407.622500', '170408.082500', '170408.542500', '170409.002500', '170409.462500', '170409.922500', '170410.382500', '170410.842500', '170411.302500', '170411.762500', '170412.222500', '170412.682500', '170413.142500', '170413.602500', '170414.062500', '170414.522500', '170414.982500', '170415.442500', '170415.902500', '170416.362500', '170416.822500', '170417.282500', '170417.742500', '170418.202500', '170418.662500', '170419.122500', '170419.582500', '170420.042500', '170420.502500', '170420.962500', '170421.422500', '170421.882500', '170422.342500', '170422.802500', '170423.262500', '170423.722500', '170424.182500', '170424.642500', '170425.102500', '170425.562500', '170426.022500', '170426.482500', '170426.942500', '170427.402500', '170427.862500', '170428.322500', '170428.782500', '170429.242500', '170429.702500', '170430.162500', '170430.622500', '170431.082500', '170431.542500', '170432.002500', '170432.462500', '170432.922500', '170433.382500', '170433.842500', '170434.302500', '170434.762500', '170435.222500', '170435.682500', '170436.142500', '170436.602500', '170437.062500', '170437.522500', '170437.982500', '170438.442500', '170438.902500', '170439.362500', '170439.822500', '170440.282500', '170440.742500', '170441.202500', '170441.662500', '170442.122500', '170442.582500', '170443.042500', '170443.502500', '170443.962500', '170444.422500', '170444.882500', '170445.342500', '170445.802500', '170446.262500', '170446.722500', '170447.182500', '170447.642500', '170448.102500', '170448.562500', '170449.022500', '170449.482500', '170449.942500', '170450.402500', '170450.862500', '170451.322500', '170451.782500', '170452.242500', '170452.702500', '170453.162500', '170453.622500', '170454.082500', '170454.542500', '170455.002500', '170455.462500', '170455.922500', '170456.382500', '170456.842500', '170457.302500', '170457.762500', '170458.222500', '170458.682500', '170459.142500', '170459.602500', '170500.062500', '170500.522500', '170500.982500', '170501.442500', '170501.902500', '170502.362500', '170502.822500', '170503.282500', '170503.742500', '170504.202500', '170504.662500', '170505.122500', '170505.582500', '170506.042500', '170506.502500', '170506.962500', '170507.422500', '170507.882500', '170508.342500', '170508.802500', '170509.262500', '170509.722500', '170510.182500', '170510.642500', '170511.102500', '170511.562500', '170512.022500', '170512.482500', '170512.942500', '170513.402500', '170513.862500', '170514.322500', '170514.782500', '170515.242500', '170515.702500', '170516.162500', '170516.622500', '170517.082500', '170517.542500', '170518.002500', '170518.462500', '170518.922500', '170519.382500', '170519.842500', '170520.302500', '170520.762500', '170521.222500', '170521.682500', '170522.142500', '170522.602500', '170523.062500', '170523.522500', '170523.982500', '170524.442500', '170524.902500', '170525.362500', '170525.822500', '170526.282500', '170526.742500', '170527.202500', '170527.662500', '170528.122500', '170528.582500', '170529.042500', '170529.502500', '170529.962500', '170530.422500', '170530.882500', '170531.342500', '170531.802500', '170532.262500', '170532.722500', '170533.182500', '170533.642500', '170534.102500', '170534.562500', '170535.022500', '170535.482500', '170535.942500', '170536.402500', '170536.862500', '170537.322500', '170537.782500', '170538.242500', '170538.702500', '170539.162500', '170539.622500', '170540.082500', '170540.542500', '170541.002500', '170541.462500', '170541.922500', '170542.382500', '170542.842500', '170543.302500', '170543.762500', '170544.222500', '170544.682500', '170545.142500', '170545.602500', '170546.062500', '170546.522500', '170546.982500', '170547.442500', '170547.902500', '170548.362500', '170548.822500', '170549.282500', '170549.742500', '170550.202500', '170550.662500', '170551.122500', '170551.582500', '170552.042500', '170552.502500', '170552.962500', '170553.422500', '170553.882500', '170554.342500', '170554.802500', '170555.262500', '170555.722500', '170556.182500', '170556.642500', '170557.102500', '170557.562500', '170558.022500', '170558.482500', '170558.942500', '170559.402500', '170559.862500', '170600.322500', '170600.782500', '170601.242500', '170601.702500', '170602.162500', '170602.622500', '170603.082500', '170603.542500', '170604.002500', '170604.462500', '170604.922500', '170605.382500', '170605.842500', '170606.302500', '170606.762500', '170607.222500', '170607.682500', '170608.142500', '170608.602500', '170609.062500', '170609.522500', '170609.982500', '170610.442500', '170610.902500', '170611.362500', '170611.822500', '170612.282500', '170612.742500', '170613.202500', '170613.662500', '170614.122500', '170614.582500', '170615.042500', '170615.502500', '170615.962500', '170616.422500', '170616.882500', '170617.342500', '170617.802500', '170618.262500', '170618.722500', '170619.182500', '170619.642500', '170620.102500', '170620.562500', '170621.022500', '170621.482500', '170621.942500', '170622.402500', '170622.862500', '170623.322500', '170623.782500', '170624.242500', '170624.702500', '170625.162500', '170625.622500', '170626.082500', '170626.542500', '170627.002500', '170627.462500', '170627.922500', '170628.382500', '170628.842500', '170629.302500', '170629.762500', '170630.222500', '170630.682500', '170631.142500', '170631.602500', '170632.062500', '170632.522500', '170632.982500', '170633.442500', '170633.902500', '170634.362500', '170634.822500', '170635.282500', '170635.742500', '170636.202500', '170636.662500', '170637.122500', '170637.582500', '170638.042500', '170638.502500', '170638.962500', '170639.422500', '170639.882500', '170640.342500', '170640.802500', '170641.262500', '170641.722500', '170642.182500', '170642.642500', '170643.102500', '170643.562500', '170644.022500', '170644.482500', '170644.942500', '170645.402500', '170645.862500', '170646.322500', '170646.782500', '170647.242500', '170647.702500', '170648.162500', '170648.622500', '170649.082500', '170649.542500', '170650.002500', '170650.462500', '170650.922500', '170651.382500', '170651.842500', '170652.302500', '170652.762500', '170653.222500', '170653.682500', '170654.142500', '170654.602500', '170655.062500', '170655.522500', '170655.982500', '170656.442500', '170656.902500', '170657.362500', '170657.822500', '170658.282500', '170658.742500', '170659.202500', '170659.662500', '170700.122500', '170700.582500', '170701.042500', '170701.502500', '170701.962500', '170702.422500', '170702.882500', '170703.342500', '170703.802500', '170704.262500', '170704.722500', '170705.182500', '170705.642500', '170706.102500', '170706.562500', '170707.022500', '170707.482500', '170707.942500', '170708.402500', '170708.862500', '170709.322500', '170709.782500', '170710.242500', '170710.702500', '170711.162500', '170711.622500', '170712.082500', '170712.542500', '170713.002500', '170713.462500', '170713.922500', '170714.382500', '170714.842500', '170715.302500', '170715.762500', '170716.222500', '170716.682500', '170717.142500', '170717.602500', '170718.062500', '170718.522500', '170718.982500', '170719.442500', '170719.902500', '170720.362500', '170720.822500', '170721.282500', '170721.742500', '170722.202500', '170722.662500', '170723.122500', '170723.582500', '170724.042500', '170724.502500', '170724.962500', '170725.422500', '170725.882500', '170726.342500', '170726.802500', '170727.262500', '170727.722500', '170728.182500', '170728.642500', '170729.102500', '170729.562500', '170730.022500', '170730.482500', '170730.942500', '170731.402500', '170731.862500', '170732.322500', '170732.782500', '170733.242500', '170733.702500', '170734.162500', '170734.622500', '170735.082500', '170735.542500', '170736.002500', '170736.462500', '170736.922500', '170737.382500', '170737.842500', '170738.302500', '170738.762500', '170739.222500', '170739.682500', '170740.142500', '170740.602500', '170741.062500', '170741.522500', '170741.982500', '170742.442500', '170742.902500', '170743.362500', '170743.822500', '170744.282500', '170744.742500', '170745.202500', '170745.662500', '170746.122500', '170746.582500', '170747.042500', '170747.502500', '170747.962500', '170748.422500', '170748.882500', '170749.342500', '170749.802500', '170750.262500', '170750.722500', '170751.182500', '170751.642500', '170752.102500', '170752.562500', '170753.022500', '170753.482500', '170753.942500', '170754.402500', '170754.862500', '170755.322500', '170755.782500', '170756.242500', '170756.702500', '170757.162500', '170757.622500', '170758.082500', '170758.542500', '170759.002500', '170759.462500', '170759.922500', '170800.382500', '170800.842500', '170801.302500', '170801.762500', '170802.222500', '170802.682500', '170803.142500', '170803.602500', '170804.062500', '170804.522500', '170804.982500', '170805.442500', '170805.902500', '170806.362500', '170806.822500', '170807.282500', '170807.742500', '170808.202500', '170808.662500', '170809.122500', '170809.582500', '170810.042500', '170810.502500', '170810.962500', '170811.422500', '170811.882500', '170812.342500', '170812.802500', '170813.262500', '170813.722500', '170814.182500', '170814.642500', '170815.102500', '170815.562500', '170816.022500', '170816.482500', '170816.942500', '170817.402500', '170817.862500', '170818.322500', '170818.782500', '170819.242500', '170819.702500', '170820.162500', '170820.622500', '170821.082500', '170821.542500', '170822.002500', '170822.462500', '170822.922500', '170823.382500', '170823.842500', '170824.302500', '170824.762500', '170825.222500', '170825.682500', '170826.142500', '170826.602500', '170827.062500', '170827.522500', '170827.982500', '170828.442500', '170828.902500', '170829.362500', '170829.822500', '170830.282500', '170830.742500', '170831.202500', '170831.662500', '170832.122500', '170832.582500', '170833.042500', '170833.502500', '170833.962500', '170834.422500', '170834.882500', '170835.342500', '170835.802500', '170836.262500', '170836.722500', '170837.182500', '170837.642500', '170838.102500', '170838.562500', '170839.022500', '170839.482500', '170839.942500', '170840.402500', '170840.862500', '170841.322500', '170841.782500', '170842.242500', '170842.702500', '170843.162500', '170843.622500', '170844.082500', '170844.542500', '170845.002500', '170845.462500', '170845.922500', '170846.382500', '170846.842500', '170847.302500', '170847.762500', '170848.222500', '170848.682500', '170849.142500', '170849.602500', '170850.062500', '170850.522500', '170850.982500', '170851.442500', '170851.902500', '170852.362500', '170852.822500', '170853.282500', '170853.742500', '170854.202500', '170854.662500', '170855.122500', '170855.582500', '170856.042500', '170856.502500', '170856.962500', '170857.422500', '170857.882500', '170858.342500', '170858.802500', '170859.262500', '170859.722500', '170900.182500', '170900.642500', '170901.102500', '170901.562500', '170902.022500', '170902.482500', '170902.942500', '170903.402500', '170903.862500', '170904.322500', '170904.782500', '170905.242500', '170905.702500', '170906.162500', '170906.622500', '170907.082500', '170907.542500', '170908.002500', '170908.462500', '170908.922500', '170909.382500', '170909.842500', '170910.302500', '170910.762500', '170911.222500', '170911.682500', '170912.142500', '170912.602500', '170913.062500', '170913.522500', '170913.982500', '170914.442500', '170914.902500', '170915.362500', '170915.822500', '170916.282500', '170916.742500', '170917.202500', '170917.662500', '170918.122500', '170918.582500', '170919.042500', '170919.502500', '170919.962500', '170920.422500', '170920.882500', '170921.342500', '170921.802500', '170922.262500', '170922.722500', '170923.182500', '170923.642500', '170924.102500', '170924.562500', '170925.022500', '170925.482500', '170925.942500', '170926.402500', '170926.862500', '170927.322500', '170927.782500', '170928.242500', '170928.702500', '170929.162500', '170929.622500', '170930.082500', '170930.542500', '170931.002500', '170931.462500', '170931.922500', '170932.382500', '170932.842500', '170933.302500', '170933.762500', '170934.222500', '170934.682500', '170935.142500', '170935.602500', '170936.062500', '170936.522500', '170936.982500', '170937.442500', '170937.902500', '170938.362500', '170938.822500', '170939.282500', '170939.742500', '170940.202500', '170940.662500', '170941.122500', '170941.582500', '170942.042500', '170942.502500', '170942.962500', '170943.422500', '170943.882500', '170944.342500', '170944.802500', '170945.262500', '170945.722500', '170946.182500', '170946.642500', '170947.102500', '170947.562500', '170948.022500', '170948.482500', '170948.942500', '170949.402500', '170949.862500', '170950.322500', '170950.782500', '170951.242500', '170951.702500', '170952.162500', '170952.622500', '170953.082500', '170953.542500', '170954.002500', '170954.462500', '170954.922500', '170955.382500', '170955.842500', '170956.302500', '170956.762500', '170957.222500', '170957.682500', '170958.142500', '170958.602500', '170959.062500', '170959.522500', '170959.982500', '171000.442500', '171000.902500', '171001.362500', '171001.822500', '171002.282500', '171002.742500', '171003.202500', '171003.662500', '171004.122500', '171004.582500', '171005.042500', '171005.502500', '171005.962500', '171006.422500', '171006.882500', '171007.342500', '171007.802500', '171008.262500', '171008.722500', '171009.182500', '171009.642500', '171010.102500', '171010.562500', '171011.022500', '171011.482500', '171011.942500', '171012.402500', '171012.862500', '171013.322500', '171013.782500', '171014.242500', '171014.702500', '171015.162500', '171015.622500', '171016.082500', '171016.542500', '171017.002500', '171017.462500', '171017.922500', '171018.382500', '171018.842500', '171019.302500', '171019.762500', '171020.222500', '171020.682500', '171021.142500', '171021.602500', '171022.062500', '171022.522500', '171022.982500', '171023.442500', '171023.902500', '171024.362500', '171024.822500', '171025.282500', '171025.742500', '171026.202500', '171026.662500', '171027.122500', '171027.582500', '171028.042500', '171028.502500', '171028.962500', '171029.422500', '171029.882500', '171030.342500', '171030.802500', '171031.262500', '171031.722500', '171032.182500', '171032.642500', '171033.102500', '171033.562500', '171034.022500', '171034.482500', '171034.942500', '171035.402500', '171035.862500', '171036.322500', '171036.782500', '171037.242500', '171037.702500', '171038.162500', '171038.622500', '171039.082500', '171039.542500', '171040.002500', '171040.462500', '171040.922500', '171041.382500', '171041.842500', '171042.302500', '171042.762500', '171043.222500', '171043.682500', '171044.142500', '171044.602500', '171045.062500', '171045.522500', '171045.982500', '171046.442500', '171046.902500'], 'ContentTime': ['170317.516000', '170317.519000', '170317.522000', '170317.525000', '170317.527000', '170317.530000', '170317.538000', '170317.541000', '170317.543000', '170317.546000', '170317.548000', '170317.551000', '170317.554000', '170317.585000', '170317.587000', '170317.590000', '170317.593000', '170317.595000', '170317.598000', '170317.601000', '170317.603000', '170317.606000', '170317.609000', '170317.617000', '170317.620000', '170317.622000', '170317.625000', '170317.628000', '170317.630000', '170317.633000', '170317.635000', '170317.638000', '170317.640000', '170317.643000', '170337.482000', '170337.485000', '170337.488000', '170337.490000', '170337.493000', '170337.496000', '170337.498000', '170337.501000', '170337.503000', '170337.506000', '170337.508000', '170337.511000', '170337.514000', '170337.516000', '170337.519000', '170337.521000', '170337.524000', '170337.529000', '170337.531000', '170337.534000', '170337.536000', '170337.539000', '170337.542000', '170337.544000', '170337.547000', '170337.550000', '170337.552000', '170337.555000', '170337.558000', '170337.560000', '170337.563000', '170337.565000', '170337.568000', '170337.571000', '170337.573000', '170337.576000', '170337.579000', '170337.581000', '170337.584000', '170337.586000', '170337.589000', '170337.591000', '170337.594000', '170337.596000', '170357.482000', '170357.485000', '170357.488000', '170357.491000', '170357.493000', '170357.496000', '170357.499000', '170357.502000', '170357.519000', '170357.522000', '170357.525000', '170357.527000', '170357.530000', '170357.533000', '170357.535000', '170357.538000', '170357.540000', '170357.543000', '170357.546000', '170357.549000', '170357.552000', '170357.554000', '170357.557000', '170357.559000', '170357.562000', '170357.565000', '170357.567000', '170357.570000', '170357.575000', '170357.577000', '170357.580000', '170357.582000', '170357.585000', '170357.588000', '170357.590000', '170357.593000', '170357.596000', '170357.598000', '170357.601000', '170357.604000', '170357.606000', '170357.609000', '170357.611000', '170417.481000', '170417.484000', '170417.487000', '170417.490000', '170417.492000', '170417.495000', '170417.498000', '170417.500000', '170417.503000', '170417.506000', '170417.508000', '170417.511000', '170417.514000', '170417.517000', '170417.519000', '170417.522000', '170417.525000', '170417.527000', '170417.530000', '170417.533000', '170417.536000', '170417.538000', '170417.541000', '170417.544000', '170417.546000', '170417.549000', '170417.551000', '170417.554000', '170417.557000', '170417.559000', '170417.562000', '170417.564000', '170417.567000', '170417.570000', '170417.572000', '170417.575000', '170417.577000', '170417.580000', '170417.583000', '170417.585000', '170417.588000', '170417.590000', '170417.593000', '170417.596000', '170437.482000', '170437.484000', '170437.487000', '170437.490000', '170437.492000', '170437.495000', '170437.498000', '170437.500000', '170437.503000', '170437.505000', '170437.508000', '170437.511000', '170437.513000', '170437.516000', '170437.518000', '170437.521000', '170437.524000', '170437.526000', '170437.529000', '170437.531000', '170437.534000', '170437.537000', '170437.539000', '170437.542000', '170437.544000', '170437.547000', '170437.549000', '170437.556000', '170437.559000', '170437.562000', '170437.564000', '170437.567000', '170437.570000', '170437.572000', '170437.575000', '170437.578000', '170437.580000', '170437.583000', '170437.585000', '170437.588000', '170437.591000', '170437.593000', '170437.596000', '170457.481000', '170457.484000', '170457.487000', '170457.490000', '170457.492000', '170457.495000', '170457.497000', '170457.500000', '170457.503000', '170457.505000', '170457.508000', '170457.511000', '170457.513000', '170457.516000', '170457.519000', '170457.521000', '170457.524000', '170457.527000', '170457.559000', '170457.562000', '170457.564000', '170457.567000', '170457.570000', '170457.572000', '170457.575000', '170457.578000', '170457.581000', '170457.583000', '170457.586000', '170457.588000', '170457.591000', '170457.594000', '170457.596000', '170457.599000', '170457.602000', '170457.604000', '170457.607000', '170457.610000', '170457.612000', '170457.615000', '170457.618000', '170457.620000', '170457.623000', '170457.626000', '170517.481000', '170517.484000', '170517.487000', '170517.490000', '170517.492000', '170517.495000', '170517.498000', '170517.500000', '170517.503000', '170517.506000', '170517.508000', '170517.511000', '170517.514000', '170517.517000', '170517.519000', '170517.522000', '170517.525000', '170517.527000', '170517.530000', '170517.533000', '170517.535000', '170517.538000', '170517.541000', '170517.543000', '170517.546000', '170517.549000', '170517.551000', '170517.554000', '170517.557000', '170517.559000', '170517.562000', '170517.565000', '170517.567000', '170517.570000', '170517.573000', '170517.575000', '170517.578000', '170517.581000', '170517.583000', '170517.587000', '170517.590000', '170517.593000', '170517.596000', '170537.482000', '170537.485000', '170537.488000', '170537.491000', '170537.493000', '170537.496000', '170537.499000', '170537.502000', '170537.504000', '170537.507000', '170537.510000', '170537.512000', '170537.515000', '170537.518000', '170537.520000', '170537.523000', '170537.526000', '170537.528000', '170537.531000', '170537.533000', '170537.536000', '170537.539000', '170537.541000', '170537.544000', '170537.546000', '170537.549000', '170537.551000', '170537.554000', '170537.558000', '170537.560000', '170537.563000', '170537.566000', '170537.568000', '170537.571000', '170537.573000', '170537.576000', '170537.579000', '170537.581000', '170537.584000', '170537.586000', '170537.589000', '170537.592000', '170537.594000', '170537.597000', '170557.483000', '170557.486000', '170557.488000', '170557.491000', '170557.494000', '170557.496000', '170557.499000', '170557.502000', '170557.504000', '170557.507000', '170557.509000', '170557.512000', '170557.515000', '170557.518000', '170557.520000', '170557.523000', '170557.526000', '170557.528000', '170557.531000', '170557.534000', '170557.537000', '170557.539000', '170557.542000', '170557.545000', '170557.547000', '170557.550000', '170557.553000', '170557.556000', '170557.558000', '170557.561000', '170557.565000', '170557.568000', '170557.570000', '170557.573000', '170557.575000', '170557.578000', '170557.581000', '170557.583000', '170557.586000', '170557.588000', '170557.591000', '170557.594000', '170557.596000', '170617.483000', '170617.486000', '170617.488000', '170617.491000', '170617.494000', '170617.497000', '170617.499000', '170617.502000', '170617.505000', '170617.508000', '170617.510000', '170617.513000', '170617.516000', '170617.519000', '170617.521000', '170617.524000', '170617.527000', '170617.529000', '170617.532000', '170617.534000', '170617.537000', '170617.540000', '170617.542000', '170617.545000', '170617.548000', '170617.550000', '170617.553000', '170617.556000', '170617.558000', '170617.561000', '170617.564000', '170617.566000', '170617.569000', '170617.572000', '170617.574000', '170617.577000', '170617.579000', '170617.582000', '170617.585000', '170617.587000', '170617.590000', '170617.592000', '170617.595000', '170617.630000', '170637.482000', '170637.485000', '170637.488000', '170637.490000', '170637.493000', '170637.495000', '170637.498000', '170637.501000', '170637.503000', '170637.506000', '170637.509000', '170637.511000', '170637.514000', '170637.517000', '170637.520000', '170637.522000', '170637.525000', '170637.527000', '170637.530000', '170637.533000', '170637.535000', '170637.538000', '170637.541000', '170637.543000', '170637.546000', '170637.548000', '170637.551000', '170637.554000', '170637.556000', '170637.559000', '170637.562000', '170637.564000', '170637.567000', '170637.570000', '170637.572000', '170637.575000', '170637.578000', '170637.580000', '170637.583000', '170637.586000', '170637.588000', '170637.591000', '170637.594000', '170657.482000', '170657.485000', '170657.487000', '170657.490000', '170657.493000', '170657.495000', '170657.498000', '170657.501000', '170657.504000', '170657.506000', '170657.509000', '170657.512000', '170657.514000', '170657.517000', '170657.520000', '170657.523000', '170657.525000', '170657.528000', '170657.530000', '170657.533000', '170657.536000', '170657.538000', '170657.541000', '170657.544000', '170657.547000', '170657.549000', '170657.552000', '170657.555000', '170657.557000', '170657.560000', '170657.563000', '170657.565000', '170657.576000', '170657.579000', '170657.581000', '170657.584000', '170657.587000', '170657.589000', '170657.592000', '170657.595000', '170657.598000', '170657.600000', '170657.603000', '170657.606000', '170717.482000', '170717.485000', '170717.487000', '170717.490000', '170717.493000', '170717.495000', '170717.498000', '170717.501000', '170717.503000', '170717.506000', '170717.509000', '170717.512000', '170717.514000', '170717.517000', '170717.520000', '170717.522000', '170717.525000', '170717.528000', '170717.531000', '170717.533000', '170717.536000', '170717.539000', '170717.542000', '170717.545000', '170717.548000', '170717.551000', '170717.554000', '170717.556000', '170717.559000', '170717.562000', '170717.564000', '170717.567000', '170717.570000', '170717.572000', '170717.575000', '170717.578000', '170717.581000', '170717.583000', '170717.586000', '170717.589000', '170717.591000', '170717.594000', '170717.597000', '170737.482000', '170737.485000', '170737.487000', '170737.490000', '170737.493000', '170737.495000', '170737.498000', '170737.500000', '170737.503000', '170737.505000', '170737.508000', '170737.511000', '170737.513000', '170737.516000', '170737.519000', '170737.521000', '170737.524000', '170737.527000', '170737.529000', '170737.532000', '170737.535000', '170737.537000', '170737.540000', '170737.542000', '170737.545000', '170737.548000', '170737.550000', '170737.553000', '170737.555000', '170737.558000', '170737.561000', '170737.563000', '170737.566000', '170737.568000', '170737.571000', '170737.573000', '170737.576000', '170737.579000', '170737.582000', '170737.585000', '170737.587000', '170737.590000', '170737.593000', '170737.595000', '170757.483000', '170757.485000', '170757.488000', '170757.491000', '170757.494000', '170757.496000', '170757.499000', '170757.502000', '170757.504000', '170757.507000', '170757.510000', '170757.512000', '170757.515000', '170757.518000', '170757.520000', '170757.523000', '170757.526000', '170757.528000', '170757.531000', '170757.534000', '170757.536000', '170757.539000', '170757.542000', '170757.559000', '170757.562000', '170757.564000', '170757.567000', '170757.569000', '170757.572000', '170757.575000', '170757.577000', '170757.580000', '170757.583000', '170757.585000', '170757.588000', '170757.591000', '170757.593000', '170757.596000', '170757.599000', '170757.601000', '170757.604000', '170757.607000', '170757.609000', '170817.482000', '170817.485000', '170817.488000', '170817.491000', '170817.493000', '170817.496000', '170817.499000', '170817.501000', '170817.504000', '170817.507000', '170817.510000', '170817.512000', '170817.515000', '170817.518000', '170817.520000', '170817.523000', '170817.526000', '170817.528000', '170817.531000', '170817.534000', '170817.536000', '170817.539000', '170817.542000', '170817.544000', '170817.547000', '170817.550000', '170817.552000', '170817.555000', '170817.558000', '170817.560000', '170817.563000', '170817.566000', '170817.568000', '170817.571000', '170817.574000', '170817.576000', '170817.579000', '170817.582000', '170817.584000', '170817.587000', '170817.590000', '170817.592000', '170817.595000', '170817.598000', '170837.482000', '170837.485000', '170837.488000', '170837.491000', '170837.494000', '170837.496000', '170837.501000', '170837.504000', '170837.506000', '170837.509000', '170837.512000', '170837.514000', '170837.517000', '170837.519000', '170837.522000', '170837.525000', '170837.528000', '170837.530000', '170837.533000', '170837.536000', '170837.538000', '170837.541000', '170837.544000', '170837.546000', '170837.549000', '170837.552000', '170837.554000', '170837.557000', '170837.560000', '170837.562000', '170837.565000', '170837.568000', '170837.570000', '170837.573000', '170837.575000', '170837.578000', '170837.581000', '170837.584000', '170837.586000', '170837.589000', '170837.591000', '170837.594000', '170837.597000', '170857.482000', '170857.485000', '170857.487000', '170857.490000', '170857.493000', '170857.495000', '170857.498000', '170857.501000', '170857.503000', '170857.506000', '170857.508000', '170857.511000', '170857.513000', '170857.516000', '170857.519000', '170857.522000', '170857.524000', '170857.527000', '170857.529000', '170857.532000', '170857.535000', '170857.537000', '170857.540000', '170857.543000', '170857.545000', '170857.548000', '170857.550000', '170857.553000', '170857.556000', '170857.558000', '170857.561000', '170857.563000', '170857.566000', '170857.568000', '170857.571000', '170857.574000', '170857.576000', '170857.579000', '170857.582000', '170857.584000', '170857.587000', '170857.589000', '170857.592000', '170917.482000', '170917.485000', '170917.487000', '170917.490000', '170917.493000', '170917.495000', '170917.498000', '170917.500000', '170917.503000', '170917.506000', '170917.508000', '170917.511000', '170917.513000', '170917.516000', '170917.519000', '170917.521000', '170917.524000', '170917.526000', '170917.529000', '170917.531000', '170917.534000', '170917.537000', '170917.539000', '170917.542000', '170917.544000', '170917.547000', '170917.549000', '170917.552000', '170917.555000', '170917.557000', '170917.560000', '170917.562000', '170917.565000', '170917.568000', '170917.570000', '170917.573000', '170917.576000', '170917.578000', '170917.581000', '170917.583000', '170917.586000', '170917.588000', '170917.591000', '170917.598000', '170937.481000', '170937.484000', '170937.487000', '170937.490000', '170937.492000', '170937.495000', '170937.498000', '170937.500000', '170937.503000', '170937.505000', '170937.508000', '170937.511000', '170937.513000', '170937.516000', '170937.518000', '170937.521000', '170937.524000', '170937.526000', '170937.529000', '170937.532000', '170937.535000', '170937.537000', '170937.540000', '170937.543000', '170937.545000', '170937.548000', '170937.550000', '170937.553000', '170937.556000', '170937.558000', '170937.561000', '170937.564000', '170937.566000', '170937.569000', '170937.572000', '170937.574000', '170937.577000', '170937.580000', '170937.582000', '170937.585000', '170937.588000', '170937.590000', '170937.593000', '170937.595000', '170957.481000', '170957.484000', '170957.487000', '170957.490000', '170957.492000', '170957.495000', '170957.498000', '170957.500000', '170957.503000', '170957.506000', '170957.508000', '170957.511000', '170957.513000', '170957.516000', '170957.519000', '170957.521000', '170957.524000', '170957.527000', '170957.529000', '170957.532000', '170957.535000', '170957.537000', '170957.540000', '170957.543000', '170957.545000', '170957.548000', '170957.551000', '170957.553000', '170957.556000', '170957.559000', '170957.561000', '170957.564000', '170957.566000', '170957.569000', '170957.572000', '170957.574000', '170957.577000', '170957.580000', '170957.582000', '170957.585000', '170957.587000', '170957.590000', '170957.593000', '171017.483000', '171017.486000', '171017.489000', '171017.492000', '171017.494000', '171017.497000', '171017.500000', '171017.502000', '171017.506000', '171017.509000', '171017.512000', '171017.514000', '171017.517000', '171017.519000', '171017.522000', '171017.525000', '171017.527000', '171017.530000', '171017.533000', '171017.536000', '171017.539000', '171017.541000', '171017.544000', '171017.547000', '171017.550000', '171017.552000', '171017.555000', '171017.558000', '171017.561000', '171017.563000', '171017.566000', '171017.569000', '171017.571000', '171017.574000', '171017.577000', '171017.579000', '171017.582000', '171017.585000', '171017.587000', '171017.590000', '171017.593000', '171017.595000', '171017.598000', '171037.483000', '171037.486000', '171037.488000', '171037.491000', '171037.494000', '171037.496000', '171037.499000', '171037.501000', '171037.504000', '171037.507000', '171037.509000', '171037.512000', '171037.514000', '171037.517000', '171037.520000', '171037.522000', '171037.525000', '171037.528000', '171037.530000', '171037.533000', '171037.535000', '171037.538000', '171037.541000', '171037.543000', '171037.546000', '171037.548000', '171037.551000', '171037.554000', '171037.556000', '171037.559000', '171037.561000', '171037.564000', '171037.567000', '171037.570000', '171037.572000', '171037.575000', '171037.577000', '171037.580000', '171037.583000', '171037.585000', '171037.588000', '171037.591000', '171037.593000', '171037.596000', '171048.722000', '171048.725000', '171048.742000', '171048.745000', '171048.748000', '171048.751000', '171048.754000', '171048.757000', '171048.760000', '171048.763000', '171048.765000', '171048.769000', '171048.771000', '171048.774000', '171048.777000', '171048.780000', '171048.782000', '171048.785000', '171048.788000', '171048.791000', '171048.794000', '171048.797000', '171048.800000', '171048.802000', '171048.805000'], 'InstanceCreationTime': ['170317.516000', '170317.519000', '170317.522000', '170317.525000', '170317.527000', '170317.530000', '170317.538000', '170317.541000', '170317.543000', '170317.546000', '170317.548000', '170317.551000', '170317.554000', '170317.585000', '170317.587000', '170317.590000', '170317.593000', '170317.595000', '170317.598000', '170317.601000', '170317.603000', '170317.606000', '170317.609000', '170317.617000', '170317.620000', '170317.622000', '170317.625000', '170317.628000', '170317.630000', '170317.633000', '170317.635000', '170317.638000', '170317.640000', '170317.643000', '170337.482000', '170337.485000', '170337.488000', '170337.490000', '170337.493000', '170337.496000', '170337.498000', '170337.501000', '170337.503000', '170337.506000', '170337.508000', '170337.511000', '170337.514000', '170337.516000', '170337.519000', '170337.521000', '170337.524000', '170337.529000', '170337.531000', '170337.534000', '170337.536000', '170337.539000', '170337.542000', '170337.544000', '170337.547000', '170337.550000', '170337.552000', '170337.555000', '170337.558000', '170337.560000', '170337.563000', '170337.565000', '170337.568000', '170337.571000', '170337.573000', '170337.576000', '170337.579000', '170337.581000', '170337.584000', '170337.586000', '170337.589000', '170337.591000', '170337.594000', '170337.596000', '170357.482000', '170357.485000', '170357.488000', '170357.491000', '170357.493000', '170357.496000', '170357.499000', '170357.502000', '170357.519000', '170357.522000', '170357.525000', '170357.527000', '170357.530000', '170357.533000', '170357.535000', '170357.538000', '170357.540000', '170357.543000', '170357.546000', '170357.549000', '170357.552000', '170357.554000', '170357.557000', '170357.559000', '170357.562000', '170357.565000', '170357.567000', '170357.570000', '170357.575000', '170357.577000', '170357.580000', '170357.582000', '170357.585000', '170357.588000', '170357.590000', '170357.593000', '170357.596000', '170357.598000', '170357.601000', '170357.604000', '170357.606000', '170357.609000', '170357.611000', '170417.481000', '170417.484000', '170417.487000', '170417.490000', '170417.492000', '170417.495000', '170417.498000', '170417.500000', '170417.503000', '170417.506000', '170417.508000', '170417.511000', '170417.514000', '170417.517000', '170417.519000', '170417.522000', '170417.525000', '170417.527000', '170417.530000', '170417.533000', '170417.536000', '170417.538000', '170417.541000', '170417.544000', '170417.546000', '170417.549000', '170417.551000', '170417.554000', '170417.557000', '170417.559000', '170417.562000', '170417.564000', '170417.567000', '170417.570000', '170417.572000', '170417.575000', '170417.577000', '170417.580000', '170417.583000', '170417.585000', '170417.588000', '170417.590000', '170417.593000', '170417.596000', '170437.482000', '170437.484000', '170437.487000', '170437.490000', '170437.492000', '170437.495000', '170437.498000', '170437.500000', '170437.503000', '170437.505000', '170437.508000', '170437.511000', '170437.513000', '170437.516000', '170437.518000', '170437.521000', '170437.524000', '170437.526000', '170437.529000', '170437.531000', '170437.534000', '170437.537000', '170437.539000', '170437.542000', '170437.544000', '170437.547000', '170437.549000', '170437.556000', '170437.559000', '170437.562000', '170437.564000', '170437.567000', '170437.570000', '170437.572000', '170437.575000', '170437.578000', '170437.580000', '170437.583000', '170437.585000', '170437.588000', '170437.591000', '170437.593000', '170437.596000', '170457.481000', '170457.484000', '170457.487000', '170457.490000', '170457.492000', '170457.495000', '170457.497000', '170457.500000', '170457.503000', '170457.505000', '170457.508000', '170457.511000', '170457.513000', '170457.516000', '170457.519000', '170457.521000', '170457.524000', '170457.527000', '170457.559000', '170457.562000', '170457.564000', '170457.567000', '170457.570000', '170457.572000', '170457.575000', '170457.578000', '170457.581000', '170457.583000', '170457.586000', '170457.588000', '170457.591000', '170457.594000', '170457.596000', '170457.599000', '170457.602000', '170457.604000', '170457.607000', '170457.610000', '170457.612000', '170457.615000', '170457.618000', '170457.620000', '170457.623000', '170457.626000', '170517.481000', '170517.484000', '170517.487000', '170517.490000', '170517.492000', '170517.495000', '170517.498000', '170517.500000', '170517.503000', '170517.506000', '170517.508000', '170517.511000', '170517.514000', '170517.517000', '170517.519000', '170517.522000', '170517.525000', '170517.527000', '170517.530000', '170517.533000', '170517.535000', '170517.538000', '170517.541000', '170517.543000', '170517.546000', '170517.549000', '170517.551000', '170517.554000', '170517.557000', '170517.559000', '170517.562000', '170517.565000', '170517.567000', '170517.570000', '170517.573000', '170517.575000', '170517.578000', '170517.581000', '170517.583000', '170517.587000', '170517.590000', '170517.593000', '170517.596000', '170537.482000', '170537.485000', '170537.488000', '170537.491000', '170537.493000', '170537.496000', '170537.499000', '170537.502000', '170537.504000', '170537.507000', '170537.510000', '170537.512000', '170537.515000', '170537.518000', '170537.520000', '170537.523000', '170537.526000', '170537.528000', '170537.531000', '170537.533000', '170537.536000', '170537.539000', '170537.541000', '170537.544000', '170537.546000', '170537.549000', '170537.551000', '170537.554000', '170537.558000', '170537.560000', '170537.563000', '170537.566000', '170537.568000', '170537.571000', '170537.573000', '170537.576000', '170537.579000', '170537.581000', '170537.584000', '170537.586000', '170537.589000', '170537.592000', '170537.594000', '170537.597000', '170557.483000', '170557.486000', '170557.488000', '170557.491000', '170557.494000', '170557.496000', '170557.499000', '170557.502000', '170557.504000', '170557.507000', '170557.509000', '170557.512000', '170557.515000', '170557.518000', '170557.520000', '170557.523000', '170557.526000', '170557.528000', '170557.531000', '170557.534000', '170557.537000', '170557.539000', '170557.542000', '170557.545000', '170557.547000', '170557.550000', '170557.553000', '170557.556000', '170557.558000', '170557.561000', '170557.565000', '170557.568000', '170557.570000', '170557.573000', '170557.575000', '170557.578000', '170557.581000', '170557.583000', '170557.586000', '170557.588000', '170557.591000', '170557.594000', '170557.596000', '170617.483000', '170617.486000', '170617.488000', '170617.491000', '170617.494000', '170617.497000', '170617.499000', '170617.502000', '170617.505000', '170617.508000', '170617.510000', '170617.513000', '170617.516000', '170617.519000', '170617.521000', '170617.524000', '170617.527000', '170617.529000', '170617.532000', '170617.534000', '170617.537000', '170617.540000', '170617.542000', '170617.545000', '170617.548000', '170617.550000', '170617.553000', '170617.556000', '170617.558000', '170617.561000', '170617.564000', '170617.566000', '170617.569000', '170617.572000', '170617.574000', '170617.577000', '170617.579000', '170617.582000', '170617.585000', '170617.587000', '170617.590000', '170617.592000', '170617.595000', '170617.630000', '170637.482000', '170637.485000', '170637.488000', '170637.490000', '170637.493000', '170637.495000', '170637.498000', '170637.501000', '170637.503000', '170637.506000', '170637.509000', '170637.511000', '170637.514000', '170637.517000', '170637.520000', '170637.522000', '170637.525000', '170637.527000', '170637.530000', '170637.533000', '170637.535000', '170637.538000', '170637.541000', '170637.543000', '170637.546000', '170637.548000', '170637.551000', '170637.554000', '170637.556000', '170637.559000', '170637.562000', '170637.564000', '170637.567000', '170637.570000', '170637.572000', '170637.575000', '170637.578000', '170637.580000', '170637.583000', '170637.586000', '170637.588000', '170637.591000', '170637.594000', '170657.482000', '170657.485000', '170657.487000', '170657.490000', '170657.493000', '170657.495000', '170657.498000', '170657.501000', '170657.504000', '170657.506000', '170657.509000', '170657.512000', '170657.514000', '170657.517000', '170657.520000', '170657.523000', '170657.525000', '170657.528000', '170657.530000', '170657.533000', '170657.536000', '170657.538000', '170657.541000', '170657.544000', '170657.547000', '170657.549000', '170657.552000', '170657.555000', '170657.557000', '170657.560000', '170657.563000', '170657.565000', '170657.576000', '170657.579000', '170657.581000', '170657.584000', '170657.587000', '170657.589000', '170657.592000', '170657.595000', '170657.598000', '170657.600000', '170657.603000', '170657.606000', '170717.482000', '170717.485000', '170717.487000', '170717.490000', '170717.493000', '170717.495000', '170717.498000', '170717.501000', '170717.503000', '170717.506000', '170717.509000', '170717.512000', '170717.514000', '170717.517000', '170717.520000', '170717.522000', '170717.525000', '170717.528000', '170717.531000', '170717.533000', '170717.536000', '170717.539000', '170717.542000', '170717.545000', '170717.548000', '170717.551000', '170717.554000', '170717.556000', '170717.559000', '170717.562000', '170717.564000', '170717.567000', '170717.570000', '170717.572000', '170717.575000', '170717.578000', '170717.581000', '170717.583000', '170717.586000', '170717.589000', '170717.591000', '170717.594000', '170717.597000', '170737.482000', '170737.485000', '170737.487000', '170737.490000', '170737.493000', '170737.495000', '170737.498000', '170737.500000', '170737.503000', '170737.505000', '170737.508000', '170737.511000', '170737.513000', '170737.516000', '170737.519000', '170737.521000', '170737.524000', '170737.527000', '170737.529000', '170737.532000', '170737.535000', '170737.537000', '170737.540000', '170737.542000', '170737.545000', '170737.548000', '170737.550000', '170737.553000', '170737.555000', '170737.558000', '170737.561000', '170737.563000', '170737.566000', '170737.568000', '170737.571000', '170737.573000', '170737.576000', '170737.579000', '170737.582000', '170737.585000', '170737.587000', '170737.590000', '170737.593000', '170737.595000', '170757.483000', '170757.485000', '170757.488000', '170757.491000', '170757.494000', '170757.496000', '170757.499000', '170757.502000', '170757.504000', '170757.507000', '170757.510000', '170757.512000', '170757.515000', '170757.518000', '170757.520000', '170757.523000', '170757.526000', '170757.528000', '170757.531000', '170757.534000', '170757.536000', '170757.539000', '170757.542000', '170757.559000', '170757.562000', '170757.564000', '170757.567000', '170757.569000', '170757.572000', '170757.575000', '170757.577000', '170757.580000', '170757.583000', '170757.585000', '170757.588000', '170757.591000', '170757.593000', '170757.596000', '170757.599000', '170757.601000', '170757.604000', '170757.607000', '170757.609000', '170817.482000', '170817.485000', '170817.488000', '170817.491000', '170817.493000', '170817.496000', '170817.499000', '170817.501000', '170817.504000', '170817.507000', '170817.510000', '170817.512000', '170817.515000', '170817.518000', '170817.520000', '170817.523000', '170817.526000', '170817.528000', '170817.531000', '170817.534000', '170817.536000', '170817.539000', '170817.542000', '170817.544000', '170817.547000', '170817.550000', '170817.552000', '170817.555000', '170817.558000', '170817.560000', '170817.563000', '170817.566000', '170817.568000', '170817.571000', '170817.574000', '170817.576000', '170817.579000', '170817.582000', '170817.584000', '170817.587000', '170817.590000', '170817.592000', '170817.595000', '170817.598000', '170837.482000', '170837.485000', '170837.488000', '170837.491000', '170837.494000', '170837.496000', '170837.501000', '170837.504000', '170837.506000', '170837.509000', '170837.512000', '170837.514000', '170837.517000', '170837.519000', '170837.522000', '170837.525000', '170837.528000', '170837.530000', '170837.533000', '170837.536000', '170837.538000', '170837.541000', '170837.544000', '170837.546000', '170837.549000', '170837.552000', '170837.554000', '170837.557000', '170837.560000', '170837.562000', '170837.565000', '170837.568000', '170837.570000', '170837.573000', '170837.575000', '170837.578000', '170837.581000', '170837.584000', '170837.586000', '170837.589000', '170837.591000', '170837.594000', '170837.597000', '170857.482000', '170857.485000', '170857.487000', '170857.490000', '170857.493000', '170857.495000', '170857.498000', '170857.501000', '170857.503000', '170857.506000', '170857.508000', '170857.511000', '170857.513000', '170857.516000', '170857.519000', '170857.522000', '170857.524000', '170857.527000', '170857.529000', '170857.532000', '170857.535000', '170857.537000', '170857.540000', '170857.543000', '170857.545000', '170857.548000', '170857.550000', '170857.553000', '170857.556000', '170857.558000', '170857.561000', '170857.563000', '170857.566000', '170857.568000', '170857.571000', '170857.574000', '170857.576000', '170857.579000', '170857.582000', '170857.584000', '170857.587000', '170857.589000', '170857.592000', '170917.482000', '170917.485000', '170917.487000', '170917.490000', '170917.493000', '170917.495000', '170917.498000', '170917.500000', '170917.503000', '170917.506000', '170917.508000', '170917.511000', '170917.513000', '170917.516000', '170917.519000', '170917.521000', '170917.524000', '170917.526000', '170917.529000', '170917.531000', '170917.534000', '170917.537000', '170917.539000', '170917.542000', '170917.544000', '170917.547000', '170917.549000', '170917.552000', '170917.555000', '170917.557000', '170917.560000', '170917.562000', '170917.565000', '170917.568000', '170917.570000', '170917.573000', '170917.576000', '170917.578000', '170917.581000', '170917.583000', '170917.586000', '170917.588000', '170917.591000', '170917.598000', '170937.481000', '170937.484000', '170937.487000', '170937.490000', '170937.492000', '170937.495000', '170937.498000', '170937.500000', '170937.503000', '170937.505000', '170937.508000', '170937.511000', '170937.513000', '170937.516000', '170937.518000', '170937.521000', '170937.524000', '170937.526000', '170937.529000', '170937.532000', '170937.535000', '170937.537000', '170937.540000', '170937.543000', '170937.545000', '170937.548000', '170937.550000', '170937.553000', '170937.556000', '170937.558000', '170937.561000', '170937.564000', '170937.566000', '170937.569000', '170937.572000', '170937.574000', '170937.577000', '170937.580000', '170937.582000', '170937.585000', '170937.588000', '170937.590000', '170937.593000', '170937.595000', '170957.481000', '170957.484000', '170957.487000', '170957.490000', '170957.492000', '170957.495000', '170957.498000', '170957.500000', '170957.503000', '170957.506000', '170957.508000', '170957.511000', '170957.513000', '170957.516000', '170957.519000', '170957.521000', '170957.524000', '170957.527000', '170957.529000', '170957.532000', '170957.535000', '170957.537000', '170957.540000', '170957.543000', '170957.545000', '170957.548000', '170957.551000', '170957.553000', '170957.556000', '170957.559000', '170957.561000', '170957.564000', '170957.566000', '170957.569000', '170957.572000', '170957.574000', '170957.577000', '170957.580000', '170957.582000', '170957.585000', '170957.587000', '170957.590000', '170957.593000', '171017.483000', '171017.486000', '171017.489000', '171017.492000', '171017.494000', '171017.497000', '171017.500000', '171017.502000', '171017.506000', '171017.509000', '171017.512000', '171017.514000', '171017.517000', '171017.519000', '171017.522000', '171017.525000', '171017.527000', '171017.530000', '171017.533000', '171017.536000', '171017.539000', '171017.541000', '171017.544000', '171017.547000', '171017.550000', '171017.552000', '171017.555000', '171017.558000', '171017.561000', '171017.563000', '171017.566000', '171017.569000', '171017.571000', '171017.574000', '171017.577000', '171017.579000', '171017.582000', '171017.585000', '171017.587000', '171017.590000', '171017.593000', '171017.595000', '171017.598000', '171037.483000', '171037.486000', '171037.488000', '171037.491000', '171037.494000', '171037.496000', '171037.499000', '171037.501000', '171037.504000', '171037.507000', '171037.509000', '171037.512000', '171037.514000', '171037.517000', '171037.520000', '171037.522000', '171037.525000', '171037.528000', '171037.530000', '171037.533000', '171037.535000', '171037.538000', '171037.541000', '171037.543000', '171037.546000', '171037.548000', '171037.551000', '171037.554000', '171037.556000', '171037.559000', '171037.561000', '171037.564000', '171037.567000', '171037.570000', '171037.572000', '171037.575000', '171037.577000', '171037.580000', '171037.583000', '171037.585000', '171037.588000', '171037.591000', '171037.593000', '171037.596000', '171048.722000', '171048.725000', '171048.742000', '171048.745000', '171048.748000', '171048.751000', '171048.754000', '171048.757000', '171048.760000', '171048.763000', '171048.765000', '171048.769000', '171048.771000', '171048.774000', '171048.777000', '171048.780000', '171048.782000', '171048.785000', '171048.788000', '171048.791000', '171048.794000', '171048.797000', '171048.800000', '171048.802000', '171048.805000'], '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': [14316, 10524, 9526, 12268, 11905, 14641, 12564, 10091, 12950, 9869, 14154, 9728, 11571, 11337, 10145, 13193, 10910, 12507, 10049, 10216, 12486, 10590, 13654, 10144, 11247, 11651, 9961, 13506, 11481, 14001, 10083, 10229, 11550, 10626, 13244, 10340, 9649, 10823, 9651, 11906, 10294, 9359, 10050, 9584, 11381, 10637, 13188, 10599, 9690, 11140, 10121, 12992, 11005, 10344, 11563, 9927, 12201, 10835, 13369, 11300, 9930, 11199, 9430, 11374, 9935, 11493, 10488, 9755, 11335, 9494, 11104, 9987, 10449, 11908, 10146, 12952, 11065, 14125, 11029, 9802, 12618, 10026, 12925, 10438, 14013, 10706, 10108, 12208, 9714, 11931, 9847, 10018, 12038, 10261, 13258, 11061, 13703, 10427, 10933, 13008, 9784, 13431, 11143, 13798, 9954, 13069, 11199, 9790, 11510, 10047, 12037, 9972, 11957, 11115, 9569, 10513, 9930, 12035, 10125, 10279, 12296, 10122, 12394, 9658, 9946, 12205, 11118, 13323, 10051, 9688, 11211, 9808, 12941, 11559, 13430, 10973, 10519, 11625, 10384, 13073, 11823, 13971, 11033, 10021, 11664, 10401, 13013, 10710, 11036, 11342, 9632, 11546, 9487, 12875, 11534, 12889, 11123, 12881, 10825, 9998, 10125, 9467, 11204, 10063, 12009, 10473, 11052, 9988, 9955, 11121, 10521, 11827, 9550, 11469, 9847, 9837, 10854, 9521, 11806, 10348, 12732, 10382, 9250, 9854, 9566, 11806, 11100, 13050, 10261, 9534, 11986, 11559, 12768, 10220, 9458, 10207, 9649, 12442, 11094, 13713, 12105, 14490, 11807, 9901, 13141, 9714, 8916, 9531, 9165, 11332, 11468, 13203, 10400, 10252, 11988, 11352, 14724, 11528, 11100, 11720, 11578, 16189, 11680, 9124, 10242, 9568, 9504, 10739, 11161, 10070, 11792, 14446, 11763, 11668, 10781, 9293, 13197, 11876, 13574, 13589, 10640, 13723, 10632, 8981, 10926, 9138, 9554, 12175, 11022, 10059, 11907, 9338, 9052, 10838, 9883, 13582, 10263, 11596, 14205, 11983, 13891, 10840, 9339, 11908, 11692, 14856, 11487, 10460, 15378, 13126, 9458, 13317, 9639, 9309, 9964, 9278, 13354, 10715, 11893, 11755, 9684, 13234, 10885, 10740, 11738, 11026, 14320, 11248, 9785, 14381, 11613, 9418, 13138, 9123, 9419, 13655, 10056, 10235, 13179, 10397, 9171, 11152, 9813, 11730, 12489, 10845, 10563, 9616, 9954, 12341, 9601, 9648, 14039, 11069, 9450, 13350, 9230, 9732, 12652, 11254, 12677, 11833, 10078, 12621, 10593, 8958, 12459, 9658, 8876, 13636, 10588, 8853, 12056, 9421, 8878, 11477, 11155, 12383, 9938, 9058, 11177, 10048, 13367, 10783, 8881, 11508, 9491, 13486, 9749, 10047, 12020, 9456, 10751, 9724, 9934, 12009, 10889, 11878, 10345, 9521, 11903, 10467, 12976, 11138, 9773, 12420, 10115, 12924, 11520, 14354, 11289, 9575, 11364, 9545, 12663, 11568, 13807, 10470, 10217, 10313, 9542, 11707, 10237, 12606, 10894, 13284, 9609, 11091, 9473, 10210, 10725, 9299, 11042, 9630, 12435, 10609, 9922, 10477, 9471, 11819, 9600, 12727, 11931, 13242, 10903, 11099, 10881, 9404, 12529, 12120, 12413, 9991, 9229, 10724, 9243, 12493, 11769, 13499, 10887, 14190, 11302, 11731, 12311, 9461, 12837, 9824, 12797, 11252, 12963, 11905, 11238, 10426, 9972, 11225, 10068, 12734, 11066, 12975, 11044, 14173, 10065, 10747, 11481, 9813, 12708, 10060, 13331, 11375, 9265, 9093, 9280, 12040, 9833, 9000, 10650, 9984, 12539, 10143, 7785, 10019, 10081, 10061, 12360, 10556, 13155, 10801, 7115, 10394, 9750, 10425, 11468, 9721, 12748, 10326, 8620, 11076, 11428, 15042, 11901, 8996, 13784, 10978, 8596, 11608, 10531, 11549, 13039, 11228, 9498, 11639, 10208, 12484, 11508, 13910, 12746, 9040, 12694, 12160, 11553, 11846, 10409, 13526, 11599, 10316, 11477, 8986, 12770, 11510, 8850, 13384, 10786, 11165, 10544, 10373, 11874, 9951, 12694, 11572, 10642, 13159, 10178, 9988, 9542, 8272, 11194, 10364, 11676, 11438, 9947, 13559, 10524, 10415, 11465, 9927, 12709, 12109, 13530, 10990, 9907, 10907, 8584, 11901, 10273, 11813, 9729, 10629, 9182, 8380, 10667, 9280, 11966, 9061, 8169, 10132, 9225, 11747, 10429, 8083, 10942, 9020, 12159, 10386, 10956, 12066, 10090, 11762, 9936, 8141, 11379, 10420, 12998, 10825, 10916, 12904, 10785, 11680, 11733, 11367, 13069, 11443, 8799, 12951, 10361, 10416, 11470, 10034, 13522, 12330, 14869, 11969, 9581, 11701, 10769, 13308, 10974, 9786, 12640, 10442, 8110, 9562, 9785, 8194, 11919, 9908, 10460, 14124, 12500, 10669, 10224, 11127, 10889, 14326, 11623, 11932, 14942, 11605, 14696, 11250, 9934, 11569, 10111, 11514, 11839, 11280, 10788, 13473, 11428, 8052, 11339, 9295, 8330, 11830, 10571, 10730, 14220, 11425, 8251, 11742, 9818, 9483, 12479, 11400, 10693, 14549, 11826, 9226, 12405, 11886, 14805, 11853, 9057, 13163, 12194, 13799, 11318, 9642, 12828, 11293, 13848, 10544, 8421, 11171, 10384, 12964, 9877, 9309, 10180, 8481, 12197, 11536, 13209, 10279, 9143, 10738, 8751, 12556, 11507, 12095, 10151, 9344, 10961, 8898, 12336, 11857, 12307, 10387, 12089, 10054, 9105, 10209, 8915, 11600, 10972, 10712, 9367, 8765, 10593, 9612, 12415, 11934, 11686, 10163, 9836, 11350, 9561, 12762, 12295, 12996, 11313, 9733, 10393, 9094, 11169, 10209, 12465, 10710, 13669, 11213, 13752, 10309, 12126, 11530, 9248, 11792, 9206, 11551, 9033, 11696, 9324, 11913, 11279, 13289, 9357, 10120, 9422, 10017, 11949, 9053, 12178, 10509, 12825, 11567, 13227, 10958, 10437, 10817, 9257, 12323, 10858, 12826, 10439, 14015, 11795, 12514, 11224, 10255, 12701, 10507, 13105, 12203, 13400, 12728, 14211, 11669, 9492, 11929, 9355, 12030, 9300, 12904, 12625, 12722, 10102, 11865, 11234, 11718, 12120, 10685, 12944, 9464, 12158, 8966, 12443, 11610, 12718, 12451, 9430, 10072, 9211, 11395, 9470, 12874, 10474, 10258, 10810, 10833, 11846, 11012, 13490, 11313, 14368, 12692, 14599, 12362, 14559, 11625, 10327, 12513, 9499, 12843, 10215, 13276, 9729, 12011, 11074, 9531, 10835, 9575, 12350, 10201, 12917, 12308, 13685, 10354, 12375, 10067, 9637, 11400, 9718, 12211, 9421, 11992, 9124, 13528, 9606, 11325, 11442, 9580, 11587, 9214, 12647, 11450, 12522, 10425, 9410, 10995, 9300, 12874, 11546, 13833, 11124, 9528, 11201, 9365, 12606, 10903, 13756, 11012, 9220, 11935, 9508, 12596, 11584, 13978, 11647, 9479, 11974, 10411, 11814, 9858, 9788, 12023, 10835, 9042, 11570, 9298, 9323, 9557, 9134, 12133, 10948, 11307, 11202, 9472, 12793, 11903, 10745, 12284, 9405, 12557, 11985, 14246, 11621, 9330, 12763, 11007, 13566, 10260, 10127, 13332, 11989, 9922, 9956, 9036, 12507, 9792, 10260, 12175, 11117, 13870, 10792, 9350, 12983, 11160, 9219, 11674, 10999, 13840, 11001, 9676, 12481, 11194, 13370, 9986, 9467, 12115, 11505, 13107, 9545, 9352, 9888, 9119, 12055, 10757, 9245, 10920, 9295, 12133, 10138, 12763, 11182, 9635, 12376, 9848, 9204, 9404, 9266, 11857, 10782, 9891, 12931, 9983, 11945, 9870, 9502, 12564, 10362, 13458, 12339, 12165, 11020, 9456, 12293, 12209, 12423, 10560, 9375, 11583, 10464, 14377, 11843, 9589, 12774, 10169, 9224, 10739, 9511, 12447, 11502, 13818, 11436, 9203, 12285, 9686, 13036, 11967, 13752, 11489, 9372, 11897, 9506, 12480, 10331, 10125, 11451, 10471, 12727, 10187, 9226, 10202, 9306, 12282, 10698, 9739, 12334, 10493, 13887, 10095, 9356, 11619, 11450, 13057, 10316, 9512, 10488, 9606], 'WindowCenter': [4323.0, 4276.0, 4250.0, 4271.0, 4268.0, 4290.0, 4257.0, 4237.0, 4249.0, 4218.0, 4247.0, 4218.0, 4243.0, 4234.0, 4231.0, 4254.0, 4232.0, 4239.0, 4223.0, 4236.0, 4243.0, 4231.0, 4246.0, 4221.0, 4233.0, 4242.0, 4216.0, 4254.0, 4234.0, 4251.0, 4219.0, 4220.0, 4231.0, 4220.0, 4242.0, 4224.0, 4206.0, 4230.0, 4217.0, 4244.0, 4216.0, 4211.0, 4221.0, 4224.0, 4243.0, 4235.0, 4254.0, 4229.0, 4222.0, 4235.0, 4237.0, 4254.0, 4234.0, 4224.0, 4229.0, 4226.0, 4242.0, 4232.0, 4252.0, 4232.0, 4223.0, 4230.0, 4208.0, 4232.0, 4217.0, 4241.0, 4232.0, 4222.0, 4237.0, 4217.0, 4242.0, 4234.0, 4232.0, 4245.0, 4235.0, 4253.0, 4239.0, 4259.0, 4236.0, 4222.0, 4237.0, 4224.0, 4241.0, 4231.0, 4261.0, 4233.0, 4225.0, 4241.0, 4220.0, 4241.0, 4224.0, 4237.0, 4249.0, 4234.0, 4249.0, 4233.0, 4250.0, 4231.0, 4237.0, 4254.0, 4221.0, 4240.0, 4232.0, 4245.0, 4220.0, 4235.0, 4227.0, 4215.0, 4230.0, 4222.0, 4239.0, 4225.0, 4242.0, 4231.0, 4222.0, 4217.0, 4222.0, 4243.0, 4228.0, 4222.0, 4247.0, 4218.0, 4244.0, 4224.0, 4233.0, 4249.0, 4244.0, 4254.0, 4223.0, 4222.0, 4234.0, 4218.0, 4254.0, 4240.0, 4253.0, 4234.0, 4221.0, 4227.0, 4216.0, 4243.0, 4242.0, 4245.0, 4218.0, 4208.0, 4220.0, 4218.0, 4237.0, 4220.0, 4218.0, 4219.0, 4208.0, 4229.0, 4211.0, 4234.0, 4231.0, 4240.0, 4231.0, 4242.0, 4220.0, 4206.0, 4212.0, 4203.0, 4213.0, 4223.0, 4240.0, 4219.0, 4233.0, 4219.0, 4221.0, 4232.0, 4221.0, 4240.0, 4220.0, 4225.0, 4222.0, 4226.0, 4232.0, 4222.0, 4241.0, 4237.0, 4250.0, 4224.0, 4213.0, 4221.0, 4222.0, 4255.0, 4247.0, 4254.0, 4228.0, 4227.0, 4250.0, 4252.0, 4256.0, 4231.0, 4220.0, 4235.0, 4224.0, 4257.0, 4245.0, 4253.0, 4254.0, 4277.0, 4252.0, 4227.0, 4253.0, 4220.0, 4214.0, 4222.0, 4240.0, 4305.0, 4275.0, 4258.0, 4222.0, 4226.0, 4230.0, 4206.0, 4249.0, 4245.0, 4202.0, 4201.0, 4232.0, 4255.0, 4231.0, 4211.0, 4220.0, 4212.0, 4215.0, 4226.0, 4242.0, 4237.0, 4250.0, 4264.0, 4248.0, 4231.0, 4218.0, 4198.0, 4241.0, 4223.0, 4238.0, 4236.0, 4220.0, 4238.0, 4212.0, 4200.0, 4217.0, 4202.0, 4216.0, 4245.0, 4232.0, 4217.0, 4243.0, 4216.0, 4221.0, 4246.0, 4239.0, 4265.0, 4231.0, 4239.0, 4266.0, 4239.0, 4257.0, 4235.0, 4210.0, 4226.0, 4233.0, 4251.0, 4233.0, 4214.0, 4265.0, 4242.0, 4208.0, 4239.0, 4203.0, 4203.0, 4211.0, 4213.0, 4246.0, 4233.0, 4243.0, 4238.0, 4228.0, 4260.0, 4249.0, 4235.0, 4243.0, 4222.0, 4238.0, 4217.0, 4208.0, 4249.0, 4219.0, 4200.0, 4234.0, 4211.0, 4207.0, 4244.0, 4204.0, 4216.0, 4241.0, 4217.0, 4206.0, 4224.0, 4225.0, 4240.0, 4243.0, 4227.0, 4218.0, 4209.0, 4216.0, 4241.0, 4222.0, 4227.0, 4259.0, 4228.0, 4217.0, 4251.0, 4217.0, 4225.0, 4255.0, 4246.0, 4254.0, 4238.0, 4218.0, 4250.0, 4244.0, 4214.0, 4238.0, 4211.0, 4211.0, 4246.0, 4221.0, 4200.0, 4227.0, 4211.0, 4212.0, 4240.0, 4239.0, 4239.0, 4221.0, 4213.0, 4228.0, 4219.0, 4250.0, 4233.0, 4211.0, 4230.0, 4204.0, 4248.0, 4215.0, 4224.0, 4244.0, 4225.0, 4234.0, 4220.0, 4234.0, 4257.0, 4229.0, 4240.0, 4232.0, 4222.0, 4246.0, 4247.0, 4267.0, 4238.0, 4226.0, 4248.0, 4215.0, 4253.0, 4247.0, 4262.0, 4238.0, 4225.0, 4231.0, 4216.0, 4252.0, 4247.0, 4252.0, 4235.0, 4221.0, 4224.0, 4211.0, 4236.0, 4236.0, 4242.0, 4236.0, 4251.0, 4222.0, 4234.0, 4227.0, 4236.0, 4232.0, 4225.0, 4239.0, 4231.0, 4250.0, 4246.0, 4232.0, 4233.0, 4223.0, 4239.0, 4225.0, 4253.0, 4257.0, 4255.0, 4235.0, 4233.0, 4234.0, 4225.0, 4255.0, 4252.0, 4253.0, 4217.0, 4207.0, 4241.0, 4224.0, 4254.0, 4254.0, 4264.0, 4247.0, 4263.0, 4247.0, 4240.0, 4258.0, 4225.0, 4248.0, 4221.0, 4245.0, 4245.0, 4255.0, 4241.0, 4228.0, 4225.0, 4217.0, 4226.0, 4217.0, 4253.0, 4246.0, 4250.0, 4227.0, 4254.0, 4220.0, 4226.0, 4238.0, 4225.0, 4254.0, 4224.0, 4262.0, 4257.0, 4223.0, 4211.0, 4208.0, 4246.0, 4233.0, 4217.0, 4237.0, 4237.0, 4254.0, 4228.0, 4192.0, 4222.0, 4233.0, 4220.0, 4241.0, 4222.0, 4252.0, 4229.0, 4177.0, 4218.0, 4220.0, 4232.0, 4243.0, 4223.0, 4253.0, 4222.0, 4199.0, 4239.0, 4242.0, 4260.0, 4230.0, 4211.0, 4250.0, 4218.0, 4200.0, 4224.0, 4217.0, 4230.0, 4236.0, 4230.0, 4199.0, 4220.0, 4213.0, 4238.0, 4222.0, 4243.0, 4230.0, 4180.0, 4225.0, 4215.0, 4210.0, 4216.0, 4207.0, 4227.0, 4215.0, 4193.0, 4207.0, 4186.0, 4231.0, 4231.0, 4197.0, 4234.0, 4206.0, 4215.0, 4202.0, 4195.0, 4214.0, 4196.0, 4222.0, 4214.0, 4206.0, 4237.0, 4207.0, 4201.0, 4195.0, 4187.0, 4209.0, 4212.0, 4220.0, 4229.0, 4201.0, 4237.0, 4220.0, 4213.0, 4217.0, 4208.0, 4220.0, 4222.0, 4226.0, 4217.0, 4206.0, 4216.0, 4185.0, 4209.0, 4205.0, 4216.0, 4197.0, 4203.0, 4209.0, 4201.0, 4217.0, 4210.0, 4227.0, 4203.0, 4198.0, 4220.0, 4221.0, 4236.0, 4226.0, 4193.0, 4224.0, 4211.0, 4245.0, 4235.0, 4239.0, 4256.0, 4236.0, 4235.0, 4221.0, 4201.0, 4240.0, 4233.0, 4250.0, 4247.0, 4238.0, 4252.0, 4234.0, 4240.0, 4245.0, 4242.0, 4260.0, 4244.0, 4228.0, 4253.0, 4233.0, 4236.0, 4244.0, 4237.0, 4259.0, 4252.0, 4249.0, 4231.0, 4220.0, 4223.0, 4217.0, 4232.0, 4221.0, 4222.0, 4233.0, 4219.0, 4190.0, 4209.0, 4215.0, 4192.0, 4239.0, 4218.0, 4246.0, 4264.0, 4256.0, 4228.0, 4223.0, 4231.0, 4233.0, 4266.0, 4246.0, 4238.0, 4261.0, 4231.0, 4243.0, 4212.0, 4200.0, 4226.0, 4221.0, 4230.0, 4226.0, 4230.0, 4224.0, 4243.0, 4229.0, 4185.0, 4220.0, 4200.0, 4200.0, 4239.0, 4226.0, 4226.0, 4247.0, 4240.0, 4202.0, 4242.0, 4221.0, 4223.0, 4240.0, 4244.0, 4224.0, 4251.0, 4245.0, 4211.0, 4237.0, 4232.0, 4255.0, 4231.0, 4191.0, 4236.0, 4227.0, 4235.0, 4217.0, 4199.0, 4223.0, 4210.0, 4220.0, 4203.0, 4176.0, 4218.0, 4207.0, 4237.0, 4205.0, 4193.0, 4207.0, 4196.0, 4225.0, 4229.0, 4236.0, 4208.0, 4197.0, 4214.0, 4197.0, 4233.0, 4226.0, 4222.0, 4217.0, 4208.0, 4216.0, 4192.0, 4238.0, 4228.0, 4228.0, 4219.0, 4224.0, 4203.0, 4197.0, 4216.0, 4213.0, 4241.0, 4231.0, 4222.0, 4213.0, 4209.0, 4234.0, 4223.0, 4253.0, 4258.0, 4243.0, 4221.0, 4224.0, 4229.0, 4215.0, 4251.0, 4253.0, 4253.0, 4232.0, 4223.0, 4223.0, 4213.0, 4236.0, 4228.0, 4240.0, 4234.0, 4255.0, 4226.0, 4249.0, 4236.0, 4244.0, 4242.0, 4212.0, 4234.0, 4208.0, 4233.0, 4210.0, 4244.0, 4226.0, 4246.0, 4236.0, 4252.0, 4225.0, 4234.0, 4225.0, 4237.0, 4256.0, 4224.0, 4242.0, 4234.0, 4267.0, 4254.0, 4252.0, 4247.0, 4231.0, 4225.0, 4225.0, 4256.0, 4247.0, 4257.0, 4236.0, 4251.0, 4237.0, 4247.0, 4248.0, 4236.0, 4251.0, 4234.0, 4254.0, 4248.0, 4253.0, 4252.0, 4260.0, 4232.0, 4213.0, 4244.0, 4213.0, 4238.0, 4225.0, 4251.0, 4248.0, 4250.0, 4233.0, 4239.0, 4234.0, 4245.0, 4246.0, 4229.0, 4244.0, 4210.0, 4240.0, 4199.0, 4242.0, 4239.0, 4248.0, 4245.0, 4211.0, 4221.0, 4212.0, 4229.0, 4223.0, 4254.0, 4238.0, 4237.0, 4236.0, 4230.0, 4240.0, 4236.0, 4255.0, 4231.0, 4249.0, 4243.0, 4249.0, 4232.0, 4247.0, 4231.0, 4219.0, 4231.0, 4208.0, 4229.0, 4204.0, 4236.0, 4220.0, 4237.0, 4225.0, 4211.0, 4221.0, 4206.0, 4240.0, 4222.0, 4242.0, 4239.0, 4237.0, 4212.0, 4225.0, 4208.0, 4212.0, 4229.0, 4210.0, 4226.0, 4207.0, 4230.0, 4207.0, 4252.0, 4218.0, 4227.0, 4234.0, 4211.0, 4233.0, 4213.0, 4248.0, 4242.0, 4243.0, 4219.0, 4206.0, 4221.0, 4212.0, 4242.0, 4241.0, 4251.0, 4234.0, 4213.0, 4232.0, 4213.0, 4241.0, 4236.0, 4255.0, 4231.0, 4213.0, 4225.0, 4223.0, 4239.0, 4236.0, 4263.0, 4242.0, 4219.0, 4238.0, 4236.0, 4233.0, 4223.0, 4225.0, 4239.0, 4231.0, 4214.0, 4246.0, 4216.0, 4218.0, 4224.0, 4224.0, 4247.0, 4244.0, 4236.0, 4237.0, 4221.0, 4251.0, 4239.0, 4233.0, 4240.0, 4213.0, 4237.0, 4240.0, 4260.0, 4230.0, 4211.0, 4240.0, 4221.0, 4237.0, 4219.0, 4231.0, 4246.0, 4236.0, 4210.0, 4210.0, 4200.0, 4238.0, 4214.0, 4222.0, 4235.0, 4238.0, 4264.0, 4231.0, 4211.0, 4243.0, 4230.0, 4201.0, 4228.0, 4221.0, 4251.0, 4235.0, 4211.0, 4237.0, 4230.0, 4232.0, 4205.0, 4212.0, 4243.0, 4221.0, 4238.0, 4202.0, 4201.0, 4208.0, 4211.0, 4242.0, 4232.0, 4211.0, 4233.0, 4210.0, 4243.0, 4216.0, 4238.0, 4234.0, 4206.0, 4234.0, 4221.0, 4211.0, 4214.0, 4220.0, 4257.0, 4242.0, 4224.0, 4257.0, 4217.0, 4239.0, 4222.0, 4220.0, 4253.0, 4241.0, 4260.0, 4256.0, 4240.0, 4220.0, 4203.0, 4234.0, 4244.0, 4234.0, 4216.0, 4206.0, 4230.0, 4227.0, 4263.0, 4241.0, 4222.0, 4240.0, 4221.0, 4208.0, 4223.0, 4209.0, 4243.0, 4233.0, 4252.0, 4226.0, 4204.0, 4239.0, 4210.0, 4238.0, 4232.0, 4244.0, 4230.0, 4191.0, 4231.0, 4212.0, 4228.0, 4222.0, 4220.0, 4229.0, 4219.0, 4232.0, 4220.0, 4204.0, 4220.0, 4206.0, 4235.0, 4235.0, 4208.0, 4240.0, 4234.0, 4252.0, 4223.0, 4211.0, 4232.0, 4235.0, 4239.0, 4219.0, 4211.0, 4215.0, 4225.0], 'WindowWidth': [9551.0, 9468.0, 9421.0, 9447.0, 9440.0, 9469.0, 9418.0, 9384.0, 9395.0, 9353.0, 9391.0, 9352.0, 9389.0, 9378.0, 9371.0, 9406.0, 9371.0, 9379.0, 9360.0, 9380.0, 9388.0, 9369.0, 9387.0, 9356.0, 9374.0, 9387.0, 9346.0, 9403.0, 9373.0, 9393.0, 9349.0, 9351.0, 9367.0, 9353.0, 9384.0, 9358.0, 9329.0, 9364.0, 9349.0, 9388.0, 9345.0, 9342.0, 9354.0, 9361.0, 9388.0, 9381.0, 9404.0, 9369.0, 9358.0, 9376.0, 9382.0, 9404.0, 9377.0, 9362.0, 9365.0, 9362.0, 9382.0, 9371.0, 9400.0, 9372.0, 9357.0, 9365.0, 9334.0, 9369.0, 9350.0, 9384.0, 9373.0, 9358.0, 9376.0, 9351.0, 9388.0, 9379.0, 9376.0, 9395.0, 9378.0, 9402.0, 9382.0, 9412.0, 9382.0, 9357.0, 9377.0, 9359.0, 9380.0, 9369.0, 9413.0, 9374.0, 9362.0, 9382.0, 9352.0, 9381.0, 9362.0, 9383.0, 9395.0, 9376.0, 9395.0, 9373.0, 9394.0, 9372.0, 9384.0, 9405.0, 9353.0, 9380.0, 9367.0, 9383.0, 9354.0, 9372.0, 9362.0, 9343.0, 9365.0, 9355.0, 9379.0, 9365.0, 9386.0, 9371.0, 9356.0, 9346.0, 9358.0, 9386.0, 9366.0, 9358.0, 9396.0, 9350.0, 9386.0, 9361.0, 9376.0, 9397.0, 9393.0, 9404.0, 9361.0, 9358.0, 9377.0, 9353.0, 9406.0, 9385.0, 9401.0, 9376.0, 9353.0, 9361.0, 9344.0, 9387.0, 9385.0, 9386.0, 9349.0, 9331.0, 9349.0, 9347.0, 9373.0, 9352.0, 9347.0, 9349.0, 9332.0, 9360.0, 9338.0, 9364.0, 9364.0, 9378.0, 9369.0, 9381.0, 9350.0, 9326.0, 9339.0, 9321.0, 9334.0, 9357.0, 9378.0, 9351.0, 9368.0, 9348.0, 9355.0, 9371.0, 9355.0, 9379.0, 9354.0, 9357.0, 9358.0, 9364.0, 9372.0, 9356.0, 9384.0, 9384.0, 9396.0, 9363.0, 9345.0, 9356.0, 9357.0, 9408.0, 9400.0, 9406.0, 9366.0, 9370.0, 9398.0, 9406.0, 9410.0, 9371.0, 9355.0, 9378.0, 9365.0, 9411.0, 9393.0, 9404.0, 9405.0, 9442.0, 9404.0, 9369.0, 9403.0, 9353.0, 9346.0, 9357.0, 9398.0, 9511.0, 9451.0, 9415.0, 9354.0, 9360.0, 9361.0, 9319.0, 9390.0, 9395.0, 9314.0, 9312.0, 9367.0, 9400.0, 9367.0, 9339.0, 9347.0, 9340.0, 9345.0, 9362.0, 9387.0, 9385.0, 9400.0, 9420.0, 9397.0, 9366.0, 9345.0, 9315.0, 9376.0, 9349.0, 9373.0, 9371.0, 9348.0, 9373.0, 9332.0, 9321.0, 9341.0, 9322.0, 9347.0, 9390.0, 9373.0, 9348.0, 9386.0, 9348.0, 9357.0, 9395.0, 9388.0, 9420.0, 9374.0, 9384.0, 9425.0, 9382.0, 9408.0, 9377.0, 9338.0, 9358.0, 9369.0, 9396.0, 9370.0, 9339.0, 9418.0, 9386.0, 9334.0, 9376.0, 9323.0, 9322.0, 9337.0, 9345.0, 9386.0, 9374.0, 9386.0, 9380.0, 9372.0, 9414.0, 9401.0, 9377.0, 9386.0, 9352.0, 9372.0, 9343.0, 9331.0, 9391.0, 9345.0, 9322.0, 9364.0, 9337.0, 9330.0, 9379.0, 9326.0, 9344.0, 9380.0, 9343.0, 9328.0, 9352.0, 9360.0, 9380.0, 9387.0, 9360.0, 9347.0, 9334.0, 9343.0, 9381.0, 9359.0, 9368.0, 9410.0, 9367.0, 9349.0, 9397.0, 9350.0, 9363.0, 9404.0, 9393.0, 9403.0, 9380.0, 9352.0, 9400.0, 9393.0, 9349.0, 9374.0, 9338.0, 9339.0, 9384.0, 9352.0, 9323.0, 9357.0, 9339.0, 9342.0, 9379.0, 9379.0, 9378.0, 9353.0, 9342.0, 9360.0, 9352.0, 9393.0, 9371.0, 9343.0, 9365.0, 9326.0, 9388.0, 9344.0, 9359.0, 9388.0, 9364.0, 9374.0, 9353.0, 9377.0, 9410.0, 9368.0, 9382.0, 9372.0, 9359.0, 9393.0, 9398.0, 9427.0, 9381.0, 9366.0, 9391.0, 9346.0, 9399.0, 9396.0, 9415.0, 9384.0, 9361.0, 9368.0, 9346.0, 9399.0, 9397.0, 9399.0, 9377.0, 9354.0, 9360.0, 9341.0, 9374.0, 9381.0, 9386.0, 9376.0, 9395.0, 9357.0, 9373.0, 9367.0, 9381.0, 9373.0, 9364.0, 9380.0, 9375.0, 9400.0, 9396.0, 9373.0, 9375.0, 9361.0, 9380.0, 9365.0, 9403.0, 9411.0, 9407.0, 9379.0, 9372.0, 9373.0, 9365.0, 9408.0, 9401.0, 9402.0, 9350.0, 9335.0, 9385.0, 9366.0, 9408.0, 9407.0, 9419.0, 9396.0, 9415.0, 9398.0, 9386.0, 9413.0, 9365.0, 9393.0, 9355.0, 9389.0, 9391.0, 9404.0, 9385.0, 9364.0, 9359.0, 9348.0, 9360.0, 9352.0, 9405.0, 9394.0, 9397.0, 9362.0, 9401.0, 9353.0, 9360.0, 9379.0, 9364.0, 9404.0, 9364.0, 9417.0, 9411.0, 9363.0, 9345.0, 9335.0, 9395.0, 9377.0, 9354.0, 9385.0, 9385.0, 9404.0, 9368.0, 9318.0, 9358.0, 9375.0, 9355.0, 9384.0, 9360.0, 9399.0, 9365.0, 9293.0, 9348.0, 9354.0, 9373.0, 9390.0, 9361.0, 9402.0, 9357.0, 9323.0, 9381.0, 9388.0, 9408.0, 9367.0, 9339.0, 9393.0, 9347.0, 9323.0, 9352.0, 9344.0, 9363.0, 9372.0, 9365.0, 9316.0, 9346.0, 9336.0, 9374.0, 9351.0, 9381.0, 9365.0, 9287.0, 9350.0, 9334.0, 9324.0, 9336.0, 9325.0, 9354.0, 9334.0, 9303.0, 9318.0, 9296.0, 9361.0, 9366.0, 9315.0, 9363.0, 9324.0, 9335.0, 9316.0, 9307.0, 9334.0, 9310.0, 9345.0, 9335.0, 9326.0, 9369.0, 9326.0, 9314.0, 9309.0, 9302.0, 9329.0, 9334.0, 9343.0, 9362.0, 9319.0, 9372.0, 9349.0, 9334.0, 9342.0, 9329.0, 9344.0, 9346.0, 9354.0, 9340.0, 9324.0, 9337.0, 9295.0, 9325.0, 9323.0, 9338.0, 9314.0, 9319.0, 9333.0, 9326.0, 9346.0, 9337.0, 9359.0, 9324.0, 9321.0, 9352.0, 9356.0, 9375.0, 9361.0, 9313.0, 9355.0, 9342.0, 9390.0, 9380.0, 9386.0, 9410.0, 9381.0, 9373.0, 9356.0, 9330.0, 9383.0, 9375.0, 9398.0, 9397.0, 9380.0, 9402.0, 9377.0, 9382.0, 9391.0, 9389.0, 9413.0, 9392.0, 9373.0, 9405.0, 9376.0, 9381.0, 9393.0, 9385.0, 9413.0, 9402.0, 9392.0, 9368.0, 9354.0, 9353.0, 9341.0, 9366.0, 9354.0, 9356.0, 9368.0, 9350.0, 9310.0, 9333.0, 9342.0, 9311.0, 9380.0, 9352.0, 9396.0, 9421.0, 9410.0, 9364.0, 9359.0, 9369.0, 9372.0, 9421.0, 9394.0, 9377.0, 9412.0, 9365.0, 9379.0, 9335.0, 9316.0, 9355.0, 9352.0, 9363.0, 9357.0, 9369.0, 9358.0, 9387.0, 9362.0, 9300.0, 9344.0, 9319.0, 9324.0, 9378.0, 9363.0, 9361.0, 9393.0, 9382.0, 9330.0, 9383.0, 9355.0, 9357.0, 9381.0, 9390.0, 9355.0, 9399.0, 9388.0, 9339.0, 9372.0, 9368.0, 9400.0, 9367.0, 9305.0, 9368.0, 9355.0, 9365.0, 9340.0, 9317.0, 9348.0, 9327.0, 9340.0, 9317.0, 9282.0, 9342.0, 9328.0, 9368.0, 9324.0, 9306.0, 9327.0, 9314.0, 9354.0, 9363.0, 9370.0, 9332.0, 9315.0, 9336.0, 9318.0, 9364.0, 9357.0, 9347.0, 9344.0, 9331.0, 9343.0, 9308.0, 9375.0, 9362.0, 9360.0, 9348.0, 9351.0, 9323.0, 9318.0, 9344.0, 9347.0, 9383.0, 9369.0, 9352.0, 9345.0, 9339.0, 9374.0, 9364.0, 9405.0, 9412.0, 9387.0, 9357.0, 9360.0, 9366.0, 9345.0, 9399.0, 9404.0, 9402.0, 9372.0, 9359.0, 9358.0, 9345.0, 9375.0, 9367.0, 9383.0, 9376.0, 9404.0, 9360.0, 9391.0, 9381.0, 9392.0, 9385.0, 9344.0, 9370.0, 9335.0, 9372.0, 9337.0, 9387.0, 9367.0, 9393.0, 9376.0, 9397.0, 9364.0, 9374.0, 9366.0, 9385.0, 9409.0, 9364.0, 9387.0, 9378.0, 9426.0, 9409.0, 9404.0, 9397.0, 9370.0, 9359.0, 9366.0, 9411.0, 9397.0, 9411.0, 9380.0, 9399.0, 9377.0, 9392.0, 9400.0, 9382.0, 9402.0, 9375.0, 9403.0, 9391.0, 9401.0, 9401.0, 9413.0, 9374.0, 9344.0, 9387.0, 9343.0, 9375.0, 9366.0, 9399.0, 9394.0, 9395.0, 9374.0, 9379.0, 9374.0, 9393.0, 9395.0, 9365.0, 9388.0, 9337.0, 9379.0, 9321.0, 9383.0, 9380.0, 9395.0, 9390.0, 9340.0, 9354.0, 9344.0, 9365.0, 9362.0, 9407.0, 9387.0, 9381.0, 9381.0, 9369.0, 9382.0, 9382.0, 9409.0, 9368.0, 9394.0, 9383.0, 9390.0, 9368.0, 9385.0, 9367.0, 9348.0, 9366.0, 9331.0, 9359.0, 9324.0, 9370.0, 9354.0, 9374.0, 9358.0, 9339.0, 9353.0, 9329.0, 9378.0, 9358.0, 9386.0, 9377.0, 9373.0, 9339.0, 9351.0, 9331.0, 9342.0, 9365.0, 9336.0, 9357.0, 9332.0, 9363.0, 9334.0, 9395.0, 9350.0, 9363.0, 9374.0, 9341.0, 9371.0, 9345.0, 9391.0, 9386.0, 9387.0, 9351.0, 9331.0, 9355.0, 9343.0, 9384.0, 9384.0, 9399.0, 9376.0, 9344.0, 9369.0, 9346.0, 9385.0, 9381.0, 9407.0, 9371.0, 9345.0, 9356.0, 9358.0, 9380.0, 9377.0, 9419.0, 9388.0, 9354.0, 9381.0, 9379.0, 9371.0, 9358.0, 9364.0, 9381.0, 9372.0, 9349.0, 9393.0, 9347.0, 9350.0, 9363.0, 9365.0, 9392.0, 9393.0, 9375.0, 9379.0, 9359.0, 9404.0, 9385.0, 9375.0, 9383.0, 9345.0, 9375.0, 9380.0, 9412.0, 9369.0, 9340.0, 9377.0, 9353.0, 9373.0, 9351.0, 9372.0, 9391.0, 9378.0, 9336.0, 9336.0, 9323.0, 9374.0, 9345.0, 9360.0, 9373.0, 9382.0, 9420.0, 9372.0, 9342.0, 9386.0, 9363.0, 9320.0, 9361.0, 9353.0, 9398.0, 9376.0, 9340.0, 9373.0, 9362.0, 9362.0, 9327.0, 9342.0, 9385.0, 9347.0, 9374.0, 9321.0, 9319.0, 9332.0, 9344.0, 9386.0, 9371.0, 9340.0, 9371.0, 9338.0, 9383.0, 9345.0, 9379.0, 9377.0, 9331.0, 9368.0, 9354.0, 9342.0, 9347.0, 9358.0, 9413.0, 9389.0, 9364.0, 9411.0, 9351.0, 9381.0, 9359.0, 9356.0, 9405.0, 9390.0, 9415.0, 9408.0, 9380.0, 9352.0, 9324.0, 9370.0, 9387.0, 9370.0, 9345.0, 9330.0, 9365.0, 9362.0, 9420.0, 9387.0, 9356.0, 9380.0, 9353.0, 9333.0, 9357.0, 9337.0, 9384.0, 9372.0, 9402.0, 9360.0, 9326.0, 9377.0, 9338.0, 9374.0, 9370.0, 9382.0, 9365.0, 9304.0, 9361.0, 9338.0, 9358.0, 9352.0, 9352.0, 9366.0, 9350.0, 9363.0, 9349.0, 9324.0, 9350.0, 9332.0, 9373.0, 9378.0, 9336.0, 9381.0, 9375.0, 9398.0, 9360.0, 9340.0, 9371.0, 9371.0, 9380.0, 9350.0, 9339.0, 9342.0, 9365.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.0017654401582591496</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.030793081008902077</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.988797873237594</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1913060752376246</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9972195618514856</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5188</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2808.7441</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10548819675186727</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.726013847675569</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4292281668434685</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.413464942458512</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.552723302774697</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.321496255297197</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00669822</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005559168290346861</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025876360014081</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.204970556840796</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>15.1065</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.0736</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.5838</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292641.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1130.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.6507</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1603</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.4274</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3407.4584</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3539.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83903.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1436.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4419.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.618</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.823395820800215</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> |