=== 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-0024 --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-0024",
"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-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-01/func/sub-0024_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>dc4188e24e7b4174f3cf6d73cc5d2350</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:34:33.695000</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.995545, -0.0161382, 0.0928993, 0.0145966, 0.999745, 0.01725]</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.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0787245</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>[4178, -7768, -7260, 617, -20, -321, 104, 53]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.597</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0a064392-9f93-48a2-9df1-96e6dc5a25ba||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.670973777770996, 0.039161503314971924, 0.25151577591896057, 99.27080535888672], [0.04329749941825867, 2.682241916656494, 0.042706169188022614, -96.99212646484375], [0.24924211204051971, -0.046280387789011, 2.687920331954956, -85.75289154052734], [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': ['163433.695000', '163434.155000', '163434.615000', '163435.075000', '163435.535000', '163435.995000', '163436.455000', '163436.915000', '163437.375000', '163437.835000', '163438.295000', '163438.755000', '163439.215000', '163439.675000', '163440.135000', '163440.595000', '163441.055000', '163441.515000', '163441.975000', '163442.435000', '163442.895000', '163443.355000', '163443.815000', '163444.275000', '163444.735000', '163445.195000', '163445.655000', '163446.115000', '163446.575000', '163447.035000', '163447.495000', '163447.955000', '163448.415000', '163448.875000', '163449.335000', '163449.795000', '163450.255000', '163450.715000', '163451.175000', '163451.635000', '163452.095000', '163452.555000', '163453.015000', '163453.475000', '163453.935000', '163454.395000', '163454.855000', '163455.315000', '163455.775000', '163456.235000', '163456.695000', '163457.155000', '163457.615000', '163458.075000', '163458.535000', '163458.995000', '163459.455000', '163459.915000', '163500.375000', '163500.835000', '163501.295000', '163501.755000', '163502.215000', '163502.675000', '163503.135000', '163503.595000', '163504.055000', '163504.515000', '163504.975000', '163505.435000', '163505.895000', '163506.355000', '163506.815000', '163507.275000', '163507.735000', '163508.195000', '163508.655000', '163509.115000', '163509.575000', '163510.035000', '163510.495000', '163510.955000', '163511.415000', '163511.875000', '163512.335000', '163512.795000', '163513.255000', '163513.715000', '163514.175000', '163514.635000', '163515.095000', '163515.555000', '163516.015000', '163516.475000', '163516.935000', '163517.395000', '163517.855000', '163518.315000', '163518.775000', '163519.235000', '163519.695000', '163520.155000', '163520.615000', '163521.075000', '163521.535000', '163521.995000', '163522.455000', '163522.915000', '163523.375000', '163523.835000', '163524.295000', '163524.755000', '163525.215000', '163525.675000', '163526.135000', '163526.595000', '163527.055000', '163527.515000', '163527.975000', '163528.435000', '163528.895000', '163529.355000', '163529.815000', '163530.275000', '163530.735000', '163531.195000', '163531.655000', '163532.115000', '163532.575000', '163533.035000', '163533.495000', '163533.955000', '163534.415000', '163534.875000', '163535.335000', '163535.795000', '163536.255000', '163536.715000', '163537.175000', '163537.635000', '163538.095000', '163538.555000', '163539.015000', '163539.475000', '163539.935000', '163540.395000', '163540.855000', '163541.315000', '163541.775000', '163542.235000', '163542.695000', '163543.155000', '163543.615000', '163544.075000', '163544.535000', '163544.995000', '163545.455000', '163545.915000', '163546.375000', '163546.835000', '163547.295000', '163547.755000', '163548.215000', '163548.675000', '163549.135000', '163549.595000', '163550.055000', '163550.515000', '163550.975000', '163551.435000', '163551.895000', '163552.355000', '163552.815000', '163553.275000', '163553.735000', '163554.195000', '163554.655000', '163555.115000', '163555.575000', '163556.035000', '163556.495000', '163556.955000', '163557.415000', '163557.875000', '163558.335000', '163558.795000', '163559.255000', '163559.715000', '163600.175000', '163600.635000', '163601.095000', '163601.555000', '163602.015000', '163602.475000', '163602.935000', '163603.395000', '163603.855000', '163604.315000', '163604.775000', '163605.235000', '163605.695000', '163606.155000', '163606.615000', '163607.075000', '163607.535000', '163607.995000', '163608.455000', '163608.915000', '163609.375000', '163609.835000', '163610.295000', '163610.755000', '163611.215000', '163611.675000', '163612.135000', '163612.595000', '163613.055000', '163613.515000', '163613.975000', '163614.435000', '163614.895000', '163615.355000', '163615.815000', '163616.275000', '163616.735000', '163617.195000', '163617.655000', '163618.115000', '163618.575000', '163619.035000', '163619.495000', '163619.955000', '163620.415000', '163620.875000', '163621.335000', '163621.795000', '163622.255000', '163622.715000', '163623.175000', '163623.635000', '163624.095000', '163624.555000', '163625.015000', '163625.475000', '163625.935000', '163626.395000', '163626.855000', '163627.315000', '163627.775000', '163628.235000', '163628.695000', '163629.155000', '163629.615000', '163630.075000', '163630.535000', '163630.995000', '163631.455000', '163631.915000', '163632.375000', '163632.835000', '163633.295000', '163633.755000', '163634.215000', '163634.675000', '163635.135000', '163635.595000', '163636.055000', '163636.515000', '163636.975000', '163637.435000', '163637.895000', '163638.355000', '163638.815000', '163639.275000', '163639.735000', '163640.195000', '163640.655000', '163641.115000', '163641.575000', '163642.035000', '163642.495000', '163642.955000', '163643.415000', '163643.875000', '163644.335000', '163644.795000', '163645.255000', '163645.715000', '163646.175000', '163646.635000', '163647.095000', '163647.555000', '163648.015000', '163648.475000', '163648.935000', '163649.395000', '163649.855000', '163650.315000', '163650.775000', '163651.235000', '163651.695000', '163652.155000', '163652.615000', '163653.075000', '163653.535000', '163653.995000', '163654.455000', '163654.915000', '163655.375000', '163655.835000', '163656.295000', '163656.755000', '163657.215000', '163657.675000', '163658.135000', '163658.595000', '163659.055000', '163659.515000', '163659.975000', '163700.435000', '163700.895000', '163701.355000', '163701.815000', '163702.275000', '163702.735000', '163703.195000', '163703.655000', '163704.115000', '163704.575000', '163705.035000', '163705.495000', '163705.955000', '163706.415000', '163706.875000', '163707.335000', '163707.795000', '163708.255000', '163708.715000', '163709.175000', '163709.635000', '163710.095000', '163710.555000', '163711.015000', '163711.475000', '163711.935000', '163712.395000', '163712.855000', '163713.315000', '163713.775000', '163714.235000', '163714.695000', '163715.155000', '163715.615000', '163716.075000', '163716.535000', '163716.995000', '163717.455000', '163717.915000', '163718.375000', '163718.835000', '163719.295000', '163719.755000', '163720.215000', '163720.675000', '163721.135000', '163721.595000', '163722.055000', '163722.515000', '163722.975000', '163723.435000', '163723.895000', '163724.355000', '163724.815000', '163725.275000', '163725.735000', '163726.195000', '163726.655000', '163727.115000', '163727.575000', '163728.035000', '163728.495000', '163728.955000', '163729.415000', '163729.875000', '163730.335000', '163730.795000', '163731.255000', '163731.715000', '163732.175000', '163732.635000', '163733.095000', '163733.555000', '163734.015000', '163734.475000', '163734.935000', '163735.395000', '163735.855000', '163736.315000', '163736.775000', '163737.235000', '163737.695000', '163738.155000', '163738.615000', '163739.075000', '163739.535000', '163739.995000', '163740.455000', '163740.915000', '163741.375000', '163741.835000', '163742.295000', '163742.755000', '163743.215000', '163743.675000', '163744.135000', '163744.595000', '163745.055000', '163745.515000', '163745.975000', '163746.435000', '163746.895000', '163747.355000', '163747.815000', '163748.275000', '163748.735000', '163749.195000', '163749.655000', '163750.115000', '163750.575000', '163751.035000', '163751.495000', '163751.955000', '163752.415000', '163752.875000', '163753.335000', '163753.795000', '163754.255000', '163754.715000', '163755.175000', '163755.635000', '163756.095000', '163756.555000', '163757.015000', '163757.475000', '163757.935000', '163758.395000', '163758.855000', '163759.315000', '163759.775000', '163800.235000', '163800.695000', '163801.155000', '163801.615000', '163802.075000', '163802.535000', '163802.995000', '163803.455000', '163803.915000', '163804.375000', '163804.835000', '163805.295000', '163805.755000', '163806.215000', '163806.675000', '163807.135000', '163807.595000', '163808.055000', '163808.515000', '163808.975000', '163809.435000', '163809.895000', '163810.355000', '163810.815000', '163811.275000', '163811.735000', '163812.195000', '163812.655000', '163813.115000', '163813.575000', '163814.035000', '163814.495000', '163814.955000', '163815.415000', '163815.875000', '163816.335000', '163816.795000', '163817.255000', '163817.715000', '163818.175000', '163818.635000', '163819.095000', '163819.555000', '163820.015000', '163820.475000', '163820.935000', '163821.395000', '163821.855000', '163822.315000', '163822.775000', '163823.235000', '163823.695000', '163824.155000', '163824.615000', '163825.075000', '163825.535000', '163825.995000', '163826.455000', '163826.915000', '163827.375000', '163827.835000', '163828.295000', '163828.755000', '163829.215000', '163829.675000', '163830.135000', '163830.595000', '163831.055000', '163831.515000', '163831.975000', '163832.435000', '163832.895000', '163833.355000', '163833.815000', '163834.275000', '163834.735000', '163835.195000', '163835.655000', '163836.115000', '163836.575000', '163837.035000', '163837.495000', '163837.955000', '163838.415000', '163838.875000', '163839.335000', '163839.795000', '163840.255000', '163840.715000', '163841.175000', '163841.635000', '163842.095000', '163842.555000', '163843.015000', '163843.475000', '163843.935000', '163844.395000', '163844.855000', '163845.315000', '163845.775000', '163846.235000', '163846.695000', '163847.155000', '163847.615000', '163848.075000', '163848.535000', '163848.995000', '163849.455000', '163849.915000', '163850.375000', '163850.835000', '163851.295000', '163851.755000', '163852.215000', '163852.675000', '163853.135000', '163853.595000', '163854.055000', '163854.515000', '163854.975000', '163855.435000', '163855.895000', '163856.355000', '163856.815000', '163857.275000', '163857.735000', '163858.195000', '163858.655000', '163859.115000', '163859.575000', '163900.035000', '163900.495000', '163900.955000', '163901.415000', '163901.875000', '163902.335000', '163902.795000', '163903.255000', '163903.715000', '163904.175000', '163904.635000', '163905.095000', '163905.555000', '163906.015000', '163906.475000', '163906.935000', '163907.395000', '163907.855000', '163908.315000', '163908.775000', '163909.235000', '163909.695000', '163910.155000', '163910.615000', '163911.075000', '163911.535000', '163911.995000', '163912.455000', '163912.915000', '163913.375000', '163913.835000', '163914.295000', '163914.755000', '163915.215000', '163915.675000', '163916.135000', '163916.595000', '163917.055000', '163917.515000', '163917.975000', '163918.435000', '163918.895000', '163919.355000', '163919.815000', '163920.275000', '163920.735000', '163921.195000', '163921.655000', '163922.115000', '163922.575000', '163923.035000', '163923.495000', '163923.955000', '163924.415000', '163924.875000', '163925.335000', '163925.795000', '163926.255000', '163926.715000', '163927.175000', '163927.635000', '163928.095000', '163928.555000', '163929.015000', '163929.475000', '163929.935000', '163930.395000', '163930.855000', '163931.315000', '163931.775000', '163932.235000', '163932.695000', '163933.155000', '163933.615000', '163934.075000', '163934.535000', '163934.995000', '163935.455000', '163935.915000', '163936.375000', '163936.835000', '163937.295000', '163937.755000', '163938.215000', '163938.675000', '163939.135000', '163939.595000', '163940.055000', '163940.515000', '163940.975000', '163941.435000', '163941.895000', '163942.355000', '163942.815000', '163943.275000', '163943.735000', '163944.195000', '163944.655000', '163945.115000', '163945.575000', '163946.035000', '163946.495000', '163946.955000', '163947.415000', '163947.875000', '163948.335000', '163948.795000', '163949.255000', '163949.715000', '163950.175000', '163950.635000', '163951.095000', '163951.555000', '163952.015000', '163952.475000', '163952.935000', '163953.395000', '163953.855000', '163954.315000', '163954.775000', '163955.235000', '163955.695000', '163956.155000', '163956.615000', '163957.075000', '163957.535000', '163957.995000', '163958.455000', '163958.915000', '163959.375000', '163959.835000', '164000.295000', '164000.755000', '164001.215000', '164001.675000', '164002.135000', '164002.595000', '164003.055000', '164003.515000', '164003.975000', '164004.435000', '164004.895000', '164005.355000', '164005.815000', '164006.275000', '164006.735000', '164007.195000', '164007.655000', '164008.115000', '164008.575000', '164009.035000', '164009.495000', '164009.955000', '164010.415000', '164010.875000', '164011.335000', '164011.795000', '164012.255000', '164012.715000', '164013.175000', '164013.635000', '164014.095000', '164014.555000', '164015.015000', '164015.475000', '164015.935000', '164016.395000', '164016.855000', '164017.315000', '164017.775000', '164018.235000', '164018.695000', '164019.155000', '164019.615000', '164020.075000', '164020.535000', '164020.995000', '164021.455000', '164021.915000', '164022.375000', '164022.835000', '164023.295000', '164023.755000', '164024.215000', '164024.675000', '164025.135000', '164025.595000', '164026.055000', '164026.515000', '164026.975000', '164027.435000', '164027.895000', '164028.355000', '164028.815000', '164029.275000', '164029.735000', '164030.195000', '164030.655000', '164031.115000', '164031.575000', '164032.035000', '164032.495000', '164032.955000', '164033.415000', '164033.875000', '164034.335000', '164034.795000', '164035.255000', '164035.715000', '164036.175000', '164036.635000', '164037.095000', '164037.555000', '164038.015000', '164038.475000', '164038.935000', '164039.395000', '164039.855000', '164040.315000', '164040.775000', '164041.235000', '164041.695000', '164042.155000', '164042.615000', '164043.075000', '164043.535000', '164043.995000', '164044.455000', '164044.915000', '164045.375000', '164045.835000', '164046.295000', '164046.755000', '164047.215000', '164047.675000', '164048.135000', '164048.595000', '164049.055000', '164049.515000', '164049.975000', '164050.435000', '164050.895000', '164051.355000', '164051.815000', '164052.275000', '164052.735000', '164053.195000', '164053.655000', '164054.115000', '164054.575000', '164055.035000', '164055.495000', '164055.955000', '164056.415000', '164056.875000', '164057.335000', '164057.795000', '164058.255000', '164058.715000', '164059.175000', '164059.635000', '164100.095000', '164100.555000', '164101.015000', '164101.475000', '164101.935000', '164102.395000', '164102.855000', '164103.315000', '164103.775000', '164104.235000', '164104.695000', '164105.155000', '164105.615000', '164106.075000', '164106.535000', '164106.995000', '164107.455000', '164107.915000', '164108.375000', '164108.835000', '164109.295000', '164109.755000', '164110.215000', '164110.675000', '164111.135000', '164111.595000', '164112.055000', '164112.515000', '164112.975000', '164113.435000', '164113.895000', '164114.355000', '164114.815000', '164115.275000', '164115.735000', '164116.195000', '164116.655000', '164117.115000', '164117.575000', '164118.035000', '164118.495000', '164118.955000', '164119.415000', '164119.875000', '164120.335000', '164120.795000', '164121.255000', '164121.715000', '164122.175000', '164122.635000', '164123.095000', '164123.555000', '164124.015000', '164124.475000', '164124.935000', '164125.395000', '164125.855000', '164126.315000', '164126.775000', '164127.235000', '164127.695000', '164128.155000', '164128.615000', '164129.075000', '164129.535000', '164129.995000', '164130.455000', '164130.915000', '164131.375000', '164131.835000', '164132.295000', '164132.755000', '164133.215000', '164133.675000', '164134.135000', '164134.595000', '164135.055000', '164135.515000', '164135.975000', '164136.435000', '164136.895000', '164137.355000', '164137.815000', '164138.275000', '164138.735000', '164139.195000', '164139.655000', '164140.115000', '164140.575000', '164141.035000', '164141.495000', '164141.955000', '164142.415000', '164142.875000', '164143.335000', '164143.795000', '164144.255000', '164144.715000', '164145.175000', '164145.635000', '164146.095000', '164146.555000', '164147.015000', '164147.475000', '164147.935000', '164148.395000', '164148.855000', '164149.315000', '164149.775000', '164150.235000', '164150.695000', '164151.155000', '164151.615000', '164152.075000', '164152.535000', '164152.995000', '164153.455000', '164153.915000', '164154.375000', '164154.835000', '164155.295000', '164155.755000', '164156.215000', '164156.675000', '164157.135000', '164157.595000', '164158.055000', '164158.515000', '164158.975000', '164159.435000', '164159.895000', '164200.355000', '164200.815000', '164201.275000', '164201.735000', '164202.195000', '164202.655000', '164203.115000', '164203.575000', '164204.035000', '164204.495000', '164204.955000', '164205.415000', '164205.875000', '164206.335000', '164206.795000', '164207.255000', '164207.715000', '164208.175000', '164208.635000', '164209.095000', '164209.555000', '164210.015000', '164210.475000', '164210.935000', '164211.395000', '164211.855000', '164212.315000', '164212.775000', '164213.235000', '164213.695000', '164214.155000', '164214.615000', '164215.075000', '164215.535000', '164215.995000', '164216.455000', '164216.915000', '164217.375000', '164217.835000', '164218.295000', '164218.755000', '164219.215000', '164219.675000', '164220.135000', '164220.595000', '164221.055000', '164221.515000', '164221.975000', '164222.435000', '164222.895000', '164223.355000', '164223.815000', '164224.275000', '164224.735000', '164225.195000', '164225.655000', '164226.115000', '164226.575000', '164227.035000', '164227.495000', '164227.955000', '164228.415000', '164228.875000', '164229.335000', '164229.795000', '164230.255000', '164230.715000', '164231.175000', '164231.635000', '164232.095000', '164232.555000', '164233.015000', '164233.475000', '164233.935000', '164234.395000', '164234.855000', '164235.315000', '164235.775000', '164236.235000', '164236.695000', '164237.155000', '164237.615000', '164238.075000', '164238.535000', '164238.995000', '164239.455000', '164239.915000', '164240.375000', '164240.835000', '164241.295000', '164241.755000', '164242.215000', '164242.675000', '164243.135000', '164243.595000', '164244.055000', '164244.515000', '164244.975000', '164245.435000', '164245.895000', '164246.355000', '164246.815000'], 'ContentTime': ['163437.038000', '163437.256000', '163437.479000', '163437.677000', '163437.907000', '163438.132000', '163438.288000', '163438.556000', '163438.697000', '163438.902000', '163439.220000', '163439.495000', '163439.946000', '163440.413000', '163440.900000', '163441.360000', '163441.815000', '163442.273000', '163442.722000', '163443.188000', '163443.646000', '163444.117000', '163444.600000', '163445.066000', '163445.482000', '163445.961000', '163446.408000', '163446.879000', '163447.331000', '163447.788000', '163448.250000', '163448.718000', '163449.169000', '163449.629000', '163450.086000', '163450.543000', '163451.007000', '163451.464000', '163451.927000', '163452.409000', '163452.857000', '163453.310000', '163453.778000', '163454.228000', '163454.726000', '163455.146000', '163455.609000', '163456.094000', '163456.525000', '163456.985000', '163457.440000', '163457.910000', '163458.379000', '163458.839000', '163459.321000', '163459.742000', '163500.208000', '163500.669000', '163501.137000', '163501.580000', '163502.068000', '163502.517000', '163502.981000', '163503.439000', '163503.897000', '163504.396000', '163504.803000', '163505.275000', '163505.737000', '163506.198000', '163506.641000', '163507.106000', '163507.575000', '163508.029000', '163508.500000', '163508.997000', '163509.409000', '163509.898000', '163510.330000', '163510.794000', '163511.249000', '163511.703000', '163512.171000', '163512.643000', '163513.106000', '163513.549000', '163514.037000', '163514.479000', '163514.966000', '163515.396000', '163515.850000', '163516.327000', '163516.771000', '163517.224000', '163517.684000', '163518.148000', '163518.619000', '163519.072000', '163519.548000', '163519.994000', '163520.455000', '163520.907000', '163521.386000', '163521.849000', '163522.330000', '163522.803000', '163523.214000', '163523.673000', '163524.148000', '163524.596000', '163525.068000', '163525.509000', '163525.969000', '163526.429000', '163526.884000', '163527.349000', '163527.814000', '163528.277000', '163528.768000', '163529.190000', '163529.653000', '163530.121000', '163530.595000', '163531.066000', '163531.495000', '163531.952000', '163532.417000', '163532.864000', '163533.339000', '163533.795000', '163534.260000', '163534.727000', '163535.181000', '163535.638000', '163536.102000', '163536.556000', '163537.015000', '163537.479000', '163537.924000', '163538.394000', '163538.887000', '163539.348000', '163539.771000', '163540.238000', '163540.700000', '163541.148000', '163541.626000', '163542.123000', '163542.533000', '163542.996000', '163543.453000', '163543.903000', '163544.381000', '163544.833000', '163545.287000', '163545.743000', '163546.221000', '163546.674000', '163547.134000', '163547.596000', '163548.063000', '163548.507000', '163548.982000', '163549.436000', '163549.884000', '163550.353000', '163550.813000', '163551.279000', '163551.730000', '163552.182000', '163552.657000', '163553.118000', '163553.566000', '163554.031000', '163554.492000', '163554.959000', '163555.415000', '163555.874000', '163556.341000', '163556.790000', '163557.288000', '163557.720000', '163558.165000', '163558.630000', '163559.092000', '163559.549000', '163600.007000', '163600.467000', '163600.941000', '163601.388000', '163601.878000', '163602.316000', '163602.765000', '163603.242000', '163603.706000', '163604.145000', '163604.606000', '163605.066000', '163605.527000', '163605.984000', '163606.452000', '163606.906000', '163607.370000', '163607.831000', '163608.286000', '163608.761000', '163609.262000', '163609.670000', '163610.129000', '163610.593000', '163611.050000', '163611.519000', '163611.975000', '163612.438000', '163612.892000', '163613.359000', '163613.806000', '163614.276000', '163614.733000', '163615.190000', '163615.661000', '163616.113000', '163616.574000', '163617.030000', '163617.497000', '163617.943000', '163618.414000', '163618.879000', '163619.337000', '163619.784000', '163620.291000', '163620.717000', '163621.182000', '163621.637000', '163622.101000', '163622.565000', '163623.026000', '163623.473000', '163623.930000', '163624.403000', '163624.850000', '163625.314000', '163625.770000', '163626.225000', '163626.690000', '163627.158000', '163627.613000', '163628.078000', '163628.535000', '163629.000000', '163629.449000', '163629.921000', '163630.368000', '163630.840000', '163631.287000', '163631.763000', '163632.218000', '163632.675000', '163633.143000', '163633.588000', '163634.066000', '163634.525000', '163635.011000', '163635.429000', '163635.896000', '163636.347000', '163636.853000', '163637.325000', '163637.728000', '163638.198000', '163638.654000', '163639.108000', '163639.581000', '163640.038000', '163640.496000', '163640.964000', '163641.426000', '163641.868000', '163642.342000', '163642.896000', '163643.248000', '163643.716000', '163644.169000', '163644.641000', '163645.093000', '163645.564000', '163646.026000', '163646.470000', '163646.944000', '163647.404000', '163647.854000', '163648.328000', '163648.781000', '163649.246000', '163649.708000', '163650.163000', '163650.616000', '163651.079000', '163651.526000', '163652.001000', '163652.446000', '163652.926000', '163653.372000', '163653.855000', '163654.295000', '163654.753000', '163655.216000', '163655.678000', '163656.148000', '163656.602000', '163657.051000', '163657.512000', '163657.984000', '163658.444000', '163658.906000', '163659.351000', '163659.825000', '163700.282000', '163700.734000', '163701.207000', '163701.651000', '163702.110000', '163702.572000', '163703.085000', '163703.493000', '163703.969000', '163704.421000', '163704.884000', '163705.332000', '163705.801000', '163706.257000', '163706.735000', '163707.188000', '163707.641000', '163708.100000', '163708.567000', '163709.017000', '163709.482000', '163709.985000', '163710.399000', '163710.897000', '163711.310000', '163711.785000', '163712.241000', '163712.696000', '163713.163000', '163713.623000', '163714.099000', '163714.538000', '163714.991000', '163715.468000', '163715.929000', '163716.372000', '163716.848000', '163717.304000', '163717.768000', '163718.220000', '163718.689000', '163719.138000', '163719.605000', '163720.055000', '163720.507000', '163720.982000', '163721.448000', '163721.906000', '163722.371000', '163722.845000', '163723.297000', '163723.735000', '163724.207000', '163724.657000', '163725.120000', '163725.582000', '163726.050000', '163726.506000', '163726.954000', '163727.424000', '163727.874000', '163728.335000', '163728.801000', '163729.264000', '163729.714000', '163730.186000', '163730.639000', '163731.101000', '163731.561000', '163732.028000', '163732.489000', '163732.934000', '163733.410000', '163733.854000', '163734.325000', '163734.856000', '163735.235000', '163735.711000', '163736.176000', '163736.627000', '163737.084000', '163737.573000', '163737.996000', '163738.464000', '163738.932000', '163739.386000', '163739.834000', '163740.340000', '163740.769000', '163741.230000', '163741.734000', '163742.149000', '163742.601000', '163743.068000', '163743.533000', '163743.988000', '163744.452000', '163744.897000', '163745.358000', '163745.831000', '163746.291000', '163746.743000', '163747.215000', '163747.671000', '163748.115000', '163748.584000', '163749.043000', '163749.502000', '163749.965000', '163750.418000', '163750.894000', '163751.348000', '163751.804000', '163752.254000', '163752.717000', '163753.185000', '163753.647000', '163754.111000', '163754.612000', '163755.030000', '163755.493000', '163755.942000', '163756.401000', '163756.903000', '163757.333000', '163757.792000', '163758.252000', '163758.710000', '163759.168000', '163759.625000', '163800.092000', '163800.554000', '163801.010000', '163801.464000', '163801.957000', '163802.414000', '163802.842000', '163803.306000', '163803.761000', '163804.226000', '163804.694000', '163805.147000', '163805.606000', '163806.071000', '163806.530000', '163806.982000', '163807.448000', '163807.898000', '163808.364000', '163808.831000', '163809.282000', '163809.752000', '163810.222000', '163810.669000', '163811.124000', '163811.610000', '163812.044000', '163812.539000', '163812.969000', '163813.435000', '163813.879000', '163814.349000', '163814.808000', '163815.275000', '163815.720000', '163816.193000', '163816.647000', '163817.104000', '163817.577000', '163818.033000', '163818.488000', '163818.937000', '163819.418000', '163819.903000', '163820.323000', '163820.785000', '163821.303000', '163821.712000', '163822.178000', '163822.649000', '163823.084000', '163823.553000', '163824.041000', '163824.462000', '163824.916000', '163825.396000', '163825.849000', '163826.303000', '163826.818000', '163827.221000', '163827.691000', '163828.154000', '163828.596000', '163829.071000', '163829.534000', '163829.987000', '163830.446000', '163830.978000', '163831.374000', '163831.818000', '163832.296000', '163832.739000', '163833.209000', '163833.708000', '163834.131000', '163834.596000', '163835.051000', '163835.516000', '163835.963000', '163836.427000', '163836.882000', '163837.353000', '163837.815000', '163838.267000', '163838.735000', '163839.183000', '163839.660000', '163840.105000', '163840.578000', '163841.038000', '163841.494000', '163841.942000', '163842.409000', '163842.860000', '163843.323000', '163843.807000', '163844.254000', '163844.710000', '163845.180000', '163845.620000', '163846.088000', '163846.540000', '163847.052000', '163847.472000', '163847.936000', '163848.381000', '163848.856000', '163849.308000', '163849.770000', '163850.227000', '163850.686000', '163851.199000', '163851.614000', '163852.073000', '163852.538000', '163853.002000', '163853.442000', '163853.910000', '163854.380000', '163854.824000', '163855.281000', '163855.743000', '163856.212000', '163856.679000', '163857.172000', '163857.588000', '163858.050000', '163858.509000', '163859.012000', '163859.429000', '163859.891000', '163900.358000', '163900.898000', '163901.276000', '163901.738000', '163902.190000', '163902.641000', '163903.108000', '163903.626000', '163904.038000', '163904.484000', '163904.951000', '163905.410000', '163905.873000', '163906.339000', '163906.800000', '163907.254000', '163907.714000', '163908.183000', '163908.633000', '163909.102000', '163909.550000', '163910.005000', '163910.471000', '163910.943000', '163911.387000', '163911.850000', '163912.319000', '163912.770000', '163913.225000', '163913.698000', '163914.160000', '163914.618000', '163915.085000', '163915.523000', '163915.986000', '163916.455000', '163916.915000', '163917.380000', '163917.825000', '163918.291000', '163918.757000', '163919.217000', '163919.673000', '163920.193000', '163920.587000', '163921.044000', '163921.521000', '163921.977000', '163922.442000', '163922.888000', '163923.351000', '163923.815000', '163924.266000', '163924.727000', '163925.189000', '163925.645000', '163926.120000', '163926.573000', '163927.039000', '163927.499000', '163927.945000', '163928.423000', '163928.883000', '163929.327000', '163929.787000', '163930.265000', '163930.722000', '163931.229000', '163931.645000', '163932.103000', '163932.556000', '163933.023000', '163933.484000', '163933.974000', '163934.384000', '163934.845000', '163935.321000', '163935.777000', '163936.245000', '163936.706000', '163937.146000', '163937.619000', '163938.071000', '163938.543000', '163938.994000', '163939.490000', '163939.923000', '163940.378000', '163940.829000', '163941.292000', '163941.760000', '163942.213000', '163942.676000', '163943.194000', '163943.600000', '163944.069000', '163944.518000', '163944.980000', '163945.438000', '163945.890000', '163946.358000', '163946.856000', '163947.285000', '163947.739000', '163948.200000', '163948.665000', '163949.113000', '163949.590000', '163950.043000', '163950.503000', '163950.960000', '163951.416000', '163951.887000', '163952.334000', '163952.799000', '163953.257000', '163953.722000', '163954.186000', '163954.699000', '163955.094000', '163955.563000', '163956.042000', '163956.485000', '163956.984000', '163957.396000', '163957.890000', '163958.323000', '163958.784000', '163959.245000', '163959.702000', '164000.150000', '164000.626000', '164001.079000', '164001.547000', '164002.009000', '164002.461000', '164002.927000', '164003.371000', '164003.843000', '164004.291000', '164004.760000', '164005.236000', '164005.672000', '164006.130000', '164006.602000', '164007.050000', '164007.525000', '164007.971000', '164008.443000', '164009.054000', '164009.352000', '164009.820000', '164010.276000', '164010.747000', '164011.198000', '164011.653000', '164012.117000', '164012.583000', '164013.086000', '164013.495000', '164013.952000', '164014.428000', '164014.869000', '164015.349000', '164015.799000', '164016.275000', '164016.729000', '164017.177000', '164017.642000', '164018.158000', '164018.596000', '164019.061000', '164019.482000', '164019.950000', '164020.402000', '164020.870000', '164021.313000', '164021.792000', '164022.239000', '164022.708000', '164023.156000', '164023.620000', '164024.078000', '164024.548000', '164025.012000', '164025.470000', '164025.970000', '164026.395000', '164026.844000', '164027.292000', '164027.765000', '164028.226000', '164028.689000', '164029.176000', '164029.593000', '164030.069000', '164030.515000', '164030.983000', '164031.438000', '164031.910000', '164032.366000', '164032.833000', '164033.294000', '164033.739000', '164034.206000', '164034.672000', '164035.115000', '164035.578000', '164036.051000', '164036.511000', '164036.958000', '164037.427000', '164037.880000', '164038.338000', '164038.815000', '164039.275000', '164039.731000', '164040.187000', '164040.640000', '164041.153000', '164041.576000', '164042.038000', '164042.488000', '164042.986000', '164043.406000', '164043.864000', '164044.333000', '164044.791000', '164045.253000', '164045.713000', '164046.212000', '164046.624000', '164047.094000', '164047.548000', '164048.048000', '164048.471000', '164048.929000', '164049.396000', '164049.852000', '164050.304000', '164050.766000', '164051.225000', '164051.692000', '164052.153000', '164052.599000', '164053.070000', '164053.526000', '164053.992000', '164054.441000', '164054.909000', '164055.365000', '164055.828000', '164056.284000', '164056.752000', '164057.202000', '164057.671000', '164058.125000', '164058.591000', '164059.052000', '164059.508000', '164059.971000', '164100.427000', '164100.891000', '164101.342000', '164101.806000', '164102.272000', '164102.722000', '164103.195000', '164103.640000', '164104.103000', '164104.574000', '164105.024000', '164105.495000', '164105.957000', '164106.408000', '164106.875000', '164107.333000', '164107.791000', '164108.259000', '164108.713000', '164109.202000', '164109.625000', '164110.091000', '164110.560000', '164111.005000', '164111.469000', '164111.936000', '164112.385000', '164112.852000', '164113.321000', '164113.764000', '164114.247000', '164114.714000', '164115.159000', '164115.608000', '164116.082000', '164116.531000', '164116.991000', '164117.463000', '164117.926000', '164118.374000', '164118.823000', '164119.287000', '164119.808000', '164120.218000', '164120.673000', '164121.192000', '164121.593000', '164122.056000', '164122.505000', '164122.982000', '164123.437000', '164123.905000', '164124.377000', '164124.817000', '164125.266000', '164125.735000', '164126.191000', '164126.667000', '164127.116000', '164127.568000', '164128.037000', '164128.502000', '164128.948000', '164129.406000', '164129.877000', '164130.330000', '164130.786000', '164131.257000', '164131.716000', '164132.178000', '164132.636000', '164133.099000', '164133.548000', '164134.018000', '164134.481000', '164134.983000', '164135.453000', '164135.851000', '164136.313000', '164136.790000', '164137.247000', '164137.696000', '164138.155000', '164138.612000', '164139.066000', '164139.535000', '164140.000000', '164140.460000', '164140.970000', '164141.368000', '164141.836000', '164142.305000', '164142.762000', '164143.213000', '164143.679000', '164144.171000', '164144.585000', '164145.082000', '164145.529000', '164145.969000', '164146.440000', '164146.903000', '164147.356000', '164147.822000', '164148.277000', '164148.740000', '164149.266000', '164149.660000', '164150.112000', '164150.583000', '164151.046000', '164151.487000', '164151.958000', '164152.419000', '164152.882000', '164153.343000', '164153.798000', '164154.264000', '164154.708000', '164155.175000', '164155.641000', '164156.112000', '164156.559000', '164157.020000', '164157.480000', '164157.931000', '164158.394000', '164158.857000', '164159.327000', '164159.790000', '164200.248000', '164200.693000', '164201.381000', '164201.633000', '164202.088000', '164202.547000', '164203.012000', '164203.457000', '164203.909000', '164204.383000', '164204.836000', '164205.301000', '164205.764000', '164206.215000', '164206.678000', '164207.143000', '164207.642000', '164208.063000', '164208.522000', '164209.044000', '164209.450000', '164209.904000', '164210.363000', '164210.830000', '164211.287000', '164211.748000', '164212.200000', '164212.671000', '164213.122000', '164213.574000', '164214.036000', '164214.497000', '164214.962000', '164215.431000', '164215.884000', '164216.343000', '164216.806000', '164217.255000', '164217.721000', '164218.183000', '164218.643000', '164219.097000', '164219.567000', '164220.022000', '164220.482000', '164220.952000', '164221.446000', '164221.858000', '164222.321000', '164222.784000', '164223.250000', '164223.696000', '164224.162000', '164224.614000', '164225.087000', '164225.556000', '164225.994000', '164226.455000', '164226.921000', '164227.401000', '164227.852000', '164228.301000', '164228.756000', '164229.229000', '164229.688000', '164230.147000', '164230.614000', '164231.056000', '164231.536000', '164232.009000', '164232.450000', '164232.912000', '164233.360000', '164233.819000', '164234.278000', '164234.752000', '164235.204000', '164235.663000', '164236.131000', '164236.587000', '164237.046000', '164237.515000', '164237.974000', '164238.434000', '164238.889000', '164239.338000', '164239.800000', '164240.267000', '164240.728000', '164241.187000', '164241.637000', '164242.106000', '164242.607000', '164243.018000', '164243.552000', '164243.941000', '164244.398000', '164244.875000', '164245.337000', '164245.779000', '164246.243000', '164246.706000', '164247.171000', '164247.616000'], 'InstanceCreationTime': ['163437.038000', '163437.256000', '163437.479000', '163437.677000', '163437.907000', '163438.132000', '163438.288000', '163438.556000', '163438.697000', '163438.902000', '163439.220000', '163439.495000', '163439.946000', '163440.413000', '163440.900000', '163441.360000', '163441.815000', '163442.273000', '163442.722000', '163443.188000', '163443.646000', '163444.117000', '163444.600000', '163445.066000', '163445.482000', '163445.961000', '163446.408000', '163446.879000', '163447.331000', '163447.788000', '163448.250000', '163448.718000', '163449.169000', '163449.629000', '163450.086000', '163450.543000', '163451.007000', '163451.464000', '163451.927000', '163452.409000', '163452.857000', '163453.310000', '163453.778000', '163454.228000', '163454.726000', '163455.146000', '163455.609000', '163456.094000', '163456.525000', '163456.985000', '163457.440000', '163457.910000', '163458.379000', '163458.839000', '163459.321000', '163459.742000', '163500.208000', '163500.669000', '163501.137000', '163501.580000', '163502.068000', '163502.517000', '163502.981000', '163503.439000', '163503.897000', '163504.396000', '163504.803000', '163505.275000', '163505.737000', '163506.198000', '163506.641000', '163507.106000', '163507.575000', '163508.029000', '163508.500000', '163508.997000', '163509.409000', '163509.898000', '163510.330000', '163510.794000', '163511.249000', '163511.703000', '163512.171000', '163512.643000', '163513.106000', '163513.549000', '163514.037000', '163514.479000', '163514.966000', '163515.396000', '163515.850000', '163516.327000', '163516.771000', '163517.224000', '163517.684000', '163518.148000', '163518.619000', '163519.072000', '163519.548000', '163519.994000', '163520.455000', '163520.907000', '163521.386000', '163521.849000', '163522.330000', '163522.803000', '163523.214000', '163523.673000', '163524.148000', '163524.596000', '163525.068000', '163525.509000', '163525.969000', '163526.429000', '163526.884000', '163527.349000', '163527.814000', '163528.277000', '163528.768000', '163529.190000', '163529.653000', '163530.121000', '163530.595000', '163531.066000', '163531.495000', '163531.952000', '163532.417000', '163532.864000', '163533.339000', '163533.795000', '163534.260000', '163534.727000', '163535.181000', '163535.638000', '163536.102000', '163536.556000', '163537.015000', '163537.479000', '163537.924000', '163538.394000', '163538.887000', '163539.348000', '163539.771000', '163540.238000', '163540.700000', '163541.148000', '163541.626000', '163542.123000', '163542.533000', '163542.996000', '163543.453000', '163543.903000', '163544.381000', '163544.833000', '163545.287000', '163545.743000', '163546.221000', '163546.674000', '163547.134000', '163547.596000', '163548.063000', '163548.507000', '163548.982000', '163549.436000', '163549.884000', '163550.353000', '163550.813000', '163551.279000', '163551.730000', '163552.182000', '163552.657000', '163553.118000', '163553.566000', '163554.031000', '163554.492000', '163554.959000', '163555.415000', '163555.874000', '163556.341000', '163556.790000', '163557.288000', '163557.720000', '163558.165000', '163558.630000', '163559.092000', '163559.549000', '163600.007000', '163600.467000', '163600.941000', '163601.388000', '163601.878000', '163602.316000', '163602.765000', '163603.242000', '163603.706000', '163604.145000', '163604.606000', '163605.066000', '163605.527000', '163605.984000', '163606.452000', '163606.906000', '163607.370000', '163607.831000', '163608.286000', '163608.761000', '163609.262000', '163609.670000', '163610.129000', '163610.593000', '163611.050000', '163611.519000', '163611.975000', '163612.438000', '163612.892000', '163613.359000', '163613.806000', '163614.276000', '163614.733000', '163615.190000', '163615.661000', '163616.113000', '163616.574000', '163617.030000', '163617.497000', '163617.943000', '163618.414000', '163618.879000', '163619.337000', '163619.784000', '163620.291000', '163620.717000', '163621.182000', '163621.637000', '163622.101000', '163622.565000', '163623.026000', '163623.473000', '163623.930000', '163624.403000', '163624.850000', '163625.314000', '163625.770000', '163626.225000', '163626.690000', '163627.158000', '163627.613000', '163628.078000', '163628.535000', '163629.000000', '163629.449000', '163629.921000', '163630.368000', '163630.840000', '163631.287000', '163631.763000', '163632.218000', '163632.675000', '163633.143000', '163633.588000', '163634.066000', '163634.525000', '163635.011000', '163635.429000', '163635.896000', '163636.347000', '163636.853000', '163637.325000', '163637.728000', '163638.198000', '163638.654000', '163639.108000', '163639.581000', '163640.038000', '163640.496000', '163640.964000', '163641.426000', '163641.868000', '163642.342000', '163642.896000', '163643.248000', '163643.716000', '163644.169000', '163644.641000', '163645.093000', '163645.564000', '163646.026000', '163646.470000', '163646.944000', '163647.404000', '163647.854000', '163648.328000', '163648.781000', '163649.246000', '163649.708000', '163650.163000', '163650.616000', '163651.079000', '163651.526000', '163652.001000', '163652.446000', '163652.926000', '163653.372000', '163653.855000', '163654.295000', '163654.753000', '163655.216000', '163655.678000', '163656.148000', '163656.602000', '163657.051000', '163657.512000', '163657.984000', '163658.444000', '163658.906000', '163659.351000', '163659.825000', '163700.282000', '163700.734000', '163701.207000', '163701.651000', '163702.110000', '163702.572000', '163703.085000', '163703.493000', '163703.969000', '163704.421000', '163704.884000', '163705.332000', '163705.801000', '163706.257000', '163706.735000', '163707.188000', '163707.641000', '163708.100000', '163708.567000', '163709.017000', '163709.482000', '163709.985000', '163710.399000', '163710.897000', '163711.310000', '163711.785000', '163712.241000', '163712.696000', '163713.163000', '163713.623000', '163714.099000', '163714.538000', '163714.991000', '163715.468000', '163715.929000', '163716.372000', '163716.848000', '163717.304000', '163717.768000', '163718.220000', '163718.689000', '163719.138000', '163719.605000', '163720.055000', '163720.507000', '163720.982000', '163721.448000', '163721.906000', '163722.371000', '163722.845000', '163723.297000', '163723.735000', '163724.207000', '163724.657000', '163725.120000', '163725.582000', '163726.050000', '163726.506000', '163726.954000', '163727.424000', '163727.874000', '163728.335000', '163728.801000', '163729.264000', '163729.714000', '163730.186000', '163730.639000', '163731.101000', '163731.561000', '163732.028000', '163732.489000', '163732.934000', '163733.410000', '163733.854000', '163734.325000', '163734.856000', '163735.235000', '163735.711000', '163736.176000', '163736.627000', '163737.084000', '163737.573000', '163737.996000', '163738.464000', '163738.932000', '163739.386000', '163739.834000', '163740.340000', '163740.769000', '163741.230000', '163741.734000', '163742.149000', '163742.601000', '163743.068000', '163743.533000', '163743.988000', '163744.452000', '163744.897000', '163745.358000', '163745.831000', '163746.291000', '163746.743000', '163747.215000', '163747.671000', '163748.115000', '163748.584000', '163749.043000', '163749.502000', '163749.965000', '163750.418000', '163750.894000', '163751.348000', '163751.804000', '163752.254000', '163752.717000', '163753.185000', '163753.647000', '163754.111000', '163754.612000', '163755.030000', '163755.493000', '163755.942000', '163756.401000', '163756.903000', '163757.333000', '163757.792000', '163758.252000', '163758.710000', '163759.168000', '163759.625000', '163800.092000', '163800.554000', '163801.010000', '163801.464000', '163801.957000', '163802.414000', '163802.842000', '163803.306000', '163803.761000', '163804.226000', '163804.694000', '163805.147000', '163805.606000', '163806.071000', '163806.530000', '163806.982000', '163807.448000', '163807.898000', '163808.364000', '163808.831000', '163809.282000', '163809.752000', '163810.222000', '163810.669000', '163811.124000', '163811.610000', '163812.044000', '163812.539000', '163812.969000', '163813.435000', '163813.879000', '163814.349000', '163814.808000', '163815.275000', '163815.720000', '163816.193000', '163816.647000', '163817.104000', '163817.577000', '163818.033000', '163818.488000', '163818.937000', '163819.418000', '163819.903000', '163820.323000', '163820.785000', '163821.303000', '163821.712000', '163822.178000', '163822.649000', '163823.084000', '163823.553000', '163824.041000', '163824.462000', '163824.916000', '163825.396000', '163825.849000', '163826.303000', '163826.818000', '163827.221000', '163827.691000', '163828.154000', '163828.596000', '163829.071000', '163829.534000', '163829.987000', '163830.446000', '163830.978000', '163831.374000', '163831.818000', '163832.296000', '163832.739000', '163833.209000', '163833.708000', '163834.131000', '163834.596000', '163835.051000', '163835.516000', '163835.963000', '163836.427000', '163836.882000', '163837.353000', '163837.815000', '163838.267000', '163838.735000', '163839.183000', '163839.660000', '163840.105000', '163840.578000', '163841.038000', '163841.494000', '163841.942000', '163842.409000', '163842.860000', '163843.323000', '163843.807000', '163844.254000', '163844.710000', '163845.180000', '163845.620000', '163846.088000', '163846.540000', '163847.052000', '163847.472000', '163847.936000', '163848.381000', '163848.856000', '163849.308000', '163849.770000', '163850.227000', '163850.686000', '163851.199000', '163851.614000', '163852.073000', '163852.538000', '163853.002000', '163853.442000', '163853.910000', '163854.380000', '163854.824000', '163855.281000', '163855.743000', '163856.212000', '163856.679000', '163857.172000', '163857.588000', '163858.050000', '163858.509000', '163859.012000', '163859.429000', '163859.891000', '163900.358000', '163900.898000', '163901.276000', '163901.738000', '163902.190000', '163902.641000', '163903.108000', '163903.626000', '163904.038000', '163904.484000', '163904.951000', '163905.410000', '163905.873000', '163906.339000', '163906.800000', '163907.254000', '163907.714000', '163908.183000', '163908.633000', '163909.102000', '163909.550000', '163910.005000', '163910.471000', '163910.943000', '163911.387000', '163911.850000', '163912.319000', '163912.770000', '163913.225000', '163913.698000', '163914.160000', '163914.618000', '163915.085000', '163915.523000', '163915.986000', '163916.455000', '163916.915000', '163917.380000', '163917.825000', '163918.291000', '163918.757000', '163919.217000', '163919.673000', '163920.193000', '163920.587000', '163921.044000', '163921.521000', '163921.977000', '163922.442000', '163922.888000', '163923.351000', '163923.815000', '163924.266000', '163924.727000', '163925.189000', '163925.645000', '163926.120000', '163926.573000', '163927.039000', '163927.499000', '163927.945000', '163928.423000', '163928.883000', '163929.327000', '163929.787000', '163930.265000', '163930.722000', '163931.229000', '163931.645000', '163932.103000', '163932.556000', '163933.023000', '163933.484000', '163933.974000', '163934.384000', '163934.845000', '163935.321000', '163935.777000', '163936.245000', '163936.706000', '163937.146000', '163937.619000', '163938.071000', '163938.543000', '163938.994000', '163939.490000', '163939.923000', '163940.378000', '163940.829000', '163941.292000', '163941.760000', '163942.213000', '163942.676000', '163943.194000', '163943.600000', '163944.069000', '163944.518000', '163944.980000', '163945.438000', '163945.890000', '163946.358000', '163946.856000', '163947.285000', '163947.739000', '163948.200000', '163948.665000', '163949.113000', '163949.590000', '163950.043000', '163950.503000', '163950.960000', '163951.416000', '163951.887000', '163952.334000', '163952.799000', '163953.257000', '163953.722000', '163954.186000', '163954.699000', '163955.094000', '163955.563000', '163956.042000', '163956.485000', '163956.984000', '163957.396000', '163957.890000', '163958.323000', '163958.784000', '163959.245000', '163959.702000', '164000.150000', '164000.626000', '164001.079000', '164001.547000', '164002.009000', '164002.461000', '164002.927000', '164003.371000', '164003.843000', '164004.291000', '164004.760000', '164005.236000', '164005.672000', '164006.130000', '164006.602000', '164007.050000', '164007.525000', '164007.971000', '164008.443000', '164009.054000', '164009.352000', '164009.820000', '164010.276000', '164010.747000', '164011.198000', '164011.653000', '164012.117000', '164012.583000', '164013.086000', '164013.495000', '164013.952000', '164014.428000', '164014.869000', '164015.349000', '164015.799000', '164016.275000', '164016.729000', '164017.177000', '164017.642000', '164018.158000', '164018.596000', '164019.061000', '164019.482000', '164019.950000', '164020.402000', '164020.870000', '164021.313000', '164021.792000', '164022.239000', '164022.708000', '164023.156000', '164023.620000', '164024.078000', '164024.548000', '164025.012000', '164025.470000', '164025.970000', '164026.395000', '164026.844000', '164027.292000', '164027.765000', '164028.226000', '164028.689000', '164029.176000', '164029.593000', '164030.069000', '164030.515000', '164030.983000', '164031.438000', '164031.910000', '164032.366000', '164032.833000', '164033.294000', '164033.739000', '164034.206000', '164034.672000', '164035.115000', '164035.578000', '164036.051000', '164036.511000', '164036.958000', '164037.427000', '164037.880000', '164038.338000', '164038.815000', '164039.275000', '164039.731000', '164040.187000', '164040.640000', '164041.153000', '164041.576000', '164042.038000', '164042.488000', '164042.986000', '164043.406000', '164043.864000', '164044.333000', '164044.791000', '164045.253000', '164045.713000', '164046.212000', '164046.624000', '164047.094000', '164047.548000', '164048.048000', '164048.471000', '164048.929000', '164049.396000', '164049.852000', '164050.304000', '164050.766000', '164051.225000', '164051.692000', '164052.153000', '164052.599000', '164053.070000', '164053.526000', '164053.992000', '164054.441000', '164054.909000', '164055.365000', '164055.828000', '164056.284000', '164056.752000', '164057.202000', '164057.671000', '164058.125000', '164058.591000', '164059.052000', '164059.508000', '164059.971000', '164100.427000', '164100.891000', '164101.342000', '164101.806000', '164102.272000', '164102.722000', '164103.195000', '164103.640000', '164104.103000', '164104.574000', '164105.024000', '164105.495000', '164105.957000', '164106.408000', '164106.875000', '164107.333000', '164107.791000', '164108.259000', '164108.713000', '164109.202000', '164109.625000', '164110.091000', '164110.560000', '164111.005000', '164111.469000', '164111.936000', '164112.385000', '164112.852000', '164113.321000', '164113.764000', '164114.247000', '164114.714000', '164115.159000', '164115.608000', '164116.082000', '164116.531000', '164116.991000', '164117.463000', '164117.926000', '164118.374000', '164118.823000', '164119.287000', '164119.808000', '164120.218000', '164120.673000', '164121.192000', '164121.593000', '164122.056000', '164122.505000', '164122.982000', '164123.437000', '164123.905000', '164124.377000', '164124.817000', '164125.266000', '164125.735000', '164126.191000', '164126.667000', '164127.116000', '164127.568000', '164128.037000', '164128.502000', '164128.948000', '164129.406000', '164129.877000', '164130.330000', '164130.786000', '164131.257000', '164131.716000', '164132.178000', '164132.636000', '164133.099000', '164133.548000', '164134.018000', '164134.481000', '164134.983000', '164135.453000', '164135.851000', '164136.313000', '164136.790000', '164137.247000', '164137.696000', '164138.155000', '164138.612000', '164139.066000', '164139.535000', '164140.000000', '164140.460000', '164140.970000', '164141.368000', '164141.836000', '164142.305000', '164142.762000', '164143.213000', '164143.679000', '164144.171000', '164144.585000', '164145.082000', '164145.529000', '164145.969000', '164146.440000', '164146.903000', '164147.356000', '164147.822000', '164148.277000', '164148.740000', '164149.266000', '164149.660000', '164150.112000', '164150.583000', '164151.046000', '164151.487000', '164151.958000', '164152.419000', '164152.882000', '164153.343000', '164153.798000', '164154.264000', '164154.708000', '164155.175000', '164155.641000', '164156.112000', '164156.559000', '164157.020000', '164157.480000', '164157.931000', '164158.394000', '164158.857000', '164159.327000', '164159.790000', '164200.248000', '164200.693000', '164201.381000', '164201.633000', '164202.088000', '164202.547000', '164203.012000', '164203.457000', '164203.909000', '164204.383000', '164204.836000', '164205.301000', '164205.764000', '164206.215000', '164206.678000', '164207.143000', '164207.642000', '164208.063000', '164208.522000', '164209.044000', '164209.450000', '164209.904000', '164210.363000', '164210.830000', '164211.287000', '164211.748000', '164212.200000', '164212.671000', '164213.122000', '164213.574000', '164214.036000', '164214.497000', '164214.962000', '164215.431000', '164215.884000', '164216.343000', '164216.806000', '164217.255000', '164217.721000', '164218.183000', '164218.643000', '164219.097000', '164219.567000', '164220.022000', '164220.482000', '164220.952000', '164221.446000', '164221.858000', '164222.321000', '164222.784000', '164223.250000', '164223.696000', '164224.162000', '164224.614000', '164225.087000', '164225.556000', '164225.994000', '164226.455000', '164226.921000', '164227.401000', '164227.852000', '164228.301000', '164228.756000', '164229.229000', '164229.688000', '164230.147000', '164230.614000', '164231.056000', '164231.536000', '164232.009000', '164232.450000', '164232.912000', '164233.360000', '164233.819000', '164234.278000', '164234.752000', '164235.204000', '164235.663000', '164236.131000', '164236.587000', '164237.046000', '164237.515000', '164237.974000', '164238.434000', '164238.889000', '164239.338000', '164239.800000', '164240.267000', '164240.728000', '164241.187000', '164241.637000', '164242.106000', '164242.607000', '164243.018000', '164243.552000', '164243.941000', '164244.398000', '164244.875000', '164245.337000', '164245.779000', '164246.243000', '164246.706000', '164247.171000', '164247.616000'], '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': [767, 1011, 775, 586, 793, 565, 647, 546, 536, 611, 645, 622, 610, 820, 561, 731, 584, 618, 548, 711, 588, 598, 838, 547, 842, 575, 672, 544, 825, 612, 906, 752, 674, 719, 512, 705, 566, 714, 560, 902, 642, 903, 707, 851, 665, 924, 713, 726, 562, 588, 648, 598, 942, 593, 834, 531, 705, 538, 865, 623, 973, 696, 806, 571, 749, 589, 820, 660, 582, 738, 523, 699, 551, 797, 581, 975, 722, 788, 632, 527, 717, 591, 860, 738, 591, 899, 551, 816, 626, 922, 707, 996, 789, 788, 591, 593, 596, 619, 901, 631, 905, 580, 792, 578, 861, 637, 887, 770, 604, 730, 545, 801, 539, 958, 739, 1013, 784, 624, 586, 608, 672, 662, 897, 615, 789, 511, 650, 562, 692, 544, 652, 542, 622, 626, 613, 808, 535, 801, 632, 941, 778, 817, 611, 641, 638, 693, 946, 590, 875, 572, 800, 601, 902, 744, 698, 681, 692, 711, 634, 977, 727, 882, 593, 627, 643, 687, 965, 618, 909, 615, 819, 659, 968, 795, 889, 610, 688, 602, 691, 882, 650, 835, 616, 724, 641, 922, 697, 818, 615, 682, 622, 707, 940, 645, 923, 650, 843, 608, 912, 789, 839, 724, 721, 666, 578, 758, 626, 968, 692, 684, 598, 705, 629, 726, 960, 591, 879, 639, 886, 634, 976, 767, 692, 639, 719, 625, 658, 841, 569, 894, 626, 795, 612, 813, 635, 707, 587, 684, 581, 694, 876, 715, 827, 657, 717, 590, 927, 710, 961, 621, 707, 585, 680, 797, 702, 976, 555, 868, 643, 903, 688, 900, 672, 698, 603, 727, 815, 576, 961, 821, 751, 687, 663, 800, 621, 935, 812, 864, 669, 767, 630, 817, 661, 738, 759, 743, 707, 747, 857, 699, 967, 592, 840, 613, 842, 634, 943, 720, 797, 618, 693, 629, 719, 712, 737, 710, 747, 754, 726, 933, 679, 821, 696, 720, 678, 777, 660, 919, 630, 814, 663, 760, 644, 883, 675, 735, 623, 694, 616, 734, 882, 595, 937, 647, 823, 668, 775, 862, 712, 935, 646, 867, 690, 925, 813, 898, 688, 773, 662, 803, 700, 733, 707, 751, 667, 664, 801, 616, 946, 744, 802, 626, 700, 680, 731, 941, 628, 887, 659, 787, 647, 721, 887, 613, 849, 664, 803, 693, 750, 886, 673, 846, 672, 926, 800, 720, 628, 728, 724, 614, 943, 770, 729, 647, 766, 732, 623, 928, 795, 816, 644, 757, 677, 740, 948, 730, 801, 730, 776, 703, 931, 605, 839, 706, 803, 682, 900, 744, 714, 607, 754, 607, 708, 805, 698, 716, 654, 731, 657, 713, 815, 826, 848, 733, 724, 726, 693, 704, 895, 684, 932, 689, 843, 644, 811, 677, 698, 728, 752, 722, 629, 832, 634, 949, 701, 872, 646, 814, 638, 920, 722, 669, 627, 733, 628, 732, 767, 685, 932, 712, 790, 635, 770, 636, 857, 683, 643, 616, 733, 681, 660, 904, 747, 883, 651, 783, 622, 844, 753, 847, 690, 673, 596, 711, 699, 670, 938, 660, 617, 652, 717, 666, 691, 906, 667, 901, 649, 875, 637, 880, 735, 910, 736, 785, 643, 742, 638, 654, 700, 652, 806, 640, 778, 689, 846, 657, 888, 753, 639, 604, 706, 678, 676, 907, 685, 916, 663, 681, 639, 674, 755, 646, 939, 601, 867, 701, 861, 670, 910, 690, 877, 666, 888, 712, 860, 718, 688, 635, 707, 722, 668, 846, 807, 696, 645, 722, 894, 703, 950, 623, 712, 704, 695, 921, 681, 865, 653, 933, 734, 928, 807, 915, 727, 836, 621, 853, 660, 908, 745, 719, 640, 722, 721, 692, 959, 604, 822, 599, 755, 626, 867, 675, 705, 608, 726, 653, 602, 807, 642, 859, 602, 719, 586, 718, 690, 691, 943, 608, 872, 661, 824, 623, 841, 652, 692, 620, 717, 646, 708, 794, 570, 923, 633, 715, 627, 677, 679, 706, 859, 759, 727, 640, 746, 769, 711, 945, 670, 871, 654, 898, 725, 825, 708, 712, 664, 765, 771, 702, 936, 624, 884, 668, 887, 639, 885, 771, 686, 786, 617, 650, 620, 735, 664, 690, 825, 707, 712, 903, 669, 888, 624, 884, 659, 906, 642, 792, 614, 775, 640, 806, 629, 701, 677, 665, 771, 658, 720, 914, 595, 854, 660, 919, 730, 915, 820, 672, 612, 588, 679, 543, 979, 616, 554, 642, 569, 851, 731, 642, 742, 530, 857, 629, 979, 770, 882, 684, 962, 750, 686, 651, 589, 846, 606, 885, 639, 917, 747, 984, 706, 671, 626, 608, 790, 670, 988, 685, 829, 632, 821, 656, 842, 707, 673, 697, 607, 745, 602, 850, 645, 950, 643, 718, 629, 700, 618, 709, 697, 644, 950, 626, 708, 581, 679, 675, 715, 930, 587, 801, 591, 799, 659, 929, 652, 782, 592, 804, 630, 821, 672, 655, 685, 701, 748, 666, 941, 617, 880, 626, 872, 667, 839, 810, 645, 804, 613, 879, 655, 962, 840, 737, 660, 646, 721, 569, 905, 741, 893, 689, 741, 658, 668, 742, 700, 871, 620, 979, 802, 828, 641, 688, 691, 686, 876, 583, 837, 606, 824, 670, 883, 728, 669, 626, 655, 761, 614, 936, 705, 720, 729, 606, 799, 651, 826, 628, 713, 687, 738, 946, 616, 855, 649, 922, 690, 898, 827, 679, 736, 613, 790, 599, 933, 764, 879, 651, 655, 687, 629, 853, 637, 723, 763, 598, 811, 603, 873, 722, 682, 872, 606, 885, 643, 950, 808, 921, 703, 672, 654, 667, 789, 638, 849, 610, 704, 725, 612, 917, 766, 702, 724, 631, 689, 597, 766, 864, 678, 912, 623, 677, 618, 671, 879, 619, 685, 569, 562, 725, 608, 905, 684, 853, 614, 918, 734, 917, 679, 647, 595, 619, 791, 555, 841, 566, 824, 635, 970, 794, 713, 611, 552, 669, 671, 842, 578, 692, 580, 737, 606, 980, 622, 764, 569, 662, 605, 596, 695, 709, 890, 592, 768, 593, 776, 561, 947, 687, 853, 571, 838, 624, 856, 699, 843, 607, 777, 600, 819, 651, 905, 658, 713, 585, 700, 643, 692, 818, 643, 888, 586, 787, 585, 829, 598, 907, 588, 787, 574, 571, 666, 598, 932, 806, 637, 680, 605, 859, 639, 952, 718, 891, 635, 719, 693, 661, 944, 572, 830, 615, 884, 739, 815, 726, 599, 793, 652, 932, 762, 901, 638, 635, 785, 652, 928, 706, 653, 738, 614, 822, 700, 880, 673, 642, 704, 581, 853, 681, 950, 694, 823, 633, 800, 663, 872, 696, 602, 660, 612, 742, 640, 956, 725, 689, 666, 603, 729], 'WindowCenter': [291.0, 291.0, 289.0, 287.0, 288.0, 287.0, 287.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 288.0, 286.0, 288.0, 286.0, 286.0, 286.0, 288.0, 286.0, 286.0, 288.0, 286.0, 289.0, 287.0, 288.0, 286.0, 288.0, 287.0, 289.0, 288.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 286.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 286.0, 286.0, 286.0, 286.0, 289.0, 286.0, 288.0, 286.0, 287.0, 286.0, 288.0, 286.0, 289.0, 287.0, 288.0, 286.0, 287.0, 286.0, 288.0, 287.0, 286.0, 288.0, 286.0, 288.0, 286.0, 288.0, 286.0, 290.0, 288.0, 288.0, 288.0, 286.0, 288.0, 287.0, 289.0, 289.0, 287.0, 289.0, 286.0, 288.0, 287.0, 289.0, 288.0, 290.0, 288.0, 288.0, 286.0, 286.0, 286.0, 286.0, 289.0, 286.0, 289.0, 286.0, 288.0, 286.0, 288.0, 287.0, 289.0, 288.0, 286.0, 288.0, 285.0, 288.0, 285.0, 289.0, 288.0, 289.0, 288.0, 286.0, 286.0, 286.0, 286.0, 287.0, 289.0, 285.0, 287.0, 284.0, 286.0, 286.0, 287.0, 286.0, 287.0, 286.0, 286.0, 287.0, 286.0, 288.0, 286.0, 288.0, 287.0, 289.0, 288.0, 288.0, 286.0, 286.0, 287.0, 287.0, 290.0, 286.0, 289.0, 286.0, 288.0, 286.0, 289.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 290.0, 288.0, 289.0, 286.0, 286.0, 287.0, 288.0, 290.0, 286.0, 289.0, 286.0, 288.0, 287.0, 289.0, 288.0, 288.0, 286.0, 287.0, 286.0, 287.0, 289.0, 287.0, 288.0, 286.0, 287.0, 287.0, 289.0, 288.0, 288.0, 286.0, 287.0, 286.0, 288.0, 289.0, 287.0, 289.0, 287.0, 288.0, 286.0, 289.0, 288.0, 288.0, 288.0, 288.0, 287.0, 286.0, 287.0, 286.0, 289.0, 287.0, 287.0, 286.0, 287.0, 286.0, 288.0, 289.0, 286.0, 288.0, 286.0, 288.0, 286.0, 289.0, 288.0, 287.0, 286.0, 287.0, 285.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 286.0, 289.0, 288.0, 289.0, 286.0, 287.0, 286.0, 287.0, 288.0, 287.0, 289.0, 286.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 287.0, 286.0, 288.0, 288.0, 286.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 286.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 288.0, 288.0, 287.0, 287.0, 288.0, 287.0, 289.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 289.0, 287.0, 290.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 290.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 286.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 289.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 290.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 287.0, 287.0, 289.0, 286.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 286.0, 288.0, 286.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 289.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 288.0, 286.0, 288.0, 286.0, 289.0, 288.0, 287.0, 286.0, 288.0, 286.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 287.0, 287.0, 288.0, 288.0, 288.0, 290.0, 288.0, 289.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 287.0, 286.0, 288.0, 288.0, 287.0, 289.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 287.0, 288.0, 288.0, 288.0, 290.0, 288.0, 290.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 290.0, 287.0, 290.0, 288.0, 289.0, 288.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 290.0, 289.0, 288.0, 289.0, 290.0, 289.0, 290.0, 288.0, 288.0, 288.0, 288.0, 290.0, 288.0, 289.0, 288.0, 290.0, 289.0, 289.0, 288.0, 288.0, 287.0, 287.0, 285.0, 287.0, 286.0, 288.0, 287.0, 286.0, 285.0, 286.0, 286.0, 286.0, 288.0, 285.0, 287.0, 285.0, 287.0, 285.0, 287.0, 286.0, 286.0, 285.0, 287.0, 286.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 287.0, 287.0, 289.0, 286.0, 288.0, 286.0, 287.0, 286.0, 288.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 287.0, 286.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 289.0, 288.0, 288.0, 289.0, 289.0, 288.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 289.0, 287.0, 289.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 288.0, 288.0, 289.0, 289.0, 288.0, 288.0, 290.0, 288.0, 289.0, 287.0, 289.0, 287.0, 289.0, 286.0, 288.0, 286.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 290.0, 287.0, 289.0, 288.0, 290.0, 288.0, 289.0, 288.0, 288.0, 288.0, 287.0, 288.0, 286.0, 290.0, 286.0, 286.0, 287.0, 287.0, 289.0, 289.0, 287.0, 288.0, 286.0, 289.0, 287.0, 290.0, 288.0, 288.0, 287.0, 289.0, 288.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 288.0, 286.0, 286.0, 285.0, 286.0, 287.0, 286.0, 288.0, 286.0, 287.0, 285.0, 287.0, 286.0, 287.0, 286.0, 286.0, 286.0, 285.0, 286.0, 285.0, 287.0, 286.0, 288.0, 286.0, 286.0, 285.0, 286.0, 285.0, 286.0, 286.0, 286.0, 289.0, 286.0, 287.0, 286.0, 287.0, 287.0, 287.0, 289.0, 286.0, 287.0, 286.0, 287.0, 287.0, 288.0, 287.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 286.0, 288.0, 286.0, 288.0, 287.0, 288.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 287.0, 288.0, 286.0, 289.0, 288.0, 289.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 286.0, 289.0, 288.0, 288.0, 286.0, 287.0, 287.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 288.0, 288.0, 287.0, 286.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 290.0, 287.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 288.0, 286.0, 288.0, 286.0, 289.0, 288.0, 288.0, 286.0, 287.0, 287.0, 286.0, 288.0, 287.0, 288.0, 288.0, 286.0, 288.0, 287.0, 289.0, 288.0, 287.0, 289.0, 286.0, 288.0, 286.0, 289.0, 288.0, 288.0, 287.0, 286.0, 286.0, 286.0, 287.0, 286.0, 288.0, 286.0, 287.0, 287.0, 286.0, 289.0, 288.0, 287.0, 288.0, 287.0, 287.0, 286.0, 288.0, 288.0, 287.0, 289.0, 286.0, 288.0, 287.0, 288.0, 289.0, 287.0, 288.0, 287.0, 287.0, 289.0, 288.0, 290.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 287.0, 286.0, 286.0, 286.0, 288.0, 286.0, 288.0, 285.0, 287.0, 286.0, 289.0, 287.0, 287.0, 285.0, 285.0, 286.0, 287.0, 288.0, 285.0, 286.0, 285.0, 287.0, 286.0, 289.0, 286.0, 287.0, 286.0, 287.0, 286.0, 286.0, 287.0, 287.0, 289.0, 286.0, 287.0, 286.0, 287.0, 286.0, 289.0, 287.0, 289.0, 286.0, 288.0, 286.0, 288.0, 287.0, 287.0, 285.0, 287.0, 285.0, 287.0, 287.0, 288.0, 286.0, 287.0, 286.0, 287.0, 287.0, 287.0, 288.0, 286.0, 288.0, 285.0, 287.0, 286.0, 288.0, 286.0, 289.0, 286.0, 287.0, 286.0, 286.0, 288.0, 287.0, 290.0, 289.0, 287.0, 288.0, 286.0, 288.0, 286.0, 289.0, 287.0, 288.0, 286.0, 287.0, 287.0, 286.0, 289.0, 285.0, 287.0, 285.0, 288.0, 287.0, 287.0, 287.0, 285.0, 287.0, 286.0, 288.0, 287.0, 288.0, 286.0, 286.0, 287.0, 287.0, 289.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 288.0, 287.0, 286.0, 287.0, 286.0, 288.0, 286.0, 288.0, 286.0, 287.0, 285.0, 287.0, 286.0, 287.0, 286.0, 285.0, 286.0, 285.0, 287.0, 286.0, 288.0, 287.0, 286.0, 286.0, 286.0, 287.0], 'WindowWidth': [638.0, 637.0, 634.0, 630.0, 632.0, 630.0, 630.0, 629.0, 628.0, 629.0, 628.0, 628.0, 628.0, 630.0, 628.0, 630.0, 629.0, 628.0, 629.0, 631.0, 629.0, 628.0, 631.0, 628.0, 632.0, 629.0, 630.0, 628.0, 631.0, 630.0, 632.0, 632.0, 630.0, 631.0, 628.0, 631.0, 629.0, 630.0, 628.0, 632.0, 630.0, 631.0, 629.0, 631.0, 629.0, 631.0, 629.0, 629.0, 627.0, 627.0, 628.0, 628.0, 632.0, 628.0, 631.0, 628.0, 629.0, 628.0, 631.0, 629.0, 632.0, 630.0, 631.0, 629.0, 630.0, 629.0, 631.0, 630.0, 629.0, 631.0, 628.0, 630.0, 629.0, 632.0, 629.0, 633.0, 631.0, 631.0, 631.0, 629.0, 632.0, 630.0, 632.0, 632.0, 630.0, 633.0, 629.0, 632.0, 630.0, 632.0, 631.0, 633.0, 631.0, 630.0, 629.0, 628.0, 628.0, 629.0, 632.0, 628.0, 632.0, 629.0, 631.0, 629.0, 631.0, 630.0, 632.0, 631.0, 629.0, 630.0, 627.0, 630.0, 627.0, 632.0, 630.0, 632.0, 630.0, 628.0, 627.0, 627.0, 628.0, 630.0, 632.0, 627.0, 629.0, 625.0, 628.0, 627.0, 629.0, 628.0, 629.0, 628.0, 629.0, 630.0, 629.0, 631.0, 628.0, 631.0, 630.0, 632.0, 631.0, 631.0, 628.0, 628.0, 629.0, 629.0, 633.0, 629.0, 632.0, 629.0, 631.0, 629.0, 632.0, 630.0, 630.0, 629.0, 630.0, 630.0, 629.0, 633.0, 631.0, 632.0, 629.0, 629.0, 630.0, 630.0, 633.0, 629.0, 632.0, 629.0, 631.0, 630.0, 632.0, 631.0, 631.0, 628.0, 629.0, 628.0, 629.0, 632.0, 629.0, 631.0, 628.0, 630.0, 630.0, 632.0, 631.0, 631.0, 629.0, 629.0, 629.0, 630.0, 632.0, 629.0, 632.0, 630.0, 631.0, 629.0, 632.0, 631.0, 631.0, 630.0, 630.0, 629.0, 628.0, 630.0, 629.0, 632.0, 630.0, 629.0, 628.0, 629.0, 629.0, 630.0, 632.0, 629.0, 631.0, 628.0, 631.0, 629.0, 632.0, 630.0, 629.0, 628.0, 629.0, 627.0, 629.0, 631.0, 628.0, 631.0, 629.0, 631.0, 629.0, 631.0, 630.0, 629.0, 629.0, 629.0, 629.0, 629.0, 631.0, 630.0, 631.0, 629.0, 629.0, 629.0, 632.0, 631.0, 632.0, 629.0, 629.0, 628.0, 629.0, 631.0, 629.0, 633.0, 628.0, 631.0, 630.0, 632.0, 630.0, 631.0, 630.0, 629.0, 629.0, 630.0, 631.0, 629.0, 633.0, 632.0, 632.0, 631.0, 631.0, 632.0, 630.0, 632.0, 632.0, 631.0, 630.0, 630.0, 629.0, 631.0, 629.0, 630.0, 630.0, 629.0, 629.0, 630.0, 631.0, 629.0, 631.0, 627.0, 630.0, 628.0, 629.0, 628.0, 630.0, 629.0, 629.0, 628.0, 629.0, 629.0, 630.0, 630.0, 630.0, 630.0, 630.0, 630.0, 629.0, 632.0, 629.0, 630.0, 629.0, 629.0, 629.0, 630.0, 629.0, 632.0, 629.0, 631.0, 630.0, 630.0, 630.0, 632.0, 630.0, 630.0, 630.0, 631.0, 630.0, 632.0, 633.0, 630.0, 633.0, 631.0, 632.0, 631.0, 632.0, 633.0, 631.0, 633.0, 630.0, 632.0, 631.0, 632.0, 631.0, 632.0, 630.0, 630.0, 630.0, 630.0, 629.0, 630.0, 629.0, 630.0, 629.0, 630.0, 631.0, 630.0, 632.0, 631.0, 631.0, 629.0, 630.0, 631.0, 630.0, 632.0, 630.0, 632.0, 630.0, 631.0, 630.0, 630.0, 632.0, 630.0, 632.0, 631.0, 632.0, 631.0, 632.0, 633.0, 631.0, 632.0, 631.0, 633.0, 632.0, 631.0, 630.0, 630.0, 630.0, 630.0, 632.0, 632.0, 631.0, 630.0, 631.0, 631.0, 630.0, 633.0, 632.0, 631.0, 630.0, 631.0, 631.0, 630.0, 632.0, 630.0, 630.0, 630.0, 630.0, 629.0, 632.0, 628.0, 631.0, 629.0, 631.0, 630.0, 631.0, 630.0, 630.0, 629.0, 630.0, 628.0, 631.0, 631.0, 631.0, 632.0, 631.0, 632.0, 631.0, 631.0, 633.0, 631.0, 631.0, 630.0, 630.0, 630.0, 630.0, 630.0, 632.0, 629.0, 632.0, 630.0, 631.0, 630.0, 631.0, 631.0, 631.0, 631.0, 631.0, 630.0, 630.0, 632.0, 630.0, 632.0, 630.0, 631.0, 629.0, 631.0, 629.0, 632.0, 630.0, 629.0, 629.0, 630.0, 629.0, 630.0, 631.0, 629.0, 632.0, 630.0, 631.0, 630.0, 631.0, 630.0, 632.0, 631.0, 630.0, 630.0, 631.0, 631.0, 631.0, 633.0, 632.0, 633.0, 631.0, 632.0, 630.0, 632.0, 632.0, 631.0, 631.0, 629.0, 628.0, 630.0, 630.0, 630.0, 632.0, 630.0, 630.0, 631.0, 631.0, 631.0, 631.0, 633.0, 630.0, 633.0, 630.0, 632.0, 630.0, 632.0, 631.0, 632.0, 631.0, 631.0, 629.0, 630.0, 630.0, 630.0, 631.0, 630.0, 632.0, 630.0, 631.0, 631.0, 632.0, 631.0, 633.0, 632.0, 631.0, 630.0, 632.0, 631.0, 631.0, 634.0, 631.0, 634.0, 631.0, 631.0, 631.0, 631.0, 633.0, 631.0, 634.0, 630.0, 634.0, 632.0, 633.0, 631.0, 633.0, 631.0, 632.0, 631.0, 632.0, 632.0, 632.0, 631.0, 631.0, 631.0, 632.0, 632.0, 632.0, 633.0, 635.0, 634.0, 632.0, 632.0, 634.0, 633.0, 635.0, 631.0, 632.0, 631.0, 631.0, 634.0, 631.0, 633.0, 631.0, 633.0, 632.0, 633.0, 632.0, 631.0, 629.0, 630.0, 627.0, 630.0, 628.0, 630.0, 629.0, 628.0, 627.0, 627.0, 628.0, 628.0, 630.0, 626.0, 628.0, 626.0, 628.0, 627.0, 629.0, 628.0, 627.0, 627.0, 628.0, 628.0, 627.0, 630.0, 628.0, 630.0, 627.0, 629.0, 627.0, 629.0, 629.0, 629.0, 631.0, 627.0, 630.0, 628.0, 630.0, 628.0, 631.0, 628.0, 629.0, 628.0, 629.0, 628.0, 629.0, 630.0, 628.0, 632.0, 629.0, 630.0, 630.0, 631.0, 631.0, 632.0, 633.0, 632.0, 632.0, 631.0, 632.0, 633.0, 631.0, 634.0, 631.0, 632.0, 631.0, 633.0, 632.0, 632.0, 631.0, 631.0, 631.0, 632.0, 632.0, 631.0, 632.0, 630.0, 632.0, 630.0, 632.0, 630.0, 632.0, 631.0, 629.0, 632.0, 630.0, 630.0, 630.0, 632.0, 631.0, 632.0, 633.0, 631.0, 632.0, 634.0, 631.0, 633.0, 630.0, 632.0, 629.0, 632.0, 629.0, 630.0, 629.0, 631.0, 630.0, 631.0, 629.0, 631.0, 631.0, 631.0, 632.0, 631.0, 632.0, 634.0, 630.0, 633.0, 631.0, 633.0, 632.0, 632.0, 632.0, 631.0, 632.0, 629.0, 631.0, 628.0, 633.0, 629.0, 628.0, 630.0, 629.0, 633.0, 632.0, 630.0, 632.0, 628.0, 633.0, 630.0, 633.0, 631.0, 631.0, 629.0, 632.0, 630.0, 630.0, 629.0, 627.0, 630.0, 627.0, 629.0, 628.0, 630.0, 629.0, 630.0, 628.0, 628.0, 627.0, 627.0, 630.0, 628.0, 630.0, 627.0, 628.0, 627.0, 628.0, 628.0, 629.0, 628.0, 627.0, 627.0, 626.0, 627.0, 627.0, 629.0, 628.0, 630.0, 628.0, 627.0, 627.0, 627.0, 627.0, 628.0, 628.0, 628.0, 631.0, 628.0, 629.0, 627.0, 629.0, 629.0, 629.0, 632.0, 628.0, 630.0, 627.0, 630.0, 629.0, 631.0, 629.0, 630.0, 627.0, 630.0, 629.0, 631.0, 629.0, 629.0, 629.0, 629.0, 630.0, 629.0, 632.0, 628.0, 631.0, 629.0, 631.0, 630.0, 631.0, 631.0, 629.0, 631.0, 629.0, 631.0, 630.0, 632.0, 631.0, 630.0, 629.0, 629.0, 630.0, 628.0, 632.0, 631.0, 632.0, 630.0, 630.0, 629.0, 629.0, 630.0, 629.0, 631.0, 629.0, 632.0, 631.0, 631.0, 628.0, 629.0, 629.0, 629.0, 631.0, 628.0, 631.0, 629.0, 631.0, 630.0, 631.0, 630.0, 629.0, 629.0, 629.0, 631.0, 630.0, 632.0, 631.0, 631.0, 630.0, 630.0, 631.0, 631.0, 631.0, 630.0, 630.0, 631.0, 631.0, 633.0, 629.0, 631.0, 630.0, 632.0, 631.0, 632.0, 631.0, 629.0, 630.0, 628.0, 631.0, 629.0, 632.0, 630.0, 631.0, 628.0, 629.0, 629.0, 629.0, 631.0, 630.0, 630.0, 630.0, 629.0, 631.0, 629.0, 632.0, 631.0, 630.0, 632.0, 629.0, 631.0, 629.0, 632.0, 630.0, 631.0, 629.0, 628.0, 628.0, 628.0, 630.0, 628.0, 631.0, 628.0, 629.0, 630.0, 629.0, 632.0, 630.0, 630.0, 630.0, 629.0, 629.0, 629.0, 630.0, 631.0, 629.0, 632.0, 629.0, 631.0, 630.0, 631.0, 632.0, 630.0, 631.0, 630.0, 630.0, 633.0, 632.0, 634.0, 631.0, 632.0, 630.0, 632.0, 631.0, 632.0, 629.0, 628.0, 627.0, 628.0, 631.0, 628.0, 631.0, 626.0, 629.0, 628.0, 631.0, 630.0, 629.0, 627.0, 626.0, 628.0, 629.0, 631.0, 627.0, 628.0, 627.0, 629.0, 627.0, 632.0, 628.0, 630.0, 628.0, 629.0, 628.0, 628.0, 629.0, 629.0, 632.0, 628.0, 630.0, 628.0, 630.0, 628.0, 632.0, 629.0, 632.0, 628.0, 630.0, 628.0, 630.0, 629.0, 629.0, 627.0, 630.0, 627.0, 629.0, 629.0, 631.0, 628.0, 629.0, 628.0, 629.0, 629.0, 629.0, 631.0, 628.0, 631.0, 627.0, 630.0, 627.0, 631.0, 628.0, 632.0, 627.0, 630.0, 629.0, 629.0, 631.0, 630.0, 634.0, 633.0, 630.0, 630.0, 629.0, 631.0, 629.0, 632.0, 629.0, 631.0, 628.0, 629.0, 629.0, 628.0, 632.0, 627.0, 630.0, 627.0, 630.0, 630.0, 629.0, 629.0, 627.0, 629.0, 628.0, 630.0, 630.0, 630.0, 628.0, 628.0, 630.0, 629.0, 631.0, 629.0, 628.0, 629.0, 628.0, 631.0, 629.0, 631.0, 629.0, 628.0, 629.0, 627.0, 631.0, 628.0, 630.0, 628.0, 629.0, 626.0, 628.0, 628.0, 629.0, 628.0, 627.0, 627.0, 627.0, 628.0, 628.0, 630.0, 629.0, 628.0, 628.0, 628.0, 629.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.0017087861811391223</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03191061465919701</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.07840842143915</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2997319945794386</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0011114395046714</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4775</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6891.5903</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09881748236595624</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.081232492997199</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.476961799885015</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4394663963840433</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6404931188639202</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.350925884407081</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0056099</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01498801726847887</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027197156101465225</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1071</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.170851655767465</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>25.8746</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9818</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.5538</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>297945.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>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.349</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1457</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.0213</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>237.356</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>78599.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>95.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>306.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>59.4599</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.42182225594297</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> |