=== 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-0124 --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-0124",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-01/func/sub-0124_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>8d779f0d3e2819ac03b1a7f3e49b5a49</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>18:49:31.160000</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.995947, -0.0742457, 0.0507618, 0.0668491, 0.988661, 0.134464]</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.0837814</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>35</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7768, -7246, 309, -100, -23, -48, 75]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>226.948</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dd35e3a3-74e4-4aca-9c32-ade29a084010||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.672053575515747, 0.17935122549533844, 0.16245774924755096, 98.93941497802734], [0.19919568300247192, 2.6525051593780518, 0.35241934657096863, -108.1888198852539], [0.13619007170200348, -0.36075711250305176, 2.671967029571533, -66.9495620727539], [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': ['184931.160000', '184931.620000', '184932.080000', '184932.540000', '184933.000000', '184933.460000', '184933.920000', '184934.380000', '184934.840000', '184935.300000', '184935.760000', '184936.220000', '184936.680000', '184937.140000', '184937.600000', '184938.060000', '184938.520000', '184938.980000', '184939.440000', '184939.900000', '184940.360000', '184940.820000', '184941.280000', '184941.740000', '184942.200000', '184942.660000', '184943.120000', '184943.580000', '184944.040000', '184944.500000', '184944.960000', '184945.420000', '184945.880000', '184946.340000', '184946.800000', '184947.260000', '184947.720000', '184948.180000', '184948.640000', '184949.100000', '184949.560000', '184950.020000', '184950.480000', '184950.940000', '184951.400000', '184951.860000', '184952.320000', '184952.780000', '184953.240000', '184953.700000', '184954.160000', '184954.620000', '184955.080000', '184955.540000', '184956.000000', '184956.460000', '184956.920000', '184957.380000', '184957.840000', '184958.300000', '184958.760000', '184959.220000', '184959.680000', '185000.140000', '185000.600000', '185001.060000', '185001.520000', '185001.980000', '185002.440000', '185002.900000', '185003.360000', '185003.820000', '185004.280000', '185004.740000', '185005.200000', '185005.660000', '185006.120000', '185006.580000', '185007.040000', '185007.500000', '185007.960000', '185008.420000', '185008.880000', '185009.340000', '185009.800000', '185010.260000', '185010.720000', '185011.180000', '185011.640000', '185012.100000', '185012.560000', '185013.020000', '185013.480000', '185013.940000', '185014.400000', '185014.860000', '185015.320000', '185015.780000', '185016.240000', '185016.700000', '185017.160000', '185017.620000', '185018.080000', '185018.540000', '185019.000000', '185019.460000', '185019.920000', '185020.380000', '185020.840000', '185021.300000', '185021.760000', '185022.220000', '185022.680000', '185023.140000', '185023.600000', '185024.060000', '185024.520000', '185024.980000', '185025.440000', '185025.900000', '185026.360000', '185026.820000', '185027.280000', '185027.740000', '185028.200000', '185028.660000', '185029.120000', '185029.580000', '185030.040000', '185030.500000', '185030.960000', '185031.420000', '185031.880000', '185032.340000', '185032.800000', '185033.260000', '185033.720000', '185034.180000', '185034.640000', '185035.100000', '185035.560000', '185036.020000', '185036.480000', '185036.940000', '185037.400000', '185037.860000', '185038.320000', '185038.780000', '185039.240000', '185039.700000', '185040.160000', '185040.620000', '185041.080000', '185041.540000', '185042.000000', '185042.460000', '185042.920000', '185043.380000', '185043.840000', '185044.300000', '185044.760000', '185045.220000', '185045.680000', '185046.140000', '185046.600000', '185047.060000', '185047.520000', '185047.980000', '185048.440000', '185048.900000', '185049.360000', '185049.820000', '185050.280000', '185050.740000', '185051.200000', '185051.660000', '185052.120000', '185052.580000', '185053.040000', '185053.500000', '185053.960000', '185054.420000', '185054.880000', '185055.340000', '185055.800000', '185056.260000', '185056.720000', '185057.180000', '185057.640000', '185058.100000', '185058.560000', '185059.020000', '185059.480000', '185059.940000', '185100.400000', '185100.860000', '185101.320000', '185101.780000', '185102.240000', '185102.700000', '185103.160000', '185103.620000', '185104.080000', '185104.540000', '185105.000000', '185105.460000', '185105.920000', '185106.380000', '185106.840000', '185107.300000', '185107.760000', '185108.220000', '185108.680000', '185109.140000', '185109.600000', '185110.060000', '185110.520000', '185110.980000', '185111.440000', '185111.900000', '185112.360000', '185112.820000', '185113.280000', '185113.740000', '185114.200000', '185114.660000', '185115.120000', '185115.580000', '185116.040000', '185116.500000', '185116.960000', '185117.420000', '185117.880000', '185118.340000', '185118.800000', '185119.260000', '185119.720000', '185120.180000', '185120.640000', '185121.100000', '185121.560000', '185122.020000', '185122.480000', '185122.940000', '185123.400000', '185123.860000', '185124.320000', '185124.780000', '185125.240000', '185125.700000', '185126.160000', '185126.620000', '185127.080000', '185127.540000', '185128.000000', '185128.460000', '185128.920000', '185129.380000', '185129.840000', '185130.300000', '185130.760000', '185131.220000', '185131.680000', '185132.140000', '185132.600000', '185133.060000', '185133.520000', '185133.980000', '185134.440000', '185134.900000', '185135.360000', '185135.820000', '185136.280000', '185136.740000', '185137.200000', '185137.660000', '185138.120000', '185138.580000', '185139.040000', '185139.500000', '185139.960000', '185140.420000', '185140.880000', '185141.340000', '185141.800000', '185142.260000', '185142.720000', '185143.180000', '185143.640000', '185144.100000', '185144.560000', '185145.020000', '185145.480000', '185145.940000', '185146.400000', '185146.860000', '185147.320000', '185147.780000', '185148.240000', '185148.700000', '185149.160000', '185149.620000', '185150.080000', '185150.540000', '185151.000000', '185151.460000', '185151.920000', '185152.380000', '185152.840000', '185153.300000', '185153.760000', '185154.220000', '185154.680000', '185155.140000', '185155.600000', '185156.060000', '185156.520000', '185156.980000', '185157.440000', '185157.900000', '185158.360000', '185158.820000', '185159.280000', '185159.740000', '185200.200000', '185200.660000', '185201.120000', '185201.580000', '185202.040000', '185202.500000', '185202.960000', '185203.420000', '185203.880000', '185204.340000', '185204.800000', '185205.260000', '185205.720000', '185206.180000', '185206.640000', '185207.100000', '185207.560000', '185208.020000', '185208.480000', '185208.940000', '185209.400000', '185209.860000', '185210.320000', '185210.780000', '185211.240000', '185211.700000', '185212.160000', '185212.620000', '185213.080000', '185213.540000', '185214.000000', '185214.460000', '185214.920000', '185215.380000', '185215.840000', '185216.300000', '185216.760000', '185217.220000', '185217.680000', '185218.140000', '185218.600000', '185219.060000', '185219.520000', '185219.980000', '185220.440000', '185220.900000', '185221.360000', '185221.820000', '185222.280000', '185222.740000', '185223.200000', '185223.660000', '185224.120000', '185224.580000', '185225.040000', '185225.500000', '185225.960000', '185226.420000', '185226.880000', '185227.340000', '185227.800000', '185228.260000', '185228.720000', '185229.180000', '185229.640000', '185230.100000', '185230.560000', '185231.020000', '185231.480000', '185231.940000', '185232.400000', '185232.860000', '185233.320000', '185233.780000', '185234.240000', '185234.700000', '185235.160000', '185235.620000', '185236.080000', '185236.540000', '185237.000000', '185237.460000', '185237.920000', '185238.380000', '185238.840000', '185239.300000', '185239.760000', '185240.220000', '185240.680000', '185241.140000', '185241.600000', '185242.060000', '185242.520000', '185242.980000', '185243.440000', '185243.900000', '185244.360000', '185244.820000', '185245.280000', '185245.740000', '185246.200000', '185246.660000', '185247.120000', '185247.580000', '185248.040000', '185248.500000', '185248.960000', '185249.420000', '185249.880000', '185250.340000', '185250.800000', '185251.260000', '185251.720000', '185252.180000', '185252.640000', '185253.100000', '185253.560000', '185254.020000', '185254.480000', '185254.940000', '185255.400000', '185255.860000', '185256.320000', '185256.780000', '185257.240000', '185257.700000', '185258.160000', '185258.620000', '185259.080000', '185259.540000', '185300.000000', '185300.460000', '185300.920000', '185301.380000', '185301.840000', '185302.300000', '185302.760000', '185303.220000', '185303.680000', '185304.140000', '185304.600000', '185305.060000', '185305.520000', '185305.980000', '185306.440000', '185306.900000', '185307.360000', '185307.820000', '185308.280000', '185308.740000', '185309.200000', '185309.660000', '185310.120000', '185310.580000', '185311.040000', '185311.500000', '185311.960000', '185312.420000', '185312.880000', '185313.340000', '185313.800000', '185314.260000', '185314.720000', '185315.180000', '185315.640000', '185316.100000', '185316.560000', '185317.020000', '185317.480000', '185317.940000', '185318.400000', '185318.860000', '185319.320000', '185319.780000', '185320.240000', '185320.700000', '185321.160000', '185321.620000', '185322.080000', '185322.540000', '185323.000000', '185323.460000', '185323.920000', '185324.380000', '185324.840000', '185325.300000', '185325.760000', '185326.220000', '185326.680000', '185327.140000', '185327.600000', '185328.060000', '185328.520000', '185328.980000', '185329.440000', '185329.900000', '185330.360000', '185330.820000', '185331.280000', '185331.740000', '185332.200000', '185332.660000', '185333.120000', '185333.580000', '185334.040000', '185334.500000', '185334.960000', '185335.420000', '185335.880000', '185336.340000', '185336.800000', '185337.260000', '185337.720000', '185338.180000', '185338.640000', '185339.100000', '185339.560000', '185340.020000', '185340.480000', '185340.940000', '185341.400000', '185341.860000', '185342.320000', '185342.780000', '185343.240000', '185343.700000', '185344.160000', '185344.620000', '185345.080000', '185345.540000', '185346.000000', '185346.460000', '185346.920000', '185347.380000', '185347.840000', '185348.300000', '185348.760000', '185349.220000', '185349.680000', '185350.140000', '185350.600000', '185351.060000', '185351.520000', '185351.980000', '185352.440000', '185352.900000', '185353.360000', '185353.820000', '185354.280000', '185354.740000', '185355.200000', '185355.660000', '185356.120000', '185356.580000', '185357.040000', '185357.500000', '185357.960000', '185358.420000', '185358.880000', '185359.340000', '185359.800000', '185400.260000', '185400.720000', '185401.180000', '185401.640000', '185402.100000', '185402.560000', '185403.020000', '185403.480000', '185403.940000', '185404.400000', '185404.860000', '185405.320000', '185405.780000', '185406.240000', '185406.700000', '185407.160000', '185407.620000', '185408.080000', '185408.540000', '185409.000000', '185409.460000', '185409.920000', '185410.380000', '185410.840000', '185411.300000', '185411.760000', '185412.220000', '185412.680000', '185413.140000', '185413.600000', '185414.060000', '185414.520000', '185414.980000', '185415.440000', '185415.900000', '185416.360000', '185416.820000', '185417.280000', '185417.740000', '185418.200000', '185418.660000', '185419.120000', '185419.580000', '185420.040000', '185420.500000', '185420.960000', '185421.420000', '185421.880000', '185422.340000', '185422.800000', '185423.260000', '185423.720000', '185424.180000', '185424.640000', '185425.100000', '185425.560000', '185426.020000', '185426.480000', '185426.940000', '185427.400000', '185427.860000', '185428.320000', '185428.780000', '185429.240000', '185429.700000', '185430.160000', '185430.620000', '185431.080000', '185431.540000', '185432.000000', '185432.460000', '185432.920000', '185433.380000', '185433.840000', '185434.300000', '185434.760000', '185435.220000', '185435.680000', '185436.140000', '185436.600000', '185437.060000', '185437.520000', '185437.980000', '185438.440000', '185438.900000', '185439.360000', '185439.820000', '185440.280000', '185440.740000', '185441.200000', '185441.660000', '185442.120000', '185442.580000', '185443.040000', '185443.500000', '185443.960000', '185444.420000', '185444.880000', '185445.340000', '185445.800000', '185446.260000', '185446.720000', '185447.180000', '185447.640000', '185448.100000', '185448.560000', '185449.020000', '185449.480000', '185449.940000', '185450.400000', '185450.860000', '185451.320000', '185451.780000', '185452.240000', '185452.700000', '185453.160000', '185453.620000', '185454.080000', '185454.540000', '185455.000000', '185455.460000', '185455.920000', '185456.380000', '185456.840000', '185457.300000', '185457.760000', '185458.220000', '185458.680000', '185459.140000', '185459.600000', '185500.060000', '185500.520000', '185500.980000', '185501.440000', '185501.900000', '185502.360000', '185502.820000', '185503.280000', '185503.740000', '185504.200000', '185504.660000', '185505.120000', '185505.580000', '185506.040000', '185506.500000', '185506.960000', '185507.420000', '185507.880000', '185508.340000', '185508.800000', '185509.260000', '185509.720000', '185510.180000', '185510.640000', '185511.100000', '185511.560000', '185512.020000', '185512.480000', '185512.940000', '185513.400000', '185513.860000', '185514.320000', '185514.780000', '185515.240000', '185515.700000', '185516.160000', '185516.620000', '185517.080000', '185517.540000', '185518.000000', '185518.460000', '185518.920000', '185519.380000', '185519.840000', '185520.300000', '185520.760000', '185521.220000', '185521.680000', '185522.140000', '185522.600000', '185523.060000', '185523.520000', '185523.980000', '185524.440000', '185524.900000', '185525.360000', '185525.820000', '185526.280000', '185526.740000', '185527.200000', '185527.660000', '185528.120000', '185528.580000', '185529.040000', '185529.500000', '185529.960000', '185530.420000', '185530.880000', '185531.340000', '185531.800000', '185532.260000', '185532.720000', '185533.180000', '185533.640000', '185534.100000', '185534.560000', '185535.020000', '185535.480000', '185535.940000', '185536.400000', '185536.860000', '185537.320000', '185537.780000', '185538.240000', '185538.700000', '185539.160000', '185539.620000', '185540.080000', '185540.540000', '185541.000000', '185541.460000', '185541.920000', '185542.380000', '185542.840000', '185543.300000', '185543.760000', '185544.220000', '185544.680000', '185545.140000', '185545.600000', '185546.060000', '185546.520000', '185546.980000', '185547.440000', '185547.900000', '185548.360000', '185548.820000', '185549.280000', '185549.740000', '185550.200000', '185550.660000', '185551.120000', '185551.580000', '185552.040000', '185552.500000', '185552.960000', '185553.420000', '185553.880000', '185554.340000', '185554.800000', '185555.260000', '185555.720000', '185556.180000', '185556.640000', '185557.100000', '185557.560000', '185558.020000', '185558.480000', '185558.940000', '185559.400000', '185559.860000', '185600.320000', '185600.780000', '185601.240000', '185601.700000', '185602.160000', '185602.620000', '185603.080000', '185603.540000', '185604.000000', '185604.460000', '185604.920000', '185605.380000', '185605.840000', '185606.300000', '185606.760000', '185607.220000', '185607.680000', '185608.140000', '185608.600000', '185609.060000', '185609.520000', '185609.980000', '185610.440000', '185610.900000', '185611.360000', '185611.820000', '185612.280000', '185612.740000', '185613.200000', '185613.660000', '185614.120000', '185614.580000', '185615.040000', '185615.500000', '185615.960000', '185616.420000', '185616.880000', '185617.340000', '185617.800000', '185618.260000', '185618.720000', '185619.180000', '185619.640000', '185620.100000', '185620.560000', '185621.020000', '185621.480000', '185621.940000', '185622.400000', '185622.860000', '185623.320000', '185623.780000', '185624.240000', '185624.700000', '185625.160000', '185625.620000', '185626.080000', '185626.540000', '185627.000000', '185627.460000', '185627.920000', '185628.380000', '185628.840000', '185629.300000', '185629.760000', '185630.220000', '185630.680000', '185631.140000', '185631.600000', '185632.060000', '185632.520000', '185632.980000', '185633.440000', '185633.900000', '185634.360000', '185634.820000', '185635.280000', '185635.740000', '185636.200000', '185636.660000', '185637.120000', '185637.580000', '185638.040000', '185638.500000', '185638.960000', '185639.420000', '185639.880000', '185640.340000', '185640.800000', '185641.260000', '185641.720000', '185642.180000', '185642.640000', '185643.100000', '185643.560000', '185644.020000', '185644.480000', '185644.940000', '185645.400000', '185645.860000', '185646.320000', '185646.780000', '185647.240000', '185647.700000', '185648.160000', '185648.620000', '185649.080000', '185649.540000', '185650.000000', '185650.460000', '185650.920000', '185651.380000', '185651.840000', '185652.300000', '185652.760000', '185653.220000', '185653.680000', '185654.140000', '185654.600000', '185655.060000', '185655.520000', '185655.980000', '185656.440000', '185656.900000', '185657.360000', '185657.820000', '185658.280000', '185658.740000', '185659.200000', '185659.660000', '185700.120000', '185700.580000', '185701.040000', '185701.500000', '185701.960000', '185702.420000', '185702.880000', '185703.340000', '185703.800000', '185704.260000', '185704.720000', '185705.180000', '185705.640000', '185706.100000', '185706.560000', '185707.020000', '185707.480000', '185707.940000', '185708.400000', '185708.860000', '185709.320000', '185709.780000', '185710.240000', '185710.700000', '185711.160000', '185711.620000', '185712.080000', '185712.540000', '185713.000000', '185713.460000', '185713.920000', '185714.380000', '185714.840000', '185715.300000', '185715.760000', '185716.220000', '185716.680000', '185717.140000', '185717.600000', '185718.060000'], 'ContentTime': ['184949.067000', '184949.070000', '184949.073000', '184949.075000', '184949.078000', '184949.080000', '184949.087000', '184949.090000', '184949.093000', '184949.095000', '184949.098000', '184949.100000', '184949.103000', '184949.105000', '184949.108000', '184949.111000', '184949.113000', '184949.116000', '184949.118000', '184949.122000', '184949.124000', '184949.127000', '184949.130000', '184949.132000', '184949.135000', '184949.138000', '184949.140000', '184949.143000', '184949.146000', '184949.148000', '184949.151000', '184949.162000', '184949.164000', '184949.167000', '184949.170000', '184949.172000', '185009.041000', '185009.048000', '185009.059000', '185009.062000', '185009.064000', '185009.067000', '185009.069000', '185009.072000', '185009.074000', '185009.077000', '185009.080000', '185009.082000', '185009.085000', '185009.087000', '185009.090000', '185009.092000', '185009.095000', '185009.097000', '185009.100000', '185009.103000', '185009.105000', '185009.108000', '185009.110000', '185009.113000', '185009.115000', '185009.118000', '185009.121000', '185009.123000', '185009.126000', '185009.128000', '185009.131000', '185009.133000', '185009.136000', '185009.138000', '185009.141000', '185009.143000', '185009.146000', '185009.148000', '185009.151000', '185009.153000', '185009.156000', '185009.159000', '185009.161000', '185029.040000', '185029.043000', '185029.046000', '185029.059000', '185029.061000', '185029.064000', '185029.066000', '185029.069000', '185029.071000', '185029.074000', '185029.077000', '185029.079000', '185029.082000', '185029.084000', '185029.087000', '185029.089000', '185029.092000', '185029.095000', '185029.097000', '185029.100000', '185029.102000', '185029.105000', '185029.107000', '185029.110000', '185029.112000', '185029.115000', '185029.118000', '185029.120000', '185029.123000', '185029.125000', '185029.128000', '185029.130000', '185029.133000', '185029.135000', '185029.138000', '185029.141000', '185029.143000', '185029.146000', '185029.148000', '185029.151000', '185029.153000', '185029.156000', '185029.159000', '185049.040000', '185049.043000', '185049.046000', '185049.048000', '185049.051000', '185049.054000', '185049.056000', '185049.059000', '185049.061000', '185049.064000', '185049.067000', '185049.069000', '185049.072000', '185049.074000', '185049.077000', '185049.079000', '185049.082000', '185049.084000', '185049.087000', '185049.090000', '185049.092000', '185049.095000', '185049.098000', '185049.100000', '185049.103000', '185049.105000', '185049.108000', '185049.110000', '185049.113000', '185049.115000', '185049.118000', '185049.121000', '185049.123000', '185049.126000', '185049.129000', '185049.131000', '185049.134000', '185049.136000', '185049.139000', '185049.141000', '185049.144000', '185049.147000', '185049.149000', '185049.152000', '185109.040000', '185109.043000', '185109.046000', '185109.081000', '185109.083000', '185109.086000', '185109.089000', '185109.091000', '185109.094000', '185109.096000', '185109.099000', '185109.102000', '185109.104000', '185109.107000', '185109.109000', '185109.112000', '185109.115000', '185109.117000', '185109.120000', '185109.122000', '185109.125000', '185109.128000', '185109.130000', '185109.133000', '185109.135000', '185109.138000', '185109.140000', '185109.143000', '185109.146000', '185109.148000', '185109.151000', '185109.153000', '185109.156000', '185109.158000', '185109.161000', '185109.164000', '185109.166000', '185109.169000', '185109.171000', '185109.174000', '185109.176000', '185109.179000', '185109.181000', '185129.040000', '185129.043000', '185129.046000', '185129.049000', '185129.051000', '185129.054000', '185129.056000', '185129.059000', '185129.062000', '185129.064000', '185129.067000', '185129.069000', '185129.072000', '185129.074000', '185129.077000', '185129.080000', '185129.082000', '185129.085000', '185129.087000', '185129.090000', '185129.093000', '185129.095000', '185129.098000', '185129.100000', '185129.103000', '185129.105000', '185129.108000', '185129.111000', '185129.113000', '185129.116000', '185129.118000', '185129.121000', '185129.124000', '185129.126000', '185129.129000', '185129.132000', '185129.134000', '185129.137000', '185129.139000', '185129.142000', '185129.145000', '185129.147000', '185129.150000', '185129.152000', '185149.040000', '185149.042000', '185149.045000', '185149.048000', '185149.050000', '185149.053000', '185149.055000', '185149.058000', '185149.060000', '185149.063000', '185149.065000', '185149.068000', '185149.071000', '185149.073000', '185149.076000', '185149.078000', '185149.081000', '185149.083000', '185149.087000', '185149.090000', '185149.093000', '185149.095000', '185149.098000', '185149.100000', '185149.103000', '185149.105000', '185149.108000', '185149.111000', '185149.113000', '185149.116000', '185149.118000', '185149.121000', '185149.124000', '185149.126000', '185149.129000', '185149.131000', '185149.134000', '185149.136000', '185149.139000', '185149.142000', '185149.144000', '185149.147000', '185149.149000', '185209.040000', '185209.043000', '185209.046000', '185209.048000', '185209.051000', '185209.054000', '185209.056000', '185209.059000', '185209.061000', '185209.064000', '185209.066000', '185209.069000', '185209.072000', '185209.074000', '185209.077000', '185209.079000', '185209.082000', '185209.084000', '185209.087000', '185209.090000', '185209.092000', '185209.095000', '185209.097000', '185209.100000', '185209.102000', '185209.105000', '185209.108000', '185209.110000', '185209.113000', '185209.116000', '185209.118000', '185209.121000', '185209.123000', '185209.126000', '185209.129000', '185209.131000', '185209.134000', '185209.136000', '185209.139000', '185209.141000', '185209.144000', '185209.146000', '185209.149000', '185209.152000', '185229.040000', '185229.043000', '185229.046000', '185229.048000', '185229.051000', '185229.054000', '185229.056000', '185229.059000', '185229.061000', '185229.064000', '185229.066000', '185229.069000', '185229.072000', '185229.074000', '185229.077000', '185229.079000', '185229.082000', '185229.084000', '185229.087000', '185229.090000', '185229.092000', '185229.095000', '185229.097000', '185229.100000', '185229.102000', '185229.105000', '185229.107000', '185229.110000', '185229.113000', '185229.116000', '185229.119000', '185229.122000', '185229.125000', '185229.128000', '185229.130000', '185229.133000', '185229.135000', '185229.138000', '185229.140000', '185229.143000', '185229.146000', '185229.148000', '185229.159000', '185249.041000', '185249.043000', '185249.046000', '185249.049000', '185249.051000', '185249.054000', '185249.056000', '185249.059000', '185249.061000', '185249.064000', '185249.067000', '185249.069000', '185249.072000', '185249.074000', '185249.077000', '185249.080000', '185249.082000', '185249.085000', '185249.087000', '185249.090000', '185249.092000', '185249.095000', '185249.098000', '185249.100000', '185249.103000', '185249.105000', '185249.108000', '185249.110000', '185249.113000', '185249.116000', '185249.118000', '185249.121000', '185249.123000', '185249.126000', '185249.129000', '185249.131000', '185249.134000', '185249.136000', '185249.139000', '185249.141000', '185249.144000', '185249.146000', '185249.149000', '185249.152000', '185309.040000', '185309.043000', '185309.046000', '185309.049000', '185309.051000', '185309.054000', '185309.056000', '185309.059000', '185309.061000', '185309.064000', '185309.067000', '185309.069000', '185309.072000', '185309.074000', '185309.077000', '185309.080000', '185309.083000', '185309.086000', '185309.089000', '185309.091000', '185309.094000', '185309.096000', '185309.099000', '185309.102000', '185309.104000', '185309.107000', '185309.110000', '185309.112000', '185309.115000', '185309.117000', '185309.120000', '185309.122000', '185309.125000', '185309.128000', '185309.130000', '185309.133000', '185309.135000', '185309.138000', '185309.140000', '185309.143000', '185309.146000', '185309.148000', '185309.151000', '185329.041000', '185329.043000', '185329.046000', '185329.049000', '185329.051000', '185329.054000', '185329.057000', '185329.059000', '185329.062000', '185329.064000', '185329.067000', '185329.070000', '185329.072000', '185329.075000', '185329.078000', '185329.080000', '185329.083000', '185329.086000', '185329.088000', '185329.091000', '185329.093000', '185329.096000', '185329.099000', '185329.101000', '185329.104000', '185329.106000', '185329.109000', '185329.112000', '185329.114000', '185329.117000', '185329.119000', '185329.122000', '185329.125000', '185329.127000', '185329.130000', '185329.132000', '185329.135000', '185329.137000', '185329.140000', '185329.143000', '185329.145000', '185329.148000', '185329.150000', '185329.153000', '185349.041000', '185349.043000', '185349.046000', '185349.049000', '185349.051000', '185349.054000', '185349.056000', '185349.059000', '185349.061000', '185349.064000', '185349.066000', '185349.069000', '185349.072000', '185349.074000', '185349.077000', '185349.080000', '185349.082000', '185349.085000', '185349.087000', '185349.090000', '185349.092000', '185349.095000', '185349.097000', '185349.100000', '185349.103000', '185349.105000', '185349.108000', '185349.111000', '185349.114000', '185349.117000', '185349.120000', '185349.123000', '185349.125000', '185349.128000', '185349.130000', '185349.133000', '185349.135000', '185349.138000', '185349.141000', '185349.143000', '185349.146000', '185349.148000', '185349.151000', '185409.040000', '185409.043000', '185409.045000', '185409.048000', '185409.050000', '185409.053000', '185409.056000', '185409.058000', '185409.061000', '185409.063000', '185409.077000', '185409.080000', '185409.082000', '185409.085000', '185409.088000', '185409.090000', '185409.093000', '185409.095000', '185409.098000', '185409.100000', '185409.103000', '185409.106000', '185409.108000', '185409.111000', '185409.113000', '185409.116000', '185409.119000', '185409.121000', '185409.124000', '185409.127000', '185409.129000', '185409.132000', '185409.134000', '185409.137000', '185409.139000', '185409.142000', '185409.145000', '185409.147000', '185409.150000', '185409.152000', '185409.155000', '185409.157000', '185409.160000', '185409.163000', '185429.040000', '185429.043000', '185429.046000', '185429.049000', '185429.051000', '185429.054000', '185429.056000', '185429.059000', '185429.062000', '185429.064000', '185429.067000', '185429.069000', '185429.072000', '185429.075000', '185429.077000', '185429.080000', '185429.082000', '185429.085000', '185429.088000', '185429.090000', '185429.093000', '185429.095000', '185429.098000', '185429.101000', '185429.103000', '185429.106000', '185429.109000', '185429.111000', '185429.114000', '185429.116000', '185429.119000', '185429.122000', '185429.124000', '185429.127000', '185429.130000', '185429.132000', '185429.135000', '185429.137000', '185429.140000', '185429.142000', '185429.145000', '185429.147000', '185429.150000', '185449.040000', '185449.043000', '185449.046000', '185449.049000', '185449.051000', '185449.054000', '185449.057000', '185449.059000', '185449.062000', '185449.064000', '185449.067000', '185449.070000', '185449.081000', '185449.083000', '185449.086000', '185449.088000', '185449.091000', '185449.094000', '185449.097000', '185449.099000', '185449.102000', '185449.104000', '185449.107000', '185449.110000', '185449.112000', '185449.115000', '185449.117000', '185449.120000', '185449.123000', '185449.125000', '185449.128000', '185449.130000', '185449.133000', '185449.135000', '185449.138000', '185449.141000', '185449.143000', '185449.146000', '185449.148000', '185449.151000', '185449.154000', '185449.156000', '185449.159000', '185449.162000', '185509.041000', '185509.046000', '185509.048000', '185509.051000', '185509.053000', '185509.056000', '185509.059000', '185509.061000', '185509.064000', '185509.066000', '185509.069000', '185509.071000', '185509.074000', '185509.077000', '185509.079000', '185509.082000', '185509.084000', '185509.087000', '185509.090000', '185509.092000', '185509.095000', '185509.097000', '185509.100000', '185509.103000', '185509.105000', '185509.108000', '185509.110000', '185509.113000', '185509.115000', '185509.118000', '185509.121000', '185509.123000', '185509.126000', '185509.129000', '185509.131000', '185509.134000', '185509.137000', '185509.139000', '185509.142000', '185509.145000', '185509.147000', '185509.150000', '185509.152000', '185529.040000', '185529.043000', '185529.046000', '185529.049000', '185529.051000', '185529.054000', '185529.056000', '185529.059000', '185529.062000', '185529.064000', '185529.067000', '185529.069000', '185529.072000', '185529.075000', '185529.077000', '185529.080000', '185529.082000', '185529.085000', '185529.087000', '185529.090000', '185529.093000', '185529.096000', '185529.098000', '185529.101000', '185529.104000', '185529.106000', '185529.109000', '185529.111000', '185529.114000', '185529.117000', '185529.119000', '185529.122000', '185529.124000', '185529.127000', '185529.130000', '185529.160000', '185529.162000', '185529.165000', '185529.168000', '185529.170000', '185529.173000', '185529.175000', '185529.178000', '185529.180000', '185549.041000', '185549.043000', '185549.046000', '185549.049000', '185549.051000', '185549.054000', '185549.056000', '185549.059000', '185549.061000', '185549.064000', '185549.067000', '185549.069000', '185549.072000', '185549.074000', '185549.077000', '185549.079000', '185549.082000', '185549.085000', '185549.087000', '185549.090000', '185549.092000', '185549.095000', '185549.097000', '185549.100000', '185549.102000', '185549.105000', '185549.108000', '185549.110000', '185549.113000', '185549.115000', '185549.118000', '185549.120000', '185549.123000', '185549.126000', '185549.128000', '185549.131000', '185549.133000', '185549.136000', '185549.138000', '185549.141000', '185549.143000', '185549.146000', '185549.148000', '185609.040000', '185609.042000', '185609.045000', '185609.048000', '185609.051000', '185609.053000', '185609.056000', '185609.059000', '185609.061000', '185609.064000', '185609.067000', '185609.069000', '185609.072000', '185609.074000', '185609.077000', '185609.080000', '185609.082000', '185609.085000', '185609.087000', '185609.090000', '185609.093000', '185609.095000', '185609.098000', '185609.100000', '185609.103000', '185609.105000', '185609.108000', '185609.110000', '185609.113000', '185609.116000', '185609.118000', '185609.121000', '185609.123000', '185609.126000', '185609.129000', '185609.131000', '185609.134000', '185609.136000', '185609.139000', '185609.142000', '185609.144000', '185609.147000', '185609.149000', '185609.152000', '185629.039000', '185629.042000', '185629.045000', '185629.048000', '185629.050000', '185629.053000', '185629.056000', '185629.058000', '185629.061000', '185629.063000', '185629.067000', '185629.070000', '185629.072000', '185629.075000', '185629.077000', '185629.080000', '185629.083000', '185629.086000', '185629.088000', '185629.091000', '185629.093000', '185629.096000', '185629.099000', '185629.101000', '185629.104000', '185629.107000', '185629.109000', '185629.112000', '185629.114000', '185629.117000', '185629.120000', '185629.122000', '185629.125000', '185629.128000', '185629.130000', '185629.133000', '185629.135000', '185629.138000', '185629.141000', '185629.143000', '185629.146000', '185629.149000', '185629.151000', '185649.041000', '185649.043000', '185649.046000', '185649.049000', '185649.051000', '185649.054000', '185649.057000', '185649.059000', '185649.062000', '185649.064000', '185649.067000', '185649.070000', '185649.077000', '185649.080000', '185649.082000', '185649.085000', '185649.087000', '185649.090000', '185649.093000', '185649.095000', '185649.098000', '185649.101000', '185649.103000', '185649.106000', '185649.108000', '185649.111000', '185649.113000', '185649.116000', '185649.119000', '185649.121000', '185649.124000', '185649.126000', '185649.129000', '185649.132000', '185649.134000', '185649.137000', '185649.140000', '185649.142000', '185649.145000', '185649.147000', '185649.150000', '185649.153000', '185649.155000', '185709.041000', '185709.044000', '185709.046000', '185709.049000', '185709.051000', '185709.054000', '185709.057000', '185709.059000', '185709.062000', '185709.064000', '185709.067000', '185709.069000', '185709.072000', '185709.075000', '185709.077000', '185709.080000', '185709.082000', '185709.085000', '185709.088000', '185709.090000', '185709.093000', '185709.095000', '185709.098000', '185709.100000', '185709.103000', '185709.106000', '185709.108000', '185709.111000', '185709.113000', '185709.116000', '185709.119000', '185709.121000', '185709.124000', '185709.127000', '185709.129000', '185709.132000', '185709.134000', '185709.137000', '185709.139000', '185709.142000', '185709.145000', '185709.147000', '185709.150000', '185709.152000', '185719.777000', '185719.780000', '185719.783000', '185719.786000', '185719.789000', '185719.791000', '185719.794000', '185719.797000', '185719.799000', '185719.802000', '185719.870000', '185719.873000', '185719.876000', '185719.879000', '185719.881000', '185719.884000', '185719.887000', '185719.890000', '185719.892000', '185719.895000', '185719.898000', '185719.901000', '185719.903000', '185719.906000'], 'InstanceCreationTime': ['184949.067000', '184949.070000', '184949.073000', '184949.075000', '184949.078000', '184949.080000', '184949.087000', '184949.090000', '184949.093000', '184949.095000', '184949.098000', '184949.100000', '184949.103000', '184949.105000', '184949.108000', '184949.111000', '184949.113000', '184949.116000', '184949.118000', '184949.122000', '184949.124000', '184949.127000', '184949.130000', '184949.132000', '184949.135000', '184949.138000', '184949.140000', '184949.143000', '184949.146000', '184949.148000', '184949.151000', '184949.162000', '184949.164000', '184949.167000', '184949.170000', '184949.172000', '185009.041000', '185009.048000', '185009.059000', '185009.062000', '185009.064000', '185009.067000', '185009.069000', '185009.072000', '185009.074000', '185009.077000', '185009.080000', '185009.082000', '185009.085000', '185009.087000', '185009.090000', '185009.092000', '185009.095000', '185009.097000', '185009.100000', '185009.103000', '185009.105000', '185009.108000', '185009.110000', '185009.113000', '185009.115000', '185009.118000', '185009.121000', '185009.123000', '185009.126000', '185009.128000', '185009.131000', '185009.133000', '185009.136000', '185009.138000', '185009.141000', '185009.143000', '185009.146000', '185009.148000', '185009.151000', '185009.153000', '185009.156000', '185009.159000', '185009.161000', '185029.040000', '185029.043000', '185029.046000', '185029.059000', '185029.061000', '185029.064000', '185029.066000', '185029.069000', '185029.071000', '185029.074000', '185029.077000', '185029.079000', '185029.082000', '185029.084000', '185029.087000', '185029.089000', '185029.092000', '185029.095000', '185029.097000', '185029.100000', '185029.102000', '185029.105000', '185029.107000', '185029.110000', '185029.112000', '185029.115000', '185029.118000', '185029.120000', '185029.123000', '185029.125000', '185029.128000', '185029.130000', '185029.133000', '185029.135000', '185029.138000', '185029.141000', '185029.143000', '185029.146000', '185029.148000', '185029.151000', '185029.153000', '185029.156000', '185029.159000', '185049.040000', '185049.043000', '185049.046000', '185049.048000', '185049.051000', '185049.054000', '185049.056000', '185049.059000', '185049.061000', '185049.064000', '185049.067000', '185049.069000', '185049.072000', '185049.074000', '185049.077000', '185049.079000', '185049.082000', '185049.084000', '185049.087000', '185049.090000', '185049.092000', '185049.095000', '185049.098000', '185049.100000', '185049.103000', '185049.105000', '185049.108000', '185049.110000', '185049.113000', '185049.115000', '185049.118000', '185049.121000', '185049.123000', '185049.126000', '185049.129000', '185049.131000', '185049.134000', '185049.136000', '185049.139000', '185049.141000', '185049.144000', '185049.147000', '185049.149000', '185049.152000', '185109.040000', '185109.043000', '185109.046000', '185109.081000', '185109.083000', '185109.086000', '185109.089000', '185109.091000', '185109.094000', '185109.096000', '185109.099000', '185109.102000', '185109.104000', '185109.107000', '185109.109000', '185109.112000', '185109.115000', '185109.117000', '185109.120000', '185109.122000', '185109.125000', '185109.128000', '185109.130000', '185109.133000', '185109.135000', '185109.138000', '185109.140000', '185109.143000', '185109.146000', '185109.148000', '185109.151000', '185109.153000', '185109.156000', '185109.158000', '185109.161000', '185109.164000', '185109.166000', '185109.169000', '185109.171000', '185109.174000', '185109.176000', '185109.179000', '185109.181000', '185129.040000', '185129.043000', '185129.046000', '185129.049000', '185129.051000', '185129.054000', '185129.056000', '185129.059000', '185129.062000', '185129.064000', '185129.067000', '185129.069000', '185129.072000', '185129.074000', '185129.077000', '185129.080000', '185129.082000', '185129.085000', '185129.087000', '185129.090000', '185129.093000', '185129.095000', '185129.098000', '185129.100000', '185129.103000', '185129.105000', '185129.108000', '185129.111000', '185129.113000', '185129.116000', '185129.118000', '185129.121000', '185129.124000', '185129.126000', '185129.129000', '185129.132000', '185129.134000', '185129.137000', '185129.139000', '185129.142000', '185129.145000', '185129.147000', '185129.150000', '185129.152000', '185149.040000', '185149.042000', '185149.045000', '185149.048000', '185149.050000', '185149.053000', '185149.055000', '185149.058000', '185149.060000', '185149.063000', '185149.065000', '185149.068000', '185149.071000', '185149.073000', '185149.076000', '185149.078000', '185149.081000', '185149.083000', '185149.087000', '185149.090000', '185149.093000', '185149.095000', '185149.098000', '185149.100000', '185149.103000', '185149.105000', '185149.108000', '185149.111000', '185149.113000', '185149.116000', '185149.118000', '185149.121000', '185149.124000', '185149.126000', '185149.129000', '185149.131000', '185149.134000', '185149.136000', '185149.139000', '185149.142000', '185149.144000', '185149.147000', '185149.149000', '185209.040000', '185209.043000', '185209.046000', '185209.048000', '185209.051000', '185209.054000', '185209.056000', '185209.059000', '185209.061000', '185209.064000', '185209.066000', '185209.069000', '185209.072000', '185209.074000', '185209.077000', '185209.079000', '185209.082000', '185209.084000', '185209.087000', '185209.090000', '185209.092000', '185209.095000', '185209.097000', '185209.100000', '185209.102000', '185209.105000', '185209.108000', '185209.110000', '185209.113000', '185209.116000', '185209.118000', '185209.121000', '185209.123000', '185209.126000', '185209.129000', '185209.131000', '185209.134000', '185209.136000', '185209.139000', '185209.141000', '185209.144000', '185209.146000', '185209.149000', '185209.152000', '185229.040000', '185229.043000', '185229.046000', '185229.048000', '185229.051000', '185229.054000', '185229.056000', '185229.059000', '185229.061000', '185229.064000', '185229.066000', '185229.069000', '185229.072000', '185229.074000', '185229.077000', '185229.079000', '185229.082000', '185229.084000', '185229.087000', '185229.090000', '185229.092000', '185229.095000', '185229.097000', '185229.100000', '185229.102000', '185229.105000', '185229.107000', '185229.110000', '185229.113000', '185229.116000', '185229.119000', '185229.122000', '185229.125000', '185229.128000', '185229.130000', '185229.133000', '185229.135000', '185229.138000', '185229.140000', '185229.143000', '185229.146000', '185229.148000', '185229.159000', '185249.041000', '185249.043000', '185249.046000', '185249.049000', '185249.051000', '185249.054000', '185249.056000', '185249.059000', '185249.061000', '185249.064000', '185249.067000', '185249.069000', '185249.072000', '185249.074000', '185249.077000', '185249.080000', '185249.082000', '185249.085000', '185249.087000', '185249.090000', '185249.092000', '185249.095000', '185249.098000', '185249.100000', '185249.103000', '185249.105000', '185249.108000', '185249.110000', '185249.113000', '185249.116000', '185249.118000', '185249.121000', '185249.123000', '185249.126000', '185249.129000', '185249.131000', '185249.134000', '185249.136000', '185249.139000', '185249.141000', '185249.144000', '185249.146000', '185249.149000', '185249.152000', '185309.040000', '185309.043000', '185309.046000', '185309.049000', '185309.051000', '185309.054000', '185309.056000', '185309.059000', '185309.061000', '185309.064000', '185309.067000', '185309.069000', '185309.072000', '185309.074000', '185309.077000', '185309.080000', '185309.083000', '185309.086000', '185309.089000', '185309.091000', '185309.094000', '185309.096000', '185309.099000', '185309.102000', '185309.104000', '185309.107000', '185309.110000', '185309.112000', '185309.115000', '185309.117000', '185309.120000', '185309.122000', '185309.125000', '185309.128000', '185309.130000', '185309.133000', '185309.135000', '185309.138000', '185309.140000', '185309.143000', '185309.146000', '185309.148000', '185309.151000', '185329.041000', '185329.043000', '185329.046000', '185329.049000', '185329.051000', '185329.054000', '185329.057000', '185329.059000', '185329.062000', '185329.064000', '185329.067000', '185329.070000', '185329.072000', '185329.075000', '185329.078000', '185329.080000', '185329.083000', '185329.086000', '185329.088000', '185329.091000', '185329.093000', '185329.096000', '185329.099000', '185329.101000', '185329.104000', '185329.106000', '185329.109000', '185329.112000', '185329.114000', '185329.117000', '185329.119000', '185329.122000', '185329.125000', '185329.127000', '185329.130000', '185329.132000', '185329.135000', '185329.137000', '185329.140000', '185329.143000', '185329.145000', '185329.148000', '185329.150000', '185329.153000', '185349.041000', '185349.043000', '185349.046000', '185349.049000', '185349.051000', '185349.054000', '185349.056000', '185349.059000', '185349.061000', '185349.064000', '185349.066000', '185349.069000', '185349.072000', '185349.074000', '185349.077000', '185349.080000', '185349.082000', '185349.085000', '185349.087000', '185349.090000', '185349.092000', '185349.095000', '185349.097000', '185349.100000', '185349.103000', '185349.105000', '185349.108000', '185349.111000', '185349.114000', '185349.117000', '185349.120000', '185349.123000', '185349.125000', '185349.128000', '185349.130000', '185349.133000', '185349.135000', '185349.138000', '185349.141000', '185349.143000', '185349.146000', '185349.148000', '185349.151000', '185409.040000', '185409.043000', '185409.045000', '185409.048000', '185409.050000', '185409.053000', '185409.056000', '185409.058000', '185409.061000', '185409.063000', '185409.077000', '185409.080000', '185409.082000', '185409.085000', '185409.088000', '185409.090000', '185409.093000', '185409.095000', '185409.098000', '185409.100000', '185409.103000', '185409.106000', '185409.108000', '185409.111000', '185409.113000', '185409.116000', '185409.119000', '185409.121000', '185409.124000', '185409.127000', '185409.129000', '185409.132000', '185409.134000', '185409.137000', '185409.139000', '185409.142000', '185409.145000', '185409.147000', '185409.150000', '185409.152000', '185409.155000', '185409.157000', '185409.160000', '185409.163000', '185429.040000', '185429.043000', '185429.046000', '185429.049000', '185429.051000', '185429.054000', '185429.056000', '185429.059000', '185429.062000', '185429.064000', '185429.067000', '185429.069000', '185429.072000', '185429.075000', '185429.077000', '185429.080000', '185429.082000', '185429.085000', '185429.088000', '185429.090000', '185429.093000', '185429.095000', '185429.098000', '185429.101000', '185429.103000', '185429.106000', '185429.109000', '185429.111000', '185429.114000', '185429.116000', '185429.119000', '185429.122000', '185429.124000', '185429.127000', '185429.130000', '185429.132000', '185429.135000', '185429.137000', '185429.140000', '185429.142000', '185429.145000', '185429.147000', '185429.150000', '185449.040000', '185449.043000', '185449.046000', '185449.049000', '185449.051000', '185449.054000', '185449.057000', '185449.059000', '185449.062000', '185449.064000', '185449.067000', '185449.070000', '185449.081000', '185449.083000', '185449.086000', '185449.088000', '185449.091000', '185449.094000', '185449.097000', '185449.099000', '185449.102000', '185449.104000', '185449.107000', '185449.110000', '185449.112000', '185449.115000', '185449.117000', '185449.120000', '185449.123000', '185449.125000', '185449.128000', '185449.130000', '185449.133000', '185449.135000', '185449.138000', '185449.141000', '185449.143000', '185449.146000', '185449.148000', '185449.151000', '185449.154000', '185449.156000', '185449.159000', '185449.162000', '185509.041000', '185509.046000', '185509.048000', '185509.051000', '185509.053000', '185509.056000', '185509.059000', '185509.061000', '185509.064000', '185509.066000', '185509.069000', '185509.071000', '185509.074000', '185509.077000', '185509.079000', '185509.082000', '185509.084000', '185509.087000', '185509.090000', '185509.092000', '185509.095000', '185509.097000', '185509.100000', '185509.103000', '185509.105000', '185509.108000', '185509.110000', '185509.113000', '185509.115000', '185509.118000', '185509.121000', '185509.123000', '185509.126000', '185509.129000', '185509.131000', '185509.134000', '185509.137000', '185509.139000', '185509.142000', '185509.145000', '185509.147000', '185509.150000', '185509.152000', '185529.040000', '185529.043000', '185529.046000', '185529.049000', '185529.051000', '185529.054000', '185529.056000', '185529.059000', '185529.062000', '185529.064000', '185529.067000', '185529.069000', '185529.072000', '185529.075000', '185529.077000', '185529.080000', '185529.082000', '185529.085000', '185529.087000', '185529.090000', '185529.093000', '185529.096000', '185529.098000', '185529.101000', '185529.104000', '185529.106000', '185529.109000', '185529.111000', '185529.114000', '185529.117000', '185529.119000', '185529.122000', '185529.124000', '185529.127000', '185529.130000', '185529.160000', '185529.162000', '185529.165000', '185529.168000', '185529.170000', '185529.173000', '185529.175000', '185529.178000', '185529.180000', '185549.041000', '185549.043000', '185549.046000', '185549.049000', '185549.051000', '185549.054000', '185549.056000', '185549.059000', '185549.061000', '185549.064000', '185549.067000', '185549.069000', '185549.072000', '185549.074000', '185549.077000', '185549.079000', '185549.082000', '185549.085000', '185549.087000', '185549.090000', '185549.092000', '185549.095000', '185549.097000', '185549.100000', '185549.102000', '185549.105000', '185549.108000', '185549.110000', '185549.113000', '185549.115000', '185549.118000', '185549.120000', '185549.123000', '185549.126000', '185549.128000', '185549.131000', '185549.133000', '185549.136000', '185549.138000', '185549.141000', '185549.143000', '185549.146000', '185549.148000', '185609.040000', '185609.042000', '185609.045000', '185609.048000', '185609.051000', '185609.053000', '185609.056000', '185609.059000', '185609.061000', '185609.064000', '185609.067000', '185609.069000', '185609.072000', '185609.074000', '185609.077000', '185609.080000', '185609.082000', '185609.085000', '185609.087000', '185609.090000', '185609.093000', '185609.095000', '185609.098000', '185609.100000', '185609.103000', '185609.105000', '185609.108000', '185609.110000', '185609.113000', '185609.116000', '185609.118000', '185609.121000', '185609.123000', '185609.126000', '185609.129000', '185609.131000', '185609.134000', '185609.136000', '185609.139000', '185609.142000', '185609.144000', '185609.147000', '185609.149000', '185609.152000', '185629.039000', '185629.042000', '185629.045000', '185629.048000', '185629.050000', '185629.053000', '185629.056000', '185629.058000', '185629.061000', '185629.063000', '185629.067000', '185629.070000', '185629.072000', '185629.075000', '185629.077000', '185629.080000', '185629.083000', '185629.086000', '185629.088000', '185629.091000', '185629.093000', '185629.096000', '185629.099000', '185629.101000', '185629.104000', '185629.107000', '185629.109000', '185629.112000', '185629.114000', '185629.117000', '185629.120000', '185629.122000', '185629.125000', '185629.128000', '185629.130000', '185629.133000', '185629.135000', '185629.138000', '185629.141000', '185629.143000', '185629.146000', '185629.149000', '185629.151000', '185649.041000', '185649.043000', '185649.046000', '185649.049000', '185649.051000', '185649.054000', '185649.057000', '185649.059000', '185649.062000', '185649.064000', '185649.067000', '185649.070000', '185649.077000', '185649.080000', '185649.082000', '185649.085000', '185649.087000', '185649.090000', '185649.093000', '185649.095000', '185649.098000', '185649.101000', '185649.103000', '185649.106000', '185649.108000', '185649.111000', '185649.113000', '185649.116000', '185649.119000', '185649.121000', '185649.124000', '185649.126000', '185649.129000', '185649.132000', '185649.134000', '185649.137000', '185649.140000', '185649.142000', '185649.145000', '185649.147000', '185649.150000', '185649.153000', '185649.155000', '185709.041000', '185709.044000', '185709.046000', '185709.049000', '185709.051000', '185709.054000', '185709.057000', '185709.059000', '185709.062000', '185709.064000', '185709.067000', '185709.069000', '185709.072000', '185709.075000', '185709.077000', '185709.080000', '185709.082000', '185709.085000', '185709.088000', '185709.090000', '185709.093000', '185709.095000', '185709.098000', '185709.100000', '185709.103000', '185709.106000', '185709.108000', '185709.111000', '185709.113000', '185709.116000', '185709.119000', '185709.121000', '185709.124000', '185709.127000', '185709.129000', '185709.132000', '185709.134000', '185709.137000', '185709.139000', '185709.142000', '185709.145000', '185709.147000', '185709.150000', '185709.152000', '185719.777000', '185719.780000', '185719.783000', '185719.786000', '185719.789000', '185719.791000', '185719.794000', '185719.797000', '185719.799000', '185719.802000', '185719.870000', '185719.873000', '185719.876000', '185719.879000', '185719.881000', '185719.884000', '185719.887000', '185719.890000', '185719.892000', '185719.895000', '185719.898000', '185719.901000', '185719.903000', '185719.906000'], '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': [7421, 9677, 10400, 8158, 6415, 8388, 7854, 8182, 12235, 7947, 7442, 7384, 6544, 8793, 8494, 7472, 6661, 7824, 8503, 7909, 11564, 7451, 9424, 6683, 9605, 7645, 11040, 7363, 6539, 7029, 9841, 7545, 10793, 8130, 10091, 7149, 10173, 7871, 9906, 6620, 9379, 6314, 9049, 7279, 8620, 6798, 6237, 7970, 7511, 7718, 10494, 7752, 10535, 8590, 10591, 6578, 9682, 6879, 10259, 6552, 9023, 6366, 8176, 9483, 7762, 7276, 7122, 6664, 7156, 7972, 7557, 7702, 7083, 8083, 6793, 8886, 7286, 8958, 7258, 7791, 6589, 8348, 7867, 11273, 7318, 10541, 6586, 9439, 7647, 10293, 8535, 9239, 6858, 8641, 7487, 9423, 7830, 9167, 6918, 8771, 7349, 9913, 8212, 9524, 6763, 8831, 7641, 10049, 8020, 9628, 6856, 9240, 6865, 9131, 6533, 9746, 6210, 9484, 6281, 9129, 6607, 9679, 6458, 9825, 6718, 9835, 6715, 8778, 6402, 9799, 6533, 9697, 6843, 9129, 6543, 8739, 8595, 7946, 11503, 7631, 10774, 8226, 9772, 6707, 8979, 7395, 9576, 7473, 9415, 6628, 9124, 7449, 10000, 8151, 9898, 7328, 9338, 6695, 9663, 6292, 9829, 6586, 9526, 7146, 8195, 11121, 7505, 9410, 6288, 8780, 6445, 10279, 7158, 6941, 6860, 6656, 7370, 8961, 8100, 7441, 7433, 10934, 7735, 11080, 7758, 10641, 7384, 9589, 7460, 9620, 6108, 9178, 6202, 8896, 6764, 9703, 6062, 9487, 6073, 8711, 6432, 9538, 6228, 9187, 6007, 9317, 6332, 9758, 6027, 9419, 6291, 9559, 6732, 9988, 6272, 9888, 6428, 10382, 6592, 9733, 6717, 9386, 6888, 9215, 7294, 8344, 6544, 7291, 7173, 8233, 7161, 7962, 7331, 6974, 9931, 7442, 8734, 6677, 10238, 6836, 10600, 7725, 9978, 6966, 9261, 7157, 9815, 8164, 9569, 6793, 8916, 7603, 8769, 7668, 9298, 6613, 8834, 7250, 9221, 7324, 9157, 6668, 9193, 7779, 9630, 7259, 9890, 7310, 10112, 8327, 10189, 7702, 9731, 7270, 10113, 8254, 9738, 7168, 9359, 7284, 10066, 7669, 9788, 7491, 7223, 7852, 6229, 9857, 7620, 10497, 7775, 11236, 7462, 10159, 8421, 6874, 8655, 6438, 9472, 7222, 9571, 6406, 9576, 6733, 9783, 6863, 8070, 6199, 8583, 6280, 8943, 6793, 8240, 6450, 8289, 6599, 9219, 6877, 8911, 6211, 9588, 6318, 8918, 6675, 9778, 7517, 9888, 8571, 10754, 8348, 10616, 7763, 10300, 8381, 10562, 7387, 9937, 7227, 10637, 7802, 10276, 7387, 10086, 7165, 11142, 7843, 10645, 7066, 10173, 7295, 10492, 8261, 9648, 6976, 8812, 7316, 9491, 8040, 9094, 7081, 8451, 6857, 8821, 7410, 8559, 6391, 9137, 6810, 10140, 7543, 10185, 6897, 10109, 7444, 10391, 8516, 9608, 7182, 8827, 6586, 8980, 6404, 9465, 6357, 8939, 6308, 8961, 6571, 8077, 6705, 7815, 7363, 7324, 6687, 6510, 7274, 7406, 10569, 7184, 8658, 6323, 9913, 7475, 9933, 7245, 8181, 6881, 10309, 7639, 8260, 7171, 9474, 7046, 11162, 7935, 10023, 7239, 10126, 7323, 10661, 7528, 9704, 6789, 9529, 7688, 11251, 7266, 8091, 6653, 8484, 7640, 9758, 7275, 9781, 6543, 10042, 7784, 9551, 7136, 8550, 7596, 8691, 7065, 8714, 6213, 9094, 6465, 8913, 7211, 7538, 7513, 6439, 8879, 6857, 9222, 7223, 8330, 6461, 8107, 7228, 8914, 7471, 8695, 6692, 8321, 7652, 9272, 7713, 9466, 7370, 8730, 7328, 9092, 6682, 9439, 6160, 9248, 6409, 8681, 6891, 9225, 6350, 9199, 6426, 9143, 6781, 8177, 6393, 8837, 6527, 8835, 6874, 7123, 6741, 6537, 8260, 7512, 10670, 7096, 9647, 6807, 8754, 7166, 8674, 6293, 8824, 6049, 8395, 6793, 8004, 6298, 7287, 8684, 7162, 9416, 7011, 8610, 6513, 8667, 6936, 8195, 6745, 8411, 6579, 8406, 7305, 8717, 7483, 9491, 7646, 9912, 8236, 10526, 7775, 9848, 7702, 9594, 7112, 9474, 6257, 9448, 6453, 9580, 8742, 7119, 9863, 6218, 8981, 7825, 8578, 6851, 8806, 6017, 8584, 6311, 7963, 6064, 8245, 6015, 8038, 6565, 8624, 7187, 8387, 7320, 9511, 7978, 9676, 7312, 9762, 7441, 10212, 7771, 10256, 6956, 9790, 7643, 10373, 7833, 9903, 6798, 8923, 7250, 9722, 7509, 9405, 6451, 7184, 7752, 7424, 7474, 6397, 8481, 6939, 9521, 7009, 8350, 7600, 7356, 9403, 7813, 10428, 7240, 7022, 6739, 6703, 7996, 7223, 7850, 6377, 8817, 7169, 9218, 6893, 9169, 6322, 9262, 6770, 9439, 6458, 9672, 6089, 8847, 6414, 8786, 7489, 9218, 7254, 8681, 7131, 9434, 7933, 9844, 7473, 6259, 8069, 6487, 8629, 7378, 8395, 6532, 9244, 7703, 9127, 7308, 9328, 7290, 10607, 7801, 9836, 6896, 8077, 7078, 9736, 7536, 6970, 7463, 6808, 7810, 8307, 7411, 6466, 7321, 6689, 8019, 7257, 7859, 6182, 8116, 6904, 8717, 7016, 8115, 6204, 8378, 6881, 9125, 6999, 8377, 6238, 8564, 6432, 8991, 7055, 9063, 6286, 8688, 6228, 8399, 6528, 9137, 6262, 8327, 6578, 7993, 6367, 8979, 6352, 8396, 6708, 8068, 6573, 9293, 6299, 9042, 6747, 8596, 8812, 7283, 9461, 6402, 8648, 7127, 8959, 7758, 8668, 7201, 8224, 6312, 7845, 6583, 8245, 6323, 8210, 6660, 7813, 6734, 8877, 6281, 8850, 6407, 8476, 6930, 9148, 6304, 9096, 6688, 9147, 6736, 8076, 6303, 7282, 7015, 7972, 10160, 7402, 9598, 6384, 9617, 7140, 10277, 6770, 9380, 6412, 8387, 7427, 9499, 7323, 8790, 6937, 8471, 7589, 10040, 7388, 9442, 6854, 8418, 7571, 8709, 7005, 8139, 6891, 8590, 7617, 9112, 7059, 8308, 7006, 8596, 7224, 8564, 6516, 8982, 6856, 10845, 7212, 7304, 7094, 6881, 8401, 7072, 8291, 6470, 9162, 6602, 9214, 6737, 9530, 6346, 9025, 6409, 8710, 6505, 9395, 6196, 8880, 6452, 8867, 6596, 9187, 6437, 8933, 6467, 8447, 6281, 8988, 5925, 8762, 6783, 8254, 7329, 8019, 7170, 9014, 7576, 9229, 7194, 9328, 6865, 10118, 7968, 9354, 6341, 8368, 7099, 9280, 7421, 9042, 6327, 8665, 7063, 9890, 7142, 10170, 6387, 9764, 7444, 7500, 6866, 6233, 7257, 6405, 8651, 6766, 8787, 6286, 8813, 6613, 8457, 6483, 8574, 6358, 9348, 6889, 8956, 6634, 8566, 6540, 9395, 6559, 8980, 6420, 9179, 6802, 8184, 6489, 9164, 6652, 8650, 6662, 7774, 6216, 8580, 6524, 7801, 7082, 8676, 6816, 8464, 6814, 8546, 6466, 9356, 6270, 8934, 6335, 9264, 6538, 9084, 6328, 9629, 6404, 8895, 6595, 8462, 5988, 8020, 6130, 8253, 7086, 8518, 7072, 8077, 7061, 9339, 7735, 9252, 7117, 9172, 7597, 9968, 8185, 9623, 7318, 8464, 7308, 9409, 7431, 9160, 7272, 8174, 7282, 8692, 7409, 9015, 7027, 8274, 7189, 9609, 7439, 8750, 6468, 8775, 7129, 8511, 6551, 6053, 7152, 6586, 7854, 6364, 8333, 7278, 8410, 6817, 6905, 8193, 7188, 9131, 6388, 9213, 6475, 9418, 6674, 9311, 6489, 8968, 6725, 8110, 6593, 8612, 6227, 8771, 6623, 8121, 6765, 8301, 7047, 8401, 6876, 8500, 6870, 8574, 6878, 8072, 6663, 8476, 6543, 8300, 6436, 8488, 6602, 8132, 6731, 8666, 6551, 8673, 6724, 7898, 6582, 9206, 6465, 9046, 6326, 8497, 6659, 8811, 6536, 8645, 6700, 7875, 6608, 8295, 6769, 8426, 6581], 'WindowCenter': [3970.0, 3988.0, 3971.0, 3948.0, 3903.0, 3935.0, 3921.0, 3934.0, 3963.0, 3922.0, 3909.0, 3910.0, 3900.0, 3945.0, 3930.0, 3921.0, 3899.0, 3921.0, 3930.0, 3933.0, 3962.0, 3921.0, 3929.0, 3910.0, 3941.0, 3933.0, 3952.0, 3923.0, 3899.0, 3911.0, 3953.0, 3934.0, 3953.0, 3934.0, 3951.0, 3910.0, 3941.0, 3921.0, 3941.0, 3900.0, 3929.0, 3899.0, 3943.0, 3910.0, 3931.0, 3911.0, 3902.0, 3945.0, 3923.0, 3922.0, 3953.0, 3923.0, 3952.0, 3931.0, 3943.0, 3897.0, 3939.0, 3897.0, 3938.0, 3873.0, 3916.0, 3873.0, 3916.0, 3928.0, 3908.0, 3895.0, 3898.0, 3895.0, 3908.0, 3919.0, 3920.0, 3918.0, 3910.0, 3919.0, 3899.0, 3940.0, 3921.0, 3942.0, 3921.0, 3920.0, 3912.0, 3930.0, 3933.0, 3951.0, 3921.0, 3951.0, 3910.0, 3941.0, 3922.0, 3952.0, 3932.0, 3930.0, 3899.0, 3930.0, 3922.0, 3942.0, 3923.0, 3941.0, 3921.0, 3930.0, 3923.0, 3953.0, 3934.0, 3941.0, 3912.0, 3942.0, 3934.0, 3953.0, 3934.0, 3941.0, 3911.0, 3942.0, 3911.0, 3944.0, 3902.0, 3942.0, 3890.0, 3941.0, 3902.0, 3944.0, 3911.0, 3942.0, 3899.0, 3941.0, 3910.0, 3953.0, 3912.0, 3943.0, 3900.0, 3953.0, 3900.0, 3953.0, 3912.0, 3945.0, 3900.0, 3933.0, 3930.0, 3921.0, 3952.0, 3921.0, 3951.0, 3930.0, 3939.0, 3899.0, 3929.0, 3922.0, 3942.0, 3922.0, 3942.0, 3912.0, 3942.0, 3923.0, 3954.0, 3935.0, 3952.0, 3922.0, 3942.0, 3912.0, 3945.0, 3900.0, 3943.0, 3899.0, 3941.0, 3909.0, 3932.0, 3951.0, 3921.0, 3929.0, 3900.0, 3930.0, 3911.0, 3955.0, 3924.0, 3923.0, 3914.0, 3911.0, 3937.0, 3955.0, 3946.0, 3923.0, 3923.0, 3965.0, 3935.0, 3964.0, 3934.0, 3952.0, 3921.0, 3942.0, 3922.0, 3943.0, 3890.0, 3941.0, 3900.0, 3942.0, 3911.0, 3944.0, 3889.0, 3941.0, 3900.0, 3943.0, 3900.0, 3943.0, 3901.0, 3944.0, 3902.0, 3946.0, 3902.0, 3944.0, 3891.0, 3942.0, 3902.0, 3944.0, 3912.0, 3943.0, 3900.0, 3943.0, 3901.0, 3952.0, 3898.0, 3941.0, 3899.0, 3940.0, 3911.0, 3941.0, 3921.0, 3931.0, 3899.0, 3921.0, 3911.0, 3933.0, 3910.0, 3932.0, 3920.0, 3922.0, 3954.0, 3923.0, 3931.0, 3911.0, 3952.0, 3913.0, 3954.0, 3923.0, 3941.0, 3911.0, 3941.0, 3922.0, 3951.0, 3934.0, 3941.0, 3913.0, 3943.0, 3934.0, 3943.0, 3934.0, 3942.0, 3912.0, 3943.0, 3935.0, 3955.0, 3924.0, 3943.0, 3913.0, 3953.0, 3936.0, 3953.0, 3935.0, 3954.0, 3924.0, 3954.0, 3932.0, 3953.0, 3922.0, 3942.0, 3922.0, 3954.0, 3945.0, 3942.0, 3911.0, 3940.0, 3923.0, 3953.0, 3922.0, 3952.0, 3936.0, 3923.0, 3933.0, 3903.0, 3957.0, 3948.0, 3966.0, 3934.0, 3964.0, 3925.0, 3955.0, 3935.0, 3912.0, 3932.0, 3901.0, 3953.0, 3923.0, 3953.0, 3900.0, 3941.0, 3900.0, 3953.0, 3911.0, 3922.0, 3888.0, 3931.0, 3900.0, 3943.0, 3911.0, 3944.0, 3901.0, 3933.0, 3913.0, 3956.0, 3912.0, 3944.0, 3902.0, 3955.0, 3914.0, 3956.0, 3925.0, 3955.0, 3923.0, 3955.0, 3945.0, 3954.0, 3934.0, 3952.0, 3923.0, 3953.0, 3932.0, 3951.0, 3921.0, 3940.0, 3921.0, 3952.0, 3922.0, 3940.0, 3909.0, 3940.0, 3911.0, 3951.0, 3919.0, 3938.0, 3909.0, 3938.0, 3911.0, 3951.0, 3920.0, 3928.0, 3908.0, 3927.0, 3910.0, 3941.0, 3919.0, 3928.0, 3909.0, 3918.0, 3911.0, 3941.0, 3922.0, 3931.0, 3901.0, 3941.0, 3913.0, 3953.0, 3933.0, 3952.0, 3922.0, 3953.0, 3924.0, 3953.0, 3933.0, 3940.0, 3909.0, 3928.0, 3910.0, 3930.0, 3899.0, 3941.0, 3888.0, 3940.0, 3899.0, 3942.0, 3899.0, 3932.0, 3910.0, 3934.0, 3921.0, 3922.0, 3911.0, 3900.0, 3921.0, 3924.0, 3952.0, 3912.0, 3930.0, 3901.0, 3952.0, 3923.0, 3953.0, 3924.0, 3931.0, 3922.0, 3953.0, 3923.0, 3932.0, 3911.0, 3941.0, 3923.0, 3953.0, 3934.0, 3942.0, 3921.0, 3941.0, 3921.0, 3952.0, 3922.0, 3940.0, 3910.0, 3941.0, 3933.0, 3952.0, 3921.0, 3920.0, 3911.0, 3932.0, 3933.0, 3941.0, 3922.0, 3941.0, 3901.0, 3941.0, 3922.0, 3941.0, 3912.0, 3931.0, 3922.0, 3930.0, 3911.0, 3929.0, 3889.0, 3931.0, 3899.0, 3944.0, 3920.0, 3923.0, 3909.0, 3900.0, 3942.0, 3912.0, 3941.0, 3922.0, 3930.0, 3900.0, 3931.0, 3923.0, 3941.0, 3922.0, 3932.0, 3911.0, 3930.0, 3934.0, 3943.0, 3923.0, 3942.0, 3922.0, 3933.0, 3921.0, 3942.0, 3900.0, 3941.0, 3889.0, 3942.0, 3901.0, 3931.0, 3909.0, 3940.0, 3899.0, 3942.0, 3898.0, 3942.0, 3911.0, 3931.0, 3898.0, 3942.0, 3900.0, 3944.0, 3911.0, 3911.0, 3910.0, 3902.0, 3932.0, 3923.0, 3952.0, 3911.0, 3940.0, 3911.0, 3943.0, 3913.0, 3932.0, 3902.0, 3941.0, 3901.0, 3933.0, 3900.0, 3920.0, 3898.0, 3921.0, 3931.0, 3921.0, 3942.0, 3924.0, 3930.0, 3900.0, 3930.0, 3923.0, 3931.0, 3913.0, 3932.0, 3912.0, 3933.0, 3923.0, 3945.0, 3923.0, 3943.0, 3934.0, 3955.0, 3935.0, 3954.0, 3924.0, 3942.0, 3922.0, 3942.0, 3910.0, 3940.0, 3899.0, 3941.0, 3899.0, 3940.0, 3929.0, 3908.0, 3937.0, 3887.0, 3929.0, 3920.0, 3930.0, 3899.0, 3930.0, 3889.0, 3932.0, 3901.0, 3932.0, 3900.0, 3932.0, 3902.0, 3934.0, 3912.0, 3944.0, 3923.0, 3930.0, 3935.0, 3954.0, 3935.0, 3954.0, 3923.0, 3953.0, 3924.0, 3953.0, 3922.0, 3953.0, 3923.0, 3942.0, 3923.0, 3941.0, 3922.0, 3940.0, 3900.0, 3930.0, 3922.0, 3940.0, 3920.0, 3940.0, 3900.0, 3910.0, 3933.0, 3922.0, 3921.0, 3900.0, 3933.0, 3910.0, 3954.0, 3911.0, 3930.0, 3920.0, 3920.0, 3940.0, 3921.0, 3939.0, 3911.0, 3909.0, 3910.0, 3910.0, 3932.0, 3923.0, 3931.0, 3899.0, 3942.0, 3911.0, 3944.0, 3921.0, 3943.0, 3899.0, 3940.0, 3898.0, 3942.0, 3899.0, 3939.0, 3901.0, 3940.0, 3913.0, 3942.0, 3923.0, 3941.0, 3923.0, 3943.0, 3923.0, 3944.0, 3922.0, 3941.0, 3922.0, 3901.0, 3946.0, 3914.0, 3945.0, 3935.0, 3931.0, 3913.0, 3945.0, 3934.0, 3942.0, 3922.0, 3942.0, 3923.0, 3953.0, 3922.0, 3941.0, 3911.0, 3920.0, 3911.0, 3942.0, 3922.0, 3910.0, 3921.0, 3898.0, 3922.0, 3931.0, 3921.0, 3898.0, 3911.0, 3898.0, 3921.0, 3910.0, 3921.0, 3889.0, 3921.0, 3909.0, 3944.0, 3911.0, 3932.0, 3890.0, 3930.0, 3910.0, 3943.0, 3911.0, 3933.0, 3889.0, 3932.0, 3900.0, 3943.0, 3912.0, 3943.0, 3901.0, 3942.0, 3902.0, 3933.0, 3902.0, 3944.0, 3902.0, 3931.0, 3913.0, 3935.0, 3901.0, 3944.0, 3902.0, 3932.0, 3913.0, 3933.0, 3901.0, 3942.0, 3900.0, 3931.0, 3898.0, 3933.0, 3929.0, 3910.0, 3928.0, 3898.0, 3928.0, 3910.0, 3931.0, 3920.0, 3931.0, 3908.0, 3917.0, 3899.0, 3932.0, 3900.0, 3930.0, 3900.0, 3929.0, 3912.0, 3933.0, 3911.0, 3944.0, 3900.0, 3943.0, 3903.0, 3946.0, 3922.0, 3944.0, 3899.0, 3942.0, 3913.0, 3943.0, 3912.0, 3933.0, 3899.0, 3921.0, 3911.0, 3931.0, 3952.0, 3921.0, 3941.0, 3900.0, 3942.0, 3912.0, 3953.0, 3911.0, 3940.0, 3900.0, 3933.0, 3923.0, 3943.0, 3922.0, 3931.0, 3910.0, 3931.0, 3934.0, 3941.0, 3923.0, 3941.0, 3900.0, 3931.0, 3922.0, 3931.0, 3911.0, 3920.0, 3923.0, 3932.0, 3923.0, 3943.0, 3911.0, 3931.0, 3923.0, 3942.0, 3922.0, 3932.0, 3912.0, 3943.0, 3914.0, 3964.0, 3923.0, 3922.0, 3912.0, 3912.0, 3945.0, 3912.0, 3932.0, 3901.0, 3943.0, 3911.0, 3954.0, 3912.0, 3945.0, 3900.0, 3941.0, 3902.0, 3945.0, 3903.0, 3944.0, 3891.0, 3941.0, 3912.0, 3944.0, 3913.0, 3944.0, 3900.0, 3943.0, 3902.0, 3932.0, 3902.0, 3932.0, 3890.0, 3941.0, 3913.0, 3943.0, 3923.0, 3933.0, 3924.0, 3944.0, 3934.0, 3943.0, 3923.0, 3943.0, 3913.0, 3953.0, 3934.0, 3941.0, 3901.0, 3931.0, 3923.0, 3943.0, 3923.0, 3942.0, 3902.0, 3943.0, 3924.0, 3953.0, 3912.0, 3950.0, 3901.0, 3949.0, 3923.0, 3921.0, 3912.0, 3889.0, 3922.0, 3902.0, 3943.0, 3912.0, 3943.0, 3902.0, 3944.0, 3914.0, 3946.0, 3914.0, 3944.0, 3903.0, 3955.0, 3912.0, 3944.0, 3911.0, 3931.0, 3900.0, 3944.0, 3902.0, 3943.0, 3900.0, 3943.0, 3911.0, 3934.0, 3902.0, 3942.0, 3911.0, 3942.0, 3912.0, 3935.0, 3902.0, 3944.0, 3913.0, 3933.0, 3925.0, 3945.0, 3914.0, 3933.0, 3912.0, 3944.0, 3914.0, 3944.0, 3902.0, 3942.0, 3899.0, 3942.0, 3900.0, 3942.0, 3900.0, 3942.0, 3899.0, 3943.0, 3912.0, 3933.0, 3902.0, 3932.0, 3902.0, 3934.0, 3923.0, 3931.0, 3911.0, 3932.0, 3924.0, 3943.0, 3935.0, 3942.0, 3923.0, 3942.0, 3933.0, 3943.0, 3932.0, 3939.0, 3909.0, 3930.0, 3922.0, 3939.0, 3911.0, 3930.0, 3908.0, 3919.0, 3921.0, 3930.0, 3922.0, 3930.0, 3909.0, 3918.0, 3911.0, 3940.0, 3922.0, 3929.0, 3900.0, 3930.0, 3921.0, 3931.0, 3902.0, 3890.0, 3923.0, 3914.0, 3934.0, 3914.0, 3945.0, 3936.0, 3944.0, 3925.0, 3926.0, 3947.0, 3925.0, 3944.0, 3902.0, 3944.0, 3914.0, 3942.0, 3911.0, 3941.0, 3899.0, 3930.0, 3912.0, 3932.0, 3911.0, 3930.0, 3890.0, 3930.0, 3913.0, 3934.0, 3913.0, 3932.0, 3923.0, 3930.0, 3912.0, 3933.0, 3913.0, 3932.0, 3912.0, 3920.0, 3912.0, 3931.0, 3902.0, 3932.0, 3901.0, 3929.0, 3912.0, 3931.0, 3910.0, 3929.0, 3900.0, 3932.0, 3911.0, 3931.0, 3911.0, 3941.0, 3899.0, 3930.0, 3901.0, 3942.0, 3910.0, 3940.0, 3899.0, 3930.0, 3912.0, 3934.0, 3912.0, 3930.0, 3911.0, 3934.0, 3915.0], 'WindowWidth': [8896.0, 8912.0, 8874.0, 8838.0, 8767.0, 8809.0, 8784.0, 8806.0, 8844.0, 8788.0, 8766.0, 8768.0, 8756.0, 8821.0, 8797.0, 8784.0, 8752.0, 8784.0, 8795.0, 8803.0, 8840.0, 8783.0, 8792.0, 8768.0, 8812.0, 8803.0, 8827.0, 8789.0, 8753.0, 8772.0, 8828.0, 8807.0, 8829.0, 8805.0, 8824.0, 8770.0, 8810.0, 8784.0, 8812.0, 8754.0, 8792.0, 8752.0, 8815.0, 8768.0, 8795.0, 8770.0, 8762.0, 8824.0, 8790.0, 8789.0, 8830.0, 8789.0, 8826.0, 8797.0, 8811.0, 8745.0, 8805.0, 8744.0, 8799.0, 8706.0, 8767.0, 8708.0, 8767.0, 8787.0, 8760.0, 8740.0, 8746.0, 8739.0, 8760.0, 8777.0, 8780.0, 8776.0, 8766.0, 8776.0, 8753.0, 8808.0, 8786.0, 8813.0, 8784.0, 8781.0, 8773.0, 8795.0, 8803.0, 8826.0, 8784.0, 8823.0, 8769.0, 8809.0, 8787.0, 8826.0, 8798.0, 8792.0, 8752.0, 8792.0, 8787.0, 8814.0, 8789.0, 8811.0, 8784.0, 8796.0, 8791.0, 8829.0, 8806.0, 8811.0, 8775.0, 8814.0, 8807.0, 8832.0, 8807.0, 8811.0, 8771.0, 8813.0, 8776.0, 8819.0, 8761.0, 8814.0, 8744.0, 8812.0, 8761.0, 8820.0, 8772.0, 8814.0, 8753.0, 8810.0, 8770.0, 8831.0, 8774.0, 8816.0, 8756.0, 8829.0, 8757.0, 8831.0, 8775.0, 8821.0, 8756.0, 8802.0, 8795.0, 8784.0, 8826.0, 8786.0, 8824.0, 8795.0, 8803.0, 8752.0, 8792.0, 8789.0, 8814.0, 8788.0, 8812.0, 8775.0, 8813.0, 8791.0, 8834.0, 8808.0, 8825.0, 8787.0, 8811.0, 8773.0, 8821.0, 8755.0, 8815.0, 8750.0, 8810.0, 8764.0, 8799.0, 8825.0, 8783.0, 8791.0, 8754.0, 8794.0, 8775.0, 8836.0, 8794.0, 8792.0, 8781.0, 8774.0, 8816.0, 8837.0, 8827.0, 8792.0, 8792.0, 8850.0, 8811.0, 8847.0, 8806.0, 8826.0, 8785.0, 8814.0, 8787.0, 8813.0, 8741.0, 8809.0, 8758.0, 8815.0, 8773.0, 8817.0, 8740.0, 8811.0, 8758.0, 8816.0, 8758.0, 8816.0, 8759.0, 8817.0, 8761.0, 8825.0, 8762.0, 8819.0, 8744.0, 8813.0, 8763.0, 8820.0, 8774.0, 8815.0, 8753.0, 8814.0, 8757.0, 8827.0, 8751.0, 8809.0, 8751.0, 8808.0, 8771.0, 8811.0, 8783.0, 8797.0, 8751.0, 8783.0, 8773.0, 8803.0, 8770.0, 8801.0, 8781.0, 8787.0, 8832.0, 8790.0, 8798.0, 8773.0, 8827.0, 8776.0, 8831.0, 8790.0, 8811.0, 8771.0, 8810.0, 8788.0, 8826.0, 8807.0, 8810.0, 8778.0, 8815.0, 8808.0, 8818.0, 8807.0, 8813.0, 8774.0, 8818.0, 8812.0, 8835.0, 8795.0, 8818.0, 8780.0, 8833.0, 8814.0, 8831.0, 8809.0, 8832.0, 8792.0, 8833.0, 8803.0, 8829.0, 8788.0, 8813.0, 8787.0, 8831.0, 8822.0, 8811.0, 8771.0, 8808.0, 8791.0, 8830.0, 8789.0, 8828.0, 8812.0, 8790.0, 8804.0, 8764.0, 8842.0, 8834.0, 8853.0, 8809.0, 8847.0, 8796.0, 8837.0, 8808.0, 8773.0, 8800.0, 8757.0, 8830.0, 8789.0, 8830.0, 8754.0, 8810.0, 8755.0, 8828.0, 8770.0, 8786.0, 8736.0, 8798.0, 8757.0, 8816.0, 8772.0, 8818.0, 8759.0, 8804.0, 8778.0, 8839.0, 8776.0, 8821.0, 8762.0, 8836.0, 8783.0, 8841.0, 8798.0, 8835.0, 8791.0, 8835.0, 8824.0, 8832.0, 8806.0, 8826.0, 8789.0, 8827.0, 8801.0, 8823.0, 8784.0, 8806.0, 8785.0, 8826.0, 8786.0, 8807.0, 8766.0, 8806.0, 8771.0, 8824.0, 8781.0, 8803.0, 8766.0, 8802.0, 8769.0, 8822.0, 8781.0, 8788.0, 8761.0, 8786.0, 8767.0, 8808.0, 8779.0, 8789.0, 8765.0, 8776.0, 8770.0, 8810.0, 8786.0, 8796.0, 8759.0, 8811.0, 8778.0, 8829.0, 8805.0, 8827.0, 8787.0, 8828.0, 8793.0, 8828.0, 8803.0, 8806.0, 8764.0, 8788.0, 8769.0, 8796.0, 8751.0, 8809.0, 8734.0, 8808.0, 8753.0, 8812.0, 8752.0, 8799.0, 8768.0, 8805.0, 8786.0, 8788.0, 8770.0, 8758.0, 8786.0, 8793.0, 8827.0, 8774.0, 8795.0, 8759.0, 8828.0, 8791.0, 8829.0, 8791.0, 8798.0, 8789.0, 8829.0, 8791.0, 8800.0, 8773.0, 8810.0, 8792.0, 8829.0, 8805.0, 8812.0, 8784.0, 8809.0, 8786.0, 8825.0, 8786.0, 8807.0, 8767.0, 8810.0, 8803.0, 8826.0, 8785.0, 8781.0, 8771.0, 8799.0, 8803.0, 8812.0, 8787.0, 8810.0, 8758.0, 8813.0, 8787.0, 8810.0, 8772.0, 8797.0, 8786.0, 8796.0, 8771.0, 8793.0, 8739.0, 8797.0, 8751.0, 8818.0, 8781.0, 8790.0, 8765.0, 8755.0, 8815.0, 8776.0, 8811.0, 8787.0, 8794.0, 8755.0, 8798.0, 8792.0, 8813.0, 8789.0, 8799.0, 8772.0, 8798.0, 8809.0, 8816.0, 8789.0, 8814.0, 8787.0, 8802.0, 8786.0, 8813.0, 8756.0, 8809.0, 8739.0, 8811.0, 8759.0, 8797.0, 8766.0, 8808.0, 8751.0, 8812.0, 8750.0, 8811.0, 8770.0, 8797.0, 8751.0, 8812.0, 8756.0, 8819.0, 8771.0, 8771.0, 8769.0, 8761.0, 8800.0, 8791.0, 8827.0, 8772.0, 8809.0, 8772.0, 8816.0, 8776.0, 8799.0, 8762.0, 8811.0, 8758.0, 8804.0, 8754.0, 8780.0, 8749.0, 8782.0, 8799.0, 8787.0, 8812.0, 8794.0, 8795.0, 8757.0, 8796.0, 8792.0, 8799.0, 8778.0, 8801.0, 8775.0, 8803.0, 8791.0, 8822.0, 8793.0, 8816.0, 8807.0, 8837.0, 8809.0, 8832.0, 8792.0, 8812.0, 8788.0, 8814.0, 8767.0, 8807.0, 8751.0, 8808.0, 8752.0, 8809.0, 8792.0, 8762.0, 8799.0, 8733.0, 8792.0, 8782.0, 8793.0, 8752.0, 8793.0, 8740.0, 8799.0, 8758.0, 8801.0, 8757.0, 8800.0, 8763.0, 8806.0, 8777.0, 8818.0, 8793.0, 8796.0, 8811.0, 8833.0, 8809.0, 8831.0, 8791.0, 8828.0, 8793.0, 8829.0, 8789.0, 8828.0, 8791.0, 8813.0, 8790.0, 8811.0, 8785.0, 8806.0, 8754.0, 8794.0, 8789.0, 8807.0, 8783.0, 8807.0, 8755.0, 8770.0, 8805.0, 8786.0, 8785.0, 8754.0, 8801.0, 8768.0, 8833.0, 8773.0, 8795.0, 8783.0, 8781.0, 8808.0, 8782.0, 8803.0, 8769.0, 8766.0, 8767.0, 8769.0, 8800.0, 8792.0, 8799.0, 8754.0, 8813.0, 8772.0, 8819.0, 8786.0, 8814.0, 8751.0, 8806.0, 8750.0, 8813.0, 8752.0, 8806.0, 8758.0, 8809.0, 8779.0, 8814.0, 8790.0, 8812.0, 8790.0, 8815.0, 8791.0, 8816.0, 8786.0, 8810.0, 8786.0, 8758.0, 8826.0, 8782.0, 8824.0, 8810.0, 8800.0, 8779.0, 8822.0, 8806.0, 8814.0, 8788.0, 8812.0, 8790.0, 8828.0, 8788.0, 8809.0, 8770.0, 8778.0, 8772.0, 8811.0, 8786.0, 8766.0, 8783.0, 8750.0, 8786.0, 8796.0, 8783.0, 8749.0, 8769.0, 8748.0, 8785.0, 8767.0, 8784.0, 8740.0, 8784.0, 8766.0, 8817.0, 8771.0, 8800.0, 8742.0, 8795.0, 8768.0, 8815.0, 8771.0, 8802.0, 8739.0, 8798.0, 8756.0, 8817.0, 8772.0, 8816.0, 8757.0, 8814.0, 8762.0, 8805.0, 8762.0, 8818.0, 8760.0, 8799.0, 8779.0, 8807.0, 8759.0, 8817.0, 8760.0, 8799.0, 8776.0, 8803.0, 8756.0, 8811.0, 8753.0, 8795.0, 8751.0, 8802.0, 8792.0, 8767.0, 8787.0, 8750.0, 8787.0, 8767.0, 8796.0, 8782.0, 8794.0, 8763.0, 8772.0, 8752.0, 8800.0, 8755.0, 8794.0, 8754.0, 8793.0, 8774.0, 8804.0, 8771.0, 8817.0, 8755.0, 8816.0, 8765.0, 8824.0, 8789.0, 8819.0, 8754.0, 8814.0, 8776.0, 8818.0, 8774.0, 8802.0, 8753.0, 8783.0, 8771.0, 8799.0, 8827.0, 8783.0, 8808.0, 8755.0, 8812.0, 8774.0, 8828.0, 8771.0, 8809.0, 8757.0, 8803.0, 8792.0, 8815.0, 8788.0, 8796.0, 8768.0, 8799.0, 8805.0, 8812.0, 8789.0, 8808.0, 8755.0, 8798.0, 8787.0, 8797.0, 8772.0, 8782.0, 8790.0, 8801.0, 8790.0, 8814.0, 8773.0, 8797.0, 8792.0, 8813.0, 8789.0, 8800.0, 8775.0, 8816.0, 8781.0, 8845.0, 8792.0, 8786.0, 8774.0, 8773.0, 8822.0, 8775.0, 8802.0, 8757.0, 8816.0, 8772.0, 8833.0, 8774.0, 8821.0, 8756.0, 8812.0, 8762.0, 8821.0, 8762.0, 8818.0, 8746.0, 8811.0, 8776.0, 8820.0, 8776.0, 8818.0, 8755.0, 8816.0, 8762.0, 8801.0, 8759.0, 8798.0, 8743.0, 8812.0, 8778.0, 8817.0, 8792.0, 8803.0, 8794.0, 8822.0, 8809.0, 8819.0, 8791.0, 8816.0, 8779.0, 8830.0, 8805.0, 8811.0, 8759.0, 8798.0, 8792.0, 8815.0, 8790.0, 8813.0, 8761.0, 8816.0, 8794.0, 8828.0, 8775.0, 8822.0, 8759.0, 8821.0, 8792.0, 8786.0, 8774.0, 8741.0, 8789.0, 8763.0, 8818.0, 8775.0, 8818.0, 8762.0, 8820.0, 8781.0, 8827.0, 8780.0, 8819.0, 8763.0, 8836.0, 8776.0, 8818.0, 8770.0, 8798.0, 8756.0, 8819.0, 8761.0, 8815.0, 8756.0, 8813.0, 8774.0, 8807.0, 8761.0, 8814.0, 8771.0, 8813.0, 8776.0, 8809.0, 8762.0, 8818.0, 8779.0, 8802.0, 8798.0, 8824.0, 8781.0, 8802.0, 8775.0, 8818.0, 8782.0, 8818.0, 8762.0, 8813.0, 8754.0, 8814.0, 8758.0, 8813.0, 8755.0, 8811.0, 8753.0, 8815.0, 8773.0, 8804.0, 8761.0, 8799.0, 8762.0, 8805.0, 8792.0, 8797.0, 8773.0, 8799.0, 8794.0, 8815.0, 8808.0, 8813.0, 8790.0, 8812.0, 8805.0, 8815.0, 8800.0, 8805.0, 8766.0, 8793.0, 8786.0, 8806.0, 8770.0, 8792.0, 8764.0, 8777.0, 8786.0, 8794.0, 8786.0, 8792.0, 8765.0, 8776.0, 8772.0, 8808.0, 8785.0, 8790.0, 8753.0, 8794.0, 8785.0, 8797.0, 8760.0, 8744.0, 8789.0, 8780.0, 8808.0, 8784.0, 8823.0, 8814.0, 8822.0, 8799.0, 8801.0, 8829.0, 8795.0, 8819.0, 8760.0, 8819.0, 8779.0, 8817.0, 8772.0, 8810.0, 8754.0, 8794.0, 8774.0, 8800.0, 8771.0, 8795.0, 8743.0, 8794.0, 8778.0, 8807.0, 8779.0, 8799.0, 8791.0, 8795.0, 8774.0, 8801.0, 8778.0, 8799.0, 8774.0, 8779.0, 8776.0, 8799.0, 8760.0, 8800.0, 8758.0, 8792.0, 8775.0, 8798.0, 8768.0, 8793.0, 8753.0, 8798.0, 8773.0, 8800.0, 8770.0, 8808.0, 8751.0, 8793.0, 8758.0, 8814.0, 8768.0, 8808.0, 8752.0, 8797.0, 8777.0, 8806.0, 8775.0, 8796.0, 8771.0, 8806.0, 8784.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.00015216403162055339</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02234692579051384</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.636402888486614</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.164108057497528</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.978790401533135</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4657</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5507.6348</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09157858642092774</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.8537549407114624</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5030306387392023</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3808363977818914</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7921111152490656</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.33614440318665</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00502615</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011713078245520592</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02378854900598526</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1012</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.909891084398229</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>31.4997</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4036</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.1848</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302158.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>648.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>284.4967</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2586</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.3204</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3150.6268</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3360.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74386.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1038.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4100.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.3532</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.846984987554606</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> |