=== 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-0083 --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-0083",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 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-0083_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0083_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-04/func/sub-0083_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a4b5485ec819dcf3351cfef37c072388</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>19:21:47.665000</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.998972, 0.0310527, 0.0330108, -0.0354086, 0.989402, 0.140819]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0880531</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4136, -7866, -7309, 806, -91, -676, 198, 4]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.066</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ecc19202-7789-4701-b441-df3599a49076||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.6801700592041016, -0.0949985608458519, 0.07637805491685867, 117.42262268066406], [-0.08331214636564255, 2.6544930934906006, 0.38297709822654724, -105.67506408691406], [0.08856566250324249, -0.3778076171875, 2.6716089248657227, -67.68357849121094], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['192147.665000', '192148.125000', '192148.585000', '192149.045000', '192149.505000', '192149.965000', '192150.425000', '192150.885000', '192151.345000', '192151.805000', '192152.265000', '192152.725000', '192153.185000', '192153.645000', '192154.105000', '192154.565000', '192155.025000', '192155.485000', '192155.945000', '192156.405000', '192156.865000', '192157.325000', '192157.785000', '192158.245000', '192158.705000', '192159.165000', '192159.625000', '192200.085000', '192200.545000', '192201.005000', '192201.465000', '192201.925000', '192202.385000', '192202.845000', '192203.305000', '192203.765000', '192204.225000', '192204.685000', '192205.145000', '192205.605000', '192206.065000', '192206.525000', '192206.985000', '192207.445000', '192207.905000', '192208.365000', '192208.825000', '192209.285000', '192209.745000', '192210.205000', '192210.665000', '192211.125000', '192211.585000', '192212.045000', '192212.505000', '192212.965000', '192213.425000', '192213.885000', '192214.345000', '192214.805000', '192215.265000', '192215.725000', '192216.185000', '192216.645000', '192217.105000', '192217.565000', '192218.025000', '192218.485000', '192218.945000', '192219.405000', '192219.865000', '192220.325000', '192220.785000', '192221.245000', '192221.705000', '192222.165000', '192222.625000', '192223.085000', '192223.545000', '192224.005000', '192224.465000', '192224.925000', '192225.385000', '192225.845000', '192226.305000', '192226.765000', '192227.225000', '192227.685000', '192228.145000', '192228.605000', '192229.065000', '192229.525000', '192229.985000', '192230.445000', '192230.905000', '192231.365000', '192231.825000', '192232.285000', '192232.745000', '192233.205000', '192233.665000', '192234.125000', '192234.585000', '192235.045000', '192235.505000', '192235.965000', '192236.425000', '192236.885000', '192237.345000', '192237.805000', '192238.265000', '192238.725000', '192239.185000', '192239.645000', '192240.105000', '192240.565000', '192241.025000', '192241.485000', '192241.945000', '192242.405000', '192242.865000', '192243.325000', '192243.785000', '192244.245000', '192244.705000', '192245.165000', '192245.625000', '192246.085000', '192246.545000', '192247.005000', '192247.465000', '192247.925000', '192248.385000', '192248.845000', '192249.305000', '192249.765000', '192250.225000', '192250.685000', '192251.145000', '192251.605000', '192252.065000', '192252.525000', '192252.985000', '192253.445000', '192253.905000', '192254.365000', '192254.825000', '192255.285000', '192255.745000', '192256.205000', '192256.665000', '192257.125000', '192257.585000', '192258.045000', '192258.505000', '192258.965000', '192259.425000', '192259.885000', '192300.345000', '192300.805000', '192301.265000', '192301.725000', '192302.185000', '192302.645000', '192303.105000', '192303.565000', '192304.025000', '192304.485000', '192304.945000', '192305.405000', '192305.865000', '192306.325000', '192306.785000', '192307.245000', '192307.705000', '192308.165000', '192308.625000', '192309.085000', '192309.545000', '192310.005000', '192310.465000', '192310.925000', '192311.385000', '192311.845000', '192312.305000', '192312.765000', '192313.225000', '192313.685000', '192314.145000', '192314.605000', '192315.065000', '192315.525000', '192315.985000', '192316.445000', '192316.905000', '192317.365000', '192317.825000', '192318.285000', '192318.745000', '192319.205000', '192319.665000', '192320.125000', '192320.585000', '192321.045000', '192321.505000', '192321.965000', '192322.425000', '192322.885000', '192323.345000', '192323.805000', '192324.265000', '192324.725000', '192325.185000', '192325.645000', '192326.105000', '192326.565000', '192327.025000', '192327.485000', '192327.945000', '192328.405000', '192328.865000', '192329.325000', '192329.785000', '192330.245000', '192330.705000', '192331.165000', '192331.625000', '192332.085000', '192332.545000', '192333.005000', '192333.465000', '192333.925000', '192334.385000', '192334.845000', '192335.305000', '192335.765000', '192336.225000', '192336.685000', '192337.145000', '192337.605000', '192338.065000', '192338.525000', '192338.985000', '192339.445000', '192339.905000', '192340.365000', '192340.825000', '192341.285000', '192341.745000', '192342.205000', '192342.665000', '192343.125000', '192343.585000', '192344.045000', '192344.505000', '192344.965000', '192345.425000', '192345.885000', '192346.345000', '192346.805000', '192347.265000', '192347.725000', '192348.185000', '192348.645000', '192349.105000', '192349.565000', '192350.025000', '192350.485000', '192350.945000', '192351.405000', '192351.865000', '192352.325000', '192352.785000', '192353.245000', '192353.705000', '192354.165000', '192354.625000', '192355.085000', '192355.545000', '192356.005000', '192356.465000', '192356.925000', '192357.385000', '192357.845000', '192358.305000', '192358.765000', '192359.225000', '192359.685000', '192400.145000', '192400.605000', '192401.065000', '192401.525000', '192401.985000', '192402.445000', '192402.905000', '192403.365000', '192403.825000', '192404.285000', '192404.745000', '192405.205000', '192405.665000', '192406.125000', '192406.585000', '192407.045000', '192407.505000', '192407.965000', '192408.425000', '192408.885000', '192409.345000', '192409.805000', '192410.265000', '192410.725000', '192411.185000', '192411.645000', '192412.105000', '192412.565000', '192413.025000', '192413.485000', '192413.945000', '192414.405000', '192414.865000', '192415.325000', '192415.785000', '192416.245000', '192416.705000', '192417.165000', '192417.625000', '192418.085000', '192418.545000', '192419.005000', '192419.465000', '192419.925000', '192420.385000', '192420.845000', '192421.305000', '192421.765000', '192422.225000', '192422.685000', '192423.145000', '192423.605000', '192424.065000', '192424.525000', '192424.985000', '192425.445000', '192425.905000', '192426.365000', '192426.825000', '192427.285000', '192427.745000', '192428.205000', '192428.665000', '192429.125000', '192429.585000', '192430.045000', '192430.505000', '192430.965000', '192431.425000', '192431.885000', '192432.345000', '192432.805000', '192433.265000', '192433.725000', '192434.185000', '192434.645000', '192435.105000', '192435.565000', '192436.025000', '192436.485000', '192436.945000', '192437.405000', '192437.865000', '192438.325000', '192438.785000', '192439.245000', '192439.705000', '192440.165000', '192440.625000', '192441.085000', '192441.545000', '192442.005000', '192442.465000', '192442.925000', '192443.385000', '192443.845000', '192444.305000', '192444.765000', '192445.225000', '192445.685000', '192446.145000', '192446.605000', '192447.065000', '192447.525000', '192447.985000', '192448.445000', '192448.905000', '192449.365000', '192449.825000', '192450.285000', '192450.745000', '192451.205000', '192451.665000', '192452.125000', '192452.585000', '192453.045000', '192453.505000', '192453.965000', '192454.425000', '192454.885000', '192455.345000', '192455.805000', '192456.265000', '192456.725000', '192457.185000', '192457.645000', '192458.105000', '192458.565000', '192459.025000', '192459.485000', '192459.945000', '192500.405000', '192500.865000', '192501.325000', '192501.785000', '192502.245000', '192502.705000', '192503.165000', '192503.625000', '192504.085000', '192504.545000', '192505.005000', '192505.465000', '192505.925000', '192506.385000', '192506.845000', '192507.305000', '192507.765000', '192508.225000', '192508.685000', '192509.145000', '192509.605000', '192510.065000', '192510.525000', '192510.985000', '192511.445000', '192511.905000', '192512.365000', '192512.825000', '192513.285000', '192513.745000', '192514.205000', '192514.665000', '192515.125000', '192515.585000', '192516.045000', '192516.505000', '192516.965000', '192517.425000', '192517.885000', '192518.345000', '192518.805000', '192519.265000', '192519.725000', '192520.185000', '192520.645000', '192521.105000', '192521.565000', '192522.025000', '192522.485000', '192522.945000', '192523.405000', '192523.865000', '192524.325000', '192524.785000', '192525.245000', '192525.705000', '192526.165000', '192526.625000', '192527.085000', '192527.545000', '192528.005000', '192528.465000', '192528.925000', '192529.385000', '192529.845000', '192530.305000', '192530.765000', '192531.225000', '192531.685000', '192532.145000', '192532.605000', '192533.065000', '192533.525000', '192533.985000', '192534.445000', '192534.905000', '192535.365000', '192535.825000', '192536.285000', '192536.745000', '192537.205000', '192537.665000', '192538.125000', '192538.585000', '192539.045000', '192539.505000', '192539.965000', '192540.425000', '192540.885000', '192541.345000', '192541.805000', '192542.265000', '192542.725000', '192543.185000', '192543.645000', '192544.105000', '192544.565000', '192545.025000', '192545.485000', '192545.945000', '192546.405000', '192546.865000', '192547.325000', '192547.785000', '192548.245000', '192548.705000', '192549.165000', '192549.625000', '192550.085000', '192550.545000', '192551.005000', '192551.465000', '192551.925000', '192552.385000', '192552.845000', '192553.305000', '192553.765000', '192554.225000', '192554.685000', '192555.145000', '192555.605000', '192556.065000', '192556.525000', '192556.985000', '192557.445000', '192557.905000', '192558.365000', '192558.825000', '192559.285000', '192559.745000', '192600.205000', '192600.665000', '192601.125000', '192601.585000', '192602.045000', '192602.505000', '192602.965000', '192603.425000', '192603.885000', '192604.345000', '192604.805000', '192605.265000', '192605.725000', '192606.185000', '192606.645000', '192607.105000', '192607.565000', '192608.025000', '192608.485000', '192608.945000', '192609.405000', '192609.865000', '192610.325000', '192610.785000', '192611.245000', '192611.705000', '192612.165000', '192612.625000', '192613.085000', '192613.545000', '192614.005000', '192614.465000', '192614.925000', '192615.385000', '192615.845000', '192616.305000', '192616.765000', '192617.225000', '192617.685000', '192618.145000', '192618.605000', '192619.065000', '192619.525000', '192619.985000', '192620.445000', '192620.905000', '192621.365000', '192621.825000', '192622.285000', '192622.745000', '192623.205000', '192623.665000', '192624.125000', '192624.585000', '192625.045000', '192625.505000', '192625.965000', '192626.425000', '192626.885000', '192627.345000', '192627.805000', '192628.265000', '192628.725000', '192629.185000', '192629.645000', '192630.105000', '192630.565000', '192631.025000', '192631.485000', '192631.945000', '192632.405000', '192632.865000', '192633.325000', '192633.785000', '192634.245000', '192634.705000', '192635.165000', '192635.625000', '192636.085000', '192636.545000', '192637.005000', '192637.465000', '192637.925000', '192638.385000', '192638.845000', '192639.305000', '192639.765000', '192640.225000', '192640.685000', '192641.145000', '192641.605000', '192642.065000', '192642.525000', '192642.985000', '192643.445000', '192643.905000', '192644.365000', '192644.825000', '192645.285000', '192645.745000', '192646.205000', '192646.665000', '192647.125000', '192647.585000', '192648.045000', '192648.505000', '192648.965000', '192649.425000', '192649.885000', '192650.345000', '192650.805000', '192651.265000', '192651.725000', '192652.185000', '192652.645000', '192653.105000', '192653.565000', '192654.025000', '192654.485000', '192654.945000', '192655.405000', '192655.865000', '192656.325000', '192656.785000', '192657.245000', '192657.705000', '192658.165000', '192658.625000', '192659.085000', '192659.545000', '192700.005000', '192700.465000', '192700.925000', '192701.385000', '192701.845000', '192702.305000', '192702.765000', '192703.225000', '192703.685000', '192704.145000', '192704.605000', '192705.065000', '192705.525000', '192705.985000', '192706.445000', '192706.905000', '192707.365000', '192707.825000', '192708.285000', '192708.745000', '192709.205000', '192709.665000', '192710.125000', '192710.585000', '192711.045000', '192711.505000', '192711.965000', '192712.425000', '192712.885000', '192713.345000', '192713.805000', '192714.265000', '192714.725000', '192715.185000', '192715.645000', '192716.105000', '192716.565000', '192717.025000', '192717.485000', '192717.945000', '192718.405000', '192718.865000', '192719.325000', '192719.785000', '192720.245000', '192720.705000', '192721.165000', '192721.625000', '192722.085000', '192722.545000', '192723.005000', '192723.465000', '192723.925000', '192724.385000', '192724.845000', '192725.305000', '192725.765000', '192726.225000', '192726.685000', '192727.145000', '192727.605000', '192728.065000', '192728.525000', '192728.985000', '192729.445000', '192729.905000', '192730.365000', '192730.825000', '192731.285000', '192731.745000', '192732.205000', '192732.665000', '192733.125000', '192733.585000', '192734.045000', '192734.505000', '192734.965000', '192735.425000', '192735.885000', '192736.345000', '192736.805000', '192737.265000', '192737.725000', '192738.185000', '192738.645000', '192739.105000', '192739.565000', '192740.025000', '192740.485000', '192740.945000', '192741.405000', '192741.865000', '192742.325000', '192742.785000', '192743.245000', '192743.705000', '192744.165000', '192744.625000', '192745.085000', '192745.545000', '192746.005000', '192746.465000', '192746.925000', '192747.385000', '192747.845000', '192748.305000', '192748.765000', '192749.225000', '192749.685000', '192750.145000', '192750.605000', '192751.065000', '192751.525000', '192751.985000', '192752.445000', '192752.905000', '192753.365000', '192753.825000', '192754.285000', '192754.745000', '192755.205000', '192755.665000', '192756.125000', '192756.585000', '192757.045000', '192757.505000', '192757.965000', '192758.425000', '192758.885000', '192759.345000', '192759.805000', '192800.265000', '192800.725000', '192801.185000', '192801.645000', '192802.105000', '192802.565000', '192803.025000', '192803.485000', '192803.945000', '192804.405000', '192804.865000', '192805.325000', '192805.785000', '192806.245000', '192806.705000', '192807.165000', '192807.625000', '192808.085000', '192808.545000', '192809.005000', '192809.465000', '192809.925000', '192810.385000', '192810.845000', '192811.305000', '192811.765000', '192812.225000', '192812.685000', '192813.145000', '192813.605000', '192814.065000', '192814.525000', '192814.985000', '192815.445000', '192815.905000', '192816.365000', '192816.825000', '192817.285000', '192817.745000', '192818.205000', '192818.665000', '192819.125000', '192819.585000', '192820.045000', '192820.505000', '192820.965000', '192821.425000', '192821.885000', '192822.345000', '192822.805000', '192823.265000', '192823.725000', '192824.185000', '192824.645000', '192825.105000', '192825.565000', '192826.025000', '192826.485000', '192826.945000', '192827.405000', '192827.865000', '192828.325000', '192828.785000', '192829.245000', '192829.705000', '192830.165000', '192830.625000', '192831.085000', '192831.545000', '192832.005000', '192832.465000', '192832.925000', '192833.385000', '192833.845000', '192834.305000', '192834.765000', '192835.225000', '192835.685000', '192836.145000', '192836.605000', '192837.065000', '192837.525000', '192837.985000', '192838.445000', '192838.905000', '192839.365000', '192839.825000', '192840.285000', '192840.745000', '192841.205000', '192841.665000', '192842.125000', '192842.585000', '192843.045000', '192843.505000', '192843.965000', '192844.425000', '192844.885000', '192845.345000', '192845.805000', '192846.265000', '192846.725000', '192847.185000', '192847.645000', '192848.105000', '192848.565000', '192849.025000', '192849.485000', '192849.945000', '192850.405000', '192850.865000', '192851.325000', '192851.785000', '192852.245000', '192852.705000', '192853.165000', '192853.625000', '192854.085000', '192854.545000', '192855.005000', '192855.465000', '192855.925000', '192856.385000', '192856.845000', '192857.305000', '192857.765000', '192858.225000', '192858.685000', '192859.145000', '192859.605000', '192900.065000', '192900.525000', '192900.985000', '192901.445000', '192901.905000', '192902.365000', '192902.825000', '192903.285000', '192903.745000', '192904.205000', '192904.665000', '192905.125000', '192905.585000', '192906.045000', '192906.505000', '192906.965000', '192907.425000', '192907.885000', '192908.345000', '192908.805000', '192909.265000', '192909.725000', '192910.185000', '192910.645000', '192911.105000', '192911.565000', '192912.025000', '192912.485000', '192912.945000', '192913.405000', '192913.865000', '192914.325000', '192914.785000', '192915.245000', '192915.705000', '192916.165000', '192916.625000', '192917.085000', '192917.545000', '192918.005000', '192918.465000', '192918.925000', '192919.385000', '192919.845000', '192920.305000', '192920.765000', '192921.225000', '192921.685000', '192922.145000', '192922.605000', '192923.065000', '192923.525000', '192923.985000', '192924.445000', '192924.905000', '192925.365000', '192925.825000', '192926.285000', '192926.745000', '192927.205000', '192927.665000', '192928.125000', '192928.585000', '192929.045000', '192929.505000', '192929.965000', '192930.425000', '192930.885000', '192931.345000', '192931.805000', '192932.265000', '192932.725000', '192933.185000', '192933.645000', '192934.105000', '192934.565000', '192935.025000', '192935.485000', '192935.945000', '192936.405000', '192936.865000', '192937.325000', '192937.785000', '192938.245000', '192938.705000', '192939.165000', '192939.625000', '192940.085000', '192940.545000', '192941.005000', '192941.465000', '192941.925000', '192942.385000', '192942.845000', '192943.305000', '192943.765000', '192944.225000', '192944.685000', '192945.145000', '192945.605000', '192946.065000', '192946.525000', '192946.985000', '192947.445000', '192947.905000', '192948.365000', '192948.825000', '192949.285000', '192949.745000', '192950.205000', '192950.665000', '192951.125000', '192951.585000', '192952.045000', '192952.505000', '192952.965000', '192953.425000', '192953.885000', '192954.345000', '192954.805000', '192955.265000', '192955.725000', '192956.185000', '192956.645000', '192957.105000', '192957.565000', '192958.025000', '192958.485000', '192958.945000', '192959.405000', '192959.865000', '193000.325000', '193000.785000', '193001.245000', '193001.705000', '193002.165000', '193002.625000', '193003.085000', '193003.545000', '193004.005000', '193004.465000', '193004.925000', '193005.385000', '193005.845000', '193006.305000', '193006.765000', '193007.225000', '193007.685000', '193008.145000', '193008.605000', '193009.065000', '193009.525000', '193009.985000', '193010.445000', '193010.905000', '193011.365000', '193011.825000', '193012.285000', '193012.745000', '193013.205000', '193013.665000', '193014.125000', '193014.585000', '193015.045000', '193015.505000', '193015.965000', '193016.425000', '193016.885000', '193017.345000', '193017.805000', '193018.265000', '193018.725000', '193019.185000', '193019.645000', '193020.105000', '193020.565000', '193021.025000', '193021.485000', '193021.945000', '193022.405000', '193022.865000', '193023.325000', '193023.785000', '193024.245000', '193024.705000', '193025.165000', '193025.625000', '193026.085000', '193026.545000', '193027.005000', '193027.465000', '193027.925000', '193028.385000', '193028.845000', '193029.305000', '193029.765000', '193030.225000', '193030.685000', '193031.145000', '193031.605000', '193032.065000', '193032.525000', '193032.985000', '193033.445000', '193033.905000', '193034.365000', '193034.825000', '193035.285000', '193035.745000', '193036.205000', '193036.665000', '193037.125000', '193037.585000', '193038.045000', '193038.505000', '193038.965000', '193039.425000', '193039.885000', '193040.345000', '193040.805000', '193041.265000', '193041.725000', '193042.185000', '193042.645000', '193043.105000', '193043.565000', '193044.025000', '193044.485000', '193044.945000', '193045.405000', '193045.865000', '193046.325000', '193046.785000', '193047.245000', '193047.705000', '193048.165000', '193048.625000', '193049.085000', '193049.545000', '193050.005000', '193050.465000', '193050.925000', '193051.385000', '193051.845000', '193052.305000', '193052.765000', '193053.225000', '193053.685000', '193054.145000', '193054.605000', '193055.065000', '193055.525000', '193055.985000', '193056.445000', '193056.905000', '193057.365000', '193057.825000', '193058.285000', '193058.745000', '193059.205000', '193059.665000', '193100.125000', '193100.585000', '193101.045000', '193101.505000', '193101.965000', '193102.425000', '193102.885000', '193103.345000', '193103.805000', '193104.265000', '193104.725000', '193105.185000', '193105.645000', '193106.105000', '193106.565000', '193107.025000', '193107.485000', '193107.945000', '193108.405000', '193108.865000', '193109.325000', '193109.785000', '193110.245000', '193110.705000', '193111.165000', '193111.625000', '193112.085000', '193112.545000', '193113.005000', '193113.465000', '193113.925000', '193114.385000', '193114.845000', '193115.305000', '193115.765000', '193116.225000', '193116.685000', '193117.145000', '193117.605000', '193118.065000', '193118.525000', '193118.985000', '193119.445000', '193119.905000', '193120.365000', '193120.825000', '193121.285000', '193121.745000', '193122.205000', '193122.665000', '193123.125000', '193123.585000', '193124.045000', '193124.505000', '193124.965000', '193125.425000', '193125.885000', '193126.345000', '193126.805000', '193127.265000', '193127.725000', '193128.185000', '193128.645000', '193129.105000', '193129.565000', '193130.025000', '193130.485000', '193130.945000', '193131.405000', '193131.865000', '193132.325000', '193132.785000', '193133.245000', '193133.705000', '193134.165000', '193134.625000', '193135.085000', '193135.545000', '193136.005000', '193136.465000', '193136.925000', '193137.385000', '193137.845000', '193138.305000', '193138.765000', '193139.225000', '193139.685000', '193140.145000', '193140.605000', '193141.065000', '193141.525000', '193141.985000', '193142.445000', '193142.905000', '193143.365000', '193143.825000', '193144.285000', '193144.745000', '193145.205000', '193145.665000', '193146.125000', '193146.585000', '193147.045000', '193147.505000', '193147.965000', '193148.425000', '193148.885000', '193149.345000', '193149.805000', '193150.265000', '193150.725000', '193151.185000', '193151.645000', '193152.105000', '193152.565000', '193153.025000', '193153.485000', '193153.945000', '193154.405000', '193154.865000', '193155.325000'], 'ContentTime': ['192158.861000', '192158.865000', '192158.895000', '192158.898000', '192158.900000', '192158.903000', '192158.905000', '192158.908000', '192158.911000', '192158.913000', '192158.916000', '192158.918000', '192158.921000', '192158.924000', '192158.926000', '192158.929000', '192158.939000', '192158.942000', '192158.945000', '192158.947000', '192158.950000', '192158.953000', '192158.955000', '192218.830000', '192218.833000', '192218.836000', '192218.839000', '192218.841000', '192218.844000', '192218.846000', '192218.849000', '192218.851000', '192218.854000', '192218.856000', '192218.859000', '192218.862000', '192218.864000', '192218.867000', '192218.869000', '192218.872000', '192218.874000', '192218.877000', '192218.880000', '192218.882000', '192218.885000', '192218.887000', '192218.890000', '192218.892000', '192218.895000', '192218.898000', '192218.900000', '192218.903000', '192218.911000', '192218.913000', '192218.916000', '192218.918000', '192218.921000', '192218.923000', '192218.926000', '192218.929000', '192218.931000', '192218.934000', '192218.936000', '192218.939000', '192218.941000', '192218.944000', '192238.830000', '192238.833000', '192238.858000', '192238.861000', '192238.864000', '192238.866000', '192238.869000', '192238.871000', '192238.881000', '192238.884000', '192238.886000', '192238.889000', '192238.892000', '192238.894000', '192238.897000', '192238.899000', '192238.902000', '192238.905000', '192238.907000', '192238.910000', '192238.912000', '192238.915000', '192238.917000', '192238.920000', '192238.923000', '192238.925000', '192238.928000', '192238.930000', '192238.933000', '192238.935000', '192238.938000', '192238.940000', '192238.943000', '192238.946000', '192238.948000', '192238.951000', '192238.953000', '192238.956000', '192238.959000', '192238.961000', '192238.964000', '192238.966000', '192238.969000', '192238.971000', '192258.830000', '192258.833000', '192258.835000', '192258.838000', '192258.841000', '192258.843000', '192258.846000', '192258.849000', '192258.851000', '192258.854000', '192258.856000', '192258.859000', '192258.862000', '192258.864000', '192258.867000', '192258.869000', '192258.886000', '192258.888000', '192258.891000', '192258.894000', '192258.896000', '192258.899000', '192258.902000', '192258.904000', '192258.907000', '192258.909000', '192258.912000', '192258.914000', '192258.917000', '192258.920000', '192258.922000', '192258.925000', '192258.927000', '192258.930000', '192258.933000', '192258.935000', '192258.938000', '192258.940000', '192258.943000', '192258.946000', '192258.948000', '192258.951000', '192258.953000', '192318.829000', '192318.832000', '192318.835000', '192318.837000', '192318.840000', '192318.843000', '192318.845000', '192318.848000', '192318.850000', '192318.853000', '192318.856000', '192318.858000', '192318.861000', '192318.863000', '192318.866000', '192318.868000', '192318.871000', '192318.874000', '192318.876000', '192318.879000', '192318.881000', '192318.884000', '192318.886000', '192318.889000', '192318.892000', '192318.894000', '192318.897000', '192318.908000', '192318.910000', '192318.913000', '192318.915000', '192318.918000', '192318.921000', '192318.923000', '192318.926000', '192318.928000', '192318.931000', '192318.933000', '192318.936000', '192318.939000', '192318.941000', '192318.944000', '192318.946000', '192318.949000', '192338.830000', '192338.833000', '192338.835000', '192338.838000', '192338.840000', '192338.843000', '192338.846000', '192338.848000', '192338.851000', '192338.853000', '192338.856000', '192338.859000', '192338.861000', '192338.864000', '192338.867000', '192338.869000', '192338.872000', '192338.875000', '192338.877000', '192338.880000', '192338.882000', '192338.885000', '192338.887000', '192338.890000', '192338.893000', '192338.895000', '192338.898000', '192338.900000', '192338.903000', '192338.906000', '192338.908000', '192338.911000', '192338.913000', '192338.916000', '192338.919000', '192338.921000', '192338.924000', '192338.926000', '192338.929000', '192338.932000', '192338.934000', '192338.937000', '192338.939000', '192358.830000', '192358.832000', '192358.835000', '192358.838000', '192358.840000', '192358.843000', '192358.846000', '192358.848000', '192358.851000', '192358.853000', '192358.856000', '192358.859000', '192358.862000', '192358.865000', '192358.868000', '192358.870000', '192358.873000', '192358.875000', '192358.878000', '192358.881000', '192358.883000', '192358.886000', '192358.888000', '192358.891000', '192358.893000', '192358.896000', '192358.899000', '192358.901000', '192358.904000', '192358.906000', '192358.909000', '192358.911000', '192358.914000', '192358.917000', '192358.919000', '192358.922000', '192358.924000', '192358.927000', '192358.930000', '192358.932000', '192358.935000', '192358.937000', '192358.940000', '192358.942000', '192418.831000', '192418.833000', '192418.836000', '192418.838000', '192418.841000', '192418.844000', '192418.847000', '192418.849000', '192418.852000', '192418.855000', '192418.857000', '192418.860000', '192418.862000', '192418.865000', '192418.868000', '192418.870000', '192418.873000', '192418.875000', '192418.878000', '192418.881000', '192418.883000', '192418.886000', '192418.888000', '192418.891000', '192418.894000', '192418.896000', '192418.899000', '192418.901000', '192418.904000', '192418.907000', '192418.909000', '192418.912000', '192418.914000', '192418.917000', '192418.919000', '192418.922000', '192418.925000', '192418.927000', '192418.930000', '192418.932000', '192418.935000', '192418.938000', '192418.940000', '192438.830000', '192438.833000', '192438.836000', '192438.838000', '192438.841000', '192438.844000', '192438.846000', '192438.849000', '192438.851000', '192438.854000', '192438.857000', '192438.859000', '192438.872000', '192438.875000', '192438.877000', '192438.880000', '192438.883000', '192438.885000', '192438.888000', '192438.890000', '192438.893000', '192438.896000', '192438.898000', '192438.901000', '192438.903000', '192438.906000', '192438.909000', '192438.911000', '192438.914000', '192438.917000', '192438.919000', '192438.922000', '192438.924000', '192438.927000', '192438.930000', '192438.932000', '192438.935000', '192438.937000', '192438.940000', '192438.942000', '192438.945000', '192438.948000', '192438.950000', '192438.953000', '192458.830000', '192458.833000', '192458.836000', '192458.839000', '192458.842000', '192458.844000', '192458.847000', '192458.850000', '192458.852000', '192458.855000', '192458.858000', '192458.860000', '192458.863000', '192458.866000', '192458.868000', '192458.871000', '192458.873000', '192458.876000', '192458.879000', '192458.881000', '192458.884000', '192458.886000', '192458.889000', '192458.892000', '192458.894000', '192458.897000', '192458.900000', '192458.902000', '192458.905000', '192458.907000', '192458.910000', '192458.913000', '192458.915000', '192458.918000', '192458.920000', '192458.923000', '192458.925000', '192458.928000', '192458.931000', '192458.933000', '192458.936000', '192458.938000', '192458.941000', '192518.829000', '192518.832000', '192518.835000', '192518.838000', '192518.852000', '192518.854000', '192518.857000', '192518.859000', '192518.862000', '192518.865000', '192518.867000', '192518.870000', '192518.873000', '192518.875000', '192518.878000', '192518.880000', '192518.883000', '192518.885000', '192518.888000', '192518.890000', '192518.893000', '192518.896000', '192518.898000', '192518.902000', '192518.904000', '192518.907000', '192518.910000', '192518.912000', '192518.915000', '192518.917000', '192518.920000', '192518.923000', '192518.925000', '192518.928000', '192518.930000', '192518.933000', '192518.936000', '192518.938000', '192518.941000', '192518.943000', '192518.946000', '192518.949000', '192518.951000', '192538.830000', '192538.832000', '192538.835000', '192538.838000', '192538.840000', '192538.843000', '192538.845000', '192538.848000', '192538.851000', '192538.853000', '192538.856000', '192538.859000', '192538.861000', '192538.864000', '192538.866000', '192538.869000', '192538.872000', '192538.874000', '192538.877000', '192538.880000', '192538.882000', '192538.885000', '192538.887000', '192538.890000', '192538.893000', '192538.895000', '192538.898000', '192538.900000', '192538.903000', '192538.906000', '192538.908000', '192538.911000', '192538.913000', '192538.916000', '192538.919000', '192538.921000', '192538.924000', '192538.926000', '192538.929000', '192538.932000', '192538.934000', '192538.937000', '192538.939000', '192538.942000', '192558.829000', '192558.832000', '192558.835000', '192558.838000', '192558.840000', '192558.843000', '192558.845000', '192558.848000', '192558.851000', '192558.853000', '192558.856000', '192558.859000', '192558.861000', '192558.864000', '192558.867000', '192558.877000', '192558.880000', '192558.883000', '192558.885000', '192558.888000', '192558.890000', '192558.893000', '192558.896000', '192558.899000', '192558.901000', '192558.904000', '192558.907000', '192558.910000', '192558.913000', '192558.915000', '192558.918000', '192558.921000', '192558.923000', '192558.926000', '192558.928000', '192558.931000', '192558.934000', '192558.936000', '192558.939000', '192558.941000', '192558.944000', '192558.947000', '192558.949000', '192618.830000', '192618.832000', '192618.835000', '192618.838000', '192618.840000', '192618.843000', '192618.846000', '192618.848000', '192618.851000', '192618.854000', '192618.856000', '192618.859000', '192618.862000', '192618.864000', '192618.867000', '192618.869000', '192618.872000', '192618.874000', '192618.877000', '192618.880000', '192618.882000', '192618.885000', '192618.888000', '192618.890000', '192618.893000', '192618.896000', '192618.898000', '192618.901000', '192618.903000', '192618.906000', '192618.909000', '192618.911000', '192618.914000', '192618.916000', '192618.919000', '192618.922000', '192618.924000', '192618.927000', '192618.929000', '192618.932000', '192618.935000', '192618.937000', '192618.940000', '192618.942000', '192638.830000', '192638.833000', '192638.836000', '192638.838000', '192638.841000', '192638.844000', '192638.846000', '192638.849000', '192638.852000', '192638.854000', '192638.857000', '192638.859000', '192638.862000', '192638.865000', '192638.867000', '192638.870000', '192638.873000', '192638.875000', '192638.878000', '192638.880000', '192638.883000', '192638.886000', '192638.889000', '192638.892000', '192638.894000', '192638.897000', '192638.899000', '192638.902000', '192638.905000', '192638.907000', '192638.910000', '192638.913000', '192638.915000', '192638.918000', '192638.921000', '192638.923000', '192638.926000', '192638.928000', '192638.931000', '192638.934000', '192638.936000', '192638.939000', '192638.942000', '192658.830000', '192658.846000', '192658.848000', '192658.851000', '192658.854000', '192658.856000', '192658.859000', '192658.862000', '192658.864000', '192658.867000', '192658.869000', '192658.872000', '192658.874000', '192658.877000', '192658.885000', '192658.888000', '192658.890000', '192658.893000', '192658.896000', '192658.898000', '192658.901000', '192658.904000', '192658.906000', '192658.909000', '192658.911000', '192658.914000', '192658.917000', '192658.919000', '192658.922000', '192658.924000', '192658.927000', '192658.930000', '192658.932000', '192658.935000', '192658.937000', '192658.940000', '192658.943000', '192658.945000', '192658.948000', '192658.951000', '192658.953000', '192658.956000', '192658.958000', '192658.961000', '192718.830000', '192718.833000', '192718.836000', '192718.839000', '192718.841000', '192718.844000', '192718.846000', '192718.849000', '192718.852000', '192718.854000', '192718.857000', '192718.860000', '192718.862000', '192718.865000', '192718.867000', '192718.870000', '192718.873000', '192718.875000', '192718.878000', '192718.881000', '192718.883000', '192718.886000', '192718.888000', '192718.891000', '192718.893000', '192718.896000', '192718.899000', '192718.901000', '192718.904000', '192718.906000', '192718.909000', '192718.912000', '192718.914000', '192718.917000', '192718.919000', '192718.922000', '192718.924000', '192718.927000', '192718.930000', '192718.932000', '192718.935000', '192718.938000', '192718.940000', '192738.829000', '192738.842000', '192738.845000', '192738.847000', '192738.850000', '192738.862000', '192738.864000', '192738.867000', '192738.870000', '192738.872000', '192738.875000', '192738.877000', '192738.880000', '192738.883000', '192738.885000', '192738.888000', '192738.891000', '192738.893000', '192738.896000', '192738.899000', '192738.901000', '192738.904000', '192738.906000', '192738.909000', '192738.912000', '192738.914000', '192738.917000', '192738.919000', '192738.922000', '192738.925000', '192738.927000', '192738.930000', '192738.932000', '192738.935000', '192738.938000', '192738.940000', '192738.943000', '192738.945000', '192738.948000', '192738.951000', '192738.953000', '192738.956000', '192738.959000', '192738.961000', '192758.830000', '192758.862000', '192758.864000', '192758.867000', '192758.870000', '192758.872000', '192758.875000', '192758.877000', '192758.880000', '192758.882000', '192758.885000', '192758.888000', '192758.890000', '192758.893000', '192758.895000', '192758.898000', '192758.900000', '192758.903000', '192758.915000', '192758.918000', '192758.920000', '192758.923000', '192758.926000', '192758.928000', '192758.931000', '192758.934000', '192758.937000', '192758.939000', '192758.942000', '192758.944000', '192758.947000', '192758.950000', '192758.952000', '192758.955000', '192758.959000', '192758.961000', '192758.964000', '192758.966000', '192758.969000', '192758.972000', '192758.974000', '192758.977000', '192758.980000', '192818.830000', '192818.841000', '192818.843000', '192818.846000', '192818.849000', '192818.851000', '192818.854000', '192818.857000', '192818.859000', '192818.862000', '192818.875000', '192818.878000', '192818.881000', '192818.883000', '192818.886000', '192818.889000', '192818.891000', '192818.894000', '192818.897000', '192818.899000', '192818.902000', '192818.904000', '192818.907000', '192818.910000', '192818.912000', '192818.915000', '192818.917000', '192818.920000', '192818.923000', '192818.925000', '192818.928000', '192818.930000', '192818.933000', '192818.935000', '192818.938000', '192818.941000', '192818.943000', '192818.946000', '192818.948000', '192818.951000', '192818.954000', '192818.956000', '192818.959000', '192818.962000', '192838.830000', '192838.838000', '192838.841000', '192838.843000', '192838.846000', '192838.848000', '192838.851000', '192838.854000', '192838.856000', '192838.859000', '192838.861000', '192838.864000', '192838.866000', '192838.879000', '192838.882000', '192838.884000', '192838.887000', '192838.890000', '192838.892000', '192838.895000', '192838.897000', '192838.900000', '192838.902000', '192838.905000', '192838.908000', '192838.910000', '192838.913000', '192838.915000', '192838.918000', '192838.921000', '192838.923000', '192838.926000', '192838.929000', '192838.931000', '192838.934000', '192838.936000', '192838.939000', '192838.942000', '192838.944000', '192838.947000', '192838.949000', '192838.952000', '192838.955000', '192858.830000', '192858.854000', '192858.857000', '192858.860000', '192858.862000', '192858.865000', '192858.867000', '192858.870000', '192858.873000', '192858.875000', '192858.878000', '192858.880000', '192858.883000', '192858.885000', '192858.888000', '192858.891000', '192858.902000', '192858.904000', '192858.907000', '192858.910000', '192858.912000', '192858.915000', '192858.918000', '192858.920000', '192858.923000', '192858.925000', '192858.928000', '192858.931000', '192858.933000', '192858.936000', '192858.939000', '192858.941000', '192858.944000', '192858.946000', '192858.949000', '192858.952000', '192858.954000', '192858.957000', '192858.959000', '192858.962000', '192858.965000', '192858.967000', '192858.970000', '192858.972000', '192918.831000', '192918.849000', '192918.851000', '192918.854000', '192918.857000', '192918.859000', '192918.862000', '192918.864000', '192918.867000', '192918.870000', '192918.872000', '192918.875000', '192918.878000', '192918.880000', '192918.883000', '192918.885000', '192918.888000', '192918.891000', '192918.893000', '192918.896000', '192918.899000', '192918.901000', '192918.904000', '192918.906000', '192918.909000', '192918.912000', '192918.914000', '192918.917000', '192918.920000', '192918.922000', '192918.925000', '192918.927000', '192918.930000', '192918.933000', '192918.935000', '192918.938000', '192918.940000', '192918.943000', '192918.946000', '192918.948000', '192918.951000', '192918.954000', '192918.956000', '192938.831000', '192938.844000', '192938.847000', '192938.850000', '192938.852000', '192938.855000', '192938.857000', '192938.860000', '192938.863000', '192938.865000', '192938.868000', '192938.871000', '192938.873000', '192938.876000', '192938.878000', '192938.881000', '192938.884000', '192938.886000', '192938.889000', '192938.891000', '192938.894000', '192938.897000', '192938.899000', '192938.902000', '192938.905000', '192938.907000', '192938.910000', '192938.912000', '192938.915000', '192938.918000', '192938.920000', '192938.923000', '192938.925000', '192938.928000', '192938.931000', '192938.933000', '192938.936000', '192938.939000', '192938.941000', '192938.944000', '192938.946000', '192938.949000', '192938.952000', '192958.830000', '192958.874000', '192958.877000', '192958.879000', '192958.882000', '192958.884000', '192958.887000', '192958.890000', '192958.892000', '192958.895000', '192958.897000', '192958.900000', '192958.903000', '192958.905000', '192958.908000', '192958.910000', '192958.913000', '192958.916000', '192958.918000', '192958.921000', '192958.924000', '192958.926000', '192958.929000', '192958.931000', '192958.934000', '192958.937000', '192958.939000', '192958.942000', '192958.945000', '192958.947000', '192958.950000', '192958.952000', '192958.955000', '192958.958000', '192958.960000', '192958.963000', '192958.966000', '192958.968000', '192958.971000', '192958.974000', '192958.976000', '192958.979000', '192958.981000', '192958.984000', '193018.830000', '193018.854000', '193018.857000', '193018.859000', '193018.862000', '193018.864000', '193018.867000', '193018.870000', '193018.872000', '193018.875000', '193018.878000', '193018.880000', '193018.894000', '193018.897000', '193018.899000', '193018.902000', '193018.904000', '193018.907000', '193018.910000', '193018.912000', '193018.915000', '193018.917000', '193018.920000', '193018.922000', '193018.925000', '193018.928000', '193018.930000', '193018.933000', '193018.936000', '193018.938000', '193018.941000', '193018.943000', '193018.946000', '193018.948000', '193018.951000', '193018.954000', '193018.956000', '193018.959000', '193018.961000', '193018.964000', '193018.967000', '193018.969000', '193018.972000', '193038.829000', '193038.855000', '193038.857000', '193038.860000', '193038.863000', '193038.865000', '193038.868000', '193038.871000', '193038.873000', '193038.876000', '193038.878000', '193038.881000', '193038.884000', '193038.886000', '193038.889000', '193038.891000', '193038.894000', '193038.897000', '193038.899000', '193038.902000', '193038.905000', '193038.907000', '193038.910000', '193038.912000', '193038.915000', '193038.918000', '193038.920000', '193038.923000', '193038.926000', '193038.928000', '193038.931000', '193038.933000', '193038.936000', '193038.939000', '193038.941000', '193038.944000', '193038.947000', '193038.949000', '193038.952000', '193038.954000', '193038.957000', '193038.960000', '193038.962000', '193038.965000', '193058.830000', '193058.856000', '193058.859000', '193058.861000', '193058.864000', '193058.867000', '193058.869000', '193058.872000', '193058.874000', '193058.877000', '193058.880000', '193058.882000', '193058.885000', '193058.887000', '193058.890000', '193058.893000', '193058.895000', '193058.898000', '193058.900000', '193058.903000', '193058.906000', '193058.908000', '193058.911000', '193058.913000', '193058.916000', '193058.919000', '193058.921000', '193058.924000', '193058.926000', '193058.929000', '193058.932000', '193058.934000', '193058.937000', '193058.939000', '193058.942000', '193058.945000', '193058.948000', '193058.950000', '193058.953000', '193058.955000', '193058.958000', '193058.961000', '193058.963000', '193118.831000', '193118.844000', '193118.847000', '193118.850000', '193118.852000', '193118.855000', '193118.858000', '193118.861000', '193118.863000', '193118.866000', '193118.868000', '193118.871000', '193118.874000', '193118.876000', '193118.879000', '193118.881000', '193118.884000', '193118.887000', '193118.889000', '193118.892000', '193118.894000', '193118.897000', '193118.900000', '193118.902000', '193118.905000', '193118.908000', '193118.910000', '193118.913000', '193118.915000', '193118.918000', '193118.921000', '193118.923000', '193118.926000', '193118.928000', '193118.931000', '193118.934000', '193118.936000', '193118.939000', '193118.942000', '193118.944000', '193118.947000', '193118.949000', '193118.952000', '193118.955000', '193138.831000', '193138.878000', '193138.881000', '193138.884000', '193138.886000', '193138.889000', '193138.892000', '193138.894000', '193138.897000', '193138.909000', '193138.911000', '193138.914000', '193138.917000', '193138.919000', '193138.922000', '193138.924000', '193138.927000', '193138.930000', '193138.932000', '193138.935000', '193138.937000', '193138.940000', '193138.943000', '193138.945000', '193138.948000', '193138.950000', '193138.953000', '193138.956000', '193138.958000', '193138.961000', '193138.964000', '193138.966000', '193138.969000', '193138.971000', '193138.974000', '193138.977000', '193138.979000', '193138.982000', '193138.985000', '193138.987000', '193138.990000', '193138.992000', '193138.995000', '193156.293000', '193156.297000', '193156.301000', '193156.311000', '193156.313000', '193156.316000', '193156.319000', '193156.322000', '193156.324000', '193156.327000', '193156.330000', '193156.332000', '193156.335000', '193156.338000', '193156.341000', '193156.344000', '193156.346000', '193156.349000', '193156.352000', '193156.355000', '193156.358000', '193156.362000', '193156.364000', '193156.367000', '193156.370000', '193156.372000', '193156.375000', '193156.378000', '193156.381000', '193156.383000', '193156.386000', '193156.389000', '193156.392000', '193156.395000', '193156.399000', '193156.402000', '193156.405000', '193156.408000', '193156.411000'], 'InstanceCreationTime': ['192158.861000', '192158.865000', '192158.895000', '192158.898000', '192158.900000', '192158.903000', '192158.905000', '192158.908000', '192158.911000', '192158.913000', '192158.916000', '192158.918000', '192158.921000', '192158.924000', '192158.926000', '192158.929000', '192158.939000', '192158.942000', '192158.945000', '192158.947000', '192158.950000', '192158.953000', '192158.955000', '192218.830000', '192218.833000', '192218.836000', '192218.839000', '192218.841000', '192218.844000', '192218.846000', '192218.849000', '192218.851000', '192218.854000', '192218.856000', '192218.859000', '192218.862000', '192218.864000', '192218.867000', '192218.869000', '192218.872000', '192218.874000', '192218.877000', '192218.880000', '192218.882000', '192218.885000', '192218.887000', '192218.890000', '192218.892000', '192218.895000', '192218.898000', '192218.900000', '192218.903000', '192218.911000', '192218.913000', '192218.916000', '192218.918000', '192218.921000', '192218.923000', '192218.926000', '192218.929000', '192218.931000', '192218.934000', '192218.936000', '192218.939000', '192218.941000', '192218.944000', '192238.830000', '192238.833000', '192238.858000', '192238.861000', '192238.864000', '192238.866000', '192238.869000', '192238.871000', '192238.881000', '192238.884000', '192238.886000', '192238.889000', '192238.892000', '192238.894000', '192238.897000', '192238.899000', '192238.902000', '192238.905000', '192238.907000', '192238.910000', '192238.912000', '192238.915000', '192238.917000', '192238.920000', '192238.923000', '192238.925000', '192238.928000', '192238.930000', '192238.933000', '192238.935000', '192238.938000', '192238.940000', '192238.943000', '192238.946000', '192238.948000', '192238.951000', '192238.953000', '192238.956000', '192238.959000', '192238.961000', '192238.964000', '192238.966000', '192238.969000', '192238.971000', '192258.830000', '192258.833000', '192258.835000', '192258.838000', '192258.841000', '192258.843000', '192258.846000', '192258.849000', '192258.851000', '192258.854000', '192258.856000', '192258.859000', '192258.862000', '192258.864000', '192258.867000', '192258.869000', '192258.886000', '192258.888000', '192258.891000', '192258.894000', '192258.896000', '192258.899000', '192258.902000', '192258.904000', '192258.907000', '192258.909000', '192258.912000', '192258.914000', '192258.917000', '192258.920000', '192258.922000', '192258.925000', '192258.927000', '192258.930000', '192258.933000', '192258.935000', '192258.938000', '192258.940000', '192258.943000', '192258.946000', '192258.948000', '192258.951000', '192258.953000', '192318.829000', '192318.832000', '192318.835000', '192318.837000', '192318.840000', '192318.843000', '192318.845000', '192318.848000', '192318.850000', '192318.853000', '192318.856000', '192318.858000', '192318.861000', '192318.863000', '192318.866000', '192318.868000', '192318.871000', '192318.874000', '192318.876000', '192318.879000', '192318.881000', '192318.884000', '192318.886000', '192318.889000', '192318.892000', '192318.894000', '192318.897000', '192318.908000', '192318.910000', '192318.913000', '192318.915000', '192318.918000', '192318.921000', '192318.923000', '192318.926000', '192318.928000', '192318.931000', '192318.933000', '192318.936000', '192318.939000', '192318.941000', '192318.944000', '192318.946000', '192318.949000', '192338.830000', '192338.833000', '192338.835000', '192338.838000', '192338.840000', '192338.843000', '192338.846000', '192338.848000', '192338.851000', '192338.853000', '192338.856000', '192338.859000', '192338.861000', '192338.864000', '192338.867000', '192338.869000', '192338.872000', '192338.875000', '192338.877000', '192338.880000', '192338.882000', '192338.885000', '192338.887000', '192338.890000', '192338.893000', '192338.895000', '192338.898000', '192338.900000', '192338.903000', '192338.906000', '192338.908000', '192338.911000', '192338.913000', '192338.916000', '192338.919000', '192338.921000', '192338.924000', '192338.926000', '192338.929000', '192338.932000', '192338.934000', '192338.937000', '192338.939000', '192358.830000', '192358.832000', '192358.835000', '192358.838000', '192358.840000', '192358.843000', '192358.846000', '192358.848000', '192358.851000', '192358.853000', '192358.856000', '192358.859000', '192358.862000', '192358.865000', '192358.868000', '192358.870000', '192358.873000', '192358.875000', '192358.878000', '192358.881000', '192358.883000', '192358.886000', '192358.888000', '192358.891000', '192358.893000', '192358.896000', '192358.899000', '192358.901000', '192358.904000', '192358.906000', '192358.909000', '192358.911000', '192358.914000', '192358.917000', '192358.919000', '192358.922000', '192358.924000', '192358.927000', '192358.930000', '192358.932000', '192358.935000', '192358.937000', '192358.940000', '192358.942000', '192418.831000', '192418.833000', '192418.836000', '192418.838000', '192418.841000', '192418.844000', '192418.847000', '192418.849000', '192418.852000', '192418.855000', '192418.857000', '192418.860000', '192418.862000', '192418.865000', '192418.868000', '192418.870000', '192418.873000', '192418.875000', '192418.878000', '192418.881000', '192418.883000', '192418.886000', '192418.888000', '192418.891000', '192418.894000', '192418.896000', '192418.899000', '192418.901000', '192418.904000', '192418.907000', '192418.909000', '192418.912000', '192418.914000', '192418.917000', '192418.919000', '192418.922000', '192418.925000', '192418.927000', '192418.930000', '192418.932000', '192418.935000', '192418.938000', '192418.940000', '192438.830000', '192438.833000', '192438.836000', '192438.838000', '192438.841000', '192438.844000', '192438.846000', '192438.849000', '192438.851000', '192438.854000', '192438.857000', '192438.859000', '192438.872000', '192438.875000', '192438.877000', '192438.880000', '192438.883000', '192438.885000', '192438.888000', '192438.890000', '192438.893000', '192438.896000', '192438.898000', '192438.901000', '192438.903000', '192438.906000', '192438.909000', '192438.911000', '192438.914000', '192438.917000', '192438.919000', '192438.922000', '192438.924000', '192438.927000', '192438.930000', '192438.932000', '192438.935000', '192438.937000', '192438.940000', '192438.942000', '192438.945000', '192438.948000', '192438.950000', '192438.953000', '192458.830000', '192458.833000', '192458.836000', '192458.839000', '192458.842000', '192458.844000', '192458.847000', '192458.850000', '192458.852000', '192458.855000', '192458.858000', '192458.860000', '192458.863000', '192458.866000', '192458.868000', '192458.871000', '192458.873000', '192458.876000', '192458.879000', '192458.881000', '192458.884000', '192458.886000', '192458.889000', '192458.892000', '192458.894000', '192458.897000', '192458.900000', '192458.902000', '192458.905000', '192458.907000', '192458.910000', '192458.913000', '192458.915000', '192458.918000', '192458.920000', '192458.923000', '192458.925000', '192458.928000', '192458.931000', '192458.933000', '192458.936000', '192458.938000', '192458.941000', '192518.829000', '192518.832000', '192518.835000', '192518.838000', '192518.852000', '192518.854000', '192518.857000', '192518.859000', '192518.862000', '192518.865000', '192518.867000', '192518.870000', '192518.873000', '192518.875000', '192518.878000', '192518.880000', '192518.883000', '192518.885000', '192518.888000', '192518.890000', '192518.893000', '192518.896000', '192518.898000', '192518.902000', '192518.904000', '192518.907000', '192518.910000', '192518.912000', '192518.915000', '192518.917000', '192518.920000', '192518.923000', '192518.925000', '192518.928000', '192518.930000', '192518.933000', '192518.936000', '192518.938000', '192518.941000', '192518.943000', '192518.946000', '192518.949000', '192518.951000', '192538.830000', '192538.832000', '192538.835000', '192538.838000', '192538.840000', '192538.843000', '192538.845000', '192538.848000', '192538.851000', '192538.853000', '192538.856000', '192538.859000', '192538.861000', '192538.864000', '192538.866000', '192538.869000', '192538.872000', '192538.874000', '192538.877000', '192538.880000', '192538.882000', '192538.885000', '192538.887000', '192538.890000', '192538.893000', '192538.895000', '192538.898000', '192538.900000', '192538.903000', '192538.906000', '192538.908000', '192538.911000', '192538.913000', '192538.916000', '192538.919000', '192538.921000', '192538.924000', '192538.926000', '192538.929000', '192538.932000', '192538.934000', '192538.937000', '192538.939000', '192538.942000', '192558.829000', '192558.832000', '192558.835000', '192558.838000', '192558.840000', '192558.843000', '192558.845000', '192558.848000', '192558.851000', '192558.853000', '192558.856000', '192558.859000', '192558.861000', '192558.864000', '192558.867000', '192558.877000', '192558.880000', '192558.883000', '192558.885000', '192558.888000', '192558.890000', '192558.893000', '192558.896000', '192558.899000', '192558.901000', '192558.904000', '192558.907000', '192558.910000', '192558.913000', '192558.915000', '192558.918000', '192558.921000', '192558.923000', '192558.926000', '192558.928000', '192558.931000', '192558.934000', '192558.936000', '192558.939000', '192558.941000', '192558.944000', '192558.947000', '192558.949000', '192618.830000', '192618.832000', '192618.835000', '192618.838000', '192618.840000', '192618.843000', '192618.846000', '192618.848000', '192618.851000', '192618.854000', '192618.856000', '192618.859000', '192618.862000', '192618.864000', '192618.867000', '192618.869000', '192618.872000', '192618.874000', '192618.877000', '192618.880000', '192618.882000', '192618.885000', '192618.888000', '192618.890000', '192618.893000', '192618.896000', '192618.898000', '192618.901000', '192618.903000', '192618.906000', '192618.909000', '192618.911000', '192618.914000', '192618.916000', '192618.919000', '192618.922000', '192618.924000', '192618.927000', '192618.929000', '192618.932000', '192618.935000', '192618.937000', '192618.940000', '192618.942000', '192638.830000', '192638.833000', '192638.836000', '192638.838000', '192638.841000', '192638.844000', '192638.846000', '192638.849000', '192638.852000', '192638.854000', '192638.857000', '192638.859000', '192638.862000', '192638.865000', '192638.867000', '192638.870000', '192638.873000', '192638.875000', '192638.878000', '192638.880000', '192638.883000', '192638.886000', '192638.889000', '192638.892000', '192638.894000', '192638.897000', '192638.899000', '192638.902000', '192638.905000', '192638.907000', '192638.910000', '192638.913000', '192638.915000', '192638.918000', '192638.921000', '192638.923000', '192638.926000', '192638.928000', '192638.931000', '192638.934000', '192638.936000', '192638.939000', '192638.942000', '192658.830000', '192658.846000', '192658.848000', '192658.851000', '192658.854000', '192658.856000', '192658.859000', '192658.862000', '192658.864000', '192658.867000', '192658.869000', '192658.872000', '192658.874000', '192658.877000', '192658.885000', '192658.888000', '192658.890000', '192658.893000', '192658.896000', '192658.898000', '192658.901000', '192658.904000', '192658.906000', '192658.909000', '192658.911000', '192658.914000', '192658.917000', '192658.919000', '192658.922000', '192658.924000', '192658.927000', '192658.930000', '192658.932000', '192658.935000', '192658.937000', '192658.940000', '192658.943000', '192658.945000', '192658.948000', '192658.951000', '192658.953000', '192658.956000', '192658.958000', '192658.961000', '192718.830000', '192718.833000', '192718.836000', '192718.839000', '192718.841000', '192718.844000', '192718.846000', '192718.849000', '192718.852000', '192718.854000', '192718.857000', '192718.860000', '192718.862000', '192718.865000', '192718.867000', '192718.870000', '192718.873000', '192718.875000', '192718.878000', '192718.881000', '192718.883000', '192718.886000', '192718.888000', '192718.891000', '192718.893000', '192718.896000', '192718.899000', '192718.901000', '192718.904000', '192718.906000', '192718.909000', '192718.912000', '192718.914000', '192718.917000', '192718.919000', '192718.922000', '192718.924000', '192718.927000', '192718.930000', '192718.932000', '192718.935000', '192718.938000', '192718.940000', '192738.829000', '192738.842000', '192738.845000', '192738.847000', '192738.850000', '192738.862000', '192738.864000', '192738.867000', '192738.870000', '192738.872000', '192738.875000', '192738.877000', '192738.880000', '192738.883000', '192738.885000', '192738.888000', '192738.891000', '192738.893000', '192738.896000', '192738.899000', '192738.901000', '192738.904000', '192738.906000', '192738.909000', '192738.912000', '192738.914000', '192738.917000', '192738.919000', '192738.922000', '192738.925000', '192738.927000', '192738.930000', '192738.932000', '192738.935000', '192738.938000', '192738.940000', '192738.943000', '192738.945000', '192738.948000', '192738.951000', '192738.953000', '192738.956000', '192738.959000', '192738.961000', '192758.830000', '192758.862000', '192758.864000', '192758.867000', '192758.870000', '192758.872000', '192758.875000', '192758.877000', '192758.880000', '192758.882000', '192758.885000', '192758.888000', '192758.890000', '192758.893000', '192758.895000', '192758.898000', '192758.900000', '192758.903000', '192758.915000', '192758.918000', '192758.920000', '192758.923000', '192758.926000', '192758.928000', '192758.931000', '192758.934000', '192758.937000', '192758.939000', '192758.942000', '192758.944000', '192758.947000', '192758.950000', '192758.952000', '192758.955000', '192758.959000', '192758.961000', '192758.964000', '192758.966000', '192758.969000', '192758.972000', '192758.974000', '192758.977000', '192758.980000', '192818.830000', '192818.841000', '192818.843000', '192818.846000', '192818.849000', '192818.851000', '192818.854000', '192818.857000', '192818.859000', '192818.862000', '192818.875000', '192818.878000', '192818.881000', '192818.883000', '192818.886000', '192818.889000', '192818.891000', '192818.894000', '192818.897000', '192818.899000', '192818.902000', '192818.904000', '192818.907000', '192818.910000', '192818.912000', '192818.915000', '192818.917000', '192818.920000', '192818.923000', '192818.925000', '192818.928000', '192818.930000', '192818.933000', '192818.935000', '192818.938000', '192818.941000', '192818.943000', '192818.946000', '192818.948000', '192818.951000', '192818.954000', '192818.956000', '192818.959000', '192818.962000', '192838.830000', '192838.838000', '192838.841000', '192838.843000', '192838.846000', '192838.848000', '192838.851000', '192838.854000', '192838.856000', '192838.859000', '192838.861000', '192838.864000', '192838.866000', '192838.879000', '192838.882000', '192838.884000', '192838.887000', '192838.890000', '192838.892000', '192838.895000', '192838.897000', '192838.900000', '192838.902000', '192838.905000', '192838.908000', '192838.910000', '192838.913000', '192838.915000', '192838.918000', '192838.921000', '192838.923000', '192838.926000', '192838.929000', '192838.931000', '192838.934000', '192838.936000', '192838.939000', '192838.942000', '192838.944000', '192838.947000', '192838.949000', '192838.952000', '192838.955000', '192858.830000', '192858.854000', '192858.857000', '192858.860000', '192858.862000', '192858.865000', '192858.867000', '192858.870000', '192858.873000', '192858.875000', '192858.878000', '192858.880000', '192858.883000', '192858.885000', '192858.888000', '192858.891000', '192858.902000', '192858.904000', '192858.907000', '192858.910000', '192858.912000', '192858.915000', '192858.918000', '192858.920000', '192858.923000', '192858.925000', '192858.928000', '192858.931000', '192858.933000', '192858.936000', '192858.939000', '192858.941000', '192858.944000', '192858.946000', '192858.949000', '192858.952000', '192858.954000', '192858.957000', '192858.959000', '192858.962000', '192858.965000', '192858.967000', '192858.970000', '192858.972000', '192918.831000', '192918.849000', '192918.851000', '192918.854000', '192918.857000', '192918.859000', '192918.862000', '192918.864000', '192918.867000', '192918.870000', '192918.872000', '192918.875000', '192918.878000', '192918.880000', '192918.883000', '192918.885000', '192918.888000', '192918.891000', '192918.893000', '192918.896000', '192918.899000', '192918.901000', '192918.904000', '192918.906000', '192918.909000', '192918.912000', '192918.914000', '192918.917000', '192918.920000', '192918.922000', '192918.925000', '192918.927000', '192918.930000', '192918.933000', '192918.935000', '192918.938000', '192918.940000', '192918.943000', '192918.946000', '192918.948000', '192918.951000', '192918.954000', '192918.956000', '192938.831000', '192938.844000', '192938.847000', '192938.850000', '192938.852000', '192938.855000', '192938.857000', '192938.860000', '192938.863000', '192938.865000', '192938.868000', '192938.871000', '192938.873000', '192938.876000', '192938.878000', '192938.881000', '192938.884000', '192938.886000', '192938.889000', '192938.891000', '192938.894000', '192938.897000', '192938.899000', '192938.902000', '192938.905000', '192938.907000', '192938.910000', '192938.912000', '192938.915000', '192938.918000', '192938.920000', '192938.923000', '192938.925000', '192938.928000', '192938.931000', '192938.933000', '192938.936000', '192938.939000', '192938.941000', '192938.944000', '192938.946000', '192938.949000', '192938.952000', '192958.830000', '192958.874000', '192958.877000', '192958.879000', '192958.882000', '192958.884000', '192958.887000', '192958.890000', '192958.892000', '192958.895000', '192958.897000', '192958.900000', '192958.903000', '192958.905000', '192958.908000', '192958.910000', '192958.913000', '192958.916000', '192958.918000', '192958.921000', '192958.924000', '192958.926000', '192958.929000', '192958.931000', '192958.934000', '192958.937000', '192958.939000', '192958.942000', '192958.945000', '192958.947000', '192958.950000', '192958.952000', '192958.955000', '192958.958000', '192958.960000', '192958.963000', '192958.966000', '192958.968000', '192958.971000', '192958.974000', '192958.976000', '192958.979000', '192958.981000', '192958.984000', '193018.830000', '193018.854000', '193018.857000', '193018.859000', '193018.862000', '193018.864000', '193018.867000', '193018.870000', '193018.872000', '193018.875000', '193018.878000', '193018.880000', '193018.894000', '193018.897000', '193018.899000', '193018.902000', '193018.904000', '193018.907000', '193018.910000', '193018.912000', '193018.915000', '193018.917000', '193018.920000', '193018.922000', '193018.925000', '193018.928000', '193018.930000', '193018.933000', '193018.936000', '193018.938000', '193018.941000', '193018.943000', '193018.946000', '193018.948000', '193018.951000', '193018.954000', '193018.956000', '193018.959000', '193018.961000', '193018.964000', '193018.967000', '193018.969000', '193018.972000', '193038.829000', '193038.855000', '193038.857000', '193038.860000', '193038.863000', '193038.865000', '193038.868000', '193038.871000', '193038.873000', '193038.876000', '193038.878000', '193038.881000', '193038.884000', '193038.886000', '193038.889000', '193038.891000', '193038.894000', '193038.897000', '193038.899000', '193038.902000', '193038.905000', '193038.907000', '193038.910000', '193038.912000', '193038.915000', '193038.918000', '193038.920000', '193038.923000', '193038.926000', '193038.928000', '193038.931000', '193038.933000', '193038.936000', '193038.939000', '193038.941000', '193038.944000', '193038.947000', '193038.949000', '193038.952000', '193038.954000', '193038.957000', '193038.960000', '193038.962000', '193038.965000', '193058.830000', '193058.856000', '193058.859000', '193058.861000', '193058.864000', '193058.867000', '193058.869000', '193058.872000', '193058.874000', '193058.877000', '193058.880000', '193058.882000', '193058.885000', '193058.887000', '193058.890000', '193058.893000', '193058.895000', '193058.898000', '193058.900000', '193058.903000', '193058.906000', '193058.908000', '193058.911000', '193058.913000', '193058.916000', '193058.919000', '193058.921000', '193058.924000', '193058.926000', '193058.929000', '193058.932000', '193058.934000', '193058.937000', '193058.939000', '193058.942000', '193058.945000', '193058.948000', '193058.950000', '193058.953000', '193058.955000', '193058.958000', '193058.961000', '193058.963000', '193118.831000', '193118.844000', '193118.847000', '193118.850000', '193118.852000', '193118.855000', '193118.858000', '193118.861000', '193118.863000', '193118.866000', '193118.868000', '193118.871000', '193118.874000', '193118.876000', '193118.879000', '193118.881000', '193118.884000', '193118.887000', '193118.889000', '193118.892000', '193118.894000', '193118.897000', '193118.900000', '193118.902000', '193118.905000', '193118.908000', '193118.910000', '193118.913000', '193118.915000', '193118.918000', '193118.921000', '193118.923000', '193118.926000', '193118.928000', '193118.931000', '193118.934000', '193118.936000', '193118.939000', '193118.942000', '193118.944000', '193118.947000', '193118.949000', '193118.952000', '193118.955000', '193138.831000', '193138.878000', '193138.881000', '193138.884000', '193138.886000', '193138.889000', '193138.892000', '193138.894000', '193138.897000', '193138.909000', '193138.911000', '193138.914000', '193138.917000', '193138.919000', '193138.922000', '193138.924000', '193138.927000', '193138.930000', '193138.932000', '193138.935000', '193138.937000', '193138.940000', '193138.943000', '193138.945000', '193138.948000', '193138.950000', '193138.953000', '193138.956000', '193138.958000', '193138.961000', '193138.964000', '193138.966000', '193138.969000', '193138.971000', '193138.974000', '193138.977000', '193138.979000', '193138.982000', '193138.985000', '193138.987000', '193138.990000', '193138.992000', '193138.995000', '193156.293000', '193156.297000', '193156.301000', '193156.311000', '193156.313000', '193156.316000', '193156.319000', '193156.322000', '193156.324000', '193156.327000', '193156.330000', '193156.332000', '193156.335000', '193156.338000', '193156.341000', '193156.344000', '193156.346000', '193156.349000', '193156.352000', '193156.355000', '193156.358000', '193156.362000', '193156.364000', '193156.367000', '193156.370000', '193156.372000', '193156.375000', '193156.378000', '193156.381000', '193156.383000', '193156.386000', '193156.389000', '193156.392000', '193156.395000', '193156.399000', '193156.402000', '193156.405000', '193156.408000', '193156.411000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [9809, 7116, 8414, 8641, 7853, 9500, 7804, 8678, 9251, 8036, 8968, 9034, 7650, 8622, 9280, 7926, 9506, 7501, 7979, 8889, 7773, 9126, 7577, 8221, 8812, 7618, 8182, 7846, 8010, 9833, 7749, 7825, 9731, 7762, 8226, 8303, 7735, 8021, 9305, 7193, 9024, 8496, 7537, 9764, 7640, 8150, 8866, 7006, 9013, 7429, 8097, 8396, 7668, 8058, 8656, 7074, 8409, 8501, 7751, 9148, 8014, 7872, 8273, 7201, 7851, 8751, 7289, 8084, 7964, 7498, 7802, 9503, 8993, 7732, 8603, 7854, 7131, 8827, 8477, 7106, 8494, 8616, 6847, 8400, 8281, 7409, 8290, 8332, 7757, 7849, 8365, 7851, 8113, 9141, 7811, 7183, 8546, 7771, 7382, 8380, 7296, 7409, 7966, 7808, 7068, 8803, 7372, 7336, 7987, 7194, 8225, 7480, 7133, 7861, 7119, 8706, 8217, 7375, 7945, 6976, 7568, 7804, 7597, 8022, 8893, 7767, 7350, 7945, 7179, 7902, 7879, 7293, 7729, 7100, 8351, 7209, 7165, 8255, 6986, 8646, 7217, 7511, 8131, 6755, 8494, 8380, 7350, 8250, 7239, 8000, 6871, 7299, 7951, 6942, 8443, 6716, 7508, 8454, 6793, 7463, 7993, 6935, 8650, 7017, 7056, 7997, 6957, 7944, 7044, 7339, 7623, 6744, 7916, 7148, 7947, 8008, 6862, 8581, 7112, 7209, 8130, 8370, 7153, 8690, 7252, 7853, 7103, 8242, 7214, 8300, 6488, 7659, 7742, 7002, 8392, 7818, 7249, 8445, 7046, 7023, 7935, 7233, 8354, 7559, 6824, 8010, 6972, 7628, 7788, 6394, 7579, 7395, 7368, 7408, 6514, 7833, 7174, 6665, 7129, 6935, 6837, 7475, 6729, 8146, 7036, 6590, 7127, 6157, 7521, 6962, 6272, 7552, 6651, 7248, 6916, 6722, 6982, 7291, 6679, 7437, 6107, 6066, 6954, 7199, 6811, 6682, 5925, 7476, 7019, 7253, 6788, 6464, 7196, 7490, 6479, 7048, 6986, 6298, 7070, 7222, 7597, 7409, 7901, 7222, 7466, 6579, 6107, 7002, 6744, 7227, 7588, 6719, 7082, 7273, 6699, 7734, 5958, 6874, 8112, 6644, 7013, 6693, 6373, 7144, 6130, 7335, 7122, 6676, 6944, 7225, 6274, 6927, 7411, 7484, 7477, 6128, 7212, 5656, 6976, 7143, 6573, 6390, 6476, 7162, 6200, 5702, 7383, 6960, 6699, 6977, 6169, 6044, 7276, 6502, 6209, 6571, 6807, 5968, 6716, 7276, 6610, 7070, 6672, 6579, 7110, 6387, 7124, 6510, 5946, 7303, 6089, 6033, 7025, 7215, 7101, 6706, 7686, 6980, 5893, 7354, 6917, 6521, 7111, 6159, 6662, 5953, 6663, 6815, 6407, 6605, 6255, 7425, 7044, 5913, 6804, 7215, 6025, 6308, 6236, 6582, 7085, 6552, 6967, 6264, 7400, 6458, 5665, 6983, 7179, 6833, 6597, 6449, 7169, 6600, 6148, 7367, 7008, 6529, 6858, 7435, 6695, 5881, 6227, 6643, 5926, 6675, 6520, 6998, 6217, 6308, 6645, 6281, 6805, 6932, 6469, 6641, 6982, 6118, 6760, 7014, 6375, 6358, 6892, 6592, 6780, 6526, 7042, 6876, 6073, 6536, 6607, 7040, 7087, 5826, 6598, 6812, 6116, 6845, 6449, 6516, 6497, 6529, 6285, 7212, 6010, 5843, 7063, 5770, 6783, 7214, 6097, 6525, 7304, 6464, 6830, 6417, 6601, 7365, 6416, 6991, 6537, 6939, 6216, 7192, 5928, 5740, 7691, 5700, 6902, 6857, 6504, 7003, 6426, 6711, 6565, 5914, 6270, 7713, 6292, 7298, 5880, 6259, 6766, 6947, 7135, 6204, 6694, 5866, 5838, 7095, 5928, 6474, 7050, 6241, 6139, 5812, 5702, 7288, 6011, 6536, 6804, 5798, 6233, 7314, 6108, 6548, 5987, 6302, 7365, 6591, 7150, 5720, 6452, 6789, 6351, 6133, 6423, 6318, 6167, 6139, 6807, 7307, 6080, 6358, 7497, 6058, 6206, 6419, 6385, 5801, 6593, 6524, 7340, 5833, 6298, 6738, 5859, 6261, 7013, 5982, 6593, 6478, 6318, 6246, 5830, 5980, 7182, 5800, 6125, 6254, 5746, 6100, 7293, 6094, 5891, 6996, 5903, 6407, 6857, 6103, 6394, 6915, 6500, 5982, 6468, 6381, 6889, 6464, 6218, 6859, 6011, 6036, 7191, 5704, 6182, 7269, 5839, 6232, 7060, 5761, 6311, 7077, 6056, 6226, 6426, 5885, 7031, 6133, 6252, 6480, 6321, 5626, 7436, 6252, 5757, 7307, 5731, 5952, 6927, 5775, 6098, 7275, 5715, 6207, 7093, 5883, 6024, 6839, 5841, 6665, 6108, 5770, 7135, 5912, 6521, 7263, 5945, 6205, 6929, 5842, 6356, 7206, 5783, 5909, 7677, 5996, 6534, 6575, 5880, 7356, 5813, 6143, 7023, 5923, 6480, 6874, 5888, 6342, 7232, 5965, 6291, 7023, 6037, 5902, 6351, 5651, 7544, 5776, 6042, 6692, 6281, 6558, 6060, 5752, 7438, 5946, 6023, 7309, 5893, 6521, 6509, 5597, 7313, 5790, 6266, 6153, 5827, 7095, 5922, 5974, 6509, 5719, 6407, 5832, 5735, 6557, 5899, 6406, 7404, 6322, 7227, 5890, 6537, 7000, 6133, 6923, 5834, 6654, 6952, 5765, 7157, 5708, 6092, 6318, 5956, 6181, 7308, 5996, 6077, 7315, 5920, 6113, 6685, 6092, 7589, 5857, 5688, 7395, 5957, 5993, 6927, 5669, 5820, 7086, 5651, 5896, 6960, 5735, 6206, 6592, 5932, 5855, 6096, 5884, 7534, 5938, 5803, 6749, 6041, 6828, 5726, 5939, 7157, 6024, 5781, 5957, 6048, 7095, 5939, 5869, 7541, 5788, 5855, 7279, 5704, 5988, 7161, 5689, 6287, 7036, 5843, 7764, 5866, 5953, 6995, 5699, 8024, 5990, 5888, 6551, 5893, 7654, 6018, 5898, 6589, 6164, 6253, 6608, 5678, 6924, 5965, 5752, 7641, 6040, 5887, 7038, 5662, 6758, 5950, 5873, 7392, 5836, 6205, 5897, 5884, 7553, 5955, 6016, 6079, 5835, 7349, 5808, 6019, 7331, 6068, 7516, 6820, 5660, 5678, 6424, 5859, 5778, 7163, 6173, 5978, 7710, 5834, 5687, 6142, 5683, 7019, 5714, 5716, 5961, 5758, 7067, 6019, 5917, 6907, 5767, 5902, 7129, 5740, 5764, 6434, 5890, 7242, 5688, 6357, 5942, 5793, 8119, 5905, 5809, 6827, 5915, 6003, 5729, 5795, 7527, 5758, 6022, 6816, 6002, 5811, 7016, 5862, 8024, 5859, 5690, 6395, 5722, 7135, 5731, 6167, 6040, 5689, 7320, 5638, 5758, 5713, 5832, 7218, 5682, 5694, 6187, 5722, 7116, 5896, 5868, 5900, 5954, 7708, 5719, 6245, 6568, 5987, 6218, 6099, 5691, 7516, 5868, 6899, 5918, 5955, 6981, 5648, 6957, 5753, 5967, 6961, 5966, 6632, 6090, 5819, 7475, 5881, 5777, 6803, 5764, 7412, 6049, 6127, 7064, 5960, 5628, 5994, 5883, 7566, 5802, 5916, 6212, 5996, 6939, 5808, 6227, 7105, 5636, 6247, 6766, 5789, 6226, 6937, 5886, 7682, 6046, 6280, 5867, 5880, 7166, 5724, 7688, 5923, 5849, 6832, 5810, 5821, 5643, 5904, 7108, 5817, 5706, 6219, 5841, 6912, 5995, 5855, 7059, 5747, 5937, 5860, 5708, 7528, 5741, 6073, 6381, 5913, 6937, 5877, 5965, 6902, 5909, 5835, 6045, 5751, 7528, 5789, 5858, 7001, 5699, 6045, 6540, 5661, 7207, 5766, 6040, 6970, 5861, 5924, 6539, 5752, 5812, 6310, 5692, 7524, 5993, 5844, 6804, 5742, 6253, 6355, 5654, 7710, 5829, 5859, 6774, 5888, 5802, 6479, 5789, 6782, 5757, 5841, 7016, 5882, 5803, 7086, 5708, 5746, 7412, 5652, 5867, 6799, 5738, 5729, 6257, 5755, 8030, 5912, 5820, 6708, 5827, 5759, 7086, 5865, 5858, 7275, 5694, 5923, 7206, 5898, 5861, 7391, 5793, 5709, 6845, 5758, 5769, 7320, 5735, 5698, 6430, 5731, 5777, 7088, 5899, 5667, 5769, 5630, 5707, 5735, 5998, 5612, 5727, 5815, 6891, 5682, 5803, 6028, 5907, 8059, 5784, 5974, 6672, 5868, 6909, 5654, 6547, 5691, 6904, 5798, 5932, 6056, 5897, 5766, 6350, 5845, 7576, 5999, 6414, 6284, 5970, 7067, 5808, 6512, 6523, 5685, 5839, 5908, 5714, 6902, 5970, 5826, 6708, 5801, 5628, 6282, 5644, 7262, 5972, 5712, 6347, 5756, 7448, 5765, 5836, 6719, 5892, 7325, 5898, 5962, 6680, 5916, 7017, 5816, 5754, 7478, 5694, 5864, 6367, 5624, 6159, 5848, 5754, 7352, 5869, 6109, 6243, 5696, 5809, 5642, 5793, 7312, 5962, 5832, 7146, 5787, 5711, 6749, 5849, 5685, 6509, 5780, 6767, 5952, 5782, 6969, 5889, 5813, 7220, 5773, 7029, 5721, 5785, 6955, 5853, 6336, 6039, 5578, 7389, 5984, 5717, 6817, 5810, 5753, 7294, 5871, 5803, 6931, 5616, 7367, 5918, 5702, 7117, 5776, 5683, 5938, 5850, 7386, 5887, 5991, 6257, 5654, 5745, 5753, 5777, 7094, 5737, 5897, 5974, 5998, 6528, 5762, 5756, 6969, 5877, 6117, 5792, 5740, 6932, 5758, 5699, 6908, 5778, 6811, 5865, 6014, 7912, 5600, 5697, 6966, 5785, 5838, 6735, 5946, 6971, 5772, 5575, 7216, 5752, 6174, 5790, 5962, 6598, 5642, 5814, 7449, 5799, 5703, 6705, 5725, 6987, 5980, 8313, 6170, 7295, 6029, 5738, 6631, 5826, 5873, 5887, 5743, 7392, 5933, 5862, 7379, 5756, 5856, 6876, 5791, 5878, 5807, 5659, 7330, 5780, 6129, 5846, 5700, 7128, 5766, 5654, 6912, 5758, 5895, 6823, 5778, 5714, 6732, 5913, 7616, 5784, 7195, 5726, 5798, 6864, 5776, 6041, 5915, 5632, 7233, 5805, 5752, 6436, 5951, 6900, 5701, 5798, 6316, 5734, 5889, 6184, 5530, 5703, 6550, 5711, 5944, 7225, 5786, 5553, 6155, 5651, 5822, 6034, 5930, 5737, 7422, 6109, 6680, 5976, 5706, 7114, 5758, 7370, 5895, 7978, 5789, 5859, 6282, 5740, 6232, 6071, 5641, 6540, 5763, 5728, 7063, 5950, 6038, 6087, 5864, 8087, 5841, 5966, 6677, 6003, 6603, 6009, 6590, 5843, 6484, 7282], 'WindowCenter': [3687.0, 3652.0, 3662.0, 3660.0, 3650.0, 3671.0, 3648.0, 3673.0, 3671.0, 3661.0, 3686.0, 3686.0, 3663.0, 3674.0, 3683.0, 3674.0, 3685.0, 3652.0, 3663.0, 3661.0, 3650.0, 3660.0, 3650.0, 3649.0, 3658.0, 3662.0, 3659.0, 3648.0, 3648.0, 3671.0, 3663.0, 3662.0, 3682.0, 3663.0, 3672.0, 3673.0, 3651.0, 3660.0, 3672.0, 3640.0, 3660.0, 3659.0, 3637.0, 3668.0, 3647.0, 3648.0, 3660.0, 3636.0, 3658.0, 3637.0, 3648.0, 3662.0, 3649.0, 3661.0, 3671.0, 3638.0, 3660.0, 3660.0, 3649.0, 3671.0, 3648.0, 3647.0, 3659.0, 3638.0, 3648.0, 3658.0, 3651.0, 3661.0, 3661.0, 3650.0, 3650.0, 3682.0, 3672.0, 3663.0, 3672.0, 3649.0, 3637.0, 3670.0, 3661.0, 3640.0, 3661.0, 3661.0, 3639.0, 3660.0, 3662.0, 3650.0, 3662.0, 3660.0, 3648.0, 3660.0, 3661.0, 3661.0, 3664.0, 3687.0, 3664.0, 3652.0, 3672.0, 3651.0, 3651.0, 3674.0, 3651.0, 3651.0, 3650.0, 3648.0, 3638.0, 3659.0, 3638.0, 3650.0, 3649.0, 3638.0, 3662.0, 3637.0, 3636.0, 3646.0, 3625.0, 3658.0, 3659.0, 3647.0, 3648.0, 3638.0, 3649.0, 3649.0, 3649.0, 3661.0, 3684.0, 3663.0, 3653.0, 3664.0, 3652.0, 3663.0, 3661.0, 3651.0, 3652.0, 3640.0, 3649.0, 3637.0, 3636.0, 3648.0, 3637.0, 3658.0, 3650.0, 3649.0, 3648.0, 3638.0, 3660.0, 3660.0, 3649.0, 3660.0, 3650.0, 3661.0, 3627.0, 3639.0, 3649.0, 3639.0, 3648.0, 3626.0, 3636.0, 3659.0, 3638.0, 3651.0, 3663.0, 3652.0, 3675.0, 3651.0, 3640.0, 3649.0, 3638.0, 3649.0, 3638.0, 3639.0, 3648.0, 3641.0, 3650.0, 3637.0, 3647.0, 3648.0, 3626.0, 3658.0, 3639.0, 3650.0, 3662.0, 3661.0, 3651.0, 3671.0, 3651.0, 3651.0, 3638.0, 3649.0, 3636.0, 3646.0, 3615.0, 3636.0, 3636.0, 3635.0, 3659.0, 3650.0, 3638.0, 3660.0, 3639.0, 3638.0, 3650.0, 3639.0, 3660.0, 3649.0, 3627.0, 3648.0, 3637.0, 3647.0, 3635.0, 3626.0, 3637.0, 3637.0, 3637.0, 3636.0, 3615.0, 3637.0, 3638.0, 3640.0, 3637.0, 3637.0, 3625.0, 3637.0, 3625.0, 3646.0, 3626.0, 3627.0, 3637.0, 3615.0, 3648.0, 3639.0, 3626.0, 3647.0, 3626.0, 3639.0, 3639.0, 3639.0, 3641.0, 3650.0, 3628.0, 3638.0, 3616.0, 3615.0, 3626.0, 3637.0, 3627.0, 3626.0, 3614.0, 3635.0, 3636.0, 3637.0, 3626.0, 3614.0, 3637.0, 3637.0, 3627.0, 3639.0, 3639.0, 3629.0, 3639.0, 3638.0, 3637.0, 3638.0, 3636.0, 3624.0, 3624.0, 3612.0, 3615.0, 3626.0, 3625.0, 3638.0, 3650.0, 3640.0, 3653.0, 3664.0, 3642.0, 3649.0, 3617.0, 3614.0, 3636.0, 3627.0, 3626.0, 3614.0, 3614.0, 3625.0, 3616.0, 3637.0, 3638.0, 3638.0, 3638.0, 3637.0, 3627.0, 3637.0, 3637.0, 3637.0, 3626.0, 3614.0, 3624.0, 3604.0, 3624.0, 3625.0, 3626.0, 3614.0, 3614.0, 3626.0, 3614.0, 3605.0, 3624.0, 3612.0, 3613.0, 3612.0, 3600.0, 3601.0, 3624.0, 3626.0, 3628.0, 3639.0, 3639.0, 3629.0, 3640.0, 3649.0, 3628.0, 3628.0, 3627.0, 3626.0, 3626.0, 3614.0, 3625.0, 3626.0, 3618.0, 3637.0, 3617.0, 3617.0, 3639.0, 3638.0, 3626.0, 3626.0, 3637.0, 3626.0, 3616.0, 3636.0, 3625.0, 3614.0, 3625.0, 3604.0, 3614.0, 3602.0, 3613.0, 3624.0, 3614.0, 3626.0, 3626.0, 3637.0, 3637.0, 3615.0, 3626.0, 3636.0, 3616.0, 3615.0, 3603.0, 3613.0, 3625.0, 3616.0, 3637.0, 3615.0, 3636.0, 3614.0, 3604.0, 3625.0, 3626.0, 3626.0, 3627.0, 3627.0, 3640.0, 3628.0, 3616.0, 3638.0, 3638.0, 3628.0, 3638.0, 3649.0, 3641.0, 3618.0, 3628.0, 3629.0, 3617.0, 3628.0, 3629.0, 3626.0, 3615.0, 3615.0, 3624.0, 3615.0, 3625.0, 3637.0, 3628.0, 3628.0, 3638.0, 3618.0, 3627.0, 3637.0, 3626.0, 3626.0, 3625.0, 3627.0, 3626.0, 3615.0, 3625.0, 3625.0, 3616.0, 3614.0, 3626.0, 3626.0, 3624.0, 3604.0, 3627.0, 3627.0, 3616.0, 3626.0, 3626.0, 3627.0, 3626.0, 3627.0, 3627.0, 3639.0, 3617.0, 3618.0, 3639.0, 3618.0, 3640.0, 3649.0, 3632.0, 3642.0, 3651.0, 3642.0, 3640.0, 3629.0, 3627.0, 3637.0, 3615.0, 3625.0, 3613.0, 3623.0, 3615.0, 3626.0, 3615.0, 3604.0, 3636.0, 3604.0, 3625.0, 3626.0, 3627.0, 3639.0, 3629.0, 3640.0, 3639.0, 3618.0, 3628.0, 3648.0, 3628.0, 3639.0, 3605.0, 3615.0, 3626.0, 3624.0, 3623.0, 3602.0, 3613.0, 3602.0, 3602.0, 3625.0, 3614.0, 3614.0, 3625.0, 3626.0, 3616.0, 3618.0, 3605.0, 3636.0, 3615.0, 3626.0, 3626.0, 3616.0, 3629.0, 3638.0, 3617.0, 3616.0, 3615.0, 3615.0, 3626.0, 3625.0, 3624.0, 3605.0, 3613.0, 3613.0, 3614.0, 3615.0, 3614.0, 3615.0, 3615.0, 3615.0, 3627.0, 3636.0, 3615.0, 3615.0, 3637.0, 3616.0, 3615.0, 3616.0, 3615.0, 3604.0, 3614.0, 3613.0, 3623.0, 3604.0, 3615.0, 3625.0, 3605.0, 3615.0, 3626.0, 3615.0, 3626.0, 3615.0, 3614.0, 3613.0, 3603.0, 3603.0, 3626.0, 3604.0, 3617.0, 3627.0, 3616.0, 3617.0, 3637.0, 3616.0, 3605.0, 3626.0, 3605.0, 3615.0, 3626.0, 3616.0, 3626.0, 3627.0, 3627.0, 3616.0, 3614.0, 3615.0, 3625.0, 3615.0, 3616.0, 3626.0, 3616.0, 3615.0, 3625.0, 3604.0, 3616.0, 3637.0, 3617.0, 3618.0, 3638.0, 3617.0, 3615.0, 3626.0, 3616.0, 3616.0, 3616.0, 3618.0, 3627.0, 3615.0, 3616.0, 3615.0, 3614.0, 3605.0, 3637.0, 3627.0, 3618.0, 3638.0, 3604.0, 3615.0, 3625.0, 3605.0, 3617.0, 3638.0, 3606.0, 3616.0, 3638.0, 3616.0, 3615.0, 3625.0, 3604.0, 3625.0, 3615.0, 3605.0, 3625.0, 3605.0, 3616.0, 3636.0, 3616.0, 3617.0, 3638.0, 3617.0, 3628.0, 3638.0, 3619.0, 3619.0, 3652.0, 3631.0, 3630.0, 3628.0, 3617.0, 3638.0, 3616.0, 3616.0, 3638.0, 3616.0, 3627.0, 3627.0, 3616.0, 3627.0, 3638.0, 3618.0, 3629.0, 3639.0, 3617.0, 3605.0, 3615.0, 3604.0, 3624.0, 3603.0, 3604.0, 3625.0, 3614.0, 3614.0, 3614.0, 3605.0, 3636.0, 3616.0, 3617.0, 3638.0, 3617.0, 3628.0, 3616.0, 3605.0, 3625.0, 3605.0, 3614.0, 3615.0, 3603.0, 3624.0, 3603.0, 3601.0, 3615.0, 3605.0, 3614.0, 3616.0, 3617.0, 3626.0, 3617.0, 3616.0, 3637.0, 3615.0, 3638.0, 3606.0, 3616.0, 3626.0, 3616.0, 3624.0, 3603.0, 3614.0, 3624.0, 3602.0, 3624.0, 3603.0, 3615.0, 3614.0, 3616.0, 3616.0, 3636.0, 3616.0, 3615.0, 3636.0, 3616.0, 3616.0, 3614.0, 3604.0, 3624.0, 3591.0, 3603.0, 3623.0, 3603.0, 3614.0, 3624.0, 3603.0, 3602.0, 3624.0, 3604.0, 3604.0, 3624.0, 3604.0, 3614.0, 3613.0, 3603.0, 3591.0, 3602.0, 3602.0, 3635.0, 3615.0, 3603.0, 3625.0, 3615.0, 3625.0, 3604.0, 3603.0, 3626.0, 3615.0, 3603.0, 3602.0, 3614.0, 3624.0, 3615.0, 3605.0, 3637.0, 3605.0, 3617.0, 3637.0, 3604.0, 3615.0, 3627.0, 3606.0, 3616.0, 3626.0, 3605.0, 3635.0, 3604.0, 3603.0, 3623.0, 3603.0, 3633.0, 3603.0, 3591.0, 3614.0, 3603.0, 3623.0, 3604.0, 3603.0, 3625.0, 3614.0, 3614.0, 3626.0, 3605.0, 3627.0, 3617.0, 3618.0, 3649.0, 3617.0, 3606.0, 3637.0, 3616.0, 3627.0, 3617.0, 3616.0, 3639.0, 3618.0, 3617.0, 3605.0, 3604.0, 3636.0, 3616.0, 3615.0, 3615.0, 3605.0, 3637.0, 3606.0, 3617.0, 3638.0, 3617.0, 3637.0, 3638.0, 3616.0, 3617.0, 3628.0, 3619.0, 3620.0, 3640.0, 3619.0, 3618.0, 3638.0, 3605.0, 3592.0, 3603.0, 3591.0, 3624.0, 3603.0, 3603.0, 3614.0, 3605.0, 3626.0, 3616.0, 3607.0, 3627.0, 3617.0, 3617.0, 3627.0, 3617.0, 3606.0, 3616.0, 3606.0, 3626.0, 3604.0, 3627.0, 3615.0, 3605.0, 3637.0, 3605.0, 3604.0, 3613.0, 3602.0, 3602.0, 3601.0, 3604.0, 3635.0, 3605.0, 3615.0, 3625.0, 3615.0, 3605.0, 3625.0, 3605.0, 3636.0, 3605.0, 3604.0, 3613.0, 3603.0, 3623.0, 3602.0, 3602.0, 3602.0, 3602.0, 3625.0, 3603.0, 3602.0, 3602.0, 3603.0, 3626.0, 3604.0, 3604.0, 3615.0, 3604.0, 3625.0, 3604.0, 3603.0, 3603.0, 3614.0, 3636.0, 3617.0, 3628.0, 3627.0, 3616.0, 3615.0, 3616.0, 3604.0, 3626.0, 3605.0, 3624.0, 3603.0, 3603.0, 3624.0, 3603.0, 3624.0, 3603.0, 3603.0, 3624.0, 3613.0, 3624.0, 3615.0, 3604.0, 3637.0, 3605.0, 3605.0, 3625.0, 3604.0, 3624.0, 3603.0, 3615.0, 3625.0, 3616.0, 3605.0, 3615.0, 3605.0, 3635.0, 3603.0, 3603.0, 3603.0, 3602.0, 3623.0, 3603.0, 3615.0, 3626.0, 3616.0, 3626.0, 3627.0, 3618.0, 3616.0, 3637.0, 3616.0, 3637.0, 3616.0, 3615.0, 3604.0, 3602.0, 3624.0, 3603.0, 3624.0, 3602.0, 3602.0, 3612.0, 3602.0, 3603.0, 3602.0, 3604.0, 3625.0, 3604.0, 3604.0, 3603.0, 3605.0, 3625.0, 3615.0, 3605.0, 3624.0, 3603.0, 3614.0, 3604.0, 3604.0, 3633.0, 3603.0, 3613.0, 3613.0, 3603.0, 3623.0, 3603.0, 3615.0, 3626.0, 3604.0, 3604.0, 3616.0, 3604.0, 3635.0, 3604.0, 3604.0, 3624.0, 3603.0, 3615.0, 3616.0, 3604.0, 3624.0, 3604.0, 3614.0, 3625.0, 3605.0, 3615.0, 3615.0, 3605.0, 3604.0, 3613.0, 3602.0, 3635.0, 3614.0, 3604.0, 3625.0, 3605.0, 3614.0, 3614.0, 3603.0, 3634.0, 3603.0, 3603.0, 3613.0, 3603.0, 3602.0, 3614.0, 3603.0, 3614.0, 3605.0, 3605.0, 3626.0, 3605.0, 3603.0, 3626.0, 3606.0, 3605.0, 3637.0, 3617.0, 3618.0, 3627.0, 3605.0, 3603.0, 3613.0, 3604.0, 3635.0, 3604.0, 3605.0, 3626.0, 3605.0, 3604.0, 3623.0, 3603.0, 3602.0, 3625.0, 3603.0, 3615.0, 3636.0, 3604.0, 3605.0, 3624.0, 3603.0, 3602.0, 3613.0, 3602.0, 3604.0, 3625.0, 3604.0, 3604.0, 3614.0, 3603.0, 3603.0, 3623.0, 3603.0, 3604.0, 3602.0, 3605.0, 3618.0, 3605.0, 3616.0, 3604.0, 3605.0, 3605.0, 3624.0, 3605.0, 3605.0, 3617.0, 3617.0, 3647.0, 3617.0, 3616.0, 3624.0, 3591.0, 3611.0, 3589.0, 3600.0, 3589.0, 3611.0, 3591.0, 3602.0, 3613.0, 3603.0, 3603.0, 3615.0, 3616.0, 3636.0, 3618.0, 3626.0, 3627.0, 3613.0, 3624.0, 3588.0, 3600.0, 3587.0, 3576.0, 3587.0, 3588.0, 3589.0, 3621.0, 3603.0, 3603.0, 3624.0, 3604.0, 3603.0, 3615.0, 3605.0, 3625.0, 3616.0, 3604.0, 3615.0, 3604.0, 3624.0, 3604.0, 3603.0, 3624.0, 3603.0, 3624.0, 3604.0, 3615.0, 3624.0, 3604.0, 3624.0, 3605.0, 3605.0, 3624.0, 3604.0, 3604.0, 3614.0, 3603.0, 3601.0, 3604.0, 3603.0, 3625.0, 3603.0, 3615.0, 3615.0, 3603.0, 3603.0, 3602.0, 3601.0, 3623.0, 3604.0, 3604.0, 3625.0, 3605.0, 3604.0, 3624.0, 3603.0, 3602.0, 3614.0, 3603.0, 3613.0, 3601.0, 3603.0, 3623.0, 3603.0, 3604.0, 3625.0, 3603.0, 3624.0, 3604.0, 3601.0, 3611.0, 3590.0, 3601.0, 3601.0, 3591.0, 3625.0, 3614.0, 3605.0, 3625.0, 3604.0, 3602.0, 3624.0, 3604.0, 3603.0, 3625.0, 3604.0, 3624.0, 3603.0, 3603.0, 3623.0, 3590.0, 3589.0, 3598.0, 3590.0, 3621.0, 3603.0, 3603.0, 3613.0, 3604.0, 3602.0, 3590.0, 3591.0, 3612.0, 3592.0, 3591.0, 3603.0, 3613.0, 3612.0, 3603.0, 3602.0, 3625.0, 3602.0, 3602.0, 3604.0, 3604.0, 3636.0, 3616.0, 3605.0, 3626.0, 3605.0, 3614.0, 3605.0, 3603.0, 3634.0, 3602.0, 3603.0, 3624.0, 3604.0, 3604.0, 3624.0, 3614.0, 3623.0, 3605.0, 3603.0, 3636.0, 3604.0, 3614.0, 3603.0, 3603.0, 3614.0, 3603.0, 3605.0, 3637.0, 3617.0, 3618.0, 3627.0, 3617.0, 3626.0, 3615.0, 3635.0, 3603.0, 3622.0, 3602.0, 3602.0, 3611.0, 3604.0, 3600.0, 3602.0, 3605.0, 3635.0, 3616.0, 3605.0, 3638.0, 3617.0, 3616.0, 3626.0, 3604.0, 3602.0, 3591.0, 3591.0, 3623.0, 3602.0, 3602.0, 3601.0, 3603.0, 3624.0, 3603.0, 3602.0, 3625.0, 3604.0, 3606.0, 3625.0, 3605.0, 3605.0, 3627.0, 3605.0, 3637.0, 3605.0, 3623.0, 3603.0, 3590.0, 3612.0, 3603.0, 3602.0, 3603.0, 3602.0, 3636.0, 3605.0, 3603.0, 3613.0, 3601.0, 3621.0, 3601.0, 3601.0, 3614.0, 3604.0, 3604.0, 3615.0, 3605.0, 3604.0, 3613.0, 3602.0, 3615.0, 3636.0, 3605.0, 3606.0, 3629.0, 3617.0, 3616.0, 3616.0, 3616.0, 3606.0, 3636.0, 3616.0, 3625.0, 3615.0, 3604.0, 3622.0, 3592.0, 3622.0, 3590.0, 3621.0, 3589.0, 3590.0, 3610.0, 3602.0, 3603.0, 3614.0, 3605.0, 3615.0, 3603.0, 3616.0, 3637.0, 3618.0, 3616.0, 3618.0, 3617.0, 3650.0, 3631.0, 3617.0, 3626.0, 3616.0, 3613.0, 3616.0, 3626.0, 3615.0, 3627.0, 3637.0], 'WindowWidth': [8313.0, 8259.0, 8268.0, 8264.0, 8248.0, 8278.0, 8245.0, 8283.0, 8279.0, 8266.0, 8307.0, 8309.0, 8271.0, 8288.0, 8299.0, 8288.0, 8306.0, 8255.0, 8272.0, 8263.0, 8247.0, 8259.0, 8248.0, 8244.0, 8254.0, 8269.0, 8259.0, 8241.0, 8241.0, 8276.0, 8272.0, 8268.0, 8293.0, 8271.0, 8282.0, 8283.0, 8253.0, 8262.0, 8280.0, 8235.0, 8261.0, 8256.0, 8226.0, 8266.0, 8239.0, 8242.0, 8260.0, 8223.0, 8253.0, 8225.0, 8241.0, 8269.0, 8248.0, 8265.0, 8278.0, 8232.0, 8261.0, 8260.0, 8246.0, 8276.0, 8243.0, 8240.0, 8257.0, 8229.0, 8242.0, 8256.0, 8250.0, 8265.0, 8266.0, 8250.0, 8249.0, 8295.0, 8280.0, 8273.0, 8282.0, 8246.0, 8229.0, 8274.0, 8262.0, 8236.0, 8263.0, 8262.0, 8234.0, 8263.0, 8267.0, 8251.0, 8268.0, 8261.0, 8243.0, 8260.0, 8264.0, 8265.0, 8273.0, 8311.0, 8273.0, 8255.0, 8281.0, 8250.0, 8251.0, 8286.0, 8250.0, 8250.0, 8249.0, 8244.0, 8229.0, 8259.0, 8229.0, 8249.0, 8244.0, 8230.0, 8268.0, 8224.0, 8223.0, 8235.0, 8206.0, 8253.0, 8257.0, 8240.0, 8241.0, 8230.0, 8246.0, 8244.0, 8247.0, 8266.0, 8300.0, 8273.0, 8258.0, 8273.0, 8257.0, 8270.0, 8265.0, 8253.0, 8254.0, 8233.0, 8243.0, 8224.0, 8222.0, 8240.0, 8226.0, 8254.0, 8247.0, 8246.0, 8243.0, 8229.0, 8261.0, 8260.0, 8247.0, 8262.0, 8248.0, 8263.0, 8214.0, 8231.0, 8243.0, 8229.0, 8241.0, 8208.0, 8221.0, 8256.0, 8232.0, 8253.0, 8272.0, 8257.0, 8292.0, 8250.0, 8234.0, 8243.0, 8227.0, 8244.0, 8229.0, 8231.0, 8241.0, 8237.0, 8246.0, 8225.0, 8239.0, 8239.0, 8210.0, 8256.0, 8232.0, 8248.0, 8266.0, 8264.0, 8251.0, 8279.0, 8250.0, 8249.0, 8230.0, 8244.0, 8222.0, 8234.0, 8191.0, 8221.0, 8222.0, 8220.0, 8256.0, 8245.0, 8229.0, 8260.0, 8230.0, 8230.0, 8245.0, 8231.0, 8259.0, 8243.0, 8212.0, 8240.0, 8225.0, 8238.0, 8220.0, 8210.0, 8223.0, 8224.0, 8226.0, 8222.0, 8194.0, 8226.0, 8229.0, 8234.0, 8227.0, 8225.0, 8207.0, 8223.0, 8206.0, 8235.0, 8209.0, 8211.0, 8225.0, 8193.0, 8241.0, 8231.0, 8212.0, 8238.0, 8210.0, 8231.0, 8233.0, 8233.0, 8236.0, 8247.0, 8216.0, 8227.0, 8194.0, 8191.0, 8206.0, 8224.0, 8211.0, 8207.0, 8191.0, 8219.0, 8222.0, 8224.0, 8208.0, 8192.0, 8223.0, 8224.0, 8211.0, 8230.0, 8230.0, 8219.0, 8231.0, 8229.0, 8226.0, 8226.0, 8219.0, 8201.0, 8200.0, 8183.0, 8192.0, 8208.0, 8207.0, 8229.0, 8248.0, 8237.0, 8259.0, 8275.0, 8243.0, 8244.0, 8196.0, 8188.0, 8219.0, 8209.0, 8206.0, 8189.0, 8190.0, 8206.0, 8195.0, 8226.0, 8229.0, 8229.0, 8229.0, 8225.0, 8210.0, 8224.0, 8224.0, 8224.0, 8207.0, 8189.0, 8201.0, 8174.0, 8202.0, 8205.0, 8208.0, 8190.0, 8191.0, 8208.0, 8191.0, 8180.0, 8201.0, 8182.0, 8184.0, 8180.0, 8162.0, 8167.0, 8201.0, 8209.0, 8215.0, 8233.0, 8233.0, 8221.0, 8235.0, 8246.0, 8215.0, 8213.0, 8211.0, 8208.0, 8209.0, 8191.0, 8207.0, 8209.0, 8201.0, 8225.0, 8200.0, 8200.0, 8233.0, 8228.0, 8207.0, 8207.0, 8223.0, 8208.0, 8195.0, 8222.0, 8206.0, 8190.0, 8204.0, 8175.0, 8188.0, 8171.0, 8186.0, 8202.0, 8190.0, 8208.0, 8208.0, 8226.0, 8225.0, 8194.0, 8210.0, 8221.0, 8197.0, 8192.0, 8173.0, 8185.0, 8204.0, 8195.0, 8225.0, 8192.0, 8220.0, 8190.0, 8176.0, 8204.0, 8209.0, 8210.0, 8213.0, 8211.0, 8234.0, 8214.0, 8198.0, 8228.0, 8228.0, 8216.0, 8230.0, 8245.0, 8237.0, 8204.0, 8216.0, 8216.0, 8200.0, 8217.0, 8218.0, 8208.0, 8191.0, 8191.0, 8203.0, 8191.0, 8205.0, 8224.0, 8217.0, 8215.0, 8229.0, 8203.0, 8214.0, 8226.0, 8210.0, 8209.0, 8207.0, 8210.0, 8208.0, 8193.0, 8206.0, 8205.0, 8193.0, 8188.0, 8206.0, 8206.0, 8202.0, 8178.0, 8212.0, 8211.0, 8195.0, 8208.0, 8209.0, 8211.0, 8208.0, 8211.0, 8213.0, 8229.0, 8199.0, 8202.0, 8231.0, 8204.0, 8235.0, 8246.0, 8227.0, 8242.0, 8253.0, 8241.0, 8234.0, 8217.0, 8209.0, 8224.0, 8192.0, 8203.0, 8184.0, 8199.0, 8191.0, 8208.0, 8192.0, 8177.0, 8222.0, 8177.0, 8206.0, 8208.0, 8211.0, 8230.0, 8219.0, 8234.0, 8233.0, 8203.0, 8216.0, 8241.0, 8215.0, 8228.0, 8178.0, 8190.0, 8207.0, 8202.0, 8198.0, 8170.0, 8184.0, 8170.0, 8169.0, 8203.0, 8189.0, 8190.0, 8205.0, 8210.0, 8195.0, 8200.0, 8181.0, 8222.0, 8194.0, 8208.0, 8208.0, 8196.0, 8217.0, 8229.0, 8200.0, 8195.0, 8192.0, 8193.0, 8207.0, 8204.0, 8202.0, 8177.0, 8185.0, 8185.0, 8190.0, 8192.0, 8190.0, 8192.0, 8194.0, 8194.0, 8211.0, 8220.0, 8193.0, 8193.0, 8223.0, 8196.0, 8194.0, 8195.0, 8194.0, 8176.0, 8188.0, 8186.0, 8200.0, 8176.0, 8191.0, 8206.0, 8180.0, 8193.0, 8209.0, 8193.0, 8208.0, 8191.0, 8189.0, 8187.0, 8171.0, 8174.0, 8207.0, 8178.0, 8199.0, 8211.0, 8197.0, 8198.0, 8225.0, 8196.0, 8179.0, 8207.0, 8179.0, 8193.0, 8207.0, 8195.0, 8208.0, 8211.0, 8212.0, 8195.0, 8190.0, 8193.0, 8206.0, 8192.0, 8195.0, 8209.0, 8196.0, 8194.0, 8206.0, 8178.0, 8196.0, 8225.0, 8200.0, 8201.0, 8227.0, 8199.0, 8194.0, 8209.0, 8195.0, 8194.0, 8196.0, 8203.0, 8212.0, 8193.0, 8195.0, 8193.0, 8191.0, 8180.0, 8224.0, 8210.0, 8202.0, 8228.0, 8179.0, 8193.0, 8206.0, 8179.0, 8196.0, 8226.0, 8182.0, 8197.0, 8227.0, 8196.0, 8192.0, 8206.0, 8178.0, 8204.0, 8194.0, 8180.0, 8207.0, 8179.0, 8195.0, 8223.0, 8197.0, 8200.0, 8230.0, 8201.0, 8215.0, 8230.0, 8205.0, 8206.0, 8252.0, 8225.0, 8221.0, 8214.0, 8197.0, 8229.0, 8196.0, 8195.0, 8227.0, 8197.0, 8212.0, 8211.0, 8197.0, 8213.0, 8228.0, 8203.0, 8218.0, 8230.0, 8200.0, 8179.0, 8194.0, 8175.0, 8201.0, 8173.0, 8175.0, 8205.0, 8190.0, 8190.0, 8190.0, 8179.0, 8223.0, 8197.0, 8200.0, 8229.0, 8201.0, 8213.0, 8195.0, 8179.0, 8205.0, 8177.0, 8188.0, 8192.0, 8175.0, 8200.0, 8172.0, 8169.0, 8191.0, 8180.0, 8191.0, 8198.0, 8201.0, 8211.0, 8199.0, 8195.0, 8223.0, 8193.0, 8225.0, 8182.0, 8195.0, 8209.0, 8195.0, 8202.0, 8174.0, 8188.0, 8200.0, 8170.0, 8200.0, 8174.0, 8194.0, 8191.0, 8198.0, 8197.0, 8221.0, 8194.0, 8192.0, 8222.0, 8196.0, 8195.0, 8189.0, 8175.0, 8200.0, 8155.0, 8172.0, 8200.0, 8174.0, 8190.0, 8203.0, 8175.0, 8171.0, 8201.0, 8175.0, 8176.0, 8202.0, 8175.0, 8190.0, 8187.0, 8175.0, 8153.0, 8169.0, 8171.0, 8218.0, 8194.0, 8176.0, 8205.0, 8191.0, 8205.0, 8174.0, 8173.0, 8207.0, 8192.0, 8173.0, 8171.0, 8190.0, 8203.0, 8193.0, 8182.0, 8224.0, 8180.0, 8200.0, 8225.0, 8179.0, 8194.0, 8210.0, 8183.0, 8196.0, 8210.0, 8181.0, 8219.0, 8177.0, 8174.0, 8200.0, 8173.0, 8212.0, 8172.0, 8155.0, 8188.0, 8174.0, 8198.0, 8176.0, 8174.0, 8206.0, 8190.0, 8191.0, 8207.0, 8182.0, 8211.0, 8200.0, 8202.0, 8242.0, 8201.0, 8183.0, 8225.0, 8196.0, 8209.0, 8198.0, 8197.0, 8230.0, 8203.0, 8198.0, 8179.0, 8177.0, 8221.0, 8195.0, 8191.0, 8191.0, 8178.0, 8224.0, 8183.0, 8199.0, 8226.0, 8198.0, 8224.0, 8228.0, 8197.0, 8200.0, 8216.0, 8206.0, 8209.0, 8236.0, 8206.0, 8204.0, 8226.0, 8180.0, 8158.0, 8171.0, 8153.0, 8201.0, 8174.0, 8175.0, 8190.0, 8181.0, 8210.0, 8195.0, 8184.0, 8211.0, 8198.0, 8200.0, 8212.0, 8199.0, 8183.0, 8196.0, 8182.0, 8207.0, 8178.0, 8210.0, 8192.0, 8180.0, 8223.0, 8179.0, 8176.0, 8185.0, 8171.0, 8169.0, 8168.0, 8176.0, 8219.0, 8179.0, 8194.0, 8207.0, 8193.0, 8179.0, 8206.0, 8179.0, 8220.0, 8179.0, 8176.0, 8187.0, 8171.0, 8198.0, 8171.0, 8170.0, 8171.0, 8171.0, 8205.0, 8175.0, 8171.0, 8170.0, 8172.0, 8205.0, 8177.0, 8177.0, 8193.0, 8178.0, 8204.0, 8175.0, 8173.0, 8174.0, 8190.0, 8222.0, 8198.0, 8213.0, 8213.0, 8198.0, 8194.0, 8197.0, 8178.0, 8208.0, 8180.0, 8202.0, 8173.0, 8172.0, 8201.0, 8174.0, 8202.0, 8172.0, 8174.0, 8201.0, 8187.0, 8203.0, 8191.0, 8178.0, 8224.0, 8181.0, 8180.0, 8206.0, 8176.0, 8202.0, 8174.0, 8191.0, 8207.0, 8196.0, 8181.0, 8194.0, 8179.0, 8218.0, 8173.0, 8172.0, 8173.0, 8171.0, 8199.0, 8174.0, 8192.0, 8209.0, 8198.0, 8211.0, 8213.0, 8202.0, 8197.0, 8227.0, 8197.0, 8224.0, 8196.0, 8193.0, 8177.0, 8172.0, 8203.0, 8174.0, 8201.0, 8169.0, 8169.0, 8183.0, 8171.0, 8173.0, 8171.0, 8177.0, 8204.0, 8177.0, 8176.0, 8175.0, 8180.0, 8205.0, 8193.0, 8180.0, 8205.0, 8177.0, 8191.0, 8176.0, 8176.0, 8214.0, 8173.0, 8187.0, 8187.0, 8173.0, 8200.0, 8175.0, 8192.0, 8209.0, 8179.0, 8177.0, 8194.0, 8178.0, 8220.0, 8178.0, 8177.0, 8203.0, 8175.0, 8191.0, 8195.0, 8177.0, 8202.0, 8176.0, 8189.0, 8207.0, 8179.0, 8194.0, 8195.0, 8180.0, 8177.0, 8187.0, 8172.0, 8218.0, 8190.0, 8176.0, 8207.0, 8179.0, 8191.0, 8190.0, 8174.0, 8216.0, 8174.0, 8173.0, 8186.0, 8174.0, 8171.0, 8188.0, 8174.0, 8189.0, 8178.0, 8181.0, 8208.0, 8179.0, 8174.0, 8208.0, 8182.0, 8180.0, 8225.0, 8200.0, 8201.0, 8212.0, 8179.0, 8173.0, 8186.0, 8174.0, 8218.0, 8178.0, 8180.0, 8210.0, 8181.0, 8177.0, 8201.0, 8173.0, 8171.0, 8204.0, 8175.0, 8193.0, 8222.0, 8180.0, 8179.0, 8204.0, 8173.0, 8169.0, 8185.0, 8171.0, 8176.0, 8204.0, 8177.0, 8177.0, 8189.0, 8175.0, 8173.0, 8199.0, 8174.0, 8176.0, 8174.0, 8181.0, 8202.0, 8182.0, 8197.0, 8179.0, 8180.0, 8180.0, 8205.0, 8181.0, 8180.0, 8199.0, 8201.0, 8238.0, 8199.0, 8197.0, 8203.0, 8152.0, 8178.0, 8145.0, 8161.0, 8147.0, 8178.0, 8153.0, 8171.0, 8187.0, 8176.0, 8175.0, 8193.0, 8197.0, 8223.0, 8203.0, 8209.0, 8211.0, 8188.0, 8203.0, 8144.0, 8161.0, 8139.0, 8124.0, 8140.0, 8143.0, 8148.0, 8194.0, 8173.0, 8175.0, 8202.0, 8176.0, 8176.0, 8191.0, 8179.0, 8205.0, 8194.0, 8177.0, 8193.0, 8177.0, 8204.0, 8176.0, 8173.0, 8201.0, 8174.0, 8201.0, 8178.0, 8192.0, 8203.0, 8177.0, 8203.0, 8179.0, 8179.0, 8202.0, 8176.0, 8175.0, 8188.0, 8174.0, 8168.0, 8175.0, 8171.0, 8205.0, 8176.0, 8192.0, 8192.0, 8176.0, 8173.0, 8170.0, 8168.0, 8198.0, 8175.0, 8176.0, 8205.0, 8178.0, 8176.0, 8201.0, 8174.0, 8170.0, 8187.0, 8172.0, 8185.0, 8169.0, 8173.0, 8200.0, 8173.0, 8176.0, 8205.0, 8174.0, 8201.0, 8174.0, 8169.0, 8180.0, 8152.0, 8164.0, 8166.0, 8155.0, 8205.0, 8191.0, 8181.0, 8208.0, 8177.0, 8172.0, 8202.0, 8176.0, 8172.0, 8204.0, 8176.0, 8203.0, 8173.0, 8174.0, 8199.0, 8151.0, 8146.0, 8159.0, 8150.0, 8192.0, 8172.0, 8174.0, 8189.0, 8176.0, 8169.0, 8151.0, 8153.0, 8182.0, 8156.0, 8155.0, 8172.0, 8187.0, 8185.0, 8174.0, 8171.0, 8204.0, 8172.0, 8171.0, 8175.0, 8178.0, 8223.0, 8196.0, 8182.0, 8210.0, 8180.0, 8190.0, 8177.0, 8174.0, 8216.0, 8170.0, 8172.0, 8203.0, 8179.0, 8176.0, 8202.0, 8190.0, 8202.0, 8180.0, 8176.0, 8222.0, 8178.0, 8189.0, 8173.0, 8172.0, 8188.0, 8175.0, 8181.0, 8224.0, 8199.0, 8202.0, 8214.0, 8201.0, 8208.0, 8192.0, 8216.0, 8171.0, 8194.0, 8167.0, 8170.0, 8182.0, 8175.0, 8167.0, 8172.0, 8179.0, 8219.0, 8195.0, 8181.0, 8228.0, 8199.0, 8197.0, 8208.0, 8177.0, 8169.0, 8154.0, 8153.0, 8197.0, 8170.0, 8168.0, 8168.0, 8174.0, 8203.0, 8173.0, 8171.0, 8205.0, 8178.0, 8183.0, 8207.0, 8181.0, 8179.0, 8212.0, 8181.0, 8223.0, 8180.0, 8199.0, 8174.0, 8152.0, 8182.0, 8171.0, 8171.0, 8173.0, 8172.0, 8220.0, 8179.0, 8175.0, 8187.0, 8168.0, 8192.0, 8167.0, 8167.0, 8190.0, 8177.0, 8179.0, 8194.0, 8181.0, 8177.0, 8186.0, 8172.0, 8191.0, 8220.0, 8181.0, 8184.0, 8218.0, 8202.0, 8200.0, 8197.0, 8197.0, 8182.0, 8221.0, 8195.0, 8207.0, 8192.0, 8175.0, 8197.0, 8155.0, 8196.0, 8150.0, 8189.0, 8147.0, 8149.0, 8178.0, 8170.0, 8173.0, 8190.0, 8180.0, 8194.0, 8178.0, 8198.0, 8225.0, 8202.0, 8197.0, 8202.0, 8199.0, 8246.0, 8225.0, 8201.0, 8211.0, 8197.0, 8186.0, 8198.0, 8208.0, 8194.0, 8213.0, 8227.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.0007394175491679273</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022257200453857793</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.893196333996954</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1713659257153646</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997124348538985</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4479</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6058.5469</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09023707426405314</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.361573373676248</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.739635200328713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.658029936627628</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0061199283285163</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.554755736029995</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00769666</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011111452244222164</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01871909201145172</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1322</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6243783828633274</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>28.7899</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7197</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.7157</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306979.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>587.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.2985</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8419</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.6088</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2862.833</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3068.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69565.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>775.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3808.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.4839</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.32117136847228</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> |