=== 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-0033 --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-0033",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
118 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
118 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-01/func/sub-0033_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>d2d44f5306a9e1d303d74189fcb53984</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>14:22:10.380000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999443, 0.0235107, 0.0236838, -0.0204117, 0.992132, -0.123518]</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.114935</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>[4169, -7708, -7227, 365, -39, -103, 16, 74]</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>300.573</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>41caf0de-f147-4516-8076-0b4e26729ed7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814324855804443, -0.054763223975896835, 0.0712839886546135, 112.165283203125], [-0.06307757645845413, 2.661818504333496, -0.3320082724094391, -78.21653747558594], [0.06354192644357681, 0.3313904404640198, 2.678560972213745, -74.63758087158203], [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': ['142210.380000', '142210.840000', '142211.300000', '142211.760000', '142212.220000', '142212.680000', '142213.140000', '142213.600000', '142214.060000', '142214.520000', '142214.980000', '142215.440000', '142215.900000', '142216.360000', '142216.820000', '142217.280000', '142217.740000', '142218.200000', '142218.660000', '142219.120000', '142219.580000', '142220.040000', '142220.500000', '142220.960000', '142221.420000', '142221.880000', '142222.340000', '142222.800000', '142223.260000', '142223.720000', '142224.180000', '142224.640000', '142225.100000', '142225.560000', '142226.020000', '142226.480000', '142226.940000', '142227.400000', '142227.860000', '142228.320000', '142228.780000', '142229.240000', '142229.700000', '142230.160000', '142230.620000', '142231.080000', '142231.540000', '142232.000000', '142232.460000', '142232.920000', '142233.380000', '142233.840000', '142234.300000', '142234.760000', '142235.220000', '142235.680000', '142236.140000', '142236.600000', '142237.060000', '142237.520000', '142237.980000', '142238.440000', '142238.900000', '142239.360000', '142239.820000', '142240.280000', '142240.740000', '142241.200000', '142241.660000', '142242.120000', '142242.580000', '142243.040000', '142243.500000', '142243.960000', '142244.420000', '142244.880000', '142245.340000', '142245.800000', '142246.260000', '142246.720000', '142247.180000', '142247.640000', '142248.100000', '142248.560000', '142249.020000', '142249.480000', '142249.940000', '142250.400000', '142250.860000', '142251.320000', '142251.780000', '142252.240000', '142252.700000', '142253.160000', '142253.620000', '142254.080000', '142254.540000', '142255.000000', '142255.460000', '142255.920000', '142256.380000', '142256.840000', '142257.300000', '142257.760000', '142258.220000', '142258.680000', '142259.140000', '142259.600000', '142300.060000', '142300.520000', '142300.980000', '142301.440000', '142301.900000', '142302.360000', '142302.820000', '142303.280000', '142303.740000', '142304.200000', '142304.660000', '142305.120000', '142305.580000', '142306.040000', '142306.500000', '142306.960000', '142307.420000', '142307.880000', '142308.340000', '142308.800000', '142309.260000', '142309.720000', '142310.180000', '142310.640000', '142311.100000', '142311.560000', '142312.020000', '142312.480000', '142312.940000', '142313.400000', '142313.860000', '142314.320000', '142314.780000', '142315.240000', '142315.700000', '142316.160000', '142316.620000', '142317.080000', '142317.540000', '142318.000000', '142318.460000', '142318.920000', '142319.380000', '142319.840000', '142320.300000', '142320.760000', '142321.220000', '142321.680000', '142322.140000', '142322.600000', '142323.060000', '142323.520000', '142323.980000', '142324.440000', '142324.900000', '142325.360000', '142325.820000', '142326.280000', '142326.740000', '142327.200000', '142327.660000', '142328.120000', '142328.580000', '142329.040000', '142329.500000', '142329.960000', '142330.420000', '142330.880000', '142331.340000', '142331.800000', '142332.260000', '142332.720000', '142333.180000', '142333.640000', '142334.100000', '142334.560000', '142335.020000', '142335.480000', '142335.940000', '142336.400000', '142336.860000', '142337.320000', '142337.780000', '142338.240000', '142338.700000', '142339.160000', '142339.620000', '142340.080000', '142340.540000', '142341.000000', '142341.460000', '142341.920000', '142342.380000', '142342.840000', '142343.300000', '142343.760000', '142344.220000', '142344.680000', '142345.140000', '142345.600000', '142346.060000', '142346.520000', '142346.980000', '142347.440000', '142347.900000', '142348.360000', '142348.820000', '142349.280000', '142349.740000', '142350.200000', '142350.660000', '142351.120000', '142351.580000', '142352.040000', '142352.500000', '142352.960000', '142353.420000', '142353.880000', '142354.340000', '142354.800000', '142355.260000', '142355.720000', '142356.180000', '142356.640000', '142357.100000', '142357.560000', '142358.020000', '142358.480000', '142358.940000', '142359.400000', '142359.860000', '142400.320000', '142400.780000', '142401.240000', '142401.700000', '142402.160000', '142402.620000', '142403.080000', '142403.540000', '142404.000000', '142404.460000', '142404.920000', '142405.380000', '142405.840000', '142406.300000', '142406.760000', '142407.220000', '142407.680000', '142408.140000', '142408.600000', '142409.060000', '142409.520000', '142409.980000', '142410.440000', '142410.900000', '142411.360000', '142411.820000', '142412.280000', '142412.740000', '142413.200000', '142413.660000', '142414.120000', '142414.580000', '142415.040000', '142415.500000', '142415.960000', '142416.420000', '142416.880000', '142417.340000', '142417.800000', '142418.260000', '142418.720000', '142419.180000', '142419.640000', '142420.100000', '142420.560000', '142421.020000', '142421.480000', '142421.940000', '142422.400000', '142422.860000', '142423.320000', '142423.780000', '142424.240000', '142424.700000', '142425.160000', '142425.620000', '142426.080000', '142426.540000', '142427.000000', '142427.460000', '142427.920000', '142428.380000', '142428.840000', '142429.300000', '142429.760000', '142430.220000', '142430.680000', '142431.140000', '142431.600000', '142432.060000', '142432.520000', '142432.980000', '142433.440000', '142433.900000', '142434.360000', '142434.820000', '142435.280000', '142435.740000', '142436.200000', '142436.660000', '142437.120000', '142437.580000', '142438.040000', '142438.500000', '142438.960000', '142439.420000', '142439.880000', '142440.340000', '142440.800000', '142441.260000', '142441.720000', '142442.180000', '142442.640000', '142443.100000', '142443.560000', '142444.020000', '142444.480000', '142444.940000', '142445.400000', '142445.860000', '142446.320000', '142446.780000', '142447.240000', '142447.700000', '142448.160000', '142448.620000', '142449.080000', '142449.540000', '142450.000000', '142450.460000', '142450.920000', '142451.380000', '142451.840000', '142452.300000', '142452.760000', '142453.220000', '142453.680000', '142454.140000', '142454.600000', '142455.060000', '142455.520000', '142455.980000', '142456.440000', '142456.900000', '142457.360000', '142457.820000', '142458.280000', '142458.740000', '142459.200000', '142459.660000', '142500.120000', '142500.580000', '142501.040000', '142501.500000', '142501.960000', '142502.420000', '142502.880000', '142503.340000', '142503.800000', '142504.260000', '142504.720000', '142505.180000', '142505.640000', '142506.100000', '142506.560000', '142507.020000', '142507.480000', '142507.940000', '142508.400000', '142508.860000', '142509.320000', '142509.780000', '142510.240000', '142510.700000', '142511.160000', '142511.620000', '142512.080000', '142512.540000', '142513.000000', '142513.460000', '142513.920000', '142514.380000', '142514.840000', '142515.300000', '142515.760000', '142516.220000', '142516.680000', '142517.140000', '142517.600000', '142518.060000', '142518.520000', '142518.980000', '142519.440000', '142519.900000', '142520.360000', '142520.820000', '142521.280000', '142521.740000', '142522.200000', '142522.660000', '142523.120000', '142523.580000', '142524.040000', '142524.500000', '142524.960000', '142525.420000', '142525.880000', '142526.340000', '142526.800000', '142527.260000', '142527.720000', '142528.180000', '142528.640000', '142529.100000', '142529.560000', '142530.020000', '142530.480000', '142530.940000', '142531.400000', '142531.860000', '142532.320000', '142532.780000', '142533.240000', '142533.700000', '142534.160000', '142534.620000', '142535.080000', '142535.540000', '142536.000000', '142536.460000', '142536.920000', '142537.380000', '142537.840000', '142538.300000', '142538.760000', '142539.220000', '142539.680000', '142540.140000', '142540.600000', '142541.060000', '142541.520000', '142541.980000', '142542.440000', '142542.900000', '142543.360000', '142543.820000', '142544.280000', '142544.740000', '142545.200000', '142545.660000', '142546.120000', '142546.580000', '142547.040000', '142547.500000', '142547.960000', '142548.420000', '142548.880000', '142549.340000', '142549.800000', '142550.260000', '142550.720000', '142551.180000', '142551.640000', '142552.100000', '142552.560000', '142553.020000', '142553.480000', '142553.940000', '142554.400000', '142554.860000', '142555.320000', '142555.780000', '142556.240000', '142556.700000', '142557.160000', '142557.620000', '142558.080000', '142558.540000', '142559.000000', '142559.460000', '142559.920000', '142600.380000', '142600.840000', '142601.300000', '142601.760000', '142602.220000', '142602.680000', '142603.140000', '142603.600000', '142604.060000', '142604.520000', '142604.980000', '142605.440000', '142605.900000', '142606.360000', '142606.820000', '142607.280000', '142607.740000', '142608.200000', '142608.660000', '142609.120000', '142609.580000', '142610.040000', '142610.500000', '142610.960000', '142611.420000', '142611.880000', '142612.340000', '142612.800000', '142613.260000', '142613.720000', '142614.180000', '142614.640000', '142615.100000', '142615.560000', '142616.020000', '142616.480000', '142616.940000', '142617.400000', '142617.860000', '142618.320000', '142618.780000', '142619.240000', '142619.700000', '142620.160000', '142620.620000', '142621.080000', '142621.540000', '142622.000000', '142622.460000', '142622.920000', '142623.380000', '142623.840000', '142624.300000', '142624.760000', '142625.220000', '142625.680000', '142626.140000', '142626.600000', '142627.060000', '142627.520000', '142627.980000', '142628.440000', '142628.900000', '142629.360000', '142629.820000', '142630.280000', '142630.740000', '142631.200000', '142631.660000', '142632.120000', '142632.580000', '142633.040000', '142633.500000', '142633.960000', '142634.420000', '142634.880000', '142635.340000', '142635.800000', '142636.260000', '142636.720000', '142637.180000', '142637.640000', '142638.100000', '142638.560000', '142639.020000', '142639.480000', '142639.940000', '142640.400000', '142640.860000', '142641.320000', '142641.780000', '142642.240000', '142642.700000', '142643.160000', '142643.620000', '142644.080000', '142644.540000', '142645.000000', '142645.460000', '142645.920000', '142646.380000', '142646.840000', '142647.300000', '142647.760000', '142648.220000', '142648.680000', '142649.140000', '142649.600000', '142650.060000', '142650.520000', '142650.980000', '142651.440000', '142651.900000', '142652.360000', '142652.820000', '142653.280000', '142653.740000', '142654.200000', '142654.660000', '142655.120000', '142655.580000', '142656.040000', '142656.500000', '142656.960000', '142657.420000', '142657.880000', '142658.340000', '142658.800000', '142659.260000', '142659.720000', '142700.180000', '142700.640000', '142701.100000', '142701.560000', '142702.020000', '142702.480000', '142702.940000', '142703.400000', '142703.860000', '142704.320000', '142704.780000', '142705.240000', '142705.700000', '142706.160000', '142706.620000', '142707.080000', '142707.540000', '142708.000000', '142708.460000', '142708.920000', '142709.380000', '142709.840000', '142710.300000', '142710.760000', '142711.220000', '142711.680000', '142712.140000', '142712.600000', '142713.060000', '142713.520000', '142713.980000', '142714.440000', '142714.900000', '142715.360000', '142715.820000', '142716.280000', '142716.740000', '142717.200000', '142717.660000', '142718.120000', '142718.580000', '142719.040000', '142719.500000', '142719.960000', '142720.420000', '142720.880000', '142721.340000', '142721.800000', '142722.260000', '142722.720000', '142723.180000', '142723.640000', '142724.100000', '142724.560000', '142725.020000', '142725.480000', '142725.940000', '142726.400000', '142726.860000', '142727.320000', '142727.780000', '142728.240000', '142728.700000', '142729.160000', '142729.620000', '142730.080000', '142730.540000', '142731.000000', '142731.460000', '142731.920000', '142732.380000', '142732.840000', '142733.300000', '142733.760000', '142734.220000', '142734.680000', '142735.140000', '142735.600000', '142736.060000', '142736.520000', '142736.980000', '142737.440000', '142737.900000', '142738.360000', '142738.820000', '142739.280000', '142739.740000', '142740.200000', '142740.660000', '142741.120000', '142741.580000', '142742.040000', '142742.500000', '142742.960000', '142743.420000', '142743.880000', '142744.340000', '142744.800000', '142745.260000', '142745.720000', '142746.180000', '142746.640000', '142747.100000', '142747.560000', '142748.020000', '142748.480000', '142748.940000', '142749.400000', '142749.860000', '142750.320000', '142750.780000', '142751.240000', '142751.700000', '142752.160000', '142752.620000', '142753.080000', '142753.540000', '142754.000000', '142754.460000', '142754.920000', '142755.380000', '142755.840000', '142756.300000', '142756.760000', '142757.220000', '142757.680000', '142758.140000', '142758.600000', '142759.060000', '142759.520000', '142759.980000', '142800.440000', '142800.900000', '142801.360000', '142801.820000', '142802.280000', '142802.740000', '142803.200000', '142803.660000', '142804.120000', '142804.580000', '142805.040000', '142805.500000', '142805.960000', '142806.420000', '142806.880000', '142807.340000', '142807.800000', '142808.260000', '142808.720000', '142809.180000', '142809.640000', '142810.100000', '142810.560000', '142811.020000', '142811.480000', '142811.940000', '142812.400000', '142812.860000', '142813.320000', '142813.780000', '142814.240000', '142814.700000', '142815.160000', '142815.620000', '142816.080000', '142816.540000', '142817.000000', '142817.460000', '142817.920000', '142818.380000', '142818.840000', '142819.300000', '142819.760000', '142820.220000', '142820.680000', '142821.140000', '142821.600000', '142822.060000', '142822.520000', '142822.980000', '142823.440000', '142823.900000', '142824.360000', '142824.820000', '142825.280000', '142825.740000', '142826.200000', '142826.660000', '142827.120000', '142827.580000', '142828.040000', '142828.500000', '142828.960000', '142829.420000', '142829.880000', '142830.340000', '142830.800000', '142831.260000', '142831.720000', '142832.180000', '142832.640000', '142833.100000', '142833.560000', '142834.020000', '142834.480000', '142834.940000', '142835.400000', '142835.860000', '142836.320000', '142836.780000', '142837.240000', '142837.700000', '142838.160000', '142838.620000', '142839.080000', '142839.540000', '142840.000000', '142840.460000', '142840.920000', '142841.380000', '142841.840000', '142842.300000', '142842.760000', '142843.220000', '142843.680000', '142844.140000', '142844.600000', '142845.060000', '142845.520000', '142845.980000', '142846.440000', '142846.900000', '142847.360000', '142847.820000', '142848.280000', '142848.740000', '142849.200000', '142849.660000', '142850.120000', '142850.580000', '142851.040000', '142851.500000', '142851.960000', '142852.420000', '142852.880000', '142853.340000', '142853.800000', '142854.260000', '142854.720000', '142855.180000', '142855.640000', '142856.100000', '142856.560000', '142857.020000', '142857.480000', '142857.940000', '142858.400000', '142858.860000', '142859.320000', '142859.780000', '142900.240000', '142900.700000', '142901.160000', '142901.620000', '142902.080000', '142902.540000', '142903.000000', '142903.460000', '142903.920000', '142904.380000', '142904.840000', '142905.300000', '142905.760000', '142906.220000', '142906.680000', '142907.140000', '142907.600000', '142908.060000', '142908.520000', '142908.980000', '142909.440000', '142909.900000', '142910.360000', '142910.820000', '142911.280000', '142911.740000', '142912.200000', '142912.660000', '142913.120000', '142913.580000', '142914.040000', '142914.500000', '142914.960000', '142915.420000', '142915.880000', '142916.340000', '142916.800000', '142917.260000', '142917.720000', '142918.180000', '142918.640000', '142919.100000', '142919.560000', '142920.020000', '142920.480000', '142920.940000', '142921.400000', '142921.860000', '142922.320000', '142922.780000', '142923.240000', '142923.700000', '142924.160000', '142924.620000', '142925.080000', '142925.540000', '142926.000000', '142926.460000', '142926.920000', '142927.380000', '142927.840000', '142928.300000', '142928.760000', '142929.220000', '142929.680000', '142930.140000', '142930.600000', '142931.060000', '142931.520000', '142931.980000', '142932.440000', '142932.900000', '142933.360000', '142933.820000', '142934.280000', '142934.740000', '142935.200000', '142935.660000', '142936.120000', '142936.580000', '142937.040000', '142937.500000', '142937.960000', '142938.420000', '142938.880000', '142939.340000', '142939.800000', '142940.260000', '142940.720000', '142941.180000', '142941.640000', '142942.100000', '142942.560000', '142943.020000', '142943.480000', '142943.940000', '142944.400000', '142944.860000', '142945.320000', '142945.780000', '142946.240000', '142946.700000', '142947.160000', '142947.620000', '142948.080000', '142948.540000', '142949.000000', '142949.460000', '142949.920000', '142950.380000', '142950.840000', '142951.300000', '142951.760000', '142952.220000', '142952.680000', '142953.140000', '142953.600000', '142954.060000', '142954.520000', '142954.980000', '142955.440000', '142955.900000', '142956.360000', '142956.820000', '142957.280000'], 'ContentTime': ['142237.739000', '142237.742000', '142237.745000', '142237.748000', '142237.751000', '142237.754000', '142237.757000', '142237.760000', '142237.762000', '142237.765000', '142237.768000', '142237.771000', '142237.774000', '142237.790000', '142237.792000', '142237.795000', '142237.798000', '142237.801000', '142237.804000', '142237.807000', '142237.809000', '142237.812000', '142237.815000', '142237.818000', '142237.821000', '142237.824000', '142237.827000', '142237.830000', '142237.833000', '142237.836000', '142237.839000', '142237.841000', '142237.844000', '142237.850000', '142237.853000', '142237.856000', '142237.859000', '142237.866000', '142237.869000', '142237.872000', '142237.875000', '142237.878000', '142237.880000', '142237.883000', '142237.886000', '142237.889000', '142237.892000', '142237.894000', '142237.897000', '142237.900000', '142237.903000', '142237.907000', '142237.910000', '142237.913000', '142237.916000', '142237.926000', '142237.929000', '142237.932000', '142257.708000', '142257.711000', '142257.714000', '142257.716000', '142257.719000', '142257.722000', '142257.725000', '142257.727000', '142257.730000', '142257.733000', '142257.736000', '142257.739000', '142257.741000', '142257.744000', '142257.747000', '142257.750000', '142257.753000', '142257.755000', '142257.758000', '142257.761000', '142257.764000', '142257.766000', '142257.769000', '142257.772000', '142257.775000', '142257.778000', '142257.781000', '142257.783000', '142257.786000', '142257.789000', '142257.792000', '142257.795000', '142257.797000', '142257.800000', '142257.803000', '142257.806000', '142257.809000', '142257.811000', '142257.814000', '142257.817000', '142257.820000', '142257.823000', '142257.826000', '142257.828000', '142317.708000', '142317.711000', '142317.714000', '142317.725000', '142317.728000', '142317.730000', '142317.733000', '142317.736000', '142317.739000', '142317.742000', '142317.745000', '142317.747000', '142317.750000', '142317.753000', '142317.756000', '142317.759000', '142317.761000', '142317.764000', '142317.767000', '142317.770000', '142317.773000', '142317.775000', '142317.778000', '142317.781000', '142317.784000', '142317.787000', '142317.790000', '142317.792000', '142317.795000', '142317.798000', '142317.801000', '142317.804000', '142317.806000', '142317.809000', '142317.812000', '142317.815000', '142317.818000', '142317.820000', '142317.823000', '142317.826000', '142317.829000', '142317.832000', '142317.920000', '142337.708000', '142337.711000', '142337.714000', '142337.717000', '142337.720000', '142337.722000', '142337.725000', '142337.728000', '142337.731000', '142337.734000', '142337.737000', '142337.740000', '142337.742000', '142337.745000', '142337.748000', '142337.751000', '142337.753000', '142337.756000', '142337.759000', '142337.762000', '142337.765000', '142337.768000', '142337.771000', '142337.773000', '142337.776000', '142337.779000', '142337.782000', '142337.785000', '142337.787000', '142337.790000', '142337.793000', '142337.796000', '142337.799000', '142337.801000', '142337.804000', '142337.807000', '142337.810000', '142337.813000', '142337.816000', '142337.819000', '142337.822000', '142337.824000', '142337.827000', '142357.708000', '142357.711000', '142357.714000', '142357.716000', '142357.719000', '142357.722000', '142357.725000', '142357.728000', '142357.731000', '142357.737000', '142357.739000', '142357.742000', '142357.745000', '142357.748000', '142357.751000', '142357.753000', '142357.756000', '142357.759000', '142357.762000', '142357.765000', '142357.767000', '142357.770000', '142357.773000', '142357.776000', '142357.779000', '142357.782000', '142357.784000', '142357.787000', '142357.790000', '142357.793000', '142357.795000', '142357.798000', '142357.801000', '142357.804000', '142357.807000', '142357.810000', '142357.812000', '142357.815000', '142357.818000', '142357.821000', '142357.824000', '142357.826000', '142357.829000', '142357.832000', '142417.708000', '142417.711000', '142417.714000', '142417.717000', '142417.719000', '142417.722000', '142417.725000', '142417.728000', '142417.731000', '142417.734000', '142417.737000', '142417.739000', '142417.742000', '142417.745000', '142417.748000', '142417.751000', '142417.754000', '142417.756000', '142417.759000', '142417.762000', '142417.765000', '142417.768000', '142417.771000', '142417.803000', '142417.806000', '142417.808000', '142417.811000', '142417.814000', '142417.817000', '142417.820000', '142417.822000', '142417.825000', '142417.828000', '142417.831000', '142417.834000', '142417.836000', '142417.854000', '142417.857000', '142417.860000', '142417.863000', '142417.865000', '142417.868000', '142417.871000', '142437.708000', '142437.711000', '142437.713000', '142437.716000', '142437.719000', '142437.722000', '142437.725000', '142437.728000', '142437.730000', '142437.733000', '142437.736000', '142437.739000', '142437.742000', '142437.745000', '142437.747000', '142437.750000', '142437.753000', '142437.756000', '142437.758000', '142437.761000', '142437.764000', '142437.767000', '142437.811000', '142437.814000', '142437.817000', '142437.820000', '142437.823000', '142437.825000', '142437.828000', '142437.831000', '142437.834000', '142437.837000', '142437.839000', '142437.842000', '142437.845000', '142437.848000', '142437.851000', '142437.853000', '142437.856000', '142437.859000', '142437.862000', '142437.865000', '142437.867000', '142437.870000', '142457.708000', '142457.711000', '142457.714000', '142457.717000', '142457.719000', '142457.722000', '142457.725000', '142457.728000', '142457.731000', '142457.734000', '142457.737000', '142457.740000', '142457.744000', '142457.747000', '142457.749000', '142457.752000', '142457.755000', '142457.758000', '142457.761000', '142457.764000', '142457.766000', '142457.800000', '142457.803000', '142457.806000', '142457.809000', '142457.811000', '142457.814000', '142457.817000', '142457.820000', '142457.823000', '142457.825000', '142457.828000', '142457.831000', '142457.834000', '142457.837000', '142457.840000', '142457.842000', '142457.845000', '142457.848000', '142457.851000', '142457.853000', '142457.856000', '142457.859000', '142517.708000', '142517.711000', '142517.714000', '142517.716000', '142517.719000', '142517.722000', '142517.725000', '142517.728000', '142517.731000', '142517.733000', '142517.736000', '142517.739000', '142517.742000', '142517.745000', '142517.747000', '142517.750000', '142517.753000', '142517.756000', '142517.759000', '142517.762000', '142517.764000', '142517.767000', '142517.770000', '142517.773000', '142517.776000', '142517.778000', '142517.781000', '142517.784000', '142517.787000', '142517.790000', '142517.792000', '142517.795000', '142517.798000', '142517.801000', '142517.804000', '142517.807000', '142517.809000', '142517.812000', '142517.815000', '142517.818000', '142517.821000', '142517.823000', '142517.826000', '142517.829000', '142537.708000', '142537.711000', '142537.714000', '142537.717000', '142537.719000', '142537.722000', '142537.725000', '142537.728000', '142537.731000', '142537.733000', '142537.736000', '142537.739000', '142537.742000', '142537.745000', '142537.748000', '142537.750000', '142537.753000', '142537.756000', '142537.759000', '142537.762000', '142537.765000', '142537.767000', '142537.827000', '142537.830000', '142537.833000', '142537.836000', '142537.838000', '142537.841000', '142537.844000', '142537.847000', '142537.850000', '142537.852000', '142537.855000', '142537.858000', '142537.861000', '142537.864000', '142537.867000', '142537.869000', '142537.872000', '142537.875000', '142537.878000', '142537.881000', '142537.883000', '142557.708000', '142557.711000', '142557.714000', '142557.717000', '142557.719000', '142557.722000', '142557.725000', '142557.728000', '142557.731000', '142557.733000', '142557.736000', '142557.739000', '142557.742000', '142557.745000', '142557.747000', '142557.750000', '142557.753000', '142557.756000', '142557.776000', '142557.779000', '142557.782000', '142557.784000', '142557.787000', '142557.790000', '142557.793000', '142557.796000', '142557.798000', '142557.801000', '142557.804000', '142557.807000', '142557.810000', '142557.812000', '142557.815000', '142557.818000', '142557.821000', '142557.824000', '142557.827000', '142557.829000', '142557.832000', '142557.835000', '142557.838000', '142557.841000', '142557.844000', '142557.846000', '142617.708000', '142617.711000', '142617.714000', '142617.717000', '142617.719000', '142617.722000', '142617.726000', '142617.729000', '142617.731000', '142617.734000', '142617.737000', '142617.740000', '142617.743000', '142617.745000', '142617.748000', '142617.751000', '142617.754000', '142617.757000', '142617.760000', '142617.762000', '142617.765000', '142617.768000', '142617.814000', '142617.816000', '142617.819000', '142617.822000', '142617.825000', '142617.828000', '142617.831000', '142617.833000', '142617.836000', '142617.839000', '142617.842000', '142617.845000', '142617.848000', '142617.850000', '142617.853000', '142617.856000', '142617.859000', '142617.862000', '142617.865000', '142617.867000', '142617.870000', '142637.708000', '142637.711000', '142637.714000', '142637.717000', '142637.719000', '142637.722000', '142637.725000', '142637.728000', '142637.731000', '142637.734000', '142637.736000', '142637.739000', '142637.742000', '142637.745000', '142637.748000', '142637.750000', '142637.753000', '142637.756000', '142637.759000', '142637.762000', '142637.765000', '142637.767000', '142637.853000', '142637.856000', '142637.859000', '142637.862000', '142637.864000', '142637.867000', '142637.870000', '142637.873000', '142637.876000', '142637.878000', '142637.881000', '142637.884000', '142637.887000', '142637.890000', '142637.893000', '142637.895000', '142637.898000', '142637.901000', '142637.904000', '142637.907000', '142637.909000', '142637.912000', '142657.708000', '142657.711000', '142657.714000', '142657.717000', '142657.719000', '142657.722000', '142657.725000', '142657.728000', '142657.731000', '142657.733000', '142657.736000', '142657.739000', '142657.742000', '142657.745000', '142657.747000', '142657.750000', '142657.753000', '142657.756000', '142657.759000', '142657.762000', '142657.764000', '142657.767000', '142657.833000', '142657.836000', '142657.838000', '142657.841000', '142657.844000', '142657.847000', '142657.850000', '142657.853000', '142657.855000', '142657.858000', '142657.861000', '142657.864000', '142657.867000', '142657.869000', '142657.872000', '142657.875000', '142657.878000', '142657.881000', '142657.883000', '142657.886000', '142657.889000', '142717.708000', '142717.711000', '142717.714000', '142717.717000', '142717.719000', '142717.722000', '142717.725000', '142717.728000', '142717.731000', '142717.734000', '142717.736000', '142717.739000', '142717.742000', '142717.745000', '142717.748000', '142717.751000', '142717.753000', '142717.756000', '142717.759000', '142717.762000', '142717.765000', '142717.767000', '142717.770000', '142717.773000', '142717.776000', '142717.779000', '142717.782000', '142717.784000', '142717.787000', '142717.790000', '142717.793000', '142717.796000', '142717.799000', '142717.802000', '142717.804000', '142717.807000', '142717.810000', '142717.813000', '142717.816000', '142717.818000', '142717.821000', '142717.824000', '142717.827000', '142717.841000', '142737.708000', '142737.711000', '142737.714000', '142737.717000', '142737.719000', '142737.722000', '142737.725000', '142737.728000', '142737.731000', '142737.733000', '142737.736000', '142737.739000', '142737.742000', '142737.745000', '142737.748000', '142737.750000', '142737.753000', '142737.756000', '142737.759000', '142737.763000', '142737.766000', '142737.800000', '142737.803000', '142737.806000', '142737.809000', '142737.812000', '142737.814000', '142737.818000', '142737.821000', '142737.823000', '142737.826000', '142737.847000', '142737.850000', '142737.853000', '142737.856000', '142737.859000', '142737.862000', '142737.864000', '142737.867000', '142737.870000', '142737.873000', '142737.876000', '142737.879000', '142757.708000', '142757.711000', '142757.714000', '142757.717000', '142757.719000', '142757.722000', '142757.725000', '142757.728000', '142757.731000', '142757.734000', '142757.737000', '142757.739000', '142757.742000', '142757.745000', '142757.748000', '142757.751000', '142757.754000', '142757.756000', '142757.759000', '142757.762000', '142757.765000', '142757.768000', '142757.771000', '142757.774000', '142757.777000', '142757.779000', '142757.782000', '142757.785000', '142757.788000', '142757.791000', '142757.794000', '142757.797000', '142757.799000', '142757.802000', '142757.805000', '142757.808000', '142757.811000', '142757.814000', '142757.816000', '142757.819000', '142757.822000', '142757.825000', '142757.828000', '142757.830000', '142817.708000', '142817.711000', '142817.714000', '142817.717000', '142817.719000', '142817.722000', '142817.725000', '142817.728000', '142817.730000', '142817.733000', '142817.736000', '142817.739000', '142817.742000', '142817.745000', '142817.747000', '142817.750000', '142817.753000', '142817.756000', '142817.759000', '142817.761000', '142817.764000', '142817.767000', '142817.770000', '142817.845000', '142817.848000', '142817.850000', '142817.853000', '142817.856000', '142817.859000', '142817.862000', '142817.864000', '142817.867000', '142817.870000', '142817.873000', '142817.876000', '142817.878000', '142817.881000', '142817.884000', '142817.887000', '142817.890000', '142817.893000', '142817.895000', '142817.898000', '142837.708000', '142837.711000', '142837.714000', '142837.716000', '142837.719000', '142837.722000', '142837.725000', '142837.728000', '142837.731000', '142837.733000', '142837.736000', '142837.739000', '142837.742000', '142837.745000', '142837.747000', '142837.750000', '142837.753000', '142837.756000', '142837.759000', '142837.761000', '142837.764000', '142837.767000', '142837.770000', '142837.773000', '142837.776000', '142837.778000', '142837.781000', '142837.784000', '142837.787000', '142837.790000', '142837.792000', '142837.795000', '142837.798000', '142837.801000', '142837.804000', '142837.806000', '142837.809000', '142837.812000', '142837.815000', '142837.818000', '142837.820000', '142837.823000', '142837.826000', '142837.829000', '142857.708000', '142857.711000', '142857.714000', '142857.716000', '142857.719000', '142857.722000', '142857.725000', '142857.728000', '142857.730000', '142857.733000', '142857.736000', '142857.739000', '142857.742000', '142857.744000', '142857.747000', '142857.750000', '142857.753000', '142857.755000', '142857.758000', '142857.761000', '142857.764000', '142857.767000', '142857.809000', '142857.812000', '142857.814000', '142857.817000', '142857.820000', '142857.823000', '142857.826000', '142857.828000', '142857.831000', '142857.834000', '142857.837000', '142857.840000', '142857.843000', '142857.845000', '142857.848000', '142857.851000', '142857.854000', '142857.857000', '142857.860000', '142857.863000', '142857.866000', '142917.708000', '142917.711000', '142917.714000', '142917.717000', '142917.719000', '142917.722000', '142917.725000', '142917.728000', '142917.731000', '142917.734000', '142917.736000', '142917.739000', '142917.742000', '142917.745000', '142917.748000', '142917.750000', '142917.753000', '142917.756000', '142917.759000', '142917.762000', '142917.765000', '142917.815000', '142917.817000', '142917.820000', '142917.823000', '142917.826000', '142917.829000', '142917.831000', '142917.834000', '142917.837000', '142917.840000', '142917.843000', '142917.846000', '142917.849000', '142917.852000', '142917.854000', '142917.857000', '142917.860000', '142917.863000', '142917.866000', '142917.868000', '142917.871000', '142917.874000', '142917.877000', '142937.708000', '142937.711000', '142937.714000', '142937.716000', '142937.719000', '142937.722000', '142937.725000', '142937.728000', '142937.731000', '142937.734000', '142937.736000', '142937.739000', '142937.742000', '142937.745000', '142937.748000', '142937.750000', '142937.753000', '142937.756000', '142937.759000', '142937.762000', '142937.765000', '142937.768000', '142937.817000', '142937.820000', '142937.822000', '142937.825000', '142937.828000', '142937.831000', '142937.833000', '142937.836000', '142937.839000', '142937.842000', '142937.845000', '142937.847000', '142937.850000', '142937.853000', '142937.856000', '142937.859000', '142937.862000', '142937.864000', '142937.867000', '142937.870000', '142937.873000', '142957.708000', '142957.711000', '142957.714000', '142957.716000', '142957.719000', '142957.722000', '142957.725000', '142957.728000', '142957.731000', '142957.734000', '142957.736000', '142957.739000', '142957.742000', '142957.745000', '142957.748000', '142957.750000', '142957.753000', '142957.756000', '142957.759000', '142957.762000', '142957.764000', '142957.767000', '142957.802000', '142957.805000', '142957.808000', '142957.811000', '142957.814000', '142957.816000', '142957.819000', '142957.822000', '142957.825000', '142957.828000', '142957.830000', '142957.833000', '142957.836000', '142957.839000', '142957.842000', '142957.844000', '142957.847000', '142957.850000', '142957.853000', '142957.856000', '142957.859000', '142957.861000', '142958.188000'], 'InstanceCreationTime': ['142237.739000', '142237.742000', '142237.745000', '142237.748000', '142237.751000', '142237.754000', '142237.757000', '142237.760000', '142237.762000', '142237.765000', '142237.768000', '142237.771000', '142237.774000', '142237.790000', '142237.792000', '142237.795000', '142237.798000', '142237.801000', '142237.804000', '142237.807000', '142237.809000', '142237.812000', '142237.815000', '142237.818000', '142237.821000', '142237.824000', '142237.827000', '142237.830000', '142237.833000', '142237.836000', '142237.839000', '142237.841000', '142237.844000', '142237.850000', '142237.853000', '142237.856000', '142237.859000', '142237.866000', '142237.869000', '142237.872000', '142237.875000', '142237.878000', '142237.880000', '142237.883000', '142237.886000', '142237.889000', '142237.892000', '142237.894000', '142237.897000', '142237.900000', '142237.903000', '142237.907000', '142237.910000', '142237.913000', '142237.916000', '142237.926000', '142237.929000', '142237.932000', '142257.708000', '142257.711000', '142257.714000', '142257.716000', '142257.719000', '142257.722000', '142257.725000', '142257.727000', '142257.730000', '142257.733000', '142257.736000', '142257.739000', '142257.741000', '142257.744000', '142257.747000', '142257.750000', '142257.753000', '142257.755000', '142257.758000', '142257.761000', '142257.764000', '142257.766000', '142257.769000', '142257.772000', '142257.775000', '142257.778000', '142257.781000', '142257.783000', '142257.786000', '142257.789000', '142257.792000', '142257.795000', '142257.797000', '142257.800000', '142257.803000', '142257.806000', '142257.809000', '142257.811000', '142257.814000', '142257.817000', '142257.820000', '142257.823000', '142257.826000', '142257.828000', '142317.708000', '142317.711000', '142317.714000', '142317.725000', '142317.728000', '142317.730000', '142317.733000', '142317.736000', '142317.739000', '142317.742000', '142317.745000', '142317.747000', '142317.750000', '142317.753000', '142317.756000', '142317.759000', '142317.761000', '142317.764000', '142317.767000', '142317.770000', '142317.773000', '142317.775000', '142317.778000', '142317.781000', '142317.784000', '142317.787000', '142317.790000', '142317.792000', '142317.795000', '142317.798000', '142317.801000', '142317.804000', '142317.806000', '142317.809000', '142317.812000', '142317.815000', '142317.818000', '142317.820000', '142317.823000', '142317.826000', '142317.829000', '142317.832000', '142317.920000', '142337.708000', '142337.711000', '142337.714000', '142337.717000', '142337.720000', '142337.722000', '142337.725000', '142337.728000', '142337.731000', '142337.734000', '142337.737000', '142337.740000', '142337.742000', '142337.745000', '142337.748000', '142337.751000', '142337.753000', '142337.756000', '142337.759000', '142337.762000', '142337.765000', '142337.768000', '142337.771000', '142337.773000', '142337.776000', '142337.779000', '142337.782000', '142337.785000', '142337.787000', '142337.790000', '142337.793000', '142337.796000', '142337.799000', '142337.801000', '142337.804000', '142337.807000', '142337.810000', '142337.813000', '142337.816000', '142337.819000', '142337.822000', '142337.824000', '142337.827000', '142357.708000', '142357.711000', '142357.714000', '142357.716000', '142357.719000', '142357.722000', '142357.725000', '142357.728000', '142357.731000', '142357.737000', '142357.739000', '142357.742000', '142357.745000', '142357.748000', '142357.751000', '142357.753000', '142357.756000', '142357.759000', '142357.762000', '142357.765000', '142357.767000', '142357.770000', '142357.773000', '142357.776000', '142357.779000', '142357.782000', '142357.784000', '142357.787000', '142357.790000', '142357.793000', '142357.795000', '142357.798000', '142357.801000', '142357.804000', '142357.807000', '142357.810000', '142357.812000', '142357.815000', '142357.818000', '142357.821000', '142357.824000', '142357.826000', '142357.829000', '142357.832000', '142417.708000', '142417.711000', '142417.714000', '142417.717000', '142417.719000', '142417.722000', '142417.725000', '142417.728000', '142417.731000', '142417.734000', '142417.737000', '142417.739000', '142417.742000', '142417.745000', '142417.748000', '142417.751000', '142417.754000', '142417.756000', '142417.759000', '142417.762000', '142417.765000', '142417.768000', '142417.771000', '142417.803000', '142417.806000', '142417.808000', '142417.811000', '142417.814000', '142417.817000', '142417.820000', '142417.822000', '142417.825000', '142417.828000', '142417.831000', '142417.834000', '142417.836000', '142417.854000', '142417.857000', '142417.860000', '142417.863000', '142417.865000', '142417.868000', '142417.871000', '142437.708000', '142437.711000', '142437.713000', '142437.716000', '142437.719000', '142437.722000', '142437.725000', '142437.728000', '142437.730000', '142437.733000', '142437.736000', '142437.739000', '142437.742000', '142437.745000', '142437.747000', '142437.750000', '142437.753000', '142437.756000', '142437.758000', '142437.761000', '142437.764000', '142437.767000', '142437.811000', '142437.814000', '142437.817000', '142437.820000', '142437.823000', '142437.825000', '142437.828000', '142437.831000', '142437.834000', '142437.837000', '142437.839000', '142437.842000', '142437.845000', '142437.848000', '142437.851000', '142437.853000', '142437.856000', '142437.859000', '142437.862000', '142437.865000', '142437.867000', '142437.870000', '142457.708000', '142457.711000', '142457.714000', '142457.717000', '142457.719000', '142457.722000', '142457.725000', '142457.728000', '142457.731000', '142457.734000', '142457.737000', '142457.740000', '142457.744000', '142457.747000', '142457.749000', '142457.752000', '142457.755000', '142457.758000', '142457.761000', '142457.764000', '142457.766000', '142457.800000', '142457.803000', '142457.806000', '142457.809000', '142457.811000', '142457.814000', '142457.817000', '142457.820000', '142457.823000', '142457.825000', '142457.828000', '142457.831000', '142457.834000', '142457.837000', '142457.840000', '142457.842000', '142457.845000', '142457.848000', '142457.851000', '142457.853000', '142457.856000', '142457.859000', '142517.708000', '142517.711000', '142517.714000', '142517.716000', '142517.719000', '142517.722000', '142517.725000', '142517.728000', '142517.731000', '142517.733000', '142517.736000', '142517.739000', '142517.742000', '142517.745000', '142517.747000', '142517.750000', '142517.753000', '142517.756000', '142517.759000', '142517.762000', '142517.764000', '142517.767000', '142517.770000', '142517.773000', '142517.776000', '142517.778000', '142517.781000', '142517.784000', '142517.787000', '142517.790000', '142517.792000', '142517.795000', '142517.798000', '142517.801000', '142517.804000', '142517.807000', '142517.809000', '142517.812000', '142517.815000', '142517.818000', '142517.821000', '142517.823000', '142517.826000', '142517.829000', '142537.708000', '142537.711000', '142537.714000', '142537.717000', '142537.719000', '142537.722000', '142537.725000', '142537.728000', '142537.731000', '142537.733000', '142537.736000', '142537.739000', '142537.742000', '142537.745000', '142537.748000', '142537.750000', '142537.753000', '142537.756000', '142537.759000', '142537.762000', '142537.765000', '142537.767000', '142537.827000', '142537.830000', '142537.833000', '142537.836000', '142537.838000', '142537.841000', '142537.844000', '142537.847000', '142537.850000', '142537.852000', '142537.855000', '142537.858000', '142537.861000', '142537.864000', '142537.867000', '142537.869000', '142537.872000', '142537.875000', '142537.878000', '142537.881000', '142537.883000', '142557.708000', '142557.711000', '142557.714000', '142557.717000', '142557.719000', '142557.722000', '142557.725000', '142557.728000', '142557.731000', '142557.733000', '142557.736000', '142557.739000', '142557.742000', '142557.745000', '142557.747000', '142557.750000', '142557.753000', '142557.756000', '142557.776000', '142557.779000', '142557.782000', '142557.784000', '142557.787000', '142557.790000', '142557.793000', '142557.796000', '142557.798000', '142557.801000', '142557.804000', '142557.807000', '142557.810000', '142557.812000', '142557.815000', '142557.818000', '142557.821000', '142557.824000', '142557.827000', '142557.829000', '142557.832000', '142557.835000', '142557.838000', '142557.841000', '142557.844000', '142557.846000', '142617.708000', '142617.711000', '142617.714000', '142617.717000', '142617.719000', '142617.722000', '142617.726000', '142617.729000', '142617.731000', '142617.734000', '142617.737000', '142617.740000', '142617.743000', '142617.745000', '142617.748000', '142617.751000', '142617.754000', '142617.757000', '142617.760000', '142617.762000', '142617.765000', '142617.768000', '142617.814000', '142617.816000', '142617.819000', '142617.822000', '142617.825000', '142617.828000', '142617.831000', '142617.833000', '142617.836000', '142617.839000', '142617.842000', '142617.845000', '142617.848000', '142617.850000', '142617.853000', '142617.856000', '142617.859000', '142617.862000', '142617.865000', '142617.867000', '142617.870000', '142637.708000', '142637.711000', '142637.714000', '142637.717000', '142637.719000', '142637.722000', '142637.725000', '142637.728000', '142637.731000', '142637.734000', '142637.736000', '142637.739000', '142637.742000', '142637.745000', '142637.748000', '142637.750000', '142637.753000', '142637.756000', '142637.759000', '142637.762000', '142637.765000', '142637.767000', '142637.853000', '142637.856000', '142637.859000', '142637.862000', '142637.864000', '142637.867000', '142637.870000', '142637.873000', '142637.876000', '142637.878000', '142637.881000', '142637.884000', '142637.887000', '142637.890000', '142637.893000', '142637.895000', '142637.898000', '142637.901000', '142637.904000', '142637.907000', '142637.909000', '142637.912000', '142657.708000', '142657.711000', '142657.714000', '142657.717000', '142657.719000', '142657.722000', '142657.725000', '142657.728000', '142657.731000', '142657.733000', '142657.736000', '142657.739000', '142657.742000', '142657.745000', '142657.747000', '142657.750000', '142657.753000', '142657.756000', '142657.759000', '142657.762000', '142657.764000', '142657.767000', '142657.833000', '142657.836000', '142657.838000', '142657.841000', '142657.844000', '142657.847000', '142657.850000', '142657.853000', '142657.855000', '142657.858000', '142657.861000', '142657.864000', '142657.867000', '142657.869000', '142657.872000', '142657.875000', '142657.878000', '142657.881000', '142657.883000', '142657.886000', '142657.889000', '142717.708000', '142717.711000', '142717.714000', '142717.717000', '142717.719000', '142717.722000', '142717.725000', '142717.728000', '142717.731000', '142717.734000', '142717.736000', '142717.739000', '142717.742000', '142717.745000', '142717.748000', '142717.751000', '142717.753000', '142717.756000', '142717.759000', '142717.762000', '142717.765000', '142717.767000', '142717.770000', '142717.773000', '142717.776000', '142717.779000', '142717.782000', '142717.784000', '142717.787000', '142717.790000', '142717.793000', '142717.796000', '142717.799000', '142717.802000', '142717.804000', '142717.807000', '142717.810000', '142717.813000', '142717.816000', '142717.818000', '142717.821000', '142717.824000', '142717.827000', '142717.841000', '142737.708000', '142737.711000', '142737.714000', '142737.717000', '142737.719000', '142737.722000', '142737.725000', '142737.728000', '142737.731000', '142737.733000', '142737.736000', '142737.739000', '142737.742000', '142737.745000', '142737.748000', '142737.750000', '142737.753000', '142737.756000', '142737.759000', '142737.763000', '142737.766000', '142737.800000', '142737.803000', '142737.806000', '142737.809000', '142737.812000', '142737.814000', '142737.818000', '142737.821000', '142737.823000', '142737.826000', '142737.847000', '142737.850000', '142737.853000', '142737.856000', '142737.859000', '142737.862000', '142737.864000', '142737.867000', '142737.870000', '142737.873000', '142737.876000', '142737.879000', '142757.708000', '142757.711000', '142757.714000', '142757.717000', '142757.719000', '142757.722000', '142757.725000', '142757.728000', '142757.731000', '142757.734000', '142757.737000', '142757.739000', '142757.742000', '142757.745000', '142757.748000', '142757.751000', '142757.754000', '142757.756000', '142757.759000', '142757.762000', '142757.765000', '142757.768000', '142757.771000', '142757.774000', '142757.777000', '142757.779000', '142757.782000', '142757.785000', '142757.788000', '142757.791000', '142757.794000', '142757.797000', '142757.799000', '142757.802000', '142757.805000', '142757.808000', '142757.811000', '142757.814000', '142757.816000', '142757.819000', '142757.822000', '142757.825000', '142757.828000', '142757.830000', '142817.708000', '142817.711000', '142817.714000', '142817.717000', '142817.719000', '142817.722000', '142817.725000', '142817.728000', '142817.730000', '142817.733000', '142817.736000', '142817.739000', '142817.742000', '142817.745000', '142817.747000', '142817.750000', '142817.753000', '142817.756000', '142817.759000', '142817.761000', '142817.764000', '142817.767000', '142817.770000', '142817.845000', '142817.848000', '142817.850000', '142817.853000', '142817.856000', '142817.859000', '142817.862000', '142817.864000', '142817.867000', '142817.870000', '142817.873000', '142817.876000', '142817.878000', '142817.881000', '142817.884000', '142817.887000', '142817.890000', '142817.893000', '142817.895000', '142817.898000', '142837.708000', '142837.711000', '142837.714000', '142837.716000', '142837.719000', '142837.722000', '142837.725000', '142837.728000', '142837.731000', '142837.733000', '142837.736000', '142837.739000', '142837.742000', '142837.745000', '142837.747000', '142837.750000', '142837.753000', '142837.756000', '142837.759000', '142837.761000', '142837.764000', '142837.767000', '142837.770000', '142837.773000', '142837.776000', '142837.778000', '142837.781000', '142837.784000', '142837.787000', '142837.790000', '142837.792000', '142837.795000', '142837.798000', '142837.801000', '142837.804000', '142837.806000', '142837.809000', '142837.812000', '142837.815000', '142837.818000', '142837.820000', '142837.823000', '142837.826000', '142837.829000', '142857.708000', '142857.711000', '142857.714000', '142857.716000', '142857.719000', '142857.722000', '142857.725000', '142857.728000', '142857.730000', '142857.733000', '142857.736000', '142857.739000', '142857.742000', '142857.744000', '142857.747000', '142857.750000', '142857.753000', '142857.755000', '142857.758000', '142857.761000', '142857.764000', '142857.767000', '142857.809000', '142857.812000', '142857.814000', '142857.817000', '142857.820000', '142857.823000', '142857.826000', '142857.828000', '142857.831000', '142857.834000', '142857.837000', '142857.840000', '142857.843000', '142857.845000', '142857.848000', '142857.851000', '142857.854000', '142857.857000', '142857.860000', '142857.863000', '142857.866000', '142917.708000', '142917.711000', '142917.714000', '142917.717000', '142917.719000', '142917.722000', '142917.725000', '142917.728000', '142917.731000', '142917.734000', '142917.736000', '142917.739000', '142917.742000', '142917.745000', '142917.748000', '142917.750000', '142917.753000', '142917.756000', '142917.759000', '142917.762000', '142917.765000', '142917.815000', '142917.817000', '142917.820000', '142917.823000', '142917.826000', '142917.829000', '142917.831000', '142917.834000', '142917.837000', '142917.840000', '142917.843000', '142917.846000', '142917.849000', '142917.852000', '142917.854000', '142917.857000', '142917.860000', '142917.863000', '142917.866000', '142917.868000', '142917.871000', '142917.874000', '142917.877000', '142937.708000', '142937.711000', '142937.714000', '142937.716000', '142937.719000', '142937.722000', '142937.725000', '142937.728000', '142937.731000', '142937.734000', '142937.736000', '142937.739000', '142937.742000', '142937.745000', '142937.748000', '142937.750000', '142937.753000', '142937.756000', '142937.759000', '142937.762000', '142937.765000', '142937.768000', '142937.817000', '142937.820000', '142937.822000', '142937.825000', '142937.828000', '142937.831000', '142937.833000', '142937.836000', '142937.839000', '142937.842000', '142937.845000', '142937.847000', '142937.850000', '142937.853000', '142937.856000', '142937.859000', '142937.862000', '142937.864000', '142937.867000', '142937.870000', '142937.873000', '142957.708000', '142957.711000', '142957.714000', '142957.716000', '142957.719000', '142957.722000', '142957.725000', '142957.728000', '142957.731000', '142957.734000', '142957.736000', '142957.739000', '142957.742000', '142957.745000', '142957.748000', '142957.750000', '142957.753000', '142957.756000', '142957.759000', '142957.762000', '142957.764000', '142957.767000', '142957.802000', '142957.805000', '142957.808000', '142957.811000', '142957.814000', '142957.816000', '142957.819000', '142957.822000', '142957.825000', '142957.828000', '142957.830000', '142957.833000', '142957.836000', '142957.839000', '142957.842000', '142957.844000', '142957.847000', '142957.850000', '142957.853000', '142957.856000', '142957.859000', '142957.861000', '142958.188000'], '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': [10776, 11974, 11007, 13095, 11764, 11620, 9986, 11112, 11610, 10324, 11604, 10581, 11171, 8342, 10618, 9437, 10295, 11601, 11458, 11266, 8806, 10715, 12152, 10036, 11367, 10657, 11195, 10501, 10012, 8700, 9220, 11528, 10802, 10230, 9552, 10929, 10732, 10319, 11707, 10548, 11378, 10946, 10923, 7545, 9907, 11850, 9073, 10628, 9562, 10271, 6974, 10272, 11663, 9366, 11475, 10176, 10778, 7250, 10201, 11289, 9712, 11489, 10962, 10884, 9855, 10183, 10347, 10060, 11186, 10464, 11041, 7776, 10099, 9403, 9989, 11409, 10128, 11208, 7862, 10254, 11084, 9896, 11378, 10984, 10998, 7499, 10169, 10641, 9894, 11304, 11420, 11063, 7716, 10373, 10709, 10414, 11457, 9675, 11196, 9643, 10656, 8346, 9704, 10787, 8953, 11065, 9787, 10598, 7759, 9417, 11367, 9363, 11112, 9421, 10549, 9022, 9505, 11307, 9224, 10600, 8952, 10314, 8089, 9479, 11549, 8781, 11132, 9045, 10314, 8136, 9044, 7259, 9837, 8192, 10321, 12011, 8711, 10304, 8277, 10406, 9080, 10435, 8711, 9218, 11239, 9194, 11086, 8356, 10723, 8292, 9927, 10362, 9291, 11679, 9123, 10805, 9707, 10460, 11766, 9676, 12709, 10414, 11941, 9231, 10720, 10569, 9987, 11228, 9821, 10974, 9548, 10472, 7376, 9886, 11490, 9335, 11079, 10142, 10555, 7725, 9891, 10806, 9443, 11022, 9294, 10636, 9934, 10727, 7544, 9984, 11388, 9341, 10675, 9211, 10872, 9917, 10868, 7446, 10135, 11676, 9192, 11360, 10489, 10641, 8701, 10519, 10094, 10152, 11165, 10051, 10677, 10163, 10525, 7219, 9792, 10914, 9242, 10755, 10340, 10806, 8106, 10300, 10656, 9336, 11418, 9733, 11766, 10740, 10415, 8975, 10572, 13048, 11184, 13359, 9609, 11659, 10131, 13426, 9082, 11176, 13514, 9861, 11559, 9531, 11214, 8729, 10733, 9793, 9952, 12163, 10711, 11543, 8616, 10489, 12957, 10774, 7767, 10125, 8729, 10003, 11396, 9399, 10511, 9578, 9746, 11622, 10987, 12759, 10113, 14798, 10523, 10961, 10288, 11146, 10567, 11495, 9488, 11192, 10463, 10772, 8862, 10197, 12314, 9794, 11804, 10486, 10723, 8860, 10121, 12380, 10115, 11414, 10503, 11047, 8347, 10448, 10729, 9893, 12341, 11411, 10474, 9813, 10470, 9540, 10288, 8151, 9484, 12642, 9774, 11395, 9450, 9844, 8833, 10521, 8668, 9791, 12648, 9569, 12008, 10615, 10928, 9642, 10355, 11994, 10076, 12873, 9913, 12642, 10136, 11239, 10776, 10822, 12485, 10218, 11917, 11115, 10873, 9679, 11051, 10927, 10159, 12369, 10436, 10913, 9408, 10535, 9875, 10293, 12508, 9966, 11566, 10406, 10074, 8623, 10305, 9913, 10034, 12417, 9297, 11759, 10759, 10440, 8385, 10034, 10511, 9684, 12534, 9241, 11724, 10088, 10019, 7573, 9874, 11681, 9042, 12063, 8737, 11099, 8865, 11436, 8334, 9836, 12007, 9387, 12839, 8933, 11791, 9059, 11397, 7484, 10085, 12438, 9645, 12110, 9158, 12106, 9616, 11062, 9344, 10743, 13007, 9799, 12489, 9063, 11839, 8720, 10505, 9246, 10272, 12752, 9793, 12603, 10583, 11433, 9459, 10755, 12465, 9680, 12639, 9468, 11768, 8757, 10862, 9822, 10047, 12535, 9295, 11913, 9359, 11378, 9099, 10523, 12375, 9520, 12253, 9801, 11687, 8733, 10859, 8966, 10248, 12669, 9065, 11813, 8397, 10503, 11276, 9599, 12278, 9485, 11629, 8763, 11708, 8976, 11347, 8058, 10519, 8160, 9992, 12788, 9231, 11992, 9257, 11183, 9190, 10408, 9255, 10011, 12864, 9643, 12056, 9204, 10591, 9299, 9974, 8710, 10438, 9524, 10976, 13362, 10369, 14911, 9812, 12080, 10600, 11242, 9381, 10344, 10120, 10264, 12648, 9447, 11355, 9628, 10829, 8956, 10340, 8738, 10106, 10176, 9802, 11954, 10453, 11028, 8016, 10213, 12213, 9907, 11567, 10357, 11194, 8388, 9908, 12121, 9918, 11873, 9826, 10674, 10424, 10821, 7894, 10119, 10601, 10217, 12638, 8805, 11453, 9239, 11219, 7320, 9518, 13073, 8664, 11776, 9353, 10612, 7508, 9616, 13063, 8803, 11444, 9522, 10777, 7583, 9157, 12829, 8632, 12159, 9124, 10595, 8014, 9289, 12857, 8839, 11694, 9525, 9874, 8023, 9178, 10364, 8699, 12156, 9428, 11584, 8209, 9818, 9020, 8931, 12600, 9415, 11519, 8382, 9968, 9353, 9168, 9188, 9599, 12524, 9294, 11973, 8724, 10270, 11850, 9856, 9420, 9112, 12518, 8870, 11903, 8439, 10367, 8723, 9607, 13495, 9969, 12262, 9546, 11385, 9708, 12391, 11873, 10021, 13893, 9433, 12263, 9609, 11146, 11004, 10602, 14523, 9983, 11695, 9435, 11549, 10179, 10838, 8995, 10479, 11011, 9938, 12139, 9830, 11657, 10175, 10313, 9924, 10500, 12131, 10111, 11701, 9665, 11331, 10331, 10475, 9618, 10120, 12445, 9833, 11676, 9808, 10437, 10102, 10312, 8092, 10063, 10277, 9851, 12181, 10130, 11241, 8659, 10273, 9077, 9755, 12330, 9491, 11015, 8291, 10431, 11129, 9990, 11797, 9509, 11105, 8376, 10127, 11643, 10041, 11203, 9988, 10423, 7931, 10179, 10761, 9578, 11215, 8713, 11039, 8263, 9737, 11056, 9232, 12025, 9956, 10374, 8110, 10175, 11098, 9279, 11605, 9213, 10569, 8473, 9667, 12109, 8802, 11177, 8530, 10065, 9732, 9088, 11976, 8678, 10951, 8035, 9603, 11283, 8699, 11701, 8242, 10063, 10285, 9312, 11915, 8879, 10181, 9828, 9222, 12080, 10276, 10485, 7870, 9730, 11394, 8572, 11722, 8312, 10300, 8335, 9454, 12440, 8847, 11044, 7889, 9667, 12309, 8988, 11281, 9424, 10981, 7476, 9396, 12846, 8691, 11729, 9061, 10466, 8357, 9543, 12693, 9122, 11473, 9019, 10374, 10056, 9354, 12361, 9288, 11427, 9020, 9786, 11612, 9287, 12165, 9386, 11311, 8790, 9809, 7101, 8565, 12281, 8193, 11334, 7810, 10265, 10002, 8002, 11968, 8261, 9899, 12458, 10817, 11775, 9020, 10794, 12716, 9202, 12682, 9503, 10834, 12234, 9017, 12465, 9167, 11054, 8549, 9557, 12381, 8732, 11086, 7991, 9528, 12605, 8732, 11823, 8185, 9925, 7932, 9366, 12329, 9585, 11197, 8541, 10103, 8315, 9178, 12213, 8475, 11149, 8253, 9833, 9516, 8810, 12078, 8559, 10995, 7532, 9327, 12701, 8727, 11001, 9600, 10378, 8526, 9210, 12565, 9944, 11296, 8190, 9936, 10535, 9260, 12431, 10046, 11181, 8805, 9952, 8036, 9541, 12832, 8704, 11695, 8603, 10003, 8314, 9329, 12116, 8672, 11745, 8007, 9450, 10723, 8863, 11788, 8430, 10942, 7627, 9340, 12669, 9135, 11734, 7839, 9588, 10734, 8702, 12194, 8642, 9980, 10810, 8966, 11800, 8485, 10884, 8061, 9305, 10649, 8596, 11927, 9059, 10854, 7538, 9718, 12284, 8945, 12062, 8350, 9970, 8542, 9781, 12851, 9087, 11718, 8484, 9885, 8527, 9561, 12764, 8935, 11245, 8398, 10055, 8514, 9830, 11042, 8812, 11714, 9188, 10108, 7979, 9346, 12501, 9264, 11476, 9183, 10046, 8319, 9523, 12614, 9117, 11448, 9497, 10190, 7684, 9503, 12307, 8864, 11427, 8302, 10087, 8146, 9833, 12108, 9086, 11416, 8767, 10244, 8543, 8839, 8412, 9680, 8761, 10083, 10944, 10304, 9186, 9995, 7014, 8961, 8152, 9740, 8198, 9601, 9219, 9768, 8738, 10285, 9122, 10937, 12038, 13467, 10690, 9700, 11012, 11295, 12254, 10186, 12458, 12730, 14421, 14815, 9486, 10588, 10596, 11918, 10784, 11788, 11304, 13138, 11761, 11753, 11277, 11919, 11578, 8411, 11139, 8425, 10773, 9752, 10271, 7538, 9854, 12173, 9714, 11804, 9391, 11710, 7798, 10934, 9518, 10179, 10327, 10083, 12252, 9403, 11609, 12029], 'WindowCenter': [4239.0, 4222.0, 4210.0, 4217.0, 4206.0, 4204.0, 4182.0, 4191.0, 4188.0, 4178.0, 4189.0, 4179.0, 4192.0, 4158.0, 4192.0, 4181.0, 4192.0, 4202.0, 4191.0, 4191.0, 4170.0, 4194.0, 4203.0, 4184.0, 4192.0, 4193.0, 4193.0, 4192.0, 4179.0, 4170.0, 4182.0, 4201.0, 4191.0, 4194.0, 4181.0, 4204.0, 4192.0, 4182.0, 4191.0, 4181.0, 4191.0, 4191.0, 4180.0, 4149.0, 4181.0, 4203.0, 4172.0, 4194.0, 4182.0, 4195.0, 4164.0, 4194.0, 4193.0, 4182.0, 4193.0, 4192.0, 4194.0, 4163.0, 4197.0, 4207.0, 4196.0, 4204.0, 4193.0, 4195.0, 4195.0, 4195.0, 4196.0, 4198.0, 4207.0, 4206.0, 4205.0, 4163.0, 4193.0, 4185.0, 4197.0, 4205.0, 4195.0, 4205.0, 4174.0, 4195.0, 4206.0, 4196.0, 4206.0, 4205.0, 4204.0, 4162.0, 4193.0, 4194.0, 4193.0, 4193.0, 4201.0, 4193.0, 4161.0, 4192.0, 4191.0, 4192.0, 4201.0, 4182.0, 4202.0, 4182.0, 4193.0, 4173.0, 4194.0, 4204.0, 4184.0, 4205.0, 4195.0, 4195.0, 4163.0, 4184.0, 4204.0, 4184.0, 4204.0, 4182.0, 4193.0, 4171.0, 4182.0, 4192.0, 4182.0, 4192.0, 4183.0, 4192.0, 4172.0, 4193.0, 4203.0, 4185.0, 4204.0, 4183.0, 4192.0, 4186.0, 4198.0, 4189.0, 4208.0, 4202.0, 4224.0, 4232.0, 4189.0, 4209.0, 4189.0, 4208.0, 4198.0, 4209.0, 4187.0, 4198.0, 4209.0, 4197.0, 4219.0, 4186.0, 4207.0, 4185.0, 4197.0, 4196.0, 4196.0, 4218.0, 4198.0, 4208.0, 4196.0, 4205.0, 4203.0, 4183.0, 4214.0, 4192.0, 4203.0, 4182.0, 4192.0, 4180.0, 4179.0, 4189.0, 4179.0, 4190.0, 4180.0, 4179.0, 4146.0, 4179.0, 4188.0, 4180.0, 4189.0, 4194.0, 4191.0, 4159.0, 4181.0, 4190.0, 4181.0, 4190.0, 4181.0, 4192.0, 4194.0, 4190.0, 4160.0, 4191.0, 4202.0, 4182.0, 4192.0, 4183.0, 4193.0, 4193.0, 4193.0, 4160.0, 4192.0, 4202.0, 4182.0, 4202.0, 4191.0, 4193.0, 4171.0, 4191.0, 4179.0, 4177.0, 4189.0, 4179.0, 4179.0, 4190.0, 4190.0, 4148.0, 4178.0, 4178.0, 4179.0, 4187.0, 4179.0, 4189.0, 4158.0, 4190.0, 4188.0, 4179.0, 4189.0, 4182.0, 4202.0, 4194.0, 4192.0, 4184.0, 4194.0, 4219.0, 4197.0, 4215.0, 4185.0, 4208.0, 4214.0, 4223.0, 4189.0, 4212.0, 4231.0, 4200.0, 4209.0, 4201.0, 4224.0, 4190.0, 4209.0, 4198.0, 4197.0, 4206.0, 4195.0, 4207.0, 4176.0, 4193.0, 4206.0, 4196.0, 4137.0, 4182.0, 4160.0, 4173.0, 4181.0, 4161.0, 4183.0, 4173.0, 4186.0, 4177.0, 4183.0, 4201.0, 4185.0, 4215.0, 4178.0, 4177.0, 4166.0, 4178.0, 4181.0, 4192.0, 4181.0, 4190.0, 4182.0, 4191.0, 4169.0, 4179.0, 4191.0, 4170.0, 4189.0, 4180.0, 4180.0, 4159.0, 4179.0, 4189.0, 4167.0, 4189.0, 4181.0, 4189.0, 4157.0, 4179.0, 4179.0, 4168.0, 4190.0, 4189.0, 4179.0, 4169.0, 4182.0, 4183.0, 4193.0, 4160.0, 4180.0, 4201.0, 4183.0, 4204.0, 4184.0, 4185.0, 4185.0, 4194.0, 4173.0, 4183.0, 4202.0, 4180.0, 4202.0, 4191.0, 4193.0, 4181.0, 4182.0, 4204.0, 4182.0, 4216.0, 4195.0, 4216.0, 4171.0, 4192.0, 4182.0, 4180.0, 4204.0, 4182.0, 4192.0, 4191.0, 4181.0, 4171.0, 4190.0, 4191.0, 4181.0, 4203.0, 4180.0, 4192.0, 4172.0, 4193.0, 4182.0, 4183.0, 4203.0, 4183.0, 4193.0, 4194.0, 4185.0, 4173.0, 4195.0, 4184.0, 4194.0, 4215.0, 4187.0, 4207.0, 4207.0, 4196.0, 4176.0, 4196.0, 4196.0, 4186.0, 4217.0, 4188.0, 4208.0, 4196.0, 4197.0, 4177.0, 4196.0, 4206.0, 4188.0, 4217.0, 4187.0, 4208.0, 4199.0, 4220.0, 4188.0, 4209.0, 4219.0, 4200.0, 4231.0, 4201.0, 4223.0, 4200.0, 4221.0, 4178.0, 4211.0, 4220.0, 4200.0, 4221.0, 4201.0, 4231.0, 4198.0, 4209.0, 4187.0, 4208.0, 4220.0, 4199.0, 4220.0, 4187.0, 4218.0, 4184.0, 4208.0, 4187.0, 4209.0, 4217.0, 4197.0, 4219.0, 4196.0, 4206.0, 4197.0, 4207.0, 4217.0, 4186.0, 4215.0, 4186.0, 4206.0, 4174.0, 4196.0, 4197.0, 4196.0, 4216.0, 4186.0, 4204.0, 4184.0, 4207.0, 4187.0, 4208.0, 4218.0, 4196.0, 4216.0, 4196.0, 4208.0, 4175.0, 4208.0, 4187.0, 4197.0, 4215.0, 4185.0, 4207.0, 4177.0, 4197.0, 4208.0, 4186.0, 4208.0, 4199.0, 4220.0, 4187.0, 4208.0, 4186.0, 4205.0, 4176.0, 4198.0, 4178.0, 4201.0, 4232.0, 4198.0, 4208.0, 4186.0, 4206.0, 4186.0, 4208.0, 4199.0, 4198.0, 4214.0, 4184.0, 4206.0, 4173.0, 4182.0, 4171.0, 4185.0, 4186.0, 4195.0, 4183.0, 4192.0, 4215.0, 4182.0, 4215.0, 4182.0, 4203.0, 4182.0, 4190.0, 4169.0, 4180.0, 4180.0, 4181.0, 4203.0, 4183.0, 4192.0, 4182.0, 4191.0, 4172.0, 4184.0, 4174.0, 4184.0, 4195.0, 4185.0, 4204.0, 4193.0, 4192.0, 4161.0, 4194.0, 4194.0, 4183.0, 4204.0, 4184.0, 4193.0, 4160.0, 4182.0, 4202.0, 4182.0, 4192.0, 4182.0, 4193.0, 4196.0, 4193.0, 4163.0, 4193.0, 4194.0, 4196.0, 4204.0, 4185.0, 4206.0, 4186.0, 4207.0, 4163.0, 4184.0, 4215.0, 4174.0, 4205.0, 4186.0, 4197.0, 4165.0, 4185.0, 4216.0, 4185.0, 4204.0, 4185.0, 4195.0, 4163.0, 4184.0, 4214.0, 4173.0, 4204.0, 4185.0, 4196.0, 4164.0, 4185.0, 4216.0, 4186.0, 4206.0, 4185.0, 4196.0, 4175.0, 4187.0, 4196.0, 4187.0, 4218.0, 4188.0, 4207.0, 4177.0, 4199.0, 4188.0, 4187.0, 4218.0, 4185.0, 4208.0, 4176.0, 4186.0, 4187.0, 4187.0, 4188.0, 4197.0, 4218.0, 4186.0, 4205.0, 4176.0, 4197.0, 4207.0, 4199.0, 4186.0, 4186.0, 4217.0, 4185.0, 4207.0, 4175.0, 4196.0, 4186.0, 4198.0, 4229.0, 4195.0, 4203.0, 4186.0, 4207.0, 4185.0, 4206.0, 4205.0, 4195.0, 4215.0, 4182.0, 4201.0, 4172.0, 4192.0, 4180.0, 4180.0, 4212.0, 4181.0, 4203.0, 4170.0, 4188.0, 4178.0, 4189.0, 4169.0, 4193.0, 4192.0, 4182.0, 4202.0, 4180.0, 4190.0, 4180.0, 4167.0, 4169.0, 4180.0, 4190.0, 4179.0, 4191.0, 4170.0, 4190.0, 4178.0, 4178.0, 4167.0, 4179.0, 4188.0, 4181.0, 4190.0, 4182.0, 4180.0, 4181.0, 4181.0, 4159.0, 4180.0, 4181.0, 4183.0, 4204.0, 4193.0, 4194.0, 4172.0, 4195.0, 4173.0, 4181.0, 4201.0, 4170.0, 4193.0, 4160.0, 4192.0, 4192.0, 4182.0, 4204.0, 4182.0, 4190.0, 4158.0, 4182.0, 4192.0, 4180.0, 4191.0, 4181.0, 4181.0, 4160.0, 4183.0, 4193.0, 4184.0, 4203.0, 4172.0, 4195.0, 4173.0, 4185.0, 4205.0, 4187.0, 4206.0, 4196.0, 4197.0, 4175.0, 4197.0, 4206.0, 4185.0, 4204.0, 4183.0, 4196.0, 4173.0, 4184.0, 4207.0, 4184.0, 4204.0, 4186.0, 4196.0, 4184.0, 4186.0, 4205.0, 4188.0, 4209.0, 4188.0, 4198.0, 4208.0, 4187.0, 4218.0, 4178.0, 4198.0, 4198.0, 4187.0, 4217.0, 4186.0, 4196.0, 4183.0, 4185.0, 4204.0, 4195.0, 4195.0, 4174.0, 4196.0, 4206.0, 4176.0, 4207.0, 4175.0, 4197.0, 4177.0, 4198.0, 4219.0, 4185.0, 4206.0, 4174.0, 4197.0, 4206.0, 4186.0, 4208.0, 4186.0, 4207.0, 4164.0, 4187.0, 4215.0, 4187.0, 4206.0, 4186.0, 4208.0, 4177.0, 4195.0, 4217.0, 4184.0, 4207.0, 4184.0, 4196.0, 4195.0, 4186.0, 4217.0, 4187.0, 4206.0, 4183.0, 4196.0, 4206.0, 4186.0, 4206.0, 4186.0, 4206.0, 4186.0, 4196.0, 4164.0, 4186.0, 4217.0, 4189.0, 4222.0, 4191.0, 4225.0, 4213.0, 4192.0, 4223.0, 4191.0, 4212.0, 4222.0, 4212.0, 4222.0, 4201.0, 4211.0, 4219.0, 4186.0, 4217.0, 4184.0, 4197.0, 4206.0, 4188.0, 4218.0, 4185.0, 4206.0, 4174.0, 4184.0, 4216.0, 4185.0, 4207.0, 4174.0, 4196.0, 4204.0, 4174.0, 4204.0, 4174.0, 4185.0, 4176.0, 4186.0, 4205.0, 4184.0, 4195.0, 4174.0, 4195.0, 4173.0, 4185.0, 4217.0, 4174.0, 4206.0, 4173.0, 4197.0, 4187.0, 4187.0, 4219.0, 4187.0, 4208.0, 4165.0, 4186.0, 4217.0, 4187.0, 4206.0, 4198.0, 4197.0, 4174.0, 4185.0, 4216.0, 4196.0, 4206.0, 4175.0, 4195.0, 4194.0, 4184.0, 4205.0, 4183.0, 4194.0, 4173.0, 4184.0, 4175.0, 4185.0, 4204.0, 4171.0, 4205.0, 4173.0, 4183.0, 4174.0, 4186.0, 4215.0, 4186.0, 4205.0, 4173.0, 4196.0, 4207.0, 4187.0, 4219.0, 4188.0, 4209.0, 4177.0, 4186.0, 4217.0, 4186.0, 4207.0, 4165.0, 4198.0, 4208.0, 4186.0, 4205.0, 4174.0, 4195.0, 4195.0, 4185.0, 4206.0, 4186.0, 4207.0, 4175.0, 4184.0, 4195.0, 4175.0, 4207.0, 4186.0, 4206.0, 4165.0, 4198.0, 4216.0, 4183.0, 4205.0, 4173.0, 4184.0, 4173.0, 4184.0, 4203.0, 4172.0, 4204.0, 4172.0, 4184.0, 4172.0, 4185.0, 4214.0, 4174.0, 4192.0, 4172.0, 4183.0, 4172.0, 4194.0, 4206.0, 4186.0, 4205.0, 4183.0, 4193.0, 4163.0, 4183.0, 4206.0, 4184.0, 4205.0, 4182.0, 4195.0, 4173.0, 4183.0, 4203.0, 4174.0, 4195.0, 4185.0, 4194.0, 4163.0, 4184.0, 4201.0, 4171.0, 4202.0, 4161.0, 4193.0, 4162.0, 4195.0, 4205.0, 4184.0, 4202.0, 4173.0, 4183.0, 4173.0, 4172.0, 4160.0, 4169.0, 4158.0, 4195.0, 4218.0, 4222.0, 4214.0, 4238.0, 4182.0, 4200.0, 4192.0, 4212.0, 4190.0, 4201.0, 4200.0, 4198.0, 4173.0, 4168.0, 4156.0, 4191.0, 4202.0, 4212.0, 4180.0, 4169.0, 4190.0, 4191.0, 4188.0, 4177.0, 4203.0, 4215.0, 4227.0, 4229.0, 4186.0, 4192.0, 4179.0, 4177.0, 4166.0, 4165.0, 4179.0, 4202.0, 4190.0, 4176.0, 4175.0, 4172.0, 4164.0, 4142.0, 4174.0, 4155.0, 4175.0, 4166.0, 4178.0, 4149.0, 4182.0, 4203.0, 4184.0, 4193.0, 4182.0, 4204.0, 4148.0, 4190.0, 4170.0, 4180.0, 4180.0, 4181.0, 4201.0, 4170.0, 4190.0, 4189.0], 'WindowWidth': [9385.0, 9349.0, 9326.0, 9336.0, 9314.0, 9309.0, 9273.0, 9284.0, 9277.0, 9262.0, 9278.0, 9266.0, 9286.0, 9238.0, 9286.0, 9273.0, 9288.0, 9302.0, 9283.0, 9285.0, 9254.0, 9293.0, 9304.0, 9279.0, 9289.0, 9290.0, 9291.0, 9287.0, 9271.0, 9261.0, 9274.0, 9303.0, 9287.0, 9292.0, 9274.0, 9308.0, 9288.0, 9274.0, 9286.0, 9269.0, 9284.0, 9282.0, 9267.0, 9223.0, 9270.0, 9303.0, 9261.0, 9292.0, 9273.0, 9295.0, 9253.0, 9291.0, 9289.0, 9273.0, 9288.0, 9286.0, 9292.0, 9250.0, 9301.0, 9316.0, 9299.0, 9308.0, 9291.0, 9294.0, 9294.0, 9295.0, 9300.0, 9304.0, 9318.0, 9313.0, 9309.0, 9249.0, 9290.0, 9285.0, 9302.0, 9312.0, 9295.0, 9309.0, 9266.0, 9296.0, 9313.0, 9300.0, 9315.0, 9310.0, 9308.0, 9248.0, 9290.0, 9294.0, 9291.0, 9292.0, 9299.0, 9289.0, 9246.0, 9289.0, 9286.0, 9288.0, 9302.0, 9275.0, 9303.0, 9275.0, 9291.0, 9264.0, 9293.0, 9309.0, 9282.0, 9311.0, 9296.0, 9297.0, 9252.0, 9281.0, 9310.0, 9280.0, 9310.0, 9276.0, 9291.0, 9260.0, 9275.0, 9291.0, 9275.0, 9291.0, 9278.0, 9291.0, 9263.0, 9293.0, 9308.0, 9285.0, 9309.0, 9277.0, 9288.0, 9289.0, 9309.0, 9299.0, 9322.0, 9321.0, 9353.0, 9357.0, 9295.0, 9323.0, 9294.0, 9319.0, 9305.0, 9324.0, 9289.0, 9304.0, 9322.0, 9305.0, 9339.0, 9290.0, 9317.0, 9283.0, 9304.0, 9302.0, 9300.0, 9336.0, 9307.0, 9321.0, 9300.0, 9312.0, 9307.0, 9278.0, 9324.0, 9288.0, 9305.0, 9274.0, 9287.0, 9270.0, 9266.0, 9281.0, 9265.0, 9282.0, 9269.0, 9268.0, 9220.0, 9267.0, 9280.0, 9269.0, 9282.0, 9295.0, 9288.0, 9241.0, 9272.0, 9284.0, 9273.0, 9284.0, 9273.0, 9292.0, 9293.0, 9286.0, 9243.0, 9288.0, 9302.0, 9274.0, 9290.0, 9276.0, 9292.0, 9292.0, 9292.0, 9245.0, 9288.0, 9303.0, 9277.0, 9305.0, 9287.0, 9293.0, 9260.0, 9285.0, 9268.0, 9262.0, 9282.0, 9267.0, 9267.0, 9282.0, 9283.0, 9225.0, 9265.0, 9265.0, 9267.0, 9278.0, 9267.0, 9282.0, 9240.0, 9283.0, 9279.0, 9268.0, 9282.0, 9277.0, 9302.0, 9293.0, 9289.0, 9281.0, 9292.0, 9335.0, 9301.0, 9324.0, 9281.0, 9315.0, 9334.0, 9349.0, 9292.0, 9327.0, 9353.0, 9307.0, 9319.0, 9308.0, 9347.0, 9296.0, 9320.0, 9303.0, 9300.0, 9312.0, 9293.0, 9315.0, 9270.0, 9289.0, 9310.0, 9295.0, 9199.0, 9266.0, 9238.0, 9256.0, 9267.0, 9239.0, 9271.0, 9257.0, 9281.0, 9254.0, 9272.0, 9298.0, 9281.0, 9324.0, 9262.0, 9260.0, 9242.0, 9260.0, 9270.0, 9286.0, 9272.0, 9283.0, 9274.0, 9285.0, 9252.0, 9265.0, 9285.0, 9252.0, 9278.0, 9266.0, 9267.0, 9237.0, 9264.0, 9280.0, 9246.0, 9280.0, 9271.0, 9277.0, 9232.0, 9264.0, 9265.0, 9250.0, 9280.0, 9277.0, 9265.0, 9251.0, 9272.0, 9277.0, 9290.0, 9243.0, 9270.0, 9299.0, 9276.0, 9307.0, 9277.0, 9284.0, 9282.0, 9294.0, 9264.0, 9275.0, 9301.0, 9269.0, 9301.0, 9285.0, 9291.0, 9272.0, 9275.0, 9308.0, 9274.0, 9329.0, 9297.0, 9327.0, 9257.0, 9288.0, 9272.0, 9269.0, 9307.0, 9273.0, 9285.0, 9282.0, 9270.0, 9256.0, 9282.0, 9284.0, 9271.0, 9301.0, 9270.0, 9287.0, 9261.0, 9289.0, 9275.0, 9277.0, 9303.0, 9276.0, 9291.0, 9293.0, 9282.0, 9265.0, 9296.0, 9281.0, 9294.0, 9323.0, 9288.0, 9313.0, 9314.0, 9300.0, 9273.0, 9301.0, 9301.0, 9287.0, 9328.0, 9291.0, 9318.0, 9299.0, 9304.0, 9274.0, 9300.0, 9313.0, 9290.0, 9328.0, 9289.0, 9321.0, 9311.0, 9340.0, 9294.0, 9324.0, 9336.0, 9312.0, 9356.0, 9314.0, 9347.0, 9313.0, 9341.0, 9280.0, 9327.0, 9340.0, 9311.0, 9345.0, 9315.0, 9357.0, 9307.0, 9322.0, 9290.0, 9317.0, 9339.0, 9308.0, 9338.0, 9290.0, 9333.0, 9282.0, 9321.0, 9291.0, 9321.0, 9337.0, 9303.0, 9335.0, 9298.0, 9314.0, 9302.0, 9315.0, 9331.0, 9287.0, 9326.0, 9285.0, 9314.0, 9267.0, 9300.0, 9301.0, 9300.0, 9330.0, 9286.0, 9310.0, 9281.0, 9315.0, 9288.0, 9319.0, 9335.0, 9301.0, 9327.0, 9298.0, 9317.0, 9270.0, 9316.0, 9290.0, 9303.0, 9329.0, 9285.0, 9317.0, 9275.0, 9303.0, 9318.0, 9286.0, 9320.0, 9309.0, 9339.0, 9292.0, 9317.0, 9285.0, 9312.0, 9271.0, 9303.0, 9279.0, 9313.0, 9357.0, 9305.0, 9320.0, 9284.0, 9313.0, 9285.0, 9319.0, 9308.0, 9304.0, 9326.0, 9280.0, 9311.0, 9262.0, 9273.0, 9257.0, 9282.0, 9286.0, 9294.0, 9277.0, 9290.0, 9322.0, 9273.0, 9325.0, 9274.0, 9307.0, 9273.0, 9281.0, 9250.0, 9268.0, 9268.0, 9269.0, 9303.0, 9274.0, 9290.0, 9274.0, 9285.0, 9259.0, 9280.0, 9264.0, 9278.0, 9296.0, 9282.0, 9312.0, 9289.0, 9288.0, 9245.0, 9292.0, 9295.0, 9275.0, 9309.0, 9277.0, 9290.0, 9241.0, 9273.0, 9301.0, 9275.0, 9286.0, 9274.0, 9292.0, 9298.0, 9291.0, 9251.0, 9294.0, 9294.0, 9298.0, 9309.0, 9282.0, 9315.0, 9287.0, 9315.0, 9252.0, 9282.0, 9324.0, 9269.0, 9311.0, 9287.0, 9303.0, 9256.0, 9283.0, 9325.0, 9283.0, 9308.0, 9282.0, 9298.0, 9253.0, 9281.0, 9322.0, 9266.0, 9309.0, 9283.0, 9299.0, 9254.0, 9283.0, 9324.0, 9285.0, 9311.0, 9282.0, 9299.0, 9272.0, 9288.0, 9298.0, 9287.0, 9330.0, 9290.0, 9318.0, 9275.0, 9307.0, 9291.0, 9289.0, 9332.0, 9284.0, 9319.0, 9270.0, 9285.0, 9288.0, 9290.0, 9291.0, 9304.0, 9332.0, 9285.0, 9312.0, 9270.0, 9300.0, 9316.0, 9309.0, 9289.0, 9288.0, 9332.0, 9284.0, 9317.0, 9270.0, 9300.0, 9286.0, 9306.0, 9352.0, 9299.0, 9310.0, 9285.0, 9316.0, 9281.0, 9314.0, 9310.0, 9298.0, 9327.0, 9275.0, 9302.0, 9260.0, 9289.0, 9268.0, 9270.0, 9317.0, 9273.0, 9307.0, 9258.0, 9279.0, 9263.0, 9281.0, 9253.0, 9292.0, 9289.0, 9274.0, 9305.0, 9270.0, 9282.0, 9265.0, 9248.0, 9249.0, 9267.0, 9285.0, 9266.0, 9286.0, 9255.0, 9281.0, 9263.0, 9264.0, 9247.0, 9265.0, 9278.0, 9271.0, 9282.0, 9271.0, 9270.0, 9272.0, 9269.0, 9239.0, 9270.0, 9270.0, 9276.0, 9307.0, 9290.0, 9293.0, 9262.0, 9295.0, 9262.0, 9272.0, 9299.0, 9255.0, 9289.0, 9241.0, 9287.0, 9288.0, 9275.0, 9310.0, 9274.0, 9284.0, 9237.0, 9274.0, 9287.0, 9269.0, 9288.0, 9271.0, 9271.0, 9242.0, 9276.0, 9289.0, 9278.0, 9306.0, 9265.0, 9297.0, 9266.0, 9284.0, 9310.0, 9287.0, 9313.0, 9299.0, 9301.0, 9270.0, 9302.0, 9314.0, 9281.0, 9307.0, 9277.0, 9298.0, 9265.0, 9281.0, 9317.0, 9282.0, 9308.0, 9284.0, 9298.0, 9282.0, 9285.0, 9312.0, 9290.0, 9322.0, 9295.0, 9308.0, 9320.0, 9289.0, 9334.0, 9276.0, 9307.0, 9306.0, 9290.0, 9334.0, 9286.0, 9299.0, 9279.0, 9280.0, 9309.0, 9295.0, 9295.0, 9268.0, 9301.0, 9313.0, 9271.0, 9314.0, 9270.0, 9303.0, 9274.0, 9304.0, 9335.0, 9285.0, 9314.0, 9266.0, 9303.0, 9314.0, 9286.0, 9317.0, 9286.0, 9316.0, 9257.0, 9288.0, 9325.0, 9288.0, 9313.0, 9285.0, 9318.0, 9276.0, 9300.0, 9330.0, 9282.0, 9315.0, 9280.0, 9299.0, 9298.0, 9287.0, 9331.0, 9288.0, 9313.0, 9278.0, 9299.0, 9313.0, 9286.0, 9313.0, 9285.0, 9314.0, 9287.0, 9300.0, 9255.0, 9289.0, 9331.0, 9295.0, 9343.0, 9302.0, 9351.0, 9336.0, 9306.0, 9346.0, 9299.0, 9330.0, 9346.0, 9329.0, 9344.0, 9312.0, 9330.0, 9337.0, 9287.0, 9331.0, 9280.0, 9301.0, 9314.0, 9290.0, 9334.0, 9284.0, 9314.0, 9265.0, 9280.0, 9327.0, 9285.0, 9317.0, 9272.0, 9302.0, 9310.0, 9267.0, 9309.0, 9266.0, 9282.0, 9274.0, 9285.0, 9311.0, 9280.0, 9296.0, 9264.0, 9297.0, 9266.0, 9285.0, 9330.0, 9270.0, 9312.0, 9264.0, 9301.0, 9287.0, 9291.0, 9337.0, 9290.0, 9319.0, 9255.0, 9286.0, 9329.0, 9289.0, 9314.0, 9304.0, 9304.0, 9269.0, 9284.0, 9327.0, 9299.0, 9314.0, 9269.0, 9299.0, 9295.0, 9279.0, 9310.0, 9279.0, 9294.0, 9263.0, 9282.0, 9270.0, 9284.0, 9308.0, 9261.0, 9310.0, 9264.0, 9280.0, 9268.0, 9286.0, 9328.0, 9285.0, 9312.0, 9267.0, 9301.0, 9316.0, 9292.0, 9334.0, 9293.0, 9323.0, 9275.0, 9286.0, 9330.0, 9286.0, 9316.0, 9256.0, 9305.0, 9317.0, 9286.0, 9313.0, 9266.0, 9297.0, 9296.0, 9283.0, 9313.0, 9285.0, 9316.0, 9272.0, 9283.0, 9296.0, 9269.0, 9315.0, 9286.0, 9315.0, 9257.0, 9304.0, 9331.0, 9279.0, 9309.0, 9262.0, 9281.0, 9263.0, 9280.0, 9309.0, 9261.0, 9306.0, 9262.0, 9279.0, 9261.0, 9281.0, 9322.0, 9266.0, 9289.0, 9261.0, 9280.0, 9263.0, 9293.0, 9313.0, 9285.0, 9310.0, 9278.0, 9292.0, 9251.0, 9279.0, 9313.0, 9281.0, 9312.0, 9279.0, 9297.0, 9265.0, 9278.0, 9308.0, 9268.0, 9297.0, 9282.0, 9297.0, 9253.0, 9279.0, 9302.0, 9259.0, 9303.0, 9245.0, 9291.0, 9249.0, 9296.0, 9313.0, 9279.0, 9303.0, 9263.0, 9277.0, 9260.0, 9262.0, 9237.0, 9247.0, 9233.0, 9297.0, 9334.0, 9346.0, 9338.0, 9380.0, 9290.0, 9313.0, 9304.0, 9331.0, 9296.0, 9313.0, 9312.0, 9305.0, 9259.0, 9243.0, 9228.0, 9285.0, 9303.0, 9315.0, 9268.0, 9252.0, 9280.0, 9284.0, 9279.0, 9261.0, 9308.0, 9324.0, 9352.0, 9356.0, 9284.0, 9286.0, 9262.0, 9257.0, 9240.0, 9237.0, 9261.0, 9302.0, 9281.0, 9256.0, 9250.0, 9244.0, 9231.0, 9202.0, 9248.0, 9226.0, 9253.0, 9244.0, 9263.0, 9224.0, 9274.0, 9302.0, 9277.0, 9288.0, 9272.0, 9302.0, 9220.0, 9279.0, 9253.0, 9266.0, 9265.0, 9268.0, 9298.0, 9251.0, 9279.0, 9278.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.010288183613030601</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05567315074037513</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.718655035958484</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2016215885573132</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0100598216501964</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5396</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2778.769</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11742140481868323</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>105</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.365251727541954</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.559764926189535</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.453581577865693</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.713376208035343</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5123369926675694</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00578061</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0037304165307432413</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024799520149827003</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.364023929378868</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.2543</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.1858</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.4103</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284422.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1143.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.2691</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1182</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.9948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3318.6151</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3459.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92122.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1477.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4270.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>792.6128</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.529834882123396</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> |