=== 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-0037 --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-0037",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0037_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0037_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-04/func/sub-0037_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9470a4060e7257a7d3be1f4015778c90</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>18:26:36.315000</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.999841, 0.0125398, 0.0126645, -0.012565, 0.999919, 0.00191324]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0908656</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7282, 517, -81, -262, -6, 57]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>259.308</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>50d1b589-8986-41db-b2ad-66acf38e389a||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.6825008392333984, -0.03371106833219528, 0.03412650525569916, 110.6178207397461], [-0.03364342451095581, 2.6827101707458496, 0.005594583228230476, -84.4381332397461], [0.033977821469306946, -0.005133089143782854, 2.6997785568237305, -83.8866958618164], [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': ['182636.315000', '182636.775000', '182637.235000', '182637.695000', '182638.155000', '182638.615000', '182639.075000', '182639.535000', '182639.995000', '182640.455000', '182640.915000', '182641.375000', '182641.835000', '182642.295000', '182642.755000', '182643.215000', '182643.675000', '182644.135000', '182644.595000', '182645.055000', '182645.515000', '182645.975000', '182646.435000', '182646.895000', '182647.355000', '182647.815000', '182648.275000', '182648.735000', '182649.195000', '182649.655000', '182650.115000', '182650.575000', '182651.035000', '182651.495000', '182651.955000', '182652.415000', '182652.875000', '182653.335000', '182653.795000', '182654.255000', '182654.715000', '182655.175000', '182655.635000', '182656.095000', '182656.555000', '182657.015000', '182657.475000', '182657.935000', '182658.395000', '182658.855000', '182659.315000', '182659.775000', '182700.235000', '182700.695000', '182701.155000', '182701.615000', '182702.075000', '182702.535000', '182702.995000', '182703.455000', '182703.915000', '182704.375000', '182704.835000', '182705.295000', '182705.755000', '182706.215000', '182706.675000', '182707.135000', '182707.595000', '182708.055000', '182708.515000', '182708.975000', '182709.435000', '182709.895000', '182710.355000', '182710.815000', '182711.275000', '182711.735000', '182712.195000', '182712.655000', '182713.115000', '182713.575000', '182714.035000', '182714.495000', '182714.955000', '182715.415000', '182715.875000', '182716.335000', '182716.795000', '182717.255000', '182717.715000', '182718.175000', '182718.635000', '182719.095000', '182719.555000', '182720.015000', '182720.475000', '182720.935000', '182721.395000', '182721.855000', '182722.315000', '182722.775000', '182723.235000', '182723.695000', '182724.155000', '182724.615000', '182725.075000', '182725.535000', '182725.995000', '182726.455000', '182726.915000', '182727.375000', '182727.835000', '182728.295000', '182728.755000', '182729.215000', '182729.675000', '182730.135000', '182730.595000', '182731.055000', '182731.515000', '182731.975000', '182732.435000', '182732.895000', '182733.355000', '182733.815000', '182734.275000', '182734.735000', '182735.195000', '182735.655000', '182736.115000', '182736.575000', '182737.035000', '182737.495000', '182737.955000', '182738.415000', '182738.875000', '182739.335000', '182739.795000', '182740.255000', '182740.715000', '182741.175000', '182741.635000', '182742.095000', '182742.555000', '182743.015000', '182743.475000', '182743.935000', '182744.395000', '182744.855000', '182745.315000', '182745.775000', '182746.235000', '182746.695000', '182747.155000', '182747.615000', '182748.075000', '182748.535000', '182748.995000', '182749.455000', '182749.915000', '182750.375000', '182750.835000', '182751.295000', '182751.755000', '182752.215000', '182752.675000', '182753.135000', '182753.595000', '182754.055000', '182754.515000', '182754.975000', '182755.435000', '182755.895000', '182756.355000', '182756.815000', '182757.275000', '182757.735000', '182758.195000', '182758.655000', '182759.115000', '182759.575000', '182800.035000', '182800.495000', '182800.955000', '182801.415000', '182801.875000', '182802.335000', '182802.795000', '182803.255000', '182803.715000', '182804.175000', '182804.635000', '182805.095000', '182805.555000', '182806.015000', '182806.475000', '182806.935000', '182807.395000', '182807.855000', '182808.315000', '182808.775000', '182809.235000', '182809.695000', '182810.155000', '182810.615000', '182811.075000', '182811.535000', '182811.995000', '182812.455000', '182812.915000', '182813.375000', '182813.835000', '182814.295000', '182814.755000', '182815.215000', '182815.675000', '182816.135000', '182816.595000', '182817.055000', '182817.515000', '182817.975000', '182818.435000', '182818.895000', '182819.355000', '182819.815000', '182820.275000', '182820.735000', '182821.195000', '182821.655000', '182822.115000', '182822.575000', '182823.035000', '182823.495000', '182823.955000', '182824.415000', '182824.875000', '182825.335000', '182825.795000', '182826.255000', '182826.715000', '182827.175000', '182827.635000', '182828.095000', '182828.555000', '182829.015000', '182829.475000', '182829.935000', '182830.395000', '182830.855000', '182831.315000', '182831.775000', '182832.235000', '182832.695000', '182833.155000', '182833.615000', '182834.075000', '182834.535000', '182834.995000', '182835.455000', '182835.915000', '182836.375000', '182836.835000', '182837.295000', '182837.755000', '182838.215000', '182838.675000', '182839.135000', '182839.595000', '182840.055000', '182840.515000', '182840.975000', '182841.435000', '182841.895000', '182842.355000', '182842.815000', '182843.275000', '182843.735000', '182844.195000', '182844.655000', '182845.115000', '182845.575000', '182846.035000', '182846.495000', '182846.955000', '182847.415000', '182847.875000', '182848.335000', '182848.795000', '182849.255000', '182849.715000', '182850.175000', '182850.635000', '182851.095000', '182851.555000', '182852.015000', '182852.475000', '182852.935000', '182853.395000', '182853.855000', '182854.315000', '182854.775000', '182855.235000', '182855.695000', '182856.155000', '182856.615000', '182857.075000', '182857.535000', '182857.995000', '182858.455000', '182858.915000', '182859.375000', '182859.835000', '182900.295000', '182900.755000', '182901.215000', '182901.675000', '182902.135000', '182902.595000', '182903.055000', '182903.515000', '182903.975000', '182904.435000', '182904.895000', '182905.355000', '182905.815000', '182906.275000', '182906.735000', '182907.195000', '182907.655000', '182908.115000', '182908.575000', '182909.035000', '182909.495000', '182909.955000', '182910.415000', '182910.875000', '182911.335000', '182911.795000', '182912.255000', '182912.715000', '182913.175000', '182913.635000', '182914.095000', '182914.555000', '182915.015000', '182915.475000', '182915.935000', '182916.395000', '182916.855000', '182917.315000', '182917.775000', '182918.235000', '182918.695000', '182919.155000', '182919.615000', '182920.075000', '182920.535000', '182920.995000', '182921.455000', '182921.915000', '182922.375000', '182922.835000', '182923.295000', '182923.755000', '182924.215000', '182924.675000', '182925.135000', '182925.595000', '182926.055000', '182926.515000', '182926.975000', '182927.435000', '182927.895000', '182928.355000', '182928.815000', '182929.275000', '182929.735000', '182930.195000', '182930.655000', '182931.115000', '182931.575000', '182932.035000', '182932.495000', '182932.955000', '182933.415000', '182933.875000', '182934.335000', '182934.795000', '182935.255000', '182935.715000', '182936.175000', '182936.635000', '182937.095000', '182937.555000', '182938.015000', '182938.475000', '182938.935000', '182939.395000', '182939.855000', '182940.315000', '182940.775000', '182941.235000', '182941.695000', '182942.155000', '182942.615000', '182943.075000', '182943.535000', '182943.995000', '182944.455000', '182944.915000', '182945.375000', '182945.835000', '182946.295000', '182946.755000', '182947.215000', '182947.675000', '182948.135000', '182948.595000', '182949.055000', '182949.515000', '182949.975000', '182950.435000', '182950.895000', '182951.355000', '182951.815000', '182952.275000', '182952.735000', '182953.195000', '182953.655000', '182954.115000', '182954.575000', '182955.035000', '182955.495000', '182955.955000', '182956.415000', '182956.875000', '182957.335000', '182957.795000', '182958.255000', '182958.715000', '182959.175000', '182959.635000', '183000.095000', '183000.555000', '183001.015000', '183001.475000', '183001.935000', '183002.395000', '183002.855000', '183003.315000', '183003.775000', '183004.235000', '183004.695000', '183005.155000', '183005.615000', '183006.075000', '183006.535000', '183006.995000', '183007.455000', '183007.915000', '183008.375000', '183008.835000', '183009.295000', '183009.755000', '183010.215000', '183010.675000', '183011.135000', '183011.595000', '183012.055000', '183012.515000', '183012.975000', '183013.435000', '183013.895000', '183014.355000', '183014.815000', '183015.275000', '183015.735000', '183016.195000', '183016.655000', '183017.115000', '183017.575000', '183018.035000', '183018.495000', '183018.955000', '183019.415000', '183019.875000', '183020.335000', '183020.795000', '183021.255000', '183021.715000', '183022.175000', '183022.635000', '183023.095000', '183023.555000', '183024.015000', '183024.475000', '183024.935000', '183025.395000', '183025.855000', '183026.315000', '183026.775000', '183027.235000', '183027.695000', '183028.155000', '183028.615000', '183029.075000', '183029.535000', '183029.995000', '183030.455000', '183030.915000', '183031.375000', '183031.835000', '183032.295000', '183032.755000', '183033.215000', '183033.675000', '183034.135000', '183034.595000', '183035.055000', '183035.515000', '183035.975000', '183036.435000', '183036.895000', '183037.355000', '183037.815000', '183038.275000', '183038.735000', '183039.195000', '183039.655000', '183040.115000', '183040.575000', '183041.035000', '183041.495000', '183041.955000', '183042.415000', '183042.875000', '183043.335000', '183043.795000', '183044.255000', '183044.715000', '183045.175000', '183045.635000', '183046.095000', '183046.555000', '183047.015000', '183047.475000', '183047.935000', '183048.395000', '183048.855000', '183049.315000', '183049.775000', '183050.235000', '183050.695000', '183051.155000', '183051.615000', '183052.075000', '183052.535000', '183052.995000', '183053.455000', '183053.915000', '183054.375000', '183054.835000', '183055.295000', '183055.755000', '183056.215000', '183056.675000', '183057.135000', '183057.595000', '183058.055000', '183058.515000', '183058.975000', '183059.435000', '183059.895000', '183100.355000', '183100.815000', '183101.275000', '183101.735000', '183102.195000', '183102.655000', '183103.115000', '183103.575000', '183104.035000', '183104.495000', '183104.955000', '183105.415000', '183105.875000', '183106.335000', '183106.795000', '183107.255000', '183107.715000', '183108.175000', '183108.635000', '183109.095000', '183109.555000', '183110.015000', '183110.475000', '183110.935000', '183111.395000', '183111.855000', '183112.315000', '183112.775000', '183113.235000', '183113.695000', '183114.155000', '183114.615000', '183115.075000', '183115.535000', '183115.995000', '183116.455000', '183116.915000', '183117.375000', '183117.835000', '183118.295000', '183118.755000', '183119.215000', '183119.675000', '183120.135000', '183120.595000', '183121.055000', '183121.515000', '183121.975000', '183122.435000', '183122.895000', '183123.355000', '183123.815000', '183124.275000', '183124.735000', '183125.195000', '183125.655000', '183126.115000', '183126.575000', '183127.035000', '183127.495000', '183127.955000', '183128.415000', '183128.875000', '183129.335000', '183129.795000', '183130.255000', '183130.715000', '183131.175000', '183131.635000', '183132.095000', '183132.555000', '183133.015000', '183133.475000', '183133.935000', '183134.395000', '183134.855000', '183135.315000', '183135.775000', '183136.235000', '183136.695000', '183137.155000', '183137.615000', '183138.075000', '183138.535000', '183138.995000', '183139.455000', '183139.915000', '183140.375000', '183140.835000', '183141.295000', '183141.755000', '183142.215000', '183142.675000', '183143.135000', '183143.595000', '183144.055000', '183144.515000', '183144.975000', '183145.435000', '183145.895000', '183146.355000', '183146.815000', '183147.275000', '183147.735000', '183148.195000', '183148.655000', '183149.115000', '183149.575000', '183150.035000', '183150.495000', '183150.955000', '183151.415000', '183151.875000', '183152.335000', '183152.795000', '183153.255000', '183153.715000', '183154.175000', '183154.635000', '183155.095000', '183155.555000', '183156.015000', '183156.475000', '183156.935000', '183157.395000', '183157.855000', '183158.315000', '183158.775000', '183159.235000', '183159.695000', '183200.155000', '183200.615000', '183201.075000', '183201.535000', '183201.995000', '183202.455000', '183202.915000', '183203.375000', '183203.835000', '183204.295000', '183204.755000', '183205.215000', '183205.675000', '183206.135000', '183206.595000', '183207.055000', '183207.515000', '183207.975000', '183208.435000', '183208.895000', '183209.355000', '183209.815000', '183210.275000', '183210.735000', '183211.195000', '183211.655000', '183212.115000', '183212.575000', '183213.035000', '183213.495000', '183213.955000', '183214.415000', '183214.875000', '183215.335000', '183215.795000', '183216.255000', '183216.715000', '183217.175000', '183217.635000', '183218.095000', '183218.555000', '183219.015000', '183219.475000', '183219.935000', '183220.395000', '183220.855000', '183221.315000', '183221.775000', '183222.235000', '183222.695000', '183223.155000', '183223.615000', '183224.075000', '183224.535000', '183224.995000', '183225.455000', '183225.915000', '183226.375000', '183226.835000', '183227.295000', '183227.755000', '183228.215000', '183228.675000', '183229.135000', '183229.595000', '183230.055000', '183230.515000', '183230.975000', '183231.435000', '183231.895000', '183232.355000', '183232.815000', '183233.275000', '183233.735000', '183234.195000', '183234.655000', '183235.115000', '183235.575000', '183236.035000', '183236.495000', '183236.955000', '183237.415000', '183237.875000', '183238.335000', '183238.795000', '183239.255000', '183239.715000', '183240.175000', '183240.635000', '183241.095000', '183241.555000', '183242.015000', '183242.475000', '183242.935000', '183243.395000', '183243.855000', '183244.315000', '183244.775000', '183245.235000', '183245.695000', '183246.155000', '183246.615000', '183247.075000', '183247.535000', '183247.995000', '183248.455000', '183248.915000', '183249.375000', '183249.835000', '183250.295000', '183250.755000', '183251.215000', '183251.675000', '183252.135000', '183252.595000', '183253.055000', '183253.515000', '183253.975000', '183254.435000', '183254.895000', '183255.355000', '183255.815000', '183256.275000', '183256.735000', '183257.195000', '183257.655000', '183258.115000', '183258.575000', '183259.035000', '183259.495000', '183259.955000', '183300.415000', '183300.875000', '183301.335000', '183301.795000', '183302.255000', '183302.715000', '183303.175000', '183303.635000', '183304.095000', '183304.555000', '183305.015000', '183305.475000', '183305.935000', '183306.395000', '183306.855000', '183307.315000', '183307.775000', '183308.235000', '183308.695000', '183309.155000', '183309.615000', '183310.075000', '183310.535000', '183310.995000', '183311.455000', '183311.915000', '183312.375000', '183312.835000', '183313.295000', '183313.755000', '183314.215000', '183314.675000', '183315.135000', '183315.595000', '183316.055000', '183316.515000', '183316.975000', '183317.435000', '183317.895000', '183318.355000', '183318.815000', '183319.275000', '183319.735000', '183320.195000', '183320.655000', '183321.115000', '183321.575000', '183322.035000', '183322.495000', '183322.955000', '183323.415000', '183323.875000', '183324.335000', '183324.795000', '183325.255000', '183325.715000', '183326.175000', '183326.635000', '183327.095000', '183327.555000', '183328.015000', '183328.475000', '183328.935000', '183329.395000', '183329.855000', '183330.315000', '183330.775000', '183331.235000', '183331.695000', '183332.155000', '183332.615000', '183333.075000', '183333.535000', '183333.995000', '183334.455000', '183334.915000', '183335.375000', '183335.835000', '183336.295000', '183336.755000', '183337.215000', '183337.675000', '183338.135000', '183338.595000', '183339.055000', '183339.515000', '183339.975000', '183340.435000', '183340.895000', '183341.355000', '183341.815000', '183342.275000', '183342.735000', '183343.195000', '183343.655000', '183344.115000', '183344.575000', '183345.035000', '183345.495000', '183345.955000', '183346.415000', '183346.875000', '183347.335000', '183347.795000', '183348.255000', '183348.715000', '183349.175000', '183349.635000', '183350.095000', '183350.555000', '183351.015000', '183351.475000', '183351.935000', '183352.395000', '183352.855000', '183353.315000', '183353.775000', '183354.235000', '183354.695000', '183355.155000', '183355.615000', '183356.075000', '183356.535000', '183356.995000', '183357.455000', '183357.915000', '183358.375000', '183358.835000', '183359.295000', '183359.755000', '183400.215000', '183400.675000', '183401.135000', '183401.595000', '183402.055000', '183402.515000', '183402.975000', '183403.435000', '183403.895000', '183404.355000', '183404.815000', '183405.275000', '183405.735000', '183406.195000', '183406.655000', '183407.115000', '183407.575000', '183408.035000', '183408.495000', '183408.955000', '183409.415000', '183409.875000', '183410.335000', '183410.795000', '183411.255000', '183411.715000', '183412.175000', '183412.635000', '183413.095000', '183413.555000', '183414.015000', '183414.475000', '183414.935000', '183415.395000', '183415.855000', '183416.315000', '183416.775000', '183417.235000', '183417.695000', '183418.155000', '183418.615000', '183419.075000', '183419.535000', '183419.995000', '183420.455000', '183420.915000', '183421.375000', '183421.835000', '183422.295000', '183422.755000', '183423.215000', '183423.675000', '183424.135000', '183424.595000', '183425.055000', '183425.515000', '183425.975000', '183426.435000', '183426.895000', '183427.355000', '183427.815000', '183428.275000', '183428.735000', '183429.195000', '183429.655000', '183430.115000', '183430.575000', '183431.035000', '183431.495000', '183431.955000', '183432.415000', '183432.875000', '183433.335000', '183433.795000', '183434.255000', '183434.715000', '183435.175000', '183435.635000', '183436.095000', '183436.555000', '183437.015000', '183437.475000', '183437.935000', '183438.395000', '183438.855000', '183439.315000', '183439.775000', '183440.235000', '183440.695000', '183441.155000', '183441.615000', '183442.075000', '183442.535000', '183442.995000', '183443.455000', '183443.915000', '183444.375000', '183444.835000', '183445.295000', '183445.755000', '183446.215000', '183446.675000', '183447.135000', '183447.595000', '183448.055000', '183448.515000', '183448.975000', '183449.435000', '183449.895000', '183450.355000', '183450.815000', '183451.275000', '183451.735000', '183452.195000', '183452.655000', '183453.115000', '183453.575000', '183454.035000', '183454.495000', '183454.955000', '183455.415000', '183455.875000', '183456.335000', '183456.795000', '183457.255000', '183457.715000', '183458.175000', '183458.635000', '183459.095000', '183459.555000', '183500.015000', '183500.475000', '183500.935000', '183501.395000', '183501.855000', '183502.315000', '183502.775000', '183503.235000', '183503.695000', '183504.155000', '183504.615000', '183505.075000', '183505.535000', '183505.995000', '183506.455000', '183506.915000', '183507.375000', '183507.835000', '183508.295000', '183508.755000', '183509.215000', '183509.675000', '183510.135000', '183510.595000', '183511.055000', '183511.515000', '183511.975000', '183512.435000', '183512.895000', '183513.355000', '183513.815000', '183514.275000', '183514.735000', '183515.195000', '183515.655000', '183516.115000', '183516.575000', '183517.035000', '183517.495000', '183517.955000', '183518.415000', '183518.875000', '183519.335000', '183519.795000', '183520.255000', '183520.715000', '183521.175000', '183521.635000', '183522.095000', '183522.555000', '183523.015000', '183523.475000', '183523.935000', '183524.395000', '183524.855000', '183525.315000', '183525.775000', '183526.235000', '183526.695000', '183527.155000', '183527.615000', '183528.075000', '183528.535000', '183528.995000', '183529.455000', '183529.915000', '183530.375000', '183530.835000', '183531.295000', '183531.755000', '183532.215000', '183532.675000', '183533.135000', '183533.595000', '183534.055000', '183534.515000', '183534.975000', '183535.435000', '183535.895000', '183536.355000', '183536.815000', '183537.275000', '183537.735000', '183538.195000', '183538.655000', '183539.115000', '183539.575000', '183540.035000', '183540.495000', '183540.955000', '183541.415000', '183541.875000', '183542.335000', '183542.795000', '183543.255000', '183543.715000', '183544.175000', '183544.635000', '183545.095000', '183545.555000', '183546.015000', '183546.475000', '183546.935000', '183547.395000', '183547.855000', '183548.315000', '183548.775000', '183549.235000', '183549.695000', '183550.155000', '183550.615000', '183551.075000', '183551.535000', '183551.995000', '183552.455000', '183552.915000', '183553.375000', '183553.835000', '183554.295000', '183554.755000', '183555.215000', '183555.675000', '183556.135000', '183556.595000', '183557.055000', '183557.515000', '183557.975000', '183558.435000', '183558.895000', '183559.355000', '183559.815000', '183600.275000', '183600.735000', '183601.195000', '183601.655000', '183602.115000', '183602.575000', '183603.035000', '183603.495000', '183603.955000', '183604.415000', '183604.875000', '183605.335000', '183605.795000', '183606.255000', '183606.715000', '183607.175000', '183607.635000', '183608.095000', '183608.555000', '183609.015000', '183609.475000', '183609.935000', '183610.395000', '183610.855000', '183611.315000', '183611.775000', '183612.235000', '183612.695000', '183613.155000', '183613.615000', '183614.075000', '183614.535000', '183614.995000', '183615.455000', '183615.915000', '183616.375000', '183616.835000', '183617.295000', '183617.755000', '183618.215000', '183618.675000', '183619.135000', '183619.595000', '183620.055000', '183620.515000', '183620.975000', '183621.435000', '183621.895000', '183622.355000', '183622.815000', '183623.275000', '183623.735000', '183624.195000', '183624.655000', '183625.115000', '183625.575000', '183626.035000', '183626.495000', '183626.955000', '183627.415000', '183627.875000', '183628.335000', '183628.795000', '183629.255000', '183629.715000', '183630.175000', '183630.635000', '183631.095000', '183631.555000', '183632.015000', '183632.475000', '183632.935000', '183633.395000', '183633.855000', '183634.315000', '183634.775000', '183635.235000', '183635.695000', '183636.155000', '183636.615000', '183637.075000', '183637.535000', '183637.995000', '183638.455000', '183638.915000', '183639.375000', '183639.835000', '183640.295000', '183640.755000', '183641.215000', '183641.675000', '183642.135000', '183642.595000', '183643.055000', '183643.515000', '183643.975000'], 'ContentTime': ['182649.158000', '182649.160000', '182649.163000', '182649.172000', '182649.175000', '182649.178000', '182649.181000', '182649.190000', '182649.192000', '182649.195000', '182649.198000', '182649.200000', '182649.203000', '182649.205000', '182649.208000', '182649.210000', '182649.213000', '182649.216000', '182649.218000', '182649.221000', '182649.223000', '182649.231000', '182649.233000', '182649.236000', '182649.239000', '182649.241000', '182709.122000', '182709.125000', '182709.128000', '182709.142000', '182709.145000', '182709.147000', '182709.154000', '182709.157000', '182709.160000', '182709.162000', '182709.165000', '182709.167000', '182709.170000', '182709.173000', '182709.175000', '182709.178000', '182709.180000', '182709.183000', '182709.185000', '182709.188000', '182709.191000', '182709.193000', '182709.196000', '182709.199000', '182709.201000', '182709.205000', '182709.207000', '182709.210000', '182709.212000', '182709.215000', '182709.223000', '182709.225000', '182709.228000', '182709.231000', '182709.233000', '182709.236000', '182709.238000', '182709.241000', '182709.243000', '182709.246000', '182709.248000', '182709.251000', '182709.254000', '182729.123000', '182729.126000', '182729.128000', '182729.131000', '182729.133000', '182729.136000', '182729.138000', '182729.141000', '182729.144000', '182729.146000', '182729.149000', '182729.151000', '182729.154000', '182729.157000', '182729.159000', '182729.162000', '182729.164000', '182729.167000', '182729.170000', '182729.172000', '182729.175000', '182729.177000', '182729.180000', '182729.183000', '182729.185000', '182729.188000', '182729.190000', '182729.193000', '182729.195000', '182729.214000', '182729.216000', '182729.219000', '182729.221000', '182729.224000', '182729.226000', '182729.229000', '182729.236000', '182729.239000', '182729.241000', '182729.244000', '182729.247000', '182729.249000', '182729.252000', '182729.254000', '182749.122000', '182749.126000', '182749.128000', '182749.131000', '182749.133000', '182749.136000', '182749.138000', '182749.141000', '182749.144000', '182749.146000', '182749.149000', '182749.151000', '182749.154000', '182749.157000', '182749.159000', '182749.162000', '182749.164000', '182749.167000', '182749.170000', '182749.172000', '182749.175000', '182749.177000', '182749.180000', '182749.183000', '182749.185000', '182749.188000', '182749.190000', '182749.193000', '182749.195000', '182749.198000', '182749.201000', '182749.203000', '182749.206000', '182749.208000', '182749.211000', '182749.214000', '182749.216000', '182749.219000', '182749.221000', '182749.224000', '182749.226000', '182749.229000', '182749.232000', '182809.122000', '182809.125000', '182809.128000', '182809.130000', '182809.133000', '182809.136000', '182809.138000', '182809.141000', '182809.143000', '182809.146000', '182809.149000', '182809.151000', '182809.154000', '182809.156000', '182809.159000', '182809.161000', '182809.164000', '182809.167000', '182809.169000', '182809.172000', '182809.174000', '182809.177000', '182809.179000', '182809.182000', '182809.185000', '182809.187000', '182809.190000', '182809.193000', '182809.195000', '182809.198000', '182809.200000', '182809.203000', '182809.205000', '182809.208000', '182809.210000', '182809.213000', '182809.216000', '182809.218000', '182809.221000', '182809.224000', '182809.226000', '182809.229000', '182809.231000', '182809.234000', '182829.123000', '182829.125000', '182829.128000', '182829.131000', '182829.133000', '182829.136000', '182829.139000', '182829.141000', '182829.144000', '182829.146000', '182829.149000', '182829.152000', '182829.154000', '182829.157000', '182829.159000', '182829.162000', '182829.165000', '182829.167000', '182829.170000', '182829.173000', '182829.175000', '182829.178000', '182829.181000', '182829.183000', '182829.186000', '182829.190000', '182829.193000', '182829.196000', '182829.199000', '182829.201000', '182829.204000', '182829.207000', '182829.209000', '182829.212000', '182829.214000', '182829.217000', '182829.219000', '182829.222000', '182829.225000', '182829.227000', '182829.230000', '182829.232000', '182829.235000', '182849.122000', '182849.125000', '182849.128000', '182849.130000', '182849.133000', '182849.136000', '182849.138000', '182849.141000', '182849.144000', '182849.146000', '182849.149000', '182849.151000', '182849.154000', '182849.157000', '182849.159000', '182849.162000', '182849.164000', '182849.167000', '182849.170000', '182849.172000', '182849.175000', '182849.177000', '182849.180000', '182849.183000', '182849.185000', '182849.188000', '182849.190000', '182849.193000', '182849.195000', '182849.198000', '182849.201000', '182849.203000', '182849.206000', '182849.208000', '182849.211000', '182849.214000', '182849.216000', '182849.219000', '182849.221000', '182849.224000', '182849.226000', '182849.229000', '182849.232000', '182849.234000', '182909.123000', '182909.126000', '182909.129000', '182909.132000', '182909.134000', '182909.137000', '182909.139000', '182909.142000', '182909.145000', '182909.148000', '182909.151000', '182909.154000', '182909.157000', '182909.159000', '182909.162000', '182909.165000', '182909.167000', '182909.170000', '182909.172000', '182909.175000', '182909.177000', '182909.180000', '182909.182000', '182909.185000', '182909.194000', '182909.197000', '182909.200000', '182909.202000', '182909.205000', '182909.207000', '182909.210000', '182909.212000', '182909.215000', '182909.218000', '182909.220000', '182909.223000', '182909.225000', '182909.228000', '182909.231000', '182909.233000', '182909.236000', '182909.238000', '182909.241000', '182929.122000', '182929.125000', '182929.128000', '182929.131000', '182929.133000', '182929.136000', '182929.138000', '182929.141000', '182929.144000', '182929.146000', '182929.149000', '182929.152000', '182929.154000', '182929.157000', '182929.160000', '182929.162000', '182929.165000', '182929.167000', '182929.170000', '182929.173000', '182929.175000', '182929.178000', '182929.180000', '182929.183000', '182929.186000', '182929.188000', '182929.191000', '182929.193000', '182929.196000', '182929.199000', '182929.201000', '182929.204000', '182929.207000', '182929.209000', '182929.212000', '182929.214000', '182929.217000', '182929.219000', '182929.222000', '182929.225000', '182929.227000', '182929.230000', '182929.233000', '182929.235000', '182949.122000', '182949.125000', '182949.128000', '182949.130000', '182949.133000', '182949.136000', '182949.138000', '182949.141000', '182949.143000', '182949.146000', '182949.149000', '182949.151000', '182949.154000', '182949.157000', '182949.159000', '182949.162000', '182949.164000', '182949.167000', '182949.170000', '182949.172000', '182949.175000', '182949.178000', '182949.180000', '182949.183000', '182949.186000', '182949.189000', '182949.191000', '182949.194000', '182949.196000', '182949.199000', '182949.201000', '182949.204000', '182949.207000', '182949.209000', '182949.212000', '182949.214000', '182949.217000', '182949.220000', '182949.222000', '182949.225000', '182949.228000', '182949.233000', '182949.235000', '183009.122000', '183009.125000', '183009.128000', '183009.131000', '183009.133000', '183009.136000', '183009.138000', '183009.141000', '183009.144000', '183009.146000', '183009.149000', '183009.151000', '183009.154000', '183009.156000', '183009.159000', '183009.162000', '183009.164000', '183009.167000', '183009.170000', '183009.172000', '183009.175000', '183009.177000', '183009.180000', '183009.182000', '183009.185000', '183009.188000', '183009.190000', '183009.193000', '183009.195000', '183009.198000', '183009.201000', '183009.203000', '183009.206000', '183009.208000', '183009.211000', '183009.213000', '183009.216000', '183009.219000', '183009.221000', '183009.224000', '183009.226000', '183009.229000', '183009.232000', '183009.234000', '183029.122000', '183029.125000', '183029.128000', '183029.131000', '183029.133000', '183029.136000', '183029.138000', '183029.141000', '183029.144000', '183029.146000', '183029.149000', '183029.151000', '183029.154000', '183029.157000', '183029.159000', '183029.162000', '183029.164000', '183029.167000', '183029.174000', '183029.176000', '183029.179000', '183029.182000', '183029.184000', '183029.187000', '183029.189000', '183029.192000', '183029.195000', '183029.197000', '183029.200000', '183029.202000', '183029.205000', '183029.208000', '183029.210000', '183029.213000', '183029.215000', '183029.218000', '183029.220000', '183029.223000', '183029.226000', '183029.228000', '183029.231000', '183029.233000', '183029.236000', '183049.122000', '183049.125000', '183049.128000', '183049.131000', '183049.133000', '183049.136000', '183049.151000', '183049.154000', '183049.156000', '183049.159000', '183049.161000', '183049.164000', '183049.167000', '183049.169000', '183049.172000', '183049.175000', '183049.177000', '183049.180000', '183049.182000', '183049.185000', '183049.188000', '183049.190000', '183049.193000', '183049.196000', '183049.198000', '183049.201000', '183049.203000', '183049.206000', '183049.208000', '183049.211000', '183049.214000', '183049.216000', '183049.219000', '183049.221000', '183049.224000', '183049.227000', '183049.229000', '183049.232000', '183049.235000', '183049.238000', '183049.240000', '183049.243000', '183049.245000', '183049.248000', '183109.122000', '183109.125000', '183109.128000', '183109.130000', '183109.133000', '183109.136000', '183109.139000', '183109.141000', '183109.144000', '183109.146000', '183109.149000', '183109.151000', '183109.154000', '183109.157000', '183109.159000', '183109.162000', '183109.164000', '183109.167000', '183109.170000', '183109.172000', '183109.175000', '183109.177000', '183109.180000', '183109.183000', '183109.185000', '183109.188000', '183109.190000', '183109.193000', '183109.196000', '183109.198000', '183109.201000', '183109.203000', '183109.206000', '183109.209000', '183109.211000', '183109.214000', '183109.217000', '183109.219000', '183109.222000', '183109.225000', '183109.227000', '183109.230000', '183109.232000', '183129.122000', '183129.125000', '183129.128000', '183129.131000', '183129.133000', '183129.136000', '183129.138000', '183129.141000', '183129.144000', '183129.146000', '183129.149000', '183129.152000', '183129.154000', '183129.157000', '183129.160000', '183129.162000', '183129.165000', '183129.167000', '183129.170000', '183129.173000', '183129.175000', '183129.178000', '183129.181000', '183129.183000', '183129.186000', '183129.188000', '183129.191000', '183129.194000', '183129.196000', '183129.199000', '183129.202000', '183129.204000', '183129.207000', '183129.210000', '183129.212000', '183129.215000', '183129.217000', '183129.220000', '183129.223000', '183129.225000', '183129.228000', '183129.230000', '183129.233000', '183129.236000', '183149.122000', '183149.125000', '183149.128000', '183149.131000', '183149.133000', '183149.136000', '183149.138000', '183149.141000', '183149.144000', '183149.146000', '183149.149000', '183149.152000', '183149.154000', '183149.157000', '183149.159000', '183149.162000', '183149.165000', '183149.167000', '183149.170000', '183149.173000', '183149.175000', '183149.178000', '183149.180000', '183149.183000', '183149.186000', '183149.188000', '183149.191000', '183149.193000', '183149.196000', '183149.199000', '183149.201000', '183149.204000', '183149.207000', '183149.209000', '183149.212000', '183149.214000', '183149.217000', '183149.220000', '183149.222000', '183149.225000', '183149.228000', '183149.230000', '183149.233000', '183209.123000', '183209.130000', '183209.133000', '183209.135000', '183209.138000', '183209.141000', '183209.143000', '183209.146000', '183209.148000', '183209.151000', '183209.154000', '183209.156000', '183209.159000', '183209.161000', '183209.164000', '183209.167000', '183209.183000', '183209.186000', '183209.188000', '183209.191000', '183209.194000', '183209.196000', '183209.199000', '183209.202000', '183209.204000', '183209.207000', '183209.209000', '183209.212000', '183209.215000', '183209.217000', '183209.220000', '183209.222000', '183209.225000', '183209.227000', '183209.230000', '183209.233000', '183209.235000', '183209.238000', '183209.240000', '183209.243000', '183209.246000', '183209.248000', '183209.251000', '183209.253000', '183229.123000', '183229.126000', '183229.128000', '183229.131000', '183229.133000', '183229.136000', '183229.138000', '183229.141000', '183229.144000', '183229.146000', '183229.149000', '183229.151000', '183229.154000', '183229.157000', '183229.159000', '183229.162000', '183229.165000', '183229.167000', '183229.170000', '183229.173000', '183229.175000', '183229.178000', '183229.180000', '183229.183000', '183229.186000', '183229.188000', '183229.191000', '183229.193000', '183229.196000', '183229.199000', '183229.201000', '183229.204000', '183229.207000', '183229.209000', '183229.212000', '183229.214000', '183229.217000', '183229.220000', '183229.222000', '183229.225000', '183229.228000', '183229.230000', '183229.233000', '183249.122000', '183249.125000', '183249.128000', '183249.131000', '183249.133000', '183249.136000', '183249.139000', '183249.141000', '183249.144000', '183249.146000', '183249.149000', '183249.152000', '183249.156000', '183249.158000', '183249.161000', '183249.164000', '183249.166000', '183249.169000', '183249.172000', '183249.174000', '183249.177000', '183249.179000', '183249.182000', '183249.184000', '183249.187000', '183249.190000', '183249.192000', '183249.195000', '183249.197000', '183249.200000', '183249.203000', '183249.205000', '183249.208000', '183249.210000', '183249.213000', '183249.216000', '183249.218000', '183249.221000', '183249.224000', '183249.226000', '183249.229000', '183249.232000', '183249.234000', '183249.237000', '183309.122000', '183309.125000', '183309.128000', '183309.131000', '183309.133000', '183309.136000', '183309.138000', '183309.141000', '183309.144000', '183309.146000', '183309.149000', '183309.151000', '183309.154000', '183309.157000', '183309.160000', '183309.162000', '183309.165000', '183309.167000', '183309.170000', '183309.173000', '183309.175000', '183309.178000', '183309.180000', '183309.183000', '183309.186000', '183309.188000', '183309.191000', '183309.193000', '183309.196000', '183309.199000', '183309.201000', '183309.204000', '183309.207000', '183309.209000', '183309.212000', '183309.214000', '183309.217000', '183309.220000', '183309.222000', '183309.225000', '183309.227000', '183309.230000', '183309.233000', '183329.122000', '183329.125000', '183329.128000', '183329.131000', '183329.133000', '183329.136000', '183329.138000', '183329.141000', '183329.144000', '183329.146000', '183329.149000', '183329.152000', '183329.154000', '183329.157000', '183329.160000', '183329.162000', '183329.165000', '183329.168000', '183329.171000', '183329.173000', '183329.176000', '183329.178000', '183329.181000', '183329.183000', '183329.186000', '183329.188000', '183329.191000', '183329.203000', '183329.206000', '183329.209000', '183329.211000', '183329.214000', '183329.217000', '183329.219000', '183329.222000', '183329.224000', '183329.227000', '183329.230000', '183329.232000', '183329.235000', '183329.237000', '183329.240000', '183329.243000', '183329.245000', '183349.123000', '183349.125000', '183349.128000', '183349.131000', '183349.133000', '183349.136000', '183349.138000', '183349.141000', '183349.144000', '183349.146000', '183349.149000', '183349.151000', '183349.154000', '183349.157000', '183349.159000', '183349.162000', '183349.165000', '183349.167000', '183349.170000', '183349.172000', '183349.175000', '183349.177000', '183349.180000', '183349.183000', '183349.185000', '183349.188000', '183349.190000', '183349.193000', '183349.196000', '183349.198000', '183349.201000', '183349.204000', '183349.206000', '183349.209000', '183349.211000', '183349.214000', '183349.216000', '183349.219000', '183349.222000', '183349.224000', '183349.227000', '183349.229000', '183349.232000', '183409.122000', '183409.125000', '183409.128000', '183409.131000', '183409.133000', '183409.136000', '183409.139000', '183409.141000', '183409.144000', '183409.147000', '183409.149000', '183409.152000', '183409.154000', '183409.157000', '183409.160000', '183409.162000', '183409.165000', '183409.168000', '183409.170000', '183409.173000', '183409.175000', '183409.178000', '183409.181000', '183409.183000', '183409.186000', '183409.188000', '183409.191000', '183409.194000', '183409.196000', '183409.199000', '183409.201000', '183409.204000', '183409.206000', '183409.209000', '183409.212000', '183409.214000', '183409.217000', '183409.219000', '183409.222000', '183409.225000', '183409.227000', '183409.230000', '183409.233000', '183409.235000', '183429.123000', '183429.125000', '183429.128000', '183429.131000', '183429.133000', '183429.136000', '183429.138000', '183429.141000', '183429.144000', '183429.146000', '183429.149000', '183429.152000', '183429.154000', '183429.157000', '183429.159000', '183429.162000', '183429.165000', '183429.167000', '183429.170000', '183429.172000', '183429.175000', '183429.178000', '183429.180000', '183429.183000', '183429.186000', '183429.188000', '183429.191000', '183429.193000', '183429.196000', '183429.199000', '183429.201000', '183429.204000', '183429.207000', '183429.209000', '183429.212000', '183429.214000', '183429.217000', '183429.219000', '183429.222000', '183429.225000', '183429.227000', '183429.230000', '183429.232000', '183449.123000', '183449.125000', '183449.128000', '183449.131000', '183449.133000', '183449.136000', '183449.138000', '183449.141000', '183449.144000', '183449.147000', '183449.150000', '183449.153000', '183449.156000', '183449.159000', '183449.161000', '183449.164000', '183449.167000', '183449.169000', '183449.172000', '183449.175000', '183449.177000', '183449.180000', '183449.182000', '183449.185000', '183449.203000', '183449.205000', '183449.208000', '183449.211000', '183449.213000', '183449.216000', '183449.219000', '183449.221000', '183449.224000', '183449.226000', '183449.229000', '183449.232000', '183449.234000', '183449.237000', '183449.239000', '183449.242000', '183449.245000', '183449.247000', '183449.250000', '183509.123000', '183509.125000', '183509.128000', '183509.131000', '183509.133000', '183509.136000', '183509.138000', '183509.141000', '183509.144000', '183509.146000', '183509.149000', '183509.152000', '183509.154000', '183509.157000', '183509.159000', '183509.162000', '183509.165000', '183509.167000', '183509.170000', '183509.173000', '183509.175000', '183509.178000', '183509.181000', '183509.183000', '183509.186000', '183509.189000', '183509.191000', '183509.194000', '183509.196000', '183509.199000', '183509.202000', '183509.204000', '183509.207000', '183509.209000', '183509.212000', '183509.214000', '183509.217000', '183509.220000', '183509.222000', '183509.225000', '183509.227000', '183509.230000', '183509.232000', '183509.235000', '183529.123000', '183529.126000', '183529.128000', '183529.131000', '183529.134000', '183529.136000', '183529.139000', '183529.142000', '183529.144000', '183529.147000', '183529.149000', '183529.152000', '183529.154000', '183529.157000', '183529.160000', '183529.162000', '183529.165000', '183529.167000', '183529.170000', '183529.172000', '183529.175000', '183529.177000', '183529.180000', '183529.183000', '183529.185000', '183529.188000', '183529.190000', '183529.193000', '183529.196000', '183529.198000', '183529.201000', '183529.203000', '183529.206000', '183529.209000', '183529.211000', '183529.214000', '183529.217000', '183529.219000', '183529.222000', '183529.224000', '183529.227000', '183529.230000', '183529.232000', '183549.122000', '183549.125000', '183549.128000', '183549.131000', '183549.133000', '183549.136000', '183549.138000', '183549.141000', '183549.144000', '183549.146000', '183549.149000', '183549.151000', '183549.154000', '183549.157000', '183549.159000', '183549.162000', '183549.164000', '183549.167000', '183549.169000', '183549.172000', '183549.175000', '183549.177000', '183549.180000', '183549.183000', '183549.185000', '183549.188000', '183549.190000', '183549.193000', '183549.195000', '183549.198000', '183549.201000', '183549.203000', '183549.206000', '183549.208000', '183549.211000', '183549.214000', '183549.216000', '183549.219000', '183549.221000', '183549.224000', '183549.227000', '183549.229000', '183549.232000', '183549.234000', '183609.123000', '183609.125000', '183609.128000', '183609.131000', '183609.133000', '183609.136000', '183609.139000', '183609.141000', '183609.144000', '183609.147000', '183609.150000', '183609.152000', '183609.155000', '183609.158000', '183609.160000', '183609.163000', '183609.165000', '183609.168000', '183609.171000', '183609.173000', '183609.191000', '183609.194000', '183609.197000', '183609.199000', '183609.202000', '183609.205000', '183609.207000', '183609.210000', '183609.213000', '183609.215000', '183609.218000', '183609.220000', '183609.223000', '183609.225000', '183609.228000', '183609.231000', '183609.233000', '183609.236000', '183609.239000', '183609.242000', '183609.244000', '183609.247000', '183609.250000', '183629.122000', '183629.125000', '183629.128000', '183629.131000', '183629.133000', '183629.136000', '183629.138000', '183629.141000', '183629.144000', '183629.146000', '183629.149000', '183629.152000', '183629.154000', '183629.157000', '183629.160000', '183629.162000', '183629.165000', '183629.167000', '183629.170000', '183629.173000', '183629.175000', '183629.178000', '183629.180000', '183629.183000', '183629.186000', '183629.188000', '183629.191000', '183629.193000', '183629.196000', '183629.199000', '183629.201000', '183629.204000', '183629.206000', '183629.209000', '183629.212000', '183629.214000', '183629.217000', '183629.219000', '183629.222000', '183629.225000', '183629.227000', '183629.230000', '183629.232000', '183629.235000', '183645.025000', '183645.028000', '183645.030000', '183645.033000', '183645.035000', '183645.038000', '183645.041000', '183645.043000', '183645.046000', '183645.049000', '183645.051000', '183645.054000', '183645.056000', '183645.059000', '183645.062000', '183645.064000', '183645.067000', '183645.070000', '183645.072000', '183645.075000', '183645.077000', '183645.080000', '183645.083000', '183645.085000', '183645.088000', '183645.090000', '183645.093000', '183645.096000', '183645.098000', '183645.101000', '183645.103000', '183645.106000', '183645.109000', '183645.111000', '183645.114000'], 'InstanceCreationTime': ['182649.158000', '182649.160000', '182649.163000', '182649.172000', '182649.175000', '182649.178000', '182649.181000', '182649.190000', '182649.192000', '182649.195000', '182649.198000', '182649.200000', '182649.203000', '182649.205000', '182649.208000', '182649.210000', '182649.213000', '182649.216000', '182649.218000', '182649.221000', '182649.223000', '182649.231000', '182649.233000', '182649.236000', '182649.239000', '182649.241000', '182709.122000', '182709.125000', '182709.128000', '182709.142000', '182709.145000', '182709.147000', '182709.154000', '182709.157000', '182709.160000', '182709.162000', '182709.165000', '182709.167000', '182709.170000', '182709.173000', '182709.175000', '182709.178000', '182709.180000', '182709.183000', '182709.185000', '182709.188000', '182709.191000', '182709.193000', '182709.196000', '182709.199000', '182709.201000', '182709.205000', '182709.207000', '182709.210000', '182709.212000', '182709.215000', '182709.223000', '182709.225000', '182709.228000', '182709.231000', '182709.233000', '182709.236000', '182709.238000', '182709.241000', '182709.243000', '182709.246000', '182709.248000', '182709.251000', '182709.254000', '182729.123000', '182729.126000', '182729.128000', '182729.131000', '182729.133000', '182729.136000', '182729.138000', '182729.141000', '182729.144000', '182729.146000', '182729.149000', '182729.151000', '182729.154000', '182729.157000', '182729.159000', '182729.162000', '182729.164000', '182729.167000', '182729.170000', '182729.172000', '182729.175000', '182729.177000', '182729.180000', '182729.183000', '182729.185000', '182729.188000', '182729.190000', '182729.193000', '182729.195000', '182729.214000', '182729.216000', '182729.219000', '182729.221000', '182729.224000', '182729.226000', '182729.229000', '182729.236000', '182729.239000', '182729.241000', '182729.244000', '182729.247000', '182729.249000', '182729.252000', '182729.254000', '182749.122000', '182749.126000', '182749.128000', '182749.131000', '182749.133000', '182749.136000', '182749.138000', '182749.141000', '182749.144000', '182749.146000', '182749.149000', '182749.151000', '182749.154000', '182749.157000', '182749.159000', '182749.162000', '182749.164000', '182749.167000', '182749.170000', '182749.172000', '182749.175000', '182749.177000', '182749.180000', '182749.183000', '182749.185000', '182749.188000', '182749.190000', '182749.193000', '182749.195000', '182749.198000', '182749.201000', '182749.203000', '182749.206000', '182749.208000', '182749.211000', '182749.214000', '182749.216000', '182749.219000', '182749.221000', '182749.224000', '182749.226000', '182749.229000', '182749.232000', '182809.122000', '182809.125000', '182809.128000', '182809.130000', '182809.133000', '182809.136000', '182809.138000', '182809.141000', '182809.143000', '182809.146000', '182809.149000', '182809.151000', '182809.154000', '182809.156000', '182809.159000', '182809.161000', '182809.164000', '182809.167000', '182809.169000', '182809.172000', '182809.174000', '182809.177000', '182809.179000', '182809.182000', '182809.185000', '182809.187000', '182809.190000', '182809.193000', '182809.195000', '182809.198000', '182809.200000', '182809.203000', '182809.205000', '182809.208000', '182809.210000', '182809.213000', '182809.216000', '182809.218000', '182809.221000', '182809.224000', '182809.226000', '182809.229000', '182809.231000', '182809.234000', '182829.123000', '182829.125000', '182829.128000', '182829.131000', '182829.133000', '182829.136000', '182829.139000', '182829.141000', '182829.144000', '182829.146000', '182829.149000', '182829.152000', '182829.154000', '182829.157000', '182829.159000', '182829.162000', '182829.165000', '182829.167000', '182829.170000', '182829.173000', '182829.175000', '182829.178000', '182829.181000', '182829.183000', '182829.186000', '182829.190000', '182829.193000', '182829.196000', '182829.199000', '182829.201000', '182829.204000', '182829.207000', '182829.209000', '182829.212000', '182829.214000', '182829.217000', '182829.219000', '182829.222000', '182829.225000', '182829.227000', '182829.230000', '182829.232000', '182829.235000', '182849.122000', '182849.125000', '182849.128000', '182849.130000', '182849.133000', '182849.136000', '182849.138000', '182849.141000', '182849.144000', '182849.146000', '182849.149000', '182849.151000', '182849.154000', '182849.157000', '182849.159000', '182849.162000', '182849.164000', '182849.167000', '182849.170000', '182849.172000', '182849.175000', '182849.177000', '182849.180000', '182849.183000', '182849.185000', '182849.188000', '182849.190000', '182849.193000', '182849.195000', '182849.198000', '182849.201000', '182849.203000', '182849.206000', '182849.208000', '182849.211000', '182849.214000', '182849.216000', '182849.219000', '182849.221000', '182849.224000', '182849.226000', '182849.229000', '182849.232000', '182849.234000', '182909.123000', '182909.126000', '182909.129000', '182909.132000', '182909.134000', '182909.137000', '182909.139000', '182909.142000', '182909.145000', '182909.148000', '182909.151000', '182909.154000', '182909.157000', '182909.159000', '182909.162000', '182909.165000', '182909.167000', '182909.170000', '182909.172000', '182909.175000', '182909.177000', '182909.180000', '182909.182000', '182909.185000', '182909.194000', '182909.197000', '182909.200000', '182909.202000', '182909.205000', '182909.207000', '182909.210000', '182909.212000', '182909.215000', '182909.218000', '182909.220000', '182909.223000', '182909.225000', '182909.228000', '182909.231000', '182909.233000', '182909.236000', '182909.238000', '182909.241000', '182929.122000', '182929.125000', '182929.128000', '182929.131000', '182929.133000', '182929.136000', '182929.138000', '182929.141000', '182929.144000', '182929.146000', '182929.149000', '182929.152000', '182929.154000', '182929.157000', '182929.160000', '182929.162000', '182929.165000', '182929.167000', '182929.170000', '182929.173000', '182929.175000', '182929.178000', '182929.180000', '182929.183000', '182929.186000', '182929.188000', '182929.191000', '182929.193000', '182929.196000', '182929.199000', '182929.201000', '182929.204000', '182929.207000', '182929.209000', '182929.212000', '182929.214000', '182929.217000', '182929.219000', '182929.222000', '182929.225000', '182929.227000', '182929.230000', '182929.233000', '182929.235000', '182949.122000', '182949.125000', '182949.128000', '182949.130000', '182949.133000', '182949.136000', '182949.138000', '182949.141000', '182949.143000', '182949.146000', '182949.149000', '182949.151000', '182949.154000', '182949.157000', '182949.159000', '182949.162000', '182949.164000', '182949.167000', '182949.170000', '182949.172000', '182949.175000', '182949.178000', '182949.180000', '182949.183000', '182949.186000', '182949.189000', '182949.191000', '182949.194000', '182949.196000', '182949.199000', '182949.201000', '182949.204000', '182949.207000', '182949.209000', '182949.212000', '182949.214000', '182949.217000', '182949.220000', '182949.222000', '182949.225000', '182949.228000', '182949.233000', '182949.235000', '183009.122000', '183009.125000', '183009.128000', '183009.131000', '183009.133000', '183009.136000', '183009.138000', '183009.141000', '183009.144000', '183009.146000', '183009.149000', '183009.151000', '183009.154000', '183009.156000', '183009.159000', '183009.162000', '183009.164000', '183009.167000', '183009.170000', '183009.172000', '183009.175000', '183009.177000', '183009.180000', '183009.182000', '183009.185000', '183009.188000', '183009.190000', '183009.193000', '183009.195000', '183009.198000', '183009.201000', '183009.203000', '183009.206000', '183009.208000', '183009.211000', '183009.213000', '183009.216000', '183009.219000', '183009.221000', '183009.224000', '183009.226000', '183009.229000', '183009.232000', '183009.234000', '183029.122000', '183029.125000', '183029.128000', '183029.131000', '183029.133000', '183029.136000', '183029.138000', '183029.141000', '183029.144000', '183029.146000', '183029.149000', '183029.151000', '183029.154000', '183029.157000', '183029.159000', '183029.162000', '183029.164000', '183029.167000', '183029.174000', '183029.176000', '183029.179000', '183029.182000', '183029.184000', '183029.187000', '183029.189000', '183029.192000', '183029.195000', '183029.197000', '183029.200000', '183029.202000', '183029.205000', '183029.208000', '183029.210000', '183029.213000', '183029.215000', '183029.218000', '183029.220000', '183029.223000', '183029.226000', '183029.228000', '183029.231000', '183029.233000', '183029.236000', '183049.122000', '183049.125000', '183049.128000', '183049.131000', '183049.133000', '183049.136000', '183049.151000', '183049.154000', '183049.156000', '183049.159000', '183049.161000', '183049.164000', '183049.167000', '183049.169000', '183049.172000', '183049.175000', '183049.177000', '183049.180000', '183049.182000', '183049.185000', '183049.188000', '183049.190000', '183049.193000', '183049.196000', '183049.198000', '183049.201000', '183049.203000', '183049.206000', '183049.208000', '183049.211000', '183049.214000', '183049.216000', '183049.219000', '183049.221000', '183049.224000', '183049.227000', '183049.229000', '183049.232000', '183049.235000', '183049.238000', '183049.240000', '183049.243000', '183049.245000', '183049.248000', '183109.122000', '183109.125000', '183109.128000', '183109.130000', '183109.133000', '183109.136000', '183109.139000', '183109.141000', '183109.144000', '183109.146000', '183109.149000', '183109.151000', '183109.154000', '183109.157000', '183109.159000', '183109.162000', '183109.164000', '183109.167000', '183109.170000', '183109.172000', '183109.175000', '183109.177000', '183109.180000', '183109.183000', '183109.185000', '183109.188000', '183109.190000', '183109.193000', '183109.196000', '183109.198000', '183109.201000', '183109.203000', '183109.206000', '183109.209000', '183109.211000', '183109.214000', '183109.217000', '183109.219000', '183109.222000', '183109.225000', '183109.227000', '183109.230000', '183109.232000', '183129.122000', '183129.125000', '183129.128000', '183129.131000', '183129.133000', '183129.136000', '183129.138000', '183129.141000', '183129.144000', '183129.146000', '183129.149000', '183129.152000', '183129.154000', '183129.157000', '183129.160000', '183129.162000', '183129.165000', '183129.167000', '183129.170000', '183129.173000', '183129.175000', '183129.178000', '183129.181000', '183129.183000', '183129.186000', '183129.188000', '183129.191000', '183129.194000', '183129.196000', '183129.199000', '183129.202000', '183129.204000', '183129.207000', '183129.210000', '183129.212000', '183129.215000', '183129.217000', '183129.220000', '183129.223000', '183129.225000', '183129.228000', '183129.230000', '183129.233000', '183129.236000', '183149.122000', '183149.125000', '183149.128000', '183149.131000', '183149.133000', '183149.136000', '183149.138000', '183149.141000', '183149.144000', '183149.146000', '183149.149000', '183149.152000', '183149.154000', '183149.157000', '183149.159000', '183149.162000', '183149.165000', '183149.167000', '183149.170000', '183149.173000', '183149.175000', '183149.178000', '183149.180000', '183149.183000', '183149.186000', '183149.188000', '183149.191000', '183149.193000', '183149.196000', '183149.199000', '183149.201000', '183149.204000', '183149.207000', '183149.209000', '183149.212000', '183149.214000', '183149.217000', '183149.220000', '183149.222000', '183149.225000', '183149.228000', '183149.230000', '183149.233000', '183209.123000', '183209.130000', '183209.133000', '183209.135000', '183209.138000', '183209.141000', '183209.143000', '183209.146000', '183209.148000', '183209.151000', '183209.154000', '183209.156000', '183209.159000', '183209.161000', '183209.164000', '183209.167000', '183209.183000', '183209.186000', '183209.188000', '183209.191000', '183209.194000', '183209.196000', '183209.199000', '183209.202000', '183209.204000', '183209.207000', '183209.209000', '183209.212000', '183209.215000', '183209.217000', '183209.220000', '183209.222000', '183209.225000', '183209.227000', '183209.230000', '183209.233000', '183209.235000', '183209.238000', '183209.240000', '183209.243000', '183209.246000', '183209.248000', '183209.251000', '183209.253000', '183229.123000', '183229.126000', '183229.128000', '183229.131000', '183229.133000', '183229.136000', '183229.138000', '183229.141000', '183229.144000', '183229.146000', '183229.149000', '183229.151000', '183229.154000', '183229.157000', '183229.159000', '183229.162000', '183229.165000', '183229.167000', '183229.170000', '183229.173000', '183229.175000', '183229.178000', '183229.180000', '183229.183000', '183229.186000', '183229.188000', '183229.191000', '183229.193000', '183229.196000', '183229.199000', '183229.201000', '183229.204000', '183229.207000', '183229.209000', '183229.212000', '183229.214000', '183229.217000', '183229.220000', '183229.222000', '183229.225000', '183229.228000', '183229.230000', '183229.233000', '183249.122000', '183249.125000', '183249.128000', '183249.131000', '183249.133000', '183249.136000', '183249.139000', '183249.141000', '183249.144000', '183249.146000', '183249.149000', '183249.152000', '183249.156000', '183249.158000', '183249.161000', '183249.164000', '183249.166000', '183249.169000', '183249.172000', '183249.174000', '183249.177000', '183249.179000', '183249.182000', '183249.184000', '183249.187000', '183249.190000', '183249.192000', '183249.195000', '183249.197000', '183249.200000', '183249.203000', '183249.205000', '183249.208000', '183249.210000', '183249.213000', '183249.216000', '183249.218000', '183249.221000', '183249.224000', '183249.226000', '183249.229000', '183249.232000', '183249.234000', '183249.237000', '183309.122000', '183309.125000', '183309.128000', '183309.131000', '183309.133000', '183309.136000', '183309.138000', '183309.141000', '183309.144000', '183309.146000', '183309.149000', '183309.151000', '183309.154000', '183309.157000', '183309.160000', '183309.162000', '183309.165000', '183309.167000', '183309.170000', '183309.173000', '183309.175000', '183309.178000', '183309.180000', '183309.183000', '183309.186000', '183309.188000', '183309.191000', '183309.193000', '183309.196000', '183309.199000', '183309.201000', '183309.204000', '183309.207000', '183309.209000', '183309.212000', '183309.214000', '183309.217000', '183309.220000', '183309.222000', '183309.225000', '183309.227000', '183309.230000', '183309.233000', '183329.122000', '183329.125000', '183329.128000', '183329.131000', '183329.133000', '183329.136000', '183329.138000', '183329.141000', '183329.144000', '183329.146000', '183329.149000', '183329.152000', '183329.154000', '183329.157000', '183329.160000', '183329.162000', '183329.165000', '183329.168000', '183329.171000', '183329.173000', '183329.176000', '183329.178000', '183329.181000', '183329.183000', '183329.186000', '183329.188000', '183329.191000', '183329.203000', '183329.206000', '183329.209000', '183329.211000', '183329.214000', '183329.217000', '183329.219000', '183329.222000', '183329.224000', '183329.227000', '183329.230000', '183329.232000', '183329.235000', '183329.237000', '183329.240000', '183329.243000', '183329.245000', '183349.123000', '183349.125000', '183349.128000', '183349.131000', '183349.133000', '183349.136000', '183349.138000', '183349.141000', '183349.144000', '183349.146000', '183349.149000', '183349.151000', '183349.154000', '183349.157000', '183349.159000', '183349.162000', '183349.165000', '183349.167000', '183349.170000', '183349.172000', '183349.175000', '183349.177000', '183349.180000', '183349.183000', '183349.185000', '183349.188000', '183349.190000', '183349.193000', '183349.196000', '183349.198000', '183349.201000', '183349.204000', '183349.206000', '183349.209000', '183349.211000', '183349.214000', '183349.216000', '183349.219000', '183349.222000', '183349.224000', '183349.227000', '183349.229000', '183349.232000', '183409.122000', '183409.125000', '183409.128000', '183409.131000', '183409.133000', '183409.136000', '183409.139000', '183409.141000', '183409.144000', '183409.147000', '183409.149000', '183409.152000', '183409.154000', '183409.157000', '183409.160000', '183409.162000', '183409.165000', '183409.168000', '183409.170000', '183409.173000', '183409.175000', '183409.178000', '183409.181000', '183409.183000', '183409.186000', '183409.188000', '183409.191000', '183409.194000', '183409.196000', '183409.199000', '183409.201000', '183409.204000', '183409.206000', '183409.209000', '183409.212000', '183409.214000', '183409.217000', '183409.219000', '183409.222000', '183409.225000', '183409.227000', '183409.230000', '183409.233000', '183409.235000', '183429.123000', '183429.125000', '183429.128000', '183429.131000', '183429.133000', '183429.136000', '183429.138000', '183429.141000', '183429.144000', '183429.146000', '183429.149000', '183429.152000', '183429.154000', '183429.157000', '183429.159000', '183429.162000', '183429.165000', '183429.167000', '183429.170000', '183429.172000', '183429.175000', '183429.178000', '183429.180000', '183429.183000', '183429.186000', '183429.188000', '183429.191000', '183429.193000', '183429.196000', '183429.199000', '183429.201000', '183429.204000', '183429.207000', '183429.209000', '183429.212000', '183429.214000', '183429.217000', '183429.219000', '183429.222000', '183429.225000', '183429.227000', '183429.230000', '183429.232000', '183449.123000', '183449.125000', '183449.128000', '183449.131000', '183449.133000', '183449.136000', '183449.138000', '183449.141000', '183449.144000', '183449.147000', '183449.150000', '183449.153000', '183449.156000', '183449.159000', '183449.161000', '183449.164000', '183449.167000', '183449.169000', '183449.172000', '183449.175000', '183449.177000', '183449.180000', '183449.182000', '183449.185000', '183449.203000', '183449.205000', '183449.208000', '183449.211000', '183449.213000', '183449.216000', '183449.219000', '183449.221000', '183449.224000', '183449.226000', '183449.229000', '183449.232000', '183449.234000', '183449.237000', '183449.239000', '183449.242000', '183449.245000', '183449.247000', '183449.250000', '183509.123000', '183509.125000', '183509.128000', '183509.131000', '183509.133000', '183509.136000', '183509.138000', '183509.141000', '183509.144000', '183509.146000', '183509.149000', '183509.152000', '183509.154000', '183509.157000', '183509.159000', '183509.162000', '183509.165000', '183509.167000', '183509.170000', '183509.173000', '183509.175000', '183509.178000', '183509.181000', '183509.183000', '183509.186000', '183509.189000', '183509.191000', '183509.194000', '183509.196000', '183509.199000', '183509.202000', '183509.204000', '183509.207000', '183509.209000', '183509.212000', '183509.214000', '183509.217000', '183509.220000', '183509.222000', '183509.225000', '183509.227000', '183509.230000', '183509.232000', '183509.235000', '183529.123000', '183529.126000', '183529.128000', '183529.131000', '183529.134000', '183529.136000', '183529.139000', '183529.142000', '183529.144000', '183529.147000', '183529.149000', '183529.152000', '183529.154000', '183529.157000', '183529.160000', '183529.162000', '183529.165000', '183529.167000', '183529.170000', '183529.172000', '183529.175000', '183529.177000', '183529.180000', '183529.183000', '183529.185000', '183529.188000', '183529.190000', '183529.193000', '183529.196000', '183529.198000', '183529.201000', '183529.203000', '183529.206000', '183529.209000', '183529.211000', '183529.214000', '183529.217000', '183529.219000', '183529.222000', '183529.224000', '183529.227000', '183529.230000', '183529.232000', '183549.122000', '183549.125000', '183549.128000', '183549.131000', '183549.133000', '183549.136000', '183549.138000', '183549.141000', '183549.144000', '183549.146000', '183549.149000', '183549.151000', '183549.154000', '183549.157000', '183549.159000', '183549.162000', '183549.164000', '183549.167000', '183549.169000', '183549.172000', '183549.175000', '183549.177000', '183549.180000', '183549.183000', '183549.185000', '183549.188000', '183549.190000', '183549.193000', '183549.195000', '183549.198000', '183549.201000', '183549.203000', '183549.206000', '183549.208000', '183549.211000', '183549.214000', '183549.216000', '183549.219000', '183549.221000', '183549.224000', '183549.227000', '183549.229000', '183549.232000', '183549.234000', '183609.123000', '183609.125000', '183609.128000', '183609.131000', '183609.133000', '183609.136000', '183609.139000', '183609.141000', '183609.144000', '183609.147000', '183609.150000', '183609.152000', '183609.155000', '183609.158000', '183609.160000', '183609.163000', '183609.165000', '183609.168000', '183609.171000', '183609.173000', '183609.191000', '183609.194000', '183609.197000', '183609.199000', '183609.202000', '183609.205000', '183609.207000', '183609.210000', '183609.213000', '183609.215000', '183609.218000', '183609.220000', '183609.223000', '183609.225000', '183609.228000', '183609.231000', '183609.233000', '183609.236000', '183609.239000', '183609.242000', '183609.244000', '183609.247000', '183609.250000', '183629.122000', '183629.125000', '183629.128000', '183629.131000', '183629.133000', '183629.136000', '183629.138000', '183629.141000', '183629.144000', '183629.146000', '183629.149000', '183629.152000', '183629.154000', '183629.157000', '183629.160000', '183629.162000', '183629.165000', '183629.167000', '183629.170000', '183629.173000', '183629.175000', '183629.178000', '183629.180000', '183629.183000', '183629.186000', '183629.188000', '183629.191000', '183629.193000', '183629.196000', '183629.199000', '183629.201000', '183629.204000', '183629.206000', '183629.209000', '183629.212000', '183629.214000', '183629.217000', '183629.219000', '183629.222000', '183629.225000', '183629.227000', '183629.230000', '183629.232000', '183629.235000', '183645.025000', '183645.028000', '183645.030000', '183645.033000', '183645.035000', '183645.038000', '183645.041000', '183645.043000', '183645.046000', '183645.049000', '183645.051000', '183645.054000', '183645.056000', '183645.059000', '183645.062000', '183645.064000', '183645.067000', '183645.070000', '183645.072000', '183645.075000', '183645.077000', '183645.080000', '183645.083000', '183645.085000', '183645.088000', '183645.090000', '183645.093000', '183645.096000', '183645.098000', '183645.101000', '183645.103000', '183645.106000', '183645.109000', '183645.111000', '183645.114000'], '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': [9775, 9480, 13190, 9679, 10608, 9573, 9896, 12898, 9779, 10248, 9632, 10174, 12551, 9541, 9378, 9592, 9811, 10143, 9558, 9919, 13454, 9732, 11417, 9507, 9674, 12934, 9519, 9332, 9311, 9684, 8945, 9325, 10073, 13306, 9683, 10231, 9406, 9793, 11414, 9481, 8922, 9146, 9127, 9047, 8998, 9010, 9155, 9362, 9524, 9252, 9106, 11983, 9365, 10855, 9600, 9352, 13481, 9243, 12257, 9667, 9475, 9151, 9462, 12312, 9605, 9432, 14155, 9481, 9730, 9287, 9462, 12261, 9538, 9738, 9413, 8736, 9487, 9016, 12991, 9699, 10678, 9709, 9281, 9812, 12304, 9856, 14191, 10342, 9887, 14220, 10107, 11309, 9898, 9867, 11541, 9718, 9347, 13522, 9663, 11075, 9647, 9292, 10946, 9697, 8960, 9749, 9846, 11011, 9406, 9387, 9501, 9648, 10864, 9411, 8848, 9283, 9669, 11437, 9465, 9262, 10438, 9440, 11748, 9617, 9454, 12395, 9322, 11464, 9595, 9907, 12593, 9479, 10171, 9413, 9508, 11580, 9564, 9225, 11705, 9408, 11299, 9604, 9324, 10046, 9164, 11234, 9629, 9883, 11725, 9413, 9055, 11291, 9426, 11112, 9641, 9211, 12519, 9432, 11451, 9686, 10425, 13930, 9487, 10810, 9490, 9552, 11791, 9566, 8228, 9437, 9862, 13028, 9837, 10523, 9823, 10136, 13338, 9798, 11003, 9733, 10356, 13446, 9785, 11001, 9643, 10094, 13903, 9546, 9663, 10508, 9607, 10510, 9785, 9987, 11835, 9405, 10511, 9737, 9211, 9031, 9392, 11034, 9566, 7985, 9318, 9914, 11565, 9437, 10152, 9539, 9693, 11621, 9638, 10145, 13966, 10729, 10477, 9442, 9565, 10421, 9420, 9731, 13262, 9709, 9042, 9311, 9246, 10750, 9604, 9859, 11674, 9418, 9135, 9235, 9471, 10224, 9474, 10087, 12582, 9447, 10114, 9424, 9576, 10483, 9313, 10090, 13164, 9512, 9888, 9464, 9664, 12022, 9532, 9330, 9241, 9335, 10381, 9568, 9808, 12386, 9491, 9254, 11040, 9522, 9907, 9625, 9096, 12440, 9572, 9994, 9852, 10149, 12571, 9498, 10921, 9674, 10000, 12142, 9405, 10975, 9750, 9861, 12700, 9763, 9217, 10866, 9642, 11938, 9621, 8681, 9558, 9871, 13120, 9929, 10725, 9407, 9577, 13406, 9775, 11109, 9509, 9469, 12660, 9761, 10683, 9708, 10414, 13472, 9903, 11092, 9764, 10036, 13192, 9705, 10623, 9754, 9161, 11394, 9469, 11262, 9593, 10458, 12498, 9431, 11483, 9780, 8034, 9495, 10162, 11338, 9352, 10482, 9790, 9666, 9439, 9346, 12032, 9716, 9512, 10702, 9703, 10870, 9797, 10918, 13098, 9797, 10535, 9727, 9866, 13542, 10429, 12800, 9748, 9540, 10047, 9577, 9929, 9612, 10052, 10730, 9961, 11776, 10926, 10268, 13802, 11291, 11415, 9487, 10295, 12940, 10034, 9990, 9512, 10489, 11838, 9703, 9901, 9541, 10307, 10854, 9193, 9481, 9400, 9349, 8968, 9821, 9639, 8976, 9353, 14618, 9640, 10400, 9602, 9390, 9426, 8778, 9492, 10254, 13415, 9601, 11473, 10619, 10243, 13898, 9794, 10054, 9175, 10070, 12797, 9782, 9314, 9843, 10268, 11218, 9550, 9851, 9832, 9544, 9299, 9691, 11264, 9733, 8829, 9533, 10551, 12706, 9398, 10589, 10720, 10291, 13342, 9504, 10170, 11188, 9914, 12403, 9398, 9073, 10416, 9568, 11516, 9720, 9143, 10162, 9474, 13210, 9751, 10181, 9651, 10063, 13232, 9620, 10801, 9795, 9227, 12476, 9169, 12279, 9904, 9832, 9735, 10078, 12982, 9692, 10587, 9451, 9764, 11116, 9650, 10049, 14090, 9681, 12189, 9969, 10294, 12128, 9572, 10116, 9663, 10020, 11200, 9621, 9256, 11199, 9800, 9925, 9716, 10466, 11305, 9359, 10202, 9867, 10228, 12670, 9558, 10705, 9853, 10046, 12714, 9829, 9749, 13747, 9691, 11025, 9551, 10329, 13124, 9822, 10561, 9754, 10131, 11475, 9493, 8958, 9650, 10197, 10251, 9655, 8785, 9378, 9601, 9856, 9601, 8781, 9540, 9766, 12194, 9472, 9084, 12715, 9682, 10569, 9844, 9272, 9457, 9693, 9211, 9479, 9663, 12587, 9534, 10665, 9967, 9209, 9775, 8960, 9649, 10585, 13947, 10981, 11620, 9854, 10013, 14188, 11314, 10810, 9476, 10130, 11759, 9863, 9564, 12536, 9725, 7916, 9486, 9649, 10693, 9576, 9282, 9601, 9465, 8937, 9854, 9777, 9799, 9555, 8257, 9609, 9662, 11439, 9618, 9208, 10844, 9781, 10100, 9798, 9371, 12227, 8890, 10502, 8451, 9183, 14045, 9088, 10107, 10259, 8849, 10925, 9220, 9634, 12977, 9065, 10602, 9409, 9612, 12927, 10022, 8936, 8869, 9421, 11364, 9387, 9365, 13962, 8852, 8310, 11369, 9393, 12400, 8982, 8361, 12226, 9614, 11881, 9109, 9592, 14202, 9562, 11369, 9031, 9545, 12944, 8925, 9892, 12389, 9440, 10022, 9000, 10010, 12133, 8959, 8231, 9200, 10034, 11739, 9288, 8431, 9204, 10210, 13148, 9130, 10429, 8983, 9799, 12662, 9319, 9022, 13887, 9878, 11533, 9360, 8363, 9003, 10261, 12985, 9470, 11901, 9153, 8548, 9068, 8626, 11911, 8782, 9015, 8889, 10456, 9179, 13073, 9460, 11333, 9961, 10452, 14099, 12290, 12205, 9176, 10011, 12824, 9188, 8764, 9315, 9745, 10634, 9303, 8237, 9361, 8922, 8821, 9139, 8330, 9155, 9650, 11023, 9057, 8936, 9190, 9664, 12460, 9309, 9039, 9221, 9309, 12510, 9352, 11053, 9181, 9371, 13479, 9545, 11681, 9316, 10957, 10636, 8330, 9305, 9581, 13477, 9391, 10334, 14485, 10232, 12515, 9231, 9492, 13824, 9453, 10987, 9372, 9703, 14915, 9219, 11072, 9160, 10052, 13545, 9277, 10029, 9101, 9880, 11794, 9441, 8305, 9305, 10146, 11421, 9095, 8442, 10062, 9561, 9918, 9229, 10435, 12555, 9763, 10570, 9071, 8661, 8789, 9816, 9334, 9112, 8759, 8931, 9648, 8432, 9371, 8591, 12034, 9589, 11800, 9146, 11070, 9358, 9244, 8168, 9821, 10338, 13969, 12126, 12511, 13301, 10009, 11010, 9392, 10113, 11938, 11842, 9626, 9103, 9350, 9716, 9833, 9495, 10215, 12994, 9596, 10713, 9316, 8598, 9252, 9108, 13631, 8693, 8484, 8694, 9783, 11531, 8981, 13256, 12275, 11163, 9681, 8259, 8456, 8849, 8467, 8896, 8746, 9348, 10197, 9163, 10196, 14067, 11514, 14462, 9841, 12029, 9738, 9185, 9393, 8699, 12262, 8978, 9277, 8638, 9668, 9386, 9973, 12187, 9593, 11830, 15090, 12475, 12288, 9534, 10161, 14895, 9908, 11820, 9457, 8767, 9088, 10131, 9257, 9352, 8638, 9166, 9260, 9864, 9647, 8063, 9449, 10075, 10328, 9608, 9074, 9182, 8590, 9102, 9417, 11428, 9551, 8073, 9357, 9686, 13396, 9572, 10402, 9327, 10109, 14360, 9224, 11165, 9632, 9226, 12818, 9350, 9037, 9428, 9033, 10479, 9393, 9391, 9414, 8986, 11712, 9496, 11573, 9361, 9759, 9546, 9239, 12371, 9540, 11730, 9587, 9301, 13273, 10045, 11501, 9411, 8865, 10369, 9414, 13513, 9546, 10860, 9747, 9536, 13133, 9418, 11075, 9474, 9679, 9488, 9229, 9282, 9694, 11793, 9502, 9779, 10727, 9652, 14267, 9588, 10051, 10884, 9406, 13577, 9463, 9139, 10115, 9597, 12304, 9855, 8288, 9349, 9506, 11365, 9496, 9007, 9243, 9685, 11121, 9644, 8627, 9764, 8362, 9469, 9540, 9463, 9578, 9547, 9534, 9840, 8806, 10020, 10203, 15071, 11832, 12527, 14089, 12179, 12722, 9761, 10161, 9746, 9923, 13908, 9659, 13014, 9629, 10332, 13582, 9887, 11762, 9838, 10305, 11944, 9798, 9599, 9692, 9953, 10036, 9895, 9249, 9753, 9066, 9953, 9930, 9376, 10079, 9554, 12196, 10279, 9927, 9771, 9327, 9527, 9954, 12572, 9660, 11346, 13255, 10017, 11896, 9771, 9408, 11804, 9633, 10802, 9780, 9063, 9453, 9830, 12487, 9827, 9098, 9551, 9087, 12332, 10095, 10722, 9539, 8938, 10534, 10218, 13547, 9610, 9837, 9466, 10095, 12528, 9710, 9227, 9648, 10163, 12982, 9888, 10268, 9546, 8927, 9372, 9880, 11448, 9372, 9402, 9517, 9038, 11988, 10211, 11661, 9633, 9574, 10351, 9971, 10662, 9782, 10224, 14534, 9765, 11352, 9764, 9998, 11796, 9557, 9613, 9533, 9964, 12918, 9542, 10451, 9764, 9160, 9430, 9850, 11403, 9794, 8337, 9666, 9570, 13519, 10025, 11421, 9671, 9602, 13392, 9697, 10684, 11397, 9654, 13635, 9678, 8968, 9689, 9627, 12993, 9632, 8396, 9625, 9520, 13476, 9533, 8738, 9504, 9943, 13140, 9861, 9961, 9759, 9621, 11833, 9755, 10205, 9861, 10311, 13091, 9755, 10646, 9823, 9298, 11293, 9586, 10079, 9849, 9254, 9403, 9480, 9106, 9812, 9331, 9425, 9844, 9867, 9657, 9181, 9576, 9825, 10830, 9662, 9676, 9955, 9346, 9472, 9929, 12028, 9554, 9862, 9734, 10130, 13905, 9737, 11188, 9864, 9317, 9471, 9580, 9472, 8624, 9895, 8951, 10063, 10461, 14831, 11320, 12034, 14060, 10764, 14251, 9863, 10507, 9965, 9949, 12542, 9790, 9296, 9481, 9919, 9394, 9946, 9310, 9405, 9572, 8883, 9683, 9239, 9432, 9529, 9138, 9786, 9774, 12140, 9730, 9993, 9836, 10134, 13094, 9874, 10043, 9553, 9907, 12059, 9500, 9225, 11004, 9780, 9318, 9789, 9265, 11148, 9832, 9774, 9777, 9100, 10558, 10031, 10490, 9703, 10120, 12549, 9948, 12170, 9714, 10304, 13255, 9671, 10289, 9839, 9014, 11767, 9460, 9942, 9709, 9864, 9889, 9375, 9840, 9520, 9736, 11609, 13475, 10661, 13168, 9742, 9228, 9524, 9612, 9408, 9715, 9954, 13684, 9583, 9911, 9541, 9664, 9056, 9429, 9095, 9604, 9342, 8294, 9552, 10076, 11065, 9529, 8947, 9271, 9570, 8810, 9613, 9318, 10650, 9317, 8953, 9487, 9734, 12462, 9531, 10452, 9510, 9937, 12931, 10451, 10634, 9527, 10361, 12997, 9522, 10673, 9781, 9489, 13304, 9486, 9476, 9623, 9992, 13503, 9773, 11509, 9651, 9028, 9306], 'WindowCenter': [3902.0, 3888.0, 3905.0, 3872.0, 3869.0, 3859.0, 3870.0, 3888.0, 3858.0, 3867.0, 3858.0, 3868.0, 3877.0, 3857.0, 3846.0, 3856.0, 3858.0, 3855.0, 3855.0, 3857.0, 3887.0, 3856.0, 3867.0, 3845.0, 3856.0, 3875.0, 3845.0, 3845.0, 3844.0, 3856.0, 3843.0, 3845.0, 3855.0, 3888.0, 3856.0, 3856.0, 3844.0, 3857.0, 3865.0, 3857.0, 3846.0, 3845.0, 3857.0, 3847.0, 3859.0, 3858.0, 3858.0, 3860.0, 3869.0, 3860.0, 3860.0, 3891.0, 3862.0, 3880.0, 3871.0, 3861.0, 3901.0, 3860.0, 3891.0, 3860.0, 3861.0, 3859.0, 3871.0, 3891.0, 3860.0, 3861.0, 3901.0, 3859.0, 3859.0, 3857.0, 3859.0, 3889.0, 3871.0, 3869.0, 3859.0, 3861.0, 3870.0, 3860.0, 3888.0, 3870.0, 3880.0, 3871.0, 3872.0, 3884.0, 3905.0, 3873.0, 3905.0, 3871.0, 3858.0, 3888.0, 3857.0, 3867.0, 3857.0, 3857.0, 3866.0, 3845.0, 3845.0, 3887.0, 3845.0, 3865.0, 3843.0, 3843.0, 3853.0, 3845.0, 3843.0, 3856.0, 3857.0, 3864.0, 3845.0, 3845.0, 3855.0, 3856.0, 3865.0, 3846.0, 3845.0, 3845.0, 3857.0, 3877.0, 3859.0, 3859.0, 3868.0, 3858.0, 3879.0, 3858.0, 3859.0, 3878.0, 3858.0, 3880.0, 3857.0, 3858.0, 3877.0, 3857.0, 3867.0, 3846.0, 3859.0, 3878.0, 3859.0, 3858.0, 3878.0, 3858.0, 3867.0, 3858.0, 3857.0, 3856.0, 3857.0, 3868.0, 3857.0, 3858.0, 3879.0, 3858.0, 3847.0, 3867.0, 3858.0, 3867.0, 3858.0, 3859.0, 3878.0, 3858.0, 3880.0, 3858.0, 3868.0, 3889.0, 3858.0, 3867.0, 3857.0, 3859.0, 3877.0, 3859.0, 3836.0, 3858.0, 3870.0, 3890.0, 3869.0, 3868.0, 3869.0, 3869.0, 3900.0, 3858.0, 3868.0, 3858.0, 3869.0, 3888.0, 3859.0, 3868.0, 3857.0, 3868.0, 3888.0, 3857.0, 3855.0, 3867.0, 3857.0, 3866.0, 3857.0, 3857.0, 3877.0, 3858.0, 3867.0, 3857.0, 3859.0, 3848.0, 3859.0, 3880.0, 3859.0, 3837.0, 3859.0, 3870.0, 3879.0, 3859.0, 3870.0, 3859.0, 3871.0, 3879.0, 3858.0, 3868.0, 3888.0, 3870.0, 3868.0, 3858.0, 3858.0, 3867.0, 3846.0, 3857.0, 3888.0, 3857.0, 3846.0, 3846.0, 3846.0, 3866.0, 3856.0, 3857.0, 3866.0, 3857.0, 3857.0, 3857.0, 3858.0, 3858.0, 3858.0, 3868.0, 3888.0, 3857.0, 3869.0, 3847.0, 3858.0, 3867.0, 3847.0, 3858.0, 3878.0, 3857.0, 3857.0, 3857.0, 3858.0, 3878.0, 3858.0, 3858.0, 3858.0, 3858.0, 3867.0, 3857.0, 3869.0, 3878.0, 3859.0, 3858.0, 3878.0, 3859.0, 3856.0, 3858.0, 3858.0, 3889.0, 3859.0, 3868.0, 3869.0, 3870.0, 3890.0, 3858.0, 3880.0, 3858.0, 3871.0, 3878.0, 3858.0, 3868.0, 3858.0, 3859.0, 3878.0, 3858.0, 3858.0, 3867.0, 3858.0, 3879.0, 3858.0, 3847.0, 3857.0, 3869.0, 3890.0, 3859.0, 3868.0, 3858.0, 3858.0, 3890.0, 3858.0, 3879.0, 3858.0, 3858.0, 3889.0, 3858.0, 3869.0, 3858.0, 3870.0, 3888.0, 3859.0, 3868.0, 3858.0, 3857.0, 3888.0, 3858.0, 3869.0, 3857.0, 3858.0, 3879.0, 3858.0, 3879.0, 3859.0, 3868.0, 3877.0, 3857.0, 3878.0, 3858.0, 3837.0, 3858.0, 3870.0, 3878.0, 3859.0, 3870.0, 3871.0, 3870.0, 3860.0, 3861.0, 3890.0, 3859.0, 3860.0, 3870.0, 3859.0, 3869.0, 3859.0, 3870.0, 3889.0, 3859.0, 3869.0, 3857.0, 3858.0, 3889.0, 3868.0, 3878.0, 3847.0, 3846.0, 3857.0, 3857.0, 3870.0, 3871.0, 3873.0, 3882.0, 3873.0, 3893.0, 3870.0, 3859.0, 3888.0, 3868.0, 3866.0, 3845.0, 3856.0, 3876.0, 3856.0, 3844.0, 3845.0, 3855.0, 3864.0, 3855.0, 3855.0, 3856.0, 3857.0, 3867.0, 3846.0, 3855.0, 3847.0, 3847.0, 3847.0, 3869.0, 3857.0, 3859.0, 3860.0, 3900.0, 3874.0, 3882.0, 3871.0, 3859.0, 3861.0, 3850.0, 3871.0, 3883.0, 3902.0, 3872.0, 3883.0, 3872.0, 3872.0, 3891.0, 3859.0, 3858.0, 3846.0, 3857.0, 3878.0, 3858.0, 3847.0, 3857.0, 3870.0, 3868.0, 3858.0, 3857.0, 3867.0, 3858.0, 3859.0, 3860.0, 3879.0, 3859.0, 3859.0, 3860.0, 3882.0, 3891.0, 3860.0, 3871.0, 3871.0, 3870.0, 3890.0, 3858.0, 3871.0, 3880.0, 3859.0, 3890.0, 3860.0, 3848.0, 3869.0, 3859.0, 3880.0, 3859.0, 3858.0, 3868.0, 3860.0, 3891.0, 3870.0, 3871.0, 3860.0, 3871.0, 3890.0, 3860.0, 3880.0, 3871.0, 3861.0, 3890.0, 3859.0, 3893.0, 3872.0, 3872.0, 3872.0, 3871.0, 3891.0, 3859.0, 3870.0, 3859.0, 3871.0, 3879.0, 3858.0, 3859.0, 3889.0, 3859.0, 3878.0, 3858.0, 3868.0, 3877.0, 3857.0, 3856.0, 3846.0, 3858.0, 3866.0, 3856.0, 3846.0, 3866.0, 3857.0, 3855.0, 3857.0, 3868.0, 3867.0, 3858.0, 3869.0, 3859.0, 3869.0, 3889.0, 3859.0, 3869.0, 3858.0, 3858.0, 3879.0, 3858.0, 3859.0, 3889.0, 3858.0, 3868.0, 3857.0, 3869.0, 3888.0, 3858.0, 3866.0, 3856.0, 3857.0, 3867.0, 3857.0, 3848.0, 3858.0, 3870.0, 3869.0, 3859.0, 3848.0, 3858.0, 3859.0, 3868.0, 3871.0, 3848.0, 3859.0, 3870.0, 3880.0, 3861.0, 3864.0, 3891.0, 3858.0, 3869.0, 3859.0, 3858.0, 3858.0, 3859.0, 3848.0, 3858.0, 3858.0, 3890.0, 3858.0, 3867.0, 3859.0, 3859.0, 3871.0, 3860.0, 3872.0, 3886.0, 3904.0, 3872.0, 3880.0, 3858.0, 3859.0, 3889.0, 3868.0, 3869.0, 3847.0, 3856.0, 3866.0, 3856.0, 3846.0, 3877.0, 3845.0, 3823.0, 3844.0, 3846.0, 3856.0, 3846.0, 3847.0, 3845.0, 3847.0, 3845.0, 3856.0, 3857.0, 3856.0, 3858.0, 3836.0, 3856.0, 3858.0, 3867.0, 3857.0, 3858.0, 3869.0, 3858.0, 3868.0, 3859.0, 3859.0, 3880.0, 3863.0, 3884.0, 3840.0, 3860.0, 3900.0, 3849.0, 3859.0, 3857.0, 3847.0, 3867.0, 3847.0, 3858.0, 3878.0, 3848.0, 3858.0, 3847.0, 3859.0, 3879.0, 3858.0, 3847.0, 3846.0, 3848.0, 3868.0, 3847.0, 3848.0, 3888.0, 3847.0, 3836.0, 3867.0, 3847.0, 3879.0, 3847.0, 3837.0, 3877.0, 3846.0, 3867.0, 3847.0, 3847.0, 3887.0, 3846.0, 3867.0, 3835.0, 3845.0, 3876.0, 3835.0, 3845.0, 3876.0, 3846.0, 3844.0, 3835.0, 3856.0, 3865.0, 3846.0, 3835.0, 3846.0, 3858.0, 3878.0, 3859.0, 3837.0, 3859.0, 3870.0, 3889.0, 3858.0, 3869.0, 3847.0, 3859.0, 3878.0, 3847.0, 3847.0, 3889.0, 3859.0, 3868.0, 3847.0, 3835.0, 3835.0, 3857.0, 3878.0, 3847.0, 3877.0, 3848.0, 3836.0, 3849.0, 3836.0, 3878.0, 3837.0, 3848.0, 3860.0, 3870.0, 3861.0, 3891.0, 3860.0, 3869.0, 3857.0, 3858.0, 3889.0, 3868.0, 3867.0, 3834.0, 3845.0, 3876.0, 3845.0, 3834.0, 3833.0, 3845.0, 3853.0, 3845.0, 3824.0, 3846.0, 3846.0, 3847.0, 3858.0, 3835.0, 3846.0, 3857.0, 3867.0, 3847.0, 3847.0, 3846.0, 3859.0, 3879.0, 3859.0, 3846.0, 3860.0, 3860.0, 3879.0, 3859.0, 3869.0, 3859.0, 3860.0, 3891.0, 3859.0, 3880.0, 3847.0, 3869.0, 3869.0, 3838.0, 3848.0, 3859.0, 3890.0, 3847.0, 3858.0, 3888.0, 3859.0, 3878.0, 3848.0, 3859.0, 3888.0, 3846.0, 3856.0, 3845.0, 3845.0, 3886.0, 3845.0, 3854.0, 3846.0, 3845.0, 3875.0, 3845.0, 3843.0, 3833.0, 3845.0, 3864.0, 3846.0, 3824.0, 3845.0, 3855.0, 3864.0, 3835.0, 3834.0, 3845.0, 3845.0, 3844.0, 3844.0, 3855.0, 3865.0, 3856.0, 3856.0, 3835.0, 3835.0, 3834.0, 3857.0, 3845.0, 3847.0, 3836.0, 3847.0, 3859.0, 3837.0, 3859.0, 3849.0, 3881.0, 3859.0, 3879.0, 3847.0, 3868.0, 3859.0, 3860.0, 3850.0, 3872.0, 3886.0, 3907.0, 3895.0, 3892.0, 3890.0, 3858.0, 3856.0, 3846.0, 3857.0, 3879.0, 3878.0, 3846.0, 3846.0, 3846.0, 3857.0, 3844.0, 3844.0, 3844.0, 3875.0, 3845.0, 3855.0, 3846.0, 3836.0, 3847.0, 3849.0, 3887.0, 3835.0, 3836.0, 3836.0, 3857.0, 3868.0, 3847.0, 3850.0, 3909.0, 3870.0, 3847.0, 3823.0, 3834.0, 3846.0, 3837.0, 3848.0, 3850.0, 3861.0, 3872.0, 3860.0, 3871.0, 3902.0, 3879.0, 3890.0, 3858.0, 3878.0, 3858.0, 3846.0, 3846.0, 3837.0, 3878.0, 3847.0, 3859.0, 3848.0, 3871.0, 3860.0, 3873.0, 3891.0, 3861.0, 3881.0, 3889.0, 3879.0, 3867.0, 3846.0, 3858.0, 3886.0, 3845.0, 3866.0, 3844.0, 3834.0, 3833.0, 3855.0, 3833.0, 3844.0, 3835.0, 3845.0, 3846.0, 3856.0, 3857.0, 3824.0, 3846.0, 3857.0, 3855.0, 3858.0, 3846.0, 3859.0, 3848.0, 3847.0, 3859.0, 3880.0, 3860.0, 3839.0, 3860.0, 3859.0, 3890.0, 3861.0, 3870.0, 3861.0, 3871.0, 3901.0, 3861.0, 3882.0, 3860.0, 3861.0, 3891.0, 3861.0, 3849.0, 3859.0, 3861.0, 3872.0, 3861.0, 3860.0, 3861.0, 3861.0, 3893.0, 3872.0, 3881.0, 3862.0, 3861.0, 3860.0, 3862.0, 3892.0, 3861.0, 3881.0, 3861.0, 3861.0, 3891.0, 3871.0, 3880.0, 3861.0, 3850.0, 3871.0, 3860.0, 3892.0, 3861.0, 3871.0, 3860.0, 3860.0, 3891.0, 3860.0, 3880.0, 3860.0, 3860.0, 3859.0, 3860.0, 3860.0, 3871.0, 3880.0, 3860.0, 3860.0, 3872.0, 3861.0, 3901.0, 3859.0, 3859.0, 3868.0, 3849.0, 3889.0, 3860.0, 3858.0, 3856.0, 3858.0, 3879.0, 3859.0, 3837.0, 3847.0, 3858.0, 3867.0, 3857.0, 3847.0, 3847.0, 3858.0, 3867.0, 3858.0, 3847.0, 3858.0, 3836.0, 3859.0, 3861.0, 3857.0, 3859.0, 3858.0, 3872.0, 3884.0, 3875.0, 3875.0, 3887.0, 3916.0, 3882.0, 3881.0, 3890.0, 3879.0, 3879.0, 3857.0, 3857.0, 3846.0, 3857.0, 3889.0, 3858.0, 3876.0, 3846.0, 3855.0, 3875.0, 3844.0, 3864.0, 3842.0, 3853.0, 3864.0, 3856.0, 3845.0, 3845.0, 3855.0, 3844.0, 3856.0, 3845.0, 3847.0, 3847.0, 3856.0, 3857.0, 3845.0, 3857.0, 3847.0, 3877.0, 3857.0, 3856.0, 3857.0, 3847.0, 3857.0, 3858.0, 3877.0, 3847.0, 3868.0, 3888.0, 3857.0, 3867.0, 3857.0, 3846.0, 3865.0, 3846.0, 3856.0, 3857.0, 3846.0, 3845.0, 3857.0, 3878.0, 3858.0, 3847.0, 3859.0, 3848.0, 3878.0, 3858.0, 3867.0, 3857.0, 3848.0, 3856.0, 3856.0, 3888.0, 3847.0, 3856.0, 3844.0, 3856.0, 3875.0, 3846.0, 3845.0, 3857.0, 3857.0, 3876.0, 3856.0, 3855.0, 3846.0, 3846.0, 3846.0, 3857.0, 3866.0, 3847.0, 3847.0, 3857.0, 3847.0, 3878.0, 3857.0, 3867.0, 3846.0, 3846.0, 3856.0, 3855.0, 3855.0, 3845.0, 3856.0, 3887.0, 3856.0, 3865.0, 3855.0, 3856.0, 3865.0, 3846.0, 3845.0, 3846.0, 3856.0, 3877.0, 3857.0, 3857.0, 3858.0, 3858.0, 3845.0, 3858.0, 3879.0, 3858.0, 3837.0, 3858.0, 3859.0, 3888.0, 3859.0, 3867.0, 3858.0, 3859.0, 3888.0, 3846.0, 3857.0, 3867.0, 3847.0, 3887.0, 3846.0, 3846.0, 3845.0, 3846.0, 3877.0, 3857.0, 3836.0, 3846.0, 3857.0, 3888.0, 3857.0, 3846.0, 3845.0, 3857.0, 3877.0, 3857.0, 3856.0, 3857.0, 3858.0, 3878.0, 3858.0, 3857.0, 3858.0, 3868.0, 3888.0, 3857.0, 3857.0, 3858.0, 3847.0, 3867.0, 3859.0, 3857.0, 3857.0, 3847.0, 3846.0, 3858.0, 3846.0, 3857.0, 3848.0, 3847.0, 3859.0, 3857.0, 3858.0, 3859.0, 3859.0, 3870.0, 3868.0, 3859.0, 3859.0, 3859.0, 3859.0, 3859.0, 3871.0, 3879.0, 3859.0, 3860.0, 3860.0, 3872.0, 3902.0, 3860.0, 3881.0, 3859.0, 3848.0, 3846.0, 3846.0, 3858.0, 3848.0, 3871.0, 3863.0, 3874.0, 3886.0, 3914.0, 3882.0, 3881.0, 3889.0, 3858.0, 3889.0, 3858.0, 3857.0, 3845.0, 3857.0, 3877.0, 3856.0, 3845.0, 3844.0, 3856.0, 3844.0, 3856.0, 3845.0, 3845.0, 3846.0, 3845.0, 3857.0, 3847.0, 3845.0, 3858.0, 3846.0, 3857.0, 3858.0, 3878.0, 3857.0, 3857.0, 3856.0, 3858.0, 3878.0, 3858.0, 3857.0, 3846.0, 3858.0, 3877.0, 3858.0, 3847.0, 3867.0, 3858.0, 3847.0, 3858.0, 3859.0, 3869.0, 3860.0, 3857.0, 3858.0, 3847.0, 3868.0, 3858.0, 3868.0, 3860.0, 3870.0, 3879.0, 3860.0, 3881.0, 3857.0, 3870.0, 3877.0, 3846.0, 3857.0, 3857.0, 3848.0, 3876.0, 3857.0, 3856.0, 3844.0, 3855.0, 3859.0, 3859.0, 3872.0, 3871.0, 3872.0, 3883.0, 3891.0, 3869.0, 3879.0, 3858.0, 3847.0, 3847.0, 3858.0, 3847.0, 3846.0, 3858.0, 3888.0, 3847.0, 3856.0, 3846.0, 3856.0, 3836.0, 3846.0, 3847.0, 3846.0, 3847.0, 3837.0, 3858.0, 3858.0, 3867.0, 3860.0, 3848.0, 3846.0, 3859.0, 3847.0, 3859.0, 3860.0, 3869.0, 3860.0, 3860.0, 3859.0, 3862.0, 3891.0, 3860.0, 3870.0, 3858.0, 3858.0, 3890.0, 3870.0, 3871.0, 3859.0, 3870.0, 3889.0, 3859.0, 3871.0, 3859.0, 3859.0, 3890.0, 3859.0, 3858.0, 3856.0, 3858.0, 3890.0, 3859.0, 3879.0, 3859.0, 3848.0, 3847.0], 'WindowWidth': [8749.0, 8721.0, 8737.0, 8685.0, 8678.0, 8663.0, 8675.0, 8700.0, 8658.0, 8671.0, 8656.0, 8670.0, 8682.0, 8654.0, 8640.0, 8651.0, 8656.0, 8651.0, 8650.0, 8653.0, 8697.0, 8652.0, 8670.0, 8635.0, 8651.0, 8677.0, 8636.0, 8635.0, 8633.0, 8651.0, 8631.0, 8636.0, 8650.0, 8697.0, 8651.0, 8651.0, 8634.0, 8653.0, 8661.0, 8654.0, 8639.0, 8636.0, 8657.0, 8641.0, 8661.0, 8661.0, 8660.0, 8666.0, 8675.0, 8666.0, 8665.0, 8708.0, 8669.0, 8692.0, 8680.0, 8667.0, 8721.0, 8663.0, 8709.0, 8663.0, 8665.0, 8662.0, 8680.0, 8710.0, 8664.0, 8666.0, 8721.0, 8662.0, 8662.0, 8657.0, 8663.0, 8704.0, 8679.0, 8676.0, 8663.0, 8667.0, 8678.0, 8663.0, 8697.0, 8676.0, 8693.0, 8681.0, 8685.0, 8704.0, 8735.0, 8688.0, 8738.0, 8681.0, 8659.0, 8700.0, 8654.0, 8667.0, 8652.0, 8654.0, 8666.0, 8635.0, 8636.0, 8696.0, 8633.0, 8660.0, 8630.0, 8630.0, 8643.0, 8635.0, 8630.0, 8650.0, 8654.0, 8661.0, 8636.0, 8636.0, 8649.0, 8653.0, 8663.0, 8638.0, 8637.0, 8638.0, 8656.0, 8683.0, 8660.0, 8661.0, 8671.0, 8659.0, 8687.0, 8658.0, 8661.0, 8685.0, 8657.0, 8691.0, 8655.0, 8658.0, 8683.0, 8655.0, 8669.0, 8640.0, 8658.0, 8685.0, 8660.0, 8657.0, 8685.0, 8656.0, 8669.0, 8658.0, 8656.0, 8653.0, 8656.0, 8671.0, 8654.0, 8657.0, 8686.0, 8657.0, 8642.0, 8670.0, 8656.0, 8669.0, 8657.0, 8659.0, 8686.0, 8656.0, 8690.0, 8658.0, 8671.0, 8699.0, 8655.0, 8668.0, 8653.0, 8658.0, 8682.0, 8660.0, 8627.0, 8658.0, 8676.0, 8704.0, 8675.0, 8673.0, 8675.0, 8674.0, 8720.0, 8659.0, 8674.0, 8658.0, 8673.0, 8700.0, 8658.0, 8674.0, 8655.0, 8670.0, 8697.0, 8655.0, 8649.0, 8667.0, 8653.0, 8667.0, 8656.0, 8656.0, 8681.0, 8658.0, 8669.0, 8656.0, 8659.0, 8643.0, 8661.0, 8689.0, 8662.0, 8631.0, 8661.0, 8677.0, 8690.0, 8662.0, 8677.0, 8661.0, 8679.0, 8690.0, 8658.0, 8671.0, 8701.0, 8677.0, 8671.0, 8654.0, 8656.0, 8667.0, 8639.0, 8655.0, 8700.0, 8655.0, 8641.0, 8639.0, 8638.0, 8663.0, 8651.0, 8652.0, 8664.0, 8655.0, 8656.0, 8655.0, 8657.0, 8656.0, 8658.0, 8671.0, 8698.0, 8656.0, 8674.0, 8642.0, 8657.0, 8668.0, 8640.0, 8655.0, 8684.0, 8655.0, 8655.0, 8654.0, 8658.0, 8685.0, 8658.0, 8658.0, 8657.0, 8657.0, 8670.0, 8655.0, 8673.0, 8685.0, 8660.0, 8658.0, 8685.0, 8659.0, 8653.0, 8658.0, 8659.0, 8701.0, 8660.0, 8673.0, 8676.0, 8676.0, 8703.0, 8659.0, 8690.0, 8658.0, 8678.0, 8687.0, 8657.0, 8672.0, 8659.0, 8660.0, 8688.0, 8658.0, 8658.0, 8670.0, 8657.0, 8686.0, 8658.0, 8644.0, 8656.0, 8674.0, 8705.0, 8660.0, 8672.0, 8657.0, 8658.0, 8703.0, 8658.0, 8685.0, 8657.0, 8658.0, 8700.0, 8656.0, 8673.0, 8657.0, 8674.0, 8701.0, 8659.0, 8671.0, 8657.0, 8656.0, 8699.0, 8657.0, 8672.0, 8656.0, 8658.0, 8687.0, 8658.0, 8686.0, 8660.0, 8671.0, 8684.0, 8656.0, 8683.0, 8658.0, 8628.0, 8660.0, 8676.0, 8686.0, 8661.0, 8680.0, 8678.0, 8678.0, 8663.0, 8667.0, 8706.0, 8662.0, 8663.0, 8676.0, 8661.0, 8675.0, 8660.0, 8677.0, 8701.0, 8659.0, 8674.0, 8656.0, 8659.0, 8703.0, 8670.0, 8684.0, 8637.0, 8634.0, 8655.0, 8655.0, 8677.0, 8680.0, 8686.0, 8697.0, 8685.0, 8714.0, 8676.0, 8658.0, 8698.0, 8668.0, 8663.0, 8632.0, 8650.0, 8679.0, 8648.0, 8632.0, 8633.0, 8646.0, 8659.0, 8648.0, 8648.0, 8651.0, 8652.0, 8666.0, 8637.0, 8649.0, 8640.0, 8641.0, 8640.0, 8673.0, 8656.0, 8662.0, 8662.0, 8715.0, 8689.0, 8696.0, 8682.0, 8663.0, 8667.0, 8652.0, 8681.0, 8698.0, 8725.0, 8682.0, 8701.0, 8682.0, 8681.0, 8707.0, 8661.0, 8659.0, 8639.0, 8655.0, 8686.0, 8656.0, 8640.0, 8654.0, 8674.0, 8669.0, 8657.0, 8656.0, 8669.0, 8658.0, 8659.0, 8662.0, 8687.0, 8662.0, 8661.0, 8662.0, 8694.0, 8708.0, 8664.0, 8680.0, 8678.0, 8676.0, 8704.0, 8657.0, 8678.0, 8688.0, 8658.0, 8703.0, 8661.0, 8643.0, 8673.0, 8659.0, 8690.0, 8661.0, 8658.0, 8672.0, 8664.0, 8707.0, 8677.0, 8678.0, 8663.0, 8678.0, 8704.0, 8664.0, 8690.0, 8680.0, 8665.0, 8706.0, 8662.0, 8712.0, 8683.0, 8681.0, 8682.0, 8680.0, 8708.0, 8662.0, 8677.0, 8659.0, 8678.0, 8687.0, 8657.0, 8659.0, 8702.0, 8657.0, 8684.0, 8655.0, 8669.0, 8681.0, 8652.0, 8652.0, 8636.0, 8655.0, 8663.0, 8652.0, 8638.0, 8664.0, 8651.0, 8648.0, 8654.0, 8670.0, 8668.0, 8656.0, 8675.0, 8659.0, 8674.0, 8701.0, 8661.0, 8675.0, 8657.0, 8657.0, 8687.0, 8658.0, 8659.0, 8700.0, 8656.0, 8670.0, 8655.0, 8671.0, 8700.0, 8657.0, 8667.0, 8652.0, 8654.0, 8666.0, 8653.0, 8644.0, 8656.0, 8676.0, 8672.0, 8660.0, 8646.0, 8659.0, 8661.0, 8672.0, 8679.0, 8647.0, 8660.0, 8676.0, 8691.0, 8665.0, 8675.0, 8705.0, 8655.0, 8671.0, 8660.0, 8656.0, 8657.0, 8660.0, 8643.0, 8656.0, 8656.0, 8703.0, 8654.0, 8664.0, 8659.0, 8660.0, 8679.0, 8664.0, 8683.0, 8708.0, 8728.0, 8681.0, 8691.0, 8656.0, 8656.0, 8700.0, 8669.0, 8669.0, 8637.0, 8648.0, 8664.0, 8648.0, 8636.0, 8679.0, 8633.0, 8604.0, 8631.0, 8635.0, 8649.0, 8636.0, 8638.0, 8633.0, 8638.0, 8635.0, 8649.0, 8654.0, 8650.0, 8655.0, 8624.0, 8652.0, 8657.0, 8667.0, 8654.0, 8656.0, 8673.0, 8657.0, 8670.0, 8660.0, 8659.0, 8690.0, 8672.0, 8699.0, 8635.0, 8660.0, 8715.0, 8645.0, 8657.0, 8652.0, 8638.0, 8663.0, 8639.0, 8655.0, 8682.0, 8641.0, 8654.0, 8640.0, 8657.0, 8684.0, 8656.0, 8639.0, 8638.0, 8641.0, 8669.0, 8638.0, 8641.0, 8695.0, 8639.0, 8624.0, 8666.0, 8638.0, 8682.0, 8640.0, 8627.0, 8679.0, 8635.0, 8667.0, 8639.0, 8638.0, 8694.0, 8636.0, 8664.0, 8619.0, 8632.0, 8675.0, 8618.0, 8633.0, 8676.0, 8634.0, 8631.0, 8620.0, 8649.0, 8661.0, 8636.0, 8619.0, 8638.0, 8655.0, 8682.0, 8659.0, 8627.0, 8660.0, 8674.0, 8700.0, 8658.0, 8673.0, 8641.0, 8657.0, 8682.0, 8639.0, 8640.0, 8698.0, 8656.0, 8669.0, 8638.0, 8620.0, 8620.0, 8651.0, 8682.0, 8640.0, 8678.0, 8643.0, 8624.0, 8645.0, 8623.0, 8683.0, 8627.0, 8643.0, 8662.0, 8677.0, 8664.0, 8705.0, 8659.0, 8673.0, 8652.0, 8654.0, 8701.0, 8668.0, 8664.0, 8616.0, 8631.0, 8674.0, 8633.0, 8615.0, 8614.0, 8631.0, 8641.0, 8633.0, 8604.0, 8634.0, 8633.0, 8637.0, 8654.0, 8618.0, 8637.0, 8651.0, 8666.0, 8639.0, 8638.0, 8636.0, 8656.0, 8684.0, 8658.0, 8639.0, 8662.0, 8663.0, 8687.0, 8659.0, 8674.0, 8659.0, 8661.0, 8704.0, 8659.0, 8688.0, 8640.0, 8672.0, 8671.0, 8627.0, 8641.0, 8659.0, 8702.0, 8639.0, 8653.0, 8696.0, 8655.0, 8681.0, 8641.0, 8657.0, 8695.0, 8635.0, 8650.0, 8632.0, 8632.0, 8689.0, 8630.0, 8644.0, 8633.0, 8632.0, 8674.0, 8633.0, 8628.0, 8614.0, 8630.0, 8656.0, 8633.0, 8602.0, 8633.0, 8646.0, 8656.0, 8619.0, 8618.0, 8632.0, 8632.0, 8630.0, 8630.0, 8645.0, 8660.0, 8649.0, 8647.0, 8621.0, 8620.0, 8616.0, 8651.0, 8634.0, 8639.0, 8621.0, 8641.0, 8659.0, 8627.0, 8659.0, 8646.0, 8690.0, 8657.0, 8685.0, 8637.0, 8668.0, 8659.0, 8664.0, 8651.0, 8682.0, 8707.0, 8740.0, 8717.0, 8708.0, 8699.0, 8655.0, 8648.0, 8637.0, 8653.0, 8685.0, 8683.0, 8636.0, 8635.0, 8635.0, 8650.0, 8631.0, 8629.0, 8630.0, 8674.0, 8632.0, 8645.0, 8637.0, 8622.0, 8638.0, 8644.0, 8691.0, 8621.0, 8623.0, 8623.0, 8650.0, 8666.0, 8637.0, 8635.0, 8752.0, 8677.0, 8640.0, 8604.0, 8619.0, 8636.0, 8627.0, 8645.0, 8652.0, 8666.0, 8681.0, 8661.0, 8678.0, 8722.0, 8687.0, 8702.0, 8654.0, 8681.0, 8654.0, 8636.0, 8636.0, 8623.0, 8678.0, 8640.0, 8658.0, 8644.0, 8680.0, 8663.0, 8683.0, 8706.0, 8665.0, 8691.0, 8701.0, 8685.0, 8667.0, 8635.0, 8651.0, 8691.0, 8632.0, 8662.0, 8629.0, 8614.0, 8613.0, 8645.0, 8613.0, 8631.0, 8619.0, 8634.0, 8637.0, 8649.0, 8652.0, 8605.0, 8635.0, 8651.0, 8647.0, 8653.0, 8635.0, 8658.0, 8642.0, 8639.0, 8659.0, 8687.0, 8663.0, 8633.0, 8661.0, 8661.0, 8703.0, 8664.0, 8676.0, 8664.0, 8678.0, 8719.0, 8663.0, 8694.0, 8662.0, 8663.0, 8706.0, 8664.0, 8647.0, 8659.0, 8664.0, 8679.0, 8665.0, 8663.0, 8665.0, 8666.0, 8710.0, 8680.0, 8693.0, 8667.0, 8667.0, 8661.0, 8666.0, 8710.0, 8665.0, 8691.0, 8664.0, 8665.0, 8707.0, 8677.0, 8690.0, 8665.0, 8648.0, 8676.0, 8661.0, 8709.0, 8664.0, 8679.0, 8662.0, 8662.0, 8707.0, 8663.0, 8690.0, 8663.0, 8661.0, 8659.0, 8661.0, 8661.0, 8678.0, 8689.0, 8661.0, 8664.0, 8679.0, 8664.0, 8719.0, 8657.0, 8658.0, 8669.0, 8644.0, 8700.0, 8659.0, 8656.0, 8653.0, 8654.0, 8685.0, 8658.0, 8626.0, 8641.0, 8656.0, 8666.0, 8653.0, 8640.0, 8641.0, 8657.0, 8666.0, 8656.0, 8641.0, 8655.0, 8625.0, 8660.0, 8663.0, 8650.0, 8659.0, 8660.0, 8682.0, 8702.0, 8693.0, 8691.0, 8710.0, 8750.0, 8693.0, 8692.0, 8702.0, 8685.0, 8683.0, 8653.0, 8652.0, 8635.0, 8653.0, 8699.0, 8654.0, 8678.0, 8634.0, 8647.0, 8676.0, 8631.0, 8657.0, 8625.0, 8641.0, 8657.0, 8647.0, 8631.0, 8634.0, 8646.0, 8630.0, 8647.0, 8633.0, 8638.0, 8637.0, 8648.0, 8651.0, 8635.0, 8651.0, 8639.0, 8679.0, 8652.0, 8651.0, 8652.0, 8639.0, 8652.0, 8654.0, 8681.0, 8638.0, 8667.0, 8696.0, 8651.0, 8664.0, 8650.0, 8635.0, 8661.0, 8635.0, 8650.0, 8652.0, 8635.0, 8635.0, 8652.0, 8685.0, 8657.0, 8642.0, 8660.0, 8643.0, 8683.0, 8655.0, 8666.0, 8654.0, 8642.0, 8651.0, 8650.0, 8697.0, 8639.0, 8650.0, 8632.0, 8647.0, 8675.0, 8636.0, 8635.0, 8652.0, 8654.0, 8678.0, 8651.0, 8649.0, 8636.0, 8635.0, 8635.0, 8651.0, 8662.0, 8638.0, 8639.0, 8652.0, 8640.0, 8682.0, 8653.0, 8666.0, 8635.0, 8635.0, 8648.0, 8647.0, 8647.0, 8632.0, 8648.0, 8694.0, 8648.0, 8660.0, 8648.0, 8648.0, 8662.0, 8637.0, 8634.0, 8637.0, 8650.0, 8679.0, 8651.0, 8652.0, 8655.0, 8655.0, 8635.0, 8655.0, 8684.0, 8657.0, 8626.0, 8657.0, 8658.0, 8698.0, 8659.0, 8669.0, 8655.0, 8657.0, 8696.0, 8638.0, 8653.0, 8666.0, 8638.0, 8693.0, 8636.0, 8637.0, 8634.0, 8636.0, 8679.0, 8652.0, 8624.0, 8636.0, 8652.0, 8696.0, 8652.0, 8638.0, 8635.0, 8651.0, 8681.0, 8653.0, 8650.0, 8653.0, 8656.0, 8682.0, 8654.0, 8652.0, 8654.0, 8669.0, 8696.0, 8653.0, 8654.0, 8655.0, 8639.0, 8667.0, 8656.0, 8654.0, 8653.0, 8639.0, 8637.0, 8654.0, 8636.0, 8653.0, 8641.0, 8640.0, 8658.0, 8654.0, 8657.0, 8658.0, 8657.0, 8674.0, 8670.0, 8659.0, 8659.0, 8660.0, 8659.0, 8661.0, 8677.0, 8687.0, 8661.0, 8663.0, 8661.0, 8679.0, 8722.0, 8661.0, 8691.0, 8658.0, 8643.0, 8635.0, 8636.0, 8657.0, 8645.0, 8681.0, 8672.0, 8689.0, 8709.0, 8746.0, 8697.0, 8692.0, 8698.0, 8654.0, 8700.0, 8654.0, 8653.0, 8633.0, 8650.0, 8678.0, 8649.0, 8632.0, 8631.0, 8649.0, 8631.0, 8648.0, 8632.0, 8633.0, 8636.0, 8633.0, 8651.0, 8638.0, 8636.0, 8655.0, 8636.0, 8653.0, 8654.0, 8682.0, 8651.0, 8651.0, 8651.0, 8654.0, 8682.0, 8654.0, 8652.0, 8637.0, 8654.0, 8679.0, 8654.0, 8639.0, 8667.0, 8655.0, 8639.0, 8657.0, 8659.0, 8674.0, 8659.0, 8654.0, 8655.0, 8641.0, 8670.0, 8656.0, 8671.0, 8661.0, 8673.0, 8686.0, 8659.0, 8692.0, 8653.0, 8673.0, 8681.0, 8637.0, 8653.0, 8653.0, 8641.0, 8678.0, 8652.0, 8650.0, 8627.0, 8649.0, 8658.0, 8658.0, 8681.0, 8678.0, 8683.0, 8698.0, 8706.0, 8671.0, 8685.0, 8655.0, 8638.0, 8637.0, 8655.0, 8639.0, 8637.0, 8653.0, 8694.0, 8638.0, 8649.0, 8637.0, 8650.0, 8622.0, 8637.0, 8639.0, 8637.0, 8640.0, 8625.0, 8656.0, 8657.0, 8666.0, 8659.0, 8641.0, 8637.0, 8658.0, 8640.0, 8658.0, 8660.0, 8672.0, 8661.0, 8662.0, 8661.0, 8666.0, 8705.0, 8663.0, 8675.0, 8657.0, 8657.0, 8704.0, 8676.0, 8675.0, 8659.0, 8674.0, 8701.0, 8660.0, 8677.0, 8658.0, 8660.0, 8702.0, 8659.0, 8656.0, 8652.0, 8657.0, 8703.0, 8658.0, 8686.0, 8659.0, 8643.0, 8641.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.0006415238817285824</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02408453858984079</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.78271002774659</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2073690668057644</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9897384851745064</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.501</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4241.772</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08860196994452482</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.6535253980288096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2951016993070112</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.273129400349826</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5217720307853604</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.0904036667858468</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00621415</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018132226541638374</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03130264952778816</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.10803775141684</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.3935</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.5665</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.4228</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299299.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1004.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.4141</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7336</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.4147</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3092.0395</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3231.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77245.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1203.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4036.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>786.5018</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.445969279506244</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> |