=== 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-0111 --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-0111",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
119 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
119 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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-01/func/sub-0111_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>618079c88b49e8d4fc3f85545091b881</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>16:22:17.647500</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.994543, -0.0272544, -0.100703, 0.0289962, 0.999453, 0.0158724]</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.075091</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>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4206, -7743, -7255, 279, -99, 148, 115, 103]</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>219.974</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1563873c-bd4c-45fc-9018-bced464fc475||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.6682865619659424, 0.07779458165168762, -0.2705824077129364, 111.81336975097656], [0.07312163710594177, 2.6814606189727783, 0.05050557851791382, -105.62578582763672], [-0.2701796889305115, -0.04258441925048828, 2.6859326362609863, -57.95774459838867], [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': ['162217.647500', '162218.107500', '162218.567500', '162219.027500', '162219.487500', '162219.947500', '162220.407500', '162220.867500', '162221.327500', '162221.787500', '162222.247500', '162222.707500', '162223.167500', '162223.627500', '162224.087500', '162224.547500', '162225.007500', '162225.467500', '162225.927500', '162226.387500', '162226.847500', '162227.307500', '162227.767500', '162228.227500', '162228.687500', '162229.147500', '162229.607500', '162230.067500', '162230.527500', '162230.987500', '162231.447500', '162231.907500', '162232.367500', '162232.827500', '162233.287500', '162233.747500', '162234.207500', '162234.667500', '162235.127500', '162235.587500', '162236.047500', '162236.507500', '162236.967500', '162237.427500', '162237.887500', '162238.347500', '162238.807500', '162239.267500', '162239.727500', '162240.187500', '162240.647500', '162241.107500', '162241.567500', '162242.027500', '162242.487500', '162242.947500', '162243.407500', '162243.867500', '162244.327500', '162244.787500', '162245.247500', '162245.707500', '162246.167500', '162246.627500', '162247.087500', '162247.547500', '162248.007500', '162248.467500', '162248.927500', '162249.387500', '162249.847500', '162250.307500', '162250.767500', '162251.227500', '162251.687500', '162252.147500', '162252.607500', '162253.067500', '162253.527500', '162253.987500', '162254.447500', '162254.907500', '162255.367500', '162255.827500', '162256.287500', '162256.747500', '162257.207500', '162257.667500', '162258.127500', '162258.587500', '162259.047500', '162259.507500', '162259.967500', '162300.427500', '162300.887500', '162301.347500', '162301.807500', '162302.267500', '162302.727500', '162303.187500', '162303.647500', '162304.107500', '162304.567500', '162305.027500', '162305.487500', '162305.947500', '162306.407500', '162306.867500', '162307.327500', '162307.787500', '162308.247500', '162308.707500', '162309.167500', '162309.627500', '162310.087500', '162310.547500', '162311.007500', '162311.467500', '162311.927500', '162312.387500', '162312.847500', '162313.307500', '162313.767500', '162314.227500', '162314.687500', '162315.147500', '162315.607500', '162316.067500', '162316.527500', '162316.987500', '162317.447500', '162317.907500', '162318.367500', '162318.827500', '162319.287500', '162319.747500', '162320.207500', '162320.667500', '162321.127500', '162321.587500', '162322.047500', '162322.507500', '162322.967500', '162323.427500', '162323.887500', '162324.347500', '162324.807500', '162325.267500', '162325.727500', '162326.187500', '162326.647500', '162327.107500', '162327.567500', '162328.027500', '162328.487500', '162328.947500', '162329.407500', '162329.867500', '162330.327500', '162330.787500', '162331.247500', '162331.707500', '162332.167500', '162332.627500', '162333.087500', '162333.547500', '162334.007500', '162334.467500', '162334.927500', '162335.387500', '162335.847500', '162336.307500', '162336.767500', '162337.227500', '162337.687500', '162338.147500', '162338.607500', '162339.067500', '162339.527500', '162339.987500', '162340.447500', '162340.907500', '162341.367500', '162341.827500', '162342.287500', '162342.747500', '162343.207500', '162343.667500', '162344.127500', '162344.587500', '162345.047500', '162345.507500', '162345.967500', '162346.427500', '162346.887500', '162347.347500', '162347.807500', '162348.267500', '162348.727500', '162349.187500', '162349.647500', '162350.107500', '162350.567500', '162351.027500', '162351.487500', '162351.947500', '162352.407500', '162352.867500', '162353.327500', '162353.787500', '162354.247500', '162354.707500', '162355.167500', '162355.627500', '162356.087500', '162356.547500', '162357.007500', '162357.467500', '162357.927500', '162358.387500', '162358.847500', '162359.307500', '162359.767500', '162400.227500', '162400.687500', '162401.147500', '162401.607500', '162402.067500', '162402.527500', '162402.987500', '162403.447500', '162403.907500', '162404.367500', '162404.827500', '162405.287500', '162405.747500', '162406.207500', '162406.667500', '162407.127500', '162407.587500', '162408.047500', '162408.507500', '162408.967500', '162409.427500', '162409.887500', '162410.347500', '162410.807500', '162411.267500', '162411.727500', '162412.187500', '162412.647500', '162413.107500', '162413.567500', '162414.027500', '162414.487500', '162414.947500', '162415.407500', '162415.867500', '162416.327500', '162416.787500', '162417.247500', '162417.707500', '162418.167500', '162418.627500', '162419.087500', '162419.547500', '162420.007500', '162420.467500', '162420.927500', '162421.387500', '162421.847500', '162422.307500', '162422.767500', '162423.227500', '162423.687500', '162424.147500', '162424.607500', '162425.067500', '162425.527500', '162425.987500', '162426.447500', '162426.907500', '162427.367500', '162427.827500', '162428.287500', '162428.747500', '162429.207500', '162429.667500', '162430.127500', '162430.587500', '162431.047500', '162431.507500', '162431.967500', '162432.427500', '162432.887500', '162433.347500', '162433.807500', '162434.267500', '162434.727500', '162435.187500', '162435.647500', '162436.107500', '162436.567500', '162437.027500', '162437.487500', '162437.947500', '162438.407500', '162438.867500', '162439.327500', '162439.787500', '162440.247500', '162440.707500', '162441.167500', '162441.627500', '162442.087500', '162442.547500', '162443.007500', '162443.467500', '162443.927500', '162444.387500', '162444.847500', '162445.307500', '162445.767500', '162446.227500', '162446.687500', '162447.147500', '162447.607500', '162448.067500', '162448.527500', '162448.987500', '162449.447500', '162449.907500', '162450.367500', '162450.827500', '162451.287500', '162451.747500', '162452.207500', '162452.667500', '162453.127500', '162453.587500', '162454.047500', '162454.507500', '162454.967500', '162455.427500', '162455.887500', '162456.347500', '162456.807500', '162457.267500', '162457.727500', '162458.187500', '162458.647500', '162459.107500', '162459.567500', '162500.027500', '162500.487500', '162500.947500', '162501.407500', '162501.867500', '162502.327500', '162502.787500', '162503.247500', '162503.707500', '162504.167500', '162504.627500', '162505.087500', '162505.547500', '162506.007500', '162506.467500', '162506.927500', '162507.387500', '162507.847500', '162508.307500', '162508.767500', '162509.227500', '162509.687500', '162510.147500', '162510.607500', '162511.067500', '162511.527500', '162511.987500', '162512.447500', '162512.907500', '162513.367500', '162513.827500', '162514.287500', '162514.747500', '162515.207500', '162515.667500', '162516.127500', '162516.587500', '162517.047500', '162517.507500', '162517.967500', '162518.427500', '162518.887500', '162519.347500', '162519.807500', '162520.267500', '162520.727500', '162521.187500', '162521.647500', '162522.107500', '162522.567500', '162523.027500', '162523.487500', '162523.947500', '162524.407500', '162524.867500', '162525.327500', '162525.787500', '162526.247500', '162526.707500', '162527.167500', '162527.627500', '162528.087500', '162528.547500', '162529.007500', '162529.467500', '162529.927500', '162530.387500', '162530.847500', '162531.307500', '162531.767500', '162532.227500', '162532.687500', '162533.147500', '162533.607500', '162534.067500', '162534.527500', '162534.987500', '162535.447500', '162535.907500', '162536.367500', '162536.827500', '162537.287500', '162537.747500', '162538.207500', '162538.667500', '162539.127500', '162539.587500', '162540.047500', '162540.507500', '162540.967500', '162541.427500', '162541.887500', '162542.347500', '162542.807500', '162543.267500', '162543.727500', '162544.187500', '162544.647500', '162545.107500', '162545.567500', '162546.027500', '162546.487500', '162546.947500', '162547.407500', '162547.867500', '162548.327500', '162548.787500', '162549.247500', '162549.707500', '162550.167500', '162550.627500', '162551.087500', '162551.547500', '162552.007500', '162552.467500', '162552.927500', '162553.387500', '162553.847500', '162554.307500', '162554.767500', '162555.227500', '162555.687500', '162556.147500', '162556.607500', '162557.067500', '162557.527500', '162557.987500', '162558.447500', '162558.907500', '162559.367500', '162559.827500', '162600.287500', '162600.747500', '162601.207500', '162601.667500', '162602.127500', '162602.587500', '162603.047500', '162603.507500', '162603.967500', '162604.427500', '162604.887500', '162605.347500', '162605.807500', '162606.267500', '162606.727500', '162607.187500', '162607.647500', '162608.107500', '162608.567500', '162609.027500', '162609.487500', '162609.947500', '162610.407500', '162610.867500', '162611.327500', '162611.787500', '162612.247500', '162612.707500', '162613.167500', '162613.627500', '162614.087500', '162614.547500', '162615.007500', '162615.467500', '162615.927500', '162616.387500', '162616.847500', '162617.307500', '162617.767500', '162618.227500', '162618.687500', '162619.147500', '162619.607500', '162620.067500', '162620.527500', '162620.987500', '162621.447500', '162621.907500', '162622.367500', '162622.827500', '162623.287500', '162623.747500', '162624.207500', '162624.667500', '162625.127500', '162625.587500', '162626.047500', '162626.507500', '162626.967500', '162627.427500', '162627.887500', '162628.347500', '162628.807500', '162629.267500', '162629.727500', '162630.187500', '162630.647500', '162631.107500', '162631.567500', '162632.027500', '162632.487500', '162632.947500', '162633.407500', '162633.867500', '162634.327500', '162634.787500', '162635.247500', '162635.707500', '162636.167500', '162636.627500', '162637.087500', '162637.547500', '162638.007500', '162638.467500', '162638.927500', '162639.387500', '162639.847500', '162640.307500', '162640.767500', '162641.227500', '162641.687500', '162642.147500', '162642.607500', '162643.067500', '162643.527500', '162643.987500', '162644.447500', '162644.907500', '162645.367500', '162645.827500', '162646.287500', '162646.747500', '162647.207500', '162647.667500', '162648.127500', '162648.587500', '162649.047500', '162649.507500', '162649.967500', '162650.427500', '162650.887500', '162651.347500', '162651.807500', '162652.267500', '162652.727500', '162653.187500', '162653.647500', '162654.107500', '162654.567500', '162655.027500', '162655.487500', '162655.947500', '162656.407500', '162656.867500', '162657.327500', '162657.787500', '162658.247500', '162658.707500', '162659.167500', '162659.627500', '162700.087500', '162700.547500', '162701.007500', '162701.467500', '162701.927500', '162702.387500', '162702.847500', '162703.307500', '162703.767500', '162704.227500', '162704.687500', '162705.147500', '162705.607500', '162706.067500', '162706.527500', '162706.987500', '162707.447500', '162707.907500', '162708.367500', '162708.827500', '162709.287500', '162709.747500', '162710.207500', '162710.667500', '162711.127500', '162711.587500', '162712.047500', '162712.507500', '162712.967500', '162713.427500', '162713.887500', '162714.347500', '162714.807500', '162715.267500', '162715.727500', '162716.187500', '162716.647500', '162717.107500', '162717.567500', '162718.027500', '162718.487500', '162718.947500', '162719.407500', '162719.867500', '162720.327500', '162720.787500', '162721.247500', '162721.707500', '162722.167500', '162722.627500', '162723.087500', '162723.547500', '162724.007500', '162724.467500', '162724.927500', '162725.387500', '162725.847500', '162726.307500', '162726.767500', '162727.227500', '162727.687500', '162728.147500', '162728.607500', '162729.067500', '162729.527500', '162729.987500', '162730.447500', '162730.907500', '162731.367500', '162731.827500', '162732.287500', '162732.747500', '162733.207500', '162733.667500', '162734.127500', '162734.587500', '162735.047500', '162735.507500', '162735.967500', '162736.427500', '162736.887500', '162737.347500', '162737.807500', '162738.267500', '162738.727500', '162739.187500', '162739.647500', '162740.107500', '162740.567500', '162741.027500', '162741.487500', '162741.947500', '162742.407500', '162742.867500', '162743.327500', '162743.787500', '162744.247500', '162744.707500', '162745.167500', '162745.627500', '162746.087500', '162746.547500', '162747.007500', '162747.467500', '162747.927500', '162748.387500', '162748.847500', '162749.307500', '162749.767500', '162750.227500', '162750.687500', '162751.147500', '162751.607500', '162752.067500', '162752.527500', '162752.987500', '162753.447500', '162753.907500', '162754.367500', '162754.827500', '162755.287500', '162755.747500', '162756.207500', '162756.667500', '162757.127500', '162757.587500', '162758.047500', '162758.507500', '162758.967500', '162759.427500', '162759.887500', '162800.347500', '162800.807500', '162801.267500', '162801.727500', '162802.187500', '162802.647500', '162803.107500', '162803.567500', '162804.027500', '162804.487500', '162804.947500', '162805.407500', '162805.867500', '162806.327500', '162806.787500', '162807.247500', '162807.707500', '162808.167500', '162808.627500', '162809.087500', '162809.547500', '162810.007500', '162810.467500', '162810.927500', '162811.387500', '162811.847500', '162812.307500', '162812.767500', '162813.227500', '162813.687500', '162814.147500', '162814.607500', '162815.067500', '162815.527500', '162815.987500', '162816.447500', '162816.907500', '162817.367500', '162817.827500', '162818.287500', '162818.747500', '162819.207500', '162819.667500', '162820.127500', '162820.587500', '162821.047500', '162821.507500', '162821.967500', '162822.427500', '162822.887500', '162823.347500', '162823.807500', '162824.267500', '162824.727500', '162825.187500', '162825.647500', '162826.107500', '162826.567500', '162827.027500', '162827.487500', '162827.947500', '162828.407500', '162828.867500', '162829.327500', '162829.787500', '162830.247500', '162830.707500', '162831.167500', '162831.627500', '162832.087500', '162832.547500', '162833.007500', '162833.467500', '162833.927500', '162834.387500', '162834.847500', '162835.307500', '162835.767500', '162836.227500', '162836.687500', '162837.147500', '162837.607500', '162838.067500', '162838.527500', '162838.987500', '162839.447500', '162839.907500', '162840.367500', '162840.827500', '162841.287500', '162841.747500', '162842.207500', '162842.667500', '162843.127500', '162843.587500', '162844.047500', '162844.507500', '162844.967500', '162845.427500', '162845.887500', '162846.347500', '162846.807500', '162847.267500', '162847.727500', '162848.187500', '162848.647500', '162849.107500', '162849.567500', '162850.027500', '162850.487500', '162850.947500', '162851.407500', '162851.867500', '162852.327500', '162852.787500', '162853.247500', '162853.707500', '162854.167500', '162854.627500', '162855.087500', '162855.547500', '162856.007500', '162856.467500', '162856.927500', '162857.387500', '162857.847500', '162858.307500', '162858.767500', '162859.227500', '162859.687500', '162900.147500', '162900.607500', '162901.067500', '162901.527500', '162901.987500', '162902.447500', '162902.907500', '162903.367500', '162903.827500', '162904.287500', '162904.747500', '162905.207500', '162905.667500', '162906.127500', '162906.587500', '162907.047500', '162907.507500', '162907.967500', '162908.427500', '162908.887500', '162909.347500', '162909.807500', '162910.267500', '162910.727500', '162911.187500', '162911.647500', '162912.107500', '162912.567500', '162913.027500', '162913.487500', '162913.947500', '162914.407500', '162914.867500', '162915.327500', '162915.787500', '162916.247500', '162916.707500', '162917.167500', '162917.627500', '162918.087500', '162918.547500', '162919.007500', '162919.467500', '162919.927500', '162920.387500', '162920.847500', '162921.307500', '162921.767500', '162922.227500', '162922.687500', '162923.147500', '162923.607500', '162924.067500', '162924.527500', '162924.987500', '162925.447500', '162925.907500', '162926.367500', '162926.827500', '162927.287500', '162927.747500', '162928.207500', '162928.667500', '162929.127500', '162929.587500', '162930.047500', '162930.507500', '162930.967500', '162931.427500', '162931.887500', '162932.347500', '162932.807500', '162933.267500', '162933.727500', '162934.187500', '162934.647500', '162935.107500', '162935.567500', '162936.027500', '162936.487500', '162936.947500', '162937.407500', '162937.867500', '162938.327500', '162938.787500', '162939.247500', '162939.707500', '162940.167500', '162940.627500', '162941.087500', '162941.547500', '162942.007500', '162942.467500', '162942.927500', '162943.387500', '162943.847500', '162944.307500', '162944.767500', '162945.227500', '162945.687500', '162946.147500', '162946.607500', '162947.067500', '162947.527500', '162947.987500', '162948.447500', '162948.907500', '162949.367500', '162949.827500', '162950.287500', '162950.747500', '162951.207500', '162951.667500', '162952.127500', '162952.587500', '162953.047500', '162953.507500', '162953.967500', '162954.427500', '162954.887500', '162955.347500', '162955.807500', '162956.267500', '162956.727500', '162957.187500', '162957.647500', '162958.107500', '162958.567500', '162959.027500', '162959.487500', '162959.947500', '163000.407500', '163000.867500', '163001.327500', '163001.787500', '163002.247500', '163002.707500', '163003.167500', '163003.627500', '163004.087500', '163004.547500'], 'ContentTime': ['162229.066000', '162229.069000', '162229.072000', '162229.075000', '162229.078000', '162229.081000', '162229.083000', '162229.086000', '162229.088000', '162229.105000', '162229.108000', '162229.111000', '162229.113000', '162229.116000', '162229.119000', '162229.123000', '162229.126000', '162229.128000', '162229.131000', '162229.134000', '162229.136000', '162229.139000', '162229.142000', '162249.028000', '162249.031000', '162249.034000', '162249.037000', '162249.039000', '162249.042000', '162249.044000', '162249.047000', '162249.050000', '162249.053000', '162249.056000', '162249.067000', '162249.069000', '162249.072000', '162249.074000', '162249.077000', '162249.080000', '162249.082000', '162249.085000', '162249.088000', '162249.090000', '162249.096000', '162249.099000', '162249.102000', '162249.104000', '162249.107000', '162249.109000', '162249.112000', '162249.114000', '162249.117000', '162249.120000', '162249.122000', '162249.125000', '162249.127000', '162249.130000', '162249.133000', '162249.135000', '162249.138000', '162249.140000', '162249.143000', '162249.146000', '162249.148000', '162249.151000', '162309.028000', '162309.031000', '162309.034000', '162309.036000', '162309.039000', '162309.042000', '162309.044000', '162309.047000', '162309.049000', '162309.052000', '162309.055000', '162309.057000', '162309.060000', '162309.062000', '162309.065000', '162309.067000', '162309.070000', '162309.073000', '162309.075000', '162309.078000', '162309.080000', '162309.083000', '162309.085000', '162309.088000', '162309.091000', '162309.093000', '162309.096000', '162309.098000', '162309.101000', '162309.103000', '162309.112000', '162309.115000', '162309.117000', '162309.120000', '162309.123000', '162309.125000', '162309.128000', '162309.130000', '162309.133000', '162309.136000', '162309.138000', '162309.141000', '162309.143000', '162309.146000', '162329.028000', '162329.031000', '162329.034000', '162329.036000', '162329.039000', '162329.042000', '162329.044000', '162329.047000', '162329.049000', '162329.052000', '162329.054000', '162329.057000', '162329.060000', '162329.062000', '162329.065000', '162329.068000', '162329.070000', '162329.073000', '162329.076000', '162329.078000', '162329.081000', '162329.083000', '162329.086000', '162329.089000', '162329.091000', '162329.094000', '162329.096000', '162329.099000', '162329.102000', '162329.104000', '162329.107000', '162329.110000', '162329.112000', '162329.116000', '162329.119000', '162329.122000', '162329.125000', '162329.127000', '162329.130000', '162329.132000', '162329.135000', '162329.138000', '162329.140000', '162349.028000', '162349.031000', '162349.072000', '162349.075000', '162349.077000', '162349.080000', '162349.083000', '162349.085000', '162349.088000', '162349.091000', '162349.093000', '162349.096000', '162349.098000', '162349.101000', '162349.103000', '162349.106000', '162349.109000', '162349.111000', '162349.114000', '162349.117000', '162349.119000', '162349.122000', '162349.124000', '162349.127000', '162349.129000', '162349.132000', '162349.135000', '162349.137000', '162349.140000', '162349.142000', '162349.145000', '162349.148000', '162349.150000', '162349.153000', '162349.155000', '162349.158000', '162349.161000', '162349.163000', '162349.166000', '162349.168000', '162349.171000', '162349.185000', '162349.188000', '162349.191000', '162409.029000', '162409.031000', '162409.034000', '162409.037000', '162409.039000', '162409.042000', '162409.045000', '162409.047000', '162409.050000', '162409.052000', '162409.055000', '162409.058000', '162409.060000', '162409.063000', '162409.065000', '162409.068000', '162409.071000', '162409.073000', '162409.076000', '162409.079000', '162409.081000', '162409.084000', '162409.086000', '162409.089000', '162409.092000', '162409.094000', '162409.097000', '162409.099000', '162409.102000', '162409.105000', '162409.108000', '162409.111000', '162409.114000', '162409.117000', '162409.120000', '162409.122000', '162409.125000', '162409.127000', '162409.130000', '162409.132000', '162409.135000', '162409.138000', '162409.140000', '162429.029000', '162429.032000', '162429.035000', '162429.038000', '162429.040000', '162429.043000', '162429.045000', '162429.048000', '162429.051000', '162429.053000', '162429.056000', '162429.058000', '162429.061000', '162429.063000', '162429.066000', '162429.069000', '162429.071000', '162429.074000', '162429.077000', '162429.079000', '162429.082000', '162429.084000', '162429.087000', '162429.090000', '162429.092000', '162429.095000', '162429.098000', '162429.100000', '162429.103000', '162429.106000', '162429.108000', '162429.111000', '162429.113000', '162429.116000', '162429.119000', '162429.121000', '162429.124000', '162429.127000', '162429.129000', '162429.132000', '162429.134000', '162429.137000', '162429.140000', '162429.142000', '162449.030000', '162449.032000', '162449.035000', '162449.038000', '162449.040000', '162449.043000', '162449.046000', '162449.048000', '162449.051000', '162449.054000', '162449.056000', '162449.059000', '162449.061000', '162449.064000', '162449.067000', '162449.069000', '162449.072000', '162449.074000', '162449.077000', '162449.080000', '162449.082000', '162449.085000', '162449.087000', '162449.090000', '162449.093000', '162449.095000', '162449.098000', '162449.101000', '162449.103000', '162449.106000', '162449.109000', '162449.111000', '162449.114000', '162449.117000', '162449.119000', '162449.122000', '162449.125000', '162449.127000', '162449.130000', '162449.132000', '162449.135000', '162449.138000', '162449.140000', '162509.028000', '162509.031000', '162509.034000', '162509.036000', '162509.039000', '162509.042000', '162509.044000', '162509.047000', '162509.049000', '162509.052000', '162509.055000', '162509.057000', '162509.060000', '162509.063000', '162509.065000', '162509.068000', '162509.070000', '162509.073000', '162509.075000', '162509.078000', '162509.081000', '162509.083000', '162509.086000', '162509.089000', '162509.091000', '162509.094000', '162509.097000', '162509.099000', '162509.102000', '162509.105000', '162509.107000', '162509.110000', '162509.112000', '162509.115000', '162509.118000', '162509.120000', '162509.123000', '162509.125000', '162509.128000', '162509.131000', '162509.133000', '162509.144000', '162509.147000', '162509.149000', '162529.028000', '162529.031000', '162529.034000', '162529.037000', '162529.039000', '162529.042000', '162529.045000', '162529.047000', '162529.050000', '162529.052000', '162529.055000', '162529.065000', '162529.068000', '162529.070000', '162529.073000', '162529.076000', '162529.078000', '162529.081000', '162529.083000', '162529.086000', '162529.088000', '162529.091000', '162529.094000', '162529.096000', '162529.099000', '162529.102000', '162529.104000', '162529.107000', '162529.109000', '162529.112000', '162529.115000', '162529.117000', '162529.120000', '162529.123000', '162529.125000', '162529.128000', '162529.130000', '162529.133000', '162529.136000', '162529.138000', '162529.141000', '162529.144000', '162529.146000', '162549.029000', '162549.031000', '162549.034000', '162549.037000', '162549.039000', '162549.042000', '162549.044000', '162549.047000', '162549.050000', '162549.052000', '162549.055000', '162549.058000', '162549.060000', '162549.063000', '162549.066000', '162549.068000', '162549.071000', '162549.073000', '162549.076000', '162549.079000', '162549.081000', '162549.084000', '162549.086000', '162549.089000', '162549.092000', '162549.094000', '162549.097000', '162549.100000', '162549.102000', '162549.105000', '162549.108000', '162549.110000', '162549.113000', '162549.115000', '162549.118000', '162549.120000', '162549.123000', '162549.126000', '162549.128000', '162549.131000', '162549.134000', '162549.136000', '162549.139000', '162549.141000', '162609.028000', '162609.031000', '162609.034000', '162609.037000', '162609.039000', '162609.042000', '162609.044000', '162609.047000', '162609.049000', '162609.052000', '162609.055000', '162609.057000', '162609.060000', '162609.063000', '162609.065000', '162609.068000', '162609.071000', '162609.073000', '162609.076000', '162609.078000', '162609.081000', '162609.084000', '162609.086000', '162609.089000', '162609.092000', '162609.094000', '162609.097000', '162609.100000', '162609.102000', '162609.105000', '162609.108000', '162609.110000', '162609.113000', '162609.116000', '162609.118000', '162609.121000', '162609.123000', '162609.126000', '162609.129000', '162609.131000', '162609.134000', '162609.137000', '162609.139000', '162629.028000', '162629.031000', '162629.034000', '162629.037000', '162629.039000', '162629.042000', '162629.044000', '162629.047000', '162629.050000', '162629.052000', '162629.055000', '162629.058000', '162629.060000', '162629.063000', '162629.065000', '162629.068000', '162629.071000', '162629.073000', '162629.076000', '162629.078000', '162629.081000', '162629.084000', '162629.086000', '162629.089000', '162629.092000', '162629.094000', '162629.097000', '162629.100000', '162629.102000', '162629.105000', '162629.107000', '162629.110000', '162629.113000', '162629.115000', '162629.118000', '162629.120000', '162629.123000', '162629.126000', '162629.128000', '162629.131000', '162629.134000', '162629.136000', '162629.139000', '162629.141000', '162649.030000', '162649.032000', '162649.035000', '162649.038000', '162649.040000', '162649.043000', '162649.046000', '162649.048000', '162649.051000', '162649.054000', '162649.056000', '162649.059000', '162649.062000', '162649.064000', '162649.067000', '162649.070000', '162649.072000', '162649.075000', '162649.078000', '162649.080000', '162649.083000', '162649.086000', '162649.097000', '162649.100000', '162649.102000', '162649.105000', '162649.108000', '162649.111000', '162649.115000', '162649.117000', '162649.120000', '162649.123000', '162649.125000', '162649.128000', '162649.131000', '162649.133000', '162649.136000', '162649.139000', '162649.141000', '162649.144000', '162649.147000', '162649.149000', '162649.152000', '162709.030000', '162709.032000', '162709.035000', '162709.038000', '162709.040000', '162709.043000', '162709.046000', '162709.048000', '162709.051000', '162709.054000', '162709.056000', '162709.059000', '162709.061000', '162709.064000', '162709.067000', '162709.069000', '162709.072000', '162709.074000', '162709.077000', '162709.080000', '162709.082000', '162709.085000', '162709.087000', '162709.091000', '162709.093000', '162709.096000', '162709.098000', '162709.101000', '162709.104000', '162709.106000', '162709.109000', '162709.112000', '162709.114000', '162709.117000', '162709.120000', '162709.122000', '162709.125000', '162709.128000', '162709.130000', '162709.133000', '162709.136000', '162709.138000', '162709.141000', '162709.144000', '162729.029000', '162729.032000', '162729.034000', '162729.037000', '162729.040000', '162729.042000', '162729.045000', '162729.048000', '162729.050000', '162729.053000', '162729.056000', '162729.058000', '162729.061000', '162729.064000', '162729.066000', '162729.069000', '162729.071000', '162729.074000', '162729.077000', '162729.079000', '162729.082000', '162729.085000', '162729.087000', '162729.090000', '162729.093000', '162729.095000', '162729.098000', '162729.100000', '162729.103000', '162729.106000', '162729.109000', '162729.111000', '162729.114000', '162729.117000', '162729.120000', '162729.122000', '162729.125000', '162729.128000', '162729.130000', '162729.133000', '162729.136000', '162729.138000', '162729.141000', '162749.029000', '162749.032000', '162749.034000', '162749.037000', '162749.040000', '162749.042000', '162749.045000', '162749.048000', '162749.062000', '162749.065000', '162749.068000', '162749.070000', '162749.073000', '162749.076000', '162749.088000', '162749.091000', '162749.094000', '162749.096000', '162749.099000', '162749.102000', '162749.104000', '162749.107000', '162749.110000', '162749.112000', '162749.115000', '162749.117000', '162749.120000', '162749.123000', '162749.125000', '162749.128000', '162749.131000', '162749.133000', '162749.136000', '162749.139000', '162749.141000', '162749.144000', '162749.146000', '162749.149000', '162749.152000', '162749.154000', '162749.157000', '162749.159000', '162749.162000', '162749.165000', '162809.028000', '162809.031000', '162809.034000', '162809.037000', '162809.039000', '162809.042000', '162809.044000', '162809.047000', '162809.050000', '162809.052000', '162809.055000', '162809.058000', '162809.060000', '162809.063000', '162809.065000', '162809.068000', '162809.071000', '162809.073000', '162809.076000', '162809.079000', '162809.081000', '162809.084000', '162809.087000', '162809.089000', '162809.092000', '162809.094000', '162809.097000', '162809.100000', '162809.102000', '162809.105000', '162809.107000', '162809.110000', '162809.122000', '162809.124000', '162809.127000', '162809.129000', '162809.132000', '162809.135000', '162809.137000', '162809.140000', '162809.142000', '162809.145000', '162809.148000', '162829.028000', '162829.031000', '162829.035000', '162829.038000', '162829.040000', '162829.043000', '162829.046000', '162829.048000', '162829.051000', '162829.053000', '162829.056000', '162829.059000', '162829.061000', '162829.064000', '162829.066000', '162829.069000', '162829.072000', '162829.074000', '162829.077000', '162829.080000', '162829.082000', '162829.085000', '162829.088000', '162829.090000', '162829.093000', '162829.096000', '162829.098000', '162829.101000', '162829.104000', '162829.106000', '162829.109000', '162829.112000', '162829.114000', '162829.117000', '162829.120000', '162829.123000', '162829.125000', '162829.128000', '162829.130000', '162829.133000', '162829.136000', '162829.138000', '162829.141000', '162829.143000', '162849.029000', '162849.031000', '162849.034000', '162849.037000', '162849.039000', '162849.042000', '162849.045000', '162849.047000', '162849.050000', '162849.053000', '162849.056000', '162849.058000', '162849.061000', '162849.064000', '162849.066000', '162849.069000', '162849.072000', '162849.074000', '162849.077000', '162849.079000', '162849.082000', '162849.085000', '162849.087000', '162849.090000', '162849.092000', '162849.095000', '162849.098000', '162849.100000', '162849.103000', '162849.105000', '162849.108000', '162849.111000', '162849.113000', '162849.116000', '162849.119000', '162849.121000', '162849.124000', '162849.126000', '162849.129000', '162849.132000', '162849.134000', '162849.137000', '162849.139000', '162909.030000', '162909.032000', '162909.035000', '162909.038000', '162909.040000', '162909.043000', '162909.045000', '162909.048000', '162909.051000', '162909.053000', '162909.056000', '162909.059000', '162909.061000', '162909.064000', '162909.066000', '162909.069000', '162909.072000', '162909.074000', '162909.077000', '162909.080000', '162909.082000', '162909.085000', '162909.088000', '162909.090000', '162909.093000', '162909.095000', '162909.098000', '162909.101000', '162909.103000', '162909.106000', '162909.108000', '162909.111000', '162909.114000', '162909.116000', '162909.119000', '162909.121000', '162909.124000', '162909.127000', '162909.129000', '162909.132000', '162909.134000', '162909.137000', '162909.140000', '162909.142000', '162929.030000', '162929.032000', '162929.035000', '162929.038000', '162929.040000', '162929.043000', '162929.045000', '162929.048000', '162929.051000', '162929.053000', '162929.056000', '162929.058000', '162929.061000', '162929.064000', '162929.066000', '162929.069000', '162929.072000', '162929.074000', '162929.077000', '162929.079000', '162929.082000', '162929.085000', '162929.087000', '162929.090000', '162929.092000', '162929.095000', '162929.098000', '162929.100000', '162929.103000', '162929.106000', '162929.108000', '162929.111000', '162929.113000', '162929.116000', '162929.119000', '162929.122000', '162929.125000', '162929.127000', '162929.130000', '162929.132000', '162929.135000', '162929.138000', '162929.140000', '162949.028000', '162949.031000', '162949.034000', '162949.037000', '162949.039000', '162949.042000', '162949.044000', '162949.047000', '162949.050000', '162949.052000', '162949.055000', '162949.057000', '162949.060000', '162949.063000', '162949.066000', '162949.068000', '162949.071000', '162949.074000', '162949.077000', '162949.080000', '162949.083000', '162949.085000', '162949.088000', '162949.091000', '162949.093000', '162949.096000', '162949.098000', '162949.101000', '162949.104000', '162949.106000', '162949.109000', '162949.112000', '162949.114000', '162949.117000', '162949.119000', '162949.122000', '162949.125000', '162949.127000', '162949.130000', '162949.133000', '162949.135000', '162949.138000', '162949.141000', '162949.143000', '163005.608000', '163005.611000', '163005.614000', '163005.617000', '163005.620000', '163005.622000', '163005.625000', '163005.628000', '163005.630000', '163005.633000', '163005.635000', '163005.638000', '163005.641000', '163005.643000', '163005.646000', '163005.649000', '163005.653000', '163005.656000', '163005.659000', '163005.662000', '163005.665000', '163005.669000', '163005.673000', '163005.677000', '163005.680000', '163005.682000', '163005.685000', '163005.691000', '163005.693000', '163005.696000', '163005.699000', '163005.704000', '163005.706000', '163005.709000', '163005.712000', '163005.715000'], 'InstanceCreationTime': ['162229.066000', '162229.069000', '162229.072000', '162229.075000', '162229.078000', '162229.081000', '162229.083000', '162229.086000', '162229.088000', '162229.105000', '162229.108000', '162229.111000', '162229.113000', '162229.116000', '162229.119000', '162229.123000', '162229.126000', '162229.128000', '162229.131000', '162229.134000', '162229.136000', '162229.139000', '162229.142000', '162249.028000', '162249.031000', '162249.034000', '162249.037000', '162249.039000', '162249.042000', '162249.044000', '162249.047000', '162249.050000', '162249.053000', '162249.056000', '162249.067000', '162249.069000', '162249.072000', '162249.074000', '162249.077000', '162249.080000', '162249.082000', '162249.085000', '162249.088000', '162249.090000', '162249.096000', '162249.099000', '162249.102000', '162249.104000', '162249.107000', '162249.109000', '162249.112000', '162249.114000', '162249.117000', '162249.120000', '162249.122000', '162249.125000', '162249.127000', '162249.130000', '162249.133000', '162249.135000', '162249.138000', '162249.140000', '162249.143000', '162249.146000', '162249.148000', '162249.151000', '162309.028000', '162309.031000', '162309.034000', '162309.036000', '162309.039000', '162309.042000', '162309.044000', '162309.047000', '162309.049000', '162309.052000', '162309.055000', '162309.057000', '162309.060000', '162309.062000', '162309.065000', '162309.067000', '162309.070000', '162309.073000', '162309.075000', '162309.078000', '162309.080000', '162309.083000', '162309.085000', '162309.088000', '162309.091000', '162309.093000', '162309.096000', '162309.098000', '162309.101000', '162309.103000', '162309.112000', '162309.115000', '162309.117000', '162309.120000', '162309.123000', '162309.125000', '162309.128000', '162309.130000', '162309.133000', '162309.136000', '162309.138000', '162309.141000', '162309.143000', '162309.146000', '162329.028000', '162329.031000', '162329.034000', '162329.036000', '162329.039000', '162329.042000', '162329.044000', '162329.047000', '162329.049000', '162329.052000', '162329.054000', '162329.057000', '162329.060000', '162329.062000', '162329.065000', '162329.068000', '162329.070000', '162329.073000', '162329.076000', '162329.078000', '162329.081000', '162329.083000', '162329.086000', '162329.089000', '162329.091000', '162329.094000', '162329.096000', '162329.099000', '162329.102000', '162329.104000', '162329.107000', '162329.110000', '162329.112000', '162329.116000', '162329.119000', '162329.122000', '162329.125000', '162329.127000', '162329.130000', '162329.132000', '162329.135000', '162329.138000', '162329.140000', '162349.028000', '162349.031000', '162349.072000', '162349.075000', '162349.077000', '162349.080000', '162349.083000', '162349.085000', '162349.088000', '162349.091000', '162349.093000', '162349.096000', '162349.098000', '162349.101000', '162349.103000', '162349.106000', '162349.109000', '162349.111000', '162349.114000', '162349.117000', '162349.119000', '162349.122000', '162349.124000', '162349.127000', '162349.129000', '162349.132000', '162349.135000', '162349.137000', '162349.140000', '162349.142000', '162349.145000', '162349.148000', '162349.150000', '162349.153000', '162349.155000', '162349.158000', '162349.161000', '162349.163000', '162349.166000', '162349.168000', '162349.171000', '162349.185000', '162349.188000', '162349.191000', '162409.029000', '162409.031000', '162409.034000', '162409.037000', '162409.039000', '162409.042000', '162409.045000', '162409.047000', '162409.050000', '162409.052000', '162409.055000', '162409.058000', '162409.060000', '162409.063000', '162409.065000', '162409.068000', '162409.071000', '162409.073000', '162409.076000', '162409.079000', '162409.081000', '162409.084000', '162409.086000', '162409.089000', '162409.092000', '162409.094000', '162409.097000', '162409.099000', '162409.102000', '162409.105000', '162409.108000', '162409.111000', '162409.114000', '162409.117000', '162409.120000', '162409.122000', '162409.125000', '162409.127000', '162409.130000', '162409.132000', '162409.135000', '162409.138000', '162409.140000', '162429.029000', '162429.032000', '162429.035000', '162429.038000', '162429.040000', '162429.043000', '162429.045000', '162429.048000', '162429.051000', '162429.053000', '162429.056000', '162429.058000', '162429.061000', '162429.063000', '162429.066000', '162429.069000', '162429.071000', '162429.074000', '162429.077000', '162429.079000', '162429.082000', '162429.084000', '162429.087000', '162429.090000', '162429.092000', '162429.095000', '162429.098000', '162429.100000', '162429.103000', '162429.106000', '162429.108000', '162429.111000', '162429.113000', '162429.116000', '162429.119000', '162429.121000', '162429.124000', '162429.127000', '162429.129000', '162429.132000', '162429.134000', '162429.137000', '162429.140000', '162429.142000', '162449.030000', '162449.032000', '162449.035000', '162449.038000', '162449.040000', '162449.043000', '162449.046000', '162449.048000', '162449.051000', '162449.054000', '162449.056000', '162449.059000', '162449.061000', '162449.064000', '162449.067000', '162449.069000', '162449.072000', '162449.074000', '162449.077000', '162449.080000', '162449.082000', '162449.085000', '162449.087000', '162449.090000', '162449.093000', '162449.095000', '162449.098000', '162449.101000', '162449.103000', '162449.106000', '162449.109000', '162449.111000', '162449.114000', '162449.117000', '162449.119000', '162449.122000', '162449.125000', '162449.127000', '162449.130000', '162449.132000', '162449.135000', '162449.138000', '162449.140000', '162509.028000', '162509.031000', '162509.034000', '162509.036000', '162509.039000', '162509.042000', '162509.044000', '162509.047000', '162509.049000', '162509.052000', '162509.055000', '162509.057000', '162509.060000', '162509.063000', '162509.065000', '162509.068000', '162509.070000', '162509.073000', '162509.075000', '162509.078000', '162509.081000', '162509.083000', '162509.086000', '162509.089000', '162509.091000', '162509.094000', '162509.097000', '162509.099000', '162509.102000', '162509.105000', '162509.107000', '162509.110000', '162509.112000', '162509.115000', '162509.118000', '162509.120000', '162509.123000', '162509.125000', '162509.128000', '162509.131000', '162509.133000', '162509.144000', '162509.147000', '162509.149000', '162529.028000', '162529.031000', '162529.034000', '162529.037000', '162529.039000', '162529.042000', '162529.045000', '162529.047000', '162529.050000', '162529.052000', '162529.055000', '162529.065000', '162529.068000', '162529.070000', '162529.073000', '162529.076000', '162529.078000', '162529.081000', '162529.083000', '162529.086000', '162529.088000', '162529.091000', '162529.094000', '162529.096000', '162529.099000', '162529.102000', '162529.104000', '162529.107000', '162529.109000', '162529.112000', '162529.115000', '162529.117000', '162529.120000', '162529.123000', '162529.125000', '162529.128000', '162529.130000', '162529.133000', '162529.136000', '162529.138000', '162529.141000', '162529.144000', '162529.146000', '162549.029000', '162549.031000', '162549.034000', '162549.037000', '162549.039000', '162549.042000', '162549.044000', '162549.047000', '162549.050000', '162549.052000', '162549.055000', '162549.058000', '162549.060000', '162549.063000', '162549.066000', '162549.068000', '162549.071000', '162549.073000', '162549.076000', '162549.079000', '162549.081000', '162549.084000', '162549.086000', '162549.089000', '162549.092000', '162549.094000', '162549.097000', '162549.100000', '162549.102000', '162549.105000', '162549.108000', '162549.110000', '162549.113000', '162549.115000', '162549.118000', '162549.120000', '162549.123000', '162549.126000', '162549.128000', '162549.131000', '162549.134000', '162549.136000', '162549.139000', '162549.141000', '162609.028000', '162609.031000', '162609.034000', '162609.037000', '162609.039000', '162609.042000', '162609.044000', '162609.047000', '162609.049000', '162609.052000', '162609.055000', '162609.057000', '162609.060000', '162609.063000', '162609.065000', '162609.068000', '162609.071000', '162609.073000', '162609.076000', '162609.078000', '162609.081000', '162609.084000', '162609.086000', '162609.089000', '162609.092000', '162609.094000', '162609.097000', '162609.100000', '162609.102000', '162609.105000', '162609.108000', '162609.110000', '162609.113000', '162609.116000', '162609.118000', '162609.121000', '162609.123000', '162609.126000', '162609.129000', '162609.131000', '162609.134000', '162609.137000', '162609.139000', '162629.028000', '162629.031000', '162629.034000', '162629.037000', '162629.039000', '162629.042000', '162629.044000', '162629.047000', '162629.050000', '162629.052000', '162629.055000', '162629.058000', '162629.060000', '162629.063000', '162629.065000', '162629.068000', '162629.071000', '162629.073000', '162629.076000', '162629.078000', '162629.081000', '162629.084000', '162629.086000', '162629.089000', '162629.092000', '162629.094000', '162629.097000', '162629.100000', '162629.102000', '162629.105000', '162629.107000', '162629.110000', '162629.113000', '162629.115000', '162629.118000', '162629.120000', '162629.123000', '162629.126000', '162629.128000', '162629.131000', '162629.134000', '162629.136000', '162629.139000', '162629.141000', '162649.030000', '162649.032000', '162649.035000', '162649.038000', '162649.040000', '162649.043000', '162649.046000', '162649.048000', '162649.051000', '162649.054000', '162649.056000', '162649.059000', '162649.062000', '162649.064000', '162649.067000', '162649.070000', '162649.072000', '162649.075000', '162649.078000', '162649.080000', '162649.083000', '162649.086000', '162649.097000', '162649.100000', '162649.102000', '162649.105000', '162649.108000', '162649.111000', '162649.115000', '162649.117000', '162649.120000', '162649.123000', '162649.125000', '162649.128000', '162649.131000', '162649.133000', '162649.136000', '162649.139000', '162649.141000', '162649.144000', '162649.147000', '162649.149000', '162649.152000', '162709.030000', '162709.032000', '162709.035000', '162709.038000', '162709.040000', '162709.043000', '162709.046000', '162709.048000', '162709.051000', '162709.054000', '162709.056000', '162709.059000', '162709.061000', '162709.064000', '162709.067000', '162709.069000', '162709.072000', '162709.074000', '162709.077000', '162709.080000', '162709.082000', '162709.085000', '162709.087000', '162709.091000', '162709.093000', '162709.096000', '162709.098000', '162709.101000', '162709.104000', '162709.106000', '162709.109000', '162709.112000', '162709.114000', '162709.117000', '162709.120000', '162709.122000', '162709.125000', '162709.128000', '162709.130000', '162709.133000', '162709.136000', '162709.138000', '162709.141000', '162709.144000', '162729.029000', '162729.032000', '162729.034000', '162729.037000', '162729.040000', '162729.042000', '162729.045000', '162729.048000', '162729.050000', '162729.053000', '162729.056000', '162729.058000', '162729.061000', '162729.064000', '162729.066000', '162729.069000', '162729.071000', '162729.074000', '162729.077000', '162729.079000', '162729.082000', '162729.085000', '162729.087000', '162729.090000', '162729.093000', '162729.095000', '162729.098000', '162729.100000', '162729.103000', '162729.106000', '162729.109000', '162729.111000', '162729.114000', '162729.117000', '162729.120000', '162729.122000', '162729.125000', '162729.128000', '162729.130000', '162729.133000', '162729.136000', '162729.138000', '162729.141000', '162749.029000', '162749.032000', '162749.034000', '162749.037000', '162749.040000', '162749.042000', '162749.045000', '162749.048000', '162749.062000', '162749.065000', '162749.068000', '162749.070000', '162749.073000', '162749.076000', '162749.088000', '162749.091000', '162749.094000', '162749.096000', '162749.099000', '162749.102000', '162749.104000', '162749.107000', '162749.110000', '162749.112000', '162749.115000', '162749.117000', '162749.120000', '162749.123000', '162749.125000', '162749.128000', '162749.131000', '162749.133000', '162749.136000', '162749.139000', '162749.141000', '162749.144000', '162749.146000', '162749.149000', '162749.152000', '162749.154000', '162749.157000', '162749.159000', '162749.162000', '162749.165000', '162809.028000', '162809.031000', '162809.034000', '162809.037000', '162809.039000', '162809.042000', '162809.044000', '162809.047000', '162809.050000', '162809.052000', '162809.055000', '162809.058000', '162809.060000', '162809.063000', '162809.065000', '162809.068000', '162809.071000', '162809.073000', '162809.076000', '162809.079000', '162809.081000', '162809.084000', '162809.087000', '162809.089000', '162809.092000', '162809.094000', '162809.097000', '162809.100000', '162809.102000', '162809.105000', '162809.107000', '162809.110000', '162809.122000', '162809.124000', '162809.127000', '162809.129000', '162809.132000', '162809.135000', '162809.137000', '162809.140000', '162809.142000', '162809.145000', '162809.148000', '162829.028000', '162829.031000', '162829.035000', '162829.038000', '162829.040000', '162829.043000', '162829.046000', '162829.048000', '162829.051000', '162829.053000', '162829.056000', '162829.059000', '162829.061000', '162829.064000', '162829.066000', '162829.069000', '162829.072000', '162829.074000', '162829.077000', '162829.080000', '162829.082000', '162829.085000', '162829.088000', '162829.090000', '162829.093000', '162829.096000', '162829.098000', '162829.101000', '162829.104000', '162829.106000', '162829.109000', '162829.112000', '162829.114000', '162829.117000', '162829.120000', '162829.123000', '162829.125000', '162829.128000', '162829.130000', '162829.133000', '162829.136000', '162829.138000', '162829.141000', '162829.143000', '162849.029000', '162849.031000', '162849.034000', '162849.037000', '162849.039000', '162849.042000', '162849.045000', '162849.047000', '162849.050000', '162849.053000', '162849.056000', '162849.058000', '162849.061000', '162849.064000', '162849.066000', '162849.069000', '162849.072000', '162849.074000', '162849.077000', '162849.079000', '162849.082000', '162849.085000', '162849.087000', '162849.090000', '162849.092000', '162849.095000', '162849.098000', '162849.100000', '162849.103000', '162849.105000', '162849.108000', '162849.111000', '162849.113000', '162849.116000', '162849.119000', '162849.121000', '162849.124000', '162849.126000', '162849.129000', '162849.132000', '162849.134000', '162849.137000', '162849.139000', '162909.030000', '162909.032000', '162909.035000', '162909.038000', '162909.040000', '162909.043000', '162909.045000', '162909.048000', '162909.051000', '162909.053000', '162909.056000', '162909.059000', '162909.061000', '162909.064000', '162909.066000', '162909.069000', '162909.072000', '162909.074000', '162909.077000', '162909.080000', '162909.082000', '162909.085000', '162909.088000', '162909.090000', '162909.093000', '162909.095000', '162909.098000', '162909.101000', '162909.103000', '162909.106000', '162909.108000', '162909.111000', '162909.114000', '162909.116000', '162909.119000', '162909.121000', '162909.124000', '162909.127000', '162909.129000', '162909.132000', '162909.134000', '162909.137000', '162909.140000', '162909.142000', '162929.030000', '162929.032000', '162929.035000', '162929.038000', '162929.040000', '162929.043000', '162929.045000', '162929.048000', '162929.051000', '162929.053000', '162929.056000', '162929.058000', '162929.061000', '162929.064000', '162929.066000', '162929.069000', '162929.072000', '162929.074000', '162929.077000', '162929.079000', '162929.082000', '162929.085000', '162929.087000', '162929.090000', '162929.092000', '162929.095000', '162929.098000', '162929.100000', '162929.103000', '162929.106000', '162929.108000', '162929.111000', '162929.113000', '162929.116000', '162929.119000', '162929.122000', '162929.125000', '162929.127000', '162929.130000', '162929.132000', '162929.135000', '162929.138000', '162929.140000', '162949.028000', '162949.031000', '162949.034000', '162949.037000', '162949.039000', '162949.042000', '162949.044000', '162949.047000', '162949.050000', '162949.052000', '162949.055000', '162949.057000', '162949.060000', '162949.063000', '162949.066000', '162949.068000', '162949.071000', '162949.074000', '162949.077000', '162949.080000', '162949.083000', '162949.085000', '162949.088000', '162949.091000', '162949.093000', '162949.096000', '162949.098000', '162949.101000', '162949.104000', '162949.106000', '162949.109000', '162949.112000', '162949.114000', '162949.117000', '162949.119000', '162949.122000', '162949.125000', '162949.127000', '162949.130000', '162949.133000', '162949.135000', '162949.138000', '162949.141000', '162949.143000', '163005.608000', '163005.611000', '163005.614000', '163005.617000', '163005.620000', '163005.622000', '163005.625000', '163005.628000', '163005.630000', '163005.633000', '163005.635000', '163005.638000', '163005.641000', '163005.643000', '163005.646000', '163005.649000', '163005.653000', '163005.656000', '163005.659000', '163005.662000', '163005.665000', '163005.669000', '163005.673000', '163005.677000', '163005.680000', '163005.682000', '163005.685000', '163005.691000', '163005.693000', '163005.696000', '163005.699000', '163005.704000', '163005.706000', '163005.709000', '163005.712000', '163005.715000'], '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': [10242, 9095, 11578, 10152, 11499, 10729, 9813, 12402, 9931, 9979, 11324, 9741, 11820, 10392, 9754, 10902, 10025, 9326, 10353, 9769, 13498, 10092, 9960, 10534, 9465, 11326, 9774, 11513, 11040, 10069, 10406, 9266, 10860, 10276, 11513, 10262, 14281, 10327, 9439, 11134, 9965, 11654, 10538, 8149, 10574, 9665, 11336, 10653, 11322, 10252, 11900, 10771, 13255, 10600, 11248, 10675, 11772, 10910, 11221, 11697, 8943, 11491, 10209, 11249, 10033, 11386, 10316, 11430, 10092, 12778, 10131, 9013, 10565, 9085, 10624, 9769, 11213, 10191, 11454, 10029, 12237, 10659, 12532, 11425, 14977, 10665, 13278, 10689, 12442, 10666, 12604, 10765, 12073, 11094, 10237, 11192, 10178, 11178, 10379, 11680, 10579, 13942, 10669, 12410, 10376, 10643, 10469, 10087, 11346, 10990, 11862, 10054, 15657, 10688, 13456, 10659, 10070, 10839, 11105, 11358, 10599, 12414, 10628, 9911, 11261, 10635, 14048, 10484, 12293, 10348, 12251, 10643, 10352, 10963, 9823, 11843, 10411, 11893, 10173, 15154, 10749, 13201, 10638, 9241, 10356, 10063, 10957, 10194, 11368, 10123, 11936, 10343, 8925, 10305, 9429, 10495, 10456, 10824, 10789, 11405, 10000, 12276, 10199, 12242, 10450, 12766, 10936, 12605, 10379, 9232, 10229, 10327, 10992, 10869, 13218, 11453, 13413, 10981, 10433, 10684, 9956, 10497, 10367, 10444, 10714, 12309, 10862, 11096, 10864, 11321, 9956, 11646, 10598, 13814, 10365, 12617, 10365, 11326, 10175, 9712, 10377, 10464, 10984, 10095, 12607, 10719, 15495, 10309, 13146, 10476, 9619, 10348, 9241, 10477, 10290, 10350, 10600, 10895, 9999, 13830, 10385, 12092, 10630, 10078, 10487, 10319, 10214, 9775, 13504, 10338, 11668, 10611, 10108, 10822, 9321, 10655, 10470, 11402, 10645, 11983, 10526, 12562, 11243, 15784, 10653, 12192, 10452, 9667, 10356, 10282, 10999, 10170, 11655, 11218, 12907, 10770, 11456, 10643, 9727, 11034, 10559, 11763, 10783, 12559, 10505, 13350, 10267, 12045, 10553, 11435, 10378, 9488, 10697, 9391, 10650, 9871, 10192, 9807, 11105, 9873, 11787, 10210, 11954, 10587, 13015, 10405, 9561, 10088, 9763, 10196, 10268, 10942, 10483, 10865, 10663, 11460, 9943, 11601, 10672, 13692, 10533, 12608, 10259, 9356, 10268, 9743, 10351, 10394, 11456, 11075, 16910, 10662, 15418, 10476, 16641, 10488, 13956, 10441, 13238, 10536, 12903, 10543, 13680, 10367, 9976, 10373, 9321, 10294, 10032, 10366, 10224, 11230, 10862, 11038, 9976, 9287, 10061, 9506, 10226, 10715, 11483, 10878, 11446, 11427, 12914, 10505, 9301, 10295, 8957, 10437, 9340, 10823, 9746, 10181, 10302, 10551, 10091, 10770, 9739, 10946, 9887, 10942, 11128, 11531, 9983, 8377, 10128, 9838, 10221, 10294, 12414, 12002, 10646, 10972, 8995, 10484, 9146, 10396, 9955, 10637, 10381, 10844, 10373, 10675, 10861, 10770, 10630, 10790, 9987, 10408, 11079, 13509, 11137, 9453, 10774, 8721, 10491, 9518, 10256, 10359, 10785, 10317, 10957, 11325, 15364, 11189, 9085, 10189, 8867, 10431, 10001, 10617, 10812, 12655, 11063, 13290, 10454, 13001, 10437, 13096, 10418, 10263, 10354, 10351, 10427, 9986, 11635, 10840, 12611, 10486, 9591, 10207, 10066, 11086, 11081, 11998, 11698, 12321, 10678, 14215, 10647, 12443, 10320, 12858, 10999, 12489, 10604, 12100, 10033, 12923, 10198, 15054, 9953, 10274, 9867, 8312, 9727, 9481, 9864, 10533, 14740, 10437, 9204, 9997, 9434, 10114, 10163, 10753, 10602, 13789, 10540, 12991, 10163, 12029, 10122, 10656, 10589, 10092, 11150, 10457, 12757, 10274, 9825, 10448, 10102, 12887, 10406, 12492, 10258, 10481, 10058, 9715, 10483, 9927, 11601, 10215, 13319, 10380, 11202, 9878, 9251, 10353, 9572, 10108, 10026, 11000, 10664, 13313, 10024, 12168, 10108, 12149, 9707, 9076, 10259, 9453, 10343, 9586, 11318, 9918, 15555, 9662, 10263, 9764, 9192, 9750, 9700, 12671, 10915, 8779, 9700, 9347, 10142, 11062, 16112, 11086, 9288, 9761, 9104, 10294, 9940, 11162, 11441, 12817, 10617, 12506, 10164, 12029, 10832, 9633, 9829, 9196, 9704, 9551, 9798, 9972, 12566, 10991, 8586, 10497, 8520, 9675, 11804, 11224, 11025, 8460, 9534, 9066, 9918, 10095, 11280, 11201, 10540, 9515, 10978, 10362, 11607, 11118, 15572, 10959, 9403, 9512, 9188, 9892, 9066, 10283, 10968, 13222, 9774, 9678, 9749, 10022, 10372, 9257, 11031, 9839, 11202, 10414, 16510, 9824, 13407, 9941, 9419, 9623, 9207, 10142, 10073, 10196, 10104, 10508, 10402, 11968, 9837, 10540, 9994, 9562, 10145, 9783, 10396, 10735, 16602, 9568, 11067, 9811, 9143, 11153, 9868, 10185, 10081, 10805, 10583, 12349, 9404, 10528, 9549, 9359, 10246, 8741, 10577, 9532, 10884, 11108, 12271, 9585, 9123, 10004, 8780, 10422, 10707, 14533, 10530, 10556, 10125, 9194, 10264, 9468, 10357, 9898, 11433, 11358, 13243, 10608, 11738, 9634, 10739, 9524, 9423, 9581, 8980, 10237, 10571, 8720, 9919, 8941, 10308, 9446, 10995, 8912, 10390, 10747, 10842, 10003, 11769, 8856, 11709, 9039, 10781, 10126, 10283, 10206, 9981, 10391, 10052, 10573, 11246, 10434, 11566, 10822, 11593, 11410, 15737, 10579, 12322, 9904, 13234, 10360, 12606, 10862, 11362, 11244, 12969, 9848, 12388, 9480, 12573, 9489, 12819, 9720, 12518, 9303, 9236, 9268, 8574, 9595, 8945, 9427, 8838, 9452, 9045, 9564, 9154, 9524, 9807, 10787, 9421, 10009, 9686, 10037, 9532, 10546, 9648, 10327, 9945, 9942, 9106, 10238, 9721, 10105, 10385, 10408, 11086, 16019, 10909, 12224, 11167, 10683, 11140, 10522, 11089, 9384, 10495, 9584, 10459, 9627, 10855, 10075, 10458, 9976, 10416, 9324, 10578, 9744, 10416, 10957, 11088, 10857, 13501, 10842, 14409, 10850, 12327, 10703, 10574, 10566, 8865, 9939, 9264, 10450, 10197, 10368, 12031, 12911, 11141, 8730, 10009, 8728, 10138, 9317, 11088, 10237, 10535, 10422, 10740, 10577, 11010, 11081, 13526, 11151, 12783, 10961, 9210, 10179, 9654, 12817, 10471, 11777, 10554, 12027, 10874, 10599, 11332, 10094, 11191, 10184, 11362, 11094, 11987, 11444, 11846, 11448, 16766, 10643, 8793, 10175, 9030, 10635, 10481, 11278, 10767, 14062, 10414, 11090, 10831, 9692, 10930, 10496, 11401, 10758, 15971, 10361, 12297, 10577, 9667, 10334, 10186, 11957, 10511, 14612, 10136, 13649, 10429, 9884, 10511, 9370, 10928, 10103, 11166, 10751, 15622, 10197, 9106, 9975, 8491, 10224, 8803, 10253, 9907, 10403, 10759, 11257, 10604, 13487, 9896, 12737, 10222, 9863, 10955, 9155, 10224, 9196, 10622, 10630, 13422, 10234, 12237, 9585, 10909, 10047, 9997, 10532, 9114, 10971, 10016, 11312, 11211, 15447, 9913, 8991, 9964, 8704, 10399, 9606, 10438, 10460, 12904, 10553, 12563, 9900, 12732, 9879, 12038, 10098, 9834, 10282, 10238, 11094, 10038, 15277, 9887, 13042, 10233, 11766, 10402, 9412, 10602, 9948, 10732, 10071, 13431, 10122, 13471, 10047, 9546, 10117, 9139, 10736, 10143, 11548, 11197, 13240, 10093, 10473, 10132, 10197, 10551, 10568, 10998, 10331, 13949, 10046, 9188, 10083, 10022, 10274, 10764, 12670, 9828, 9238, 10475, 9639, 11171, 10598, 8881, 10191, 9705, 10798, 10176, 15525, 10232, 9243, 10483, 10202, 13264, 10307, 12969, 10481, 9656, 10935, 10154, 13758, 10224, 13651, 10373, 9201, 10486, 9672, 11742, 10968, 13182, 10311, 9040, 10522, 10421, 12172, 9945, 12904, 9817, 9602, 10597, 10016, 14889, 9499, 11034, 10096, 11275, 11230], 'WindowCenter': [4689.0, 4655.0, 4670.0, 4651.0, 4657.0, 4647.0, 4636.0, 4655.0, 4635.0, 4637.0, 4657.0, 4636.0, 4644.0, 4634.0, 4634.0, 4644.0, 4648.0, 4639.0, 4660.0, 4661.0, 4691.0, 4663.0, 4661.0, 4672.0, 4663.0, 4685.0, 4664.0, 4671.0, 4661.0, 4649.0, 4660.0, 4649.0, 4659.0, 4660.0, 4669.0, 4663.0, 4690.0, 4663.0, 4652.0, 4673.0, 4662.0, 4670.0, 4672.0, 4631.0, 4672.0, 4662.0, 4684.0, 4688.0, 4687.0, 4675.0, 4682.0, 4673.0, 4681.0, 4673.0, 4671.0, 4674.0, 4682.0, 4674.0, 4670.0, 4672.0, 4640.0, 4671.0, 4660.0, 4671.0, 4662.0, 4671.0, 4661.0, 4668.0, 4660.0, 4679.0, 4662.0, 4650.0, 4673.0, 4663.0, 4675.0, 4663.0, 4673.0, 4663.0, 4672.0, 4663.0, 4682.0, 4674.0, 4683.0, 4672.0, 4689.0, 4662.0, 4677.0, 4659.0, 4666.0, 4659.0, 4668.0, 4660.0, 4668.0, 4657.0, 4646.0, 4657.0, 4646.0, 4657.0, 4659.0, 4669.0, 4659.0, 4677.0, 4659.0, 4666.0, 4660.0, 4660.0, 4660.0, 4648.0, 4658.0, 4658.0, 4657.0, 4649.0, 4688.0, 4661.0, 4678.0, 4660.0, 4648.0, 4656.0, 4658.0, 4658.0, 4660.0, 4679.0, 4672.0, 4662.0, 4670.0, 4660.0, 4689.0, 4660.0, 4668.0, 4660.0, 4669.0, 4662.0, 4659.0, 4656.0, 4636.0, 4656.0, 4646.0, 4655.0, 4648.0, 4688.0, 4659.0, 4665.0, 4646.0, 4636.0, 4646.0, 4646.0, 4657.0, 4661.0, 4670.0, 4660.0, 4668.0, 4660.0, 4638.0, 4661.0, 4662.0, 4662.0, 4659.0, 4661.0, 4660.0, 4658.0, 4649.0, 4668.0, 4648.0, 4668.0, 4671.0, 4680.0, 4660.0, 4666.0, 4647.0, 4648.0, 4659.0, 4660.0, 4670.0, 4671.0, 4692.0, 4696.0, 4693.0, 4674.0, 4671.0, 4672.0, 4659.0, 4663.0, 4661.0, 4662.0, 4671.0, 4670.0, 4657.0, 4656.0, 4656.0, 4657.0, 4647.0, 4655.0, 4659.0, 4676.0, 4659.0, 4666.0, 4660.0, 4670.0, 4659.0, 4648.0, 4648.0, 4658.0, 4658.0, 4659.0, 4668.0, 4660.0, 4700.0, 4664.0, 4678.0, 4660.0, 4649.0, 4660.0, 4649.0, 4660.0, 4662.0, 4661.0, 4660.0, 4660.0, 4661.0, 4689.0, 4662.0, 4681.0, 4674.0, 4660.0, 4661.0, 4660.0, 4659.0, 4662.0, 4690.0, 4673.0, 4684.0, 4684.0, 4673.0, 4673.0, 4651.0, 4672.0, 4672.0, 4672.0, 4662.0, 4672.0, 4660.0, 4669.0, 4661.0, 4687.0, 4659.0, 4667.0, 4659.0, 4660.0, 4660.0, 4660.0, 4671.0, 4659.0, 4669.0, 4671.0, 4692.0, 4672.0, 4669.0, 4659.0, 4649.0, 4659.0, 4660.0, 4680.0, 4670.0, 4668.0, 4659.0, 4676.0, 4660.0, 4666.0, 4659.0, 4667.0, 4658.0, 4647.0, 4659.0, 4637.0, 4659.0, 4660.0, 4659.0, 4648.0, 4657.0, 4658.0, 4666.0, 4660.0, 4678.0, 4671.0, 4678.0, 4658.0, 4646.0, 4660.0, 4649.0, 4661.0, 4660.0, 4659.0, 4659.0, 4658.0, 4659.0, 4668.0, 4659.0, 4670.0, 4672.0, 4690.0, 4662.0, 4678.0, 4659.0, 4650.0, 4671.0, 4663.0, 4674.0, 4672.0, 4682.0, 4683.0, 4710.0, 4673.0, 4702.0, 4674.0, 4709.0, 4661.0, 4678.0, 4659.0, 4666.0, 4659.0, 4667.0, 4657.0, 4665.0, 4645.0, 4635.0, 4646.0, 4635.0, 4647.0, 4659.0, 4659.0, 4658.0, 4657.0, 4659.0, 4657.0, 4651.0, 4650.0, 4661.0, 4652.0, 4659.0, 4660.0, 4667.0, 4669.0, 4669.0, 4671.0, 4679.0, 4659.0, 4648.0, 4659.0, 4638.0, 4660.0, 4649.0, 4660.0, 4649.0, 4659.0, 4660.0, 4659.0, 4658.0, 4658.0, 4648.0, 4659.0, 4661.0, 4659.0, 4671.0, 4667.0, 4650.0, 4639.0, 4659.0, 4660.0, 4661.0, 4672.0, 4681.0, 4683.0, 4671.0, 4673.0, 4653.0, 4675.0, 4663.0, 4675.0, 4661.0, 4662.0, 4660.0, 4662.0, 4660.0, 4659.0, 4659.0, 4658.0, 4658.0, 4656.0, 4648.0, 4660.0, 4680.0, 4690.0, 4671.0, 4649.0, 4671.0, 4639.0, 4673.0, 4663.0, 4661.0, 4661.0, 4671.0, 4662.0, 4670.0, 4683.0, 4701.0, 4674.0, 4651.0, 4661.0, 4651.0, 4672.0, 4674.0, 4672.0, 4672.0, 4690.0, 4673.0, 4679.0, 4661.0, 4679.0, 4672.0, 4679.0, 4659.0, 4647.0, 4649.0, 4647.0, 4657.0, 4650.0, 4670.0, 4672.0, 4678.0, 4660.0, 4650.0, 4660.0, 4661.0, 4670.0, 4683.0, 4681.0, 4670.0, 4669.0, 4660.0, 4676.0, 4658.0, 4666.0, 4649.0, 4667.0, 4657.0, 4655.0, 4646.0, 4653.0, 4635.0, 4665.0, 4647.0, 4685.0, 4648.0, 4644.0, 4636.0, 4626.0, 4648.0, 4660.0, 4660.0, 4672.0, 4688.0, 4673.0, 4650.0, 4661.0, 4651.0, 4673.0, 4673.0, 4672.0, 4661.0, 4679.0, 4661.0, 4677.0, 4659.0, 4679.0, 4660.0, 4658.0, 4658.0, 4648.0, 4655.0, 4658.0, 4678.0, 4660.0, 4647.0, 4659.0, 4660.0, 4678.0, 4660.0, 4679.0, 4663.0, 4659.0, 4649.0, 4648.0, 4647.0, 4648.0, 4668.0, 4660.0, 4677.0, 4648.0, 4655.0, 4648.0, 4636.0, 4648.0, 4649.0, 4648.0, 4648.0, 4656.0, 4658.0, 4676.0, 4651.0, 4680.0, 4661.0, 4667.0, 4649.0, 4638.0, 4658.0, 4647.0, 4659.0, 4661.0, 4658.0, 4650.0, 4687.0, 4649.0, 4647.0, 4662.0, 4651.0, 4660.0, 4660.0, 4679.0, 4670.0, 4640.0, 4661.0, 4662.0, 4673.0, 4684.0, 4711.0, 4673.0, 4651.0, 4661.0, 4650.0, 4672.0, 4663.0, 4670.0, 4670.0, 4668.0, 4660.0, 4679.0, 4663.0, 4668.0, 4660.0, 4636.0, 4648.0, 4637.0, 4648.0, 4649.0, 4646.0, 4649.0, 4665.0, 4658.0, 4638.0, 4670.0, 4652.0, 4661.0, 4684.0, 4671.0, 4674.0, 4643.0, 4664.0, 4652.0, 4665.0, 4664.0, 4661.0, 4658.0, 4659.0, 4638.0, 4657.0, 4649.0, 4659.0, 4658.0, 4686.0, 4657.0, 4635.0, 4647.0, 4648.0, 4660.0, 4650.0, 4657.0, 4660.0, 4677.0, 4650.0, 4649.0, 4650.0, 4649.0, 4648.0, 4637.0, 4656.0, 4647.0, 4654.0, 4659.0, 4699.0, 4649.0, 4664.0, 4648.0, 4635.0, 4636.0, 4636.0, 4648.0, 4647.0, 4646.0, 4646.0, 4644.0, 4648.0, 4667.0, 4661.0, 4657.0, 4649.0, 4649.0, 4658.0, 4649.0, 4658.0, 4671.0, 4700.0, 4650.0, 4658.0, 4648.0, 4637.0, 4657.0, 4650.0, 4648.0, 4648.0, 4646.0, 4646.0, 4667.0, 4648.0, 4660.0, 4649.0, 4637.0, 4648.0, 4639.0, 4656.0, 4650.0, 4659.0, 4668.0, 4665.0, 4649.0, 4637.0, 4648.0, 4638.0, 4657.0, 4671.0, 4689.0, 4660.0, 4658.0, 4659.0, 4649.0, 4659.0, 4650.0, 4660.0, 4661.0, 4658.0, 4658.0, 4668.0, 4657.0, 4667.0, 4649.0, 4657.0, 4649.0, 4650.0, 4649.0, 4640.0, 4646.0, 4660.0, 4638.0, 4661.0, 4651.0, 4675.0, 4663.0, 4672.0, 4653.0, 4661.0, 4660.0, 4659.0, 4650.0, 4669.0, 4639.0, 4656.0, 4626.0, 4645.0, 4635.0, 4645.0, 4649.0, 4647.0, 4647.0, 4646.0, 4658.0, 4654.0, 4659.0, 4668.0, 4670.0, 4671.0, 4672.0, 4688.0, 4659.0, 4668.0, 4660.0, 4678.0, 4661.0, 4679.0, 4670.0, 4658.0, 4658.0, 4666.0, 4648.0, 4665.0, 4648.0, 4665.0, 4648.0, 4666.0, 4650.0, 4667.0, 4638.0, 4636.0, 4639.0, 4637.0, 4649.0, 4638.0, 4650.0, 4639.0, 4652.0, 4651.0, 4661.0, 4651.0, 4663.0, 4661.0, 4660.0, 4649.0, 4649.0, 4648.0, 4649.0, 4648.0, 4661.0, 4661.0, 4660.0, 4650.0, 4648.0, 4640.0, 4659.0, 4650.0, 4661.0, 4660.0, 4659.0, 4671.0, 4698.0, 4671.0, 4679.0, 4672.0, 4672.0, 4684.0, 4661.0, 4671.0, 4649.0, 4661.0, 4651.0, 4660.0, 4662.0, 4670.0, 4650.0, 4660.0, 4648.0, 4659.0, 4649.0, 4661.0, 4650.0, 4657.0, 4659.0, 4657.0, 4660.0, 4678.0, 4670.0, 4689.0, 4672.0, 4680.0, 4671.0, 4659.0, 4661.0, 4650.0, 4660.0, 4651.0, 4661.0, 4672.0, 4662.0, 4683.0, 4680.0, 4672.0, 4641.0, 4663.0, 4650.0, 4675.0, 4663.0, 4683.0, 4661.0, 4662.0, 4662.0, 4671.0, 4660.0, 4659.0, 4670.0, 4691.0, 4683.0, 4681.0, 4671.0, 4651.0, 4662.0, 4662.0, 4693.0, 4675.0, 4683.0, 4685.0, 4692.0, 4685.0, 4672.0, 4674.0, 4673.0, 4673.0, 4663.0, 4670.0, 4671.0, 4671.0, 4672.0, 4670.0, 4672.0, 4696.0, 4660.0, 4639.0, 4661.0, 4650.0, 4660.0, 4671.0, 4670.0, 4672.0, 4702.0, 4673.0, 4671.0, 4672.0, 4650.0, 4658.0, 4661.0, 4669.0, 4672.0, 4700.0, 4660.0, 4657.0, 4648.0, 4648.0, 4648.0, 4658.0, 4668.0, 4660.0, 4689.0, 4663.0, 4689.0, 4660.0, 4646.0, 4661.0, 4639.0, 4658.0, 4659.0, 4670.0, 4671.0, 4687.0, 4659.0, 4638.0, 4650.0, 4639.0, 4660.0, 4640.0, 4661.0, 4662.0, 4658.0, 4671.0, 4657.0, 4661.0, 4679.0, 4663.0, 4681.0, 4661.0, 4649.0, 4660.0, 4649.0, 4660.0, 4651.0, 4670.0, 4671.0, 4677.0, 4660.0, 4667.0, 4651.0, 4670.0, 4661.0, 4649.0, 4660.0, 4638.0, 4659.0, 4649.0, 4668.0, 4671.0, 4687.0, 4650.0, 4637.0, 4648.0, 4628.0, 4659.0, 4650.0, 4658.0, 4658.0, 4666.0, 4659.0, 4665.0, 4650.0, 4678.0, 4661.0, 4668.0, 4648.0, 4647.0, 4647.0, 4647.0, 4657.0, 4649.0, 4685.0, 4649.0, 4679.0, 4661.0, 4667.0, 4648.0, 4637.0, 4647.0, 4648.0, 4656.0, 4650.0, 4680.0, 4663.0, 4678.0, 4662.0, 4649.0, 4660.0, 4650.0, 4659.0, 4660.0, 4670.0, 4669.0, 4678.0, 4648.0, 4648.0, 4649.0, 4659.0, 4660.0, 4658.0, 4658.0, 4647.0, 4675.0, 4648.0, 4648.0, 4661.0, 4662.0, 4661.0, 4670.0, 4678.0, 4650.0, 4649.0, 4661.0, 4650.0, 4658.0, 4660.0, 4637.0, 4648.0, 4649.0, 4660.0, 4662.0, 4698.0, 4660.0, 4649.0, 4659.0, 4660.0, 4690.0, 4673.0, 4677.0, 4659.0, 4649.0, 4658.0, 4659.0, 4689.0, 4661.0, 4677.0, 4648.0, 4637.0, 4657.0, 4648.0, 4669.0, 4660.0, 4667.0, 4649.0, 4638.0, 4658.0, 4659.0, 4668.0, 4661.0, 4682.0, 4650.0, 4649.0, 4658.0, 4648.0, 4687.0, 4651.0, 4669.0, 4661.0, 4659.0, 4658.0], 'WindowWidth': [10266.0, 10208.0, 10222.0, 10193.0, 10195.0, 10180.0, 10164.0, 10186.0, 10161.0, 10168.0, 10197.0, 10164.0, 10172.0, 10158.0, 10159.0, 10173.0, 10185.0, 10175.0, 10208.0, 10212.0, 10250.0, 10216.0, 10209.0, 10227.0, 10215.0, 10248.0, 10216.0, 10220.0, 10207.0, 10187.0, 10203.0, 10189.0, 10204.0, 10208.0, 10218.0, 10213.0, 10246.0, 10214.0, 10201.0, 10230.0, 10211.0, 10220.0, 10225.0, 10170.0, 10227.0, 10215.0, 10246.0, 10258.0, 10254.0, 10237.0, 10239.0, 10229.0, 10234.0, 10229.0, 10220.0, 10233.0, 10239.0, 10232.0, 10220.0, 10226.0, 10178.0, 10221.0, 10205.0, 10222.0, 10213.0, 10222.0, 10207.0, 10215.0, 10206.0, 10230.0, 10212.0, 10194.0, 10231.0, 10219.0, 10236.0, 10215.0, 10229.0, 10214.0, 10226.0, 10214.0, 10239.0, 10233.0, 10242.0, 10226.0, 10243.0, 10210.0, 10224.0, 10203.0, 10207.0, 10204.0, 10214.0, 10207.0, 10212.0, 10197.0, 10180.0, 10195.0, 10181.0, 10195.0, 10205.0, 10217.0, 10204.0, 10225.0, 10203.0, 10207.0, 10205.0, 10206.0, 10207.0, 10187.0, 10201.0, 10199.0, 10197.0, 10189.0, 10240.0, 10208.0, 10228.0, 10205.0, 10185.0, 10196.0, 10200.0, 10200.0, 10207.0, 10229.0, 10226.0, 10214.0, 10220.0, 10207.0, 10242.0, 10206.0, 10215.0, 10207.0, 10218.0, 10211.0, 10204.0, 10196.0, 10166.0, 10192.0, 10181.0, 10191.0, 10186.0, 10242.0, 10204.0, 10204.0, 10180.0, 10165.0, 10181.0, 10181.0, 10199.0, 10210.0, 10220.0, 10208.0, 10213.0, 10207.0, 10174.0, 10212.0, 10215.0, 10214.0, 10205.0, 10209.0, 10205.0, 10200.0, 10190.0, 10213.0, 10188.0, 10214.0, 10224.0, 10234.0, 10208.0, 10210.0, 10186.0, 10187.0, 10206.0, 10208.0, 10222.0, 10226.0, 10257.0, 10266.0, 10259.0, 10233.0, 10223.0, 10227.0, 10204.0, 10215.0, 10208.0, 10213.0, 10225.0, 10220.0, 10197.0, 10195.0, 10195.0, 10195.0, 10184.0, 10192.0, 10203.0, 10222.0, 10203.0, 10209.0, 10207.0, 10220.0, 10205.0, 10188.0, 10188.0, 10202.0, 10201.0, 10205.0, 10214.0, 10209.0, 10264.0, 10217.0, 10228.0, 10207.0, 10189.0, 10207.0, 10190.0, 10209.0, 10214.0, 10211.0, 10206.0, 10207.0, 10211.0, 10244.0, 10213.0, 10238.0, 10231.0, 10208.0, 10211.0, 10209.0, 10207.0, 10215.0, 10249.0, 10233.0, 10247.0, 10250.0, 10230.0, 10232.0, 10198.0, 10228.0, 10226.0, 10225.0, 10212.0, 10227.0, 10210.0, 10217.0, 10207.0, 10238.0, 10203.0, 10209.0, 10206.0, 10209.0, 10210.0, 10206.0, 10222.0, 10205.0, 10218.0, 10226.0, 10254.0, 10229.0, 10218.0, 10208.0, 10191.0, 10203.0, 10207.0, 10235.0, 10222.0, 10213.0, 10203.0, 10220.0, 10207.0, 10209.0, 10206.0, 10212.0, 10201.0, 10183.0, 10203.0, 10172.0, 10205.0, 10208.0, 10204.0, 10186.0, 10199.0, 10202.0, 10210.0, 10209.0, 10232.0, 10224.0, 10226.0, 10204.0, 10183.0, 10206.0, 10190.0, 10211.0, 10208.0, 10206.0, 10202.0, 10201.0, 10203.0, 10215.0, 10206.0, 10222.0, 10227.0, 10248.0, 10211.0, 10228.0, 10205.0, 10193.0, 10224.0, 10219.0, 10235.0, 10230.0, 10241.0, 10243.0, 10277.0, 10229.0, 10268.0, 10233.0, 10274.0, 10210.0, 10226.0, 10203.0, 10208.0, 10205.0, 10213.0, 10199.0, 10202.0, 10178.0, 10163.0, 10182.0, 10166.0, 10184.0, 10205.0, 10205.0, 10203.0, 10199.0, 10205.0, 10197.0, 10195.0, 10195.0, 10214.0, 10199.0, 10205.0, 10206.0, 10212.0, 10220.0, 10221.0, 10226.0, 10232.0, 10206.0, 10189.0, 10206.0, 10176.0, 10207.0, 10192.0, 10209.0, 10192.0, 10204.0, 10204.0, 10204.0, 10203.0, 10200.0, 10189.0, 10206.0, 10210.0, 10205.0, 10221.0, 10211.0, 10193.0, 10177.0, 10207.0, 10208.0, 10213.0, 10229.0, 10240.0, 10244.0, 10224.0, 10230.0, 10201.0, 10236.0, 10218.0, 10236.0, 10211.0, 10214.0, 10207.0, 10211.0, 10208.0, 10206.0, 10206.0, 10201.0, 10200.0, 10196.0, 10189.0, 10207.0, 10239.0, 10247.0, 10224.0, 10192.0, 10224.0, 10181.0, 10232.0, 10218.0, 10213.0, 10211.0, 10223.0, 10215.0, 10224.0, 10246.0, 10266.0, 10232.0, 10196.0, 10212.0, 10196.0, 10230.0, 10234.0, 10229.0, 10228.0, 10251.0, 10230.0, 10230.0, 10211.0, 10231.0, 10227.0, 10232.0, 10203.0, 10184.0, 10191.0, 10185.0, 10198.0, 10192.0, 10223.0, 10229.0, 10230.0, 10208.0, 10193.0, 10208.0, 10210.0, 10224.0, 10245.0, 10239.0, 10221.0, 10216.0, 10206.0, 10222.0, 10201.0, 10207.0, 10188.0, 10212.0, 10198.0, 10189.0, 10178.0, 10183.0, 10165.0, 10202.0, 10185.0, 10232.0, 10185.0, 10174.0, 10167.0, 10153.0, 10188.0, 10210.0, 10210.0, 10227.0, 10243.0, 10227.0, 10193.0, 10211.0, 10197.0, 10232.0, 10231.0, 10226.0, 10210.0, 10231.0, 10209.0, 10225.0, 10204.0, 10232.0, 10206.0, 10200.0, 10200.0, 10185.0, 10192.0, 10201.0, 10229.0, 10207.0, 10186.0, 10203.0, 10206.0, 10227.0, 10208.0, 10232.0, 10215.0, 10202.0, 10192.0, 10186.0, 10184.0, 10185.0, 10215.0, 10207.0, 10223.0, 10185.0, 10190.0, 10185.0, 10165.0, 10187.0, 10192.0, 10188.0, 10185.0, 10194.0, 10200.0, 10222.0, 10195.0, 10234.0, 10211.0, 10211.0, 10190.0, 10173.0, 10202.0, 10184.0, 10205.0, 10209.0, 10201.0, 10193.0, 10238.0, 10190.0, 10184.0, 10211.0, 10199.0, 10209.0, 10208.0, 10233.0, 10224.0, 10181.0, 10211.0, 10214.0, 10232.0, 10247.0, 10280.0, 10231.0, 10196.0, 10212.0, 10196.0, 10228.0, 10216.0, 10222.0, 10221.0, 10214.0, 10207.0, 10229.0, 10216.0, 10214.0, 10206.0, 10168.0, 10185.0, 10169.0, 10189.0, 10190.0, 10181.0, 10191.0, 10207.0, 10203.0, 10175.0, 10223.0, 10205.0, 10215.0, 10247.0, 10224.0, 10233.0, 10189.0, 10219.0, 10200.0, 10223.0, 10219.0, 10211.0, 10202.0, 10204.0, 10172.0, 10197.0, 10189.0, 10202.0, 10200.0, 10234.0, 10198.0, 10165.0, 10184.0, 10188.0, 10209.0, 10193.0, 10200.0, 10205.0, 10223.0, 10193.0, 10189.0, 10195.0, 10191.0, 10187.0, 10171.0, 10194.0, 10183.0, 10189.0, 10203.0, 10257.0, 10191.0, 10202.0, 10186.0, 10163.0, 10168.0, 10167.0, 10188.0, 10184.0, 10181.0, 10181.0, 10175.0, 10186.0, 10211.0, 10209.0, 10198.0, 10190.0, 10189.0, 10200.0, 10191.0, 10201.0, 10223.0, 10258.0, 10192.0, 10198.0, 10187.0, 10170.0, 10199.0, 10192.0, 10187.0, 10185.0, 10180.0, 10181.0, 10207.0, 10187.0, 10204.0, 10191.0, 10172.0, 10187.0, 10174.0, 10194.0, 10192.0, 10204.0, 10216.0, 10207.0, 10189.0, 10171.0, 10186.0, 10174.0, 10200.0, 10224.0, 10246.0, 10209.0, 10200.0, 10205.0, 10189.0, 10202.0, 10194.0, 10207.0, 10209.0, 10201.0, 10200.0, 10213.0, 10199.0, 10209.0, 10190.0, 10196.0, 10191.0, 10193.0, 10191.0, 10177.0, 10184.0, 10207.0, 10175.0, 10211.0, 10196.0, 10234.0, 10217.0, 10228.0, 10199.0, 10209.0, 10207.0, 10204.0, 10192.0, 10218.0, 10175.0, 10194.0, 10152.0, 10176.0, 10163.0, 10176.0, 10189.0, 10184.0, 10186.0, 10181.0, 10201.0, 10191.0, 10204.0, 10216.0, 10223.0, 10222.0, 10224.0, 10241.0, 10205.0, 10215.0, 10209.0, 10228.0, 10210.0, 10233.0, 10221.0, 10200.0, 10200.0, 10207.0, 10187.0, 10204.0, 10187.0, 10205.0, 10188.0, 10209.0, 10193.0, 10210.0, 10175.0, 10168.0, 10176.0, 10173.0, 10192.0, 10175.0, 10194.0, 10178.0, 10200.0, 10195.0, 10211.0, 10197.0, 10217.0, 10211.0, 10208.0, 10190.0, 10193.0, 10189.0, 10191.0, 10188.0, 10212.0, 10211.0, 10207.0, 10193.0, 10189.0, 10179.0, 10204.0, 10197.0, 10210.0, 10210.0, 10205.0, 10222.0, 10257.0, 10225.0, 10233.0, 10229.0, 10228.0, 10246.0, 10211.0, 10226.0, 10193.0, 10213.0, 10197.0, 10211.0, 10213.0, 10224.0, 10194.0, 10206.0, 10188.0, 10204.0, 10189.0, 10208.0, 10195.0, 10200.0, 10205.0, 10199.0, 10207.0, 10229.0, 10222.0, 10245.0, 10229.0, 10235.0, 10225.0, 10204.0, 10209.0, 10192.0, 10209.0, 10196.0, 10210.0, 10228.0, 10215.0, 10244.0, 10235.0, 10228.0, 10184.0, 10216.0, 10197.0, 10235.0, 10218.0, 10246.0, 10211.0, 10214.0, 10213.0, 10223.0, 10209.0, 10205.0, 10223.0, 10252.0, 10244.0, 10236.0, 10225.0, 10195.0, 10214.0, 10217.0, 10257.0, 10236.0, 10243.0, 10252.0, 10258.0, 10252.0, 10228.0, 10234.0, 10229.0, 10230.0, 10217.0, 10222.0, 10225.0, 10224.0, 10226.0, 10222.0, 10225.0, 10253.0, 10206.0, 10176.0, 10209.0, 10193.0, 10207.0, 10225.0, 10221.0, 10230.0, 10270.0, 10231.0, 10222.0, 10226.0, 10193.0, 10203.0, 10208.0, 10217.0, 10224.0, 10260.0, 10206.0, 10195.0, 10186.0, 10186.0, 10186.0, 10200.0, 10214.0, 10207.0, 10243.0, 10216.0, 10245.0, 10208.0, 10181.0, 10207.0, 10175.0, 10200.0, 10205.0, 10220.0, 10224.0, 10239.0, 10205.0, 10173.0, 10192.0, 10175.0, 10206.0, 10180.0, 10212.0, 10212.0, 10203.0, 10222.0, 10199.0, 10209.0, 10230.0, 10217.0, 10235.0, 10211.0, 10190.0, 10206.0, 10189.0, 10205.0, 10197.0, 10222.0, 10224.0, 10225.0, 10205.0, 10211.0, 10196.0, 10221.0, 10210.0, 10191.0, 10208.0, 10175.0, 10203.0, 10191.0, 10217.0, 10224.0, 10240.0, 10193.0, 10169.0, 10187.0, 10158.0, 10206.0, 10194.0, 10201.0, 10201.0, 10209.0, 10203.0, 10207.0, 10192.0, 10227.0, 10209.0, 10216.0, 10188.0, 10183.0, 10184.0, 10185.0, 10197.0, 10190.0, 10235.0, 10191.0, 10231.0, 10209.0, 10212.0, 10188.0, 10170.0, 10184.0, 10186.0, 10196.0, 10191.0, 10233.0, 10214.0, 10229.0, 10211.0, 10191.0, 10207.0, 10191.0, 10205.0, 10210.0, 10220.0, 10219.0, 10225.0, 10189.0, 10185.0, 10190.0, 10205.0, 10206.0, 10200.0, 10200.0, 10184.0, 10221.0, 10188.0, 10187.0, 10210.0, 10215.0, 10209.0, 10220.0, 10227.0, 10194.0, 10190.0, 10209.0, 10196.0, 10201.0, 10206.0, 10171.0, 10189.0, 10189.0, 10207.0, 10211.0, 10256.0, 10207.0, 10187.0, 10202.0, 10207.0, 10248.0, 10229.0, 10225.0, 10207.0, 10190.0, 10199.0, 10203.0, 10245.0, 10209.0, 10222.0, 10187.0, 10169.0, 10196.0, 10186.0, 10216.0, 10207.0, 10209.0, 10188.0, 10171.0, 10198.0, 10202.0, 10212.0, 10211.0, 10237.0, 10194.0, 10190.0, 10202.0, 10189.0, 10238.0, 10196.0, 10219.0, 10210.0, 10204.0, 10200.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.0006914566929133858</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023791322637795275</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.91019000351727</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2144396320591133</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9907354252512317</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4892</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5740.6323</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08242122743049939</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.7874015748031497</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5143376575145857</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.453324396053643</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7703960248577024</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.319292551632412</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0055331</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013726855628192425</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03500034660100937</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1016</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.118498855527578</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>28.8811</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.0726</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.1431</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294056.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>898.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.8045</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8335</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.6989</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3840.1644</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4042.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82488.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1439.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4960.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>981.4196</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.14873191830702</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> |