=== 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-0073 --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-0073",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-01/func/sub-0073_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>2c07c8d71dc9c5b4a25a9f06cc88793f</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>20:18:43.710000</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.999731, 0.00742467, -0.0219846, -0.0033152, 0.983411, 0.181362]</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.0956156</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4137, -7782, -7280, 616, -93, -326, 75, 104]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>236.026</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5332712b-6cd4-4d9e-9773-8b651df961c0||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.682204484939575, -0.008894439786672592, -0.06200951710343361, 111.8988265991211], [-0.019919833168387413, 2.6384191513061523, 0.4893498718738556, -98.01946258544922], [-0.05898318812251091, -0.4865821301937103, 2.6545603275299072, -44.15192794799805], [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': ['201843.710000', '201844.170000', '201844.630000', '201845.090000', '201845.550000', '201846.010000', '201846.470000', '201846.930000', '201847.390000', '201847.850000', '201848.310000', '201848.770000', '201849.230000', '201849.690000', '201850.150000', '201850.610000', '201851.070000', '201851.530000', '201851.990000', '201852.450000', '201852.910000', '201853.370000', '201853.830000', '201854.290000', '201854.750000', '201855.210000', '201855.670000', '201856.130000', '201856.590000', '201857.050000', '201857.510000', '201857.970000', '201858.430000', '201858.890000', '201859.350000', '201859.810000', '201900.270000', '201900.730000', '201901.190000', '201901.650000', '201902.110000', '201902.570000', '201903.030000', '201903.490000', '201903.950000', '201904.410000', '201904.870000', '201905.330000', '201905.790000', '201906.250000', '201906.710000', '201907.170000', '201907.630000', '201908.090000', '201908.550000', '201909.010000', '201909.470000', '201909.930000', '201910.390000', '201910.850000', '201911.310000', '201911.770000', '201912.230000', '201912.690000', '201913.150000', '201913.610000', '201914.070000', '201914.530000', '201914.990000', '201915.450000', '201915.910000', '201916.370000', '201916.830000', '201917.290000', '201917.750000', '201918.210000', '201918.670000', '201919.130000', '201919.590000', '201920.050000', '201920.510000', '201920.970000', '201921.430000', '201921.890000', '201922.350000', '201922.810000', '201923.270000', '201923.730000', '201924.190000', '201924.650000', '201925.110000', '201925.570000', '201926.030000', '201926.490000', '201926.950000', '201927.410000', '201927.870000', '201928.330000', '201928.790000', '201929.250000', '201929.710000', '201930.170000', '201930.630000', '201931.090000', '201931.550000', '201932.010000', '201932.470000', '201932.930000', '201933.390000', '201933.850000', '201934.310000', '201934.770000', '201935.230000', '201935.690000', '201936.150000', '201936.610000', '201937.070000', '201937.530000', '201937.990000', '201938.450000', '201938.910000', '201939.370000', '201939.830000', '201940.290000', '201940.750000', '201941.210000', '201941.670000', '201942.130000', '201942.590000', '201943.050000', '201943.510000', '201943.970000', '201944.430000', '201944.890000', '201945.350000', '201945.810000', '201946.270000', '201946.730000', '201947.190000', '201947.650000', '201948.110000', '201948.570000', '201949.030000', '201949.490000', '201949.950000', '201950.410000', '201950.870000', '201951.330000', '201951.790000', '201952.250000', '201952.710000', '201953.170000', '201953.630000', '201954.090000', '201954.550000', '201955.010000', '201955.470000', '201955.930000', '201956.390000', '201956.850000', '201957.310000', '201957.770000', '201958.230000', '201958.690000', '201959.150000', '201959.610000', '202000.070000', '202000.530000', '202000.990000', '202001.450000', '202001.910000', '202002.370000', '202002.830000', '202003.290000', '202003.750000', '202004.210000', '202004.670000', '202005.130000', '202005.590000', '202006.050000', '202006.510000', '202006.970000', '202007.430000', '202007.890000', '202008.350000', '202008.810000', '202009.270000', '202009.730000', '202010.190000', '202010.650000', '202011.110000', '202011.570000', '202012.030000', '202012.490000', '202012.950000', '202013.410000', '202013.870000', '202014.330000', '202014.790000', '202015.250000', '202015.710000', '202016.170000', '202016.630000', '202017.090000', '202017.550000', '202018.010000', '202018.470000', '202018.930000', '202019.390000', '202019.850000', '202020.310000', '202020.770000', '202021.230000', '202021.690000', '202022.150000', '202022.610000', '202023.070000', '202023.530000', '202023.990000', '202024.450000', '202024.910000', '202025.370000', '202025.830000', '202026.290000', '202026.750000', '202027.210000', '202027.670000', '202028.130000', '202028.590000', '202029.050000', '202029.510000', '202029.970000', '202030.430000', '202030.890000', '202031.350000', '202031.810000', '202032.270000', '202032.730000', '202033.190000', '202033.650000', '202034.110000', '202034.570000', '202035.030000', '202035.490000', '202035.950000', '202036.410000', '202036.870000', '202037.330000', '202037.790000', '202038.250000', '202038.710000', '202039.170000', '202039.630000', '202040.090000', '202040.550000', '202041.010000', '202041.470000', '202041.930000', '202042.390000', '202042.850000', '202043.310000', '202043.770000', '202044.230000', '202044.690000', '202045.150000', '202045.610000', '202046.070000', '202046.530000', '202046.990000', '202047.450000', '202047.910000', '202048.370000', '202048.830000', '202049.290000', '202049.750000', '202050.210000', '202050.670000', '202051.130000', '202051.590000', '202052.050000', '202052.510000', '202052.970000', '202053.430000', '202053.890000', '202054.350000', '202054.810000', '202055.270000', '202055.730000', '202056.190000', '202056.650000', '202057.110000', '202057.570000', '202058.030000', '202058.490000', '202058.950000', '202059.410000', '202059.870000', '202100.330000', '202100.790000', '202101.250000', '202101.710000', '202102.170000', '202102.630000', '202103.090000', '202103.550000', '202104.010000', '202104.470000', '202104.930000', '202105.390000', '202105.850000', '202106.310000', '202106.770000', '202107.230000', '202107.690000', '202108.150000', '202108.610000', '202109.070000', '202109.530000', '202109.990000', '202110.450000', '202110.910000', '202111.370000', '202111.830000', '202112.290000', '202112.750000', '202113.210000', '202113.670000', '202114.130000', '202114.590000', '202115.050000', '202115.510000', '202115.970000', '202116.430000', '202116.890000', '202117.350000', '202117.810000', '202118.270000', '202118.730000', '202119.190000', '202119.650000', '202120.110000', '202120.570000', '202121.030000', '202121.490000', '202121.950000', '202122.410000', '202122.870000', '202123.330000', '202123.790000', '202124.250000', '202124.710000', '202125.170000', '202125.630000', '202126.090000', '202126.550000', '202127.010000', '202127.470000', '202127.930000', '202128.390000', '202128.850000', '202129.310000', '202129.770000', '202130.230000', '202130.690000', '202131.150000', '202131.610000', '202132.070000', '202132.530000', '202132.990000', '202133.450000', '202133.910000', '202134.370000', '202134.830000', '202135.290000', '202135.750000', '202136.210000', '202136.670000', '202137.130000', '202137.590000', '202138.050000', '202138.510000', '202138.970000', '202139.430000', '202139.890000', '202140.350000', '202140.810000', '202141.270000', '202141.730000', '202142.190000', '202142.650000', '202143.110000', '202143.570000', '202144.030000', '202144.490000', '202144.950000', '202145.410000', '202145.870000', '202146.330000', '202146.790000', '202147.250000', '202147.710000', '202148.170000', '202148.630000', '202149.090000', '202149.550000', '202150.010000', '202150.470000', '202150.930000', '202151.390000', '202151.850000', '202152.310000', '202152.770000', '202153.230000', '202153.690000', '202154.150000', '202154.610000', '202155.070000', '202155.530000', '202155.990000', '202156.450000', '202156.910000', '202157.370000', '202157.830000', '202158.290000', '202158.750000', '202159.210000', '202159.670000', '202200.130000', '202200.590000', '202201.050000', '202201.510000', '202201.970000', '202202.430000', '202202.890000', '202203.350000', '202203.810000', '202204.270000', '202204.730000', '202205.190000', '202205.650000', '202206.110000', '202206.570000', '202207.030000', '202207.490000', '202207.950000', '202208.410000', '202208.870000', '202209.330000', '202209.790000', '202210.250000', '202210.710000', '202211.170000', '202211.630000', '202212.090000', '202212.550000', '202213.010000', '202213.470000', '202213.930000', '202214.390000', '202214.850000', '202215.310000', '202215.770000', '202216.230000', '202216.690000', '202217.150000', '202217.610000', '202218.070000', '202218.530000', '202218.990000', '202219.450000', '202219.910000', '202220.370000', '202220.830000', '202221.290000', '202221.750000', '202222.210000', '202222.670000', '202223.130000', '202223.590000', '202224.050000', '202224.510000', '202224.970000', '202225.430000', '202225.890000', '202226.350000', '202226.810000', '202227.270000', '202227.730000', '202228.190000', '202228.650000', '202229.110000', '202229.570000', '202230.030000', '202230.490000', '202230.950000', '202231.410000', '202231.870000', '202232.330000', '202232.790000', '202233.250000', '202233.710000', '202234.170000', '202234.630000', '202235.090000', '202235.550000', '202236.010000', '202236.470000', '202236.930000', '202237.390000', '202237.850000', '202238.310000', '202238.770000', '202239.230000', '202239.690000', '202240.150000', '202240.610000', '202241.070000', '202241.530000', '202241.990000', '202242.450000', '202242.910000', '202243.370000', '202243.830000', '202244.290000', '202244.750000', '202245.210000', '202245.670000', '202246.130000', '202246.590000', '202247.050000', '202247.510000', '202247.970000', '202248.430000', '202248.890000', '202249.350000', '202249.810000', '202250.270000', '202250.730000', '202251.190000', '202251.650000', '202252.110000', '202252.570000', '202253.030000', '202253.490000', '202253.950000', '202254.410000', '202254.870000', '202255.330000', '202255.790000', '202256.250000', '202256.710000', '202257.170000', '202257.630000', '202258.090000', '202258.550000', '202259.010000', '202259.470000', '202259.930000', '202300.390000', '202300.850000', '202301.310000', '202301.770000', '202302.230000', '202302.690000', '202303.150000', '202303.610000', '202304.070000', '202304.530000', '202304.990000', '202305.450000', '202305.910000', '202306.370000', '202306.830000', '202307.290000', '202307.750000', '202308.210000', '202308.670000', '202309.130000', '202309.590000', '202310.050000', '202310.510000', '202310.970000', '202311.430000', '202311.890000', '202312.350000', '202312.810000', '202313.270000', '202313.730000', '202314.190000', '202314.650000', '202315.110000', '202315.570000', '202316.030000', '202316.490000', '202316.950000', '202317.410000', '202317.870000', '202318.330000', '202318.790000', '202319.250000', '202319.710000', '202320.170000', '202320.630000', '202321.090000', '202321.550000', '202322.010000', '202322.470000', '202322.930000', '202323.390000', '202323.850000', '202324.310000', '202324.770000', '202325.230000', '202325.690000', '202326.150000', '202326.610000', '202327.070000', '202327.530000', '202327.990000', '202328.450000', '202328.910000', '202329.370000', '202329.830000', '202330.290000', '202330.750000', '202331.210000', '202331.670000', '202332.130000', '202332.590000', '202333.050000', '202333.510000', '202333.970000', '202334.430000', '202334.890000', '202335.350000', '202335.810000', '202336.270000', '202336.730000', '202337.190000', '202337.650000', '202338.110000', '202338.570000', '202339.030000', '202339.490000', '202339.950000', '202340.410000', '202340.870000', '202341.330000', '202341.790000', '202342.250000', '202342.710000', '202343.170000', '202343.630000', '202344.090000', '202344.550000', '202345.010000', '202345.470000', '202345.930000', '202346.390000', '202346.850000', '202347.310000', '202347.770000', '202348.230000', '202348.690000', '202349.150000', '202349.610000', '202350.070000', '202350.530000', '202350.990000', '202351.450000', '202351.910000', '202352.370000', '202352.830000', '202353.290000', '202353.750000', '202354.210000', '202354.670000', '202355.130000', '202355.590000', '202356.050000', '202356.510000', '202356.970000', '202357.430000', '202357.890000', '202358.350000', '202358.810000', '202359.270000', '202359.730000', '202400.190000', '202400.650000', '202401.110000', '202401.570000', '202402.030000', '202402.490000', '202402.950000', '202403.410000', '202403.870000', '202404.330000', '202404.790000', '202405.250000', '202405.710000', '202406.170000', '202406.630000', '202407.090000', '202407.550000', '202408.010000', '202408.470000', '202408.930000', '202409.390000', '202409.850000', '202410.310000', '202410.770000', '202411.230000', '202411.690000', '202412.150000', '202412.610000', '202413.070000', '202413.530000', '202413.990000', '202414.450000', '202414.910000', '202415.370000', '202415.830000', '202416.290000', '202416.750000', '202417.210000', '202417.670000', '202418.130000', '202418.590000', '202419.050000', '202419.510000', '202419.970000', '202420.430000', '202420.890000', '202421.350000', '202421.810000', '202422.270000', '202422.730000', '202423.190000', '202423.650000', '202424.110000', '202424.570000', '202425.030000', '202425.490000', '202425.950000', '202426.410000', '202426.870000', '202427.330000', '202427.790000', '202428.250000', '202428.710000', '202429.170000', '202429.630000', '202430.090000', '202430.550000', '202431.010000', '202431.470000', '202431.930000', '202432.390000', '202432.850000', '202433.310000', '202433.770000', '202434.230000', '202434.690000', '202435.150000', '202435.610000', '202436.070000', '202436.530000', '202436.990000', '202437.450000', '202437.910000', '202438.370000', '202438.830000', '202439.290000', '202439.750000', '202440.210000', '202440.670000', '202441.130000', '202441.590000', '202442.050000', '202442.510000', '202442.970000', '202443.430000', '202443.890000', '202444.350000', '202444.810000', '202445.270000', '202445.730000', '202446.190000', '202446.650000', '202447.110000', '202447.570000', '202448.030000', '202448.490000', '202448.950000', '202449.410000', '202449.870000', '202450.330000', '202450.790000', '202451.250000', '202451.710000', '202452.170000', '202452.630000', '202453.090000', '202453.550000', '202454.010000', '202454.470000', '202454.930000', '202455.390000', '202455.850000', '202456.310000', '202456.770000', '202457.230000', '202457.690000', '202458.150000', '202458.610000', '202459.070000', '202459.530000', '202459.990000', '202500.450000', '202500.910000', '202501.370000', '202501.830000', '202502.290000', '202502.750000', '202503.210000', '202503.670000', '202504.130000', '202504.590000', '202505.050000', '202505.510000', '202505.970000', '202506.430000', '202506.890000', '202507.350000', '202507.810000', '202508.270000', '202508.730000', '202509.190000', '202509.650000', '202510.110000', '202510.570000', '202511.030000', '202511.490000', '202511.950000', '202512.410000', '202512.870000', '202513.330000', '202513.790000', '202514.250000', '202514.710000', '202515.170000', '202515.630000', '202516.090000', '202516.550000', '202517.010000', '202517.470000', '202517.930000', '202518.390000', '202518.850000', '202519.310000', '202519.770000', '202520.230000', '202520.690000', '202521.150000', '202521.610000', '202522.070000', '202522.530000', '202522.990000', '202523.450000', '202523.910000', '202524.370000', '202524.830000', '202525.290000', '202525.750000', '202526.210000', '202526.670000', '202527.130000', '202527.590000', '202528.050000', '202528.510000', '202528.970000', '202529.430000', '202529.890000', '202530.350000', '202530.810000', '202531.270000', '202531.730000', '202532.190000', '202532.650000', '202533.110000', '202533.570000', '202534.030000', '202534.490000', '202534.950000', '202535.410000', '202535.870000', '202536.330000', '202536.790000', '202537.250000', '202537.710000', '202538.170000', '202538.630000', '202539.090000', '202539.550000', '202540.010000', '202540.470000', '202540.930000', '202541.390000', '202541.850000', '202542.310000', '202542.770000', '202543.230000', '202543.690000', '202544.150000', '202544.610000', '202545.070000', '202545.530000', '202545.990000', '202546.450000', '202546.910000', '202547.370000', '202547.830000', '202548.290000', '202548.750000', '202549.210000', '202549.670000', '202550.130000', '202550.590000', '202551.050000', '202551.510000', '202551.970000', '202552.430000', '202552.890000', '202553.350000', '202553.810000', '202554.270000', '202554.730000', '202555.190000', '202555.650000', '202556.110000', '202556.570000', '202557.030000', '202557.490000', '202557.950000', '202558.410000', '202558.870000', '202559.330000', '202559.790000', '202600.250000', '202600.710000', '202601.170000', '202601.630000', '202602.090000', '202602.550000', '202603.010000', '202603.470000', '202603.930000', '202604.390000', '202604.850000', '202605.310000', '202605.770000', '202606.230000', '202606.690000', '202607.150000', '202607.610000', '202608.070000', '202608.530000', '202608.990000', '202609.450000', '202609.910000', '202610.370000', '202610.830000', '202611.290000', '202611.750000', '202612.210000', '202612.670000', '202613.130000', '202613.590000', '202614.050000', '202614.510000', '202614.970000', '202615.430000', '202615.890000', '202616.350000', '202616.810000', '202617.270000', '202617.730000', '202618.190000', '202618.650000', '202619.110000', '202619.570000', '202620.030000', '202620.490000', '202620.950000', '202621.410000', '202621.870000', '202622.330000', '202622.790000', '202623.250000', '202623.710000', '202624.170000', '202624.630000', '202625.090000', '202625.550000', '202626.010000', '202626.470000', '202626.930000', '202627.390000', '202627.850000', '202628.310000', '202628.770000', '202629.230000', '202629.690000', '202630.150000', '202630.610000'], 'ContentTime': ['201911.736000', '201911.739000', '201911.743000', '201911.745000', '201911.748000', '201911.750000', '201911.753000', '201911.756000', '201911.758000', '201911.761000', '201911.765000', '201911.767000', '201911.770000', '201911.773000', '201911.775000', '201911.778000', '201911.785000', '201911.788000', '201911.791000', '201911.793000', '201911.796000', '201911.799000', '201911.801000', '201911.804000', '201911.806000', '201911.809000', '201911.812000', '201911.814000', '201911.817000', '201911.819000', '201911.822000', '201911.825000', '201911.827000', '201911.830000', '201911.833000', '201911.835000', '201911.838000', '201911.840000', '201911.843000', '201911.846000', '201911.855000', '201911.866000', '201911.868000', '201911.871000', '201911.873000', '201911.876000', '201911.879000', '201911.881000', '201911.884000', '201911.887000', '201911.889000', '201911.892000', '201911.895000', '201911.897000', '201911.900000', '201911.903000', '201911.905000', '201911.908000', '201931.704000', '201931.707000', '201931.710000', '201931.713000', '201931.715000', '201931.718000', '201931.720000', '201931.723000', '201931.726000', '201931.728000', '201931.731000', '201931.734000', '201931.736000', '201931.739000', '201931.741000', '201931.744000', '201931.747000', '201931.749000', '201931.752000', '201931.755000', '201931.757000', '201931.760000', '201931.762000', '201931.765000', '201931.768000', '201931.770000', '201931.773000', '201931.776000', '201931.778000', '201931.781000', '201931.783000', '201931.786000', '201931.789000', '201931.791000', '201931.794000', '201931.797000', '201931.799000', '201931.802000', '201931.804000', '201931.807000', '201931.818000', '201931.820000', '201931.823000', '201931.826000', '201951.704000', '201951.707000', '201951.710000', '201951.713000', '201951.715000', '201951.718000', '201951.721000', '201951.723000', '201951.726000', '201951.739000', '201951.742000', '201951.745000', '201951.749000', '201951.752000', '201951.754000', '201951.757000', '201951.760000', '201951.762000', '201951.765000', '201951.768000', '201951.770000', '201951.773000', '201951.776000', '201951.778000', '201951.781000', '201951.784000', '201951.786000', '201951.789000', '201951.792000', '201951.794000', '201951.797000', '201951.800000', '201951.802000', '201951.806000', '201951.809000', '201951.812000', '201951.815000', '201951.817000', '201951.820000', '201951.823000', '201951.825000', '201951.828000', '201951.830000', '202011.705000', '202011.708000', '202011.711000', '202011.714000', '202011.716000', '202011.719000', '202011.722000', '202011.724000', '202011.727000', '202011.729000', '202011.732000', '202011.735000', '202011.738000', '202011.740000', '202011.743000', '202011.745000', '202011.748000', '202011.751000', '202011.753000', '202011.756000', '202011.759000', '202011.761000', '202011.764000', '202011.767000', '202011.769000', '202011.772000', '202011.775000', '202011.777000', '202011.780000', '202011.783000', '202011.785000', '202011.788000', '202011.791000', '202011.793000', '202011.796000', '202011.799000', '202011.801000', '202011.804000', '202011.807000', '202011.809000', '202011.812000', '202011.814000', '202011.817000', '202011.820000', '202031.705000', '202031.708000', '202031.711000', '202031.713000', '202031.717000', '202031.719000', '202031.722000', '202031.724000', '202031.728000', '202031.730000', '202031.733000', '202031.735000', '202031.738000', '202031.741000', '202031.744000', '202031.746000', '202031.749000', '202031.752000', '202031.754000', '202031.757000', '202031.760000', '202031.762000', '202031.765000', '202031.767000', '202031.770000', '202031.773000', '202031.775000', '202031.778000', '202031.781000', '202031.783000', '202031.786000', '202031.789000', '202031.791000', '202031.794000', '202031.798000', '202031.800000', '202031.803000', '202031.806000', '202031.817000', '202031.820000', '202031.823000', '202031.825000', '202031.828000', '202051.706000', '202051.709000', '202051.712000', '202051.714000', '202051.724000', '202051.726000', '202051.729000', '202051.732000', '202051.734000', '202051.737000', '202051.740000', '202051.742000', '202051.745000', '202051.748000', '202051.750000', '202051.753000', '202051.756000', '202051.758000', '202051.761000', '202051.764000', '202051.766000', '202051.769000', '202051.772000', '202051.774000', '202051.777000', '202051.780000', '202051.782000', '202051.785000', '202051.787000', '202051.790000', '202051.793000', '202051.795000', '202051.798000', '202051.806000', '202051.809000', '202051.811000', '202051.824000', '202051.826000', '202051.829000', '202051.832000', '202051.834000', '202051.837000', '202051.840000', '202051.842000', '202111.706000', '202111.708000', '202111.711000', '202111.714000', '202111.716000', '202111.719000', '202111.722000', '202111.725000', '202111.727000', '202111.730000', '202111.732000', '202111.735000', '202111.738000', '202111.740000', '202111.743000', '202111.746000', '202111.748000', '202111.751000', '202111.754000', '202111.756000', '202111.759000', '202111.762000', '202111.764000', '202111.767000', '202111.770000', '202111.772000', '202111.775000', '202111.778000', '202111.780000', '202111.783000', '202111.786000', '202111.788000', '202111.791000', '202111.794000', '202111.797000', '202111.800000', '202111.803000', '202111.805000', '202111.809000', '202111.811000', '202111.814000', '202111.816000', '202111.819000', '202131.706000', '202131.708000', '202131.711000', '202131.714000', '202131.717000', '202131.719000', '202131.722000', '202131.724000', '202131.727000', '202131.730000', '202131.732000', '202131.735000', '202131.738000', '202131.740000', '202131.743000', '202131.745000', '202131.748000', '202131.754000', '202131.757000', '202131.760000', '202131.762000', '202131.765000', '202131.768000', '202131.770000', '202131.773000', '202131.776000', '202131.778000', '202131.781000', '202131.783000', '202131.786000', '202131.789000', '202131.791000', '202131.794000', '202131.797000', '202131.799000', '202131.802000', '202131.805000', '202131.807000', '202131.810000', '202131.812000', '202131.815000', '202131.818000', '202131.820000', '202131.823000', '202151.704000', '202151.707000', '202151.710000', '202151.713000', '202151.715000', '202151.718000', '202151.721000', '202151.723000', '202151.726000', '202151.729000', '202151.731000', '202151.734000', '202151.736000', '202151.739000', '202151.742000', '202151.744000', '202151.747000', '202151.749000', '202151.752000', '202151.755000', '202151.758000', '202151.760000', '202151.763000', '202151.766000', '202151.768000', '202151.771000', '202151.773000', '202151.776000', '202151.779000', '202151.781000', '202151.784000', '202151.787000', '202151.789000', '202151.792000', '202151.795000', '202151.797000', '202151.800000', '202151.802000', '202151.805000', '202151.808000', '202151.810000', '202151.813000', '202151.816000', '202211.705000', '202211.707000', '202211.710000', '202211.713000', '202211.716000', '202211.718000', '202211.721000', '202211.724000', '202211.732000', '202211.734000', '202211.737000', '202211.740000', '202211.742000', '202211.745000', '202211.747000', '202211.750000', '202211.753000', '202211.755000', '202211.758000', '202211.761000', '202211.763000', '202211.766000', '202211.769000', '202211.771000', '202211.774000', '202211.777000', '202211.779000', '202211.782000', '202211.784000', '202211.787000', '202211.790000', '202211.793000', '202211.795000', '202211.798000', '202211.801000', '202211.803000', '202211.806000', '202211.808000', '202211.811000', '202211.814000', '202211.816000', '202211.819000', '202211.821000', '202211.824000', '202231.706000', '202231.709000', '202231.712000', '202231.714000', '202231.717000', '202231.720000', '202231.722000', '202231.725000', '202231.728000', '202231.730000', '202231.733000', '202231.736000', '202231.738000', '202231.741000', '202231.744000', '202231.746000', '202231.749000', '202231.764000', '202231.767000', '202231.769000', '202231.772000', '202231.775000', '202231.778000', '202231.780000', '202231.783000', '202231.786000', '202231.788000', '202231.791000', '202231.794000', '202231.796000', '202231.799000', '202231.802000', '202231.804000', '202231.807000', '202231.810000', '202231.812000', '202231.815000', '202231.817000', '202231.820000', '202231.823000', '202231.825000', '202231.828000', '202231.831000', '202251.706000', '202251.709000', '202251.711000', '202251.714000', '202251.717000', '202251.719000', '202251.722000', '202251.725000', '202251.727000', '202251.730000', '202251.733000', '202251.735000', '202251.738000', '202251.740000', '202251.743000', '202251.746000', '202251.748000', '202251.751000', '202251.754000', '202251.756000', '202251.769000', '202251.771000', '202251.774000', '202251.777000', '202251.779000', '202251.782000', '202251.785000', '202251.787000', '202251.790000', '202251.793000', '202251.796000', '202251.798000', '202251.801000', '202251.803000', '202251.806000', '202251.809000', '202251.811000', '202251.814000', '202251.817000', '202251.824000', '202251.827000', '202251.829000', '202251.832000', '202251.835000', '202311.706000', '202311.709000', '202311.711000', '202311.714000', '202311.717000', '202311.720000', '202311.723000', '202311.725000', '202311.728000', '202311.731000', '202311.733000', '202311.736000', '202311.738000', '202311.741000', '202311.744000', '202311.746000', '202311.749000', '202311.752000', '202311.754000', '202311.757000', '202311.760000', '202311.762000', '202311.765000', '202311.768000', '202311.770000', '202311.773000', '202311.776000', '202311.778000', '202311.781000', '202311.784000', '202311.786000', '202311.789000', '202311.792000', '202311.794000', '202311.797000', '202311.799000', '202311.802000', '202311.805000', '202311.807000', '202311.810000', '202311.813000', '202311.815000', '202311.818000', '202331.706000', '202331.709000', '202331.712000', '202331.714000', '202331.717000', '202331.719000', '202331.722000', '202331.725000', '202331.727000', '202331.730000', '202331.733000', '202331.735000', '202331.738000', '202331.741000', '202331.743000', '202331.746000', '202331.749000', '202331.752000', '202331.754000', '202331.757000', '202331.759000', '202331.762000', '202331.765000', '202331.767000', '202331.770000', '202331.773000', '202331.775000', '202331.778000', '202331.781000', '202331.783000', '202331.786000', '202331.789000', '202331.791000', '202331.794000', '202331.796000', '202331.799000', '202331.802000', '202331.804000', '202331.807000', '202331.810000', '202331.812000', '202331.815000', '202331.817000', '202331.820000', '202351.705000', '202351.707000', '202351.710000', '202351.713000', '202351.715000', '202351.718000', '202351.721000', '202351.723000', '202351.726000', '202351.729000', '202351.731000', '202351.734000', '202351.737000', '202351.739000', '202351.742000', '202351.744000', '202351.747000', '202351.750000', '202351.752000', '202351.755000', '202351.758000', '202351.760000', '202351.763000', '202351.766000', '202351.768000', '202351.771000', '202351.773000', '202351.776000', '202351.779000', '202351.781000', '202351.784000', '202351.787000', '202351.789000', '202351.792000', '202351.794000', '202351.797000', '202351.800000', '202351.802000', '202351.805000', '202351.808000', '202351.810000', '202351.813000', '202351.824000', '202411.704000', '202411.707000', '202411.710000', '202411.713000', '202411.716000', '202411.718000', '202411.721000', '202411.724000', '202411.726000', '202411.729000', '202411.732000', '202411.734000', '202411.737000', '202411.740000', '202411.742000', '202411.745000', '202411.748000', '202411.750000', '202411.753000', '202411.756000', '202411.758000', '202411.761000', '202411.764000', '202411.766000', '202411.769000', '202411.772000', '202411.784000', '202411.786000', '202411.789000', '202411.792000', '202411.797000', '202411.799000', '202411.802000', '202411.805000', '202411.807000', '202411.810000', '202411.813000', '202411.815000', '202411.818000', '202411.821000', '202411.823000', '202411.826000', '202411.829000', '202411.831000', '202431.705000', '202431.707000', '202431.710000', '202431.713000', '202431.716000', '202431.718000', '202431.721000', '202431.724000', '202431.726000', '202431.729000', '202431.731000', '202431.734000', '202431.737000', '202431.739000', '202431.742000', '202431.745000', '202431.748000', '202431.750000', '202431.753000', '202431.755000', '202431.758000', '202431.761000', '202431.764000', '202431.766000', '202431.769000', '202431.771000', '202431.774000', '202431.777000', '202431.780000', '202431.782000', '202431.785000', '202431.788000', '202431.790000', '202431.793000', '202431.795000', '202431.798000', '202431.801000', '202431.803000', '202431.806000', '202431.809000', '202431.811000', '202431.814000', '202431.817000', '202451.706000', '202451.709000', '202451.712000', '202451.715000', '202451.718000', '202451.720000', '202451.723000', '202451.727000', '202451.731000', '202451.734000', '202451.736000', '202451.739000', '202451.742000', '202451.744000', '202451.747000', '202451.750000', '202451.752000', '202451.755000', '202451.757000', '202451.760000', '202451.763000', '202451.765000', '202451.768000', '202451.771000', '202451.773000', '202451.776000', '202451.779000', '202451.781000', '202451.784000', '202451.787000', '202451.790000', '202451.792000', '202451.795000', '202451.798000', '202451.800000', '202451.803000', '202451.806000', '202451.808000', '202451.811000', '202451.814000', '202451.816000', '202451.819000', '202451.822000', '202511.706000', '202511.708000', '202511.711000', '202511.714000', '202511.716000', '202511.719000', '202511.722000', '202511.724000', '202511.727000', '202511.730000', '202511.733000', '202511.735000', '202511.738000', '202511.741000', '202511.743000', '202511.746000', '202511.749000', '202511.751000', '202511.754000', '202511.757000', '202511.759000', '202511.762000', '202511.765000', '202511.767000', '202511.770000', '202511.773000', '202511.775000', '202511.778000', '202511.781000', '202511.783000', '202511.786000', '202511.789000', '202511.791000', '202511.794000', '202511.797000', '202511.799000', '202511.802000', '202511.804000', '202511.807000', '202511.810000', '202511.812000', '202511.815000', '202511.818000', '202511.820000', '202531.705000', '202531.708000', '202531.711000', '202531.714000', '202531.716000', '202531.719000', '202531.728000', '202531.730000', '202531.733000', '202531.736000', '202531.739000', '202531.741000', '202531.744000', '202531.747000', '202531.749000', '202531.752000', '202531.755000', '202531.757000', '202531.760000', '202531.763000', '202531.765000', '202531.768000', '202531.771000', '202531.773000', '202531.776000', '202531.779000', '202531.781000', '202531.784000', '202531.787000', '202531.789000', '202531.792000', '202531.795000', '202531.797000', '202531.800000', '202531.802000', '202531.805000', '202531.808000', '202531.810000', '202531.813000', '202531.816000', '202531.818000', '202531.821000', '202531.824000', '202531.826000', '202551.706000', '202551.709000', '202551.711000', '202551.714000', '202551.717000', '202551.719000', '202551.722000', '202551.725000', '202551.727000', '202551.730000', '202551.733000', '202551.735000', '202551.738000', '202551.741000', '202551.743000', '202551.746000', '202551.749000', '202551.751000', '202551.754000', '202551.756000', '202551.759000', '202551.762000', '202551.764000', '202551.767000', '202551.770000', '202551.772000', '202551.775000', '202551.778000', '202551.780000', '202551.783000', '202551.786000', '202551.788000', '202551.791000', '202551.794000', '202551.796000', '202551.799000', '202551.801000', '202551.804000', '202551.807000', '202551.809000', '202551.812000', '202551.815000', '202551.817000', '202611.705000', '202611.707000', '202611.710000', '202611.713000', '202611.715000', '202611.718000', '202611.721000', '202611.723000', '202611.726000', '202611.729000', '202611.731000', '202611.734000', '202611.737000', '202611.739000', '202611.742000', '202611.745000', '202611.748000', '202611.751000', '202611.754000', '202611.757000', '202611.759000', '202611.762000', '202611.766000', '202611.769000', '202611.772000', '202611.774000', '202611.777000', '202611.780000', '202611.782000', '202611.785000', '202611.788000', '202611.790000', '202611.793000', '202611.796000', '202611.798000', '202611.801000', '202611.804000', '202611.806000', '202611.809000', '202611.812000', '202611.814000', '202611.817000', '202611.820000', '202631.705000', '202631.708000', '202631.711000', '202631.714000', '202631.717000', '202631.719000', '202631.722000', '202631.724000', '202631.727000', '202631.730000', '202631.732000', '202631.735000', '202631.738000', '202631.740000', '202631.743000', '202631.746000', '202631.749000', '202631.751000', '202631.754000', '202631.757000', '202631.760000', '202631.763000', '202631.765000', '202631.768000', '202631.771000', '202631.773000', '202631.776000', '202631.779000', '202631.781000', '202631.784000', '202631.787000', '202631.789000', '202631.792000', '202631.794000', '202631.797000', '202631.800000', '202631.802000', '202631.805000', '202631.808000', '202631.810000', '202631.813000', '202631.815000', '202631.818000', '202631.821000', '202631.969000'], 'InstanceCreationTime': ['201911.736000', '201911.739000', '201911.743000', '201911.745000', '201911.748000', '201911.750000', '201911.753000', '201911.756000', '201911.758000', '201911.761000', '201911.765000', '201911.767000', '201911.770000', '201911.773000', '201911.775000', '201911.778000', '201911.785000', '201911.788000', '201911.791000', '201911.793000', '201911.796000', '201911.799000', '201911.801000', '201911.804000', '201911.806000', '201911.809000', '201911.812000', '201911.814000', '201911.817000', '201911.819000', '201911.822000', '201911.825000', '201911.827000', '201911.830000', '201911.833000', '201911.835000', '201911.838000', '201911.840000', '201911.843000', '201911.846000', '201911.855000', '201911.866000', '201911.868000', '201911.871000', '201911.873000', '201911.876000', '201911.879000', '201911.881000', '201911.884000', '201911.887000', '201911.889000', '201911.892000', '201911.895000', '201911.897000', '201911.900000', '201911.903000', '201911.905000', '201911.908000', '201931.704000', '201931.707000', '201931.710000', '201931.713000', '201931.715000', '201931.718000', '201931.720000', '201931.723000', '201931.726000', '201931.728000', '201931.731000', '201931.734000', '201931.736000', '201931.739000', '201931.741000', '201931.744000', '201931.747000', '201931.749000', '201931.752000', '201931.755000', '201931.757000', '201931.760000', '201931.762000', '201931.765000', '201931.768000', '201931.770000', '201931.773000', '201931.776000', '201931.778000', '201931.781000', '201931.783000', '201931.786000', '201931.789000', '201931.791000', '201931.794000', '201931.797000', '201931.799000', '201931.802000', '201931.804000', '201931.807000', '201931.818000', '201931.820000', '201931.823000', '201931.826000', '201951.704000', '201951.707000', '201951.710000', '201951.713000', '201951.715000', '201951.718000', '201951.721000', '201951.723000', '201951.726000', '201951.739000', '201951.742000', '201951.745000', '201951.749000', '201951.752000', '201951.754000', '201951.757000', '201951.760000', '201951.762000', '201951.765000', '201951.768000', '201951.770000', '201951.773000', '201951.776000', '201951.778000', '201951.781000', '201951.784000', '201951.786000', '201951.789000', '201951.792000', '201951.794000', '201951.797000', '201951.800000', '201951.802000', '201951.806000', '201951.809000', '201951.812000', '201951.815000', '201951.817000', '201951.820000', '201951.823000', '201951.825000', '201951.828000', '201951.830000', '202011.705000', '202011.708000', '202011.711000', '202011.714000', '202011.716000', '202011.719000', '202011.722000', '202011.724000', '202011.727000', '202011.729000', '202011.732000', '202011.735000', '202011.738000', '202011.740000', '202011.743000', '202011.745000', '202011.748000', '202011.751000', '202011.753000', '202011.756000', '202011.759000', '202011.761000', '202011.764000', '202011.767000', '202011.769000', '202011.772000', '202011.775000', '202011.777000', '202011.780000', '202011.783000', '202011.785000', '202011.788000', '202011.791000', '202011.793000', '202011.796000', '202011.799000', '202011.801000', '202011.804000', '202011.807000', '202011.809000', '202011.812000', '202011.814000', '202011.817000', '202011.820000', '202031.705000', '202031.708000', '202031.711000', '202031.713000', '202031.717000', '202031.719000', '202031.722000', '202031.724000', '202031.728000', '202031.730000', '202031.733000', '202031.735000', '202031.738000', '202031.741000', '202031.744000', '202031.746000', '202031.749000', '202031.752000', '202031.754000', '202031.757000', '202031.760000', '202031.762000', '202031.765000', '202031.767000', '202031.770000', '202031.773000', '202031.775000', '202031.778000', '202031.781000', '202031.783000', '202031.786000', '202031.789000', '202031.791000', '202031.794000', '202031.798000', '202031.800000', '202031.803000', '202031.806000', '202031.817000', '202031.820000', '202031.823000', '202031.825000', '202031.828000', '202051.706000', '202051.709000', '202051.712000', '202051.714000', '202051.724000', '202051.726000', '202051.729000', '202051.732000', '202051.734000', '202051.737000', '202051.740000', '202051.742000', '202051.745000', '202051.748000', '202051.750000', '202051.753000', '202051.756000', '202051.758000', '202051.761000', '202051.764000', '202051.766000', '202051.769000', '202051.772000', '202051.774000', '202051.777000', '202051.780000', '202051.782000', '202051.785000', '202051.787000', '202051.790000', '202051.793000', '202051.795000', '202051.798000', '202051.806000', '202051.809000', '202051.811000', '202051.824000', '202051.826000', '202051.829000', '202051.832000', '202051.834000', '202051.837000', '202051.840000', '202051.842000', '202111.706000', '202111.708000', '202111.711000', '202111.714000', '202111.716000', '202111.719000', '202111.722000', '202111.725000', '202111.727000', '202111.730000', '202111.732000', '202111.735000', '202111.738000', '202111.740000', '202111.743000', '202111.746000', '202111.748000', '202111.751000', '202111.754000', '202111.756000', '202111.759000', '202111.762000', '202111.764000', '202111.767000', '202111.770000', '202111.772000', '202111.775000', '202111.778000', '202111.780000', '202111.783000', '202111.786000', '202111.788000', '202111.791000', '202111.794000', '202111.797000', '202111.800000', '202111.803000', '202111.805000', '202111.809000', '202111.811000', '202111.814000', '202111.816000', '202111.819000', '202131.706000', '202131.708000', '202131.711000', '202131.714000', '202131.717000', '202131.719000', '202131.722000', '202131.724000', '202131.727000', '202131.730000', '202131.732000', '202131.735000', '202131.738000', '202131.740000', '202131.743000', '202131.745000', '202131.748000', '202131.754000', '202131.757000', '202131.760000', '202131.762000', '202131.765000', '202131.768000', '202131.770000', '202131.773000', '202131.776000', '202131.778000', '202131.781000', '202131.783000', '202131.786000', '202131.789000', '202131.791000', '202131.794000', '202131.797000', '202131.799000', '202131.802000', '202131.805000', '202131.807000', '202131.810000', '202131.812000', '202131.815000', '202131.818000', '202131.820000', '202131.823000', '202151.704000', '202151.707000', '202151.710000', '202151.713000', '202151.715000', '202151.718000', '202151.721000', '202151.723000', '202151.726000', '202151.729000', '202151.731000', '202151.734000', '202151.736000', '202151.739000', '202151.742000', '202151.744000', '202151.747000', '202151.749000', '202151.752000', '202151.755000', '202151.758000', '202151.760000', '202151.763000', '202151.766000', '202151.768000', '202151.771000', '202151.773000', '202151.776000', '202151.779000', '202151.781000', '202151.784000', '202151.787000', '202151.789000', '202151.792000', '202151.795000', '202151.797000', '202151.800000', '202151.802000', '202151.805000', '202151.808000', '202151.810000', '202151.813000', '202151.816000', '202211.705000', '202211.707000', '202211.710000', '202211.713000', '202211.716000', '202211.718000', '202211.721000', '202211.724000', '202211.732000', '202211.734000', '202211.737000', '202211.740000', '202211.742000', '202211.745000', '202211.747000', '202211.750000', '202211.753000', '202211.755000', '202211.758000', '202211.761000', '202211.763000', '202211.766000', '202211.769000', '202211.771000', '202211.774000', '202211.777000', '202211.779000', '202211.782000', '202211.784000', '202211.787000', '202211.790000', '202211.793000', '202211.795000', '202211.798000', '202211.801000', '202211.803000', '202211.806000', '202211.808000', '202211.811000', '202211.814000', '202211.816000', '202211.819000', '202211.821000', '202211.824000', '202231.706000', '202231.709000', '202231.712000', '202231.714000', '202231.717000', '202231.720000', '202231.722000', '202231.725000', '202231.728000', '202231.730000', '202231.733000', '202231.736000', '202231.738000', '202231.741000', '202231.744000', '202231.746000', '202231.749000', '202231.764000', '202231.767000', '202231.769000', '202231.772000', '202231.775000', '202231.778000', '202231.780000', '202231.783000', '202231.786000', '202231.788000', '202231.791000', '202231.794000', '202231.796000', '202231.799000', '202231.802000', '202231.804000', '202231.807000', '202231.810000', '202231.812000', '202231.815000', '202231.817000', '202231.820000', '202231.823000', '202231.825000', '202231.828000', '202231.831000', '202251.706000', '202251.709000', '202251.711000', '202251.714000', '202251.717000', '202251.719000', '202251.722000', '202251.725000', '202251.727000', '202251.730000', '202251.733000', '202251.735000', '202251.738000', '202251.740000', '202251.743000', '202251.746000', '202251.748000', '202251.751000', '202251.754000', '202251.756000', '202251.769000', '202251.771000', '202251.774000', '202251.777000', '202251.779000', '202251.782000', '202251.785000', '202251.787000', '202251.790000', '202251.793000', '202251.796000', '202251.798000', '202251.801000', '202251.803000', '202251.806000', '202251.809000', '202251.811000', '202251.814000', '202251.817000', '202251.824000', '202251.827000', '202251.829000', '202251.832000', '202251.835000', '202311.706000', '202311.709000', '202311.711000', '202311.714000', '202311.717000', '202311.720000', '202311.723000', '202311.725000', '202311.728000', '202311.731000', '202311.733000', '202311.736000', '202311.738000', '202311.741000', '202311.744000', '202311.746000', '202311.749000', '202311.752000', '202311.754000', '202311.757000', '202311.760000', '202311.762000', '202311.765000', '202311.768000', '202311.770000', '202311.773000', '202311.776000', '202311.778000', '202311.781000', '202311.784000', '202311.786000', '202311.789000', '202311.792000', '202311.794000', '202311.797000', '202311.799000', '202311.802000', '202311.805000', '202311.807000', '202311.810000', '202311.813000', '202311.815000', '202311.818000', '202331.706000', '202331.709000', '202331.712000', '202331.714000', '202331.717000', '202331.719000', '202331.722000', '202331.725000', '202331.727000', '202331.730000', '202331.733000', '202331.735000', '202331.738000', '202331.741000', '202331.743000', '202331.746000', '202331.749000', '202331.752000', '202331.754000', '202331.757000', '202331.759000', '202331.762000', '202331.765000', '202331.767000', '202331.770000', '202331.773000', '202331.775000', '202331.778000', '202331.781000', '202331.783000', '202331.786000', '202331.789000', '202331.791000', '202331.794000', '202331.796000', '202331.799000', '202331.802000', '202331.804000', '202331.807000', '202331.810000', '202331.812000', '202331.815000', '202331.817000', '202331.820000', '202351.705000', '202351.707000', '202351.710000', '202351.713000', '202351.715000', '202351.718000', '202351.721000', '202351.723000', '202351.726000', '202351.729000', '202351.731000', '202351.734000', '202351.737000', '202351.739000', '202351.742000', '202351.744000', '202351.747000', '202351.750000', '202351.752000', '202351.755000', '202351.758000', '202351.760000', '202351.763000', '202351.766000', '202351.768000', '202351.771000', '202351.773000', '202351.776000', '202351.779000', '202351.781000', '202351.784000', '202351.787000', '202351.789000', '202351.792000', '202351.794000', '202351.797000', '202351.800000', '202351.802000', '202351.805000', '202351.808000', '202351.810000', '202351.813000', '202351.824000', '202411.704000', '202411.707000', '202411.710000', '202411.713000', '202411.716000', '202411.718000', '202411.721000', '202411.724000', '202411.726000', '202411.729000', '202411.732000', '202411.734000', '202411.737000', '202411.740000', '202411.742000', '202411.745000', '202411.748000', '202411.750000', '202411.753000', '202411.756000', '202411.758000', '202411.761000', '202411.764000', '202411.766000', '202411.769000', '202411.772000', '202411.784000', '202411.786000', '202411.789000', '202411.792000', '202411.797000', '202411.799000', '202411.802000', '202411.805000', '202411.807000', '202411.810000', '202411.813000', '202411.815000', '202411.818000', '202411.821000', '202411.823000', '202411.826000', '202411.829000', '202411.831000', '202431.705000', '202431.707000', '202431.710000', '202431.713000', '202431.716000', '202431.718000', '202431.721000', '202431.724000', '202431.726000', '202431.729000', '202431.731000', '202431.734000', '202431.737000', '202431.739000', '202431.742000', '202431.745000', '202431.748000', '202431.750000', '202431.753000', '202431.755000', '202431.758000', '202431.761000', '202431.764000', '202431.766000', '202431.769000', '202431.771000', '202431.774000', '202431.777000', '202431.780000', '202431.782000', '202431.785000', '202431.788000', '202431.790000', '202431.793000', '202431.795000', '202431.798000', '202431.801000', '202431.803000', '202431.806000', '202431.809000', '202431.811000', '202431.814000', '202431.817000', '202451.706000', '202451.709000', '202451.712000', '202451.715000', '202451.718000', '202451.720000', '202451.723000', '202451.727000', '202451.731000', '202451.734000', '202451.736000', '202451.739000', '202451.742000', '202451.744000', '202451.747000', '202451.750000', '202451.752000', '202451.755000', '202451.757000', '202451.760000', '202451.763000', '202451.765000', '202451.768000', '202451.771000', '202451.773000', '202451.776000', '202451.779000', '202451.781000', '202451.784000', '202451.787000', '202451.790000', '202451.792000', '202451.795000', '202451.798000', '202451.800000', '202451.803000', '202451.806000', '202451.808000', '202451.811000', '202451.814000', '202451.816000', '202451.819000', '202451.822000', '202511.706000', '202511.708000', '202511.711000', '202511.714000', '202511.716000', '202511.719000', '202511.722000', '202511.724000', '202511.727000', '202511.730000', '202511.733000', '202511.735000', '202511.738000', '202511.741000', '202511.743000', '202511.746000', '202511.749000', '202511.751000', '202511.754000', '202511.757000', '202511.759000', '202511.762000', '202511.765000', '202511.767000', '202511.770000', '202511.773000', '202511.775000', '202511.778000', '202511.781000', '202511.783000', '202511.786000', '202511.789000', '202511.791000', '202511.794000', '202511.797000', '202511.799000', '202511.802000', '202511.804000', '202511.807000', '202511.810000', '202511.812000', '202511.815000', '202511.818000', '202511.820000', '202531.705000', '202531.708000', '202531.711000', '202531.714000', '202531.716000', '202531.719000', '202531.728000', '202531.730000', '202531.733000', '202531.736000', '202531.739000', '202531.741000', '202531.744000', '202531.747000', '202531.749000', '202531.752000', '202531.755000', '202531.757000', '202531.760000', '202531.763000', '202531.765000', '202531.768000', '202531.771000', '202531.773000', '202531.776000', '202531.779000', '202531.781000', '202531.784000', '202531.787000', '202531.789000', '202531.792000', '202531.795000', '202531.797000', '202531.800000', '202531.802000', '202531.805000', '202531.808000', '202531.810000', '202531.813000', '202531.816000', '202531.818000', '202531.821000', '202531.824000', '202531.826000', '202551.706000', '202551.709000', '202551.711000', '202551.714000', '202551.717000', '202551.719000', '202551.722000', '202551.725000', '202551.727000', '202551.730000', '202551.733000', '202551.735000', '202551.738000', '202551.741000', '202551.743000', '202551.746000', '202551.749000', '202551.751000', '202551.754000', '202551.756000', '202551.759000', '202551.762000', '202551.764000', '202551.767000', '202551.770000', '202551.772000', '202551.775000', '202551.778000', '202551.780000', '202551.783000', '202551.786000', '202551.788000', '202551.791000', '202551.794000', '202551.796000', '202551.799000', '202551.801000', '202551.804000', '202551.807000', '202551.809000', '202551.812000', '202551.815000', '202551.817000', '202611.705000', '202611.707000', '202611.710000', '202611.713000', '202611.715000', '202611.718000', '202611.721000', '202611.723000', '202611.726000', '202611.729000', '202611.731000', '202611.734000', '202611.737000', '202611.739000', '202611.742000', '202611.745000', '202611.748000', '202611.751000', '202611.754000', '202611.757000', '202611.759000', '202611.762000', '202611.766000', '202611.769000', '202611.772000', '202611.774000', '202611.777000', '202611.780000', '202611.782000', '202611.785000', '202611.788000', '202611.790000', '202611.793000', '202611.796000', '202611.798000', '202611.801000', '202611.804000', '202611.806000', '202611.809000', '202611.812000', '202611.814000', '202611.817000', '202611.820000', '202631.705000', '202631.708000', '202631.711000', '202631.714000', '202631.717000', '202631.719000', '202631.722000', '202631.724000', '202631.727000', '202631.730000', '202631.732000', '202631.735000', '202631.738000', '202631.740000', '202631.743000', '202631.746000', '202631.749000', '202631.751000', '202631.754000', '202631.757000', '202631.760000', '202631.763000', '202631.765000', '202631.768000', '202631.771000', '202631.773000', '202631.776000', '202631.779000', '202631.781000', '202631.784000', '202631.787000', '202631.789000', '202631.792000', '202631.794000', '202631.797000', '202631.800000', '202631.802000', '202631.805000', '202631.808000', '202631.810000', '202631.813000', '202631.815000', '202631.818000', '202631.821000', '202631.969000'], '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': [9102, 10308, 19514, 9773, 15195, 11282, 13017, 9502, 10320, 11433, 9724, 15748, 9559, 12804, 9463, 10065, 9048, 9528, 10532, 9940, 11710, 9707, 13207, 9363, 12138, 9465, 10444, 9303, 9771, 13730, 9311, 12468, 9579, 10259, 12339, 9735, 13956, 9144, 11392, 9166, 9443, 13318, 9430, 13041, 9114, 11143, 9462, 9672, 13529, 8973, 11468, 9710, 9810, 9952, 9625, 13229, 9107, 10218, 9371, 9678, 14800, 9240, 12422, 9443, 9464, 13852, 9687, 13141, 9651, 9823, 14477, 9487, 13115, 9146, 10154, 9424, 9431, 13954, 9100, 12034, 9386, 9341, 9497, 9513, 13660, 9063, 12568, 9085, 9722, 13141, 9213, 14069, 10271, 12465, 9212, 10387, 16498, 9113, 12466, 9709, 9757, 9652, 9496, 11898, 9177, 10404, 9187, 9708, 13002, 9722, 13512, 9801, 10343, 10240, 9844, 15113, 9402, 10684, 9352, 9821, 9763, 12518, 9253, 12084, 9419, 9743, 17717, 9777, 14279, 10276, 9939, 12225, 9577, 12470, 9216, 9637, 9405, 9559, 13331, 9400, 10070, 9586, 9353, 12099, 9482, 12577, 9464, 9345, 11756, 9330, 12058, 9060, 11738, 9405, 9516, 14438, 9165, 13203, 9401, 12072, 9079, 9556, 16047, 9348, 13498, 9466, 10304, 9706, 9678, 13016, 9355, 10795, 9317, 9561, 12266, 9601, 12700, 9281, 10241, 9812, 9702, 16728, 9381, 13974, 9914, 9620, 13617, 9336, 12895, 9595, 9568, 9073, 9513, 13939, 9313, 11167, 9174, 9301, 10434, 9590, 14967, 9535, 12256, 9091, 9692, 14704, 9535, 14645, 9305, 11779, 10525, 9503, 13957, 9400, 11812, 9150, 9293, 12107, 9443, 11990, 9309, 11414, 8928, 9593, 13576, 9458, 13076, 9411, 12737, 9435, 9699, 9486, 9669, 12353, 9699, 11513, 9588, 9838, 13734, 9734, 14038, 9919, 11274, 17421, 9486, 14629, 9979, 9871, 9231, 9477, 14195, 9286, 10304, 9074, 9451, 9377, 9536, 9647, 9358, 13982, 9172, 13182, 9736, 11933, 17448, 11850, 15911, 10970, 12318, 17249, 9563, 15452, 10409, 10520, 14404, 9400, 16979, 9261, 10129, 9176, 9581, 12595, 9371, 11392, 9346, 9449, 9845, 9604, 13204, 9285, 12365, 9320, 9969, 17139, 9456, 13653, 9006, 12153, 9086, 9656, 14367, 9117, 12302, 9181, 11305, 8897, 9717, 15159, 9539, 11990, 9203, 11473, 8947, 9940, 9162, 9468, 9238, 9613, 17159, 10478, 13729, 9877, 11348, 9503, 10086, 14901, 8713, 13792, 8873, 12827, 9216, 11570, 9092, 9237, 14620, 9086, 12940, 9109, 10640, 9125, 9168, 14589, 8952, 12090, 9219, 9141, 9418, 9440, 14520, 9003, 11833, 9138, 9110, 13364, 9126, 12503, 9464, 9504, 12903, 9030, 13234, 8879, 11036, 10116, 9206, 15075, 9629, 12640, 9220, 9399, 13589, 8991, 11568, 8885, 9368, 12097, 9073, 10814, 9307, 9358, 13446, 9047, 11890, 8952, 9282, 14828, 8884, 11353, 9057, 9366, 15667, 9239, 13036, 9556, 9727, 9473, 9595, 13289, 9035, 10264, 9104, 9582, 14803, 9106, 12614, 9791, 9623, 13888, 9402, 13072, 9685, 10113, 19240, 9493, 15850, 9612, 10450, 18383, 9084, 14054, 9124, 11998, 8806, 9741, 13468, 8934, 10486, 8759, 9642, 15501, 9210, 10971, 16871, 9408, 14225, 9541, 11113, 18359, 9472, 14449, 9616, 10278, 11866, 9260, 13393, 9602, 9672, 12481, 8902, 12299, 9491, 9901, 8547, 9163, 11740, 8612, 11083, 8556, 11787, 9272, 9789, 15566, 8781, 13774, 9343, 10905, 8692, 9345, 18753, 9153, 14690, 9945, 10043, 11695, 9266, 13551, 8854, 10484, 8595, 9216, 8995, 9356, 13148, 9356, 9224, 13921, 9310, 16311, 9916, 11016, 19862, 10403, 16638, 9660, 10291, 18580, 9207, 11850, 8655, 9458, 8447, 9193, 13709, 8721, 10766, 8245, 9136, 9029, 9091, 8771, 9132, 13142, 8957, 10158, 15300, 9080, 13617, 10213, 12312, 8719, 10146, 19561, 10663, 15725, 10326, 11045, 8838, 9770, 9248, 8722, 9345, 9670, 9611, 12362, 17475, 11932, 15453, 9714, 12522, 10519, 9554, 15712, 9344, 13148, 9250, 10168, 8998, 9413, 11966, 9114, 11749, 9089, 9724, 8490, 9486, 11311, 9008, 13785, 8823, 12612, 9000, 9971, 8578, 9191, 15290, 8825, 13302, 9144, 10864, 17967, 9134, 15000, 9658, 10433, 8187, 9740, 8686, 9412, 8918, 9471, 8375, 9404, 16716, 8848, 14345, 9503, 10357, 10975, 9520, 18531, 9111, 12924, 16287, 10019, 18219, 9412, 13495, 10224, 10130, 18399, 9206, 14553, 8946, 11367, 9082, 9271, 14510, 9151, 13460, 8885, 12184, 8788, 9850, 14566, 9156, 14724, 8818, 13593, 8860, 10630, 12647, 9209, 13399, 9364, 13701, 8841, 10773, 18765, 9501, 14422, 8933, 10176, 12758, 8946, 13716, 8797, 12784, 8938, 9840, 8411, 9450, 8285, 10124, 7864, 11905, 8468, 7716, 9030, 15590, 11043, 11506, 17825, 8315, 13070, 18559, 9886, 16032, 11077, 11876, 19338, 12996, 16021, 15792, 12168, 18799, 11039, 14848, 9164, 11460, 15161, 9065, 12562, 8181, 10994, 11700, 8633, 13263, 8898, 11749, 7709, 10159, 14294, 8265, 12528, 7757, 10283, 14486, 7974, 12680, 8224, 9974, 14319, 7899, 11687, 7832, 9310, 13905, 7811, 11444, 7737, 9457, 13674, 7705, 11611, 7489, 9343, 14485, 7930, 11631, 8301, 8922, 14297, 7850, 11033, 9735, 8645, 12951, 8558, 9290, 14167, 7628, 12211, 8501, 9330, 14388, 7324, 10728, 8254, 8620, 13838, 7483, 10238, 11166, 8467, 13373, 8453, 10580, 11463, 8816, 13790, 7999, 9946, 10839, 8513, 15087, 7305, 10941, 10091, 8971, 14006, 7878, 12162, 8655, 9630, 14437, 7699, 12814, 7659, 11090, 10445, 8850, 14288, 8351, 9846, 12901, 8651, 15595, 8731, 10860, 14526, 8970, 15371, 8512, 13295, 11663, 10266, 17700, 8409, 10957, 12026, 8937, 14697, 7681, 10107, 10857, 7918, 12027, 7331, 10546, 7524, 8488, 14135, 7651, 10930, 7451, 8522, 15777, 7531, 12646, 14162, 9362, 14324, 9049, 12731, 9081, 9622, 16019, 8205, 13091, 7451, 9836, 10513, 8266, 14223, 7648, 9819, 11648, 8313, 14353, 7431, 10560, 9829, 8438, 15052, 7958, 11593, 8135, 8590, 14901, 7510, 11375, 8343, 8922, 15706, 7478, 12342, 9641, 9413, 15995, 9633, 12724, 8800, 8762, 14433, 7370, 13429, 8583, 10606, 7878, 10628, 8406, 12679, 8250, 13894, 13203, 10414, 16775, 11839, 12741, 7670, 10426, 15956, 8436, 14990, 9475, 10173, 7615, 9248, 14210, 7465, 10866, 7503, 8861, 10668, 7795, 11202, 7611, 8651, 11705, 7803, 13135, 7509, 12378, 8289, 8922, 13566, 7805, 14277, 7887, 10809, 15381, 8815, 14946, 9925, 12494, 11770, 9345, 15339, 8317, 11386, 10507, 8937, 16860, 7720, 12466, 11121, 8854, 15984, 8663, 12475, 8796, 9125, 14928, 7704, 11427, 7898, 8837, 12905, 7527, 13023, 7739, 10394, 9107, 8544, 16352, 7538, 12452, 10504, 9418, 15829, 7975, 13887, 9246, 9605, 14905, 7577, 13409, 8200, 9405, 9958, 8570, 11998, 7501, 9110, 9347, 8185, 13088, 7188, 11014, 7634, 8914, 15576, 7934, 13541, 7319, 11324, 8319, 8906, 15447, 8266, 13022, 7659, 12119, 8400, 9727, 16603, 8926, 12622, 7587, 8951, 12190, 8161, 15014, 8802, 11314, 7642, 8678, 17806, 8684, 15317, 10521, 10425, 9290, 10141, 15009, 7890, 10339, 7383, 8513, 7439, 8194, 12720, 7631, 10363, 9796, 8581, 15240, 7725, 14027, 9633, 9803, 14718, 8951, 15286, 7639, 14436, 7918, 10637, 8116, 8322, 13633, 8124, 15238, 8047, 12720, 8341], 'WindowCenter': [4501.0, 4508.0, 4565.0, 4494.0, 4520.0, 4489.0, 4498.0, 4467.0, 4466.0, 4476.0, 4468.0, 4505.0, 4456.0, 4484.0, 4455.0, 4465.0, 4456.0, 4468.0, 4475.0, 4467.0, 4486.0, 4467.0, 4496.0, 4456.0, 4485.0, 4456.0, 4475.0, 4454.0, 4466.0, 4506.0, 4468.0, 4487.0, 4466.0, 4466.0, 4485.0, 4467.0, 4495.0, 4456.0, 4476.0, 4454.0, 4466.0, 4494.0, 4467.0, 4497.0, 4455.0, 4474.0, 4455.0, 4456.0, 4494.0, 4456.0, 4475.0, 4454.0, 4465.0, 4454.0, 4455.0, 4496.0, 4457.0, 4467.0, 4455.0, 4466.0, 4505.0, 4455.0, 4499.0, 4468.0, 4468.0, 4495.0, 4457.0, 4495.0, 4456.0, 4466.0, 4494.0, 4454.0, 4483.0, 4454.0, 4464.0, 4456.0, 4456.0, 4495.0, 4454.0, 4485.0, 4455.0, 4457.0, 4456.0, 4469.0, 4507.0, 4459.0, 4496.0, 4457.0, 4467.0, 4497.0, 4456.0, 4496.0, 4466.0, 4485.0, 4443.0, 4465.0, 4515.0, 4457.0, 4485.0, 4455.0, 4456.0, 4454.0, 4456.0, 4486.0, 4467.0, 4478.0, 4467.0, 4470.0, 4496.0, 4469.0, 4499.0, 4468.0, 4467.0, 4467.0, 4481.0, 4519.0, 4469.0, 4477.0, 4470.0, 4479.0, 4491.0, 4511.0, 4469.0, 4500.0, 4457.0, 4469.0, 4527.0, 4470.0, 4508.0, 4465.0, 4467.0, 4475.0, 4455.0, 4485.0, 4458.0, 4466.0, 4454.0, 4456.0, 4495.0, 4456.0, 4465.0, 4466.0, 4457.0, 4485.0, 4468.0, 4486.0, 4456.0, 4457.0, 4487.0, 4469.0, 4486.0, 4457.0, 4489.0, 4456.0, 4469.0, 4508.0, 4470.0, 4498.0, 4458.0, 4488.0, 4455.0, 4466.0, 4515.0, 4457.0, 4496.0, 4455.0, 4467.0, 4456.0, 4468.0, 4495.0, 4470.0, 4478.0, 4457.0, 4467.0, 4487.0, 4467.0, 4500.0, 4469.0, 4479.0, 4468.0, 4468.0, 4515.0, 4457.0, 4508.0, 4467.0, 4468.0, 4495.0, 4455.0, 4486.0, 4466.0, 4467.0, 4445.0, 4457.0, 4494.0, 4454.0, 4475.0, 4458.0, 4469.0, 4476.0, 4467.0, 4507.0, 4467.0, 4485.0, 4459.0, 4468.0, 4506.0, 4457.0, 4506.0, 4454.0, 4476.0, 4464.0, 4456.0, 4495.0, 4456.0, 4475.0, 4445.0, 4457.0, 4487.0, 4468.0, 4476.0, 4456.0, 4477.0, 4445.0, 4457.0, 4497.0, 4458.0, 4494.0, 4457.0, 4485.0, 4457.0, 4468.0, 4468.0, 4481.0, 4512.0, 4496.0, 4517.0, 4494.0, 4494.0, 4523.0, 4495.0, 4522.0, 4480.0, 4491.0, 4527.0, 4481.0, 4520.0, 4479.0, 4481.0, 4468.0, 4469.0, 4505.0, 4467.0, 4466.0, 4469.0, 4480.0, 4482.0, 4494.0, 4492.0, 4484.0, 4521.0, 4483.0, 4511.0, 4477.0, 4502.0, 4529.0, 4500.0, 4519.0, 4478.0, 4489.0, 4515.0, 4465.0, 4505.0, 4465.0, 4465.0, 4492.0, 4455.0, 4503.0, 4443.0, 4464.0, 4442.0, 4465.0, 4483.0, 4455.0, 4474.0, 4455.0, 4465.0, 4465.0, 4468.0, 4496.0, 4468.0, 4497.0, 4456.0, 4468.0, 4528.0, 4468.0, 4495.0, 4456.0, 4487.0, 4455.0, 4467.0, 4496.0, 4457.0, 4487.0, 4467.0, 4487.0, 4456.0, 4468.0, 4517.0, 4468.0, 4486.0, 4467.0, 4488.0, 4469.0, 4480.0, 4469.0, 4469.0, 4468.0, 4478.0, 4529.0, 4479.0, 4509.0, 4452.0, 4473.0, 4452.0, 4475.0, 4505.0, 4456.0, 4493.0, 4456.0, 4484.0, 4456.0, 4487.0, 4453.0, 4455.0, 4491.0, 4444.0, 4481.0, 4456.0, 4476.0, 4454.0, 4455.0, 4492.0, 4443.0, 4484.0, 4453.0, 4455.0, 4454.0, 4454.0, 4492.0, 4444.0, 4484.0, 4455.0, 4456.0, 4492.0, 4454.0, 4483.0, 4454.0, 4467.0, 4485.0, 4455.0, 4494.0, 4445.0, 4475.0, 4463.0, 4456.0, 4504.0, 4454.0, 4484.0, 4453.0, 4455.0, 4483.0, 4455.0, 4475.0, 4454.0, 4456.0, 4484.0, 4457.0, 4478.0, 4457.0, 4469.0, 4506.0, 4458.0, 4488.0, 4456.0, 4469.0, 4508.0, 4458.0, 4477.0, 4456.0, 4458.0, 4506.0, 4457.0, 4496.0, 4467.0, 4466.0, 4455.0, 4466.0, 4497.0, 4457.0, 4477.0, 4459.0, 4470.0, 4506.0, 4458.0, 4501.0, 4479.0, 4469.0, 4508.0, 4469.0, 4498.0, 4468.0, 4478.0, 4536.0, 4458.0, 4517.0, 4455.0, 4477.0, 4526.0, 4456.0, 4495.0, 4455.0, 4485.0, 4454.0, 4467.0, 4495.0, 4458.0, 4478.0, 4447.0, 4468.0, 4505.0, 4457.0, 4477.0, 4516.0, 4457.0, 4496.0, 4456.0, 4476.0, 4514.0, 4455.0, 4506.0, 4456.0, 4465.0, 4473.0, 4454.0, 4496.0, 4470.0, 4468.0, 4498.0, 4470.0, 4498.0, 4468.0, 4480.0, 4459.0, 4468.0, 4486.0, 4457.0, 4487.0, 4457.0, 4499.0, 4468.0, 4481.0, 4530.0, 4472.0, 4509.0, 4469.0, 4479.0, 4457.0, 4469.0, 4527.0, 4458.0, 4509.0, 4467.0, 4468.0, 4486.0, 4458.0, 4496.0, 4457.0, 4477.0, 4457.0, 4458.0, 4457.0, 4469.0, 4499.0, 4469.0, 4470.0, 4508.0, 4470.0, 4519.0, 4467.0, 4477.0, 4526.0, 4466.0, 4516.0, 4454.0, 4465.0, 4513.0, 4443.0, 4474.0, 4444.0, 4454.0, 4433.0, 4455.0, 4494.0, 4445.0, 4475.0, 4445.0, 4456.0, 4455.0, 4457.0, 4457.0, 4469.0, 4508.0, 4458.0, 4479.0, 4518.0, 4470.0, 4509.0, 4480.0, 4499.0, 4457.0, 4478.0, 4538.0, 4478.0, 4519.0, 4464.0, 4474.0, 4441.0, 4464.0, 4466.0, 4469.0, 4479.0, 4479.0, 4479.0, 4511.0, 4540.0, 4502.0, 4517.0, 4455.0, 4484.0, 4464.0, 4455.0, 4502.0, 4455.0, 4484.0, 4452.0, 4452.0, 4440.0, 4453.0, 4472.0, 4455.0, 4485.0, 4454.0, 4467.0, 4455.0, 4466.0, 4476.0, 4470.0, 4508.0, 4469.0, 4498.0, 4468.0, 4480.0, 4458.0, 4480.0, 4529.0, 4472.0, 4520.0, 4497.0, 4530.0, 4567.0, 4483.0, 4531.0, 4482.0, 4491.0, 4460.0, 4481.0, 4470.0, 4481.0, 4471.0, 4493.0, 4474.0, 4508.0, 4569.0, 4485.0, 4533.0, 4481.0, 4494.0, 4502.0, 4483.0, 4552.0, 4471.0, 4513.0, 4529.0, 4480.0, 4539.0, 4468.0, 4509.0, 4466.0, 4468.0, 4526.0, 4457.0, 4506.0, 4457.0, 4487.0, 4457.0, 4470.0, 4506.0, 4468.0, 4496.0, 4457.0, 4487.0, 4456.0, 4480.0, 4507.0, 4458.0, 4507.0, 4458.0, 4498.0, 4457.0, 4478.0, 4497.0, 4468.0, 4497.0, 4469.0, 4508.0, 4457.0, 4489.0, 4537.0, 4467.0, 4507.0, 4456.0, 4466.0, 4495.0, 4457.0, 4495.0, 4456.0, 4496.0, 4457.0, 4477.0, 4459.0, 4480.0, 4473.0, 4481.0, 4461.0, 4499.0, 4458.0, 4448.0, 4483.0, 4530.0, 4477.0, 4487.0, 4526.0, 4446.0, 4498.0, 4525.0, 4465.0, 4514.0, 4462.0, 4472.0, 4511.0, 4470.0, 4490.0, 4477.0, 4458.0, 4486.0, 4435.0, 4465.0, 4412.0, 4433.0, 4461.0, 4402.0, 4441.0, 4402.0, 4434.0, 4442.0, 4415.0, 4464.0, 4425.0, 4456.0, 4404.0, 4436.0, 4475.0, 4417.0, 4468.0, 4407.0, 4450.0, 4478.0, 4420.0, 4480.0, 4429.0, 4451.0, 4489.0, 4431.0, 4472.0, 4432.0, 4454.0, 4492.0, 4433.0, 4484.0, 4433.0, 4465.0, 4494.0, 4434.0, 4485.0, 4435.0, 4466.0, 4504.0, 4444.0, 4484.0, 4445.0, 4468.0, 4506.0, 4446.0, 4487.0, 4465.0, 4457.0, 4496.0, 4456.0, 4468.0, 4506.0, 4447.0, 4497.0, 4456.0, 4468.0, 4516.0, 4448.0, 4488.0, 4457.0, 4469.0, 4507.0, 4448.0, 4489.0, 4487.0, 4458.0, 4508.0, 4459.0, 4489.0, 4487.0, 4469.0, 4508.0, 4458.0, 4479.0, 4487.0, 4469.0, 4518.0, 4444.0, 4488.0, 4477.0, 4468.0, 4517.0, 4457.0, 4499.0, 4458.0, 4479.0, 4518.0, 4449.0, 4508.0, 4449.0, 4500.0, 4487.0, 4480.0, 4520.0, 4460.0, 4491.0, 4509.0, 4470.0, 4529.0, 4469.0, 4490.0, 4508.0, 4469.0, 4528.0, 4459.0, 4508.0, 4487.0, 4478.0, 4528.0, 4447.0, 4477.0, 4485.0, 4456.0, 4505.0, 4435.0, 4475.0, 4474.0, 4446.0, 4495.0, 4438.0, 4487.0, 4448.0, 4470.0, 4518.0, 4450.0, 4500.0, 4450.0, 4471.0, 4530.0, 4459.0, 4521.0, 4520.0, 4480.0, 4518.0, 4468.0, 4509.0, 4467.0, 4479.0, 4529.0, 4460.0, 4508.0, 4448.0, 4490.0, 4477.0, 4458.0, 4517.0, 4447.0, 4477.0, 4486.0, 4456.0, 4505.0, 4436.0, 4489.0, 4464.0, 4456.0, 4515.0, 4447.0, 4487.0, 4446.0, 4457.0, 4516.0, 4448.0, 4499.0, 4456.0, 4469.0, 4528.0, 4449.0, 4509.0, 4477.0, 4479.0, 4527.0, 4467.0, 4497.0, 4455.0, 4469.0, 4517.0, 4463.0, 4522.0, 4483.0, 4501.0, 4475.0, 4503.0, 4484.0, 4522.0, 4483.0, 4533.0, 4510.0, 4503.0, 4540.0, 4499.0, 4509.0, 4448.0, 4489.0, 4517.0, 4460.0, 4528.0, 4466.0, 4476.0, 4432.0, 4465.0, 4503.0, 4435.0, 4473.0, 4434.0, 4455.0, 4474.0, 4446.0, 4497.0, 4446.0, 4467.0, 4495.0, 4448.0, 4507.0, 4449.0, 4510.0, 4471.0, 4479.0, 4518.0, 4459.0, 4518.0, 4458.0, 4499.0, 4528.0, 4468.0, 4517.0, 4477.0, 4498.0, 4485.0, 4468.0, 4517.0, 4456.0, 4485.0, 4474.0, 4455.0, 4524.0, 4435.0, 4496.0, 4484.0, 4455.0, 4513.0, 4454.0, 4494.0, 4443.0, 4454.0, 4513.0, 4444.0, 4484.0, 4443.0, 4454.0, 4493.0, 4433.0, 4493.0, 4434.0, 4475.0, 4454.0, 4455.0, 4523.0, 4444.0, 4496.0, 4473.0, 4460.0, 4513.0, 4444.0, 4503.0, 4452.0, 4463.0, 4501.0, 4434.0, 4493.0, 4443.0, 4463.0, 4461.0, 4453.0, 4483.0, 4434.0, 4465.0, 4464.0, 4457.0, 4504.0, 4436.0, 4487.0, 4445.0, 4466.0, 4513.0, 4456.0, 4505.0, 4436.0, 4487.0, 4456.0, 4468.0, 4516.0, 4456.0, 4507.0, 4447.0, 4508.0, 4456.0, 4479.0, 4527.0, 4467.0, 4497.0, 4446.0, 4468.0, 4496.0, 4458.0, 4517.0, 4467.0, 4487.0, 4446.0, 4457.0, 4525.0, 4456.0, 4516.0, 4474.0, 4475.0, 4453.0, 4475.0, 4503.0, 4445.0, 4475.0, 4435.0, 4455.0, 4435.0, 4457.0, 4505.0, 4447.0, 4487.0, 4475.0, 4458.0, 4517.0, 4447.0, 4515.0, 4466.0, 4478.0, 4516.0, 4466.0, 4516.0, 4460.0, 4518.0, 4446.0, 4487.0, 4446.0, 4457.0, 4506.0, 4447.0, 4515.0, 4444.0, 4496.0, 4457.0], 'WindowWidth': [9919.0, 9920.0, 9990.0, 9890.0, 9918.0, 9872.0, 9883.0, 9837.0, 9836.0, 9848.0, 9841.0, 9886.0, 9819.0, 9857.0, 9819.0, 9833.0, 9823.0, 9840.0, 9846.0, 9838.0, 9861.0, 9839.0, 9876.0, 9823.0, 9860.0, 9821.0, 9847.0, 9817.0, 9835.0, 9891.0, 9841.0, 9865.0, 9834.0, 9836.0, 9857.0, 9837.0, 9873.0, 9821.0, 9846.0, 9816.0, 9835.0, 9869.0, 9840.0, 9878.0, 9818.0, 9844.0, 9817.0, 9822.0, 9870.0, 9822.0, 9844.0, 9817.0, 9832.0, 9815.0, 9820.0, 9877.0, 9825.0, 9836.0, 9818.0, 9836.0, 9886.0, 9820.0, 9886.0, 9840.0, 9839.0, 9872.0, 9823.0, 9872.0, 9820.0, 9835.0, 9869.0, 9816.0, 9854.0, 9814.0, 9830.0, 9822.0, 9824.0, 9872.0, 9817.0, 9858.0, 9819.0, 9823.0, 9822.0, 9843.0, 9891.0, 9830.0, 9877.0, 9823.0, 9839.0, 9878.0, 9823.0, 9875.0, 9833.0, 9858.0, 9797.0, 9831.0, 9902.0, 9824.0, 9858.0, 9818.0, 9820.0, 9814.0, 9819.0, 9861.0, 9839.0, 9854.0, 9839.0, 9845.0, 9877.0, 9843.0, 9885.0, 9839.0, 9837.0, 9835.0, 9865.0, 9916.0, 9848.0, 9853.0, 9849.0, 9861.0, 9879.0, 9905.0, 9846.0, 9887.0, 9825.0, 9843.0, 9919.0, 9845.0, 9895.0, 9831.0, 9834.0, 9842.0, 9817.0, 9857.0, 9827.0, 9836.0, 9815.0, 9820.0, 9871.0, 9819.0, 9832.0, 9836.0, 9826.0, 9859.0, 9839.0, 9862.0, 9822.0, 9824.0, 9865.0, 9842.0, 9862.0, 9826.0, 9869.0, 9822.0, 9842.0, 9896.0, 9848.0, 9881.0, 9826.0, 9867.0, 9819.0, 9836.0, 9901.0, 9825.0, 9877.0, 9819.0, 9836.0, 9820.0, 9839.0, 9874.0, 9846.0, 9854.0, 9824.0, 9840.0, 9864.0, 9840.0, 9888.0, 9844.0, 9855.0, 9839.0, 9841.0, 9901.0, 9824.0, 9895.0, 9836.0, 9838.0, 9873.0, 9818.0, 9860.0, 9836.0, 9837.0, 9803.0, 9824.0, 9870.0, 9818.0, 9847.0, 9828.0, 9842.0, 9848.0, 9838.0, 9891.0, 9838.0, 9862.0, 9831.0, 9841.0, 9889.0, 9823.0, 9887.0, 9815.0, 9847.0, 9828.0, 9819.0, 9871.0, 9818.0, 9843.0, 9802.0, 9823.0, 9865.0, 9840.0, 9848.0, 9821.0, 9850.0, 9805.0, 9823.0, 9876.0, 9825.0, 9870.0, 9823.0, 9860.0, 9823.0, 9840.0, 9842.0, 9864.0, 9909.0, 9896.0, 9925.0, 9889.0, 9888.0, 9926.0, 9890.0, 9924.0, 9862.0, 9876.0, 9921.0, 9863.0, 9918.0, 9859.0, 9864.0, 9842.0, 9844.0, 9889.0, 9838.0, 9835.0, 9844.0, 9863.0, 9869.0, 9889.0, 9883.0, 9874.0, 9922.0, 9873.0, 9907.0, 9858.0, 9896.0, 9928.0, 9888.0, 9915.0, 9854.0, 9870.0, 9901.0, 9831.0, 9887.0, 9832.0, 9831.0, 9864.0, 9815.0, 9880.0, 9798.0, 9826.0, 9795.0, 9832.0, 9853.0, 9818.0, 9843.0, 9818.0, 9833.0, 9834.0, 9840.0, 9876.0, 9841.0, 9880.0, 9823.0, 9840.0, 9926.0, 9841.0, 9873.0, 9823.0, 9864.0, 9818.0, 9837.0, 9875.0, 9824.0, 9865.0, 9838.0, 9866.0, 9821.0, 9842.0, 9909.0, 9842.0, 9863.0, 9841.0, 9871.0, 9847.0, 9863.0, 9845.0, 9846.0, 9841.0, 9858.0, 9926.0, 9857.0, 9902.0, 9809.0, 9841.0, 9811.0, 9847.0, 9889.0, 9824.0, 9869.0, 9822.0, 9858.0, 9824.0, 9867.0, 9815.0, 9818.0, 9863.0, 9802.0, 9850.0, 9825.0, 9850.0, 9816.0, 9818.0, 9865.0, 9801.0, 9856.0, 9814.0, 9822.0, 9816.0, 9816.0, 9865.0, 9803.0, 9860.0, 9822.0, 9823.0, 9867.0, 9818.0, 9856.0, 9818.0, 9841.0, 9859.0, 9819.0, 9871.0, 9805.0, 9847.0, 9827.0, 9823.0, 9886.0, 9817.0, 9856.0, 9814.0, 9818.0, 9853.0, 9820.0, 9847.0, 9818.0, 9824.0, 9857.0, 9826.0, 9855.0, 9827.0, 9844.0, 9891.0, 9829.0, 9868.0, 9821.0, 9844.0, 9896.0, 9828.0, 9852.0, 9823.0, 9827.0, 9889.0, 9826.0, 9876.0, 9836.0, 9836.0, 9820.0, 9838.0, 9879.0, 9827.0, 9853.0, 9830.0, 9847.0, 9893.0, 9830.0, 9892.0, 9858.0, 9846.0, 9896.0, 9843.0, 9884.0, 9841.0, 9856.0, 9933.0, 9825.0, 9908.0, 9818.0, 9851.0, 9919.0, 9821.0, 9873.0, 9818.0, 9859.0, 9815.0, 9837.0, 9875.0, 9827.0, 9854.0, 9811.0, 9841.0, 9889.0, 9824.0, 9852.0, 9904.0, 9824.0, 9876.0, 9820.0, 9849.0, 9896.0, 9816.0, 9891.0, 9821.0, 9832.0, 9840.0, 9815.0, 9877.0, 9848.0, 9842.0, 9882.0, 9848.0, 9885.0, 9843.0, 9864.0, 9834.0, 9844.0, 9865.0, 9827.0, 9866.0, 9829.0, 9887.0, 9843.0, 9865.0, 9930.0, 9855.0, 9901.0, 9846.0, 9859.0, 9826.0, 9843.0, 9921.0, 9827.0, 9900.0, 9836.0, 9839.0, 9861.0, 9826.0, 9877.0, 9823.0, 9851.0, 9825.0, 9827.0, 9826.0, 9846.0, 9885.0, 9846.0, 9846.0, 9896.0, 9847.0, 9914.0, 9839.0, 9852.0, 9920.0, 9835.0, 9902.0, 9815.0, 9831.0, 9894.0, 9798.0, 9843.0, 9801.0, 9815.0, 9786.0, 9817.0, 9868.0, 9803.0, 9844.0, 9805.0, 9822.0, 9819.0, 9826.0, 9825.0, 9846.0, 9897.0, 9830.0, 9859.0, 9912.0, 9849.0, 9900.0, 9861.0, 9885.0, 9826.0, 9855.0, 9938.0, 9855.0, 9912.0, 9829.0, 9843.0, 9796.0, 9833.0, 9840.0, 9848.0, 9862.0, 9863.0, 9863.0, 9910.0, 9948.0, 9895.0, 9908.0, 9819.0, 9858.0, 9829.0, 9818.0, 9879.0, 9818.0, 9856.0, 9811.0, 9811.0, 9791.0, 9812.0, 9835.0, 9820.0, 9859.0, 9818.0, 9839.0, 9821.0, 9838.0, 9849.0, 9849.0, 9897.0, 9848.0, 9885.0, 9844.0, 9863.0, 9830.0, 9864.0, 9930.0, 9855.0, 9919.0, 9903.0, 9951.0, 9996.0, 9872.0, 9937.0, 9871.0, 9880.0, 9838.0, 9866.0, 9851.0, 9868.0, 9855.0, 9888.0, 9863.0, 9918.0, 10006.0, 9881.0, 9941.0, 9866.0, 9891.0, 9898.0, 9871.0, 9966.0, 9853.0, 9911.0, 9928.0, 9863.0, 9941.0, 9843.0, 9898.0, 9836.0, 9840.0, 9918.0, 9824.0, 9890.0, 9824.0, 9865.0, 9827.0, 9849.0, 9892.0, 9842.0, 9876.0, 9827.0, 9865.0, 9823.0, 9861.0, 9894.0, 9827.0, 9892.0, 9829.0, 9882.0, 9826.0, 9856.0, 9879.0, 9842.0, 9880.0, 9844.0, 9898.0, 9826.0, 9874.0, 9938.0, 9840.0, 9893.0, 9821.0, 9837.0, 9875.0, 9826.0, 9872.0, 9823.0, 9875.0, 9825.0, 9853.0, 9833.0, 9863.0, 9862.0, 9866.0, 9838.0, 9888.0, 9829.0, 9818.0, 9874.0, 9933.0, 9852.0, 9867.0, 9920.0, 9811.0, 9884.0, 9917.0, 9834.0, 9901.0, 9824.0, 9838.0, 9890.0, 9830.0, 9861.0, 9835.0, 9808.0, 9847.0, 9774.0, 9815.0, 9738.0, 9766.0, 9801.0, 9723.0, 9776.0, 9723.0, 9771.0, 9780.0, 9749.0, 9813.0, 9761.0, 9805.0, 9734.0, 9780.0, 9829.0, 9755.0, 9825.0, 9743.0, 9804.0, 9839.0, 9765.0, 9846.0, 9776.0, 9808.0, 9856.0, 9783.0, 9839.0, 9785.0, 9818.0, 9867.0, 9791.0, 9858.0, 9789.0, 9835.0, 9872.0, 9794.0, 9864.0, 9796.0, 9840.0, 9888.0, 9808.0, 9861.0, 9811.0, 9847.0, 9893.0, 9812.0, 9868.0, 9835.0, 9828.0, 9878.0, 9826.0, 9844.0, 9892.0, 9816.0, 9883.0, 9826.0, 9845.0, 9908.0, 9819.0, 9871.0, 9829.0, 9849.0, 9898.0, 9821.0, 9876.0, 9870.0, 9834.0, 9900.0, 9835.0, 9877.0, 9870.0, 9849.0, 9899.0, 9832.0, 9861.0, 9869.0, 9849.0, 9913.0, 9811.0, 9874.0, 9855.0, 9847.0, 9911.0, 9832.0, 9888.0, 9832.0, 9864.0, 9915.0, 9822.0, 9901.0, 9823.0, 9892.0, 9872.0, 9866.0, 9919.0, 9838.0, 9881.0, 9905.0, 9853.0, 9932.0, 9847.0, 9880.0, 9899.0, 9849.0, 9928.0, 9834.0, 9902.0, 9868.0, 9857.0, 9926.0, 9813.0, 9854.0, 9862.0, 9825.0, 9888.0, 9796.0, 9847.0, 9844.0, 9812.0, 9877.0, 9805.0, 9871.0, 9818.0, 9852.0, 9915.0, 9825.0, 9891.0, 9824.0, 9856.0, 9932.0, 9838.0, 9925.0, 9919.0, 9863.0, 9912.0, 9847.0, 9901.0, 9843.0, 9863.0, 9933.0, 9838.0, 9898.0, 9820.0, 9878.0, 9857.0, 9832.0, 9911.0, 9818.0, 9858.0, 9865.0, 9826.0, 9891.0, 9799.0, 9875.0, 9834.0, 9826.0, 9904.0, 9816.0, 9869.0, 9814.0, 9832.0, 9908.0, 9822.0, 9889.0, 9829.0, 9850.0, 9929.0, 9822.0, 9903.0, 9857.0, 9863.0, 9924.0, 9842.0, 9883.0, 9825.0, 9850.0, 9912.0, 9851.0, 9927.0, 9875.0, 9896.0, 9870.0, 9905.0, 9881.0, 9929.0, 9878.0, 9943.0, 9908.0, 9904.0, 9950.0, 9889.0, 9905.0, 9819.0, 9876.0, 9910.0, 9837.0, 9928.0, 9839.0, 9853.0, 9790.0, 9835.0, 9885.0, 9797.0, 9847.0, 9793.0, 9824.0, 9849.0, 9815.0, 9886.0, 9816.0, 9844.0, 9879.0, 9819.0, 9898.0, 9825.0, 9906.0, 9856.0, 9865.0, 9915.0, 9837.0, 9914.0, 9833.0, 9892.0, 9929.0, 9846.0, 9911.0, 9856.0, 9886.0, 9865.0, 9844.0, 9912.0, 9828.0, 9865.0, 9848.0, 9824.0, 9917.0, 9797.0, 9881.0, 9862.0, 9823.0, 9900.0, 9822.0, 9875.0, 9803.0, 9821.0, 9899.0, 9809.0, 9860.0, 9805.0, 9822.0, 9871.0, 9792.0, 9873.0, 9794.0, 9851.0, 9821.0, 9824.0, 9914.0, 9809.0, 9880.0, 9845.0, 9826.0, 9899.0, 9806.0, 9886.0, 9815.0, 9832.0, 9881.0, 9793.0, 9872.0, 9804.0, 9832.0, 9826.0, 9820.0, 9858.0, 9795.0, 9838.0, 9835.0, 9830.0, 9890.0, 9803.0, 9872.0, 9812.0, 9841.0, 9902.0, 9828.0, 9892.0, 9803.0, 9872.0, 9827.0, 9846.0, 9908.0, 9829.0, 9897.0, 9818.0, 9901.0, 9829.0, 9863.0, 9926.0, 9844.0, 9884.0, 9814.0, 9847.0, 9882.0, 9833.0, 9910.0, 9842.0, 9870.0, 9815.0, 9830.0, 9922.0, 9826.0, 9908.0, 9846.0, 9848.0, 9818.0, 9851.0, 9886.0, 9810.0, 9851.0, 9798.0, 9825.0, 9797.0, 9830.0, 9892.0, 9817.0, 9871.0, 9851.0, 9832.0, 9910.0, 9816.0, 9906.0, 9841.0, 9861.0, 9908.0, 9841.0, 9907.0, 9842.0, 9915.0, 9813.0, 9870.0, 9813.0, 9831.0, 9894.0, 9816.0, 9906.0, 9808.0, 9878.0, 9828.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.002250602766798419</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.038531341403162056</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.35430074726013</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1293946159149348</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9521562997329384</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4644</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6875.1431</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08733202717814138</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.964426877470356</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6732374707569124</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6131573013338385</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8681549316178576</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.538400179319041</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0092358</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011890978552401066</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01946784183382988</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.628181087712682</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.6567</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.1276</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.9682</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301488.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>854.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.082</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7889</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>636.5632</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3640.8272</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3877.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75056.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1030.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4899.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1068.5724</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.87311753910035</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> |