=== 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-0109 --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-0109",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-01/func/sub-0109_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>5a3ae7e623f774a31662921fd46a84e6</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>22:23:10.055000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998256, 0.0325358, 0.049262, -0.0373022, 0.994373, 0.0991508]</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.259</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.0945728</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>44</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4223, -7781, -7254, 314, -89, 26, -22, 90]</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>241.594</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>85017659-d6a7-4c26-8100-cd94abc4189a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6782474517822266, -0.10007905960083008, 0.12354899197816849, 113.94733428955078], [-0.08729127794504166, 2.667829990386963, 0.27220168709754944, -109.62559509277344], [0.13216644525527954, -0.26601433753967285, 2.683401107788086, -75.91313171386719], [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': ['222310.055000', '222310.515000', '222310.975000', '222311.435000', '222311.895000', '222312.355000', '222312.815000', '222313.275000', '222313.735000', '222314.195000', '222314.655000', '222315.115000', '222315.575000', '222316.035000', '222316.495000', '222316.955000', '222317.415000', '222317.875000', '222318.335000', '222318.795000', '222319.255000', '222319.715000', '222320.175000', '222320.635000', '222321.095000', '222321.555000', '222322.015000', '222322.475000', '222322.935000', '222323.395000', '222323.855000', '222324.315000', '222324.775000', '222325.235000', '222325.695000', '222326.155000', '222326.615000', '222327.075000', '222327.535000', '222327.995000', '222328.455000', '222328.915000', '222329.375000', '222329.835000', '222330.295000', '222330.755000', '222331.215000', '222331.675000', '222332.135000', '222332.595000', '222333.055000', '222333.515000', '222333.975000', '222334.435000', '222334.895000', '222335.355000', '222335.815000', '222336.275000', '222336.735000', '222337.195000', '222337.655000', '222338.115000', '222338.575000', '222339.035000', '222339.495000', '222339.955000', '222340.415000', '222340.875000', '222341.335000', '222341.795000', '222342.255000', '222342.715000', '222343.175000', '222343.635000', '222344.095000', '222344.555000', '222345.015000', '222345.475000', '222345.935000', '222346.395000', '222346.855000', '222347.315000', '222347.775000', '222348.235000', '222348.695000', '222349.155000', '222349.615000', '222350.075000', '222350.535000', '222350.995000', '222351.455000', '222351.915000', '222352.375000', '222352.835000', '222353.295000', '222353.755000', '222354.215000', '222354.675000', '222355.135000', '222355.595000', '222356.055000', '222356.515000', '222356.975000', '222357.435000', '222357.895000', '222358.355000', '222358.815000', '222359.275000', '222359.735000', '222400.195000', '222400.655000', '222401.115000', '222401.575000', '222402.035000', '222402.495000', '222402.955000', '222403.415000', '222403.875000', '222404.335000', '222404.795000', '222405.255000', '222405.715000', '222406.175000', '222406.635000', '222407.095000', '222407.555000', '222408.015000', '222408.475000', '222408.935000', '222409.395000', '222409.855000', '222410.315000', '222410.775000', '222411.235000', '222411.695000', '222412.155000', '222412.615000', '222413.075000', '222413.535000', '222413.995000', '222414.455000', '222414.915000', '222415.375000', '222415.835000', '222416.295000', '222416.755000', '222417.215000', '222417.675000', '222418.135000', '222418.595000', '222419.055000', '222419.515000', '222419.975000', '222420.435000', '222420.895000', '222421.355000', '222421.815000', '222422.275000', '222422.735000', '222423.195000', '222423.655000', '222424.115000', '222424.575000', '222425.035000', '222425.495000', '222425.955000', '222426.415000', '222426.875000', '222427.335000', '222427.795000', '222428.255000', '222428.715000', '222429.175000', '222429.635000', '222430.095000', '222430.555000', '222431.015000', '222431.475000', '222431.935000', '222432.395000', '222432.855000', '222433.315000', '222433.775000', '222434.235000', '222434.695000', '222435.155000', '222435.615000', '222436.075000', '222436.535000', '222436.995000', '222437.455000', '222437.915000', '222438.375000', '222438.835000', '222439.295000', '222439.755000', '222440.215000', '222440.675000', '222441.135000', '222441.595000', '222442.055000', '222442.515000', '222442.975000', '222443.435000', '222443.895000', '222444.355000', '222444.815000', '222445.275000', '222445.735000', '222446.195000', '222446.655000', '222447.115000', '222447.575000', '222448.035000', '222448.495000', '222448.955000', '222449.415000', '222449.875000', '222450.335000', '222450.795000', '222451.255000', '222451.715000', '222452.175000', '222452.635000', '222453.095000', '222453.555000', '222454.015000', '222454.475000', '222454.935000', '222455.395000', '222455.855000', '222456.315000', '222456.775000', '222457.235000', '222457.695000', '222458.155000', '222458.615000', '222459.075000', '222459.535000', '222459.995000', '222500.455000', '222500.915000', '222501.375000', '222501.835000', '222502.295000', '222502.755000', '222503.215000', '222503.675000', '222504.135000', '222504.595000', '222505.055000', '222505.515000', '222505.975000', '222506.435000', '222506.895000', '222507.355000', '222507.815000', '222508.275000', '222508.735000', '222509.195000', '222509.655000', '222510.115000', '222510.575000', '222511.035000', '222511.495000', '222511.955000', '222512.415000', '222512.875000', '222513.335000', '222513.795000', '222514.255000', '222514.715000', '222515.175000', '222515.635000', '222516.095000', '222516.555000', '222517.015000', '222517.475000', '222517.935000', '222518.395000', '222518.855000', '222519.315000', '222519.775000', '222520.235000', '222520.695000', '222521.155000', '222521.615000', '222522.075000', '222522.535000', '222522.995000', '222523.455000', '222523.915000', '222524.375000', '222524.835000', '222525.295000', '222525.755000', '222526.215000', '222526.675000', '222527.135000', '222527.595000', '222528.055000', '222528.515000', '222528.975000', '222529.435000', '222529.895000', '222530.355000', '222530.815000', '222531.275000', '222531.735000', '222532.195000', '222532.655000', '222533.115000', '222533.575000', '222534.035000', '222534.495000', '222534.955000', '222535.415000', '222535.875000', '222536.335000', '222536.795000', '222537.255000', '222537.715000', '222538.175000', '222538.635000', '222539.095000', '222539.555000', '222540.015000', '222540.475000', '222540.935000', '222541.395000', '222541.855000', '222542.315000', '222542.775000', '222543.235000', '222543.695000', '222544.155000', '222544.615000', '222545.075000', '222545.535000', '222545.995000', '222546.455000', '222546.915000', '222547.375000', '222547.835000', '222548.295000', '222548.755000', '222549.215000', '222549.675000', '222550.135000', '222550.595000', '222551.055000', '222551.515000', '222551.975000', '222552.435000', '222552.895000', '222553.355000', '222553.815000', '222554.275000', '222554.735000', '222555.195000', '222555.655000', '222556.115000', '222556.575000', '222557.035000', '222557.495000', '222557.955000', '222558.415000', '222558.875000', '222559.335000', '222559.795000', '222600.255000', '222600.715000', '222601.175000', '222601.635000', '222602.095000', '222602.555000', '222603.015000', '222603.475000', '222603.935000', '222604.395000', '222604.855000', '222605.315000', '222605.775000', '222606.235000', '222606.695000', '222607.155000', '222607.615000', '222608.075000', '222608.535000', '222608.995000', '222609.455000', '222609.915000', '222610.375000', '222610.835000', '222611.295000', '222611.755000', '222612.215000', '222612.675000', '222613.135000', '222613.595000', '222614.055000', '222614.515000', '222614.975000', '222615.435000', '222615.895000', '222616.355000', '222616.815000', '222617.275000', '222617.735000', '222618.195000', '222618.655000', '222619.115000', '222619.575000', '222620.035000', '222620.495000', '222620.955000', '222621.415000', '222621.875000', '222622.335000', '222622.795000', '222623.255000', '222623.715000', '222624.175000', '222624.635000', '222625.095000', '222625.555000', '222626.015000', '222626.475000', '222626.935000', '222627.395000', '222627.855000', '222628.315000', '222628.775000', '222629.235000', '222629.695000', '222630.155000', '222630.615000', '222631.075000', '222631.535000', '222631.995000', '222632.455000', '222632.915000', '222633.375000', '222633.835000', '222634.295000', '222634.755000', '222635.215000', '222635.675000', '222636.135000', '222636.595000', '222637.055000', '222637.515000', '222637.975000', '222638.435000', '222638.895000', '222639.355000', '222639.815000', '222640.275000', '222640.735000', '222641.195000', '222641.655000', '222642.115000', '222642.575000', '222643.035000', '222643.495000', '222643.955000', '222644.415000', '222644.875000', '222645.335000', '222645.795000', '222646.255000', '222646.715000', '222647.175000', '222647.635000', '222648.095000', '222648.555000', '222649.015000', '222649.475000', '222649.935000', '222650.395000', '222650.855000', '222651.315000', '222651.775000', '222652.235000', '222652.695000', '222653.155000', '222653.615000', '222654.075000', '222654.535000', '222654.995000', '222655.455000', '222655.915000', '222656.375000', '222656.835000', '222657.295000', '222657.755000', '222658.215000', '222658.675000', '222659.135000', '222659.595000', '222700.055000', '222700.515000', '222700.975000', '222701.435000', '222701.895000', '222702.355000', '222702.815000', '222703.275000', '222703.735000', '222704.195000', '222704.655000', '222705.115000', '222705.575000', '222706.035000', '222706.495000', '222706.955000', '222707.415000', '222707.875000', '222708.335000', '222708.795000', '222709.255000', '222709.715000', '222710.175000', '222710.635000', '222711.095000', '222711.555000', '222712.015000', '222712.475000', '222712.935000', '222713.395000', '222713.855000', '222714.315000', '222714.775000', '222715.235000', '222715.695000', '222716.155000', '222716.615000', '222717.075000', '222717.535000', '222717.995000', '222718.455000', '222718.915000', '222719.375000', '222719.835000', '222720.295000', '222720.755000', '222721.215000', '222721.675000', '222722.135000', '222722.595000', '222723.055000', '222723.515000', '222723.975000', '222724.435000', '222724.895000', '222725.355000', '222725.815000', '222726.275000', '222726.735000', '222727.195000', '222727.655000', '222728.115000', '222728.575000', '222729.035000', '222729.495000', '222729.955000', '222730.415000', '222730.875000', '222731.335000', '222731.795000', '222732.255000', '222732.715000', '222733.175000', '222733.635000', '222734.095000', '222734.555000', '222735.015000', '222735.475000', '222735.935000', '222736.395000', '222736.855000', '222737.315000', '222737.775000', '222738.235000', '222738.695000', '222739.155000', '222739.615000', '222740.075000', '222740.535000', '222740.995000', '222741.455000', '222741.915000', '222742.375000', '222742.835000', '222743.295000', '222743.755000', '222744.215000', '222744.675000', '222745.135000', '222745.595000', '222746.055000', '222746.515000', '222746.975000', '222747.435000', '222747.895000', '222748.355000', '222748.815000', '222749.275000', '222749.735000', '222750.195000', '222750.655000', '222751.115000', '222751.575000', '222752.035000', '222752.495000', '222752.955000', '222753.415000', '222753.875000', '222754.335000', '222754.795000', '222755.255000', '222755.715000', '222756.175000', '222756.635000', '222757.095000', '222757.555000', '222758.015000', '222758.475000', '222758.935000', '222759.395000', '222759.855000', '222800.315000', '222800.775000', '222801.235000', '222801.695000', '222802.155000', '222802.615000', '222803.075000', '222803.535000', '222803.995000', '222804.455000', '222804.915000', '222805.375000', '222805.835000', '222806.295000', '222806.755000', '222807.215000', '222807.675000', '222808.135000', '222808.595000', '222809.055000', '222809.515000', '222809.975000', '222810.435000', '222810.895000', '222811.355000', '222811.815000', '222812.275000', '222812.735000', '222813.195000', '222813.655000', '222814.115000', '222814.575000', '222815.035000', '222815.495000', '222815.955000', '222816.415000', '222816.875000', '222817.335000', '222817.795000', '222818.255000', '222818.715000', '222819.175000', '222819.635000', '222820.095000', '222820.555000', '222821.015000', '222821.475000', '222821.935000', '222822.395000', '222822.855000', '222823.315000', '222823.775000', '222824.235000', '222824.695000', '222825.155000', '222825.615000', '222826.075000', '222826.535000', '222826.995000', '222827.455000', '222827.915000', '222828.375000', '222828.835000', '222829.295000', '222829.755000', '222830.215000', '222830.675000', '222831.135000', '222831.595000', '222832.055000', '222832.515000', '222832.975000', '222833.435000', '222833.895000', '222834.355000', '222834.815000', '222835.275000', '222835.735000', '222836.195000', '222836.655000', '222837.115000', '222837.575000', '222838.035000', '222838.495000', '222838.955000', '222839.415000', '222839.875000', '222840.335000', '222840.795000', '222841.255000', '222841.715000', '222842.175000', '222842.635000', '222843.095000', '222843.555000', '222844.015000', '222844.475000', '222844.935000', '222845.395000', '222845.855000', '222846.315000', '222846.775000', '222847.235000', '222847.695000', '222848.155000', '222848.615000', '222849.075000', '222849.535000', '222849.995000', '222850.455000', '222850.915000', '222851.375000', '222851.835000', '222852.295000', '222852.755000', '222853.215000', '222853.675000', '222854.135000', '222854.595000', '222855.055000', '222855.515000', '222855.975000', '222856.435000', '222856.895000', '222857.355000', '222857.815000', '222858.275000', '222858.735000', '222859.195000', '222859.655000', '222900.115000', '222900.575000', '222901.035000', '222901.495000', '222901.955000', '222902.415000', '222902.875000', '222903.335000', '222903.795000', '222904.255000', '222904.715000', '222905.175000', '222905.635000', '222906.095000', '222906.555000', '222907.015000', '222907.475000', '222907.935000', '222908.395000', '222908.855000', '222909.315000', '222909.775000', '222910.235000', '222910.695000', '222911.155000', '222911.615000', '222912.075000', '222912.535000', '222912.995000', '222913.455000', '222913.915000', '222914.375000', '222914.835000', '222915.295000', '222915.755000', '222916.215000', '222916.675000', '222917.135000', '222917.595000', '222918.055000', '222918.515000', '222918.975000', '222919.435000', '222919.895000', '222920.355000', '222920.815000', '222921.275000', '222921.735000', '222922.195000', '222922.655000', '222923.115000', '222923.575000', '222924.035000', '222924.495000', '222924.955000', '222925.415000', '222925.875000', '222926.335000', '222926.795000', '222927.255000', '222927.715000', '222928.175000', '222928.635000', '222929.095000', '222929.555000', '222930.015000', '222930.475000', '222930.935000', '222931.395000', '222931.855000', '222932.315000', '222932.775000', '222933.235000', '222933.695000', '222934.155000', '222934.615000', '222935.075000', '222935.535000', '222935.995000', '222936.455000', '222936.915000', '222937.375000', '222937.835000', '222938.295000', '222938.755000', '222939.215000', '222939.675000', '222940.135000', '222940.595000', '222941.055000', '222941.515000', '222941.975000', '222942.435000', '222942.895000', '222943.355000', '222943.815000', '222944.275000', '222944.735000', '222945.195000', '222945.655000', '222946.115000', '222946.575000', '222947.035000', '222947.495000', '222947.955000', '222948.415000', '222948.875000', '222949.335000', '222949.795000', '222950.255000', '222950.715000', '222951.175000', '222951.635000', '222952.095000', '222952.555000', '222953.015000', '222953.475000', '222953.935000', '222954.395000', '222954.855000', '222955.315000', '222955.775000', '222956.235000', '222956.695000', '222957.155000', '222957.615000', '222958.075000', '222958.535000', '222958.995000', '222959.455000', '222959.915000', '223000.375000', '223000.835000', '223001.295000', '223001.755000', '223002.215000', '223002.675000', '223003.135000', '223003.595000', '223004.055000', '223004.515000', '223004.975000', '223005.435000', '223005.895000', '223006.355000', '223006.815000', '223007.275000', '223007.735000', '223008.195000', '223008.655000', '223009.115000', '223009.575000', '223010.035000', '223010.495000', '223010.955000', '223011.415000', '223011.875000', '223012.335000', '223012.795000', '223013.255000', '223013.715000', '223014.175000', '223014.635000', '223015.095000', '223015.555000', '223016.015000', '223016.475000', '223016.935000', '223017.395000', '223017.855000', '223018.315000', '223018.775000', '223019.235000', '223019.695000', '223020.155000', '223020.615000', '223021.075000', '223021.535000', '223021.995000', '223022.455000', '223022.915000', '223023.375000', '223023.835000', '223024.295000', '223024.755000', '223025.215000', '223025.675000', '223026.135000', '223026.595000', '223027.055000', '223027.515000', '223027.975000', '223028.435000', '223028.895000', '223029.355000', '223029.815000', '223030.275000', '223030.735000', '223031.195000', '223031.655000', '223032.115000', '223032.575000', '223033.035000', '223033.495000', '223033.955000', '223034.415000', '223034.875000', '223035.335000', '223035.795000', '223036.255000', '223036.715000', '223037.175000', '223037.635000', '223038.095000', '223038.555000', '223039.015000', '223039.475000', '223039.935000', '223040.395000', '223040.855000', '223041.315000', '223041.775000', '223042.235000', '223042.695000', '223043.155000', '223043.615000', '223044.075000', '223044.535000', '223044.995000', '223045.455000', '223045.915000', '223046.375000', '223046.835000', '223047.295000', '223047.755000', '223048.215000', '223048.675000', '223049.135000', '223049.595000', '223050.055000', '223050.515000', '223050.975000', '223051.435000', '223051.895000', '223052.355000', '223052.815000', '223053.275000', '223053.735000', '223054.195000', '223054.655000', '223055.115000', '223055.575000', '223056.035000', '223056.495000', '223056.955000'], 'ContentTime': ['222334.001000', '222334.004000', '222334.007000', '222334.009000', '222334.012000', '222334.014000', '222334.017000', '222334.020000', '222334.022000', '222334.025000', '222334.027000', '222334.030000', '222334.032000', '222334.035000', '222334.038000', '222334.040000', '222334.043000', '222334.045000', '222334.048000', '222334.056000', '222334.059000', '222334.061000', '222334.064000', '222334.067000', '222334.069000', '222334.072000', '222334.074000', '222334.077000', '222334.080000', '222334.093000', '222334.095000', '222334.098000', '222334.100000', '222334.103000', '222334.106000', '222334.108000', '222334.111000', '222334.113000', '222334.116000', '222334.118000', '222334.121000', '222334.124000', '222334.126000', '222334.129000', '222334.131000', '222334.134000', '222334.136000', '222334.139000', '222334.141000', '222353.967000', '222353.970000', '222353.972000', '222353.975000', '222353.977000', '222353.980000', '222353.983000', '222353.985000', '222353.988000', '222353.990000', '222353.993000', '222353.996000', '222353.998000', '222354.002000', '222354.004000', '222354.007000', '222354.009000', '222354.012000', '222354.015000', '222354.017000', '222354.020000', '222354.022000', '222354.025000', '222354.028000', '222354.030000', '222354.033000', '222354.035000', '222354.038000', '222354.040000', '222354.043000', '222354.046000', '222354.048000', '222354.051000', '222354.053000', '222354.056000', '222354.059000', '222354.061000', '222354.064000', '222354.067000', '222354.069000', '222354.072000', '222354.074000', '222354.077000', '222413.967000', '222413.969000', '222413.972000', '222413.975000', '222413.977000', '222413.980000', '222413.982000', '222413.985000', '222413.988000', '222413.990000', '222413.993000', '222413.995000', '222413.998000', '222414.002000', '222414.004000', '222414.007000', '222414.010000', '222414.012000', '222414.021000', '222414.023000', '222414.026000', '222414.028000', '222414.031000', '222414.034000', '222414.036000', '222414.039000', '222414.041000', '222414.044000', '222414.047000', '222414.049000', '222414.052000', '222414.054000', '222414.057000', '222414.059000', '222414.062000', '222414.065000', '222414.067000', '222414.070000', '222414.072000', '222414.075000', '222414.077000', '222414.080000', '222414.082000', '222414.085000', '222433.966000', '222433.969000', '222433.972000', '222433.974000', '222433.977000', '222433.980000', '222433.982000', '222433.985000', '222433.987000', '222433.990000', '222433.996000', '222434.000000', '222434.003000', '222434.005000', '222434.008000', '222434.010000', '222434.013000', '222434.017000', '222434.020000', '222434.023000', '222434.025000', '222434.028000', '222434.031000', '222434.033000', '222434.036000', '222434.038000', '222434.041000', '222434.044000', '222434.046000', '222434.049000', '222434.052000', '222434.054000', '222434.057000', '222434.059000', '222434.062000', '222434.065000', '222434.067000', '222434.070000', '222434.073000', '222434.075000', '222434.078000', '222434.080000', '222434.083000', '222453.968000', '222453.970000', '222453.973000', '222453.976000', '222453.978000', '222453.981000', '222453.984000', '222453.986000', '222453.989000', '222453.991000', '222453.994000', '222453.997000', '222454.000000', '222454.003000', '222454.006000', '222454.008000', '222454.011000', '222454.013000', '222454.016000', '222454.018000', '222454.021000', '222454.024000', '222454.026000', '222454.029000', '222454.031000', '222454.044000', '222454.047000', '222454.050000', '222454.052000', '222454.055000', '222454.057000', '222454.060000', '222454.100000', '222454.102000', '222454.105000', '222454.107000', '222454.110000', '222454.113000', '222454.115000', '222454.118000', '222454.120000', '222454.123000', '222454.126000', '222454.128000', '222513.967000', '222513.970000', '222513.973000', '222513.982000', '222513.985000', '222513.987000', '222513.990000', '222513.992000', '222513.995000', '222513.998000', '222514.001000', '222514.004000', '222514.006000', '222514.009000', '222514.012000', '222514.014000', '222514.017000', '222514.020000', '222514.023000', '222514.025000', '222514.028000', '222514.031000', '222514.033000', '222514.036000', '222514.038000', '222514.041000', '222514.044000', '222514.046000', '222514.049000', '222514.051000', '222514.054000', '222514.057000', '222514.059000', '222514.062000', '222514.064000', '222514.067000', '222514.070000', '222514.072000', '222514.075000', '222514.077000', '222514.080000', '222514.083000', '222514.085000', '222533.966000', '222533.969000', '222533.972000', '222533.975000', '222533.977000', '222533.980000', '222533.983000', '222533.985000', '222533.988000', '222533.990000', '222533.993000', '222533.996000', '222533.998000', '222534.002000', '222534.004000', '222534.007000', '222534.010000', '222534.012000', '222534.015000', '222534.017000', '222534.020000', '222534.022000', '222534.025000', '222534.028000', '222534.030000', '222534.033000', '222534.035000', '222534.038000', '222534.041000', '222534.043000', '222534.046000', '222534.048000', '222534.051000', '222534.054000', '222534.056000', '222534.059000', '222534.061000', '222534.064000', '222534.067000', '222534.069000', '222534.072000', '222534.074000', '222534.077000', '222534.079000', '222553.967000', '222553.969000', '222553.972000', '222553.975000', '222553.984000', '222553.986000', '222553.989000', '222553.992000', '222553.994000', '222553.997000', '222554.000000', '222554.003000', '222554.006000', '222554.008000', '222554.011000', '222554.013000', '222554.016000', '222554.019000', '222554.021000', '222554.024000', '222554.026000', '222554.029000', '222554.032000', '222554.034000', '222554.037000', '222554.039000', '222554.042000', '222554.045000', '222554.047000', '222554.050000', '222554.053000', '222554.056000', '222554.059000', '222554.062000', '222554.064000', '222554.067000', '222554.069000', '222554.072000', '222554.075000', '222554.077000', '222554.080000', '222554.082000', '222554.085000', '222613.966000', '222613.969000', '222613.972000', '222613.974000', '222613.977000', '222613.980000', '222613.982000', '222613.985000', '222613.987000', '222613.990000', '222613.993000', '222613.995000', '222613.998000', '222614.001000', '222614.004000', '222614.006000', '222614.009000', '222614.012000', '222614.014000', '222614.017000', '222614.019000', '222614.022000', '222614.025000', '222614.027000', '222614.030000', '222614.032000', '222614.035000', '222614.037000', '222614.040000', '222614.043000', '222614.046000', '222614.048000', '222614.051000', '222614.053000', '222614.056000', '222614.058000', '222614.061000', '222614.064000', '222614.066000', '222614.069000', '222614.071000', '222614.074000', '222614.077000', '222614.079000', '222633.966000', '222633.969000', '222633.972000', '222633.975000', '222633.977000', '222633.980000', '222633.982000', '222633.985000', '222633.987000', '222633.990000', '222633.993000', '222633.995000', '222633.998000', '222634.001000', '222634.004000', '222634.006000', '222634.009000', '222634.012000', '222634.014000', '222634.017000', '222634.020000', '222634.022000', '222634.025000', '222634.028000', '222634.030000', '222634.033000', '222634.035000', '222634.045000', '222634.059000', '222634.061000', '222634.064000', '222634.066000', '222634.069000', '222634.071000', '222634.074000', '222634.077000', '222634.079000', '222634.082000', '222634.084000', '222634.087000', '222634.090000', '222634.092000', '222634.095000', '222653.966000', '222653.969000', '222653.972000', '222653.975000', '222653.977000', '222653.980000', '222653.982000', '222653.985000', '222653.987000', '222653.990000', '222653.993000', '222653.995000', '222653.998000', '222654.002000', '222654.004000', '222654.007000', '222654.009000', '222654.012000', '222654.014000', '222654.017000', '222654.020000', '222654.022000', '222654.025000', '222654.027000', '222654.030000', '222654.033000', '222654.035000', '222654.038000', '222654.040000', '222654.043000', '222654.046000', '222654.048000', '222654.051000', '222654.053000', '222654.056000', '222654.059000', '222654.061000', '222654.064000', '222654.066000', '222654.069000', '222654.071000', '222654.074000', '222654.077000', '222654.079000', '222713.967000', '222713.970000', '222713.973000', '222713.976000', '222713.978000', '222713.981000', '222713.983000', '222713.986000', '222713.989000', '222713.991000', '222713.994000', '222713.996000', '222714.000000', '222714.003000', '222714.005000', '222714.008000', '222714.011000', '222714.013000', '222714.016000', '222714.018000', '222714.021000', '222714.025000', '222714.028000', '222714.030000', '222714.044000', '222714.046000', '222714.049000', '222714.052000', '222714.054000', '222714.057000', '222714.059000', '222714.062000', '222714.064000', '222714.067000', '222714.070000', '222714.072000', '222714.075000', '222714.077000', '222714.080000', '222714.083000', '222714.085000', '222714.088000', '222714.090000', '222733.967000', '222733.970000', '222733.973000', '222733.975000', '222733.978000', '222733.981000', '222733.983000', '222733.986000', '222733.988000', '222733.991000', '222733.994000', '222733.996000', '222734.000000', '222734.003000', '222734.005000', '222734.008000', '222734.010000', '222734.013000', '222734.016000', '222734.018000', '222734.021000', '222734.023000', '222734.026000', '222734.028000', '222734.031000', '222734.034000', '222734.036000', '222734.039000', '222734.042000', '222734.044000', '222734.047000', '222734.049000', '222734.052000', '222734.055000', '222734.057000', '222734.060000', '222734.062000', '222734.065000', '222734.068000', '222734.070000', '222734.073000', '222734.076000', '222734.078000', '222734.081000', '222753.967000', '222753.970000', '222753.972000', '222753.975000', '222753.977000', '222753.980000', '222753.983000', '222753.985000', '222753.988000', '222753.991000', '222753.993000', '222753.996000', '222753.999000', '222754.002000', '222754.005000', '222754.007000', '222754.010000', '222754.013000', '222754.015000', '222754.018000', '222754.020000', '222754.023000', '222754.026000', '222754.028000', '222754.031000', '222754.034000', '222754.036000', '222754.039000', '222754.041000', '222754.044000', '222754.046000', '222754.049000', '222754.052000', '222754.054000', '222754.057000', '222754.059000', '222754.062000', '222754.065000', '222754.067000', '222754.070000', '222754.073000', '222754.076000', '222754.078000', '222813.967000', '222813.969000', '222813.972000', '222813.975000', '222813.977000', '222813.980000', '222813.982000', '222813.985000', '222813.988000', '222813.990000', '222813.993000', '222813.995000', '222813.998000', '222814.002000', '222814.004000', '222814.007000', '222814.009000', '222814.012000', '222814.015000', '222814.017000', '222814.020000', '222814.022000', '222814.025000', '222814.028000', '222814.030000', '222814.033000', '222814.036000', '222814.038000', '222814.041000', '222814.043000', '222814.046000', '222814.048000', '222814.051000', '222814.054000', '222814.056000', '222814.059000', '222814.061000', '222814.064000', '222814.066000', '222814.069000', '222814.072000', '222814.074000', '222814.077000', '222814.080000', '222833.967000', '222833.969000', '222833.972000', '222833.975000', '222833.977000', '222833.980000', '222833.982000', '222833.985000', '222833.988000', '222833.990000', '222833.993000', '222833.995000', '222833.998000', '222834.002000', '222834.005000', '222834.007000', '222834.010000', '222834.012000', '222834.015000', '222834.018000', '222834.020000', '222834.023000', '222834.025000', '222834.028000', '222834.031000', '222834.033000', '222834.036000', '222834.038000', '222834.041000', '222834.044000', '222834.046000', '222834.049000', '222834.052000', '222834.054000', '222834.057000', '222834.061000', '222834.064000', '222834.067000', '222834.069000', '222834.072000', '222834.074000', '222834.077000', '222834.080000', '222853.966000', '222853.969000', '222853.972000', '222853.975000', '222853.977000', '222853.980000', '222853.982000', '222853.985000', '222853.988000', '222853.990000', '222853.993000', '222853.995000', '222853.998000', '222854.002000', '222854.004000', '222854.007000', '222854.009000', '222854.012000', '222854.014000', '222854.017000', '222854.020000', '222854.022000', '222854.025000', '222854.027000', '222854.030000', '222854.033000', '222854.035000', '222854.038000', '222854.040000', '222854.043000', '222854.046000', '222854.048000', '222854.051000', '222854.053000', '222854.056000', '222854.059000', '222854.061000', '222854.064000', '222854.066000', '222854.069000', '222854.072000', '222854.074000', '222854.077000', '222854.079000', '222913.966000', '222913.969000', '222913.972000', '222913.975000', '222913.977000', '222913.980000', '222913.982000', '222913.985000', '222913.988000', '222913.990000', '222913.993000', '222913.996000', '222913.998000', '222914.002000', '222914.004000', '222914.007000', '222914.010000', '222914.012000', '222914.015000', '222914.017000', '222914.020000', '222914.023000', '222914.025000', '222914.028000', '222914.030000', '222914.033000', '222914.036000', '222914.038000', '222914.041000', '222914.043000', '222914.046000', '222914.049000', '222914.051000', '222914.054000', '222914.056000', '222914.059000', '222914.062000', '222914.064000', '222914.067000', '222914.069000', '222914.072000', '222914.075000', '222914.077000', '222933.967000', '222933.970000', '222933.973000', '222933.976000', '222933.978000', '222933.981000', '222933.996000', '222934.000000', '222934.002000', '222934.005000', '222934.007000', '222934.010000', '222934.013000', '222934.015000', '222934.018000', '222934.021000', '222934.023000', '222934.026000', '222934.028000', '222934.031000', '222934.034000', '222934.036000', '222934.039000', '222934.041000', '222934.044000', '222934.047000', '222934.049000', '222934.052000', '222934.055000', '222934.057000', '222934.060000', '222934.062000', '222934.065000', '222934.067000', '222934.070000', '222934.073000', '222934.075000', '222934.078000', '222934.081000', '222934.083000', '222934.086000', '222934.088000', '222934.091000', '222934.093000', '222953.967000', '222953.970000', '222953.973000', '222953.976000', '222953.978000', '222953.981000', '222953.983000', '222953.986000', '222953.989000', '222953.991000', '222953.994000', '222953.996000', '222954.000000', '222954.003000', '222954.005000', '222954.008000', '222954.010000', '222954.013000', '222954.015000', '222954.018000', '222954.021000', '222954.023000', '222954.026000', '222954.028000', '222954.031000', '222954.033000', '222954.036000', '222954.039000', '222954.041000', '222954.044000', '222954.047000', '222954.049000', '222954.052000', '222954.055000', '222954.057000', '222954.060000', '222954.062000', '222954.065000', '222954.067000', '222954.070000', '222954.072000', '222954.075000', '222954.078000', '223013.967000', '223013.969000', '223013.972000', '223013.974000', '223013.977000', '223013.980000', '223013.982000', '223013.985000', '223013.987000', '223013.990000', '223013.992000', '223013.995000', '223013.998000', '223014.001000', '223014.004000', '223014.006000', '223014.009000', '223014.011000', '223014.014000', '223014.017000', '223014.019000', '223014.022000', '223014.024000', '223014.027000', '223014.030000', '223014.032000', '223014.035000', '223014.037000', '223014.040000', '223014.042000', '223014.045000', '223014.048000', '223014.050000', '223014.053000', '223014.055000', '223014.058000', '223014.060000', '223014.063000', '223014.066000', '223014.068000', '223014.071000', '223014.073000', '223014.076000', '223014.079000', '223033.967000', '223033.969000', '223033.972000', '223033.975000', '223033.977000', '223033.980000', '223033.983000', '223033.985000', '223033.988000', '223033.990000', '223033.993000', '223033.996000', '223033.998000', '223034.002000', '223034.004000', '223034.007000', '223034.010000', '223034.012000', '223034.015000', '223034.018000', '223034.020000', '223034.023000', '223034.025000', '223034.028000', '223034.030000', '223034.033000', '223034.036000', '223034.038000', '223034.041000', '223034.043000', '223034.046000', '223034.049000', '223034.051000', '223034.054000', '223034.056000', '223034.059000', '223034.062000', '223034.064000', '223034.067000', '223034.069000', '223034.072000', '223034.075000', '223034.077000', '223053.966000', '223053.969000', '223053.972000', '223053.976000', '223053.979000', '223053.981000', '223053.984000', '223053.987000', '223053.989000', '223053.992000', '223053.994000', '223053.997000', '223054.001000', '223054.003000', '223054.006000', '223054.008000', '223054.011000', '223054.023000', '223054.025000', '223054.028000', '223054.031000', '223054.033000', '223054.036000', '223054.039000', '223054.041000', '223054.044000', '223054.046000', '223054.049000', '223054.051000', '223054.054000', '223054.057000', '223054.059000', '223054.062000', '223054.065000', '223054.067000', '223054.070000', '223054.072000', '223054.075000', '223054.077000', '223054.080000', '223054.083000', '223054.085000', '223054.088000', '223054.090000', '223058.510000', '223058.513000', '223058.516000', '223058.519000', '223058.522000', '223058.524000', '223058.527000', '223058.530000', '223058.532000', '223058.535000'], 'InstanceCreationTime': ['222334.001000', '222334.004000', '222334.007000', '222334.009000', '222334.012000', '222334.014000', '222334.017000', '222334.020000', '222334.022000', '222334.025000', '222334.027000', '222334.030000', '222334.032000', '222334.035000', '222334.038000', '222334.040000', '222334.043000', '222334.045000', '222334.048000', '222334.056000', '222334.059000', '222334.061000', '222334.064000', '222334.067000', '222334.069000', '222334.072000', '222334.074000', '222334.077000', '222334.080000', '222334.093000', '222334.095000', '222334.098000', '222334.100000', '222334.103000', '222334.106000', '222334.108000', '222334.111000', '222334.113000', '222334.116000', '222334.118000', '222334.121000', '222334.124000', '222334.126000', '222334.129000', '222334.131000', '222334.134000', '222334.136000', '222334.139000', '222334.141000', '222353.967000', '222353.970000', '222353.972000', '222353.975000', '222353.977000', '222353.980000', '222353.983000', '222353.985000', '222353.988000', '222353.990000', '222353.993000', '222353.996000', '222353.998000', '222354.002000', '222354.004000', '222354.007000', '222354.009000', '222354.012000', '222354.015000', '222354.017000', '222354.020000', '222354.022000', '222354.025000', '222354.028000', '222354.030000', '222354.033000', '222354.035000', '222354.038000', '222354.040000', '222354.043000', '222354.046000', '222354.048000', '222354.051000', '222354.053000', '222354.056000', '222354.059000', '222354.061000', '222354.064000', '222354.067000', '222354.069000', '222354.072000', '222354.074000', '222354.077000', '222413.967000', '222413.969000', '222413.972000', '222413.975000', '222413.977000', '222413.980000', '222413.982000', '222413.985000', '222413.988000', '222413.990000', '222413.993000', '222413.995000', '222413.998000', '222414.002000', '222414.004000', '222414.007000', '222414.010000', '222414.012000', '222414.021000', '222414.023000', '222414.026000', '222414.028000', '222414.031000', '222414.034000', '222414.036000', '222414.039000', '222414.041000', '222414.044000', '222414.047000', '222414.049000', '222414.052000', '222414.054000', '222414.057000', '222414.059000', '222414.062000', '222414.065000', '222414.067000', '222414.070000', '222414.072000', '222414.075000', '222414.077000', '222414.080000', '222414.082000', '222414.085000', '222433.966000', '222433.969000', '222433.972000', '222433.974000', '222433.977000', '222433.980000', '222433.982000', '222433.985000', '222433.987000', '222433.990000', '222433.996000', '222434.000000', '222434.003000', '222434.005000', '222434.008000', '222434.010000', '222434.013000', '222434.017000', '222434.020000', '222434.023000', '222434.025000', '222434.028000', '222434.031000', '222434.033000', '222434.036000', '222434.038000', '222434.041000', '222434.044000', '222434.046000', '222434.049000', '222434.052000', '222434.054000', '222434.057000', '222434.059000', '222434.062000', '222434.065000', '222434.067000', '222434.070000', '222434.073000', '222434.075000', '222434.078000', '222434.080000', '222434.083000', '222453.968000', '222453.970000', '222453.973000', '222453.976000', '222453.978000', '222453.981000', '222453.984000', '222453.986000', '222453.989000', '222453.991000', '222453.994000', '222453.997000', '222454.000000', '222454.003000', '222454.006000', '222454.008000', '222454.011000', '222454.013000', '222454.016000', '222454.018000', '222454.021000', '222454.024000', '222454.026000', '222454.029000', '222454.031000', '222454.044000', '222454.047000', '222454.050000', '222454.052000', '222454.055000', '222454.057000', '222454.060000', '222454.100000', '222454.102000', '222454.105000', '222454.107000', '222454.110000', '222454.113000', '222454.115000', '222454.118000', '222454.120000', '222454.123000', '222454.126000', '222454.128000', '222513.967000', '222513.970000', '222513.973000', '222513.982000', '222513.985000', '222513.987000', '222513.990000', '222513.992000', '222513.995000', '222513.998000', '222514.001000', '222514.004000', '222514.006000', '222514.009000', '222514.012000', '222514.014000', '222514.017000', '222514.020000', '222514.023000', '222514.025000', '222514.028000', '222514.031000', '222514.033000', '222514.036000', '222514.038000', '222514.041000', '222514.044000', '222514.046000', '222514.049000', '222514.051000', '222514.054000', '222514.057000', '222514.059000', '222514.062000', '222514.064000', '222514.067000', '222514.070000', '222514.072000', '222514.075000', '222514.077000', '222514.080000', '222514.083000', '222514.085000', '222533.966000', '222533.969000', '222533.972000', '222533.975000', '222533.977000', '222533.980000', '222533.983000', '222533.985000', '222533.988000', '222533.990000', '222533.993000', '222533.996000', '222533.998000', '222534.002000', '222534.004000', '222534.007000', '222534.010000', '222534.012000', '222534.015000', '222534.017000', '222534.020000', '222534.022000', '222534.025000', '222534.028000', '222534.030000', '222534.033000', '222534.035000', '222534.038000', '222534.041000', '222534.043000', '222534.046000', '222534.048000', '222534.051000', '222534.054000', '222534.056000', '222534.059000', '222534.061000', '222534.064000', '222534.067000', '222534.069000', '222534.072000', '222534.074000', '222534.077000', '222534.079000', '222553.967000', '222553.969000', '222553.972000', '222553.975000', '222553.984000', '222553.986000', '222553.989000', '222553.992000', '222553.994000', '222553.997000', '222554.000000', '222554.003000', '222554.006000', '222554.008000', '222554.011000', '222554.013000', '222554.016000', '222554.019000', '222554.021000', '222554.024000', '222554.026000', '222554.029000', '222554.032000', '222554.034000', '222554.037000', '222554.039000', '222554.042000', '222554.045000', '222554.047000', '222554.050000', '222554.053000', '222554.056000', '222554.059000', '222554.062000', '222554.064000', '222554.067000', '222554.069000', '222554.072000', '222554.075000', '222554.077000', '222554.080000', '222554.082000', '222554.085000', '222613.966000', '222613.969000', '222613.972000', '222613.974000', '222613.977000', '222613.980000', '222613.982000', '222613.985000', '222613.987000', '222613.990000', '222613.993000', '222613.995000', '222613.998000', '222614.001000', '222614.004000', '222614.006000', '222614.009000', '222614.012000', '222614.014000', '222614.017000', '222614.019000', '222614.022000', '222614.025000', '222614.027000', '222614.030000', '222614.032000', '222614.035000', '222614.037000', '222614.040000', '222614.043000', '222614.046000', '222614.048000', '222614.051000', '222614.053000', '222614.056000', '222614.058000', '222614.061000', '222614.064000', '222614.066000', '222614.069000', '222614.071000', '222614.074000', '222614.077000', '222614.079000', '222633.966000', '222633.969000', '222633.972000', '222633.975000', '222633.977000', '222633.980000', '222633.982000', '222633.985000', '222633.987000', '222633.990000', '222633.993000', '222633.995000', '222633.998000', '222634.001000', '222634.004000', '222634.006000', '222634.009000', '222634.012000', '222634.014000', '222634.017000', '222634.020000', '222634.022000', '222634.025000', '222634.028000', '222634.030000', '222634.033000', '222634.035000', '222634.045000', '222634.059000', '222634.061000', '222634.064000', '222634.066000', '222634.069000', '222634.071000', '222634.074000', '222634.077000', '222634.079000', '222634.082000', '222634.084000', '222634.087000', '222634.090000', '222634.092000', '222634.095000', '222653.966000', '222653.969000', '222653.972000', '222653.975000', '222653.977000', '222653.980000', '222653.982000', '222653.985000', '222653.987000', '222653.990000', '222653.993000', '222653.995000', '222653.998000', '222654.002000', '222654.004000', '222654.007000', '222654.009000', '222654.012000', '222654.014000', '222654.017000', '222654.020000', '222654.022000', '222654.025000', '222654.027000', '222654.030000', '222654.033000', '222654.035000', '222654.038000', '222654.040000', '222654.043000', '222654.046000', '222654.048000', '222654.051000', '222654.053000', '222654.056000', '222654.059000', '222654.061000', '222654.064000', '222654.066000', '222654.069000', '222654.071000', '222654.074000', '222654.077000', '222654.079000', '222713.967000', '222713.970000', '222713.973000', '222713.976000', '222713.978000', '222713.981000', '222713.983000', '222713.986000', '222713.989000', '222713.991000', '222713.994000', '222713.996000', '222714.000000', '222714.003000', '222714.005000', '222714.008000', '222714.011000', '222714.013000', '222714.016000', '222714.018000', '222714.021000', '222714.025000', '222714.028000', '222714.030000', '222714.044000', '222714.046000', '222714.049000', '222714.052000', '222714.054000', '222714.057000', '222714.059000', '222714.062000', '222714.064000', '222714.067000', '222714.070000', '222714.072000', '222714.075000', '222714.077000', '222714.080000', '222714.083000', '222714.085000', '222714.088000', '222714.090000', '222733.967000', '222733.970000', '222733.973000', '222733.975000', '222733.978000', '222733.981000', '222733.983000', '222733.986000', '222733.988000', '222733.991000', '222733.994000', '222733.996000', '222734.000000', '222734.003000', '222734.005000', '222734.008000', '222734.010000', '222734.013000', '222734.016000', '222734.018000', '222734.021000', '222734.023000', '222734.026000', '222734.028000', '222734.031000', '222734.034000', '222734.036000', '222734.039000', '222734.042000', '222734.044000', '222734.047000', '222734.049000', '222734.052000', '222734.055000', '222734.057000', '222734.060000', '222734.062000', '222734.065000', '222734.068000', '222734.070000', '222734.073000', '222734.076000', '222734.078000', '222734.081000', '222753.967000', '222753.970000', '222753.972000', '222753.975000', '222753.977000', '222753.980000', '222753.983000', '222753.985000', '222753.988000', '222753.991000', '222753.993000', '222753.996000', '222753.999000', '222754.002000', '222754.005000', '222754.007000', '222754.010000', '222754.013000', '222754.015000', '222754.018000', '222754.020000', '222754.023000', '222754.026000', '222754.028000', '222754.031000', '222754.034000', '222754.036000', '222754.039000', '222754.041000', '222754.044000', '222754.046000', '222754.049000', '222754.052000', '222754.054000', '222754.057000', '222754.059000', '222754.062000', '222754.065000', '222754.067000', '222754.070000', '222754.073000', '222754.076000', '222754.078000', '222813.967000', '222813.969000', '222813.972000', '222813.975000', '222813.977000', '222813.980000', '222813.982000', '222813.985000', '222813.988000', '222813.990000', '222813.993000', '222813.995000', '222813.998000', '222814.002000', '222814.004000', '222814.007000', '222814.009000', '222814.012000', '222814.015000', '222814.017000', '222814.020000', '222814.022000', '222814.025000', '222814.028000', '222814.030000', '222814.033000', '222814.036000', '222814.038000', '222814.041000', '222814.043000', '222814.046000', '222814.048000', '222814.051000', '222814.054000', '222814.056000', '222814.059000', '222814.061000', '222814.064000', '222814.066000', '222814.069000', '222814.072000', '222814.074000', '222814.077000', '222814.080000', '222833.967000', '222833.969000', '222833.972000', '222833.975000', '222833.977000', '222833.980000', '222833.982000', '222833.985000', '222833.988000', '222833.990000', '222833.993000', '222833.995000', '222833.998000', '222834.002000', '222834.005000', '222834.007000', '222834.010000', '222834.012000', '222834.015000', '222834.018000', '222834.020000', '222834.023000', '222834.025000', '222834.028000', '222834.031000', '222834.033000', '222834.036000', '222834.038000', '222834.041000', '222834.044000', '222834.046000', '222834.049000', '222834.052000', '222834.054000', '222834.057000', '222834.061000', '222834.064000', '222834.067000', '222834.069000', '222834.072000', '222834.074000', '222834.077000', '222834.080000', '222853.966000', '222853.969000', '222853.972000', '222853.975000', '222853.977000', '222853.980000', '222853.982000', '222853.985000', '222853.988000', '222853.990000', '222853.993000', '222853.995000', '222853.998000', '222854.002000', '222854.004000', '222854.007000', '222854.009000', '222854.012000', '222854.014000', '222854.017000', '222854.020000', '222854.022000', '222854.025000', '222854.027000', '222854.030000', '222854.033000', '222854.035000', '222854.038000', '222854.040000', '222854.043000', '222854.046000', '222854.048000', '222854.051000', '222854.053000', '222854.056000', '222854.059000', '222854.061000', '222854.064000', '222854.066000', '222854.069000', '222854.072000', '222854.074000', '222854.077000', '222854.079000', '222913.966000', '222913.969000', '222913.972000', '222913.975000', '222913.977000', '222913.980000', '222913.982000', '222913.985000', '222913.988000', '222913.990000', '222913.993000', '222913.996000', '222913.998000', '222914.002000', '222914.004000', '222914.007000', '222914.010000', '222914.012000', '222914.015000', '222914.017000', '222914.020000', '222914.023000', '222914.025000', '222914.028000', '222914.030000', '222914.033000', '222914.036000', '222914.038000', '222914.041000', '222914.043000', '222914.046000', '222914.049000', '222914.051000', '222914.054000', '222914.056000', '222914.059000', '222914.062000', '222914.064000', '222914.067000', '222914.069000', '222914.072000', '222914.075000', '222914.077000', '222933.967000', '222933.970000', '222933.973000', '222933.976000', '222933.978000', '222933.981000', '222933.996000', '222934.000000', '222934.002000', '222934.005000', '222934.007000', '222934.010000', '222934.013000', '222934.015000', '222934.018000', '222934.021000', '222934.023000', '222934.026000', '222934.028000', '222934.031000', '222934.034000', '222934.036000', '222934.039000', '222934.041000', '222934.044000', '222934.047000', '222934.049000', '222934.052000', '222934.055000', '222934.057000', '222934.060000', '222934.062000', '222934.065000', '222934.067000', '222934.070000', '222934.073000', '222934.075000', '222934.078000', '222934.081000', '222934.083000', '222934.086000', '222934.088000', '222934.091000', '222934.093000', '222953.967000', '222953.970000', '222953.973000', '222953.976000', '222953.978000', '222953.981000', '222953.983000', '222953.986000', '222953.989000', '222953.991000', '222953.994000', '222953.996000', '222954.000000', '222954.003000', '222954.005000', '222954.008000', '222954.010000', '222954.013000', '222954.015000', '222954.018000', '222954.021000', '222954.023000', '222954.026000', '222954.028000', '222954.031000', '222954.033000', '222954.036000', '222954.039000', '222954.041000', '222954.044000', '222954.047000', '222954.049000', '222954.052000', '222954.055000', '222954.057000', '222954.060000', '222954.062000', '222954.065000', '222954.067000', '222954.070000', '222954.072000', '222954.075000', '222954.078000', '223013.967000', '223013.969000', '223013.972000', '223013.974000', '223013.977000', '223013.980000', '223013.982000', '223013.985000', '223013.987000', '223013.990000', '223013.992000', '223013.995000', '223013.998000', '223014.001000', '223014.004000', '223014.006000', '223014.009000', '223014.011000', '223014.014000', '223014.017000', '223014.019000', '223014.022000', '223014.024000', '223014.027000', '223014.030000', '223014.032000', '223014.035000', '223014.037000', '223014.040000', '223014.042000', '223014.045000', '223014.048000', '223014.050000', '223014.053000', '223014.055000', '223014.058000', '223014.060000', '223014.063000', '223014.066000', '223014.068000', '223014.071000', '223014.073000', '223014.076000', '223014.079000', '223033.967000', '223033.969000', '223033.972000', '223033.975000', '223033.977000', '223033.980000', '223033.983000', '223033.985000', '223033.988000', '223033.990000', '223033.993000', '223033.996000', '223033.998000', '223034.002000', '223034.004000', '223034.007000', '223034.010000', '223034.012000', '223034.015000', '223034.018000', '223034.020000', '223034.023000', '223034.025000', '223034.028000', '223034.030000', '223034.033000', '223034.036000', '223034.038000', '223034.041000', '223034.043000', '223034.046000', '223034.049000', '223034.051000', '223034.054000', '223034.056000', '223034.059000', '223034.062000', '223034.064000', '223034.067000', '223034.069000', '223034.072000', '223034.075000', '223034.077000', '223053.966000', '223053.969000', '223053.972000', '223053.976000', '223053.979000', '223053.981000', '223053.984000', '223053.987000', '223053.989000', '223053.992000', '223053.994000', '223053.997000', '223054.001000', '223054.003000', '223054.006000', '223054.008000', '223054.011000', '223054.023000', '223054.025000', '223054.028000', '223054.031000', '223054.033000', '223054.036000', '223054.039000', '223054.041000', '223054.044000', '223054.046000', '223054.049000', '223054.051000', '223054.054000', '223054.057000', '223054.059000', '223054.062000', '223054.065000', '223054.067000', '223054.070000', '223054.072000', '223054.075000', '223054.077000', '223054.080000', '223054.083000', '223054.085000', '223054.088000', '223054.090000', '223058.510000', '223058.513000', '223058.516000', '223058.519000', '223058.522000', '223058.524000', '223058.527000', '223058.530000', '223058.532000', '223058.535000'], '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': [12587, 9871, 8852, 11724, 10308, 9620, 10147, 8508, 10728, 10373, 8455, 11386, 8904, 9666, 10430, 8392, 11292, 9017, 10735, 9904, 7503, 10557, 8489, 11217, 9708, 7109, 9605, 8658, 10608, 9363, 7209, 9914, 8130, 8369, 9426, 7983, 10596, 8726, 8959, 9525, 7803, 10750, 8559, 10561, 9644, 7288, 10493, 8336, 8799, 9823, 7846, 9959, 8386, 7144, 10040, 8689, 7440, 9927, 7946, 10715, 9319, 11056, 9670, 7975, 9544, 7830, 11704, 9886, 6963, 9889, 8374, 7461, 9690, 8448, 11857, 9608, 11597, 8664, 10545, 9943, 8874, 12458, 8486, 10924, 8544, 7515, 10775, 8531, 9872, 8685, 7463, 10418, 9099, 9605, 9635, 8424, 11765, 10190, 7788, 10567, 8423, 11317, 10233, 9254, 9682, 7505, 11155, 8713, 10885, 9079, 7221, 10240, 8387, 10512, 9128, 7245, 9637, 7828, 9418, 10131, 8399, 9597, 10337, 8555, 11520, 9986, 8016, 11681, 9781, 11951, 11098, 8173, 11424, 8570, 7562, 10998, 8787, 8638, 9488, 8223, 11076, 9249, 8004, 9762, 8454, 7584, 9737, 8148, 10017, 9495, 7775, 12004, 10217, 11567, 12222, 9510, 13597, 9089, 11686, 9449, 8313, 11062, 8466, 7724, 8999, 8608, 11572, 9530, 7686, 10173, 7705, 11178, 9068, 11771, 9677, 7428, 10509, 8907, 10552, 10238, 7558, 10476, 8288, 7439, 11027, 9056, 9086, 9246, 7921, 11466, 9705, 10098, 10316, 8080, 11602, 10292, 9604, 11140, 8344, 11645, 9808, 8585, 11353, 8368, 9568, 9753, 8501, 11269, 10602, 7730, 10679, 8878, 9107, 10897, 8804, 11045, 9353, 9101, 11032, 8973, 11641, 8942, 8731, 10793, 9001, 10407, 8707, 7364, 10938, 9556, 9909, 9543, 7564, 10824, 9736, 7146, 9552, 7756, 6867, 10371, 9494, 7741, 11186, 10058, 8723, 11026, 10066, 8575, 11872, 11144, 13014, 12303, 8592, 12817, 9935, 8347, 12026, 10180, 7747, 10914, 8835, 8449, 10408, 8158, 8877, 10286, 9216, 8324, 11693, 10281, 9704, 14331, 10267, 11915, 11243, 9467, 13406, 10043, 11522, 9021, 8766, 10271, 9628, 9235, 10032, 9800, 9207, 10948, 10129, 8519, 10851, 8114, 8355, 11099, 10243, 9078, 11518, 10800, 8785, 12967, 9511, 8675, 10375, 8693, 11266, 10889, 8554, 10870, 9122, 8021, 11122, 10234, 7640, 10764, 9325, 8764, 11127, 9949, 7569, 11021, 8496, 7927, 11368, 10507, 8718, 11957, 11306, 9588, 11184, 11352, 9382, 13965, 12050, 9129, 12377, 9438, 9015, 11658, 9285, 9528, 10072, 9411, 10373, 9938, 8300, 11616, 9394, 7802, 10737, 8972, 9025, 10598, 9120, 11019, 9402, 7893, 10629, 9724, 7718, 10661, 9175, 9074, 10677, 9219, 12037, 10544, 7991, 12321, 10796, 10066, 10866, 8134, 11333, 9910, 7659, 10744, 8873, 10651, 9858, 7699, 10583, 8922, 9576, 10186, 8793, 11336, 9499, 7752, 11054, 8877, 10098, 9765, 7575, 10988, 10611, 7928, 11080, 8762, 10914, 10716, 9027, 11377, 9595, 7314, 11721, 10367, 9609, 10889, 8654, 11788, 10787, 7907, 10252, 8093, 9275, 10336, 8620, 9693, 11348, 8721, 14026, 12095, 9510, 12629, 9505, 7613, 11126, 9317, 10179, 9708, 7895, 10652, 9524, 10056, 10205, 8131, 11009, 9251, 7408, 11182, 8946, 7636, 10624, 9717, 7709, 10693, 8443, 11606, 10366, 7987, 11589, 8683, 10900, 10746, 9260, 11142, 9978, 8639, 11389, 10834, 8329, 11682, 9406, 8477, 12266, 10076, 14489, 11398, 8607, 12489, 10376, 13780, 10700, 8513, 10366, 10178, 8764, 9597, 11163, 9716, 8179, 11275, 9806, 8152, 11769, 9687, 10317, 10371, 8819, 13776, 10317, 13099, 8657, 8162, 11825, 10671, 9073, 9909, 10947, 10092, 8205, 11676, 10219, 9100, 11375, 9142, 11302, 9630, 7934, 12214, 10905, 10205, 11085, 8542, 11879, 10264, 7800, 11847, 8938, 7702, 10812, 9075, 10995, 10474, 7939, 10494, 8890, 11653, 10404, 8795, 10452, 9780, 10176, 9172, 11100, 9108, 8674, 8043, 9414, 8296, 9109, 8141, 9181, 9810, 7695, 10993, 8837, 11293, 9325, 11799, 9719, 11530, 9219, 7789, 10900, 8610, 7552, 8535, 8185, 10268, 8410, 10105, 9926, 8479, 10341, 8241, 12170, 9315, 13646, 10793, 11354, 12166, 8624, 11831, 8756, 7790, 11005, 9993, 7323, 11027, 8521, 11489, 10377, 7862, 11233, 8739, 14675, 12034, 8112, 13357, 11007, 13215, 11912, 9675, 13387, 10067, 7381, 12091, 11025, 8094, 11743, 9314, 10032, 11201, 8840, 12914, 10306, 7974, 12049, 11293, 8020, 12153, 9943, 7769, 11778, 11048, 8066, 11525, 9248, 8932, 11316, 10501, 9178, 11276, 9402, 13572, 11701, 8143, 12047, 9312, 10432, 10603, 9095, 9151, 9690, 8683, 10562, 8682, 7989, 10858, 8548, 7816, 11706, 10094, 11586, 12778, 11837, 8969, 12083, 9607, 10159, 12475, 10524, 10050, 10242, 8262, 11653, 10658, 8072, 10808, 8866, 8552, 10484, 9411, 9494, 9893, 9256, 8935, 10258, 9329, 10518, 10670, 8459, 11693, 9741, 9010, 11714, 9674, 10980, 10908, 8411, 11836, 10978, 7842, 11049, 8993, 8464, 10876, 10227, 7611, 10387, 8657, 10277, 10295, 8461, 11109, 9380, 8639, 11224, 9270, 10833, 9909, 8099, 10666, 8846, 8461, 10615, 9676, 11228, 9714, 7685, 12019, 9531, 13144, 10476, 7374, 10889, 9240, 11260, 10097, 7741, 10476, 8814, 10816, 9398, 8288, 10196, 7576, 10515, 8964, 9963, 9968, 7832, 11141, 9812, 9004, 10121, 7640, 11479, 9822, 9833, 10565, 8477, 11490, 9385, 9890, 10980, 9582, 11370, 9047, 7499, 11301, 9274, 10506, 9680, 8103, 11468, 9420, 10681, 10484, 7982, 11667, 9276, 9999, 11085, 8853, 11601, 9040, 8328, 10469, 8008, 11397, 10304, 9836, 10674, 8366, 12038, 9833, 11034, 10765, 7971, 11465, 8896, 7908, 10287, 9326, 11016, 9970, 7776, 11000, 9253, 9197, 9269, 7418, 11229, 9473, 9302, 10360, 8485, 11853, 9480, 7386, 11536, 8970, 11143, 10599, 7581, 11327, 8569, 9687, 9890, 7640, 11186, 9925, 8245, 10484, 8487, 10583, 9820, 8005, 11511, 9538, 11576, 10719, 7800, 12346, 10837, 8487, 12322, 8904, 7549, 9896, 7677, 10927, 9738, 9195, 10331, 8689, 11066, 9085, 7195, 11151, 9124, 10919, 9731, 7538, 10131, 9594, 8412, 9933, 10539, 8477, 13431, 11330, 11892, 12777, 9083, 12471, 9850, 8164, 11987, 10663, 7927, 10645, 8336, 8850, 9963, 9009, 11343, 10276, 7685, 10641, 9252, 7619, 11184, 9968, 8270, 11077, 8901, 12498, 11105, 8035, 12442, 10454, 9606, 12303, 9367, 9422, 10195, 8994, 10896, 9616, 7878, 11360, 9425, 12421, 10832, 10878, 11730, 9320, 14324, 11747, 10600, 10752, 8464, 11654, 9977, 8252, 11456, 9649, 9800, 9837, 7115, 11271, 8866, 10983, 10497, 8080, 11047, 8718, 9549, 9685, 7646, 10857, 9043, 7410, 10657, 8927, 7506, 10072, 7797, 11456, 9745, 9845, 10749, 8108, 11840, 9725, 10434, 11018, 8095, 11734, 10271, 8103, 11414, 8708, 7588, 10821, 9476, 8313, 10266, 8696, 11127, 10262, 7965, 12062, 8940, 7867, 11960, 9796, 8130, 12417, 11004, 9221, 12836, 9373, 10389, 11501, 8875, 12290, 10472, 8050, 11759, 9842, 8309, 11675, 9923, 7753, 10156, 8306, 6919, 10777, 9108, 8510, 11439, 10419, 8163, 12214, 10428, 9248, 12497, 9271, 13412, 9690, 7476, 11616, 9759, 10895, 10870, 8640, 10664, 9362, 7938, 11351, 10284, 7476, 10930, 8996, 11659, 10855, 8082, 12137, 9240, 9884, 10589, 8502], 'WindowCenter': [4197.0, 4149.0, 4124.0, 4140.0, 4117.0, 4104.0, 4102.0, 4095.0, 4113.0, 4104.0, 4081.0, 4110.0, 4092.0, 4102.0, 4101.0, 4079.0, 4099.0, 4093.0, 4099.0, 4089.0, 4056.0, 4087.0, 4078.0, 4098.0, 4090.0, 4055.0, 4084.0, 4076.0, 4099.0, 4102.0, 4057.0, 4086.0, 4079.0, 4090.0, 4089.0, 4079.0, 4097.0, 4076.0, 4090.0, 4091.0, 4069.0, 4095.0, 4078.0, 4098.0, 4089.0, 4057.0, 4094.0, 4067.0, 4077.0, 4100.0, 4080.0, 4098.0, 4078.0, 4058.0, 4111.0, 4092.0, 4071.0, 4099.0, 4079.0, 4111.0, 4103.0, 4111.0, 4091.0, 4079.0, 4089.0, 4067.0, 4120.0, 4100.0, 4054.0, 4099.0, 4080.0, 4070.0, 4101.0, 4106.0, 4124.0, 4115.0, 4110.0, 4091.0, 4112.0, 4104.0, 4090.0, 4118.0, 4075.0, 4096.0, 4091.0, 4070.0, 4110.0, 4087.0, 4101.0, 4091.0, 4067.0, 4112.0, 4092.0, 4088.0, 4088.0, 4080.0, 4107.0, 4100.0, 4067.0, 4098.0, 4079.0, 4109.0, 4099.0, 4087.0, 4087.0, 4057.0, 4095.0, 4075.0, 4094.0, 4077.0, 4055.0, 4094.0, 4079.0, 4098.0, 4089.0, 4056.0, 4086.0, 4067.0, 4086.0, 4099.0, 4080.0, 4099.0, 4109.0, 4092.0, 4110.0, 4090.0, 4064.0, 4110.0, 4100.0, 4097.0, 4099.0, 4078.0, 4097.0, 4077.0, 4068.0, 4107.0, 4087.0, 4077.0, 4087.0, 4079.0, 4122.0, 4101.0, 4080.0, 4096.0, 4081.0, 4079.0, 4100.0, 4076.0, 4087.0, 4090.0, 4070.0, 4110.0, 4100.0, 4111.0, 4123.0, 4088.0, 4115.0, 4073.0, 4095.0, 4087.0, 4077.0, 4093.0, 4077.0, 4055.0, 4073.0, 4077.0, 4121.0, 4089.0, 4068.0, 4098.0, 4066.0, 4109.0, 4090.0, 4108.0, 4088.0, 4055.0, 4097.0, 4087.0, 4098.0, 4099.0, 4067.0, 4098.0, 4078.0, 4070.0, 4108.0, 4091.0, 4089.0, 4089.0, 4068.0, 4110.0, 4087.0, 4095.0, 4099.0, 4067.0, 4106.0, 4099.0, 4087.0, 4098.0, 4066.0, 4097.0, 4099.0, 4077.0, 4098.0, 4074.0, 4085.0, 4087.0, 4079.0, 4109.0, 4100.0, 4065.0, 4096.0, 4074.0, 4085.0, 4095.0, 4088.0, 4097.0, 4088.0, 4085.0, 4098.0, 4074.0, 4092.0, 4076.0, 4078.0, 4097.0, 4077.0, 4082.0, 4077.0, 4057.0, 4095.0, 4085.0, 4086.0, 4086.0, 4068.0, 4109.0, 4085.0, 4057.0, 4087.0, 4068.0, 4057.0, 4099.0, 4101.0, 4094.0, 4125.0, 4110.0, 4093.0, 4124.0, 4112.0, 4090.0, 4118.0, 4108.0, 4120.0, 4108.0, 4078.0, 4108.0, 4096.0, 4079.0, 4108.0, 4098.0, 4063.0, 4097.0, 4088.0, 4077.0, 4094.0, 4066.0, 4079.0, 4099.0, 4086.0, 4080.0, 4120.0, 4113.0, 4099.0, 4117.0, 4090.0, 4097.0, 4097.0, 4087.0, 4105.0, 4087.0, 4092.0, 4075.0, 4065.0, 4097.0, 4088.0, 4087.0, 4087.0, 4089.0, 4077.0, 4094.0, 4100.0, 4075.0, 4098.0, 4065.0, 4078.0, 4109.0, 4098.0, 4088.0, 4109.0, 4098.0, 4078.0, 4104.0, 4086.0, 4062.0, 4086.0, 4078.0, 4097.0, 4094.0, 4076.0, 4096.0, 4076.0, 4079.0, 4109.0, 4101.0, 4067.0, 4097.0, 4089.0, 4091.0, 4108.0, 4098.0, 4067.0, 4093.0, 4073.0, 4063.0, 4098.0, 4099.0, 4079.0, 4121.0, 4112.0, 4091.0, 4098.0, 4095.0, 4073.0, 4116.0, 4098.0, 4074.0, 4094.0, 4072.0, 4076.0, 4093.0, 4076.0, 4071.0, 4085.0, 4087.0, 4085.0, 4087.0, 4065.0, 4097.0, 4088.0, 4064.0, 4093.0, 4078.0, 4076.0, 4100.0, 4089.0, 4097.0, 4076.0, 4065.0, 4094.0, 4087.0, 4067.0, 4094.0, 4088.0, 4088.0, 4099.0, 4085.0, 4108.0, 4094.0, 4067.0, 4106.0, 4096.0, 4086.0, 4085.0, 4080.0, 4097.0, 4088.0, 4066.0, 4097.0, 4085.0, 4095.0, 4100.0, 4067.0, 4097.0, 4088.0, 4089.0, 4100.0, 4078.0, 4098.0, 4088.0, 4068.0, 4107.0, 4086.0, 4097.0, 4088.0, 4069.0, 4097.0, 4096.0, 4067.0, 4094.0, 4075.0, 4110.0, 4099.0, 4089.0, 4108.0, 4087.0, 4068.0, 4110.0, 4099.0, 4084.0, 4099.0, 4073.0, 4105.0, 4110.0, 4066.0, 4086.0, 4062.0, 4076.0, 4097.0, 4075.0, 4088.0, 4106.0, 4091.0, 4128.0, 4110.0, 4087.0, 4107.0, 4086.0, 4066.0, 4105.0, 4089.0, 4098.0, 4089.0, 4063.0, 4098.0, 4089.0, 4087.0, 4088.0, 4067.0, 4097.0, 4090.0, 4068.0, 4109.0, 4089.0, 4064.0, 4110.0, 4101.0, 4069.0, 4100.0, 4075.0, 4107.0, 4100.0, 4068.0, 4110.0, 4078.0, 4099.0, 4106.0, 4087.0, 4098.0, 4088.0, 4079.0, 4108.0, 4108.0, 4080.0, 4109.0, 4088.0, 4078.0, 4118.0, 4100.0, 4119.0, 4098.0, 4062.0, 4103.0, 4084.0, 4105.0, 4085.0, 4064.0, 4086.0, 4098.0, 4086.0, 4096.0, 4106.0, 4088.0, 4074.0, 4105.0, 4100.0, 4079.0, 4109.0, 4086.0, 4084.0, 4089.0, 4075.0, 4116.0, 4087.0, 4102.0, 4061.0, 4062.0, 4103.0, 4093.0, 4086.0, 4100.0, 4098.0, 4099.0, 4077.0, 4105.0, 4096.0, 4086.0, 4106.0, 4086.0, 4094.0, 4085.0, 4066.0, 4109.0, 4095.0, 4085.0, 4094.0, 4065.0, 4093.0, 4099.0, 4067.0, 4108.0, 4078.0, 4066.0, 4097.0, 4090.0, 4109.0, 4100.0, 4067.0, 4093.0, 4085.0, 4107.0, 4112.0, 4075.0, 4097.0, 4097.0, 4096.0, 4077.0, 4096.0, 4066.0, 4062.0, 4052.0, 4072.0, 4076.0, 4074.0, 4078.0, 4100.0, 4101.0, 4082.0, 4109.0, 4089.0, 4098.0, 4088.0, 4094.0, 4085.0, 4092.0, 4076.0, 4066.0, 4095.0, 4078.0, 4066.0, 4079.0, 4078.0, 4107.0, 4092.0, 4112.0, 4113.0, 4077.0, 4112.0, 4092.0, 4119.0, 4090.0, 4117.0, 4099.0, 4110.0, 4110.0, 4079.0, 4107.0, 4078.0, 4081.0, 4112.0, 4113.0, 4069.0, 4107.0, 4091.0, 4121.0, 4109.0, 4080.0, 4110.0, 4079.0, 4130.0, 4122.0, 4068.0, 4116.0, 4098.0, 4119.0, 4109.0, 4087.0, 4107.0, 4086.0, 4055.0, 4108.0, 4099.0, 4067.0, 4104.0, 4073.0, 4084.0, 4098.0, 4076.0, 4106.0, 4085.0, 4067.0, 4109.0, 4097.0, 4065.0, 4095.0, 4085.0, 4066.0, 4106.0, 4095.0, 4065.0, 4096.0, 4088.0, 4088.0, 4097.0, 4098.0, 4075.0, 4094.0, 4088.0, 4105.0, 4105.0, 4062.0, 4092.0, 4084.0, 4093.0, 4098.0, 4091.0, 4087.0, 4086.0, 4073.0, 4097.0, 4078.0, 4078.0, 4096.0, 4077.0, 4056.0, 4104.0, 4088.0, 4107.0, 4120.0, 4108.0, 4076.0, 4095.0, 4075.0, 4087.0, 4107.0, 4086.0, 4085.0, 4086.0, 4065.0, 4104.0, 4098.0, 4066.0, 4084.0, 4074.0, 4065.0, 4098.0, 4073.0, 4086.0, 4086.0, 4075.0, 4075.0, 4086.0, 4089.0, 4098.0, 4095.0, 4074.0, 4103.0, 4084.0, 4088.0, 4104.0, 4087.0, 4095.0, 4096.0, 4065.0, 4104.0, 4098.0, 4063.0, 4092.0, 4074.0, 4078.0, 4098.0, 4098.0, 4066.0, 4086.0, 4078.0, 4096.0, 4100.0, 4076.0, 4097.0, 4087.0, 4077.0, 4106.0, 4090.0, 4095.0, 4098.0, 4064.0, 4094.0, 4089.0, 4080.0, 4111.0, 4101.0, 4098.0, 4084.0, 4067.0, 4117.0, 4086.0, 4108.0, 4098.0, 4055.0, 4093.0, 4089.0, 4110.0, 4100.0, 4064.0, 4096.0, 4089.0, 4108.0, 4090.0, 4075.0, 4096.0, 4065.0, 4098.0, 4088.0, 4098.0, 4100.0, 4081.0, 4108.0, 4098.0, 4085.0, 4096.0, 4068.0, 4109.0, 4101.0, 4102.0, 4098.0, 4078.0, 4097.0, 4088.0, 4097.0, 4096.0, 4089.0, 4098.0, 4074.0, 4065.0, 4108.0, 4086.0, 4099.0, 4089.0, 4064.0, 4107.0, 4098.0, 4099.0, 4100.0, 4067.0, 4106.0, 4087.0, 4100.0, 4107.0, 4086.0, 4108.0, 4085.0, 4077.0, 4110.0, 4088.0, 4118.0, 4109.0, 4097.0, 4099.0, 4078.0, 4103.0, 4084.0, 4094.0, 4096.0, 4067.0, 4108.0, 4086.0, 4078.0, 4096.0, 4089.0, 4106.0, 4101.0, 4077.0, 4108.0, 4087.0, 4089.0, 4099.0, 4070.0, 4107.0, 4098.0, 4101.0, 4111.0, 4092.0, 4120.0, 4097.0, 4066.0, 4107.0, 4088.0, 4121.0, 4109.0, 4066.0, 4107.0, 4086.0, 4099.0, 4100.0, 4077.0, 4119.0, 4099.0, 4080.0, 4108.0, 4090.0, 4112.0, 4099.0, 4078.0, 4111.0, 4112.0, 4123.0, 4110.0, 4077.0, 4122.0, 4113.0, 4088.0, 4118.0, 4090.0, 4065.0, 4097.0, 4069.0, 4108.0, 4112.0, 4102.0, 4113.0, 4088.0, 4108.0, 4098.0, 4067.0, 4108.0, 4100.0, 4122.0, 4112.0, 4093.0, 4113.0, 4103.0, 4094.0, 4114.0, 4124.0, 4091.0, 4142.0, 4122.0, 4119.0, 4121.0, 4090.0, 4118.0, 4096.0, 4088.0, 4119.0, 4109.0, 4080.0, 4100.0, 4076.0, 4086.0, 4097.0, 4099.0, 4124.0, 4111.0, 4082.0, 4109.0, 4100.0, 4082.0, 4119.0, 4110.0, 4090.0, 4120.0, 4103.0, 4119.0, 4113.0, 4078.0, 4118.0, 4110.0, 4102.0, 4118.0, 4087.0, 4087.0, 4096.0, 4087.0, 4109.0, 4114.0, 4082.0, 4119.0, 4102.0, 4118.0, 4107.0, 4095.0, 4111.0, 4086.0, 4117.0, 4106.0, 4097.0, 4094.0, 4066.0, 4107.0, 4099.0, 4080.0, 4117.0, 4099.0, 4095.0, 4112.0, 4069.0, 4121.0, 4090.0, 4108.0, 4111.0, 4080.0, 4110.0, 4089.0, 4087.0, 4084.0, 4067.0, 4108.0, 4089.0, 4078.0, 4109.0, 4102.0, 4081.0, 4111.0, 4079.0, 4120.0, 4114.0, 4098.0, 4109.0, 4080.0, 4117.0, 4099.0, 4110.0, 4110.0, 4078.0, 4120.0, 4109.0, 4079.0, 4118.0, 4087.0, 4077.0, 4120.0, 4114.0, 4092.0, 4111.0, 4092.0, 4119.0, 4114.0, 4090.0, 4130.0, 4089.0, 4089.0, 4120.0, 4113.0, 4079.0, 4134.0, 4121.0, 4099.0, 4118.0, 4098.0, 4098.0, 4119.0, 4091.0, 4121.0, 4111.0, 4066.0, 4108.0, 4097.0, 4088.0, 4118.0, 4097.0, 4069.0, 4095.0, 4076.0, 4058.0, 4113.0, 4099.0, 4101.0, 4123.0, 4110.0, 4090.0, 4118.0, 4112.0, 4099.0, 4119.0, 4087.0, 4117.0, 4086.0, 4066.0, 4106.0, 4099.0, 4109.0, 4108.0, 4087.0, 4110.0, 4089.0, 4076.0, 4111.0, 4101.0, 4066.0, 4107.0, 4086.0, 4122.0, 4112.0, 4077.0, 4117.0, 4086.0, 4086.0, 4110.0, 4087.0], 'WindowWidth': [9316.0, 9234.0, 9189.0, 9202.0, 9163.0, 9139.0, 9135.0, 9129.0, 9151.0, 9138.0, 9102.0, 9139.0, 9121.0, 9132.0, 9129.0, 9097.0, 9121.0, 9120.0, 9123.0, 9110.0, 9059.0, 9102.0, 9095.0, 9119.0, 9111.0, 9063.0, 9099.0, 9089.0, 9123.0, 9133.0, 9066.0, 9102.0, 9098.0, 9116.0, 9112.0, 9097.0, 9118.0, 9090.0, 9113.0, 9115.0, 9083.0, 9112.0, 9092.0, 9119.0, 9110.0, 9065.0, 9111.0, 9077.0, 9092.0, 9127.0, 9100.0, 9121.0, 9095.0, 9069.0, 9147.0, 9122.0, 9090.0, 9125.0, 9099.0, 9145.0, 9138.0, 9143.0, 9116.0, 9097.0, 9108.0, 9079.0, 9154.0, 9127.0, 9057.0, 9124.0, 9101.0, 9087.0, 9132.0, 9146.0, 9169.0, 9156.0, 9141.0, 9116.0, 9147.0, 9140.0, 9113.0, 9150.0, 9089.0, 9116.0, 9116.0, 9088.0, 9139.0, 9108.0, 9130.0, 9120.0, 9084.0, 9146.0, 9119.0, 9108.0, 9107.0, 9099.0, 9134.0, 9127.0, 9077.0, 9119.0, 9095.0, 9139.0, 9124.0, 9104.0, 9105.0, 9062.0, 9116.0, 9089.0, 9112.0, 9089.0, 9059.0, 9112.0, 9099.0, 9121.0, 9110.0, 9061.0, 9101.0, 9078.0, 9102.0, 9124.0, 9100.0, 9130.0, 9144.0, 9120.0, 9139.0, 9111.0, 9072.0, 9141.0, 9125.0, 9116.0, 9122.0, 9093.0, 9116.0, 9091.0, 9083.0, 9135.0, 9110.0, 9092.0, 9105.0, 9098.0, 9163.0, 9131.0, 9102.0, 9120.0, 9104.0, 9103.0, 9127.0, 9093.0, 9104.0, 9113.0, 9088.0, 9140.0, 9128.0, 9145.0, 9163.0, 9109.0, 9140.0, 9082.0, 9111.0, 9104.0, 9093.0, 9108.0, 9092.0, 9060.0, 9082.0, 9095.0, 9159.0, 9113.0, 9080.0, 9120.0, 9076.0, 9138.0, 9111.0, 9132.0, 9104.0, 9058.0, 9119.0, 9108.0, 9123.0, 9126.0, 9080.0, 9121.0, 9097.0, 9088.0, 9140.0, 9118.0, 9112.0, 9110.0, 9081.0, 9142.0, 9108.0, 9116.0, 9123.0, 9077.0, 9133.0, 9124.0, 9104.0, 9118.0, 9074.0, 9117.0, 9125.0, 9092.0, 9119.0, 9084.0, 9098.0, 9103.0, 9097.0, 9138.0, 9126.0, 9074.0, 9115.0, 9087.0, 9103.0, 9115.0, 9107.0, 9117.0, 9107.0, 9102.0, 9120.0, 9084.0, 9106.0, 9089.0, 9094.0, 9118.0, 9092.0, 9093.0, 9090.0, 9066.0, 9115.0, 9101.0, 9101.0, 9100.0, 9082.0, 9139.0, 9102.0, 9067.0, 9105.0, 9082.0, 9065.0, 9125.0, 9132.0, 9130.0, 9171.0, 9144.0, 9124.0, 9167.0, 9148.0, 9113.0, 9152.0, 9138.0, 9152.0, 9135.0, 9093.0, 9132.0, 9116.0, 9097.0, 9134.0, 9121.0, 9068.0, 9116.0, 9110.0, 9092.0, 9109.0, 9073.0, 9095.0, 9122.0, 9104.0, 9100.0, 9159.0, 9150.0, 9124.0, 9146.0, 9110.0, 9116.0, 9116.0, 9102.0, 9126.0, 9102.0, 9102.0, 9083.0, 9070.0, 9118.0, 9108.0, 9103.0, 9102.0, 9108.0, 9090.0, 9113.0, 9127.0, 9090.0, 9120.0, 9071.0, 9095.0, 9136.0, 9121.0, 9107.0, 9138.0, 9123.0, 9092.0, 9125.0, 9102.0, 9064.0, 9099.0, 9094.0, 9118.0, 9110.0, 9088.0, 9113.0, 9089.0, 9096.0, 9136.0, 9127.0, 9076.0, 9116.0, 9110.0, 9117.0, 9137.0, 9124.0, 9077.0, 9108.0, 9081.0, 9067.0, 9118.0, 9123.0, 9097.0, 9160.0, 9146.0, 9115.0, 9120.0, 9111.0, 9081.0, 9144.0, 9119.0, 9080.0, 9107.0, 9076.0, 9089.0, 9106.0, 9086.0, 9075.0, 9099.0, 9103.0, 9098.0, 9102.0, 9071.0, 9118.0, 9108.0, 9072.0, 9110.0, 9092.0, 9089.0, 9124.0, 9109.0, 9117.0, 9087.0, 9070.0, 9110.0, 9106.0, 9077.0, 9110.0, 9106.0, 9108.0, 9124.0, 9102.0, 9132.0, 9109.0, 9078.0, 9130.0, 9115.0, 9098.0, 9096.0, 9102.0, 9119.0, 9107.0, 9076.0, 9116.0, 9100.0, 9117.0, 9124.0, 9078.0, 9118.0, 9108.0, 9110.0, 9125.0, 9093.0, 9119.0, 9107.0, 9082.0, 9131.0, 9103.0, 9118.0, 9107.0, 9084.0, 9120.0, 9118.0, 9076.0, 9110.0, 9090.0, 9140.0, 9122.0, 9110.0, 9133.0, 9104.0, 9081.0, 9140.0, 9123.0, 9099.0, 9122.0, 9082.0, 9127.0, 9138.0, 9075.0, 9101.0, 9064.0, 9086.0, 9118.0, 9087.0, 9106.0, 9131.0, 9116.0, 9166.0, 9139.0, 9104.0, 9129.0, 9100.0, 9073.0, 9128.0, 9111.0, 9120.0, 9107.0, 9069.0, 9121.0, 9110.0, 9104.0, 9105.0, 9076.0, 9117.0, 9112.0, 9081.0, 9137.0, 9109.0, 9073.0, 9142.0, 9129.0, 9085.0, 9127.0, 9087.0, 9133.0, 9126.0, 9081.0, 9137.0, 9093.0, 9122.0, 9132.0, 9106.0, 9121.0, 9107.0, 9096.0, 9137.0, 9137.0, 9100.0, 9137.0, 9108.0, 9095.0, 9150.0, 9125.0, 9148.0, 9118.0, 9063.0, 9121.0, 9098.0, 9123.0, 9095.0, 9067.0, 9102.0, 9124.0, 9105.0, 9120.0, 9131.0, 9109.0, 9087.0, 9128.0, 9129.0, 9097.0, 9138.0, 9105.0, 9097.0, 9107.0, 9088.0, 9143.0, 9103.0, 9116.0, 9059.0, 9065.0, 9121.0, 9109.0, 9106.0, 9128.0, 9120.0, 9125.0, 9092.0, 9127.0, 9116.0, 9105.0, 9132.0, 9105.0, 9109.0, 9099.0, 9075.0, 9137.0, 9115.0, 9098.0, 9109.0, 9070.0, 9109.0, 9123.0, 9077.0, 9132.0, 9093.0, 9076.0, 9118.0, 9113.0, 9139.0, 9126.0, 9076.0, 9109.0, 9101.0, 9135.0, 9146.0, 9087.0, 9118.0, 9120.0, 9117.0, 9090.0, 9112.0, 9071.0, 9060.0, 9047.0, 9076.0, 9088.0, 9085.0, 9098.0, 9129.0, 9131.0, 9108.0, 9139.0, 9110.0, 9118.0, 9106.0, 9109.0, 9098.0, 9106.0, 9088.0, 9075.0, 9112.0, 9094.0, 9074.0, 9096.0, 9096.0, 9136.0, 9123.0, 9146.0, 9149.0, 9097.0, 9147.0, 9122.0, 9155.0, 9112.0, 9145.0, 9122.0, 9139.0, 9140.0, 9096.0, 9132.0, 9097.0, 9107.0, 9147.0, 9150.0, 9088.0, 9135.0, 9117.0, 9159.0, 9143.0, 9101.0, 9139.0, 9098.0, 9169.0, 9157.0, 9080.0, 9141.0, 9120.0, 9148.0, 9135.0, 9105.0, 9130.0, 9101.0, 9058.0, 9134.0, 9123.0, 9077.0, 9123.0, 9082.0, 9097.0, 9119.0, 9088.0, 9127.0, 9099.0, 9077.0, 9137.0, 9119.0, 9073.0, 9110.0, 9097.0, 9075.0, 9129.0, 9113.0, 9071.0, 9112.0, 9108.0, 9110.0, 9119.0, 9119.0, 9085.0, 9109.0, 9106.0, 9127.0, 9125.0, 9063.0, 9104.0, 9099.0, 9110.0, 9120.0, 9119.0, 9107.0, 9102.0, 9081.0, 9118.0, 9094.0, 9094.0, 9115.0, 9091.0, 9059.0, 9125.0, 9106.0, 9133.0, 9155.0, 9134.0, 9088.0, 9112.0, 9084.0, 9103.0, 9130.0, 9101.0, 9097.0, 9099.0, 9070.0, 9126.0, 9119.0, 9073.0, 9095.0, 9082.0, 9071.0, 9120.0, 9082.0, 9101.0, 9100.0, 9086.0, 9085.0, 9102.0, 9110.0, 9120.0, 9115.0, 9085.0, 9123.0, 9098.0, 9108.0, 9125.0, 9103.0, 9111.0, 9112.0, 9072.0, 9124.0, 9118.0, 9067.0, 9106.0, 9084.0, 9094.0, 9119.0, 9120.0, 9075.0, 9101.0, 9093.0, 9119.0, 9126.0, 9091.0, 9119.0, 9105.0, 9091.0, 9131.0, 9113.0, 9115.0, 9122.0, 9073.0, 9113.0, 9111.0, 9100.0, 9144.0, 9129.0, 9122.0, 9099.0, 9078.0, 9147.0, 9106.0, 9134.0, 9119.0, 9060.0, 9109.0, 9113.0, 9141.0, 9126.0, 9073.0, 9116.0, 9110.0, 9137.0, 9116.0, 9089.0, 9119.0, 9075.0, 9122.0, 9110.0, 9121.0, 9126.0, 9105.0, 9138.0, 9124.0, 9101.0, 9116.0, 9081.0, 9137.0, 9132.0, 9133.0, 9122.0, 9094.0, 9117.0, 9106.0, 9120.0, 9117.0, 9109.0, 9120.0, 9086.0, 9077.0, 9137.0, 9107.0, 9123.0, 9111.0, 9072.0, 9134.0, 9124.0, 9123.0, 9126.0, 9078.0, 9129.0, 9107.0, 9128.0, 9134.0, 9104.0, 9134.0, 9100.0, 9091.0, 9145.0, 9113.0, 9154.0, 9144.0, 9122.0, 9126.0, 9093.0, 9123.0, 9099.0, 9113.0, 9118.0, 9078.0, 9134.0, 9105.0, 9095.0, 9119.0, 9112.0, 9132.0, 9131.0, 9098.0, 9136.0, 9107.0, 9111.0, 9130.0, 9089.0, 9135.0, 9124.0, 9133.0, 9147.0, 9120.0, 9154.0, 9122.0, 9079.0, 9133.0, 9112.0, 9160.0, 9139.0, 9079.0, 9133.0, 9106.0, 9123.0, 9127.0, 9096.0, 9155.0, 9127.0, 9102.0, 9136.0, 9117.0, 9145.0, 9129.0, 9098.0, 9144.0, 9149.0, 9165.0, 9142.0, 9094.0, 9162.0, 9149.0, 9111.0, 9150.0, 9114.0, 9077.0, 9120.0, 9086.0, 9139.0, 9149.0, 9136.0, 9150.0, 9113.0, 9140.0, 9126.0, 9082.0, 9138.0, 9130.0, 9163.0, 9149.0, 9129.0, 9151.0, 9139.0, 9127.0, 9153.0, 9168.0, 9120.0, 9192.0, 9165.0, 9154.0, 9156.0, 9114.0, 9149.0, 9119.0, 9112.0, 9155.0, 9139.0, 9099.0, 9126.0, 9094.0, 9105.0, 9124.0, 9129.0, 9169.0, 9150.0, 9110.0, 9143.0, 9132.0, 9109.0, 9155.0, 9143.0, 9120.0, 9159.0, 9135.0, 9153.0, 9150.0, 9099.0, 9151.0, 9144.0, 9134.0, 9150.0, 9110.0, 9108.0, 9119.0, 9108.0, 9143.0, 9155.0, 9107.0, 9154.0, 9133.0, 9152.0, 9136.0, 9116.0, 9143.0, 9106.0, 9147.0, 9129.0, 9116.0, 9112.0, 9076.0, 9131.0, 9124.0, 9102.0, 9149.0, 9126.0, 9115.0, 9151.0, 9090.0, 9158.0, 9114.0, 9139.0, 9146.0, 9104.0, 9144.0, 9114.0, 9107.0, 9101.0, 9081.0, 9135.0, 9114.0, 9102.0, 9143.0, 9135.0, 9106.0, 9146.0, 9101.0, 9159.0, 9153.0, 9127.0, 9140.0, 9102.0, 9148.0, 9127.0, 9139.0, 9142.0, 9100.0, 9157.0, 9141.0, 9100.0, 9151.0, 9109.0, 9096.0, 9159.0, 9154.0, 9123.0, 9147.0, 9121.0, 9154.0, 9155.0, 9121.0, 9173.0, 9113.0, 9116.0, 9158.0, 9151.0, 9100.0, 9181.0, 9161.0, 9127.0, 9151.0, 9123.0, 9123.0, 9154.0, 9118.0, 9158.0, 9143.0, 9077.0, 9134.0, 9122.0, 9112.0, 9152.0, 9122.0, 9086.0, 9116.0, 9092.0, 9069.0, 9150.0, 9128.0, 9135.0, 9168.0, 9147.0, 9119.0, 9153.0, 9146.0, 9129.0, 9155.0, 9110.0, 9150.0, 9104.0, 9076.0, 9132.0, 9130.0, 9143.0, 9137.0, 9107.0, 9142.0, 9113.0, 9093.0, 9146.0, 9131.0, 9081.0, 9135.0, 9107.0, 9161.0, 9147.0, 9095.0, 9147.0, 9105.0, 9102.0, 9140.0, 9108.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.0009660079051383399</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024184532411067192</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.57070359892189</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.195226510286844</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0110977062116713</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4706</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5259.8628</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08972174534733937</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.272727272727273</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4599650359724268</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.479568122700671</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5533122118515656</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3470147733650424</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00820604</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01613994874060154</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027271896600723267</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1012</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9834687812212146</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>35.411</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4118</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.3846</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300848.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>684.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.3952</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9102</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.5015</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3317.1444</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3497.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75696.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1148.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4331.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.8723</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.39971875958145</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> |