=== 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-0077 --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-0077",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
118 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
118 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0077_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-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0077/figures/sub-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077/ses-01/func/sub-0077_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>4e037c342826aaf39fcc7b4a6889e874</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>17:13:14.195000</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.999637, -0.0190852, 0.0190337, 0.019194, 0.9998, -0.0055544]</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.0822143</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7723, -7239, 714, -51, -84, -66, 24]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.593</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9e65dd75-4865-481e-bc3c-ab7afa04c951||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.6819519996643066, 0.051496196538209915, 0.05109459161758423, 107.78429412841797], [0.05120407044887543, 2.6823911666870117, -0.01597782038152218, -89.27147674560547], [0.05106610432267189, 0.014902036637067795, 2.6994690895080566, -64.20228576660156], [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': ['171314.195000', '171314.655000', '171315.115000', '171315.575000', '171316.035000', '171316.495000', '171316.955000', '171317.415000', '171317.875000', '171318.335000', '171318.795000', '171319.255000', '171319.715000', '171320.175000', '171320.635000', '171321.095000', '171321.555000', '171322.015000', '171322.475000', '171322.935000', '171323.395000', '171323.855000', '171324.315000', '171324.775000', '171325.235000', '171325.695000', '171326.155000', '171326.615000', '171327.075000', '171327.535000', '171327.995000', '171328.455000', '171328.915000', '171329.375000', '171329.835000', '171330.295000', '171330.755000', '171331.215000', '171331.675000', '171332.135000', '171332.595000', '171333.055000', '171333.515000', '171333.975000', '171334.435000', '171334.895000', '171335.355000', '171335.815000', '171336.275000', '171336.735000', '171337.195000', '171337.655000', '171338.115000', '171338.575000', '171339.035000', '171339.495000', '171339.955000', '171340.415000', '171340.875000', '171341.335000', '171341.795000', '171342.255000', '171342.715000', '171343.175000', '171343.635000', '171344.095000', '171344.555000', '171345.015000', '171345.475000', '171345.935000', '171346.395000', '171346.855000', '171347.315000', '171347.775000', '171348.235000', '171348.695000', '171349.155000', '171349.615000', '171350.075000', '171350.535000', '171350.995000', '171351.455000', '171351.915000', '171352.375000', '171352.835000', '171353.295000', '171353.755000', '171354.215000', '171354.675000', '171355.135000', '171355.595000', '171356.055000', '171356.515000', '171356.975000', '171357.435000', '171357.895000', '171358.355000', '171358.815000', '171359.275000', '171359.735000', '171400.195000', '171400.655000', '171401.115000', '171401.575000', '171402.035000', '171402.495000', '171402.955000', '171403.415000', '171403.875000', '171404.335000', '171404.795000', '171405.255000', '171405.715000', '171406.175000', '171406.635000', '171407.095000', '171407.555000', '171408.015000', '171408.475000', '171408.935000', '171409.395000', '171409.855000', '171410.315000', '171410.775000', '171411.235000', '171411.695000', '171412.155000', '171412.615000', '171413.075000', '171413.535000', '171413.995000', '171414.455000', '171414.915000', '171415.375000', '171415.835000', '171416.295000', '171416.755000', '171417.215000', '171417.675000', '171418.135000', '171418.595000', '171419.055000', '171419.515000', '171419.975000', '171420.435000', '171420.895000', '171421.355000', '171421.815000', '171422.275000', '171422.735000', '171423.195000', '171423.655000', '171424.115000', '171424.575000', '171425.035000', '171425.495000', '171425.955000', '171426.415000', '171426.875000', '171427.335000', '171427.795000', '171428.255000', '171428.715000', '171429.175000', '171429.635000', '171430.095000', '171430.555000', '171431.015000', '171431.475000', '171431.935000', '171432.395000', '171432.855000', '171433.315000', '171433.775000', '171434.235000', '171434.695000', '171435.155000', '171435.615000', '171436.075000', '171436.535000', '171436.995000', '171437.455000', '171437.915000', '171438.375000', '171438.835000', '171439.295000', '171439.755000', '171440.215000', '171440.675000', '171441.135000', '171441.595000', '171442.055000', '171442.515000', '171442.975000', '171443.435000', '171443.895000', '171444.355000', '171444.815000', '171445.275000', '171445.735000', '171446.195000', '171446.655000', '171447.115000', '171447.575000', '171448.035000', '171448.495000', '171448.955000', '171449.415000', '171449.875000', '171450.335000', '171450.795000', '171451.255000', '171451.715000', '171452.175000', '171452.635000', '171453.095000', '171453.555000', '171454.015000', '171454.475000', '171454.935000', '171455.395000', '171455.855000', '171456.315000', '171456.775000', '171457.235000', '171457.695000', '171458.155000', '171458.615000', '171459.075000', '171459.535000', '171459.995000', '171500.455000', '171500.915000', '171501.375000', '171501.835000', '171502.295000', '171502.755000', '171503.215000', '171503.675000', '171504.135000', '171504.595000', '171505.055000', '171505.515000', '171505.975000', '171506.435000', '171506.895000', '171507.355000', '171507.815000', '171508.275000', '171508.735000', '171509.195000', '171509.655000', '171510.115000', '171510.575000', '171511.035000', '171511.495000', '171511.955000', '171512.415000', '171512.875000', '171513.335000', '171513.795000', '171514.255000', '171514.715000', '171515.175000', '171515.635000', '171516.095000', '171516.555000', '171517.015000', '171517.475000', '171517.935000', '171518.395000', '171518.855000', '171519.315000', '171519.775000', '171520.235000', '171520.695000', '171521.155000', '171521.615000', '171522.075000', '171522.535000', '171522.995000', '171523.455000', '171523.915000', '171524.375000', '171524.835000', '171525.295000', '171525.755000', '171526.215000', '171526.675000', '171527.135000', '171527.595000', '171528.055000', '171528.515000', '171528.975000', '171529.435000', '171529.895000', '171530.355000', '171530.815000', '171531.275000', '171531.735000', '171532.195000', '171532.655000', '171533.115000', '171533.575000', '171534.035000', '171534.495000', '171534.955000', '171535.415000', '171535.875000', '171536.335000', '171536.795000', '171537.255000', '171537.715000', '171538.175000', '171538.635000', '171539.095000', '171539.555000', '171540.015000', '171540.475000', '171540.935000', '171541.395000', '171541.855000', '171542.315000', '171542.775000', '171543.235000', '171543.695000', '171544.155000', '171544.615000', '171545.075000', '171545.535000', '171545.995000', '171546.455000', '171546.915000', '171547.375000', '171547.835000', '171548.295000', '171548.755000', '171549.215000', '171549.675000', '171550.135000', '171550.595000', '171551.055000', '171551.515000', '171551.975000', '171552.435000', '171552.895000', '171553.355000', '171553.815000', '171554.275000', '171554.735000', '171555.195000', '171555.655000', '171556.115000', '171556.575000', '171557.035000', '171557.495000', '171557.955000', '171558.415000', '171558.875000', '171559.335000', '171559.795000', '171600.255000', '171600.715000', '171601.175000', '171601.635000', '171602.095000', '171602.555000', '171603.015000', '171603.475000', '171603.935000', '171604.395000', '171604.855000', '171605.315000', '171605.775000', '171606.235000', '171606.695000', '171607.155000', '171607.615000', '171608.075000', '171608.535000', '171608.995000', '171609.455000', '171609.915000', '171610.375000', '171610.835000', '171611.295000', '171611.755000', '171612.215000', '171612.675000', '171613.135000', '171613.595000', '171614.055000', '171614.515000', '171614.975000', '171615.435000', '171615.895000', '171616.355000', '171616.815000', '171617.275000', '171617.735000', '171618.195000', '171618.655000', '171619.115000', '171619.575000', '171620.035000', '171620.495000', '171620.955000', '171621.415000', '171621.875000', '171622.335000', '171622.795000', '171623.255000', '171623.715000', '171624.175000', '171624.635000', '171625.095000', '171625.555000', '171626.015000', '171626.475000', '171626.935000', '171627.395000', '171627.855000', '171628.315000', '171628.775000', '171629.235000', '171629.695000', '171630.155000', '171630.615000', '171631.075000', '171631.535000', '171631.995000', '171632.455000', '171632.915000', '171633.375000', '171633.835000', '171634.295000', '171634.755000', '171635.215000', '171635.675000', '171636.135000', '171636.595000', '171637.055000', '171637.515000', '171637.975000', '171638.435000', '171638.895000', '171639.355000', '171639.815000', '171640.275000', '171640.735000', '171641.195000', '171641.655000', '171642.115000', '171642.575000', '171643.035000', '171643.495000', '171643.955000', '171644.415000', '171644.875000', '171645.335000', '171645.795000', '171646.255000', '171646.715000', '171647.175000', '171647.635000', '171648.095000', '171648.555000', '171649.015000', '171649.475000', '171649.935000', '171650.395000', '171650.855000', '171651.315000', '171651.775000', '171652.235000', '171652.695000', '171653.155000', '171653.615000', '171654.075000', '171654.535000', '171654.995000', '171655.455000', '171655.915000', '171656.375000', '171656.835000', '171657.295000', '171657.755000', '171658.215000', '171658.675000', '171659.135000', '171659.595000', '171700.055000', '171700.515000', '171700.975000', '171701.435000', '171701.895000', '171702.355000', '171702.815000', '171703.275000', '171703.735000', '171704.195000', '171704.655000', '171705.115000', '171705.575000', '171706.035000', '171706.495000', '171706.955000', '171707.415000', '171707.875000', '171708.335000', '171708.795000', '171709.255000', '171709.715000', '171710.175000', '171710.635000', '171711.095000', '171711.555000', '171712.015000', '171712.475000', '171712.935000', '171713.395000', '171713.855000', '171714.315000', '171714.775000', '171715.235000', '171715.695000', '171716.155000', '171716.615000', '171717.075000', '171717.535000', '171717.995000', '171718.455000', '171718.915000', '171719.375000', '171719.835000', '171720.295000', '171720.755000', '171721.215000', '171721.675000', '171722.135000', '171722.595000', '171723.055000', '171723.515000', '171723.975000', '171724.435000', '171724.895000', '171725.355000', '171725.815000', '171726.275000', '171726.735000', '171727.195000', '171727.655000', '171728.115000', '171728.575000', '171729.035000', '171729.495000', '171729.955000', '171730.415000', '171730.875000', '171731.335000', '171731.795000', '171732.255000', '171732.715000', '171733.175000', '171733.635000', '171734.095000', '171734.555000', '171735.015000', '171735.475000', '171735.935000', '171736.395000', '171736.855000', '171737.315000', '171737.775000', '171738.235000', '171738.695000', '171739.155000', '171739.615000', '171740.075000', '171740.535000', '171740.995000', '171741.455000', '171741.915000', '171742.375000', '171742.835000', '171743.295000', '171743.755000', '171744.215000', '171744.675000', '171745.135000', '171745.595000', '171746.055000', '171746.515000', '171746.975000', '171747.435000', '171747.895000', '171748.355000', '171748.815000', '171749.275000', '171749.735000', '171750.195000', '171750.655000', '171751.115000', '171751.575000', '171752.035000', '171752.495000', '171752.955000', '171753.415000', '171753.875000', '171754.335000', '171754.795000', '171755.255000', '171755.715000', '171756.175000', '171756.635000', '171757.095000', '171757.555000', '171758.015000', '171758.475000', '171758.935000', '171759.395000', '171759.855000', '171800.315000', '171800.775000', '171801.235000', '171801.695000', '171802.155000', '171802.615000', '171803.075000', '171803.535000', '171803.995000', '171804.455000', '171804.915000', '171805.375000', '171805.835000', '171806.295000', '171806.755000', '171807.215000', '171807.675000', '171808.135000', '171808.595000', '171809.055000', '171809.515000', '171809.975000', '171810.435000', '171810.895000', '171811.355000', '171811.815000', '171812.275000', '171812.735000', '171813.195000', '171813.655000', '171814.115000', '171814.575000', '171815.035000', '171815.495000', '171815.955000', '171816.415000', '171816.875000', '171817.335000', '171817.795000', '171818.255000', '171818.715000', '171819.175000', '171819.635000', '171820.095000', '171820.555000', '171821.015000', '171821.475000', '171821.935000', '171822.395000', '171822.855000', '171823.315000', '171823.775000', '171824.235000', '171824.695000', '171825.155000', '171825.615000', '171826.075000', '171826.535000', '171826.995000', '171827.455000', '171827.915000', '171828.375000', '171828.835000', '171829.295000', '171829.755000', '171830.215000', '171830.675000', '171831.135000', '171831.595000', '171832.055000', '171832.515000', '171832.975000', '171833.435000', '171833.895000', '171834.355000', '171834.815000', '171835.275000', '171835.735000', '171836.195000', '171836.655000', '171837.115000', '171837.575000', '171838.035000', '171838.495000', '171838.955000', '171839.415000', '171839.875000', '171840.335000', '171840.795000', '171841.255000', '171841.715000', '171842.175000', '171842.635000', '171843.095000', '171843.555000', '171844.015000', '171844.475000', '171844.935000', '171845.395000', '171845.855000', '171846.315000', '171846.775000', '171847.235000', '171847.695000', '171848.155000', '171848.615000', '171849.075000', '171849.535000', '171849.995000', '171850.455000', '171850.915000', '171851.375000', '171851.835000', '171852.295000', '171852.755000', '171853.215000', '171853.675000', '171854.135000', '171854.595000', '171855.055000', '171855.515000', '171855.975000', '171856.435000', '171856.895000', '171857.355000', '171857.815000', '171858.275000', '171858.735000', '171859.195000', '171859.655000', '171900.115000', '171900.575000', '171901.035000', '171901.495000', '171901.955000', '171902.415000', '171902.875000', '171903.335000', '171903.795000', '171904.255000', '171904.715000', '171905.175000', '171905.635000', '171906.095000', '171906.555000', '171907.015000', '171907.475000', '171907.935000', '171908.395000', '171908.855000', '171909.315000', '171909.775000', '171910.235000', '171910.695000', '171911.155000', '171911.615000', '171912.075000', '171912.535000', '171912.995000', '171913.455000', '171913.915000', '171914.375000', '171914.835000', '171915.295000', '171915.755000', '171916.215000', '171916.675000', '171917.135000', '171917.595000', '171918.055000', '171918.515000', '171918.975000', '171919.435000', '171919.895000', '171920.355000', '171920.815000', '171921.275000', '171921.735000', '171922.195000', '171922.655000', '171923.115000', '171923.575000', '171924.035000', '171924.495000', '171924.955000', '171925.415000', '171925.875000', '171926.335000', '171926.795000', '171927.255000', '171927.715000', '171928.175000', '171928.635000', '171929.095000', '171929.555000', '171930.015000', '171930.475000', '171930.935000', '171931.395000', '171931.855000', '171932.315000', '171932.775000', '171933.235000', '171933.695000', '171934.155000', '171934.615000', '171935.075000', '171935.535000', '171935.995000', '171936.455000', '171936.915000', '171937.375000', '171937.835000', '171938.295000', '171938.755000', '171939.215000', '171939.675000', '171940.135000', '171940.595000', '171941.055000', '171941.515000', '171941.975000', '171942.435000', '171942.895000', '171943.355000', '171943.815000', '171944.275000', '171944.735000', '171945.195000', '171945.655000', '171946.115000', '171946.575000', '171947.035000', '171947.495000', '171947.955000', '171948.415000', '171948.875000', '171949.335000', '171949.795000', '171950.255000', '171950.715000', '171951.175000', '171951.635000', '171952.095000', '171952.555000', '171953.015000', '171953.475000', '171953.935000', '171954.395000', '171954.855000', '171955.315000', '171955.775000', '171956.235000', '171956.695000', '171957.155000', '171957.615000', '171958.075000', '171958.535000', '171958.995000', '171959.455000', '171959.915000', '172000.375000', '172000.835000', '172001.295000', '172001.755000', '172002.215000', '172002.675000', '172003.135000', '172003.595000', '172004.055000', '172004.515000', '172004.975000', '172005.435000', '172005.895000', '172006.355000', '172006.815000', '172007.275000', '172007.735000', '172008.195000', '172008.655000', '172009.115000', '172009.575000', '172010.035000', '172010.495000', '172010.955000', '172011.415000', '172011.875000', '172012.335000', '172012.795000', '172013.255000', '172013.715000', '172014.175000', '172014.635000', '172015.095000', '172015.555000', '172016.015000', '172016.475000', '172016.935000', '172017.395000', '172017.855000', '172018.315000', '172018.775000', '172019.235000', '172019.695000', '172020.155000', '172020.615000', '172021.075000', '172021.535000', '172021.995000', '172022.455000', '172022.915000', '172023.375000', '172023.835000', '172024.295000', '172024.755000', '172025.215000', '172025.675000', '172026.135000', '172026.595000', '172027.055000', '172027.515000', '172027.975000', '172028.435000', '172028.895000', '172029.355000', '172029.815000', '172030.275000', '172030.735000', '172031.195000', '172031.655000', '172032.115000', '172032.575000', '172033.035000', '172033.495000', '172033.955000', '172034.415000', '172034.875000', '172035.335000', '172035.795000', '172036.255000', '172036.715000', '172037.175000', '172037.635000', '172038.095000', '172038.555000', '172039.015000', '172039.475000', '172039.935000', '172040.395000', '172040.855000', '172041.315000', '172041.775000', '172042.235000', '172042.695000', '172043.155000', '172043.615000', '172044.075000', '172044.535000', '172044.995000', '172045.455000', '172045.915000', '172046.375000', '172046.835000', '172047.295000', '172047.755000', '172048.215000', '172048.675000', '172049.135000', '172049.595000', '172050.055000', '172050.515000', '172050.975000', '172051.435000', '172051.895000', '172052.355000', '172052.815000', '172053.275000', '172053.735000', '172054.195000', '172054.655000', '172055.115000', '172055.575000', '172056.035000', '172056.495000', '172056.955000', '172057.415000', '172057.875000', '172058.335000', '172058.795000', '172059.255000', '172059.715000', '172100.175000', '172100.635000', '172101.095000'], 'ContentTime': ['171335.289000', '171335.292000', '171335.295000', '171335.298000', '171335.300000', '171335.303000', '171335.313000', '171335.318000', '171335.320000', '171335.323000', '171335.325000', '171335.328000', '171335.330000', '171335.333000', '171335.336000', '171335.338000', '171335.341000', '171335.344000', '171335.346000', '171335.349000', '171335.351000', '171335.354000', '171335.357000', '171335.359000', '171335.362000', '171335.364000', '171335.367000', '171335.370000', '171335.372000', '171335.375000', '171335.377000', '171335.380000', '171335.382000', '171335.385000', '171335.388000', '171335.390000', '171335.393000', '171335.395000', '171335.398000', '171335.401000', '171335.403000', '171335.406000', '171355.254000', '171355.257000', '171355.259000', '171355.262000', '171355.265000', '171355.268000', '171355.270000', '171355.273000', '171355.275000', '171355.278000', '171355.281000', '171355.283000', '171355.286000', '171355.289000', '171355.291000', '171355.294000', '171355.296000', '171355.299000', '171355.301000', '171355.304000', '171355.307000', '171355.309000', '171355.312000', '171355.314000', '171355.317000', '171355.320000', '171355.322000', '171355.325000', '171355.328000', '171355.330000', '171355.333000', '171355.335000', '171355.338000', '171355.341000', '171355.343000', '171355.346000', '171355.348000', '171355.351000', '171355.354000', '171355.356000', '171355.359000', '171355.362000', '171355.364000', '171355.367000', '171415.254000', '171415.256000', '171415.259000', '171415.262000', '171415.265000', '171415.267000', '171415.270000', '171415.273000', '171415.275000', '171415.278000', '171415.280000', '171415.283000', '171415.297000', '171415.301000', '171415.304000', '171415.306000', '171415.309000', '171415.311000', '171415.314000', '171415.316000', '171415.319000', '171415.322000', '171415.324000', '171415.327000', '171415.329000', '171415.332000', '171415.335000', '171415.346000', '171415.349000', '171415.351000', '171415.354000', '171415.358000', '171415.360000', '171415.363000', '171415.366000', '171415.368000', '171415.371000', '171415.373000', '171415.376000', '171415.379000', '171415.381000', '171415.384000', '171415.386000', '171435.253000', '171435.256000', '171435.259000', '171435.261000', '171435.264000', '171435.267000', '171435.269000', '171435.272000', '171435.274000', '171435.277000', '171435.280000', '171435.282000', '171435.285000', '171435.287000', '171435.290000', '171435.292000', '171435.295000', '171435.298000', '171435.300000', '171435.303000', '171435.306000', '171435.308000', '171435.311000', '171435.313000', '171435.316000', '171435.319000', '171435.321000', '171435.324000', '171435.327000', '171435.329000', '171435.332000', '171435.334000', '171435.337000', '171435.340000', '171435.342000', '171435.345000', '171435.347000', '171435.350000', '171435.353000', '171435.355000', '171435.358000', '171435.360000', '171435.363000', '171435.376000', '171455.255000', '171455.257000', '171455.260000', '171455.263000', '171455.265000', '171455.268000', '171455.271000', '171455.273000', '171455.276000', '171455.278000', '171455.281000', '171455.284000', '171455.286000', '171455.289000', '171455.291000', '171455.294000', '171455.296000', '171455.299000', '171455.302000', '171455.304000', '171455.307000', '171455.309000', '171455.313000', '171455.315000', '171455.318000', '171455.321000', '171455.323000', '171455.326000', '171455.329000', '171455.331000', '171455.334000', '171455.336000', '171455.339000', '171455.342000', '171455.344000', '171455.347000', '171455.350000', '171455.352000', '171455.355000', '171455.357000', '171455.360000', '171455.363000', '171455.365000', '171515.253000', '171515.256000', '171515.259000', '171515.262000', '171515.264000', '171515.267000', '171515.269000', '171515.272000', '171515.275000', '171515.277000', '171515.280000', '171515.283000', '171515.286000', '171515.288000', '171515.291000', '171515.293000', '171515.296000', '171515.298000', '171515.301000', '171515.304000', '171515.306000', '171515.309000', '171515.311000', '171515.314000', '171515.317000', '171515.319000', '171515.322000', '171515.325000', '171515.327000', '171515.330000', '171515.332000', '171515.335000', '171515.338000', '171515.340000', '171515.343000', '171515.345000', '171515.348000', '171515.351000', '171515.353000', '171515.356000', '171515.359000', '171515.361000', '171515.364000', '171515.366000', '171535.254000', '171535.257000', '171535.259000', '171535.262000', '171535.265000', '171535.267000', '171535.270000', '171535.272000', '171535.275000', '171535.278000', '171535.280000', '171535.283000', '171535.285000', '171535.288000', '171535.291000', '171535.293000', '171535.296000', '171535.299000', '171535.301000', '171535.304000', '171535.306000', '171535.309000', '171535.311000', '171535.314000', '171535.317000', '171535.319000', '171535.322000', '171535.324000', '171535.327000', '171535.330000', '171535.333000', '171535.335000', '171535.338000', '171535.340000', '171535.343000', '171535.346000', '171535.348000', '171535.351000', '171535.354000', '171535.356000', '171535.359000', '171535.361000', '171535.364000', '171555.253000', '171555.256000', '171555.259000', '171555.261000', '171555.264000', '171555.267000', '171555.269000', '171555.272000', '171555.316000', '171555.318000', '171555.321000', '171555.324000', '171555.326000', '171555.329000', '171555.332000', '171555.334000', '171555.337000', '171555.339000', '171555.342000', '171555.345000', '171555.347000', '171555.350000', '171555.353000', '171555.355000', '171555.358000', '171555.360000', '171555.363000', '171555.365000', '171555.368000', '171555.371000', '171555.373000', '171555.376000', '171555.378000', '171555.381000', '171555.384000', '171555.386000', '171555.389000', '171555.391000', '171555.394000', '171555.397000', '171555.399000', '171555.402000', '171555.404000', '171555.407000', '171615.253000', '171615.256000', '171615.259000', '171615.261000', '171615.264000', '171615.267000', '171615.270000', '171615.272000', '171615.275000', '171615.277000', '171615.280000', '171615.283000', '171615.285000', '171615.288000', '171615.290000', '171615.293000', '171615.296000', '171615.298000', '171615.301000', '171615.303000', '171615.306000', '171615.309000', '171615.311000', '171615.314000', '171615.317000', '171615.319000', '171615.322000', '171615.324000', '171615.327000', '171615.329000', '171615.332000', '171615.335000', '171615.337000', '171615.340000', '171615.343000', '171615.345000', '171615.348000', '171615.351000', '171615.353000', '171615.356000', '171615.359000', '171615.361000', '171615.364000', '171635.253000', '171635.256000', '171635.259000', '171635.261000', '171635.264000', '171635.266000', '171635.269000', '171635.272000', '171635.274000', '171635.277000', '171635.279000', '171635.282000', '171635.285000', '171635.287000', '171635.290000', '171635.292000', '171635.295000', '171635.298000', '171635.300000', '171635.303000', '171635.305000', '171635.308000', '171635.311000', '171635.314000', '171635.316000', '171635.319000', '171635.322000', '171635.324000', '171635.327000', '171635.330000', '171635.332000', '171635.335000', '171635.337000', '171635.340000', '171635.343000', '171635.345000', '171635.348000', '171635.351000', '171635.353000', '171635.356000', '171635.358000', '171635.361000', '171635.364000', '171635.366000', '171655.254000', '171655.256000', '171655.259000', '171655.262000', '171655.264000', '171655.267000', '171655.269000', '171655.272000', '171655.275000', '171655.277000', '171655.280000', '171655.282000', '171655.285000', '171655.287000', '171655.290000', '171655.294000', '171655.296000', '171655.299000', '171655.301000', '171655.304000', '171655.307000', '171655.309000', '171655.312000', '171655.315000', '171655.318000', '171655.320000', '171655.323000', '171655.330000', '171655.332000', '171655.335000', '171655.337000', '171655.340000', '171655.343000', '171655.345000', '171655.348000', '171655.351000', '171655.353000', '171655.356000', '171655.358000', '171655.361000', '171655.363000', '171655.366000', '171655.368000', '171715.255000', '171715.257000', '171715.260000', '171715.262000', '171715.265000', '171715.268000', '171715.270000', '171715.273000', '171715.275000', '171715.278000', '171715.281000', '171715.283000', '171715.286000', '171715.288000', '171715.291000', '171715.294000', '171715.296000', '171715.299000', '171715.302000', '171715.304000', '171715.307000', '171715.310000', '171715.312000', '171715.315000', '171715.318000', '171715.320000', '171715.323000', '171715.325000', '171715.328000', '171715.331000', '171715.333000', '171715.336000', '171715.338000', '171715.350000', '171715.353000', '171715.355000', '171715.358000', '171715.360000', '171715.363000', '171715.366000', '171715.368000', '171715.371000', '171715.373000', '171715.376000', '171735.254000', '171735.256000', '171735.259000', '171735.262000', '171735.264000', '171735.267000', '171735.269000', '171735.272000', '171735.274000', '171735.277000', '171735.280000', '171735.282000', '171735.285000', '171735.287000', '171735.290000', '171735.292000', '171735.295000', '171735.298000', '171735.300000', '171735.303000', '171735.306000', '171735.308000', '171735.311000', '171735.313000', '171735.316000', '171735.318000', '171735.321000', '171735.324000', '171735.326000', '171735.329000', '171735.331000', '171735.334000', '171735.336000', '171735.339000', '171735.342000', '171735.344000', '171735.347000', '171735.349000', '171735.352000', '171735.354000', '171735.357000', '171735.360000', '171735.362000', '171755.254000', '171755.257000', '171755.259000', '171755.262000', '171755.265000', '171755.267000', '171755.270000', '171755.273000', '171755.276000', '171755.279000', '171755.282000', '171755.285000', '171755.287000', '171755.290000', '171755.293000', '171755.295000', '171755.298000', '171755.301000', '171755.303000', '171755.306000', '171755.309000', '171755.311000', '171755.314000', '171755.317000', '171755.319000', '171755.322000', '171755.324000', '171755.327000', '171755.330000', '171755.332000', '171755.335000', '171755.338000', '171755.340000', '171755.343000', '171755.345000', '171755.348000', '171755.351000', '171755.353000', '171755.356000', '171755.359000', '171755.361000', '171755.364000', '171755.366000', '171815.253000', '171815.256000', '171815.259000', '171815.262000', '171815.264000', '171815.267000', '171815.270000', '171815.272000', '171815.275000', '171815.277000', '171815.280000', '171815.283000', '171815.285000', '171815.288000', '171815.291000', '171815.293000', '171815.296000', '171815.299000', '171815.301000', '171815.304000', '171815.306000', '171815.309000', '171815.312000', '171815.314000', '171815.317000', '171815.319000', '171815.322000', '171815.325000', '171815.328000', '171815.330000', '171815.333000', '171815.336000', '171815.338000', '171815.341000', '171815.344000', '171815.346000', '171815.349000', '171815.351000', '171815.354000', '171815.356000', '171815.359000', '171815.362000', '171815.364000', '171815.367000', '171835.254000', '171835.257000', '171835.259000', '171835.262000', '171835.264000', '171835.267000', '171835.270000', '171835.273000', '171835.276000', '171835.278000', '171835.281000', '171835.283000', '171835.286000', '171835.289000', '171835.291000', '171835.294000', '171835.296000', '171835.299000', '171835.302000', '171835.304000', '171835.307000', '171835.309000', '171835.312000', '171835.314000', '171835.317000', '171835.320000', '171835.322000', '171835.325000', '171835.327000', '171835.330000', '171835.332000', '171835.335000', '171835.338000', '171835.340000', '171835.343000', '171835.346000', '171835.348000', '171835.351000', '171835.353000', '171835.356000', '171835.363000', '171835.365000', '171835.368000', '171855.267000', '171855.270000', '171855.272000', '171855.275000', '171855.278000', '171855.280000', '171855.283000', '171855.286000', '171855.288000', '171855.291000', '171855.293000', '171855.296000', '171855.299000', '171855.301000', '171855.304000', '171855.307000', '171855.309000', '171855.312000', '171855.314000', '171855.317000', '171855.319000', '171855.322000', '171855.326000', '171855.329000', '171855.332000', '171855.334000', '171855.337000', '171855.339000', '171855.342000', '171855.345000', '171855.347000', '171855.350000', '171855.352000', '171855.355000', '171855.358000', '171855.360000', '171855.363000', '171855.366000', '171855.368000', '171855.371000', '171855.373000', '171855.376000', '171855.379000', '171855.381000', '171915.254000', '171915.256000', '171915.259000', '171915.262000', '171915.264000', '171915.267000', '171915.269000', '171915.272000', '171915.275000', '171915.278000', '171915.281000', '171915.283000', '171915.286000', '171915.288000', '171915.291000', '171915.293000', '171915.296000', '171915.299000', '171915.301000', '171915.304000', '171915.307000', '171915.309000', '171915.312000', '171915.314000', '171915.317000', '171915.319000', '171915.322000', '171915.324000', '171915.327000', '171915.330000', '171915.333000', '171915.335000', '171915.338000', '171915.340000', '171915.343000', '171915.346000', '171915.348000', '171915.351000', '171915.353000', '171915.356000', '171915.359000', '171915.361000', '171915.364000', '171915.366000', '171935.255000', '171935.257000', '171935.260000', '171935.263000', '171935.266000', '171935.269000', '171935.271000', '171935.274000', '171935.277000', '171935.279000', '171935.282000', '171935.285000', '171935.287000', '171935.290000', '171935.292000', '171935.295000', '171935.298000', '171935.300000', '171935.303000', '171935.306000', '171935.308000', '171935.311000', '171935.313000', '171935.316000', '171935.319000', '171935.321000', '171935.324000', '171935.327000', '171935.329000', '171935.332000', '171935.334000', '171935.337000', '171935.340000', '171935.342000', '171935.345000', '171935.348000', '171935.350000', '171935.353000', '171935.355000', '171935.358000', '171935.361000', '171935.363000', '171935.366000', '171955.254000', '171955.256000', '171955.259000', '171955.262000', '171955.265000', '171955.267000', '171955.270000', '171955.272000', '171955.275000', '171955.278000', '171955.280000', '171955.283000', '171955.286000', '171955.289000', '171955.291000', '171955.294000', '171955.297000', '171955.299000', '171955.302000', '171955.304000', '171955.307000', '171955.310000', '171955.312000', '171955.315000', '171955.317000', '171955.320000', '171955.323000', '171955.325000', '171955.328000', '171955.331000', '171955.333000', '171955.336000', '171955.338000', '171955.341000', '171955.344000', '171955.346000', '171955.349000', '171955.352000', '171955.354000', '171955.357000', '171955.360000', '171955.362000', '171955.365000', '172015.254000', '172015.256000', '172015.259000', '172015.262000', '172015.264000', '172015.267000', '172015.269000', '172015.272000', '172015.275000', '172015.277000', '172015.280000', '172015.305000', '172015.308000', '172015.310000', '172015.313000', '172015.315000', '172015.318000', '172015.320000', '172015.323000', '172015.326000', '172015.328000', '172015.331000', '172015.333000', '172015.336000', '172015.338000', '172015.341000', '172015.344000', '172015.346000', '172015.349000', '172015.351000', '172015.354000', '172015.357000', '172015.359000', '172015.362000', '172015.364000', '172015.367000', '172015.369000', '172015.372000', '172015.375000', '172015.378000', '172015.380000', '172015.383000', '172015.385000', '172015.388000', '172035.254000', '172035.257000', '172035.259000', '172035.262000', '172035.264000', '172035.267000', '172035.271000', '172035.274000', '172035.276000', '172035.279000', '172035.282000', '172035.284000', '172035.287000', '172035.290000', '172035.292000', '172035.295000', '172035.297000', '172035.300000', '172035.303000', '172035.305000', '172035.308000', '172035.310000', '172035.313000', '172035.317000', '172035.320000', '172035.322000', '172035.325000', '172035.328000', '172035.330000', '172035.333000', '172035.335000', '172035.338000', '172035.340000', '172035.343000', '172035.346000', '172035.348000', '172035.351000', '172035.354000', '172035.356000', '172035.359000', '172035.361000', '172035.364000', '172035.367000', '172055.254000', '172055.256000', '172055.260000', '172055.262000', '172055.265000', '172055.268000', '172055.270000', '172055.273000', '172055.276000', '172055.278000', '172055.281000', '172055.284000', '172055.286000', '172055.289000', '172055.292000', '172055.294000', '172055.297000', '172055.300000', '172055.302000', '172055.305000', '172055.307000', '172055.310000', '172055.313000', '172055.315000', '172055.318000', '172055.321000', '172055.323000', '172055.326000', '172055.328000', '172055.331000', '172055.334000', '172055.336000', '172055.339000', '172055.342000', '172055.344000', '172055.347000', '172055.349000', '172055.352000', '172055.355000', '172055.357000', '172055.360000', '172055.363000', '172055.365000', '172055.368000', '172102.856000', '172102.859000', '172102.861000', '172102.864000', '172102.867000', '172102.870000', '172102.873000', '172102.875000', '172102.879000', '172102.882000', '172102.884000', '172102.887000', '172102.891000', '172102.894000', '172102.896000', '172102.899000', '172102.902000'], 'InstanceCreationTime': ['171335.289000', '171335.292000', '171335.295000', '171335.298000', '171335.300000', '171335.303000', '171335.313000', '171335.318000', '171335.320000', '171335.323000', '171335.325000', '171335.328000', '171335.330000', '171335.333000', '171335.336000', '171335.338000', '171335.341000', '171335.344000', '171335.346000', '171335.349000', '171335.351000', '171335.354000', '171335.357000', '171335.359000', '171335.362000', '171335.364000', '171335.367000', '171335.370000', '171335.372000', '171335.375000', '171335.377000', '171335.380000', '171335.382000', '171335.385000', '171335.388000', '171335.390000', '171335.393000', '171335.395000', '171335.398000', '171335.401000', '171335.403000', '171335.406000', '171355.254000', '171355.257000', '171355.259000', '171355.262000', '171355.265000', '171355.268000', '171355.270000', '171355.273000', '171355.275000', '171355.278000', '171355.281000', '171355.283000', '171355.286000', '171355.289000', '171355.291000', '171355.294000', '171355.296000', '171355.299000', '171355.301000', '171355.304000', '171355.307000', '171355.309000', '171355.312000', '171355.314000', '171355.317000', '171355.320000', '171355.322000', '171355.325000', '171355.328000', '171355.330000', '171355.333000', '171355.335000', '171355.338000', '171355.341000', '171355.343000', '171355.346000', '171355.348000', '171355.351000', '171355.354000', '171355.356000', '171355.359000', '171355.362000', '171355.364000', '171355.367000', '171415.254000', '171415.256000', '171415.259000', '171415.262000', '171415.265000', '171415.267000', '171415.270000', '171415.273000', '171415.275000', '171415.278000', '171415.280000', '171415.283000', '171415.297000', '171415.301000', '171415.304000', '171415.306000', '171415.309000', '171415.311000', '171415.314000', '171415.316000', '171415.319000', '171415.322000', '171415.324000', '171415.327000', '171415.329000', '171415.332000', '171415.335000', '171415.346000', '171415.349000', '171415.351000', '171415.354000', '171415.358000', '171415.360000', '171415.363000', '171415.366000', '171415.368000', '171415.371000', '171415.373000', '171415.376000', '171415.379000', '171415.381000', '171415.384000', '171415.386000', '171435.253000', '171435.256000', '171435.259000', '171435.261000', '171435.264000', '171435.267000', '171435.269000', '171435.272000', '171435.274000', '171435.277000', '171435.280000', '171435.282000', '171435.285000', '171435.287000', '171435.290000', '171435.292000', '171435.295000', '171435.298000', '171435.300000', '171435.303000', '171435.306000', '171435.308000', '171435.311000', '171435.313000', '171435.316000', '171435.319000', '171435.321000', '171435.324000', '171435.327000', '171435.329000', '171435.332000', '171435.334000', '171435.337000', '171435.340000', '171435.342000', '171435.345000', '171435.347000', '171435.350000', '171435.353000', '171435.355000', '171435.358000', '171435.360000', '171435.363000', '171435.376000', '171455.255000', '171455.257000', '171455.260000', '171455.263000', '171455.265000', '171455.268000', '171455.271000', '171455.273000', '171455.276000', '171455.278000', '171455.281000', '171455.284000', '171455.286000', '171455.289000', '171455.291000', '171455.294000', '171455.296000', '171455.299000', '171455.302000', '171455.304000', '171455.307000', '171455.309000', '171455.313000', '171455.315000', '171455.318000', '171455.321000', '171455.323000', '171455.326000', '171455.329000', '171455.331000', '171455.334000', '171455.336000', '171455.339000', '171455.342000', '171455.344000', '171455.347000', '171455.350000', '171455.352000', '171455.355000', '171455.357000', '171455.360000', '171455.363000', '171455.365000', '171515.253000', '171515.256000', '171515.259000', '171515.262000', '171515.264000', '171515.267000', '171515.269000', '171515.272000', '171515.275000', '171515.277000', '171515.280000', '171515.283000', '171515.286000', '171515.288000', '171515.291000', '171515.293000', '171515.296000', '171515.298000', '171515.301000', '171515.304000', '171515.306000', '171515.309000', '171515.311000', '171515.314000', '171515.317000', '171515.319000', '171515.322000', '171515.325000', '171515.327000', '171515.330000', '171515.332000', '171515.335000', '171515.338000', '171515.340000', '171515.343000', '171515.345000', '171515.348000', '171515.351000', '171515.353000', '171515.356000', '171515.359000', '171515.361000', '171515.364000', '171515.366000', '171535.254000', '171535.257000', '171535.259000', '171535.262000', '171535.265000', '171535.267000', '171535.270000', '171535.272000', '171535.275000', '171535.278000', '171535.280000', '171535.283000', '171535.285000', '171535.288000', '171535.291000', '171535.293000', '171535.296000', '171535.299000', '171535.301000', '171535.304000', '171535.306000', '171535.309000', '171535.311000', '171535.314000', '171535.317000', '171535.319000', '171535.322000', '171535.324000', '171535.327000', '171535.330000', '171535.333000', '171535.335000', '171535.338000', '171535.340000', '171535.343000', '171535.346000', '171535.348000', '171535.351000', '171535.354000', '171535.356000', '171535.359000', '171535.361000', '171535.364000', '171555.253000', '171555.256000', '171555.259000', '171555.261000', '171555.264000', '171555.267000', '171555.269000', '171555.272000', '171555.316000', '171555.318000', '171555.321000', '171555.324000', '171555.326000', '171555.329000', '171555.332000', '171555.334000', '171555.337000', '171555.339000', '171555.342000', '171555.345000', '171555.347000', '171555.350000', '171555.353000', '171555.355000', '171555.358000', '171555.360000', '171555.363000', '171555.365000', '171555.368000', '171555.371000', '171555.373000', '171555.376000', '171555.378000', '171555.381000', '171555.384000', '171555.386000', '171555.389000', '171555.391000', '171555.394000', '171555.397000', '171555.399000', '171555.402000', '171555.404000', '171555.407000', '171615.253000', '171615.256000', '171615.259000', '171615.261000', '171615.264000', '171615.267000', '171615.270000', '171615.272000', '171615.275000', '171615.277000', '171615.280000', '171615.283000', '171615.285000', '171615.288000', '171615.290000', '171615.293000', '171615.296000', '171615.298000', '171615.301000', '171615.303000', '171615.306000', '171615.309000', '171615.311000', '171615.314000', '171615.317000', '171615.319000', '171615.322000', '171615.324000', '171615.327000', '171615.329000', '171615.332000', '171615.335000', '171615.337000', '171615.340000', '171615.343000', '171615.345000', '171615.348000', '171615.351000', '171615.353000', '171615.356000', '171615.359000', '171615.361000', '171615.364000', '171635.253000', '171635.256000', '171635.259000', '171635.261000', '171635.264000', '171635.266000', '171635.269000', '171635.272000', '171635.274000', '171635.277000', '171635.279000', '171635.282000', '171635.285000', '171635.287000', '171635.290000', '171635.292000', '171635.295000', '171635.298000', '171635.300000', '171635.303000', '171635.305000', '171635.308000', '171635.311000', '171635.314000', '171635.316000', '171635.319000', '171635.322000', '171635.324000', '171635.327000', '171635.330000', '171635.332000', '171635.335000', '171635.337000', '171635.340000', '171635.343000', '171635.345000', '171635.348000', '171635.351000', '171635.353000', '171635.356000', '171635.358000', '171635.361000', '171635.364000', '171635.366000', '171655.254000', '171655.256000', '171655.259000', '171655.262000', '171655.264000', '171655.267000', '171655.269000', '171655.272000', '171655.275000', '171655.277000', '171655.280000', '171655.282000', '171655.285000', '171655.287000', '171655.290000', '171655.294000', '171655.296000', '171655.299000', '171655.301000', '171655.304000', '171655.307000', '171655.309000', '171655.312000', '171655.315000', '171655.318000', '171655.320000', '171655.323000', '171655.330000', '171655.332000', '171655.335000', '171655.337000', '171655.340000', '171655.343000', '171655.345000', '171655.348000', '171655.351000', '171655.353000', '171655.356000', '171655.358000', '171655.361000', '171655.363000', '171655.366000', '171655.368000', '171715.255000', '171715.257000', '171715.260000', '171715.262000', '171715.265000', '171715.268000', '171715.270000', '171715.273000', '171715.275000', '171715.278000', '171715.281000', '171715.283000', '171715.286000', '171715.288000', '171715.291000', '171715.294000', '171715.296000', '171715.299000', '171715.302000', '171715.304000', '171715.307000', '171715.310000', '171715.312000', '171715.315000', '171715.318000', '171715.320000', '171715.323000', '171715.325000', '171715.328000', '171715.331000', '171715.333000', '171715.336000', '171715.338000', '171715.350000', '171715.353000', '171715.355000', '171715.358000', '171715.360000', '171715.363000', '171715.366000', '171715.368000', '171715.371000', '171715.373000', '171715.376000', '171735.254000', '171735.256000', '171735.259000', '171735.262000', '171735.264000', '171735.267000', '171735.269000', '171735.272000', '171735.274000', '171735.277000', '171735.280000', '171735.282000', '171735.285000', '171735.287000', '171735.290000', '171735.292000', '171735.295000', '171735.298000', '171735.300000', '171735.303000', '171735.306000', '171735.308000', '171735.311000', '171735.313000', '171735.316000', '171735.318000', '171735.321000', '171735.324000', '171735.326000', '171735.329000', '171735.331000', '171735.334000', '171735.336000', '171735.339000', '171735.342000', '171735.344000', '171735.347000', '171735.349000', '171735.352000', '171735.354000', '171735.357000', '171735.360000', '171735.362000', '171755.254000', '171755.257000', '171755.259000', '171755.262000', '171755.265000', '171755.267000', '171755.270000', '171755.273000', '171755.276000', '171755.279000', '171755.282000', '171755.285000', '171755.287000', '171755.290000', '171755.293000', '171755.295000', '171755.298000', '171755.301000', '171755.303000', '171755.306000', '171755.309000', '171755.311000', '171755.314000', '171755.317000', '171755.319000', '171755.322000', '171755.324000', '171755.327000', '171755.330000', '171755.332000', '171755.335000', '171755.338000', '171755.340000', '171755.343000', '171755.345000', '171755.348000', '171755.351000', '171755.353000', '171755.356000', '171755.359000', '171755.361000', '171755.364000', '171755.366000', '171815.253000', '171815.256000', '171815.259000', '171815.262000', '171815.264000', '171815.267000', '171815.270000', '171815.272000', '171815.275000', '171815.277000', '171815.280000', '171815.283000', '171815.285000', '171815.288000', '171815.291000', '171815.293000', '171815.296000', '171815.299000', '171815.301000', '171815.304000', '171815.306000', '171815.309000', '171815.312000', '171815.314000', '171815.317000', '171815.319000', '171815.322000', '171815.325000', '171815.328000', '171815.330000', '171815.333000', '171815.336000', '171815.338000', '171815.341000', '171815.344000', '171815.346000', '171815.349000', '171815.351000', '171815.354000', '171815.356000', '171815.359000', '171815.362000', '171815.364000', '171815.367000', '171835.254000', '171835.257000', '171835.259000', '171835.262000', '171835.264000', '171835.267000', '171835.270000', '171835.273000', '171835.276000', '171835.278000', '171835.281000', '171835.283000', '171835.286000', '171835.289000', '171835.291000', '171835.294000', '171835.296000', '171835.299000', '171835.302000', '171835.304000', '171835.307000', '171835.309000', '171835.312000', '171835.314000', '171835.317000', '171835.320000', '171835.322000', '171835.325000', '171835.327000', '171835.330000', '171835.332000', '171835.335000', '171835.338000', '171835.340000', '171835.343000', '171835.346000', '171835.348000', '171835.351000', '171835.353000', '171835.356000', '171835.363000', '171835.365000', '171835.368000', '171855.267000', '171855.270000', '171855.272000', '171855.275000', '171855.278000', '171855.280000', '171855.283000', '171855.286000', '171855.288000', '171855.291000', '171855.293000', '171855.296000', '171855.299000', '171855.301000', '171855.304000', '171855.307000', '171855.309000', '171855.312000', '171855.314000', '171855.317000', '171855.319000', '171855.322000', '171855.326000', '171855.329000', '171855.332000', '171855.334000', '171855.337000', '171855.339000', '171855.342000', '171855.345000', '171855.347000', '171855.350000', '171855.352000', '171855.355000', '171855.358000', '171855.360000', '171855.363000', '171855.366000', '171855.368000', '171855.371000', '171855.373000', '171855.376000', '171855.379000', '171855.381000', '171915.254000', '171915.256000', '171915.259000', '171915.262000', '171915.264000', '171915.267000', '171915.269000', '171915.272000', '171915.275000', '171915.278000', '171915.281000', '171915.283000', '171915.286000', '171915.288000', '171915.291000', '171915.293000', '171915.296000', '171915.299000', '171915.301000', '171915.304000', '171915.307000', '171915.309000', '171915.312000', '171915.314000', '171915.317000', '171915.319000', '171915.322000', '171915.324000', '171915.327000', '171915.330000', '171915.333000', '171915.335000', '171915.338000', '171915.340000', '171915.343000', '171915.346000', '171915.348000', '171915.351000', '171915.353000', '171915.356000', '171915.359000', '171915.361000', '171915.364000', '171915.366000', '171935.255000', '171935.257000', '171935.260000', '171935.263000', '171935.266000', '171935.269000', '171935.271000', '171935.274000', '171935.277000', '171935.279000', '171935.282000', '171935.285000', '171935.287000', '171935.290000', '171935.292000', '171935.295000', '171935.298000', '171935.300000', '171935.303000', '171935.306000', '171935.308000', '171935.311000', '171935.313000', '171935.316000', '171935.319000', '171935.321000', '171935.324000', '171935.327000', '171935.329000', '171935.332000', '171935.334000', '171935.337000', '171935.340000', '171935.342000', '171935.345000', '171935.348000', '171935.350000', '171935.353000', '171935.355000', '171935.358000', '171935.361000', '171935.363000', '171935.366000', '171955.254000', '171955.256000', '171955.259000', '171955.262000', '171955.265000', '171955.267000', '171955.270000', '171955.272000', '171955.275000', '171955.278000', '171955.280000', '171955.283000', '171955.286000', '171955.289000', '171955.291000', '171955.294000', '171955.297000', '171955.299000', '171955.302000', '171955.304000', '171955.307000', '171955.310000', '171955.312000', '171955.315000', '171955.317000', '171955.320000', '171955.323000', '171955.325000', '171955.328000', '171955.331000', '171955.333000', '171955.336000', '171955.338000', '171955.341000', '171955.344000', '171955.346000', '171955.349000', '171955.352000', '171955.354000', '171955.357000', '171955.360000', '171955.362000', '171955.365000', '172015.254000', '172015.256000', '172015.259000', '172015.262000', '172015.264000', '172015.267000', '172015.269000', '172015.272000', '172015.275000', '172015.277000', '172015.280000', '172015.305000', '172015.308000', '172015.310000', '172015.313000', '172015.315000', '172015.318000', '172015.320000', '172015.323000', '172015.326000', '172015.328000', '172015.331000', '172015.333000', '172015.336000', '172015.338000', '172015.341000', '172015.344000', '172015.346000', '172015.349000', '172015.351000', '172015.354000', '172015.357000', '172015.359000', '172015.362000', '172015.364000', '172015.367000', '172015.369000', '172015.372000', '172015.375000', '172015.378000', '172015.380000', '172015.383000', '172015.385000', '172015.388000', '172035.254000', '172035.257000', '172035.259000', '172035.262000', '172035.264000', '172035.267000', '172035.271000', '172035.274000', '172035.276000', '172035.279000', '172035.282000', '172035.284000', '172035.287000', '172035.290000', '172035.292000', '172035.295000', '172035.297000', '172035.300000', '172035.303000', '172035.305000', '172035.308000', '172035.310000', '172035.313000', '172035.317000', '172035.320000', '172035.322000', '172035.325000', '172035.328000', '172035.330000', '172035.333000', '172035.335000', '172035.338000', '172035.340000', '172035.343000', '172035.346000', '172035.348000', '172035.351000', '172035.354000', '172035.356000', '172035.359000', '172035.361000', '172035.364000', '172035.367000', '172055.254000', '172055.256000', '172055.260000', '172055.262000', '172055.265000', '172055.268000', '172055.270000', '172055.273000', '172055.276000', '172055.278000', '172055.281000', '172055.284000', '172055.286000', '172055.289000', '172055.292000', '172055.294000', '172055.297000', '172055.300000', '172055.302000', '172055.305000', '172055.307000', '172055.310000', '172055.313000', '172055.315000', '172055.318000', '172055.321000', '172055.323000', '172055.326000', '172055.328000', '172055.331000', '172055.334000', '172055.336000', '172055.339000', '172055.342000', '172055.344000', '172055.347000', '172055.349000', '172055.352000', '172055.355000', '172055.357000', '172055.360000', '172055.363000', '172055.365000', '172055.368000', '172102.856000', '172102.859000', '172102.861000', '172102.864000', '172102.867000', '172102.870000', '172102.873000', '172102.875000', '172102.879000', '172102.882000', '172102.884000', '172102.887000', '172102.891000', '172102.894000', '172102.896000', '172102.899000', '172102.902000'], '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': [11474, 12477, 17568, 13386, 16742, 13808, 13747, 11050, 10838, 15822, 11618, 15764, 13313, 10531, 10419, 9004, 12951, 11285, 14649, 14238, 11349, 10525, 9597, 14812, 12180, 15190, 13584, 12945, 11240, 11652, 9966, 14038, 11727, 14076, 12582, 10799, 15674, 14076, 14466, 10457, 12909, 10364, 10943, 17016, 12626, 15316, 11966, 12753, 9092, 9729, 14542, 10313, 14684, 13665, 13538, 13149, 12295, 11529, 11889, 11991, 15065, 12376, 14880, 10535, 12228, 17284, 12234, 15899, 13573, 12562, 9851, 9246, 19105, 13012, 12985, 11936, 12055, 18174, 13356, 11652, 11115, 10326, 9701, 13527, 15343, 13334, 12753, 10399, 16202, 14145, 14251, 12014, 13133, 16592, 11661, 18856, 12958, 12705, 11639, 13999, 12649, 14138, 10625, 12735, 16833, 13092, 16396, 14188, 16046, 13383, 14829, 12808, 13984, 18503, 13339, 13759, 11725, 10098, 14763, 10089, 15495, 12130, 11313, 14999, 11515, 15224, 12738, 11791, 13851, 11597, 16232, 14012, 12584, 10708, 11445, 16610, 13415, 13565, 11737, 13812, 10292, 12461, 13616, 11078, 16330, 14077, 15785, 13841, 15536, 13722, 15017, 12837, 15512, 13587, 15780, 14616, 13557, 14852, 11193, 15732, 14509, 14221, 12627, 11731, 11056, 11445, 17572, 13890, 12488, 11908, 10259, 9564, 13247, 16887, 12646, 13592, 9940, 14798, 10768, 14951, 18660, 14011, 13754, 11131, 10344, 16070, 10397, 16541, 10804, 13113, 8975, 8783, 18376, 11840, 13440, 10296, 13356, 12878, 11135, 17414, 11349, 13874, 12936, 14740, 13292, 14834, 10788, 11429, 16776, 13674, 13145, 17214, 11678, 14876, 12622, 12470, 12846, 10857, 16245, 14296, 12494, 11829, 11430, 19587, 14009, 12820, 11857, 14409, 14824, 12082, 16322, 13390, 12821, 16367, 11714, 15874, 12836, 12126, 11504, 9836, 15652, 13477, 13389, 15392, 12163, 16101, 13475, 12632, 10438, 12628, 14827, 12652, 15272, 14036, 14323, 11033, 13072, 12103, 13942, 18046, 15651, 16573, 13225, 14992, 12526, 13248, 20184, 15756, 14937, 12812, 14379, 11525, 12855, 19292, 15621, 15278, 12633, 14934, 11401, 13892, 11711, 14028, 17754, 14089, 16132, 14981, 15396, 14146, 13592, 11449, 15847, 14661, 16431, 14437, 14054, 9406, 12181, 18258, 13990, 18290, 13970, 13370, 12059, 13504, 18776, 13873, 12431, 11680, 10349, 10721, 12330, 17707, 13372, 13915, 11348, 11053, 18313, 13441, 14341, 11603, 11209, 13350, 11484, 17396, 13842, 12960, 9869, 9215, 17272, 14591, 12168, 10126, 9057, 20076, 13683, 13524, 11669, 12777, 17617, 10691, 12455, 10475, 13547, 18742, 12273, 14566, 9228, 9951, 17895, 10645, 15249, 9772, 12266, 12812, 8748, 15529, 12183, 13976, 12448, 13768, 14338, 10527, 17717, 12011, 14338, 13945, 14850, 10538, 12890, 11780, 13045, 19592, 13939, 13426, 11558, 11395, 11494, 13687, 17703, 12672, 14795, 12235, 11763, 12480, 13995, 11367, 10582, 16286, 14519, 15089, 11263, 13111, 11023, 10426, 16134, 12294, 13761, 13040, 10886, 16153, 14449, 13610, 13874, 13289, 16147, 10843, 14545, 11056, 13946, 11794, 10521, 16122, 14535, 14149, 12372, 12622, 17501, 11135, 13637, 11652, 14352, 15760, 10734, 16476, 12052, 14071, 15965, 11506, 16140, 12320, 11399, 12213, 10538, 16347, 14255, 13048, 9454, 10687, 14340, 11038, 16142, 14541, 13818, 10519, 11400, 16672, 12181, 15935, 14191, 11617, 10449, 9921, 15750, 14471, 13040, 10194, 11781, 18531, 13752, 14758, 11038, 13623, 14068, 9936, 16531, 13437, 12870, 14072, 11537, 18775, 13858, 13082, 11530, 11262, 11676, 13486, 17324, 13917, 15455, 12207, 13035, 10300, 12859, 12859, 12924, 16118, 14003, 14486, 13066, 15187, 12661, 16021, 14878, 15882, 14052, 14426, 11807, 15270, 14705, 15486, 10702, 12316, 19304, 15198, 14311, 13267, 12960, 11991, 10126, 16369, 14207, 13418, 12078, 11462, 10620, 14178, 16841, 12521, 10776, 8922, 16871, 14724, 16139, 11793, 12831, 9386, 9618, 18277, 12842, 15796, 12364, 12661, 13035, 11592, 16529, 14768, 11146, 9794, 8950, 18449, 14120, 13075, 10373, 12009, 17637, 11170, 12549, 10554, 13548, 13701, 10249, 15409, 11701, 13702, 17377, 12581, 15877, 12903, 12107, 13356, 13730, 15389, 12029, 16720, 14026, 14383, 12480, 14649, 11062, 11010, 19082, 14605, 15323, 13192, 13568, 12888, 9804, 15868, 13988, 13847, 13946, 12713, 16109, 10645, 14323, 11281, 14022, 13982, 12811, 16303, 13813, 12548, 14943, 12807, 16111, 13519, 13801, 10369, 10739, 17913, 12832, 15124, 13051, 12522, 9820, 11221, 15324, 11859, 16493, 14721, 14150, 9750, 12122, 17501, 11744, 16434, 12449, 13543, 11055, 11766, 17544, 13427, 14858, 13433, 14869, 10657, 11950, 11264, 14027, 15708, 14328, 10058, 12144, 17889, 13874, 16310, 15403, 14427, 12024, 12152, 13606, 14300, 16615, 14481, 13583, 10611, 11046, 18982, 12985, 13815, 10604, 11108, 11590, 9073, 15408, 13657, 14119, 12884, 14195, 14645, 10800, 16388, 11538, 13888, 18882, 13436, 14070, 12215, 11556, 11903, 9925, 14887, 13758, 13273, 11591, 13644, 11875, 11434, 15788, 13067, 15733, 13870, 17548, 13176, 15917, 13193, 15269, 14090, 15350, 11618, 11303, 16972, 15308, 14625, 14881, 12973, 17403, 11859, 13254, 11961, 14352, 18027, 13306, 15489, 12855, 12098, 15510, 12996, 16800, 14446, 13347, 9954, 11087, 18982, 13395, 14940, 10808, 12631, 9935, 9922, 18045, 14153, 14670, 14337, 11578, 9644, 10552, 17320, 14538, 14149, 13451, 12762, 9954, 11290, 19142, 15256, 14372, 13409, 12812, 13481, 13129, 15686, 15575, 12343, 10520, 12292, 17934, 15370, 14440, 11625, 13725, 13747, 10872, 15989, 14620, 14281, 12546, 13379, 19126, 14706, 12693, 12168, 14203, 16448, 12449, 16267, 14022, 12433, 14332, 13775, 16056, 13004, 13866, 10902, 14005, 17282, 13738, 15157, 12682, 11972, 11223, 14551, 16249, 15063, 14263, 12666, 12416, 14268, 13634, 16048, 15719, 12952, 10663, 12053, 16015, 13376, 15725, 14750, 13140, 10360, 11546, 16998, 14015, 15298, 14603, 13089, 10556, 11398, 19659, 15329, 14229, 11557, 13571, 11039, 11561, 19323, 15103, 14463, 12840, 14154, 10844, 12854, 17061, 14784, 15219, 14729, 14295, 11153, 13860, 17705, 14099, 18989, 13882, 13672, 11838, 15471, 18713, 14106, 19095, 13343, 13598, 11982, 15097, 15218, 14077, 15655, 11652, 16254, 14442, 15107, 13985, 14788, 13143, 11030, 16405, 15163, 15024, 11895, 14482, 11900, 12002, 16598, 15236, 14699, 10872, 13400, 13537, 12389, 16444, 15302, 14468, 12480, 12900, 13071, 14845, 18800, 15085, 14848, 13002, 12476, 12776, 15068, 18426, 15050, 17119, 12781, 12519, 11790, 15239, 13690, 14452, 19055, 14405, 15254, 12357, 15131, 11296, 12561, 15381, 12795, 16697, 15285, 14921, 12373, 12797, 12828, 14852, 20969, 15015, 14510, 11519, 11091, 15463, 12960, 19209, 13974, 14517, 10224, 11957, 17063, 12906, 20113, 13478, 15015, 9776, 12924, 18742, 12916, 15687, 12314, 13408, 10661, 13545, 18842, 13108, 19189, 12175, 13698, 11241, 13945, 14074, 14260, 16128, 11185, 16330, 10716, 14026, 18081, 13126, 15986, 13618, 12105, 12202, 13749, 16632, 15452, 13302, 10509, 12159, 17884, 14558, 15436, 12212, 13856, 14038, 11151, 16030, 12612, 13971, 16922, 13578, 16728, 14205, 12525, 13257, 13914, 16489, 15111, 14657, 11795, 11790, 12897, 14084, 12602, 13802, 17992, 13542, 16202, 15362, 14521, 10948, 12878, 17338, 13677, 16624, 15791, 14464, 12451, 12541, 19267, 13737, 16153, 14197, 12796, 10665, 10308, 18766, 14558, 15496, 11904, 12551, 12490, 11458, 16592, 14945, 14315], 'WindowCenter': [4022.0, 4008.0, 4015.0, 3989.0, 4000.0, 3975.0, 3972.0, 3955.0, 3954.0, 3970.0, 3964.0, 3970.0, 3960.0, 3948.0, 3953.0, 3943.0, 3971.0, 3965.0, 3974.0, 3973.0, 3952.0, 3954.0, 3953.0, 3982.0, 3976.0, 3982.0, 3972.0, 3974.0, 3962.0, 3962.0, 3953.0, 3976.0, 3966.0, 3976.0, 3966.0, 3966.0, 3986.0, 3976.0, 3976.0, 3954.0, 3964.0, 3953.0, 3962.0, 3983.0, 3966.0, 3972.0, 3964.0, 3965.0, 3943.0, 3951.0, 3973.0, 3956.0, 3976.0, 3973.0, 3976.0, 3977.0, 3975.0, 3974.0, 3974.0, 3979.0, 4000.0, 3975.0, 3989.0, 3966.0, 3977.0, 3995.0, 3979.0, 3985.0, 3977.0, 3966.0, 3956.0, 3957.0, 3997.0, 3974.0, 3975.0, 3966.0, 3977.0, 3996.0, 3977.0, 3961.0, 3967.0, 3967.0, 3958.0, 3990.0, 3990.0, 3986.0, 3978.0, 3969.0, 3988.0, 3989.0, 3988.0, 3978.0, 3990.0, 3999.0, 3980.0, 3997.0, 3979.0, 3975.0, 3979.0, 3986.0, 3985.0, 3990.0, 3965.0, 3987.0, 3999.0, 3989.0, 4000.0, 3990.0, 3989.0, 3990.0, 3988.0, 3978.0, 3990.0, 3995.0, 3977.0, 3975.0, 3964.0, 3954.0, 3975.0, 3954.0, 3982.0, 3966.0, 3966.0, 3986.0, 3963.0, 3987.0, 3977.0, 3978.0, 3977.0, 3978.0, 3988.0, 3974.0, 3977.0, 3967.0, 3975.0, 3998.0, 3989.0, 3985.0, 3979.0, 3989.0, 3969.0, 3992.0, 3991.0, 3981.0, 4001.0, 4002.0, 3998.0, 3998.0, 3999.0, 3989.0, 4001.0, 3991.0, 4001.0, 3987.0, 3998.0, 3989.0, 3979.0, 3987.0, 3968.0, 3984.0, 3988.0, 3973.0, 3962.0, 3961.0, 3964.0, 3965.0, 3986.0, 3974.0, 3960.0, 3965.0, 3950.0, 3954.0, 3973.0, 3982.0, 3976.0, 3975.0, 3954.0, 3984.0, 3965.0, 3986.0, 3986.0, 3971.0, 3962.0, 3949.0, 3951.0, 3972.0, 3943.0, 3974.0, 3952.0, 3961.0, 3931.0, 3933.0, 3983.0, 3964.0, 3975.0, 3954.0, 3975.0, 3974.0, 3962.0, 3996.0, 3967.0, 3986.0, 3975.0, 3985.0, 3977.0, 3988.0, 3963.0, 3968.0, 3986.0, 3973.0, 3977.0, 3986.0, 3966.0, 3975.0, 3964.0, 3965.0, 3975.0, 3966.0, 3986.0, 3973.0, 3976.0, 3964.0, 3967.0, 3997.0, 3987.0, 3977.0, 3978.0, 3988.0, 3986.0, 3978.0, 3987.0, 3976.0, 3978.0, 3998.0, 3978.0, 3998.0, 3974.0, 3977.0, 3967.0, 3965.0, 3999.0, 3990.0, 3990.0, 4000.0, 3976.0, 3999.0, 3991.0, 3990.0, 3981.0, 3992.0, 4001.0, 4003.0, 4002.0, 4003.0, 4000.0, 3990.0, 4003.0, 3993.0, 4012.0, 4015.0, 4014.0, 4014.0, 3993.0, 4003.0, 3991.0, 3993.0, 4011.0, 4003.0, 4002.0, 3988.0, 4002.0, 3977.0, 3994.0, 4013.0, 4002.0, 4003.0, 3991.0, 3999.0, 3981.0, 4002.0, 3991.0, 4015.0, 4014.0, 4015.0, 4014.0, 4014.0, 3999.0, 4004.0, 3999.0, 4001.0, 4014.0, 4015.0, 4012.0, 4000.0, 4003.0, 3971.0, 3992.0, 4012.0, 4003.0, 4008.0, 4001.0, 3988.0, 3979.0, 3990.0, 4000.0, 3979.0, 3977.0, 3978.0, 3955.0, 3966.0, 3977.0, 3998.0, 3977.0, 3975.0, 3965.0, 3965.0, 3982.0, 3972.0, 3973.0, 3964.0, 3952.0, 3963.0, 3964.0, 3984.0, 3974.0, 3962.0, 3941.0, 3938.0, 3983.0, 3970.0, 3951.0, 3941.0, 3931.0, 3982.0, 3961.0, 3963.0, 3949.0, 3950.0, 3967.0, 3939.0, 3949.0, 3938.0, 3961.0, 3967.0, 3950.0, 3959.0, 3925.0, 3940.0, 3969.0, 3951.0, 3971.0, 3936.0, 3951.0, 3961.0, 3932.0, 3972.0, 3963.0, 3973.0, 3963.0, 3971.0, 3972.0, 3950.0, 3981.0, 3961.0, 3975.0, 3976.0, 3986.0, 3964.0, 3974.0, 3964.0, 3972.0, 3993.0, 3976.0, 3975.0, 3965.0, 3964.0, 3963.0, 3974.0, 3985.0, 3975.0, 3973.0, 3964.0, 3961.0, 3975.0, 3976.0, 3964.0, 3962.0, 3984.0, 3986.0, 3985.0, 3961.0, 3975.0, 3955.0, 3955.0, 3986.0, 3963.0, 3973.0, 3963.0, 3954.0, 3984.0, 3973.0, 3975.0, 3973.0, 3971.0, 3981.0, 3953.0, 3970.0, 3963.0, 3974.0, 3963.0, 3954.0, 3983.0, 3974.0, 3971.0, 3962.0, 3964.0, 3982.0, 3964.0, 3974.0, 3960.0, 3975.0, 3982.0, 3953.0, 3983.0, 3962.0, 3971.0, 3972.0, 3949.0, 3972.0, 3959.0, 3952.0, 3962.0, 3952.0, 3984.0, 3974.0, 3970.0, 3954.0, 3951.0, 3974.0, 3965.0, 3984.0, 3972.0, 3975.0, 3950.0, 3965.0, 3983.0, 3961.0, 3984.0, 3975.0, 3962.0, 3953.0, 3951.0, 3985.0, 3983.0, 3975.0, 3966.0, 3976.0, 3992.0, 3975.0, 3983.0, 3956.0, 3976.0, 3975.0, 3952.0, 3982.0, 3972.0, 3976.0, 3972.0, 3967.0, 3994.0, 3987.0, 3977.0, 3974.0, 3978.0, 3979.0, 3991.0, 3996.0, 3990.0, 3999.0, 3987.0, 3989.0, 3981.0, 3991.0, 3989.0, 3992.0, 4000.0, 4002.0, 3999.0, 4003.0, 4002.0, 4002.0, 4002.0, 3999.0, 3999.0, 4000.0, 3990.0, 3980.0, 3997.0, 3989.0, 3999.0, 3967.0, 3974.0, 3998.0, 3989.0, 3988.0, 3977.0, 3973.0, 3961.0, 3965.0, 3987.0, 3977.0, 3972.0, 3973.0, 3961.0, 3954.0, 3975.0, 3986.0, 3964.0, 3964.0, 3952.0, 3984.0, 3986.0, 3982.0, 3964.0, 3960.0, 3943.0, 3950.0, 3985.0, 3974.0, 3985.0, 3965.0, 3964.0, 3963.0, 3964.0, 3984.0, 3973.0, 3947.0, 3953.0, 3943.0, 3980.0, 3974.0, 3963.0, 3949.0, 3963.0, 3983.0, 3963.0, 3963.0, 3953.0, 3971.0, 3974.0, 3953.0, 3981.0, 3964.0, 3975.0, 3981.0, 3961.0, 3984.0, 3971.0, 3960.0, 3975.0, 3976.0, 3986.0, 3976.0, 3981.0, 3986.0, 3984.0, 3975.0, 3986.0, 3964.0, 3963.0, 3996.0, 3984.0, 3985.0, 3975.0, 3974.0, 3975.0, 3955.0, 3984.0, 3974.0, 3976.0, 3974.0, 3971.0, 3981.0, 3965.0, 3975.0, 3963.0, 3975.0, 3971.0, 3975.0, 3985.0, 3975.0, 3961.0, 3975.0, 3975.0, 3984.0, 3974.0, 3970.0, 3951.0, 3954.0, 3983.0, 3975.0, 3984.0, 3975.0, 3964.0, 3955.0, 3967.0, 3986.0, 3963.0, 3987.0, 3983.0, 3976.0, 3956.0, 3977.0, 3997.0, 3965.0, 3982.0, 3965.0, 3976.0, 3965.0, 3973.0, 3996.0, 3987.0, 3987.0, 3978.0, 3987.0, 3966.0, 3972.0, 3966.0, 3985.0, 3986.0, 3985.0, 3967.0, 3986.0, 3994.0, 3990.0, 3999.0, 3989.0, 3988.0, 3978.0, 3978.0, 3976.0, 3984.0, 3987.0, 3973.0, 3974.0, 3955.0, 3964.0, 3995.0, 3975.0, 3976.0, 3954.0, 3961.0, 3964.0, 3956.0, 3982.0, 3988.0, 3984.0, 3976.0, 3974.0, 3985.0, 3963.0, 3987.0, 3965.0, 3977.0, 3982.0, 3976.0, 3972.0, 3975.0, 3962.0, 3964.0, 3956.0, 3982.0, 3984.0, 3978.0, 3977.0, 3989.0, 3977.0, 3975.0, 3996.0, 3989.0, 3999.0, 3989.0, 4007.0, 3992.0, 3999.0, 3986.0, 4001.0, 3986.0, 3990.0, 3975.0, 3979.0, 3996.0, 3988.0, 3988.0, 3987.0, 3977.0, 3996.0, 3965.0, 3976.0, 3965.0, 3988.0, 3982.0, 3976.0, 3973.0, 3974.0, 3961.0, 3974.0, 3964.0, 3981.0, 3974.0, 3963.0, 3939.0, 3952.0, 3984.0, 3975.0, 3972.0, 3950.0, 3963.0, 3953.0, 3951.0, 3984.0, 3975.0, 3974.0, 3971.0, 3963.0, 3953.0, 3967.0, 3996.0, 3987.0, 3987.0, 3977.0, 3977.0, 3955.0, 3978.0, 3994.0, 3984.0, 3984.0, 3986.0, 3977.0, 3976.0, 3976.0, 3987.0, 3984.0, 3964.0, 3966.0, 3977.0, 3996.0, 3987.0, 3987.0, 3965.0, 3976.0, 3975.0, 3966.0, 3985.0, 3985.0, 3973.0, 3966.0, 3975.0, 3996.0, 3986.0, 3975.0, 3966.0, 3976.0, 3981.0, 3965.0, 3980.0, 3974.0, 3975.0, 3975.0, 3974.0, 3982.0, 3977.0, 3976.0, 3965.0, 3984.0, 3997.0, 3974.0, 3983.0, 3988.0, 3978.0, 3963.0, 3986.0, 3997.0, 3985.0, 3986.0, 3978.0, 3977.0, 3987.0, 3987.0, 3984.0, 3984.0, 3972.0, 3967.0, 3978.0, 3985.0, 3984.0, 3988.0, 3988.0, 3976.0, 3956.0, 3978.0, 3997.0, 3988.0, 3988.0, 3987.0, 3973.0, 3966.0, 3978.0, 3997.0, 3985.0, 3977.0, 3968.0, 3974.0, 3966.0, 3977.0, 3997.0, 3988.0, 3987.0, 3975.0, 3987.0, 3963.0, 3985.0, 3995.0, 3991.0, 3996.0, 3990.0, 3989.0, 3977.0, 3989.0, 3999.0, 3986.0, 4008.0, 3986.0, 3987.0, 3975.0, 3999.0, 3995.0, 3988.0, 3997.0, 3989.0, 3985.0, 3978.0, 3989.0, 3984.0, 3984.0, 3985.0, 3978.0, 3988.0, 3988.0, 3989.0, 3977.0, 3985.0, 3976.0, 3968.0, 3987.0, 3989.0, 3988.0, 3978.0, 3985.0, 3978.0, 3978.0, 3987.0, 3988.0, 3987.0, 3964.0, 3974.0, 3973.0, 3978.0, 3989.0, 3985.0, 3987.0, 3978.0, 3977.0, 3974.0, 3987.0, 3999.0, 3989.0, 3988.0, 3989.0, 3978.0, 3976.0, 3986.0, 3995.0, 3986.0, 3999.0, 3975.0, 3977.0, 3974.0, 3989.0, 3974.0, 3985.0, 3994.0, 3983.0, 3988.0, 3977.0, 3984.0, 3967.0, 3977.0, 3984.0, 3975.0, 3987.0, 3989.0, 3986.0, 3977.0, 3972.0, 3972.0, 3988.0, 3998.0, 3977.0, 3974.0, 3962.0, 3965.0, 3975.0, 3977.0, 3994.0, 3975.0, 3975.0, 3954.0, 3962.0, 3986.0, 3975.0, 3996.0, 3977.0, 3974.0, 3952.0, 3972.0, 3985.0, 3966.0, 3975.0, 3964.0, 3977.0, 3952.0, 3975.0, 3996.0, 3977.0, 3996.0, 3965.0, 3973.0, 3965.0, 3977.0, 3975.0, 3974.0, 3983.0, 3968.0, 3988.0, 3955.0, 3979.0, 3997.0, 3977.0, 3986.0, 3989.0, 3979.0, 3963.0, 3975.0, 3986.0, 3989.0, 3975.0, 3968.0, 3975.0, 3997.0, 3989.0, 3985.0, 3967.0, 3977.0, 3976.0, 3967.0, 3987.0, 3978.0, 3990.0, 3994.0, 3978.0, 3987.0, 3984.0, 3978.0, 3976.0, 3989.0, 3988.0, 3984.0, 3987.0, 3974.0, 3979.0, 3978.0, 3990.0, 3978.0, 3991.0, 4001.0, 3990.0, 3997.0, 3989.0, 3988.0, 3969.0, 3988.0, 3998.0, 3989.0, 3995.0, 3990.0, 3988.0, 3980.0, 3979.0, 3999.0, 3978.0, 3984.0, 3976.0, 3961.0, 3956.0, 3954.0, 3995.0, 3977.0, 3985.0, 3965.0, 3975.0, 3962.0, 3965.0, 3982.0, 3988.0, 3977.0], 'WindowWidth': [8956.0, 8929.0, 8932.0, 8888.0, 8902.0, 8860.0, 8849.0, 8829.0, 8828.0, 8846.0, 8839.0, 8844.0, 8830.0, 8809.0, 8824.0, 8812.0, 8846.0, 8843.0, 8853.0, 8852.0, 8822.0, 8829.0, 8827.0, 8864.0, 8858.0, 8866.0, 8850.0, 8854.0, 8838.0, 8836.0, 8827.0, 8861.0, 8844.0, 8861.0, 8844.0, 8846.0, 8873.0, 8861.0, 8860.0, 8825.0, 8841.0, 8822.0, 8835.0, 8867.0, 8844.0, 8853.0, 8840.0, 8840.0, 8810.0, 8819.0, 8850.0, 8831.0, 8859.0, 8853.0, 8858.0, 8862.0, 8858.0, 8857.0, 8856.0, 8871.0, 8901.0, 8861.0, 8883.0, 8849.0, 8865.0, 8888.0, 8868.0, 8876.0, 8861.0, 8844.0, 8832.0, 8834.0, 8891.0, 8854.0, 8858.0, 8846.0, 8861.0, 8887.0, 8860.0, 8834.0, 8849.0, 8850.0, 8840.0, 8886.0, 8883.0, 8876.0, 8864.0, 8854.0, 8881.0, 8883.0, 8881.0, 8864.0, 8883.0, 8894.0, 8868.0, 8893.0, 8868.0, 8859.0, 8869.0, 8878.0, 8874.0, 8885.0, 8846.0, 8878.0, 8897.0, 8884.0, 8900.0, 8886.0, 8883.0, 8883.0, 8879.0, 8865.0, 8885.0, 8886.0, 8862.0, 8855.0, 8839.0, 8827.0, 8854.0, 8826.0, 8863.0, 8844.0, 8847.0, 8873.0, 8840.0, 8875.0, 8863.0, 8864.0, 8861.0, 8865.0, 8880.0, 8856.0, 8863.0, 8848.0, 8859.0, 8894.0, 8882.0, 8874.0, 8869.0, 8883.0, 8857.0, 8890.0, 8887.0, 8875.0, 8903.0, 8906.0, 8896.0, 8898.0, 8897.0, 8886.0, 8902.0, 8890.0, 8905.0, 8880.0, 8897.0, 8883.0, 8869.0, 8877.0, 8852.0, 8871.0, 8878.0, 8852.0, 8837.0, 8835.0, 8839.0, 8843.0, 8877.0, 8856.0, 8830.0, 8843.0, 8820.0, 8827.0, 8853.0, 8865.0, 8859.0, 8857.0, 8829.0, 8870.0, 8843.0, 8874.0, 8874.0, 8848.0, 8834.0, 8815.0, 8819.0, 8847.0, 8809.0, 8855.0, 8820.0, 8829.0, 8790.0, 8795.0, 8865.0, 8839.0, 8855.0, 8827.0, 8856.0, 8852.0, 8837.0, 8887.0, 8848.0, 8873.0, 8859.0, 8875.0, 8863.0, 8880.0, 8840.0, 8851.0, 8877.0, 8852.0, 8860.0, 8872.0, 8844.0, 8857.0, 8840.0, 8844.0, 8856.0, 8845.0, 8874.0, 8853.0, 8858.0, 8840.0, 8848.0, 8892.0, 8875.0, 8864.0, 8864.0, 8880.0, 8874.0, 8864.0, 8877.0, 8861.0, 8866.0, 8893.0, 8867.0, 8894.0, 8857.0, 8863.0, 8849.0, 8847.0, 8896.0, 8884.0, 8888.0, 8897.0, 8864.0, 8898.0, 8887.0, 8887.0, 8875.0, 8893.0, 8905.0, 8910.0, 8906.0, 8910.0, 8902.0, 8889.0, 8912.0, 8895.0, 8924.0, 8932.0, 8927.0, 8927.0, 8894.0, 8909.0, 8889.0, 8893.0, 8922.0, 8910.0, 8908.0, 8884.0, 8906.0, 8867.0, 8896.0, 8924.0, 8909.0, 8909.0, 8891.0, 8900.0, 8877.0, 8907.0, 8890.0, 8928.0, 8927.0, 8929.0, 8927.0, 8927.0, 8900.0, 8912.0, 8903.0, 8907.0, 8929.0, 8929.0, 8925.0, 8903.0, 8910.0, 8865.0, 8893.0, 8923.0, 8909.0, 8914.0, 8902.0, 8882.0, 8868.0, 8887.0, 8904.0, 8869.0, 8863.0, 8864.0, 8831.0, 8846.0, 8863.0, 8893.0, 8863.0, 8859.0, 8843.0, 8845.0, 8868.0, 8850.0, 8851.0, 8840.0, 8822.0, 8836.0, 8839.0, 8869.0, 8852.0, 8835.0, 8804.0, 8799.0, 8864.0, 8843.0, 8818.0, 8805.0, 8792.0, 8863.0, 8831.0, 8836.0, 8811.0, 8814.0, 8834.0, 8797.0, 8811.0, 8796.0, 8830.0, 8836.0, 8813.0, 8823.0, 8774.0, 8800.0, 8840.0, 8815.0, 8846.0, 8791.0, 8818.0, 8831.0, 8793.0, 8848.0, 8837.0, 8850.0, 8836.0, 8848.0, 8849.0, 8817.0, 8863.0, 8835.0, 8857.0, 8860.0, 8873.0, 8842.0, 8856.0, 8839.0, 8850.0, 8882.0, 8859.0, 8854.0, 8842.0, 8840.0, 8838.0, 8854.0, 8871.0, 8855.0, 8852.0, 8840.0, 8836.0, 8856.0, 8860.0, 8842.0, 8837.0, 8870.0, 8875.0, 8873.0, 8834.0, 8856.0, 8828.0, 8828.0, 8874.0, 8839.0, 8851.0, 8838.0, 8826.0, 8866.0, 8851.0, 8856.0, 8850.0, 8846.0, 8861.0, 8824.0, 8847.0, 8838.0, 8854.0, 8837.0, 8826.0, 8865.0, 8855.0, 8849.0, 8836.0, 8839.0, 8863.0, 8838.0, 8854.0, 8831.0, 8856.0, 8863.0, 8824.0, 8867.0, 8835.0, 8846.0, 8848.0, 8814.0, 8847.0, 8828.0, 8821.0, 8833.0, 8823.0, 8866.0, 8854.0, 8844.0, 8827.0, 8820.0, 8852.0, 8843.0, 8869.0, 8853.0, 8856.0, 8818.0, 8843.0, 8865.0, 8836.0, 8868.0, 8857.0, 8837.0, 8825.0, 8823.0, 8872.0, 8867.0, 8858.0, 8845.0, 8859.0, 8879.0, 8857.0, 8867.0, 8830.0, 8858.0, 8855.0, 8823.0, 8864.0, 8851.0, 8859.0, 8849.0, 8848.0, 8886.0, 8877.0, 8862.0, 8859.0, 8868.0, 8869.0, 8890.0, 8893.0, 8886.0, 8897.0, 8879.0, 8884.0, 8877.0, 8888.0, 8884.0, 8892.0, 8902.0, 8907.0, 8899.0, 8908.0, 8907.0, 8907.0, 8906.0, 8900.0, 8898.0, 8902.0, 8886.0, 8872.0, 8897.0, 8884.0, 8898.0, 8852.0, 8860.0, 8897.0, 8882.0, 8880.0, 8863.0, 8855.0, 8835.0, 8845.0, 8877.0, 8863.0, 8849.0, 8853.0, 8836.0, 8828.0, 8860.0, 8873.0, 8841.0, 8840.0, 8824.0, 8871.0, 8873.0, 8867.0, 8840.0, 8832.0, 8813.0, 8818.0, 8872.0, 8854.0, 8870.0, 8843.0, 8841.0, 8835.0, 8838.0, 8868.0, 8851.0, 8810.0, 8823.0, 8810.0, 8859.0, 8852.0, 8839.0, 8815.0, 8836.0, 8865.0, 8837.0, 8839.0, 8825.0, 8847.0, 8853.0, 8826.0, 8862.0, 8840.0, 8857.0, 8863.0, 8833.0, 8867.0, 8847.0, 8833.0, 8856.0, 8859.0, 8873.0, 8859.0, 8864.0, 8872.0, 8870.0, 8858.0, 8875.0, 8842.0, 8841.0, 8890.0, 8870.0, 8876.0, 8856.0, 8855.0, 8855.0, 8831.0, 8869.0, 8856.0, 8860.0, 8854.0, 8848.0, 8862.0, 8843.0, 8857.0, 8838.0, 8857.0, 8846.0, 8857.0, 8871.0, 8855.0, 8834.0, 8855.0, 8855.0, 8868.0, 8853.0, 8844.0, 8819.0, 8827.0, 8866.0, 8855.0, 8869.0, 8855.0, 8840.0, 8830.0, 8847.0, 8872.0, 8840.0, 8877.0, 8867.0, 8859.0, 8832.0, 8862.0, 8889.0, 8845.0, 8866.0, 8844.0, 8858.0, 8842.0, 8853.0, 8889.0, 8875.0, 8877.0, 8865.0, 8876.0, 8847.0, 8851.0, 8846.0, 8873.0, 8876.0, 8874.0, 8851.0, 8877.0, 8887.0, 8885.0, 8899.0, 8884.0, 8879.0, 8867.0, 8866.0, 8861.0, 8870.0, 8879.0, 8855.0, 8855.0, 8829.0, 8840.0, 8886.0, 8855.0, 8858.0, 8825.0, 8832.0, 8842.0, 8834.0, 8865.0, 8879.0, 8871.0, 8860.0, 8856.0, 8870.0, 8839.0, 8877.0, 8844.0, 8861.0, 8865.0, 8858.0, 8850.0, 8858.0, 8837.0, 8841.0, 8833.0, 8865.0, 8871.0, 8867.0, 8864.0, 8880.0, 8862.0, 8860.0, 8890.0, 8883.0, 8898.0, 8886.0, 8909.0, 8891.0, 8897.0, 8878.0, 8905.0, 8877.0, 8885.0, 8860.0, 8869.0, 8891.0, 8880.0, 8882.0, 8875.0, 8861.0, 8888.0, 8843.0, 8860.0, 8843.0, 8877.0, 8866.0, 8858.0, 8853.0, 8854.0, 8833.0, 8853.0, 8841.0, 8862.0, 8854.0, 8837.0, 8801.0, 8822.0, 8867.0, 8853.0, 8849.0, 8818.0, 8838.0, 8825.0, 8820.0, 8870.0, 8857.0, 8854.0, 8849.0, 8838.0, 8827.0, 8848.0, 8888.0, 8877.0, 8877.0, 8862.0, 8862.0, 8832.0, 8866.0, 8887.0, 8872.0, 8871.0, 8876.0, 8864.0, 8858.0, 8862.0, 8877.0, 8869.0, 8841.0, 8848.0, 8863.0, 8889.0, 8877.0, 8878.0, 8845.0, 8860.0, 8858.0, 8846.0, 8872.0, 8872.0, 8853.0, 8844.0, 8858.0, 8888.0, 8872.0, 8858.0, 8844.0, 8862.0, 8862.0, 8844.0, 8860.0, 8854.0, 8858.0, 8856.0, 8856.0, 8865.0, 8863.0, 8861.0, 8845.0, 8872.0, 8890.0, 8856.0, 8869.0, 8880.0, 8867.0, 8841.0, 8877.0, 8894.0, 8875.0, 8873.0, 8866.0, 8865.0, 8875.0, 8878.0, 8872.0, 8872.0, 8852.0, 8848.0, 8865.0, 8872.0, 8869.0, 8880.0, 8878.0, 8859.0, 8835.0, 8865.0, 8890.0, 8879.0, 8880.0, 8876.0, 8854.0, 8847.0, 8864.0, 8892.0, 8872.0, 8865.0, 8850.0, 8855.0, 8846.0, 8863.0, 8895.0, 8881.0, 8877.0, 8859.0, 8880.0, 8843.0, 8875.0, 8889.0, 8887.0, 8889.0, 8885.0, 8883.0, 8864.0, 8884.0, 8897.0, 8875.0, 8910.0, 8875.0, 8878.0, 8859.0, 8896.0, 8887.0, 8879.0, 8893.0, 8880.0, 8874.0, 8865.0, 8883.0, 8869.0, 8871.0, 8873.0, 8865.0, 8880.0, 8879.0, 8882.0, 8862.0, 8872.0, 8861.0, 8852.0, 8879.0, 8882.0, 8880.0, 8864.0, 8872.0, 8865.0, 8866.0, 8879.0, 8879.0, 8876.0, 8842.0, 8858.0, 8853.0, 8866.0, 8881.0, 8874.0, 8875.0, 8867.0, 8865.0, 8856.0, 8879.0, 8897.0, 8882.0, 8879.0, 8883.0, 8866.0, 8860.0, 8875.0, 8887.0, 8875.0, 8895.0, 8860.0, 8865.0, 8857.0, 8883.0, 8856.0, 8874.0, 8886.0, 8869.0, 8879.0, 8863.0, 8869.0, 8849.0, 8863.0, 8869.0, 8859.0, 8878.0, 8882.0, 8874.0, 8863.0, 8852.0, 8850.0, 8878.0, 8894.0, 8861.0, 8853.0, 8835.0, 8843.0, 8856.0, 8860.0, 8883.0, 8856.0, 8855.0, 8827.0, 8835.0, 8872.0, 8856.0, 8888.0, 8860.0, 8854.0, 8822.0, 8851.0, 8872.0, 8843.0, 8856.0, 8841.0, 8861.0, 8822.0, 8856.0, 8885.0, 8861.0, 8886.0, 8843.0, 8852.0, 8844.0, 8863.0, 8856.0, 8854.0, 8865.0, 8850.0, 8879.0, 8829.0, 8867.0, 8889.0, 8862.0, 8872.0, 8880.0, 8868.0, 8838.0, 8858.0, 8875.0, 8880.0, 8858.0, 8851.0, 8859.0, 8890.0, 8881.0, 8873.0, 8847.0, 8862.0, 8859.0, 8849.0, 8876.0, 8864.0, 8885.0, 8884.0, 8864.0, 8876.0, 8871.0, 8865.0, 8858.0, 8882.0, 8879.0, 8871.0, 8878.0, 8858.0, 8868.0, 8864.0, 8884.0, 8867.0, 8889.0, 8901.0, 8885.0, 8894.0, 8885.0, 8879.0, 8855.0, 8881.0, 8893.0, 8883.0, 8888.0, 8884.0, 8879.0, 8869.0, 8868.0, 8895.0, 8864.0, 8870.0, 8859.0, 8836.0, 8833.0, 8828.0, 8888.0, 8863.0, 8871.0, 8844.0, 8856.0, 8836.0, 8844.0, 8864.0, 8878.0, 8860.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.0015474999999999998</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024004139822134386</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.356416262551946</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2006606824134516</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0212633853907027</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4437</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7672.2432</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06171272059273425</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.579123189101227</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.473548577389643</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.93366547551051</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.330155514403528</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0111844</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020872557535767555</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022260017693042755</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1012</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.868404549598101</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>60.029</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.7818</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.2931</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>308744.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>674.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.7747</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4444</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.459</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3201.3932</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3426.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67800.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>993.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4138.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.6299</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.421795478090644</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> |