=== 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-0086 --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-0086",
"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-0086_ses-04_task-fractional_acq-mb8_run-02_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-0086_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-02_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-0086/ses-04/func/sub-0086_ses-04_task-fractional_acq-mb8_run-02_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>cd04b2e507c3e44794c61118e5734331</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:11:29.405000</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.999299, -0.0342807, 0.0150419, 0.0345471, 0.999244, -0.0178245]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.103933</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-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7290, 589, -68, -161, -1, 43]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>243.703</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c16967c2-03b8-4691-981c-0ba90aeaf48c||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.6810462474823, 0.09268734604120255, 0.03893275558948517, 106.62801361083984], [0.09197256714105606, 2.680898904800415, -0.049495380371809006, -97.31167602539062], [0.04035643860697746, 0.04782172664999962, 2.699265480041504, -80.82166290283203], [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': ['161129.405000', '161129.865000', '161130.325000', '161130.785000', '161131.245000', '161131.705000', '161132.165000', '161132.625000', '161133.085000', '161133.545000', '161134.005000', '161134.465000', '161134.925000', '161135.385000', '161135.845000', '161136.305000', '161136.765000', '161137.225000', '161137.685000', '161138.145000', '161138.605000', '161139.065000', '161139.525000', '161139.985000', '161140.445000', '161140.905000', '161141.365000', '161141.825000', '161142.285000', '161142.745000', '161143.205000', '161143.665000', '161144.125000', '161144.585000', '161145.045000', '161145.505000', '161145.965000', '161146.425000', '161146.885000', '161147.345000', '161147.805000', '161148.265000', '161148.725000', '161149.185000', '161149.645000', '161150.105000', '161150.565000', '161151.025000', '161151.485000', '161151.945000', '161152.405000', '161152.865000', '161153.325000', '161153.785000', '161154.245000', '161154.705000', '161155.165000', '161155.625000', '161156.085000', '161156.545000', '161157.005000', '161157.465000', '161157.925000', '161158.385000', '161158.845000', '161159.305000', '161159.765000', '161200.225000', '161200.685000', '161201.145000', '161201.605000', '161202.065000', '161202.525000', '161202.985000', '161203.445000', '161203.905000', '161204.365000', '161204.825000', '161205.285000', '161205.745000', '161206.205000', '161206.665000', '161207.125000', '161207.585000', '161208.045000', '161208.505000', '161208.965000', '161209.425000', '161209.885000', '161210.345000', '161210.805000', '161211.265000', '161211.725000', '161212.185000', '161212.645000', '161213.105000', '161213.565000', '161214.025000', '161214.485000', '161214.945000', '161215.405000', '161215.865000', '161216.325000', '161216.785000', '161217.245000', '161217.705000', '161218.165000', '161218.625000', '161219.085000', '161219.545000', '161220.005000', '161220.465000', '161220.925000', '161221.385000', '161221.845000', '161222.305000', '161222.765000', '161223.225000', '161223.685000', '161224.145000', '161224.605000', '161225.065000', '161225.525000', '161225.985000', '161226.445000', '161226.905000', '161227.365000', '161227.825000', '161228.285000', '161228.745000', '161229.205000', '161229.665000', '161230.125000', '161230.585000', '161231.045000', '161231.505000', '161231.965000', '161232.425000', '161232.885000', '161233.345000', '161233.805000', '161234.265000', '161234.725000', '161235.185000', '161235.645000', '161236.105000', '161236.565000', '161237.025000', '161237.485000', '161237.945000', '161238.405000', '161238.865000', '161239.325000', '161239.785000', '161240.245000', '161240.705000', '161241.165000', '161241.625000', '161242.085000', '161242.545000', '161243.005000', '161243.465000', '161243.925000', '161244.385000', '161244.845000', '161245.305000', '161245.765000', '161246.225000', '161246.685000', '161247.145000', '161247.605000', '161248.065000', '161248.525000', '161248.985000', '161249.445000', '161249.905000', '161250.365000', '161250.825000', '161251.285000', '161251.745000', '161252.205000', '161252.665000', '161253.125000', '161253.585000', '161254.045000', '161254.505000', '161254.965000', '161255.425000', '161255.885000', '161256.345000', '161256.805000', '161257.265000', '161257.725000', '161258.185000', '161258.645000', '161259.105000', '161259.565000', '161300.025000', '161300.485000', '161300.945000', '161301.405000', '161301.865000', '161302.325000', '161302.785000', '161303.245000', '161303.705000', '161304.165000', '161304.625000', '161305.085000', '161305.545000', '161306.005000', '161306.465000', '161306.925000', '161307.385000', '161307.845000', '161308.305000', '161308.765000', '161309.225000', '161309.685000', '161310.145000', '161310.605000', '161311.065000', '161311.525000', '161311.985000', '161312.445000', '161312.905000', '161313.365000', '161313.825000', '161314.285000', '161314.745000', '161315.205000', '161315.665000', '161316.125000', '161316.585000', '161317.045000', '161317.505000', '161317.965000', '161318.425000', '161318.885000', '161319.345000', '161319.805000', '161320.265000', '161320.725000', '161321.185000', '161321.645000', '161322.105000', '161322.565000', '161323.025000', '161323.485000', '161323.945000', '161324.405000', '161324.865000', '161325.325000', '161325.785000', '161326.245000', '161326.705000', '161327.165000', '161327.625000', '161328.085000', '161328.545000', '161329.005000', '161329.465000', '161329.925000', '161330.385000', '161330.845000', '161331.305000', '161331.765000', '161332.225000', '161332.685000', '161333.145000', '161333.605000', '161334.065000', '161334.525000', '161334.985000', '161335.445000', '161335.905000', '161336.365000', '161336.825000', '161337.285000', '161337.745000', '161338.205000', '161338.665000', '161339.125000', '161339.585000', '161340.045000', '161340.505000', '161340.965000', '161341.425000', '161341.885000', '161342.345000', '161342.805000', '161343.265000', '161343.725000', '161344.185000', '161344.645000', '161345.105000', '161345.565000', '161346.025000', '161346.485000', '161346.945000', '161347.405000', '161347.865000', '161348.325000', '161348.785000', '161349.245000', '161349.705000', '161350.165000', '161350.625000', '161351.085000', '161351.545000', '161352.005000', '161352.465000', '161352.925000', '161353.385000', '161353.845000', '161354.305000', '161354.765000', '161355.225000', '161355.685000', '161356.145000', '161356.605000', '161357.065000', '161357.525000', '161357.985000', '161358.445000', '161358.905000', '161359.365000', '161359.825000', '161400.285000', '161400.745000', '161401.205000', '161401.665000', '161402.125000', '161402.585000', '161403.045000', '161403.505000', '161403.965000', '161404.425000', '161404.885000', '161405.345000', '161405.805000', '161406.265000', '161406.725000', '161407.185000', '161407.645000', '161408.105000', '161408.565000', '161409.025000', '161409.485000', '161409.945000', '161410.405000', '161410.865000', '161411.325000', '161411.785000', '161412.245000', '161412.705000', '161413.165000', '161413.625000', '161414.085000', '161414.545000', '161415.005000', '161415.465000', '161415.925000', '161416.385000', '161416.845000', '161417.305000', '161417.765000', '161418.225000', '161418.685000', '161419.145000', '161419.605000', '161420.065000', '161420.525000', '161420.985000', '161421.445000', '161421.905000', '161422.365000', '161422.825000', '161423.285000', '161423.745000', '161424.205000', '161424.665000', '161425.125000', '161425.585000', '161426.045000', '161426.505000', '161426.965000', '161427.425000', '161427.885000', '161428.345000', '161428.805000', '161429.265000', '161429.725000', '161430.185000', '161430.645000', '161431.105000', '161431.565000', '161432.025000', '161432.485000', '161432.945000', '161433.405000', '161433.865000', '161434.325000', '161434.785000', '161435.245000', '161435.705000', '161436.165000', '161436.625000', '161437.085000', '161437.545000', '161438.005000', '161438.465000', '161438.925000', '161439.385000', '161439.845000', '161440.305000', '161440.765000', '161441.225000', '161441.685000', '161442.145000', '161442.605000', '161443.065000', '161443.525000', '161443.985000', '161444.445000', '161444.905000', '161445.365000', '161445.825000', '161446.285000', '161446.745000', '161447.205000', '161447.665000', '161448.125000', '161448.585000', '161449.045000', '161449.505000', '161449.965000', '161450.425000', '161450.885000', '161451.345000', '161451.805000', '161452.265000', '161452.725000', '161453.185000', '161453.645000', '161454.105000', '161454.565000', '161455.025000', '161455.485000', '161455.945000', '161456.405000', '161456.865000', '161457.325000', '161457.785000', '161458.245000', '161458.705000', '161459.165000', '161459.625000', '161500.085000', '161500.545000', '161501.005000', '161501.465000', '161501.925000', '161502.385000', '161502.845000', '161503.305000', '161503.765000', '161504.225000', '161504.685000', '161505.145000', '161505.605000', '161506.065000', '161506.525000', '161506.985000', '161507.445000', '161507.905000', '161508.365000', '161508.825000', '161509.285000', '161509.745000', '161510.205000', '161510.665000', '161511.125000', '161511.585000', '161512.045000', '161512.505000', '161512.965000', '161513.425000', '161513.885000', '161514.345000', '161514.805000', '161515.265000', '161515.725000', '161516.185000', '161516.645000', '161517.105000', '161517.565000', '161518.025000', '161518.485000', '161518.945000', '161519.405000', '161519.865000', '161520.325000', '161520.785000', '161521.245000', '161521.705000', '161522.165000', '161522.625000', '161523.085000', '161523.545000', '161524.005000', '161524.465000', '161524.925000', '161525.385000', '161525.845000', '161526.305000', '161526.765000', '161527.225000', '161527.685000', '161528.145000', '161528.605000', '161529.065000', '161529.525000', '161529.985000', '161530.445000', '161530.905000', '161531.365000', '161531.825000', '161532.285000', '161532.745000', '161533.205000', '161533.665000', '161534.125000', '161534.585000', '161535.045000', '161535.505000', '161535.965000', '161536.425000', '161536.885000', '161537.345000', '161537.805000', '161538.265000', '161538.725000', '161539.185000', '161539.645000', '161540.105000', '161540.565000', '161541.025000', '161541.485000', '161541.945000', '161542.405000', '161542.865000', '161543.325000', '161543.785000', '161544.245000', '161544.705000', '161545.165000', '161545.625000', '161546.085000', '161546.545000', '161547.005000', '161547.465000', '161547.925000', '161548.385000', '161548.845000', '161549.305000', '161549.765000', '161550.225000', '161550.685000', '161551.145000', '161551.605000', '161552.065000', '161552.525000', '161552.985000', '161553.445000', '161553.905000', '161554.365000', '161554.825000', '161555.285000', '161555.745000', '161556.205000', '161556.665000', '161557.125000', '161557.585000', '161558.045000', '161558.505000', '161558.965000', '161559.425000', '161559.885000', '161600.345000', '161600.805000', '161601.265000', '161601.725000', '161602.185000', '161602.645000', '161603.105000', '161603.565000', '161604.025000', '161604.485000', '161604.945000', '161605.405000', '161605.865000', '161606.325000', '161606.785000', '161607.245000', '161607.705000', '161608.165000', '161608.625000', '161609.085000', '161609.545000', '161610.005000', '161610.465000', '161610.925000', '161611.385000', '161611.845000', '161612.305000', '161612.765000', '161613.225000', '161613.685000', '161614.145000', '161614.605000', '161615.065000', '161615.525000', '161615.985000', '161616.445000', '161616.905000', '161617.365000', '161617.825000', '161618.285000', '161618.745000', '161619.205000', '161619.665000', '161620.125000', '161620.585000', '161621.045000', '161621.505000', '161621.965000', '161622.425000', '161622.885000', '161623.345000', '161623.805000', '161624.265000', '161624.725000', '161625.185000', '161625.645000', '161626.105000', '161626.565000', '161627.025000', '161627.485000', '161627.945000', '161628.405000', '161628.865000', '161629.325000', '161629.785000', '161630.245000', '161630.705000', '161631.165000', '161631.625000', '161632.085000', '161632.545000', '161633.005000', '161633.465000', '161633.925000', '161634.385000', '161634.845000', '161635.305000', '161635.765000', '161636.225000', '161636.685000', '161637.145000', '161637.605000', '161638.065000', '161638.525000', '161638.985000', '161639.445000', '161639.905000', '161640.365000', '161640.825000', '161641.285000', '161641.745000', '161642.205000', '161642.665000', '161643.125000', '161643.585000', '161644.045000', '161644.505000', '161644.965000', '161645.425000', '161645.885000', '161646.345000', '161646.805000', '161647.265000', '161647.725000', '161648.185000', '161648.645000', '161649.105000', '161649.565000', '161650.025000', '161650.485000', '161650.945000', '161651.405000', '161651.865000', '161652.325000', '161652.785000', '161653.245000', '161653.705000', '161654.165000', '161654.625000', '161655.085000', '161655.545000', '161656.005000', '161656.465000', '161656.925000', '161657.385000', '161657.845000', '161658.305000', '161658.765000', '161659.225000', '161659.685000', '161700.145000', '161700.605000', '161701.065000', '161701.525000', '161701.985000', '161702.445000', '161702.905000', '161703.365000', '161703.825000', '161704.285000', '161704.745000', '161705.205000', '161705.665000', '161706.125000', '161706.585000', '161707.045000', '161707.505000', '161707.965000', '161708.425000', '161708.885000', '161709.345000', '161709.805000', '161710.265000', '161710.725000', '161711.185000', '161711.645000', '161712.105000', '161712.565000', '161713.025000', '161713.485000', '161713.945000', '161714.405000', '161714.865000', '161715.325000', '161715.785000', '161716.245000', '161716.705000', '161717.165000', '161717.625000', '161718.085000', '161718.545000', '161719.005000', '161719.465000', '161719.925000', '161720.385000', '161720.845000', '161721.305000', '161721.765000', '161722.225000', '161722.685000', '161723.145000', '161723.605000', '161724.065000', '161724.525000', '161724.985000', '161725.445000', '161725.905000', '161726.365000', '161726.825000', '161727.285000', '161727.745000', '161728.205000', '161728.665000', '161729.125000', '161729.585000', '161730.045000', '161730.505000', '161730.965000', '161731.425000', '161731.885000', '161732.345000', '161732.805000', '161733.265000', '161733.725000', '161734.185000', '161734.645000', '161735.105000', '161735.565000', '161736.025000', '161736.485000', '161736.945000', '161737.405000', '161737.865000', '161738.325000', '161738.785000', '161739.245000', '161739.705000', '161740.165000', '161740.625000', '161741.085000', '161741.545000', '161742.005000', '161742.465000', '161742.925000', '161743.385000', '161743.845000', '161744.305000', '161744.765000', '161745.225000', '161745.685000', '161746.145000', '161746.605000', '161747.065000', '161747.525000', '161747.985000', '161748.445000', '161748.905000', '161749.365000', '161749.825000', '161750.285000', '161750.745000', '161751.205000', '161751.665000', '161752.125000', '161752.585000', '161753.045000', '161753.505000', '161753.965000', '161754.425000', '161754.885000', '161755.345000', '161755.805000', '161756.265000', '161756.725000', '161757.185000', '161757.645000', '161758.105000', '161758.565000', '161759.025000', '161759.485000', '161759.945000', '161800.405000', '161800.865000', '161801.325000', '161801.785000', '161802.245000', '161802.705000', '161803.165000', '161803.625000', '161804.085000', '161804.545000', '161805.005000', '161805.465000', '161805.925000', '161806.385000', '161806.845000', '161807.305000', '161807.765000', '161808.225000', '161808.685000', '161809.145000', '161809.605000', '161810.065000', '161810.525000', '161810.985000', '161811.445000', '161811.905000', '161812.365000', '161812.825000', '161813.285000', '161813.745000', '161814.205000', '161814.665000', '161815.125000', '161815.585000', '161816.045000', '161816.505000', '161816.965000', '161817.425000', '161817.885000', '161818.345000', '161818.805000', '161819.265000', '161819.725000', '161820.185000', '161820.645000', '161821.105000', '161821.565000', '161822.025000', '161822.485000', '161822.945000', '161823.405000', '161823.865000', '161824.325000', '161824.785000', '161825.245000', '161825.705000', '161826.165000', '161826.625000', '161827.085000', '161827.545000', '161828.005000', '161828.465000', '161828.925000', '161829.385000', '161829.845000', '161830.305000', '161830.765000', '161831.225000', '161831.685000', '161832.145000', '161832.605000', '161833.065000', '161833.525000', '161833.985000', '161834.445000', '161834.905000', '161835.365000', '161835.825000', '161836.285000', '161836.745000', '161837.205000', '161837.665000', '161838.125000', '161838.585000', '161839.045000', '161839.505000', '161839.965000', '161840.425000', '161840.885000', '161841.345000', '161841.805000', '161842.265000', '161842.725000', '161843.185000', '161843.645000', '161844.105000', '161844.565000', '161845.025000', '161845.485000', '161845.945000', '161846.405000', '161846.865000', '161847.325000', '161847.785000', '161848.245000', '161848.705000', '161849.165000', '161849.625000', '161850.085000', '161850.545000', '161851.005000', '161851.465000', '161851.925000', '161852.385000', '161852.845000', '161853.305000', '161853.765000', '161854.225000', '161854.685000', '161855.145000', '161855.605000', '161856.065000', '161856.525000', '161856.985000', '161857.445000', '161857.905000', '161858.365000', '161858.825000', '161859.285000', '161859.745000', '161900.205000', '161900.665000', '161901.125000', '161901.585000', '161902.045000', '161902.505000', '161902.965000', '161903.425000', '161903.885000', '161904.345000', '161904.805000', '161905.265000', '161905.725000', '161906.185000', '161906.645000', '161907.105000', '161907.565000', '161908.025000', '161908.485000', '161908.945000', '161909.405000', '161909.865000', '161910.325000', '161910.785000', '161911.245000', '161911.705000', '161912.165000', '161912.625000', '161913.085000', '161913.545000', '161914.005000', '161914.465000', '161914.925000', '161915.385000', '161915.845000', '161916.305000', '161916.765000', '161917.225000', '161917.685000', '161918.145000', '161918.605000', '161919.065000', '161919.525000', '161919.985000', '161920.445000', '161920.905000', '161921.365000', '161921.825000', '161922.285000', '161922.745000', '161923.205000', '161923.665000', '161924.125000', '161924.585000', '161925.045000', '161925.505000', '161925.965000', '161926.425000', '161926.885000', '161927.345000', '161927.805000', '161928.265000', '161928.725000', '161929.185000', '161929.645000', '161930.105000', '161930.565000', '161931.025000', '161931.485000', '161931.945000', '161932.405000', '161932.865000', '161933.325000', '161933.785000', '161934.245000', '161934.705000', '161935.165000', '161935.625000', '161936.085000', '161936.545000', '161937.005000', '161937.465000', '161937.925000', '161938.385000', '161938.845000', '161939.305000', '161939.765000', '161940.225000', '161940.685000', '161941.145000', '161941.605000', '161942.065000', '161942.525000', '161942.985000', '161943.445000', '161943.905000', '161944.365000', '161944.825000', '161945.285000', '161945.745000', '161946.205000', '161946.665000', '161947.125000', '161947.585000', '161948.045000', '161948.505000', '161948.965000', '161949.425000', '161949.885000', '161950.345000', '161950.805000', '161951.265000', '161951.725000', '161952.185000', '161952.645000', '161953.105000', '161953.565000', '161954.025000', '161954.485000', '161954.945000', '161955.405000', '161955.865000', '161956.325000', '161956.785000', '161957.245000', '161957.705000', '161958.165000', '161958.625000', '161959.085000', '161959.545000', '162000.005000', '162000.465000', '162000.925000', '162001.385000', '162001.845000', '162002.305000', '162002.765000', '162003.225000', '162003.685000', '162004.145000', '162004.605000', '162005.065000', '162005.525000', '162005.985000', '162006.445000', '162006.905000', '162007.365000', '162007.825000', '162008.285000', '162008.745000', '162009.205000', '162009.665000', '162010.125000', '162010.585000', '162011.045000', '162011.505000', '162011.965000', '162012.425000', '162012.885000', '162013.345000', '162013.805000', '162014.265000', '162014.725000', '162015.185000', '162015.645000', '162016.105000', '162016.565000', '162017.025000', '162017.485000', '162017.945000', '162018.405000', '162018.865000', '162019.325000', '162019.785000', '162020.245000', '162020.705000', '162021.165000', '162021.625000', '162022.085000', '162022.545000', '162023.005000', '162023.465000', '162023.925000', '162024.385000', '162024.845000', '162025.305000', '162025.765000', '162026.225000', '162026.685000', '162027.145000', '162027.605000', '162028.065000', '162028.525000', '162028.985000', '162029.445000', '162029.905000', '162030.365000', '162030.825000', '162031.285000', '162031.745000', '162032.205000', '162032.665000', '162033.125000', '162033.585000', '162034.045000', '162034.505000', '162034.965000', '162035.425000', '162035.885000', '162036.345000', '162036.805000', '162037.265000', '162037.725000', '162038.185000', '162038.645000', '162039.105000', '162039.565000', '162040.025000', '162040.485000', '162040.945000', '162041.405000', '162041.865000', '162042.325000', '162042.785000', '162043.245000', '162043.705000', '162044.165000', '162044.625000', '162045.085000', '162045.545000', '162046.005000', '162046.465000', '162046.925000', '162047.385000', '162047.845000', '162048.305000', '162048.765000', '162049.225000', '162049.685000', '162050.145000', '162050.605000', '162051.065000', '162051.525000', '162051.985000', '162052.445000', '162052.905000', '162053.365000', '162053.825000', '162054.285000', '162054.745000', '162055.205000', '162055.665000', '162056.125000', '162056.585000', '162057.045000', '162057.505000', '162057.965000', '162058.425000', '162058.885000', '162059.345000', '162059.805000', '162100.265000', '162100.725000', '162101.185000', '162101.645000', '162102.105000', '162102.565000', '162103.025000', '162103.485000', '162103.945000', '162104.405000', '162104.865000', '162105.325000', '162105.785000', '162106.245000', '162106.705000', '162107.165000', '162107.625000', '162108.085000', '162108.545000', '162109.005000', '162109.465000', '162109.925000', '162110.385000', '162110.845000', '162111.305000', '162111.765000', '162112.225000', '162112.685000', '162113.145000', '162113.605000', '162114.065000', '162114.525000', '162114.985000', '162115.445000', '162115.905000', '162116.365000', '162116.825000', '162117.285000', '162117.745000', '162118.205000', '162118.665000', '162119.125000', '162119.585000', '162120.045000', '162120.505000', '162120.965000', '162121.425000', '162121.885000', '162122.345000', '162122.805000', '162123.265000', '162123.725000', '162124.185000', '162124.645000', '162125.105000', '162125.565000', '162126.025000', '162126.485000', '162126.945000', '162127.405000', '162127.865000', '162128.325000', '162128.785000', '162129.245000', '162129.705000', '162130.165000', '162130.625000', '162131.085000', '162131.545000', '162132.005000', '162132.465000', '162132.925000', '162133.385000', '162133.845000', '162134.305000', '162134.765000', '162135.225000', '162135.685000', '162136.145000', '162136.605000', '162137.065000'], 'ContentTime': ['161148.560000', '161148.563000', '161148.571000', '161148.574000', '161148.577000', '161148.579000', '161148.582000', '161148.584000', '161148.587000', '161148.590000', '161148.592000', '161148.595000', '161148.597000', '161148.639000', '161148.641000', '161148.644000', '161148.646000', '161148.659000', '161148.662000', '161148.665000', '161148.667000', '161148.670000', '161148.672000', '161148.675000', '161148.677000', '161148.680000', '161148.683000', '161148.685000', '161148.688000', '161148.690000', '161148.693000', '161148.696000', '161148.698000', '161148.701000', '161148.703000', '161148.706000', '161148.708000', '161148.711000', '161148.714000', '161148.716000', '161208.531000', '161208.534000', '161208.537000', '161208.539000', '161208.542000', '161208.545000', '161208.547000', '161208.550000', '161208.553000', '161208.556000', '161208.559000', '161208.561000', '161208.564000', '161208.567000', '161208.569000', '161208.572000', '161208.574000', '161208.577000', '161208.579000', '161208.582000', '161208.585000', '161208.587000', '161208.590000', '161208.593000', '161208.595000', '161208.598000', '161208.600000', '161208.603000', '161208.606000', '161208.609000', '161208.612000', '161208.614000', '161208.617000', '161208.619000', '161208.622000', '161208.624000', '161208.627000', '161208.629000', '161208.632000', '161208.635000', '161208.637000', '161208.640000', '161208.642000', '161228.531000', '161228.534000', '161228.537000', '161228.539000', '161228.542000', '161228.544000', '161228.570000', '161228.572000', '161228.575000', '161228.578000', '161228.580000', '161228.583000', '161228.586000', '161228.588000', '161228.591000', '161228.593000', '161228.596000', '161228.599000', '161228.601000', '161228.604000', '161228.606000', '161228.609000', '161228.611000', '161228.614000', '161228.617000', '161228.619000', '161228.622000', '161228.624000', '161228.627000', '161228.629000', '161228.632000', '161228.635000', '161228.637000', '161228.640000', '161228.642000', '161228.645000', '161228.647000', '161228.650000', '161228.653000', '161228.655000', '161228.658000', '161228.660000', '161228.663000', '161228.665000', '161248.531000', '161248.534000', '161248.537000', '161248.539000', '161248.542000', '161248.545000', '161248.547000', '161248.550000', '161248.552000', '161248.555000', '161248.557000', '161248.560000', '161248.562000', '161248.566000', '161248.568000', '161248.571000', '161248.586000', '161248.589000', '161248.591000', '161248.594000', '161248.596000', '161248.599000', '161248.602000', '161248.604000', '161248.607000', '161248.609000', '161248.612000', '161248.614000', '161248.617000', '161248.620000', '161248.622000', '161248.625000', '161248.627000', '161248.630000', '161248.633000', '161248.635000', '161248.638000', '161248.640000', '161248.643000', '161248.646000', '161248.648000', '161248.651000', '161248.653000', '161308.532000', '161308.534000', '161308.537000', '161308.540000', '161308.542000', '161308.545000', '161308.547000', '161308.550000', '161308.553000', '161308.555000', '161308.558000', '161308.560000', '161308.563000', '161308.566000', '161308.568000', '161308.571000', '161308.574000', '161308.576000', '161308.579000', '161308.581000', '161308.584000', '161308.587000', '161308.589000', '161308.592000', '161308.595000', '161308.597000', '161308.600000', '161308.602000', '161308.605000', '161308.608000', '161308.610000', '161308.613000', '161308.618000', '161308.620000', '161308.623000', '161308.625000', '161308.628000', '161308.630000', '161308.633000', '161308.636000', '161308.638000', '161308.641000', '161308.643000', '161308.646000', '161328.531000', '161328.534000', '161328.537000', '161328.539000', '161328.542000', '161328.544000', '161328.547000', '161328.550000', '161328.552000', '161328.555000', '161328.557000', '161328.560000', '161328.563000', '161328.565000', '161328.568000', '161328.570000', '161328.573000', '161328.576000', '161328.578000', '161328.581000', '161328.584000', '161328.587000', '161328.590000', '161328.593000', '161328.596000', '161328.598000', '161328.619000', '161328.622000', '161328.624000', '161328.627000', '161328.630000', '161328.632000', '161328.635000', '161328.637000', '161328.640000', '161328.643000', '161328.647000', '161328.649000', '161328.652000', '161328.655000', '161328.657000', '161328.660000', '161328.663000', '161348.531000', '161348.533000', '161348.536000', '161348.539000', '161348.541000', '161348.544000', '161348.546000', '161348.549000', '161348.551000', '161348.554000', '161348.557000', '161348.559000', '161348.562000', '161348.565000', '161348.567000', '161348.570000', '161348.572000', '161348.575000', '161348.578000', '161348.580000', '161348.583000', '161348.585000', '161348.588000', '161348.591000', '161348.593000', '161348.596000', '161348.599000', '161348.601000', '161348.604000', '161348.606000', '161348.609000', '161348.612000', '161348.614000', '161348.617000', '161348.619000', '161348.622000', '161348.625000', '161348.627000', '161348.630000', '161348.632000', '161348.635000', '161348.638000', '161348.640000', '161348.643000', '161408.531000', '161408.534000', '161408.537000', '161408.540000', '161408.542000', '161408.545000', '161408.547000', '161408.550000', '161408.552000', '161408.555000', '161408.558000', '161408.560000', '161408.563000', '161408.566000', '161408.568000', '161408.571000', '161408.573000', '161408.576000', '161408.579000', '161408.581000', '161408.584000', '161408.586000', '161408.589000', '161408.592000', '161408.594000', '161408.597000', '161408.600000', '161408.602000', '161408.605000', '161408.607000', '161408.610000', '161408.614000', '161408.616000', '161408.619000', '161408.622000', '161408.624000', '161408.627000', '161408.630000', '161408.632000', '161408.635000', '161408.645000', '161408.648000', '161408.650000', '161428.531000', '161428.534000', '161428.537000', '161428.539000', '161428.542000', '161428.545000', '161428.547000', '161428.550000', '161428.552000', '161428.555000', '161428.558000', '161428.560000', '161428.563000', '161428.565000', '161428.568000', '161428.571000', '161428.573000', '161428.576000', '161428.578000', '161428.581000', '161428.584000', '161428.586000', '161428.589000', '161428.592000', '161428.594000', '161428.597000', '161428.599000', '161428.602000', '161428.605000', '161428.607000', '161428.610000', '161428.612000', '161428.615000', '161428.618000', '161428.620000', '161428.623000', '161428.625000', '161428.628000', '161428.631000', '161428.633000', '161428.636000', '161428.638000', '161428.641000', '161428.644000', '161448.531000', '161448.534000', '161448.537000', '161448.540000', '161448.542000', '161448.545000', '161448.548000', '161448.550000', '161448.553000', '161448.555000', '161448.558000', '161448.561000', '161448.563000', '161448.574000', '161448.576000', '161448.579000', '161448.581000', '161448.584000', '161448.587000', '161448.589000', '161448.592000', '161448.595000', '161448.597000', '161448.600000', '161448.603000', '161448.605000', '161448.608000', '161448.611000', '161448.613000', '161448.616000', '161448.618000', '161448.621000', '161448.624000', '161448.626000', '161448.629000', '161448.632000', '161448.634000', '161448.637000', '161448.640000', '161448.642000', '161448.645000', '161448.648000', '161448.650000', '161508.531000', '161508.534000', '161508.537000', '161508.539000', '161508.542000', '161508.545000', '161508.547000', '161508.550000', '161508.583000', '161508.586000', '161508.589000', '161508.592000', '161508.594000', '161508.597000', '161508.599000', '161508.602000', '161508.605000', '161508.607000', '161508.610000', '161508.612000', '161508.615000', '161508.617000', '161508.620000', '161508.623000', '161508.625000', '161508.628000', '161508.630000', '161508.633000', '161508.636000', '161508.638000', '161508.641000', '161508.643000', '161508.646000', '161508.649000', '161508.651000', '161508.654000', '161508.657000', '161508.659000', '161508.662000', '161508.665000', '161508.667000', '161508.670000', '161508.672000', '161508.675000', '161528.531000', '161528.534000', '161528.537000', '161528.539000', '161528.542000', '161528.545000', '161528.547000', '161528.550000', '161528.552000', '161528.555000', '161528.558000', '161528.560000', '161528.563000', '161528.565000', '161528.568000', '161528.570000', '161528.573000', '161528.576000', '161528.578000', '161528.581000', '161528.583000', '161528.586000', '161528.589000', '161528.592000', '161528.594000', '161528.597000', '161528.599000', '161528.602000', '161528.605000', '161528.607000', '161528.610000', '161528.612000', '161528.615000', '161528.617000', '161528.620000', '161528.623000', '161528.625000', '161528.628000', '161528.631000', '161528.633000', '161528.636000', '161528.638000', '161528.641000', '161548.532000', '161548.535000', '161548.537000', '161548.540000', '161548.542000', '161548.545000', '161548.548000', '161548.550000', '161548.553000', '161548.556000', '161548.558000', '161548.561000', '161548.563000', '161548.566000', '161548.568000', '161548.571000', '161548.574000', '161548.576000', '161548.579000', '161548.581000', '161548.584000', '161548.587000', '161548.589000', '161548.592000', '161548.595000', '161548.597000', '161548.600000', '161548.603000', '161548.605000', '161548.608000', '161548.610000', '161548.613000', '161548.615000', '161548.618000', '161548.621000', '161548.623000', '161548.626000', '161548.629000', '161548.631000', '161548.634000', '161548.637000', '161548.639000', '161548.642000', '161548.644000', '161608.531000', '161608.533000', '161608.536000', '161608.539000', '161608.541000', '161608.544000', '161608.547000', '161608.549000', '161608.552000', '161608.554000', '161608.557000', '161608.559000', '161608.562000', '161608.565000', '161608.567000', '161608.570000', '161608.572000', '161608.575000', '161608.578000', '161608.580000', '161608.583000', '161608.585000', '161608.588000', '161608.591000', '161608.593000', '161608.596000', '161608.598000', '161608.601000', '161608.604000', '161608.606000', '161608.609000', '161608.612000', '161608.614000', '161608.617000', '161608.619000', '161608.622000', '161608.625000', '161608.627000', '161608.630000', '161608.632000', '161608.635000', '161608.638000', '161608.640000', '161628.531000', '161628.534000', '161628.537000', '161628.539000', '161628.542000', '161628.545000', '161628.547000', '161628.550000', '161628.553000', '161628.555000', '161628.558000', '161628.560000', '161628.563000', '161628.566000', '161628.568000', '161628.571000', '161628.573000', '161628.576000', '161628.579000', '161628.581000', '161628.584000', '161628.586000', '161628.589000', '161628.592000', '161628.594000', '161628.597000', '161628.600000', '161628.602000', '161628.605000', '161628.608000', '161628.610000', '161628.613000', '161628.615000', '161628.625000', '161628.627000', '161628.630000', '161628.633000', '161628.635000', '161628.638000', '161628.640000', '161628.643000', '161628.645000', '161628.648000', '161628.651000', '161648.531000', '161648.534000', '161648.537000', '161648.540000', '161648.542000', '161648.545000', '161648.548000', '161648.550000', '161648.553000', '161648.555000', '161648.558000', '161648.560000', '161648.563000', '161648.566000', '161648.568000', '161648.571000', '161648.573000', '161648.576000', '161648.579000', '161648.581000', '161648.584000', '161648.587000', '161648.589000', '161648.592000', '161648.595000', '161648.597000', '161648.600000', '161648.602000', '161648.605000', '161648.607000', '161648.610000', '161648.613000', '161648.615000', '161648.618000', '161648.621000', '161648.623000', '161648.626000', '161648.628000', '161648.631000', '161648.634000', '161648.636000', '161648.639000', '161648.641000', '161708.532000', '161708.535000', '161708.537000', '161708.540000', '161708.543000', '161708.545000', '161708.548000', '161708.550000', '161708.553000', '161708.556000', '161708.558000', '161708.561000', '161708.563000', '161708.566000', '161708.569000', '161708.571000', '161708.574000', '161708.577000', '161708.579000', '161708.582000', '161708.585000', '161708.587000', '161708.590000', '161708.593000', '161708.595000', '161708.598000', '161708.601000', '161708.603000', '161708.606000', '161708.608000', '161708.611000', '161708.614000', '161708.616000', '161708.619000', '161708.621000', '161708.624000', '161708.627000', '161708.629000', '161708.632000', '161708.634000', '161708.637000', '161708.640000', '161708.642000', '161708.645000', '161728.532000', '161728.534000', '161728.537000', '161728.540000', '161728.542000', '161728.545000', '161728.548000', '161728.550000', '161728.553000', '161728.555000', '161728.558000', '161728.561000', '161728.563000', '161728.566000', '161728.568000', '161728.571000', '161728.574000', '161728.576000', '161728.579000', '161728.582000', '161728.584000', '161728.587000', '161728.590000', '161728.592000', '161728.595000', '161728.597000', '161728.600000', '161728.603000', '161728.605000', '161728.608000', '161728.610000', '161728.613000', '161728.616000', '161728.619000', '161728.621000', '161728.624000', '161728.626000', '161728.629000', '161728.632000', '161728.634000', '161728.637000', '161728.639000', '161728.642000', '161748.531000', '161748.534000', '161748.537000', '161748.540000', '161748.542000', '161748.545000', '161748.548000', '161748.550000', '161748.553000', '161748.555000', '161748.558000', '161748.560000', '161748.563000', '161748.566000', '161748.568000', '161748.571000', '161748.573000', '161748.576000', '161748.579000', '161748.581000', '161748.584000', '161748.586000', '161748.589000', '161748.592000', '161748.594000', '161748.597000', '161748.599000', '161748.602000', '161748.605000', '161748.607000', '161748.610000', '161748.613000', '161748.615000', '161748.618000', '161748.620000', '161748.623000', '161748.625000', '161748.628000', '161748.631000', '161748.633000', '161748.636000', '161748.638000', '161748.641000', '161808.532000', '161808.535000', '161808.537000', '161808.540000', '161808.543000', '161808.545000', '161808.548000', '161808.550000', '161808.553000', '161808.556000', '161808.558000', '161808.561000', '161808.564000', '161808.566000', '161808.569000', '161808.572000', '161808.574000', '161808.577000', '161808.579000', '161808.582000', '161808.585000', '161808.587000', '161808.590000', '161808.593000', '161808.595000', '161808.598000', '161808.600000', '161808.603000', '161808.606000', '161808.608000', '161808.611000', '161808.613000', '161808.616000', '161808.619000', '161808.621000', '161808.624000', '161808.627000', '161808.629000', '161808.632000', '161808.635000', '161808.637000', '161808.640000', '161808.643000', '161808.645000', '161828.531000', '161828.534000', '161828.537000', '161828.540000', '161828.543000', '161828.545000', '161828.548000', '161828.551000', '161828.553000', '161828.556000', '161828.559000', '161828.562000', '161828.565000', '161828.568000', '161828.570000', '161828.573000', '161828.576000', '161828.578000', '161828.581000', '161828.583000', '161828.586000', '161828.589000', '161828.591000', '161828.594000', '161828.596000', '161828.599000', '161828.602000', '161828.604000', '161828.607000', '161828.610000', '161828.612000', '161828.615000', '161828.618000', '161828.621000', '161828.623000', '161828.626000', '161828.629000', '161828.631000', '161828.634000', '161828.636000', '161828.639000', '161828.642000', '161828.644000', '161848.532000', '161848.535000', '161848.537000', '161848.540000', '161848.542000', '161848.545000', '161848.548000', '161848.550000', '161848.553000', '161848.555000', '161848.558000', '161848.561000', '161848.563000', '161848.566000', '161848.569000', '161848.571000', '161848.574000', '161848.577000', '161848.579000', '161848.582000', '161848.584000', '161848.587000', '161848.590000', '161848.592000', '161848.595000', '161848.597000', '161848.600000', '161848.602000', '161848.605000', '161848.608000', '161848.610000', '161848.613000', '161848.615000', '161848.618000', '161848.621000', '161848.623000', '161848.626000', '161848.628000', '161848.631000', '161848.634000', '161848.636000', '161848.639000', '161848.641000', '161848.644000', '161908.532000', '161908.534000', '161908.537000', '161908.540000', '161908.542000', '161908.545000', '161908.548000', '161908.550000', '161908.553000', '161908.555000', '161908.558000', '161908.561000', '161908.563000', '161908.566000', '161908.569000', '161908.571000', '161908.574000', '161908.576000', '161908.579000', '161908.582000', '161908.584000', '161908.587000', '161908.590000', '161908.592000', '161908.595000', '161908.598000', '161908.601000', '161908.604000', '161908.607000', '161908.609000', '161908.612000', '161908.614000', '161908.617000', '161908.620000', '161908.622000', '161908.625000', '161908.627000', '161908.630000', '161908.633000', '161908.635000', '161908.638000', '161908.641000', '161908.643000', '161928.532000', '161928.534000', '161928.537000', '161928.540000', '161928.542000', '161928.545000', '161928.548000', '161928.550000', '161928.553000', '161928.555000', '161928.558000', '161928.561000', '161928.563000', '161928.566000', '161928.569000', '161928.571000', '161928.574000', '161928.577000', '161928.579000', '161928.582000', '161928.584000', '161928.587000', '161928.590000', '161928.592000', '161928.595000', '161928.598000', '161928.600000', '161928.603000', '161928.606000', '161928.608000', '161928.611000', '161928.613000', '161928.616000', '161928.619000', '161928.621000', '161928.624000', '161928.626000', '161928.629000', '161928.632000', '161928.634000', '161928.637000', '161928.639000', '161928.642000', '161928.645000', '161948.531000', '161948.534000', '161948.537000', '161948.539000', '161948.543000', '161948.546000', '161948.548000', '161948.551000', '161948.554000', '161948.557000', '161948.559000', '161948.562000', '161948.565000', '161948.567000', '161948.570000', '161948.572000', '161948.579000', '161948.581000', '161948.584000', '161948.586000', '161948.589000', '161948.592000', '161948.594000', '161948.597000', '161948.600000', '161948.604000', '161948.606000', '161948.609000', '161948.612000', '161948.614000', '161948.617000', '161948.620000', '161948.622000', '161948.625000', '161948.628000', '161948.630000', '161948.633000', '161948.636000', '161948.638000', '161948.641000', '161948.644000', '161948.646000', '161948.649000', '162008.532000', '162008.534000', '162008.537000', '162008.540000', '162008.542000', '162008.545000', '162008.548000', '162008.550000', '162008.553000', '162008.556000', '162008.558000', '162008.561000', '162008.563000', '162008.566000', '162008.569000', '162008.572000', '162008.574000', '162008.577000', '162008.580000', '162008.582000', '162008.585000', '162008.588000', '162008.590000', '162008.593000', '162008.596000', '162008.598000', '162008.601000', '162008.603000', '162008.606000', '162008.609000', '162008.611000', '162008.614000', '162008.616000', '162008.619000', '162008.622000', '162008.624000', '162008.627000', '162008.630000', '162008.632000', '162008.635000', '162008.638000', '162008.640000', '162008.643000', '162008.646000', '162028.532000', '162028.535000', '162028.537000', '162028.540000', '162028.542000', '162028.545000', '162028.548000', '162028.550000', '162028.553000', '162028.556000', '162028.558000', '162028.561000', '162028.564000', '162028.566000', '162028.569000', '162028.572000', '162028.574000', '162028.577000', '162028.580000', '162028.582000', '162028.585000', '162028.587000', '162028.590000', '162028.593000', '162028.596000', '162028.598000', '162028.601000', '162028.604000', '162028.607000', '162028.609000', '162028.612000', '162028.615000', '162028.617000', '162028.620000', '162028.622000', '162028.625000', '162028.628000', '162028.630000', '162028.633000', '162028.636000', '162028.638000', '162028.641000', '162028.643000', '162048.531000', '162048.534000', '162048.536000', '162048.539000', '162048.541000', '162048.544000', '162048.547000', '162048.549000', '162048.552000', '162048.555000', '162048.557000', '162048.560000', '162048.563000', '162048.565000', '162048.568000', '162048.570000', '162048.573000', '162048.576000', '162048.578000', '162048.581000', '162048.583000', '162048.586000', '162048.589000', '162048.591000', '162048.594000', '162048.597000', '162048.599000', '162048.602000', '162048.604000', '162048.607000', '162048.610000', '162048.612000', '162048.615000', '162048.618000', '162048.620000', '162048.623000', '162048.625000', '162048.628000', '162048.631000', '162048.633000', '162048.636000', '162048.639000', '162048.641000', '162048.644000', '162108.532000', '162108.534000', '162108.537000', '162108.540000', '162108.542000', '162108.545000', '162108.548000', '162108.550000', '162108.553000', '162108.555000', '162108.558000', '162108.561000', '162108.563000', '162108.566000', '162108.568000', '162108.571000', '162108.574000', '162108.576000', '162108.579000', '162108.581000', '162108.584000', '162108.587000', '162108.590000', '162108.592000', '162108.595000', '162108.598000', '162108.602000', '162108.604000', '162108.607000', '162108.610000', '162108.612000', '162108.615000', '162108.618000', '162108.620000', '162108.623000', '162108.625000', '162108.628000', '162108.631000', '162108.633000', '162108.636000', '162108.639000', '162108.641000', '162108.645000', '162128.532000', '162128.535000', '162128.537000', '162128.540000', '162128.542000', '162128.545000', '162128.548000', '162128.550000', '162128.553000', '162128.556000', '162128.558000', '162128.561000', '162128.564000', '162128.566000', '162128.569000', '162128.571000', '162128.574000', '162128.577000', '162128.579000', '162128.582000', '162128.584000', '162128.587000', '162128.590000', '162128.593000', '162128.595000', '162128.598000', '162128.600000', '162128.603000', '162128.606000', '162128.608000', '162128.611000', '162128.614000', '162128.616000', '162128.619000', '162128.622000', '162128.624000', '162128.627000', '162128.629000', '162128.632000', '162128.635000', '162128.637000', '162128.640000', '162128.642000', '162128.645000', '162138.042000', '162138.044000', '162138.047000', '162138.050000', '162138.052000', '162138.055000', '162138.058000', '162138.060000', '162138.063000', '162138.065000', '162138.068000', '162138.071000', '162138.073000', '162138.076000', '162138.078000', '162138.081000', '162138.084000', '162138.086000', '162138.089000', '162138.091000', '162138.094000'], 'InstanceCreationTime': ['161148.560000', '161148.563000', '161148.571000', '161148.574000', '161148.577000', '161148.579000', '161148.582000', '161148.584000', '161148.587000', '161148.590000', '161148.592000', '161148.595000', '161148.597000', '161148.639000', '161148.641000', '161148.644000', '161148.646000', '161148.659000', '161148.662000', '161148.665000', '161148.667000', '161148.670000', '161148.672000', '161148.675000', '161148.677000', '161148.680000', '161148.683000', '161148.685000', '161148.688000', '161148.690000', '161148.693000', '161148.696000', '161148.698000', '161148.701000', '161148.703000', '161148.706000', '161148.708000', '161148.711000', '161148.714000', '161148.716000', '161208.531000', '161208.534000', '161208.537000', '161208.539000', '161208.542000', '161208.545000', '161208.547000', '161208.550000', '161208.553000', '161208.556000', '161208.559000', '161208.561000', '161208.564000', '161208.567000', '161208.569000', '161208.572000', '161208.574000', '161208.577000', '161208.579000', '161208.582000', '161208.585000', '161208.587000', '161208.590000', '161208.593000', '161208.595000', '161208.598000', '161208.600000', '161208.603000', '161208.606000', '161208.609000', '161208.612000', '161208.614000', '161208.617000', '161208.619000', '161208.622000', '161208.624000', '161208.627000', '161208.629000', '161208.632000', '161208.635000', '161208.637000', '161208.640000', '161208.642000', '161228.531000', '161228.534000', '161228.537000', '161228.539000', '161228.542000', '161228.544000', '161228.570000', '161228.572000', '161228.575000', '161228.578000', '161228.580000', '161228.583000', '161228.586000', '161228.588000', '161228.591000', '161228.593000', '161228.596000', '161228.599000', '161228.601000', '161228.604000', '161228.606000', '161228.609000', '161228.611000', '161228.614000', '161228.617000', '161228.619000', '161228.622000', '161228.624000', '161228.627000', '161228.629000', '161228.632000', '161228.635000', '161228.637000', '161228.640000', '161228.642000', '161228.645000', '161228.647000', '161228.650000', '161228.653000', '161228.655000', '161228.658000', '161228.660000', '161228.663000', '161228.665000', '161248.531000', '161248.534000', '161248.537000', '161248.539000', '161248.542000', '161248.545000', '161248.547000', '161248.550000', '161248.552000', '161248.555000', '161248.557000', '161248.560000', '161248.562000', '161248.566000', '161248.568000', '161248.571000', '161248.586000', '161248.589000', '161248.591000', '161248.594000', '161248.596000', '161248.599000', '161248.602000', '161248.604000', '161248.607000', '161248.609000', '161248.612000', '161248.614000', '161248.617000', '161248.620000', '161248.622000', '161248.625000', '161248.627000', '161248.630000', '161248.633000', '161248.635000', '161248.638000', '161248.640000', '161248.643000', '161248.646000', '161248.648000', '161248.651000', '161248.653000', '161308.532000', '161308.534000', '161308.537000', '161308.540000', '161308.542000', '161308.545000', '161308.547000', '161308.550000', '161308.553000', '161308.555000', '161308.558000', '161308.560000', '161308.563000', '161308.566000', '161308.568000', '161308.571000', '161308.574000', '161308.576000', '161308.579000', '161308.581000', '161308.584000', '161308.587000', '161308.589000', '161308.592000', '161308.595000', '161308.597000', '161308.600000', '161308.602000', '161308.605000', '161308.608000', '161308.610000', '161308.613000', '161308.618000', '161308.620000', '161308.623000', '161308.625000', '161308.628000', '161308.630000', '161308.633000', '161308.636000', '161308.638000', '161308.641000', '161308.643000', '161308.646000', '161328.531000', '161328.534000', '161328.537000', '161328.539000', '161328.542000', '161328.544000', '161328.547000', '161328.550000', '161328.552000', '161328.555000', '161328.557000', '161328.560000', '161328.563000', '161328.565000', '161328.568000', '161328.570000', '161328.573000', '161328.576000', '161328.578000', '161328.581000', '161328.584000', '161328.587000', '161328.590000', '161328.593000', '161328.596000', '161328.598000', '161328.619000', '161328.622000', '161328.624000', '161328.627000', '161328.630000', '161328.632000', '161328.635000', '161328.637000', '161328.640000', '161328.643000', '161328.647000', '161328.649000', '161328.652000', '161328.655000', '161328.657000', '161328.660000', '161328.663000', '161348.531000', '161348.533000', '161348.536000', '161348.539000', '161348.541000', '161348.544000', '161348.546000', '161348.549000', '161348.551000', '161348.554000', '161348.557000', '161348.559000', '161348.562000', '161348.565000', '161348.567000', '161348.570000', '161348.572000', '161348.575000', '161348.578000', '161348.580000', '161348.583000', '161348.585000', '161348.588000', '161348.591000', '161348.593000', '161348.596000', '161348.599000', '161348.601000', '161348.604000', '161348.606000', '161348.609000', '161348.612000', '161348.614000', '161348.617000', '161348.619000', '161348.622000', '161348.625000', '161348.627000', '161348.630000', '161348.632000', '161348.635000', '161348.638000', '161348.640000', '161348.643000', '161408.531000', '161408.534000', '161408.537000', '161408.540000', '161408.542000', '161408.545000', '161408.547000', '161408.550000', '161408.552000', '161408.555000', '161408.558000', '161408.560000', '161408.563000', '161408.566000', '161408.568000', '161408.571000', '161408.573000', '161408.576000', '161408.579000', '161408.581000', '161408.584000', '161408.586000', '161408.589000', '161408.592000', '161408.594000', '161408.597000', '161408.600000', '161408.602000', '161408.605000', '161408.607000', '161408.610000', '161408.614000', '161408.616000', '161408.619000', '161408.622000', '161408.624000', '161408.627000', '161408.630000', '161408.632000', '161408.635000', '161408.645000', '161408.648000', '161408.650000', '161428.531000', '161428.534000', '161428.537000', '161428.539000', '161428.542000', '161428.545000', '161428.547000', '161428.550000', '161428.552000', '161428.555000', '161428.558000', '161428.560000', '161428.563000', '161428.565000', '161428.568000', '161428.571000', '161428.573000', '161428.576000', '161428.578000', '161428.581000', '161428.584000', '161428.586000', '161428.589000', '161428.592000', '161428.594000', '161428.597000', '161428.599000', '161428.602000', '161428.605000', '161428.607000', '161428.610000', '161428.612000', '161428.615000', '161428.618000', '161428.620000', '161428.623000', '161428.625000', '161428.628000', '161428.631000', '161428.633000', '161428.636000', '161428.638000', '161428.641000', '161428.644000', '161448.531000', '161448.534000', '161448.537000', '161448.540000', '161448.542000', '161448.545000', '161448.548000', '161448.550000', '161448.553000', '161448.555000', '161448.558000', '161448.561000', '161448.563000', '161448.574000', '161448.576000', '161448.579000', '161448.581000', '161448.584000', '161448.587000', '161448.589000', '161448.592000', '161448.595000', '161448.597000', '161448.600000', '161448.603000', '161448.605000', '161448.608000', '161448.611000', '161448.613000', '161448.616000', '161448.618000', '161448.621000', '161448.624000', '161448.626000', '161448.629000', '161448.632000', '161448.634000', '161448.637000', '161448.640000', '161448.642000', '161448.645000', '161448.648000', '161448.650000', '161508.531000', '161508.534000', '161508.537000', '161508.539000', '161508.542000', '161508.545000', '161508.547000', '161508.550000', '161508.583000', '161508.586000', '161508.589000', '161508.592000', '161508.594000', '161508.597000', '161508.599000', '161508.602000', '161508.605000', '161508.607000', '161508.610000', '161508.612000', '161508.615000', '161508.617000', '161508.620000', '161508.623000', '161508.625000', '161508.628000', '161508.630000', '161508.633000', '161508.636000', '161508.638000', '161508.641000', '161508.643000', '161508.646000', '161508.649000', '161508.651000', '161508.654000', '161508.657000', '161508.659000', '161508.662000', '161508.665000', '161508.667000', '161508.670000', '161508.672000', '161508.675000', '161528.531000', '161528.534000', '161528.537000', '161528.539000', '161528.542000', '161528.545000', '161528.547000', '161528.550000', '161528.552000', '161528.555000', '161528.558000', '161528.560000', '161528.563000', '161528.565000', '161528.568000', '161528.570000', '161528.573000', '161528.576000', '161528.578000', '161528.581000', '161528.583000', '161528.586000', '161528.589000', '161528.592000', '161528.594000', '161528.597000', '161528.599000', '161528.602000', '161528.605000', '161528.607000', '161528.610000', '161528.612000', '161528.615000', '161528.617000', '161528.620000', '161528.623000', '161528.625000', '161528.628000', '161528.631000', '161528.633000', '161528.636000', '161528.638000', '161528.641000', '161548.532000', '161548.535000', '161548.537000', '161548.540000', '161548.542000', '161548.545000', '161548.548000', '161548.550000', '161548.553000', '161548.556000', '161548.558000', '161548.561000', '161548.563000', '161548.566000', '161548.568000', '161548.571000', '161548.574000', '161548.576000', '161548.579000', '161548.581000', '161548.584000', '161548.587000', '161548.589000', '161548.592000', '161548.595000', '161548.597000', '161548.600000', '161548.603000', '161548.605000', '161548.608000', '161548.610000', '161548.613000', '161548.615000', '161548.618000', '161548.621000', '161548.623000', '161548.626000', '161548.629000', '161548.631000', '161548.634000', '161548.637000', '161548.639000', '161548.642000', '161548.644000', '161608.531000', '161608.533000', '161608.536000', '161608.539000', '161608.541000', '161608.544000', '161608.547000', '161608.549000', '161608.552000', '161608.554000', '161608.557000', '161608.559000', '161608.562000', '161608.565000', '161608.567000', '161608.570000', '161608.572000', '161608.575000', '161608.578000', '161608.580000', '161608.583000', '161608.585000', '161608.588000', '161608.591000', '161608.593000', '161608.596000', '161608.598000', '161608.601000', '161608.604000', '161608.606000', '161608.609000', '161608.612000', '161608.614000', '161608.617000', '161608.619000', '161608.622000', '161608.625000', '161608.627000', '161608.630000', '161608.632000', '161608.635000', '161608.638000', '161608.640000', '161628.531000', '161628.534000', '161628.537000', '161628.539000', '161628.542000', '161628.545000', '161628.547000', '161628.550000', '161628.553000', '161628.555000', '161628.558000', '161628.560000', '161628.563000', '161628.566000', '161628.568000', '161628.571000', '161628.573000', '161628.576000', '161628.579000', '161628.581000', '161628.584000', '161628.586000', '161628.589000', '161628.592000', '161628.594000', '161628.597000', '161628.600000', '161628.602000', '161628.605000', '161628.608000', '161628.610000', '161628.613000', '161628.615000', '161628.625000', '161628.627000', '161628.630000', '161628.633000', '161628.635000', '161628.638000', '161628.640000', '161628.643000', '161628.645000', '161628.648000', '161628.651000', '161648.531000', '161648.534000', '161648.537000', '161648.540000', '161648.542000', '161648.545000', '161648.548000', '161648.550000', '161648.553000', '161648.555000', '161648.558000', '161648.560000', '161648.563000', '161648.566000', '161648.568000', '161648.571000', '161648.573000', '161648.576000', '161648.579000', '161648.581000', '161648.584000', '161648.587000', '161648.589000', '161648.592000', '161648.595000', '161648.597000', '161648.600000', '161648.602000', '161648.605000', '161648.607000', '161648.610000', '161648.613000', '161648.615000', '161648.618000', '161648.621000', '161648.623000', '161648.626000', '161648.628000', '161648.631000', '161648.634000', '161648.636000', '161648.639000', '161648.641000', '161708.532000', '161708.535000', '161708.537000', '161708.540000', '161708.543000', '161708.545000', '161708.548000', '161708.550000', '161708.553000', '161708.556000', '161708.558000', '161708.561000', '161708.563000', '161708.566000', '161708.569000', '161708.571000', '161708.574000', '161708.577000', '161708.579000', '161708.582000', '161708.585000', '161708.587000', '161708.590000', '161708.593000', '161708.595000', '161708.598000', '161708.601000', '161708.603000', '161708.606000', '161708.608000', '161708.611000', '161708.614000', '161708.616000', '161708.619000', '161708.621000', '161708.624000', '161708.627000', '161708.629000', '161708.632000', '161708.634000', '161708.637000', '161708.640000', '161708.642000', '161708.645000', '161728.532000', '161728.534000', '161728.537000', '161728.540000', '161728.542000', '161728.545000', '161728.548000', '161728.550000', '161728.553000', '161728.555000', '161728.558000', '161728.561000', '161728.563000', '161728.566000', '161728.568000', '161728.571000', '161728.574000', '161728.576000', '161728.579000', '161728.582000', '161728.584000', '161728.587000', '161728.590000', '161728.592000', '161728.595000', '161728.597000', '161728.600000', '161728.603000', '161728.605000', '161728.608000', '161728.610000', '161728.613000', '161728.616000', '161728.619000', '161728.621000', '161728.624000', '161728.626000', '161728.629000', '161728.632000', '161728.634000', '161728.637000', '161728.639000', '161728.642000', '161748.531000', '161748.534000', '161748.537000', '161748.540000', '161748.542000', '161748.545000', '161748.548000', '161748.550000', '161748.553000', '161748.555000', '161748.558000', '161748.560000', '161748.563000', '161748.566000', '161748.568000', '161748.571000', '161748.573000', '161748.576000', '161748.579000', '161748.581000', '161748.584000', '161748.586000', '161748.589000', '161748.592000', '161748.594000', '161748.597000', '161748.599000', '161748.602000', '161748.605000', '161748.607000', '161748.610000', '161748.613000', '161748.615000', '161748.618000', '161748.620000', '161748.623000', '161748.625000', '161748.628000', '161748.631000', '161748.633000', '161748.636000', '161748.638000', '161748.641000', '161808.532000', '161808.535000', '161808.537000', '161808.540000', '161808.543000', '161808.545000', '161808.548000', '161808.550000', '161808.553000', '161808.556000', '161808.558000', '161808.561000', '161808.564000', '161808.566000', '161808.569000', '161808.572000', '161808.574000', '161808.577000', '161808.579000', '161808.582000', '161808.585000', '161808.587000', '161808.590000', '161808.593000', '161808.595000', '161808.598000', '161808.600000', '161808.603000', '161808.606000', '161808.608000', '161808.611000', '161808.613000', '161808.616000', '161808.619000', '161808.621000', '161808.624000', '161808.627000', '161808.629000', '161808.632000', '161808.635000', '161808.637000', '161808.640000', '161808.643000', '161808.645000', '161828.531000', '161828.534000', '161828.537000', '161828.540000', '161828.543000', '161828.545000', '161828.548000', '161828.551000', '161828.553000', '161828.556000', '161828.559000', '161828.562000', '161828.565000', '161828.568000', '161828.570000', '161828.573000', '161828.576000', '161828.578000', '161828.581000', '161828.583000', '161828.586000', '161828.589000', '161828.591000', '161828.594000', '161828.596000', '161828.599000', '161828.602000', '161828.604000', '161828.607000', '161828.610000', '161828.612000', '161828.615000', '161828.618000', '161828.621000', '161828.623000', '161828.626000', '161828.629000', '161828.631000', '161828.634000', '161828.636000', '161828.639000', '161828.642000', '161828.644000', '161848.532000', '161848.535000', '161848.537000', '161848.540000', '161848.542000', '161848.545000', '161848.548000', '161848.550000', '161848.553000', '161848.555000', '161848.558000', '161848.561000', '161848.563000', '161848.566000', '161848.569000', '161848.571000', '161848.574000', '161848.577000', '161848.579000', '161848.582000', '161848.584000', '161848.587000', '161848.590000', '161848.592000', '161848.595000', '161848.597000', '161848.600000', '161848.602000', '161848.605000', '161848.608000', '161848.610000', '161848.613000', '161848.615000', '161848.618000', '161848.621000', '161848.623000', '161848.626000', '161848.628000', '161848.631000', '161848.634000', '161848.636000', '161848.639000', '161848.641000', '161848.644000', '161908.532000', '161908.534000', '161908.537000', '161908.540000', '161908.542000', '161908.545000', '161908.548000', '161908.550000', '161908.553000', '161908.555000', '161908.558000', '161908.561000', '161908.563000', '161908.566000', '161908.569000', '161908.571000', '161908.574000', '161908.576000', '161908.579000', '161908.582000', '161908.584000', '161908.587000', '161908.590000', '161908.592000', '161908.595000', '161908.598000', '161908.601000', '161908.604000', '161908.607000', '161908.609000', '161908.612000', '161908.614000', '161908.617000', '161908.620000', '161908.622000', '161908.625000', '161908.627000', '161908.630000', '161908.633000', '161908.635000', '161908.638000', '161908.641000', '161908.643000', '161928.532000', '161928.534000', '161928.537000', '161928.540000', '161928.542000', '161928.545000', '161928.548000', '161928.550000', '161928.553000', '161928.555000', '161928.558000', '161928.561000', '161928.563000', '161928.566000', '161928.569000', '161928.571000', '161928.574000', '161928.577000', '161928.579000', '161928.582000', '161928.584000', '161928.587000', '161928.590000', '161928.592000', '161928.595000', '161928.598000', '161928.600000', '161928.603000', '161928.606000', '161928.608000', '161928.611000', '161928.613000', '161928.616000', '161928.619000', '161928.621000', '161928.624000', '161928.626000', '161928.629000', '161928.632000', '161928.634000', '161928.637000', '161928.639000', '161928.642000', '161928.645000', '161948.531000', '161948.534000', '161948.537000', '161948.539000', '161948.543000', '161948.546000', '161948.548000', '161948.551000', '161948.554000', '161948.557000', '161948.559000', '161948.562000', '161948.565000', '161948.567000', '161948.570000', '161948.572000', '161948.579000', '161948.581000', '161948.584000', '161948.586000', '161948.589000', '161948.592000', '161948.594000', '161948.597000', '161948.600000', '161948.604000', '161948.606000', '161948.609000', '161948.612000', '161948.614000', '161948.617000', '161948.620000', '161948.622000', '161948.625000', '161948.628000', '161948.630000', '161948.633000', '161948.636000', '161948.638000', '161948.641000', '161948.644000', '161948.646000', '161948.649000', '162008.532000', '162008.534000', '162008.537000', '162008.540000', '162008.542000', '162008.545000', '162008.548000', '162008.550000', '162008.553000', '162008.556000', '162008.558000', '162008.561000', '162008.563000', '162008.566000', '162008.569000', '162008.572000', '162008.574000', '162008.577000', '162008.580000', '162008.582000', '162008.585000', '162008.588000', '162008.590000', '162008.593000', '162008.596000', '162008.598000', '162008.601000', '162008.603000', '162008.606000', '162008.609000', '162008.611000', '162008.614000', '162008.616000', '162008.619000', '162008.622000', '162008.624000', '162008.627000', '162008.630000', '162008.632000', '162008.635000', '162008.638000', '162008.640000', '162008.643000', '162008.646000', '162028.532000', '162028.535000', '162028.537000', '162028.540000', '162028.542000', '162028.545000', '162028.548000', '162028.550000', '162028.553000', '162028.556000', '162028.558000', '162028.561000', '162028.564000', '162028.566000', '162028.569000', '162028.572000', '162028.574000', '162028.577000', '162028.580000', '162028.582000', '162028.585000', '162028.587000', '162028.590000', '162028.593000', '162028.596000', '162028.598000', '162028.601000', '162028.604000', '162028.607000', '162028.609000', '162028.612000', '162028.615000', '162028.617000', '162028.620000', '162028.622000', '162028.625000', '162028.628000', '162028.630000', '162028.633000', '162028.636000', '162028.638000', '162028.641000', '162028.643000', '162048.531000', '162048.534000', '162048.536000', '162048.539000', '162048.541000', '162048.544000', '162048.547000', '162048.549000', '162048.552000', '162048.555000', '162048.557000', '162048.560000', '162048.563000', '162048.565000', '162048.568000', '162048.570000', '162048.573000', '162048.576000', '162048.578000', '162048.581000', '162048.583000', '162048.586000', '162048.589000', '162048.591000', '162048.594000', '162048.597000', '162048.599000', '162048.602000', '162048.604000', '162048.607000', '162048.610000', '162048.612000', '162048.615000', '162048.618000', '162048.620000', '162048.623000', '162048.625000', '162048.628000', '162048.631000', '162048.633000', '162048.636000', '162048.639000', '162048.641000', '162048.644000', '162108.532000', '162108.534000', '162108.537000', '162108.540000', '162108.542000', '162108.545000', '162108.548000', '162108.550000', '162108.553000', '162108.555000', '162108.558000', '162108.561000', '162108.563000', '162108.566000', '162108.568000', '162108.571000', '162108.574000', '162108.576000', '162108.579000', '162108.581000', '162108.584000', '162108.587000', '162108.590000', '162108.592000', '162108.595000', '162108.598000', '162108.602000', '162108.604000', '162108.607000', '162108.610000', '162108.612000', '162108.615000', '162108.618000', '162108.620000', '162108.623000', '162108.625000', '162108.628000', '162108.631000', '162108.633000', '162108.636000', '162108.639000', '162108.641000', '162108.645000', '162128.532000', '162128.535000', '162128.537000', '162128.540000', '162128.542000', '162128.545000', '162128.548000', '162128.550000', '162128.553000', '162128.556000', '162128.558000', '162128.561000', '162128.564000', '162128.566000', '162128.569000', '162128.571000', '162128.574000', '162128.577000', '162128.579000', '162128.582000', '162128.584000', '162128.587000', '162128.590000', '162128.593000', '162128.595000', '162128.598000', '162128.600000', '162128.603000', '162128.606000', '162128.608000', '162128.611000', '162128.614000', '162128.616000', '162128.619000', '162128.622000', '162128.624000', '162128.627000', '162128.629000', '162128.632000', '162128.635000', '162128.637000', '162128.640000', '162128.642000', '162128.645000', '162138.042000', '162138.044000', '162138.047000', '162138.050000', '162138.052000', '162138.055000', '162138.058000', '162138.060000', '162138.063000', '162138.065000', '162138.068000', '162138.071000', '162138.073000', '162138.076000', '162138.078000', '162138.081000', '162138.084000', '162138.086000', '162138.089000', '162138.091000', '162138.094000'], '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': [10291, 8365, 10628, 9781, 11006, 9876, 10888, 8655, 10108, 9005, 10422, 7899, 9684, 7508, 9601, 7969, 8781, 7913, 9541, 7478, 9378, 8405, 9560, 8179, 9577, 8962, 11691, 12488, 9196, 12285, 8330, 12566, 9069, 12231, 10468, 12591, 10472, 6775, 9276, 8251, 9674, 8286, 10073, 8273, 10099, 8708, 10910, 8340, 10745, 8497, 10580, 8741, 9728, 9443, 10224, 8442, 10072, 8282, 10697, 8387, 9847, 7514, 11152, 9122, 10408, 9109, 7693, 9510, 8141, 9588, 8977, 9334, 9666, 8158, 9955, 8968, 9331, 8256, 9098, 8203, 9361, 9301, 9302, 8092, 8770, 8510, 8521, 8631, 9821, 8808, 11261, 9306, 9154, 8924, 7714, 8779, 9592, 9298, 8265, 8641, 6975, 8861, 7437, 9565, 7390, 9521, 7373, 9932, 7730, 8763, 7486, 10803, 8726, 11653, 10181, 9288, 6716, 9273, 10923, 8580, 8808, 7946, 9245, 9973, 9677, 9549, 11304, 8264, 8911, 10780, 9998, 10883, 10399, 12745, 9005, 9393, 9288, 8753, 8618, 7865, 9645, 7726, 9447, 8142, 9438, 8378, 9310, 7897, 8883, 8547, 9673, 7622, 7151, 7830, 7222, 9053, 7769, 8871, 8182, 9320, 8372, 8962, 9124, 8963, 7327, 9078, 8058, 10574, 8934, 12111, 9864, 8129, 8897, 7605, 8885, 8424, 9405, 7268, 7830, 7563, 8749, 8211, 8534, 7251, 7910, 8116, 8547, 8134, 9065, 7809, 8670, 9145, 9635, 8789, 9458, 8474, 9975, 8128, 8871, 8520, 9739, 8777, 8736, 8834, 8079, 9425, 8378, 9156, 7533, 10317, 7852, 9486, 7923, 8851, 9416, 9134, 8416, 8260, 8688, 8926, 9273, 9166, 9010, 9341, 9321, 11059, 9671, 12137, 9977, 11558, 10062, 11074, 10783, 9024, 8355, 9070, 7577, 8382, 7279, 8222, 7083, 10517, 9675, 8925, 10404, 9026, 9068, 9150, 9042, 8154, 9862, 7867, 9487, 8164, 8734, 8432, 10164, 9535, 9743, 10290, 10343, 9849, 11311, 10372, 8782, 9667, 9647, 10416, 10279, 10259, 8755, 10429, 9374, 9625, 7269, 8828, 6739, 8391, 6688, 8467, 7217, 9292, 7418, 8706, 6858, 8278, 6619, 9028, 6715, 8974, 7352, 9075, 7488, 9071, 8247, 9499, 7598, 9669, 8316, 8917, 8092, 9811, 7671, 9371, 7129, 8589, 7630, 9070, 8160, 8620, 6673, 7808, 10028, 7654, 10378, 7976, 7066, 8131, 12510, 9480, 9323, 9129, 11029, 7955, 12353, 7625, 10612, 7700, 9283, 7591, 9527, 7206, 10973, 7115, 11698, 10260, 8614, 8546, 9075, 8900, 9552, 11399, 10360, 10973, 9809, 10694, 8900, 9186, 7970, 8348, 6685, 9274, 7059, 7620, 6947, 8687, 7744, 9870, 8516, 9785, 8333, 10326, 8471, 9149, 7855, 8800, 9217, 9932, 8272, 7710, 6484, 7557, 9503, 8146, 6662, 7450, 6720, 9649, 7556, 9578, 7617, 10072, 7008, 9155, 6712, 8370, 7348, 8656, 10710, 8425, 6730, 7564, 10459, 8027, 6552, 7236, 8509, 7630, 8605, 7539, 6826, 7083, 9655, 8312, 7880, 7943, 7698, 7252, 9657, 7635, 10041, 9890, 7115, 9359, 7276, 8161, 8123, 9419, 9308, 9892, 9405, 11576, 9883, 11060, 9987, 10568, 9445, 10684, 8912, 8891, 7104, 10693, 8716, 9073, 6627, 8811, 6828, 9585, 8701, 8539, 6687, 7243, 10304, 8280, 10343, 8132, 11471, 7384, 10674, 8037, 10213, 7880, 9899, 7025, 9715, 7799, 9214, 7953, 9685, 8245, 10364, 8713, 10097, 7796, 9531, 8040, 9331, 8852, 9131, 7683, 9345, 7727, 9484, 7391, 8872, 7029, 8150, 9220, 8577, 8064, 8025, 6757, 7072, 11549, 7308, 12578, 7132, 11878, 6883, 11647, 7017, 11891, 7496, 7462, 7165, 7100, 7427, 6768, 8194, 7176, 9690, 8475, 9393, 9253, 10107, 10749, 11032, 9402, 10037, 10615, 9487, 11438, 10389, 11103, 9182, 10115, 7615, 8992, 8832, 10243, 8929, 9007, 7306, 9279, 12716, 11413, 11856, 9120, 11120, 9368, 10829, 9002, 10464, 9413, 9788, 7053, 9364, 6653, 8995, 6790, 9614, 7564, 9302, 6990, 9102, 7444, 9612, 6907, 8970, 7284, 8940, 11501, 7807, 6835, 7557, 9445, 7748, 9658, 7696, 9413, 7759, 9583, 8236, 9523, 8227, 9312, 7022, 9173, 7234, 9071, 6997, 8680, 7602, 10572, 7354, 6489, 6989, 7390, 9513, 8852, 9966, 10257, 10346, 10153, 10297, 10524, 8158, 10319, 10064, 9507, 12774, 8784, 10744, 7679, 9737, 8085, 8930, 7033, 8106, 7028, 8352, 6783, 7328, 12120, 7605, 8981, 7437, 8096, 7493, 8400, 7127, 8290, 7503, 8960, 6876, 9900, 7649, 10091, 6815, 8310, 6829, 8037, 6539, 9222, 7181, 9024, 7162, 9630, 7951, 10408, 7385, 11572, 8835, 9945, 7968, 9893, 7574, 11438, 8481, 10590, 8241, 11256, 7745, 10926, 7927, 9115, 6995, 9947, 7004, 9571, 7521, 8460, 7214, 9512, 6783, 10338, 7123, 8872, 7343, 9773, 6856, 11221, 9105, 8131, 8013, 10372, 8216, 10772, 8887, 10778, 8169, 10924, 9199, 10549, 8345, 10098, 7735, 10436, 8519, 9880, 7421, 9264, 8150, 9105, 9444, 7953, 6660, 7981, 6844, 9655, 7632, 10157, 7315, 10140, 8356, 10406, 8944, 11282, 8820, 12119, 9959, 11816, 9424, 11142, 9887, 10666, 8920, 9752, 8295, 9928, 8485, 9025, 8305, 8587, 9979, 7707, 9695, 7947, 9241, 8276, 9853, 8119, 9157, 8556, 8185, 8581, 10219, 8634, 10638, 8288, 8815, 8355, 10195, 8990, 9122, 8428, 10043, 7551, 9969, 7343, 9522, 7081, 9420, 6952, 9389, 6785, 7545, 6829, 8674, 6677, 8814, 7152, 8547, 7307, 9557, 7439, 8001, 7630, 9320, 7927, 10431, 7619, 9463, 6986, 10492, 7699, 11338, 8029, 8685, 7176, 10749, 7662, 10297, 8298, 6990, 8122, 6968, 8856, 7148, 9642, 7108, 9343, 6884, 9360, 7221, 9135, 7609, 7855, 8776, 8622, 9714, 8580, 8870, 11761, 9464, 10623, 8792, 10228, 7322, 10495, 8274, 9875, 9307, 7586, 10275, 6866, 9603, 6868, 9780, 6762, 9618, 6999, 9922, 7384, 10502, 7376, 10387, 8495, 9744, 7713, 10801, 8269, 10057, 7584, 9867, 6915, 9330, 6872, 9861, 7090, 9979, 7030, 10370, 8220, 9517, 7086, 9986, 7383, 10579, 7298, 9673, 6897, 9125, 7050, 10012, 7554, 9813, 7263, 10343, 7682, 9924, 7130, 8074, 11507, 7860, 10433, 7189, 9448, 7149, 9398, 6826, 9201, 7051, 8859, 6847, 8446, 7650, 9502, 8482, 6838, 8622, 10473, 9883, 11028, 8450, 9749, 8013, 10437, 7821, 9672, 7490, 10063, 7536, 10038, 7499, 9746, 7534, 9582, 7387, 9530, 6900, 8667, 6607, 9011, 7069, 8574, 6899, 7969, 7889, 8824, 6991, 7934, 6803, 8728, 7035, 9773, 6785, 9844, 6691, 10410, 7836, 9161, 10496, 7201, 10861, 7833, 10005, 6725, 9766, 6868, 9645, 7074, 9063, 6700, 10039, 7837, 10228, 7581, 8289, 6595, 7215, 6649, 7114, 8431, 6942, 6803, 6762, 6631, 8592, 6829, 8613, 6932, 9726, 7426, 10052, 8219, 9599, 7938, 10011, 13127, 10985, 13864, 10366, 11030, 9029, 9956, 8861, 11933, 8531, 8422, 8898, 7945, 10728, 9377, 10959, 10832, 10943, 9553, 9796, 8162, 7972, 9156, 8977, 10864, 7606, 11778, 6689, 10291, 6880, 8908, 6753, 8404, 6929, 9697, 7177, 8655, 6688, 9389, 6919, 10577, 7693, 6777, 9184, 6733, 10358, 8445, 10438, 7775, 10857, 8513, 10270, 8380, 10030, 8436, 9120, 10292, 7715, 12633, 6988, 12356, 8021, 8075, 8013, 6928, 9219, 6762, 9992, 7455, 10324, 7790, 10859, 9251, 9836, 8365, 10156, 8398, 9687, 7237, 8369, 6954, 8728, 6953, 9076, 7006, 9694, 7678, 10613, 7565, 10216, 7710, 10571, 9759, 11033, 11154, 12319, 9858, 8545, 8928, 9030, 8754, 7208, 8443, 10290, 9177, 8169, 9231, 8824, 10067, 10248, 10842, 9972, 8463, 9552, 10866, 11397, 8197, 8568, 8941, 9098, 8583, 8730, 10571, 8301, 9976, 8788, 10737, 9419, 10635, 10934, 7770, 9771, 7777, 10382, 8143, 10481, 8309, 11072, 8317, 10570, 8584, 10394, 8266, 10061, 8490, 9730, 8880, 10495, 8469, 10510, 8960, 8583, 8661, 9206, 9020, 7302, 9619, 7979, 9076, 6568, 8963, 7049, 9023, 8557, 10208, 8149, 11020, 7941, 8615, 7914, 9481, 7898, 9305, 8662, 9584, 8889, 12124, 7956, 7600, 8213, 6447, 8597, 7807, 9545, 7259, 9214, 7804, 9557, 7603, 9426, 6550, 9343, 6756, 9667, 7197, 9562, 7285, 9834, 7972, 12359, 8435, 10056, 7980, 10747, 10858, 10978, 8716, 9961, 8507, 10250, 7999, 8339, 7148, 8901, 8204, 8885, 7169, 9124, 7421, 9661, 7752, 10200, 7306, 9870, 8622, 9364, 8764, 6731, 8722, 11850, 8976, 9289, 8202, 10212, 8466, 8727, 8221, 8235, 7962, 8645, 8196, 11492, 8647, 7335, 8570, 10777, 8982, 12806, 9212, 12427, 8944, 9355, 8153, 9599, 7816, 8650, 7493, 8012, 7561, 8926, 7542, 8451, 7434, 9401, 8220, 8486, 8254, 9609, 8277, 9496, 7951, 8547, 6888, 8324, 7149, 8740, 7338, 8605, 7019, 7904, 6904, 8233, 10994, 8500, 8662, 7608, 12014, 7809, 9726, 7860, 8990, 6825, 11559, 7051, 7005, 7285, 7144, 7547, 12060, 8909, 12097, 7949, 9877, 8802, 10217, 9475, 10138, 8877, 10100, 9361, 9664, 8180, 8732, 8053, 9172, 7279, 8573, 7025, 8845, 7553, 8749, 6880, 9146, 7561, 9511, 8283, 11040, 8608, 10806, 8790, 11135, 9727, 10567, 9102, 10747, 9408, 10076, 7962, 8662, 7414, 8622, 7207, 7763, 7065, 7948, 6651, 9042, 7436, 9254, 7126, 9340, 7425, 9644, 8179, 11084, 8081, 10327, 8816, 9672, 7640, 8918, 8159, 8213, 9620, 8637, 7079, 7776, 8200, 8464, 9785, 8472, 8509, 9529], 'WindowCenter': [4209.0, 4170.0, 4175.0, 4161.0, 4156.0, 4132.0, 4140.0, 4109.0, 4127.0, 4107.0, 4126.0, 4083.0, 4104.0, 4085.0, 4116.0, 4093.0, 4103.0, 4093.0, 4118.0, 4086.0, 4117.0, 4096.0, 4077.0, 4091.0, 4098.0, 4089.0, 4103.0, 4118.0, 4083.0, 4130.0, 4077.0, 4129.0, 4099.0, 4131.0, 4123.0, 4144.0, 4137.0, 4083.0, 4122.0, 4099.0, 4107.0, 4085.0, 4106.0, 4097.0, 4119.0, 4097.0, 4116.0, 4085.0, 4116.0, 4095.0, 4116.0, 4084.0, 4092.0, 4092.0, 4104.0, 4083.0, 4103.0, 4085.0, 4116.0, 4083.0, 4104.0, 4088.0, 4119.0, 4096.0, 4102.0, 4096.0, 4073.0, 4119.0, 4096.0, 4106.0, 4109.0, 4107.0, 4106.0, 4084.0, 4120.0, 4108.0, 4109.0, 4085.0, 4098.0, 4084.0, 4110.0, 4094.0, 4095.0, 4071.0, 4069.0, 4082.0, 4082.0, 4083.0, 4105.0, 4095.0, 4114.0, 4095.0, 4094.0, 4094.0, 4073.0, 4084.0, 4105.0, 4106.0, 4081.0, 4081.0, 4074.0, 4108.0, 4085.0, 4104.0, 4074.0, 4106.0, 4088.0, 4119.0, 4056.0, 4098.0, 4077.0, 4105.0, 4100.0, 4105.0, 4080.0, 4094.0, 4050.0, 4095.0, 4116.0, 4083.0, 4093.0, 4083.0, 4107.0, 4106.0, 4105.0, 4104.0, 4112.0, 4084.0, 4107.0, 4126.0, 4105.0, 4102.0, 4103.0, 4121.0, 4081.0, 4091.0, 4091.0, 4083.0, 4094.0, 4085.0, 4104.0, 4070.0, 4089.0, 4082.0, 4104.0, 4092.0, 4091.0, 4081.0, 4090.0, 4092.0, 4115.0, 4084.0, 4074.0, 4097.0, 4087.0, 4106.0, 4086.0, 4094.0, 4096.0, 4108.0, 4097.0, 4094.0, 4106.0, 4092.0, 4073.0, 4095.0, 4098.0, 4114.0, 4095.0, 4136.0, 4119.0, 4084.0, 4094.0, 4086.0, 4107.0, 4095.0, 4104.0, 4070.0, 4070.0, 4083.0, 4107.0, 4106.0, 4105.0, 4083.0, 4094.0, 4093.0, 4104.0, 4095.0, 4106.0, 4084.0, 4094.0, 4074.0, 4122.0, 4079.0, 4073.0, 4070.0, 4074.0, 4051.0, 4062.0, 4053.0, 4064.0, 4066.0, 4065.0, 4078.0, 4056.0, 4078.0, 4069.0, 4080.0, 4053.0, 4077.0, 4056.0, 4077.0, 4070.0, 4074.0, 4091.0, 4078.0, 4053.0, 4067.0, 4065.0, 4065.0, 4079.0, 4079.0, 4078.0, 4078.0, 4078.0, 4100.0, 4104.0, 4110.0, 4091.0, 4112.0, 4117.0, 4111.0, 4099.0, 4077.0, 4094.0, 4092.0, 4071.0, 4079.0, 4070.0, 4079.0, 4061.0, 4114.0, 4118.0, 4092.0, 4114.0, 4092.0, 4092.0, 4090.0, 4090.0, 4070.0, 4105.0, 4083.0, 4105.0, 4082.0, 4091.0, 4093.0, 4115.0, 4104.0, 4102.0, 4114.0, 4115.0, 4118.0, 4127.0, 4118.0, 4093.0, 4103.0, 4103.0, 4114.0, 4103.0, 4103.0, 4097.0, 4113.0, 4103.0, 4098.0, 4073.0, 4092.0, 4074.0, 4081.0, 4062.0, 4095.0, 4085.0, 4104.0, 4084.0, 4105.0, 4073.0, 4093.0, 4073.0, 4104.0, 4074.0, 4106.0, 4086.0, 4106.0, 4086.0, 4106.0, 4097.0, 4104.0, 4083.0, 4102.0, 4083.0, 4093.0, 4082.0, 4101.0, 4082.0, 4103.0, 4073.0, 4092.0, 4071.0, 4091.0, 4080.0, 4080.0, 4060.0, 4081.0, 4101.0, 4081.0, 4112.0, 4082.0, 4071.0, 4094.0, 4135.0, 4104.0, 4102.0, 4091.0, 4112.0, 4084.0, 4134.0, 4083.0, 4125.0, 4098.0, 4103.0, 4095.0, 4114.0, 4084.0, 4124.0, 4086.0, 4136.0, 4116.0, 4093.0, 4092.0, 4091.0, 4091.0, 4101.0, 4111.0, 4103.0, 4111.0, 4116.0, 4128.0, 4106.0, 4091.0, 4070.0, 4081.0, 4061.0, 4091.0, 4071.0, 4070.0, 4059.0, 4092.0, 4081.0, 4114.0, 4105.0, 4115.0, 4094.0, 4114.0, 4092.0, 4102.0, 4094.0, 4106.0, 4118.0, 4115.0, 4092.0, 4081.0, 4061.0, 4084.0, 4114.0, 4094.0, 4061.0, 4070.0, 4061.0, 4102.0, 4082.0, 4103.0, 4082.0, 4104.0, 4075.0, 4104.0, 4074.0, 4095.0, 4085.0, 4108.0, 4128.0, 4096.0, 4072.0, 4095.0, 4125.0, 4096.0, 4062.0, 4083.0, 4105.0, 4097.0, 4105.0, 4109.0, 4088.0, 4100.0, 4128.0, 4120.0, 4107.0, 4108.0, 4097.0, 4099.0, 4131.0, 4125.0, 4096.0, 4144.0, 4087.0, 4116.0, 4085.0, 4096.0, 4093.0, 4106.0, 4105.0, 4115.0, 4106.0, 4128.0, 4117.0, 4126.0, 4102.0, 4115.0, 4104.0, 4103.0, 4094.0, 4095.0, 4059.0, 4126.0, 4091.0, 4091.0, 4058.0, 4091.0, 4075.0, 4129.0, 4104.0, 4093.0, 4061.0, 4083.0, 4115.0, 4121.0, 4126.0, 4097.0, 4136.0, 4085.0, 4125.0, 4107.0, 4127.0, 4110.0, 4130.0, 4101.0, 4131.0, 4110.0, 4117.0, 4109.0, 4128.0, 4109.0, 4128.0, 4119.0, 4129.0, 4097.0, 4127.0, 4122.0, 4131.0, 4121.0, 4116.0, 4095.0, 4117.0, 4110.0, 4117.0, 4098.0, 4107.0, 4087.0, 4109.0, 4129.0, 4121.0, 4108.0, 4109.0, 4088.0, 4098.0, 4150.0, 4113.0, 4160.0, 4100.0, 4161.0, 4112.0, 4163.0, 4114.0, 4163.0, 4112.0, 4122.0, 4126.0, 4124.0, 4138.0, 4070.0, 4132.0, 4084.0, 4116.0, 4107.0, 4116.0, 4117.0, 4129.0, 4139.0, 4131.0, 4106.0, 4119.0, 4115.0, 4093.0, 4111.0, 4102.0, 4101.0, 4091.0, 4100.0, 4083.0, 4104.0, 4092.0, 4103.0, 4104.0, 4105.0, 4071.0, 4104.0, 4136.0, 4125.0, 4111.0, 4091.0, 4100.0, 4090.0, 4099.0, 4091.0, 4113.0, 4117.0, 4101.0, 4071.0, 4100.0, 4061.0, 4092.0, 4060.0, 4089.0, 4069.0, 4089.0, 4060.0, 4091.0, 4070.0, 4090.0, 4058.0, 4079.0, 4069.0, 4092.0, 4122.0, 4081.0, 4058.0, 4069.0, 4101.0, 4095.0, 4103.0, 4080.0, 4090.0, 4096.0, 4115.0, 4095.0, 4114.0, 4094.0, 4102.0, 4072.0, 4119.0, 4097.0, 4118.0, 4097.0, 4117.0, 4109.0, 4138.0, 4110.0, 4076.0, 4085.0, 4097.0, 4118.0, 4117.0, 4126.0, 4116.0, 4130.0, 4126.0, 4113.0, 4115.0, 4092.0, 4115.0, 4114.0, 4103.0, 4120.0, 4078.0, 4098.0, 4069.0, 4102.0, 4080.0, 4076.0, 4056.0, 4067.0, 4058.0, 4078.0, 4046.0, 4068.0, 4121.0, 4083.0, 4102.0, 4081.0, 4079.0, 4082.0, 4104.0, 4097.0, 4104.0, 4083.0, 4114.0, 4099.0, 4127.0, 4096.0, 4126.0, 4085.0, 4120.0, 4098.0, 4119.0, 4098.0, 4141.0, 4097.0, 4128.0, 4110.0, 4128.0, 4109.0, 4137.0, 4099.0, 4149.0, 4132.0, 4138.0, 4109.0, 4127.0, 4109.0, 4163.0, 4145.0, 4141.0, 4119.0, 4149.0, 4111.0, 4150.0, 4109.0, 4117.0, 4097.0, 4127.0, 4111.0, 4143.0, 4121.0, 4118.0, 4096.0, 4140.0, 4098.0, 4139.0, 4087.0, 4105.0, 4096.0, 4116.0, 4087.0, 4136.0, 4132.0, 4105.0, 4109.0, 4128.0, 4108.0, 4138.0, 4118.0, 4125.0, 4106.0, 4126.0, 4117.0, 4113.0, 4092.0, 4112.0, 4094.0, 4126.0, 4093.0, 4113.0, 4082.0, 4102.0, 4095.0, 4105.0, 4115.0, 4094.0, 4074.0, 4095.0, 4073.0, 4127.0, 4108.0, 4127.0, 4097.0, 4127.0, 4119.0, 4138.0, 4118.0, 4138.0, 4117.0, 4138.0, 4128.0, 4124.0, 4103.0, 4112.0, 4101.0, 4111.0, 4089.0, 4098.0, 4080.0, 4099.0, 4078.0, 4088.0, 4076.0, 4077.0, 4100.0, 4080.0, 4099.0, 4079.0, 4101.0, 4103.0, 4112.0, 4092.0, 4101.0, 4103.0, 4092.0, 4104.0, 4124.0, 4105.0, 4114.0, 4093.0, 4101.0, 4104.0, 4112.0, 4103.0, 4100.0, 4091.0, 4113.0, 4083.0, 4101.0, 4082.0, 4113.0, 4070.0, 4101.0, 4082.0, 4127.0, 4099.0, 4096.0, 4086.0, 4117.0, 4085.0, 4118.0, 4095.0, 4104.0, 4107.0, 4128.0, 4098.0, 4106.0, 4108.0, 4130.0, 4122.0, 4141.0, 4111.0, 4142.0, 4113.0, 4151.0, 4113.0, 4154.0, 4136.0, 4133.0, 4098.0, 4152.0, 4112.0, 4152.0, 4122.0, 4099.0, 4121.0, 4100.0, 4133.0, 4115.0, 4142.0, 4113.0, 4145.0, 4126.0, 4144.0, 4125.0, 4144.0, 4122.0, 4134.0, 4133.0, 4131.0, 4145.0, 4132.0, 4146.0, 4164.0, 4131.0, 4128.0, 4117.0, 4125.0, 4095.0, 4139.0, 4119.0, 4127.0, 4115.0, 4096.0, 4126.0, 4085.0, 4130.0, 4088.0, 4129.0, 4099.0, 4128.0, 4099.0, 4127.0, 4110.0, 4139.0, 4098.0, 4127.0, 4118.0, 4127.0, 4097.0, 4139.0, 4108.0, 4116.0, 4095.0, 4127.0, 4087.0, 4116.0, 4086.0, 4128.0, 4098.0, 4127.0, 4098.0, 4139.0, 4106.0, 4115.0, 4085.0, 4114.0, 4096.0, 4138.0, 4096.0, 4115.0, 4086.0, 4126.0, 4085.0, 4127.0, 4106.0, 4125.0, 4082.0, 4113.0, 4094.0, 4112.0, 4070.0, 4093.0, 4124.0, 4092.0, 4111.0, 4070.0, 4099.0, 4071.0, 4103.0, 4072.0, 4115.0, 4085.0, 4117.0, 4098.0, 4117.0, 4106.0, 4126.0, 4116.0, 4083.0, 4116.0, 4126.0, 4127.0, 4125.0, 4094.0, 4113.0, 4094.0, 4113.0, 4082.0, 4101.0, 4082.0, 4112.0, 4094.0, 4115.0, 4096.0, 4115.0, 4096.0, 4114.0, 4082.0, 4111.0, 4071.0, 4103.0, 4087.0, 4117.0, 4085.0, 4105.0, 4087.0, 4121.0, 4120.0, 4129.0, 4097.0, 4106.0, 4097.0, 4129.0, 4109.0, 4141.0, 4101.0, 4140.0, 4101.0, 4152.0, 4111.0, 4134.0, 4142.0, 4110.0, 4138.0, 4098.0, 4128.0, 4087.0, 4128.0, 4088.0, 4129.0, 4099.0, 4128.0, 4100.0, 4141.0, 4110.0, 4155.0, 4122.0, 4120.0, 4101.0, 4110.0, 4099.0, 4100.0, 4120.0, 4114.0, 4114.0, 4115.0, 4114.0, 4146.0, 4129.0, 4146.0, 4126.0, 4158.0, 4136.0, 4157.0, 4137.0, 4145.0, 4121.0, 4156.0, 4174.0, 4155.0, 4173.0, 4155.0, 4154.0, 4132.0, 4130.0, 4131.0, 4149.0, 4132.0, 4117.0, 4116.0, 4105.0, 4125.0, 4114.0, 4138.0, 4139.0, 4126.0, 4100.0, 4101.0, 4090.0, 4080.0, 4115.0, 4104.0, 4123.0, 4082.0, 4122.0, 4073.0, 4114.0, 4083.0, 4104.0, 4085.0, 4103.0, 4098.0, 4128.0, 4099.0, 4120.0, 4099.0, 4129.0, 4109.0, 4150.0, 4121.0, 4097.0, 4128.0, 4099.0, 4141.0, 4119.0, 4138.0, 4111.0, 4141.0, 4119.0, 4128.0, 4107.0, 4126.0, 4107.0, 4117.0, 4125.0, 4098.0, 4147.0, 4086.0, 4147.0, 4108.0, 4108.0, 4108.0, 4095.0, 4126.0, 4087.0, 4126.0, 4096.0, 4126.0, 4109.0, 4137.0, 4116.0, 4115.0, 4104.0, 4125.0, 4106.0, 4116.0, 4083.0, 4103.0, 4083.0, 4104.0, 4084.0, 4114.0, 4083.0, 4114.0, 4094.0, 4126.0, 4093.0, 4123.0, 4093.0, 4110.0, 4011.0, 4107.0, 4050.0, 4099.0, 4069.0, 4056.0, 4061.0, 4065.0, 4066.0, 4049.0, 4081.0, 4100.0, 4082.0, 4069.0, 4078.0, 4082.0, 4092.0, 4093.0, 4101.0, 4080.0, 4056.0, 4081.0, 4089.0, 4101.0, 4054.0, 4054.0, 4077.0, 4067.0, 4068.0, 4068.0, 4102.0, 4068.0, 4090.0, 4067.0, 4099.0, 4076.0, 4087.0, 4097.0, 4060.0, 4089.0, 4072.0, 4101.0, 4070.0, 4103.0, 4080.0, 4113.0, 4082.0, 4116.0, 4094.0, 4104.0, 4082.0, 4101.0, 4081.0, 4091.0, 4093.0, 4114.0, 4080.0, 4115.0, 4106.0, 4107.0, 4091.0, 4102.0, 4092.0, 4085.0, 4118.0, 4097.0, 4105.0, 4074.0, 4105.0, 4087.0, 4106.0, 4107.0, 4115.0, 4109.0, 4138.0, 4110.0, 4108.0, 4098.0, 4129.0, 4113.0, 4133.0, 4123.0, 4132.0, 4121.0, 4151.0, 4111.0, 4110.0, 4121.0, 4077.0, 4119.0, 4110.0, 4119.0, 4086.0, 4117.0, 4099.0, 4131.0, 4100.0, 4120.0, 4090.0, 4131.0, 4078.0, 4119.0, 4090.0, 4119.0, 4099.0, 4129.0, 4109.0, 4150.0, 4109.0, 4115.0, 4098.0, 4126.0, 4115.0, 4113.0, 4093.0, 4102.0, 4094.0, 4113.0, 4081.0, 4080.0, 4086.0, 4118.0, 4106.0, 4107.0, 4086.0, 4117.0, 4085.0, 4116.0, 4098.0, 4115.0, 4083.0, 4115.0, 4120.0, 4117.0, 4106.0, 4074.0, 4108.0, 4151.0, 4119.0, 4106.0, 4097.0, 4114.0, 4096.0, 4104.0, 4108.0, 4108.0, 4110.0, 4117.0, 4120.0, 4151.0, 4121.0, 4111.0, 4120.0, 4138.0, 4119.0, 4150.0, 4121.0, 4137.0, 4108.0, 4118.0, 4099.0, 4116.0, 4086.0, 4107.0, 4096.0, 4097.0, 4093.0, 4106.0, 4096.0, 4094.0, 4097.0, 4117.0, 4109.0, 4107.0, 4107.0, 4117.0, 4110.0, 4130.0, 4111.0, 4107.0, 4084.0, 4095.0, 4086.0, 4108.0, 4099.0, 4107.0, 4088.0, 4109.0, 4089.0, 4122.0, 4141.0, 4120.0, 4119.0, 4110.0, 4149.0, 4127.0, 4141.0, 4123.0, 4133.0, 4103.0, 4162.0, 4114.0, 4113.0, 4112.0, 4114.0, 4127.0, 4176.0, 4133.0, 4165.0, 4125.0, 4143.0, 4135.0, 4145.0, 4134.0, 4132.0, 4122.0, 4131.0, 4132.0, 4120.0, 4109.0, 4120.0, 4111.0, 4131.0, 4099.0, 4119.0, 4103.0, 4134.0, 4112.0, 4122.0, 4101.0, 4130.0, 4111.0, 4130.0, 4109.0, 4138.0, 4119.0, 4153.0, 4133.0, 4141.0, 4130.0, 4128.0, 4118.0, 4128.0, 4116.0, 4113.0, 4093.0, 4094.0, 4084.0, 4105.0, 4083.0, 4082.0, 4073.0, 4092.0, 4087.0, 4117.0, 4097.0, 4129.0, 4100.0, 4132.0, 4111.0, 4128.0, 4121.0, 4140.0, 4122.0, 4142.0, 4120.0, 4119.0, 4097.0, 4121.0, 4109.0, 4120.0, 4118.0, 4121.0, 4099.0, 4110.0, 4063.0, 4111.0, 4117.0, 4080.0, 4097.0, 4088.0], 'WindowWidth': [9365.0, 9291.0, 9282.0, 9255.0, 9239.0, 9199.0, 9205.0, 9157.0, 9181.0, 9153.0, 9176.0, 9113.0, 9143.0, 9121.0, 9164.0, 9129.0, 9143.0, 9126.0, 9170.0, 9124.0, 9163.0, 9134.0, 9083.0, 9128.0, 9129.0, 9116.0, 9124.0, 9153.0, 9097.0, 9171.0, 9098.0, 9168.0, 9132.0, 9177.0, 9169.0, 9202.0, 9198.0, 9125.0, 9173.0, 9135.0, 9143.0, 9111.0, 9142.0, 9131.0, 9165.0, 9133.0, 9157.0, 9114.0, 9154.0, 9126.0, 9155.0, 9110.0, 9117.0, 9119.0, 9135.0, 9109.0, 9133.0, 9115.0, 9156.0, 9107.0, 9138.0, 9125.0, 9164.0, 9126.0, 9127.0, 9129.0, 9094.0, 9166.0, 9132.0, 9143.0, 9153.0, 9148.0, 9144.0, 9113.0, 9172.0, 9151.0, 9153.0, 9115.0, 9135.0, 9111.0, 9154.0, 9121.0, 9124.0, 9085.0, 9078.0, 9102.0, 9101.0, 9106.0, 9138.0, 9124.0, 9147.0, 9126.0, 9123.0, 9123.0, 9093.0, 9109.0, 9139.0, 9144.0, 9101.0, 9100.0, 9101.0, 9152.0, 9118.0, 9139.0, 9099.0, 9146.0, 9122.0, 9164.0, 9057.0, 9131.0, 9101.0, 9132.0, 9135.0, 9131.0, 9089.0, 9118.0, 9055.0, 9124.0, 9154.0, 9105.0, 9119.0, 9107.0, 9144.0, 9138.0, 9136.0, 9137.0, 9144.0, 9111.0, 9149.0, 9174.0, 9140.0, 9133.0, 9133.0, 9154.0, 9101.0, 9114.0, 9116.0, 9108.0, 9127.0, 9117.0, 9141.0, 9092.0, 9110.0, 9109.0, 9138.0, 9121.0, 9117.0, 9102.0, 9115.0, 9119.0, 9157.0, 9113.0, 9099.0, 9136.0, 9123.0, 9148.0, 9119.0, 9125.0, 9133.0, 9150.0, 9135.0, 9127.0, 9143.0, 9120.0, 9097.0, 9128.0, 9141.0, 9152.0, 9128.0, 9185.0, 9169.0, 9114.0, 9127.0, 9119.0, 9151.0, 9131.0, 9140.0, 9088.0, 9087.0, 9111.0, 9150.0, 9150.0, 9146.0, 9113.0, 9127.0, 9125.0, 9142.0, 9130.0, 9146.0, 9115.0, 9127.0, 9078.0, 9172.0, 9096.0, 9082.0, 9083.0, 9078.0, 9049.0, 9063.0, 9050.0, 9064.0, 9070.0, 9070.0, 9090.0, 9059.0, 9089.0, 9082.0, 9097.0, 9055.0, 9088.0, 9056.0, 9086.0, 9085.0, 9088.0, 9115.0, 9092.0, 9051.0, 9076.0, 9069.0, 9071.0, 9093.0, 9093.0, 9093.0, 9093.0, 9094.0, 9123.0, 9138.0, 9137.0, 9114.0, 9147.0, 9163.0, 9141.0, 9122.0, 9092.0, 9126.0, 9121.0, 9092.0, 9097.0, 9087.0, 9098.0, 9078.0, 9152.0, 9165.0, 9121.0, 9150.0, 9121.0, 9119.0, 9113.0, 9114.0, 9086.0, 9139.0, 9111.0, 9141.0, 9107.0, 9117.0, 9122.0, 9157.0, 9139.0, 9135.0, 9153.0, 9158.0, 9165.0, 9176.0, 9162.0, 9123.0, 9134.0, 9137.0, 9151.0, 9134.0, 9138.0, 9134.0, 9150.0, 9137.0, 9129.0, 9097.0, 9122.0, 9104.0, 9105.0, 9082.0, 9132.0, 9121.0, 9142.0, 9116.0, 9143.0, 9098.0, 9125.0, 9099.0, 9142.0, 9103.0, 9149.0, 9124.0, 9148.0, 9121.0, 9148.0, 9137.0, 9143.0, 9111.0, 9136.0, 9112.0, 9126.0, 9108.0, 9132.0, 9110.0, 9138.0, 9100.0, 9121.0, 9092.0, 9120.0, 9102.0, 9101.0, 9077.0, 9107.0, 9130.0, 9105.0, 9147.0, 9110.0, 9095.0, 9130.0, 9186.0, 9142.0, 9135.0, 9120.0, 9147.0, 9115.0, 9179.0, 9113.0, 9170.0, 9144.0, 9141.0, 9131.0, 9155.0, 9115.0, 9169.0, 9123.0, 9186.0, 9159.0, 9122.0, 9120.0, 9116.0, 9117.0, 9131.0, 9141.0, 9133.0, 9142.0, 9159.0, 9178.0, 9145.0, 9116.0, 9087.0, 9108.0, 9079.0, 9118.0, 9093.0, 9088.0, 9073.0, 9120.0, 9106.0, 9156.0, 9143.0, 9158.0, 9130.0, 9155.0, 9122.0, 9136.0, 9129.0, 9148.0, 9169.0, 9159.0, 9122.0, 9106.0, 9083.0, 9117.0, 9155.0, 9129.0, 9081.0, 9092.0, 9081.0, 9136.0, 9113.0, 9139.0, 9109.0, 9140.0, 9105.0, 9142.0, 9104.0, 9129.0, 9121.0, 9154.0, 9182.0, 9135.0, 9098.0, 9132.0, 9173.0, 9135.0, 9084.0, 9114.0, 9146.0, 9140.0, 9150.0, 9160.0, 9131.0, 9148.0, 9184.0, 9174.0, 9153.0, 9155.0, 9140.0, 9146.0, 9193.0, 9189.0, 9116.0, 9212.0, 9125.0, 9160.0, 9117.0, 9131.0, 9126.0, 9147.0, 9142.0, 9155.0, 9149.0, 9180.0, 9161.0, 9171.0, 9135.0, 9158.0, 9140.0, 9135.0, 9125.0, 9131.0, 9073.0, 9176.0, 9118.0, 9118.0, 9071.0, 9117.0, 9107.0, 9185.0, 9143.0, 9127.0, 9081.0, 9114.0, 9159.0, 9177.0, 9179.0, 9139.0, 9187.0, 9121.0, 9176.0, 9155.0, 9179.0, 9165.0, 9190.0, 9155.0, 9193.0, 9164.0, 9166.0, 9161.0, 9183.0, 9157.0, 9183.0, 9173.0, 9183.0, 9141.0, 9182.0, 9184.0, 9191.0, 9178.0, 9163.0, 9136.0, 9165.0, 9161.0, 9168.0, 9141.0, 9152.0, 9126.0, 9160.0, 9186.0, 9178.0, 9159.0, 9158.0, 9129.0, 9144.0, 9216.0, 9173.0, 9232.0, 9150.0, 9233.0, 9172.0, 9240.0, 9179.0, 9240.0, 9171.0, 9188.0, 9197.0, 9192.0, 9217.0, 9095.0, 9200.0, 9124.0, 9161.0, 9150.0, 9161.0, 9165.0, 9183.0, 9197.0, 9188.0, 9148.0, 9170.0, 9154.0, 9121.0, 9144.0, 9131.0, 9128.0, 9116.0, 9126.0, 9112.0, 9142.0, 9122.0, 9137.0, 9140.0, 9145.0, 9095.0, 9142.0, 9188.0, 9169.0, 9145.0, 9116.0, 9130.0, 9115.0, 9126.0, 9119.0, 9153.0, 9167.0, 9133.0, 9093.0, 9131.0, 9080.0, 9124.0, 9078.0, 9112.0, 9086.0, 9114.0, 9077.0, 9119.0, 9091.0, 9115.0, 9072.0, 9099.0, 9087.0, 9123.0, 9163.0, 9108.0, 9071.0, 9087.0, 9133.0, 9135.0, 9140.0, 9106.0, 9119.0, 9137.0, 9161.0, 9133.0, 9158.0, 9130.0, 9136.0, 9098.0, 9171.0, 9140.0, 9169.0, 9141.0, 9166.0, 9162.0, 9201.0, 9164.0, 9112.0, 9123.0, 9141.0, 9165.0, 9165.0, 9174.0, 9157.0, 9187.0, 9176.0, 9152.0, 9158.0, 9125.0, 9158.0, 9156.0, 9139.0, 9156.0, 9097.0, 9123.0, 9089.0, 9136.0, 9103.0, 9091.0, 9064.0, 9083.0, 9072.0, 9098.0, 9053.0, 9085.0, 9159.0, 9114.0, 9137.0, 9109.0, 9102.0, 9112.0, 9146.0, 9142.0, 9146.0, 9115.0, 9158.0, 9151.0, 9180.0, 9138.0, 9175.0, 9119.0, 9178.0, 9148.0, 9175.0, 9149.0, 9210.0, 9145.0, 9186.0, 9166.0, 9184.0, 9161.0, 9197.0, 9147.0, 9215.0, 9196.0, 9200.0, 9162.0, 9183.0, 9162.0, 9239.0, 9223.0, 9207.0, 9173.0, 9217.0, 9167.0, 9219.0, 9162.0, 9168.0, 9140.0, 9180.0, 9167.0, 9214.0, 9185.0, 9173.0, 9141.0, 9206.0, 9146.0, 9199.0, 9127.0, 9147.0, 9137.0, 9162.0, 9126.0, 9191.0, 9198.0, 9148.0, 9161.0, 9186.0, 9156.0, 9195.0, 9171.0, 9174.0, 9152.0, 9176.0, 9165.0, 9153.0, 9123.0, 9149.0, 9137.0, 9175.0, 9127.0, 9157.0, 9113.0, 9140.0, 9134.0, 9147.0, 9159.0, 9132.0, 9103.0, 9134.0, 9102.0, 9180.0, 9156.0, 9181.0, 9143.0, 9182.0, 9175.0, 9199.0, 9172.0, 9198.0, 9167.0, 9196.0, 9183.0, 9172.0, 9142.0, 9152.0, 9136.0, 9147.0, 9114.0, 9125.0, 9106.0, 9130.0, 9098.0, 9111.0, 9092.0, 9096.0, 9130.0, 9107.0, 9128.0, 9104.0, 9137.0, 9142.0, 9151.0, 9127.0, 9138.0, 9143.0, 9126.0, 9143.0, 9171.0, 9150.0, 9158.0, 9128.0, 9135.0, 9144.0, 9154.0, 9141.0, 9133.0, 9123.0, 9156.0, 9115.0, 9134.0, 9113.0, 9155.0, 9095.0, 9136.0, 9113.0, 9183.0, 9149.0, 9137.0, 9126.0, 9167.0, 9124.0, 9171.0, 9136.0, 9147.0, 9156.0, 9183.0, 9144.0, 9153.0, 9159.0, 9190.0, 9186.0, 9207.0, 9167.0, 9209.0, 9173.0, 9221.0, 9171.0, 9228.0, 9209.0, 9198.0, 9146.0, 9220.0, 9169.0, 9223.0, 9182.0, 9147.0, 9180.0, 9149.0, 9201.0, 9180.0, 9212.0, 9173.0, 9220.0, 9199.0, 9219.0, 9195.0, 9218.0, 9186.0, 9203.0, 9203.0, 9196.0, 9221.0, 9200.0, 9223.0, 9244.0, 9195.0, 9183.0, 9166.0, 9175.0, 9135.0, 9200.0, 9175.0, 9183.0, 9162.0, 9136.0, 9177.0, 9123.0, 9189.0, 9132.0, 9187.0, 9151.0, 9187.0, 9150.0, 9183.0, 9164.0, 9200.0, 9146.0, 9182.0, 9170.0, 9180.0, 9140.0, 9199.0, 9158.0, 9164.0, 9135.0, 9179.0, 9127.0, 9166.0, 9127.0, 9184.0, 9146.0, 9181.0, 9149.0, 9201.0, 9154.0, 9161.0, 9122.0, 9160.0, 9137.0, 9197.0, 9140.0, 9165.0, 9124.0, 9182.0, 9126.0, 9182.0, 9154.0, 9176.0, 9116.0, 9156.0, 9133.0, 9152.0, 9094.0, 9129.0, 9171.0, 9127.0, 9149.0, 9093.0, 9131.0, 9094.0, 9141.0, 9103.0, 9162.0, 9123.0, 9169.0, 9146.0, 9170.0, 9154.0, 9180.0, 9166.0, 9119.0, 9165.0, 9180.0, 9183.0, 9175.0, 9131.0, 9155.0, 9134.0, 9155.0, 9113.0, 9135.0, 9111.0, 9153.0, 9132.0, 9160.0, 9140.0, 9163.0, 9140.0, 9159.0, 9113.0, 9148.0, 9096.0, 9143.0, 9130.0, 9168.0, 9120.0, 9147.0, 9127.0, 9182.0, 9178.0, 9190.0, 9145.0, 9154.0, 9143.0, 9189.0, 9164.0, 9206.0, 9153.0, 9204.0, 9156.0, 9224.0, 9167.0, 9201.0, 9209.0, 9166.0, 9201.0, 9144.0, 9182.0, 9128.0, 9184.0, 9133.0, 9188.0, 9149.0, 9187.0, 9151.0, 9206.0, 9164.0, 9233.0, 9189.0, 9179.0, 9154.0, 9165.0, 9148.0, 9151.0, 9179.0, 9176.0, 9180.0, 9182.0, 9182.0, 9224.0, 9206.0, 9224.0, 9198.0, 9244.0, 9214.0, 9240.0, 9212.0, 9220.0, 9183.0, 9235.0, 9257.0, 9231.0, 9252.0, 9234.0, 9229.0, 9197.0, 9192.0, 9194.0, 9217.0, 9199.0, 9170.0, 9166.0, 9150.0, 9176.0, 9158.0, 9200.0, 9203.0, 9178.0, 9134.0, 9136.0, 9119.0, 9108.0, 9160.0, 9144.0, 9166.0, 9112.0, 9165.0, 9104.0, 9158.0, 9119.0, 9146.0, 9122.0, 9145.0, 9147.0, 9187.0, 9149.0, 9177.0, 9150.0, 9191.0, 9165.0, 9219.0, 9181.0, 9145.0, 9187.0, 9150.0, 9207.0, 9174.0, 9198.0, 9167.0, 9207.0, 9176.0, 9185.0, 9154.0, 9180.0, 9156.0, 9168.0, 9174.0, 9143.0, 9208.0, 9127.0, 9210.0, 9161.0, 9160.0, 9159.0, 9139.0, 9181.0, 9130.0, 9182.0, 9140.0, 9181.0, 9164.0, 9197.0, 9167.0, 9162.0, 9146.0, 9178.0, 9153.0, 9166.0, 9119.0, 9145.0, 9121.0, 9149.0, 9122.0, 9160.0, 9119.0, 9161.0, 9135.0, 9182.0, 9131.0, 9171.0, 9132.0, 9148.0, 8957.0, 9139.0, 9029.0, 9113.0, 9070.0, 9051.0, 9057.0, 9066.0, 9068.0, 9052.0, 9099.0, 9123.0, 9102.0, 9080.0, 9090.0, 9103.0, 9117.0, 9119.0, 9125.0, 9094.0, 9058.0, 9098.0, 9105.0, 9123.0, 9052.0, 9050.0, 9088.0, 9073.0, 9078.0, 9079.0, 9130.0, 9082.0, 9112.0, 9076.0, 9120.0, 9085.0, 9101.0, 9115.0, 9072.0, 9108.0, 9090.0, 9128.0, 9089.0, 9133.0, 9100.0, 9146.0, 9106.0, 9160.0, 9128.0, 9139.0, 9106.0, 9131.0, 9103.0, 9118.0, 9123.0, 9150.0, 9102.0, 9155.0, 9148.0, 9150.0, 9118.0, 9134.0, 9120.0, 9120.0, 9165.0, 9136.0, 9143.0, 9101.0, 9145.0, 9124.0, 9147.0, 9151.0, 9156.0, 9156.0, 9194.0, 9158.0, 9151.0, 9140.0, 9185.0, 9170.0, 9196.0, 9185.0, 9194.0, 9175.0, 9215.0, 9164.0, 9160.0, 9177.0, 9115.0, 9171.0, 9162.0, 9170.0, 9121.0, 9164.0, 9144.0, 9190.0, 9147.0, 9171.0, 9135.0, 9190.0, 9116.0, 9168.0, 9133.0, 9170.0, 9145.0, 9185.0, 9158.0, 9212.0, 9156.0, 9160.0, 9142.0, 9175.0, 9157.0, 9151.0, 9123.0, 9134.0, 9127.0, 9152.0, 9104.0, 9102.0, 9122.0, 9172.0, 9148.0, 9150.0, 9120.0, 9164.0, 9121.0, 9160.0, 9142.0, 9157.0, 9114.0, 9159.0, 9176.0, 9164.0, 9147.0, 9103.0, 9156.0, 9217.0, 9171.0, 9149.0, 9136.0, 9156.0, 9134.0, 9146.0, 9154.0, 9154.0, 9162.0, 9170.0, 9174.0, 9219.0, 9178.0, 9167.0, 9176.0, 9194.0, 9173.0, 9214.0, 9175.0, 9192.0, 9153.0, 9168.0, 9143.0, 9162.0, 9122.0, 9152.0, 9140.0, 9139.0, 9131.0, 9150.0, 9137.0, 9132.0, 9142.0, 9167.0, 9156.0, 9152.0, 9153.0, 9166.0, 9162.0, 9190.0, 9165.0, 9151.0, 9118.0, 9132.0, 9123.0, 9156.0, 9144.0, 9153.0, 9128.0, 9157.0, 9132.0, 9180.0, 9205.0, 9175.0, 9172.0, 9161.0, 9213.0, 9195.0, 9208.0, 9184.0, 9196.0, 9157.0, 9237.0, 9176.0, 9172.0, 9171.0, 9176.0, 9198.0, 9262.0, 9202.0, 9243.0, 9189.0, 9216.0, 9204.0, 9215.0, 9199.0, 9194.0, 9182.0, 9194.0, 9193.0, 9175.0, 9156.0, 9176.0, 9167.0, 9193.0, 9146.0, 9175.0, 9159.0, 9200.0, 9170.0, 9182.0, 9154.0, 9190.0, 9165.0, 9190.0, 9161.0, 9197.0, 9175.0, 9225.0, 9200.0, 9205.0, 9189.0, 9181.0, 9169.0, 9182.0, 9165.0, 9156.0, 9128.0, 9130.0, 9118.0, 9146.0, 9113.0, 9112.0, 9101.0, 9128.0, 9128.0, 9167.0, 9142.0, 9187.0, 9152.0, 9196.0, 9167.0, 9186.0, 9178.0, 9203.0, 9183.0, 9207.0, 9176.0, 9171.0, 9141.0, 9178.0, 9161.0, 9177.0, 9169.0, 9180.0, 9148.0, 9163.0, 9066.0, 9161.0, 9162.0, 9101.0, 9133.0, 9105.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.009734773071104387</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.11816552821482601</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.08428743975775</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1044202511960628</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0269180970022707</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4983</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5995.0986</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2754810833797514</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>472</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>35.703479576399396</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7994009188158913</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5962690290092136</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0059671101503413</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7959666172881192</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0138499</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010761280544102192</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.045959800481796265</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>4.454247055666027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.0536</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2864</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.181</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292064.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>772.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.2697</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.981</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3283.3022</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3394.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84480.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1508.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4254.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>761.9649</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>18.372631827369332</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> |