=== 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-0116 --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-0116",
"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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-04/func/sub-0116_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>4f536baa6b5bd53d3d22202a1ea81ffd</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>16:45:41.617500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999478, -0.0315396, -0.00696596, 0.032283, 0.982382, 0.184074]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0959727</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>[4246, -7909, -7263, 502, -140, -385, 251, 143]</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>246.339</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2851e7b1-f56c-4d3d-a6e1-73aba4d05a7d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815271377563477, 0.08661296218633652, -0.0028015945572406054, 108.190185546875], [0.08461838215589523, 2.6356594562530518, 0.4973468780517578, -115.98530578613281], [-0.01868916116654873, -0.4938563108444214, 2.653796911239624, -47.17774963378906], [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': ['164541.617500', '164542.077500', '164542.537500', '164542.997500', '164543.457500', '164543.917500', '164544.377500', '164544.837500', '164545.297500', '164545.757500', '164546.217500', '164546.677500', '164547.137500', '164547.597500', '164548.057500', '164548.517500', '164548.977500', '164549.437500', '164549.897500', '164550.357500', '164550.817500', '164551.277500', '164551.737500', '164552.197500', '164552.657500', '164553.117500', '164553.577500', '164554.037500', '164554.497500', '164554.957500', '164555.417500', '164555.877500', '164556.337500', '164556.797500', '164557.257500', '164557.717500', '164558.177500', '164558.637500', '164559.097500', '164559.557500', '164600.017500', '164600.477500', '164600.937500', '164601.397500', '164601.857500', '164602.317500', '164602.777500', '164603.237500', '164603.697500', '164604.157500', '164604.617500', '164605.077500', '164605.537500', '164605.997500', '164606.457500', '164606.917500', '164607.377500', '164607.837500', '164608.297500', '164608.757500', '164609.217500', '164609.677500', '164610.137500', '164610.597500', '164611.057500', '164611.517500', '164611.977500', '164612.437500', '164612.897500', '164613.357500', '164613.817500', '164614.277500', '164614.737500', '164615.197500', '164615.657500', '164616.117500', '164616.577500', '164617.037500', '164617.497500', '164617.957500', '164618.417500', '164618.877500', '164619.337500', '164619.797500', '164620.257500', '164620.717500', '164621.177500', '164621.637500', '164622.097500', '164622.557500', '164623.017500', '164623.477500', '164623.937500', '164624.397500', '164624.857500', '164625.317500', '164625.777500', '164626.237500', '164626.697500', '164627.157500', '164627.617500', '164628.077500', '164628.537500', '164628.997500', '164629.457500', '164629.917500', '164630.377500', '164630.837500', '164631.297500', '164631.757500', '164632.217500', '164632.677500', '164633.137500', '164633.597500', '164634.057500', '164634.517500', '164634.977500', '164635.437500', '164635.897500', '164636.357500', '164636.817500', '164637.277500', '164637.737500', '164638.197500', '164638.657500', '164639.117500', '164639.577500', '164640.037500', '164640.497500', '164640.957500', '164641.417500', '164641.877500', '164642.337500', '164642.797500', '164643.257500', '164643.717500', '164644.177500', '164644.637500', '164645.097500', '164645.557500', '164646.017500', '164646.477500', '164646.937500', '164647.397500', '164647.857500', '164648.317500', '164648.777500', '164649.237500', '164649.697500', '164650.157500', '164650.617500', '164651.077500', '164651.537500', '164651.997500', '164652.457500', '164652.917500', '164653.377500', '164653.837500', '164654.297500', '164654.757500', '164655.217500', '164655.677500', '164656.137500', '164656.597500', '164657.057500', '164657.517500', '164657.977500', '164658.437500', '164658.897500', '164659.357500', '164659.817500', '164700.277500', '164700.737500', '164701.197500', '164701.657500', '164702.117500', '164702.577500', '164703.037500', '164703.497500', '164703.957500', '164704.417500', '164704.877500', '164705.337500', '164705.797500', '164706.257500', '164706.717500', '164707.177500', '164707.637500', '164708.097500', '164708.557500', '164709.017500', '164709.477500', '164709.937500', '164710.397500', '164710.857500', '164711.317500', '164711.777500', '164712.237500', '164712.697500', '164713.157500', '164713.617500', '164714.077500', '164714.537500', '164714.997500', '164715.457500', '164715.917500', '164716.377500', '164716.837500', '164717.297500', '164717.757500', '164718.217500', '164718.677500', '164719.137500', '164719.597500', '164720.057500', '164720.517500', '164720.977500', '164721.437500', '164721.897500', '164722.357500', '164722.817500', '164723.277500', '164723.737500', '164724.197500', '164724.657500', '164725.117500', '164725.577500', '164726.037500', '164726.497500', '164726.957500', '164727.417500', '164727.877500', '164728.337500', '164728.797500', '164729.257500', '164729.717500', '164730.177500', '164730.637500', '164731.097500', '164731.557500', '164732.017500', '164732.477500', '164732.937500', '164733.397500', '164733.857500', '164734.317500', '164734.777500', '164735.237500', '164735.697500', '164736.157500', '164736.617500', '164737.077500', '164737.537500', '164737.997500', '164738.457500', '164738.917500', '164739.377500', '164739.837500', '164740.297500', '164740.757500', '164741.217500', '164741.677500', '164742.137500', '164742.597500', '164743.057500', '164743.517500', '164743.977500', '164744.437500', '164744.897500', '164745.357500', '164745.817500', '164746.277500', '164746.737500', '164747.197500', '164747.657500', '164748.117500', '164748.577500', '164749.037500', '164749.497500', '164749.957500', '164750.417500', '164750.877500', '164751.337500', '164751.797500', '164752.257500', '164752.717500', '164753.177500', '164753.637500', '164754.097500', '164754.557500', '164755.017500', '164755.477500', '164755.937500', '164756.397500', '164756.857500', '164757.317500', '164757.777500', '164758.237500', '164758.697500', '164759.157500', '164759.617500', '164800.077500', '164800.537500', '164800.997500', '164801.457500', '164801.917500', '164802.377500', '164802.837500', '164803.297500', '164803.757500', '164804.217500', '164804.677500', '164805.137500', '164805.597500', '164806.057500', '164806.517500', '164806.977500', '164807.437500', '164807.897500', '164808.357500', '164808.817500', '164809.277500', '164809.737500', '164810.197500', '164810.657500', '164811.117500', '164811.577500', '164812.037500', '164812.497500', '164812.957500', '164813.417500', '164813.877500', '164814.337500', '164814.797500', '164815.257500', '164815.717500', '164816.177500', '164816.637500', '164817.097500', '164817.557500', '164818.017500', '164818.477500', '164818.937500', '164819.397500', '164819.857500', '164820.317500', '164820.777500', '164821.237500', '164821.697500', '164822.157500', '164822.617500', '164823.077500', '164823.537500', '164823.997500', '164824.457500', '164824.917500', '164825.377500', '164825.837500', '164826.297500', '164826.757500', '164827.217500', '164827.677500', '164828.137500', '164828.597500', '164829.057500', '164829.517500', '164829.977500', '164830.437500', '164830.897500', '164831.357500', '164831.817500', '164832.277500', '164832.737500', '164833.197500', '164833.657500', '164834.117500', '164834.577500', '164835.037500', '164835.497500', '164835.957500', '164836.417500', '164836.877500', '164837.337500', '164837.797500', '164838.257500', '164838.717500', '164839.177500', '164839.637500', '164840.097500', '164840.557500', '164841.017500', '164841.477500', '164841.937500', '164842.397500', '164842.857500', '164843.317500', '164843.777500', '164844.237500', '164844.697500', '164845.157500', '164845.617500', '164846.077500', '164846.537500', '164846.997500', '164847.457500', '164847.917500', '164848.377500', '164848.837500', '164849.297500', '164849.757500', '164850.217500', '164850.677500', '164851.137500', '164851.597500', '164852.057500', '164852.517500', '164852.977500', '164853.437500', '164853.897500', '164854.357500', '164854.817500', '164855.277500', '164855.737500', '164856.197500', '164856.657500', '164857.117500', '164857.577500', '164858.037500', '164858.497500', '164858.957500', '164859.417500', '164859.877500', '164900.337500', '164900.797500', '164901.257500', '164901.717500', '164902.177500', '164902.637500', '164903.097500', '164903.557500', '164904.017500', '164904.477500', '164904.937500', '164905.397500', '164905.857500', '164906.317500', '164906.777500', '164907.237500', '164907.697500', '164908.157500', '164908.617500', '164909.077500', '164909.537500', '164909.997500', '164910.457500', '164910.917500', '164911.377500', '164911.837500', '164912.297500', '164912.757500', '164913.217500', '164913.677500', '164914.137500', '164914.597500', '164915.057500', '164915.517500', '164915.977500', '164916.437500', '164916.897500', '164917.357500', '164917.817500', '164918.277500', '164918.737500', '164919.197500', '164919.657500', '164920.117500', '164920.577500', '164921.037500', '164921.497500', '164921.957500', '164922.417500', '164922.877500', '164923.337500', '164923.797500', '164924.257500', '164924.717500', '164925.177500', '164925.637500', '164926.097500', '164926.557500', '164927.017500', '164927.477500', '164927.937500', '164928.397500', '164928.857500', '164929.317500', '164929.777500', '164930.237500', '164930.697500', '164931.157500', '164931.617500', '164932.077500', '164932.537500', '164932.997500', '164933.457500', '164933.917500', '164934.377500', '164934.837500', '164935.297500', '164935.757500', '164936.217500', '164936.677500', '164937.137500', '164937.597500', '164938.057500', '164938.517500', '164938.977500', '164939.437500', '164939.897500', '164940.357500', '164940.817500', '164941.277500', '164941.737500', '164942.197500', '164942.657500', '164943.117500', '164943.577500', '164944.037500', '164944.497500', '164944.957500', '164945.417500', '164945.877500', '164946.337500', '164946.797500', '164947.257500', '164947.717500', '164948.177500', '164948.637500', '164949.097500', '164949.557500', '164950.017500', '164950.477500', '164950.937500', '164951.397500', '164951.857500', '164952.317500', '164952.777500', '164953.237500', '164953.697500', '164954.157500', '164954.617500', '164955.077500', '164955.537500', '164955.997500', '164956.457500', '164956.917500', '164957.377500', '164957.837500', '164958.297500', '164958.757500', '164959.217500', '164959.677500', '165000.137500', '165000.597500', '165001.057500', '165001.517500', '165001.977500', '165002.437500', '165002.897500', '165003.357500', '165003.817500', '165004.277500', '165004.737500', '165005.197500', '165005.657500', '165006.117500', '165006.577500', '165007.037500', '165007.497500', '165007.957500', '165008.417500', '165008.877500', '165009.337500', '165009.797500', '165010.257500', '165010.717500', '165011.177500', '165011.637500', '165012.097500', '165012.557500', '165013.017500', '165013.477500', '165013.937500', '165014.397500', '165014.857500', '165015.317500', '165015.777500', '165016.237500', '165016.697500', '165017.157500', '165017.617500', '165018.077500', '165018.537500', '165018.997500', '165019.457500', '165019.917500', '165020.377500', '165020.837500', '165021.297500', '165021.757500', '165022.217500', '165022.677500', '165023.137500', '165023.597500', '165024.057500', '165024.517500', '165024.977500', '165025.437500', '165025.897500', '165026.357500', '165026.817500', '165027.277500', '165027.737500', '165028.197500', '165028.657500', '165029.117500', '165029.577500', '165030.037500', '165030.497500', '165030.957500', '165031.417500', '165031.877500', '165032.337500', '165032.797500', '165033.257500', '165033.717500', '165034.177500', '165034.637500', '165035.097500', '165035.557500', '165036.017500', '165036.477500', '165036.937500', '165037.397500', '165037.857500', '165038.317500', '165038.777500', '165039.237500', '165039.697500', '165040.157500', '165040.617500', '165041.077500', '165041.537500', '165041.997500', '165042.457500', '165042.917500', '165043.377500', '165043.837500', '165044.297500', '165044.757500', '165045.217500', '165045.677500', '165046.137500', '165046.597500', '165047.057500', '165047.517500', '165047.977500', '165048.437500', '165048.897500', '165049.357500', '165049.817500', '165050.277500', '165050.737500', '165051.197500', '165051.657500', '165052.117500', '165052.577500', '165053.037500', '165053.497500', '165053.957500', '165054.417500', '165054.877500', '165055.337500', '165055.797500', '165056.257500', '165056.717500', '165057.177500', '165057.637500', '165058.097500', '165058.557500', '165059.017500', '165059.477500', '165059.937500', '165100.397500', '165100.857500', '165101.317500', '165101.777500', '165102.237500', '165102.697500', '165103.157500', '165103.617500', '165104.077500', '165104.537500', '165104.997500', '165105.457500', '165105.917500', '165106.377500', '165106.837500', '165107.297500', '165107.757500', '165108.217500', '165108.677500', '165109.137500', '165109.597500', '165110.057500', '165110.517500', '165110.977500', '165111.437500', '165111.897500', '165112.357500', '165112.817500', '165113.277500', '165113.737500', '165114.197500', '165114.657500', '165115.117500', '165115.577500', '165116.037500', '165116.497500', '165116.957500', '165117.417500', '165117.877500', '165118.337500', '165118.797500', '165119.257500', '165119.717500', '165120.177500', '165120.637500', '165121.097500', '165121.557500', '165122.017500', '165122.477500', '165122.937500', '165123.397500', '165123.857500', '165124.317500', '165124.777500', '165125.237500', '165125.697500', '165126.157500', '165126.617500', '165127.077500', '165127.537500', '165127.997500', '165128.457500', '165128.917500', '165129.377500', '165129.837500', '165130.297500', '165130.757500', '165131.217500', '165131.677500', '165132.137500', '165132.597500', '165133.057500', '165133.517500', '165133.977500', '165134.437500', '165134.897500', '165135.357500', '165135.817500', '165136.277500', '165136.737500', '165137.197500', '165137.657500', '165138.117500', '165138.577500', '165139.037500', '165139.497500', '165139.957500', '165140.417500', '165140.877500', '165141.337500', '165141.797500', '165142.257500', '165142.717500', '165143.177500', '165143.637500', '165144.097500', '165144.557500', '165145.017500', '165145.477500', '165145.937500', '165146.397500', '165146.857500', '165147.317500', '165147.777500', '165148.237500', '165148.697500', '165149.157500', '165149.617500', '165150.077500', '165150.537500', '165150.997500', '165151.457500', '165151.917500', '165152.377500', '165152.837500', '165153.297500', '165153.757500', '165154.217500', '165154.677500', '165155.137500', '165155.597500', '165156.057500', '165156.517500', '165156.977500', '165157.437500', '165157.897500', '165158.357500', '165158.817500', '165159.277500', '165159.737500', '165200.197500', '165200.657500', '165201.117500', '165201.577500', '165202.037500', '165202.497500', '165202.957500', '165203.417500', '165203.877500', '165204.337500', '165204.797500', '165205.257500', '165205.717500', '165206.177500', '165206.637500', '165207.097500', '165207.557500', '165208.017500', '165208.477500', '165208.937500', '165209.397500', '165209.857500', '165210.317500', '165210.777500', '165211.237500', '165211.697500', '165212.157500', '165212.617500', '165213.077500', '165213.537500', '165213.997500', '165214.457500', '165214.917500', '165215.377500', '165215.837500', '165216.297500', '165216.757500', '165217.217500', '165217.677500', '165218.137500', '165218.597500', '165219.057500', '165219.517500', '165219.977500', '165220.437500', '165220.897500', '165221.357500', '165221.817500', '165222.277500', '165222.737500', '165223.197500', '165223.657500', '165224.117500', '165224.577500', '165225.037500', '165225.497500', '165225.957500', '165226.417500', '165226.877500', '165227.337500', '165227.797500', '165228.257500', '165228.717500', '165229.177500', '165229.637500', '165230.097500', '165230.557500', '165231.017500', '165231.477500', '165231.937500', '165232.397500', '165232.857500', '165233.317500', '165233.777500', '165234.237500', '165234.697500', '165235.157500', '165235.617500', '165236.077500', '165236.537500', '165236.997500', '165237.457500', '165237.917500', '165238.377500', '165238.837500', '165239.297500', '165239.757500', '165240.217500', '165240.677500', '165241.137500', '165241.597500', '165242.057500', '165242.517500', '165242.977500', '165243.437500', '165243.897500', '165244.357500', '165244.817500', '165245.277500', '165245.737500', '165246.197500', '165246.657500', '165247.117500', '165247.577500', '165248.037500', '165248.497500', '165248.957500', '165249.417500', '165249.877500', '165250.337500', '165250.797500', '165251.257500', '165251.717500', '165252.177500', '165252.637500', '165253.097500', '165253.557500', '165254.017500', '165254.477500', '165254.937500', '165255.397500', '165255.857500', '165256.317500', '165256.777500', '165257.237500', '165257.697500', '165258.157500', '165258.617500', '165259.077500', '165259.537500', '165259.997500', '165300.457500', '165300.917500', '165301.377500', '165301.837500', '165302.297500', '165302.757500', '165303.217500', '165303.677500', '165304.137500', '165304.597500', '165305.057500', '165305.517500', '165305.977500', '165306.437500', '165306.897500', '165307.357500', '165307.817500', '165308.277500', '165308.737500', '165309.197500', '165309.657500', '165310.117500', '165310.577500', '165311.037500', '165311.497500', '165311.957500', '165312.417500', '165312.877500', '165313.337500', '165313.797500', '165314.257500', '165314.717500', '165315.177500', '165315.637500', '165316.097500', '165316.557500', '165317.017500', '165317.477500', '165317.937500', '165318.397500', '165318.857500', '165319.317500', '165319.777500', '165320.237500', '165320.697500', '165321.157500', '165321.617500', '165322.077500', '165322.537500', '165322.997500', '165323.457500', '165323.917500', '165324.377500', '165324.837500', '165325.297500', '165325.757500', '165326.217500', '165326.677500', '165327.137500', '165327.597500', '165328.057500', '165328.517500', '165328.977500', '165329.437500', '165329.897500', '165330.357500', '165330.817500', '165331.277500', '165331.737500', '165332.197500', '165332.657500', '165333.117500', '165333.577500', '165334.037500', '165334.497500', '165334.957500', '165335.417500', '165335.877500', '165336.337500', '165336.797500', '165337.257500', '165337.717500', '165338.177500', '165338.637500', '165339.097500', '165339.557500', '165340.017500', '165340.477500', '165340.937500', '165341.397500', '165341.857500', '165342.317500', '165342.777500', '165343.237500', '165343.697500', '165344.157500', '165344.617500', '165345.077500', '165345.537500', '165345.997500', '165346.457500', '165346.917500', '165347.377500', '165347.837500', '165348.297500', '165348.757500', '165349.217500', '165349.677500', '165350.137500', '165350.597500', '165351.057500', '165351.517500', '165351.977500', '165352.437500', '165352.897500', '165353.357500', '165353.817500', '165354.277500', '165354.737500', '165355.197500', '165355.657500', '165356.117500', '165356.577500', '165357.037500', '165357.497500', '165357.957500', '165358.417500', '165358.877500', '165359.337500', '165359.797500', '165400.257500', '165400.717500', '165401.177500', '165401.637500', '165402.097500', '165402.557500', '165403.017500', '165403.477500', '165403.937500', '165404.397500', '165404.857500', '165405.317500', '165405.777500', '165406.237500', '165406.697500', '165407.157500', '165407.617500', '165408.077500', '165408.537500', '165408.997500', '165409.457500', '165409.917500', '165410.377500', '165410.837500', '165411.297500', '165411.757500', '165412.217500', '165412.677500', '165413.137500', '165413.597500', '165414.057500', '165414.517500', '165414.977500', '165415.437500', '165415.897500', '165416.357500', '165416.817500', '165417.277500', '165417.737500', '165418.197500', '165418.657500', '165419.117500', '165419.577500', '165420.037500', '165420.497500', '165420.957500', '165421.417500', '165421.877500', '165422.337500', '165422.797500', '165423.257500', '165423.717500', '165424.177500', '165424.637500', '165425.097500', '165425.557500', '165426.017500', '165426.477500', '165426.937500', '165427.397500', '165427.857500', '165428.317500', '165428.777500', '165429.237500', '165429.697500', '165430.157500', '165430.617500', '165431.077500', '165431.537500', '165431.997500', '165432.457500', '165432.917500', '165433.377500', '165433.837500', '165434.297500', '165434.757500', '165435.217500', '165435.677500', '165436.137500', '165436.597500', '165437.057500', '165437.517500', '165437.977500', '165438.437500', '165438.897500', '165439.357500', '165439.817500', '165440.277500', '165440.737500', '165441.197500', '165441.657500', '165442.117500', '165442.577500', '165443.037500', '165443.497500', '165443.957500', '165444.417500', '165444.877500', '165445.337500', '165445.797500', '165446.257500', '165446.717500', '165447.177500', '165447.637500', '165448.097500', '165448.557500', '165449.017500', '165449.477500', '165449.937500', '165450.397500', '165450.857500', '165451.317500', '165451.777500', '165452.237500', '165452.697500', '165453.157500', '165453.617500', '165454.077500', '165454.537500', '165454.997500', '165455.457500', '165455.917500', '165456.377500', '165456.837500', '165457.297500', '165457.757500', '165458.217500', '165458.677500', '165459.137500', '165459.597500', '165500.057500', '165500.517500', '165500.977500', '165501.437500', '165501.897500', '165502.357500', '165502.817500', '165503.277500', '165503.737500', '165504.197500', '165504.657500', '165505.117500', '165505.577500', '165506.037500', '165506.497500', '165506.957500', '165507.417500', '165507.877500', '165508.337500', '165508.797500', '165509.257500', '165509.717500', '165510.177500', '165510.637500', '165511.097500', '165511.557500', '165512.017500', '165512.477500', '165512.937500', '165513.397500', '165513.857500', '165514.317500', '165514.777500', '165515.237500', '165515.697500', '165516.157500', '165516.617500', '165517.077500', '165517.537500', '165517.997500', '165518.457500', '165518.917500', '165519.377500', '165519.837500', '165520.297500', '165520.757500', '165521.217500', '165521.677500', '165522.137500', '165522.597500', '165523.057500', '165523.517500', '165523.977500', '165524.437500', '165524.897500', '165525.357500', '165525.817500', '165526.277500', '165526.737500', '165527.197500', '165527.657500', '165528.117500', '165528.577500', '165529.037500', '165529.497500', '165529.957500', '165530.417500', '165530.877500', '165531.337500', '165531.797500', '165532.257500', '165532.717500', '165533.177500', '165533.637500', '165534.097500', '165534.557500', '165535.017500', '165535.477500', '165535.937500', '165536.397500', '165536.857500', '165537.317500', '165537.777500', '165538.237500', '165538.697500', '165539.157500', '165539.617500', '165540.077500', '165540.537500', '165540.997500', '165541.457500', '165541.917500', '165542.377500', '165542.837500', '165543.297500', '165543.757500', '165544.217500', '165544.677500', '165545.137500', '165545.597500', '165546.057500', '165546.517500', '165546.977500', '165547.437500', '165547.897500', '165548.357500', '165548.817500', '165549.277500'], 'ContentTime': ['164608.036000', '164608.039000', '164608.042000', '164608.045000', '164608.047000', '164608.050000', '164608.052000', '164608.055000', '164608.057000', '164608.060000', '164608.062000', '164608.065000', '164608.068000', '164608.070000', '164608.073000', '164608.076000', '164608.078000', '164608.081000', '164608.083000', '164608.086000', '164608.089000', '164608.091000', '164608.094000', '164608.096000', '164608.099000', '164608.101000', '164608.133000', '164608.136000', '164608.139000', '164608.141000', '164608.144000', '164608.146000', '164608.149000', '164608.152000', '164608.154000', '164608.157000', '164608.159000', '164608.162000', '164608.164000', '164608.167000', '164608.169000', '164608.172000', '164608.175000', '164608.177000', '164608.180000', '164608.182000', '164608.185000', '164608.187000', '164608.190000', '164608.193000', '164608.195000', '164608.198000', '164608.200000', '164608.203000', '164628.011000', '164628.025000', '164628.027000', '164628.030000', '164628.032000', '164628.035000', '164628.037000', '164628.040000', '164628.048000', '164628.051000', '164628.054000', '164628.056000', '164628.059000', '164628.061000', '164628.064000', '164628.066000', '164628.069000', '164628.071000', '164628.074000', '164628.077000', '164628.079000', '164628.082000', '164628.084000', '164628.087000', '164628.089000', '164628.092000', '164628.095000', '164628.097000', '164628.100000', '164628.102000', '164628.105000', '164628.107000', '164628.110000', '164628.112000', '164628.115000', '164628.117000', '164628.120000', '164628.123000', '164628.125000', '164628.128000', '164628.130000', '164628.133000', '164628.135000', '164628.138000', '164648.011000', '164648.014000', '164648.017000', '164648.019000', '164648.022000', '164648.024000', '164648.027000', '164648.030000', '164648.032000', '164648.035000', '164648.037000', '164648.040000', '164648.042000', '164648.045000', '164648.050000', '164648.053000', '164648.055000', '164648.058000', '164648.060000', '164648.072000', '164648.075000', '164648.077000', '164648.080000', '164648.082000', '164648.085000', '164648.088000', '164648.090000', '164648.093000', '164648.095000', '164648.098000', '164648.100000', '164648.103000', '164648.106000', '164648.108000', '164648.111000', '164648.113000', '164648.116000', '164648.119000', '164648.121000', '164648.124000', '164648.126000', '164648.129000', '164648.131000', '164708.011000', '164708.014000', '164708.017000', '164708.019000', '164708.022000', '164708.024000', '164708.027000', '164708.029000', '164708.032000', '164708.035000', '164708.037000', '164708.040000', '164708.042000', '164708.045000', '164708.048000', '164708.050000', '164708.053000', '164708.055000', '164708.058000', '164708.060000', '164708.063000', '164708.066000', '164708.068000', '164708.071000', '164708.073000', '164708.076000', '164708.078000', '164708.081000', '164708.084000', '164708.086000', '164708.089000', '164708.091000', '164708.094000', '164708.097000', '164708.099000', '164708.102000', '164708.104000', '164708.107000', '164708.109000', '164708.112000', '164708.114000', '164708.117000', '164708.120000', '164708.122000', '164728.010000', '164728.013000', '164728.016000', '164728.018000', '164728.021000', '164728.024000', '164728.026000', '164728.029000', '164728.031000', '164728.034000', '164728.036000', '164728.039000', '164728.042000', '164728.044000', '164728.047000', '164728.049000', '164728.052000', '164728.055000', '164728.057000', '164728.060000', '164728.062000', '164728.065000', '164728.067000', '164728.070000', '164728.072000', '164728.075000', '164728.078000', '164728.080000', '164728.083000', '164728.085000', '164728.088000', '164728.091000', '164728.093000', '164728.096000', '164728.098000', '164728.101000', '164728.103000', '164728.106000', '164728.109000', '164728.111000', '164728.114000', '164728.116000', '164728.119000', '164748.011000', '164748.014000', '164748.017000', '164748.019000', '164748.022000', '164748.025000', '164748.027000', '164748.030000', '164748.033000', '164748.035000', '164748.038000', '164748.040000', '164748.043000', '164748.046000', '164748.048000', '164748.051000', '164748.053000', '164748.056000', '164748.059000', '164748.061000', '164748.064000', '164748.066000', '164748.069000', '164748.072000', '164748.074000', '164748.077000', '164748.079000', '164748.082000', '164748.084000', '164748.093000', '164748.095000', '164748.098000', '164748.100000', '164748.103000', '164748.106000', '164748.108000', '164748.111000', '164748.113000', '164748.116000', '164748.119000', '164748.137000', '164748.140000', '164748.142000', '164748.145000', '164808.011000', '164808.014000', '164808.017000', '164808.019000', '164808.022000', '164808.024000', '164808.027000', '164808.030000', '164808.032000', '164808.035000', '164808.038000', '164808.040000', '164808.043000', '164808.045000', '164808.048000', '164808.051000', '164808.053000', '164808.056000', '164808.058000', '164808.061000', '164808.064000', '164808.066000', '164808.069000', '164808.071000', '164808.074000', '164808.076000', '164808.079000', '164808.082000', '164808.084000', '164808.087000', '164808.089000', '164808.092000', '164808.094000', '164808.097000', '164808.099000', '164808.102000', '164808.105000', '164808.107000', '164808.110000', '164808.112000', '164808.115000', '164808.118000', '164808.120000', '164828.011000', '164828.014000', '164828.017000', '164828.019000', '164828.022000', '164828.025000', '164828.027000', '164828.030000', '164828.032000', '164828.035000', '164828.038000', '164828.040000', '164828.043000', '164828.045000', '164828.048000', '164828.050000', '164828.053000', '164828.056000', '164828.058000', '164828.061000', '164828.063000', '164828.066000', '164828.068000', '164828.071000', '164828.074000', '164828.076000', '164828.079000', '164828.081000', '164828.084000', '164828.087000', '164828.089000', '164828.092000', '164828.094000', '164828.097000', '164828.099000', '164828.102000', '164828.105000', '164828.107000', '164828.110000', '164828.112000', '164828.115000', '164828.118000', '164828.120000', '164828.123000', '164848.011000', '164848.014000', '164848.017000', '164848.020000', '164848.022000', '164848.025000', '164848.027000', '164848.030000', '164848.032000', '164848.035000', '164848.038000', '164848.040000', '164848.043000', '164848.045000', '164848.048000', '164848.051000', '164848.053000', '164848.056000', '164848.058000', '164848.061000', '164848.064000', '164848.066000', '164848.069000', '164848.071000', '164848.074000', '164848.077000', '164848.079000', '164848.082000', '164848.084000', '164848.087000', '164848.089000', '164848.092000', '164848.095000', '164848.097000', '164848.100000', '164848.102000', '164848.105000', '164848.108000', '164848.110000', '164848.113000', '164848.115000', '164848.118000', '164848.121000', '164908.011000', '164908.014000', '164908.017000', '164908.020000', '164908.023000', '164908.026000', '164908.028000', '164908.031000', '164908.033000', '164908.036000', '164908.039000', '164908.041000', '164908.044000', '164908.046000', '164908.058000', '164908.061000', '164908.063000', '164908.066000', '164908.069000', '164908.071000', '164908.074000', '164908.077000', '164908.079000', '164908.082000', '164908.084000', '164908.087000', '164908.089000', '164908.092000', '164908.095000', '164908.097000', '164908.100000', '164908.102000', '164908.105000', '164908.107000', '164908.110000', '164908.113000', '164908.115000', '164908.118000', '164908.120000', '164908.123000', '164908.126000', '164908.128000', '164908.131000', '164908.133000', '164928.011000', '164928.014000', '164928.017000', '164928.019000', '164928.022000', '164928.025000', '164928.027000', '164928.030000', '164928.032000', '164928.035000', '164928.037000', '164928.040000', '164928.043000', '164928.045000', '164928.048000', '164928.050000', '164928.053000', '164928.056000', '164928.058000', '164928.061000', '164928.063000', '164928.093000', '164928.096000', '164928.098000', '164928.101000', '164928.104000', '164928.106000', '164928.109000', '164928.111000', '164928.114000', '164928.116000', '164928.119000', '164928.121000', '164928.124000', '164928.127000', '164928.129000', '164928.132000', '164928.134000', '164928.137000', '164928.140000', '164928.142000', '164928.145000', '164928.147000', '164948.010000', '164948.016000', '164948.019000', '164948.022000', '164948.025000', '164948.027000', '164948.030000', '164948.033000', '164948.035000', '164948.038000', '164948.040000', '164948.043000', '164948.046000', '164948.048000', '164948.051000', '164948.053000', '164948.056000', '164948.059000', '164948.061000', '164948.064000', '164948.066000', '164948.069000', '164948.072000', '164948.074000', '164948.077000', '164948.079000', '164948.082000', '164948.085000', '164948.087000', '164948.090000', '164948.092000', '164948.095000', '164948.097000', '164948.100000', '164948.103000', '164948.105000', '164948.108000', '164948.111000', '164948.113000', '164948.116000', '164948.118000', '164948.121000', '164948.123000', '165008.011000', '165008.014000', '165008.017000', '165008.020000', '165008.022000', '165008.025000', '165008.027000', '165008.030000', '165008.033000', '165008.035000', '165008.038000', '165008.040000', '165008.043000', '165008.046000', '165008.048000', '165008.051000', '165008.053000', '165008.056000', '165008.059000', '165008.061000', '165008.064000', '165008.066000', '165008.069000', '165008.072000', '165008.074000', '165008.077000', '165008.079000', '165008.082000', '165008.085000', '165008.087000', '165008.090000', '165008.092000', '165008.095000', '165008.097000', '165008.100000', '165008.103000', '165008.105000', '165008.108000', '165008.110000', '165008.113000', '165008.116000', '165008.118000', '165008.121000', '165008.123000', '165028.012000', '165028.015000', '165028.017000', '165028.020000', '165028.022000', '165028.025000', '165028.028000', '165028.030000', '165028.033000', '165028.035000', '165028.038000', '165028.041000', '165028.043000', '165028.046000', '165028.048000', '165028.051000', '165028.054000', '165028.056000', '165028.060000', '165028.062000', '165028.065000', '165028.068000', '165028.070000', '165028.073000', '165028.075000', '165028.078000', '165028.081000', '165028.083000', '165028.086000', '165028.088000', '165028.091000', '165028.094000', '165028.096000', '165028.099000', '165028.101000', '165028.104000', '165028.107000', '165028.109000', '165028.112000', '165028.115000', '165028.117000', '165028.120000', '165028.123000', '165048.011000', '165048.014000', '165048.017000', '165048.019000', '165048.022000', '165048.025000', '165048.028000', '165048.030000', '165048.033000', '165048.035000', '165048.038000', '165048.041000', '165048.043000', '165048.046000', '165048.049000', '165048.051000', '165048.054000', '165048.056000', '165048.059000', '165048.062000', '165048.064000', '165048.067000', '165048.069000', '165048.072000', '165048.075000', '165048.077000', '165048.080000', '165048.082000', '165048.085000', '165048.087000', '165048.090000', '165048.093000', '165048.095000', '165048.098000', '165048.100000', '165048.103000', '165048.106000', '165048.108000', '165048.111000', '165048.113000', '165048.116000', '165048.119000', '165048.121000', '165048.124000', '165108.011000', '165108.014000', '165108.017000', '165108.019000', '165108.022000', '165108.025000', '165108.027000', '165108.030000', '165108.032000', '165108.035000', '165108.037000', '165108.040000', '165108.043000', '165108.045000', '165108.049000', '165108.051000', '165108.054000', '165108.057000', '165108.059000', '165108.062000', '165108.064000', '165108.067000', '165108.069000', '165108.072000', '165108.075000', '165108.077000', '165108.080000', '165108.082000', '165108.085000', '165108.088000', '165108.090000', '165108.093000', '165108.095000', '165108.098000', '165108.101000', '165108.103000', '165108.106000', '165108.108000', '165108.111000', '165108.113000', '165108.116000', '165108.119000', '165108.121000', '165128.012000', '165128.015000', '165128.017000', '165128.020000', '165128.022000', '165128.025000', '165128.028000', '165128.030000', '165128.033000', '165128.035000', '165128.038000', '165128.040000', '165128.043000', '165128.046000', '165128.048000', '165128.051000', '165128.053000', '165128.056000', '165128.059000', '165128.061000', '165128.064000', '165128.066000', '165128.074000', '165128.077000', '165128.080000', '165128.082000', '165128.085000', '165128.087000', '165128.090000', '165128.092000', '165128.095000', '165128.098000', '165128.100000', '165128.103000', '165128.105000', '165128.108000', '165128.111000', '165128.113000', '165128.116000', '165128.118000', '165128.121000', '165128.124000', '165128.126000', '165128.129000', '165148.011000', '165148.014000', '165148.017000', '165148.020000', '165148.022000', '165148.025000', '165148.027000', '165148.030000', '165148.032000', '165148.035000', '165148.038000', '165148.040000', '165148.043000', '165148.045000', '165148.048000', '165148.051000', '165148.053000', '165148.056000', '165148.059000', '165148.061000', '165148.064000', '165148.067000', '165148.069000', '165148.072000', '165148.075000', '165148.077000', '165148.080000', '165148.082000', '165148.085000', '165148.088000', '165148.090000', '165148.093000', '165148.096000', '165148.099000', '165148.102000', '165148.105000', '165148.107000', '165148.110000', '165148.113000', '165148.115000', '165148.118000', '165148.121000', '165148.123000', '165208.011000', '165208.013000', '165208.016000', '165208.019000', '165208.021000', '165208.024000', '165208.026000', '165208.029000', '165208.032000', '165208.034000', '165208.037000', '165208.040000', '165208.042000', '165208.045000', '165208.047000', '165208.050000', '165208.053000', '165208.055000', '165208.058000', '165208.061000', '165208.063000', '165208.066000', '165208.069000', '165208.071000', '165208.074000', '165208.076000', '165208.079000', '165208.082000', '165208.084000', '165208.087000', '165208.089000', '165208.092000', '165208.095000', '165208.097000', '165208.100000', '165208.102000', '165208.105000', '165208.107000', '165208.110000', '165208.113000', '165208.115000', '165208.118000', '165208.120000', '165208.123000', '165228.012000', '165228.014000', '165228.017000', '165228.020000', '165228.022000', '165228.025000', '165228.027000', '165228.030000', '165228.032000', '165228.035000', '165228.038000', '165228.040000', '165228.043000', '165228.045000', '165228.048000', '165228.050000', '165228.053000', '165228.056000', '165228.058000', '165228.061000', '165228.063000', '165228.066000', '165228.068000', '165228.071000', '165228.074000', '165228.076000', '165228.079000', '165228.081000', '165228.084000', '165228.087000', '165228.089000', '165228.092000', '165228.094000', '165228.097000', '165228.099000', '165228.102000', '165228.105000', '165228.107000', '165228.110000', '165228.112000', '165228.115000', '165228.117000', '165228.120000', '165248.012000', '165248.014000', '165248.017000', '165248.020000', '165248.022000', '165248.025000', '165248.027000', '165248.030000', '165248.033000', '165248.035000', '165248.038000', '165248.040000', '165248.043000', '165248.045000', '165248.048000', '165248.051000', '165248.053000', '165248.056000', '165248.059000', '165248.061000', '165248.064000', '165248.066000', '165248.069000', '165248.072000', '165248.074000', '165248.077000', '165248.079000', '165248.082000', '165248.085000', '165248.087000', '165248.090000', '165248.092000', '165248.095000', '165248.098000', '165248.100000', '165248.103000', '165248.105000', '165248.108000', '165248.111000', '165248.113000', '165248.116000', '165248.118000', '165248.121000', '165248.124000', '165308.012000', '165308.014000', '165308.017000', '165308.020000', '165308.022000', '165308.025000', '165308.027000', '165308.030000', '165308.032000', '165308.035000', '165308.038000', '165308.040000', '165308.043000', '165308.045000', '165308.048000', '165308.050000', '165308.053000', '165308.056000', '165308.058000', '165308.061000', '165308.064000', '165308.066000', '165308.069000', '165308.071000', '165308.074000', '165308.077000', '165308.079000', '165308.082000', '165308.084000', '165308.087000', '165308.090000', '165308.092000', '165308.095000', '165308.098000', '165308.100000', '165308.103000', '165308.106000', '165308.108000', '165308.111000', '165308.113000', '165308.116000', '165308.119000', '165308.121000', '165328.012000', '165328.015000', '165328.017000', '165328.020000', '165328.022000', '165328.025000', '165328.028000', '165328.030000', '165328.033000', '165328.035000', '165328.038000', '165328.041000', '165328.043000', '165328.046000', '165328.048000', '165328.051000', '165328.054000', '165328.056000', '165328.059000', '165328.061000', '165328.064000', '165328.066000', '165328.069000', '165328.071000', '165328.074000', '165328.077000', '165328.079000', '165328.082000', '165328.085000', '165328.087000', '165328.090000', '165328.092000', '165328.095000', '165328.098000', '165328.100000', '165328.103000', '165328.105000', '165328.108000', '165328.111000', '165328.113000', '165328.116000', '165328.119000', '165328.121000', '165328.124000', '165348.011000', '165348.014000', '165348.017000', '165348.019000', '165348.022000', '165348.025000', '165348.027000', '165348.030000', '165348.032000', '165348.035000', '165348.048000', '165348.050000', '165348.053000', '165348.056000', '165348.058000', '165348.061000', '165348.063000', '165348.066000', '165348.068000', '165348.071000', '165348.074000', '165348.076000', '165348.079000', '165348.082000', '165348.084000', '165348.087000', '165348.089000', '165348.092000', '165348.095000', '165348.097000', '165348.100000', '165348.102000', '165348.105000', '165348.108000', '165348.110000', '165348.113000', '165348.115000', '165348.118000', '165348.120000', '165348.123000', '165348.126000', '165348.128000', '165348.131000', '165408.012000', '165408.015000', '165408.017000', '165408.020000', '165408.022000', '165408.025000', '165408.028000', '165408.030000', '165408.033000', '165408.036000', '165408.038000', '165408.041000', '165408.043000', '165408.046000', '165408.048000', '165408.051000', '165408.054000', '165408.056000', '165408.059000', '165408.061000', '165408.064000', '165408.066000', '165408.069000', '165408.072000', '165408.074000', '165408.077000', '165408.079000', '165408.082000', '165408.085000', '165408.087000', '165408.090000', '165408.092000', '165408.095000', '165408.098000', '165408.100000', '165408.103000', '165408.105000', '165408.108000', '165408.111000', '165408.113000', '165408.116000', '165408.118000', '165408.121000', '165408.124000', '165428.011000', '165428.014000', '165428.016000', '165428.019000', '165428.021000', '165428.024000', '165428.027000', '165428.029000', '165428.032000', '165428.035000', '165428.037000', '165428.040000', '165428.042000', '165428.045000', '165428.048000', '165428.050000', '165428.053000', '165428.055000', '165428.058000', '165428.061000', '165428.063000', '165428.066000', '165428.068000', '165428.071000', '165428.074000', '165428.076000', '165428.079000', '165428.081000', '165428.084000', '165428.087000', '165428.089000', '165428.092000', '165428.095000', '165428.097000', '165428.100000', '165428.102000', '165428.105000', '165428.107000', '165428.110000', '165428.113000', '165428.115000', '165428.118000', '165428.120000', '165448.012000', '165448.015000', '165448.017000', '165448.020000', '165448.022000', '165448.025000', '165448.028000', '165448.030000', '165448.033000', '165448.035000', '165448.038000', '165448.041000', '165448.043000', '165448.046000', '165448.049000', '165448.051000', '165448.054000', '165448.056000', '165448.059000', '165448.062000', '165448.064000', '165448.067000', '165448.069000', '165448.072000', '165448.075000', '165448.077000', '165448.080000', '165448.083000', '165448.085000', '165448.088000', '165448.090000', '165448.093000', '165448.096000', '165448.098000', '165448.101000', '165448.103000', '165448.106000', '165448.109000', '165448.111000', '165448.114000', '165448.117000', '165448.119000', '165448.122000', '165448.124000', '165508.012000', '165508.014000', '165508.017000', '165508.020000', '165508.022000', '165508.025000', '165508.027000', '165508.030000', '165508.033000', '165508.035000', '165508.038000', '165508.040000', '165508.043000', '165508.045000', '165508.048000', '165508.051000', '165508.053000', '165508.056000', '165508.058000', '165508.061000', '165508.063000', '165508.066000', '165508.069000', '165508.071000', '165508.074000', '165508.076000', '165508.079000', '165508.082000', '165508.084000', '165508.087000', '165508.090000', '165508.092000', '165508.095000', '165508.097000', '165508.100000', '165508.103000', '165508.105000', '165508.108000', '165508.110000', '165508.113000', '165508.116000', '165508.118000', '165508.121000', '165528.012000', '165528.014000', '165528.017000', '165528.020000', '165528.022000', '165528.025000', '165528.028000', '165528.030000', '165528.033000', '165528.036000', '165528.038000', '165528.041000', '165528.044000', '165528.046000', '165528.049000', '165528.051000', '165528.054000', '165528.057000', '165528.059000', '165528.062000', '165528.064000', '165528.067000', '165528.070000', '165528.072000', '165528.075000', '165528.077000', '165528.080000', '165528.083000', '165528.085000', '165528.088000', '165528.091000', '165528.093000', '165528.096000', '165528.098000', '165528.101000', '165528.104000', '165528.106000', '165528.109000', '165528.111000', '165528.114000', '165528.117000', '165528.119000', '165528.122000', '165528.124000', '165548.012000', '165548.014000', '165548.017000', '165548.020000', '165548.022000', '165548.025000', '165548.028000', '165548.030000', '165548.033000', '165548.036000', '165548.038000', '165548.041000', '165548.043000', '165548.046000', '165548.049000', '165548.051000', '165548.054000', '165548.057000', '165548.059000', '165548.062000', '165548.065000', '165548.067000', '165548.070000', '165548.072000', '165548.075000', '165548.078000', '165548.080000', '165548.083000', '165548.085000', '165548.088000', '165548.091000', '165548.093000', '165548.096000', '165548.098000', '165548.101000', '165548.104000', '165548.106000', '165548.109000', '165548.112000', '165548.114000', '165548.117000', '165548.120000', '165548.122000', '165551.008000', '165551.011000', '165551.014000', '165551.016000', '165551.019000', '165551.022000', '165551.024000'], 'InstanceCreationTime': ['164608.036000', '164608.039000', '164608.042000', '164608.045000', '164608.047000', '164608.050000', '164608.052000', '164608.055000', '164608.057000', '164608.060000', '164608.062000', '164608.065000', '164608.068000', '164608.070000', '164608.073000', '164608.076000', '164608.078000', '164608.081000', '164608.083000', '164608.086000', '164608.089000', '164608.091000', '164608.094000', '164608.096000', '164608.099000', '164608.101000', '164608.133000', '164608.136000', '164608.139000', '164608.141000', '164608.144000', '164608.146000', '164608.149000', '164608.152000', '164608.154000', '164608.157000', '164608.159000', '164608.162000', '164608.164000', '164608.167000', '164608.169000', '164608.172000', '164608.175000', '164608.177000', '164608.180000', '164608.182000', '164608.185000', '164608.187000', '164608.190000', '164608.193000', '164608.195000', '164608.198000', '164608.200000', '164608.203000', '164628.011000', '164628.025000', '164628.027000', '164628.030000', '164628.032000', '164628.035000', '164628.037000', '164628.040000', '164628.048000', '164628.051000', '164628.054000', '164628.056000', '164628.059000', '164628.061000', '164628.064000', '164628.066000', '164628.069000', '164628.071000', '164628.074000', '164628.077000', '164628.079000', '164628.082000', '164628.084000', '164628.087000', '164628.089000', '164628.092000', '164628.095000', '164628.097000', '164628.100000', '164628.102000', '164628.105000', '164628.107000', '164628.110000', '164628.112000', '164628.115000', '164628.117000', '164628.120000', '164628.123000', '164628.125000', '164628.128000', '164628.130000', '164628.133000', '164628.135000', '164628.138000', '164648.011000', '164648.014000', '164648.017000', '164648.019000', '164648.022000', '164648.024000', '164648.027000', '164648.030000', '164648.032000', '164648.035000', '164648.037000', '164648.040000', '164648.042000', '164648.045000', '164648.050000', '164648.053000', '164648.055000', '164648.058000', '164648.060000', '164648.072000', '164648.075000', '164648.077000', '164648.080000', '164648.082000', '164648.085000', '164648.088000', '164648.090000', '164648.093000', '164648.095000', '164648.098000', '164648.100000', '164648.103000', '164648.106000', '164648.108000', '164648.111000', '164648.113000', '164648.116000', '164648.119000', '164648.121000', '164648.124000', '164648.126000', '164648.129000', '164648.131000', '164708.011000', '164708.014000', '164708.017000', '164708.019000', '164708.022000', '164708.024000', '164708.027000', '164708.029000', '164708.032000', '164708.035000', '164708.037000', '164708.040000', '164708.042000', '164708.045000', '164708.048000', '164708.050000', '164708.053000', '164708.055000', '164708.058000', '164708.060000', '164708.063000', '164708.066000', '164708.068000', '164708.071000', '164708.073000', '164708.076000', '164708.078000', '164708.081000', '164708.084000', '164708.086000', '164708.089000', '164708.091000', '164708.094000', '164708.097000', '164708.099000', '164708.102000', '164708.104000', '164708.107000', '164708.109000', '164708.112000', '164708.114000', '164708.117000', '164708.120000', '164708.122000', '164728.010000', '164728.013000', '164728.016000', '164728.018000', '164728.021000', '164728.024000', '164728.026000', '164728.029000', '164728.031000', '164728.034000', '164728.036000', '164728.039000', '164728.042000', '164728.044000', '164728.047000', '164728.049000', '164728.052000', '164728.055000', '164728.057000', '164728.060000', '164728.062000', '164728.065000', '164728.067000', '164728.070000', '164728.072000', '164728.075000', '164728.078000', '164728.080000', '164728.083000', '164728.085000', '164728.088000', '164728.091000', '164728.093000', '164728.096000', '164728.098000', '164728.101000', '164728.103000', '164728.106000', '164728.109000', '164728.111000', '164728.114000', '164728.116000', '164728.119000', '164748.011000', '164748.014000', '164748.017000', '164748.019000', '164748.022000', '164748.025000', '164748.027000', '164748.030000', '164748.033000', '164748.035000', '164748.038000', '164748.040000', '164748.043000', '164748.046000', '164748.048000', '164748.051000', '164748.053000', '164748.056000', '164748.059000', '164748.061000', '164748.064000', '164748.066000', '164748.069000', '164748.072000', '164748.074000', '164748.077000', '164748.079000', '164748.082000', '164748.084000', '164748.093000', '164748.095000', '164748.098000', '164748.100000', '164748.103000', '164748.106000', '164748.108000', '164748.111000', '164748.113000', '164748.116000', '164748.119000', '164748.137000', '164748.140000', '164748.142000', '164748.145000', '164808.011000', '164808.014000', '164808.017000', '164808.019000', '164808.022000', '164808.024000', '164808.027000', '164808.030000', '164808.032000', '164808.035000', '164808.038000', '164808.040000', '164808.043000', '164808.045000', '164808.048000', '164808.051000', '164808.053000', '164808.056000', '164808.058000', '164808.061000', '164808.064000', '164808.066000', '164808.069000', '164808.071000', '164808.074000', '164808.076000', '164808.079000', '164808.082000', '164808.084000', '164808.087000', '164808.089000', '164808.092000', '164808.094000', '164808.097000', '164808.099000', '164808.102000', '164808.105000', '164808.107000', '164808.110000', '164808.112000', '164808.115000', '164808.118000', '164808.120000', '164828.011000', '164828.014000', '164828.017000', '164828.019000', '164828.022000', '164828.025000', '164828.027000', '164828.030000', '164828.032000', '164828.035000', '164828.038000', '164828.040000', '164828.043000', '164828.045000', '164828.048000', '164828.050000', '164828.053000', '164828.056000', '164828.058000', '164828.061000', '164828.063000', '164828.066000', '164828.068000', '164828.071000', '164828.074000', '164828.076000', '164828.079000', '164828.081000', '164828.084000', '164828.087000', '164828.089000', '164828.092000', '164828.094000', '164828.097000', '164828.099000', '164828.102000', '164828.105000', '164828.107000', '164828.110000', '164828.112000', '164828.115000', '164828.118000', '164828.120000', '164828.123000', '164848.011000', '164848.014000', '164848.017000', '164848.020000', '164848.022000', '164848.025000', '164848.027000', '164848.030000', '164848.032000', '164848.035000', '164848.038000', '164848.040000', '164848.043000', '164848.045000', '164848.048000', '164848.051000', '164848.053000', '164848.056000', '164848.058000', '164848.061000', '164848.064000', '164848.066000', '164848.069000', '164848.071000', '164848.074000', '164848.077000', '164848.079000', '164848.082000', '164848.084000', '164848.087000', '164848.089000', '164848.092000', '164848.095000', '164848.097000', '164848.100000', '164848.102000', '164848.105000', '164848.108000', '164848.110000', '164848.113000', '164848.115000', '164848.118000', '164848.121000', '164908.011000', '164908.014000', '164908.017000', '164908.020000', '164908.023000', '164908.026000', '164908.028000', '164908.031000', '164908.033000', '164908.036000', '164908.039000', '164908.041000', '164908.044000', '164908.046000', '164908.058000', '164908.061000', '164908.063000', '164908.066000', '164908.069000', '164908.071000', '164908.074000', '164908.077000', '164908.079000', '164908.082000', '164908.084000', '164908.087000', '164908.089000', '164908.092000', '164908.095000', '164908.097000', '164908.100000', '164908.102000', '164908.105000', '164908.107000', '164908.110000', '164908.113000', '164908.115000', '164908.118000', '164908.120000', '164908.123000', '164908.126000', '164908.128000', '164908.131000', '164908.133000', '164928.011000', '164928.014000', '164928.017000', '164928.019000', '164928.022000', '164928.025000', '164928.027000', '164928.030000', '164928.032000', '164928.035000', '164928.037000', '164928.040000', '164928.043000', '164928.045000', '164928.048000', '164928.050000', '164928.053000', '164928.056000', '164928.058000', '164928.061000', '164928.063000', '164928.093000', '164928.096000', '164928.098000', '164928.101000', '164928.104000', '164928.106000', '164928.109000', '164928.111000', '164928.114000', '164928.116000', '164928.119000', '164928.121000', '164928.124000', '164928.127000', '164928.129000', '164928.132000', '164928.134000', '164928.137000', '164928.140000', '164928.142000', '164928.145000', '164928.147000', '164948.010000', '164948.016000', '164948.019000', '164948.022000', '164948.025000', '164948.027000', '164948.030000', '164948.033000', '164948.035000', '164948.038000', '164948.040000', '164948.043000', '164948.046000', '164948.048000', '164948.051000', '164948.053000', '164948.056000', '164948.059000', '164948.061000', '164948.064000', '164948.066000', '164948.069000', '164948.072000', '164948.074000', '164948.077000', '164948.079000', '164948.082000', '164948.085000', '164948.087000', '164948.090000', '164948.092000', '164948.095000', '164948.097000', '164948.100000', '164948.103000', '164948.105000', '164948.108000', '164948.111000', '164948.113000', '164948.116000', '164948.118000', '164948.121000', '164948.123000', '165008.011000', '165008.014000', '165008.017000', '165008.020000', '165008.022000', '165008.025000', '165008.027000', '165008.030000', '165008.033000', '165008.035000', '165008.038000', '165008.040000', '165008.043000', '165008.046000', '165008.048000', '165008.051000', '165008.053000', '165008.056000', '165008.059000', '165008.061000', '165008.064000', '165008.066000', '165008.069000', '165008.072000', '165008.074000', '165008.077000', '165008.079000', '165008.082000', '165008.085000', '165008.087000', '165008.090000', '165008.092000', '165008.095000', '165008.097000', '165008.100000', '165008.103000', '165008.105000', '165008.108000', '165008.110000', '165008.113000', '165008.116000', '165008.118000', '165008.121000', '165008.123000', '165028.012000', '165028.015000', '165028.017000', '165028.020000', '165028.022000', '165028.025000', '165028.028000', '165028.030000', '165028.033000', '165028.035000', '165028.038000', '165028.041000', '165028.043000', '165028.046000', '165028.048000', '165028.051000', '165028.054000', '165028.056000', '165028.060000', '165028.062000', '165028.065000', '165028.068000', '165028.070000', '165028.073000', '165028.075000', '165028.078000', '165028.081000', '165028.083000', '165028.086000', '165028.088000', '165028.091000', '165028.094000', '165028.096000', '165028.099000', '165028.101000', '165028.104000', '165028.107000', '165028.109000', '165028.112000', '165028.115000', '165028.117000', '165028.120000', '165028.123000', '165048.011000', '165048.014000', '165048.017000', '165048.019000', '165048.022000', '165048.025000', '165048.028000', '165048.030000', '165048.033000', '165048.035000', '165048.038000', '165048.041000', '165048.043000', '165048.046000', '165048.049000', '165048.051000', '165048.054000', '165048.056000', '165048.059000', '165048.062000', '165048.064000', '165048.067000', '165048.069000', '165048.072000', '165048.075000', '165048.077000', '165048.080000', '165048.082000', '165048.085000', '165048.087000', '165048.090000', '165048.093000', '165048.095000', '165048.098000', '165048.100000', '165048.103000', '165048.106000', '165048.108000', '165048.111000', '165048.113000', '165048.116000', '165048.119000', '165048.121000', '165048.124000', '165108.011000', '165108.014000', '165108.017000', '165108.019000', '165108.022000', '165108.025000', '165108.027000', '165108.030000', '165108.032000', '165108.035000', '165108.037000', '165108.040000', '165108.043000', '165108.045000', '165108.049000', '165108.051000', '165108.054000', '165108.057000', '165108.059000', '165108.062000', '165108.064000', '165108.067000', '165108.069000', '165108.072000', '165108.075000', '165108.077000', '165108.080000', '165108.082000', '165108.085000', '165108.088000', '165108.090000', '165108.093000', '165108.095000', '165108.098000', '165108.101000', '165108.103000', '165108.106000', '165108.108000', '165108.111000', '165108.113000', '165108.116000', '165108.119000', '165108.121000', '165128.012000', '165128.015000', '165128.017000', '165128.020000', '165128.022000', '165128.025000', '165128.028000', '165128.030000', '165128.033000', '165128.035000', '165128.038000', '165128.040000', '165128.043000', '165128.046000', '165128.048000', '165128.051000', '165128.053000', '165128.056000', '165128.059000', '165128.061000', '165128.064000', '165128.066000', '165128.074000', '165128.077000', '165128.080000', '165128.082000', '165128.085000', '165128.087000', '165128.090000', '165128.092000', '165128.095000', '165128.098000', '165128.100000', '165128.103000', '165128.105000', '165128.108000', '165128.111000', '165128.113000', '165128.116000', '165128.118000', '165128.121000', '165128.124000', '165128.126000', '165128.129000', '165148.011000', '165148.014000', '165148.017000', '165148.020000', '165148.022000', '165148.025000', '165148.027000', '165148.030000', '165148.032000', '165148.035000', '165148.038000', '165148.040000', '165148.043000', '165148.045000', '165148.048000', '165148.051000', '165148.053000', '165148.056000', '165148.059000', '165148.061000', '165148.064000', '165148.067000', '165148.069000', '165148.072000', '165148.075000', '165148.077000', '165148.080000', '165148.082000', '165148.085000', '165148.088000', '165148.090000', '165148.093000', '165148.096000', '165148.099000', '165148.102000', '165148.105000', '165148.107000', '165148.110000', '165148.113000', '165148.115000', '165148.118000', '165148.121000', '165148.123000', '165208.011000', '165208.013000', '165208.016000', '165208.019000', '165208.021000', '165208.024000', '165208.026000', '165208.029000', '165208.032000', '165208.034000', '165208.037000', '165208.040000', '165208.042000', '165208.045000', '165208.047000', '165208.050000', '165208.053000', '165208.055000', '165208.058000', '165208.061000', '165208.063000', '165208.066000', '165208.069000', '165208.071000', '165208.074000', '165208.076000', '165208.079000', '165208.082000', '165208.084000', '165208.087000', '165208.089000', '165208.092000', '165208.095000', '165208.097000', '165208.100000', '165208.102000', '165208.105000', '165208.107000', '165208.110000', '165208.113000', '165208.115000', '165208.118000', '165208.120000', '165208.123000', '165228.012000', '165228.014000', '165228.017000', '165228.020000', '165228.022000', '165228.025000', '165228.027000', '165228.030000', '165228.032000', '165228.035000', '165228.038000', '165228.040000', '165228.043000', '165228.045000', '165228.048000', '165228.050000', '165228.053000', '165228.056000', '165228.058000', '165228.061000', '165228.063000', '165228.066000', '165228.068000', '165228.071000', '165228.074000', '165228.076000', '165228.079000', '165228.081000', '165228.084000', '165228.087000', '165228.089000', '165228.092000', '165228.094000', '165228.097000', '165228.099000', '165228.102000', '165228.105000', '165228.107000', '165228.110000', '165228.112000', '165228.115000', '165228.117000', '165228.120000', '165248.012000', '165248.014000', '165248.017000', '165248.020000', '165248.022000', '165248.025000', '165248.027000', '165248.030000', '165248.033000', '165248.035000', '165248.038000', '165248.040000', '165248.043000', '165248.045000', '165248.048000', '165248.051000', '165248.053000', '165248.056000', '165248.059000', '165248.061000', '165248.064000', '165248.066000', '165248.069000', '165248.072000', '165248.074000', '165248.077000', '165248.079000', '165248.082000', '165248.085000', '165248.087000', '165248.090000', '165248.092000', '165248.095000', '165248.098000', '165248.100000', '165248.103000', '165248.105000', '165248.108000', '165248.111000', '165248.113000', '165248.116000', '165248.118000', '165248.121000', '165248.124000', '165308.012000', '165308.014000', '165308.017000', '165308.020000', '165308.022000', '165308.025000', '165308.027000', '165308.030000', '165308.032000', '165308.035000', '165308.038000', '165308.040000', '165308.043000', '165308.045000', '165308.048000', '165308.050000', '165308.053000', '165308.056000', '165308.058000', '165308.061000', '165308.064000', '165308.066000', '165308.069000', '165308.071000', '165308.074000', '165308.077000', '165308.079000', '165308.082000', '165308.084000', '165308.087000', '165308.090000', '165308.092000', '165308.095000', '165308.098000', '165308.100000', '165308.103000', '165308.106000', '165308.108000', '165308.111000', '165308.113000', '165308.116000', '165308.119000', '165308.121000', '165328.012000', '165328.015000', '165328.017000', '165328.020000', '165328.022000', '165328.025000', '165328.028000', '165328.030000', '165328.033000', '165328.035000', '165328.038000', '165328.041000', '165328.043000', '165328.046000', '165328.048000', '165328.051000', '165328.054000', '165328.056000', '165328.059000', '165328.061000', '165328.064000', '165328.066000', '165328.069000', '165328.071000', '165328.074000', '165328.077000', '165328.079000', '165328.082000', '165328.085000', '165328.087000', '165328.090000', '165328.092000', '165328.095000', '165328.098000', '165328.100000', '165328.103000', '165328.105000', '165328.108000', '165328.111000', '165328.113000', '165328.116000', '165328.119000', '165328.121000', '165328.124000', '165348.011000', '165348.014000', '165348.017000', '165348.019000', '165348.022000', '165348.025000', '165348.027000', '165348.030000', '165348.032000', '165348.035000', '165348.048000', '165348.050000', '165348.053000', '165348.056000', '165348.058000', '165348.061000', '165348.063000', '165348.066000', '165348.068000', '165348.071000', '165348.074000', '165348.076000', '165348.079000', '165348.082000', '165348.084000', '165348.087000', '165348.089000', '165348.092000', '165348.095000', '165348.097000', '165348.100000', '165348.102000', '165348.105000', '165348.108000', '165348.110000', '165348.113000', '165348.115000', '165348.118000', '165348.120000', '165348.123000', '165348.126000', '165348.128000', '165348.131000', '165408.012000', '165408.015000', '165408.017000', '165408.020000', '165408.022000', '165408.025000', '165408.028000', '165408.030000', '165408.033000', '165408.036000', '165408.038000', '165408.041000', '165408.043000', '165408.046000', '165408.048000', '165408.051000', '165408.054000', '165408.056000', '165408.059000', '165408.061000', '165408.064000', '165408.066000', '165408.069000', '165408.072000', '165408.074000', '165408.077000', '165408.079000', '165408.082000', '165408.085000', '165408.087000', '165408.090000', '165408.092000', '165408.095000', '165408.098000', '165408.100000', '165408.103000', '165408.105000', '165408.108000', '165408.111000', '165408.113000', '165408.116000', '165408.118000', '165408.121000', '165408.124000', '165428.011000', '165428.014000', '165428.016000', '165428.019000', '165428.021000', '165428.024000', '165428.027000', '165428.029000', '165428.032000', '165428.035000', '165428.037000', '165428.040000', '165428.042000', '165428.045000', '165428.048000', '165428.050000', '165428.053000', '165428.055000', '165428.058000', '165428.061000', '165428.063000', '165428.066000', '165428.068000', '165428.071000', '165428.074000', '165428.076000', '165428.079000', '165428.081000', '165428.084000', '165428.087000', '165428.089000', '165428.092000', '165428.095000', '165428.097000', '165428.100000', '165428.102000', '165428.105000', '165428.107000', '165428.110000', '165428.113000', '165428.115000', '165428.118000', '165428.120000', '165448.012000', '165448.015000', '165448.017000', '165448.020000', '165448.022000', '165448.025000', '165448.028000', '165448.030000', '165448.033000', '165448.035000', '165448.038000', '165448.041000', '165448.043000', '165448.046000', '165448.049000', '165448.051000', '165448.054000', '165448.056000', '165448.059000', '165448.062000', '165448.064000', '165448.067000', '165448.069000', '165448.072000', '165448.075000', '165448.077000', '165448.080000', '165448.083000', '165448.085000', '165448.088000', '165448.090000', '165448.093000', '165448.096000', '165448.098000', '165448.101000', '165448.103000', '165448.106000', '165448.109000', '165448.111000', '165448.114000', '165448.117000', '165448.119000', '165448.122000', '165448.124000', '165508.012000', '165508.014000', '165508.017000', '165508.020000', '165508.022000', '165508.025000', '165508.027000', '165508.030000', '165508.033000', '165508.035000', '165508.038000', '165508.040000', '165508.043000', '165508.045000', '165508.048000', '165508.051000', '165508.053000', '165508.056000', '165508.058000', '165508.061000', '165508.063000', '165508.066000', '165508.069000', '165508.071000', '165508.074000', '165508.076000', '165508.079000', '165508.082000', '165508.084000', '165508.087000', '165508.090000', '165508.092000', '165508.095000', '165508.097000', '165508.100000', '165508.103000', '165508.105000', '165508.108000', '165508.110000', '165508.113000', '165508.116000', '165508.118000', '165508.121000', '165528.012000', '165528.014000', '165528.017000', '165528.020000', '165528.022000', '165528.025000', '165528.028000', '165528.030000', '165528.033000', '165528.036000', '165528.038000', '165528.041000', '165528.044000', '165528.046000', '165528.049000', '165528.051000', '165528.054000', '165528.057000', '165528.059000', '165528.062000', '165528.064000', '165528.067000', '165528.070000', '165528.072000', '165528.075000', '165528.077000', '165528.080000', '165528.083000', '165528.085000', '165528.088000', '165528.091000', '165528.093000', '165528.096000', '165528.098000', '165528.101000', '165528.104000', '165528.106000', '165528.109000', '165528.111000', '165528.114000', '165528.117000', '165528.119000', '165528.122000', '165528.124000', '165548.012000', '165548.014000', '165548.017000', '165548.020000', '165548.022000', '165548.025000', '165548.028000', '165548.030000', '165548.033000', '165548.036000', '165548.038000', '165548.041000', '165548.043000', '165548.046000', '165548.049000', '165548.051000', '165548.054000', '165548.057000', '165548.059000', '165548.062000', '165548.065000', '165548.067000', '165548.070000', '165548.072000', '165548.075000', '165548.078000', '165548.080000', '165548.083000', '165548.085000', '165548.088000', '165548.091000', '165548.093000', '165548.096000', '165548.098000', '165548.101000', '165548.104000', '165548.106000', '165548.109000', '165548.112000', '165548.114000', '165548.117000', '165548.120000', '165548.122000', '165551.008000', '165551.011000', '165551.014000', '165551.016000', '165551.019000', '165551.022000', '165551.024000'], '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': [10883, 10627, 11268, 9271, 12972, 8976, 11396, 10564, 9662, 10673, 8684, 12315, 10947, 10370, 10074, 9941, 9364, 9442, 8453, 8732, 13640, 9722, 11082, 10276, 10200, 10468, 8600, 10610, 8753, 10184, 10526, 9628, 10252, 16350, 12108, 10802, 10948, 8634, 13519, 10014, 10472, 9619, 9291, 13892, 8739, 11521, 9431, 9827, 10531, 8624, 14566, 8835, 11017, 10774, 9685, 10739, 8234, 12899, 9671, 9577, 11000, 8463, 12692, 9999, 9915, 10711, 8474, 13709, 10139, 9550, 9660, 8635, 13494, 9604, 9786, 9381, 8872, 14011, 9672, 8978, 8739, 9150, 14670, 8716, 11359, 9137, 9880, 8755, 8764, 14074, 9408, 10139, 8517, 8952, 14647, 8476, 11553, 8651, 9230, 11454, 8588, 12882, 9049, 10167, 9388, 8771, 14235, 8415, 12043, 8961, 8832, 11037, 8393, 12580, 9424, 9555, 10340, 8505, 13244, 9918, 9580, 8302, 8662, 14053, 9827, 10184, 8451, 8821, 13170, 10002, 10242, 8592, 9179, 13574, 9962, 10848, 9036, 9394, 12485, 8229, 11828, 9606, 9812, 9757, 8314, 12273, 9592, 9383, 9405, 8619, 13175, 9929, 9442, 10577, 8459, 13129, 9693, 9600, 9626, 8449, 13677, 9767, 9220, 8776, 8821, 13473, 8942, 10990, 9089, 10220, 11123, 9021, 8655, 8673, 14297, 10218, 10722, 9218, 9982, 14760, 8644, 12017, 9505, 9674, 10349, 8581, 13594, 9523, 9789, 8455, 9331, 14981, 8969, 11002, 8831, 9540, 9603, 8498, 13553, 9672, 9730, 9090, 9968, 10133, 8703, 9979, 8412, 13843, 8739, 11183, 9849, 10456, 8692, 9512, 15049, 9953, 11752, 9896, 10872, 9414, 9170, 8855, 8815, 8482, 9726, 9117, 11064, 9096, 10971, 8869, 15165, 10907, 12609, 9176, 10543, 8967, 9449, 8465, 9530, 8534, 10454, 14042, 9589, 14906, 9522, 11171, 8991, 10197, 8683, 9268, 14703, 10234, 11645, 8977, 10676, 10045, 9393, 9202, 8486, 13637, 9097, 10019, 8502, 9813, 9455, 8327, 11212, 8559, 10208, 8284, 12181, 9553, 9367, 9173, 9031, 15976, 10323, 11729, 8812, 10632, 9058, 9157, 8377, 8556, 8867, 9065, 11415, 15841, 10519, 11522, 8918, 11867, 8658, 10890, 8999, 10086, 8908, 10658, 9305, 9208, 8634, 9685, 9155, 8927, 8818, 9765, 16184, 11296, 10947, 8944, 11093, 8906, 10007, 8446, 9488, 11247, 8517, 13301, 9716, 10761, 8953, 9637, 8363, 10124, 8326, 9450, 13838, 8412, 11628, 8729, 9206, 8516, 13144, 9317, 10836, 8434, 10482, 10422, 8513, 13953, 9014, 12031, 8728, 10570, 9744, 9752, 8954, 10267, 8648, 9128, 8865, 8690, 11126, 8644, 11059, 15899, 10872, 12397, 8952, 11061, 10174, 12659, 8714, 8669, 9508, 8576, 11983, 14157, 10790, 11371, 9115, 9589, 10637, 9216, 13684, 9227, 10340, 8766, 9073, 15317, 9874, 11703, 8387, 9507, 12514, 8991, 13220, 8799, 10010, 8506, 9147, 8871, 8867, 9034, 9169, 8480, 10276, 8326, 12846, 9578, 12874, 8612, 9517, 9908, 8890, 12683, 8743, 12280, 8588, 9042, 8427, 8923, 9944, 13177, 10055, 10798, 8875, 9443, 9100, 8624, 13450, 8388, 11609, 8681, 9948, 8831, 8962, 12664, 8832, 12113, 9350, 9179, 10576, 8500, 12292, 9169, 9249, 8524, 8747, 12146, 8685, 13245, 9038, 10567, 9342, 9095, 15470, 8576, 12134, 9417, 9020, 8701, 9612, 14939, 9309, 12323, 8973, 9152, 10087, 9063, 14741, 8279, 11248, 8870, 9961, 11128, 8563, 12382, 8979, 10631, 8450, 9275, 10514, 8989, 12473, 8463, 13265, 9272, 9427, 8874, 8914, 14645, 8480, 11001, 8580, 9272, 9208, 8726, 14243, 9416, 10215, 8979, 8714, 14366, 8992, 12090, 8595, 8849, 10078, 8873, 13494, 9104, 11066, 8819, 8909, 8607, 8752, 13919, 10345, 10690, 8345, 9702, 11664, 8835, 14607, 8582, 11984, 9025, 10196, 9860, 8462, 13851, 8808, 10810, 8505, 9676, 10643, 8796, 11272, 8363, 12910, 9091, 9876, 8637, 9341, 10772, 8632, 15119, 8421, 12035, 8896, 9341, 12199, 8765, 14198, 9686, 10039, 8583, 9322, 11493, 8585, 9086, 8380, 12155, 8437, 11227, 8879, 10430, 11364, 9023, 14598, 9335, 10489, 8756, 8768, 11109, 8980, 12928, 8342, 10867, 8556, 9492, 8701, 9278, 9582, 8618, 13609, 8501, 12994, 8595, 11084, 8670, 9086, 8675, 9314, 14513, 9347, 10347, 8364, 11160, 8805, 9406, 8614, 8808, 8790, 9054, 12884, 9052, 11285, 8205, 11310, 8342, 9967, 8880, 9391, 10003, 8631, 12812, 8555, 11371, 8406, 10066, 8649, 9131, 8591, 9020, 8610, 8832, 8359, 9269, 9284, 9100, 14805, 8445, 11510, 8307, 11827, 8673, 9264, 8586, 9176, 11861, 8913, 12587, 8394, 11466, 8349, 9194, 9057, 9174, 9356, 8947, 10285, 8918, 11132, 8821, 13147, 8694, 9194, 8514, 9558, 14209, 8586, 12547, 8820, 10077, 8509, 9303, 10038, 9081, 10167, 9005, 13549, 8733, 10390, 8673, 9275, 9175, 9047, 12942, 8493, 10858, 8537, 9151, 10452, 9178, 11664, 8618, 12408, 9180, 9380, 8150, 8958, 13140, 9060, 13367, 8442, 11390, 8694, 10643, 8519, 9606, 9018, 8545, 9523, 15364, 10094, 9467, 8108, 9791, 15710, 8578, 11491, 8460, 11067, 8655, 8960, 9863, 8855, 11413, 14451, 9483, 12364, 8423, 10015, 10339, 9444, 12710, 8615, 11271, 8534, 9254, 10799, 9260, 13811, 8288, 10937, 8829, 9157, 8654, 9137, 13573, 9609, 9818, 8615, 9130, 14549, 8615, 11269, 8283, 10297, 10147, 9489, 13989, 9081, 11500, 8457, 9259, 10567, 9040, 12565, 8418, 11013, 8461, 9065, 9029, 9172, 13742, 8392, 9257, 8335, 9689, 14634, 8654, 11618, 8353, 9381, 11148, 8790, 12594, 9088, 9398, 8534, 9207, 9952, 8884, 13930, 9510, 10317, 8597, 9471, 13858, 8801, 10592, 8212, 9020, 13376, 8781, 11874, 8226, 10189, 9630, 9143, 11028, 8762, 13001, 8372, 9478, 9029, 9251, 9690, 9171, 13741, 8724, 9960, 8356, 9644, 12387, 8885, 12011, 8845, 9238, 8502, 9269, 12934, 9401, 10864, 8516, 10600, 8427, 9990, 8783, 9153, 8238, 9576, 8567, 11042, 8541, 8797, 8806, 13177, 10065, 8842, 15691, 8781, 12768, 8662, 9705, 9035, 9243, 8336, 9181, 13943, 9368, 11772, 8760, 10021, 11980, 8632, 13095, 8973, 10688, 8461, 9595, 8815, 9146, 10151, 8785, 12567, 8923, 9933, 9045, 9480, 8545, 9563, 11382, 9268, 12242, 8978, 10056, 8280, 10062, 8210, 9208, 14056, 9039, 11324, 9024, 8611, 9317, 9267, 8246, 9009, 13135, 10516, 9246, 13620, 8819, 10953, 8682, 9608, 9283, 11052, 11670, 10041, 15526, 12783, 13486, 9265, 10400, 9237, 9576, 14619, 8913, 11852, 9284, 9587, 8841, 9499, 12977, 8869, 12365, 9179, 10187, 8279, 9380, 11452, 8765, 11987, 8726, 11389, 8591, 10786, 8769, 9332, 10104, 9127, 12533, 8498, 11823, 8559, 9469, 9087, 9356, 9844, 9205, 13018, 8647, 10991, 8670, 9323, 8852, 9212, 13025, 8987, 10503, 8618, 9369, 11394, 9234, 12637, 8313, 10701, 9253, 9188, 11480, 9069, 12166, 8905, 9363, 12330, 9456, 13050, 8631, 9762, 9461, 9370, 11823, 8985, 11378, 8485, 9152, 13878, 8913, 11973, 8553, 9318, 10988, 9166, 12177, 8389, 9585, 9049, 9242, 12945, 8928, 11586, 8666, 9575, 10564, 9467, 13673, 9009, 9412, 8374, 9453, 13091, 8709, 11698, 8556, 11487, 8748, 9072, 8364, 9337, 11942, 8906, 12577, 8406, 10240, 8089, 9455, 8662, 9063, 8815, 12145, 9204, 9842, 8983, 15310, 9996, 10554, 8320, 9535, 8617, 9595, 8091, 9274, 8682, 10416, 9096, 10740, 8697, 11031, 8604, 13524, 9144, 12620, 8570, 9809, 8786, 9875, 8687, 10181, 8616, 10728, 8633, 10944, 8584, 9764, 8768, 10254, 8945, 9741, 8957, 12936, 8880, 9332, 9427, 9260, 8521, 8982, 13644, 8817, 10743, 8920, 12756, 8916, 11700, 8459, 9402, 8627, 9034, 8962, 9471, 9155, 9390, 11798, 9214, 13402, 9002, 12943, 8608, 10860, 8940, 9614, 8621, 9722, 13673, 8701, 12113, 8901, 10532, 8643, 9244, 8761, 9440, 8608, 9318, 12841, 8611, 10046, 8778, 10334, 8739, 9742, 11544, 9227, 13362, 8477, 11347, 8917, 9544, 8887, 9266, 13361, 9176, 12199, 8862, 9502, 8722, 9781, 8968, 9482, 13869, 9100, 9667, 9005, 9712, 8989, 9035, 10930, 9177, 11089, 8892, 12410, 9617, 9141, 11242, 9007, 11836, 9113, 9401, 10510, 9503, 13423, 8549, 10108, 9397, 9852, 12936, 8863, 11784, 9104, 9759, 8872, 9468, 12860, 8489, 10136, 8602, 9837, 9652, 9454, 14032, 8655, 10783, 8594, 9478, 10637, 9493, 10736, 9161, 12336, 8841, 9196, 9613, 9261, 13550, 8589, 10042, 8981, 9664, 13555, 8639, 11282, 8553, 9634, 8714, 9642, 13236, 8793, 9590, 8711, 9470, 12493, 9117, 11881, 8964, 9563, 9532, 9467, 14002, 8647, 10898, 8988, 9551, 10083, 9735, 13066, 8777, 11551, 8981, 9597, 9374, 9758, 13410, 8902, 11342, 8895, 9907, 8642, 10019, 12565, 8972, 10649, 8605, 10025, 8627, 9741, 8764, 8727, 9644, 13631, 9549, 10000, 9378, 9878, 13544, 9022, 9771, 8643, 9865, 10304, 9888, 12578, 9017, 11856, 9170, 9853, 8817, 9932, 10351, 9470, 12768, 8865, 10112, 8836, 10176, 12292, 9022, 11830, 8971, 9918, 8586, 9925, 13613, 9203, 10459, 8836, 10472, 8604, 9876, 9516, 9831, 12807, 8977, 10097, 9184, 9819, 14358, 8828, 10482, 9499, 9848, 8503, 9965, 12504, 9121, 11287, 9300, 9891, 9655, 9982, 12491, 9154, 11606, 8952, 9795, 8524, 10128, 8845, 9400, 12143, 8938, 9877, 8625, 9941, 13697, 9007, 12426, 9783, 9984, 8750, 10010, 13476, 8778, 9979, 9281, 9692, 10024, 9457], 'WindowCenter': [4596.0, 4569.0, 4568.0, 4535.0, 4561.0, 4521.0, 4539.0, 4540.0, 4530.0, 4540.0, 4521.0, 4549.0, 4542.0, 4541.0, 4543.0, 4532.0, 4533.0, 4536.0, 4517.0, 4539.0, 4566.0, 4537.0, 4568.0, 4558.0, 4558.0, 4557.0, 4536.0, 4544.0, 4536.0, 4556.0, 4557.0, 4547.0, 4557.0, 4587.0, 4565.0, 4544.0, 4542.0, 4523.0, 4562.0, 4533.0, 4541.0, 4531.0, 4532.0, 4561.0, 4522.0, 4541.0, 4522.0, 4532.0, 4542.0, 4523.0, 4561.0, 4522.0, 4542.0, 4542.0, 4532.0, 4541.0, 4512.0, 4551.0, 4531.0, 4531.0, 4540.0, 4512.0, 4551.0, 4531.0, 4531.0, 4529.0, 4510.0, 4549.0, 4529.0, 4519.0, 4518.0, 4510.0, 4548.0, 4520.0, 4528.0, 4518.0, 4519.0, 4548.0, 4519.0, 4508.0, 4509.0, 4519.0, 4557.0, 4508.0, 4537.0, 4519.0, 4528.0, 4507.0, 4509.0, 4547.0, 4518.0, 4527.0, 4508.0, 4518.0, 4557.0, 4508.0, 4537.0, 4508.0, 4518.0, 4536.0, 4508.0, 4547.0, 4508.0, 4527.0, 4517.0, 4508.0, 4547.0, 4508.0, 4547.0, 4508.0, 4519.0, 4527.0, 4509.0, 4547.0, 4518.0, 4518.0, 4527.0, 4508.0, 4547.0, 4528.0, 4518.0, 4508.0, 4509.0, 4548.0, 4529.0, 4528.0, 4508.0, 4520.0, 4548.0, 4528.0, 4528.0, 4519.0, 4530.0, 4549.0, 4529.0, 4539.0, 4520.0, 4520.0, 4548.0, 4510.0, 4549.0, 4530.0, 4530.0, 4529.0, 4510.0, 4550.0, 4531.0, 4531.0, 4531.0, 4521.0, 4561.0, 4532.0, 4532.0, 4540.0, 4512.0, 4550.0, 4531.0, 4530.0, 4530.0, 4511.0, 4559.0, 4530.0, 4520.0, 4508.0, 4521.0, 4559.0, 4521.0, 4540.0, 4532.0, 4542.0, 4552.0, 4522.0, 4522.0, 4524.0, 4572.0, 4543.0, 4542.0, 4532.0, 4532.0, 4560.0, 4520.0, 4549.0, 4519.0, 4530.0, 4528.0, 4520.0, 4547.0, 4519.0, 4529.0, 4508.0, 4519.0, 4557.0, 4506.0, 4527.0, 4507.0, 4517.0, 4516.0, 4508.0, 4546.0, 4518.0, 4517.0, 4517.0, 4531.0, 4528.0, 4508.0, 4528.0, 4510.0, 4560.0, 4521.0, 4539.0, 4531.0, 4540.0, 4510.0, 4531.0, 4560.0, 4531.0, 4540.0, 4521.0, 4529.0, 4519.0, 4520.0, 4521.0, 4520.0, 4520.0, 4533.0, 4536.0, 4554.0, 4536.0, 4554.0, 4536.0, 4574.0, 4544.0, 4553.0, 4522.0, 4532.0, 4522.0, 4521.0, 4511.0, 4531.0, 4510.0, 4541.0, 4560.0, 4531.0, 4560.0, 4520.0, 4530.0, 4508.0, 4517.0, 4497.0, 4519.0, 4558.0, 4529.0, 4537.0, 4509.0, 4527.0, 4516.0, 4517.0, 4506.0, 4507.0, 4545.0, 4506.0, 4516.0, 4507.0, 4530.0, 4518.0, 4507.0, 4537.0, 4521.0, 4541.0, 4523.0, 4562.0, 4533.0, 4521.0, 4520.0, 4519.0, 4558.0, 4530.0, 4552.0, 4520.0, 4539.0, 4519.0, 4508.0, 4509.0, 4521.0, 4533.0, 4534.0, 4564.0, 4573.0, 4543.0, 4539.0, 4521.0, 4539.0, 4510.0, 4529.0, 4522.0, 4530.0, 4521.0, 4531.0, 4521.0, 4520.0, 4510.0, 4530.0, 4521.0, 4521.0, 4521.0, 4531.0, 4569.0, 4539.0, 4528.0, 4507.0, 4527.0, 4507.0, 4516.0, 4496.0, 4516.0, 4525.0, 4496.0, 4535.0, 4506.0, 4525.0, 4507.0, 4516.0, 4496.0, 4517.0, 4497.0, 4530.0, 4546.0, 4497.0, 4526.0, 4508.0, 4518.0, 4510.0, 4549.0, 4519.0, 4529.0, 4498.0, 4528.0, 4526.0, 4507.0, 4546.0, 4507.0, 4537.0, 4507.0, 4526.0, 4510.0, 4518.0, 4532.0, 4541.0, 4522.0, 4531.0, 4533.0, 4534.0, 4554.0, 4523.0, 4553.0, 4571.0, 4540.0, 4549.0, 4520.0, 4553.0, 4531.0, 4537.0, 4496.0, 4506.0, 4517.0, 4511.0, 4542.0, 4560.0, 4530.0, 4539.0, 4520.0, 4531.0, 4528.0, 4518.0, 4545.0, 4506.0, 4514.0, 4493.0, 4494.0, 4543.0, 4504.0, 4524.0, 4483.0, 4504.0, 4522.0, 4496.0, 4532.0, 4482.0, 4501.0, 4491.0, 4501.0, 4492.0, 4505.0, 4495.0, 4503.0, 4506.0, 4527.0, 4508.0, 4545.0, 4517.0, 4535.0, 4495.0, 4504.0, 4502.0, 4494.0, 4533.0, 4506.0, 4537.0, 4508.0, 4506.0, 4508.0, 4519.0, 4542.0, 4559.0, 4530.0, 4539.0, 4532.0, 4531.0, 4519.0, 4520.0, 4559.0, 4523.0, 4550.0, 4521.0, 4531.0, 4521.0, 4522.0, 4560.0, 4521.0, 4550.0, 4521.0, 4521.0, 4539.0, 4521.0, 4562.0, 4531.0, 4520.0, 4520.0, 4521.0, 4561.0, 4523.0, 4561.0, 4522.0, 4541.0, 4519.0, 4522.0, 4584.0, 4522.0, 4549.0, 4531.0, 4520.0, 4522.0, 4544.0, 4571.0, 4531.0, 4549.0, 4519.0, 4520.0, 4541.0, 4519.0, 4558.0, 4509.0, 4538.0, 4520.0, 4543.0, 4537.0, 4508.0, 4537.0, 4519.0, 4538.0, 4509.0, 4519.0, 4528.0, 4520.0, 4549.0, 4511.0, 4559.0, 4519.0, 4519.0, 4508.0, 4519.0, 4571.0, 4508.0, 4527.0, 4508.0, 4518.0, 4517.0, 4509.0, 4557.0, 4518.0, 4527.0, 4506.0, 4508.0, 4560.0, 4519.0, 4536.0, 4507.0, 4507.0, 4516.0, 4518.0, 4558.0, 4520.0, 4537.0, 4507.0, 4508.0, 4519.0, 4520.0, 4559.0, 4529.0, 4528.0, 4510.0, 4529.0, 4539.0, 4520.0, 4558.0, 4520.0, 4539.0, 4522.0, 4544.0, 4529.0, 4510.0, 4561.0, 4522.0, 4540.0, 4521.0, 4529.0, 4527.0, 4509.0, 4538.0, 4510.0, 4561.0, 4534.0, 4530.0, 4520.0, 4520.0, 4540.0, 4523.0, 4570.0, 4510.0, 4549.0, 4520.0, 4532.0, 4549.0, 4509.0, 4548.0, 4519.0, 4517.0, 4509.0, 4533.0, 4537.0, 4508.0, 4506.0, 4509.0, 4549.0, 4511.0, 4539.0, 4522.0, 4541.0, 4538.0, 4519.0, 4558.0, 4518.0, 4527.0, 4508.0, 4509.0, 4537.0, 4533.0, 4551.0, 4510.0, 4527.0, 4509.0, 4520.0, 4523.0, 4531.0, 4529.0, 4520.0, 4559.0, 4521.0, 4560.0, 4510.0, 4539.0, 4509.0, 4519.0, 4523.0, 4533.0, 4559.0, 4519.0, 4528.0, 4510.0, 4541.0, 4521.0, 4518.0, 4509.0, 4519.0, 4520.0, 4532.0, 4550.0, 4520.0, 4539.0, 4510.0, 4539.0, 4510.0, 4529.0, 4509.0, 4519.0, 4518.0, 4510.0, 4549.0, 4511.0, 4540.0, 4511.0, 4529.0, 4510.0, 4532.0, 4521.0, 4520.0, 4510.0, 4520.0, 4511.0, 4531.0, 4521.0, 4522.0, 4560.0, 4511.0, 4540.0, 4512.0, 4564.0, 4510.0, 4519.0, 4509.0, 4520.0, 4539.0, 4521.0, 4550.0, 4510.0, 4539.0, 4509.0, 4521.0, 4521.0, 4520.0, 4519.0, 4520.0, 4529.0, 4521.0, 4541.0, 4520.0, 4560.0, 4521.0, 4520.0, 4510.0, 4532.0, 4549.0, 4510.0, 4538.0, 4509.0, 4519.0, 4509.0, 4518.0, 4518.0, 4509.0, 4528.0, 4520.0, 4549.0, 4510.0, 4529.0, 4510.0, 4520.0, 4518.0, 4520.0, 4548.0, 4510.0, 4539.0, 4510.0, 4520.0, 4529.0, 4521.0, 4539.0, 4511.0, 4550.0, 4521.0, 4520.0, 4511.0, 4522.0, 4550.0, 4521.0, 4560.0, 4513.0, 4540.0, 4512.0, 4541.0, 4523.0, 4533.0, 4535.0, 4524.0, 4534.0, 4573.0, 4531.0, 4520.0, 4498.0, 4520.0, 4558.0, 4499.0, 4528.0, 4497.0, 4538.0, 4521.0, 4532.0, 4542.0, 4533.0, 4553.0, 4562.0, 4521.0, 4539.0, 4509.0, 4519.0, 4518.0, 4518.0, 4547.0, 4509.0, 4538.0, 4509.0, 4519.0, 4528.0, 4520.0, 4559.0, 4512.0, 4540.0, 4521.0, 4521.0, 4522.0, 4533.0, 4561.0, 4533.0, 4532.0, 4522.0, 4532.0, 4561.0, 4521.0, 4540.0, 4512.0, 4531.0, 4530.0, 4531.0, 4560.0, 4521.0, 4539.0, 4510.0, 4520.0, 4528.0, 4509.0, 4538.0, 4509.0, 4528.0, 4509.0, 4509.0, 4508.0, 4519.0, 4548.0, 4509.0, 4519.0, 4497.0, 4519.0, 4557.0, 4509.0, 4537.0, 4498.0, 4519.0, 4527.0, 4508.0, 4536.0, 4508.0, 4507.0, 4509.0, 4519.0, 4528.0, 4520.0, 4548.0, 4519.0, 4528.0, 4508.0, 4519.0, 4547.0, 4508.0, 4527.0, 4497.0, 4508.0, 4546.0, 4507.0, 4537.0, 4508.0, 4529.0, 4518.0, 4519.0, 4527.0, 4509.0, 4548.0, 4510.0, 4519.0, 4508.0, 4520.0, 4519.0, 4520.0, 4549.0, 4509.0, 4518.0, 4498.0, 4519.0, 4538.0, 4509.0, 4537.0, 4508.0, 4508.0, 4507.0, 4519.0, 4538.0, 4509.0, 4529.0, 4511.0, 4540.0, 4510.0, 4531.0, 4511.0, 4519.0, 4513.0, 4532.0, 4536.0, 4566.0, 4526.0, 4522.0, 4524.0, 4563.0, 4520.0, 4510.0, 4559.0, 4510.0, 4539.0, 4509.0, 4519.0, 4509.0, 4519.0, 4509.0, 4520.0, 4559.0, 4519.0, 4538.0, 4509.0, 4529.0, 4537.0, 4508.0, 4537.0, 4508.0, 4528.0, 4498.0, 4518.0, 4522.0, 4519.0, 4517.0, 4523.0, 4592.0, 4563.0, 4543.0, 4520.0, 4519.0, 4497.0, 4516.0, 4512.0, 4505.0, 4537.0, 4505.0, 4514.0, 4484.0, 4516.0, 4485.0, 4508.0, 4547.0, 4510.0, 4540.0, 4512.0, 4510.0, 4506.0, 4508.0, 4498.0, 4521.0, 4551.0, 4531.0, 4520.0, 4549.0, 4510.0, 4528.0, 4512.0, 4532.0, 4519.0, 4541.0, 4539.0, 4529.0, 4546.0, 4535.0, 4524.0, 4493.0, 4502.0, 4491.0, 4492.0, 4530.0, 4481.0, 4510.0, 4490.0, 4490.0, 4479.0, 4501.0, 4520.0, 4492.0, 4520.0, 4492.0, 4502.0, 4482.0, 4505.0, 4522.0, 4494.0, 4523.0, 4495.0, 4525.0, 4508.0, 4527.0, 4509.0, 4520.0, 4529.0, 4520.0, 4549.0, 4522.0, 4551.0, 4521.0, 4531.0, 4519.0, 4521.0, 4530.0, 4532.0, 4561.0, 4523.0, 4542.0, 4523.0, 4533.0, 4532.0, 4534.0, 4563.0, 4534.0, 4543.0, 4524.0, 4534.0, 4553.0, 4534.0, 4563.0, 4524.0, 4543.0, 4533.0, 4534.0, 4552.0, 4533.0, 4563.0, 4523.0, 4532.0, 4551.0, 4532.0, 4561.0, 4522.0, 4532.0, 4531.0, 4522.0, 4550.0, 4522.0, 4551.0, 4510.0, 4521.0, 4559.0, 4519.0, 4539.0, 4510.0, 4531.0, 4539.0, 4519.0, 4538.0, 4510.0, 4520.0, 4520.0, 4521.0, 4549.0, 4521.0, 4540.0, 4510.0, 4520.0, 4528.0, 4531.0, 4549.0, 4509.0, 4518.0, 4498.0, 4519.0, 4547.0, 4510.0, 4539.0, 4521.0, 4540.0, 4511.0, 4520.0, 4510.0, 4532.0, 4550.0, 4523.0, 4551.0, 4512.0, 4531.0, 4500.0, 4531.0, 4523.0, 4522.0, 4535.0, 4564.0, 4535.0, 4533.0, 4522.0, 4572.0, 4532.0, 4530.0, 4499.0, 4519.0, 4509.0, 4519.0, 4501.0, 4521.0, 4523.0, 4542.0, 4524.0, 4542.0, 4524.0, 4541.0, 4523.0, 4562.0, 4523.0, 4551.0, 4511.0, 4520.0, 4523.0, 4519.0, 4501.0, 4530.0, 4522.0, 4539.0, 4512.0, 4529.0, 4497.0, 4528.0, 4520.0, 4527.0, 4521.0, 4519.0, 4519.0, 4549.0, 4496.0, 4507.0, 4495.0, 4506.0, 4495.0, 4498.0, 4537.0, 4498.0, 4517.0, 4509.0, 4538.0, 4510.0, 4539.0, 4499.0, 4508.0, 4509.0, 4509.0, 4520.0, 4520.0, 4520.0, 4521.0, 4539.0, 4520.0, 4561.0, 4519.0, 4549.0, 4510.0, 4529.0, 4509.0, 4530.0, 4510.0, 4530.0, 4549.0, 4510.0, 4538.0, 4522.0, 4541.0, 4521.0, 4520.0, 4508.0, 4519.0, 4522.0, 4533.0, 4550.0, 4511.0, 4530.0, 4522.0, 4531.0, 4523.0, 4532.0, 4541.0, 4520.0, 4549.0, 4510.0, 4540.0, 4521.0, 4530.0, 4520.0, 4531.0, 4560.0, 4534.0, 4562.0, 4520.0, 4519.0, 4509.0, 4530.0, 4519.0, 4544.0, 4560.0, 4520.0, 4519.0, 4520.0, 4530.0, 4536.0, 4522.0, 4539.0, 4531.0, 4540.0, 4522.0, 4563.0, 4521.0, 4521.0, 4539.0, 4520.0, 4539.0, 4509.0, 4519.0, 4528.0, 4519.0, 4548.0, 4509.0, 4529.0, 4518.0, 4529.0, 4537.0, 4509.0, 4539.0, 4509.0, 4532.0, 4508.0, 4519.0, 4547.0, 4509.0, 4528.0, 4510.0, 4530.0, 4519.0, 4530.0, 4558.0, 4510.0, 4540.0, 4509.0, 4520.0, 4528.0, 4519.0, 4528.0, 4531.0, 4549.0, 4520.0, 4520.0, 4519.0, 4520.0, 4548.0, 4510.0, 4529.0, 4508.0, 4519.0, 4548.0, 4520.0, 4539.0, 4509.0, 4519.0, 4509.0, 4532.0, 4549.0, 4523.0, 4531.0, 4510.0, 4529.0, 4550.0, 4521.0, 4550.0, 4521.0, 4530.0, 4519.0, 4532.0, 4559.0, 4521.0, 4539.0, 4520.0, 4520.0, 4527.0, 4519.0, 4549.0, 4510.0, 4539.0, 4520.0, 4519.0, 4517.0, 4530.0, 4549.0, 4520.0, 4539.0, 4509.0, 4519.0, 4509.0, 4556.0, 4550.0, 4520.0, 4528.0, 4520.0, 4531.0, 4536.0, 4532.0, 4523.0, 4523.0, 4545.0, 4575.0, 4546.0, 4533.0, 4520.0, 4530.0, 4548.0, 4509.0, 4519.0, 4508.0, 4518.0, 4517.0, 4528.0, 4547.0, 4521.0, 4540.0, 4519.0, 4529.0, 4508.0, 4529.0, 4529.0, 4530.0, 4549.0, 4520.0, 4529.0, 4509.0, 4530.0, 4538.0, 4509.0, 4538.0, 4509.0, 4530.0, 4509.0, 4531.0, 4574.0, 4521.0, 4528.0, 4520.0, 4540.0, 4509.0, 4531.0, 4518.0, 4530.0, 4549.0, 4521.0, 4542.0, 4519.0, 4530.0, 4548.0, 4509.0, 4541.0, 4519.0, 4518.0, 4507.0, 4530.0, 4548.0, 4532.0, 4541.0, 4520.0, 4529.0, 4518.0, 4530.0, 4549.0, 4520.0, 4551.0, 4521.0, 4531.0, 4508.0, 4542.0, 4508.0, 4519.0, 4548.0, 4519.0, 4529.0, 4523.0, 4531.0, 4548.0, 4509.0, 4548.0, 4529.0, 4519.0, 4497.0, 4528.0, 4546.0, 4508.0, 4516.0, 4518.0, 4520.0, 4517.0, 4519.0], 'WindowWidth': [10080.0, 10031.0, 10025.0, 9975.0, 10000.0, 9945.0, 9966.0, 9967.0, 9956.0, 9967.0, 9944.0, 9980.0, 9974.0, 9971.0, 9977.0, 9961.0, 9963.0, 9968.0, 9941.0, 9977.0, 10010.0, 9971.0, 10019.0, 10009.0, 10005.0, 10000.0, 9973.0, 9981.0, 9974.0, 10000.0, 10004.0, 9989.0, 10005.0, 10048.0, 10011.0, 9981.0, 9974.0, 9951.0, 10002.0, 9962.0, 9972.0, 9957.0, 9961.0, 9999.0, 9946.0, 9971.0, 9946.0, 9962.0, 9972.0, 9949.0, 10001.0, 9949.0, 9975.0, 9975.0, 9962.0, 9970.0, 9936.0, 9987.0, 9959.0, 9960.0, 9968.0, 9933.0, 9984.0, 9958.0, 9956.0, 9952.0, 9929.0, 9981.0, 9953.0, 9938.0, 9936.0, 9927.0, 9978.0, 9940.0, 9950.0, 9936.0, 9940.0, 9977.0, 9937.0, 9921.0, 9924.0, 9940.0, 9989.0, 9923.0, 9960.0, 9938.0, 9949.0, 9919.0, 9924.0, 9974.0, 9936.0, 9946.0, 9921.0, 9937.0, 9987.0, 9922.0, 9961.0, 9922.0, 9935.0, 9957.0, 9921.0, 9972.0, 9921.0, 9947.0, 9932.0, 9923.0, 9974.0, 9924.0, 9974.0, 9922.0, 9938.0, 9946.0, 9924.0, 9974.0, 9935.0, 9937.0, 9946.0, 9923.0, 9975.0, 9950.0, 9935.0, 9921.0, 9927.0, 9975.0, 9951.0, 9948.0, 9924.0, 9941.0, 9975.0, 9950.0, 9951.0, 9939.0, 9956.0, 9981.0, 9954.0, 9966.0, 9942.0, 9943.0, 9978.0, 9928.0, 9978.0, 9957.0, 9957.0, 9952.0, 9929.0, 9981.0, 9959.0, 9959.0, 9957.0, 9947.0, 9999.0, 9961.0, 9960.0, 9970.0, 9933.0, 9982.0, 9958.0, 9956.0, 9954.0, 9932.0, 9993.0, 9955.0, 9940.0, 9924.0, 9946.0, 9994.0, 9947.0, 9970.0, 9962.0, 9975.0, 9987.0, 9949.0, 9948.0, 9955.0, 10017.0, 9977.0, 9976.0, 9960.0, 9961.0, 9997.0, 9942.0, 9979.0, 9940.0, 9954.0, 9950.0, 9941.0, 9975.0, 9939.0, 9951.0, 9922.0, 9937.0, 9989.0, 9919.0, 9946.0, 9919.0, 9934.0, 9930.0, 9922.0, 9972.0, 9936.0, 9933.0, 9936.0, 9959.0, 9950.0, 9923.0, 9950.0, 9931.0, 9998.0, 9947.0, 9968.0, 9959.0, 9969.0, 9928.0, 9957.0, 9995.0, 9954.0, 9963.0, 9938.0, 9949.0, 9937.0, 9942.0, 9941.0, 9940.0, 9941.0, 9964.0, 9974.0, 9995.0, 9975.0, 9993.0, 9973.0, 10021.0, 9977.0, 9991.0, 9947.0, 9957.0, 9943.0, 9942.0, 9930.0, 9956.0, 9928.0, 9971.0, 9996.0, 9957.0, 9995.0, 9938.0, 9952.0, 9918.0, 9926.0, 9901.0, 9935.0, 9991.0, 9951.0, 9959.0, 9924.0, 9944.0, 9928.0, 9931.0, 9913.0, 9919.0, 9968.0, 9917.0, 9929.0, 9918.0, 9955.0, 9934.0, 9920.0, 9959.0, 9945.0, 9972.0, 9949.0, 10003.0, 9964.0, 9944.0, 9940.0, 9936.0, 9990.0, 9952.0, 9988.0, 9942.0, 9966.0, 9938.0, 9918.0, 9925.0, 9943.0, 9966.0, 9969.0, 10008.0, 10022.0, 9977.0, 9966.0, 9943.0, 9965.0, 9925.0, 9949.0, 9946.0, 9953.0, 9945.0, 9956.0, 9940.0, 9940.0, 9926.0, 9953.0, 9942.0, 9944.0, 9945.0, 9960.0, 10012.0, 9965.0, 9947.0, 9921.0, 9946.0, 9919.0, 9929.0, 9900.0, 9929.0, 9937.0, 9900.0, 9952.0, 9915.0, 9938.0, 9918.0, 9928.0, 9902.0, 9931.0, 9906.0, 9956.0, 9968.0, 9905.0, 9943.0, 9923.0, 9934.0, 9929.0, 9979.0, 9939.0, 9950.0, 9908.0, 9949.0, 9942.0, 9918.0, 9969.0, 9917.0, 9957.0, 9919.0, 9942.0, 9921.0, 9933.0, 9961.0, 9969.0, 9947.0, 9958.0, 9965.0, 9968.0, 9996.0, 9953.0, 9992.0, 10016.0, 9969.0, 9976.0, 9940.0, 9988.0, 9953.0, 9954.0, 9900.0, 9915.0, 9930.0, 9926.0, 9970.0, 9995.0, 9950.0, 9964.0, 9941.0, 9957.0, 9949.0, 9933.0, 9968.0, 9913.0, 9922.0, 9891.0, 9894.0, 9962.0, 9909.0, 9932.0, 9874.0, 9905.0, 9927.0, 9900.0, 9942.0, 9876.0, 9898.0, 9887.0, 9902.0, 9890.0, 9910.0, 9896.0, 9908.0, 9916.0, 9946.0, 9924.0, 9968.0, 9931.0, 9952.0, 9897.0, 9910.0, 9904.0, 9894.0, 9945.0, 9916.0, 9958.0, 9923.0, 9915.0, 9924.0, 9941.0, 9976.0, 9995.0, 9957.0, 9966.0, 9961.0, 9958.0, 9939.0, 9942.0, 9993.0, 9951.0, 9982.0, 9946.0, 9957.0, 9946.0, 9949.0, 9995.0, 9946.0, 9984.0, 9944.0, 9944.0, 9964.0, 9944.0, 10002.0, 9958.0, 9941.0, 9941.0, 9945.0, 10000.0, 9953.0, 9999.0, 9947.0, 9972.0, 9941.0, 9949.0, 10038.0, 9947.0, 9980.0, 9956.0, 9942.0, 9947.0, 9982.0, 10016.0, 9957.0, 9979.0, 9939.0, 9941.0, 9972.0, 9939.0, 9991.0, 9926.0, 9963.0, 9943.0, 9979.0, 9960.0, 9922.0, 9958.0, 9938.0, 9964.0, 9926.0, 9938.0, 9948.0, 9940.0, 9978.0, 9932.0, 9993.0, 9938.0, 9938.0, 9920.0, 9937.0, 10014.0, 9923.0, 9944.0, 9921.0, 9935.0, 9932.0, 9924.0, 9989.0, 9935.0, 9945.0, 9917.0, 9922.0, 9996.0, 9938.0, 9957.0, 9919.0, 9918.0, 9929.0, 9935.0, 9991.0, 9944.0, 9958.0, 9920.0, 9921.0, 9937.0, 9943.0, 9993.0, 9952.0, 9948.0, 9929.0, 9953.0, 9964.0, 9941.0, 9990.0, 9941.0, 9964.0, 9948.0, 9983.0, 9951.0, 9927.0, 10000.0, 9948.0, 9967.0, 9945.0, 9952.0, 9945.0, 9924.0, 9961.0, 9928.0, 9998.0, 9970.0, 9955.0, 9942.0, 9942.0, 9967.0, 9951.0, 10011.0, 9929.0, 9979.0, 9940.0, 9960.0, 9978.0, 9925.0, 9975.0, 9936.0, 9932.0, 9926.0, 9964.0, 9957.0, 9919.0, 9916.0, 9926.0, 9979.0, 9930.0, 9966.0, 9949.0, 9972.0, 9962.0, 9937.0, 9989.0, 9935.0, 9945.0, 9919.0, 9923.0, 9959.0, 9964.0, 9985.0, 9928.0, 9946.0, 9925.0, 9939.0, 9952.0, 9958.0, 9951.0, 9942.0, 9991.0, 9946.0, 9996.0, 9929.0, 9964.0, 9925.0, 9938.0, 9952.0, 9963.0, 9992.0, 9937.0, 9949.0, 9928.0, 9970.0, 9943.0, 9935.0, 9925.0, 9937.0, 9940.0, 9962.0, 9982.0, 9941.0, 9963.0, 9927.0, 9964.0, 9927.0, 9951.0, 9922.0, 9937.0, 9933.0, 9926.0, 9978.0, 9931.0, 9966.0, 9929.0, 9950.0, 9927.0, 9962.0, 9946.0, 9940.0, 9927.0, 9940.0, 9929.0, 9959.0, 9943.0, 9947.0, 9997.0, 9929.0, 9967.0, 9933.0, 10009.0, 9927.0, 9936.0, 9922.0, 9940.0, 9963.0, 9942.0, 9980.0, 9928.0, 9963.0, 9924.0, 9945.0, 9944.0, 9940.0, 9936.0, 9940.0, 9950.0, 9943.0, 9970.0, 9944.0, 9995.0, 9943.0, 9940.0, 9928.0, 9959.0, 9978.0, 9925.0, 9960.0, 9925.0, 9935.0, 9925.0, 9935.0, 9933.0, 9925.0, 9947.0, 9941.0, 9978.0, 9928.0, 9951.0, 9925.0, 9940.0, 9935.0, 9940.0, 9975.0, 9927.0, 9964.0, 9926.0, 9940.0, 9949.0, 9941.0, 9964.0, 9930.0, 9979.0, 9941.0, 9940.0, 9929.0, 9945.0, 9982.0, 9945.0, 9995.0, 9933.0, 9966.0, 9933.0, 9969.0, 9951.0, 9963.0, 9968.0, 9951.0, 9967.0, 10020.0, 9957.0, 9937.0, 9905.0, 9937.0, 9988.0, 9907.0, 9943.0, 9904.0, 9959.0, 9945.0, 9962.0, 9975.0, 9964.0, 9992.0, 10001.0, 9942.0, 9962.0, 9924.0, 9936.0, 9932.0, 9934.0, 9971.0, 9924.0, 9961.0, 9922.0, 9937.0, 9946.0, 9939.0, 9991.0, 9933.0, 9969.0, 9944.0, 9945.0, 9946.0, 9964.0, 10000.0, 9962.0, 9958.0, 9947.0, 9961.0, 9998.0, 9944.0, 9967.0, 9933.0, 9959.0, 9953.0, 9957.0, 9994.0, 9942.0, 9965.0, 9926.0, 9940.0, 9948.0, 9922.0, 9961.0, 9924.0, 9948.0, 9923.0, 9924.0, 9920.0, 9937.0, 9975.0, 9924.0, 9935.0, 9904.0, 9936.0, 9987.0, 9923.0, 9959.0, 9907.0, 9937.0, 9944.0, 9921.0, 9956.0, 9921.0, 9919.0, 9925.0, 9940.0, 9948.0, 9940.0, 9976.0, 9937.0, 9948.0, 9919.0, 9937.0, 9971.0, 9920.0, 9944.0, 9905.0, 9922.0, 9969.0, 9918.0, 9957.0, 9922.0, 9952.0, 9934.0, 9937.0, 9945.0, 9925.0, 9976.0, 9926.0, 9937.0, 9920.0, 9939.0, 9936.0, 9940.0, 9979.0, 9924.0, 9935.0, 9907.0, 9937.0, 9960.0, 9923.0, 9958.0, 9920.0, 9920.0, 9918.0, 9936.0, 9954.0, 9921.0, 9948.0, 9931.0, 9967.0, 9929.0, 9955.0, 9926.0, 9936.0, 9936.0, 9959.0, 9972.0, 10013.0, 9959.0, 9949.0, 9953.0, 10006.0, 9937.0, 9924.0, 9991.0, 9923.0, 9961.0, 9922.0, 9934.0, 9922.0, 9938.0, 9923.0, 9941.0, 9991.0, 9937.0, 9963.0, 9923.0, 9950.0, 9957.0, 9919.0, 9957.0, 9920.0, 9945.0, 9907.0, 9933.0, 9946.0, 9937.0, 9929.0, 9953.0, 10065.0, 10026.0, 9980.0, 9940.0, 9936.0, 9902.0, 9926.0, 9915.0, 9911.0, 9958.0, 9911.0, 9922.0, 9881.0, 9928.0, 9884.0, 9917.0, 9968.0, 9924.0, 9965.0, 9930.0, 9922.0, 9911.0, 9917.0, 9904.0, 9941.0, 9985.0, 9955.0, 9940.0, 9977.0, 9925.0, 9947.0, 9931.0, 9958.0, 9934.0, 9967.0, 9966.0, 9951.0, 9972.0, 9951.0, 9935.0, 9889.0, 9902.0, 9882.0, 9886.0, 9937.0, 9873.0, 9908.0, 9882.0, 9883.0, 9865.0, 9898.0, 9923.0, 9889.0, 9924.0, 9889.0, 9903.0, 9876.0, 9912.0, 9931.0, 9897.0, 9933.0, 9900.0, 9939.0, 9922.0, 9946.0, 9927.0, 9941.0, 9951.0, 9941.0, 9978.0, 9946.0, 9983.0, 9944.0, 9958.0, 9938.0, 9942.0, 9953.0, 9960.0, 9998.0, 9950.0, 9975.0, 9950.0, 9964.0, 9961.0, 9968.0, 10004.0, 9967.0, 9978.0, 9954.0, 9967.0, 9990.0, 9966.0, 10004.0, 9954.0, 9979.0, 9962.0, 9965.0, 9988.0, 9965.0, 10004.0, 9949.0, 9961.0, 9984.0, 9958.0, 9998.0, 9946.0, 9959.0, 9955.0, 9947.0, 9980.0, 9947.0, 9984.0, 9929.0, 9943.0, 9994.0, 9939.0, 9966.0, 9928.0, 9959.0, 9965.0, 9938.0, 9963.0, 9928.0, 9941.0, 9940.0, 9944.0, 9980.0, 9943.0, 9967.0, 9928.0, 9941.0, 9949.0, 9955.0, 9977.0, 9923.0, 9934.0, 9907.0, 9938.0, 9972.0, 9926.0, 9964.0, 9943.0, 9966.0, 9929.0, 9941.0, 9928.0, 9960.0, 9981.0, 9948.0, 9986.0, 9934.0, 9956.0, 9913.0, 9957.0, 9952.0, 9948.0, 9969.0, 10007.0, 9969.0, 9962.0, 9946.0, 10016.0, 9959.0, 9954.0, 9910.0, 9935.0, 9922.0, 9938.0, 9915.0, 9943.0, 9948.0, 9972.0, 9951.0, 9973.0, 9952.0, 9971.0, 9949.0, 9999.0, 9948.0, 9984.0, 9930.0, 9937.0, 9949.0, 9934.0, 9909.0, 9950.0, 9947.0, 9966.0, 9931.0, 9948.0, 9904.0, 9949.0, 9941.0, 9945.0, 9941.0, 9934.0, 9938.0, 9979.0, 9901.0, 9914.0, 9894.0, 9911.0, 9895.0, 9901.0, 9953.0, 9903.0, 9926.0, 9920.0, 9959.0, 9924.0, 9960.0, 9908.0, 9919.0, 9923.0, 9923.0, 9941.0, 9940.0, 9942.0, 9943.0, 9964.0, 9941.0, 9997.0, 9940.0, 9980.0, 9927.0, 9951.0, 9925.0, 9953.0, 9925.0, 9954.0, 9978.0, 9925.0, 9962.0, 9945.0, 9969.0, 9944.0, 9940.0, 9921.0, 9936.0, 9946.0, 9962.0, 9981.0, 9929.0, 9953.0, 9946.0, 9957.0, 9951.0, 9962.0, 9970.0, 9941.0, 9979.0, 9929.0, 9970.0, 9944.0, 9955.0, 9941.0, 9960.0, 9996.0, 9967.0, 10004.0, 9942.0, 9938.0, 9926.0, 9953.0, 9939.0, 9982.0, 9999.0, 9942.0, 9938.0, 9940.0, 9955.0, 9974.0, 9947.0, 9966.0, 9958.0, 9969.0, 9949.0, 10005.0, 9944.0, 9943.0, 9965.0, 9942.0, 9965.0, 9924.0, 9937.0, 9947.0, 9936.0, 9974.0, 9924.0, 9951.0, 9934.0, 9950.0, 9959.0, 9924.0, 9962.0, 9924.0, 9961.0, 9922.0, 9938.0, 9973.0, 9925.0, 9949.0, 9928.0, 9954.0, 9937.0, 9954.0, 9991.0, 9928.0, 9969.0, 9925.0, 9939.0, 9949.0, 9938.0, 9948.0, 9956.0, 9980.0, 9940.0, 9941.0, 9936.0, 9940.0, 9977.0, 9926.0, 9952.0, 9922.0, 9938.0, 9976.0, 9941.0, 9967.0, 9925.0, 9938.0, 9924.0, 9959.0, 9980.0, 9951.0, 9959.0, 9928.0, 9954.0, 9981.0, 9944.0, 9982.0, 9944.0, 9955.0, 9938.0, 9957.0, 9991.0, 9944.0, 9964.0, 9940.0, 9941.0, 9946.0, 9939.0, 9978.0, 9926.0, 9964.0, 9940.0, 9939.0, 9933.0, 9955.0, 9979.0, 9940.0, 9964.0, 9924.0, 9936.0, 9923.0, 10002.0, 9983.0, 9939.0, 9948.0, 9944.0, 9959.0, 9974.0, 9962.0, 9953.0, 9953.0, 9985.0, 10026.0, 9987.0, 9962.0, 9940.0, 9953.0, 9976.0, 9923.0, 9936.0, 9921.0, 9935.0, 9932.0, 9949.0, 9974.0, 9943.0, 9966.0, 9939.0, 9951.0, 9921.0, 9953.0, 9952.0, 9955.0, 9979.0, 9942.0, 9952.0, 9923.0, 9956.0, 9963.0, 9924.0, 9961.0, 9924.0, 9952.0, 9926.0, 9959.0, 10022.0, 9944.0, 9949.0, 9941.0, 9969.0, 9924.0, 9958.0, 9935.0, 9953.0, 9979.0, 9944.0, 9973.0, 9936.0, 9952.0, 9975.0, 9923.0, 9970.0, 9937.0, 9936.0, 9919.0, 9954.0, 9976.0, 9961.0, 9972.0, 9943.0, 9952.0, 9934.0, 9953.0, 9980.0, 9942.0, 9985.0, 9945.0, 9957.0, 9922.0, 9974.0, 9921.0, 9938.0, 9975.0, 9939.0, 9953.0, 9951.0, 9960.0, 9978.0, 9923.0, 9974.0, 9949.0, 9936.0, 9904.0, 9948.0, 9970.0, 9920.0, 9929.0, 9933.0, 9938.0, 9932.0, 9939.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.002735990922844176</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02131997670196672</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.776487051703214</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2597580256093883</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.039274823883421</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4725</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5833.3804</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10203552965888062</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>92</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.959152798789712</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.499046617485277</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.458307759571194</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.714606208006017</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.32422588487862</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00879896</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009839988313615322</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0194256491959095</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1322</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.75496608003643</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>43.7702</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5528</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.1578</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296671.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>701.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.2626</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1858</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.7647</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3671.9951</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3887.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79873.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1129.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4865.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.156</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.3572234287858</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> |