=== 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-0023 --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-0023",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 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-0023_ses-04_task-fractional_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-0023_ses-04_task-fractional_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-0023_suffix-bold_task-fractional" 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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0023_suffix-bold_task-fractional" 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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0023_suffix-bold_task-fractional" 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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0023_suffix-bold_task-fractional" 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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-fractional_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-0023_suffix-bold_task-fractional" 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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-fractional_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-0023_suffix-bold_task-fractional" 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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0023_suffix-bold_task-fractional" 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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0023/figures/sub-0023_ses-04_task-fractional_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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-fractional_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-0023/ses-04/func/sub-0023_ses-04_task-fractional_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>7d5893ccea3b35a99e38f46e6691c4ab</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:14:1.512500</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.999655, 0.0241552, -0.0103306, -0.0258277, 0.975576, -0.218139]</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-fractional_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.103339</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-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7729, -7265, 507, 10, -120, -56, 56]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>270.675</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>32e6e77a-9ff6-4b25-b930-46e42d0ff598||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.6820008754730225, -0.0692937821149826, -0.012984544970095158, 122.16265106201172], [-0.06480672955513, 2.617398977279663, -0.5894911289215088, -68.40421295166016], [-0.027716223150491714, 0.585249662399292, 2.6348304748535156, -88.13460540771484], [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, 1322]</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, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['121401.512500', '121401.972500', '121402.432500', '121402.892500', '121403.352500', '121403.812500', '121404.272500', '121404.732500', '121405.192500', '121405.652500', '121406.112500', '121406.572500', '121407.032500', '121407.492500', '121407.952500', '121408.412500', '121408.872500', '121409.332500', '121409.792500', '121410.252500', '121410.712500', '121411.172500', '121411.632500', '121412.092500', '121412.552500', '121413.012500', '121413.472500', '121413.932500', '121414.392500', '121414.852500', '121415.312500', '121415.772500', '121416.232500', '121416.692500', '121417.152500', '121417.612500', '121418.072500', '121418.532500', '121418.992500', '121419.452500', '121419.912500', '121420.372500', '121420.832500', '121421.292500', '121421.752500', '121422.212500', '121422.672500', '121423.132500', '121423.592500', '121424.052500', '121424.512500', '121424.972500', '121425.432500', '121425.892500', '121426.352500', '121426.812500', '121427.272500', '121427.732500', '121428.192500', '121428.652500', '121429.112500', '121429.572500', '121430.032500', '121430.492500', '121430.952500', '121431.412500', '121431.872500', '121432.332500', '121432.792500', '121433.252500', '121433.712500', '121434.172500', '121434.632500', '121435.092500', '121435.552500', '121436.012500', '121436.472500', '121436.932500', '121437.392500', '121437.852500', '121438.312500', '121438.772500', '121439.232500', '121439.692500', '121440.152500', '121440.612500', '121441.072500', '121441.532500', '121441.992500', '121442.452500', '121442.912500', '121443.372500', '121443.832500', '121444.292500', '121444.752500', '121445.212500', '121445.672500', '121446.132500', '121446.592500', '121447.052500', '121447.512500', '121447.972500', '121448.432500', '121448.892500', '121449.352500', '121449.812500', '121450.272500', '121450.732500', '121451.192500', '121451.652500', '121452.112500', '121452.572500', '121453.032500', '121453.492500', '121453.952500', '121454.412500', '121454.872500', '121455.332500', '121455.792500', '121456.252500', '121456.712500', '121457.172500', '121457.632500', '121458.092500', '121458.552500', '121459.012500', '121459.472500', '121459.932500', '121500.392500', '121500.852500', '121501.312500', '121501.772500', '121502.232500', '121502.692500', '121503.152500', '121503.612500', '121504.072500', '121504.532500', '121504.992500', '121505.452500', '121505.912500', '121506.372500', '121506.832500', '121507.292500', '121507.752500', '121508.212500', '121508.672500', '121509.132500', '121509.592500', '121510.052500', '121510.512500', '121510.972500', '121511.432500', '121511.892500', '121512.352500', '121512.812500', '121513.272500', '121513.732500', '121514.192500', '121514.652500', '121515.112500', '121515.572500', '121516.032500', '121516.492500', '121516.952500', '121517.412500', '121517.872500', '121518.332500', '121518.792500', '121519.252500', '121519.712500', '121520.172500', '121520.632500', '121521.092500', '121521.552500', '121522.012500', '121522.472500', '121522.932500', '121523.392500', '121523.852500', '121524.312500', '121524.772500', '121525.232500', '121525.692500', '121526.152500', '121526.612500', '121527.072500', '121527.532500', '121527.992500', '121528.452500', '121528.912500', '121529.372500', '121529.832500', '121530.292500', '121530.752500', '121531.212500', '121531.672500', '121532.132500', '121532.592500', '121533.052500', '121533.512500', '121533.972500', '121534.432500', '121534.892500', '121535.352500', '121535.812500', '121536.272500', '121536.732500', '121537.192500', '121537.652500', '121538.112500', '121538.572500', '121539.032500', '121539.492500', '121539.952500', '121540.412500', '121540.872500', '121541.332500', '121541.792500', '121542.252500', '121542.712500', '121543.172500', '121543.632500', '121544.092500', '121544.552500', '121545.012500', '121545.472500', '121545.932500', '121546.392500', '121546.852500', '121547.312500', '121547.772500', '121548.232500', '121548.692500', '121549.152500', '121549.612500', '121550.072500', '121550.532500', '121550.992500', '121551.452500', '121551.912500', '121552.372500', '121552.832500', '121553.292500', '121553.752500', '121554.212500', '121554.672500', '121555.132500', '121555.592500', '121556.052500', '121556.512500', '121556.972500', '121557.432500', '121557.892500', '121558.352500', '121558.812500', '121559.272500', '121559.732500', '121600.192500', '121600.652500', '121601.112500', '121601.572500', '121602.032500', '121602.492500', '121602.952500', '121603.412500', '121603.872500', '121604.332500', '121604.792500', '121605.252500', '121605.712500', '121606.172500', '121606.632500', '121607.092500', '121607.552500', '121608.012500', '121608.472500', '121608.932500', '121609.392500', '121609.852500', '121610.312500', '121610.772500', '121611.232500', '121611.692500', '121612.152500', '121612.612500', '121613.072500', '121613.532500', '121613.992500', '121614.452500', '121614.912500', '121615.372500', '121615.832500', '121616.292500', '121616.752500', '121617.212500', '121617.672500', '121618.132500', '121618.592500', '121619.052500', '121619.512500', '121619.972500', '121620.432500', '121620.892500', '121621.352500', '121621.812500', '121622.272500', '121622.732500', '121623.192500', '121623.652500', '121624.112500', '121624.572500', '121625.032500', '121625.492500', '121625.952500', '121626.412500', '121626.872500', '121627.332500', '121627.792500', '121628.252500', '121628.712500', '121629.172500', '121629.632500', '121630.092500', '121630.552500', '121631.012500', '121631.472500', '121631.932500', '121632.392500', '121632.852500', '121633.312500', '121633.772500', '121634.232500', '121634.692500', '121635.152500', '121635.612500', '121636.072500', '121636.532500', '121636.992500', '121637.452500', '121637.912500', '121638.372500', '121638.832500', '121639.292500', '121639.752500', '121640.212500', '121640.672500', '121641.132500', '121641.592500', '121642.052500', '121642.512500', '121642.972500', '121643.432500', '121643.892500', '121644.352500', '121644.812500', '121645.272500', '121645.732500', '121646.192500', '121646.652500', '121647.112500', '121647.572500', '121648.032500', '121648.492500', '121648.952500', '121649.412500', '121649.872500', '121650.332500', '121650.792500', '121651.252500', '121651.712500', '121652.172500', '121652.632500', '121653.092500', '121653.552500', '121654.012500', '121654.472500', '121654.932500', '121655.392500', '121655.852500', '121656.312500', '121656.772500', '121657.232500', '121657.692500', '121658.152500', '121658.612500', '121659.072500', '121659.532500', '121659.992500', '121700.452500', '121700.912500', '121701.372500', '121701.832500', '121702.292500', '121702.752500', '121703.212500', '121703.672500', '121704.132500', '121704.592500', '121705.052500', '121705.512500', '121705.972500', '121706.432500', '121706.892500', '121707.352500', '121707.812500', '121708.272500', '121708.732500', '121709.192500', '121709.652500', '121710.112500', '121710.572500', '121711.032500', '121711.492500', '121711.952500', '121712.412500', '121712.872500', '121713.332500', '121713.792500', '121714.252500', '121714.712500', '121715.172500', '121715.632500', '121716.092500', '121716.552500', '121717.012500', '121717.472500', '121717.932500', '121718.392500', '121718.852500', '121719.312500', '121719.772500', '121720.232500', '121720.692500', '121721.152500', '121721.612500', '121722.072500', '121722.532500', '121722.992500', '121723.452500', '121723.912500', '121724.372500', '121724.832500', '121725.292500', '121725.752500', '121726.212500', '121726.672500', '121727.132500', '121727.592500', '121728.052500', '121728.512500', '121728.972500', '121729.432500', '121729.892500', '121730.352500', '121730.812500', '121731.272500', '121731.732500', '121732.192500', '121732.652500', '121733.112500', '121733.572500', '121734.032500', '121734.492500', '121734.952500', '121735.412500', '121735.872500', '121736.332500', '121736.792500', '121737.252500', '121737.712500', '121738.172500', '121738.632500', '121739.092500', '121739.552500', '121740.012500', '121740.472500', '121740.932500', '121741.392500', '121741.852500', '121742.312500', '121742.772500', '121743.232500', '121743.692500', '121744.152500', '121744.612500', '121745.072500', '121745.532500', '121745.992500', '121746.452500', '121746.912500', '121747.372500', '121747.832500', '121748.292500', '121748.752500', '121749.212500', '121749.672500', '121750.132500', '121750.592500', '121751.052500', '121751.512500', '121751.972500', '121752.432500', '121752.892500', '121753.352500', '121753.812500', '121754.272500', '121754.732500', '121755.192500', '121755.652500', '121756.112500', '121756.572500', '121757.032500', '121757.492500', '121757.952500', '121758.412500', '121758.872500', '121759.332500', '121759.792500', '121800.252500', '121800.712500', '121801.172500', '121801.632500', '121802.092500', '121802.552500', '121803.012500', '121803.472500', '121803.932500', '121804.392500', '121804.852500', '121805.312500', '121805.772500', '121806.232500', '121806.692500', '121807.152500', '121807.612500', '121808.072500', '121808.532500', '121808.992500', '121809.452500', '121809.912500', '121810.372500', '121810.832500', '121811.292500', '121811.752500', '121812.212500', '121812.672500', '121813.132500', '121813.592500', '121814.052500', '121814.512500', '121814.972500', '121815.432500', '121815.892500', '121816.352500', '121816.812500', '121817.272500', '121817.732500', '121818.192500', '121818.652500', '121819.112500', '121819.572500', '121820.032500', '121820.492500', '121820.952500', '121821.412500', '121821.872500', '121822.332500', '121822.792500', '121823.252500', '121823.712500', '121824.172500', '121824.632500', '121825.092500', '121825.552500', '121826.012500', '121826.472500', '121826.932500', '121827.392500', '121827.852500', '121828.312500', '121828.772500', '121829.232500', '121829.692500', '121830.152500', '121830.612500', '121831.072500', '121831.532500', '121831.992500', '121832.452500', '121832.912500', '121833.372500', '121833.832500', '121834.292500', '121834.752500', '121835.212500', '121835.672500', '121836.132500', '121836.592500', '121837.052500', '121837.512500', '121837.972500', '121838.432500', '121838.892500', '121839.352500', '121839.812500', '121840.272500', '121840.732500', '121841.192500', '121841.652500', '121842.112500', '121842.572500', '121843.032500', '121843.492500', '121843.952500', '121844.412500', '121844.872500', '121845.332500', '121845.792500', '121846.252500', '121846.712500', '121847.172500', '121847.632500', '121848.092500', '121848.552500', '121849.012500', '121849.472500', '121849.932500', '121850.392500', '121850.852500', '121851.312500', '121851.772500', '121852.232500', '121852.692500', '121853.152500', '121853.612500', '121854.072500', '121854.532500', '121854.992500', '121855.452500', '121855.912500', '121856.372500', '121856.832500', '121857.292500', '121857.752500', '121858.212500', '121858.672500', '121859.132500', '121859.592500', '121900.052500', '121900.512500', '121900.972500', '121901.432500', '121901.892500', '121902.352500', '121902.812500', '121903.272500', '121903.732500', '121904.192500', '121904.652500', '121905.112500', '121905.572500', '121906.032500', '121906.492500', '121906.952500', '121907.412500', '121907.872500', '121908.332500', '121908.792500', '121909.252500', '121909.712500', '121910.172500', '121910.632500', '121911.092500', '121911.552500', '121912.012500', '121912.472500', '121912.932500', '121913.392500', '121913.852500', '121914.312500', '121914.772500', '121915.232500', '121915.692500', '121916.152500', '121916.612500', '121917.072500', '121917.532500', '121917.992500', '121918.452500', '121918.912500', '121919.372500', '121919.832500', '121920.292500', '121920.752500', '121921.212500', '121921.672500', '121922.132500', '121922.592500', '121923.052500', '121923.512500', '121923.972500', '121924.432500', '121924.892500', '121925.352500', '121925.812500', '121926.272500', '121926.732500', '121927.192500', '121927.652500', '121928.112500', '121928.572500', '121929.032500', '121929.492500', '121929.952500', '121930.412500', '121930.872500', '121931.332500', '121931.792500', '121932.252500', '121932.712500', '121933.172500', '121933.632500', '121934.092500', '121934.552500', '121935.012500', '121935.472500', '121935.932500', '121936.392500', '121936.852500', '121937.312500', '121937.772500', '121938.232500', '121938.692500', '121939.152500', '121939.612500', '121940.072500', '121940.532500', '121940.992500', '121941.452500', '121941.912500', '121942.372500', '121942.832500', '121943.292500', '121943.752500', '121944.212500', '121944.672500', '121945.132500', '121945.592500', '121946.052500', '121946.512500', '121946.972500', '121947.432500', '121947.892500', '121948.352500', '121948.812500', '121949.272500', '121949.732500', '121950.192500', '121950.652500', '121951.112500', '121951.572500', '121952.032500', '121952.492500', '121952.952500', '121953.412500', '121953.872500', '121954.332500', '121954.792500', '121955.252500', '121955.712500', '121956.172500', '121956.632500', '121957.092500', '121957.552500', '121958.012500', '121958.472500', '121958.932500', '121959.392500', '121959.852500', '122000.312500', '122000.772500', '122001.232500', '122001.692500', '122002.152500', '122002.612500', '122003.072500', '122003.532500', '122003.992500', '122004.452500', '122004.912500', '122005.372500', '122005.832500', '122006.292500', '122006.752500', '122007.212500', '122007.672500', '122008.132500', '122008.592500', '122009.052500', '122009.512500', '122009.972500', '122010.432500', '122010.892500', '122011.352500', '122011.812500', '122012.272500', '122012.732500', '122013.192500', '122013.652500', '122014.112500', '122014.572500', '122015.032500', '122015.492500', '122015.952500', '122016.412500', '122016.872500', '122017.332500', '122017.792500', '122018.252500', '122018.712500', '122019.172500', '122019.632500', '122020.092500', '122020.552500', '122021.012500', '122021.472500', '122021.932500', '122022.392500', '122022.852500', '122023.312500', '122023.772500', '122024.232500', '122024.692500', '122025.152500', '122025.612500', '122026.072500', '122026.532500', '122026.992500', '122027.452500', '122027.912500', '122028.372500', '122028.832500', '122029.292500', '122029.752500', '122030.212500', '122030.672500', '122031.132500', '122031.592500', '122032.052500', '122032.512500', '122032.972500', '122033.432500', '122033.892500', '122034.352500', '122034.812500', '122035.272500', '122035.732500', '122036.192500', '122036.652500', '122037.112500', '122037.572500', '122038.032500', '122038.492500', '122038.952500', '122039.412500', '122039.872500', '122040.332500', '122040.792500', '122041.252500', '122041.712500', '122042.172500', '122042.632500', '122043.092500', '122043.552500', '122044.012500', '122044.472500', '122044.932500', '122045.392500', '122045.852500', '122046.312500', '122046.772500', '122047.232500', '122047.692500', '122048.152500', '122048.612500', '122049.072500', '122049.532500', '122049.992500', '122050.452500', '122050.912500', '122051.372500', '122051.832500', '122052.292500', '122052.752500', '122053.212500', '122053.672500', '122054.132500', '122054.592500', '122055.052500', '122055.512500', '122055.972500', '122056.432500', '122056.892500', '122057.352500', '122057.812500', '122058.272500', '122058.732500', '122059.192500', '122059.652500', '122100.112500', '122100.572500', '122101.032500', '122101.492500', '122101.952500', '122102.412500', '122102.872500', '122103.332500', '122103.792500', '122104.252500', '122104.712500', '122105.172500', '122105.632500', '122106.092500', '122106.552500', '122107.012500', '122107.472500', '122107.932500', '122108.392500', '122108.852500', '122109.312500', '122109.772500', '122110.232500', '122110.692500', '122111.152500', '122111.612500', '122112.072500', '122112.532500', '122112.992500', '122113.452500', '122113.912500', '122114.372500', '122114.832500', '122115.292500', '122115.752500', '122116.212500', '122116.672500', '122117.132500', '122117.592500', '122118.052500', '122118.512500', '122118.972500', '122119.432500', '122119.892500', '122120.352500', '122120.812500', '122121.272500', '122121.732500', '122122.192500', '122122.652500', '122123.112500', '122123.572500', '122124.032500', '122124.492500', '122124.952500', '122125.412500', '122125.872500', '122126.332500', '122126.792500', '122127.252500', '122127.712500', '122128.172500', '122128.632500', '122129.092500', '122129.552500', '122130.012500', '122130.472500', '122130.932500', '122131.392500', '122131.852500', '122132.312500', '122132.772500', '122133.232500', '122133.692500', '122134.152500', '122134.612500', '122135.072500', '122135.532500', '122135.992500', '122136.452500', '122136.912500', '122137.372500', '122137.832500', '122138.292500', '122138.752500', '122139.212500', '122139.672500', '122140.132500', '122140.592500', '122141.052500', '122141.512500', '122141.972500', '122142.432500', '122142.892500', '122143.352500', '122143.812500', '122144.272500', '122144.732500', '122145.192500', '122145.652500', '122146.112500', '122146.572500', '122147.032500', '122147.492500', '122147.952500', '122148.412500', '122148.872500', '122149.332500', '122149.792500', '122150.252500', '122150.712500', '122151.172500', '122151.632500', '122152.092500', '122152.552500', '122153.012500', '122153.472500', '122153.932500', '122154.392500', '122154.852500', '122155.312500', '122155.772500', '122156.232500', '122156.692500', '122157.152500', '122157.612500', '122158.072500', '122158.532500', '122158.992500', '122159.452500', '122159.912500', '122200.372500', '122200.832500', '122201.292500', '122201.752500', '122202.212500', '122202.672500', '122203.132500', '122203.592500', '122204.052500', '122204.512500', '122204.972500', '122205.432500', '122205.892500', '122206.352500', '122206.812500', '122207.272500', '122207.732500', '122208.192500', '122208.652500', '122209.112500', '122209.572500', '122210.032500', '122210.492500', '122210.952500', '122211.412500', '122211.872500', '122212.332500', '122212.792500', '122213.252500', '122213.712500', '122214.172500', '122214.632500', '122215.092500', '122215.552500', '122216.012500', '122216.472500', '122216.932500', '122217.392500', '122217.852500', '122218.312500', '122218.772500', '122219.232500', '122219.692500', '122220.152500', '122220.612500', '122221.072500', '122221.532500', '122221.992500', '122222.452500', '122222.912500', '122223.372500', '122223.832500', '122224.292500', '122224.752500', '122225.212500', '122225.672500', '122226.132500', '122226.592500', '122227.052500', '122227.512500', '122227.972500', '122228.432500', '122228.892500', '122229.352500', '122229.812500', '122230.272500', '122230.732500', '122231.192500', '122231.652500', '122232.112500', '122232.572500', '122233.032500', '122233.492500', '122233.952500', '122234.412500', '122234.872500', '122235.332500', '122235.792500', '122236.252500', '122236.712500', '122237.172500', '122237.632500', '122238.092500', '122238.552500', '122239.012500', '122239.472500', '122239.932500', '122240.392500', '122240.852500', '122241.312500', '122241.772500', '122242.232500', '122242.692500', '122243.152500', '122243.612500', '122244.072500', '122244.532500', '122244.992500', '122245.452500', '122245.912500', '122246.372500', '122246.832500', '122247.292500', '122247.752500', '122248.212500', '122248.672500', '122249.132500', '122249.592500', '122250.052500', '122250.512500', '122250.972500', '122251.432500', '122251.892500', '122252.352500', '122252.812500', '122253.272500', '122253.732500', '122254.192500', '122254.652500', '122255.112500', '122255.572500', '122256.032500', '122256.492500', '122256.952500', '122257.412500', '122257.872500', '122258.332500', '122258.792500', '122259.252500', '122259.712500', '122300.172500', '122300.632500', '122301.092500', '122301.552500', '122302.012500', '122302.472500', '122302.932500', '122303.392500', '122303.852500', '122304.312500', '122304.772500', '122305.232500', '122305.692500', '122306.152500', '122306.612500', '122307.072500', '122307.532500', '122307.992500', '122308.452500', '122308.912500', '122309.372500', '122309.832500', '122310.292500', '122310.752500', '122311.212500', '122311.672500', '122312.132500', '122312.592500', '122313.052500', '122313.512500', '122313.972500', '122314.432500', '122314.892500', '122315.352500', '122315.812500', '122316.272500', '122316.732500', '122317.192500', '122317.652500', '122318.112500', '122318.572500', '122319.032500', '122319.492500', '122319.952500', '122320.412500', '122320.872500', '122321.332500', '122321.792500', '122322.252500', '122322.712500', '122323.172500', '122323.632500', '122324.092500', '122324.552500', '122325.012500', '122325.472500', '122325.932500', '122326.392500', '122326.852500', '122327.312500', '122327.772500', '122328.232500', '122328.692500', '122329.152500', '122329.612500', '122330.072500', '122330.532500', '122330.992500', '122331.452500', '122331.912500', '122332.372500', '122332.832500', '122333.292500', '122333.752500', '122334.212500', '122334.672500', '122335.132500', '122335.592500', '122336.052500', '122336.512500', '122336.972500', '122337.432500', '122337.892500', '122338.352500', '122338.812500', '122339.272500', '122339.732500', '122340.192500', '122340.652500', '122341.112500', '122341.572500', '122342.032500', '122342.492500', '122342.952500', '122343.412500', '122343.872500', '122344.332500', '122344.792500', '122345.252500', '122345.712500', '122346.172500', '122346.632500', '122347.092500', '122347.552500', '122348.012500', '122348.472500', '122348.932500', '122349.392500', '122349.852500', '122350.312500', '122350.772500', '122351.232500', '122351.692500', '122352.152500', '122352.612500', '122353.072500', '122353.532500', '122353.992500', '122354.452500', '122354.912500', '122355.372500', '122355.832500', '122356.292500', '122356.752500', '122357.212500', '122357.672500', '122358.132500', '122358.592500', '122359.052500', '122359.512500', '122359.972500', '122400.432500', '122400.892500', '122401.352500', '122401.812500', '122402.272500', '122402.732500', '122403.192500', '122403.652500', '122404.112500', '122404.572500', '122405.032500', '122405.492500', '122405.952500', '122406.412500', '122406.872500', '122407.332500', '122407.792500', '122408.252500', '122408.712500', '122409.172500'], 'ContentTime': ['121412.290000', '121412.293000', '121412.296000', '121412.299000', '121412.303000', '121412.316000', '121412.318000', '121412.321000', '121412.324000', '121412.327000', '121412.330000', '121412.333000', '121412.336000', '121412.346000', '121412.349000', '121412.352000', '121412.355000', '121412.364000', '121412.367000', '121412.370000', '121412.373000', '121432.253000', '121432.256000', '121432.259000', '121432.262000', '121432.265000', '121432.267000', '121432.270000', '121432.273000', '121432.276000', '121432.279000', '121432.282000', '121432.285000', '121432.288000', '121432.291000', '121432.293000', '121432.296000', '121432.300000', '121432.302000', '121432.305000', '121432.308000', '121432.311000', '121432.314000', '121432.317000', '121432.320000', '121432.323000', '121432.326000', '121432.329000', '121432.332000', '121432.335000', '121432.338000', '121432.341000', '121432.343000', '121432.346000', '121432.349000', '121432.352000', '121432.355000', '121432.358000', '121432.364000', '121432.367000', '121432.370000', '121432.373000', '121432.376000', '121432.379000', '121432.388000', '121452.253000', '121452.256000', '121452.259000', '121452.262000', '121452.265000', '121452.268000', '121452.271000', '121452.274000', '121452.276000', '121452.279000', '121452.282000', '121452.285000', '121452.289000', '121452.291000', '121452.295000', '121452.298000', '121452.300000', '121452.303000', '121452.306000', '121452.309000', '121452.312000', '121452.315000', '121452.318000', '121452.321000', '121452.324000', '121452.327000', '121452.330000', '121452.333000', '121452.336000', '121452.339000', '121452.342000', '121452.361000', '121452.364000', '121452.367000', '121452.370000', '121452.373000', '121452.376000', '121452.379000', '121452.382000', '121452.384000', '121452.387000', '121452.390000', '121452.393000', '121512.253000', '121512.256000', '121512.259000', '121512.262000', '121512.265000', '121512.268000', '121512.271000', '121512.274000', '121512.277000', '121512.280000', '121512.283000', '121512.286000', '121512.289000', '121512.291000', '121512.294000', '121512.297000', '121512.300000', '121512.303000', '121512.306000', '121512.309000', '121512.312000', '121512.315000', '121512.318000', '121512.321000', '121512.324000', '121512.327000', '121512.329000', '121512.332000', '121512.335000', '121512.338000', '121512.341000', '121512.344000', '121512.347000', '121512.350000', '121512.353000', '121512.356000', '121512.359000', '121512.362000', '121512.364000', '121512.367000', '121512.370000', '121512.373000', '121512.376000', '121512.379000', '121532.252000', '121532.255000', '121532.258000', '121532.261000', '121532.264000', '121532.267000', '121532.270000', '121532.273000', '121532.276000', '121532.279000', '121532.290000', '121532.293000', '121532.296000', '121532.299000', '121532.302000', '121532.305000', '121532.308000', '121532.311000', '121532.314000', '121532.316000', '121532.319000', '121532.322000', '121532.325000', '121532.328000', '121532.331000', '121532.334000', '121532.337000', '121532.340000', '121532.343000', '121532.346000', '121532.349000', '121532.352000', '121532.355000', '121532.358000', '121532.361000', '121532.364000', '121532.367000', '121532.370000', '121532.373000', '121532.376000', '121532.379000', '121532.382000', '121532.385000', '121552.252000', '121552.255000', '121552.258000', '121552.266000', '121552.269000', '121552.272000', '121552.275000', '121552.278000', '121552.281000', '121552.284000', '121552.287000', '121552.290000', '121552.293000', '121552.296000', '121552.299000', '121552.301000', '121552.313000', '121552.316000', '121552.319000', '121552.322000', '121552.325000', '121552.328000', '121552.331000', '121552.334000', '121552.337000', '121552.340000', '121552.343000', '121552.347000', '121552.349000', '121552.352000', '121552.355000', '121552.358000', '121552.361000', '121552.364000', '121552.367000', '121552.370000', '121552.373000', '121552.376000', '121552.379000', '121552.382000', '121552.385000', '121552.387000', '121552.391000', '121552.394000', '121612.253000', '121612.256000', '121612.259000', '121612.262000', '121612.265000', '121612.268000', '121612.272000', '121612.275000', '121612.278000', '121612.281000', '121612.284000', '121612.287000', '121612.290000', '121612.293000', '121612.296000', '121612.299000', '121612.302000', '121612.327000', '121612.330000', '121612.333000', '121612.336000', '121612.339000', '121612.342000', '121612.345000', '121612.348000', '121612.351000', '121612.354000', '121612.357000', '121612.360000', '121612.363000', '121612.366000', '121612.369000', '121612.371000', '121612.374000', '121612.378000', '121612.380000', '121612.383000', '121612.386000', '121612.389000', '121612.392000', '121612.395000', '121612.398000', '121612.401000', '121632.253000', '121632.256000', '121632.259000', '121632.262000', '121632.265000', '121632.268000', '121632.271000', '121632.274000', '121632.277000', '121632.280000', '121632.283000', '121632.286000', '121632.289000', '121632.292000', '121632.295000', '121632.298000', '121632.300000', '121632.304000', '121632.306000', '121632.309000', '121632.312000', '121632.315000', '121632.318000', '121632.321000', '121632.324000', '121632.327000', '121632.330000', '121632.333000', '121632.336000', '121632.339000', '121632.342000', '121632.345000', '121632.347000', '121632.350000', '121632.353000', '121632.356000', '121632.359000', '121632.362000', '121632.365000', '121632.368000', '121632.371000', '121632.374000', '121632.377000', '121632.380000', '121652.253000', '121652.256000', '121652.259000', '121652.262000', '121652.265000', '121652.268000', '121652.271000', '121652.274000', '121652.277000', '121652.280000', '121652.282000', '121652.285000', '121652.288000', '121652.291000', '121652.294000', '121652.297000', '121652.300000', '121652.303000', '121652.306000', '121652.309000', '121652.312000', '121652.315000', '121652.318000', '121652.321000', '121652.324000', '121652.327000', '121652.329000', '121652.345000', '121652.348000', '121652.351000', '121652.355000', '121652.358000', '121652.361000', '121652.364000', '121652.367000', '121652.370000', '121652.372000', '121652.375000', '121652.378000', '121652.381000', '121652.384000', '121652.397000', '121652.400000', '121712.253000', '121712.256000', '121712.259000', '121712.262000', '121712.265000', '121712.268000', '121712.271000', '121712.274000', '121712.277000', '121712.280000', '121712.283000', '121712.285000', '121712.289000', '121712.291000', '121712.294000', '121712.297000', '121712.300000', '121712.303000', '121712.306000', '121712.309000', '121712.312000', '121712.315000', '121712.318000', '121712.321000', '121712.324000', '121712.327000', '121712.330000', '121712.333000', '121712.336000', '121712.339000', '121712.342000', '121712.345000', '121712.348000', '121712.356000', '121712.359000', '121712.362000', '121712.365000', '121712.368000', '121712.371000', '121712.374000', '121712.377000', '121712.380000', '121712.383000', '121712.386000', '121732.253000', '121732.256000', '121732.259000', '121732.262000', '121732.265000', '121732.268000', '121732.271000', '121732.274000', '121732.277000', '121732.280000', '121732.283000', '121732.286000', '121732.289000', '121732.292000', '121732.295000', '121732.298000', '121732.300000', '121732.303000', '121732.306000', '121732.310000', '121732.314000', '121732.317000', '121732.320000', '121732.323000', '121732.325000', '121732.328000', '121732.331000', '121732.334000', '121732.337000', '121732.340000', '121732.343000', '121732.346000', '121732.349000', '121732.352000', '121732.355000', '121732.358000', '121732.361000', '121732.364000', '121732.367000', '121732.370000', '121732.373000', '121732.376000', '121732.379000', '121752.252000', '121752.255000', '121752.258000', '121752.261000', '121752.264000', '121752.268000', '121752.271000', '121752.274000', '121752.277000', '121752.280000', '121752.283000', '121752.286000', '121752.289000', '121752.292000', '121752.295000', '121752.298000', '121752.301000', '121752.304000', '121752.307000', '121752.310000', '121752.312000', '121752.315000', '121752.318000', '121752.321000', '121752.324000', '121752.327000', '121752.330000', '121752.333000', '121752.336000', '121752.339000', '121752.342000', '121752.345000', '121752.348000', '121752.351000', '121752.353000', '121752.357000', '121752.359000', '121752.362000', '121752.365000', '121752.368000', '121752.371000', '121752.374000', '121752.377000', '121752.380000', '121812.253000', '121812.256000', '121812.259000', '121812.262000', '121812.265000', '121812.268000', '121812.271000', '121812.274000', '121812.277000', '121812.280000', '121812.283000', '121812.286000', '121812.289000', '121812.292000', '121812.295000', '121812.298000', '121812.301000', '121812.304000', '121812.307000', '121812.310000', '121812.312000', '121812.315000', '121812.318000', '121812.321000', '121812.324000', '121812.327000', '121812.330000', '121812.333000', '121812.336000', '121812.339000', '121812.342000', '121812.345000', '121812.348000', '121812.351000', '121812.354000', '121812.357000', '121812.360000', '121812.367000', '121812.370000', '121812.373000', '121812.376000', '121812.379000', '121812.382000', '121832.254000', '121832.257000', '121832.264000', '121832.267000', '121832.270000', '121832.273000', '121832.276000', '121832.279000', '121832.282000', '121832.302000', '121832.305000', '121832.308000', '121832.311000', '121832.313000', '121832.317000', '121832.319000', '121832.322000', '121832.325000', '121832.328000', '121832.331000', '121832.334000', '121832.337000', '121832.340000', '121832.343000', '121832.346000', '121832.349000', '121832.352000', '121832.355000', '121832.358000', '121832.361000', '121832.364000', '121832.367000', '121832.370000', '121832.373000', '121832.376000', '121832.379000', '121832.382000', '121832.385000', '121832.388000', '121832.391000', '121832.394000', '121832.396000', '121832.399000', '121832.402000', '121852.253000', '121852.256000', '121852.259000', '121852.262000', '121852.265000', '121852.268000', '121852.271000', '121852.274000', '121852.277000', '121852.280000', '121852.283000', '121852.286000', '121852.289000', '121852.292000', '121852.295000', '121852.298000', '121852.301000', '121852.304000', '121852.306000', '121852.309000', '121852.312000', '121852.315000', '121852.318000', '121852.321000', '121852.324000', '121852.327000', '121852.330000', '121852.333000', '121852.336000', '121852.339000', '121852.342000', '121852.345000', '121852.349000', '121852.352000', '121852.355000', '121852.358000', '121852.362000', '121852.364000', '121852.367000', '121852.370000', '121852.373000', '121852.376000', '121852.379000', '121912.253000', '121912.256000', '121912.259000', '121912.262000', '121912.265000', '121912.268000', '121912.271000', '121912.274000', '121912.277000', '121912.280000', '121912.283000', '121912.286000', '121912.289000', '121912.292000', '121912.295000', '121912.298000', '121912.301000', '121912.304000', '121912.307000', '121912.310000', '121912.313000', '121912.316000', '121912.319000', '121912.322000', '121912.325000', '121912.328000', '121912.331000', '121912.333000', '121912.336000', '121912.339000', '121912.342000', '121912.345000', '121912.348000', '121912.351000', '121912.354000', '121912.357000', '121912.360000', '121912.363000', '121912.366000', '121912.368000', '121912.371000', '121912.374000', '121912.377000', '121912.380000', '121932.253000', '121932.256000', '121932.259000', '121932.262000', '121932.265000', '121932.268000', '121932.271000', '121932.274000', '121932.277000', '121932.280000', '121932.283000', '121932.286000', '121932.289000', '121932.292000', '121932.295000', '121932.298000', '121932.301000', '121932.304000', '121932.307000', '121932.310000', '121932.313000', '121932.316000', '121932.319000', '121932.322000', '121932.324000', '121932.327000', '121932.330000', '121932.333000', '121932.336000', '121932.339000', '121932.342000', '121932.345000', '121932.352000', '121932.354000', '121932.357000', '121932.361000', '121932.364000', '121932.366000', '121932.369000', '121932.372000', '121932.375000', '121932.378000', '121932.381000', '121952.253000', '121952.256000', '121952.259000', '121952.262000', '121952.265000', '121952.268000', '121952.271000', '121952.274000', '121952.277000', '121952.280000', '121952.283000', '121952.286000', '121952.289000', '121952.292000', '121952.295000', '121952.297000', '121952.301000', '121952.303000', '121952.306000', '121952.309000', '121952.313000', '121952.315000', '121952.318000', '121952.321000', '121952.324000', '121952.327000', '121952.330000', '121952.333000', '121952.336000', '121952.339000', '121952.342000', '121952.345000', '121952.348000', '121952.351000', '121952.378000', '121952.381000', '121952.384000', '121952.387000', '121952.390000', '121952.393000', '121952.396000', '121952.399000', '121952.402000', '121952.404000', '122012.252000', '122012.255000', '122012.258000', '122012.261000', '122012.264000', '122012.267000', '122012.270000', '122012.273000', '122012.276000', '122012.279000', '122012.282000', '122012.285000', '122012.288000', '122012.290000', '122012.293000', '122012.296000', '122012.299000', '122012.302000', '122012.305000', '122012.308000', '122012.311000', '122012.314000', '122012.317000', '122012.320000', '122012.323000', '122012.326000', '122012.329000', '122012.331000', '122012.334000', '122012.337000', '122012.340000', '122012.343000', '122012.346000', '122012.349000', '122012.352000', '122012.355000', '122012.359000', '122012.362000', '122012.365000', '122012.368000', '122012.371000', '122012.374000', '122012.377000', '122032.253000', '122032.256000', '122032.259000', '122032.262000', '122032.265000', '122032.268000', '122032.271000', '122032.274000', '122032.277000', '122032.280000', '122032.283000', '122032.286000', '122032.289000', '122032.292000', '122032.295000', '122032.298000', '122032.301000', '122032.304000', '122032.307000', '122032.310000', '122032.313000', '122032.316000', '122032.318000', '122032.321000', '122032.324000', '122032.327000', '122032.330000', '122032.333000', '122032.336000', '122032.339000', '122032.342000', '122032.345000', '122032.348000', '122032.351000', '122032.354000', '122032.357000', '122032.360000', '122032.367000', '122032.370000', '122032.373000', '122032.376000', '122032.379000', '122032.382000', '122032.385000', '122052.253000', '122052.256000', '122052.259000', '122052.262000', '122052.265000', '122052.268000', '122052.271000', '122052.274000', '122052.277000', '122052.280000', '122052.283000', '122052.286000', '122052.289000', '122052.292000', '122052.295000', '122052.298000', '122052.300000', '122052.304000', '122052.306000', '122052.309000', '122052.312000', '122052.315000', '122052.318000', '122052.321000', '122052.324000', '122052.327000', '122052.330000', '122052.333000', '122052.336000', '122052.339000', '122052.342000', '122052.345000', '122052.348000', '122052.351000', '122052.354000', '122052.357000', '122052.359000', '122052.363000', '122052.365000', '122052.368000', '122052.371000', '122052.374000', '122052.377000', '122112.253000', '122112.256000', '122112.260000', '122112.263000', '122112.266000', '122112.269000', '122112.272000', '122112.275000', '122112.278000', '122112.280000', '122112.283000', '122112.286000', '122112.289000', '122112.292000', '122112.295000', '122112.298000', '122112.301000', '122112.304000', '122112.307000', '122112.310000', '122112.313000', '122112.316000', '122112.319000', '122112.322000', '122112.325000', '122112.328000', '122112.331000', '122112.334000', '122112.337000', '122112.339000', '122112.342000', '122112.358000', '122112.361000', '122112.364000', '122112.367000', '122112.370000', '122112.373000', '122112.376000', '122112.379000', '122112.382000', '122112.385000', '122112.388000', '122112.391000', '122132.253000', '122132.256000', '122132.259000', '122132.262000', '122132.265000', '122132.268000', '122132.271000', '122132.274000', '122132.277000', '122132.280000', '122132.283000', '122132.286000', '122132.289000', '122132.292000', '122132.295000', '122132.298000', '122132.301000', '122132.304000', '122132.306000', '122132.309000', '122132.312000', '122132.315000', '122132.318000', '122132.321000', '122132.324000', '122132.327000', '122132.330000', '122132.333000', '122132.336000', '122132.339000', '122132.342000', '122132.344000', '122132.347000', '122132.350000', '122132.353000', '122132.356000', '122132.359000', '122132.362000', '122132.365000', '122132.368000', '122132.371000', '122132.374000', '122132.377000', '122132.380000', '122152.253000', '122152.256000', '122152.259000', '122152.263000', '122152.266000', '122152.269000', '122152.272000', '122152.275000', '122152.278000', '122152.281000', '122152.284000', '122152.286000', '122152.289000', '122152.292000', '122152.295000', '122152.298000', '122152.301000', '122152.305000', '122152.308000', '122152.311000', '122152.313000', '122152.317000', '122152.319000', '122152.322000', '122152.325000', '122152.328000', '122152.331000', '122152.334000', '122152.337000', '122152.340000', '122152.343000', '122152.346000', '122152.349000', '122152.352000', '122152.355000', '122152.358000', '122152.361000', '122152.364000', '122152.367000', '122152.370000', '122152.372000', '122152.376000', '122152.379000', '122212.253000', '122212.256000', '122212.259000', '122212.262000', '122212.265000', '122212.268000', '122212.271000', '122212.274000', '122212.277000', '122212.280000', '122212.283000', '122212.286000', '122212.289000', '122212.292000', '122212.295000', '122212.298000', '122212.301000', '122212.304000', '122212.307000', '122212.309000', '122212.312000', '122212.315000', '122212.318000', '122212.321000', '122212.324000', '122212.327000', '122212.330000', '122212.333000', '122212.336000', '122212.339000', '122212.342000', '122212.345000', '122212.348000', '122212.351000', '122212.354000', '122212.357000', '122212.360000', '122212.363000', '122212.366000', '122212.368000', '122212.372000', '122212.375000', '122212.385000', '122212.388000', '122232.252000', '122232.255000', '122232.258000', '122232.261000', '122232.264000', '122232.267000', '122232.270000', '122232.273000', '122232.276000', '122232.279000', '122232.282000', '122232.285000', '122232.289000', '122232.292000', '122232.295000', '122232.298000', '122232.301000', '122232.304000', '122232.307000', '122232.310000', '122232.313000', '122232.315000', '122232.318000', '122232.321000', '122232.324000', '122232.327000', '122232.330000', '122232.333000', '122232.336000', '122232.339000', '122232.342000', '122232.345000', '122232.348000', '122232.351000', '122232.353000', '122232.356000', '122232.360000', '122232.362000', '122232.365000', '122232.368000', '122232.371000', '122232.374000', '122232.385000', '122252.253000', '122252.256000', '122252.259000', '122252.262000', '122252.265000', '122252.268000', '122252.271000', '122252.279000', '122252.282000', '122252.285000', '122252.288000', '122252.291000', '122252.294000', '122252.297000', '122252.300000', '122252.303000', '122252.306000', '122252.309000', '122252.312000', '122252.315000', '122252.317000', '122252.320000', '122252.323000', '122252.326000', '122252.329000', '122252.332000', '122252.335000', '122252.338000', '122252.341000', '122252.344000', '122252.347000', '122252.350000', '122252.353000', '122252.356000', '122252.359000', '122252.362000', '122252.365000', '122252.368000', '122252.371000', '122252.374000', '122252.376000', '122252.379000', '122252.382000', '122252.385000', '122312.253000', '122312.256000', '122312.259000', '122312.262000', '122312.265000', '122312.268000', '122312.271000', '122312.274000', '122312.277000', '122312.280000', '122312.283000', '122312.286000', '122312.289000', '122312.292000', '122312.295000', '122312.300000', '122312.304000', '122312.307000', '122312.310000', '122312.326000', '122312.329000', '122312.332000', '122312.335000', '122312.338000', '122312.341000', '122312.344000', '122312.347000', '122312.350000', '122312.353000', '122312.356000', '122312.358000', '122312.361000', '122312.364000', '122312.367000', '122312.370000', '122312.373000', '122312.376000', '122312.379000', '122312.382000', '122312.385000', '122312.388000', '122312.391000', '122312.394000', '122332.253000', '122332.256000', '122332.259000', '122332.262000', '122332.265000', '122332.268000', '122332.271000', '122332.274000', '122332.277000', '122332.280000', '122332.283000', '122332.286000', '122332.289000', '122332.292000', '122332.295000', '122332.298000', '122332.301000', '122332.303000', '122332.307000', '122332.309000', '122332.312000', '122332.315000', '122332.318000', '122332.321000', '122332.324000', '122332.327000', '122332.330000', '122332.333000', '122332.336000', '122332.339000', '122332.342000', '122332.345000', '122332.347000', '122332.350000', '122332.353000', '122332.356000', '122332.359000', '122332.362000', '122332.365000', '122332.368000', '122332.371000', '122332.374000', '122332.377000', '122332.380000', '122352.253000', '122352.256000', '122352.260000', '122352.264000', '122352.267000', '122352.270000', '122352.273000', '122352.276000', '122352.279000', '122352.282000', '122352.285000', '122352.288000', '122352.291000', '122352.294000', '122352.296000', '122352.299000', '122352.302000', '122352.305000', '122352.308000', '122352.311000', '122352.314000', '122352.317000', '122352.320000', '122352.323000', '122352.352000', '122352.355000', '122352.358000', '122352.361000', '122352.364000', '122352.367000', '122352.370000', '122352.372000', '122352.375000', '122352.378000', '122352.381000', '122352.384000', '122352.387000', '122352.390000', '122352.393000', '122352.396000', '122352.399000', '122352.402000', '122352.405000', '122410.345000', '122410.348000', '122410.351000', '122410.355000', '122410.358000', '122410.361000', '122410.364000', '122410.367000', '122410.370000', '122410.373000', '122410.377000', '122410.380000', '122410.383000', '122410.386000', '122410.389000', '122410.392000', '122410.394000', '122410.398000', '122410.401000', '122410.404000', '122410.407000', '122410.410000', '122410.413000', '122410.416000', '122410.419000', '122410.423000', '122410.426000', '122410.428000', '122410.432000', '122410.435000', '122410.438000', '122410.441000', '122410.444000', '122410.447000', '122410.450000', '122410.453000', '122410.456000', '122410.459000', '122410.462000', '122410.465000'], 'InstanceCreationTime': ['121412.290000', '121412.293000', '121412.296000', '121412.299000', '121412.303000', '121412.316000', '121412.318000', '121412.321000', '121412.324000', '121412.327000', '121412.330000', '121412.333000', '121412.336000', '121412.346000', '121412.349000', '121412.352000', '121412.355000', '121412.364000', '121412.367000', '121412.370000', '121412.373000', '121432.253000', '121432.256000', '121432.259000', '121432.262000', '121432.265000', '121432.267000', '121432.270000', '121432.273000', '121432.276000', '121432.279000', '121432.282000', '121432.285000', '121432.288000', '121432.291000', '121432.293000', '121432.296000', '121432.300000', '121432.302000', '121432.305000', '121432.308000', '121432.311000', '121432.314000', '121432.317000', '121432.320000', '121432.323000', '121432.326000', '121432.329000', '121432.332000', '121432.335000', '121432.338000', '121432.341000', '121432.343000', '121432.346000', '121432.349000', '121432.352000', '121432.355000', '121432.358000', '121432.364000', '121432.367000', '121432.370000', '121432.373000', '121432.376000', '121432.379000', '121432.388000', '121452.253000', '121452.256000', '121452.259000', '121452.262000', '121452.265000', '121452.268000', '121452.271000', '121452.274000', '121452.276000', '121452.279000', '121452.282000', '121452.285000', '121452.289000', '121452.291000', '121452.295000', '121452.298000', '121452.300000', '121452.303000', '121452.306000', '121452.309000', '121452.312000', '121452.315000', '121452.318000', '121452.321000', '121452.324000', '121452.327000', '121452.330000', '121452.333000', '121452.336000', '121452.339000', '121452.342000', '121452.361000', '121452.364000', '121452.367000', '121452.370000', '121452.373000', '121452.376000', '121452.379000', '121452.382000', '121452.384000', '121452.387000', '121452.390000', '121452.393000', '121512.253000', '121512.256000', '121512.259000', '121512.262000', '121512.265000', '121512.268000', '121512.271000', '121512.274000', '121512.277000', '121512.280000', '121512.283000', '121512.286000', '121512.289000', '121512.291000', '121512.294000', '121512.297000', '121512.300000', '121512.303000', '121512.306000', '121512.309000', '121512.312000', '121512.315000', '121512.318000', '121512.321000', '121512.324000', '121512.327000', '121512.329000', '121512.332000', '121512.335000', '121512.338000', '121512.341000', '121512.344000', '121512.347000', '121512.350000', '121512.353000', '121512.356000', '121512.359000', '121512.362000', '121512.364000', '121512.367000', '121512.370000', '121512.373000', '121512.376000', '121512.379000', '121532.252000', '121532.255000', '121532.258000', '121532.261000', '121532.264000', '121532.267000', '121532.270000', '121532.273000', '121532.276000', '121532.279000', '121532.290000', '121532.293000', '121532.296000', '121532.299000', '121532.302000', '121532.305000', '121532.308000', '121532.311000', '121532.314000', '121532.316000', '121532.319000', '121532.322000', '121532.325000', '121532.328000', '121532.331000', '121532.334000', '121532.337000', '121532.340000', '121532.343000', '121532.346000', '121532.349000', '121532.352000', '121532.355000', '121532.358000', '121532.361000', '121532.364000', '121532.367000', '121532.370000', '121532.373000', '121532.376000', '121532.379000', '121532.382000', '121532.385000', '121552.252000', '121552.255000', '121552.258000', '121552.266000', '121552.269000', '121552.272000', '121552.275000', '121552.278000', '121552.281000', '121552.284000', '121552.287000', '121552.290000', '121552.293000', '121552.296000', '121552.299000', '121552.301000', '121552.313000', '121552.316000', '121552.319000', '121552.322000', '121552.325000', '121552.328000', '121552.331000', '121552.334000', '121552.337000', '121552.340000', '121552.343000', '121552.347000', '121552.349000', '121552.352000', '121552.355000', '121552.358000', '121552.361000', '121552.364000', '121552.367000', '121552.370000', '121552.373000', '121552.376000', '121552.379000', '121552.382000', '121552.385000', '121552.387000', '121552.391000', '121552.394000', '121612.253000', '121612.256000', '121612.259000', '121612.262000', '121612.265000', '121612.268000', '121612.272000', '121612.275000', '121612.278000', '121612.281000', '121612.284000', '121612.287000', '121612.290000', '121612.293000', '121612.296000', '121612.299000', '121612.302000', '121612.327000', '121612.330000', '121612.333000', '121612.336000', '121612.339000', '121612.342000', '121612.345000', '121612.348000', '121612.351000', '121612.354000', '121612.357000', '121612.360000', '121612.363000', '121612.366000', '121612.369000', '121612.371000', '121612.374000', '121612.378000', '121612.380000', '121612.383000', '121612.386000', '121612.389000', '121612.392000', '121612.395000', '121612.398000', '121612.401000', '121632.253000', '121632.256000', '121632.259000', '121632.262000', '121632.265000', '121632.268000', '121632.271000', '121632.274000', '121632.277000', '121632.280000', '121632.283000', '121632.286000', '121632.289000', '121632.292000', '121632.295000', '121632.298000', '121632.300000', '121632.304000', '121632.306000', '121632.309000', '121632.312000', '121632.315000', '121632.318000', '121632.321000', '121632.324000', '121632.327000', '121632.330000', '121632.333000', '121632.336000', '121632.339000', '121632.342000', '121632.345000', '121632.347000', '121632.350000', '121632.353000', '121632.356000', '121632.359000', '121632.362000', '121632.365000', '121632.368000', '121632.371000', '121632.374000', '121632.377000', '121632.380000', '121652.253000', '121652.256000', '121652.259000', '121652.262000', '121652.265000', '121652.268000', '121652.271000', '121652.274000', '121652.277000', '121652.280000', '121652.282000', '121652.285000', '121652.288000', '121652.291000', '121652.294000', '121652.297000', '121652.300000', '121652.303000', '121652.306000', '121652.309000', '121652.312000', '121652.315000', '121652.318000', '121652.321000', '121652.324000', '121652.327000', '121652.329000', '121652.345000', '121652.348000', '121652.351000', '121652.355000', '121652.358000', '121652.361000', '121652.364000', '121652.367000', '121652.370000', '121652.372000', '121652.375000', '121652.378000', '121652.381000', '121652.384000', '121652.397000', '121652.400000', '121712.253000', '121712.256000', '121712.259000', '121712.262000', '121712.265000', '121712.268000', '121712.271000', '121712.274000', '121712.277000', '121712.280000', '121712.283000', '121712.285000', '121712.289000', '121712.291000', '121712.294000', '121712.297000', '121712.300000', '121712.303000', '121712.306000', '121712.309000', '121712.312000', '121712.315000', '121712.318000', '121712.321000', '121712.324000', '121712.327000', '121712.330000', '121712.333000', '121712.336000', '121712.339000', '121712.342000', '121712.345000', '121712.348000', '121712.356000', '121712.359000', '121712.362000', '121712.365000', '121712.368000', '121712.371000', '121712.374000', '121712.377000', '121712.380000', '121712.383000', '121712.386000', '121732.253000', '121732.256000', '121732.259000', '121732.262000', '121732.265000', '121732.268000', '121732.271000', '121732.274000', '121732.277000', '121732.280000', '121732.283000', '121732.286000', '121732.289000', '121732.292000', '121732.295000', '121732.298000', '121732.300000', '121732.303000', '121732.306000', '121732.310000', '121732.314000', '121732.317000', '121732.320000', '121732.323000', '121732.325000', '121732.328000', '121732.331000', '121732.334000', '121732.337000', '121732.340000', '121732.343000', '121732.346000', '121732.349000', '121732.352000', '121732.355000', '121732.358000', '121732.361000', '121732.364000', '121732.367000', '121732.370000', '121732.373000', '121732.376000', '121732.379000', '121752.252000', '121752.255000', '121752.258000', '121752.261000', '121752.264000', '121752.268000', '121752.271000', '121752.274000', '121752.277000', '121752.280000', '121752.283000', '121752.286000', '121752.289000', '121752.292000', '121752.295000', '121752.298000', '121752.301000', '121752.304000', '121752.307000', '121752.310000', '121752.312000', '121752.315000', '121752.318000', '121752.321000', '121752.324000', '121752.327000', '121752.330000', '121752.333000', '121752.336000', '121752.339000', '121752.342000', '121752.345000', '121752.348000', '121752.351000', '121752.353000', '121752.357000', '121752.359000', '121752.362000', '121752.365000', '121752.368000', '121752.371000', '121752.374000', '121752.377000', '121752.380000', '121812.253000', '121812.256000', '121812.259000', '121812.262000', '121812.265000', '121812.268000', '121812.271000', '121812.274000', '121812.277000', '121812.280000', '121812.283000', '121812.286000', '121812.289000', '121812.292000', '121812.295000', '121812.298000', '121812.301000', '121812.304000', '121812.307000', '121812.310000', '121812.312000', '121812.315000', '121812.318000', '121812.321000', '121812.324000', '121812.327000', '121812.330000', '121812.333000', '121812.336000', '121812.339000', '121812.342000', '121812.345000', '121812.348000', '121812.351000', '121812.354000', '121812.357000', '121812.360000', '121812.367000', '121812.370000', '121812.373000', '121812.376000', '121812.379000', '121812.382000', '121832.254000', '121832.257000', '121832.264000', '121832.267000', '121832.270000', '121832.273000', '121832.276000', '121832.279000', '121832.282000', '121832.302000', '121832.305000', '121832.308000', '121832.311000', '121832.313000', '121832.317000', '121832.319000', '121832.322000', '121832.325000', '121832.328000', '121832.331000', '121832.334000', '121832.337000', '121832.340000', '121832.343000', '121832.346000', '121832.349000', '121832.352000', '121832.355000', '121832.358000', '121832.361000', '121832.364000', '121832.367000', '121832.370000', '121832.373000', '121832.376000', '121832.379000', '121832.382000', '121832.385000', '121832.388000', '121832.391000', '121832.394000', '121832.396000', '121832.399000', '121832.402000', '121852.253000', '121852.256000', '121852.259000', '121852.262000', '121852.265000', '121852.268000', '121852.271000', '121852.274000', '121852.277000', '121852.280000', '121852.283000', '121852.286000', '121852.289000', '121852.292000', '121852.295000', '121852.298000', '121852.301000', '121852.304000', '121852.306000', '121852.309000', '121852.312000', '121852.315000', '121852.318000', '121852.321000', '121852.324000', '121852.327000', '121852.330000', '121852.333000', '121852.336000', '121852.339000', '121852.342000', '121852.345000', '121852.349000', '121852.352000', '121852.355000', '121852.358000', '121852.362000', '121852.364000', '121852.367000', '121852.370000', '121852.373000', '121852.376000', '121852.379000', '121912.253000', '121912.256000', '121912.259000', '121912.262000', '121912.265000', '121912.268000', '121912.271000', '121912.274000', '121912.277000', '121912.280000', '121912.283000', '121912.286000', '121912.289000', '121912.292000', '121912.295000', '121912.298000', '121912.301000', '121912.304000', '121912.307000', '121912.310000', '121912.313000', '121912.316000', '121912.319000', '121912.322000', '121912.325000', '121912.328000', '121912.331000', '121912.333000', '121912.336000', '121912.339000', '121912.342000', '121912.345000', '121912.348000', '121912.351000', '121912.354000', '121912.357000', '121912.360000', '121912.363000', '121912.366000', '121912.368000', '121912.371000', '121912.374000', '121912.377000', '121912.380000', '121932.253000', '121932.256000', '121932.259000', '121932.262000', '121932.265000', '121932.268000', '121932.271000', '121932.274000', '121932.277000', '121932.280000', '121932.283000', '121932.286000', '121932.289000', '121932.292000', '121932.295000', '121932.298000', '121932.301000', '121932.304000', '121932.307000', '121932.310000', '121932.313000', '121932.316000', '121932.319000', '121932.322000', '121932.324000', '121932.327000', '121932.330000', '121932.333000', '121932.336000', '121932.339000', '121932.342000', '121932.345000', '121932.352000', '121932.354000', '121932.357000', '121932.361000', '121932.364000', '121932.366000', '121932.369000', '121932.372000', '121932.375000', '121932.378000', '121932.381000', '121952.253000', '121952.256000', '121952.259000', '121952.262000', '121952.265000', '121952.268000', '121952.271000', '121952.274000', '121952.277000', '121952.280000', '121952.283000', '121952.286000', '121952.289000', '121952.292000', '121952.295000', '121952.297000', '121952.301000', '121952.303000', '121952.306000', '121952.309000', '121952.313000', '121952.315000', '121952.318000', '121952.321000', '121952.324000', '121952.327000', '121952.330000', '121952.333000', '121952.336000', '121952.339000', '121952.342000', '121952.345000', '121952.348000', '121952.351000', '121952.378000', '121952.381000', '121952.384000', '121952.387000', '121952.390000', '121952.393000', '121952.396000', '121952.399000', '121952.402000', '121952.404000', '122012.252000', '122012.255000', '122012.258000', '122012.261000', '122012.264000', '122012.267000', '122012.270000', '122012.273000', '122012.276000', '122012.279000', '122012.282000', '122012.285000', '122012.288000', '122012.290000', '122012.293000', '122012.296000', '122012.299000', '122012.302000', '122012.305000', '122012.308000', '122012.311000', '122012.314000', '122012.317000', '122012.320000', '122012.323000', '122012.326000', '122012.329000', '122012.331000', '122012.334000', '122012.337000', '122012.340000', '122012.343000', '122012.346000', '122012.349000', '122012.352000', '122012.355000', '122012.359000', '122012.362000', '122012.365000', '122012.368000', '122012.371000', '122012.374000', '122012.377000', '122032.253000', '122032.256000', '122032.259000', '122032.262000', '122032.265000', '122032.268000', '122032.271000', '122032.274000', '122032.277000', '122032.280000', '122032.283000', '122032.286000', '122032.289000', '122032.292000', '122032.295000', '122032.298000', '122032.301000', '122032.304000', '122032.307000', '122032.310000', '122032.313000', '122032.316000', '122032.318000', '122032.321000', '122032.324000', '122032.327000', '122032.330000', '122032.333000', '122032.336000', '122032.339000', '122032.342000', '122032.345000', '122032.348000', '122032.351000', '122032.354000', '122032.357000', '122032.360000', '122032.367000', '122032.370000', '122032.373000', '122032.376000', '122032.379000', '122032.382000', '122032.385000', '122052.253000', '122052.256000', '122052.259000', '122052.262000', '122052.265000', '122052.268000', '122052.271000', '122052.274000', '122052.277000', '122052.280000', '122052.283000', '122052.286000', '122052.289000', '122052.292000', '122052.295000', '122052.298000', '122052.300000', '122052.304000', '122052.306000', '122052.309000', '122052.312000', '122052.315000', '122052.318000', '122052.321000', '122052.324000', '122052.327000', '122052.330000', '122052.333000', '122052.336000', '122052.339000', '122052.342000', '122052.345000', '122052.348000', '122052.351000', '122052.354000', '122052.357000', '122052.359000', '122052.363000', '122052.365000', '122052.368000', '122052.371000', '122052.374000', '122052.377000', '122112.253000', '122112.256000', '122112.260000', '122112.263000', '122112.266000', '122112.269000', '122112.272000', '122112.275000', '122112.278000', '122112.280000', '122112.283000', '122112.286000', '122112.289000', '122112.292000', '122112.295000', '122112.298000', '122112.301000', '122112.304000', '122112.307000', '122112.310000', '122112.313000', '122112.316000', '122112.319000', '122112.322000', '122112.325000', '122112.328000', '122112.331000', '122112.334000', '122112.337000', '122112.339000', '122112.342000', '122112.358000', '122112.361000', '122112.364000', '122112.367000', '122112.370000', '122112.373000', '122112.376000', '122112.379000', '122112.382000', '122112.385000', '122112.388000', '122112.391000', '122132.253000', '122132.256000', '122132.259000', '122132.262000', '122132.265000', '122132.268000', '122132.271000', '122132.274000', '122132.277000', '122132.280000', '122132.283000', '122132.286000', '122132.289000', '122132.292000', '122132.295000', '122132.298000', '122132.301000', '122132.304000', '122132.306000', '122132.309000', '122132.312000', '122132.315000', '122132.318000', '122132.321000', '122132.324000', '122132.327000', '122132.330000', '122132.333000', '122132.336000', '122132.339000', '122132.342000', '122132.344000', '122132.347000', '122132.350000', '122132.353000', '122132.356000', '122132.359000', '122132.362000', '122132.365000', '122132.368000', '122132.371000', '122132.374000', '122132.377000', '122132.380000', '122152.253000', '122152.256000', '122152.259000', '122152.263000', '122152.266000', '122152.269000', '122152.272000', '122152.275000', '122152.278000', '122152.281000', '122152.284000', '122152.286000', '122152.289000', '122152.292000', '122152.295000', '122152.298000', '122152.301000', '122152.305000', '122152.308000', '122152.311000', '122152.313000', '122152.317000', '122152.319000', '122152.322000', '122152.325000', '122152.328000', '122152.331000', '122152.334000', '122152.337000', '122152.340000', '122152.343000', '122152.346000', '122152.349000', '122152.352000', '122152.355000', '122152.358000', '122152.361000', '122152.364000', '122152.367000', '122152.370000', '122152.372000', '122152.376000', '122152.379000', '122212.253000', '122212.256000', '122212.259000', '122212.262000', '122212.265000', '122212.268000', '122212.271000', '122212.274000', '122212.277000', '122212.280000', '122212.283000', '122212.286000', '122212.289000', '122212.292000', '122212.295000', '122212.298000', '122212.301000', '122212.304000', '122212.307000', '122212.309000', '122212.312000', '122212.315000', '122212.318000', '122212.321000', '122212.324000', '122212.327000', '122212.330000', '122212.333000', '122212.336000', '122212.339000', '122212.342000', '122212.345000', '122212.348000', '122212.351000', '122212.354000', '122212.357000', '122212.360000', '122212.363000', '122212.366000', '122212.368000', '122212.372000', '122212.375000', '122212.385000', '122212.388000', '122232.252000', '122232.255000', '122232.258000', '122232.261000', '122232.264000', '122232.267000', '122232.270000', '122232.273000', '122232.276000', '122232.279000', '122232.282000', '122232.285000', '122232.289000', '122232.292000', '122232.295000', '122232.298000', '122232.301000', '122232.304000', '122232.307000', '122232.310000', '122232.313000', '122232.315000', '122232.318000', '122232.321000', '122232.324000', '122232.327000', '122232.330000', '122232.333000', '122232.336000', '122232.339000', '122232.342000', '122232.345000', '122232.348000', '122232.351000', '122232.353000', '122232.356000', '122232.360000', '122232.362000', '122232.365000', '122232.368000', '122232.371000', '122232.374000', '122232.385000', '122252.253000', '122252.256000', '122252.259000', '122252.262000', '122252.265000', '122252.268000', '122252.271000', '122252.279000', '122252.282000', '122252.285000', '122252.288000', '122252.291000', '122252.294000', '122252.297000', '122252.300000', '122252.303000', '122252.306000', '122252.309000', '122252.312000', '122252.315000', '122252.317000', '122252.320000', '122252.323000', '122252.326000', '122252.329000', '122252.332000', '122252.335000', '122252.338000', '122252.341000', '122252.344000', '122252.347000', '122252.350000', '122252.353000', '122252.356000', '122252.359000', '122252.362000', '122252.365000', '122252.368000', '122252.371000', '122252.374000', '122252.376000', '122252.379000', '122252.382000', '122252.385000', '122312.253000', '122312.256000', '122312.259000', '122312.262000', '122312.265000', '122312.268000', '122312.271000', '122312.274000', '122312.277000', '122312.280000', '122312.283000', '122312.286000', '122312.289000', '122312.292000', '122312.295000', '122312.300000', '122312.304000', '122312.307000', '122312.310000', '122312.326000', '122312.329000', '122312.332000', '122312.335000', '122312.338000', '122312.341000', '122312.344000', '122312.347000', '122312.350000', '122312.353000', '122312.356000', '122312.358000', '122312.361000', '122312.364000', '122312.367000', '122312.370000', '122312.373000', '122312.376000', '122312.379000', '122312.382000', '122312.385000', '122312.388000', '122312.391000', '122312.394000', '122332.253000', '122332.256000', '122332.259000', '122332.262000', '122332.265000', '122332.268000', '122332.271000', '122332.274000', '122332.277000', '122332.280000', '122332.283000', '122332.286000', '122332.289000', '122332.292000', '122332.295000', '122332.298000', '122332.301000', '122332.303000', '122332.307000', '122332.309000', '122332.312000', '122332.315000', '122332.318000', '122332.321000', '122332.324000', '122332.327000', '122332.330000', '122332.333000', '122332.336000', '122332.339000', '122332.342000', '122332.345000', '122332.347000', '122332.350000', '122332.353000', '122332.356000', '122332.359000', '122332.362000', '122332.365000', '122332.368000', '122332.371000', '122332.374000', '122332.377000', '122332.380000', '122352.253000', '122352.256000', '122352.260000', '122352.264000', '122352.267000', '122352.270000', '122352.273000', '122352.276000', '122352.279000', '122352.282000', '122352.285000', '122352.288000', '122352.291000', '122352.294000', '122352.296000', '122352.299000', '122352.302000', '122352.305000', '122352.308000', '122352.311000', '122352.314000', '122352.317000', '122352.320000', '122352.323000', '122352.352000', '122352.355000', '122352.358000', '122352.361000', '122352.364000', '122352.367000', '122352.370000', '122352.372000', '122352.375000', '122352.378000', '122352.381000', '122352.384000', '122352.387000', '122352.390000', '122352.393000', '122352.396000', '122352.399000', '122352.402000', '122352.405000', '122410.345000', '122410.348000', '122410.351000', '122410.355000', '122410.358000', '122410.361000', '122410.364000', '122410.367000', '122410.370000', '122410.373000', '122410.377000', '122410.380000', '122410.383000', '122410.386000', '122410.389000', '122410.392000', '122410.394000', '122410.398000', '122410.401000', '122410.404000', '122410.407000', '122410.410000', '122410.413000', '122410.416000', '122410.419000', '122410.423000', '122410.426000', '122410.428000', '122410.432000', '122410.435000', '122410.438000', '122410.441000', '122410.444000', '122410.447000', '122410.450000', '122410.453000', '122410.456000', '122410.459000', '122410.462000', '122410.465000'], '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, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [13089, 10172, 10765, 12865, 10600, 11352, 13193, 9243, 10417, 10230, 9652, 10772, 10043, 9386, 10545, 10312, 9603, 11177, 10455, 11029, 10127, 9300, 11082, 13981, 10647, 10670, 9667, 10187, 10252, 8758, 10741, 9758, 9497, 10022, 9917, 10693, 10134, 8659, 10873, 10372, 9266, 10940, 10105, 11383, 9868, 8840, 10567, 9963, 9380, 10956, 10517, 10935, 10297, 9466, 10752, 9991, 8966, 10742, 9690, 10781, 10130, 9496, 10743, 9707, 9478, 10409, 9504, 10909, 10497, 9139, 10572, 10512, 8839, 10386, 10404, 9320, 10477, 10276, 9500, 10041, 11611, 9217, 10763, 11430, 9144, 10185, 12325, 8963, 10450, 10038, 9350, 10155, 10187, 9491, 10352, 9987, 9697, 9881, 9740, 9624, 10558, 9974, 10813, 10337, 8783, 10154, 10540, 9252, 10795, 10290, 8805, 10452, 10500, 9638, 10387, 9968, 9408, 10471, 9012, 10787, 10450, 9505, 10636, 10141, 9740, 9998, 10114, 10245, 10048, 9695, 10530, 10036, 9525, 10288, 10435, 9769, 10423, 10184, 9108, 10069, 10592, 9494, 10067, 10285, 9406, 10279, 10484, 9276, 10074, 10486, 9340, 10596, 10710, 8943, 10383, 10603, 10368, 10727, 10050, 8933, 10157, 10962, 9422, 10111, 12611, 9372, 10580, 9911, 9521, 10208, 10783, 9479, 10817, 10382, 9729, 9763, 10230, 9559, 10228, 10813, 10784, 10548, 8953, 10241, 12565, 9958, 10511, 9912, 9503, 9954, 9896, 9816, 10176, 9113, 10914, 10501, 9102, 10577, 10340, 9732, 10527, 10676, 9352, 9744, 11330, 9527, 10120, 12376, 9290, 10015, 9955, 9720, 9915, 10270, 9515, 10268, 8951, 10187, 10363, 10177, 10219, 10500, 9066, 10398, 10029, 9273, 10014, 10471, 9240, 9943, 9902, 9425, 10057, 10012, 9714, 9795, 9006, 10155, 10258, 9427, 10368, 11248, 9881, 9932, 10212, 9758, 10368, 9894, 10376, 10581, 9352, 9920, 9528, 9811, 10331, 9745, 10286, 10170, 9643, 10152, 10007, 9736, 10173, 10442, 10053, 10380, 10036, 10169, 10718, 10010, 10235, 10245, 9232, 10166, 10196, 9431, 9769, 11223, 9365, 9865, 9778, 9787, 10363, 10240, 10170, 10391, 9173, 10308, 10257, 9315, 10262, 10340, 9609, 9637, 9517, 9955, 10909, 10151, 10146, 10581, 9392, 10587, 10454, 9486, 10611, 10203, 9861, 10290, 10014, 10052, 11018, 10966, 9780, 10186, 9593, 10261, 10473, 10105, 10415, 10305, 9707, 10400, 9900, 9816, 10535, 9497, 10712, 11978, 9761, 10151, 9784, 9939, 10357, 10488, 10261, 10378, 9719, 10174, 10286, 9440, 10933, 10883, 9843, 10546, 9803, 10203, 10211, 9280, 10627, 11974, 9691, 10149, 9770, 10148, 10400, 9364, 10625, 10664, 9944, 10415, 9786, 10550, 10941, 10375, 10795, 10149, 9927, 10560, 10109, 11005, 12062, 9895, 10334, 11794, 10583, 10588, 9476, 11242, 12498, 10082, 10640, 9497, 10497, 10741, 10569, 10695, 10361, 9981, 10525, 11034, 9675, 10944, 10256, 10080, 10271, 10592, 9582, 11088, 12414, 10488, 10405, 10781, 9759, 11041, 12472, 9356, 10393, 10159, 9476, 10936, 11082, 10427, 10471, 10374, 10108, 10385, 9258, 10729, 10384, 9370, 10301, 10215, 9291, 10387, 10518, 9491, 10819, 10296, 9344, 10103, 10309, 10224, 11046, 10908, 10257, 10379, 9259, 10373, 10555, 10392, 11098, 10303, 10521, 10254, 9469, 10597, 10840, 10775, 11140, 10209, 10552, 10636, 9554, 11034, 11141, 9686, 11227, 10438, 10102, 10453, 9410, 10888, 10703, 9732, 10794, 10474, 10305, 10426, 9385, 11130, 10909, 10434, 12518, 9239, 10469, 10473, 9554, 11391, 10306, 9423, 10531, 10686, 9555, 11410, 11443, 10081, 11347, 9283, 10634, 11686, 10720, 11629, 11665, 10108, 10652, 9302, 10872, 11236, 9439, 11489, 10664, 10186, 10457, 9235, 11196, 10823, 9577, 11208, 10339, 10465, 10151, 9429, 11544, 11231, 10794, 10838, 9871, 10899, 10627, 10536, 11826, 10293, 9675, 10831, 10872, 9644, 11703, 11238, 10613, 11728, 9354, 11011, 12124, 9330, 11733, 12081, 10440, 10703, 10341, 10900, 10818, 10565, 10954, 10471, 9562, 10934, 11158, 9499, 11641, 11727, 9795, 11027, 10845, 10875, 11456, 11490, 10961, 10798, 9375, 10782, 10694, 9672, 11521, 10942, 10788, 10535, 9429, 10891, 10523, 9513, 11385, 11139, 9941, 10615, 9972, 10995, 10570, 9247, 11310, 11307, 9786, 11336, 11415, 9513, 11300, 10791, 9909, 10537, 11195, 9459, 11519, 11327, 9973, 10397, 9323, 11344, 12718, 10854, 12874, 11228, 10439, 10528, 9264, 11194, 10963, 9443, 10960, 10846, 10082, 11114, 11214, 11142, 11300, 9285, 10953, 10930, 10651, 10816, 10613, 10942, 10201, 9464, 11166, 11311, 9308, 11600, 10467, 10567, 10887, 9320, 11299, 11520, 10278, 11112, 10352, 10164, 11034, 9396, 11499, 11216, 10582, 10230, 9494, 10910, 10912, 9478, 11618, 10614, 10239, 10883, 10652, 10265, 12560, 11760, 9694, 10492, 10413, 8369, 10889, 11587, 9552, 11710, 12307, 11479, 9838, 10676, 11700, 11935, 10565, 11084, 15305, 11700, 13937, 11788, 10862, 15458, 12358, 11012, 11540, 11017, 10502, 10632, 11294, 10498, 9763, 11094, 9798, 9567, 11583, 11381, 9029, 10970, 10830, 10816, 10504, 10076, 10948, 10290, 9459, 11163, 9811, 9268, 10410, 10503, 9788, 11002, 9313, 10087, 10208, 9054, 10230, 10106, 9375, 10104, 10200, 10400, 9998, 10241, 14099, 11838, 10855, 12318, 10335, 14781, 12458, 10263, 11999, 10811, 10387, 9006, 10264, 10009, 9130, 10446, 10261, 10102, 10097, 8901, 10524, 9672, 9151, 10909, 9302, 10048, 10438, 8999, 10491, 10186, 9503, 10109, 9338, 10227, 10325, 9146, 10519, 9884, 10666, 10343, 9104, 10115, 10222, 10999, 10183, 8838, 10408, 9342, 9840, 10380, 9119, 10509, 9821, 10046, 9683, 9407, 10046, 10322, 9736, 10838, 9286, 9669, 10215, 9887, 9759, 9922, 10533, 9479, 11349, 10410, 10670, 9128, 9604, 9514, 11563, 9875, 10732, 10063, 8857, 9893, 9467, 13237, 9027, 11148, 9856, 8466, 9774, 10250, 10486, 10635, 9924, 8849, 10388, 10084, 8832, 10544, 10562, 8743, 10523, 9400, 10655, 9818, 8930, 10344, 10076, 10792, 9874, 9032, 10606, 8945, 9970, 10359, 9507, 10235, 8701, 10480, 9598, 9552, 9733, 9659, 10681, 9587, 9049, 10106, 9815, 10018, 10105, 9056, 9888, 10055, 9723, 9742, 9094, 9664, 11337, 9128, 9909, 8962, 9812, 10220, 9226, 10333, 9653, 9866, 9493, 9161, 10085, 9855, 10358, 9990, 9559, 9671, 9295, 9912, 10236, 9041, 10338, 11177, 9855, 9857, 9410, 10257, 9758, 10038, 10878, 9859, 9569, 8986, 10171, 10515, 10307, 9960, 9138, 9958, 10044, 9283, 10332, 10187, 10130, 9790, 9394, 9839, 9670, 9964, 10195, 9741, 10443, 10606, 9303, 10163, 9722, 10009, 10528, 9215, 10792, 10867, 9880, 10059, 8938, 10188, 10091, 9603, 10527, 9034, 11083, 10633, 9860, 10107, 8998, 10460, 10803, 10054, 10776, 9092, 9815, 11212, 9560, 10163, 9051, 10984, 11242, 9083, 10309, 9762, 9874, 10272, 9052, 10844, 10808, 9728, 10298, 8906, 10299, 10031, 10067, 10508, 9282, 10956, 11143, 9824, 9944, 9156, 10890, 11000, 9226, 11249, 10029, 10149, 10151, 9792, 11116, 10501, 9355, 10422, 10466, 9887, 10758, 10288, 10858, 12123, 9501, 10100, 10346, 10330, 10153, 9027, 10498, 10361, 9687, 10204, 9023, 10578, 10625, 9147, 11092, 9931, 10282, 10229, 9365, 10840, 10678, 10657, 10703, 9281, 10608, 10858, 10336, 10880, 9042, 11156, 14448, 9972, 10061, 10115, 10736, 10728, 9241, 10438, 10653, 9304, 10843, 11274, 10016, 10520, 9565, 10125, 10273, 9129, 11033, 11024, 9445, 10817, 9694, 9909, 10200, 10630, 10495, 10691, 9448, 9922, 11304, 9768, 10306, 9487, 10558, 11270, 9168, 9949, 9786, 9963, 10381, 9861, 10455, 10360, 9183, 10001, 10268, 9049, 10644, 10842, 9904, 10608, 8986, 9887, 10319, 9695, 10267, 9218, 10902, 11207, 9334, 10390, 10048, 10107, 10598, 9192, 11456, 11459, 10552, 10631, 9305, 10464, 9466, 10725, 11297, 11084, 10913, 10094, 10149, 10753, 9457, 10884, 10928, 11139, 10741, 9140, 10605, 10060, 10353, 10588, 9220, 11380, 10790, 10090, 10326, 9188, 10887, 11170, 10638, 11974, 9688, 10666, 11818, 9785, 11098, 10567, 11221, 10148, 9206, 10733, 10052, 10616, 10771, 10488, 10890, 9255, 11249, 11433, 10189, 11031, 10134, 11529, 10316, 9021, 11049, 10438, 10454, 10811, 10422, 10772, 9164, 11748, 12756, 10407, 10657, 9168, 11338, 11403, 11098, 11255, 10309, 10733, 10929, 10287, 11128, 10735, 11505, 11211, 9396, 11045, 10118, 9554, 11209, 11349, 10995, 11137, 9681, 10620, 11069, 10339, 11091, 9223, 11286, 12652, 10776, 10857, 9503, 11167, 10634, 9112, 11732, 11462, 9885, 10997, 9678, 10756, 11680, 10952, 11725, 11570, 10630, 11252, 10481, 11380, 10274, 11487, 11017, 9099, 11095, 10117, 10687, 10427, 9328, 11581, 11077, 10904, 10422, 9252, 10592, 9008, 11204, 11561, 11063, 12837, 9282, 10799, 10544, 10730, 10670, 9143, 11645, 11199, 10706, 10923, 10095, 10833, 9313, 11132, 9417, 11624, 11764, 10846, 10971, 9200, 10797, 10504, 10993, 10554, 9041, 11595, 10795, 10586, 10742, 10381, 11428, 9248, 11248, 12072, 10455, 10686, 8932, 11590, 11590, 9302, 11348, 9536, 11181, 11140, 9395, 11765, 11638, 11096, 10905, 8964, 11059, 10075, 11179, 11422, 10937, 10912, 9122, 11814, 11840, 10690, 10915, 9152, 11309, 10611, 11628, 11126, 8997, 11738, 10575, 10817, 11091, 11087, 11233, 9177, 11839, 11731, 11065, 11245, 10039, 11776, 11473, 11370, 10977, 9579, 11222, 11385, 9353, 11989, 11194, 10101, 11435, 9583, 11101, 11304, 8948, 11326, 11421, 10815, 11108, 8969, 11263, 12775, 11038, 12142, 10132, 11137, 10749, 10821, 10348, 9104], 'WindowCenter': [3999.0, 3952.0, 3950.0, 3957.0, 3937.0, 3933.0, 3942.0, 3910.0, 3921.0, 3920.0, 3911.0, 3920.0, 3909.0, 3909.0, 3921.0, 3920.0, 3921.0, 3931.0, 3921.0, 3920.0, 3909.0, 3898.0, 3919.0, 3940.0, 3907.0, 3906.0, 3895.0, 3905.0, 3906.0, 3885.0, 3905.0, 3896.0, 3895.0, 3906.0, 3907.0, 3917.0, 3906.0, 3886.0, 3917.0, 3906.0, 3894.0, 3906.0, 3905.0, 3915.0, 3904.0, 3883.0, 3905.0, 3895.0, 3899.0, 3917.0, 3906.0, 3916.0, 3908.0, 3895.0, 3917.0, 3908.0, 3895.0, 3916.0, 3897.0, 3906.0, 3907.0, 3895.0, 3916.0, 3896.0, 3894.0, 3917.0, 3896.0, 3920.0, 3918.0, 3896.0, 3918.0, 3918.0, 3898.0, 3922.0, 3921.0, 3909.0, 3921.0, 3919.0, 3909.0, 3921.0, 3931.0, 3897.0, 3917.0, 3918.0, 3895.0, 3906.0, 3927.0, 3896.0, 3906.0, 3894.0, 3895.0, 3905.0, 3906.0, 3897.0, 3906.0, 3906.0, 3908.0, 3908.0, 3908.0, 3908.0, 3917.0, 3908.0, 3916.0, 3907.0, 3884.0, 3905.0, 3907.0, 3895.0, 3916.0, 3908.0, 3895.0, 3917.0, 3918.0, 3906.0, 3907.0, 3907.0, 3898.0, 3918.0, 3895.0, 3916.0, 3907.0, 3907.0, 3907.0, 3907.0, 3906.0, 3908.0, 3906.0, 3919.0, 3910.0, 3909.0, 3919.0, 3909.0, 3908.0, 3919.0, 3919.0, 3909.0, 3920.0, 3920.0, 3898.0, 3907.0, 3906.0, 3908.0, 3906.0, 3906.0, 3896.0, 3906.0, 3907.0, 3894.0, 3907.0, 3919.0, 3896.0, 3907.0, 3918.0, 3896.0, 3908.0, 3919.0, 3909.0, 3918.0, 3909.0, 3896.0, 3907.0, 3906.0, 3895.0, 3906.0, 3916.0, 3894.0, 3906.0, 3906.0, 3895.0, 3905.0, 3917.0, 3907.0, 3918.0, 3919.0, 3906.0, 3907.0, 3908.0, 3909.0, 3908.0, 3917.0, 3917.0, 3918.0, 3895.0, 3906.0, 3928.0, 3895.0, 3906.0, 3894.0, 3905.0, 3905.0, 3894.0, 3906.0, 3907.0, 3897.0, 3916.0, 3920.0, 3898.0, 3919.0, 3920.0, 3909.0, 3920.0, 3920.0, 3908.0, 3908.0, 3919.0, 3908.0, 3907.0, 3929.0, 3898.0, 3906.0, 3906.0, 3896.0, 3906.0, 3908.0, 3907.0, 3906.0, 3894.0, 3906.0, 3905.0, 3906.0, 3907.0, 3919.0, 3897.0, 3919.0, 3906.0, 3896.0, 3908.0, 3919.0, 3897.0, 3906.0, 3906.0, 3895.0, 3906.0, 3907.0, 3908.0, 3907.0, 3897.0, 3918.0, 3919.0, 3896.0, 3908.0, 3918.0, 3908.0, 3907.0, 3909.0, 3908.0, 3906.0, 3896.0, 3907.0, 3907.0, 3896.0, 3905.0, 3905.0, 3906.0, 3906.0, 3896.0, 3918.0, 3918.0, 3907.0, 3920.0, 3909.0, 3908.0, 3921.0, 3920.0, 3910.0, 3918.0, 3909.0, 3908.0, 3919.0, 3909.0, 3919.0, 3919.0, 3908.0, 3921.0, 3909.0, 3897.0, 3908.0, 3918.0, 3897.0, 3906.0, 3907.0, 3907.0, 3908.0, 3906.0, 3907.0, 3905.0, 3893.0, 3905.0, 3905.0, 3895.0, 3906.0, 3905.0, 3894.0, 3906.0, 3905.0, 3906.0, 3916.0, 3907.0, 3909.0, 3919.0, 3897.0, 3919.0, 3918.0, 3908.0, 3918.0, 3920.0, 3909.0, 3918.0, 3919.0, 3909.0, 3918.0, 3918.0, 3910.0, 3919.0, 3909.0, 3919.0, 3918.0, 3908.0, 3918.0, 3920.0, 3909.0, 3920.0, 3909.0, 3907.0, 3919.0, 3907.0, 3918.0, 3930.0, 3909.0, 3908.0, 3907.0, 3907.0, 3920.0, 3918.0, 3919.0, 3919.0, 3908.0, 3919.0, 3919.0, 3907.0, 3919.0, 3918.0, 3908.0, 3919.0, 3906.0, 3906.0, 3906.0, 3895.0, 3905.0, 3917.0, 3907.0, 3907.0, 3905.0, 3907.0, 3906.0, 3895.0, 3905.0, 3906.0, 3906.0, 3918.0, 3907.0, 3918.0, 3931.0, 3920.0, 3932.0, 3922.0, 3920.0, 3920.0, 3921.0, 3920.0, 3930.0, 3909.0, 3919.0, 3930.0, 3919.0, 3918.0, 3897.0, 3918.0, 3929.0, 3908.0, 3917.0, 3907.0, 3918.0, 3917.0, 3916.0, 3919.0, 3919.0, 3908.0, 3931.0, 3919.0, 3908.0, 3920.0, 3919.0, 3919.0, 3920.0, 3918.0, 3907.0, 3919.0, 3930.0, 3910.0, 3907.0, 3917.0, 3896.0, 3916.0, 3917.0, 3895.0, 3905.0, 3904.0, 3893.0, 3904.0, 3904.0, 3905.0, 3904.0, 3905.0, 3905.0, 3904.0, 3893.0, 3905.0, 3904.0, 3894.0, 3906.0, 3905.0, 3894.0, 3917.0, 3905.0, 3894.0, 3917.0, 3907.0, 3896.0, 3907.0, 3907.0, 3907.0, 3917.0, 3917.0, 3906.0, 3907.0, 3896.0, 3907.0, 3917.0, 3916.0, 3918.0, 3906.0, 3918.0, 3918.0, 3907.0, 3918.0, 3916.0, 3918.0, 3917.0, 3919.0, 3917.0, 3917.0, 3906.0, 3929.0, 3917.0, 3907.0, 3918.0, 3919.0, 3918.0, 3918.0, 3907.0, 3930.0, 3918.0, 3909.0, 3919.0, 3921.0, 3921.0, 3920.0, 3908.0, 3919.0, 3918.0, 3907.0, 3929.0, 3895.0, 3904.0, 3905.0, 3894.0, 3917.0, 3919.0, 3909.0, 3920.0, 3918.0, 3908.0, 3930.0, 3928.0, 3919.0, 3918.0, 3897.0, 3917.0, 3928.0, 3906.0, 3917.0, 3918.0, 3906.0, 3906.0, 3894.0, 3915.0, 3915.0, 3894.0, 3915.0, 3906.0, 3906.0, 3917.0, 3894.0, 3917.0, 3916.0, 3907.0, 3917.0, 3908.0, 3920.0, 3918.0, 3908.0, 3929.0, 3918.0, 3920.0, 3921.0, 3909.0, 3919.0, 3920.0, 3919.0, 3931.0, 3921.0, 3921.0, 3932.0, 3932.0, 3921.0, 3932.0, 3931.0, 3922.0, 3931.0, 3899.0, 3918.0, 3930.0, 3897.0, 3917.0, 3929.0, 3917.0, 3918.0, 3905.0, 3917.0, 3917.0, 3916.0, 3919.0, 3918.0, 3909.0, 3918.0, 3918.0, 3907.0, 3929.0, 3930.0, 3908.0, 3919.0, 3919.0, 3918.0, 3927.0, 3917.0, 3919.0, 3918.0, 3896.0, 3918.0, 3916.0, 3908.0, 3916.0, 3917.0, 3919.0, 3918.0, 3895.0, 3918.0, 3917.0, 3905.0, 3929.0, 3919.0, 3907.0, 3919.0, 3907.0, 3918.0, 3917.0, 3897.0, 3919.0, 3919.0, 3909.0, 3919.0, 3917.0, 3908.0, 3930.0, 3931.0, 3919.0, 3920.0, 3930.0, 3910.0, 3931.0, 3932.0, 3919.0, 3919.0, 3896.0, 3917.0, 3927.0, 3905.0, 3926.0, 3904.0, 3905.0, 3904.0, 3892.0, 3916.0, 3905.0, 3895.0, 3917.0, 3917.0, 3918.0, 3928.0, 3917.0, 3918.0, 3918.0, 3896.0, 3917.0, 3916.0, 3917.0, 3915.0, 3905.0, 3917.0, 3906.0, 3894.0, 3917.0, 3917.0, 3896.0, 3928.0, 3919.0, 3919.0, 3919.0, 3908.0, 3919.0, 3917.0, 3908.0, 3918.0, 3908.0, 3907.0, 3916.0, 3895.0, 3916.0, 3916.0, 3906.0, 3905.0, 3895.0, 3917.0, 3916.0, 3908.0, 3930.0, 3934.0, 3935.0, 3933.0, 3933.0, 3921.0, 3954.0, 3945.0, 3923.0, 3936.0, 3935.0, 3901.0, 3932.0, 3918.0, 3908.0, 3929.0, 3929.0, 3918.0, 3910.0, 3919.0, 3929.0, 3918.0, 3918.0, 3916.0, 3939.0, 3904.0, 3924.0, 3903.0, 3891.0, 3911.0, 3898.0, 3886.0, 3875.0, 3874.0, 3875.0, 3875.0, 3886.0, 3888.0, 3877.0, 3901.0, 3879.0, 3879.0, 3901.0, 3901.0, 3880.0, 3902.0, 3901.0, 3902.0, 3905.0, 3893.0, 3904.0, 3905.0, 3895.0, 3917.0, 3907.0, 3907.0, 3918.0, 3917.0, 3920.0, 3931.0, 3910.0, 3932.0, 3932.0, 3912.0, 3934.0, 3935.0, 3923.0, 3934.0, 3947.0, 3935.0, 3924.0, 3934.0, 3956.0, 3944.0, 3921.0, 3931.0, 3908.0, 3940.0, 3930.0, 3909.0, 3917.0, 3917.0, 3906.0, 3895.0, 3904.0, 3905.0, 3895.0, 3905.0, 3906.0, 3917.0, 3907.0, 3896.0, 3917.0, 3896.0, 3895.0, 3905.0, 3894.0, 3895.0, 3904.0, 3884.0, 3904.0, 3904.0, 3896.0, 3906.0, 3895.0, 3906.0, 3917.0, 3896.0, 3917.0, 3906.0, 3917.0, 3907.0, 3895.0, 3906.0, 3907.0, 3917.0, 3906.0, 3894.0, 3916.0, 3895.0, 3906.0, 3919.0, 3908.0, 3919.0, 3919.0, 3919.0, 3919.0, 3908.0, 3921.0, 3920.0, 3910.0, 3931.0, 3909.0, 3909.0, 3933.0, 3922.0, 3921.0, 3933.0, 3945.0, 3922.0, 3941.0, 3932.0, 3934.0, 3921.0, 3910.0, 3909.0, 3930.0, 3910.0, 3921.0, 3919.0, 3909.0, 3907.0, 3909.0, 3941.0, 3899.0, 3930.0, 3909.0, 3897.0, 3906.0, 3919.0, 3907.0, 3906.0, 3908.0, 3897.0, 3918.0, 3905.0, 3895.0, 3905.0, 3916.0, 3885.0, 3904.0, 3893.0, 3904.0, 3904.0, 3883.0, 3905.0, 3906.0, 3916.0, 3904.0, 3894.0, 3905.0, 3894.0, 3905.0, 3905.0, 3894.0, 3905.0, 3884.0, 3917.0, 3907.0, 3905.0, 3907.0, 3910.0, 3920.0, 3909.0, 3908.0, 3921.0, 3919.0, 3921.0, 3920.0, 3898.0, 3908.0, 3908.0, 3908.0, 3909.0, 3897.0, 3907.0, 3918.0, 3909.0, 3908.0, 3897.0, 3908.0, 3917.0, 3907.0, 3920.0, 3909.0, 3919.0, 3908.0, 3909.0, 3919.0, 3919.0, 3919.0, 3920.0, 3910.0, 3909.0, 3908.0, 3919.0, 3918.0, 3909.0, 3919.0, 3930.0, 3920.0, 3918.0, 3908.0, 3918.0, 3907.0, 3908.0, 3918.0, 3908.0, 3908.0, 3896.0, 3918.0, 3917.0, 3907.0, 3919.0, 3908.0, 3920.0, 3918.0, 3910.0, 3919.0, 3919.0, 3921.0, 3920.0, 3909.0, 3919.0, 3910.0, 3921.0, 3919.0, 3909.0, 3933.0, 3931.0, 3910.0, 3919.0, 3908.0, 3907.0, 3919.0, 3908.0, 3919.0, 3918.0, 3907.0, 3918.0, 3897.0, 3918.0, 3906.0, 3908.0, 3918.0, 3896.0, 3929.0, 3919.0, 3918.0, 3919.0, 3907.0, 3930.0, 3919.0, 3918.0, 3920.0, 3909.0, 3918.0, 3918.0, 3907.0, 3918.0, 3896.0, 3917.0, 3917.0, 3898.0, 3918.0, 3907.0, 3908.0, 3918.0, 3897.0, 3918.0, 3917.0, 3910.0, 3918.0, 3896.0, 3907.0, 3906.0, 3907.0, 3916.0, 3895.0, 3918.0, 3919.0, 3907.0, 3906.0, 3894.0, 3928.0, 3917.0, 3908.0, 3929.0, 3922.0, 3921.0, 3920.0, 3920.0, 3931.0, 3930.0, 3910.0, 3931.0, 3931.0, 3922.0, 3931.0, 3919.0, 3930.0, 3930.0, 3910.0, 3922.0, 3918.0, 3918.0, 3917.0, 3898.0, 3919.0, 3918.0, 3908.0, 3917.0, 3897.0, 3917.0, 3917.0, 3907.0, 3929.0, 3919.0, 3920.0, 3931.0, 3921.0, 3943.0, 3932.0, 3932.0, 3932.0, 3923.0, 3932.0, 3932.0, 3921.0, 3931.0, 3909.0, 3931.0, 3954.0, 3922.0, 3921.0, 3919.0, 3930.0, 3919.0, 3909.0, 3919.0, 3918.0, 3909.0, 3930.0, 3930.0, 3919.0, 3919.0, 3907.0, 3919.0, 3916.0, 3908.0, 3917.0, 3918.0, 3919.0, 3933.0, 3924.0, 3922.0, 3920.0, 3930.0, 3930.0, 3920.0, 3910.0, 3919.0, 3931.0, 3908.0, 3919.0, 3907.0, 3917.0, 3917.0, 3909.0, 3908.0, 3908.0, 3918.0, 3919.0, 3907.0, 3920.0, 3921.0, 3909.0, 3920.0, 3918.0, 3908.0, 3932.0, 3918.0, 3908.0, 3918.0, 3897.0, 3906.0, 3905.0, 3905.0, 3905.0, 3893.0, 3916.0, 3915.0, 3905.0, 3918.0, 3917.0, 3919.0, 3930.0, 3908.0, 3931.0, 3930.0, 3932.0, 3932.0, 3910.0, 3918.0, 3908.0, 3931.0, 3918.0, 3919.0, 3918.0, 3919.0, 3918.0, 3917.0, 3909.0, 3930.0, 3928.0, 3929.0, 3931.0, 3909.0, 3930.0, 3919.0, 3931.0, 3930.0, 3909.0, 3941.0, 3932.0, 3921.0, 3920.0, 3908.0, 3930.0, 3931.0, 3920.0, 3930.0, 3908.0, 3920.0, 3929.0, 3907.0, 3929.0, 3918.0, 3929.0, 3919.0, 3909.0, 3929.0, 3920.0, 3931.0, 3930.0, 3918.0, 3929.0, 3907.0, 3929.0, 3930.0, 3918.0, 3930.0, 3918.0, 3929.0, 3918.0, 3909.0, 3931.0, 3931.0, 3931.0, 3931.0, 3930.0, 3930.0, 3908.0, 3930.0, 3941.0, 3919.0, 3920.0, 3907.0, 3930.0, 3931.0, 3930.0, 3930.0, 3918.0, 3930.0, 3917.0, 3917.0, 3928.0, 3918.0, 3929.0, 3931.0, 3922.0, 3944.0, 3933.0, 3922.0, 3944.0, 3943.0, 3934.0, 3943.0, 3923.0, 3932.0, 3931.0, 3922.0, 3931.0, 3909.0, 3931.0, 3939.0, 3917.0, 3918.0, 3907.0, 3928.0, 3917.0, 3908.0, 3940.0, 3942.0, 3932.0, 3942.0, 3922.0, 3932.0, 3941.0, 3931.0, 3941.0, 3931.0, 3930.0, 3930.0, 3918.0, 3929.0, 3916.0, 3929.0, 3918.0, 3909.0, 3930.0, 3919.0, 3930.0, 3930.0, 3909.0, 3930.0, 3930.0, 3933.0, 3932.0, 3910.0, 3919.0, 3908.0, 3931.0, 3929.0, 3930.0, 3940.0, 3908.0, 3919.0, 3917.0, 3928.0, 3918.0, 3907.0, 3929.0, 3930.0, 3918.0, 3917.0, 3918.0, 3918.0, 3906.0, 3928.0, 3907.0, 3929.0, 3929.0, 3931.0, 3930.0, 3909.0, 3931.0, 3930.0, 3931.0, 3930.0, 3909.0, 3941.0, 3931.0, 3932.0, 3931.0, 3931.0, 3940.0, 3909.0, 3931.0, 3941.0, 3921.0, 3929.0, 3909.0, 3941.0, 3930.0, 3911.0, 3931.0, 3919.0, 3929.0, 3930.0, 3920.0, 3942.0, 3929.0, 3930.0, 3930.0, 3909.0, 3929.0, 3907.0, 3928.0, 3928.0, 3931.0, 3919.0, 3896.0, 3928.0, 3928.0, 3918.0, 3918.0, 3906.0, 3928.0, 3929.0, 3941.0, 3943.0, 3923.0, 3945.0, 3934.0, 3944.0, 3942.0, 3943.0, 3942.0, 3910.0, 3941.0, 3943.0, 3944.0, 3943.0, 3921.0, 3942.0, 3942.0, 3942.0, 3933.0, 3921.0, 3931.0, 3943.0, 3921.0, 3945.0, 3944.0, 3935.0, 3944.0, 3922.0, 3944.0, 3944.0, 3912.0, 3932.0, 3933.0, 3932.0, 3932.0, 3909.0, 3928.0, 3940.0, 3918.0, 3930.0, 3909.0, 3916.0, 3917.0, 3915.0, 3906.0, 3895.0], 'WindowWidth': [8914.0, 8838.0, 8829.0, 8833.0, 8807.0, 8792.0, 8804.0, 8755.0, 8770.0, 8769.0, 8758.0, 8768.0, 8753.0, 8753.0, 8771.0, 8772.0, 8773.0, 8785.0, 8773.0, 8769.0, 8752.0, 8737.0, 8764.0, 8797.0, 8746.0, 8742.0, 8728.0, 8741.0, 8743.0, 8713.0, 8740.0, 8729.0, 8726.0, 8742.0, 8748.0, 8761.0, 8745.0, 8717.0, 8760.0, 8744.0, 8725.0, 8742.0, 8742.0, 8754.0, 8738.0, 8709.0, 8742.0, 8727.0, 8737.0, 8759.0, 8745.0, 8757.0, 8748.0, 8729.0, 8761.0, 8748.0, 8727.0, 8756.0, 8734.0, 8743.0, 8745.0, 8729.0, 8756.0, 8729.0, 8726.0, 8759.0, 8731.0, 8767.0, 8761.0, 8732.0, 8764.0, 8763.0, 8734.0, 8776.0, 8771.0, 8755.0, 8772.0, 8767.0, 8751.0, 8770.0, 8785.0, 8733.0, 8759.0, 8764.0, 8728.0, 8743.0, 8776.0, 8731.0, 8743.0, 8727.0, 8728.0, 8741.0, 8746.0, 8733.0, 8745.0, 8745.0, 8749.0, 8750.0, 8749.0, 8749.0, 8761.0, 8750.0, 8758.0, 8744.0, 8713.0, 8739.0, 8745.0, 8730.0, 8756.0, 8747.0, 8728.0, 8760.0, 8761.0, 8746.0, 8749.0, 8750.0, 8735.0, 8762.0, 8730.0, 8757.0, 8746.0, 8747.0, 8747.0, 8748.0, 8744.0, 8750.0, 8746.0, 8765.0, 8754.0, 8754.0, 8765.0, 8753.0, 8748.0, 8764.0, 8765.0, 8753.0, 8768.0, 8770.0, 8738.0, 8748.0, 8745.0, 8749.0, 8744.0, 8745.0, 8730.0, 8744.0, 8745.0, 8726.0, 8745.0, 8764.0, 8731.0, 8747.0, 8762.0, 8733.0, 8750.0, 8766.0, 8754.0, 8764.0, 8751.0, 8731.0, 8747.0, 8744.0, 8727.0, 8742.0, 8758.0, 8723.0, 8742.0, 8743.0, 8728.0, 8742.0, 8760.0, 8748.0, 8764.0, 8767.0, 8746.0, 8748.0, 8751.0, 8751.0, 8749.0, 8762.0, 8759.0, 8763.0, 8728.0, 8743.0, 8776.0, 8729.0, 8742.0, 8728.0, 8741.0, 8742.0, 8726.0, 8744.0, 8745.0, 8733.0, 8758.0, 8770.0, 8737.0, 8765.0, 8768.0, 8755.0, 8769.0, 8768.0, 8749.0, 8750.0, 8767.0, 8750.0, 8747.0, 8780.0, 8734.0, 8744.0, 8745.0, 8731.0, 8743.0, 8749.0, 8748.0, 8743.0, 8727.0, 8744.0, 8741.0, 8743.0, 8747.0, 8764.0, 8733.0, 8765.0, 8745.0, 8731.0, 8748.0, 8766.0, 8733.0, 8745.0, 8745.0, 8727.0, 8743.0, 8748.0, 8749.0, 8749.0, 8737.0, 8765.0, 8766.0, 8732.0, 8749.0, 8763.0, 8750.0, 8746.0, 8751.0, 8749.0, 8744.0, 8732.0, 8746.0, 8746.0, 8729.0, 8741.0, 8742.0, 8744.0, 8744.0, 8731.0, 8763.0, 8762.0, 8747.0, 8767.0, 8754.0, 8751.0, 8771.0, 8772.0, 8755.0, 8763.0, 8753.0, 8750.0, 8763.0, 8754.0, 8767.0, 8765.0, 8751.0, 8771.0, 8752.0, 8733.0, 8748.0, 8765.0, 8734.0, 8743.0, 8748.0, 8745.0, 8747.0, 8746.0, 8744.0, 8739.0, 8722.0, 8741.0, 8740.0, 8726.0, 8743.0, 8741.0, 8726.0, 8746.0, 8744.0, 8744.0, 8758.0, 8746.0, 8753.0, 8764.0, 8732.0, 8765.0, 8763.0, 8748.0, 8763.0, 8769.0, 8752.0, 8763.0, 8767.0, 8751.0, 8764.0, 8764.0, 8754.0, 8765.0, 8753.0, 8765.0, 8765.0, 8750.0, 8764.0, 8768.0, 8754.0, 8768.0, 8754.0, 8748.0, 8767.0, 8749.0, 8762.0, 8781.0, 8752.0, 8749.0, 8748.0, 8746.0, 8768.0, 8764.0, 8765.0, 8765.0, 8751.0, 8765.0, 8767.0, 8748.0, 8764.0, 8767.0, 8750.0, 8764.0, 8744.0, 8744.0, 8744.0, 8727.0, 8743.0, 8763.0, 8745.0, 8745.0, 8741.0, 8745.0, 8743.0, 8728.0, 8742.0, 8746.0, 8743.0, 8763.0, 8750.0, 8766.0, 8784.0, 8770.0, 8789.0, 8775.0, 8771.0, 8770.0, 8774.0, 8770.0, 8784.0, 8756.0, 8766.0, 8783.0, 8764.0, 8765.0, 8733.0, 8760.0, 8784.0, 8750.0, 8759.0, 8747.0, 8764.0, 8759.0, 8759.0, 8766.0, 8766.0, 8750.0, 8785.0, 8767.0, 8751.0, 8768.0, 8768.0, 8767.0, 8767.0, 8767.0, 8748.0, 8763.0, 8786.0, 8753.0, 8747.0, 8764.0, 8731.0, 8755.0, 8762.0, 8728.0, 8741.0, 8738.0, 8724.0, 8739.0, 8738.0, 8741.0, 8738.0, 8741.0, 8741.0, 8740.0, 8722.0, 8740.0, 8740.0, 8727.0, 8744.0, 8743.0, 8726.0, 8761.0, 8741.0, 8726.0, 8761.0, 8748.0, 8732.0, 8747.0, 8749.0, 8746.0, 8759.0, 8760.0, 8745.0, 8747.0, 8731.0, 8746.0, 8762.0, 8759.0, 8763.0, 8747.0, 8764.0, 8764.0, 8747.0, 8764.0, 8759.0, 8762.0, 8761.0, 8766.0, 8761.0, 8761.0, 8745.0, 8781.0, 8762.0, 8747.0, 8762.0, 8768.0, 8765.0, 8765.0, 8748.0, 8783.0, 8764.0, 8754.0, 8767.0, 8774.0, 8770.0, 8769.0, 8750.0, 8764.0, 8764.0, 8747.0, 8777.0, 8728.0, 8739.0, 8740.0, 8727.0, 8759.0, 8766.0, 8752.0, 8768.0, 8765.0, 8751.0, 8782.0, 8780.0, 8767.0, 8764.0, 8736.0, 8760.0, 8779.0, 8744.0, 8757.0, 8765.0, 8744.0, 8742.0, 8725.0, 8755.0, 8755.0, 8726.0, 8755.0, 8744.0, 8745.0, 8759.0, 8726.0, 8760.0, 8758.0, 8747.0, 8762.0, 8752.0, 8767.0, 8764.0, 8749.0, 8780.0, 8764.0, 8770.0, 8771.0, 8753.0, 8766.0, 8770.0, 8767.0, 8785.0, 8773.0, 8773.0, 8788.0, 8792.0, 8773.0, 8786.0, 8788.0, 8775.0, 8785.0, 8739.0, 8761.0, 8786.0, 8734.0, 8760.0, 8781.0, 8761.0, 8761.0, 8742.0, 8759.0, 8760.0, 8759.0, 8766.0, 8765.0, 8752.0, 8763.0, 8765.0, 8749.0, 8779.0, 8785.0, 8752.0, 8766.0, 8766.0, 8765.0, 8774.0, 8762.0, 8765.0, 8764.0, 8732.0, 8761.0, 8761.0, 8749.0, 8758.0, 8760.0, 8765.0, 8763.0, 8731.0, 8763.0, 8759.0, 8742.0, 8777.0, 8767.0, 8749.0, 8765.0, 8749.0, 8764.0, 8760.0, 8734.0, 8765.0, 8768.0, 8751.0, 8765.0, 8762.0, 8750.0, 8783.0, 8785.0, 8767.0, 8768.0, 8783.0, 8755.0, 8784.0, 8790.0, 8769.0, 8766.0, 8732.0, 8759.0, 8776.0, 8741.0, 8771.0, 8741.0, 8739.0, 8738.0, 8720.0, 8755.0, 8741.0, 8729.0, 8761.0, 8763.0, 8763.0, 8778.0, 8762.0, 8763.0, 8764.0, 8733.0, 8761.0, 8760.0, 8761.0, 8755.0, 8742.0, 8758.0, 8745.0, 8726.0, 8762.0, 8760.0, 8732.0, 8776.0, 8767.0, 8767.0, 8767.0, 8752.0, 8766.0, 8765.0, 8752.0, 8764.0, 8752.0, 8746.0, 8759.0, 8729.0, 8756.0, 8759.0, 8742.0, 8740.0, 8728.0, 8760.0, 8759.0, 8749.0, 8783.0, 8797.0, 8798.0, 8790.0, 8795.0, 8774.0, 8821.0, 8811.0, 8778.0, 8799.0, 8800.0, 8748.0, 8787.0, 8762.0, 8748.0, 8778.0, 8780.0, 8762.0, 8757.0, 8768.0, 8779.0, 8765.0, 8763.0, 8758.0, 8798.0, 8740.0, 8764.0, 8733.0, 8713.0, 8746.0, 8721.0, 8699.0, 8683.0, 8682.0, 8683.0, 8683.0, 8700.0, 8706.0, 8691.0, 8728.0, 8696.0, 8696.0, 8727.0, 8728.0, 8701.0, 8731.0, 8729.0, 8731.0, 8742.0, 8724.0, 8739.0, 8742.0, 8728.0, 8760.0, 8747.0, 8747.0, 8765.0, 8762.0, 8770.0, 8783.0, 8756.0, 8789.0, 8790.0, 8762.0, 8795.0, 8798.0, 8781.0, 8794.0, 8817.0, 8799.0, 8781.0, 8796.0, 8831.0, 8810.0, 8773.0, 8785.0, 8751.0, 8799.0, 8784.0, 8752.0, 8763.0, 8759.0, 8743.0, 8728.0, 8739.0, 8742.0, 8727.0, 8742.0, 8744.0, 8762.0, 8747.0, 8734.0, 8760.0, 8732.0, 8728.0, 8740.0, 8727.0, 8726.0, 8738.0, 8712.0, 8739.0, 8741.0, 8731.0, 8744.0, 8729.0, 8747.0, 8761.0, 8732.0, 8760.0, 8745.0, 8760.0, 8747.0, 8729.0, 8745.0, 8748.0, 8760.0, 8744.0, 8726.0, 8758.0, 8729.0, 8745.0, 8765.0, 8752.0, 8766.0, 8767.0, 8768.0, 8768.0, 8753.0, 8774.0, 8772.0, 8757.0, 8785.0, 8754.0, 8756.0, 8791.0, 8778.0, 8774.0, 8793.0, 8813.0, 8776.0, 8801.0, 8789.0, 8797.0, 8775.0, 8757.0, 8754.0, 8783.0, 8756.0, 8770.0, 8768.0, 8755.0, 8749.0, 8754.0, 8804.0, 8740.0, 8782.0, 8753.0, 8735.0, 8746.0, 8768.0, 8749.0, 8745.0, 8748.0, 8734.0, 8763.0, 8741.0, 8731.0, 8742.0, 8760.0, 8714.0, 8739.0, 8724.0, 8739.0, 8740.0, 8710.0, 8742.0, 8747.0, 8756.0, 8740.0, 8725.0, 8741.0, 8727.0, 8741.0, 8745.0, 8728.0, 8741.0, 8713.0, 8760.0, 8749.0, 8744.0, 8750.0, 8760.0, 8768.0, 8754.0, 8751.0, 8771.0, 8768.0, 8771.0, 8768.0, 8739.0, 8752.0, 8753.0, 8753.0, 8754.0, 8735.0, 8749.0, 8764.0, 8757.0, 8751.0, 8735.0, 8749.0, 8761.0, 8748.0, 8769.0, 8756.0, 8769.0, 8753.0, 8753.0, 8768.0, 8767.0, 8769.0, 8771.0, 8757.0, 8753.0, 8754.0, 8769.0, 8767.0, 8754.0, 8767.0, 8786.0, 8769.0, 8767.0, 8752.0, 8764.0, 8751.0, 8752.0, 8766.0, 8751.0, 8749.0, 8733.0, 8764.0, 8760.0, 8748.0, 8768.0, 8753.0, 8769.0, 8764.0, 8757.0, 8769.0, 8768.0, 8773.0, 8771.0, 8755.0, 8768.0, 8756.0, 8774.0, 8768.0, 8754.0, 8793.0, 8787.0, 8756.0, 8767.0, 8752.0, 8750.0, 8768.0, 8751.0, 8765.0, 8765.0, 8750.0, 8763.0, 8736.0, 8764.0, 8746.0, 8751.0, 8764.0, 8734.0, 8780.0, 8768.0, 8766.0, 8766.0, 8751.0, 8785.0, 8768.0, 8765.0, 8768.0, 8757.0, 8766.0, 8766.0, 8748.0, 8763.0, 8733.0, 8761.0, 8763.0, 8738.0, 8764.0, 8750.0, 8751.0, 8765.0, 8736.0, 8765.0, 8765.0, 8757.0, 8766.0, 8735.0, 8749.0, 8747.0, 8748.0, 8759.0, 8730.0, 8765.0, 8769.0, 8750.0, 8746.0, 8729.0, 8779.0, 8763.0, 8751.0, 8783.0, 8776.0, 8773.0, 8772.0, 8773.0, 8789.0, 8785.0, 8760.0, 8787.0, 8787.0, 8775.0, 8786.0, 8771.0, 8784.0, 8787.0, 8758.0, 8775.0, 8768.0, 8765.0, 8762.0, 8738.0, 8766.0, 8768.0, 8751.0, 8763.0, 8736.0, 8764.0, 8764.0, 8750.0, 8780.0, 8770.0, 8771.0, 8788.0, 8775.0, 8809.0, 8791.0, 8792.0, 8793.0, 8782.0, 8790.0, 8791.0, 8774.0, 8788.0, 8757.0, 8788.0, 8828.0, 8778.0, 8774.0, 8769.0, 8783.0, 8767.0, 8755.0, 8768.0, 8766.0, 8755.0, 8783.0, 8783.0, 8768.0, 8769.0, 8751.0, 8766.0, 8761.0, 8750.0, 8764.0, 8765.0, 8770.0, 8793.0, 8785.0, 8776.0, 8772.0, 8785.0, 8784.0, 8771.0, 8760.0, 8769.0, 8788.0, 8752.0, 8769.0, 8748.0, 8761.0, 8763.0, 8753.0, 8750.0, 8753.0, 8768.0, 8768.0, 8748.0, 8769.0, 8771.0, 8754.0, 8772.0, 8765.0, 8754.0, 8788.0, 8766.0, 8752.0, 8765.0, 8735.0, 8747.0, 8744.0, 8742.0, 8742.0, 8724.0, 8759.0, 8757.0, 8745.0, 8765.0, 8764.0, 8768.0, 8785.0, 8752.0, 8787.0, 8785.0, 8793.0, 8789.0, 8757.0, 8766.0, 8754.0, 8785.0, 8766.0, 8767.0, 8766.0, 8769.0, 8765.0, 8763.0, 8754.0, 8783.0, 8780.0, 8780.0, 8786.0, 8757.0, 8785.0, 8771.0, 8787.0, 8786.0, 8755.0, 8801.0, 8793.0, 8773.0, 8770.0, 8752.0, 8784.0, 8787.0, 8770.0, 8782.0, 8755.0, 8769.0, 8782.0, 8749.0, 8783.0, 8767.0, 8781.0, 8767.0, 8755.0, 8782.0, 8773.0, 8786.0, 8786.0, 8767.0, 8781.0, 8751.0, 8781.0, 8786.0, 8767.0, 8782.0, 8767.0, 8783.0, 8768.0, 8757.0, 8787.0, 8789.0, 8789.0, 8788.0, 8786.0, 8785.0, 8755.0, 8783.0, 8805.0, 8771.0, 8769.0, 8749.0, 8786.0, 8786.0, 8785.0, 8784.0, 8768.0, 8784.0, 8765.0, 8764.0, 8780.0, 8765.0, 8782.0, 8785.0, 8779.0, 8810.0, 8793.0, 8779.0, 8810.0, 8808.0, 8795.0, 8808.0, 8782.0, 8789.0, 8791.0, 8777.0, 8787.0, 8756.0, 8784.0, 8799.0, 8763.0, 8764.0, 8749.0, 8778.0, 8764.0, 8754.0, 8800.0, 8805.0, 8792.0, 8807.0, 8779.0, 8790.0, 8801.0, 8787.0, 8799.0, 8791.0, 8785.0, 8786.0, 8765.0, 8779.0, 8761.0, 8779.0, 8766.0, 8756.0, 8784.0, 8771.0, 8785.0, 8787.0, 8757.0, 8784.0, 8785.0, 8794.0, 8789.0, 8757.0, 8769.0, 8752.0, 8786.0, 8783.0, 8783.0, 8797.0, 8754.0, 8766.0, 8764.0, 8778.0, 8766.0, 8750.0, 8779.0, 8785.0, 8766.0, 8764.0, 8765.0, 8766.0, 8748.0, 8779.0, 8752.0, 8782.0, 8782.0, 8790.0, 8784.0, 8756.0, 8786.0, 8785.0, 8788.0, 8786.0, 8757.0, 8802.0, 8791.0, 8790.0, 8788.0, 8787.0, 8799.0, 8756.0, 8786.0, 8804.0, 8773.0, 8783.0, 8759.0, 8801.0, 8783.0, 8763.0, 8786.0, 8771.0, 8784.0, 8785.0, 8773.0, 8802.0, 8784.0, 8785.0, 8785.0, 8756.0, 8780.0, 8753.0, 8778.0, 8781.0, 8787.0, 8768.0, 8735.0, 8779.0, 8782.0, 8766.0, 8765.0, 8747.0, 8779.0, 8783.0, 8803.0, 8807.0, 8782.0, 8812.0, 8799.0, 8810.0, 8807.0, 8809.0, 8804.0, 8759.0, 8801.0, 8811.0, 8809.0, 8809.0, 8776.0, 8804.0, 8804.0, 8803.0, 8795.0, 8777.0, 8789.0, 8808.0, 8778.0, 8810.0, 8813.0, 8800.0, 8808.0, 8777.0, 8811.0, 8812.0, 8764.0, 8790.0, 8794.0, 8790.0, 8789.0, 8756.0, 8780.0, 8801.0, 8767.0, 8782.0, 8754.0, 8760.0, 8764.0, 8758.0, 8744.0, 8731.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.0014293100833965124</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03348842820318423</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.75795312563741</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1857943889757192</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9969693632397565</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5021</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4784.3589</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1129551692240022</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.808946171341925</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.480612377789036</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3671013981093596</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.729239480384406</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.345496254873342</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00725999</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01383209228515625</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.043641623109579086</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</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.011038444187445</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>23.5104</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3772</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.0809</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293019.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>846.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>334.0204</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.41</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.2614</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3065.4999</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3218.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83525.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1157.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4017.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>802.2812</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.302511447574943</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> |