=== 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-0095 --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-0095",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0095/ses-01/func/sub-0095_ses-01_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>125769852d4bab2d81010064678afdb8</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>15:25:46.980000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999223, 0.0393673, 0.00184374, -0.0390849, 0.995884, -0.0817709]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.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-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.103742</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7808, -7195, 507, -55, -303, -144, 53]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>263.489</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1f63067e-a12d-4759-b637-d5943338c771||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680842638015747, -0.10486200451850891, 0.01364918239414692, 115.76432800292969], [-0.10561970621347427, 2.6718852519989014, -0.220415398478508, -84.57376861572266], [0.004946610424667597, 0.21938541531562805, 2.690953493118286, -65.77576446533203], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1016]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016], 'AcquisitionTime': ['152546.980000', '152547.440000', '152547.900000', '152548.360000', '152548.820000', '152549.280000', '152549.740000', '152550.200000', '152550.660000', '152551.120000', '152551.580000', '152552.040000', '152552.500000', '152552.960000', '152553.420000', '152553.880000', '152554.340000', '152554.800000', '152555.260000', '152555.720000', '152556.180000', '152556.640000', '152557.100000', '152557.560000', '152558.020000', '152558.480000', '152558.940000', '152559.400000', '152559.860000', '152600.320000', '152600.780000', '152601.240000', '152601.700000', '152602.160000', '152602.620000', '152603.080000', '152603.540000', '152604.000000', '152604.460000', '152604.920000', '152605.380000', '152605.840000', '152606.300000', '152606.760000', '152607.220000', '152607.680000', '152608.140000', '152608.600000', '152609.060000', '152609.520000', '152609.980000', '152610.440000', '152610.900000', '152611.360000', '152611.820000', '152612.280000', '152612.740000', '152613.200000', '152613.660000', '152614.120000', '152614.580000', '152615.040000', '152615.500000', '152615.960000', '152616.420000', '152616.880000', '152617.340000', '152617.800000', '152618.260000', '152618.720000', '152619.180000', '152619.640000', '152620.100000', '152620.560000', '152621.020000', '152621.480000', '152621.940000', '152622.400000', '152622.860000', '152623.320000', '152623.780000', '152624.240000', '152624.700000', '152625.160000', '152625.620000', '152626.080000', '152626.540000', '152627.000000', '152627.460000', '152627.920000', '152628.380000', '152628.840000', '152629.300000', '152629.760000', '152630.220000', '152630.680000', '152631.140000', '152631.600000', '152632.060000', '152632.520000', '152632.980000', '152633.440000', '152633.900000', '152634.360000', '152634.820000', '152635.280000', '152635.740000', '152636.200000', '152636.660000', '152637.120000', '152637.580000', '152638.040000', '152638.500000', '152638.960000', '152639.420000', '152639.880000', '152640.340000', '152640.800000', '152641.260000', '152641.720000', '152642.180000', '152642.640000', '152643.100000', '152643.560000', '152644.020000', '152644.480000', '152644.940000', '152645.400000', '152645.860000', '152646.320000', '152646.780000', '152647.240000', '152647.700000', '152648.160000', '152648.620000', '152649.080000', '152649.540000', '152650.000000', '152650.460000', '152650.920000', '152651.380000', '152651.840000', '152652.300000', '152652.760000', '152653.220000', '152653.680000', '152654.140000', '152654.600000', '152655.060000', '152655.520000', '152655.980000', '152656.440000', '152656.900000', '152657.360000', '152657.820000', '152658.280000', '152658.740000', '152659.200000', '152659.660000', '152700.120000', '152700.580000', '152701.040000', '152701.500000', '152701.960000', '152702.420000', '152702.880000', '152703.340000', '152703.800000', '152704.260000', '152704.720000', '152705.180000', '152705.640000', '152706.100000', '152706.560000', '152707.020000', '152707.480000', '152707.940000', '152708.400000', '152708.860000', '152709.320000', '152709.780000', '152710.240000', '152710.700000', '152711.160000', '152711.620000', '152712.080000', '152712.540000', '152713.000000', '152713.460000', '152713.920000', '152714.380000', '152714.840000', '152715.300000', '152715.760000', '152716.220000', '152716.680000', '152717.140000', '152717.600000', '152718.060000', '152718.520000', '152718.980000', '152719.440000', '152719.900000', '152720.360000', '152720.820000', '152721.280000', '152721.740000', '152722.200000', '152722.660000', '152723.120000', '152723.580000', '152724.040000', '152724.500000', '152724.960000', '152725.420000', '152725.880000', '152726.340000', '152726.800000', '152727.260000', '152727.720000', '152728.180000', '152728.640000', '152729.100000', '152729.560000', '152730.020000', '152730.480000', '152730.940000', '152731.400000', '152731.860000', '152732.320000', '152732.780000', '152733.240000', '152733.700000', '152734.160000', '152734.620000', '152735.080000', '152735.540000', '152736.000000', '152736.460000', '152736.920000', '152737.380000', '152737.840000', '152738.300000', '152738.760000', '152739.220000', '152739.680000', '152740.140000', '152740.600000', '152741.060000', '152741.520000', '152741.980000', '152742.440000', '152742.900000', '152743.360000', '152743.820000', '152744.280000', '152744.740000', '152745.200000', '152745.660000', '152746.120000', '152746.580000', '152747.040000', '152747.500000', '152747.960000', '152748.420000', '152748.880000', '152749.340000', '152749.800000', '152750.260000', '152750.720000', '152751.180000', '152751.640000', '152752.100000', '152752.560000', '152753.020000', '152753.480000', '152753.940000', '152754.400000', '152754.860000', '152755.320000', '152755.780000', '152756.240000', '152756.700000', '152757.160000', '152757.620000', '152758.080000', '152758.540000', '152759.000000', '152759.460000', '152759.920000', '152800.380000', '152800.840000', '152801.300000', '152801.760000', '152802.220000', '152802.680000', '152803.140000', '152803.600000', '152804.060000', '152804.520000', '152804.980000', '152805.440000', '152805.900000', '152806.360000', '152806.820000', '152807.280000', '152807.740000', '152808.200000', '152808.660000', '152809.120000', '152809.580000', '152810.040000', '152810.500000', '152810.960000', '152811.420000', '152811.880000', '152812.340000', '152812.800000', '152813.260000', '152813.720000', '152814.180000', '152814.640000', '152815.100000', '152815.560000', '152816.020000', '152816.480000', '152816.940000', '152817.400000', '152817.860000', '152818.320000', '152818.780000', '152819.240000', '152819.700000', '152820.160000', '152820.620000', '152821.080000', '152821.540000', '152822.000000', '152822.460000', '152822.920000', '152823.380000', '152823.840000', '152824.300000', '152824.760000', '152825.220000', '152825.680000', '152826.140000', '152826.600000', '152827.060000', '152827.520000', '152827.980000', '152828.440000', '152828.900000', '152829.360000', '152829.820000', '152830.280000', '152830.740000', '152831.200000', '152831.660000', '152832.120000', '152832.580000', '152833.040000', '152833.500000', '152833.960000', '152834.420000', '152834.880000', '152835.340000', '152835.800000', '152836.260000', '152836.720000', '152837.180000', '152837.640000', '152838.100000', '152838.560000', '152839.020000', '152839.480000', '152839.940000', '152840.400000', '152840.860000', '152841.320000', '152841.780000', '152842.240000', '152842.700000', '152843.160000', '152843.620000', '152844.080000', '152844.540000', '152845.000000', '152845.460000', '152845.920000', '152846.380000', '152846.840000', '152847.300000', '152847.760000', '152848.220000', '152848.680000', '152849.140000', '152849.600000', '152850.060000', '152850.520000', '152850.980000', '152851.440000', '152851.900000', '152852.360000', '152852.820000', '152853.280000', '152853.740000', '152854.200000', '152854.660000', '152855.120000', '152855.580000', '152856.040000', '152856.500000', '152856.960000', '152857.420000', '152857.880000', '152858.340000', '152858.800000', '152859.260000', '152859.720000', '152900.180000', '152900.640000', '152901.100000', '152901.560000', '152902.020000', '152902.480000', '152902.940000', '152903.400000', '152903.860000', '152904.320000', '152904.780000', '152905.240000', '152905.700000', '152906.160000', '152906.620000', '152907.080000', '152907.540000', '152908.000000', '152908.460000', '152908.920000', '152909.380000', '152909.840000', '152910.300000', '152910.760000', '152911.220000', '152911.680000', '152912.140000', '152912.600000', '152913.060000', '152913.520000', '152913.980000', '152914.440000', '152914.900000', '152915.360000', '152915.820000', '152916.280000', '152916.740000', '152917.200000', '152917.660000', '152918.120000', '152918.580000', '152919.040000', '152919.500000', '152919.960000', '152920.420000', '152920.880000', '152921.340000', '152921.800000', '152922.260000', '152922.720000', '152923.180000', '152923.640000', '152924.100000', '152924.560000', '152925.020000', '152925.480000', '152925.940000', '152926.400000', '152926.860000', '152927.320000', '152927.780000', '152928.240000', '152928.700000', '152929.160000', '152929.620000', '152930.080000', '152930.540000', '152931.000000', '152931.460000', '152931.920000', '152932.380000', '152932.840000', '152933.300000', '152933.760000', '152934.220000', '152934.680000', '152935.140000', '152935.600000', '152936.060000', '152936.520000', '152936.980000', '152937.440000', '152937.900000', '152938.360000', '152938.820000', '152939.280000', '152939.740000', '152940.200000', '152940.660000', '152941.120000', '152941.580000', '152942.040000', '152942.500000', '152942.960000', '152943.420000', '152943.880000', '152944.340000', '152944.800000', '152945.260000', '152945.720000', '152946.180000', '152946.640000', '152947.100000', '152947.560000', '152948.020000', '152948.480000', '152948.940000', '152949.400000', '152949.860000', '152950.320000', '152950.780000', '152951.240000', '152951.700000', '152952.160000', '152952.620000', '152953.080000', '152953.540000', '152954.000000', '152954.460000', '152954.920000', '152955.380000', '152955.840000', '152956.300000', '152956.760000', '152957.220000', '152957.680000', '152958.140000', '152958.600000', '152959.060000', '152959.520000', '152959.980000', '153000.440000', '153000.900000', '153001.360000', '153001.820000', '153002.280000', '153002.740000', '153003.200000', '153003.660000', '153004.120000', '153004.580000', '153005.040000', '153005.500000', '153005.960000', '153006.420000', '153006.880000', '153007.340000', '153007.800000', '153008.260000', '153008.720000', '153009.180000', '153009.640000', '153010.100000', '153010.560000', '153011.020000', '153011.480000', '153011.940000', '153012.400000', '153012.860000', '153013.320000', '153013.780000', '153014.240000', '153014.700000', '153015.160000', '153015.620000', '153016.080000', '153016.540000', '153017.000000', '153017.460000', '153017.920000', '153018.380000', '153018.840000', '153019.300000', '153019.760000', '153020.220000', '153020.680000', '153021.140000', '153021.600000', '153022.060000', '153022.520000', '153022.980000', '153023.440000', '153023.900000', '153024.360000', '153024.820000', '153025.280000', '153025.740000', '153026.200000', '153026.660000', '153027.120000', '153027.580000', '153028.040000', '153028.500000', '153028.960000', '153029.420000', '153029.880000', '153030.340000', '153030.800000', '153031.260000', '153031.720000', '153032.180000', '153032.640000', '153033.100000', '153033.560000', '153034.020000', '153034.480000', '153034.940000', '153035.400000', '153035.860000', '153036.320000', '153036.780000', '153037.240000', '153037.700000', '153038.160000', '153038.620000', '153039.080000', '153039.540000', '153040.000000', '153040.460000', '153040.920000', '153041.380000', '153041.840000', '153042.300000', '153042.760000', '153043.220000', '153043.680000', '153044.140000', '153044.600000', '153045.060000', '153045.520000', '153045.980000', '153046.440000', '153046.900000', '153047.360000', '153047.820000', '153048.280000', '153048.740000', '153049.200000', '153049.660000', '153050.120000', '153050.580000', '153051.040000', '153051.500000', '153051.960000', '153052.420000', '153052.880000', '153053.340000', '153053.800000', '153054.260000', '153054.720000', '153055.180000', '153055.640000', '153056.100000', '153056.560000', '153057.020000', '153057.480000', '153057.940000', '153058.400000', '153058.860000', '153059.320000', '153059.780000', '153100.240000', '153100.700000', '153101.160000', '153101.620000', '153102.080000', '153102.540000', '153103.000000', '153103.460000', '153103.920000', '153104.380000', '153104.840000', '153105.300000', '153105.760000', '153106.220000', '153106.680000', '153107.140000', '153107.600000', '153108.060000', '153108.520000', '153108.980000', '153109.440000', '153109.900000', '153110.360000', '153110.820000', '153111.280000', '153111.740000', '153112.200000', '153112.660000', '153113.120000', '153113.580000', '153114.040000', '153114.500000', '153114.960000', '153115.420000', '153115.880000', '153116.340000', '153116.800000', '153117.260000', '153117.720000', '153118.180000', '153118.640000', '153119.100000', '153119.560000', '153120.020000', '153120.480000', '153120.940000', '153121.400000', '153121.860000', '153122.320000', '153122.780000', '153123.240000', '153123.700000', '153124.160000', '153124.620000', '153125.080000', '153125.540000', '153126.000000', '153126.460000', '153126.920000', '153127.380000', '153127.840000', '153128.300000', '153128.760000', '153129.220000', '153129.680000', '153130.140000', '153130.600000', '153131.060000', '153131.520000', '153131.980000', '153132.440000', '153132.900000', '153133.360000', '153133.820000', '153134.280000', '153134.740000', '153135.200000', '153135.660000', '153136.120000', '153136.580000', '153137.040000', '153137.500000', '153137.960000', '153138.420000', '153138.880000', '153139.340000', '153139.800000', '153140.260000', '153140.720000', '153141.180000', '153141.640000', '153142.100000', '153142.560000', '153143.020000', '153143.480000', '153143.940000', '153144.400000', '153144.860000', '153145.320000', '153145.780000', '153146.240000', '153146.700000', '153147.160000', '153147.620000', '153148.080000', '153148.540000', '153149.000000', '153149.460000', '153149.920000', '153150.380000', '153150.840000', '153151.300000', '153151.760000', '153152.220000', '153152.680000', '153153.140000', '153153.600000', '153154.060000', '153154.520000', '153154.980000', '153155.440000', '153155.900000', '153156.360000', '153156.820000', '153157.280000', '153157.740000', '153158.200000', '153158.660000', '153159.120000', '153159.580000', '153200.040000', '153200.500000', '153200.960000', '153201.420000', '153201.880000', '153202.340000', '153202.800000', '153203.260000', '153203.720000', '153204.180000', '153204.640000', '153205.100000', '153205.560000', '153206.020000', '153206.480000', '153206.940000', '153207.400000', '153207.860000', '153208.320000', '153208.780000', '153209.240000', '153209.700000', '153210.160000', '153210.620000', '153211.080000', '153211.540000', '153212.000000', '153212.460000', '153212.920000', '153213.380000', '153213.840000', '153214.300000', '153214.760000', '153215.220000', '153215.680000', '153216.140000', '153216.600000', '153217.060000', '153217.520000', '153217.980000', '153218.440000', '153218.900000', '153219.360000', '153219.820000', '153220.280000', '153220.740000', '153221.200000', '153221.660000', '153222.120000', '153222.580000', '153223.040000', '153223.500000', '153223.960000', '153224.420000', '153224.880000', '153225.340000', '153225.800000', '153226.260000', '153226.720000', '153227.180000', '153227.640000', '153228.100000', '153228.560000', '153229.020000', '153229.480000', '153229.940000', '153230.400000', '153230.860000', '153231.320000', '153231.780000', '153232.240000', '153232.700000', '153233.160000', '153233.620000', '153234.080000', '153234.540000', '153235.000000', '153235.460000', '153235.920000', '153236.380000', '153236.840000', '153237.300000', '153237.760000', '153238.220000', '153238.680000', '153239.140000', '153239.600000', '153240.060000', '153240.520000', '153240.980000', '153241.440000', '153241.900000', '153242.360000', '153242.820000', '153243.280000', '153243.740000', '153244.200000', '153244.660000', '153245.120000', '153245.580000', '153246.040000', '153246.500000', '153246.960000', '153247.420000', '153247.880000', '153248.340000', '153248.800000', '153249.260000', '153249.720000', '153250.180000', '153250.640000', '153251.100000', '153251.560000', '153252.020000', '153252.480000', '153252.940000', '153253.400000', '153253.860000', '153254.320000', '153254.780000', '153255.240000', '153255.700000', '153256.160000', '153256.620000', '153257.080000', '153257.540000', '153258.000000', '153258.460000', '153258.920000', '153259.380000', '153259.840000', '153300.300000', '153300.760000', '153301.220000', '153301.680000', '153302.140000', '153302.600000', '153303.060000', '153303.520000', '153303.980000', '153304.440000', '153304.900000', '153305.360000', '153305.820000', '153306.280000', '153306.740000', '153307.200000', '153307.660000', '153308.120000', '153308.580000', '153309.040000', '153309.500000', '153309.960000', '153310.420000', '153310.880000', '153311.340000', '153311.800000', '153312.260000', '153312.720000', '153313.180000', '153313.640000', '153314.100000', '153314.560000', '153315.020000', '153315.480000', '153315.940000', '153316.400000', '153316.860000', '153317.320000', '153317.780000', '153318.240000', '153318.700000', '153319.160000', '153319.620000', '153320.080000', '153320.540000', '153321.000000', '153321.460000', '153321.920000', '153322.380000', '153322.840000', '153323.300000', '153323.760000', '153324.220000', '153324.680000', '153325.140000', '153325.600000', '153326.060000', '153326.520000', '153326.980000', '153327.440000', '153327.900000', '153328.360000', '153328.820000', '153329.280000', '153329.740000', '153330.200000', '153330.660000', '153331.120000', '153331.580000', '153332.040000', '153332.500000', '153332.960000', '153333.420000', '153333.880000'], 'ContentTime': ['152607.512000', '152607.515000', '152607.518000', '152607.524000', '152607.527000', '152607.529000', '152607.532000', '152607.534000', '152607.537000', '152607.539000', '152607.542000', '152607.548000', '152607.550000', '152607.553000', '152607.555000', '152607.558000', '152607.560000', '152607.563000', '152607.565000', '152607.568000', '152607.571000', '152607.573000', '152607.576000', '152607.580000', '152607.582000', '152607.585000', '152607.588000', '152607.591000', '152607.593000', '152607.596000', '152607.598000', '152607.601000', '152607.604000', '152607.606000', '152607.609000', '152607.612000', '152607.614000', '152607.617000', '152607.620000', '152607.622000', '152607.625000', '152607.627000', '152627.461000', '152627.464000', '152627.467000', '152627.469000', '152627.472000', '152627.474000', '152627.477000', '152627.479000', '152627.482000', '152627.484000', '152627.487000', '152627.490000', '152627.492000', '152627.495000', '152627.497000', '152627.500000', '152627.502000', '152627.505000', '152627.507000', '152627.510000', '152627.512000', '152627.515000', '152627.518000', '152627.520000', '152627.523000', '152627.525000', '152627.528000', '152627.530000', '152627.533000', '152627.535000', '152627.538000', '152627.541000', '152627.543000', '152627.546000', '152627.548000', '152627.551000', '152627.554000', '152627.556000', '152627.564000', '152627.567000', '152627.569000', '152627.572000', '152627.574000', '152627.577000', '152647.462000', '152647.464000', '152647.467000', '152647.470000', '152647.472000', '152647.475000', '152647.477000', '152647.480000', '152647.482000', '152647.485000', '152647.488000', '152647.490000', '152647.500000', '152647.508000', '152647.511000', '152647.513000', '152647.516000', '152647.519000', '152647.522000', '152647.525000', '152647.528000', '152647.530000', '152647.533000', '152647.536000', '152647.538000', '152647.541000', '152647.543000', '152647.546000', '152647.549000', '152647.551000', '152647.554000', '152647.556000', '152647.559000', '152647.562000', '152647.564000', '152647.567000', '152647.569000', '152647.572000', '152647.575000', '152647.577000', '152647.580000', '152647.582000', '152647.586000', '152707.462000', '152707.464000', '152707.467000', '152707.470000', '152707.472000', '152707.475000', '152707.477000', '152707.480000', '152707.483000', '152707.485000', '152707.488000', '152707.490000', '152707.493000', '152707.496000', '152707.498000', '152707.501000', '152707.503000', '152707.506000', '152707.508000', '152707.511000', '152707.514000', '152707.516000', '152707.519000', '152707.521000', '152707.524000', '152707.526000', '152707.529000', '152707.532000', '152707.534000', '152707.537000', '152707.539000', '152707.542000', '152707.544000', '152707.547000', '152707.550000', '152707.552000', '152707.555000', '152707.557000', '152707.560000', '152707.562000', '152707.565000', '152707.568000', '152707.570000', '152707.573000', '152727.461000', '152727.464000', '152727.467000', '152727.470000', '152727.472000', '152727.475000', '152727.477000', '152727.480000', '152727.482000', '152727.485000', '152727.487000', '152727.490000', '152727.493000', '152727.495000', '152727.498000', '152727.500000', '152727.503000', '152727.506000', '152727.508000', '152727.511000', '152727.513000', '152727.516000', '152727.518000', '152727.521000', '152727.524000', '152727.526000', '152727.529000', '152727.531000', '152727.534000', '152727.537000', '152727.539000', '152727.542000', '152727.544000', '152727.547000', '152727.549000', '152727.552000', '152727.554000', '152727.557000', '152727.560000', '152727.562000', '152727.565000', '152727.568000', '152727.570000', '152747.461000', '152747.464000', '152747.467000', '152747.469000', '152747.472000', '152747.475000', '152747.477000', '152747.480000', '152747.482000', '152747.485000', '152747.524000', '152747.526000', '152747.529000', '152747.531000', '152747.534000', '152747.536000', '152747.539000', '152747.542000', '152747.544000', '152747.547000', '152747.549000', '152747.554000', '152747.557000', '152747.559000', '152747.562000', '152747.565000', '152747.567000', '152747.570000', '152747.573000', '152747.575000', '152747.578000', '152747.580000', '152747.583000', '152747.586000', '152747.588000', '152747.591000', '152747.594000', '152747.596000', '152747.599000', '152747.606000', '152747.608000', '152747.611000', '152747.614000', '152747.616000', '152807.460000', '152807.463000', '152807.466000', '152807.468000', '152807.471000', '152807.474000', '152807.476000', '152807.479000', '152807.481000', '152807.484000', '152807.487000', '152807.489000', '152807.492000', '152807.494000', '152807.497000', '152807.500000', '152807.502000', '152807.505000', '152807.507000', '152807.510000', '152807.513000', '152807.515000', '152807.518000', '152807.521000', '152807.524000', '152807.527000', '152807.529000', '152807.532000', '152807.534000', '152807.537000', '152807.540000', '152807.542000', '152807.545000', '152807.547000', '152807.550000', '152807.553000', '152807.555000', '152807.558000', '152807.560000', '152807.563000', '152807.566000', '152807.568000', '152807.571000', '152827.462000', '152827.464000', '152827.467000', '152827.469000', '152827.472000', '152827.475000', '152827.477000', '152827.480000', '152827.482000', '152827.485000', '152827.487000', '152827.490000', '152827.493000', '152827.495000', '152827.498000', '152827.500000', '152827.503000', '152827.506000', '152827.508000', '152827.511000', '152827.513000', '152827.516000', '152827.519000', '152827.521000', '152827.524000', '152827.526000', '152827.529000', '152827.532000', '152827.534000', '152827.537000', '152827.539000', '152827.542000', '152827.545000', '152827.547000', '152827.550000', '152827.552000', '152827.555000', '152827.558000', '152827.560000', '152827.563000', '152827.565000', '152827.568000', '152827.571000', '152827.573000', '152847.461000', '152847.464000', '152847.467000', '152847.469000', '152847.472000', '152847.475000', '152847.477000', '152847.480000', '152847.483000', '152847.485000', '152847.488000', '152847.490000', '152847.493000', '152847.495000', '152847.498000', '152847.500000', '152847.503000', '152847.506000', '152847.508000', '152847.511000', '152847.513000', '152847.516000', '152847.519000', '152847.521000', '152847.524000', '152847.526000', '152847.529000', '152847.532000', '152847.534000', '152847.537000', '152847.540000', '152847.542000', '152847.545000', '152847.547000', '152847.550000', '152847.553000', '152847.555000', '152847.558000', '152847.560000', '152847.563000', '152847.566000', '152847.568000', '152847.571000', '152907.462000', '152907.464000', '152907.467000', '152907.470000', '152907.472000', '152907.475000', '152907.478000', '152907.481000', '152907.483000', '152907.486000', '152907.488000', '152907.491000', '152907.494000', '152907.496000', '152907.499000', '152907.501000', '152907.504000', '152907.507000', '152907.509000', '152907.512000', '152907.514000', '152907.517000', '152907.520000', '152907.522000', '152907.525000', '152907.527000', '152907.530000', '152907.533000', '152907.542000', '152907.544000', '152907.547000', '152907.550000', '152907.552000', '152907.555000', '152907.557000', '152907.560000', '152907.563000', '152907.566000', '152907.568000', '152907.571000', '152907.574000', '152907.576000', '152907.579000', '152907.581000', '152927.462000', '152927.465000', '152927.467000', '152927.470000', '152927.472000', '152927.506000', '152927.509000', '152927.511000', '152927.514000', '152927.516000', '152927.519000', '152927.521000', '152927.524000', '152927.527000', '152927.529000', '152927.532000', '152927.534000', '152927.537000', '152927.540000', '152927.542000', '152927.545000', '152927.547000', '152927.550000', '152927.553000', '152927.555000', '152927.558000', '152927.561000', '152927.563000', '152927.566000', '152927.568000', '152927.571000', '152927.574000', '152927.576000', '152927.579000', '152927.582000', '152927.584000', '152927.587000', '152927.589000', '152927.592000', '152927.595000', '152927.597000', '152927.600000', '152927.603000', '152947.461000', '152947.464000', '152947.467000', '152947.470000', '152947.472000', '152947.475000', '152947.478000', '152947.480000', '152947.483000', '152947.485000', '152947.488000', '152947.491000', '152947.493000', '152947.496000', '152947.498000', '152947.501000', '152947.504000', '152947.506000', '152947.509000', '152947.512000', '152947.514000', '152947.517000', '152947.519000', '152947.522000', '152947.525000', '152947.527000', '152947.530000', '152947.532000', '152947.535000', '152947.537000', '152947.540000', '152947.543000', '152947.545000', '152947.548000', '152947.550000', '152947.553000', '152947.556000', '152947.558000', '152947.561000', '152947.564000', '152947.566000', '152947.569000', '152947.571000', '152947.574000', '153007.461000', '153007.464000', '153007.467000', '153007.470000', '153007.472000', '153007.475000', '153007.477000', '153007.480000', '153007.483000', '153007.485000', '153007.488000', '153007.490000', '153007.493000', '153007.496000', '153007.498000', '153007.501000', '153007.504000', '153007.506000', '153007.509000', '153007.511000', '153007.514000', '153007.517000', '153007.519000', '153007.522000', '153007.524000', '153007.527000', '153007.530000', '153007.532000', '153007.535000', '153007.537000', '153007.540000', '153007.543000', '153007.545000', '153007.548000', '153007.551000', '153007.553000', '153007.556000', '153007.559000', '153007.561000', '153007.564000', '153007.567000', '153007.569000', '153007.572000', '153027.461000', '153027.465000', '153027.468000', '153027.470000', '153027.473000', '153027.475000', '153027.478000', '153027.481000', '153027.483000', '153027.486000', '153027.489000', '153027.491000', '153027.494000', '153027.497000', '153027.499000', '153027.502000', '153027.504000', '153027.507000', '153027.510000', '153027.512000', '153027.515000', '153027.518000', '153027.520000', '153027.523000', '153027.526000', '153027.528000', '153027.531000', '153027.534000', '153027.536000', '153027.539000', '153027.541000', '153027.544000', '153027.547000', '153027.549000', '153027.552000', '153027.554000', '153027.557000', '153027.560000', '153027.562000', '153027.565000', '153027.568000', '153027.570000', '153027.573000', '153047.461000', '153047.464000', '153047.467000', '153047.469000', '153047.472000', '153047.475000', '153047.477000', '153047.480000', '153047.483000', '153047.485000', '153047.488000', '153047.490000', '153047.493000', '153047.496000', '153047.498000', '153047.501000', '153047.512000', '153047.515000', '153047.518000', '153047.520000', '153047.523000', '153047.525000', '153047.528000', '153047.531000', '153047.533000', '153047.536000', '153047.539000', '153047.541000', '153047.544000', '153047.547000', '153047.549000', '153047.552000', '153047.555000', '153047.557000', '153047.560000', '153047.563000', '153047.565000', '153047.568000', '153047.571000', '153047.573000', '153047.576000', '153047.579000', '153047.581000', '153047.584000', '153107.462000', '153107.464000', '153107.467000', '153107.470000', '153107.472000', '153107.475000', '153107.477000', '153107.480000', '153107.482000', '153107.485000', '153107.488000', '153107.490000', '153107.493000', '153107.495000', '153107.498000', '153107.501000', '153107.503000', '153107.506000', '153107.508000', '153107.511000', '153107.513000', '153107.516000', '153107.519000', '153107.521000', '153107.524000', '153107.526000', '153107.529000', '153107.531000', '153107.534000', '153107.537000', '153107.539000', '153107.542000', '153107.545000', '153107.547000', '153107.550000', '153107.552000', '153107.555000', '153107.558000', '153107.560000', '153107.563000', '153107.566000', '153107.568000', '153107.571000', '153107.573000', '153127.462000', '153127.464000', '153127.467000', '153127.470000', '153127.472000', '153127.475000', '153127.477000', '153127.480000', '153127.482000', '153127.485000', '153127.488000', '153127.490000', '153127.493000', '153127.495000', '153127.498000', '153127.501000', '153127.503000', '153127.506000', '153127.508000', '153127.511000', '153127.514000', '153127.516000', '153127.519000', '153127.521000', '153127.524000', '153127.527000', '153127.529000', '153127.532000', '153127.534000', '153127.537000', '153127.540000', '153127.542000', '153127.545000', '153127.547000', '153127.550000', '153127.553000', '153127.555000', '153127.558000', '153127.560000', '153127.563000', '153127.566000', '153127.568000', '153127.571000', '153147.462000', '153147.465000', '153147.468000', '153147.470000', '153147.473000', '153147.475000', '153147.478000', '153147.481000', '153147.483000', '153147.486000', '153147.489000', '153147.491000', '153147.494000', '153147.497000', '153147.499000', '153147.503000', '153147.505000', '153147.508000', '153147.511000', '153147.514000', '153147.516000', '153147.519000', '153147.521000', '153147.524000', '153147.527000', '153147.529000', '153147.532000', '153147.534000', '153147.537000', '153147.540000', '153147.542000', '153147.545000', '153147.548000', '153147.550000', '153147.553000', '153147.556000', '153147.558000', '153147.561000', '153147.564000', '153147.566000', '153147.569000', '153147.571000', '153147.574000', '153207.462000', '153207.464000', '153207.467000', '153207.470000', '153207.473000', '153207.476000', '153207.479000', '153207.481000', '153207.484000', '153207.486000', '153207.489000', '153207.491000', '153207.494000', '153207.497000', '153207.499000', '153207.502000', '153207.504000', '153207.507000', '153207.510000', '153207.512000', '153207.515000', '153207.517000', '153207.520000', '153207.522000', '153207.525000', '153207.527000', '153207.530000', '153207.544000', '153207.547000', '153207.549000', '153207.552000', '153207.555000', '153207.557000', '153207.560000', '153207.562000', '153207.565000', '153207.567000', '153207.570000', '153207.573000', '153207.575000', '153207.578000', '153207.580000', '153207.583000', '153207.586000', '153227.462000', '153227.464000', '153227.467000', '153227.470000', '153227.472000', '153227.475000', '153227.477000', '153227.480000', '153227.483000', '153227.486000', '153227.489000', '153227.492000', '153227.495000', '153227.497000', '153227.500000', '153227.502000', '153227.505000', '153227.508000', '153227.510000', '153227.513000', '153227.516000', '153227.518000', '153227.521000', '153227.523000', '153227.526000', '153227.528000', '153227.531000', '153227.534000', '153227.536000', '153227.539000', '153227.541000', '153227.544000', '153227.547000', '153227.549000', '153227.552000', '153227.554000', '153227.557000', '153227.559000', '153227.562000', '153227.565000', '153227.567000', '153227.570000', '153227.573000', '153247.460000', '153247.463000', '153247.466000', '153247.468000', '153247.471000', '153247.474000', '153247.476000', '153247.479000', '153247.481000', '153247.484000', '153247.487000', '153247.489000', '153247.492000', '153247.494000', '153247.497000', '153247.499000', '153247.502000', '153247.505000', '153247.507000', '153247.510000', '153247.512000', '153247.515000', '153247.518000', '153247.520000', '153247.523000', '153247.525000', '153247.528000', '153247.530000', '153247.533000', '153247.536000', '153247.538000', '153247.541000', '153247.543000', '153247.546000', '153247.548000', '153247.551000', '153247.554000', '153247.556000', '153247.559000', '153247.561000', '153247.564000', '153247.567000', '153247.570000', '153247.572000', '153307.462000', '153307.464000', '153307.467000', '153307.470000', '153307.472000', '153307.475000', '153307.478000', '153307.480000', '153307.483000', '153307.486000', '153307.489000', '153307.492000', '153307.494000', '153307.497000', '153307.499000', '153307.502000', '153307.505000', '153307.507000', '153307.510000', '153307.512000', '153307.515000', '153307.517000', '153307.520000', '153307.523000', '153307.525000', '153307.528000', '153307.530000', '153307.533000', '153307.535000', '153307.538000', '153307.541000', '153307.544000', '153307.547000', '153307.549000', '153307.552000', '153307.554000', '153307.557000', '153307.559000', '153307.562000', '153307.565000', '153307.567000', '153307.570000', '153307.572000', '153327.462000', '153327.464000', '153327.467000', '153327.470000', '153327.472000', '153327.475000', '153327.477000', '153327.480000', '153327.482000', '153327.485000', '153327.488000', '153327.490000', '153327.493000', '153327.496000', '153327.498000', '153327.501000', '153327.503000', '153327.506000', '153327.509000', '153327.511000', '153327.514000', '153327.517000', '153327.519000', '153327.522000', '153327.525000', '153327.527000', '153327.530000', '153327.532000', '153327.535000', '153327.538000', '153327.540000', '153327.543000', '153327.545000', '153327.548000', '153327.551000', '153327.553000', '153327.556000', '153327.558000', '153327.561000', '153327.563000', '153327.566000', '153327.569000', '153327.571000', '153327.574000', '153335.128000', '153335.131000', '153335.134000', '153335.137000', '153335.140000', '153335.142000', '153335.145000', '153335.148000', '153335.173000', '153335.176000', '153335.179000', '153335.181000', '153335.184000', '153335.187000', '153335.190000', '153335.193000', '153335.197000'], 'InstanceCreationTime': ['152607.512000', '152607.515000', '152607.518000', '152607.524000', '152607.527000', '152607.529000', '152607.532000', '152607.534000', '152607.537000', '152607.539000', '152607.542000', '152607.548000', '152607.550000', '152607.553000', '152607.555000', '152607.558000', '152607.560000', '152607.563000', '152607.565000', '152607.568000', '152607.571000', '152607.573000', '152607.576000', '152607.580000', '152607.582000', '152607.585000', '152607.588000', '152607.591000', '152607.593000', '152607.596000', '152607.598000', '152607.601000', '152607.604000', '152607.606000', '152607.609000', '152607.612000', '152607.614000', '152607.617000', '152607.620000', '152607.622000', '152607.625000', '152607.627000', '152627.461000', '152627.464000', '152627.467000', '152627.469000', '152627.472000', '152627.474000', '152627.477000', '152627.479000', '152627.482000', '152627.484000', '152627.487000', '152627.490000', '152627.492000', '152627.495000', '152627.497000', '152627.500000', '152627.502000', '152627.505000', '152627.507000', '152627.510000', '152627.512000', '152627.515000', '152627.518000', '152627.520000', '152627.523000', '152627.525000', '152627.528000', '152627.530000', '152627.533000', '152627.535000', '152627.538000', '152627.541000', '152627.543000', '152627.546000', '152627.548000', '152627.551000', '152627.554000', '152627.556000', '152627.564000', '152627.567000', '152627.569000', '152627.572000', '152627.574000', '152627.577000', '152647.462000', '152647.464000', '152647.467000', '152647.470000', '152647.472000', '152647.475000', '152647.477000', '152647.480000', '152647.482000', '152647.485000', '152647.488000', '152647.490000', '152647.500000', '152647.508000', '152647.511000', '152647.513000', '152647.516000', '152647.519000', '152647.522000', '152647.525000', '152647.528000', '152647.530000', '152647.533000', '152647.536000', '152647.538000', '152647.541000', '152647.543000', '152647.546000', '152647.549000', '152647.551000', '152647.554000', '152647.556000', '152647.559000', '152647.562000', '152647.564000', '152647.567000', '152647.569000', '152647.572000', '152647.575000', '152647.577000', '152647.580000', '152647.582000', '152647.586000', '152707.462000', '152707.464000', '152707.467000', '152707.470000', '152707.472000', '152707.475000', '152707.477000', '152707.480000', '152707.483000', '152707.485000', '152707.488000', '152707.490000', '152707.493000', '152707.496000', '152707.498000', '152707.501000', '152707.503000', '152707.506000', '152707.508000', '152707.511000', '152707.514000', '152707.516000', '152707.519000', '152707.521000', '152707.524000', '152707.526000', '152707.529000', '152707.532000', '152707.534000', '152707.537000', '152707.539000', '152707.542000', '152707.544000', '152707.547000', '152707.550000', '152707.552000', '152707.555000', '152707.557000', '152707.560000', '152707.562000', '152707.565000', '152707.568000', '152707.570000', '152707.573000', '152727.461000', '152727.464000', '152727.467000', '152727.470000', '152727.472000', '152727.475000', '152727.477000', '152727.480000', '152727.482000', '152727.485000', '152727.487000', '152727.490000', '152727.493000', '152727.495000', '152727.498000', '152727.500000', '152727.503000', '152727.506000', '152727.508000', '152727.511000', '152727.513000', '152727.516000', '152727.518000', '152727.521000', '152727.524000', '152727.526000', '152727.529000', '152727.531000', '152727.534000', '152727.537000', '152727.539000', '152727.542000', '152727.544000', '152727.547000', '152727.549000', '152727.552000', '152727.554000', '152727.557000', '152727.560000', '152727.562000', '152727.565000', '152727.568000', '152727.570000', '152747.461000', '152747.464000', '152747.467000', '152747.469000', '152747.472000', '152747.475000', '152747.477000', '152747.480000', '152747.482000', '152747.485000', '152747.524000', '152747.526000', '152747.529000', '152747.531000', '152747.534000', '152747.536000', '152747.539000', '152747.542000', '152747.544000', '152747.547000', '152747.549000', '152747.554000', '152747.557000', '152747.559000', '152747.562000', '152747.565000', '152747.567000', '152747.570000', '152747.573000', '152747.575000', '152747.578000', '152747.580000', '152747.583000', '152747.586000', '152747.588000', '152747.591000', '152747.594000', '152747.596000', '152747.599000', '152747.606000', '152747.608000', '152747.611000', '152747.614000', '152747.616000', '152807.460000', '152807.463000', '152807.466000', '152807.468000', '152807.471000', '152807.474000', '152807.476000', '152807.479000', '152807.481000', '152807.484000', '152807.487000', '152807.489000', '152807.492000', '152807.494000', '152807.497000', '152807.500000', '152807.502000', '152807.505000', '152807.507000', '152807.510000', '152807.513000', '152807.515000', '152807.518000', '152807.521000', '152807.524000', '152807.527000', '152807.529000', '152807.532000', '152807.534000', '152807.537000', '152807.540000', '152807.542000', '152807.545000', '152807.547000', '152807.550000', '152807.553000', '152807.555000', '152807.558000', '152807.560000', '152807.563000', '152807.566000', '152807.568000', '152807.571000', '152827.462000', '152827.464000', '152827.467000', '152827.469000', '152827.472000', '152827.475000', '152827.477000', '152827.480000', '152827.482000', '152827.485000', '152827.487000', '152827.490000', '152827.493000', '152827.495000', '152827.498000', '152827.500000', '152827.503000', '152827.506000', '152827.508000', '152827.511000', '152827.513000', '152827.516000', '152827.519000', '152827.521000', '152827.524000', '152827.526000', '152827.529000', '152827.532000', '152827.534000', '152827.537000', '152827.539000', '152827.542000', '152827.545000', '152827.547000', '152827.550000', '152827.552000', '152827.555000', '152827.558000', '152827.560000', '152827.563000', '152827.565000', '152827.568000', '152827.571000', '152827.573000', '152847.461000', '152847.464000', '152847.467000', '152847.469000', '152847.472000', '152847.475000', '152847.477000', '152847.480000', '152847.483000', '152847.485000', '152847.488000', '152847.490000', '152847.493000', '152847.495000', '152847.498000', '152847.500000', '152847.503000', '152847.506000', '152847.508000', '152847.511000', '152847.513000', '152847.516000', '152847.519000', '152847.521000', '152847.524000', '152847.526000', '152847.529000', '152847.532000', '152847.534000', '152847.537000', '152847.540000', '152847.542000', '152847.545000', '152847.547000', '152847.550000', '152847.553000', '152847.555000', '152847.558000', '152847.560000', '152847.563000', '152847.566000', '152847.568000', '152847.571000', '152907.462000', '152907.464000', '152907.467000', '152907.470000', '152907.472000', '152907.475000', '152907.478000', '152907.481000', '152907.483000', '152907.486000', '152907.488000', '152907.491000', '152907.494000', '152907.496000', '152907.499000', '152907.501000', '152907.504000', '152907.507000', '152907.509000', '152907.512000', '152907.514000', '152907.517000', '152907.520000', '152907.522000', '152907.525000', '152907.527000', '152907.530000', '152907.533000', '152907.542000', '152907.544000', '152907.547000', '152907.550000', '152907.552000', '152907.555000', '152907.557000', '152907.560000', '152907.563000', '152907.566000', '152907.568000', '152907.571000', '152907.574000', '152907.576000', '152907.579000', '152907.581000', '152927.462000', '152927.465000', '152927.467000', '152927.470000', '152927.472000', '152927.506000', '152927.509000', '152927.511000', '152927.514000', '152927.516000', '152927.519000', '152927.521000', '152927.524000', '152927.527000', '152927.529000', '152927.532000', '152927.534000', '152927.537000', '152927.540000', '152927.542000', '152927.545000', '152927.547000', '152927.550000', '152927.553000', '152927.555000', '152927.558000', '152927.561000', '152927.563000', '152927.566000', '152927.568000', '152927.571000', '152927.574000', '152927.576000', '152927.579000', '152927.582000', '152927.584000', '152927.587000', '152927.589000', '152927.592000', '152927.595000', '152927.597000', '152927.600000', '152927.603000', '152947.461000', '152947.464000', '152947.467000', '152947.470000', '152947.472000', '152947.475000', '152947.478000', '152947.480000', '152947.483000', '152947.485000', '152947.488000', '152947.491000', '152947.493000', '152947.496000', '152947.498000', '152947.501000', '152947.504000', '152947.506000', '152947.509000', '152947.512000', '152947.514000', '152947.517000', '152947.519000', '152947.522000', '152947.525000', '152947.527000', '152947.530000', '152947.532000', '152947.535000', '152947.537000', '152947.540000', '152947.543000', '152947.545000', '152947.548000', '152947.550000', '152947.553000', '152947.556000', '152947.558000', '152947.561000', '152947.564000', '152947.566000', '152947.569000', '152947.571000', '152947.574000', '153007.461000', '153007.464000', '153007.467000', '153007.470000', '153007.472000', '153007.475000', '153007.477000', '153007.480000', '153007.483000', '153007.485000', '153007.488000', '153007.490000', '153007.493000', '153007.496000', '153007.498000', '153007.501000', '153007.504000', '153007.506000', '153007.509000', '153007.511000', '153007.514000', '153007.517000', '153007.519000', '153007.522000', '153007.524000', '153007.527000', '153007.530000', '153007.532000', '153007.535000', '153007.537000', '153007.540000', '153007.543000', '153007.545000', '153007.548000', '153007.551000', '153007.553000', '153007.556000', '153007.559000', '153007.561000', '153007.564000', '153007.567000', '153007.569000', '153007.572000', '153027.461000', '153027.465000', '153027.468000', '153027.470000', '153027.473000', '153027.475000', '153027.478000', '153027.481000', '153027.483000', '153027.486000', '153027.489000', '153027.491000', '153027.494000', '153027.497000', '153027.499000', '153027.502000', '153027.504000', '153027.507000', '153027.510000', '153027.512000', '153027.515000', '153027.518000', '153027.520000', '153027.523000', '153027.526000', '153027.528000', '153027.531000', '153027.534000', '153027.536000', '153027.539000', '153027.541000', '153027.544000', '153027.547000', '153027.549000', '153027.552000', '153027.554000', '153027.557000', '153027.560000', '153027.562000', '153027.565000', '153027.568000', '153027.570000', '153027.573000', '153047.461000', '153047.464000', '153047.467000', '153047.469000', '153047.472000', '153047.475000', '153047.477000', '153047.480000', '153047.483000', '153047.485000', '153047.488000', '153047.490000', '153047.493000', '153047.496000', '153047.498000', '153047.501000', '153047.512000', '153047.515000', '153047.518000', '153047.520000', '153047.523000', '153047.525000', '153047.528000', '153047.531000', '153047.533000', '153047.536000', '153047.539000', '153047.541000', '153047.544000', '153047.547000', '153047.549000', '153047.552000', '153047.555000', '153047.557000', '153047.560000', '153047.563000', '153047.565000', '153047.568000', '153047.571000', '153047.573000', '153047.576000', '153047.579000', '153047.581000', '153047.584000', '153107.462000', '153107.464000', '153107.467000', '153107.470000', '153107.472000', '153107.475000', '153107.477000', '153107.480000', '153107.482000', '153107.485000', '153107.488000', '153107.490000', '153107.493000', '153107.495000', '153107.498000', '153107.501000', '153107.503000', '153107.506000', '153107.508000', '153107.511000', '153107.513000', '153107.516000', '153107.519000', '153107.521000', '153107.524000', '153107.526000', '153107.529000', '153107.531000', '153107.534000', '153107.537000', '153107.539000', '153107.542000', '153107.545000', '153107.547000', '153107.550000', '153107.552000', '153107.555000', '153107.558000', '153107.560000', '153107.563000', '153107.566000', '153107.568000', '153107.571000', '153107.573000', '153127.462000', '153127.464000', '153127.467000', '153127.470000', '153127.472000', '153127.475000', '153127.477000', '153127.480000', '153127.482000', '153127.485000', '153127.488000', '153127.490000', '153127.493000', '153127.495000', '153127.498000', '153127.501000', '153127.503000', '153127.506000', '153127.508000', '153127.511000', '153127.514000', '153127.516000', '153127.519000', '153127.521000', '153127.524000', '153127.527000', '153127.529000', '153127.532000', '153127.534000', '153127.537000', '153127.540000', '153127.542000', '153127.545000', '153127.547000', '153127.550000', '153127.553000', '153127.555000', '153127.558000', '153127.560000', '153127.563000', '153127.566000', '153127.568000', '153127.571000', '153147.462000', '153147.465000', '153147.468000', '153147.470000', '153147.473000', '153147.475000', '153147.478000', '153147.481000', '153147.483000', '153147.486000', '153147.489000', '153147.491000', '153147.494000', '153147.497000', '153147.499000', '153147.503000', '153147.505000', '153147.508000', '153147.511000', '153147.514000', '153147.516000', '153147.519000', '153147.521000', '153147.524000', '153147.527000', '153147.529000', '153147.532000', '153147.534000', '153147.537000', '153147.540000', '153147.542000', '153147.545000', '153147.548000', '153147.550000', '153147.553000', '153147.556000', '153147.558000', '153147.561000', '153147.564000', '153147.566000', '153147.569000', '153147.571000', '153147.574000', '153207.462000', '153207.464000', '153207.467000', '153207.470000', '153207.473000', '153207.476000', '153207.479000', '153207.481000', '153207.484000', '153207.486000', '153207.489000', '153207.491000', '153207.494000', '153207.497000', '153207.499000', '153207.502000', '153207.504000', '153207.507000', '153207.510000', '153207.512000', '153207.515000', '153207.517000', '153207.520000', '153207.522000', '153207.525000', '153207.527000', '153207.530000', '153207.544000', '153207.547000', '153207.549000', '153207.552000', '153207.555000', '153207.557000', '153207.560000', '153207.562000', '153207.565000', '153207.567000', '153207.570000', '153207.573000', '153207.575000', '153207.578000', '153207.580000', '153207.583000', '153207.586000', '153227.462000', '153227.464000', '153227.467000', '153227.470000', '153227.472000', '153227.475000', '153227.477000', '153227.480000', '153227.483000', '153227.486000', '153227.489000', '153227.492000', '153227.495000', '153227.497000', '153227.500000', '153227.502000', '153227.505000', '153227.508000', '153227.510000', '153227.513000', '153227.516000', '153227.518000', '153227.521000', '153227.523000', '153227.526000', '153227.528000', '153227.531000', '153227.534000', '153227.536000', '153227.539000', '153227.541000', '153227.544000', '153227.547000', '153227.549000', '153227.552000', '153227.554000', '153227.557000', '153227.559000', '153227.562000', '153227.565000', '153227.567000', '153227.570000', '153227.573000', '153247.460000', '153247.463000', '153247.466000', '153247.468000', '153247.471000', '153247.474000', '153247.476000', '153247.479000', '153247.481000', '153247.484000', '153247.487000', '153247.489000', '153247.492000', '153247.494000', '153247.497000', '153247.499000', '153247.502000', '153247.505000', '153247.507000', '153247.510000', '153247.512000', '153247.515000', '153247.518000', '153247.520000', '153247.523000', '153247.525000', '153247.528000', '153247.530000', '153247.533000', '153247.536000', '153247.538000', '153247.541000', '153247.543000', '153247.546000', '153247.548000', '153247.551000', '153247.554000', '153247.556000', '153247.559000', '153247.561000', '153247.564000', '153247.567000', '153247.570000', '153247.572000', '153307.462000', '153307.464000', '153307.467000', '153307.470000', '153307.472000', '153307.475000', '153307.478000', '153307.480000', '153307.483000', '153307.486000', '153307.489000', '153307.492000', '153307.494000', '153307.497000', '153307.499000', '153307.502000', '153307.505000', '153307.507000', '153307.510000', '153307.512000', '153307.515000', '153307.517000', '153307.520000', '153307.523000', '153307.525000', '153307.528000', '153307.530000', '153307.533000', '153307.535000', '153307.538000', '153307.541000', '153307.544000', '153307.547000', '153307.549000', '153307.552000', '153307.554000', '153307.557000', '153307.559000', '153307.562000', '153307.565000', '153307.567000', '153307.570000', '153307.572000', '153327.462000', '153327.464000', '153327.467000', '153327.470000', '153327.472000', '153327.475000', '153327.477000', '153327.480000', '153327.482000', '153327.485000', '153327.488000', '153327.490000', '153327.493000', '153327.496000', '153327.498000', '153327.501000', '153327.503000', '153327.506000', '153327.509000', '153327.511000', '153327.514000', '153327.517000', '153327.519000', '153327.522000', '153327.525000', '153327.527000', '153327.530000', '153327.532000', '153327.535000', '153327.538000', '153327.540000', '153327.543000', '153327.545000', '153327.548000', '153327.551000', '153327.553000', '153327.556000', '153327.558000', '153327.561000', '153327.563000', '153327.566000', '153327.569000', '153327.571000', '153327.574000', '153335.128000', '153335.131000', '153335.134000', '153335.137000', '153335.140000', '153335.142000', '153335.145000', '153335.148000', '153335.173000', '153335.176000', '153335.179000', '153335.181000', '153335.184000', '153335.187000', '153335.190000', '153335.193000', '153335.197000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016], 'LargestImagePixelValue': [8790, 6008, 6021, 6791, 9897, 8015, 7325, 6953, 14813, 11499, 7836, 6390, 11279, 9238, 8366, 14433, 11053, 8551, 12241, 14504, 10867, 7078, 12019, 8790, 5900, 10085, 9618, 6467, 5447, 9325, 6875, 6487, 12280, 8681, 5885, 5559, 9122, 7623, 6812, 8018, 9199, 6695, 5490, 10918, 7772, 6975, 9079, 9595, 6869, 5760, 11360, 8927, 7682, 7558, 9417, 6744, 6693, 11901, 7694, 5816, 5756, 10200, 8664, 5686, 5683, 8798, 6806, 6920, 12789, 9216, 6035, 6935, 10265, 9161, 7059, 9032, 8556, 6218, 6320, 11387, 9564, 6592, 5583, 10934, 8699, 8059, 11964, 8939, 6264, 10920, 9536, 7489, 6640, 10251, 7171, 6960, 9773, 8845, 6515, 5735, 11072, 8783, 6125, 9844, 7182, 6534, 12088, 9405, 6058, 5641, 9470, 8438, 6570, 6337, 9112, 6601, 10171, 10281, 6768, 5769, 9568, 8632, 7773, 11602, 8109, 5671, 10232, 9011, 7295, 5884, 9801, 6976, 6408, 12926, 10296, 6490, 6646, 10052, 8522, 8256, 9240, 9230, 6507, 6794, 13800, 10313, 6325, 10018, 9087, 7284, 11271, 10385, 7152, 6076, 11570, 8828, 5587, 7833, 7992, 6589, 8970, 9697, 6806, 5728, 10859, 8971, 7040, 5803, 9688, 7116, 6468, 11924, 8425, 5546, 8285, 8548, 7796, 5804, 8776, 7957, 7749, 6653, 7465, 9305, 6980, 6633, 10424, 11093, 8205, 5762, 12104, 9539, 7851, 7494, 9575, 7144, 6763, 11475, 7613, 5696, 6621, 9866, 8079, 5723, 5612, 9839, 8615, 7193, 6012, 10236, 8690, 7931, 8282, 9612, 8300, 6990, 8728, 8969, 7288, 7259, 12324, 10366, 7143, 5605, 6586, 11732, 7278, 8659, 5691, 10562, 13565, 10804, 7518, 8836, 10615, 9348, 7795, 9376, 9846, 7503, 6730, 9517, 9778, 7074, 5558, 6420, 10135, 7693, 5637, 5870, 10205, 8615, 6209, 5833, 9671, 8622, 6309, 6123, 6014, 9673, 7258, 6319, 7137, 11615, 9692, 6671, 8194, 12079, 8756, 6077, 7888, 9336, 7872, 6232, 9246, 8118, 6341, 6119, 10932, 8228, 5962, 7923, 8634, 7768, 6526, 10885, 7748, 6123, 11521, 8697, 6820, 9564, 7841, 6295, 6145, 11216, 8166, 6284, 6032, 9623, 8155, 6491, 9552, 8012, 5922, 11808, 10145, 7000, 7314, 8399, 7037, 6746, 10138, 7430, 5837, 6874, 9469, 7958, 5560, 10686, 8477, 7690, 10680, 10302, 7311, 5644, 11703, 9151, 6866, 5787, 9028, 6731, 6341, 8107, 9104, 6873, 5504, 10389, 8983, 6687, 5717, 10239, 7868, 7220, 7844, 9459, 6804, 6300, 10739, 7733, 8667, 8857, 5957, 11269, 8680, 6694, 9830, 7259, 5631, 10775, 8386, 5572, 9402, 7013, 6819, 10350, 8902, 6643, 5660, 10014, 8098, 9587, 10814, 7015, 6678, 8962, 7207, 12638, 8987, 6132, 10476, 7887, 6936, 9383, 7274, 5630, 10587, 9373, 6526, 8406, 8027, 7254, 12024, 9972, 6282, 9107, 8736, 8004, 6179, 10885, 9235, 7375, 9476, 11570, 7931, 5740, 11431, 9685, 6653, 10642, 7982, 5980, 9781, 8757, 5975, 5650, 9017, 7709, 6263, 9738, 6713, 6976, 11759, 8544, 6174, 9316, 7283, 13957, 10292, 6068, 9811, 8052, 7314, 9859, 6347, 9831, 8220, 7361, 8880, 8756, 6032, 11761, 9220, 10875, 9698, 5872, 10204, 8138, 7050, 10699, 7727, 5443, 9506, 8399, 7922, 6571, 10431, 7596, 7367, 13952, 10358, 7046, 12228, 8788, 8084, 14854, 11614, 7509, 6234, 11641, 9670, 7243, 11771, 8218, 6005, 9176, 10016, 7214, 5454, 11990, 9516, 7795, 10189, 8578, 6131, 10338, 9811, 7269, 5607, 11265, 9224, 6970, 11198, 8371, 5998, 10002, 8981, 6633, 6153, 8948, 7431, 7280, 11176, 8193, 5539, 12128, 9931, 6927, 5616, 9506, 8074, 7467, 9524, 8505, 6364, 8456, 10925, 7991, 5536, 11603, 9254, 7755, 8080, 9238, 7213, 7031, 11198, 7939, 5858, 6415, 10205, 8113, 5627, 10640, 7746, 9343, 9973, 6829, 11424, 7981, 6231, 9860, 7410, 5566, 8434, 6937, 6711, 9141, 7378, 5546, 11140, 8308, 7273, 9381, 7715, 6000, 11028, 9083, 7883, 10862, 7390, 7239, 10399, 8361, 7228, 10397, 7316, 6669, 12441, 9263, 5742, 10238, 7677, 7050, 7925, 9568, 7420, 5818, 11597, 9073, 7186, 9147, 8107, 6386, 6977, 12390, 9442, 5783, 10567, 9268, 8653, 6749, 10515, 7271, 6859, 11386, 8976, 6298, 5661, 5514, 10682, 8643, 6903, 11767, 8313, 7075, 11040, 9092, 7623, 11857, 13313, 9757, 15228, 12853, 8802, 13150, 10123, 7194, 15722, 11342, 6606, 12146, 8281, 5769, 10628, 8895, 6197, 5794, 8775, 7304, 6418, 7558, 8203, 6533, 6065, 11734, 8436, 5983, 5346, 9321, 8029, 5807, 5580, 9151, 7563, 7040, 6139, 10106, 7125, 6571, 8224, 10063, 7407, 5654, 8741, 11174, 8603, 6127, 6566, 10215, 8499, 7178, 6457, 10849, 7975, 6898, 8085, 10970, 8040, 5803, 6713, 9715, 8152, 5588, 6635, 8664, 7561, 6920, 9191, 8586, 6593, 6193, 12189, 9119, 6273, 5665, 11079, 9074, 5622, 6138, 12597, 9932, 8441, 6982, 6423, 9565, 10701, 7499, 5802, 5481, 12085, 9174, 7246, 6206, 10756, 7985, 6799, 10972, 9794, 6661, 5698, 9221, 7597, 6788, 8745, 8220, 6395, 9569, 9989, 7073, 6809, 8708, 6131, 11334, 9552, 6206, 9779, 6840, 6381, 10078, 7389, 5577, 9633, 7232, 6909, 10962, 7723, 5949, 8640, 7175, 12610, 9221, 5957, 10787, 8358, 7554, 10931, 7626, 5736, 10980, 8821, 7299, 10452, 7591, 5756, 10716, 9045, 6309, 10338, 7290, 6277, 10590, 7858, 5907, 9637, 7520, 8281, 9556, 6201, 7107, 8253, 7006, 7636, 8281, 6380, 11699, 8421, 9971, 8676, 5967, 9529, 6567, 6085, 9778, 7413, 5530, 9451, 7695, 7227, 12250, 7898, 5638, 9679, 7657, 7376, 10364, 7365, 5718, 10945, 8810, 6603, 10000, 7165, 6233, 11064, 8211, 5960, 9765, 8021, 6934, 9334, 8535, 6612, 5885, 10002, 7874, 10637, 8575, 5848, 8655, 8896, 7076, 7865, 8418, 6557, 11251, 9396, 6671, 8017, 8200, 6028, 11386, 9155, 5866, 9476, 7177, 6162, 11695, 9431, 6092, 8840, 8218, 7699, 9651, 10334, 7162, 5928, 10848, 8776, 6428, 7293, 8220, 6708, 10431, 9381, 6858, 8584, 7998, 6332, 10560, 8870, 6471, 5787, 8576, 7561, 6954, 10236, 7074, 5559, 9978, 8257, 6407, 8859, 7335, 6121, 8264, 10017, 7041, 5574, 9465, 8110, 7094, 7197, 8509, 6663, 6464, 11082, 8347, 6332, 10443, 7405, 6358, 11116, 8670, 5938, 9897, 7589, 6827, 10728, 7911, 6107, 5640, 9154, 8515, 6131, 10077, 7142, 6335, 11358, 9839, 6944, 5990, 10284, 8591, 7433, 10795, 7414, 6133, 11700, 9523, 6846, 11139, 7802, 6253, 10855, 8966, 6591, 5951, 8618, 7587, 8153, 10836, 7666, 5992, 10772, 8698, 7654, 10821, 7732, 5747, 9271, 8332, 7118, 5786, 8636, 6504, 6156, 8798, 7970, 6559, 5612, 10040, 8841, 6344, 7365, 7974, 7057, 6844, 11043, 7779, 5966, 6978, 10798, 8706, 6223, 5766, 10626, 8535, 7124, 5934, 10145, 7915, 8120, 6719, 8947, 10248, 7760, 6658, 7599, 10842, 8318, 7525, 10156, 9384, 7227, 6179, 14945, 11406, 8498, 7506, 11447, 9432, 7115, 5746, 10177, 6444, 7105, 6107, 8202, 11599, 8959, 6507, 5725, 11118, 8671, 6888, 5669, 7079, 7876, 6776, 6061, 5702, 8485, 6648, 6116, 6089], 'WindowCenter': [3622.0, 3577.0, 3576.0, 3588.0, 3630.0, 3608.0, 3595.0, 3571.0, 3636.0, 3613.0, 3582.0, 3560.0, 3612.0, 3591.0, 3591.0, 3623.0, 3600.0, 3577.0, 3597.0, 3609.0, 3586.0, 3542.0, 3596.0, 3563.0, 3521.0, 3584.0, 3574.0, 3544.0, 3522.0, 3586.0, 3543.0, 3543.0, 3609.0, 3578.0, 3536.0, 3536.0, 3588.0, 3567.0, 3557.0, 3579.0, 3590.0, 3557.0, 3537.0, 3613.0, 3579.0, 3569.0, 3592.0, 3602.0, 3558.0, 3547.0, 3611.0, 3590.0, 3581.0, 3580.0, 3590.0, 3558.0, 3558.0, 3613.0, 3580.0, 3549.0, 3548.0, 3613.0, 3592.0, 3550.0, 3562.0, 3603.0, 3571.0, 3570.0, 3625.0, 3602.0, 3561.0, 3570.0, 3602.0, 3603.0, 3570.0, 3603.0, 3591.0, 3559.0, 3560.0, 3624.0, 3602.0, 3572.0, 3551.0, 3614.0, 3591.0, 3592.0, 3624.0, 3591.0, 3560.0, 3601.0, 3602.0, 3569.0, 3558.0, 3600.0, 3557.0, 3568.0, 3601.0, 3590.0, 3559.0, 3548.0, 3611.0, 3593.0, 3560.0, 3602.0, 3569.0, 3558.0, 3612.0, 3590.0, 3560.0, 3548.0, 3600.0, 3591.0, 3571.0, 3561.0, 3603.0, 3570.0, 3603.0, 3602.0, 3571.0, 3549.0, 3602.0, 3591.0, 3581.0, 3613.0, 3581.0, 3548.0, 3600.0, 3592.0, 3570.0, 3548.0, 3601.0, 3569.0, 3558.0, 3624.0, 3613.0, 3572.0, 3570.0, 3600.0, 3591.0, 3580.0, 3592.0, 3601.0, 3559.0, 3559.0, 3623.0, 3601.0, 3559.0, 3600.0, 3589.0, 3567.0, 3600.0, 3600.0, 3557.0, 3545.0, 3599.0, 3577.0, 3536.0, 3578.0, 3577.0, 3557.0, 3588.0, 3588.0, 3557.0, 3536.0, 3600.0, 3589.0, 3568.0, 3548.0, 3599.0, 3557.0, 3547.0, 3611.0, 3579.0, 3537.0, 3578.0, 3579.0, 3580.0, 3549.0, 3591.0, 3579.0, 3581.0, 3569.0, 3581.0, 3602.0, 3570.0, 3558.0, 3612.0, 3613.0, 3591.0, 3548.0, 3611.0, 3590.0, 3580.0, 3569.0, 3589.0, 3557.0, 3557.0, 3611.0, 3580.0, 3548.0, 3558.0, 3601.0, 3580.0, 3549.0, 3547.0, 3600.0, 3591.0, 3569.0, 3560.0, 3602.0, 3591.0, 3581.0, 3592.0, 3589.0, 3591.0, 3570.0, 3592.0, 3591.0, 3569.0, 3569.0, 3612.0, 3601.0, 3569.0, 3548.0, 3557.0, 3612.0, 3569.0, 3590.0, 3547.0, 3600.0, 3623.0, 3601.0, 3569.0, 3588.0, 3599.0, 3589.0, 3567.0, 3588.0, 3588.0, 3555.0, 3543.0, 3588.0, 3588.0, 3556.0, 3535.0, 3546.0, 3600.0, 3580.0, 3561.0, 3548.0, 3601.0, 3592.0, 3573.0, 3550.0, 3602.0, 3591.0, 3559.0, 3560.0, 3560.0, 3613.0, 3580.0, 3559.0, 3570.0, 3624.0, 3602.0, 3571.0, 3590.0, 3613.0, 3593.0, 3560.0, 3580.0, 3590.0, 3579.0, 3547.0, 3591.0, 3579.0, 3558.0, 3546.0, 3615.0, 3592.0, 3561.0, 3581.0, 3590.0, 3580.0, 3558.0, 3612.0, 3580.0, 3547.0, 3611.0, 3590.0, 3572.0, 3614.0, 3580.0, 3558.0, 3548.0, 3614.0, 3592.0, 3559.0, 3559.0, 3601.0, 3592.0, 3560.0, 3602.0, 3591.0, 3549.0, 3627.0, 3615.0, 3570.0, 3581.0, 3590.0, 3569.0, 3570.0, 3615.0, 3582.0, 3550.0, 3570.0, 3603.0, 3593.0, 3551.0, 3614.0, 3592.0, 3583.0, 3613.0, 3614.0, 3581.0, 3548.0, 3611.0, 3590.0, 3558.0, 3548.0, 3589.0, 3558.0, 3559.0, 3592.0, 3603.0, 3572.0, 3552.0, 3615.0, 3603.0, 3572.0, 3551.0, 3613.0, 3591.0, 3581.0, 3593.0, 3603.0, 3571.0, 3561.0, 3613.0, 3582.0, 3592.0, 3591.0, 3549.0, 3613.0, 3593.0, 3571.0, 3603.0, 3570.0, 3547.0, 3612.0, 3592.0, 3539.0, 3603.0, 3570.0, 3569.0, 3615.0, 3603.0, 3572.0, 3549.0, 3602.0, 3582.0, 3604.0, 3613.0, 3571.0, 3559.0, 3591.0, 3570.0, 3613.0, 3591.0, 3549.0, 3601.0, 3580.0, 3569.0, 3602.0, 3581.0, 3549.0, 3613.0, 3603.0, 3572.0, 3592.0, 3581.0, 3582.0, 3625.0, 3603.0, 3572.0, 3606.0, 3592.0, 3580.0, 3560.0, 3613.0, 3603.0, 3581.0, 3602.0, 3613.0, 3581.0, 3538.0, 3611.0, 3602.0, 3560.0, 3602.0, 3580.0, 3548.0, 3603.0, 3592.0, 3560.0, 3549.0, 3602.0, 3583.0, 3571.0, 3615.0, 3572.0, 3572.0, 3626.0, 3605.0, 3562.0, 3603.0, 3581.0, 3625.0, 3604.0, 3550.0, 3602.0, 3581.0, 3571.0, 3604.0, 3560.0, 3602.0, 3581.0, 3572.0, 3591.0, 3592.0, 3560.0, 3614.0, 3593.0, 3613.0, 3602.0, 3548.0, 3602.0, 3580.0, 3570.0, 3613.0, 3582.0, 3540.0, 3603.0, 3593.0, 3594.0, 3573.0, 3614.0, 3582.0, 3582.0, 3625.0, 3603.0, 3571.0, 3613.0, 3580.0, 3579.0, 3622.0, 3612.0, 3569.0, 3546.0, 3599.0, 3587.0, 3567.0, 3610.0, 3577.0, 3546.0, 3589.0, 3600.0, 3581.0, 3538.0, 3611.0, 3601.0, 3569.0, 3600.0, 3577.0, 3546.0, 3600.0, 3599.0, 3568.0, 3535.0, 3600.0, 3589.0, 3558.0, 3611.0, 3578.0, 3547.0, 3601.0, 3591.0, 3570.0, 3548.0, 3590.0, 3569.0, 3570.0, 3612.0, 3580.0, 3537.0, 3612.0, 3601.0, 3569.0, 3548.0, 3601.0, 3579.0, 3569.0, 3601.0, 3590.0, 3558.0, 3580.0, 3612.0, 3580.0, 3537.0, 3612.0, 3591.0, 3580.0, 3580.0, 3590.0, 3569.0, 3568.0, 3612.0, 3580.0, 3549.0, 3559.0, 3614.0, 3592.0, 3550.0, 3613.0, 3582.0, 3603.0, 3602.0, 3559.0, 3611.0, 3579.0, 3547.0, 3601.0, 3569.0, 3537.0, 3578.0, 3568.0, 3570.0, 3602.0, 3580.0, 3551.0, 3624.0, 3593.0, 3582.0, 3604.0, 3594.0, 3560.0, 3614.0, 3603.0, 3581.0, 3612.0, 3569.0, 3568.0, 3601.0, 3580.0, 3569.0, 3601.0, 3569.0, 3557.0, 3610.0, 3590.0, 3548.0, 3600.0, 3569.0, 3568.0, 3590.0, 3602.0, 3581.0, 3550.0, 3612.0, 3591.0, 3570.0, 3591.0, 3591.0, 3558.0, 3570.0, 3624.0, 3602.0, 3549.0, 3601.0, 3591.0, 3591.0, 3569.0, 3601.0, 3569.0, 3557.0, 3613.0, 3592.0, 3561.0, 3550.0, 3550.0, 3614.0, 3591.0, 3570.0, 3611.0, 3579.0, 3570.0, 3624.0, 3603.0, 3593.0, 3624.0, 3623.0, 3588.0, 3608.0, 3596.0, 3564.0, 3595.0, 3573.0, 3540.0, 3606.0, 3584.0, 3541.0, 3594.0, 3550.0, 3518.0, 3583.0, 3561.0, 3531.0, 3521.0, 3575.0, 3554.0, 3545.0, 3567.0, 3576.0, 3544.0, 3546.0, 3610.0, 3577.0, 3546.0, 3525.0, 3588.0, 3579.0, 3548.0, 3538.0, 3600.0, 3580.0, 3570.0, 3561.0, 3614.0, 3570.0, 3570.0, 3593.0, 3614.0, 3582.0, 3550.0, 3592.0, 3613.0, 3592.0, 3561.0, 3571.0, 3601.0, 3593.0, 3571.0, 3560.0, 3612.0, 3580.0, 3570.0, 3582.0, 3614.0, 3580.0, 3549.0, 3558.0, 3603.0, 3581.0, 3550.0, 3570.0, 3591.0, 3581.0, 3571.0, 3601.0, 3592.0, 3570.0, 3560.0, 3625.0, 3593.0, 3561.0, 3551.0, 3614.0, 3604.0, 3564.0, 3562.0, 3624.0, 3602.0, 3592.0, 3571.0, 3572.0, 3616.0, 3616.0, 3584.0, 3563.0, 3552.0, 3626.0, 3605.0, 3583.0, 3561.0, 3615.0, 3591.0, 3572.0, 3614.0, 3603.0, 3571.0, 3549.0, 3591.0, 3583.0, 3571.0, 3593.0, 3593.0, 3562.0, 3604.0, 3604.0, 3573.0, 3572.0, 3593.0, 3561.0, 3614.0, 3604.0, 3561.0, 3603.0, 3571.0, 3561.0, 3615.0, 3582.0, 3552.0, 3605.0, 3582.0, 3583.0, 3616.0, 3595.0, 3562.0, 3593.0, 3572.0, 3625.0, 3603.0, 3550.0, 3602.0, 3592.0, 3581.0, 3613.0, 3583.0, 3548.0, 3613.0, 3591.0, 3571.0, 3613.0, 3579.0, 3548.0, 3601.0, 3590.0, 3559.0, 3602.0, 3569.0, 3558.0, 3601.0, 3581.0, 3549.0, 3601.0, 3581.0, 3581.0, 3601.0, 3561.0, 3570.0, 3580.0, 3571.0, 3582.0, 3591.0, 3573.0, 3613.0, 3592.0, 3602.0, 3591.0, 3550.0, 3604.0, 3573.0, 3561.0, 3615.0, 3584.0, 3552.0, 3603.0, 3583.0, 3583.0, 3625.0, 3582.0, 3551.0, 3603.0, 3583.0, 3583.0, 3615.0, 3583.0, 3550.0, 3614.0, 3593.0, 3572.0, 3604.0, 3570.0, 3549.0, 3614.0, 3594.0, 3561.0, 3603.0, 3582.0, 3572.0, 3605.0, 3593.0, 3572.0, 3550.0, 3603.0, 3583.0, 3613.0, 3593.0, 3551.0, 3591.0, 3603.0, 3572.0, 3593.0, 3593.0, 3561.0, 3613.0, 3602.0, 3572.0, 3593.0, 3592.0, 3560.0, 3614.0, 3604.0, 3551.0, 3604.0, 3572.0, 3561.0, 3625.0, 3604.0, 3563.0, 3604.0, 3593.0, 3582.0, 3604.0, 3604.0, 3571.0, 3550.0, 3613.0, 3593.0, 3561.0, 3582.0, 3593.0, 3572.0, 3614.0, 3604.0, 3572.0, 3593.0, 3581.0, 3561.0, 3613.0, 3593.0, 3561.0, 3549.0, 3592.0, 3582.0, 3572.0, 3614.0, 3571.0, 3540.0, 3603.0, 3593.0, 3561.0, 3604.0, 3582.0, 3561.0, 3593.0, 3615.0, 3584.0, 3552.0, 3605.0, 3594.0, 3584.0, 3584.0, 3604.0, 3573.0, 3562.0, 3615.0, 3594.0, 3562.0, 3614.0, 3583.0, 3560.0, 3614.0, 3594.0, 3562.0, 3604.0, 3582.0, 3571.0, 3615.0, 3593.0, 3562.0, 3552.0, 3604.0, 3594.0, 3562.0, 3616.0, 3572.0, 3561.0, 3614.0, 3615.0, 3572.0, 3561.0, 3602.0, 3593.0, 3583.0, 3614.0, 3582.0, 3549.0, 3613.0, 3602.0, 3559.0, 3612.0, 3568.0, 3558.0, 3613.0, 3590.0, 3571.0, 3549.0, 3591.0, 3581.0, 3581.0, 3612.0, 3570.0, 3549.0, 3601.0, 3580.0, 3569.0, 3602.0, 3569.0, 3548.0, 3589.0, 3579.0, 3569.0, 3549.0, 3592.0, 3560.0, 3561.0, 3593.0, 3593.0, 3574.0, 3552.0, 3614.0, 3604.0, 3563.0, 3584.0, 3592.0, 3571.0, 3573.0, 3627.0, 3584.0, 3562.0, 3571.0, 3616.0, 3594.0, 3563.0, 3551.0, 3616.0, 3606.0, 3573.0, 3561.0, 3615.0, 3582.0, 3583.0, 3572.0, 3605.0, 3615.0, 3583.0, 3572.0, 3580.0, 3602.0, 3580.0, 3581.0, 3603.0, 3592.0, 3571.0, 3548.0, 3624.0, 3601.0, 3579.0, 3556.0, 3599.0, 3588.0, 3557.0, 3535.0, 3599.0, 3546.0, 3556.0, 3544.0, 3579.0, 3611.0, 3590.0, 3558.0, 3536.0, 3599.0, 3579.0, 3556.0, 3537.0, 3558.0, 3579.0, 3559.0, 3549.0, 3550.0, 3591.0, 3571.0, 3561.0, 3562.0], 'WindowWidth': [8189.0, 8122.0, 8118.0, 8141.0, 8198.0, 8165.0, 8143.0, 8103.0, 8196.0, 8160.0, 8118.0, 8085.0, 8158.0, 8129.0, 8127.0, 8174.0, 8138.0, 8102.0, 8125.0, 8148.0, 8110.0, 8048.0, 8125.0, 8077.0, 8019.0, 8106.0, 8093.0, 8053.0, 8025.0, 8112.0, 8051.0, 8052.0, 8149.0, 8105.0, 8049.0, 8050.0, 8118.0, 8088.0, 8078.0, 8109.0, 8124.0, 8078.0, 8052.0, 8162.0, 8109.0, 8097.0, 8131.0, 8143.0, 8082.0, 8067.0, 8155.0, 8125.0, 8113.0, 8113.0, 8127.0, 8079.0, 8080.0, 8161.0, 8113.0, 8071.0, 8069.0, 8161.0, 8133.0, 8076.0, 8093.0, 8147.0, 8104.0, 8102.0, 8182.0, 8147.0, 8092.0, 8101.0, 8146.0, 8146.0, 8100.0, 8147.0, 8130.0, 8084.0, 8085.0, 8177.0, 8146.0, 8106.0, 8079.0, 8165.0, 8131.0, 8131.0, 8177.0, 8129.0, 8086.0, 8140.0, 8144.0, 8096.0, 8081.0, 8138.0, 8077.0, 8092.0, 8141.0, 8126.0, 8084.0, 8066.0, 8156.0, 8133.0, 8087.0, 8144.0, 8095.0, 8081.0, 8160.0, 8127.0, 8089.0, 8069.0, 8140.0, 8130.0, 8103.0, 8091.0, 8147.0, 8101.0, 8145.0, 8146.0, 8102.0, 8070.0, 8142.0, 8128.0, 8114.0, 8161.0, 8115.0, 8069.0, 8139.0, 8130.0, 8100.0, 8070.0, 8143.0, 8098.0, 8081.0, 8178.0, 8160.0, 8106.0, 8098.0, 8138.0, 8129.0, 8112.0, 8130.0, 8142.0, 8082.0, 8082.0, 8176.0, 8141.0, 8084.0, 8139.0, 8121.0, 8091.0, 8138.0, 8138.0, 8076.0, 8058.0, 8135.0, 8104.0, 8050.0, 8107.0, 8103.0, 8075.0, 8118.0, 8119.0, 8078.0, 8048.0, 8137.0, 8123.0, 8094.0, 8068.0, 8137.0, 8078.0, 8063.0, 8156.0, 8108.0, 8051.0, 8107.0, 8108.0, 8111.0, 8073.0, 8130.0, 8110.0, 8114.0, 8099.0, 8116.0, 8145.0, 8098.0, 8082.0, 8158.0, 8161.0, 8129.0, 8069.0, 8154.0, 8125.0, 8110.0, 8096.0, 8120.0, 8076.0, 8077.0, 8155.0, 8112.0, 8069.0, 8080.0, 8142.0, 8112.0, 8070.0, 8067.0, 8140.0, 8129.0, 8098.0, 8089.0, 8144.0, 8126.0, 8114.0, 8131.0, 8123.0, 8128.0, 8098.0, 8132.0, 8127.0, 8095.0, 8095.0, 8158.0, 8141.0, 8097.0, 8067.0, 8078.0, 8157.0, 8095.0, 8124.0, 8066.0, 8139.0, 8173.0, 8139.0, 8096.0, 8118.0, 8134.0, 8122.0, 8090.0, 8119.0, 8120.0, 8071.0, 8053.0, 8117.0, 8118.0, 8074.0, 8047.0, 8060.0, 8138.0, 8114.0, 8093.0, 8069.0, 8141.0, 8131.0, 8111.0, 8075.0, 8147.0, 8128.0, 8084.0, 8087.0, 8089.0, 8163.0, 8114.0, 8085.0, 8102.0, 8178.0, 8146.0, 8102.0, 8126.0, 8161.0, 8137.0, 8086.0, 8111.0, 8124.0, 8108.0, 8067.0, 8129.0, 8112.0, 8080.0, 8063.0, 8169.0, 8132.0, 8092.0, 8116.0, 8126.0, 8112.0, 8083.0, 8160.0, 8112.0, 8065.0, 8153.0, 8124.0, 8106.0, 8165.0, 8114.0, 8082.0, 8068.0, 8166.0, 8132.0, 8086.0, 8083.0, 8144.0, 8133.0, 8089.0, 8146.0, 8130.0, 8070.0, 8189.0, 8167.0, 8099.0, 8115.0, 8126.0, 8096.0, 8100.0, 8167.0, 8120.0, 8075.0, 8102.0, 8150.0, 8135.0, 8079.0, 8165.0, 8132.0, 8120.0, 8162.0, 8163.0, 8115.0, 8067.0, 8155.0, 8125.0, 8081.0, 8069.0, 8124.0, 8082.0, 8085.0, 8131.0, 8150.0, 8108.0, 8081.0, 8167.0, 8149.0, 8106.0, 8079.0, 8161.0, 8129.0, 8117.0, 8135.0, 8149.0, 8104.0, 8089.0, 8163.0, 8120.0, 8132.0, 8130.0, 8070.0, 8160.0, 8134.0, 8102.0, 8148.0, 8099.0, 8066.0, 8158.0, 8131.0, 8060.0, 8148.0, 8100.0, 8099.0, 8167.0, 8148.0, 8105.0, 8072.0, 8146.0, 8119.0, 8148.0, 8161.0, 8102.0, 8085.0, 8127.0, 8099.0, 8162.0, 8127.0, 8072.0, 8141.0, 8112.0, 8098.0, 8145.0, 8115.0, 8073.0, 8161.0, 8149.0, 8106.0, 8132.0, 8116.0, 8119.0, 8179.0, 8147.0, 8106.0, 8156.0, 8130.0, 8112.0, 8086.0, 8162.0, 8146.0, 8117.0, 8145.0, 8161.0, 8115.0, 8054.0, 8156.0, 8143.0, 8087.0, 8145.0, 8111.0, 8069.0, 8145.0, 8130.0, 8088.0, 8070.0, 8145.0, 8122.0, 8104.0, 8166.0, 8107.0, 8106.0, 8184.0, 8155.0, 8092.0, 8147.0, 8117.0, 8181.0, 8150.0, 8072.0, 8142.0, 8116.0, 8102.0, 8150.0, 8088.0, 8143.0, 8113.0, 8103.0, 8130.0, 8130.0, 8087.0, 8161.0, 8134.0, 8158.0, 8142.0, 8069.0, 8143.0, 8113.0, 8099.0, 8161.0, 8117.0, 8061.0, 8147.0, 8134.0, 8137.0, 8108.0, 8165.0, 8119.0, 8117.0, 8181.0, 8148.0, 8103.0, 8161.0, 8111.0, 8110.0, 8172.0, 8155.0, 8096.0, 8061.0, 8134.0, 8116.0, 8089.0, 8151.0, 8102.0, 8062.0, 8122.0, 8140.0, 8117.0, 8058.0, 8154.0, 8140.0, 8094.0, 8137.0, 8103.0, 8062.0, 8136.0, 8135.0, 8093.0, 8047.0, 8137.0, 8122.0, 8078.0, 8153.0, 8104.0, 8064.0, 8143.0, 8128.0, 8101.0, 8068.0, 8124.0, 8098.0, 8099.0, 8158.0, 8111.0, 8050.0, 8156.0, 8140.0, 8098.0, 8069.0, 8139.0, 8110.0, 8097.0, 8142.0, 8126.0, 8082.0, 8111.0, 8158.0, 8114.0, 8054.0, 8157.0, 8128.0, 8113.0, 8111.0, 8124.0, 8095.0, 8094.0, 8159.0, 8114.0, 8071.0, 8085.0, 8164.0, 8133.0, 8077.0, 8163.0, 8118.0, 8146.0, 8145.0, 8085.0, 8155.0, 8109.0, 8065.0, 8140.0, 8096.0, 8052.0, 8107.0, 8094.0, 8099.0, 8146.0, 8115.0, 8078.0, 8178.0, 8137.0, 8120.0, 8153.0, 8138.0, 8089.0, 8165.0, 8147.0, 8116.0, 8159.0, 8098.0, 8093.0, 8142.0, 8112.0, 8096.0, 8141.0, 8094.0, 8077.0, 8153.0, 8123.0, 8067.0, 8138.0, 8094.0, 8095.0, 8128.0, 8146.0, 8117.0, 8077.0, 8158.0, 8129.0, 8099.0, 8128.0, 8128.0, 8083.0, 8099.0, 8177.0, 8144.0, 8072.0, 8141.0, 8127.0, 8127.0, 8098.0, 8142.0, 8094.0, 8078.0, 8160.0, 8130.0, 8090.0, 8076.0, 8077.0, 8167.0, 8130.0, 8099.0, 8156.0, 8110.0, 8101.0, 8177.0, 8149.0, 8137.0, 8178.0, 8174.0, 8118.0, 8146.0, 8124.0, 8077.0, 8119.0, 8087.0, 8042.0, 8139.0, 8104.0, 8045.0, 8118.0, 8053.0, 8010.0, 8101.0, 8070.0, 8035.0, 8019.0, 8094.0, 8067.0, 8058.0, 8090.0, 8101.0, 8056.0, 8062.0, 8150.0, 8104.0, 8063.0, 8032.0, 8120.0, 8111.0, 8070.0, 8057.0, 8139.0, 8113.0, 8102.0, 8091.0, 8163.0, 8101.0, 8101.0, 8134.0, 8164.0, 8119.0, 8075.0, 8133.0, 8164.0, 8133.0, 8090.0, 8102.0, 8144.0, 8133.0, 8102.0, 8089.0, 8159.0, 8112.0, 8099.0, 8118.0, 8162.0, 8114.0, 8071.0, 8082.0, 8146.0, 8115.0, 8075.0, 8100.0, 8127.0, 8115.0, 8102.0, 8144.0, 8132.0, 8102.0, 8086.0, 8181.0, 8134.0, 8090.0, 8077.0, 8166.0, 8151.0, 8100.0, 8093.0, 8174.0, 8143.0, 8132.0, 8104.0, 8107.0, 8170.0, 8171.0, 8125.0, 8097.0, 8078.0, 8185.0, 8155.0, 8121.0, 8089.0, 8165.0, 8129.0, 8106.0, 8164.0, 8147.0, 8104.0, 8071.0, 8129.0, 8120.0, 8103.0, 8136.0, 8136.0, 8092.0, 8149.0, 8151.0, 8107.0, 8105.0, 8133.0, 8089.0, 8164.0, 8151.0, 8091.0, 8149.0, 8104.0, 8090.0, 8168.0, 8121.0, 8083.0, 8154.0, 8120.0, 8121.0, 8172.0, 8140.0, 8093.0, 8134.0, 8106.0, 8180.0, 8147.0, 8074.0, 8145.0, 8130.0, 8114.0, 8162.0, 8120.0, 8070.0, 8160.0, 8130.0, 8101.0, 8160.0, 8110.0, 8067.0, 8141.0, 8126.0, 8083.0, 8143.0, 8096.0, 8080.0, 8142.0, 8115.0, 8070.0, 8140.0, 8113.0, 8114.0, 8142.0, 8089.0, 8098.0, 8113.0, 8104.0, 8119.0, 8131.0, 8108.0, 8163.0, 8132.0, 8143.0, 8128.0, 8072.0, 8149.0, 8110.0, 8090.0, 8169.0, 8124.0, 8082.0, 8149.0, 8122.0, 8122.0, 8183.0, 8119.0, 8078.0, 8147.0, 8121.0, 8122.0, 8168.0, 8121.0, 8074.0, 8164.0, 8135.0, 8106.0, 8150.0, 8100.0, 8070.0, 8165.0, 8138.0, 8090.0, 8148.0, 8118.0, 8106.0, 8152.0, 8134.0, 8107.0, 8073.0, 8147.0, 8119.0, 8161.0, 8133.0, 8076.0, 8128.0, 8148.0, 8107.0, 8135.0, 8133.0, 8088.0, 8161.0, 8145.0, 8105.0, 8133.0, 8132.0, 8087.0, 8163.0, 8149.0, 8076.0, 8151.0, 8104.0, 8090.0, 8182.0, 8151.0, 8095.0, 8150.0, 8132.0, 8117.0, 8148.0, 8150.0, 8103.0, 8072.0, 8161.0, 8133.0, 8089.0, 8119.0, 8134.0, 8105.0, 8162.0, 8149.0, 8105.0, 8133.0, 8116.0, 8089.0, 8160.0, 8133.0, 8091.0, 8072.0, 8130.0, 8117.0, 8104.0, 8163.0, 8104.0, 8059.0, 8146.0, 8133.0, 8090.0, 8150.0, 8117.0, 8090.0, 8135.0, 8166.0, 8123.0, 8080.0, 8153.0, 8138.0, 8126.0, 8124.0, 8152.0, 8109.0, 8091.0, 8167.0, 8136.0, 8091.0, 8164.0, 8120.0, 8087.0, 8166.0, 8136.0, 8093.0, 8150.0, 8116.0, 8103.0, 8167.0, 8133.0, 8095.0, 8079.0, 8150.0, 8137.0, 8092.0, 8169.0, 8106.0, 8090.0, 8165.0, 8166.0, 8108.0, 8090.0, 8146.0, 8135.0, 8119.0, 8163.0, 8118.0, 8070.0, 8160.0, 8144.0, 8083.0, 8157.0, 8093.0, 8080.0, 8159.0, 8125.0, 8103.0, 8071.0, 8128.0, 8114.0, 8114.0, 8158.0, 8099.0, 8070.0, 8141.0, 8110.0, 8095.0, 8143.0, 8096.0, 8067.0, 8122.0, 8108.0, 8097.0, 8071.0, 8130.0, 8086.0, 8090.0, 8134.0, 8135.0, 8112.0, 8081.0, 8166.0, 8152.0, 8096.0, 8123.0, 8132.0, 8104.0, 8109.0, 8187.0, 8124.0, 8093.0, 8104.0, 8169.0, 8138.0, 8096.0, 8077.0, 8168.0, 8155.0, 8109.0, 8092.0, 8165.0, 8119.0, 8119.0, 8105.0, 8152.0, 8167.0, 8120.0, 8105.0, 8113.0, 8143.0, 8112.0, 8113.0, 8145.0, 8131.0, 8101.0, 8069.0, 8177.0, 8140.0, 8107.0, 8070.0, 8133.0, 8119.0, 8077.0, 8046.0, 8135.0, 8061.0, 8073.0, 8057.0, 8107.0, 8156.0, 8124.0, 8080.0, 8046.0, 8135.0, 8107.0, 8075.0, 8049.0, 8079.0, 8107.0, 8081.0, 8069.0, 8073.0, 8130.0, 8101.0, 8088.0, 8094.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.0010343700787401576</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02020132312992126</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.471611248344885</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1950284543448286</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0147676815369455</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4641</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5908.8765</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11179660448132712</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.283464566929134</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.541871852167643</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5616873934700677</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.733313389378185</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3306147736546765</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00784474</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010541640222072601</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019873186945915222</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1016</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7961359449393446</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>30.6314</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2068</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.6773</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302260.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>579.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>258.6951</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2004</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.8416</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2792.2568</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2964.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74284.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>883.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3679.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>780.7887</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.97671677800827</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> |