=== 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-0029 --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-0029",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
138 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-0029_ses-04_task-alignvideo_acq-mb8_run-01_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-0029_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_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-0029/ses-04/func/sub-0029_ses-04_task-alignvideo_acq-mb8_run-01_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>c42ec5fa26eb65b72542ec1bc1b251c3</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>12:20:15.112500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997829, -0.0631503, 0.0186838, 0.0619039, 0.996211, 0.0610913]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.110838</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7762, -7242, 675, -31, -158, 45, 89]</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>251.446</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>01a2a55c-0b8d-4321-9765-1eefdf5666ec||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677102565765381, 0.16608376801013947, 0.060671404004096985, 107.90248107910156], [0.1694275587797165, 2.672760486602783, 0.161465585231781, -106.22737884521484], [0.05012715607881546, -0.16390345990657806, 2.6944847106933594, -49.56479263305664], [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, 1268]</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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'AcquisitionTime': ['122015.112500', '122015.572500', '122016.032500', '122016.492500', '122016.952500', '122017.412500', '122017.872500', '122018.332500', '122018.792500', '122019.252500', '122019.712500', '122020.172500', '122020.632500', '122021.092500', '122021.552500', '122022.012500', '122022.472500', '122022.932500', '122023.392500', '122023.852500', '122024.312500', '122024.772500', '122025.232500', '122025.692500', '122026.152500', '122026.612500', '122027.072500', '122027.532500', '122027.992500', '122028.452500', '122028.912500', '122029.372500', '122029.832500', '122030.292500', '122030.752500', '122031.212500', '122031.672500', '122032.132500', '122032.592500', '122033.052500', '122033.512500', '122033.972500', '122034.432500', '122034.892500', '122035.352500', '122035.812500', '122036.272500', '122036.732500', '122037.192500', '122037.652500', '122038.112500', '122038.572500', '122039.032500', '122039.492500', '122039.952500', '122040.412500', '122040.872500', '122041.332500', '122041.792500', '122042.252500', '122042.712500', '122043.172500', '122043.632500', '122044.092500', '122044.552500', '122045.012500', '122045.472500', '122045.932500', '122046.392500', '122046.852500', '122047.312500', '122047.772500', '122048.232500', '122048.692500', '122049.152500', '122049.612500', '122050.072500', '122050.532500', '122050.992500', '122051.452500', '122051.912500', '122052.372500', '122052.832500', '122053.292500', '122053.752500', '122054.212500', '122054.672500', '122055.132500', '122055.592500', '122056.052500', '122056.512500', '122056.972500', '122057.432500', '122057.892500', '122058.352500', '122058.812500', '122059.272500', '122059.732500', '122100.192500', '122100.652500', '122101.112500', '122101.572500', '122102.032500', '122102.492500', '122102.952500', '122103.412500', '122103.872500', '122104.332500', '122104.792500', '122105.252500', '122105.712500', '122106.172500', '122106.632500', '122107.092500', '122107.552500', '122108.012500', '122108.472500', '122108.932500', '122109.392500', '122109.852500', '122110.312500', '122110.772500', '122111.232500', '122111.692500', '122112.152500', '122112.612500', '122113.072500', '122113.532500', '122113.992500', '122114.452500', '122114.912500', '122115.372500', '122115.832500', '122116.292500', '122116.752500', '122117.212500', '122117.672500', '122118.132500', '122118.592500', '122119.052500', '122119.512500', '122119.972500', '122120.432500', '122120.892500', '122121.352500', '122121.812500', '122122.272500', '122122.732500', '122123.192500', '122123.652500', '122124.112500', '122124.572500', '122125.032500', '122125.492500', '122125.952500', '122126.412500', '122126.872500', '122127.332500', '122127.792500', '122128.252500', '122128.712500', '122129.172500', '122129.632500', '122130.092500', '122130.552500', '122131.012500', '122131.472500', '122131.932500', '122132.392500', '122132.852500', '122133.312500', '122133.772500', '122134.232500', '122134.692500', '122135.152500', '122135.612500', '122136.072500', '122136.532500', '122136.992500', '122137.452500', '122137.912500', '122138.372500', '122138.832500', '122139.292500', '122139.752500', '122140.212500', '122140.672500', '122141.132500', '122141.592500', '122142.052500', '122142.512500', '122142.972500', '122143.432500', '122143.892500', '122144.352500', '122144.812500', '122145.272500', '122145.732500', '122146.192500', '122146.652500', '122147.112500', '122147.572500', '122148.032500', '122148.492500', '122148.952500', '122149.412500', '122149.872500', '122150.332500', '122150.792500', '122151.252500', '122151.712500', '122152.172500', '122152.632500', '122153.092500', '122153.552500', '122154.012500', '122154.472500', '122154.932500', '122155.392500', '122155.852500', '122156.312500', '122156.772500', '122157.232500', '122157.692500', '122158.152500', '122158.612500', '122159.072500', '122159.532500', '122159.992500', '122200.452500', '122200.912500', '122201.372500', '122201.832500', '122202.292500', '122202.752500', '122203.212500', '122203.672500', '122204.132500', '122204.592500', '122205.052500', '122205.512500', '122205.972500', '122206.432500', '122206.892500', '122207.352500', '122207.812500', '122208.272500', '122208.732500', '122209.192500', '122209.652500', '122210.112500', '122210.572500', '122211.032500', '122211.492500', '122211.952500', '122212.412500', '122212.872500', '122213.332500', '122213.792500', '122214.252500', '122214.712500', '122215.172500', '122215.632500', '122216.092500', '122216.552500', '122217.012500', '122217.472500', '122217.932500', '122218.392500', '122218.852500', '122219.312500', '122219.772500', '122220.232500', '122220.692500', '122221.152500', '122221.612500', '122222.072500', '122222.532500', '122222.992500', '122223.452500', '122223.912500', '122224.372500', '122224.832500', '122225.292500', '122225.752500', '122226.212500', '122226.672500', '122227.132500', '122227.592500', '122228.052500', '122228.512500', '122228.972500', '122229.432500', '122229.892500', '122230.352500', '122230.812500', '122231.272500', '122231.732500', '122232.192500', '122232.652500', '122233.112500', '122233.572500', '122234.032500', '122234.492500', '122234.952500', '122235.412500', '122235.872500', '122236.332500', '122236.792500', '122237.252500', '122237.712500', '122238.172500', '122238.632500', '122239.092500', '122239.552500', '122240.012500', '122240.472500', '122240.932500', '122241.392500', '122241.852500', '122242.312500', '122242.772500', '122243.232500', '122243.692500', '122244.152500', '122244.612500', '122245.072500', '122245.532500', '122245.992500', '122246.452500', '122246.912500', '122247.372500', '122247.832500', '122248.292500', '122248.752500', '122249.212500', '122249.672500', '122250.132500', '122250.592500', '122251.052500', '122251.512500', '122251.972500', '122252.432500', '122252.892500', '122253.352500', '122253.812500', '122254.272500', '122254.732500', '122255.192500', '122255.652500', '122256.112500', '122256.572500', '122257.032500', '122257.492500', '122257.952500', '122258.412500', '122258.872500', '122259.332500', '122259.792500', '122300.252500', '122300.712500', '122301.172500', '122301.632500', '122302.092500', '122302.552500', '122303.012500', '122303.472500', '122303.932500', '122304.392500', '122304.852500', '122305.312500', '122305.772500', '122306.232500', '122306.692500', '122307.152500', '122307.612500', '122308.072500', '122308.532500', '122308.992500', '122309.452500', '122309.912500', '122310.372500', '122310.832500', '122311.292500', '122311.752500', '122312.212500', '122312.672500', '122313.132500', '122313.592500', '122314.052500', '122314.512500', '122314.972500', '122315.432500', '122315.892500', '122316.352500', '122316.812500', '122317.272500', '122317.732500', '122318.192500', '122318.652500', '122319.112500', '122319.572500', '122320.032500', '122320.492500', '122320.952500', '122321.412500', '122321.872500', '122322.332500', '122322.792500', '122323.252500', '122323.712500', '122324.172500', '122324.632500', '122325.092500', '122325.552500', '122326.012500', '122326.472500', '122326.932500', '122327.392500', '122327.852500', '122328.312500', '122328.772500', '122329.232500', '122329.692500', '122330.152500', '122330.612500', '122331.072500', '122331.532500', '122331.992500', '122332.452500', '122332.912500', '122333.372500', '122333.832500', '122334.292500', '122334.752500', '122335.212500', '122335.672500', '122336.132500', '122336.592500', '122337.052500', '122337.512500', '122337.972500', '122338.432500', '122338.892500', '122339.352500', '122339.812500', '122340.272500', '122340.732500', '122341.192500', '122341.652500', '122342.112500', '122342.572500', '122343.032500', '122343.492500', '122343.952500', '122344.412500', '122344.872500', '122345.332500', '122345.792500', '122346.252500', '122346.712500', '122347.172500', '122347.632500', '122348.092500', '122348.552500', '122349.012500', '122349.472500', '122349.932500', '122350.392500', '122350.852500', '122351.312500', '122351.772500', '122352.232500', '122352.692500', '122353.152500', '122353.612500', '122354.072500', '122354.532500', '122354.992500', '122355.452500', '122355.912500', '122356.372500', '122356.832500', '122357.292500', '122357.752500', '122358.212500', '122358.672500', '122359.132500', '122359.592500', '122400.052500', '122400.512500', '122400.972500', '122401.432500', '122401.892500', '122402.352500', '122402.812500', '122403.272500', '122403.732500', '122404.192500', '122404.652500', '122405.112500', '122405.572500', '122406.032500', '122406.492500', '122406.952500', '122407.412500', '122407.872500', '122408.332500', '122408.792500', '122409.252500', '122409.712500', '122410.172500', '122410.632500', '122411.092500', '122411.552500', '122412.012500', '122412.472500', '122412.932500', '122413.392500', '122413.852500', '122414.312500', '122414.772500', '122415.232500', '122415.692500', '122416.152500', '122416.612500', '122417.072500', '122417.532500', '122417.992500', '122418.452500', '122418.912500', '122419.372500', '122419.832500', '122420.292500', '122420.752500', '122421.212500', '122421.672500', '122422.132500', '122422.592500', '122423.052500', '122423.512500', '122423.972500', '122424.432500', '122424.892500', '122425.352500', '122425.812500', '122426.272500', '122426.732500', '122427.192500', '122427.652500', '122428.112500', '122428.572500', '122429.032500', '122429.492500', '122429.952500', '122430.412500', '122430.872500', '122431.332500', '122431.792500', '122432.252500', '122432.712500', '122433.172500', '122433.632500', '122434.092500', '122434.552500', '122435.012500', '122435.472500', '122435.932500', '122436.392500', '122436.852500', '122437.312500', '122437.772500', '122438.232500', '122438.692500', '122439.152500', '122439.612500', '122440.072500', '122440.532500', '122440.992500', '122441.452500', '122441.912500', '122442.372500', '122442.832500', '122443.292500', '122443.752500', '122444.212500', '122444.672500', '122445.132500', '122445.592500', '122446.052500', '122446.512500', '122446.972500', '122447.432500', '122447.892500', '122448.352500', '122448.812500', '122449.272500', '122449.732500', '122450.192500', '122450.652500', '122451.112500', '122451.572500', '122452.032500', '122452.492500', '122452.952500', '122453.412500', '122453.872500', '122454.332500', '122454.792500', '122455.252500', '122455.712500', '122456.172500', '122456.632500', '122457.092500', '122457.552500', '122458.012500', '122458.472500', '122458.932500', '122459.392500', '122459.852500', '122500.312500', '122500.772500', '122501.232500', '122501.692500', '122502.152500', '122502.612500', '122503.072500', '122503.532500', '122503.992500', '122504.452500', '122504.912500', '122505.372500', '122505.832500', '122506.292500', '122506.752500', '122507.212500', '122507.672500', '122508.132500', '122508.592500', '122509.052500', '122509.512500', '122509.972500', '122510.432500', '122510.892500', '122511.352500', '122511.812500', '122512.272500', '122512.732500', '122513.192500', '122513.652500', '122514.112500', '122514.572500', '122515.032500', '122515.492500', '122515.952500', '122516.412500', '122516.872500', '122517.332500', '122517.792500', '122518.252500', '122518.712500', '122519.172500', '122519.632500', '122520.092500', '122520.552500', '122521.012500', '122521.472500', '122521.932500', '122522.392500', '122522.852500', '122523.312500', '122523.772500', '122524.232500', '122524.692500', '122525.152500', '122525.612500', '122526.072500', '122526.532500', '122526.992500', '122527.452500', '122527.912500', '122528.372500', '122528.832500', '122529.292500', '122529.752500', '122530.212500', '122530.672500', '122531.132500', '122531.592500', '122532.052500', '122532.512500', '122532.972500', '122533.432500', '122533.892500', '122534.352500', '122534.812500', '122535.272500', '122535.732500', '122536.192500', '122536.652500', '122537.112500', '122537.572500', '122538.032500', '122538.492500', '122538.952500', '122539.412500', '122539.872500', '122540.332500', '122540.792500', '122541.252500', '122541.712500', '122542.172500', '122542.632500', '122543.092500', '122543.552500', '122544.012500', '122544.472500', '122544.932500', '122545.392500', '122545.852500', '122546.312500', '122546.772500', '122547.232500', '122547.692500', '122548.152500', '122548.612500', '122549.072500', '122549.532500', '122549.992500', '122550.452500', '122550.912500', '122551.372500', '122551.832500', '122552.292500', '122552.752500', '122553.212500', '122553.672500', '122554.132500', '122554.592500', '122555.052500', '122555.512500', '122555.972500', '122556.432500', '122556.892500', '122557.352500', '122557.812500', '122558.272500', '122558.732500', '122559.192500', '122559.652500', '122600.112500', '122600.572500', '122601.032500', '122601.492500', '122601.952500', '122602.412500', '122602.872500', '122603.332500', '122603.792500', '122604.252500', '122604.712500', '122605.172500', '122605.632500', '122606.092500', '122606.552500', '122607.012500', '122607.472500', '122607.932500', '122608.392500', '122608.852500', '122609.312500', '122609.772500', '122610.232500', '122610.692500', '122611.152500', '122611.612500', '122612.072500', '122612.532500', '122612.992500', '122613.452500', '122613.912500', '122614.372500', '122614.832500', '122615.292500', '122615.752500', '122616.212500', '122616.672500', '122617.132500', '122617.592500', '122618.052500', '122618.512500', '122618.972500', '122619.432500', '122619.892500', '122620.352500', '122620.812500', '122621.272500', '122621.732500', '122622.192500', '122622.652500', '122623.112500', '122623.572500', '122624.032500', '122624.492500', '122624.952500', '122625.412500', '122625.872500', '122626.332500', '122626.792500', '122627.252500', '122627.712500', '122628.172500', '122628.632500', '122629.092500', '122629.552500', '122630.012500', '122630.472500', '122630.932500', '122631.392500', '122631.852500', '122632.312500', '122632.772500', '122633.232500', '122633.692500', '122634.152500', '122634.612500', '122635.072500', '122635.532500', '122635.992500', '122636.452500', '122636.912500', '122637.372500', '122637.832500', '122638.292500', '122638.752500', '122639.212500', '122639.672500', '122640.132500', '122640.592500', '122641.052500', '122641.512500', '122641.972500', '122642.432500', '122642.892500', '122643.352500', '122643.812500', '122644.272500', '122644.732500', '122645.192500', '122645.652500', '122646.112500', '122646.572500', '122647.032500', '122647.492500', '122647.952500', '122648.412500', '122648.872500', '122649.332500', '122649.792500', '122650.252500', '122650.712500', '122651.172500', '122651.632500', '122652.092500', '122652.552500', '122653.012500', '122653.472500', '122653.932500', '122654.392500', '122654.852500', '122655.312500', '122655.772500', '122656.232500', '122656.692500', '122657.152500', '122657.612500', '122658.072500', '122658.532500', '122658.992500', '122659.452500', '122659.912500', '122700.372500', '122700.832500', '122701.292500', '122701.752500', '122702.212500', '122702.672500', '122703.132500', '122703.592500', '122704.052500', '122704.512500', '122704.972500', '122705.432500', '122705.892500', '122706.352500', '122706.812500', '122707.272500', '122707.732500', '122708.192500', '122708.652500', '122709.112500', '122709.572500', '122710.032500', '122710.492500', '122710.952500', '122711.412500', '122711.872500', '122712.332500', '122712.792500', '122713.252500', '122713.712500', '122714.172500', '122714.632500', '122715.092500', '122715.552500', '122716.012500', '122716.472500', '122716.932500', '122717.392500', '122717.852500', '122718.312500', '122718.772500', '122719.232500', '122719.692500', '122720.152500', '122720.612500', '122721.072500', '122721.532500', '122721.992500', '122722.452500', '122722.912500', '122723.372500', '122723.832500', '122724.292500', '122724.752500', '122725.212500', '122725.672500', '122726.132500', '122726.592500', '122727.052500', '122727.512500', '122727.972500', '122728.432500', '122728.892500', '122729.352500', '122729.812500', '122730.272500', '122730.732500', '122731.192500', '122731.652500', '122732.112500', '122732.572500', '122733.032500', '122733.492500', '122733.952500', '122734.412500', '122734.872500', '122735.332500', '122735.792500', '122736.252500', '122736.712500', '122737.172500', '122737.632500', '122738.092500', '122738.552500', '122739.012500', '122739.472500', '122739.932500', '122740.392500', '122740.852500', '122741.312500', '122741.772500', '122742.232500', '122742.692500', '122743.152500', '122743.612500', '122744.072500', '122744.532500', '122744.992500', '122745.452500', '122745.912500', '122746.372500', '122746.832500', '122747.292500', '122747.752500', '122748.212500', '122748.672500', '122749.132500', '122749.592500', '122750.052500', '122750.512500', '122750.972500', '122751.432500', '122751.892500', '122752.352500', '122752.812500', '122753.272500', '122753.732500', '122754.192500', '122754.652500', '122755.112500', '122755.572500', '122756.032500', '122756.492500', '122756.952500', '122757.412500', '122757.872500', '122758.332500', '122758.792500', '122759.252500', '122759.712500', '122800.172500', '122800.632500', '122801.092500', '122801.552500', '122802.012500', '122802.472500', '122802.932500', '122803.392500', '122803.852500', '122804.312500', '122804.772500', '122805.232500', '122805.692500', '122806.152500', '122806.612500', '122807.072500', '122807.532500', '122807.992500', '122808.452500', '122808.912500', '122809.372500', '122809.832500', '122810.292500', '122810.752500', '122811.212500', '122811.672500', '122812.132500', '122812.592500', '122813.052500', '122813.512500', '122813.972500', '122814.432500', '122814.892500', '122815.352500', '122815.812500', '122816.272500', '122816.732500', '122817.192500', '122817.652500', '122818.112500', '122818.572500', '122819.032500', '122819.492500', '122819.952500', '122820.412500', '122820.872500', '122821.332500', '122821.792500', '122822.252500', '122822.712500', '122823.172500', '122823.632500', '122824.092500', '122824.552500', '122825.012500', '122825.472500', '122825.932500', '122826.392500', '122826.852500', '122827.312500', '122827.772500', '122828.232500', '122828.692500', '122829.152500', '122829.612500', '122830.072500', '122830.532500', '122830.992500', '122831.452500', '122831.912500', '122832.372500', '122832.832500', '122833.292500', '122833.752500', '122834.212500', '122834.672500', '122835.132500', '122835.592500', '122836.052500', '122836.512500', '122836.972500', '122837.432500', '122837.892500', '122838.352500', '122838.812500', '122839.272500', '122839.732500', '122840.192500', '122840.652500', '122841.112500', '122841.572500', '122842.032500', '122842.492500', '122842.952500', '122843.412500', '122843.872500', '122844.332500', '122844.792500', '122845.252500', '122845.712500', '122846.172500', '122846.632500', '122847.092500', '122847.552500', '122848.012500', '122848.472500', '122848.932500', '122849.392500', '122849.852500', '122850.312500', '122850.772500', '122851.232500', '122851.692500', '122852.152500', '122852.612500', '122853.072500', '122853.532500', '122853.992500', '122854.452500', '122854.912500', '122855.372500', '122855.832500', '122856.292500', '122856.752500', '122857.212500', '122857.672500', '122858.132500', '122858.592500', '122859.052500', '122859.512500', '122859.972500', '122900.432500', '122900.892500', '122901.352500', '122901.812500', '122902.272500', '122902.732500', '122903.192500', '122903.652500', '122904.112500', '122904.572500', '122905.032500', '122905.492500', '122905.952500', '122906.412500', '122906.872500', '122907.332500', '122907.792500', '122908.252500', '122908.712500', '122909.172500', '122909.632500', '122910.092500', '122910.552500', '122911.012500', '122911.472500', '122911.932500', '122912.392500', '122912.852500', '122913.312500', '122913.772500', '122914.232500', '122914.692500', '122915.152500', '122915.612500', '122916.072500', '122916.532500', '122916.992500', '122917.452500', '122917.912500', '122918.372500', '122918.832500', '122919.292500', '122919.752500', '122920.212500', '122920.672500', '122921.132500', '122921.592500', '122922.052500', '122922.512500', '122922.972500', '122923.432500', '122923.892500', '122924.352500', '122924.812500', '122925.272500', '122925.732500', '122926.192500', '122926.652500', '122927.112500', '122927.572500', '122928.032500', '122928.492500', '122928.952500', '122929.412500', '122929.872500', '122930.332500', '122930.792500', '122931.252500', '122931.712500', '122932.172500', '122932.632500', '122933.092500', '122933.552500', '122934.012500', '122934.472500', '122934.932500', '122935.392500', '122935.852500', '122936.312500', '122936.772500', '122937.232500', '122937.692500', '122938.152500', '122938.612500', '122939.072500', '122939.532500', '122939.992500', '122940.452500', '122940.912500', '122941.372500', '122941.832500', '122942.292500', '122942.752500', '122943.212500', '122943.672500', '122944.132500', '122944.592500', '122945.052500', '122945.512500', '122945.972500', '122946.432500', '122946.892500', '122947.352500', '122947.812500', '122948.272500', '122948.732500', '122949.192500', '122949.652500', '122950.112500', '122950.572500', '122951.032500', '122951.492500', '122951.952500', '122952.412500', '122952.872500', '122953.332500', '122953.792500', '122954.252500', '122954.712500', '122955.172500', '122955.632500', '122956.092500', '122956.552500', '122957.012500', '122957.472500', '122957.932500'], 'ContentTime': ['122030.087000', '122030.091000', '122030.094000', '122030.096000', '122030.099000', '122030.102000', '122030.105000', '122030.108000', '122030.111000', '122030.114000', '122030.117000', '122030.120000', '122030.131000', '122030.134000', '122030.137000', '122030.140000', '122030.143000', '122030.146000', '122030.149000', '122030.152000', '122030.162000', '122030.181000', '122030.183000', '122030.186000', '122030.189000', '122030.192000', '122030.195000', '122030.198000', '122030.201000', '122030.204000', '122030.207000', '122050.047000', '122050.050000', '122050.053000', '122050.056000', '122050.061000', '122050.064000', '122050.067000', '122050.070000', '122050.073000', '122050.076000', '122050.079000', '122050.081000', '122050.084000', '122050.087000', '122050.090000', '122050.093000', '122050.096000', '122050.099000', '122050.102000', '122050.110000', '122050.112000', '122050.115000', '122050.118000', '122050.121000', '122050.124000', '122050.127000', '122050.130000', '122050.133000', '122050.136000', '122050.139000', '122050.141000', '122050.144000', '122050.147000', '122050.150000', '122050.153000', '122050.156000', '122050.159000', '122050.162000', '122050.165000', '122050.168000', '122050.170000', '122050.173000', '122050.176000', '122050.179000', '122110.047000', '122110.050000', '122110.055000', '122110.058000', '122110.061000', '122110.064000', '122110.067000', '122110.070000', '122110.073000', '122110.075000', '122110.078000', '122110.081000', '122110.084000', '122110.087000', '122110.090000', '122110.093000', '122110.096000', '122110.099000', '122110.102000', '122110.105000', '122110.108000', '122110.110000', '122110.113000', '122110.116000', '122110.119000', '122110.122000', '122110.125000', '122110.128000', '122110.131000', '122110.134000', '122110.137000', '122110.140000', '122110.143000', '122110.145000', '122110.148000', '122110.151000', '122110.154000', '122110.157000', '122110.160000', '122110.163000', '122110.166000', '122110.169000', '122110.171000', '122130.048000', '122130.052000', '122130.055000', '122130.058000', '122130.061000', '122130.064000', '122130.066000', '122130.069000', '122130.072000', '122130.075000', '122130.078000', '122130.081000', '122130.084000', '122130.087000', '122130.090000', '122130.093000', '122130.096000', '122130.099000', '122130.102000', '122130.104000', '122130.107000', '122130.110000', '122130.113000', '122130.116000', '122130.119000', '122130.122000', '122130.125000', '122130.128000', '122130.131000', '122130.134000', '122130.137000', '122130.140000', '122130.143000', '122130.145000', '122130.148000', '122130.151000', '122130.154000', '122130.157000', '122130.173000', '122130.176000', '122130.179000', '122130.182000', '122130.185000', '122150.047000', '122150.050000', '122150.053000', '122150.056000', '122150.059000', '122150.062000', '122150.065000', '122150.068000', '122150.083000', '122150.086000', '122150.089000', '122150.092000', '122150.095000', '122150.098000', '122150.101000', '122150.104000', '122150.107000', '122150.109000', '122150.112000', '122150.120000', '122150.123000', '122150.126000', '122150.129000', '122150.132000', '122150.135000', '122150.138000', '122150.141000', '122150.144000', '122150.146000', '122150.149000', '122150.152000', '122150.155000', '122150.158000', '122150.173000', '122150.176000', '122150.179000', '122150.182000', '122150.185000', '122150.188000', '122150.191000', '122150.194000', '122150.196000', '122150.199000', '122150.202000', '122210.047000', '122210.050000', '122210.053000', '122210.056000', '122210.059000', '122210.063000', '122210.067000', '122210.079000', '122210.082000', '122210.085000', '122210.088000', '122210.091000', '122210.094000', '122210.097000', '122210.100000', '122210.103000', '122210.106000', '122210.108000', '122210.111000', '122210.114000', '122210.117000', '122210.120000', '122210.123000', '122210.126000', '122210.129000', '122210.132000', '122210.135000', '122210.138000', '122210.141000', '122210.144000', '122210.146000', '122210.149000', '122210.152000', '122210.155000', '122210.158000', '122210.161000', '122210.164000', '122210.167000', '122210.170000', '122210.173000', '122210.176000', '122210.179000', '122210.182000', '122230.047000', '122230.050000', '122230.053000', '122230.056000', '122230.059000', '122230.062000', '122230.065000', '122230.068000', '122230.071000', '122230.074000', '122230.077000', '122230.079000', '122230.082000', '122230.085000', '122230.088000', '122230.091000', '122230.094000', '122230.097000', '122230.100000', '122230.103000', '122230.106000', '122230.109000', '122230.112000', '122230.115000', '122230.117000', '122230.120000', '122230.123000', '122230.126000', '122230.129000', '122230.132000', '122230.144000', '122230.147000', '122230.149000', '122230.152000', '122230.155000', '122230.158000', '122230.211000', '122230.214000', '122230.217000', '122230.220000', '122230.223000', '122230.226000', '122230.230000', '122230.233000', '122250.047000', '122250.050000', '122250.053000', '122250.056000', '122250.059000', '122250.062000', '122250.065000', '122250.068000', '122250.071000', '122250.074000', '122250.077000', '122250.080000', '122250.083000', '122250.086000', '122250.089000', '122250.092000', '122250.095000', '122250.098000', '122250.101000', '122250.104000', '122250.107000', '122250.110000', '122250.113000', '122250.116000', '122250.118000', '122250.121000', '122250.124000', '122250.127000', '122250.130000', '122250.133000', '122250.136000', '122250.139000', '122250.142000', '122250.145000', '122250.148000', '122250.151000', '122250.153000', '122250.156000', '122250.194000', '122250.197000', '122250.200000', '122250.203000', '122250.206000', '122310.047000', '122310.050000', '122310.053000', '122310.056000', '122310.059000', '122310.062000', '122310.065000', '122310.068000', '122310.071000', '122310.074000', '122310.077000', '122310.079000', '122310.082000', '122310.085000', '122310.088000', '122310.091000', '122310.094000', '122310.097000', '122310.100000', '122310.103000', '122310.105000', '122310.109000', '122310.111000', '122310.114000', '122310.117000', '122310.120000', '122310.123000', '122310.126000', '122310.129000', '122310.132000', '122310.135000', '122310.138000', '122310.141000', '122310.144000', '122310.147000', '122310.150000', '122310.153000', '122310.156000', '122310.158000', '122310.230000', '122310.233000', '122310.236000', '122310.239000', '122310.242000', '122330.047000', '122330.050000', '122330.053000', '122330.067000', '122330.070000', '122330.073000', '122330.076000', '122330.079000', '122330.082000', '122330.085000', '122330.088000', '122330.091000', '122330.094000', '122330.097000', '122330.101000', '122330.103000', '122330.106000', '122330.109000', '122330.112000', '122330.115000', '122330.118000', '122330.121000', '122330.124000', '122330.127000', '122330.130000', '122330.133000', '122330.136000', '122330.139000', '122330.142000', '122330.145000', '122330.148000', '122330.150000', '122330.153000', '122330.156000', '122330.181000', '122330.184000', '122330.187000', '122330.190000', '122330.193000', '122330.195000', '122330.198000', '122330.201000', '122330.204000', '122350.048000', '122350.051000', '122350.054000', '122350.057000', '122350.060000', '122350.063000', '122350.066000', '122350.069000', '122350.072000', '122350.075000', '122350.078000', '122350.080000', '122350.083000', '122350.086000', '122350.089000', '122350.092000', '122350.095000', '122350.098000', '122350.101000', '122350.104000', '122350.107000', '122350.110000', '122350.113000', '122350.116000', '122350.119000', '122350.121000', '122350.124000', '122350.127000', '122350.130000', '122350.133000', '122350.136000', '122350.139000', '122350.142000', '122350.145000', '122350.148000', '122350.151000', '122350.154000', '122350.157000', '122350.191000', '122350.194000', '122350.197000', '122350.199000', '122350.202000', '122350.205000', '122410.047000', '122410.050000', '122410.053000', '122410.056000', '122410.059000', '122410.062000', '122410.065000', '122410.068000', '122410.071000', '122410.074000', '122410.077000', '122410.080000', '122410.083000', '122410.085000', '122410.089000', '122410.091000', '122410.094000', '122410.106000', '122410.109000', '122410.112000', '122410.115000', '122410.118000', '122410.121000', '122410.124000', '122410.127000', '122410.130000', '122410.133000', '122410.136000', '122410.139000', '122410.142000', '122410.145000', '122410.148000', '122410.151000', '122410.154000', '122410.156000', '122410.208000', '122410.211000', '122410.214000', '122410.217000', '122410.220000', '122410.223000', '122410.226000', '122410.229000', '122430.047000', '122430.050000', '122430.053000', '122430.056000', '122430.059000', '122430.062000', '122430.065000', '122430.068000', '122430.071000', '122430.074000', '122430.077000', '122430.080000', '122430.082000', '122430.085000', '122430.088000', '122430.091000', '122430.094000', '122430.097000', '122430.100000', '122430.106000', '122430.109000', '122430.112000', '122430.115000', '122430.118000', '122430.121000', '122430.127000', '122430.130000', '122430.133000', '122430.136000', '122430.139000', '122430.142000', '122430.145000', '122430.147000', '122430.150000', '122430.153000', '122430.156000', '122430.195000', '122430.198000', '122430.201000', '122430.204000', '122430.207000', '122430.210000', '122430.212000', '122430.216000', '122450.047000', '122450.050000', '122450.053000', '122450.056000', '122450.059000', '122450.062000', '122450.066000', '122450.069000', '122450.072000', '122450.075000', '122450.078000', '122450.081000', '122450.084000', '122450.087000', '122450.090000', '122450.093000', '122450.096000', '122450.099000', '122450.102000', '122450.104000', '122450.107000', '122450.110000', '122450.113000', '122450.116000', '122450.119000', '122450.122000', '122450.125000', '122450.128000', '122450.145000', '122450.148000', '122450.151000', '122450.154000', '122450.157000', '122450.223000', '122450.226000', '122450.229000', '122450.232000', '122450.235000', '122450.238000', '122450.241000', '122450.244000', '122450.247000', '122450.250000', '122510.047000', '122510.050000', '122510.053000', '122510.056000', '122510.059000', '122510.062000', '122510.071000', '122510.074000', '122510.077000', '122510.080000', '122510.083000', '122510.086000', '122510.089000', '122510.092000', '122510.095000', '122510.097000', '122510.100000', '122510.103000', '122510.115000', '122510.118000', '122510.121000', '122510.124000', '122510.127000', '122510.130000', '122510.132000', '122510.135000', '122510.138000', '122510.141000', '122510.144000', '122510.147000', '122510.150000', '122510.153000', '122510.156000', '122510.193000', '122510.196000', '122510.199000', '122510.202000', '122510.204000', '122510.207000', '122510.210000', '122510.213000', '122510.216000', '122510.219000', '122510.222000', '122530.047000', '122530.050000', '122530.053000', '122530.056000', '122530.059000', '122530.062000', '122530.065000', '122530.068000', '122530.071000', '122530.074000', '122530.077000', '122530.079000', '122530.083000', '122530.086000', '122530.088000', '122530.091000', '122530.094000', '122530.097000', '122530.100000', '122530.103000', '122530.106000', '122530.109000', '122530.112000', '122530.115000', '122530.118000', '122530.121000', '122530.124000', '122530.127000', '122530.130000', '122530.133000', '122530.136000', '122530.138000', '122530.141000', '122530.144000', '122530.147000', '122530.150000', '122530.153000', '122530.156000', '122530.226000', '122530.229000', '122530.232000', '122530.235000', '122530.238000', '122550.047000', '122550.059000', '122550.062000', '122550.065000', '122550.068000', '122550.071000', '122550.074000', '122550.077000', '122550.080000', '122550.083000', '122550.085000', '122550.088000', '122550.091000', '122550.094000', '122550.097000', '122550.102000', '122550.105000', '122550.119000', '122550.122000', '122550.124000', '122550.127000', '122550.130000', '122550.133000', '122550.136000', '122550.139000', '122550.142000', '122550.145000', '122550.148000', '122550.151000', '122550.154000', '122550.157000', '122550.206000', '122550.209000', '122550.212000', '122550.215000', '122550.218000', '122550.221000', '122550.224000', '122550.227000', '122550.229000', '122550.232000', '122550.235000', '122550.238000', '122550.241000', '122610.048000', '122610.051000', '122610.054000', '122610.057000', '122610.060000', '122610.063000', '122610.066000', '122610.069000', '122610.072000', '122610.075000', '122610.078000', '122610.081000', '122610.084000', '122610.087000', '122610.089000', '122610.093000', '122610.095000', '122610.098000', '122610.101000', '122610.109000', '122610.112000', '122610.115000', '122610.118000', '122610.121000', '122610.124000', '122610.127000', '122610.130000', '122610.133000', '122610.136000', '122610.138000', '122610.141000', '122610.144000', '122610.147000', '122610.150000', '122610.153000', '122610.156000', '122610.242000', '122610.245000', '122610.248000', '122610.264000', '122610.267000', '122610.270000', '122610.273000', '122630.047000', '122630.050000', '122630.053000', '122630.056000', '122630.059000', '122630.062000', '122630.065000', '122630.068000', '122630.071000', '122630.074000', '122630.077000', '122630.080000', '122630.083000', '122630.086000', '122630.088000', '122630.091000', '122630.094000', '122630.097000', '122630.100000', '122630.103000', '122630.106000', '122630.109000', '122630.112000', '122630.115000', '122630.118000', '122630.121000', '122630.124000', '122630.127000', '122630.130000', '122630.133000', '122630.135000', '122630.138000', '122630.141000', '122630.144000', '122630.147000', '122630.150000', '122630.153000', '122630.156000', '122630.218000', '122630.221000', '122630.224000', '122630.226000', '122630.229000', '122630.232000', '122650.047000', '122650.050000', '122650.070000', '122650.073000', '122650.076000', '122650.079000', '122650.082000', '122650.085000', '122650.088000', '122650.091000', '122650.094000', '122650.097000', '122650.100000', '122650.103000', '122650.106000', '122650.109000', '122650.119000', '122650.122000', '122650.125000', '122650.128000', '122650.131000', '122650.134000', '122650.137000', '122650.140000', '122650.142000', '122650.145000', '122650.148000', '122650.151000', '122650.154000', '122650.157000', '122650.160000', '122650.163000', '122650.166000', '122650.169000', '122650.172000', '122650.175000', '122650.178000', '122650.181000', '122650.184000', '122650.187000', '122650.190000', '122650.193000', '122650.196000', '122710.047000', '122710.050000', '122710.053000', '122710.056000', '122710.059000', '122710.062000', '122710.065000', '122710.068000', '122710.077000', '122710.079000', '122710.082000', '122710.085000', '122710.088000', '122710.091000', '122710.094000', '122710.097000', '122710.100000', '122710.103000', '122710.106000', '122710.109000', '122710.112000', '122710.115000', '122710.118000', '122710.121000', '122710.123000', '122710.126000', '122710.129000', '122710.132000', '122710.135000', '122710.138000', '122710.141000', '122710.144000', '122710.147000', '122710.150000', '122710.152000', '122710.155000', '122710.158000', '122710.223000', '122710.225000', '122710.229000', '122710.231000', '122710.234000', '122710.237000', '122710.240000', '122730.047000', '122730.050000', '122730.053000', '122730.056000', '122730.059000', '122730.062000', '122730.065000', '122730.068000', '122730.071000', '122730.074000', '122730.077000', '122730.086000', '122730.088000', '122730.092000', '122730.094000', '122730.097000', '122730.100000', '122730.103000', '122730.106000', '122730.109000', '122730.112000', '122730.115000', '122730.118000', '122730.121000', '122730.124000', '122730.127000', '122730.130000', '122730.133000', '122730.135000', '122730.138000', '122730.143000', '122730.146000', '122730.149000', '122730.152000', '122730.155000', '122730.158000', '122730.234000', '122730.237000', '122730.240000', '122730.243000', '122730.246000', '122730.249000', '122730.252000', '122750.047000', '122750.050000', '122750.053000', '122750.056000', '122750.059000', '122750.062000', '122750.065000', '122750.068000', '122750.071000', '122750.074000', '122750.077000', '122750.080000', '122750.082000', '122750.085000', '122750.088000', '122750.091000', '122750.094000', '122750.097000', '122750.100000', '122750.103000', '122750.106000', '122750.110000', '122750.113000', '122750.120000', '122750.123000', '122750.125000', '122750.128000', '122750.131000', '122750.134000', '122750.137000', '122750.140000', '122750.143000', '122750.146000', '122750.149000', '122750.152000', '122750.155000', '122750.208000', '122750.211000', '122750.214000', '122750.217000', '122750.220000', '122750.223000', '122750.226000', '122750.229000', '122810.047000', '122810.050000', '122810.053000', '122810.056000', '122810.059000', '122810.062000', '122810.065000', '122810.068000', '122810.071000', '122810.074000', '122810.077000', '122810.080000', '122810.083000', '122810.086000', '122810.089000', '122810.091000', '122810.095000', '122810.097000', '122810.100000', '122810.103000', '122810.106000', '122810.109000', '122810.112000', '122810.115000', '122810.118000', '122810.121000', '122810.124000', '122810.127000', '122810.130000', '122810.133000', '122810.136000', '122810.138000', '122810.141000', '122810.144000', '122810.147000', '122810.241000', '122810.244000', '122810.247000', '122810.250000', '122810.253000', '122810.256000', '122810.259000', '122810.262000', '122830.048000', '122830.051000', '122830.054000', '122830.057000', '122830.060000', '122830.068000', '122830.071000', '122830.074000', '122830.077000', '122830.080000', '122830.083000', '122830.086000', '122830.088000', '122830.092000', '122830.094000', '122830.097000', '122830.100000', '122830.103000', '122830.106000', '122830.109000', '122830.112000', '122830.115000', '122830.118000', '122830.121000', '122830.124000', '122830.127000', '122830.130000', '122830.133000', '122830.135000', '122830.138000', '122830.141000', '122830.144000', '122830.147000', '122830.150000', '122830.153000', '122830.156000', '122830.229000', '122830.232000', '122830.235000', '122830.238000', '122830.241000', '122830.244000', '122830.247000', '122830.250000', '122850.047000', '122850.050000', '122850.053000', '122850.056000', '122850.059000', '122850.062000', '122850.065000', '122850.068000', '122850.071000', '122850.074000', '122850.077000', '122850.080000', '122850.083000', '122850.086000', '122850.089000', '122850.092000', '122850.095000', '122850.098000', '122850.101000', '122850.104000', '122850.106000', '122850.109000', '122850.112000', '122850.115000', '122850.118000', '122850.121000', '122850.124000', '122850.127000', '122850.130000', '122850.133000', '122850.136000', '122850.139000', '122850.142000', '122850.144000', '122850.147000', '122850.150000', '122850.153000', '122850.156000', '122850.239000', '122850.249000', '122850.252000', '122850.255000', '122850.258000', '122910.047000', '122910.050000', '122910.053000', '122910.056000', '122910.059000', '122910.062000', '122910.065000', '122910.068000', '122910.071000', '122910.074000', '122910.077000', '122910.079000', '122910.083000', '122910.085000', '122910.088000', '122910.091000', '122910.094000', '122910.097000', '122910.100000', '122910.103000', '122910.106000', '122910.109000', '122910.112000', '122910.115000', '122910.123000', '122910.126000', '122910.129000', '122910.132000', '122910.135000', '122910.138000', '122910.141000', '122910.145000', '122910.148000', '122910.151000', '122910.154000', '122910.156000', '122910.228000', '122910.231000', '122910.234000', '122910.237000', '122910.240000', '122910.243000', '122910.246000', '122910.248000', '122930.047000', '122930.050000', '122930.053000', '122930.056000', '122930.059000', '122930.062000', '122930.065000', '122930.068000', '122930.071000', '122930.074000', '122930.077000', '122930.080000', '122930.083000', '122930.086000', '122930.092000', '122930.095000', '122930.098000', '122930.101000', '122930.104000', '122930.107000', '122930.109000', '122930.112000', '122930.115000', '122930.118000', '122930.121000', '122930.124000', '122930.127000', '122930.130000', '122930.133000', '122930.136000', '122930.139000', '122930.142000', '122930.145000', '122930.148000', '122930.151000', '122930.154000', '122930.156000', '122930.204000', '122930.207000', '122930.210000', '122930.213000', '122930.216000', '122930.219000', '122950.047000', '122950.051000', '122950.054000', '122950.057000', '122950.060000', '122950.063000', '122950.066000', '122950.069000', '122950.072000', '122950.075000', '122950.077000', '122950.081000', '122950.083000', '122950.086000', '122950.089000', '122950.092000', '122950.095000', '122950.098000', '122950.101000', '122950.104000', '122950.107000', '122950.110000', '122950.113000', '122950.116000', '122950.119000', '122950.127000', '122950.130000', '122950.133000', '122950.136000', '122950.139000', '122950.142000', '122950.145000', '122950.147000', '122950.150000', '122950.153000', '122950.156000', '122950.211000', '122950.214000', '122950.217000', '122950.220000', '122950.223000', '122950.226000', '122950.229000', '122958.839000', '122958.843000', '122958.858000', '122958.861000', '122958.864000', '122958.867000', '122958.870000', '122958.873000', '122958.876000', '122958.879000', '122958.883000', '122958.886000', '122958.889000', '122958.891000', '122958.895000', '122958.897000', '122958.900000', '122958.903000', '122958.915000', '122958.918000'], 'InstanceCreationTime': ['122030.087000', '122030.091000', '122030.094000', '122030.096000', '122030.099000', '122030.102000', '122030.105000', '122030.108000', '122030.111000', '122030.114000', '122030.117000', '122030.120000', '122030.131000', '122030.134000', '122030.137000', '122030.140000', '122030.143000', '122030.146000', '122030.149000', '122030.152000', '122030.162000', '122030.181000', '122030.183000', '122030.186000', '122030.189000', '122030.192000', '122030.195000', '122030.198000', '122030.201000', '122030.204000', '122030.207000', '122050.047000', '122050.050000', '122050.053000', '122050.056000', '122050.061000', '122050.064000', '122050.067000', '122050.070000', '122050.073000', '122050.076000', '122050.079000', '122050.081000', '122050.084000', '122050.087000', '122050.090000', '122050.093000', '122050.096000', '122050.099000', '122050.102000', '122050.110000', '122050.112000', '122050.115000', '122050.118000', '122050.121000', '122050.124000', '122050.127000', '122050.130000', '122050.133000', '122050.136000', '122050.139000', '122050.141000', '122050.144000', '122050.147000', '122050.150000', '122050.153000', '122050.156000', '122050.159000', '122050.162000', '122050.165000', '122050.168000', '122050.170000', '122050.173000', '122050.176000', '122050.179000', '122110.047000', '122110.050000', '122110.055000', '122110.058000', '122110.061000', '122110.064000', '122110.067000', '122110.070000', '122110.073000', '122110.075000', '122110.078000', '122110.081000', '122110.084000', '122110.087000', '122110.090000', '122110.093000', '122110.096000', '122110.099000', '122110.102000', '122110.105000', '122110.108000', '122110.110000', '122110.113000', '122110.116000', '122110.119000', '122110.122000', '122110.125000', '122110.128000', '122110.131000', '122110.134000', '122110.137000', '122110.140000', '122110.143000', '122110.145000', '122110.148000', '122110.151000', '122110.154000', '122110.157000', '122110.160000', '122110.163000', '122110.166000', '122110.169000', '122110.171000', '122130.048000', '122130.052000', '122130.055000', '122130.058000', '122130.061000', '122130.064000', '122130.066000', '122130.069000', '122130.072000', '122130.075000', '122130.078000', '122130.081000', '122130.084000', '122130.087000', '122130.090000', '122130.093000', '122130.096000', '122130.099000', '122130.102000', '122130.104000', '122130.107000', '122130.110000', '122130.113000', '122130.116000', '122130.119000', '122130.122000', '122130.125000', '122130.128000', '122130.131000', '122130.134000', '122130.137000', '122130.140000', '122130.143000', '122130.145000', '122130.148000', '122130.151000', '122130.154000', '122130.157000', '122130.173000', '122130.176000', '122130.179000', '122130.182000', '122130.185000', '122150.047000', '122150.050000', '122150.053000', '122150.056000', '122150.059000', '122150.062000', '122150.065000', '122150.068000', '122150.083000', '122150.086000', '122150.089000', '122150.092000', '122150.095000', '122150.098000', '122150.101000', '122150.104000', '122150.107000', '122150.109000', '122150.112000', '122150.120000', '122150.123000', '122150.126000', '122150.129000', '122150.132000', '122150.135000', '122150.138000', '122150.141000', '122150.144000', '122150.146000', '122150.149000', '122150.152000', '122150.155000', '122150.158000', '122150.173000', '122150.176000', '122150.179000', '122150.182000', '122150.185000', '122150.188000', '122150.191000', '122150.194000', '122150.196000', '122150.199000', '122150.202000', '122210.047000', '122210.050000', '122210.053000', '122210.056000', '122210.059000', '122210.063000', '122210.067000', '122210.079000', '122210.082000', '122210.085000', '122210.088000', '122210.091000', '122210.094000', '122210.097000', '122210.100000', '122210.103000', '122210.106000', '122210.108000', '122210.111000', '122210.114000', '122210.117000', '122210.120000', '122210.123000', '122210.126000', '122210.129000', '122210.132000', '122210.135000', '122210.138000', '122210.141000', '122210.144000', '122210.146000', '122210.149000', '122210.152000', '122210.155000', '122210.158000', '122210.161000', '122210.164000', '122210.167000', '122210.170000', '122210.173000', '122210.176000', '122210.179000', '122210.182000', '122230.047000', '122230.050000', '122230.053000', '122230.056000', '122230.059000', '122230.062000', '122230.065000', '122230.068000', '122230.071000', '122230.074000', '122230.077000', '122230.079000', '122230.082000', '122230.085000', '122230.088000', '122230.091000', '122230.094000', '122230.097000', '122230.100000', '122230.103000', '122230.106000', '122230.109000', '122230.112000', '122230.115000', '122230.117000', '122230.120000', '122230.123000', '122230.126000', '122230.129000', '122230.132000', '122230.144000', '122230.147000', '122230.149000', '122230.152000', '122230.155000', '122230.158000', '122230.211000', '122230.214000', '122230.217000', '122230.220000', '122230.223000', '122230.226000', '122230.230000', '122230.233000', '122250.047000', '122250.050000', '122250.053000', '122250.056000', '122250.059000', '122250.062000', '122250.065000', '122250.068000', '122250.071000', '122250.074000', '122250.077000', '122250.080000', '122250.083000', '122250.086000', '122250.089000', '122250.092000', '122250.095000', '122250.098000', '122250.101000', '122250.104000', '122250.107000', '122250.110000', '122250.113000', '122250.116000', '122250.118000', '122250.121000', '122250.124000', '122250.127000', '122250.130000', '122250.133000', '122250.136000', '122250.139000', '122250.142000', '122250.145000', '122250.148000', '122250.151000', '122250.153000', '122250.156000', '122250.194000', '122250.197000', '122250.200000', '122250.203000', '122250.206000', '122310.047000', '122310.050000', '122310.053000', '122310.056000', '122310.059000', '122310.062000', '122310.065000', '122310.068000', '122310.071000', '122310.074000', '122310.077000', '122310.079000', '122310.082000', '122310.085000', '122310.088000', '122310.091000', '122310.094000', '122310.097000', '122310.100000', '122310.103000', '122310.105000', '122310.109000', '122310.111000', '122310.114000', '122310.117000', '122310.120000', '122310.123000', '122310.126000', '122310.129000', '122310.132000', '122310.135000', '122310.138000', '122310.141000', '122310.144000', '122310.147000', '122310.150000', '122310.153000', '122310.156000', '122310.158000', '122310.230000', '122310.233000', '122310.236000', '122310.239000', '122310.242000', '122330.047000', '122330.050000', '122330.053000', '122330.067000', '122330.070000', '122330.073000', '122330.076000', '122330.079000', '122330.082000', '122330.085000', '122330.088000', '122330.091000', '122330.094000', '122330.097000', '122330.101000', '122330.103000', '122330.106000', '122330.109000', '122330.112000', '122330.115000', '122330.118000', '122330.121000', '122330.124000', '122330.127000', '122330.130000', '122330.133000', '122330.136000', '122330.139000', '122330.142000', '122330.145000', '122330.148000', '122330.150000', '122330.153000', '122330.156000', '122330.181000', '122330.184000', '122330.187000', '122330.190000', '122330.193000', '122330.195000', '122330.198000', '122330.201000', '122330.204000', '122350.048000', '122350.051000', '122350.054000', '122350.057000', '122350.060000', '122350.063000', '122350.066000', '122350.069000', '122350.072000', '122350.075000', '122350.078000', '122350.080000', '122350.083000', '122350.086000', '122350.089000', '122350.092000', '122350.095000', '122350.098000', '122350.101000', '122350.104000', '122350.107000', '122350.110000', '122350.113000', '122350.116000', '122350.119000', '122350.121000', '122350.124000', '122350.127000', '122350.130000', '122350.133000', '122350.136000', '122350.139000', '122350.142000', '122350.145000', '122350.148000', '122350.151000', '122350.154000', '122350.157000', '122350.191000', '122350.194000', '122350.197000', '122350.199000', '122350.202000', '122350.205000', '122410.047000', '122410.050000', '122410.053000', '122410.056000', '122410.059000', '122410.062000', '122410.065000', '122410.068000', '122410.071000', '122410.074000', '122410.077000', '122410.080000', '122410.083000', '122410.085000', '122410.089000', '122410.091000', '122410.094000', '122410.106000', '122410.109000', '122410.112000', '122410.115000', '122410.118000', '122410.121000', '122410.124000', '122410.127000', '122410.130000', '122410.133000', '122410.136000', '122410.139000', '122410.142000', '122410.145000', '122410.148000', '122410.151000', '122410.154000', '122410.156000', '122410.208000', '122410.211000', '122410.214000', '122410.217000', '122410.220000', '122410.223000', '122410.226000', '122410.229000', '122430.047000', '122430.050000', '122430.053000', '122430.056000', '122430.059000', '122430.062000', '122430.065000', '122430.068000', '122430.071000', '122430.074000', '122430.077000', '122430.080000', '122430.082000', '122430.085000', '122430.088000', '122430.091000', '122430.094000', '122430.097000', '122430.100000', '122430.106000', '122430.109000', '122430.112000', '122430.115000', '122430.118000', '122430.121000', '122430.127000', '122430.130000', '122430.133000', '122430.136000', '122430.139000', '122430.142000', '122430.145000', '122430.147000', '122430.150000', '122430.153000', '122430.156000', '122430.195000', '122430.198000', '122430.201000', '122430.204000', '122430.207000', '122430.210000', '122430.212000', '122430.216000', '122450.047000', '122450.050000', '122450.053000', '122450.056000', '122450.059000', '122450.062000', '122450.066000', '122450.069000', '122450.072000', '122450.075000', '122450.078000', '122450.081000', '122450.084000', '122450.087000', '122450.090000', '122450.093000', '122450.096000', '122450.099000', '122450.102000', '122450.104000', '122450.107000', '122450.110000', '122450.113000', '122450.116000', '122450.119000', '122450.122000', '122450.125000', '122450.128000', '122450.145000', '122450.148000', '122450.151000', '122450.154000', '122450.157000', '122450.223000', '122450.226000', '122450.229000', '122450.232000', '122450.235000', '122450.238000', '122450.241000', '122450.244000', '122450.247000', '122450.250000', '122510.047000', '122510.050000', '122510.053000', '122510.056000', '122510.059000', '122510.062000', '122510.071000', '122510.074000', '122510.077000', '122510.080000', '122510.083000', '122510.086000', '122510.089000', '122510.092000', '122510.095000', '122510.097000', '122510.100000', '122510.103000', '122510.115000', '122510.118000', '122510.121000', '122510.124000', '122510.127000', '122510.130000', '122510.132000', '122510.135000', '122510.138000', '122510.141000', '122510.144000', '122510.147000', '122510.150000', '122510.153000', '122510.156000', '122510.193000', '122510.196000', '122510.199000', '122510.202000', '122510.204000', '122510.207000', '122510.210000', '122510.213000', '122510.216000', '122510.219000', '122510.222000', '122530.047000', '122530.050000', '122530.053000', '122530.056000', '122530.059000', '122530.062000', '122530.065000', '122530.068000', '122530.071000', '122530.074000', '122530.077000', '122530.079000', '122530.083000', '122530.086000', '122530.088000', '122530.091000', '122530.094000', '122530.097000', '122530.100000', '122530.103000', '122530.106000', '122530.109000', '122530.112000', '122530.115000', '122530.118000', '122530.121000', '122530.124000', '122530.127000', '122530.130000', '122530.133000', '122530.136000', '122530.138000', '122530.141000', '122530.144000', '122530.147000', '122530.150000', '122530.153000', '122530.156000', '122530.226000', '122530.229000', '122530.232000', '122530.235000', '122530.238000', '122550.047000', '122550.059000', '122550.062000', '122550.065000', '122550.068000', '122550.071000', '122550.074000', '122550.077000', '122550.080000', '122550.083000', '122550.085000', '122550.088000', '122550.091000', '122550.094000', '122550.097000', '122550.102000', '122550.105000', '122550.119000', '122550.122000', '122550.124000', '122550.127000', '122550.130000', '122550.133000', '122550.136000', '122550.139000', '122550.142000', '122550.145000', '122550.148000', '122550.151000', '122550.154000', '122550.157000', '122550.206000', '122550.209000', '122550.212000', '122550.215000', '122550.218000', '122550.221000', '122550.224000', '122550.227000', '122550.229000', '122550.232000', '122550.235000', '122550.238000', '122550.241000', '122610.048000', '122610.051000', '122610.054000', '122610.057000', '122610.060000', '122610.063000', '122610.066000', '122610.069000', '122610.072000', '122610.075000', '122610.078000', '122610.081000', '122610.084000', '122610.087000', '122610.089000', '122610.093000', '122610.095000', '122610.098000', '122610.101000', '122610.109000', '122610.112000', '122610.115000', '122610.118000', '122610.121000', '122610.124000', '122610.127000', '122610.130000', '122610.133000', '122610.136000', '122610.138000', '122610.141000', '122610.144000', '122610.147000', '122610.150000', '122610.153000', '122610.156000', '122610.242000', '122610.245000', '122610.248000', '122610.264000', '122610.267000', '122610.270000', '122610.273000', '122630.047000', '122630.050000', '122630.053000', '122630.056000', '122630.059000', '122630.062000', '122630.065000', '122630.068000', '122630.071000', '122630.074000', '122630.077000', '122630.080000', '122630.083000', '122630.086000', '122630.088000', '122630.091000', '122630.094000', '122630.097000', '122630.100000', '122630.103000', '122630.106000', '122630.109000', '122630.112000', '122630.115000', '122630.118000', '122630.121000', '122630.124000', '122630.127000', '122630.130000', '122630.133000', '122630.135000', '122630.138000', '122630.141000', '122630.144000', '122630.147000', '122630.150000', '122630.153000', '122630.156000', '122630.218000', '122630.221000', '122630.224000', '122630.226000', '122630.229000', '122630.232000', '122650.047000', '122650.050000', '122650.070000', '122650.073000', '122650.076000', '122650.079000', '122650.082000', '122650.085000', '122650.088000', '122650.091000', '122650.094000', '122650.097000', '122650.100000', '122650.103000', '122650.106000', '122650.109000', '122650.119000', '122650.122000', '122650.125000', '122650.128000', '122650.131000', '122650.134000', '122650.137000', '122650.140000', '122650.142000', '122650.145000', '122650.148000', '122650.151000', '122650.154000', '122650.157000', '122650.160000', '122650.163000', '122650.166000', '122650.169000', '122650.172000', '122650.175000', '122650.178000', '122650.181000', '122650.184000', '122650.187000', '122650.190000', '122650.193000', '122650.196000', '122710.047000', '122710.050000', '122710.053000', '122710.056000', '122710.059000', '122710.062000', '122710.065000', '122710.068000', '122710.077000', '122710.079000', '122710.082000', '122710.085000', '122710.088000', '122710.091000', '122710.094000', '122710.097000', '122710.100000', '122710.103000', '122710.106000', '122710.109000', '122710.112000', '122710.115000', '122710.118000', '122710.121000', '122710.123000', '122710.126000', '122710.129000', '122710.132000', '122710.135000', '122710.138000', '122710.141000', '122710.144000', '122710.147000', '122710.150000', '122710.152000', '122710.155000', '122710.158000', '122710.223000', '122710.225000', '122710.229000', '122710.231000', '122710.234000', '122710.237000', '122710.240000', '122730.047000', '122730.050000', '122730.053000', '122730.056000', '122730.059000', '122730.062000', '122730.065000', '122730.068000', '122730.071000', '122730.074000', '122730.077000', '122730.086000', '122730.088000', '122730.092000', '122730.094000', '122730.097000', '122730.100000', '122730.103000', '122730.106000', '122730.109000', '122730.112000', '122730.115000', '122730.118000', '122730.121000', '122730.124000', '122730.127000', '122730.130000', '122730.133000', '122730.135000', '122730.138000', '122730.143000', '122730.146000', '122730.149000', '122730.152000', '122730.155000', '122730.158000', '122730.234000', '122730.237000', '122730.240000', '122730.243000', '122730.246000', '122730.249000', '122730.252000', '122750.047000', '122750.050000', '122750.053000', '122750.056000', '122750.059000', '122750.062000', '122750.065000', '122750.068000', '122750.071000', '122750.074000', '122750.077000', '122750.080000', '122750.082000', '122750.085000', '122750.088000', '122750.091000', '122750.094000', '122750.097000', '122750.100000', '122750.103000', '122750.106000', '122750.110000', '122750.113000', '122750.120000', '122750.123000', '122750.125000', '122750.128000', '122750.131000', '122750.134000', '122750.137000', '122750.140000', '122750.143000', '122750.146000', '122750.149000', '122750.152000', '122750.155000', '122750.208000', '122750.211000', '122750.214000', '122750.217000', '122750.220000', '122750.223000', '122750.226000', '122750.229000', '122810.047000', '122810.050000', '122810.053000', '122810.056000', '122810.059000', '122810.062000', '122810.065000', '122810.068000', '122810.071000', '122810.074000', '122810.077000', '122810.080000', '122810.083000', '122810.086000', '122810.089000', '122810.091000', '122810.095000', '122810.097000', '122810.100000', '122810.103000', '122810.106000', '122810.109000', '122810.112000', '122810.115000', '122810.118000', '122810.121000', '122810.124000', '122810.127000', '122810.130000', '122810.133000', '122810.136000', '122810.138000', '122810.141000', '122810.144000', '122810.147000', '122810.241000', '122810.244000', '122810.247000', '122810.250000', '122810.253000', '122810.256000', '122810.259000', '122810.262000', '122830.048000', '122830.051000', '122830.054000', '122830.057000', '122830.060000', '122830.068000', '122830.071000', '122830.074000', '122830.077000', '122830.080000', '122830.083000', '122830.086000', '122830.088000', '122830.092000', '122830.094000', '122830.097000', '122830.100000', '122830.103000', '122830.106000', '122830.109000', '122830.112000', '122830.115000', '122830.118000', '122830.121000', '122830.124000', '122830.127000', '122830.130000', '122830.133000', '122830.135000', '122830.138000', '122830.141000', '122830.144000', '122830.147000', '122830.150000', '122830.153000', '122830.156000', '122830.229000', '122830.232000', '122830.235000', '122830.238000', '122830.241000', '122830.244000', '122830.247000', '122830.250000', '122850.047000', '122850.050000', '122850.053000', '122850.056000', '122850.059000', '122850.062000', '122850.065000', '122850.068000', '122850.071000', '122850.074000', '122850.077000', '122850.080000', '122850.083000', '122850.086000', '122850.089000', '122850.092000', '122850.095000', '122850.098000', '122850.101000', '122850.104000', '122850.106000', '122850.109000', '122850.112000', '122850.115000', '122850.118000', '122850.121000', '122850.124000', '122850.127000', '122850.130000', '122850.133000', '122850.136000', '122850.139000', '122850.142000', '122850.144000', '122850.147000', '122850.150000', '122850.153000', '122850.156000', '122850.239000', '122850.249000', '122850.252000', '122850.255000', '122850.258000', '122910.047000', '122910.050000', '122910.053000', '122910.056000', '122910.059000', '122910.062000', '122910.065000', '122910.068000', '122910.071000', '122910.074000', '122910.077000', '122910.079000', '122910.083000', '122910.085000', '122910.088000', '122910.091000', '122910.094000', '122910.097000', '122910.100000', '122910.103000', '122910.106000', '122910.109000', '122910.112000', '122910.115000', '122910.123000', '122910.126000', '122910.129000', '122910.132000', '122910.135000', '122910.138000', '122910.141000', '122910.145000', '122910.148000', '122910.151000', '122910.154000', '122910.156000', '122910.228000', '122910.231000', '122910.234000', '122910.237000', '122910.240000', '122910.243000', '122910.246000', '122910.248000', '122930.047000', '122930.050000', '122930.053000', '122930.056000', '122930.059000', '122930.062000', '122930.065000', '122930.068000', '122930.071000', '122930.074000', '122930.077000', '122930.080000', '122930.083000', '122930.086000', '122930.092000', '122930.095000', '122930.098000', '122930.101000', '122930.104000', '122930.107000', '122930.109000', '122930.112000', '122930.115000', '122930.118000', '122930.121000', '122930.124000', '122930.127000', '122930.130000', '122930.133000', '122930.136000', '122930.139000', '122930.142000', '122930.145000', '122930.148000', '122930.151000', '122930.154000', '122930.156000', '122930.204000', '122930.207000', '122930.210000', '122930.213000', '122930.216000', '122930.219000', '122950.047000', '122950.051000', '122950.054000', '122950.057000', '122950.060000', '122950.063000', '122950.066000', '122950.069000', '122950.072000', '122950.075000', '122950.077000', '122950.081000', '122950.083000', '122950.086000', '122950.089000', '122950.092000', '122950.095000', '122950.098000', '122950.101000', '122950.104000', '122950.107000', '122950.110000', '122950.113000', '122950.116000', '122950.119000', '122950.127000', '122950.130000', '122950.133000', '122950.136000', '122950.139000', '122950.142000', '122950.145000', '122950.147000', '122950.150000', '122950.153000', '122950.156000', '122950.211000', '122950.214000', '122950.217000', '122950.220000', '122950.223000', '122950.226000', '122950.229000', '122958.839000', '122958.843000', '122958.858000', '122958.861000', '122958.864000', '122958.867000', '122958.870000', '122958.873000', '122958.876000', '122958.879000', '122958.883000', '122958.886000', '122958.889000', '122958.891000', '122958.895000', '122958.897000', '122958.900000', '122958.903000', '122958.915000', '122958.918000'], '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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'LargestImagePixelValue': [11785, 9597, 14998, 8635, 10420, 7600, 9696, 6819, 9614, 13440, 8214, 10465, 7748, 9836, 6813, 9527, 11105, 8046, 10568, 7443, 9863, 12786, 7517, 9518, 12000, 7745, 9173, 10074, 8234, 10634, 7362, 8873, 11029, 7251, 9139, 11212, 6703, 8799, 11462, 7062, 8833, 10437, 7719, 10151, 10245, 7566, 10846, 10558, 8258, 10899, 7402, 9004, 11880, 8472, 8812, 11240, 7837, 8797, 11612, 7276, 8545, 11741, 7272, 9584, 9203, 8354, 11410, 7247, 9169, 12700, 7377, 9559, 12696, 8826, 8430, 11666, 7280, 9763, 7254, 7999, 10889, 7674, 9599, 13372, 7618, 10730, 13332, 7927, 9144, 12625, 7332, 9447, 12982, 7392, 9637, 12478, 7956, 9140, 12391, 7165, 9558, 12536, 7031, 9353, 12218, 7375, 9551, 12319, 7596, 10321, 12654, 7359, 9681, 12012, 7361, 10701, 6591, 9331, 12016, 7413, 10087, 12982, 8149, 7937, 11113, 6703, 9421, 12022, 7168, 9760, 11240, 7383, 11215, 9676, 8198, 11531, 7376, 10008, 12470, 7370, 10818, 13064, 8072, 10555, 9459, 7749, 12069, 8826, 8144, 11612, 7617, 8836, 12245, 7137, 9912, 12185, 7129, 9565, 12001, 7487, 10474, 12687, 7581, 11013, 11094, 7554, 11056, 7356, 8344, 12163, 9214, 8428, 11835, 7954, 8918, 12347, 6781, 10462, 12706, 7744, 10221, 12512, 7802, 11010, 8411, 8289, 11934, 7167, 9300, 11866, 7429, 10533, 9564, 7178, 11580, 6934, 9676, 12035, 7684, 10700, 12874, 7824, 10328, 9483, 7809, 11867, 6988, 8542, 11896, 6843, 8612, 12166, 6569, 10048, 12446, 7554, 9630, 11930, 7459, 10178, 12493, 7581, 10752, 12404, 7397, 10797, 10449, 8110, 12067, 9537, 8498, 12064, 7698, 9002, 12317, 7008, 10522, 12288, 7102, 10354, 11998, 7741, 10745, 11309, 7765, 11909, 11386, 7981, 11438, 8728, 8335, 11986, 7132, 8839, 12047, 6989, 9418, 12174, 6763, 9661, 12299, 6697, 9574, 11966, 7021, 9684, 12112, 6851, 10511, 12276, 6968, 10299, 11712, 7231, 11513, 6873, 9086, 12191, 7554, 9250, 12012, 6816, 10547, 12488, 7118, 10655, 12355, 7383, 10766, 11747, 7009, 11380, 11328, 7108, 11490, 10919, 7544, 11786, 8622, 8151, 12703, 9669, 8153, 12227, 6895, 9804, 12480, 6705, 10538, 12345, 7154, 10161, 11981, 7215, 10820, 6637, 10315, 12420, 7309, 11547, 13248, 8133, 11250, 7983, 8614, 12272, 6988, 10475, 6644, 9622, 12135, 7334, 11065, 13307, 7976, 9670, 12220, 6887, 10597, 12221, 7002, 10777, 7900, 7425, 11968, 7568, 7934, 12284, 7876, 8374, 12368, 6881, 10258, 11594, 7103, 11820, 6854, 10099, 12408, 7815, 9135, 12551, 7382, 9975, 12557, 7422, 10859, 6671, 10322, 11911, 7052, 11268, 13141, 8229, 10324, 12956, 7571, 10730, 12393, 7666, 10541, 12308, 7214, 10873, 10606, 7298, 11916, 9464, 7720, 12339, 6698, 9828, 12491, 7139, 11276, 7741, 8365, 12492, 8615, 8727, 12570, 7244, 10136, 12379, 7370, 10768, 6669, 9183, 12574, 6983, 10699, 12278, 7755, 10717, 11645, 7494, 12044, 11520, 7806, 11758, 7259, 9292, 12407, 6806, 10363, 12231, 7193, 10392, 9287, 7351, 12048, 8635, 8409, 12436, 7193, 9222, 12752, 6875, 10979, 12638, 7169, 11002, 12364, 7489, 11288, 11895, 6985, 11773, 11959, 7264, 11803, 7882, 8124, 12889, 6790, 10748, 12825, 6864, 11296, 12848, 7151, 11592, 6764, 10493, 12849, 6984, 11262, 12981, 7880, 11746, 7787, 9404, 12601, 6672, 10553, 12437, 7246, 11477, 10006, 8075, 12537, 7972, 9216, 12694, 7228, 11492, 12678, 7942, 11736, 7924, 8839, 12477, 7301, 11563, 11070, 8207, 12278, 7976, 10803, 12269, 7784, 12197, 7268, 10424, 12033, 7824, 11306, 11218, 8692, 12253, 7122, 10734, 12141, 7382, 11419, 9470, 7680, 12370, 7335, 9431, 12505, 7640, 10881, 12283, 7791, 11508, 10174, 8423, 12302, 6750, 10384, 12580, 7451, 11508, 10452, 7857, 12222, 6501, 10108, 12099, 7063, 11202, 12446, 7511, 11819, 6458, 9657, 12537, 6773, 10718, 12231, 7037, 11630, 6794, 10775, 12716, 7496, 11179, 12475, 7884, 11101, 7039, 11057, 7829, 9010, 12200, 7868, 10714, 6540, 10256, 12267, 7248, 11315, 15362, 8743, 10653, 15511, 7678, 10772, 13469, 7293, 10757, 9125, 8048, 11813, 6752, 9874, 12592, 7070, 10199, 11962, 6968, 11433, 6769, 11270, 12692, 7736, 11064, 6941, 9371, 12449, 7535, 11210, 9962, 8319, 12052, 7795, 11538, 14485, 8419, 11337, 7474, 9347, 12478, 7985, 11040, 13810, 8079, 10875, 6703, 9177, 12317, 7002, 10449, 12218, 8123, 10465, 8238, 8315, 12386, 7234, 10855, 12438, 8529, 10744, 8901, 8220, 11993, 7412, 11255, 12722, 8839, 10190, 6808, 8688, 12364, 7208, 11189, 7478, 10753, 7150, 11411, 7537, 11501, 8354, 11013, 7561, 11183, 12247, 9306, 12369, 8524, 11077, 6723, 10515, 15115, 8050, 10917, 7114, 10398, 8518, 8333, 11894, 7060, 9921, 11948, 7158, 10018, 12533, 7075, 10949, 12381, 6959, 11051, 6617, 10014, 12422, 6963, 10939, 12664, 7502, 11406, 10795, 7603, 12385, 7392, 9662, 12422, 8161, 11242, 12218, 7832, 12120, 8220, 9022, 12691, 7810, 11233, 14358, 7745, 11285, 10313, 8301, 12182, 7103, 10902, 12323, 7926, 11017, 8567, 7996, 12149, 7360, 11648, 6690, 10292, 12229, 8131, 10353, 12136, 7720, 10887, 7346, 8699, 12475, 7696, 11451, 6540, 10462, 11591, 7940, 11291, 6766, 10742, 11641, 7864, 11711, 7282, 10213, 11390, 7984, 11882, 6920, 10341, 12301, 8131, 10867, 6807, 9837, 12321, 7388, 11207, 7395, 9311, 12171, 7467, 11286, 7448, 9493, 12280, 7875, 9129, 12591, 7416, 10780, 12730, 7762, 11144, 8489, 8027, 12568, 6709, 10579, 12292, 7547, 11332, 7306, 9006, 12537, 7291, 10277, 12620, 7842, 11242, 7158, 9552, 12450, 7672, 11185, 10824, 8232, 12250, 7165, 11232, 12065, 8173, 11935, 7568, 10953, 12448, 8110, 11985, 7882, 9909, 12381, 8021, 11443, 7803, 9007, 12347, 8125, 11016, 6939, 9784, 12348, 7864, 11155, 12449, 8751, 11333, 7550, 9415, 12217, 7761, 10060, 12043, 8607, 10962, 11595, 8601, 11900, 7205, 9682, 12411, 7906, 11162, 12589, 8228, 11241, 7928, 8721, 12259, 7763, 10743, 11628, 8185, 11347, 7034, 9605, 12105, 8031, 11399, 7190, 9546, 12118, 7735, 11101, 8237, 8931, 12088, 8259, 11049, 11893, 8373, 11965, 7955, 8945, 12392, 7724, 10543, 12193, 7667, 11016, 11776, 8186, 11858, 7011, 9954, 12048, 7600, 11177, 11884, 8191, 11545, 7162, 9891, 12264, 7963, 10864, 12322, 8575, 11304, 7895, 8770, 11806, 7344, 10566, 12197, 7871, 11029, 12248, 8354, 10960, 10748, 8476, 12245, 10164, 8461, 12194, 7558, 9048, 12548, 7609, 10800, 12257, 7512, 10850, 9370, 7991, 11924, 7248, 9809, 12600, 7840, 10840, 12403, 8526, 11186, 11706, 8382, 12151, 8116, 9763, 12030, 8012, 11152, 12024, 7981, 11676, 7600, 8851, 12508, 7956, 11032, 12520, 7879, 11135, 7271, 9066, 12084, 7622, 11334, 10272, 8467, 12343, 8046, 10290, 10497, 8225, 12044, 7776, 10521, 12485, 8618, 11408, 7462, 11390, 11662, 8353, 11832, 7952, 10756, 10425, 8014, 12245, 7983, 9601, 12457, 8317, 11343, 6632, 10286, 12235, 7787, 11349, 7153, 10187, 12598, 7913, 11718, 13331, 9099, 11462, 9368, 9056, 12368, 7692, 10467, 12612, 8584, 10717, 8942, 7941, 12175, 7547, 9207, 12445, 7716, 10514, 12404, 8113, 11283, 13174, 9035, 10884, 12090, 8112, 11328, 7449, 8820, 12215, 7504, 9814, 12500, 7877, 11189, 12505, 7982, 11312, 12550, 8345, 11103, 10552, 8013, 12230, 12068, 8416, 12077, 10840, 8158, 11992, 7341, 9772, 12775, 8105, 9815, 12682, 7608, 10149, 12606, 7705, 11129, 12140, 7582, 11423, 6797, 9998, 12400, 7562, 11538, 13387, 8641, 11190, 10519, 8362, 12354, 8296, 10169, 12463, 8285, 10625, 12545, 8098, 11707, 9744, 8879, 12458, 7929, 10678, 12420, 7871, 11855, 9737, 8687, 12656, 8358, 11022, 8238, 8607, 12455, 7906, 10403, 12167, 9120, 11163, 6685, 11208, 12515, 8890, 11793, 8936, 10960, 7284, 11085, 13281, 8815, 9618, 12222, 8126, 10667, 12428, 7930, 11475, 12526, 8324, 11711, 7059, 9932, 12300, 7739, 11100, 12652, 8363, 11692, 7483, 10034, 12391, 8220, 11075, 12972, 8505, 11549, 8044, 9246, 12561, 8063, 9973, 12370, 7739, 10081, 12457, 7860, 11389, 12797, 7622, 11637, 11849, 8216, 11718, 10280, 8575, 12500, 9132, 9233, 12467, 7795, 10474, 12471, 7921, 10882, 12707, 8515, 10733, 12382, 8164, 10882, 12993, 8251, 11066, 12711, 8459, 11076, 8712, 8198, 12301, 9315, 8367, 12251, 7543, 9940, 12796, 7944, 11169, 12745, 8604, 11299, 7434, 10253, 12565, 8111, 10933, 12454, 8704, 11451, 7353, 10376, 12744, 7760, 11082, 12959, 8932, 11453, 8585, 9583, 12548, 8350, 10350, 12528, 8647, 11365, 8743, 8746, 12626, 8103, 9939, 12683, 7962, 10819, 12673, 8263, 11643, 12839, 8647, 11752, 7502, 10301, 12591, 8452, 11245, 12750, 8644, 11280, 7602, 9712, 12395, 7815, 11107, 12370, 8451, 11850, 8794, 9302, 12247, 8145, 10121, 11652, 8079, 11826, 8520, 9201, 12413, 7894, 10856, 12567, 7946, 11773, 7656, 9710], 'WindowCenter': [4212.0, 4190.0, 4205.0, 4152.0, 4159.0, 4138.0, 4148.0, 4116.0, 4159.0, 4179.0, 4137.0, 4155.0, 4136.0, 4158.0, 4116.0, 4159.0, 4166.0, 4138.0, 4168.0, 4137.0, 4162.0, 4180.0, 4127.0, 4159.0, 4165.0, 4125.0, 4146.0, 4144.0, 4136.0, 4155.0, 4125.0, 4146.0, 4157.0, 4113.0, 4145.0, 4156.0, 4116.0, 4149.0, 4167.0, 4127.0, 4147.0, 4158.0, 4139.0, 4172.0, 4159.0, 4141.0, 4182.0, 4168.0, 4150.0, 4170.0, 4127.0, 4149.0, 4182.0, 4136.0, 4149.0, 4169.0, 4126.0, 4147.0, 4167.0, 4125.0, 4148.0, 4167.0, 4137.0, 4161.0, 4148.0, 4149.0, 4170.0, 4129.0, 4161.0, 4180.0, 4128.0, 4159.0, 4181.0, 4146.0, 4136.0, 4165.0, 4125.0, 4157.0, 4139.0, 4151.0, 4167.0, 4139.0, 4160.0, 4179.0, 4138.0, 4171.0, 4190.0, 4137.0, 4148.0, 4170.0, 4125.0, 4148.0, 4166.0, 4124.0, 4148.0, 4164.0, 4124.0, 4146.0, 4164.0, 4114.0, 4145.0, 4164.0, 4115.0, 4147.0, 4166.0, 4125.0, 4146.0, 4165.0, 4124.0, 4155.0, 4167.0, 4127.0, 4147.0, 4165.0, 4125.0, 4156.0, 4114.0, 4146.0, 4166.0, 4126.0, 4170.0, 4178.0, 4124.0, 4125.0, 4154.0, 4115.0, 4159.0, 4178.0, 4128.0, 4159.0, 4166.0, 4127.0, 4169.0, 4158.0, 4150.0, 4167.0, 4126.0, 4160.0, 4166.0, 4127.0, 4169.0, 4166.0, 4125.0, 4157.0, 4133.0, 4125.0, 4164.0, 4133.0, 4125.0, 4156.0, 4111.0, 4133.0, 4155.0, 4102.0, 4144.0, 4154.0, 4115.0, 4146.0, 4153.0, 4111.0, 4144.0, 4163.0, 4123.0, 4156.0, 4153.0, 4124.0, 4156.0, 4112.0, 4134.0, 4165.0, 4133.0, 4136.0, 4167.0, 4122.0, 4134.0, 4165.0, 4102.0, 4155.0, 4165.0, 4124.0, 4158.0, 4163.0, 4124.0, 4154.0, 4121.0, 4133.0, 4165.0, 4113.0, 4146.0, 4154.0, 4113.0, 4155.0, 4143.0, 4127.0, 4167.0, 4115.0, 4146.0, 4166.0, 4125.0, 4158.0, 4178.0, 4124.0, 4157.0, 4144.0, 4126.0, 4165.0, 4113.0, 4147.0, 4167.0, 4115.0, 4136.0, 4166.0, 4115.0, 4157.0, 4177.0, 4125.0, 4145.0, 4165.0, 4124.0, 4157.0, 4164.0, 4124.0, 4166.0, 4165.0, 4114.0, 4156.0, 4145.0, 4125.0, 4166.0, 4144.0, 4135.0, 4165.0, 4111.0, 4132.0, 4152.0, 4101.0, 4153.0, 4153.0, 4113.0, 4155.0, 4153.0, 4113.0, 4155.0, 4154.0, 4114.0, 4165.0, 4154.0, 4123.0, 4154.0, 4120.0, 4122.0, 4154.0, 4100.0, 4133.0, 4153.0, 4112.0, 4132.0, 4153.0, 4102.0, 4142.0, 4153.0, 4102.0, 4144.0, 4153.0, 4112.0, 4145.0, 4153.0, 4103.0, 4155.0, 4166.0, 4114.0, 4156.0, 4164.0, 4124.0, 4166.0, 4103.0, 4146.0, 4168.0, 4126.0, 4145.0, 4166.0, 4114.0, 4156.0, 4166.0, 4113.0, 4157.0, 4165.0, 4114.0, 4156.0, 4167.0, 4116.0, 4167.0, 4155.0, 4115.0, 4167.0, 4155.0, 4125.0, 4168.0, 4134.0, 4136.0, 4177.0, 4145.0, 4125.0, 4165.0, 4113.0, 4146.0, 4165.0, 4103.0, 4155.0, 4165.0, 4114.0, 4156.0, 4154.0, 4115.0, 4157.0, 4113.0, 4157.0, 4177.0, 4127.0, 4169.0, 4167.0, 4124.0, 4155.0, 4122.0, 4135.0, 4166.0, 4116.0, 4156.0, 4103.0, 4147.0, 4166.0, 4126.0, 4167.0, 4179.0, 4127.0, 4147.0, 4154.0, 4112.0, 4157.0, 4165.0, 4116.0, 4155.0, 4123.0, 4125.0, 4165.0, 4123.0, 4135.0, 4168.0, 4125.0, 4136.0, 4166.0, 4115.0, 4158.0, 4166.0, 4117.0, 4169.0, 4117.0, 4159.0, 4180.0, 4125.0, 4148.0, 4166.0, 4114.0, 4157.0, 4164.0, 4114.0, 4154.0, 4114.0, 4158.0, 4166.0, 4128.0, 4169.0, 4178.0, 4136.0, 4156.0, 4165.0, 4112.0, 4155.0, 4163.0, 4113.0, 4143.0, 4152.0, 4111.0, 4154.0, 4142.0, 4111.0, 4165.0, 4142.0, 4124.0, 4164.0, 4102.0, 4144.0, 4163.0, 4113.0, 4154.0, 4123.0, 4137.0, 4167.0, 4133.0, 4135.0, 4166.0, 4111.0, 4145.0, 4153.0, 4112.0, 4152.0, 4100.0, 4144.0, 4165.0, 4115.0, 4157.0, 4166.0, 4124.0, 4155.0, 4154.0, 4114.0, 4167.0, 4154.0, 4125.0, 4155.0, 4113.0, 4134.0, 4165.0, 4101.0, 4146.0, 4154.0, 4113.0, 4144.0, 4133.0, 4113.0, 4166.0, 4132.0, 4135.0, 4164.0, 4113.0, 4144.0, 4164.0, 4102.0, 4155.0, 4165.0, 4115.0, 4155.0, 4164.0, 4113.0, 4155.0, 4153.0, 4113.0, 4166.0, 4153.0, 4114.0, 4165.0, 4123.0, 4123.0, 4166.0, 4102.0, 4156.0, 4164.0, 4104.0, 4156.0, 4165.0, 4113.0, 4156.0, 4104.0, 4158.0, 4167.0, 4117.0, 4169.0, 4165.0, 4124.0, 4166.0, 4124.0, 4145.0, 4166.0, 4115.0, 4157.0, 4165.0, 4127.0, 4170.0, 4146.0, 4137.0, 4178.0, 4125.0, 4147.0, 4166.0, 4125.0, 4168.0, 4167.0, 4136.0, 4168.0, 4124.0, 4137.0, 4166.0, 4125.0, 4167.0, 4156.0, 4136.0, 4166.0, 4123.0, 4156.0, 4154.0, 4124.0, 4166.0, 4114.0, 4156.0, 4154.0, 4124.0, 4156.0, 4141.0, 4124.0, 4164.0, 4103.0, 4154.0, 4155.0, 4113.0, 4155.0, 4132.0, 4114.0, 4166.0, 4112.0, 4135.0, 4153.0, 4112.0, 4153.0, 4153.0, 4113.0, 4154.0, 4143.0, 4122.0, 4152.0, 4101.0, 4143.0, 4152.0, 4112.0, 4154.0, 4142.0, 4123.0, 4152.0, 4091.0, 4143.0, 4152.0, 4102.0, 4155.0, 4163.0, 4112.0, 4155.0, 4101.0, 4145.0, 4164.0, 4103.0, 4157.0, 4165.0, 4116.0, 4166.0, 4116.0, 4168.0, 4177.0, 4126.0, 4166.0, 4166.0, 4125.0, 4154.0, 4115.0, 4156.0, 4124.0, 4146.0, 4166.0, 4125.0, 4156.0, 4103.0, 4155.0, 4165.0, 4125.0, 4168.0, 4176.0, 4123.0, 4144.0, 4175.0, 4111.0, 4145.0, 4164.0, 4112.0, 4142.0, 4130.0, 4121.0, 4153.0, 4100.0, 4143.0, 4164.0, 4113.0, 4145.0, 4152.0, 4114.0, 4156.0, 4116.0, 4168.0, 4176.0, 4125.0, 4156.0, 4113.0, 4145.0, 4165.0, 4124.0, 4157.0, 4145.0, 4125.0, 4154.0, 4125.0, 4156.0, 4175.0, 4124.0, 4155.0, 4101.0, 4132.0, 4152.0, 4109.0, 4153.0, 4162.0, 4111.0, 4142.0, 4089.0, 4133.0, 4151.0, 4100.0, 4143.0, 4153.0, 4112.0, 4141.0, 4110.0, 4121.0, 4153.0, 4110.0, 4153.0, 4154.0, 4122.0, 4143.0, 4120.0, 4125.0, 4152.0, 4111.0, 4155.0, 4153.0, 4121.0, 4141.0, 4088.0, 4123.0, 4164.0, 4113.0, 4153.0, 4115.0, 4155.0, 4115.0, 4166.0, 4140.0, 4168.0, 4137.0, 4157.0, 4126.0, 4158.0, 4169.0, 4146.0, 4165.0, 4134.0, 4154.0, 4101.0, 4144.0, 4174.0, 4124.0, 4143.0, 4101.0, 4143.0, 4121.0, 4121.0, 4152.0, 4113.0, 4144.0, 4153.0, 4099.0, 4132.0, 4149.0, 4099.0, 4142.0, 4150.0, 4101.0, 4141.0, 4101.0, 4145.0, 4165.0, 4117.0, 4169.0, 4167.0, 4114.0, 4167.0, 4144.0, 4125.0, 4165.0, 4113.0, 4146.0, 4164.0, 4124.0, 4157.0, 4153.0, 4123.0, 4165.0, 4123.0, 4133.0, 4165.0, 4113.0, 4154.0, 4162.0, 4123.0, 4155.0, 4141.0, 4123.0, 4152.0, 4100.0, 4144.0, 4152.0, 4122.0, 4153.0, 4120.0, 4121.0, 4151.0, 4113.0, 4154.0, 4103.0, 4156.0, 4154.0, 4122.0, 4144.0, 4152.0, 4110.0, 4142.0, 4099.0, 4133.0, 4151.0, 4122.0, 4152.0, 4103.0, 4156.0, 4154.0, 4123.0, 4153.0, 4102.0, 4154.0, 4153.0, 4126.0, 4166.0, 4112.0, 4145.0, 4152.0, 4124.0, 4153.0, 4101.0, 4155.0, 4153.0, 4122.0, 4153.0, 4100.0, 4145.0, 4163.0, 4113.0, 4154.0, 4112.0, 4144.0, 4163.0, 4114.0, 4156.0, 4113.0, 4146.0, 4166.0, 4112.0, 4133.0, 4153.0, 4110.0, 4153.0, 4153.0, 4112.0, 4154.0, 4120.0, 4124.0, 4162.0, 4102.0, 4156.0, 4164.0, 4124.0, 4155.0, 4113.0, 4147.0, 4167.0, 4113.0, 4158.0, 4166.0, 4125.0, 4156.0, 4114.0, 4146.0, 4166.0, 4128.0, 4167.0, 4154.0, 4136.0, 4165.0, 4115.0, 4166.0, 4164.0, 4134.0, 4154.0, 4123.0, 4156.0, 4165.0, 4124.0, 4166.0, 4123.0, 4144.0, 4152.0, 4123.0, 4155.0, 4109.0, 4134.0, 4165.0, 4124.0, 4143.0, 4101.0, 4143.0, 4164.0, 4124.0, 4155.0, 4153.0, 4122.0, 4155.0, 4110.0, 4133.0, 4153.0, 4111.0, 4132.0, 4140.0, 4121.0, 4142.0, 4140.0, 4121.0, 4151.0, 4100.0, 4131.0, 4151.0, 4110.0, 4152.0, 4152.0, 4124.0, 4144.0, 4108.0, 4122.0, 4151.0, 4110.0, 4141.0, 4140.0, 4121.0, 4141.0, 4099.0, 4131.0, 4150.0, 4121.0, 4153.0, 4101.0, 4133.0, 4152.0, 4111.0, 4154.0, 4122.0, 4134.0, 4152.0, 4123.0, 4154.0, 4140.0, 4122.0, 4151.0, 4109.0, 4131.0, 4151.0, 4110.0, 4142.0, 4151.0, 4109.0, 4141.0, 4140.0, 4120.0, 4152.0, 4099.0, 4132.0, 4151.0, 4110.0, 4152.0, 4152.0, 4121.0, 4153.0, 4100.0, 4142.0, 4151.0, 4111.0, 4142.0, 4152.0, 4121.0, 4143.0, 4109.0, 4121.0, 4140.0, 4098.0, 4141.0, 4150.0, 4121.0, 4155.0, 4152.0, 4121.0, 4142.0, 4139.0, 4121.0, 4153.0, 4130.0, 4122.0, 4152.0, 4098.0, 4120.0, 4151.0, 4110.0, 4141.0, 4152.0, 4111.0, 4143.0, 4133.0, 4123.0, 4153.0, 4111.0, 4144.0, 4165.0, 4122.0, 4154.0, 4153.0, 4122.0, 4154.0, 4141.0, 4123.0, 4153.0, 4110.0, 4132.0, 4151.0, 4109.0, 4141.0, 4151.0, 4122.0, 4152.0, 4111.0, 4132.0, 4151.0, 4110.0, 4141.0, 4151.0, 4124.0, 4154.0, 4110.0, 4133.0, 4153.0, 4111.0, 4155.0, 4143.0, 4133.0, 4155.0, 4111.0, 4143.0, 4142.0, 4124.0, 4155.0, 4125.0, 4155.0, 4163.0, 4134.0, 4154.0, 4113.0, 4155.0, 4154.0, 4134.0, 4155.0, 4122.0, 4154.0, 4143.0, 4123.0, 4163.0, 4122.0, 4145.0, 4151.0, 4122.0, 4152.0, 4102.0, 4144.0, 4164.0, 4124.0, 4154.0, 4112.0, 4158.0, 4164.0, 4125.0, 4166.0, 4164.0, 4135.0, 4154.0, 4131.0, 4133.0, 4154.0, 4109.0, 4143.0, 4152.0, 4122.0, 4142.0, 4119.0, 4121.0, 4152.0, 4110.0, 4133.0, 4154.0, 4110.0, 4143.0, 4153.0, 4109.0, 4154.0, 4163.0, 4131.0, 4143.0, 4151.0, 4110.0, 4141.0, 4099.0, 4133.0, 4151.0, 4099.0, 4142.0, 4152.0, 4112.0, 4153.0, 4152.0, 4122.0, 4153.0, 4152.0, 4121.0, 4154.0, 4141.0, 4123.0, 4153.0, 4152.0, 4123.0, 4154.0, 4141.0, 4109.0, 4151.0, 4100.0, 4131.0, 4152.0, 4109.0, 4142.0, 4153.0, 4109.0, 4143.0, 4150.0, 4110.0, 4152.0, 4152.0, 4112.0, 4153.0, 4101.0, 4145.0, 4164.0, 4123.0, 4167.0, 4165.0, 4124.0, 4155.0, 4143.0, 4123.0, 4164.0, 4121.0, 4145.0, 4154.0, 4121.0, 4143.0, 4153.0, 4122.0, 4152.0, 4133.0, 4133.0, 4153.0, 4112.0, 4143.0, 4152.0, 4113.0, 4153.0, 4131.0, 4122.0, 4153.0, 4120.0, 4144.0, 4121.0, 4121.0, 4155.0, 4122.0, 4143.0, 4154.0, 4132.0, 4153.0, 4102.0, 4155.0, 4153.0, 4134.0, 4152.0, 4133.0, 4143.0, 4112.0, 4155.0, 4165.0, 4121.0, 4132.0, 4151.0, 4110.0, 4141.0, 4149.0, 4109.0, 4151.0, 4152.0, 4122.0, 4152.0, 4098.0, 4133.0, 4152.0, 4110.0, 4154.0, 4152.0, 4124.0, 4154.0, 4112.0, 4144.0, 4163.0, 4123.0, 4154.0, 4162.0, 4121.0, 4153.0, 4110.0, 4131.0, 4153.0, 4110.0, 4143.0, 4153.0, 4110.0, 4141.0, 4150.0, 4110.0, 4151.0, 4152.0, 4123.0, 4155.0, 4153.0, 4123.0, 4155.0, 4132.0, 4122.0, 4163.0, 4132.0, 4133.0, 4153.0, 4112.0, 4143.0, 4152.0, 4110.0, 4144.0, 4154.0, 4119.0, 4142.0, 4150.0, 4120.0, 4142.0, 4150.0, 4122.0, 4154.0, 4151.0, 4121.0, 4141.0, 4119.0, 4121.0, 4154.0, 4131.0, 4122.0, 4153.0, 4111.0, 4143.0, 4163.0, 4122.0, 4156.0, 4164.0, 4134.0, 4154.0, 4113.0, 4156.0, 4167.0, 4125.0, 4157.0, 4154.0, 4123.0, 4153.0, 4110.0, 4144.0, 4164.0, 4123.0, 4157.0, 4154.0, 4123.0, 4153.0, 4122.0, 4133.0, 4155.0, 4124.0, 4144.0, 4151.0, 4122.0, 4154.0, 4121.0, 4123.0, 4153.0, 4111.0, 4144.0, 4163.0, 4111.0, 4145.0, 4151.0, 4122.0, 4154.0, 4153.0, 4123.0, 4152.0, 4100.0, 4142.0, 4152.0, 4121.0, 4155.0, 4152.0, 4121.0, 4143.0, 4111.0, 4135.0, 4165.0, 4112.0, 4155.0, 4154.0, 4122.0, 4155.0, 4122.0, 4134.0, 4154.0, 4112.0, 4142.0, 4141.0, 4122.0, 4154.0, 4124.0, 4146.0, 4153.0, 4111.0, 4154.0, 4153.0, 4124.0, 4166.0, 4112.0, 4145.0], 'WindowWidth': [9336.0, 9300.0, 9313.0, 9231.0, 9235.0, 9203.0, 9216.0, 9169.0, 9233.0, 9261.0, 9199.0, 9222.0, 9198.0, 9230.0, 9172.0, 9234.0, 9239.0, 9202.0, 9242.0, 9203.0, 9242.0, 9264.0, 9186.0, 9233.0, 9236.0, 9178.0, 9209.0, 9202.0, 9195.0, 9222.0, 9178.0, 9209.0, 9226.0, 9161.0, 9208.0, 9224.0, 9168.0, 9218.0, 9240.0, 9189.0, 9216.0, 9229.0, 9207.0, 9255.0, 9233.0, 9212.0, 9269.0, 9245.0, 9222.0, 9250.0, 9186.0, 9220.0, 9271.0, 9196.0, 9218.0, 9248.0, 9182.0, 9213.0, 9242.0, 9180.0, 9216.0, 9241.0, 9203.0, 9239.0, 9216.0, 9218.0, 9250.0, 9191.0, 9240.0, 9265.0, 9190.0, 9233.0, 9267.0, 9209.0, 9196.0, 9235.0, 9181.0, 9226.0, 9207.0, 9227.0, 9243.0, 9206.0, 9238.0, 9262.0, 9203.0, 9254.0, 9282.0, 9201.0, 9216.0, 9248.0, 9180.0, 9215.0, 9238.0, 9178.0, 9216.0, 9234.0, 9176.0, 9209.0, 9231.0, 9162.0, 9207.0, 9233.0, 9168.0, 9214.0, 9237.0, 9180.0, 9211.0, 9236.0, 9179.0, 9223.0, 9242.0, 9186.0, 9212.0, 9236.0, 9180.0, 9224.0, 9164.0, 9210.0, 9237.0, 9184.0, 9248.0, 9259.0, 9178.0, 9180.0, 9218.0, 9167.0, 9233.0, 9258.0, 9191.0, 9233.0, 9238.0, 9188.0, 9245.0, 9230.0, 9222.0, 9242.0, 9183.0, 9233.0, 9239.0, 9185.0, 9246.0, 9241.0, 9178.0, 9223.0, 9186.0, 9179.0, 9231.0, 9186.0, 9179.0, 9221.0, 9155.0, 9188.0, 9218.0, 9144.0, 9202.0, 9218.0, 9165.0, 9208.0, 9214.0, 9156.0, 9202.0, 9228.0, 9174.0, 9223.0, 9213.0, 9176.0, 9221.0, 9157.0, 9191.0, 9235.0, 9187.0, 9197.0, 9239.0, 9170.0, 9191.0, 9233.0, 9144.0, 9219.0, 9235.0, 9177.0, 9226.0, 9229.0, 9176.0, 9218.0, 9169.0, 9188.0, 9233.0, 9161.0, 9209.0, 9217.0, 9161.0, 9221.0, 9202.0, 9187.0, 9241.0, 9168.0, 9210.0, 9239.0, 9182.0, 9229.0, 9259.0, 9180.0, 9225.0, 9202.0, 9182.0, 9235.0, 9162.0, 9213.0, 9240.0, 9165.0, 9197.0, 9237.0, 9167.0, 9226.0, 9255.0, 9182.0, 9209.0, 9236.0, 9177.0, 9225.0, 9232.0, 9178.0, 9238.0, 9235.0, 9164.0, 9222.0, 9204.0, 9180.0, 9237.0, 9203.0, 9194.0, 9234.0, 9155.0, 9185.0, 9213.0, 9142.0, 9213.0, 9216.0, 9162.0, 9219.0, 9216.0, 9160.0, 9219.0, 9216.0, 9161.0, 9234.0, 9216.0, 9173.0, 9216.0, 9165.0, 9170.0, 9215.0, 9137.0, 9186.0, 9216.0, 9158.0, 9187.0, 9215.0, 9143.0, 9199.0, 9214.0, 9146.0, 9204.0, 9216.0, 9156.0, 9206.0, 9215.0, 9148.0, 9220.0, 9237.0, 9166.0, 9223.0, 9230.0, 9177.0, 9235.0, 9147.0, 9209.0, 9242.0, 9181.0, 9209.0, 9236.0, 9165.0, 9224.0, 9238.0, 9161.0, 9226.0, 9236.0, 9164.0, 9223.0, 9240.0, 9170.0, 9238.0, 9221.0, 9166.0, 9240.0, 9219.0, 9180.0, 9242.0, 9191.0, 9197.0, 9254.0, 9206.0, 9180.0, 9234.0, 9160.0, 9208.0, 9234.0, 9147.0, 9220.0, 9236.0, 9166.0, 9223.0, 9220.0, 9167.0, 9223.0, 9163.0, 9227.0, 9255.0, 9187.0, 9247.0, 9243.0, 9177.0, 9221.0, 9171.0, 9192.0, 9235.0, 9169.0, 9221.0, 9149.0, 9212.0, 9236.0, 9183.0, 9241.0, 9262.0, 9182.0, 9210.0, 9218.0, 9158.0, 9223.0, 9234.0, 9168.0, 9219.0, 9172.0, 9180.0, 9235.0, 9175.0, 9194.0, 9243.0, 9180.0, 9198.0, 9238.0, 9166.0, 9229.0, 9236.0, 9173.0, 9246.0, 9173.0, 9232.0, 9264.0, 9179.0, 9212.0, 9238.0, 9164.0, 9225.0, 9232.0, 9164.0, 9218.0, 9165.0, 9229.0, 9238.0, 9191.0, 9247.0, 9257.0, 9195.0, 9222.0, 9235.0, 9157.0, 9217.0, 9230.0, 9159.0, 9200.0, 9214.0, 9156.0, 9216.0, 9196.0, 9155.0, 9234.0, 9199.0, 9176.0, 9230.0, 9144.0, 9204.0, 9228.0, 9161.0, 9218.0, 9176.0, 9199.0, 9240.0, 9187.0, 9191.0, 9234.0, 9155.0, 9205.0, 9213.0, 9157.0, 9210.0, 9140.0, 9203.0, 9233.0, 9168.0, 9228.0, 9238.0, 9177.0, 9220.0, 9219.0, 9163.0, 9238.0, 9219.0, 9179.0, 9219.0, 9159.0, 9190.0, 9233.0, 9142.0, 9206.0, 9218.0, 9161.0, 9203.0, 9187.0, 9161.0, 9235.0, 9185.0, 9194.0, 9232.0, 9161.0, 9204.0, 9231.0, 9145.0, 9218.0, 9232.0, 9165.0, 9220.0, 9231.0, 9160.0, 9220.0, 9215.0, 9159.0, 9235.0, 9215.0, 9164.0, 9231.0, 9171.0, 9174.0, 9235.0, 9144.0, 9221.0, 9232.0, 9151.0, 9224.0, 9234.0, 9162.0, 9221.0, 9149.0, 9227.0, 9240.0, 9173.0, 9245.0, 9237.0, 9177.0, 9236.0, 9175.0, 9205.0, 9238.0, 9167.0, 9225.0, 9236.0, 9186.0, 9248.0, 9209.0, 9201.0, 9257.0, 9180.0, 9211.0, 9239.0, 9181.0, 9241.0, 9242.0, 9198.0, 9242.0, 9176.0, 9197.0, 9235.0, 9180.0, 9239.0, 9224.0, 9196.0, 9236.0, 9175.0, 9221.0, 9218.0, 9177.0, 9236.0, 9164.0, 9221.0, 9219.0, 9176.0, 9222.0, 9195.0, 9174.0, 9231.0, 9145.0, 9214.0, 9219.0, 9158.0, 9216.0, 9182.0, 9160.0, 9234.0, 9156.0, 9190.0, 9213.0, 9156.0, 9213.0, 9214.0, 9159.0, 9215.0, 9198.0, 9169.0, 9209.0, 9140.0, 9200.0, 9212.0, 9157.0, 9218.0, 9197.0, 9172.0, 9211.0, 9126.0, 9199.0, 9210.0, 9144.0, 9219.0, 9228.0, 9159.0, 9218.0, 9141.0, 9205.0, 9229.0, 9148.0, 9225.0, 9235.0, 9169.0, 9236.0, 9170.0, 9242.0, 9255.0, 9184.0, 9239.0, 9239.0, 9178.0, 9218.0, 9165.0, 9220.0, 9175.0, 9209.0, 9239.0, 9180.0, 9222.0, 9148.0, 9221.0, 9235.0, 9180.0, 9243.0, 9254.0, 9173.0, 9202.0, 9246.0, 9153.0, 9202.0, 9229.0, 9155.0, 9196.0, 9177.0, 9166.0, 9211.0, 9138.0, 9198.0, 9230.0, 9161.0, 9205.0, 9210.0, 9162.0, 9221.0, 9168.0, 9240.0, 9253.0, 9179.0, 9222.0, 9160.0, 9206.0, 9234.0, 9176.0, 9224.0, 9205.0, 9179.0, 9216.0, 9176.0, 9221.0, 9249.0, 9176.0, 9219.0, 9138.0, 9182.0, 9210.0, 9148.0, 9210.0, 9225.0, 9153.0, 9195.0, 9120.0, 9183.0, 9207.0, 9135.0, 9200.0, 9215.0, 9156.0, 9193.0, 9148.0, 9167.0, 9210.0, 9150.0, 9212.0, 9218.0, 9168.0, 9197.0, 9163.0, 9173.0, 9208.0, 9154.0, 9219.0, 9216.0, 9166.0, 9191.0, 9118.0, 9171.0, 9228.0, 9159.0, 9211.0, 9163.0, 9217.0, 9166.0, 9237.0, 9207.0, 9242.0, 9199.0, 9226.0, 9180.0, 9227.0, 9244.0, 9208.0, 9233.0, 9186.0, 9214.0, 9140.0, 9200.0, 9245.0, 9174.0, 9197.0, 9138.0, 9197.0, 9163.0, 9166.0, 9209.0, 9158.0, 9201.0, 9211.0, 9133.0, 9180.0, 9200.0, 9133.0, 9196.0, 9204.0, 9138.0, 9192.0, 9139.0, 9204.0, 9231.0, 9172.0, 9242.0, 9238.0, 9164.0, 9237.0, 9202.0, 9176.0, 9233.0, 9158.0, 9206.0, 9230.0, 9173.0, 9222.0, 9212.0, 9171.0, 9232.0, 9171.0, 9186.0, 9230.0, 9157.0, 9214.0, 9226.0, 9172.0, 9217.0, 9193.0, 9170.0, 9208.0, 9137.0, 9200.0, 9213.0, 9170.0, 9212.0, 9163.0, 9167.0, 9206.0, 9158.0, 9215.0, 9146.0, 9221.0, 9218.0, 9168.0, 9201.0, 9211.0, 9149.0, 9195.0, 9135.0, 9185.0, 9208.0, 9171.0, 9211.0, 9147.0, 9222.0, 9217.0, 9174.0, 9213.0, 9143.0, 9216.0, 9214.0, 9181.0, 9234.0, 9158.0, 9205.0, 9211.0, 9176.0, 9214.0, 9141.0, 9219.0, 9214.0, 9169.0, 9212.0, 9138.0, 9203.0, 9226.0, 9162.0, 9216.0, 9156.0, 9203.0, 9228.0, 9162.0, 9222.0, 9162.0, 9210.0, 9237.0, 9155.0, 9186.0, 9214.0, 9151.0, 9212.0, 9214.0, 9157.0, 9214.0, 9164.0, 9174.0, 9225.0, 9144.0, 9221.0, 9232.0, 9177.0, 9220.0, 9160.0, 9210.0, 9239.0, 9160.0, 9227.0, 9236.0, 9178.0, 9220.0, 9163.0, 9208.0, 9237.0, 9186.0, 9239.0, 9216.0, 9194.0, 9234.0, 9164.0, 9237.0, 9233.0, 9190.0, 9218.0, 9174.0, 9221.0, 9233.0, 9176.0, 9235.0, 9172.0, 9203.0, 9212.0, 9173.0, 9219.0, 9149.0, 9188.0, 9232.0, 9173.0, 9199.0, 9142.0, 9202.0, 9230.0, 9176.0, 9220.0, 9216.0, 9170.0, 9217.0, 9151.0, 9184.0, 9213.0, 9151.0, 9182.0, 9192.0, 9164.0, 9193.0, 9189.0, 9166.0, 9207.0, 9135.0, 9180.0, 9206.0, 9149.0, 9210.0, 9210.0, 9173.0, 9200.0, 9146.0, 9168.0, 9205.0, 9149.0, 9192.0, 9193.0, 9164.0, 9193.0, 9135.0, 9180.0, 9204.0, 9167.0, 9211.0, 9141.0, 9184.0, 9209.0, 9153.0, 9215.0, 9169.0, 9189.0, 9210.0, 9171.0, 9214.0, 9192.0, 9168.0, 9208.0, 9147.0, 9181.0, 9208.0, 9149.0, 9194.0, 9206.0, 9148.0, 9193.0, 9191.0, 9164.0, 9208.0, 9134.0, 9181.0, 9205.0, 9149.0, 9209.0, 9211.0, 9168.0, 9212.0, 9135.0, 9196.0, 9208.0, 9151.0, 9195.0, 9211.0, 9167.0, 9199.0, 9147.0, 9164.0, 9190.0, 9131.0, 9191.0, 9204.0, 9167.0, 9217.0, 9210.0, 9164.0, 9195.0, 9186.0, 9164.0, 9211.0, 9175.0, 9167.0, 9209.0, 9130.0, 9163.0, 9203.0, 9148.0, 9193.0, 9208.0, 9155.0, 9198.0, 9183.0, 9173.0, 9213.0, 9153.0, 9202.0, 9233.0, 9171.0, 9215.0, 9214.0, 9170.0, 9214.0, 9195.0, 9171.0, 9213.0, 9149.0, 9181.0, 9207.0, 9146.0, 9193.0, 9208.0, 9169.0, 9209.0, 9150.0, 9182.0, 9206.0, 9150.0, 9194.0, 9208.0, 9174.0, 9214.0, 9151.0, 9185.0, 9213.0, 9156.0, 9218.0, 9199.0, 9188.0, 9218.0, 9154.0, 9200.0, 9196.0, 9175.0, 9218.0, 9177.0, 9219.0, 9228.0, 9188.0, 9214.0, 9160.0, 9218.0, 9218.0, 9189.0, 9218.0, 9170.0, 9215.0, 9198.0, 9173.0, 9228.0, 9169.0, 9203.0, 9208.0, 9169.0, 9210.0, 9141.0, 9202.0, 9230.0, 9175.0, 9216.0, 9158.0, 9225.0, 9231.0, 9178.0, 9237.0, 9235.0, 9191.0, 9216.0, 9178.0, 9184.0, 9214.0, 9147.0, 9198.0, 9211.0, 9168.0, 9194.0, 9161.0, 9166.0, 9211.0, 9152.0, 9187.0, 9214.0, 9150.0, 9198.0, 9212.0, 9149.0, 9214.0, 9228.0, 9180.0, 9197.0, 9207.0, 9149.0, 9193.0, 9133.0, 9186.0, 9209.0, 9134.0, 9196.0, 9211.0, 9155.0, 9211.0, 9210.0, 9171.0, 9213.0, 9211.0, 9167.0, 9214.0, 9193.0, 9170.0, 9213.0, 9210.0, 9172.0, 9215.0, 9192.0, 9148.0, 9206.0, 9135.0, 9180.0, 9209.0, 9147.0, 9197.0, 9211.0, 9147.0, 9196.0, 9205.0, 9151.0, 9210.0, 9212.0, 9159.0, 9213.0, 9140.0, 9205.0, 9231.0, 9175.0, 9238.0, 9235.0, 9175.0, 9218.0, 9199.0, 9171.0, 9229.0, 9165.0, 9204.0, 9216.0, 9166.0, 9197.0, 9212.0, 9168.0, 9211.0, 9183.0, 9185.0, 9213.0, 9153.0, 9197.0, 9209.0, 9156.0, 9211.0, 9180.0, 9171.0, 9211.0, 9163.0, 9200.0, 9166.0, 9169.0, 9219.0, 9171.0, 9200.0, 9214.0, 9182.0, 9210.0, 9142.0, 9218.0, 9216.0, 9190.0, 9213.0, 9185.0, 9199.0, 9155.0, 9218.0, 9235.0, 9167.0, 9182.0, 9207.0, 9148.0, 9191.0, 9202.0, 9147.0, 9207.0, 9210.0, 9168.0, 9208.0, 9131.0, 9183.0, 9208.0, 9151.0, 9215.0, 9212.0, 9173.0, 9214.0, 9154.0, 9201.0, 9226.0, 9170.0, 9216.0, 9224.0, 9167.0, 9213.0, 9151.0, 9181.0, 9213.0, 9149.0, 9199.0, 9212.0, 9149.0, 9193.0, 9204.0, 9150.0, 9208.0, 9210.0, 9172.0, 9219.0, 9212.0, 9172.0, 9219.0, 9182.0, 9169.0, 9228.0, 9183.0, 9184.0, 9213.0, 9153.0, 9198.0, 9210.0, 9148.0, 9201.0, 9215.0, 9160.0, 9195.0, 9205.0, 9164.0, 9196.0, 9206.0, 9169.0, 9213.0, 9207.0, 9166.0, 9194.0, 9162.0, 9167.0, 9215.0, 9181.0, 9170.0, 9212.0, 9152.0, 9200.0, 9226.0, 9170.0, 9221.0, 9233.0, 9188.0, 9216.0, 9159.0, 9219.0, 9238.0, 9177.0, 9223.0, 9216.0, 9171.0, 9213.0, 9152.0, 9202.0, 9229.0, 9174.0, 9223.0, 9216.0, 9172.0, 9213.0, 9168.0, 9185.0, 9218.0, 9173.0, 9201.0, 9208.0, 9168.0, 9214.0, 9164.0, 9170.0, 9211.0, 9154.0, 9202.0, 9227.0, 9153.0, 9201.0, 9209.0, 9167.0, 9214.0, 9214.0, 9170.0, 9209.0, 9136.0, 9195.0, 9211.0, 9167.0, 9218.0, 9211.0, 9165.0, 9199.0, 9152.0, 9188.0, 9231.0, 9158.0, 9217.0, 9215.0, 9170.0, 9217.0, 9167.0, 9187.0, 9215.0, 9154.0, 9194.0, 9192.0, 9169.0, 9216.0, 9173.0, 9207.0, 9214.0, 9154.0, 9214.0, 9212.0, 9174.0, 9233.0, 9157.0, 9204.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.002772116903633491</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03660742898894155</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.787807802332026</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2817334165138337</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9971549739841898</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4601</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6660.9707</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07391042084356016</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.1579778830963665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5350990343395376</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.441259214523117</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7401231164885558</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4239147720069396</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00661084</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011453613638877869</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024002185091376305</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.036083132447667</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>21.8777</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1563</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.5231</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304520.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>741.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.5069</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5448</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.5926</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3377.4024</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3586.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72024.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1237.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4377.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.479</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.37933096475899</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> |