=== 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-0104 --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-0104",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
147 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
147 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-0104_ses-01_task-alignvideo_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-0104_ses-01_task-alignvideo_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-01_subject-0104_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0104_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0104_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0104_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_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-01_subject-0104_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_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-01_subject-0104_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0104_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-01_task-alignvideo_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-0104/figures/sub-0104_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-alignvideo_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-0104/ses-01/func/sub-0104_ses-01_task-alignvideo_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>eceb2eeb0a3fd7e6e93b6688287140e8</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>17:48:54.165000</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.999554, -0.0237076, -0.0181688, 0.0272218, 0.97341, 0.227447]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.115475</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-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4207, -7806, -7207, 329, -95, -158, -1, 122]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>266.038</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8b3422ea-b064-447b-99f0-0c33467dd771||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.681729793548584, 0.07303398102521896, -0.03319227695465088, 112.9112548828125], [0.06360567361116409, 2.6115877628326416, 0.6151680946350098, -109.0362548828125], [-0.04874545335769653, -0.6102235317230225, 2.6287765502929688, -37.28997039794922], [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, 1376]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['174854.165000', '174854.625000', '174855.085000', '174855.545000', '174856.005000', '174856.465000', '174856.925000', '174857.385000', '174857.845000', '174858.305000', '174858.765000', '174859.225000', '174859.685000', '174900.145000', '174900.605000', '174901.065000', '174901.525000', '174901.985000', '174902.445000', '174902.905000', '174903.365000', '174903.825000', '174904.285000', '174904.745000', '174905.205000', '174905.665000', '174906.125000', '174906.585000', '174907.045000', '174907.505000', '174907.965000', '174908.425000', '174908.885000', '174909.345000', '174909.805000', '174910.265000', '174910.725000', '174911.185000', '174911.645000', '174912.105000', '174912.565000', '174913.025000', '174913.485000', '174913.945000', '174914.405000', '174914.865000', '174915.325000', '174915.785000', '174916.245000', '174916.705000', '174917.165000', '174917.625000', '174918.085000', '174918.545000', '174919.005000', '174919.465000', '174919.925000', '174920.385000', '174920.845000', '174921.305000', '174921.765000', '174922.225000', '174922.685000', '174923.145000', '174923.605000', '174924.065000', '174924.525000', '174924.985000', '174925.445000', '174925.905000', '174926.365000', '174926.825000', '174927.285000', '174927.745000', '174928.205000', '174928.665000', '174929.125000', '174929.585000', '174930.045000', '174930.505000', '174930.965000', '174931.425000', '174931.885000', '174932.345000', '174932.805000', '174933.265000', '174933.725000', '174934.185000', '174934.645000', '174935.105000', '174935.565000', '174936.025000', '174936.485000', '174936.945000', '174937.405000', '174937.865000', '174938.325000', '174938.785000', '174939.245000', '174939.705000', '174940.165000', '174940.625000', '174941.085000', '174941.545000', '174942.005000', '174942.465000', '174942.925000', '174943.385000', '174943.845000', '174944.305000', '174944.765000', '174945.225000', '174945.685000', '174946.145000', '174946.605000', '174947.065000', '174947.525000', '174947.985000', '174948.445000', '174948.905000', '174949.365000', '174949.825000', '174950.285000', '174950.745000', '174951.205000', '174951.665000', '174952.125000', '174952.585000', '174953.045000', '174953.505000', '174953.965000', '174954.425000', '174954.885000', '174955.345000', '174955.805000', '174956.265000', '174956.725000', '174957.185000', '174957.645000', '174958.105000', '174958.565000', '174959.025000', '174959.485000', '174959.945000', '175000.405000', '175000.865000', '175001.325000', '175001.785000', '175002.245000', '175002.705000', '175003.165000', '175003.625000', '175004.085000', '175004.545000', '175005.005000', '175005.465000', '175005.925000', '175006.385000', '175006.845000', '175007.305000', '175007.765000', '175008.225000', '175008.685000', '175009.145000', '175009.605000', '175010.065000', '175010.525000', '175010.985000', '175011.445000', '175011.905000', '175012.365000', '175012.825000', '175013.285000', '175013.745000', '175014.205000', '175014.665000', '175015.125000', '175015.585000', '175016.045000', '175016.505000', '175016.965000', '175017.425000', '175017.885000', '175018.345000', '175018.805000', '175019.265000', '175019.725000', '175020.185000', '175020.645000', '175021.105000', '175021.565000', '175022.025000', '175022.485000', '175022.945000', '175023.405000', '175023.865000', '175024.325000', '175024.785000', '175025.245000', '175025.705000', '175026.165000', '175026.625000', '175027.085000', '175027.545000', '175028.005000', '175028.465000', '175028.925000', '175029.385000', '175029.845000', '175030.305000', '175030.765000', '175031.225000', '175031.685000', '175032.145000', '175032.605000', '175033.065000', '175033.525000', '175033.985000', '175034.445000', '175034.905000', '175035.365000', '175035.825000', '175036.285000', '175036.745000', '175037.205000', '175037.665000', '175038.125000', '175038.585000', '175039.045000', '175039.505000', '175039.965000', '175040.425000', '175040.885000', '175041.345000', '175041.805000', '175042.265000', '175042.725000', '175043.185000', '175043.645000', '175044.105000', '175044.565000', '175045.025000', '175045.485000', '175045.945000', '175046.405000', '175046.865000', '175047.325000', '175047.785000', '175048.245000', '175048.705000', '175049.165000', '175049.625000', '175050.085000', '175050.545000', '175051.005000', '175051.465000', '175051.925000', '175052.385000', '175052.845000', '175053.305000', '175053.765000', '175054.225000', '175054.685000', '175055.145000', '175055.605000', '175056.065000', '175056.525000', '175056.985000', '175057.445000', '175057.905000', '175058.365000', '175058.825000', '175059.285000', '175059.745000', '175100.205000', '175100.665000', '175101.125000', '175101.585000', '175102.045000', '175102.505000', '175102.965000', '175103.425000', '175103.885000', '175104.345000', '175104.805000', '175105.265000', '175105.725000', '175106.185000', '175106.645000', '175107.105000', '175107.565000', '175108.025000', '175108.485000', '175108.945000', '175109.405000', '175109.865000', '175110.325000', '175110.785000', '175111.245000', '175111.705000', '175112.165000', '175112.625000', '175113.085000', '175113.545000', '175114.005000', '175114.465000', '175114.925000', '175115.385000', '175115.845000', '175116.305000', '175116.765000', '175117.225000', '175117.685000', '175118.145000', '175118.605000', '175119.065000', '175119.525000', '175119.985000', '175120.445000', '175120.905000', '175121.365000', '175121.825000', '175122.285000', '175122.745000', '175123.205000', '175123.665000', '175124.125000', '175124.585000', '175125.045000', '175125.505000', '175125.965000', '175126.425000', '175126.885000', '175127.345000', '175127.805000', '175128.265000', '175128.725000', '175129.185000', '175129.645000', '175130.105000', '175130.565000', '175131.025000', '175131.485000', '175131.945000', '175132.405000', '175132.865000', '175133.325000', '175133.785000', '175134.245000', '175134.705000', '175135.165000', '175135.625000', '175136.085000', '175136.545000', '175137.005000', '175137.465000', '175137.925000', '175138.385000', '175138.845000', '175139.305000', '175139.765000', '175140.225000', '175140.685000', '175141.145000', '175141.605000', '175142.065000', '175142.525000', '175142.985000', '175143.445000', '175143.905000', '175144.365000', '175144.825000', '175145.285000', '175145.745000', '175146.205000', '175146.665000', '175147.125000', '175147.585000', '175148.045000', '175148.505000', '175148.965000', '175149.425000', '175149.885000', '175150.345000', '175150.805000', '175151.265000', '175151.725000', '175152.185000', '175152.645000', '175153.105000', '175153.565000', '175154.025000', '175154.485000', '175154.945000', '175155.405000', '175155.865000', '175156.325000', '175156.785000', '175157.245000', '175157.705000', '175158.165000', '175158.625000', '175159.085000', '175159.545000', '175200.005000', '175200.465000', '175200.925000', '175201.385000', '175201.845000', '175202.305000', '175202.765000', '175203.225000', '175203.685000', '175204.145000', '175204.605000', '175205.065000', '175205.525000', '175205.985000', '175206.445000', '175206.905000', '175207.365000', '175207.825000', '175208.285000', '175208.745000', '175209.205000', '175209.665000', '175210.125000', '175210.585000', '175211.045000', '175211.505000', '175211.965000', '175212.425000', '175212.885000', '175213.345000', '175213.805000', '175214.265000', '175214.725000', '175215.185000', '175215.645000', '175216.105000', '175216.565000', '175217.025000', '175217.485000', '175217.945000', '175218.405000', '175218.865000', '175219.325000', '175219.785000', '175220.245000', '175220.705000', '175221.165000', '175221.625000', '175222.085000', '175222.545000', '175223.005000', '175223.465000', '175223.925000', '175224.385000', '175224.845000', '175225.305000', '175225.765000', '175226.225000', '175226.685000', '175227.145000', '175227.605000', '175228.065000', '175228.525000', '175228.985000', '175229.445000', '175229.905000', '175230.365000', '175230.825000', '175231.285000', '175231.745000', '175232.205000', '175232.665000', '175233.125000', '175233.585000', '175234.045000', '175234.505000', '175234.965000', '175235.425000', '175235.885000', '175236.345000', '175236.805000', '175237.265000', '175237.725000', '175238.185000', '175238.645000', '175239.105000', '175239.565000', '175240.025000', '175240.485000', '175240.945000', '175241.405000', '175241.865000', '175242.325000', '175242.785000', '175243.245000', '175243.705000', '175244.165000', '175244.625000', '175245.085000', '175245.545000', '175246.005000', '175246.465000', '175246.925000', '175247.385000', '175247.845000', '175248.305000', '175248.765000', '175249.225000', '175249.685000', '175250.145000', '175250.605000', '175251.065000', '175251.525000', '175251.985000', '175252.445000', '175252.905000', '175253.365000', '175253.825000', '175254.285000', '175254.745000', '175255.205000', '175255.665000', '175256.125000', '175256.585000', '175257.045000', '175257.505000', '175257.965000', '175258.425000', '175258.885000', '175259.345000', '175259.805000', '175300.265000', '175300.725000', '175301.185000', '175301.645000', '175302.105000', '175302.565000', '175303.025000', '175303.485000', '175303.945000', '175304.405000', '175304.865000', '175305.325000', '175305.785000', '175306.245000', '175306.705000', '175307.165000', '175307.625000', '175308.085000', '175308.545000', '175309.005000', '175309.465000', '175309.925000', '175310.385000', '175310.845000', '175311.305000', '175311.765000', '175312.225000', '175312.685000', '175313.145000', '175313.605000', '175314.065000', '175314.525000', '175314.985000', '175315.445000', '175315.905000', '175316.365000', '175316.825000', '175317.285000', '175317.745000', '175318.205000', '175318.665000', '175319.125000', '175319.585000', '175320.045000', '175320.505000', '175320.965000', '175321.425000', '175321.885000', '175322.345000', '175322.805000', '175323.265000', '175323.725000', '175324.185000', '175324.645000', '175325.105000', '175325.565000', '175326.025000', '175326.485000', '175326.945000', '175327.405000', '175327.865000', '175328.325000', '175328.785000', '175329.245000', '175329.705000', '175330.165000', '175330.625000', '175331.085000', '175331.545000', '175332.005000', '175332.465000', '175332.925000', '175333.385000', '175333.845000', '175334.305000', '175334.765000', '175335.225000', '175335.685000', '175336.145000', '175336.605000', '175337.065000', '175337.525000', '175337.985000', '175338.445000', '175338.905000', '175339.365000', '175339.825000', '175340.285000', '175340.745000', '175341.205000', '175341.665000', '175342.125000', '175342.585000', '175343.045000', '175343.505000', '175343.965000', '175344.425000', '175344.885000', '175345.345000', '175345.805000', '175346.265000', '175346.725000', '175347.185000', '175347.645000', '175348.105000', '175348.565000', '175349.025000', '175349.485000', '175349.945000', '175350.405000', '175350.865000', '175351.325000', '175351.785000', '175352.245000', '175352.705000', '175353.165000', '175353.625000', '175354.085000', '175354.545000', '175355.005000', '175355.465000', '175355.925000', '175356.385000', '175356.845000', '175357.305000', '175357.765000', '175358.225000', '175358.685000', '175359.145000', '175359.605000', '175400.065000', '175400.525000', '175400.985000', '175401.445000', '175401.905000', '175402.365000', '175402.825000', '175403.285000', '175403.745000', '175404.205000', '175404.665000', '175405.125000', '175405.585000', '175406.045000', '175406.505000', '175406.965000', '175407.425000', '175407.885000', '175408.345000', '175408.805000', '175409.265000', '175409.725000', '175410.185000', '175410.645000', '175411.105000', '175411.565000', '175412.025000', '175412.485000', '175412.945000', '175413.405000', '175413.865000', '175414.325000', '175414.785000', '175415.245000', '175415.705000', '175416.165000', '175416.625000', '175417.085000', '175417.545000', '175418.005000', '175418.465000', '175418.925000', '175419.385000', '175419.845000', '175420.305000', '175420.765000', '175421.225000', '175421.685000', '175422.145000', '175422.605000', '175423.065000', '175423.525000', '175423.985000', '175424.445000', '175424.905000', '175425.365000', '175425.825000', '175426.285000', '175426.745000', '175427.205000', '175427.665000', '175428.125000', '175428.585000', '175429.045000', '175429.505000', '175429.965000', '175430.425000', '175430.885000', '175431.345000', '175431.805000', '175432.265000', '175432.725000', '175433.185000', '175433.645000', '175434.105000', '175434.565000', '175435.025000', '175435.485000', '175435.945000', '175436.405000', '175436.865000', '175437.325000', '175437.785000', '175438.245000', '175438.705000', '175439.165000', '175439.625000', '175440.085000', '175440.545000', '175441.005000', '175441.465000', '175441.925000', '175442.385000', '175442.845000', '175443.305000', '175443.765000', '175444.225000', '175444.685000', '175445.145000', '175445.605000', '175446.065000', '175446.525000', '175446.985000', '175447.445000', '175447.905000', '175448.365000', '175448.825000', '175449.285000', '175449.745000', '175450.205000', '175450.665000', '175451.125000', '175451.585000', '175452.045000', '175452.505000', '175452.965000', '175453.425000', '175453.885000', '175454.345000', '175454.805000', '175455.265000', '175455.725000', '175456.185000', '175456.645000', '175457.105000', '175457.565000', '175458.025000', '175458.485000', '175458.945000', '175459.405000', '175459.865000', '175500.325000', '175500.785000', '175501.245000', '175501.705000', '175502.165000', '175502.625000', '175503.085000', '175503.545000', '175504.005000', '175504.465000', '175504.925000', '175505.385000', '175505.845000', '175506.305000', '175506.765000', '175507.225000', '175507.685000', '175508.145000', '175508.605000', '175509.065000', '175509.525000', '175509.985000', '175510.445000', '175510.905000', '175511.365000', '175511.825000', '175512.285000', '175512.745000', '175513.205000', '175513.665000', '175514.125000', '175514.585000', '175515.045000', '175515.505000', '175515.965000', '175516.425000', '175516.885000', '175517.345000', '175517.805000', '175518.265000', '175518.725000', '175519.185000', '175519.645000', '175520.105000', '175520.565000', '175521.025000', '175521.485000', '175521.945000', '175522.405000', '175522.865000', '175523.325000', '175523.785000', '175524.245000', '175524.705000', '175525.165000', '175525.625000', '175526.085000', '175526.545000', '175527.005000', '175527.465000', '175527.925000', '175528.385000', '175528.845000', '175529.305000', '175529.765000', '175530.225000', '175530.685000', '175531.145000', '175531.605000', '175532.065000', '175532.525000', '175532.985000', '175533.445000', '175533.905000', '175534.365000', '175534.825000', '175535.285000', '175535.745000', '175536.205000', '175536.665000', '175537.125000', '175537.585000', '175538.045000', '175538.505000', '175538.965000', '175539.425000', '175539.885000', '175540.345000', '175540.805000', '175541.265000', '175541.725000', '175542.185000', '175542.645000', '175543.105000', '175543.565000', '175544.025000', '175544.485000', '175544.945000', '175545.405000', '175545.865000', '175546.325000', '175546.785000', '175547.245000', '175547.705000', '175548.165000', '175548.625000', '175549.085000', '175549.545000', '175550.005000', '175550.465000', '175550.925000', '175551.385000', '175551.845000', '175552.305000', '175552.765000', '175553.225000', '175553.685000', '175554.145000', '175554.605000', '175555.065000', '175555.525000', '175555.985000', '175556.445000', '175556.905000', '175557.365000', '175557.825000', '175558.285000', '175558.745000', '175559.205000', '175559.665000', '175600.125000', '175600.585000', '175601.045000', '175601.505000', '175601.965000', '175602.425000', '175602.885000', '175603.345000', '175603.805000', '175604.265000', '175604.725000', '175605.185000', '175605.645000', '175606.105000', '175606.565000', '175607.025000', '175607.485000', '175607.945000', '175608.405000', '175608.865000', '175609.325000', '175609.785000', '175610.245000', '175610.705000', '175611.165000', '175611.625000', '175612.085000', '175612.545000', '175613.005000', '175613.465000', '175613.925000', '175614.385000', '175614.845000', '175615.305000', '175615.765000', '175616.225000', '175616.685000', '175617.145000', '175617.605000', '175618.065000', '175618.525000', '175618.985000', '175619.445000', '175619.905000', '175620.365000', '175620.825000', '175621.285000', '175621.745000', '175622.205000', '175622.665000', '175623.125000', '175623.585000', '175624.045000', '175624.505000', '175624.965000', '175625.425000', '175625.885000', '175626.345000', '175626.805000', '175627.265000', '175627.725000', '175628.185000', '175628.645000', '175629.105000', '175629.565000', '175630.025000', '175630.485000', '175630.945000', '175631.405000', '175631.865000', '175632.325000', '175632.785000', '175633.245000', '175633.705000', '175634.165000', '175634.625000', '175635.085000', '175635.545000', '175636.005000', '175636.465000', '175636.925000', '175637.385000', '175637.845000', '175638.305000', '175638.765000', '175639.225000', '175639.685000', '175640.145000', '175640.605000', '175641.065000', '175641.525000', '175641.985000', '175642.445000', '175642.905000', '175643.365000', '175643.825000', '175644.285000', '175644.745000', '175645.205000', '175645.665000', '175646.125000', '175646.585000', '175647.045000', '175647.505000', '175647.965000', '175648.425000', '175648.885000', '175649.345000', '175649.805000', '175650.265000', '175650.725000', '175651.185000', '175651.645000', '175652.105000', '175652.565000', '175653.025000', '175653.485000', '175653.945000', '175654.405000', '175654.865000', '175655.325000', '175655.785000', '175656.245000', '175656.705000', '175657.165000', '175657.625000', '175658.085000', '175658.545000', '175659.005000', '175659.465000', '175659.925000', '175700.385000', '175700.845000', '175701.305000', '175701.765000', '175702.225000', '175702.685000', '175703.145000', '175703.605000', '175704.065000', '175704.525000', '175704.985000', '175705.445000', '175705.905000', '175706.365000', '175706.825000', '175707.285000', '175707.745000', '175708.205000', '175708.665000', '175709.125000', '175709.585000', '175710.045000', '175710.505000', '175710.965000', '175711.425000', '175711.885000', '175712.345000', '175712.805000', '175713.265000', '175713.725000', '175714.185000', '175714.645000', '175715.105000', '175715.565000', '175716.025000', '175716.485000', '175716.945000', '175717.405000', '175717.865000', '175718.325000', '175718.785000', '175719.245000', '175719.705000', '175720.165000', '175720.625000', '175721.085000', '175721.545000', '175722.005000', '175722.465000', '175722.925000', '175723.385000', '175723.845000', '175724.305000', '175724.765000', '175725.225000', '175725.685000', '175726.145000', '175726.605000', '175727.065000', '175727.525000', '175727.985000', '175728.445000', '175728.905000', '175729.365000', '175729.825000', '175730.285000', '175730.745000', '175731.205000', '175731.665000', '175732.125000', '175732.585000', '175733.045000', '175733.505000', '175733.965000', '175734.425000', '175734.885000', '175735.345000', '175735.805000', '175736.265000', '175736.725000', '175737.185000', '175737.645000', '175738.105000', '175738.565000', '175739.025000', '175739.485000', '175739.945000', '175740.405000', '175740.865000', '175741.325000', '175741.785000', '175742.245000', '175742.705000', '175743.165000', '175743.625000', '175744.085000', '175744.545000', '175745.005000', '175745.465000', '175745.925000', '175746.385000', '175746.845000', '175747.305000', '175747.765000', '175748.225000', '175748.685000', '175749.145000', '175749.605000', '175750.065000', '175750.525000', '175750.985000', '175751.445000', '175751.905000', '175752.365000', '175752.825000', '175753.285000', '175753.745000', '175754.205000', '175754.665000', '175755.125000', '175755.585000', '175756.045000', '175756.505000', '175756.965000', '175757.425000', '175757.885000', '175758.345000', '175758.805000', '175759.265000', '175759.725000', '175800.185000', '175800.645000', '175801.105000', '175801.565000', '175802.025000', '175802.485000', '175802.945000', '175803.405000', '175803.865000', '175804.325000', '175804.785000', '175805.245000', '175805.705000', '175806.165000', '175806.625000', '175807.085000', '175807.545000', '175808.005000', '175808.465000', '175808.925000', '175809.385000', '175809.845000', '175810.305000', '175810.765000', '175811.225000', '175811.685000', '175812.145000', '175812.605000', '175813.065000', '175813.525000', '175813.985000', '175814.445000', '175814.905000', '175815.365000', '175815.825000', '175816.285000', '175816.745000', '175817.205000', '175817.665000', '175818.125000', '175818.585000', '175819.045000', '175819.505000', '175819.965000', '175820.425000', '175820.885000', '175821.345000', '175821.805000', '175822.265000', '175822.725000', '175823.185000', '175823.645000', '175824.105000', '175824.565000', '175825.025000', '175825.485000', '175825.945000', '175826.405000', '175826.865000', '175827.325000', '175827.785000', '175828.245000', '175828.705000', '175829.165000', '175829.625000', '175830.085000', '175830.545000', '175831.005000', '175831.465000', '175831.925000', '175832.385000', '175832.845000', '175833.305000', '175833.765000', '175834.225000', '175834.685000', '175835.145000', '175835.605000', '175836.065000', '175836.525000', '175836.985000', '175837.445000', '175837.905000', '175838.365000', '175838.825000', '175839.285000', '175839.745000', '175840.205000', '175840.665000', '175841.125000', '175841.585000', '175842.045000', '175842.505000', '175842.965000', '175843.425000', '175843.885000', '175844.345000', '175844.805000', '175845.265000', '175845.725000', '175846.185000', '175846.645000', '175847.105000', '175847.565000', '175848.025000', '175848.485000', '175848.945000', '175849.405000', '175849.865000', '175850.325000', '175850.785000', '175851.245000', '175851.705000', '175852.165000', '175852.625000', '175853.085000', '175853.545000', '175854.005000', '175854.465000', '175854.925000', '175855.385000', '175855.845000', '175856.305000', '175856.765000', '175857.225000', '175857.685000', '175858.145000', '175858.605000', '175859.065000', '175859.525000', '175859.985000', '175900.445000', '175900.905000', '175901.365000', '175901.825000', '175902.285000', '175902.745000', '175903.205000', '175903.665000', '175904.125000', '175904.585000', '175905.045000', '175905.505000', '175905.965000', '175906.425000', '175906.885000', '175907.345000', '175907.805000', '175908.265000', '175908.725000', '175909.185000', '175909.645000', '175910.105000', '175910.565000', '175911.025000', '175911.485000', '175911.945000', '175912.405000', '175912.865000', '175913.325000', '175913.785000', '175914.245000', '175914.705000', '175915.165000', '175915.625000', '175916.085000', '175916.545000', '175917.005000', '175917.465000', '175917.925000', '175918.385000', '175918.845000', '175919.305000', '175919.765000', '175920.225000', '175920.685000', '175921.145000', '175921.605000', '175922.065000', '175922.525000', '175922.985000', '175923.445000', '175923.905000', '175924.365000', '175924.825000', '175925.285000', '175925.745000', '175926.205000', '175926.665000'], 'ContentTime': ['174912.976000', '174912.979000', '174912.982000', '174912.984000', '174912.987000', '174912.990000', '174912.992000', '174913.006000', '174913.009000', '174913.011000', '174913.014000', '174913.017000', '174913.019000', '174913.022000', '174913.024000', '174913.030000', '174913.032000', '174913.035000', '174913.038000', '174913.040000', '174913.043000', '174913.046000', '174913.048000', '174913.051000', '174913.053000', '174913.056000', '174913.059000', '174913.061000', '174913.064000', '174913.066000', '174913.069000', '174913.071000', '174913.075000', '174913.078000', '174913.080000', '174913.083000', '174913.085000', '174913.088000', '174913.091000', '174932.943000', '174932.946000', '174932.949000', '174932.952000', '174932.954000', '174932.957000', '174932.959000', '174932.962000', '174932.965000', '174932.967000', '174932.970000', '174932.972000', '174932.975000', '174932.978000', '174932.980000', '174932.983000', '174932.986000', '174932.988000', '174932.991000', '174932.998000', '174933.002000', '174933.004000', '174933.007000', '174933.009000', '174933.012000', '174933.015000', '174933.017000', '174933.020000', '174933.022000', '174933.025000', '174933.028000', '174933.030000', '174933.033000', '174933.035000', '174933.038000', '174933.041000', '174933.043000', '174933.046000', '174933.048000', '174933.051000', '174933.054000', '174933.056000', '174933.059000', '174933.061000', '174952.943000', '174952.946000', '174952.949000', '174952.952000', '174952.954000', '174952.957000', '174952.960000', '174952.962000', '174952.965000', '174952.968000', '174952.970000', '174952.973000', '174952.975000', '174952.978000', '174952.980000', '174952.983000', '174952.986000', '174952.988000', '174952.991000', '174952.993000', '174952.996000', '174953.000000', '174953.002000', '174953.005000', '174953.007000', '174953.010000', '174953.013000', '174953.015000', '174953.018000', '174953.020000', '174953.023000', '174953.026000', '174953.028000', '174953.031000', '174953.034000', '174953.036000', '174953.039000', '174953.042000', '174953.044000', '174953.047000', '174953.049000', '174953.052000', '174953.054000', '175012.942000', '175012.945000', '175012.948000', '175012.951000', '175012.953000', '175012.956000', '175012.959000', '175012.961000', '175012.964000', '175012.966000', '175012.969000', '175012.971000', '175012.974000', '175012.976000', '175012.979000', '175012.982000', '175012.984000', '175012.987000', '175012.990000', '175012.992000', '175012.995000', '175012.997000', '175013.001000', '175013.004000', '175013.006000', '175013.009000', '175013.011000', '175013.014000', '175013.016000', '175013.019000', '175013.022000', '175013.024000', '175013.027000', '175013.030000', '175013.032000', '175013.035000', '175013.037000', '175013.040000', '175013.043000', '175013.045000', '175013.048000', '175013.050000', '175013.053000', '175013.087000', '175032.943000', '175032.946000', '175032.949000', '175032.951000', '175032.954000', '175032.957000', '175032.959000', '175032.962000', '175032.964000', '175032.967000', '175032.970000', '175032.972000', '175032.975000', '175032.978000', '175032.980000', '175032.983000', '175032.985000', '175032.988000', '175032.991000', '175032.993000', '175032.996000', '175032.998000', '175033.002000', '175033.004000', '175033.007000', '175033.010000', '175033.012000', '175033.015000', '175033.018000', '175033.020000', '175033.023000', '175033.026000', '175033.028000', '175033.031000', '175033.033000', '175033.036000', '175033.039000', '175033.041000', '175033.044000', '175033.046000', '175033.049000', '175033.052000', '175033.054000', '175052.944000', '175052.946000', '175052.949000', '175052.952000', '175052.954000', '175052.957000', '175052.959000', '175052.962000', '175052.965000', '175052.967000', '175052.970000', '175052.972000', '175052.975000', '175052.978000', '175052.980000', '175052.983000', '175052.985000', '175052.988000', '175052.990000', '175052.993000', '175052.996000', '175052.998000', '175053.002000', '175053.004000', '175053.007000', '175053.010000', '175053.012000', '175053.015000', '175053.017000', '175053.020000', '175053.022000', '175053.025000', '175053.028000', '175053.030000', '175053.033000', '175053.035000', '175053.038000', '175053.041000', '175053.043000', '175053.046000', '175053.048000', '175053.051000', '175053.053000', '175053.056000', '175112.943000', '175112.946000', '175112.949000', '175112.952000', '175112.954000', '175112.957000', '175112.959000', '175112.962000', '175112.965000', '175112.967000', '175112.970000', '175112.973000', '175112.975000', '175112.978000', '175112.980000', '175112.983000', '175112.986000', '175112.988000', '175112.991000', '175112.993000', '175112.996000', '175113.000000', '175113.002000', '175113.005000', '175113.007000', '175113.010000', '175113.013000', '175113.015000', '175113.018000', '175113.020000', '175113.023000', '175113.026000', '175113.028000', '175113.031000', '175113.033000', '175113.036000', '175113.039000', '175113.041000', '175113.044000', '175113.046000', '175113.049000', '175113.051000', '175113.054000', '175132.944000', '175132.946000', '175132.949000', '175132.952000', '175132.954000', '175132.957000', '175132.960000', '175132.962000', '175132.965000', '175132.968000', '175132.970000', '175132.973000', '175132.976000', '175132.978000', '175132.981000', '175132.983000', '175132.986000', '175132.989000', '175132.991000', '175132.994000', '175132.997000', '175133.000000', '175133.003000', '175133.005000', '175133.008000', '175133.011000', '175133.013000', '175133.016000', '175133.019000', '175133.024000', '175133.027000', '175133.030000', '175133.032000', '175133.035000', '175133.037000', '175133.040000', '175133.043000', '175133.045000', '175133.048000', '175133.050000', '175133.053000', '175133.056000', '175133.058000', '175133.061000', '175152.944000', '175152.946000', '175152.949000', '175152.952000', '175152.955000', '175152.957000', '175152.960000', '175152.963000', '175152.965000', '175152.968000', '175152.971000', '175152.973000', '175152.976000', '175152.978000', '175152.981000', '175152.984000', '175152.986000', '175152.989000', '175152.992000', '175152.994000', '175152.997000', '175153.000000', '175153.003000', '175153.006000', '175153.038000', '175153.040000', '175153.043000', '175153.045000', '175153.048000', '175153.051000', '175153.053000', '175153.056000', '175153.058000', '175153.061000', '175153.064000', '175153.066000', '175153.069000', '175153.071000', '175153.074000', '175153.077000', '175153.079000', '175153.082000', '175153.085000', '175212.943000', '175212.946000', '175212.949000', '175212.952000', '175212.954000', '175212.957000', '175212.959000', '175212.962000', '175212.965000', '175212.967000', '175212.970000', '175212.973000', '175212.975000', '175212.978000', '175212.980000', '175212.983000', '175212.986000', '175212.988000', '175212.991000', '175212.993000', '175212.996000', '175213.000000', '175213.002000', '175213.005000', '175213.008000', '175213.010000', '175213.013000', '175213.015000', '175213.018000', '175213.021000', '175213.023000', '175213.026000', '175213.028000', '175213.031000', '175213.034000', '175213.036000', '175213.039000', '175213.041000', '175213.044000', '175213.047000', '175213.049000', '175213.052000', '175213.055000', '175213.057000', '175232.942000', '175232.945000', '175232.948000', '175232.951000', '175232.953000', '175232.956000', '175232.958000', '175232.961000', '175232.964000', '175232.966000', '175232.969000', '175232.972000', '175232.974000', '175232.977000', '175232.980000', '175232.982000', '175232.985000', '175232.987000', '175232.990000', '175232.993000', '175232.995000', '175232.998000', '175233.002000', '175233.004000', '175233.007000', '175233.010000', '175233.012000', '175233.015000', '175233.017000', '175233.020000', '175233.023000', '175233.025000', '175233.028000', '175233.030000', '175233.033000', '175233.036000', '175233.038000', '175233.041000', '175233.044000', '175233.046000', '175233.049000', '175233.051000', '175233.054000', '175252.943000', '175252.946000', '175252.949000', '175252.952000', '175252.955000', '175252.958000', '175252.961000', '175252.963000', '175252.966000', '175252.968000', '175252.971000', '175252.974000', '175252.976000', '175252.979000', '175252.981000', '175252.984000', '175252.987000', '175252.989000', '175252.992000', '175252.994000', '175252.997000', '175253.001000', '175253.003000', '175253.006000', '175253.009000', '175253.012000', '175253.014000', '175253.017000', '175253.019000', '175253.022000', '175253.025000', '175253.027000', '175253.030000', '175253.033000', '175253.035000', '175253.038000', '175253.041000', '175253.043000', '175253.046000', '175253.049000', '175253.051000', '175253.054000', '175253.056000', '175253.059000', '175312.944000', '175312.946000', '175312.949000', '175312.952000', '175312.955000', '175312.957000', '175312.960000', '175312.962000', '175312.965000', '175312.968000', '175312.970000', '175312.973000', '175312.975000', '175312.978000', '175312.981000', '175312.983000', '175312.986000', '175312.989000', '175312.991000', '175312.994000', '175312.997000', '175313.000000', '175313.003000', '175313.005000', '175313.008000', '175313.011000', '175313.013000', '175313.016000', '175313.019000', '175313.021000', '175313.024000', '175313.026000', '175313.029000', '175313.032000', '175313.034000', '175313.037000', '175313.040000', '175313.042000', '175313.045000', '175313.047000', '175313.050000', '175313.052000', '175313.055000', '175332.943000', '175332.946000', '175332.949000', '175332.951000', '175332.954000', '175332.957000', '175332.973000', '175332.976000', '175332.978000', '175332.981000', '175332.984000', '175332.986000', '175332.989000', '175332.991000', '175332.994000', '175332.997000', '175333.000000', '175333.003000', '175333.005000', '175333.008000', '175333.011000', '175333.013000', '175333.016000', '175333.018000', '175333.021000', '175333.024000', '175333.026000', '175333.029000', '175333.032000', '175333.034000', '175333.037000', '175333.039000', '175333.042000', '175333.045000', '175333.047000', '175333.050000', '175333.052000', '175333.055000', '175333.058000', '175333.060000', '175333.063000', '175333.065000', '175333.068000', '175333.071000', '175352.943000', '175352.946000', '175352.949000', '175352.952000', '175352.954000', '175352.957000', '175352.960000', '175352.963000', '175352.965000', '175352.968000', '175352.970000', '175352.973000', '175352.976000', '175352.978000', '175352.981000', '175352.984000', '175352.986000', '175352.989000', '175352.991000', '175352.994000', '175352.997000', '175353.000000', '175353.003000', '175353.005000', '175353.008000', '175353.011000', '175353.013000', '175353.016000', '175353.019000', '175353.021000', '175353.024000', '175353.026000', '175353.029000', '175353.031000', '175353.034000', '175353.037000', '175353.039000', '175353.042000', '175353.045000', '175353.047000', '175353.050000', '175353.052000', '175353.055000', '175412.943000', '175412.946000', '175412.949000', '175412.952000', '175412.954000', '175412.957000', '175412.960000', '175412.962000', '175412.965000', '175412.969000', '175412.972000', '175412.975000', '175412.977000', '175412.980000', '175412.982000', '175412.985000', '175412.988000', '175412.990000', '175412.994000', '175412.997000', '175413.001000', '175413.003000', '175413.006000', '175413.008000', '175413.011000', '175413.014000', '175413.016000', '175413.019000', '175413.022000', '175413.024000', '175413.027000', '175413.029000', '175413.032000', '175413.035000', '175413.037000', '175413.040000', '175413.042000', '175413.045000', '175413.048000', '175413.050000', '175413.053000', '175413.056000', '175413.058000', '175432.944000', '175432.946000', '175432.949000', '175432.952000', '175432.954000', '175432.957000', '175432.959000', '175432.962000', '175432.965000', '175432.967000', '175432.970000', '175432.973000', '175432.975000', '175432.978000', '175432.980000', '175432.983000', '175432.986000', '175432.988000', '175432.991000', '175432.994000', '175432.998000', '175433.002000', '175433.004000', '175433.007000', '175433.009000', '175433.012000', '175433.014000', '175433.017000', '175433.020000', '175433.022000', '175433.025000', '175433.028000', '175433.030000', '175433.033000', '175433.035000', '175433.038000', '175433.041000', '175433.043000', '175433.046000', '175433.049000', '175433.051000', '175433.054000', '175433.056000', '175433.059000', '175452.942000', '175452.946000', '175452.948000', '175452.951000', '175452.954000', '175452.956000', '175452.959000', '175452.962000', '175452.964000', '175452.967000', '175452.969000', '175452.972000', '175452.975000', '175452.977000', '175452.980000', '175452.982000', '175452.992000', '175452.994000', '175452.997000', '175453.001000', '175453.003000', '175453.006000', '175453.008000', '175453.011000', '175453.014000', '175453.016000', '175453.019000', '175453.022000', '175453.024000', '175453.027000', '175453.029000', '175453.032000', '175453.035000', '175453.037000', '175453.040000', '175453.042000', '175453.045000', '175453.048000', '175453.050000', '175453.053000', '175453.056000', '175453.058000', '175453.061000', '175512.944000', '175512.946000', '175512.949000', '175512.952000', '175512.955000', '175512.957000', '175512.960000', '175512.962000', '175512.965000', '175512.968000', '175512.970000', '175512.973000', '175512.975000', '175512.978000', '175512.981000', '175512.983000', '175512.986000', '175512.988000', '175512.991000', '175512.994000', '175512.996000', '175513.000000', '175513.003000', '175513.005000', '175513.008000', '175513.010000', '175513.013000', '175513.016000', '175513.018000', '175513.021000', '175513.024000', '175513.026000', '175513.029000', '175513.032000', '175513.034000', '175513.037000', '175513.039000', '175513.042000', '175513.045000', '175513.048000', '175513.050000', '175513.053000', '175513.055000', '175513.058000', '175532.944000', '175532.946000', '175532.949000', '175532.952000', '175532.954000', '175532.957000', '175532.959000', '175532.962000', '175532.965000', '175532.967000', '175532.970000', '175532.973000', '175532.975000', '175532.978000', '175532.980000', '175532.983000', '175532.986000', '175532.988000', '175532.991000', '175532.993000', '175532.996000', '175533.000000', '175533.002000', '175533.005000', '175533.007000', '175533.010000', '175533.013000', '175533.015000', '175533.018000', '175533.021000', '175533.023000', '175533.026000', '175533.029000', '175533.031000', '175533.035000', '175533.039000', '175533.041000', '175533.044000', '175533.046000', '175533.049000', '175533.052000', '175533.054000', '175533.057000', '175552.944000', '175552.947000', '175552.949000', '175552.952000', '175552.954000', '175552.957000', '175552.960000', '175552.962000', '175552.965000', '175552.968000', '175552.970000', '175552.973000', '175552.975000', '175552.978000', '175552.981000', '175552.984000', '175552.986000', '175552.989000', '175552.991000', '175552.994000', '175552.997000', '175553.000000', '175553.003000', '175553.006000', '175553.008000', '175553.011000', '175553.014000', '175553.016000', '175553.019000', '175553.022000', '175553.024000', '175553.027000', '175553.029000', '175553.032000', '175553.035000', '175553.037000', '175553.040000', '175553.043000', '175553.045000', '175553.048000', '175553.050000', '175553.053000', '175553.056000', '175553.058000', '175612.944000', '175612.947000', '175612.949000', '175612.952000', '175612.955000', '175612.957000', '175612.960000', '175612.962000', '175612.965000', '175612.968000', '175612.970000', '175612.973000', '175612.975000', '175612.978000', '175612.981000', '175612.983000', '175612.986000', '175612.989000', '175612.991000', '175612.994000', '175612.997000', '175613.002000', '175613.004000', '175613.007000', '175613.009000', '175613.012000', '175613.015000', '175613.025000', '175613.028000', '175613.030000', '175613.033000', '175613.035000', '175613.038000', '175613.041000', '175613.043000', '175613.046000', '175613.048000', '175613.051000', '175613.054000', '175613.057000', '175613.059000', '175613.062000', '175613.064000', '175632.943000', '175632.946000', '175632.949000', '175632.952000', '175632.955000', '175632.957000', '175632.960000', '175632.962000', '175632.965000', '175632.968000', '175632.970000', '175632.973000', '175632.976000', '175632.978000', '175632.981000', '175632.983000', '175632.986000', '175632.989000', '175632.991000', '175632.994000', '175632.997000', '175633.000000', '175633.003000', '175633.005000', '175633.008000', '175633.010000', '175633.013000', '175633.016000', '175633.018000', '175633.021000', '175633.023000', '175633.026000', '175633.029000', '175633.031000', '175633.034000', '175633.036000', '175633.039000', '175633.042000', '175633.044000', '175633.047000', '175633.050000', '175633.052000', '175633.055000', '175633.057000', '175652.944000', '175652.946000', '175652.949000', '175652.952000', '175652.954000', '175652.957000', '175652.959000', '175652.962000', '175652.965000', '175652.967000', '175652.970000', '175652.973000', '175652.975000', '175652.978000', '175652.981000', '175652.983000', '175652.986000', '175652.988000', '175652.991000', '175652.994000', '175652.996000', '175653.000000', '175653.003000', '175653.005000', '175653.008000', '175653.011000', '175653.014000', '175653.017000', '175653.020000', '175653.023000', '175653.026000', '175653.028000', '175653.031000', '175653.034000', '175653.036000', '175653.039000', '175653.042000', '175653.044000', '175653.047000', '175653.050000', '175653.052000', '175653.055000', '175653.058000', '175712.942000', '175712.945000', '175712.948000', '175712.951000', '175712.953000', '175712.956000', '175712.959000', '175712.961000', '175712.964000', '175712.967000', '175712.969000', '175712.972000', '175712.975000', '175712.977000', '175712.980000', '175712.983000', '175712.985000', '175712.988000', '175712.990000', '175712.993000', '175712.995000', '175712.998000', '175713.002000', '175713.004000', '175713.007000', '175713.010000', '175713.013000', '175713.015000', '175713.018000', '175713.020000', '175713.023000', '175713.026000', '175713.028000', '175713.031000', '175713.033000', '175713.036000', '175713.039000', '175713.042000', '175713.045000', '175713.048000', '175713.050000', '175713.053000', '175713.060000', '175713.062000', '175732.944000', '175732.947000', '175732.950000', '175732.952000', '175732.955000', '175732.958000', '175732.960000', '175732.963000', '175732.965000', '175732.968000', '175732.971000', '175732.973000', '175732.976000', '175732.978000', '175732.981000', '175732.984000', '175732.986000', '175732.989000', '175732.991000', '175732.994000', '175732.997000', '175733.000000', '175733.003000', '175733.006000', '175733.041000', '175733.044000', '175733.046000', '175733.049000', '175733.052000', '175733.054000', '175733.057000', '175733.060000', '175733.062000', '175733.065000', '175733.067000', '175733.070000', '175733.073000', '175733.075000', '175733.078000', '175733.081000', '175733.083000', '175733.086000', '175733.088000', '175752.944000', '175752.946000', '175752.949000', '175752.952000', '175752.955000', '175752.957000', '175752.960000', '175752.963000', '175752.965000', '175752.968000', '175752.971000', '175752.973000', '175752.976000', '175752.979000', '175752.981000', '175752.984000', '175752.986000', '175752.989000', '175752.992000', '175752.994000', '175752.997000', '175753.001000', '175753.003000', '175753.006000', '175753.009000', '175753.011000', '175753.014000', '175753.016000', '175753.019000', '175753.022000', '175753.024000', '175753.027000', '175753.029000', '175753.032000', '175753.035000', '175753.037000', '175753.040000', '175753.043000', '175753.045000', '175753.048000', '175753.050000', '175753.053000', '175753.056000', '175753.058000', '175812.943000', '175812.946000', '175812.949000', '175812.951000', '175812.954000', '175812.957000', '175812.960000', '175812.962000', '175812.965000', '175812.968000', '175812.970000', '175812.973000', '175812.975000', '175812.978000', '175812.980000', '175812.983000', '175812.986000', '175812.988000', '175812.991000', '175812.994000', '175812.996000', '175813.000000', '175813.002000', '175813.005000', '175813.008000', '175813.010000', '175813.013000', '175813.016000', '175813.018000', '175813.021000', '175813.024000', '175813.026000', '175813.029000', '175813.031000', '175813.034000', '175813.037000', '175813.039000', '175813.042000', '175813.044000', '175813.047000', '175813.050000', '175813.052000', '175813.055000', '175832.944000', '175832.947000', '175832.949000', '175832.952000', '175832.954000', '175832.957000', '175832.960000', '175832.963000', '175832.965000', '175832.968000', '175832.971000', '175832.973000', '175832.976000', '175832.979000', '175832.981000', '175832.984000', '175832.986000', '175832.989000', '175832.992000', '175832.994000', '175832.997000', '175833.001000', '175833.003000', '175833.006000', '175833.008000', '175833.011000', '175833.014000', '175833.016000', '175833.019000', '175833.022000', '175833.024000', '175833.027000', '175833.034000', '175833.037000', '175833.039000', '175833.042000', '175833.045000', '175833.047000', '175833.050000', '175833.053000', '175833.055000', '175833.058000', '175833.060000', '175833.063000', '175852.944000', '175852.947000', '175852.949000', '175852.952000', '175852.954000', '175852.957000', '175852.960000', '175852.963000', '175852.965000', '175852.968000', '175852.971000', '175852.973000', '175852.976000', '175852.979000', '175852.981000', '175852.988000', '175852.991000', '175852.993000', '175852.996000', '175853.000000', '175853.015000', '175853.018000', '175853.020000', '175853.023000', '175853.025000', '175853.028000', '175853.031000', '175853.033000', '175853.036000', '175853.039000', '175853.041000', '175853.044000', '175853.047000', '175853.049000', '175853.052000', '175853.055000', '175853.057000', '175853.060000', '175853.062000', '175853.065000', '175853.067000', '175853.070000', '175853.073000', '175912.944000', '175912.946000', '175912.949000', '175912.952000', '175912.954000', '175912.957000', '175912.959000', '175912.962000', '175912.965000', '175912.968000', '175912.970000', '175912.973000', '175912.975000', '175912.978000', '175912.981000', '175912.983000', '175912.986000', '175912.989000', '175912.991000', '175912.994000', '175912.996000', '175913.000000', '175913.003000', '175913.005000', '175913.008000', '175913.011000', '175913.013000', '175913.016000', '175913.018000', '175913.021000', '175913.024000', '175913.026000', '175913.029000', '175913.032000', '175913.034000', '175913.037000', '175913.040000', '175913.042000', '175913.045000', '175913.047000', '175913.050000', '175913.053000', '175913.055000', '175913.058000', '175927.594000', '175927.597000', '175927.600000', '175927.603000', '175927.606000', '175927.608000', '175927.611000', '175927.614000', '175927.616000', '175927.619000', '175927.622000', '175927.624000', '175927.627000', '175927.630000', '175927.633000', '175927.636000', '175927.639000', '175927.642000', '175927.644000', '175927.647000', '175927.650000', '175927.653000', '175927.656000', '175927.658000', '175927.662000', '175927.666000', '175927.670000', '175927.672000', '175927.676000', '175927.679000', '175927.683000', '175927.686000'], 'InstanceCreationTime': ['174912.976000', '174912.979000', '174912.982000', '174912.984000', '174912.987000', '174912.990000', '174912.992000', '174913.006000', '174913.009000', '174913.011000', '174913.014000', '174913.017000', '174913.019000', '174913.022000', '174913.024000', '174913.030000', '174913.032000', '174913.035000', '174913.038000', '174913.040000', '174913.043000', '174913.046000', '174913.048000', '174913.051000', '174913.053000', '174913.056000', '174913.059000', '174913.061000', '174913.064000', '174913.066000', '174913.069000', '174913.071000', '174913.075000', '174913.078000', '174913.080000', '174913.083000', '174913.085000', '174913.088000', '174913.091000', '174932.943000', '174932.946000', '174932.949000', '174932.952000', '174932.954000', '174932.957000', '174932.959000', '174932.962000', '174932.965000', '174932.967000', '174932.970000', '174932.972000', '174932.975000', '174932.978000', '174932.980000', '174932.983000', '174932.986000', '174932.988000', '174932.991000', '174932.998000', '174933.002000', '174933.004000', '174933.007000', '174933.009000', '174933.012000', '174933.015000', '174933.017000', '174933.020000', '174933.022000', '174933.025000', '174933.028000', '174933.030000', '174933.033000', '174933.035000', '174933.038000', '174933.041000', '174933.043000', '174933.046000', '174933.048000', '174933.051000', '174933.054000', '174933.056000', '174933.059000', '174933.061000', '174952.943000', '174952.946000', '174952.949000', '174952.952000', '174952.954000', '174952.957000', '174952.960000', '174952.962000', '174952.965000', '174952.968000', '174952.970000', '174952.973000', '174952.975000', '174952.978000', '174952.980000', '174952.983000', '174952.986000', '174952.988000', '174952.991000', '174952.993000', '174952.996000', '174953.000000', '174953.002000', '174953.005000', '174953.007000', '174953.010000', '174953.013000', '174953.015000', '174953.018000', '174953.020000', '174953.023000', '174953.026000', '174953.028000', '174953.031000', '174953.034000', '174953.036000', '174953.039000', '174953.042000', '174953.044000', '174953.047000', '174953.049000', '174953.052000', '174953.054000', '175012.942000', '175012.945000', '175012.948000', '175012.951000', '175012.953000', '175012.956000', '175012.959000', '175012.961000', '175012.964000', '175012.966000', '175012.969000', '175012.971000', '175012.974000', '175012.976000', '175012.979000', '175012.982000', '175012.984000', '175012.987000', '175012.990000', '175012.992000', '175012.995000', '175012.997000', '175013.001000', '175013.004000', '175013.006000', '175013.009000', '175013.011000', '175013.014000', '175013.016000', '175013.019000', '175013.022000', '175013.024000', '175013.027000', '175013.030000', '175013.032000', '175013.035000', '175013.037000', '175013.040000', '175013.043000', '175013.045000', '175013.048000', '175013.050000', '175013.053000', '175013.087000', '175032.943000', '175032.946000', '175032.949000', '175032.951000', '175032.954000', '175032.957000', '175032.959000', '175032.962000', '175032.964000', '175032.967000', '175032.970000', '175032.972000', '175032.975000', '175032.978000', '175032.980000', '175032.983000', '175032.985000', '175032.988000', '175032.991000', '175032.993000', '175032.996000', '175032.998000', '175033.002000', '175033.004000', '175033.007000', '175033.010000', '175033.012000', '175033.015000', '175033.018000', '175033.020000', '175033.023000', '175033.026000', '175033.028000', '175033.031000', '175033.033000', '175033.036000', '175033.039000', '175033.041000', '175033.044000', '175033.046000', '175033.049000', '175033.052000', '175033.054000', '175052.944000', '175052.946000', '175052.949000', '175052.952000', '175052.954000', '175052.957000', '175052.959000', '175052.962000', '175052.965000', '175052.967000', '175052.970000', '175052.972000', '175052.975000', '175052.978000', '175052.980000', '175052.983000', '175052.985000', '175052.988000', '175052.990000', '175052.993000', '175052.996000', '175052.998000', '175053.002000', '175053.004000', '175053.007000', '175053.010000', '175053.012000', '175053.015000', '175053.017000', '175053.020000', '175053.022000', '175053.025000', '175053.028000', '175053.030000', '175053.033000', '175053.035000', '175053.038000', '175053.041000', '175053.043000', '175053.046000', '175053.048000', '175053.051000', '175053.053000', '175053.056000', '175112.943000', '175112.946000', '175112.949000', '175112.952000', '175112.954000', '175112.957000', '175112.959000', '175112.962000', '175112.965000', '175112.967000', '175112.970000', '175112.973000', '175112.975000', '175112.978000', '175112.980000', '175112.983000', '175112.986000', '175112.988000', '175112.991000', '175112.993000', '175112.996000', '175113.000000', '175113.002000', '175113.005000', '175113.007000', '175113.010000', '175113.013000', '175113.015000', '175113.018000', '175113.020000', '175113.023000', '175113.026000', '175113.028000', '175113.031000', '175113.033000', '175113.036000', '175113.039000', '175113.041000', '175113.044000', '175113.046000', '175113.049000', '175113.051000', '175113.054000', '175132.944000', '175132.946000', '175132.949000', '175132.952000', '175132.954000', '175132.957000', '175132.960000', '175132.962000', '175132.965000', '175132.968000', '175132.970000', '175132.973000', '175132.976000', '175132.978000', '175132.981000', '175132.983000', '175132.986000', '175132.989000', '175132.991000', '175132.994000', '175132.997000', '175133.000000', '175133.003000', '175133.005000', '175133.008000', '175133.011000', '175133.013000', '175133.016000', '175133.019000', '175133.024000', '175133.027000', '175133.030000', '175133.032000', '175133.035000', '175133.037000', '175133.040000', '175133.043000', '175133.045000', '175133.048000', '175133.050000', '175133.053000', '175133.056000', '175133.058000', '175133.061000', '175152.944000', '175152.946000', '175152.949000', '175152.952000', '175152.955000', '175152.957000', '175152.960000', '175152.963000', '175152.965000', '175152.968000', '175152.971000', '175152.973000', '175152.976000', '175152.978000', '175152.981000', '175152.984000', '175152.986000', '175152.989000', '175152.992000', '175152.994000', '175152.997000', '175153.000000', '175153.003000', '175153.006000', '175153.038000', '175153.040000', '175153.043000', '175153.045000', '175153.048000', '175153.051000', '175153.053000', '175153.056000', '175153.058000', '175153.061000', '175153.064000', '175153.066000', '175153.069000', '175153.071000', '175153.074000', '175153.077000', '175153.079000', '175153.082000', '175153.085000', '175212.943000', '175212.946000', '175212.949000', '175212.952000', '175212.954000', '175212.957000', '175212.959000', '175212.962000', '175212.965000', '175212.967000', '175212.970000', '175212.973000', '175212.975000', '175212.978000', '175212.980000', '175212.983000', '175212.986000', '175212.988000', '175212.991000', '175212.993000', '175212.996000', '175213.000000', '175213.002000', '175213.005000', '175213.008000', '175213.010000', '175213.013000', '175213.015000', '175213.018000', '175213.021000', '175213.023000', '175213.026000', '175213.028000', '175213.031000', '175213.034000', '175213.036000', '175213.039000', '175213.041000', '175213.044000', '175213.047000', '175213.049000', '175213.052000', '175213.055000', '175213.057000', '175232.942000', '175232.945000', '175232.948000', '175232.951000', '175232.953000', '175232.956000', '175232.958000', '175232.961000', '175232.964000', '175232.966000', '175232.969000', '175232.972000', '175232.974000', '175232.977000', '175232.980000', '175232.982000', '175232.985000', '175232.987000', '175232.990000', '175232.993000', '175232.995000', '175232.998000', '175233.002000', '175233.004000', '175233.007000', '175233.010000', '175233.012000', '175233.015000', '175233.017000', '175233.020000', '175233.023000', '175233.025000', '175233.028000', '175233.030000', '175233.033000', '175233.036000', '175233.038000', '175233.041000', '175233.044000', '175233.046000', '175233.049000', '175233.051000', '175233.054000', '175252.943000', '175252.946000', '175252.949000', '175252.952000', '175252.955000', '175252.958000', '175252.961000', '175252.963000', '175252.966000', '175252.968000', '175252.971000', '175252.974000', '175252.976000', '175252.979000', '175252.981000', '175252.984000', '175252.987000', '175252.989000', '175252.992000', '175252.994000', '175252.997000', '175253.001000', '175253.003000', '175253.006000', '175253.009000', '175253.012000', '175253.014000', '175253.017000', '175253.019000', '175253.022000', '175253.025000', '175253.027000', '175253.030000', '175253.033000', '175253.035000', '175253.038000', '175253.041000', '175253.043000', '175253.046000', '175253.049000', '175253.051000', '175253.054000', '175253.056000', '175253.059000', '175312.944000', '175312.946000', '175312.949000', '175312.952000', '175312.955000', '175312.957000', '175312.960000', '175312.962000', '175312.965000', '175312.968000', '175312.970000', '175312.973000', '175312.975000', '175312.978000', '175312.981000', '175312.983000', '175312.986000', '175312.989000', '175312.991000', '175312.994000', '175312.997000', '175313.000000', '175313.003000', '175313.005000', '175313.008000', '175313.011000', '175313.013000', '175313.016000', '175313.019000', '175313.021000', '175313.024000', '175313.026000', '175313.029000', '175313.032000', '175313.034000', '175313.037000', '175313.040000', '175313.042000', '175313.045000', '175313.047000', '175313.050000', '175313.052000', '175313.055000', '175332.943000', '175332.946000', '175332.949000', '175332.951000', '175332.954000', '175332.957000', '175332.973000', '175332.976000', '175332.978000', '175332.981000', '175332.984000', '175332.986000', '175332.989000', '175332.991000', '175332.994000', '175332.997000', '175333.000000', '175333.003000', '175333.005000', '175333.008000', '175333.011000', '175333.013000', '175333.016000', '175333.018000', '175333.021000', '175333.024000', '175333.026000', '175333.029000', '175333.032000', '175333.034000', '175333.037000', '175333.039000', '175333.042000', '175333.045000', '175333.047000', '175333.050000', '175333.052000', '175333.055000', '175333.058000', '175333.060000', '175333.063000', '175333.065000', '175333.068000', '175333.071000', '175352.943000', '175352.946000', '175352.949000', '175352.952000', '175352.954000', '175352.957000', '175352.960000', '175352.963000', '175352.965000', '175352.968000', '175352.970000', '175352.973000', '175352.976000', '175352.978000', '175352.981000', '175352.984000', '175352.986000', '175352.989000', '175352.991000', '175352.994000', '175352.997000', '175353.000000', '175353.003000', '175353.005000', '175353.008000', '175353.011000', '175353.013000', '175353.016000', '175353.019000', '175353.021000', '175353.024000', '175353.026000', '175353.029000', '175353.031000', '175353.034000', '175353.037000', '175353.039000', '175353.042000', '175353.045000', '175353.047000', '175353.050000', '175353.052000', '175353.055000', '175412.943000', '175412.946000', '175412.949000', '175412.952000', '175412.954000', '175412.957000', '175412.960000', '175412.962000', '175412.965000', '175412.969000', '175412.972000', '175412.975000', '175412.977000', '175412.980000', '175412.982000', '175412.985000', '175412.988000', '175412.990000', '175412.994000', '175412.997000', '175413.001000', '175413.003000', '175413.006000', '175413.008000', '175413.011000', '175413.014000', '175413.016000', '175413.019000', '175413.022000', '175413.024000', '175413.027000', '175413.029000', '175413.032000', '175413.035000', '175413.037000', '175413.040000', '175413.042000', '175413.045000', '175413.048000', '175413.050000', '175413.053000', '175413.056000', '175413.058000', '175432.944000', '175432.946000', '175432.949000', '175432.952000', '175432.954000', '175432.957000', '175432.959000', '175432.962000', '175432.965000', '175432.967000', '175432.970000', '175432.973000', '175432.975000', '175432.978000', '175432.980000', '175432.983000', '175432.986000', '175432.988000', '175432.991000', '175432.994000', '175432.998000', '175433.002000', '175433.004000', '175433.007000', '175433.009000', '175433.012000', '175433.014000', '175433.017000', '175433.020000', '175433.022000', '175433.025000', '175433.028000', '175433.030000', '175433.033000', '175433.035000', '175433.038000', '175433.041000', '175433.043000', '175433.046000', '175433.049000', '175433.051000', '175433.054000', '175433.056000', '175433.059000', '175452.942000', '175452.946000', '175452.948000', '175452.951000', '175452.954000', '175452.956000', '175452.959000', '175452.962000', '175452.964000', '175452.967000', '175452.969000', '175452.972000', '175452.975000', '175452.977000', '175452.980000', '175452.982000', '175452.992000', '175452.994000', '175452.997000', '175453.001000', '175453.003000', '175453.006000', '175453.008000', '175453.011000', '175453.014000', '175453.016000', '175453.019000', '175453.022000', '175453.024000', '175453.027000', '175453.029000', '175453.032000', '175453.035000', '175453.037000', '175453.040000', '175453.042000', '175453.045000', '175453.048000', '175453.050000', '175453.053000', '175453.056000', '175453.058000', '175453.061000', '175512.944000', '175512.946000', '175512.949000', '175512.952000', '175512.955000', '175512.957000', '175512.960000', '175512.962000', '175512.965000', '175512.968000', '175512.970000', '175512.973000', '175512.975000', '175512.978000', '175512.981000', '175512.983000', '175512.986000', '175512.988000', '175512.991000', '175512.994000', '175512.996000', '175513.000000', '175513.003000', '175513.005000', '175513.008000', '175513.010000', '175513.013000', '175513.016000', '175513.018000', '175513.021000', '175513.024000', '175513.026000', '175513.029000', '175513.032000', '175513.034000', '175513.037000', '175513.039000', '175513.042000', '175513.045000', '175513.048000', '175513.050000', '175513.053000', '175513.055000', '175513.058000', '175532.944000', '175532.946000', '175532.949000', '175532.952000', '175532.954000', '175532.957000', '175532.959000', '175532.962000', '175532.965000', '175532.967000', '175532.970000', '175532.973000', '175532.975000', '175532.978000', '175532.980000', '175532.983000', '175532.986000', '175532.988000', '175532.991000', '175532.993000', '175532.996000', '175533.000000', '175533.002000', '175533.005000', '175533.007000', '175533.010000', '175533.013000', '175533.015000', '175533.018000', '175533.021000', '175533.023000', '175533.026000', '175533.029000', '175533.031000', '175533.035000', '175533.039000', '175533.041000', '175533.044000', '175533.046000', '175533.049000', '175533.052000', '175533.054000', '175533.057000', '175552.944000', '175552.947000', '175552.949000', '175552.952000', '175552.954000', '175552.957000', '175552.960000', '175552.962000', '175552.965000', '175552.968000', '175552.970000', '175552.973000', '175552.975000', '175552.978000', '175552.981000', '175552.984000', '175552.986000', '175552.989000', '175552.991000', '175552.994000', '175552.997000', '175553.000000', '175553.003000', '175553.006000', '175553.008000', '175553.011000', '175553.014000', '175553.016000', '175553.019000', '175553.022000', '175553.024000', '175553.027000', '175553.029000', '175553.032000', '175553.035000', '175553.037000', '175553.040000', '175553.043000', '175553.045000', '175553.048000', '175553.050000', '175553.053000', '175553.056000', '175553.058000', '175612.944000', '175612.947000', '175612.949000', '175612.952000', '175612.955000', '175612.957000', '175612.960000', '175612.962000', '175612.965000', '175612.968000', '175612.970000', '175612.973000', '175612.975000', '175612.978000', '175612.981000', '175612.983000', '175612.986000', '175612.989000', '175612.991000', '175612.994000', '175612.997000', '175613.002000', '175613.004000', '175613.007000', '175613.009000', '175613.012000', '175613.015000', '175613.025000', '175613.028000', '175613.030000', '175613.033000', '175613.035000', '175613.038000', '175613.041000', '175613.043000', '175613.046000', '175613.048000', '175613.051000', '175613.054000', '175613.057000', '175613.059000', '175613.062000', '175613.064000', '175632.943000', '175632.946000', '175632.949000', '175632.952000', '175632.955000', '175632.957000', '175632.960000', '175632.962000', '175632.965000', '175632.968000', '175632.970000', '175632.973000', '175632.976000', '175632.978000', '175632.981000', '175632.983000', '175632.986000', '175632.989000', '175632.991000', '175632.994000', '175632.997000', '175633.000000', '175633.003000', '175633.005000', '175633.008000', '175633.010000', '175633.013000', '175633.016000', '175633.018000', '175633.021000', '175633.023000', '175633.026000', '175633.029000', '175633.031000', '175633.034000', '175633.036000', '175633.039000', '175633.042000', '175633.044000', '175633.047000', '175633.050000', '175633.052000', '175633.055000', '175633.057000', '175652.944000', '175652.946000', '175652.949000', '175652.952000', '175652.954000', '175652.957000', '175652.959000', '175652.962000', '175652.965000', '175652.967000', '175652.970000', '175652.973000', '175652.975000', '175652.978000', '175652.981000', '175652.983000', '175652.986000', '175652.988000', '175652.991000', '175652.994000', '175652.996000', '175653.000000', '175653.003000', '175653.005000', '175653.008000', '175653.011000', '175653.014000', '175653.017000', '175653.020000', '175653.023000', '175653.026000', '175653.028000', '175653.031000', '175653.034000', '175653.036000', '175653.039000', '175653.042000', '175653.044000', '175653.047000', '175653.050000', '175653.052000', '175653.055000', '175653.058000', '175712.942000', '175712.945000', '175712.948000', '175712.951000', '175712.953000', '175712.956000', '175712.959000', '175712.961000', '175712.964000', '175712.967000', '175712.969000', '175712.972000', '175712.975000', '175712.977000', '175712.980000', '175712.983000', '175712.985000', '175712.988000', '175712.990000', '175712.993000', '175712.995000', '175712.998000', '175713.002000', '175713.004000', '175713.007000', '175713.010000', '175713.013000', '175713.015000', '175713.018000', '175713.020000', '175713.023000', '175713.026000', '175713.028000', '175713.031000', '175713.033000', '175713.036000', '175713.039000', '175713.042000', '175713.045000', '175713.048000', '175713.050000', '175713.053000', '175713.060000', '175713.062000', '175732.944000', '175732.947000', '175732.950000', '175732.952000', '175732.955000', '175732.958000', '175732.960000', '175732.963000', '175732.965000', '175732.968000', '175732.971000', '175732.973000', '175732.976000', '175732.978000', '175732.981000', '175732.984000', '175732.986000', '175732.989000', '175732.991000', '175732.994000', '175732.997000', '175733.000000', '175733.003000', '175733.006000', '175733.041000', '175733.044000', '175733.046000', '175733.049000', '175733.052000', '175733.054000', '175733.057000', '175733.060000', '175733.062000', '175733.065000', '175733.067000', '175733.070000', '175733.073000', '175733.075000', '175733.078000', '175733.081000', '175733.083000', '175733.086000', '175733.088000', '175752.944000', '175752.946000', '175752.949000', '175752.952000', '175752.955000', '175752.957000', '175752.960000', '175752.963000', '175752.965000', '175752.968000', '175752.971000', '175752.973000', '175752.976000', '175752.979000', '175752.981000', '175752.984000', '175752.986000', '175752.989000', '175752.992000', '175752.994000', '175752.997000', '175753.001000', '175753.003000', '175753.006000', '175753.009000', '175753.011000', '175753.014000', '175753.016000', '175753.019000', '175753.022000', '175753.024000', '175753.027000', '175753.029000', '175753.032000', '175753.035000', '175753.037000', '175753.040000', '175753.043000', '175753.045000', '175753.048000', '175753.050000', '175753.053000', '175753.056000', '175753.058000', '175812.943000', '175812.946000', '175812.949000', '175812.951000', '175812.954000', '175812.957000', '175812.960000', '175812.962000', '175812.965000', '175812.968000', '175812.970000', '175812.973000', '175812.975000', '175812.978000', '175812.980000', '175812.983000', '175812.986000', '175812.988000', '175812.991000', '175812.994000', '175812.996000', '175813.000000', '175813.002000', '175813.005000', '175813.008000', '175813.010000', '175813.013000', '175813.016000', '175813.018000', '175813.021000', '175813.024000', '175813.026000', '175813.029000', '175813.031000', '175813.034000', '175813.037000', '175813.039000', '175813.042000', '175813.044000', '175813.047000', '175813.050000', '175813.052000', '175813.055000', '175832.944000', '175832.947000', '175832.949000', '175832.952000', '175832.954000', '175832.957000', '175832.960000', '175832.963000', '175832.965000', '175832.968000', '175832.971000', '175832.973000', '175832.976000', '175832.979000', '175832.981000', '175832.984000', '175832.986000', '175832.989000', '175832.992000', '175832.994000', '175832.997000', '175833.001000', '175833.003000', '175833.006000', '175833.008000', '175833.011000', '175833.014000', '175833.016000', '175833.019000', '175833.022000', '175833.024000', '175833.027000', '175833.034000', '175833.037000', '175833.039000', '175833.042000', '175833.045000', '175833.047000', '175833.050000', '175833.053000', '175833.055000', '175833.058000', '175833.060000', '175833.063000', '175852.944000', '175852.947000', '175852.949000', '175852.952000', '175852.954000', '175852.957000', '175852.960000', '175852.963000', '175852.965000', '175852.968000', '175852.971000', '175852.973000', '175852.976000', '175852.979000', '175852.981000', '175852.988000', '175852.991000', '175852.993000', '175852.996000', '175853.000000', '175853.015000', '175853.018000', '175853.020000', '175853.023000', '175853.025000', '175853.028000', '175853.031000', '175853.033000', '175853.036000', '175853.039000', '175853.041000', '175853.044000', '175853.047000', '175853.049000', '175853.052000', '175853.055000', '175853.057000', '175853.060000', '175853.062000', '175853.065000', '175853.067000', '175853.070000', '175853.073000', '175912.944000', '175912.946000', '175912.949000', '175912.952000', '175912.954000', '175912.957000', '175912.959000', '175912.962000', '175912.965000', '175912.968000', '175912.970000', '175912.973000', '175912.975000', '175912.978000', '175912.981000', '175912.983000', '175912.986000', '175912.989000', '175912.991000', '175912.994000', '175912.996000', '175913.000000', '175913.003000', '175913.005000', '175913.008000', '175913.011000', '175913.013000', '175913.016000', '175913.018000', '175913.021000', '175913.024000', '175913.026000', '175913.029000', '175913.032000', '175913.034000', '175913.037000', '175913.040000', '175913.042000', '175913.045000', '175913.047000', '175913.050000', '175913.053000', '175913.055000', '175913.058000', '175927.594000', '175927.597000', '175927.600000', '175927.603000', '175927.606000', '175927.608000', '175927.611000', '175927.614000', '175927.616000', '175927.619000', '175927.622000', '175927.624000', '175927.627000', '175927.630000', '175927.633000', '175927.636000', '175927.639000', '175927.642000', '175927.644000', '175927.647000', '175927.650000', '175927.653000', '175927.656000', '175927.658000', '175927.662000', '175927.666000', '175927.670000', '175927.672000', '175927.676000', '175927.679000', '175927.683000', '175927.686000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [12709, 8335, 9131, 7033, 8191, 13249, 8031, 13208, 8648, 12824, 6966, 8267, 12746, 7169, 8612, 6978, 8210, 9145, 7533, 10350, 6910, 7981, 9853, 7246, 13378, 7426, 9203, 7019, 8099, 9890, 7467, 13306, 8822, 11056, 7265, 7718, 12605, 7389, 12187, 7809, 11501, 9196, 7628, 11272, 7150, 10705, 11548, 10098, 13647, 8439, 9828, 7449, 7866, 12742, 7679, 13198, 7807, 10181, 7424, 7769, 11601, 7376, 10617, 7691, 9760, 9302, 7544, 10800, 7364, 10915, 10687, 8953, 13686, 7441, 9259, 7105, 8104, 12996, 7936, 12571, 7034, 8107, 8508, 7264, 9879, 7289, 9024, 8551, 7363, 12695, 7439, 8402, 7621, 7340, 12662, 8310, 9668, 6999, 7407, 11055, 6972, 10876, 8465, 9923, 13950, 7842, 9971, 7081, 8267, 14177, 9615, 12400, 7429, 8078, 13148, 7560, 11138, 7796, 9352, 8413, 7499, 11889, 7130, 8260, 14013, 9897, 12491, 7224, 8210, 13302, 7426, 11073, 7346, 9702, 9382, 7416, 9592, 7072, 8087, 13845, 8118, 12266, 7440, 8886, 9472, 7942, 11845, 7262, 10846, 8675, 8239, 13800, 7537, 9771, 8249, 7882, 14123, 8290, 10549, 7274, 8338, 12531, 7680, 12753, 7896, 8792, 7063, 7891, 11616, 7412, 8619, 11328, 8368, 10807, 7501, 8303, 7203, 7498, 11574, 7383, 10946, 7836, 7704, 12817, 7075, 8107, 13885, 7732, 12270, 7992, 8394, 10049, 7304, 8655, 7073, 7686, 10295, 7233, 11739, 7032, 7917, 13935, 7345, 11588, 8126, 9291, 13804, 7323, 10985, 7780, 7702, 14199, 8173, 9349, 6833, 7460, 11537, 7270, 10631, 9964, 8709, 13459, 7507, 9527, 7009, 7580, 14148, 8517, 10816, 7691, 8273, 8960, 7581, 13901, 7903, 12758, 7014, 8129, 14835, 9134, 13243, 8004, 8405, 14216, 7344, 11396, 7778, 8158, 13284, 7519, 10952, 7153, 8412, 14335, 7946, 9536, 6682, 8368, 11874, 7411, 12890, 8958, 8719, 10990, 7279, 10539, 7009, 10402, 9953, 7673, 12872, 7940, 8543, 6999, 7538, 13717, 7762, 11290, 6946, 8009, 9248, 7711, 13066, 7611, 11884, 7416, 10158, 13316, 9559, 13741, 8164, 9515, 7307, 7769, 14404, 7944, 9942, 7637, 7601, 13785, 7647, 9045, 7222, 8388, 7685, 7503, 12726, 7268, 9710, 7357, 7668, 14235, 8231, 12774, 7109, 7923, 14426, 8063, 13087, 7658, 11364, 9542, 7538, 12409, 7408, 8799, 7259, 8195, 14095, 7489, 9440, 7361, 7656, 13786, 8189, 9251, 7198, 7827, 11256, 7423, 11578, 7642, 8998, 14660, 7321, 10034, 8786, 7595, 13934, 8704, 8660, 7304, 7241, 11480, 7122, 8938, 7038, 8878, 7049, 6893, 13840, 7948, 9198, 6991, 7902, 14425, 8619, 13737, 10202, 14559, 8650, 8834, 7313, 7710, 13938, 7357, 9104, 15446, 7744, 9167, 7403, 8129, 14550, 7198, 9413, 8022, 8878, 14557, 11662, 13614, 6966, 8746, 14784, 7444, 10028, 7532, 9621, 14312, 7835, 9324, 7190, 8646, 15101, 9286, 13964, 6878, 8667, 6874, 8601, 13202, 8132, 13600, 7214, 8603, 6942, 7918, 12940, 7239, 13076, 7983, 9684, 6613, 8478, 13787, 8323, 13724, 8252, 12022, 7495, 7992, 12529, 8122, 9202, 7901, 8966, 10814, 7310, 8793, 6812, 8077, 12669, 8890, 9506, 7238, 8323, 7241, 7622, 14326, 9199, 11639, 6818, 7866, 13435, 8038, 13116, 7857, 8536, 7439, 7148, 11698, 7693, 10878, 8331, 11233, 9662, 7295, 13208, 7317, 9835, 13383, 9638, 12509, 7195, 9620, 10911, 7855, 15441, 10287, 11778, 7242, 7819, 9956, 7053, 8673, 7201, 8187, 10958, 7111, 9594, 6789, 7973, 13873, 9364, 10732, 7064, 8044, 7118, 7308, 14636, 9004, 12326, 7170, 7959, 15333, 8159, 12954, 8490, 10419, 10773, 7457, 12103, 7057, 9034, 12982, 8781, 12576, 7387, 9268, 7146, 8007, 15110, 9365, 11823, 7162, 7832, 14383, 7472, 10812, 7792, 10061, 8552, 7155, 12494, 7623, 8762, 12685, 8690, 10315, 7571, 8074, 7200, 6999, 10574, 7465, 9311, 7148, 8557, 13807, 7182, 10385, 7591, 8357, 12106, 9346, 13869, 7273, 10791, 9600, 7871, 15065, 8876, 10585, 7150, 7587, 14467, 7862, 13042, 7699, 10920, 6958, 7360, 13926, 7696, 10561, 7401, 10342, 7440, 7556, 14109, 8235, 12949, 8469, 11336, 7730, 7223, 13364, 8129, 14032, 9250, 11648, 11896, 7335, 13041, 7581, 11119, 14024, 9889, 12918, 7275, 9772, 7338, 10722, 13879, 9107, 12125, 7154, 8353, 11448, 7976, 14385, 8150, 12545, 7548, 7804, 14145, 7323, 12091, 7640, 9926, 7870, 7463, 12399, 7778, 12716, 7542, 10848, 12575, 7586, 11812, 7881, 9811, 11656, 8404, 13123, 7609, 8766, 6904, 8944, 13436, 9680, 13807, 7625, 8863, 7301, 8001, 15172, 9794, 14790, 7974, 8621, 8588, 7787, 11499, 7992, 13015, 7860, 8589, 13745, 7176, 9247, 7056, 9187, 11339, 8900, 13878, 7564, 9498, 7366, 10837, 14465, 9656, 13987, 7703, 8702, 7055, 7877, 14749, 8920, 14430, 8031, 8897, 6624, 7613, 13227, 7221, 12560, 7339, 9276, 6501, 7572, 13987, 7408, 13577, 7528, 11583, 7377, 7501, 14958, 8793, 14734, 9781, 12337, 7125, 7708, 13676, 7994, 14180, 8736, 13629, 6941, 7943, 15008, 8154, 14303, 8129, 14010, 6620, 8569, 10383, 7699, 14716, 8821, 14953, 7780, 8689, 8265, 7767, 13266, 8314, 15030, 7987, 9067, 7191, 8088, 13832, 8665, 13717, 7876, 9330, 10836, 7195, 9881, 7061, 10011, 6920, 9715, 7318, 7336, 11476, 7369, 11762, 7320, 10753, 7946, 7796, 13756, 7942, 9032, 7238, 8346, 15203, 9702, 13457, 7800, 8949, 6811, 7949, 14279, 9496, 13803, 7825, 8720, 6926, 11436, 10255, 11354, 12025, 7984, 14165, 8214, 12214, 10424, 10329, 8351, 7914, 10405, 7834, 13208, 7512, 14701, 7849, 8634, 8343, 7466, 11931, 7409, 11814, 8050, 8714, 8203, 7487, 11373, 7263, 11506, 7150, 9465, 7169, 7575, 13879, 7854, 13485, 8286, 12211, 7537, 7849, 13860, 7624, 13069, 8539, 12498, 11453, 8290, 14460, 7550, 10480, 7711, 11765, 11480, 8578, 14765, 7549, 10115, 7116, 10664, 9480, 8864, 13862, 7531, 9702, 6946, 11809, 9635, 11029, 13354, 7807, 12134, 7593, 10148, 7647, 9563, 10925, 7701, 11901, 7379, 8197, 7564, 7400, 15044, 9869, 12837, 7319, 8227, 8240, 7420, 14903, 10086, 13785, 7182, 8655, 7121, 7440, 15102, 10445, 14000, 7679, 9103, 7199, 8017, 13516, 9908, 14898, 7712, 9427, 7329, 7687, 12785, 9128, 15043, 8344, 11064, 7411, 8406, 8105, 11213, 15038, 9630, 13796, 7790, 9282, 7437, 11751, 13160, 9034, 13463, 7637, 9960, 7105, 11252, 8065, 10053, 7554, 7607, 13303, 7423, 13452, 7535, 14357, 7566, 8477, 7068, 7718, 15471, 10194, 14782, 7983, 9311, 7632, 8082, 14514, 10620, 14984, 8124, 9388, 7158, 8524, 7177, 11747, 14199, 9231, 13336, 8155, 11021, 7196, 12460, 7507, 8225, 8959, 7664, 13606, 8571, 14754, 8359, 10756, 7773, 8037, 14656, 8829, 13659, 7678, 8870, 6818, 7782, 11581, 7790, 14692, 9015, 13375, 7471, 8558, 7318, 11419, 15297, 9973, 13642, 7612, 8730, 7144, 10531, 13981, 9905, 13883, 7349, 8558, 6999, 7645, 14334, 9710, 11710, 7486, 9885, 7005, 11609, 11362, 8661, 13689, 7450, 12015, 7859, 10913, 8145, 9064, 7231, 7469, 12599, 7835, 14599, 9315, 13054, 7950, 7448, 13815, 8790, 14705, 9132, 8020, 10320, 7558, 10361, 7340, 13947, 7942, 8480, 7194, 7517, 11033, 7418, 13687, 7354, 9799, 7098, 7861, 13465, 8236, 14548, 9135, 12055, 7278, 8202, 7860, 8249, 15123, 9960, 14895, 7562, 9280, 7228, 8754, 12128, 9210, 14512, 7599, 9652, 7099, 7914, 11759, 9130, 13761, 7754, 9759, 7088, 10717, 12856, 10356, 15194, 8586, 9902, 7100, 8008, 8766, 10616, 15051, 9918, 12814, 7921, 8472, 11896, 8361, 14618, 9461, 9256, 7037, 8059, 9861, 7389, 14654, 9486, 11749, 6635, 8216, 8869, 7520, 14569, 9950, 14338, 7213, 8785, 6978, 7768, 14919, 10094, 14598, 7799, 8976, 7067, 7714, 9074, 9504, 15181, 9467, 13697, 8148, 8858, 7685, 12120, 15449, 9792, 13673, 8070, 8514, 7304, 9389, 14814, 9418, 11985, 7003, 8259, 6964, 8351, 14587, 10003, 14220, 7478, 9318, 7477, 11404, 13221, 9518, 14228, 7380, 11194, 7575, 13354, 10575, 13011, 12029, 7659, 12118, 7689, 11813, 8174, 12705, 7613, 7859, 11524, 7188, 12173, 7183, 11900, 7563, 7793, 12493, 7354, 13444, 7241, 12518, 7622, 8493, 7342, 7366, 11755, 7410, 12886, 7174, 9592, 6638, 7918, 7743, 7429, 15047, 10001, 14300, 7296, 9929, 6995, 10349, 11932, 12038, 14494, 8573, 12282, 7829, 9730, 10337, 12709, 15347, 9247, 12514, 7850, 8858, 7041, 11571, 12730, 9262, 13811, 7631, 10065, 7059, 11929, 9957, 10086, 13269, 7733, 11787, 7593, 13019, 9009, 13044, 7723, 7662, 12795, 7230, 14204, 8711, 14105, 6831, 8669, 7132, 9131, 15582, 10517, 14364, 7465, 8964, 7562, 11223, 15545, 9203, 12752, 7316, 8262, 6677, 11495, 11389, 8531, 12243, 7682, 11355, 7087, 12269, 9011, 12839, 9253, 7673, 13697, 7699, 13294, 7797, 12671, 9373, 11007, 8212, 7918, 9754, 7095, 8591, 7096, 11817, 7128, 11358, 10040, 15703, 11253, 14300, 9585, 8526, 14992, 9028, 14724, 10800, 15377, 9190, 10019, 7462, 7827, 8590, 7634, 14431, 9938, 14727, 7590, 9597, 6924, 7858, 7253, 12221, 14755, 9867, 13670, 7867, 8603, 7125, 7948, 12358, 9658, 14726, 7433, 9774, 7244, 9384, 6678, 13533, 7621, 8477, 7172, 7651, 14184, 8022, 15023, 8778, 12778, 7029, 8329, 6758, 11075, 11820, 11974, 13793, 8413, 12046, 7532, 10520, 6787, 12754, 8979, 8845, 12436, 7601, 12088, 7195, 11867, 8724, 10850, 9079, 7590, 12522, 7787, 12059, 6953, 14657, 7411, 8611, 7204, 7660, 14247, 8452, 15033, 8542, 11115, 7485, 7981, 12453, 7933, 15365, 9365, 14284, 7083, 9272, 7174, 7627, 14596, 9790, 14713, 7766, 10237, 6851, 10621], 'WindowCenter': [4117.0, 4052.0, 4048.0, 4004.0, 4035.0, 4085.0, 4024.0, 4074.0, 4021.0, 4074.0, 3989.0, 4021.0, 4070.0, 4000.0, 4031.0, 3990.0, 4033.0, 4041.0, 4022.0, 4053.0, 4002.0, 4023.0, 4053.0, 4013.0, 4084.0, 4014.0, 4044.0, 4013.0, 4024.0, 4053.0, 4015.0, 4086.0, 4045.0, 4066.0, 4012.0, 4024.0, 4073.0, 4014.0, 4075.0, 4012.0, 4064.0, 4043.0, 4013.0, 4064.0, 4002.0, 4064.0, 4062.0, 4054.0, 4084.0, 4023.0, 4042.0, 4001.0, 4022.0, 4071.0, 4010.0, 4072.0, 4011.0, 4051.0, 4000.0, 4011.0, 4062.0, 4010.0, 4052.0, 4011.0, 4053.0, 4030.0, 4013.0, 4061.0, 4012.0, 4063.0, 4051.0, 4033.0, 4082.0, 4012.0, 4043.0, 4000.0, 4022.0, 4071.0, 4022.0, 4074.0, 4002.0, 4022.0, 4030.0, 4012.0, 4053.0, 4011.0, 4043.0, 4032.0, 4014.0, 4074.0, 4013.0, 4034.0, 4011.0, 4014.0, 4074.0, 4035.0, 4055.0, 4003.0, 4016.0, 4064.0, 4015.0, 4067.0, 4033.0, 4056.0, 4084.0, 4034.0, 4054.0, 4013.0, 4036.0, 4084.0, 4054.0, 4073.0, 4013.0, 4025.0, 4084.0, 4024.0, 4063.0, 4012.0, 4044.0, 4023.0, 4014.0, 4074.0, 4002.0, 4034.0, 4084.0, 4043.0, 4073.0, 4000.0, 4023.0, 4071.0, 4000.0, 4062.0, 3999.0, 4043.0, 4030.0, 4012.0, 4043.0, 4000.0, 4023.0, 4082.0, 4022.0, 4073.0, 4012.0, 4043.0, 4042.0, 4023.0, 4063.0, 4012.0, 4064.0, 4033.0, 4033.0, 4083.0, 4012.0, 4053.0, 4022.0, 4022.0, 4082.0, 4023.0, 4052.0, 4011.0, 4023.0, 4071.0, 4011.0, 4073.0, 4022.0, 4033.0, 4001.0, 4023.0, 4062.0, 4000.0, 4033.0, 4061.0, 4023.0, 4051.0, 4013.0, 4032.0, 4011.0, 4013.0, 4063.0, 4012.0, 4065.0, 4011.0, 4014.0, 4073.0, 4001.0, 4023.0, 4083.0, 4012.0, 4074.0, 4021.0, 4033.0, 4042.0, 4012.0, 4031.0, 4003.0, 4025.0, 4065.0, 4016.0, 4075.0, 4004.0, 4036.0, 4096.0, 4025.0, 4076.0, 4023.0, 4056.0, 4085.0, 4015.0, 4078.0, 4013.0, 4024.0, 4084.0, 4034.0, 4046.0, 4003.0, 4015.0, 4076.0, 4015.0, 4067.0, 4055.0, 4046.0, 4085.0, 4014.0, 4056.0, 4014.0, 4025.0, 4095.0, 4045.0, 4065.0, 4025.0, 4049.0, 4057.0, 4038.0, 4097.0, 4036.0, 4086.0, 4014.0, 4037.0, 4108.0, 4058.0, 4086.0, 4035.0, 4037.0, 4096.0, 4025.0, 4076.0, 4024.0, 4034.0, 4084.0, 4014.0, 4066.0, 4013.0, 4036.0, 4093.0, 4034.0, 4054.0, 4002.0, 4035.0, 4074.0, 4025.0, 4086.0, 4046.0, 4047.0, 4065.0, 4015.0, 4064.0, 4014.0, 4067.0, 4054.0, 4025.0, 4085.0, 4034.0, 4046.0, 4014.0, 4026.0, 4097.0, 4026.0, 4075.0, 4015.0, 4038.0, 4057.0, 4038.0, 4098.0, 4038.0, 4087.0, 4026.0, 4079.0, 4098.0, 4070.0, 4098.0, 4036.0, 4057.0, 4014.0, 4025.0, 4096.0, 4035.0, 4056.0, 4023.0, 4025.0, 4084.0, 4025.0, 4045.0, 4026.0, 4036.0, 4035.0, 4028.0, 4086.0, 4026.0, 4056.0, 4025.0, 4037.0, 4097.0, 4048.0, 4086.0, 4015.0, 4035.0, 4096.0, 4035.0, 4086.0, 4024.0, 4077.0, 4054.0, 4026.0, 4086.0, 4025.0, 4045.0, 4014.0, 4036.0, 4094.0, 4025.0, 4056.0, 4012.0, 4024.0, 4084.0, 4036.0, 4044.0, 4014.0, 4036.0, 4075.0, 4027.0, 4079.0, 4025.0, 4057.0, 4095.0, 4025.0, 4066.0, 4035.0, 4025.0, 4085.0, 4035.0, 4034.0, 4012.0, 4026.0, 4075.0, 4015.0, 4056.0, 4016.0, 4057.0, 4015.0, 4028.0, 4098.0, 4038.0, 4058.0, 4017.0, 4049.0, 4108.0, 4049.0, 4110.0, 4067.0, 4099.0, 4047.0, 4060.0, 4025.0, 4026.0, 4096.0, 4012.0, 4044.0, 4093.0, 4023.0, 4044.0, 4012.0, 4024.0, 4082.0, 4003.0, 4044.0, 4019.0, 4032.0, 4081.0, 4063.0, 4070.0, 3987.0, 4018.0, 4067.0, 3997.0, 4027.0, 3997.0, 4027.0, 4067.0, 3997.0, 4027.0, 3985.0, 4019.0, 4069.0, 4029.0, 4069.0, 3975.0, 4017.0, 3975.0, 4018.0, 4068.0, 4009.0, 4070.0, 3997.0, 4018.0, 3989.0, 4020.0, 4069.0, 4010.0, 4071.0, 4021.0, 4041.0, 3990.0, 4034.0, 4081.0, 4033.0, 4083.0, 4031.0, 4074.0, 4009.0, 4022.0, 4072.0, 4021.0, 4042.0, 4021.0, 4033.0, 4061.0, 4011.0, 4031.0, 3989.0, 4024.0, 4072.0, 4045.0, 4042.0, 4014.0, 4033.0, 4013.0, 4025.0, 4093.0, 4045.0, 4075.0, 4002.0, 4035.0, 4085.0, 4036.0, 4086.0, 4025.0, 4034.0, 4013.0, 4014.0, 4074.0, 4023.0, 4066.0, 4035.0, 4077.0, 4053.0, 4015.0, 4084.0, 4013.0, 4054.0, 4083.0, 4055.0, 4074.0, 4003.0, 4055.0, 4063.0, 4024.0, 4095.0, 4054.0, 4063.0, 4000.0, 4012.0, 4040.0, 4001.0, 4033.0, 4011.0, 4034.0, 4060.0, 4003.0, 4043.0, 4002.0, 4024.0, 4083.0, 4044.0, 4063.0, 4002.0, 4023.0, 4002.0, 4014.0, 4095.0, 4045.0, 4085.0, 4002.0, 4025.0, 4094.0, 4024.0, 4086.0, 4033.0, 4065.0, 4052.0, 4011.0, 4072.0, 4001.0, 4033.0, 4072.0, 4032.0, 4071.0, 4012.0, 4043.0, 4001.0, 4023.0, 4083.0, 4042.0, 4063.0, 3989.0, 4012.0, 4081.0, 4012.0, 4053.0, 4010.0, 4053.0, 4031.0, 4001.0, 4071.0, 4012.0, 4032.0, 4071.0, 4032.0, 4052.0, 4012.0, 4022.0, 4000.0, 4003.0, 4051.0, 4013.0, 4044.0, 4001.0, 4033.0, 4084.0, 4002.0, 4067.0, 4024.0, 4035.0, 4072.0, 4044.0, 4084.0, 4014.0, 4065.0, 4042.0, 4024.0, 4093.0, 4033.0, 4055.0, 4001.0, 4024.0, 4083.0, 4023.0, 4084.0, 4013.0, 4065.0, 4002.0, 4014.0, 4083.0, 4023.0, 4065.0, 4014.0, 4067.0, 4013.0, 4026.0, 4095.0, 4036.0, 4087.0, 4034.0, 4078.0, 4024.0, 4016.0, 4085.0, 4036.0, 4096.0, 4043.0, 4076.0, 4074.0, 4013.0, 4083.0, 4011.0, 4064.0, 4083.0, 4055.0, 4072.0, 4013.0, 4051.0, 4012.0, 4065.0, 4082.0, 4034.0, 4061.0, 4001.0, 4023.0, 4062.0, 4023.0, 4082.0, 4021.0, 4072.0, 4009.0, 4012.0, 4071.0, 4011.0, 4073.0, 4009.0, 4052.0, 4009.0, 4002.0, 4071.0, 4012.0, 4073.0, 4010.0, 4063.0, 4072.0, 4012.0, 4062.0, 4011.0, 4042.0, 4061.0, 4022.0, 4070.0, 4011.0, 4020.0, 4001.0, 4044.0, 4071.0, 4043.0, 4071.0, 4012.0, 4032.0, 3999.0, 4021.0, 4082.0, 4041.0, 4082.0, 4010.0, 4020.0, 4018.0, 3999.0, 4049.0, 4010.0, 4071.0, 4010.0, 4021.0, 4069.0, 3999.0, 4030.0, 4001.0, 4042.0, 4051.0, 4032.0, 4070.0, 4011.0, 4041.0, 4001.0, 4064.0, 4081.0, 4043.0, 4072.0, 4011.0, 4021.0, 3989.0, 4025.0, 4096.0, 4044.0, 4082.0, 4022.0, 4031.0, 3991.0, 4013.0, 4073.0, 4012.0, 4061.0, 4001.0, 4042.0, 3993.0, 4025.0, 4083.0, 4014.0, 4086.0, 4025.0, 4075.0, 4012.0, 4014.0, 4094.0, 4035.0, 4095.0, 4053.0, 4075.0, 4001.0, 4012.0, 4082.0, 4024.0, 4083.0, 4033.0, 4083.0, 4000.0, 4022.0, 4083.0, 4023.0, 4083.0, 4011.0, 4083.0, 3991.0, 4032.0, 4051.0, 4011.0, 4083.0, 4032.0, 4083.0, 4010.0, 4031.0, 4019.0, 4011.0, 4072.0, 4020.0, 4082.0, 4010.0, 4032.0, 3989.0, 4021.0, 4070.0, 4020.0, 4072.0, 4010.0, 4032.0, 4049.0, 4000.0, 4040.0, 4000.0, 4041.0, 3999.0, 4043.0, 3999.0, 4012.0, 4063.0, 4012.0, 4075.0, 4011.0, 4065.0, 4023.0, 4013.0, 4083.0, 4022.0, 4033.0, 4011.0, 4033.0, 4093.0, 4055.0, 4083.0, 4023.0, 4034.0, 3990.0, 4023.0, 4084.0, 4054.0, 4084.0, 4023.0, 4034.0, 4002.0, 4075.0, 4053.0, 4066.0, 4074.0, 4025.0, 4083.0, 4022.0, 4075.0, 4052.0, 4054.0, 4032.0, 4023.0, 4052.0, 4023.0, 4084.0, 4012.0, 4097.0, 4022.0, 4034.0, 4022.0, 4013.0, 4073.0, 4014.0, 4076.0, 4022.0, 4035.0, 4032.0, 4013.0, 4064.0, 4014.0, 4075.0, 4003.0, 4057.0, 4004.0, 4025.0, 4085.0, 4025.0, 4086.0, 4034.0, 4076.0, 4013.0, 4026.0, 4084.0, 4024.0, 4085.0, 4033.0, 4077.0, 4064.0, 4035.0, 4084.0, 4012.0, 4054.0, 4013.0, 4076.0, 4063.0, 4034.0, 4082.0, 4012.0, 4051.0, 4001.0, 4053.0, 4043.0, 4034.0, 4083.0, 4012.0, 4042.0, 4003.0, 4075.0, 4043.0, 4066.0, 4083.0, 4013.0, 4063.0, 4013.0, 4053.0, 4012.0, 4056.0, 4064.0, 4024.0, 4074.0, 4014.0, 4034.0, 4022.0, 4014.0, 4094.0, 4055.0, 4074.0, 4013.0, 4035.0, 4032.0, 4013.0, 4095.0, 4055.0, 4084.0, 4004.0, 4033.0, 4001.0, 4015.0, 4094.0, 4065.0, 4084.0, 4025.0, 4044.0, 4003.0, 4025.0, 4085.0, 4056.0, 4095.0, 4024.0, 4044.0, 4014.0, 4025.0, 4074.0, 4046.0, 4095.0, 4035.0, 4064.0, 4014.0, 4034.0, 4034.0, 4076.0, 4095.0, 4055.0, 4084.0, 4023.0, 4044.0, 4014.0, 4075.0, 4073.0, 4044.0, 4084.0, 4014.0, 4053.0, 4004.0, 4066.0, 4023.0, 4055.0, 4024.0, 4025.0, 4084.0, 4014.0, 4085.0, 4025.0, 4096.0, 4024.0, 4034.0, 4003.0, 4026.0, 4096.0, 4055.0, 4095.0, 4023.0, 4045.0, 4011.0, 4025.0, 4083.0, 4065.0, 4095.0, 4024.0, 4042.0, 4002.0, 4033.0, 4003.0, 4076.0, 4085.0, 4044.0, 4083.0, 4023.0, 4063.0, 4001.0, 4074.0, 4012.0, 4034.0, 4033.0, 4013.0, 4084.0, 4034.0, 4085.0, 4033.0, 4064.0, 4011.0, 4024.0, 4083.0, 4034.0, 4083.0, 4012.0, 4032.0, 3992.0, 4024.0, 4064.0, 4024.0, 4095.0, 4044.0, 4084.0, 4014.0, 4033.0, 4013.0, 4076.0, 4094.0, 4055.0, 4084.0, 4023.0, 4033.0, 4001.0, 4065.0, 4083.0, 4056.0, 4084.0, 4013.0, 4033.0, 4001.0, 4024.0, 4085.0, 4055.0, 4064.0, 4013.0, 4053.0, 4003.0, 4065.0, 4064.0, 4034.0, 4084.0, 4013.0, 4064.0, 4022.0, 4053.0, 4010.0, 4033.0, 4002.0, 4013.0, 4072.0, 4014.0, 4096.0, 4043.0, 4074.0, 4011.0, 4012.0, 4073.0, 4033.0, 4083.0, 4032.0, 4011.0, 4040.0, 4010.0, 4040.0, 4001.0, 4082.0, 4010.0, 4032.0, 3989.0, 4002.0, 4051.0, 4011.0, 4083.0, 4012.0, 4042.0, 4002.0, 4024.0, 4083.0, 4034.0, 4085.0, 4043.0, 4074.0, 4013.0, 4022.0, 4021.0, 4024.0, 4083.0, 4054.0, 4095.0, 4012.0, 4032.0, 4002.0, 4033.0, 4062.0, 4044.0, 4084.0, 4013.0, 4044.0, 4003.0, 4024.0, 4073.0, 4046.0, 4085.0, 4025.0, 4043.0, 4003.0, 4066.0, 4075.0, 4054.0, 4094.0, 4034.0, 4041.0, 4002.0, 4022.0, 4032.0, 4053.0, 4083.0, 4044.0, 4072.0, 4011.0, 4023.0, 4062.0, 4021.0, 4081.0, 4041.0, 4030.0, 4000.0, 4022.0, 4040.0, 4013.0, 4083.0, 4043.0, 4062.0, 3991.0, 4024.0, 4031.0, 4013.0, 4085.0, 4054.0, 4084.0, 4013.0, 4033.0, 3991.0, 4014.0, 4094.0, 4053.0, 4094.0, 4014.0, 4032.0, 4002.0, 4024.0, 4032.0, 4055.0, 4096.0, 4056.0, 4084.0, 4025.0, 4034.0, 4013.0, 4076.0, 4094.0, 4054.0, 4072.0, 4022.0, 4032.0, 4000.0, 4044.0, 4082.0, 4042.0, 4062.0, 4001.0, 4021.0, 4001.0, 4033.0, 4082.0, 4054.0, 4083.0, 4013.0, 4033.0, 4001.0, 4065.0, 4072.0, 4043.0, 4082.0, 4002.0, 4052.0, 4012.0, 4084.0, 4052.0, 4074.0, 4061.0, 4011.0, 4060.0, 4010.0, 4062.0, 4009.0, 4074.0, 3999.0, 4022.0, 4060.0, 4000.0, 4062.0, 4000.0, 4064.0, 4011.0, 4013.0, 4073.0, 4014.0, 4084.0, 4013.0, 4077.0, 4023.0, 4034.0, 4013.0, 4013.0, 4063.0, 4013.0, 4085.0, 4003.0, 4044.0, 4004.0, 4024.0, 4013.0, 4014.0, 4096.0, 4056.0, 4095.0, 4014.0, 4054.0, 4002.0, 4056.0, 4074.0, 4076.0, 4096.0, 4035.0, 4075.0, 4012.0, 4044.0, 4053.0, 4075.0, 4094.0, 4044.0, 4062.0, 4011.0, 4031.0, 3991.0, 4063.0, 4072.0, 4042.0, 4072.0, 4012.0, 4042.0, 4002.0, 4065.0, 4042.0, 4054.0, 4072.0, 4011.0, 4060.0, 4012.0, 4073.0, 4031.0, 4074.0, 4010.0, 4010.0, 4072.0, 4012.0, 4082.0, 4034.0, 4084.0, 3992.0, 4033.0, 4001.0, 4045.0, 4094.0, 4065.0, 4084.0, 4014.0, 4034.0, 4011.0, 4064.0, 4093.0, 4043.0, 4072.0, 4001.0, 4021.0, 3991.0, 4065.0, 4063.0, 4034.0, 4073.0, 4025.0, 4064.0, 4002.0, 4074.0, 4032.0, 4077.0, 4042.0, 4014.0, 4083.0, 4013.0, 4084.0, 4011.0, 4074.0, 4042.0, 4066.0, 4033.0, 4037.0, 4054.0, 4014.0, 4032.0, 4015.0, 4077.0, 4029.0, 4080.0, 4082.0, 4123.0, 4079.0, 4099.0, 4044.0, 4022.0, 4071.0, 4020.0, 4071.0, 4040.0, 4073.0, 4018.0, 4028.0, 3986.0, 3986.0, 4004.0, 3985.0, 4056.0, 4029.0, 4068.0, 3999.0, 4028.0, 3988.0, 3998.0, 3987.0, 4062.0, 4070.0, 4030.0, 4058.0, 3998.0, 4008.0, 3976.0, 4009.0, 4060.0, 4031.0, 4070.0, 4000.0, 4040.0, 4000.0, 4031.0, 3979.0, 4075.0, 4001.0, 4023.0, 3990.0, 4013.0, 4083.0, 4023.0, 4083.0, 4033.0, 4073.0, 3992.0, 4021.0, 3991.0, 4064.0, 4063.0, 4066.0, 4073.0, 4023.0, 4063.0, 4013.0, 4052.0, 3981.0, 4075.0, 4032.0, 4035.0, 4074.0, 4014.0, 4062.0, 4002.0, 4065.0, 4021.0, 4054.0, 4031.0, 4012.0, 4062.0, 4012.0, 4063.0, 4003.0, 4095.0, 4003.0, 4034.0, 4001.0, 4013.0, 4084.0, 4023.0, 4096.0, 4035.0, 4053.0, 4001.0, 4023.0, 4062.0, 4022.0, 4083.0, 4045.0, 4083.0, 4002.0, 4034.0, 3990.0, 4012.0, 4083.0, 4055.0, 4083.0, 4013.0, 4053.0, 3992.0, 4065.0], 'WindowWidth': [9142.0, 9044.0, 9030.0, 8964.0, 9005.0, 9068.0, 8987.0, 9053.0, 8980.0, 9051.0, 8934.0, 8979.0, 9041.0, 8950.0, 8991.0, 8936.0, 8997.0, 9007.0, 8983.0, 9023.0, 8957.0, 8986.0, 9024.0, 8972.0, 9066.0, 8976.0, 9014.0, 8974.0, 8988.0, 9025.0, 8978.0, 9072.0, 9016.0, 9044.0, 8970.0, 8990.0, 9051.0, 8977.0, 9058.0, 8969.0, 9042.0, 9010.0, 8973.0, 9039.0, 8957.0, 9042.0, 9035.0, 9028.0, 9067.0, 8985.0, 9009.0, 8952.0, 8982.0, 9043.0, 8965.0, 9047.0, 8966.0, 9020.0, 8949.0, 8967.0, 9032.0, 8964.0, 9021.0, 8964.0, 9023.0, 8990.0, 8971.0, 9033.0, 8968.0, 9037.0, 9018.0, 8997.0, 9060.0, 8970.0, 9011.0, 8949.0, 8983.0, 9045.0, 8981.0, 9054.0, 8954.0, 8983.0, 8990.0, 8969.0, 9023.0, 8968.0, 9013.0, 8996.0, 8975.0, 9053.0, 8972.0, 9001.0, 8967.0, 8976.0, 9054.0, 9004.0, 9030.0, 8960.0, 8980.0, 9040.0, 8979.0, 9049.0, 8999.0, 9032.0, 9067.0, 9002.0, 9030.0, 8974.0, 9007.0, 9067.0, 9029.0, 9051.0, 8972.0, 8990.0, 9065.0, 8989.0, 9039.0, 8969.0, 9015.0, 8983.0, 8975.0, 9053.0, 8957.0, 9002.0, 9066.0, 9012.0, 9048.0, 8951.0, 8984.0, 9044.0, 8952.0, 9035.0, 8946.0, 9010.0, 8989.0, 8968.0, 9009.0, 8950.0, 8985.0, 9060.0, 8982.0, 9050.0, 8969.0, 9012.0, 9009.0, 8985.0, 9038.0, 8968.0, 9039.0, 8997.0, 8998.0, 9063.0, 8970.0, 9026.0, 8982.0, 8982.0, 9061.0, 8983.0, 9020.0, 8966.0, 8984.0, 9045.0, 8968.0, 9050.0, 8982.0, 8997.0, 8952.0, 8985.0, 9034.0, 8950.0, 8997.0, 9030.0, 8983.0, 9020.0, 8970.0, 8997.0, 8966.0, 8974.0, 9037.0, 8971.0, 9044.0, 8967.0, 8973.0, 9050.0, 8953.0, 8986.0, 9063.0, 8969.0, 9053.0, 8980.0, 8997.0, 9006.0, 8969.0, 8992.0, 8958.0, 8991.0, 9043.0, 8981.0, 9057.0, 8963.0, 9009.0, 9085.0, 8994.0, 9062.0, 8987.0, 9034.0, 9071.0, 8980.0, 9067.0, 8972.0, 8989.0, 9069.0, 9002.0, 9020.0, 8960.0, 8980.0, 9058.0, 8980.0, 9051.0, 9031.0, 9023.0, 9069.0, 8978.0, 9034.0, 8976.0, 8993.0, 9083.0, 9019.0, 9044.0, 8992.0, 9031.0, 9041.0, 9016.0, 9090.0, 9010.0, 9076.0, 8978.0, 9013.0, 9107.0, 9040.0, 9075.0, 9004.0, 9010.0, 9085.0, 8992.0, 9061.0, 8989.0, 9004.0, 9068.0, 8977.0, 9047.0, 8973.0, 9008.0, 9078.0, 9004.0, 9029.0, 8958.0, 9005.0, 9055.0, 8995.0, 9075.0, 9021.0, 9023.0, 9043.0, 8979.0, 9041.0, 8978.0, 9048.0, 9028.0, 8992.0, 9071.0, 9004.0, 9021.0, 8976.0, 8996.0, 9089.0, 8996.0, 9059.0, 8980.0, 9014.0, 9038.0, 9016.0, 9093.0, 9016.0, 9078.0, 8996.0, 9070.0, 9095.0, 9062.0, 9093.0, 9009.0, 9037.0, 8975.0, 8993.0, 9086.0, 9005.0, 9033.0, 8986.0, 8990.0, 9067.0, 8992.0, 9019.0, 8995.0, 9008.0, 9008.0, 9004.0, 9075.0, 8995.0, 9036.0, 8993.0, 9011.0, 9089.0, 9026.0, 9073.0, 8978.0, 9007.0, 9086.0, 9006.0, 9074.0, 8992.0, 9064.0, 9029.0, 8995.0, 9072.0, 8992.0, 9020.0, 8975.0, 9007.0, 9083.0, 8992.0, 9033.0, 8970.0, 8991.0, 9068.0, 9007.0, 9015.0, 8979.0, 9010.0, 9058.0, 8999.0, 9070.0, 8992.0, 9038.0, 9085.0, 8994.0, 9047.0, 9003.0, 8993.0, 9070.0, 9004.0, 9002.0, 8970.0, 8993.0, 9057.0, 8981.0, 9035.0, 8985.0, 9040.0, 8981.0, 9002.0, 9094.0, 9015.0, 9040.0, 8985.0, 9031.0, 9108.0, 9030.0, 9113.0, 9051.0, 9095.0, 9024.0, 9045.0, 8993.0, 8996.0, 9088.0, 8971.0, 9016.0, 9077.0, 8987.0, 9016.0, 8969.0, 8989.0, 9062.0, 8959.0, 9013.0, 8973.0, 8994.0, 9057.0, 9037.0, 9041.0, 8927.0, 8970.0, 9031.0, 8939.0, 8980.0, 8937.0, 8980.0, 9030.0, 8940.0, 8980.0, 8922.0, 8970.0, 9036.0, 8983.0, 9036.0, 8910.0, 8965.0, 8909.0, 8970.0, 9037.0, 8958.0, 9040.0, 8943.0, 8972.0, 8931.0, 8977.0, 9039.0, 8964.0, 9045.0, 8981.0, 9006.0, 8938.0, 9002.0, 9060.0, 8998.0, 9063.0, 8995.0, 9053.0, 8962.0, 8983.0, 9047.0, 8980.0, 9009.0, 8979.0, 8997.0, 9032.0, 8968.0, 8993.0, 8937.0, 8987.0, 9048.0, 9015.0, 9009.0, 8975.0, 8999.0, 8970.0, 8992.0, 9079.0, 9018.0, 9056.0, 8959.0, 9005.0, 9068.0, 9007.0, 9073.0, 8991.0, 9002.0, 8972.0, 8976.0, 9054.0, 8988.0, 9047.0, 9003.0, 9063.0, 9025.0, 8978.0, 9067.0, 8971.0, 9029.0, 9064.0, 9029.0, 9051.0, 8958.0, 9029.0, 9036.0, 8989.0, 9083.0, 9026.0, 9036.0, 8950.0, 8970.0, 9004.0, 8954.0, 8997.0, 8967.0, 9001.0, 9031.0, 8960.0, 9012.0, 8957.0, 8990.0, 9064.0, 9015.0, 9037.0, 8958.0, 8986.0, 8956.0, 8976.0, 9082.0, 9018.0, 9070.0, 8958.0, 8991.0, 9079.0, 8989.0, 9073.0, 8997.0, 9043.0, 9019.0, 8967.0, 9047.0, 8952.0, 8998.0, 9046.0, 8996.0, 9045.0, 8968.0, 9012.0, 8951.0, 8984.0, 9064.0, 9007.0, 9035.0, 8934.0, 8968.0, 9056.0, 8968.0, 9023.0, 8963.0, 9022.0, 8992.0, 8955.0, 9045.0, 8967.0, 8994.0, 9045.0, 8994.0, 9020.0, 8969.0, 8981.0, 8950.0, 8957.0, 9020.0, 8971.0, 9014.0, 8953.0, 8999.0, 9064.0, 8957.0, 9049.0, 8987.0, 9002.0, 9048.0, 9014.0, 9067.0, 8975.0, 9044.0, 9007.0, 8987.0, 9077.0, 8996.0, 9028.0, 8953.0, 8989.0, 9062.0, 8986.0, 9067.0, 8971.0, 9042.0, 8955.0, 8976.0, 9063.0, 8987.0, 9043.0, 8974.0, 9050.0, 8971.0, 8995.0, 9084.0, 9008.0, 9077.0, 9000.0, 9063.0, 8987.0, 8980.0, 9069.0, 9006.0, 9087.0, 9012.0, 9059.0, 9052.0, 8971.0, 9064.0, 8967.0, 9039.0, 9061.0, 9027.0, 9046.0, 8970.0, 9019.0, 8970.0, 9041.0, 9059.0, 8998.0, 9031.0, 8951.0, 8983.0, 9033.0, 8983.0, 9060.0, 8978.0, 9045.0, 8960.0, 8967.0, 9043.0, 8965.0, 9050.0, 8960.0, 9021.0, 8959.0, 8953.0, 9044.0, 8968.0, 9049.0, 8963.0, 9036.0, 9044.0, 8966.0, 9033.0, 8963.0, 9006.0, 9030.0, 8980.0, 9041.0, 8965.0, 8975.0, 8952.0, 9013.0, 9044.0, 9011.0, 9044.0, 8968.0, 8994.0, 8946.0, 8978.0, 9060.0, 9005.0, 9060.0, 8962.0, 8975.0, 8968.0, 8945.0, 9011.0, 8961.0, 9045.0, 8960.0, 8978.0, 9038.0, 8948.0, 8986.0, 8950.0, 9008.0, 9016.0, 8994.0, 9041.0, 8966.0, 9004.0, 8952.0, 9039.0, 9058.0, 9009.0, 9045.0, 8964.0, 8978.0, 8932.0, 8992.0, 9086.0, 9013.0, 9061.0, 8980.0, 8991.0, 8938.0, 8970.0, 9048.0, 8970.0, 9027.0, 8951.0, 9007.0, 8944.0, 8991.0, 9064.0, 8975.0, 9072.0, 8990.0, 9057.0, 8970.0, 8974.0, 9078.0, 9003.0, 9082.0, 9024.0, 9055.0, 8951.0, 8969.0, 9060.0, 8986.0, 9063.0, 8996.0, 9062.0, 8951.0, 8983.0, 9060.0, 8982.0, 9061.0, 8964.0, 9061.0, 8938.0, 8995.0, 9016.0, 8964.0, 9060.0, 8992.0, 9062.0, 8962.0, 8992.0, 8971.0, 8965.0, 9046.0, 8976.0, 9060.0, 8962.0, 8992.0, 8932.0, 8978.0, 9041.0, 8976.0, 9046.0, 8961.0, 8992.0, 9011.0, 8948.0, 8999.0, 8948.0, 9004.0, 8947.0, 9011.0, 8948.0, 8969.0, 9036.0, 8968.0, 9054.0, 8967.0, 9044.0, 8983.0, 8973.0, 9063.0, 8983.0, 8996.0, 8965.0, 8998.0, 9077.0, 9027.0, 9062.0, 8984.0, 8999.0, 8938.0, 8985.0, 9064.0, 9027.0, 9065.0, 8986.0, 8999.0, 8958.0, 9057.0, 9025.0, 9046.0, 9052.0, 8990.0, 9064.0, 8982.0, 9054.0, 9018.0, 9028.0, 8994.0, 8986.0, 9020.0, 8985.0, 9066.0, 8969.0, 9088.0, 8982.0, 9000.0, 8982.0, 8972.0, 9050.0, 8973.0, 9058.0, 8983.0, 9003.0, 8995.0, 8974.0, 9039.0, 8976.0, 9056.0, 8959.0, 9036.0, 8961.0, 8993.0, 9069.0, 8992.0, 9073.0, 9000.0, 9061.0, 8971.0, 8992.0, 9065.0, 8987.0, 9070.0, 8997.0, 9062.0, 9038.0, 9002.0, 9065.0, 8969.0, 9025.0, 8969.0, 9057.0, 9036.0, 8999.0, 9059.0, 8967.0, 9018.0, 8952.0, 9023.0, 9008.0, 8999.0, 9061.0, 8970.0, 9007.0, 8959.0, 9055.0, 9009.0, 9044.0, 9063.0, 8971.0, 9035.0, 8970.0, 9024.0, 8967.0, 9031.0, 9038.0, 8989.0, 9052.0, 8975.0, 9000.0, 8983.0, 8975.0, 9079.0, 9029.0, 9051.0, 8972.0, 9003.0, 8994.0, 8973.0, 9082.0, 9027.0, 9065.0, 8959.0, 8998.0, 8954.0, 8978.0, 9080.0, 9044.0, 9067.0, 8991.0, 9013.0, 8957.0, 8991.0, 9068.0, 9033.0, 9082.0, 8989.0, 9014.0, 8974.0, 8991.0, 9053.0, 9018.0, 9083.0, 9004.0, 9041.0, 8975.0, 9003.0, 9003.0, 9059.0, 9080.0, 9030.0, 9065.0, 8986.0, 9013.0, 8973.0, 9057.0, 9050.0, 9012.0, 9063.0, 8974.0, 9022.0, 8960.0, 9044.0, 8984.0, 9031.0, 8987.0, 8991.0, 9066.0, 8976.0, 9069.0, 8989.0, 9085.0, 8988.0, 9002.0, 8958.0, 8993.0, 9085.0, 9030.0, 9083.0, 8986.0, 9014.0, 8966.0, 8988.0, 9062.0, 9043.0, 9081.0, 8987.0, 9009.0, 8957.0, 8999.0, 8957.0, 9058.0, 9068.0, 9014.0, 9062.0, 8983.0, 9037.0, 8953.0, 9055.0, 8967.0, 8999.0, 8995.0, 8970.0, 9066.0, 8998.0, 9069.0, 8998.0, 9039.0, 8966.0, 8987.0, 9063.0, 8998.0, 9062.0, 8967.0, 8994.0, 8942.0, 8986.0, 9039.0, 8986.0, 9082.0, 9015.0, 9064.0, 8972.0, 8998.0, 8971.0, 9058.0, 9079.0, 9029.0, 9065.0, 8984.0, 8996.0, 8954.0, 9042.0, 9063.0, 9031.0, 9065.0, 8970.0, 8998.0, 8953.0, 8987.0, 9066.0, 9028.0, 9038.0, 8971.0, 9025.0, 8958.0, 9041.0, 9038.0, 8999.0, 9063.0, 8969.0, 9036.0, 8981.0, 9023.0, 8961.0, 8996.0, 8954.0, 8970.0, 9047.0, 8973.0, 9082.0, 9011.0, 9053.0, 8963.0, 8967.0, 9048.0, 8993.0, 9062.0, 8990.0, 8963.0, 8998.0, 8962.0, 8999.0, 8951.0, 9060.0, 8961.0, 8992.0, 8931.0, 8953.0, 9017.0, 8966.0, 9063.0, 8969.0, 9008.0, 8954.0, 8986.0, 9063.0, 8998.0, 9066.0, 9010.0, 9048.0, 8968.0, 8981.0, 8978.0, 8986.0, 9063.0, 9025.0, 9079.0, 8968.0, 8994.0, 8954.0, 8998.0, 9032.0, 9012.0, 9065.0, 8971.0, 9011.0, 8958.0, 8987.0, 9050.0, 9017.0, 9067.0, 8990.0, 9011.0, 8957.0, 9044.0, 9054.0, 9027.0, 9080.0, 8997.0, 9004.0, 8953.0, 8980.0, 8993.0, 9022.0, 9061.0, 9012.0, 9044.0, 8965.0, 8983.0, 9032.0, 8977.0, 9056.0, 9004.0, 8986.0, 8948.0, 8980.0, 9001.0, 8969.0, 9061.0, 9009.0, 9033.0, 8938.0, 8984.0, 8990.0, 8971.0, 9066.0, 9025.0, 9065.0, 8970.0, 8996.0, 8939.0, 8973.0, 9077.0, 9024.0, 9079.0, 8971.0, 8994.0, 8954.0, 8987.0, 8995.0, 9029.0, 9084.0, 9031.0, 9067.0, 8989.0, 8999.0, 8970.0, 9055.0, 9077.0, 9025.0, 9046.0, 8980.0, 8993.0, 8949.0, 9010.0, 9058.0, 9007.0, 9031.0, 8951.0, 8978.0, 8951.0, 8996.0, 9060.0, 9025.0, 9060.0, 8969.0, 8995.0, 8950.0, 9039.0, 9044.0, 9009.0, 9056.0, 8955.0, 9018.0, 8967.0, 9066.0, 9017.0, 9051.0, 9027.0, 8963.0, 9026.0, 8960.0, 9031.0, 8957.0, 9050.0, 8945.0, 8980.0, 9025.0, 8949.0, 9032.0, 8949.0, 9040.0, 8964.0, 8970.0, 9049.0, 8975.0, 9067.0, 8972.0, 9060.0, 8983.0, 9000.0, 8968.0, 8971.0, 9036.0, 8971.0, 9066.0, 8958.0, 9013.0, 8962.0, 8988.0, 8969.0, 8974.0, 9083.0, 9030.0, 9080.0, 8974.0, 9025.0, 8956.0, 9032.0, 9053.0, 9060.0, 9084.0, 9001.0, 9052.0, 8968.0, 9012.0, 9020.0, 9054.0, 9078.0, 9011.0, 9031.0, 8964.0, 8989.0, 8937.0, 9036.0, 9044.0, 9007.0, 9044.0, 8967.0, 9006.0, 8954.0, 9041.0, 9004.0, 9024.0, 9044.0, 8964.0, 9026.0, 8966.0, 9050.0, 8989.0, 9051.0, 8961.0, 8963.0, 9044.0, 8968.0, 9059.0, 8998.0, 9064.0, 8941.0, 8996.0, 8952.0, 9015.0, 9078.0, 9043.0, 9065.0, 8972.0, 8999.0, 8966.0, 9038.0, 9074.0, 9008.0, 9045.0, 8951.0, 8978.0, 8939.0, 9041.0, 9035.0, 9000.0, 9048.0, 8988.0, 9038.0, 8956.0, 9054.0, 8994.0, 9059.0, 9006.0, 8973.0, 9061.0, 8970.0, 9065.0, 8964.0, 9053.0, 9006.0, 9043.0, 8996.0, 9008.0, 9026.0, 8976.0, 8994.0, 8976.0, 9061.0, 9004.0, 9070.0, 9079.0, 9134.0, 9068.0, 9094.0, 9008.0, 8978.0, 9039.0, 8971.0, 9039.0, 8996.0, 9045.0, 8965.0, 8977.0, 8918.0, 8920.0, 8940.0, 8917.0, 9011.0, 8979.0, 9029.0, 8941.0, 8978.0, 8925.0, 8940.0, 8924.0, 9027.0, 9034.0, 8982.0, 9017.0, 8938.0, 8951.0, 8907.0, 8956.0, 9021.0, 8987.0, 9037.0, 8947.0, 8997.0, 8947.0, 8986.0, 8918.0, 9050.0, 8947.0, 8981.0, 8933.0, 8967.0, 9058.0, 8979.0, 9060.0, 8993.0, 9044.0, 8938.0, 8976.0, 8935.0, 9037.0, 9032.0, 9041.0, 9048.0, 8982.0, 9032.0, 8968.0, 9017.0, 8923.0, 9053.0, 8991.0, 8999.0, 9048.0, 8969.0, 9031.0, 8951.0, 9037.0, 8974.0, 9024.0, 8989.0, 8967.0, 9029.0, 8966.0, 9033.0, 8954.0, 9081.0, 8956.0, 8997.0, 8950.0, 8969.0, 9062.0, 8982.0, 9081.0, 8998.0, 9022.0, 8950.0, 8982.0, 9030.0, 8980.0, 9061.0, 9012.0, 9060.0, 8951.0, 8996.0, 8933.0, 8967.0, 9058.0, 9026.0, 9060.0, 8970.0, 9021.0, 8942.0, 9040.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.0015049708879184864</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023539237409024746</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.58124143807</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1765807376474868</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0005216990094685</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4785</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4363.8149</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07516726373061917</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3100436681222707</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5285600723121564</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4432346690214732</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.884834476674732</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.257611071240265</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00557716</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022717110812664032</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025168951600790024</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.4171330243388036</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>27.7153</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.7238</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.018</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300811.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>834.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.7827</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4251</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.3719</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3171.8203</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3408.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75733.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>749.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4323.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.3207</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.44268872286193</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> |