=== 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-0019 --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-0019",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
118 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
118 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_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-0019_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_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-0019/ses-01/func/sub-0019_ses-01_task-alignvideo_acq-mb8_run-01_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>637a419e146c063b7112f78cd0c78a7f</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:19:17.670000</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_VE11C_LATEST_20160120</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.993882, 0.110396, 0.00331058, -0.110252, 0.993471, -0.0293218]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.253</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-01_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.0846089</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>59</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4162, -7787, -7250, 553, 35, -343, 46, 46]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>235.085</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>51ccfdc7-9c59-4a2d-8c30-4324e2833c35||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666513204574585, -0.2957990765571594, 0.017620105296373367, 121.7525634765625], [-0.29618364572525024, 2.665410041809082, -0.07769889384508133, -77.8521957397461], [0.008882054127752781, 0.07866811752319336, 2.698824167251587, -66.46949005126953], [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, 1073]</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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['161917.670000', '161918.130000', '161918.590000', '161919.050000', '161919.510000', '161919.970000', '161920.430000', '161920.890000', '161921.350000', '161921.810000', '161922.270000', '161922.730000', '161923.190000', '161923.650000', '161924.110000', '161924.570000', '161925.030000', '161925.490000', '161925.950000', '161926.410000', '161926.870000', '161927.330000', '161927.790000', '161928.250000', '161928.710000', '161929.170000', '161929.630000', '161930.090000', '161930.550000', '161931.010000', '161931.470000', '161931.930000', '161932.390000', '161932.850000', '161933.310000', '161933.770000', '161934.230000', '161934.690000', '161935.150000', '161935.610000', '161936.070000', '161936.530000', '161936.990000', '161937.450000', '161937.910000', '161938.370000', '161938.830000', '161939.290000', '161939.750000', '161940.210000', '161940.670000', '161941.130000', '161941.590000', '161942.050000', '161942.510000', '161942.970000', '161943.430000', '161943.890000', '161944.350000', '161944.810000', '161945.270000', '161945.730000', '161946.190000', '161946.650000', '161947.110000', '161947.570000', '161948.030000', '161948.490000', '161948.950000', '161949.410000', '161949.870000', '161950.330000', '161950.790000', '161951.250000', '161951.710000', '161952.170000', '161952.630000', '161953.090000', '161953.550000', '161954.010000', '161954.470000', '161954.930000', '161955.390000', '161955.850000', '161956.310000', '161956.770000', '161957.230000', '161957.690000', '161958.150000', '161958.610000', '161959.070000', '161959.530000', '161959.990000', '162000.450000', '162000.910000', '162001.370000', '162001.830000', '162002.290000', '162002.750000', '162003.210000', '162003.670000', '162004.130000', '162004.590000', '162005.050000', '162005.510000', '162005.970000', '162006.430000', '162006.890000', '162007.350000', '162007.810000', '162008.270000', '162008.730000', '162009.190000', '162009.650000', '162010.110000', '162010.570000', '162011.030000', '162011.490000', '162011.950000', '162012.410000', '162012.870000', '162013.330000', '162013.790000', '162014.250000', '162014.710000', '162015.170000', '162015.630000', '162016.090000', '162016.550000', '162017.010000', '162017.470000', '162017.930000', '162018.390000', '162018.850000', '162019.310000', '162019.770000', '162020.230000', '162020.690000', '162021.150000', '162021.610000', '162022.070000', '162022.530000', '162022.990000', '162023.450000', '162023.910000', '162024.370000', '162024.830000', '162025.290000', '162025.750000', '162026.210000', '162026.670000', '162027.130000', '162027.590000', '162028.050000', '162028.510000', '162028.970000', '162029.430000', '162029.890000', '162030.350000', '162030.810000', '162031.270000', '162031.730000', '162032.190000', '162032.650000', '162033.110000', '162033.570000', '162034.030000', '162034.490000', '162034.950000', '162035.410000', '162035.870000', '162036.330000', '162036.790000', '162037.250000', '162037.710000', '162038.170000', '162038.630000', '162039.090000', '162039.550000', '162040.010000', '162040.470000', '162040.930000', '162041.390000', '162041.850000', '162042.310000', '162042.770000', '162043.230000', '162043.690000', '162044.150000', '162044.610000', '162045.070000', '162045.530000', '162045.990000', '162046.450000', '162046.910000', '162047.370000', '162047.830000', '162048.290000', '162048.750000', '162049.210000', '162049.670000', '162050.130000', '162050.590000', '162051.050000', '162051.510000', '162051.970000', '162052.430000', '162052.890000', '162053.350000', '162053.810000', '162054.270000', '162054.730000', '162055.190000', '162055.650000', '162056.110000', '162056.570000', '162057.030000', '162057.490000', '162057.950000', '162058.410000', '162058.870000', '162059.330000', '162059.790000', '162100.250000', '162100.710000', '162101.170000', '162101.630000', '162102.090000', '162102.550000', '162103.010000', '162103.470000', '162103.930000', '162104.390000', '162104.850000', '162105.310000', '162105.770000', '162106.230000', '162106.690000', '162107.150000', '162107.610000', '162108.070000', '162108.530000', '162108.990000', '162109.450000', '162109.910000', '162110.370000', '162110.830000', '162111.290000', '162111.750000', '162112.210000', '162112.670000', '162113.130000', '162113.590000', '162114.050000', '162114.510000', '162114.970000', '162115.430000', '162115.890000', '162116.350000', '162116.810000', '162117.270000', '162117.730000', '162118.190000', '162118.650000', '162119.110000', '162119.570000', '162120.030000', '162120.490000', '162120.950000', '162121.410000', '162121.870000', '162122.330000', '162122.790000', '162123.250000', '162123.710000', '162124.170000', '162124.630000', '162125.090000', '162125.550000', '162126.010000', '162126.470000', '162126.930000', '162127.390000', '162127.850000', '162128.310000', '162128.770000', '162129.230000', '162129.690000', '162130.150000', '162130.610000', '162131.070000', '162131.530000', '162131.990000', '162132.450000', '162132.910000', '162133.370000', '162133.830000', '162134.290000', '162134.750000', '162135.210000', '162135.670000', '162136.130000', '162136.590000', '162137.050000', '162137.510000', '162137.970000', '162138.430000', '162138.890000', '162139.350000', '162139.810000', '162140.270000', '162140.730000', '162141.190000', '162141.650000', '162142.110000', '162142.570000', '162143.030000', '162143.490000', '162143.950000', '162144.410000', '162144.870000', '162145.330000', '162145.790000', '162146.250000', '162146.710000', '162147.170000', '162147.630000', '162148.090000', '162148.550000', '162149.010000', '162149.470000', '162149.930000', '162150.390000', '162150.850000', '162151.310000', '162151.770000', '162152.230000', '162152.690000', '162153.150000', '162153.610000', '162154.070000', '162154.530000', '162154.990000', '162155.450000', '162155.910000', '162156.370000', '162156.830000', '162157.290000', '162157.750000', '162158.210000', '162158.670000', '162159.130000', '162159.590000', '162200.050000', '162200.510000', '162200.970000', '162201.430000', '162201.890000', '162202.350000', '162202.810000', '162203.270000', '162203.730000', '162204.190000', '162204.650000', '162205.110000', '162205.570000', '162206.030000', '162206.490000', '162206.950000', '162207.410000', '162207.870000', '162208.330000', '162208.790000', '162209.250000', '162209.710000', '162210.170000', '162210.630000', '162211.090000', '162211.550000', '162212.010000', '162212.470000', '162212.930000', '162213.390000', '162213.850000', '162214.310000', '162214.770000', '162215.230000', '162215.690000', '162216.150000', '162216.610000', '162217.070000', '162217.530000', '162217.990000', '162218.450000', '162218.910000', '162219.370000', '162219.830000', '162220.290000', '162220.750000', '162221.210000', '162221.670000', '162222.130000', '162222.590000', '162223.050000', '162223.510000', '162223.970000', '162224.430000', '162224.890000', '162225.350000', '162225.810000', '162226.270000', '162226.730000', '162227.190000', '162227.650000', '162228.110000', '162228.570000', '162229.030000', '162229.490000', '162229.950000', '162230.410000', '162230.870000', '162231.330000', '162231.790000', '162232.250000', '162232.710000', '162233.170000', '162233.630000', '162234.090000', '162234.550000', '162235.010000', '162235.470000', '162235.930000', '162236.390000', '162236.850000', '162237.310000', '162237.770000', '162238.230000', '162238.690000', '162239.150000', '162239.610000', '162240.070000', '162240.530000', '162240.990000', '162241.450000', '162241.910000', '162242.370000', '162242.830000', '162243.290000', '162243.750000', '162244.210000', '162244.670000', '162245.130000', '162245.590000', '162246.050000', '162246.510000', '162246.970000', '162247.430000', '162247.890000', '162248.350000', '162248.810000', '162249.270000', '162249.730000', '162250.190000', '162250.650000', '162251.110000', '162251.570000', '162252.030000', '162252.490000', '162252.950000', '162253.410000', '162253.870000', '162254.330000', '162254.790000', '162255.250000', '162255.710000', '162256.170000', '162256.630000', '162257.090000', '162257.550000', '162258.010000', '162258.470000', '162258.930000', '162259.390000', '162259.850000', '162300.310000', '162300.770000', '162301.230000', '162301.690000', '162302.150000', '162302.610000', '162303.070000', '162303.530000', '162303.990000', '162304.450000', '162304.910000', '162305.370000', '162305.830000', '162306.290000', '162306.750000', '162307.210000', '162307.670000', '162308.130000', '162308.590000', '162309.050000', '162309.510000', '162309.970000', '162310.430000', '162310.890000', '162311.350000', '162311.810000', '162312.270000', '162312.730000', '162313.190000', '162313.650000', '162314.110000', '162314.570000', '162315.030000', '162315.490000', '162315.950000', '162316.410000', '162316.870000', '162317.330000', '162317.790000', '162318.250000', '162318.710000', '162319.170000', '162319.630000', '162320.090000', '162320.550000', '162321.010000', '162321.470000', '162321.930000', '162322.390000', '162322.850000', '162323.310000', '162323.770000', '162324.230000', '162324.690000', '162325.150000', '162325.610000', '162326.070000', '162326.530000', '162326.990000', '162327.450000', '162327.910000', '162328.370000', '162328.830000', '162329.290000', '162329.750000', '162330.210000', '162330.670000', '162331.130000', '162331.590000', '162332.050000', '162332.510000', '162332.970000', '162333.430000', '162333.890000', '162334.350000', '162334.810000', '162335.270000', '162335.730000', '162336.190000', '162336.650000', '162337.110000', '162337.570000', '162338.030000', '162338.490000', '162338.950000', '162339.410000', '162339.870000', '162340.330000', '162340.790000', '162341.250000', '162341.710000', '162342.170000', '162342.630000', '162343.090000', '162343.550000', '162344.010000', '162344.470000', '162344.930000', '162345.390000', '162345.850000', '162346.310000', '162346.770000', '162347.230000', '162347.690000', '162348.150000', '162348.610000', '162349.070000', '162349.530000', '162349.990000', '162350.450000', '162350.910000', '162351.370000', '162351.830000', '162352.290000', '162352.750000', '162353.210000', '162353.670000', '162354.130000', '162354.590000', '162355.050000', '162355.510000', '162355.970000', '162356.430000', '162356.890000', '162357.350000', '162357.810000', '162358.270000', '162358.730000', '162359.190000', '162359.650000', '162400.110000', '162400.570000', '162401.030000', '162401.490000', '162401.950000', '162402.410000', '162402.870000', '162403.330000', '162403.790000', '162404.250000', '162404.710000', '162405.170000', '162405.630000', '162406.090000', '162406.550000', '162407.010000', '162407.470000', '162407.930000', '162408.390000', '162408.850000', '162409.310000', '162409.770000', '162410.230000', '162410.690000', '162411.150000', '162411.610000', '162412.070000', '162412.530000', '162412.990000', '162413.450000', '162413.910000', '162414.370000', '162414.830000', '162415.290000', '162415.750000', '162416.210000', '162416.670000', '162417.130000', '162417.590000', '162418.050000', '162418.510000', '162418.970000', '162419.430000', '162419.890000', '162420.350000', '162420.810000', '162421.270000', '162421.730000', '162422.190000', '162422.650000', '162423.110000', '162423.570000', '162424.030000', '162424.490000', '162424.950000', '162425.410000', '162425.870000', '162426.330000', '162426.790000', '162427.250000', '162427.710000', '162428.170000', '162428.630000', '162429.090000', '162429.550000', '162430.010000', '162430.470000', '162430.930000', '162431.390000', '162431.850000', '162432.310000', '162432.770000', '162433.230000', '162433.690000', '162434.150000', '162434.610000', '162435.070000', '162435.530000', '162435.990000', '162436.450000', '162436.910000', '162437.370000', '162437.830000', '162438.290000', '162438.750000', '162439.210000', '162439.670000', '162440.130000', '162440.590000', '162441.050000', '162441.510000', '162441.970000', '162442.430000', '162442.890000', '162443.350000', '162443.810000', '162444.270000', '162444.730000', '162445.190000', '162445.650000', '162446.110000', '162446.570000', '162447.030000', '162447.490000', '162447.950000', '162448.410000', '162448.870000', '162449.330000', '162449.790000', '162450.250000', '162450.710000', '162451.170000', '162451.630000', '162452.090000', '162452.550000', '162453.010000', '162453.470000', '162453.930000', '162454.390000', '162454.850000', '162455.310000', '162455.770000', '162456.230000', '162456.690000', '162457.150000', '162457.610000', '162458.070000', '162458.530000', '162458.990000', '162459.450000', '162459.910000', '162500.370000', '162500.830000', '162501.290000', '162501.750000', '162502.210000', '162502.670000', '162503.130000', '162503.590000', '162504.050000', '162504.510000', '162504.970000', '162505.430000', '162505.890000', '162506.350000', '162506.810000', '162507.270000', '162507.730000', '162508.190000', '162508.650000', '162509.110000', '162509.570000', '162510.030000', '162510.490000', '162510.950000', '162511.410000', '162511.870000', '162512.330000', '162512.790000', '162513.250000', '162513.710000', '162514.170000', '162514.630000', '162515.090000', '162515.550000', '162516.010000', '162516.470000', '162516.930000', '162517.390000', '162517.850000', '162518.310000', '162518.770000', '162519.230000', '162519.690000', '162520.150000', '162520.610000', '162521.070000', '162521.530000', '162521.990000', '162522.450000', '162522.910000', '162523.370000', '162523.830000', '162524.290000', '162524.750000', '162525.210000', '162525.670000', '162526.130000', '162526.590000', '162527.050000', '162527.510000', '162527.970000', '162528.430000', '162528.890000', '162529.350000', '162529.810000', '162530.270000', '162530.730000', '162531.190000', '162531.650000', '162532.110000', '162532.570000', '162533.030000', '162533.490000', '162533.950000', '162534.410000', '162534.870000', '162535.330000', '162535.790000', '162536.250000', '162536.710000', '162537.170000', '162537.630000', '162538.090000', '162538.550000', '162539.010000', '162539.470000', '162539.930000', '162540.390000', '162540.850000', '162541.310000', '162541.770000', '162542.230000', '162542.690000', '162543.150000', '162543.610000', '162544.070000', '162544.530000', '162544.990000', '162545.450000', '162545.910000', '162546.370000', '162546.830000', '162547.290000', '162547.750000', '162548.210000', '162548.670000', '162549.130000', '162549.590000', '162550.050000', '162550.510000', '162550.970000', '162551.430000', '162551.890000', '162552.350000', '162552.810000', '162553.270000', '162553.730000', '162554.190000', '162554.650000', '162555.110000', '162555.570000', '162556.030000', '162556.490000', '162556.950000', '162557.410000', '162557.870000', '162558.330000', '162558.790000', '162559.250000', '162559.710000', '162600.170000', '162600.630000', '162601.090000', '162601.550000', '162602.010000', '162602.470000', '162602.930000', '162603.390000', '162603.850000', '162604.310000', '162604.770000', '162605.230000', '162605.690000', '162606.150000', '162606.610000', '162607.070000', '162607.530000', '162607.990000', '162608.450000', '162608.910000', '162609.370000', '162609.830000', '162610.290000', '162610.750000', '162611.210000', '162611.670000', '162612.130000', '162612.590000', '162613.050000', '162613.510000', '162613.970000', '162614.430000', '162614.890000', '162615.350000', '162615.810000', '162616.270000', '162616.730000', '162617.190000', '162617.650000', '162618.110000', '162618.570000', '162619.030000', '162619.490000', '162619.950000', '162620.410000', '162620.870000', '162621.330000', '162621.790000', '162622.250000', '162622.710000', '162623.170000', '162623.630000', '162624.090000', '162624.550000', '162625.010000', '162625.470000', '162625.930000', '162626.390000', '162626.850000', '162627.310000', '162627.770000', '162628.230000', '162628.690000', '162629.150000', '162629.610000', '162630.070000', '162630.530000', '162630.990000', '162631.450000', '162631.910000', '162632.370000', '162632.830000', '162633.290000', '162633.750000', '162634.210000', '162634.670000', '162635.130000', '162635.590000', '162636.050000', '162636.510000', '162636.970000', '162637.430000', '162637.890000', '162638.350000', '162638.810000', '162639.270000', '162639.730000', '162640.190000', '162640.650000', '162641.110000', '162641.570000', '162642.030000', '162642.490000', '162642.950000', '162643.410000', '162643.870000', '162644.330000', '162644.790000', '162645.250000', '162645.710000', '162646.170000', '162646.630000', '162647.090000', '162647.550000', '162648.010000', '162648.470000', '162648.930000', '162649.390000', '162649.850000', '162650.310000', '162650.770000', '162651.230000', '162651.690000', '162652.150000', '162652.610000', '162653.070000', '162653.530000', '162653.990000', '162654.450000', '162654.910000', '162655.370000', '162655.830000', '162656.290000', '162656.750000', '162657.210000', '162657.670000', '162658.130000', '162658.590000', '162659.050000', '162659.510000', '162659.970000', '162700.430000', '162700.890000', '162701.350000', '162701.810000', '162702.270000', '162702.730000', '162703.190000', '162703.650000', '162704.110000', '162704.570000', '162705.030000', '162705.490000', '162705.950000', '162706.410000', '162706.870000', '162707.330000', '162707.790000', '162708.250000', '162708.710000', '162709.170000', '162709.630000', '162710.090000', '162710.550000', '162711.010000', '162711.470000', '162711.930000', '162712.390000', '162712.850000', '162713.310000', '162713.770000', '162714.230000', '162714.690000', '162715.150000', '162715.610000', '162716.070000', '162716.530000', '162716.990000', '162717.450000', '162717.910000', '162718.370000', '162718.830000', '162719.290000', '162719.750000', '162720.210000', '162720.670000', '162721.130000', '162721.590000', '162722.050000', '162722.510000', '162722.970000', '162723.430000', '162723.890000', '162724.350000', '162724.810000', '162725.270000', '162725.730000', '162726.190000', '162726.650000', '162727.110000', '162727.570000', '162728.030000', '162728.490000', '162728.950000', '162729.410000', '162729.870000', '162730.330000', '162730.790000'], 'ContentTime': ['161920.949000', '161921.211000', '161921.374000', '161921.616000', '161921.783000', '161921.961000', '161922.206000', '161922.384000', '161922.628000', '161922.817000', '161923.039000', '161923.504000', '161923.957000', '161924.411000', '161924.913000', '161925.365000', '161925.819000', '161926.279000', '161926.747000', '161927.235000', '161927.665000', '161928.113000', '161928.576000', '161929.038000', '161929.505000', '161929.968000', '161930.429000', '161930.890000', '161931.347000', '161931.799000', '161932.269000', '161932.714000', '161933.181000', '161933.653000', '161934.101000', '161934.574000', '161935.028000', '161935.484000', '161935.952000', '161936.460000', '161936.862000', '161937.337000', '161937.787000', '161938.233000', '161938.708000', '161939.156000', '161939.617000', '161940.076000', '161940.549000', '161941.002000', '161941.469000', '161941.915000', '161942.390000', '161942.923000', '161943.300000', '161943.758000', '161944.212000', '161944.691000', '161945.134000', '161945.598000', '161946.058000', '161946.521000', '161947.027000', '161947.437000', '161947.912000', '161948.366000', '161948.823000', '161949.282000', '161949.746000', '161950.213000', '161950.655000', '161951.117000', '161951.589000', '161952.047000', '161952.502000', '161952.955000', '161953.417000', '161953.882000', '161954.548000', '161954.810000', '161955.263000', '161955.737000', '161956.185000', '161956.645000', '161957.155000', '161957.589000', '161958.017000', '161958.488000', '161958.956000', '161959.405000', '161959.892000', '162000.330000', '162000.784000', '162001.243000', '162001.708000', '162002.162000', '162002.630000', '162003.092000', '162003.547000', '162004.007000', '162004.469000', '162004.925000', '162005.385000', '162005.874000', '162006.304000', '162006.756000', '162007.222000', '162007.675000', '162008.144000', '162008.592000', '162009.058000', '162009.525000', '162009.989000', '162010.450000', '162010.905000', '162011.371000', '162011.837000', '162012.288000', '162012.747000', '162013.200000', '162013.675000', '162014.119000', '162014.641000', '162015.035000', '162015.496000', '162015.968000', '162016.444000', '162016.878000', '162017.352000', '162017.818000', '162018.257000', '162018.729000', '162019.180000', '162019.657000', '162020.094000', '162020.561000', '162021.020000', '162021.495000', '162021.953000', '162022.407000', '162022.857000', '162023.326000', '162023.874000', '162024.245000', '162024.699000', '162025.165000', '162025.623000', '162026.084000', '162026.546000', '162026.998000', '162027.465000', '162027.922000', '162028.381000', '162028.857000', '162029.327000', '162029.780000', '162030.218000', '162030.679000', '162031.146000', '162031.608000', '162032.074000', '162032.533000', '162032.980000', '162033.445000', '162033.896000', '162034.366000', '162034.820000', '162035.285000', '162035.761000', '162036.199000', '162036.657000', '162037.136000', '162037.597000', '162038.053000', '162038.539000', '162038.970000', '162039.492000', '162039.889000', '162040.345000', '162040.804000', '162041.267000', '162041.718000', '162042.200000', '162042.643000', '162043.098000', '162043.570000', '162044.020000', '162044.512000', '162044.944000', '162045.421000', '162045.858000', '162046.324000', '162046.778000', '162047.258000', '162047.708000', '162048.178000', '162048.628000', '162049.096000', '162049.540000', '162050.017000', '162050.459000', '162050.917000', '162051.396000', '162051.841000', '162052.320000', '162052.766000', '162053.216000', '162053.682000', '162054.154000', '162054.610000', '162055.063000', '162055.528000', '162055.980000', '162056.449000', '162056.904000', '162057.357000', '162057.819000', '162058.283000', '162058.817000', '162059.216000', '162059.673000', '162100.126000', '162100.659000', '162101.056000', '162101.495000', '162101.959000', '162102.418000', '162102.890000', '162103.392000', '162103.826000', '162104.282000', '162104.735000', '162105.183000', '162105.656000', '162106.120000', '162106.578000', '162107.024000', '162107.482000', '162107.948000', '162108.402000', '162108.862000', '162109.322000', '162109.884000', '162110.243000', '162110.700000', '162111.162000', '162111.626000', '162112.099000', '162112.545000', '162113.016000', '162113.478000', '162113.933000', '162114.386000', '162114.862000', '162115.319000', '162115.781000', '162116.225000', '162116.677000', '162117.142000', '162117.614000', '162118.108000', '162118.525000', '162118.981000', '162119.438000', '162119.901000', '162120.367000', '162120.835000', '162121.289000', '162121.743000', '162122.256000', '162122.660000', '162123.124000', '162123.587000', '162124.124000', '162124.504000', '162124.982000', '162125.435000', '162125.882000', '162126.381000', '162126.814000', '162127.274000', '162127.729000', '162128.182000', '162128.653000', '162129.102000', '162129.574000', '162130.029000', '162130.492000', '162130.947000', '162131.453000', '162131.864000', '162132.334000', '162132.783000', '162133.241000', '162133.722000', '162134.178000', '162134.625000', '162135.084000', '162135.584000', '162136.007000', '162136.464000', '162136.922000', '162137.384000', '162137.891000', '162138.310000', '162138.775000', '162139.224000', '162139.766000', '162140.221000', '162140.607000', '162141.071000', '162141.536000', '162141.985000', '162142.455000', '162142.903000', '162143.366000', '162143.825000', '162144.293000', '162144.745000', '162145.202000', '162145.663000', '162146.138000', '162146.593000', '162147.057000', '162147.507000', '162147.983000', '162148.436000', '162148.887000', '162149.347000', '162149.821000', '162150.282000', '162150.739000', '162151.186000', '162151.649000', '162152.141000', '162152.566000', '162153.032000', '162153.495000', '162153.945000', '162154.404000', '162154.881000', '162155.325000', '162155.851000', '162156.256000', '162156.750000', '162157.172000', '162157.632000', '162158.104000', '162158.551000', '162159.023000', '162159.465000', '162159.938000', '162200.410000', '162200.858000', '162201.313000', '162201.763000', '162202.226000', '162202.685000', '162203.143000', '162203.614000', '162204.067000', '162204.528000', '162205.036000', '162205.452000', '162205.908000', '162206.383000', '162206.830000', '162207.293000', '162207.795000', '162208.219000', '162208.679000', '162209.142000', '162209.585000', '162210.068000', '162210.515000', '162210.984000', '162211.441000', '162211.890000', '162212.360000', '162212.807000', '162213.267000', '162213.746000', '162214.205000', '162214.649000', '162215.105000', '162215.567000', '162216.037000', '162216.490000', '162216.960000', '162217.423000', '162217.884000', '162218.345000', '162218.788000', '162219.270000', '162219.749000', '162220.167000', '162220.625000', '162221.086000', '162221.550000', '162222.012000', '162222.537000', '162222.933000', '162223.411000', '162223.853000', '162224.308000', '162224.784000', '162225.230000', '162225.690000', '162226.164000', '162226.610000', '162227.071000', '162227.530000', '162228.004000', '162228.463000', '162228.916000', '162229.376000', '162229.832000', '162230.289000', '162230.753000', '162231.211000', '162231.675000', '162232.139000', '162232.630000', '162233.065000', '162233.508000', '162233.976000', '162234.445000', '162234.886000', '162235.349000', '162235.808000', '162236.268000', '162236.731000', '162237.201000', '162237.657000', '162238.122000', '162238.593000', '162239.048000', '162239.497000', '162239.959000', '162240.425000', '162240.868000', '162241.387000', '162241.824000', '162242.269000', '162242.719000', '162243.187000', '162243.625000', '162244.099000', '162244.551000', '162245.068000', '162245.468000', '162245.932000', '162246.443000', '162246.858000', '162247.306000', '162247.779000', '162248.228000', '162248.704000', '162249.149000', '162249.614000', '162250.086000', '162250.534000', '162251.009000', '162251.455000', '162251.915000', '162252.373000', '162252.842000', '162253.291000', '162253.768000', '162254.234000', '162254.689000', '162255.218000', '162255.606000', '162256.069000', '162256.513000', '162256.993000', '162257.446000', '162257.894000', '162258.366000', '162258.822000', '162259.267000', '162259.736000', '162300.191000', '162300.654000', '162301.121000', '162301.591000', '162302.039000', '162302.493000', '162302.964000', '162303.408000', '162303.880000', '162304.331000', '162304.796000', '162305.261000', '162305.718000', '162306.181000', '162306.652000', '162307.105000', '162307.553000', '162308.069000', '162308.477000', '162308.952000', '162309.395000', '162309.852000', '162310.320000', '162310.773000', '162311.253000', '162311.708000', '162312.162000', '162312.643000', '162313.074000', '162313.532000', '162314.011000', '162314.473000', '162314.915000', '162315.374000', '162315.889000', '162316.296000', '162316.770000', '162317.212000', '162317.689000', '162318.142000', '162318.593000', '162319.072000', '162319.517000', '162319.975000', '162320.451000', '162320.913000', '162321.368000', '162321.820000', '162322.289000', '162322.743000', '162323.196000', '162323.667000', '162324.116000', '162324.623000', '162325.037000', '162325.512000', '162325.960000', '162326.424000', '162326.879000', '162327.334000', '162327.905000', '162328.263000', '162328.718000', '162329.185000', '162329.650000', '162330.128000', '162330.562000', '162331.041000', '162331.493000', '162331.938000', '162332.412000', '162332.865000', '162333.348000', '162333.785000', '162334.260000', '162334.698000', '162335.155000', '162335.619000', '162336.076000', '162336.539000', '162337.004000', '162337.472000', '162337.915000', '162338.394000', '162338.837000', '162339.306000', '162339.762000', '162340.214000', '162340.693000', '162341.140000', '162341.599000', '162342.073000', '162342.535000', '162343.016000', '162343.438000', '162343.904000', '162344.360000', '162344.818000', '162345.284000', '162345.742000', '162346.196000', '162346.661000', '162347.134000', '162347.579000', '162348.046000', '162348.506000', '162348.957000', '162349.438000', '162349.885000', '162350.387000', '162350.817000', '162351.266000', '162351.722000', '162352.189000', '162352.656000', '162353.103000', '162353.559000', '162354.029000', '162354.492000', '162354.945000', '162355.405000', '162355.878000', '162356.325000', '162356.803000', '162357.252000', '162357.704000', '162358.174000', '162358.632000', '162359.079000', '162359.551000', '162400.000000', '162400.472000', '162400.932000', '162401.375000', '162401.835000', '162402.298000', '162402.780000', '162403.248000', '162403.677000', '162404.145000', '162404.618000', '162405.061000', '162405.524000', '162406.034000', '162406.436000', '162406.900000', '162407.361000', '162407.820000', '162408.292000', '162408.797000', '162409.205000', '162409.678000', '162410.145000', '162410.592000', '162411.047000', '162411.514000', '162411.962000', '162412.435000', '162412.887000', '162413.338000', '162413.827000', '162414.261000', '162414.736000', '162415.197000', '162415.638000', '162416.107000', '162416.575000', '162417.017000', '162417.485000', '162417.941000', '162418.418000', '162418.865000', '162419.328000', '162419.788000', '162420.256000', '162420.711000', '162421.193000', '162421.635000', '162422.098000', '162422.558000', '162423.016000', '162423.461000', '162423.932000', '162424.381000', '162424.862000', '162425.313000', '162425.766000', '162426.233000', '162426.696000', '162427.151000', '162427.621000', '162428.063000', '162428.551000', '162428.996000', '162429.441000', '162429.919000', '162430.387000', '162430.826000', '162431.283000', '162431.746000', '162432.218000', '162432.691000', '162433.137000', '162433.618000', '162434.050000', '162434.497000', '162434.967000', '162435.427000', '162435.927000', '162436.338000', '162436.806000', '162437.259000', '162437.723000', '162438.183000', '162438.667000', '162439.101000', '162439.567000', '162440.033000', '162440.497000', '162440.945000', '162441.416000', '162441.868000', '162442.340000', '162442.792000', '162443.243000', '162443.730000', '162444.173000', '162444.632000', '162445.101000', '162445.562000', '162446.011000', '162446.472000', '162446.925000', '162447.390000', '162447.860000', '162448.316000', '162448.762000', '162449.233000', '162449.686000', '162450.160000', '162450.615000', '162451.148000', '162451.546000', '162451.984000', '162452.459000', '162452.914000', '162453.381000', '162453.828000', '162454.289000', '162454.785000', '162455.247000', '162455.663000', '162456.133000', '162456.602000', '162457.055000', '162457.526000', '162457.964000', '162458.441000', '162458.897000', '162459.398000', '162459.938000', '162500.269000', '162500.739000', '162501.197000', '162501.643000', '162502.122000', '162502.568000', '162503.027000', '162503.502000', '162503.962000', '162504.417000', '162504.870000', '162505.341000', '162505.786000', '162506.259000', '162506.720000', '162507.171000', '162507.645000', '162508.087000', '162508.567000', '162509.024000', '162509.466000', '162509.943000', '162510.416000', '162510.868000', '162511.340000', '162511.872000', '162512.246000', '162512.697000', '162513.148000', '162513.614000', '162514.074000', '162514.546000', '162514.996000', '162515.473000', '162515.909000', '162516.382000', '162516.833000', '162517.303000', '162517.749000', '162518.211000', '162518.677000', '162519.128000', '162519.595000', '162520.071000', '162520.561000', '162520.969000', '162521.429000', '162521.887000', '162522.352000', '162522.834000', '162523.294000', '162523.746000', '162524.193000', '162524.663000', '162525.114000', '162525.580000', '162526.036000', '162526.539000', '162526.963000', '162527.418000', '162527.891000', '162528.329000', '162528.793000', '162529.246000', '162529.711000', '162530.190000', '162530.638000', '162531.096000', '162531.568000', '162532.033000', '162532.485000', '162532.947000', '162533.410000', '162533.877000', '162534.340000', '162534.773000', '162535.312000', '162535.697000', '162536.161000', '162536.634000', '162537.076000', '162537.553000', '162537.993000', '162538.457000', '162538.930000', '162539.390000', '162539.838000', '162540.304000', '162540.806000', '162541.241000', '162541.689000', '162542.151000', '162542.593000', '162543.073000', '162543.529000', '162543.977000', '162544.431000', '162544.898000', '162545.370000', '162545.829000', '162546.269000', '162546.740000', '162547.196000', '162547.669000', '162548.128000', '162548.580000', '162549.034000', '162549.505000', '162549.971000', '162550.424000', '162550.873000', '162551.402000', '162551.811000', '162552.332000', '162552.711000', '162553.183000', '162553.640000', '162554.095000', '162554.554000', '162555.029000', '162555.473000', '162555.941000', '162556.398000', '162556.858000', '162557.311000', '162557.776000', '162558.252000', '162558.698000', '162559.152000', '162559.630000', '162600.095000', '162600.540000', '162600.998000', '162601.486000', '162601.959000', '162602.380000', '162602.854000', '162603.295000', '162603.762000', '162604.223000', '162604.687000', '162605.148000', '162605.601000', '162606.068000', '162606.572000', '162606.996000', '162607.454000', '162607.906000', '162608.393000', '162608.819000', '162609.294000', '162609.746000', '162610.202000', '162610.674000', '162611.123000', '162611.581000', '162612.097000', '162612.495000', '162612.997000', '162613.421000', '162613.874000', '162614.343000', '162614.798000', '162615.269000', '162615.730000', '162616.199000', '162616.651000', '162617.099000', '162617.574000', '162618.053000', '162618.556000', '162618.961000', '162619.400000', '162619.872000', '162620.406000', '162620.781000', '162621.243000', '162621.706000', '162622.158000', '162622.632000', '162623.093000', '162623.535000', '162624.083000', '162624.539000', '162624.933000', '162625.396000', '162625.839000', '162626.356000', '162626.781000', '162627.227000', '162627.683000', '162628.144000', '162628.625000', '162629.065000', '162629.522000', '162629.998000', '162630.450000', '162630.920000', '162631.365000', '162631.830000', '162632.309000', '162632.740000', '162633.208000', '162633.679000', '162634.132000', '162634.596000', '162635.044000', '162635.518000', '162635.961000', '162636.432000', '162636.895000', '162637.357000', '162637.883000', '162638.261000', '162638.802000', '162639.185000', '162639.656000', '162640.114000', '162640.579000', '162641.033000', '162641.482000', '162641.953000', '162642.406000', '162642.875000', '162643.416000', '162643.784000', '162644.262000', '162644.724000', '162645.167000', '162645.647000', '162646.088000', '162646.559000', '162647.003000', '162647.464000', '162647.931000', '162648.402000', '162648.850000', '162649.322000', '162649.765000', '162650.244000', '162650.706000', '162651.161000', '162651.641000', '162652.083000', '162652.526000', '162652.993000', '162653.449000', '162653.906000', '162654.365000', '162654.830000', '162655.305000', '162655.745000', '162656.216000', '162656.673000', '162657.141000', '162657.594000', '162658.051000', '162658.514000', '162658.980000', '162659.440000', '162659.973000', '162700.350000', '162700.813000', '162701.288000', '162701.779000', '162702.185000', '162702.646000', '162703.118000', '162703.584000', '162704.029000', '162704.495000', '162704.968000', '162705.425000', '162705.886000', '162706.328000', '162706.794000', '162707.249000', '162707.715000', '162708.179000', '162708.635000', '162709.087000', '162709.549000', '162710.025000', '162710.483000', '162711.005000', '162711.397000', '162711.863000', '162712.318000', '162712.790000', '162713.239000', '162713.689000', '162714.148000', '162714.630000', '162715.076000', '162715.549000', '162715.995000', '162716.469000', '162716.926000', '162717.376000', '162717.830000', '162718.298000', '162718.765000', '162719.211000', '162719.670000', '162720.138000', '162720.646000', '162721.065000', '162721.530000', '162721.976000', '162722.477000', '162722.891000', '162723.354000', '162723.826000', '162724.279000', '162724.739000', '162725.197000', '162725.649000', '162726.113000', '162726.575000', '162727.031000', '162727.491000', '162727.967000', '162728.420000', '162728.912000', '162729.337000', '162729.814000', '162730.258000', '162730.721000', '162731.183000', '162731.639000'], 'InstanceCreationTime': ['161920.949000', '161921.211000', '161921.374000', '161921.616000', '161921.783000', '161921.961000', '161922.206000', '161922.384000', '161922.628000', '161922.817000', '161923.039000', '161923.504000', '161923.957000', '161924.411000', '161924.913000', '161925.365000', '161925.819000', '161926.279000', '161926.747000', '161927.235000', '161927.665000', '161928.113000', '161928.576000', '161929.038000', '161929.505000', '161929.968000', '161930.429000', '161930.890000', '161931.347000', '161931.799000', '161932.269000', '161932.714000', '161933.181000', '161933.653000', '161934.101000', '161934.574000', '161935.028000', '161935.484000', '161935.952000', '161936.460000', '161936.862000', '161937.337000', '161937.787000', '161938.233000', '161938.708000', '161939.156000', '161939.617000', '161940.076000', '161940.549000', '161941.002000', '161941.469000', '161941.915000', '161942.390000', '161942.923000', '161943.300000', '161943.758000', '161944.212000', '161944.691000', '161945.134000', '161945.598000', '161946.058000', '161946.521000', '161947.027000', '161947.437000', '161947.912000', '161948.366000', '161948.823000', '161949.282000', '161949.746000', '161950.213000', '161950.655000', '161951.117000', '161951.589000', '161952.047000', '161952.502000', '161952.955000', '161953.417000', '161953.882000', '161954.548000', '161954.810000', '161955.263000', '161955.737000', '161956.185000', '161956.645000', '161957.155000', '161957.589000', '161958.017000', '161958.488000', '161958.956000', '161959.405000', '161959.892000', '162000.330000', '162000.784000', '162001.243000', '162001.708000', '162002.162000', '162002.630000', '162003.092000', '162003.547000', '162004.007000', '162004.469000', '162004.925000', '162005.385000', '162005.874000', '162006.304000', '162006.756000', '162007.222000', '162007.675000', '162008.144000', '162008.592000', '162009.058000', '162009.525000', '162009.989000', '162010.450000', '162010.905000', '162011.371000', '162011.837000', '162012.288000', '162012.747000', '162013.200000', '162013.675000', '162014.119000', '162014.641000', '162015.035000', '162015.496000', '162015.968000', '162016.444000', '162016.878000', '162017.352000', '162017.818000', '162018.257000', '162018.729000', '162019.180000', '162019.657000', '162020.094000', '162020.561000', '162021.020000', '162021.495000', '162021.953000', '162022.407000', '162022.857000', '162023.326000', '162023.874000', '162024.245000', '162024.699000', '162025.165000', '162025.623000', '162026.084000', '162026.546000', '162026.998000', '162027.465000', '162027.922000', '162028.381000', '162028.857000', '162029.327000', '162029.780000', '162030.218000', '162030.679000', '162031.146000', '162031.608000', '162032.074000', '162032.533000', '162032.980000', '162033.445000', '162033.896000', '162034.366000', '162034.820000', '162035.285000', '162035.761000', '162036.199000', '162036.657000', '162037.136000', '162037.597000', '162038.053000', '162038.539000', '162038.970000', '162039.492000', '162039.889000', '162040.345000', '162040.804000', '162041.267000', '162041.718000', '162042.200000', '162042.643000', '162043.098000', '162043.570000', '162044.020000', '162044.512000', '162044.944000', '162045.421000', '162045.858000', '162046.324000', '162046.778000', '162047.258000', '162047.708000', '162048.178000', '162048.628000', '162049.096000', '162049.540000', '162050.017000', '162050.459000', '162050.917000', '162051.396000', '162051.841000', '162052.320000', '162052.766000', '162053.216000', '162053.682000', '162054.154000', '162054.610000', '162055.063000', '162055.528000', '162055.980000', '162056.449000', '162056.904000', '162057.357000', '162057.819000', '162058.283000', '162058.817000', '162059.216000', '162059.673000', '162100.126000', '162100.659000', '162101.056000', '162101.495000', '162101.959000', '162102.418000', '162102.890000', '162103.392000', '162103.826000', '162104.282000', '162104.735000', '162105.183000', '162105.656000', '162106.120000', '162106.578000', '162107.024000', '162107.482000', '162107.948000', '162108.402000', '162108.862000', '162109.322000', '162109.884000', '162110.243000', '162110.700000', '162111.162000', '162111.626000', '162112.099000', '162112.545000', '162113.016000', '162113.478000', '162113.933000', '162114.386000', '162114.862000', '162115.319000', '162115.781000', '162116.225000', '162116.677000', '162117.142000', '162117.614000', '162118.108000', '162118.525000', '162118.981000', '162119.438000', '162119.901000', '162120.367000', '162120.835000', '162121.289000', '162121.743000', '162122.256000', '162122.660000', '162123.124000', '162123.587000', '162124.124000', '162124.504000', '162124.982000', '162125.435000', '162125.882000', '162126.381000', '162126.814000', '162127.274000', '162127.729000', '162128.182000', '162128.653000', '162129.102000', '162129.574000', '162130.029000', '162130.492000', '162130.947000', '162131.453000', '162131.864000', '162132.334000', '162132.783000', '162133.241000', '162133.722000', '162134.178000', '162134.625000', '162135.084000', '162135.584000', '162136.007000', '162136.464000', '162136.922000', '162137.384000', '162137.891000', '162138.310000', '162138.775000', '162139.224000', '162139.766000', '162140.221000', '162140.607000', '162141.071000', '162141.536000', '162141.985000', '162142.455000', '162142.903000', '162143.366000', '162143.825000', '162144.293000', '162144.745000', '162145.202000', '162145.663000', '162146.138000', '162146.593000', '162147.057000', '162147.507000', '162147.983000', '162148.436000', '162148.887000', '162149.347000', '162149.821000', '162150.282000', '162150.739000', '162151.186000', '162151.649000', '162152.141000', '162152.566000', '162153.032000', '162153.495000', '162153.945000', '162154.404000', '162154.881000', '162155.325000', '162155.851000', '162156.256000', '162156.750000', '162157.172000', '162157.632000', '162158.104000', '162158.551000', '162159.023000', '162159.465000', '162159.938000', '162200.410000', '162200.858000', '162201.313000', '162201.763000', '162202.226000', '162202.685000', '162203.143000', '162203.614000', '162204.067000', '162204.528000', '162205.036000', '162205.452000', '162205.908000', '162206.383000', '162206.830000', '162207.293000', '162207.795000', '162208.219000', '162208.679000', '162209.142000', '162209.585000', '162210.068000', '162210.515000', '162210.984000', '162211.441000', '162211.890000', '162212.360000', '162212.807000', '162213.267000', '162213.746000', '162214.205000', '162214.649000', '162215.105000', '162215.567000', '162216.037000', '162216.490000', '162216.960000', '162217.423000', '162217.884000', '162218.345000', '162218.788000', '162219.270000', '162219.749000', '162220.167000', '162220.625000', '162221.086000', '162221.550000', '162222.012000', '162222.537000', '162222.933000', '162223.411000', '162223.853000', '162224.308000', '162224.784000', '162225.230000', '162225.690000', '162226.164000', '162226.610000', '162227.071000', '162227.530000', '162228.004000', '162228.463000', '162228.916000', '162229.376000', '162229.832000', '162230.289000', '162230.753000', '162231.211000', '162231.675000', '162232.139000', '162232.630000', '162233.065000', '162233.508000', '162233.976000', '162234.445000', '162234.886000', '162235.349000', '162235.808000', '162236.268000', '162236.731000', '162237.201000', '162237.657000', '162238.122000', '162238.593000', '162239.048000', '162239.497000', '162239.959000', '162240.425000', '162240.868000', '162241.387000', '162241.824000', '162242.269000', '162242.719000', '162243.187000', '162243.625000', '162244.099000', '162244.551000', '162245.068000', '162245.468000', '162245.932000', '162246.443000', '162246.858000', '162247.306000', '162247.779000', '162248.228000', '162248.704000', '162249.149000', '162249.614000', '162250.086000', '162250.534000', '162251.009000', '162251.455000', '162251.915000', '162252.373000', '162252.842000', '162253.291000', '162253.768000', '162254.234000', '162254.689000', '162255.218000', '162255.606000', '162256.069000', '162256.513000', '162256.993000', '162257.446000', '162257.894000', '162258.366000', '162258.822000', '162259.267000', '162259.736000', '162300.191000', '162300.654000', '162301.121000', '162301.591000', '162302.039000', '162302.493000', '162302.964000', '162303.408000', '162303.880000', '162304.331000', '162304.796000', '162305.261000', '162305.718000', '162306.181000', '162306.652000', '162307.105000', '162307.553000', '162308.069000', '162308.477000', '162308.952000', '162309.395000', '162309.852000', '162310.320000', '162310.773000', '162311.253000', '162311.708000', '162312.162000', '162312.643000', '162313.074000', '162313.532000', '162314.011000', '162314.473000', '162314.915000', '162315.374000', '162315.889000', '162316.296000', '162316.770000', '162317.212000', '162317.689000', '162318.142000', '162318.593000', '162319.072000', '162319.517000', '162319.975000', '162320.451000', '162320.913000', '162321.368000', '162321.820000', '162322.289000', '162322.743000', '162323.196000', '162323.667000', '162324.116000', '162324.623000', '162325.037000', '162325.512000', '162325.960000', '162326.424000', '162326.879000', '162327.334000', '162327.905000', '162328.263000', '162328.718000', '162329.185000', '162329.650000', '162330.128000', '162330.562000', '162331.041000', '162331.493000', '162331.938000', '162332.412000', '162332.865000', '162333.348000', '162333.785000', '162334.260000', '162334.698000', '162335.155000', '162335.619000', '162336.076000', '162336.539000', '162337.004000', '162337.472000', '162337.915000', '162338.394000', '162338.837000', '162339.306000', '162339.762000', '162340.214000', '162340.693000', '162341.140000', '162341.599000', '162342.073000', '162342.535000', '162343.016000', '162343.438000', '162343.904000', '162344.360000', '162344.818000', '162345.284000', '162345.742000', '162346.196000', '162346.661000', '162347.134000', '162347.579000', '162348.046000', '162348.506000', '162348.957000', '162349.438000', '162349.885000', '162350.387000', '162350.817000', '162351.266000', '162351.722000', '162352.189000', '162352.656000', '162353.103000', '162353.559000', '162354.029000', '162354.492000', '162354.945000', '162355.405000', '162355.878000', '162356.325000', '162356.803000', '162357.252000', '162357.704000', '162358.174000', '162358.632000', '162359.079000', '162359.551000', '162400.000000', '162400.472000', '162400.932000', '162401.375000', '162401.835000', '162402.298000', '162402.780000', '162403.248000', '162403.677000', '162404.145000', '162404.618000', '162405.061000', '162405.524000', '162406.034000', '162406.436000', '162406.900000', '162407.361000', '162407.820000', '162408.292000', '162408.797000', '162409.205000', '162409.678000', '162410.145000', '162410.592000', '162411.047000', '162411.514000', '162411.962000', '162412.435000', '162412.887000', '162413.338000', '162413.827000', '162414.261000', '162414.736000', '162415.197000', '162415.638000', '162416.107000', '162416.575000', '162417.017000', '162417.485000', '162417.941000', '162418.418000', '162418.865000', '162419.328000', '162419.788000', '162420.256000', '162420.711000', '162421.193000', '162421.635000', '162422.098000', '162422.558000', '162423.016000', '162423.461000', '162423.932000', '162424.381000', '162424.862000', '162425.313000', '162425.766000', '162426.233000', '162426.696000', '162427.151000', '162427.621000', '162428.063000', '162428.551000', '162428.996000', '162429.441000', '162429.919000', '162430.387000', '162430.826000', '162431.283000', '162431.746000', '162432.218000', '162432.691000', '162433.137000', '162433.618000', '162434.050000', '162434.497000', '162434.967000', '162435.427000', '162435.927000', '162436.338000', '162436.806000', '162437.259000', '162437.723000', '162438.183000', '162438.667000', '162439.101000', '162439.567000', '162440.033000', '162440.497000', '162440.945000', '162441.416000', '162441.868000', '162442.340000', '162442.792000', '162443.243000', '162443.730000', '162444.173000', '162444.632000', '162445.101000', '162445.562000', '162446.011000', '162446.472000', '162446.925000', '162447.390000', '162447.860000', '162448.316000', '162448.762000', '162449.233000', '162449.686000', '162450.160000', '162450.615000', '162451.148000', '162451.546000', '162451.984000', '162452.459000', '162452.914000', '162453.381000', '162453.828000', '162454.289000', '162454.785000', '162455.247000', '162455.663000', '162456.133000', '162456.602000', '162457.055000', '162457.526000', '162457.964000', '162458.441000', '162458.897000', '162459.398000', '162459.938000', '162500.269000', '162500.739000', '162501.197000', '162501.643000', '162502.122000', '162502.568000', '162503.027000', '162503.502000', '162503.962000', '162504.417000', '162504.870000', '162505.341000', '162505.786000', '162506.259000', '162506.720000', '162507.171000', '162507.645000', '162508.087000', '162508.567000', '162509.024000', '162509.466000', '162509.943000', '162510.416000', '162510.868000', '162511.340000', '162511.872000', '162512.246000', '162512.697000', '162513.148000', '162513.614000', '162514.074000', '162514.546000', '162514.996000', '162515.473000', '162515.909000', '162516.382000', '162516.833000', '162517.303000', '162517.749000', '162518.211000', '162518.677000', '162519.128000', '162519.595000', '162520.071000', '162520.561000', '162520.969000', '162521.429000', '162521.887000', '162522.352000', '162522.834000', '162523.294000', '162523.746000', '162524.193000', '162524.663000', '162525.114000', '162525.580000', '162526.036000', '162526.539000', '162526.963000', '162527.418000', '162527.891000', '162528.329000', '162528.793000', '162529.246000', '162529.711000', '162530.190000', '162530.638000', '162531.096000', '162531.568000', '162532.033000', '162532.485000', '162532.947000', '162533.410000', '162533.877000', '162534.340000', '162534.773000', '162535.312000', '162535.697000', '162536.161000', '162536.634000', '162537.076000', '162537.553000', '162537.993000', '162538.457000', '162538.930000', '162539.390000', '162539.838000', '162540.304000', '162540.806000', '162541.241000', '162541.689000', '162542.151000', '162542.593000', '162543.073000', '162543.529000', '162543.977000', '162544.431000', '162544.898000', '162545.370000', '162545.829000', '162546.269000', '162546.740000', '162547.196000', '162547.669000', '162548.128000', '162548.580000', '162549.034000', '162549.505000', '162549.971000', '162550.424000', '162550.873000', '162551.402000', '162551.811000', '162552.332000', '162552.711000', '162553.183000', '162553.640000', '162554.095000', '162554.554000', '162555.029000', '162555.473000', '162555.941000', '162556.398000', '162556.858000', '162557.311000', '162557.776000', '162558.252000', '162558.698000', '162559.152000', '162559.630000', '162600.095000', '162600.540000', '162600.998000', '162601.486000', '162601.959000', '162602.380000', '162602.854000', '162603.295000', '162603.762000', '162604.223000', '162604.687000', '162605.148000', '162605.601000', '162606.068000', '162606.572000', '162606.996000', '162607.454000', '162607.906000', '162608.393000', '162608.819000', '162609.294000', '162609.746000', '162610.202000', '162610.674000', '162611.123000', '162611.581000', '162612.097000', '162612.495000', '162612.997000', '162613.421000', '162613.874000', '162614.343000', '162614.798000', '162615.269000', '162615.730000', '162616.199000', '162616.651000', '162617.099000', '162617.574000', '162618.053000', '162618.556000', '162618.961000', '162619.400000', '162619.872000', '162620.406000', '162620.781000', '162621.243000', '162621.706000', '162622.158000', '162622.632000', '162623.093000', '162623.535000', '162624.083000', '162624.539000', '162624.933000', '162625.396000', '162625.839000', '162626.356000', '162626.781000', '162627.227000', '162627.683000', '162628.144000', '162628.625000', '162629.065000', '162629.522000', '162629.998000', '162630.450000', '162630.920000', '162631.365000', '162631.830000', '162632.309000', '162632.740000', '162633.208000', '162633.679000', '162634.132000', '162634.596000', '162635.044000', '162635.518000', '162635.961000', '162636.432000', '162636.895000', '162637.357000', '162637.883000', '162638.261000', '162638.802000', '162639.185000', '162639.656000', '162640.114000', '162640.579000', '162641.033000', '162641.482000', '162641.953000', '162642.406000', '162642.875000', '162643.416000', '162643.784000', '162644.262000', '162644.724000', '162645.167000', '162645.647000', '162646.088000', '162646.559000', '162647.003000', '162647.464000', '162647.931000', '162648.402000', '162648.850000', '162649.322000', '162649.765000', '162650.244000', '162650.706000', '162651.161000', '162651.641000', '162652.083000', '162652.526000', '162652.993000', '162653.449000', '162653.906000', '162654.365000', '162654.830000', '162655.305000', '162655.745000', '162656.216000', '162656.673000', '162657.141000', '162657.594000', '162658.051000', '162658.514000', '162658.980000', '162659.440000', '162659.973000', '162700.350000', '162700.813000', '162701.288000', '162701.779000', '162702.185000', '162702.646000', '162703.118000', '162703.584000', '162704.029000', '162704.495000', '162704.968000', '162705.425000', '162705.886000', '162706.328000', '162706.794000', '162707.249000', '162707.715000', '162708.179000', '162708.635000', '162709.087000', '162709.549000', '162710.025000', '162710.483000', '162711.005000', '162711.397000', '162711.863000', '162712.318000', '162712.790000', '162713.239000', '162713.689000', '162714.148000', '162714.630000', '162715.076000', '162715.549000', '162715.995000', '162716.469000', '162716.926000', '162717.376000', '162717.830000', '162718.298000', '162718.765000', '162719.211000', '162719.670000', '162720.138000', '162720.646000', '162721.065000', '162721.530000', '162721.976000', '162722.477000', '162722.891000', '162723.354000', '162723.826000', '162724.279000', '162724.739000', '162725.197000', '162725.649000', '162726.113000', '162726.575000', '162727.031000', '162727.491000', '162727.967000', '162728.420000', '162728.912000', '162729.337000', '162729.814000', '162730.258000', '162730.721000', '162731.183000', '162731.639000'], '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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [640, 690, 613, 692, 629, 669, 776, 662, 855, 656, 781, 650, 709, 652, 671, 574, 693, 731, 674, 744, 676, 780, 654, 840, 678, 696, 572, 699, 642, 690, 800, 679, 943, 663, 913, 647, 764, 670, 685, 662, 675, 833, 670, 787, 673, 793, 661, 836, 665, 746, 657, 693, 563, 682, 668, 672, 839, 666, 810, 657, 793, 649, 860, 657, 709, 627, 684, 583, 687, 709, 678, 794, 666, 799, 648, 817, 643, 712, 655, 687, 695, 687, 770, 665, 828, 649, 832, 599, 686, 592, 689, 768, 664, 850, 644, 805, 611, 690, 635, 677, 786, 653, 903, 700, 712, 597, 691, 662, 672, 784, 665, 873, 656, 775, 594, 675, 706, 671, 844, 663, 960, 653, 733, 639, 681, 661, 677, 804, 655, 829, 654, 828, 650, 684, 608, 687, 660, 685, 740, 656, 742, 637, 763, 573, 664, 589, 660, 611, 662, 727, 656, 860, 649, 863, 641, 901, 695, 743, 653, 664, 666, 660, 672, 661, 871, 642, 917, 657, 886, 646, 899, 634, 840, 708, 668, 689, 680, 760, 679, 833, 663, 890, 652, 926, 660, 917, 654, 912, 720, 932, 644, 893, 636, 836, 686, 671, 748, 655, 785, 649, 782, 645, 809, 649, 857, 651, 879, 636, 831, 625, 878, 660, 871, 697, 734, 680, 673, 603, 680, 642, 673, 640, 681, 661, 680, 616, 683, 607, 679, 696, 674, 748, 659, 816, 661, 792, 653, 805, 664, 790, 655, 788, 652, 827, 650, 779, 642, 738, 651, 746, 644, 791, 636, 783, 636, 784, 648, 714, 649, 674, 635, 687, 634, 675, 594, 670, 736, 663, 776, 675, 762, 665, 795, 650, 808, 646, 814, 647, 823, 639, 802, 657, 726, 614, 675, 602, 673, 626, 684, 660, 670, 678, 663, 759, 671, 777, 657, 759, 662, 767, 651, 783, 651, 802, 641, 778, 644, 723, 605, 671, 611, 674, 630, 678, 712, 671, 764, 667, 813, 658, 776, 658, 769, 658, 793, 639, 788, 646, 794, 659, 802, 638, 674, 594, 676, 596, 659, 648, 662, 736, 672, 722, 680, 725, 675, 753, 673, 776, 660, 759, 667, 732, 665, 745, 661, 822, 664, 771, 658, 746, 650, 749, 650, 749, 644, 677, 655, 663, 573, 660, 687, 683, 693, 679, 688, 667, 717, 668, 801, 661, 770, 654, 805, 668, 837, 657, 834, 642, 798, 665, 860, 656, 885, 646, 874, 648, 892, 652, 896, 644, 821, 644, 768, 644, 664, 592, 655, 565, 679, 695, 655, 798, 651, 856, 644, 861, 643, 709, 638, 693, 652, 670, 722, 666, 727, 672, 741, 660, 771, 643, 802, 651, 771, 647, 822, 647, 660, 610, 670, 563, 668, 659, 667, 833, 667, 814, 659, 790, 662, 815, 674, 850, 658, 815, 656, 813, 642, 854, 651, 717, 641, 665, 656, 669, 627, 661, 633, 663, 783, 661, 762, 660, 778, 662, 800, 648, 805, 652, 818, 654, 741, 651, 723, 615, 672, 583, 669, 621, 672, 681, 667, 770, 659, 813, 658, 792, 645, 681, 608, 634, 700, 670, 734, 678, 804, 663, 853, 656, 894, 645, 896, 647, 847, 631, 710, 752, 668, 741, 674, 785, 675, 896, 655, 977, 658, 928, 651, 855, 668, 842, 637, 782, 661, 670, 551, 663, 606, 667, 645, 650, 762, 669, 812, 663, 789, 647, 893, 658, 930, 710, 754, 649, 703, 636, 695, 718, 665, 659, 673, 642, 662, 709, 660, 792, 655, 829, 655, 796, 643, 819, 638, 901, 650, 692, 659, 668, 585, 653, 681, 658, 846, 655, 822, 669, 829, 641, 845, 648, 897, 654, 689, 567, 654, 597, 663, 712, 663, 852, 647, 810, 653, 850, 651, 891, 674, 760, 648, 752, 644, 685, 628, 653, 773, 659, 770, 667, 772, 660, 802, 641, 886, 708, 669, 581, 669, 614, 663, 705, 665, 841, 668, 835, 658, 782, 651, 813, 632, 852, 656, 663, 623, 677, 672, 689, 698, 672, 722, 677, 741, 657, 816, 655, 934, 679, 949, 671, 956, 724, 945, 746, 855, 679, 676, 633, 674, 667, 677, 746, 669, 778, 655, 840, 641, 828, 650, 771, 656, 682, 564, 675, 615, 671, 746, 661, 756, 659, 754, 657, 779, 648, 816, 657, 668, 590, 677, 624, 678, 710, 658, 795, 662, 832, 662, 822, 637, 871, 651, 666, 646, 663, 676, 666, 750, 656, 867, 649, 769, 659, 663, 576, 649, 693, 651, 834, 656, 913, 647, 732, 659, 655, 703, 660, 879, 656, 856, 641, 899, 648, 952, 755, 670, 643, 666, 792, 661, 878, 646, 927, 650, 929, 686, 672, 604, 671, 764, 656, 850, 649, 929, 648, 916, 648, 726, 656, 652, 655, 647, 832, 646, 846, 647, 868, 648, 907, 642, 852, 663, 677, 580, 668, 609, 657, 663, 666, 771, 651, 875, 651, 831, 645, 833, 635, 721, 643, 655, 624, 664, 648, 671, 699, 662, 745, 651, 788, 652, 817, 651, 779, 641, 796, 634, 824, 645, 674, 575, 653, 572, 659, 648, 655, 769, 668, 842, 645, 858, 633, 943, 704, 703, 631, 660, 627, 655, 692, 648, 851, 655, 841, 666, 841, 650, 837, 646, 826, 641, 659, 638, 642, 611, 659, 818, 663, 840, 660, 851, 634, 903, 661, 667, 578, 668, 690, 673, 707, 659, 813, 654, 856, 657, 851, 647, 883, 647, 819, 696, 675, 617, 682, 631, 680, 685, 672, 798, 665, 792, 669, 760, 678, 770, 663, 820, 648, 796, 646, 774, 649, 752, 653, 783, 641, 709, 656, 678, 655, 663, 578, 682, 662, 680, 699, 667, 769, 642, 856, 652, 790, 656, 691, 654, 671, 608, 684, 789, 669, 795, 655, 933, 685, 672, 697, 686, 748, 666, 807, 665, 848, 645, 725, 578, 691, 658, 687, 770, 654, 849, 660, 691, 635, 687, 688, 672, 821, 663, 832, 642, 863, 644, 930, 730, 693, 600, 684, 642, 683, 737, 669, 797, 654, 800, 654, 769, 645, 815, 634, 766, 641, 671, 647, 685, 643, 674, 712, 662, 759, 665, 808, 640, 794, 643, 720, 646, 697, 659, 690, 693, 682, 660, 689, 690, 673, 726, 673, 757, 679, 739, 681, 767, 658, 821, 658, 752, 646, 784, 651, 766, 654, 680, 634, 682, 629, 689, 676, 687, 670, 682, 701, 677, 703, 672, 762, 660, 858, 666, 807, 653, 781, 646, 823, 646, 692, 643, 744, 642, 794, 641, 795, 661, 682, 654, 708, 645, 670, 685, 667, 795, 663, 714, 658, 728, 660, 753, 652, 879, 673, 696, 638, 759, 655, 794, 687, 675, 728, 652], 'WindowCenter': [284.0, 284.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 279.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 280.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 282.0, 282.0, 281.0, 281.0, 281.0, 282.0, 282.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 280.0, 283.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 280.0, 281.0, 281.0, 280.0, 280.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 278.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 279.0, 281.0, 282.0, 281.0, 283.0, 282.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 283.0, 281.0, 283.0, 282.0, 283.0, 282.0, 283.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 279.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 282.0, 282.0, 282.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 280.0, 280.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 282.0, 281.0, 281.0, 282.0, 283.0, 282.0, 283.0, 282.0, 284.0, 282.0, 283.0, 282.0, 282.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 283.0, 282.0, 283.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 282.0, 281.0, 283.0, 282.0, 283.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 281.0, 281.0, 282.0, 282.0, 281.0, 283.0, 282.0, 283.0, 281.0, 283.0, 282.0, 283.0, 282.0, 283.0, 282.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 282.0, 281.0, 280.0, 281.0, 282.0, 281.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 281.0, 282.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 283.0, 281.0, 282.0, 282.0, 281.0, 282.0, 282.0, 281.0, 281.0, 283.0, 282.0, 283.0, 282.0, 283.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 282.0, 283.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 282.0, 282.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 283.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0], 'WindowWidth': [625.0, 624.0, 621.0, 620.0, 619.0, 619.0, 620.0, 618.0, 620.0, 618.0, 619.0, 618.0, 618.0, 618.0, 619.0, 618.0, 619.0, 619.0, 619.0, 619.0, 619.0, 620.0, 620.0, 621.0, 619.0, 618.0, 616.0, 618.0, 617.0, 618.0, 619.0, 618.0, 620.0, 618.0, 619.0, 617.0, 618.0, 618.0, 618.0, 618.0, 618.0, 619.0, 618.0, 618.0, 617.0, 618.0, 618.0, 619.0, 618.0, 618.0, 618.0, 617.0, 615.0, 617.0, 618.0, 618.0, 619.0, 617.0, 618.0, 617.0, 618.0, 617.0, 619.0, 618.0, 617.0, 617.0, 617.0, 616.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 617.0, 618.0, 618.0, 618.0, 618.0, 616.0, 618.0, 617.0, 618.0, 618.0, 619.0, 617.0, 619.0, 616.0, 617.0, 616.0, 618.0, 618.0, 618.0, 620.0, 617.0, 619.0, 617.0, 618.0, 617.0, 618.0, 619.0, 618.0, 620.0, 618.0, 617.0, 616.0, 617.0, 616.0, 617.0, 618.0, 617.0, 619.0, 617.0, 618.0, 616.0, 616.0, 617.0, 618.0, 619.0, 617.0, 620.0, 618.0, 618.0, 617.0, 616.0, 617.0, 618.0, 618.0, 617.0, 618.0, 618.0, 620.0, 618.0, 618.0, 617.0, 618.0, 618.0, 619.0, 619.0, 619.0, 620.0, 618.0, 620.0, 617.0, 618.0, 617.0, 618.0, 618.0, 619.0, 619.0, 619.0, 621.0, 618.0, 621.0, 618.0, 621.0, 619.0, 619.0, 618.0, 618.0, 618.0, 618.0, 619.0, 619.0, 621.0, 618.0, 620.0, 618.0, 619.0, 618.0, 620.0, 618.0, 621.0, 619.0, 618.0, 619.0, 618.0, 620.0, 618.0, 620.0, 618.0, 619.0, 617.0, 619.0, 617.0, 619.0, 617.0, 619.0, 617.0, 619.0, 616.0, 618.0, 616.0, 620.0, 618.0, 618.0, 619.0, 617.0, 617.0, 616.0, 618.0, 617.0, 618.0, 617.0, 619.0, 617.0, 618.0, 617.0, 618.0, 615.0, 618.0, 615.0, 617.0, 616.0, 616.0, 615.0, 614.0, 613.0, 614.0, 613.0, 613.0, 614.0, 614.0, 614.0, 614.0, 614.0, 614.0, 613.0, 614.0, 615.0, 615.0, 616.0, 615.0, 616.0, 615.0, 616.0, 615.0, 617.0, 615.0, 617.0, 615.0, 617.0, 615.0, 617.0, 615.0, 617.0, 615.0, 617.0, 616.0, 616.0, 615.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 616.0, 617.0, 616.0, 617.0, 616.0, 616.0, 617.0, 618.0, 616.0, 618.0, 616.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 616.0, 618.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 617.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 619.0, 617.0, 618.0, 618.0, 619.0, 618.0, 619.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 619.0, 618.0, 619.0, 618.0, 619.0, 618.0, 619.0, 618.0, 619.0, 618.0, 620.0, 618.0, 619.0, 618.0, 619.0, 618.0, 619.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 618.0, 618.0, 619.0, 618.0, 618.0, 618.0, 618.0, 618.0, 619.0, 618.0, 618.0, 618.0, 618.0, 617.0, 617.0, 618.0, 618.0, 618.0, 619.0, 618.0, 618.0, 618.0, 618.0, 618.0, 619.0, 618.0, 619.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 619.0, 618.0, 618.0, 618.0, 619.0, 618.0, 619.0, 618.0, 618.0, 618.0, 618.0, 618.0, 619.0, 618.0, 619.0, 617.0, 618.0, 617.0, 619.0, 618.0, 619.0, 617.0, 619.0, 617.0, 619.0, 617.0, 619.0, 617.0, 618.0, 617.0, 617.0, 617.0, 616.0, 616.0, 617.0, 615.0, 618.0, 619.0, 618.0, 620.0, 618.0, 620.0, 617.0, 619.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 618.0, 618.0, 617.0, 618.0, 618.0, 618.0, 618.0, 619.0, 618.0, 617.0, 617.0, 617.0, 615.0, 617.0, 618.0, 618.0, 619.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 618.0, 619.0, 617.0, 618.0, 618.0, 618.0, 617.0, 619.0, 618.0, 617.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 619.0, 617.0, 618.0, 616.0, 617.0, 617.0, 618.0, 618.0, 618.0, 620.0, 618.0, 619.0, 618.0, 619.0, 618.0, 619.0, 619.0, 618.0, 619.0, 619.0, 619.0, 619.0, 620.0, 618.0, 621.0, 618.0, 620.0, 618.0, 620.0, 618.0, 619.0, 618.0, 618.0, 619.0, 617.0, 618.0, 617.0, 618.0, 617.0, 620.0, 617.0, 620.0, 617.0, 619.0, 616.0, 618.0, 617.0, 618.0, 617.0, 617.0, 617.0, 616.0, 615.0, 616.0, 616.0, 617.0, 617.0, 618.0, 618.0, 617.0, 618.0, 618.0, 618.0, 617.0, 619.0, 617.0, 619.0, 618.0, 617.0, 616.0, 616.0, 617.0, 616.0, 617.0, 615.0, 616.0, 616.0, 616.0, 616.0, 617.0, 617.0, 618.0, 616.0, 618.0, 616.0, 618.0, 617.0, 618.0, 617.0, 619.0, 617.0, 616.0, 617.0, 616.0, 616.0, 617.0, 618.0, 617.0, 619.0, 617.0, 618.0, 617.0, 618.0, 617.0, 619.0, 617.0, 619.0, 617.0, 617.0, 616.0, 616.0, 616.0, 617.0, 618.0, 617.0, 619.0, 617.0, 618.0, 617.0, 619.0, 617.0, 619.0, 618.0, 618.0, 617.0, 617.0, 616.0, 616.0, 616.0, 616.0, 618.0, 616.0, 617.0, 616.0, 618.0, 617.0, 618.0, 617.0, 619.0, 617.0, 617.0, 616.0, 617.0, 617.0, 617.0, 618.0, 617.0, 619.0, 617.0, 618.0, 617.0, 618.0, 618.0, 620.0, 618.0, 619.0, 617.0, 616.0, 617.0, 618.0, 617.0, 618.0, 619.0, 618.0, 620.0, 619.0, 619.0, 619.0, 620.0, 618.0, 619.0, 617.0, 619.0, 616.0, 618.0, 616.0, 616.0, 614.0, 615.0, 614.0, 613.0, 613.0, 613.0, 613.0, 613.0, 614.0, 614.0, 615.0, 614.0, 615.0, 613.0, 615.0, 615.0, 615.0, 615.0, 615.0, 613.0, 616.0, 616.0, 617.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 617.0, 619.0, 618.0, 617.0, 616.0, 617.0, 617.0, 618.0, 618.0, 618.0, 620.0, 618.0, 619.0, 618.0, 619.0, 618.0, 621.0, 618.0, 618.0, 618.0, 618.0, 618.0, 619.0, 620.0, 619.0, 621.0, 618.0, 620.0, 619.0, 618.0, 618.0, 619.0, 620.0, 619.0, 621.0, 620.0, 622.0, 619.0, 620.0, 619.0, 618.0, 619.0, 618.0, 621.0, 618.0, 619.0, 618.0, 621.0, 619.0, 621.0, 619.0, 618.0, 617.0, 617.0, 618.0, 618.0, 619.0, 617.0, 620.0, 618.0, 619.0, 618.0, 618.0, 616.0, 618.0, 619.0, 618.0, 620.0, 618.0, 620.0, 617.0, 619.0, 617.0, 618.0, 618.0, 618.0, 618.0, 617.0, 619.0, 617.0, 619.0, 617.0, 619.0, 617.0, 619.0, 617.0, 619.0, 617.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 617.0, 619.0, 618.0, 619.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 617.0, 618.0, 618.0, 618.0, 618.0, 618.0, 620.0, 618.0, 620.0, 618.0, 619.0, 618.0, 619.0, 618.0, 620.0, 619.0, 618.0, 618.0, 618.0, 617.0, 618.0, 619.0, 618.0, 619.0, 619.0, 621.0, 619.0, 621.0, 619.0, 621.0, 620.0, 619.0, 619.0, 618.0, 618.0, 618.0, 619.0, 617.0, 620.0, 618.0, 620.0, 618.0, 620.0, 618.0, 620.0, 618.0, 620.0, 618.0, 618.0, 619.0, 619.0, 619.0, 618.0, 620.0, 618.0, 620.0, 618.0, 621.0, 619.0, 621.0, 618.0, 618.0, 617.0, 618.0, 619.0, 618.0, 619.0, 620.0, 620.0, 618.0, 620.0, 618.0, 620.0, 618.0, 620.0, 617.0, 618.0, 618.0, 617.0, 616.0, 617.0, 617.0, 617.0, 618.0, 617.0, 617.0, 616.0, 617.0, 616.0, 617.0, 616.0, 617.0, 617.0, 618.0, 616.0, 618.0, 617.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 618.0, 618.0, 616.0, 618.0, 617.0, 618.0, 618.0, 618.0, 620.0, 619.0, 620.0, 618.0, 618.0, 618.0, 617.0, 618.0, 618.0, 617.0, 618.0, 620.0, 618.0, 620.0, 618.0, 621.0, 619.0, 618.0, 619.0, 618.0, 619.0, 618.0, 620.0, 618.0, 620.0, 617.0, 618.0, 616.0, 618.0, 617.0, 618.0, 620.0, 618.0, 620.0, 618.0, 618.0, 617.0, 618.0, 618.0, 618.0, 619.0, 617.0, 618.0, 617.0, 619.0, 617.0, 620.0, 618.0, 617.0, 616.0, 617.0, 617.0, 617.0, 619.0, 617.0, 618.0, 617.0, 618.0, 617.0, 617.0, 617.0, 619.0, 617.0, 619.0, 618.0, 618.0, 617.0, 618.0, 617.0, 618.0, 618.0, 618.0, 619.0, 618.0, 619.0, 617.0, 619.0, 617.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 617.0, 617.0, 617.0, 618.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 618.0, 619.0, 618.0, 619.0, 618.0, 618.0, 617.0, 618.0, 618.0, 619.0, 619.0, 618.0, 617.0, 618.0, 617.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 616.0, 618.0, 618.0, 619.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 617.0, 619.0, 617.0, 616.0, 617.0, 617.0, 617.0, 618.0, 617.0, 617.0, 617.0, 616.0, 616.0, 616.0, 617.0, 618.0, 618.0, 617.0, 617.0, 616.0, 616.0, 617.0, 618.0, 617.0, 619.0, 618.0, 620.0, 618.0, 617.0, 617.0, 617.0, 616.0, 617.0, 616.0, 615.0, 616.0, 615.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.0004181869158878505</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018409253177570094</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.852524178419166</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2540481832273147</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0001560311693178</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4464</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8618.5254</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07038620279896249</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.2803738317757009</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.338351284417272</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2900512181281973</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.497332304095322</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2276703310282966</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0105726</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02087515778839588</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.014026904478669167</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.103083509066529</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>38.9495</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.968</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.8202</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309037.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.6141</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0211</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.1049</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>236.8812</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>248.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67507.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>91.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>307.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.4419</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.55154072865844</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> |