=== 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-0062 --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-0062",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-04/func/sub-0062_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>07c3cedc4938431dfd392881e07f9897</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>08:57:42.112500</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.999596, -0.00558033, 0.0278592, 0.00314033, 0.996215, 0.0868706]</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.106789</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>[4153, -7743, -7283, 517, -13, -86, 57, 69]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>272.702</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>65c67810-e42a-4b83-a01e-ea4fb8f1da42||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.6818437576293945, 0.008425286039710045, 0.07624388486146927, 111.5133285522461], [0.014971623197197914, 2.6727709770202637, 0.23421970009803772, -96.98233795166016], [0.07474410533905029, -0.23306746780872345, 2.6887409687042236, -52.44034957885742], [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': ['085742.112500', '085742.572500', '085743.032500', '085743.492500', '085743.952500', '085744.412500', '085744.872500', '085745.332500', '085745.792500', '085746.252500', '085746.712500', '085747.172500', '085747.632500', '085748.092500', '085748.552500', '085749.012500', '085749.472500', '085749.932500', '085750.392500', '085750.852500', '085751.312500', '085751.772500', '085752.232500', '085752.692500', '085753.152500', '085753.612500', '085754.072500', '085754.532500', '085754.992500', '085755.452500', '085755.912500', '085756.372500', '085756.832500', '085757.292500', '085757.752500', '085758.212500', '085758.672500', '085759.132500', '085759.592500', '085800.052500', '085800.512500', '085800.972500', '085801.432500', '085801.892500', '085802.352500', '085802.812500', '085803.272500', '085803.732500', '085804.192500', '085804.652500', '085805.112500', '085805.572500', '085806.032500', '085806.492500', '085806.952500', '085807.412500', '085807.872500', '085808.332500', '085808.792500', '085809.252500', '085809.712500', '085810.172500', '085810.632500', '085811.092500', '085811.552500', '085812.012500', '085812.472500', '085812.932500', '085813.392500', '085813.852500', '085814.312500', '085814.772500', '085815.232500', '085815.692500', '085816.152500', '085816.612500', '085817.072500', '085817.532500', '085817.992500', '085818.452500', '085818.912500', '085819.372500', '085819.832500', '085820.292500', '085820.752500', '085821.212500', '085821.672500', '085822.132500', '085822.592500', '085823.052500', '085823.512500', '085823.972500', '085824.432500', '085824.892500', '085825.352500', '085825.812500', '085826.272500', '085826.732500', '085827.192500', '085827.652500', '085828.112500', '085828.572500', '085829.032500', '085829.492500', '085829.952500', '085830.412500', '085830.872500', '085831.332500', '085831.792500', '085832.252500', '085832.712500', '085833.172500', '085833.632500', '085834.092500', '085834.552500', '085835.012500', '085835.472500', '085835.932500', '085836.392500', '085836.852500', '085837.312500', '085837.772500', '085838.232500', '085838.692500', '085839.152500', '085839.612500', '085840.072500', '085840.532500', '085840.992500', '085841.452500', '085841.912500', '085842.372500', '085842.832500', '085843.292500', '085843.752500', '085844.212500', '085844.672500', '085845.132500', '085845.592500', '085846.052500', '085846.512500', '085846.972500', '085847.432500', '085847.892500', '085848.352500', '085848.812500', '085849.272500', '085849.732500', '085850.192500', '085850.652500', '085851.112500', '085851.572500', '085852.032500', '085852.492500', '085852.952500', '085853.412500', '085853.872500', '085854.332500', '085854.792500', '085855.252500', '085855.712500', '085856.172500', '085856.632500', '085857.092500', '085857.552500', '085858.012500', '085858.472500', '085858.932500', '085859.392500', '085859.852500', '085900.312500', '085900.772500', '085901.232500', '085901.692500', '085902.152500', '085902.612500', '085903.072500', '085903.532500', '085903.992500', '085904.452500', '085904.912500', '085905.372500', '085905.832500', '085906.292500', '085906.752500', '085907.212500', '085907.672500', '085908.132500', '085908.592500', '085909.052500', '085909.512500', '085909.972500', '085910.432500', '085910.892500', '085911.352500', '085911.812500', '085912.272500', '085912.732500', '085913.192500', '085913.652500', '085914.112500', '085914.572500', '085915.032500', '085915.492500', '085915.952500', '085916.412500', '085916.872500', '085917.332500', '085917.792500', '085918.252500', '085918.712500', '085919.172500', '085919.632500', '085920.092500', '085920.552500', '085921.012500', '085921.472500', '085921.932500', '085922.392500', '085922.852500', '085923.312500', '085923.772500', '085924.232500', '085924.692500', '085925.152500', '085925.612500', '085926.072500', '085926.532500', '085926.992500', '085927.452500', '085927.912500', '085928.372500', '085928.832500', '085929.292500', '085929.752500', '085930.212500', '085930.672500', '085931.132500', '085931.592500', '085932.052500', '085932.512500', '085932.972500', '085933.432500', '085933.892500', '085934.352500', '085934.812500', '085935.272500', '085935.732500', '085936.192500', '085936.652500', '085937.112500', '085937.572500', '085938.032500', '085938.492500', '085938.952500', '085939.412500', '085939.872500', '085940.332500', '085940.792500', '085941.252500', '085941.712500', '085942.172500', '085942.632500', '085943.092500', '085943.552500', '085944.012500', '085944.472500', '085944.932500', '085945.392500', '085945.852500', '085946.312500', '085946.772500', '085947.232500', '085947.692500', '085948.152500', '085948.612500', '085949.072500', '085949.532500', '085949.992500', '085950.452500', '085950.912500', '085951.372500', '085951.832500', '085952.292500', '085952.752500', '085953.212500', '085953.672500', '085954.132500', '085954.592500', '085955.052500', '085955.512500', '085955.972500', '085956.432500', '085956.892500', '085957.352500', '085957.812500', '085958.272500', '085958.732500', '085959.192500', '085959.652500', '090000.112500', '090000.572500', '090001.032500', '090001.492500', '090001.952500', '090002.412500', '090002.872500', '090003.332500', '090003.792500', '090004.252500', '090004.712500', '090005.172500', '090005.632500', '090006.092500', '090006.552500', '090007.012500', '090007.472500', '090007.932500', '090008.392500', '090008.852500', '090009.312500', '090009.772500', '090010.232500', '090010.692500', '090011.152500', '090011.612500', '090012.072500', '090012.532500', '090012.992500', '090013.452500', '090013.912500', '090014.372500', '090014.832500', '090015.292500', '090015.752500', '090016.212500', '090016.672500', '090017.132500', '090017.592500', '090018.052500', '090018.512500', '090018.972500', '090019.432500', '090019.892500', '090020.352500', '090020.812500', '090021.272500', '090021.732500', '090022.192500', '090022.652500', '090023.112500', '090023.572500', '090024.032500', '090024.492500', '090024.952500', '090025.412500', '090025.872500', '090026.332500', '090026.792500', '090027.252500', '090027.712500', '090028.172500', '090028.632500', '090029.092500', '090029.552500', '090030.012500', '090030.472500', '090030.932500', '090031.392500', '090031.852500', '090032.312500', '090032.772500', '090033.232500', '090033.692500', '090034.152500', '090034.612500', '090035.072500', '090035.532500', '090035.992500', '090036.452500', '090036.912500', '090037.372500', '090037.832500', '090038.292500', '090038.752500', '090039.212500', '090039.672500', '090040.132500', '090040.592500', '090041.052500', '090041.512500', '090041.972500', '090042.432500', '090042.892500', '090043.352500', '090043.812500', '090044.272500', '090044.732500', '090045.192500', '090045.652500', '090046.112500', '090046.572500', '090047.032500', '090047.492500', '090047.952500', '090048.412500', '090048.872500', '090049.332500', '090049.792500', '090050.252500', '090050.712500', '090051.172500', '090051.632500', '090052.092500', '090052.552500', '090053.012500', '090053.472500', '090053.932500', '090054.392500', '090054.852500', '090055.312500', '090055.772500', '090056.232500', '090056.692500', '090057.152500', '090057.612500', '090058.072500', '090058.532500', '090058.992500', '090059.452500', '090059.912500', '090100.372500', '090100.832500', '090101.292500', '090101.752500', '090102.212500', '090102.672500', '090103.132500', '090103.592500', '090104.052500', '090104.512500', '090104.972500', '090105.432500', '090105.892500', '090106.352500', '090106.812500', '090107.272500', '090107.732500', '090108.192500', '090108.652500', '090109.112500', '090109.572500', '090110.032500', '090110.492500', '090110.952500', '090111.412500', '090111.872500', '090112.332500', '090112.792500', '090113.252500', '090113.712500', '090114.172500', '090114.632500', '090115.092500', '090115.552500', '090116.012500', '090116.472500', '090116.932500', '090117.392500', '090117.852500', '090118.312500', '090118.772500', '090119.232500', '090119.692500', '090120.152500', '090120.612500', '090121.072500', '090121.532500', '090121.992500', '090122.452500', '090122.912500', '090123.372500', '090123.832500', '090124.292500', '090124.752500', '090125.212500', '090125.672500', '090126.132500', '090126.592500', '090127.052500', '090127.512500', '090127.972500', '090128.432500', '090128.892500', '090129.352500', '090129.812500', '090130.272500', '090130.732500', '090131.192500', '090131.652500', '090132.112500', '090132.572500', '090133.032500', '090133.492500', '090133.952500', '090134.412500', '090134.872500', '090135.332500', '090135.792500', '090136.252500', '090136.712500', '090137.172500', '090137.632500', '090138.092500', '090138.552500', '090139.012500', '090139.472500', '090139.932500', '090140.392500', '090140.852500', '090141.312500', '090141.772500', '090142.232500', '090142.692500', '090143.152500', '090143.612500', '090144.072500', '090144.532500', '090144.992500', '090145.452500', '090145.912500', '090146.372500', '090146.832500', '090147.292500', '090147.752500', '090148.212500', '090148.672500', '090149.132500', '090149.592500', '090150.052500', '090150.512500', '090150.972500', '090151.432500', '090151.892500', '090152.352500', '090152.812500', '090153.272500', '090153.732500', '090154.192500', '090154.652500', '090155.112500', '090155.572500', '090156.032500', '090156.492500', '090156.952500', '090157.412500', '090157.872500', '090158.332500', '090158.792500', '090159.252500', '090159.712500', '090200.172500', '090200.632500', '090201.092500', '090201.552500', '090202.012500', '090202.472500', '090202.932500', '090203.392500', '090203.852500', '090204.312500', '090204.772500', '090205.232500', '090205.692500', '090206.152500', '090206.612500', '090207.072500', '090207.532500', '090207.992500', '090208.452500', '090208.912500', '090209.372500', '090209.832500', '090210.292500', '090210.752500', '090211.212500', '090211.672500', '090212.132500', '090212.592500', '090213.052500', '090213.512500', '090213.972500', '090214.432500', '090214.892500', '090215.352500', '090215.812500', '090216.272500', '090216.732500', '090217.192500', '090217.652500', '090218.112500', '090218.572500', '090219.032500', '090219.492500', '090219.952500', '090220.412500', '090220.872500', '090221.332500', '090221.792500', '090222.252500', '090222.712500', '090223.172500', '090223.632500', '090224.092500', '090224.552500', '090225.012500', '090225.472500', '090225.932500', '090226.392500', '090226.852500', '090227.312500', '090227.772500', '090228.232500', '090228.692500', '090229.152500', '090229.612500', '090230.072500', '090230.532500', '090230.992500', '090231.452500', '090231.912500', '090232.372500', '090232.832500', '090233.292500', '090233.752500', '090234.212500', '090234.672500', '090235.132500', '090235.592500', '090236.052500', '090236.512500', '090236.972500', '090237.432500', '090237.892500', '090238.352500', '090238.812500', '090239.272500', '090239.732500', '090240.192500', '090240.652500', '090241.112500', '090241.572500', '090242.032500', '090242.492500', '090242.952500', '090243.412500', '090243.872500', '090244.332500', '090244.792500', '090245.252500', '090245.712500', '090246.172500', '090246.632500', '090247.092500', '090247.552500', '090248.012500', '090248.472500', '090248.932500', '090249.392500', '090249.852500', '090250.312500', '090250.772500', '090251.232500', '090251.692500', '090252.152500', '090252.612500', '090253.072500', '090253.532500', '090253.992500', '090254.452500', '090254.912500', '090255.372500', '090255.832500', '090256.292500', '090256.752500', '090257.212500', '090257.672500', '090258.132500', '090258.592500', '090259.052500', '090259.512500', '090259.972500', '090300.432500', '090300.892500', '090301.352500', '090301.812500', '090302.272500', '090302.732500', '090303.192500', '090303.652500', '090304.112500', '090304.572500', '090305.032500', '090305.492500', '090305.952500', '090306.412500', '090306.872500', '090307.332500', '090307.792500', '090308.252500', '090308.712500', '090309.172500', '090309.632500', '090310.092500', '090310.552500', '090311.012500', '090311.472500', '090311.932500', '090312.392500', '090312.852500', '090313.312500', '090313.772500', '090314.232500', '090314.692500', '090315.152500', '090315.612500', '090316.072500', '090316.532500', '090316.992500', '090317.452500', '090317.912500', '090318.372500', '090318.832500', '090319.292500', '090319.752500', '090320.212500', '090320.672500', '090321.132500', '090321.592500', '090322.052500', '090322.512500', '090322.972500', '090323.432500', '090323.892500', '090324.352500', '090324.812500', '090325.272500', '090325.732500', '090326.192500', '090326.652500', '090327.112500', '090327.572500', '090328.032500', '090328.492500', '090328.952500', '090329.412500', '090329.872500', '090330.332500', '090330.792500', '090331.252500', '090331.712500', '090332.172500', '090332.632500', '090333.092500', '090333.552500', '090334.012500', '090334.472500', '090334.932500', '090335.392500', '090335.852500', '090336.312500', '090336.772500', '090337.232500', '090337.692500', '090338.152500', '090338.612500', '090339.072500', '090339.532500', '090339.992500', '090340.452500', '090340.912500', '090341.372500', '090341.832500', '090342.292500', '090342.752500', '090343.212500', '090343.672500', '090344.132500', '090344.592500', '090345.052500', '090345.512500', '090345.972500', '090346.432500', '090346.892500', '090347.352500', '090347.812500', '090348.272500', '090348.732500', '090349.192500', '090349.652500', '090350.112500', '090350.572500', '090351.032500', '090351.492500', '090351.952500', '090352.412500', '090352.872500', '090353.332500', '090353.792500', '090354.252500', '090354.712500', '090355.172500', '090355.632500', '090356.092500', '090356.552500', '090357.012500', '090357.472500', '090357.932500', '090358.392500', '090358.852500', '090359.312500', '090359.772500', '090400.232500', '090400.692500', '090401.152500', '090401.612500', '090402.072500', '090402.532500', '090402.992500', '090403.452500', '090403.912500', '090404.372500', '090404.832500', '090405.292500', '090405.752500', '090406.212500', '090406.672500', '090407.132500', '090407.592500', '090408.052500', '090408.512500', '090408.972500', '090409.432500', '090409.892500', '090410.352500', '090410.812500', '090411.272500', '090411.732500', '090412.192500', '090412.652500', '090413.112500', '090413.572500', '090414.032500', '090414.492500', '090414.952500', '090415.412500', '090415.872500', '090416.332500', '090416.792500', '090417.252500', '090417.712500', '090418.172500', '090418.632500', '090419.092500', '090419.552500', '090420.012500', '090420.472500', '090420.932500', '090421.392500', '090421.852500', '090422.312500', '090422.772500', '090423.232500', '090423.692500', '090424.152500', '090424.612500', '090425.072500', '090425.532500', '090425.992500', '090426.452500', '090426.912500', '090427.372500', '090427.832500', '090428.292500', '090428.752500', '090429.212500', '090429.672500', '090430.132500', '090430.592500', '090431.052500', '090431.512500', '090431.972500', '090432.432500', '090432.892500', '090433.352500', '090433.812500', '090434.272500', '090434.732500', '090435.192500', '090435.652500', '090436.112500', '090436.572500', '090437.032500', '090437.492500', '090437.952500', '090438.412500', '090438.872500', '090439.332500', '090439.792500', '090440.252500', '090440.712500', '090441.172500', '090441.632500', '090442.092500', '090442.552500', '090443.012500', '090443.472500', '090443.932500', '090444.392500', '090444.852500', '090445.312500', '090445.772500', '090446.232500', '090446.692500', '090447.152500', '090447.612500', '090448.072500', '090448.532500', '090448.992500', '090449.452500', '090449.912500', '090450.372500', '090450.832500', '090451.292500', '090451.752500', '090452.212500', '090452.672500', '090453.132500', '090453.592500', '090454.052500', '090454.512500', '090454.972500', '090455.432500', '090455.892500', '090456.352500', '090456.812500', '090457.272500', '090457.732500', '090458.192500', '090458.652500', '090459.112500', '090459.572500', '090500.032500', '090500.492500', '090500.952500', '090501.412500', '090501.872500', '090502.332500', '090502.792500', '090503.252500', '090503.712500', '090504.172500', '090504.632500', '090505.092500', '090505.552500', '090506.012500', '090506.472500', '090506.932500', '090507.392500', '090507.852500', '090508.312500', '090508.772500', '090509.232500', '090509.692500', '090510.152500', '090510.612500', '090511.072500', '090511.532500', '090511.992500', '090512.452500', '090512.912500', '090513.372500', '090513.832500', '090514.292500', '090514.752500', '090515.212500', '090515.672500', '090516.132500', '090516.592500', '090517.052500', '090517.512500', '090517.972500', '090518.432500', '090518.892500', '090519.352500', '090519.812500', '090520.272500', '090520.732500', '090521.192500', '090521.652500', '090522.112500', '090522.572500', '090523.032500', '090523.492500', '090523.952500', '090524.412500', '090524.872500', '090525.332500', '090525.792500', '090526.252500', '090526.712500', '090527.172500', '090527.632500', '090528.092500', '090528.552500', '090529.012500', '090529.472500', '090529.932500', '090530.392500', '090530.852500', '090531.312500', '090531.772500', '090532.232500', '090532.692500', '090533.152500', '090533.612500', '090534.072500', '090534.532500', '090534.992500', '090535.452500', '090535.912500', '090536.372500', '090536.832500', '090537.292500', '090537.752500', '090538.212500', '090538.672500', '090539.132500', '090539.592500', '090540.052500', '090540.512500', '090540.972500', '090541.432500', '090541.892500', '090542.352500', '090542.812500', '090543.272500', '090543.732500', '090544.192500', '090544.652500', '090545.112500', '090545.572500', '090546.032500', '090546.492500', '090546.952500', '090547.412500', '090547.872500', '090548.332500', '090548.792500', '090549.252500', '090549.712500', '090550.172500', '090550.632500', '090551.092500', '090551.552500', '090552.012500', '090552.472500', '090552.932500', '090553.392500', '090553.852500', '090554.312500', '090554.772500', '090555.232500', '090555.692500', '090556.152500', '090556.612500', '090557.072500', '090557.532500', '090557.992500', '090558.452500', '090558.912500', '090559.372500', '090559.832500', '090600.292500', '090600.752500', '090601.212500', '090601.672500', '090602.132500', '090602.592500', '090603.052500', '090603.512500', '090603.972500', '090604.432500', '090604.892500', '090605.352500', '090605.812500', '090606.272500', '090606.732500', '090607.192500', '090607.652500', '090608.112500', '090608.572500', '090609.032500', '090609.492500', '090609.952500', '090610.412500', '090610.872500', '090611.332500', '090611.792500', '090612.252500', '090612.712500', '090613.172500', '090613.632500', '090614.092500', '090614.552500', '090615.012500', '090615.472500', '090615.932500', '090616.392500', '090616.852500', '090617.312500', '090617.772500', '090618.232500', '090618.692500', '090619.152500', '090619.612500', '090620.072500', '090620.532500', '090620.992500', '090621.452500', '090621.912500', '090622.372500', '090622.832500', '090623.292500', '090623.752500', '090624.212500', '090624.672500', '090625.132500', '090625.592500', '090626.052500', '090626.512500', '090626.972500', '090627.432500', '090627.892500', '090628.352500', '090628.812500', '090629.272500', '090629.732500', '090630.192500', '090630.652500', '090631.112500', '090631.572500', '090632.032500', '090632.492500', '090632.952500', '090633.412500', '090633.872500', '090634.332500', '090634.792500', '090635.252500', '090635.712500', '090636.172500', '090636.632500', '090637.092500', '090637.552500', '090638.012500', '090638.472500', '090638.932500', '090639.392500', '090639.852500', '090640.312500', '090640.772500', '090641.232500', '090641.692500', '090642.152500', '090642.612500', '090643.072500', '090643.532500', '090643.992500', '090644.452500', '090644.912500', '090645.372500', '090645.832500', '090646.292500', '090646.752500', '090647.212500', '090647.672500', '090648.132500', '090648.592500', '090649.052500', '090649.512500', '090649.972500', '090650.432500', '090650.892500', '090651.352500', '090651.812500', '090652.272500', '090652.732500', '090653.192500', '090653.652500', '090654.112500', '090654.572500', '090655.032500', '090655.492500', '090655.952500', '090656.412500', '090656.872500', '090657.332500', '090657.792500', '090658.252500', '090658.712500', '090659.172500', '090659.632500', '090700.092500', '090700.552500', '090701.012500', '090701.472500', '090701.932500', '090702.392500', '090702.852500', '090703.312500', '090703.772500', '090704.232500', '090704.692500', '090705.152500', '090705.612500', '090706.072500', '090706.532500', '090706.992500', '090707.452500', '090707.912500', '090708.372500', '090708.832500', '090709.292500', '090709.752500', '090710.212500', '090710.672500', '090711.132500', '090711.592500', '090712.052500', '090712.512500', '090712.972500', '090713.432500', '090713.892500', '090714.352500', '090714.812500', '090715.272500', '090715.732500', '090716.192500', '090716.652500', '090717.112500', '090717.572500', '090718.032500', '090718.492500', '090718.952500', '090719.412500', '090719.872500', '090720.332500', '090720.792500', '090721.252500', '090721.712500', '090722.172500', '090722.632500', '090723.092500', '090723.552500', '090724.012500', '090724.472500', '090724.932500', '090725.392500', '090725.852500', '090726.312500', '090726.772500', '090727.232500', '090727.692500', '090728.152500', '090728.612500', '090729.072500', '090729.532500', '090729.992500', '090730.452500', '090730.912500', '090731.372500', '090731.832500', '090732.292500', '090732.752500', '090733.212500', '090733.672500', '090734.132500', '090734.592500', '090735.052500', '090735.512500', '090735.972500', '090736.432500', '090736.892500', '090737.352500', '090737.812500', '090738.272500', '090738.732500', '090739.192500', '090739.652500', '090740.112500', '090740.572500', '090741.032500', '090741.492500', '090741.952500', '090742.412500', '090742.872500', '090743.332500', '090743.792500', '090744.252500', '090744.712500', '090745.172500', '090745.632500', '090746.092500', '090746.552500', '090747.012500', '090747.472500', '090747.932500', '090748.392500', '090748.852500', '090749.312500', '090749.772500'], 'ContentTime': ['085810.902000', '085810.906000', '085810.909000', '085810.912000', '085810.915000', '085810.918000', '085810.920000', '085810.923000', '085810.926000', '085810.928000', '085810.931000', '085810.934000', '085810.936000', '085810.939000', '085810.942000', '085810.944000', '085810.947000', '085810.949000', '085810.952000', '085810.955000', '085810.957000', '085810.960000', '085810.963000', '085810.965000', '085810.968000', '085810.971000', '085810.981000', '085810.984000', '085810.987000', '085810.989000', '085810.992000', '085810.995000', '085810.997000', '085811.000000', '085811.003000', '085811.006000', '085811.008000', '085811.011000', '085811.013000', '085811.016000', '085811.019000', '085811.021000', '085811.024000', '085811.027000', '085811.029000', '085811.032000', '085811.034000', '085811.037000', '085811.040000', '085811.042000', '085811.045000', '085811.047000', '085811.050000', '085811.053000', '085811.055000', '085811.068000', '085811.071000', '085811.074000', '085811.076000', '085830.866000', '085830.940000', '085830.943000', '085830.945000', '085830.948000', '085830.951000', '085830.954000', '085830.956000', '085830.959000', '085830.961000', '085830.964000', '085830.967000', '085830.969000', '085830.972000', '085830.975000', '085830.977000', '085830.980000', '085830.982000', '085830.985000', '085830.988000', '085830.990000', '085830.993000', '085830.995000', '085830.998000', '085831.001000', '085831.003000', '085831.006000', '085831.008000', '085831.011000', '085831.014000', '085831.016000', '085831.019000', '085831.021000', '085831.024000', '085831.027000', '085831.029000', '085831.032000', '085831.034000', '085831.037000', '085831.040000', '085831.043000', '085831.045000', '085831.048000', '085831.050000', '085850.866000', '085850.869000', '085850.872000', '085850.875000', '085850.877000', '085850.880000', '085850.883000', '085850.887000', '085850.890000', '085850.892000', '085850.895000', '085850.898000', '085850.909000', '085850.912000', '085850.915000', '085850.917000', '085850.920000', '085850.923000', '085850.925000', '085850.928000', '085850.930000', '085850.933000', '085850.936000', '085850.938000', '085850.941000', '085850.943000', '085850.946000', '085850.949000', '085850.951000', '085850.954000', '085850.957000', '085850.959000', '085850.962000', '085850.964000', '085850.967000', '085850.970000', '085850.972000', '085850.975000', '085850.978000', '085850.980000', '085850.983000', '085850.985000', '085850.988000', '085910.866000', '085910.870000', '085910.872000', '085910.875000', '085910.877000', '085910.880000', '085910.889000', '085910.892000', '085910.894000', '085910.897000', '085910.900000', '085910.903000', '085910.905000', '085910.908000', '085910.910000', '085910.913000', '085910.916000', '085910.918000', '085910.921000', '085910.923000', '085910.926000', '085910.929000', '085910.931000', '085910.934000', '085910.937000', '085910.940000', '085910.942000', '085910.945000', '085910.947000', '085910.950000', '085910.953000', '085910.955000', '085910.958000', '085910.961000', '085910.963000', '085910.966000', '085910.968000', '085910.971000', '085910.974000', '085910.976000', '085910.979000', '085910.982000', '085910.984000', '085910.987000', '085930.866000', '085930.869000', '085930.872000', '085930.875000', '085930.877000', '085930.880000', '085930.883000', '085930.885000', '085930.888000', '085930.891000', '085930.893000', '085930.896000', '085930.899000', '085930.901000', '085930.904000', '085930.907000', '085930.909000', '085930.913000', '085930.916000', '085930.919000', '085930.921000', '085930.924000', '085930.927000', '085930.929000', '085930.932000', '085930.935000', '085930.937000', '085930.940000', '085930.942000', '085930.945000', '085930.948000', '085930.951000', '085930.954000', '085930.957000', '085930.959000', '085930.962000', '085930.965000', '085930.967000', '085930.970000', '085930.973000', '085930.975000', '085930.978000', '085930.981000', '085950.867000', '085950.870000', '085950.873000', '085950.876000', '085950.878000', '085950.881000', '085950.884000', '085950.886000', '085950.889000', '085950.892000', '085950.895000', '085950.897000', '085950.900000', '085950.903000', '085950.905000', '085950.908000', '085950.911000', '085950.913000', '085950.916000', '085950.918000', '085950.921000', '085950.924000', '085950.926000', '085950.929000', '085950.932000', '085950.934000', '085950.937000', '085950.939000', '085950.942000', '085950.945000', '085950.947000', '085950.950000', '085950.952000', '085950.955000', '085950.958000', '085950.960000', '085950.963000', '085950.966000', '085950.968000', '085950.971000', '085950.974000', '085950.976000', '085950.979000', '085950.981000', '090010.867000', '090010.869000', '090010.872000', '090010.875000', '090010.877000', '090010.880000', '090010.883000', '090010.886000', '090010.888000', '090010.891000', '090010.893000', '090010.896000', '090010.899000', '090010.901000', '090010.904000', '090010.907000', '090010.909000', '090010.912000', '090010.915000', '090010.917000', '090010.920000', '090010.923000', '090010.925000', '090010.928000', '090010.931000', '090010.933000', '090010.936000', '090010.939000', '090010.942000', '090010.945000', '090010.948000', '090010.951000', '090010.953000', '090010.956000', '090010.958000', '090010.961000', '090010.964000', '090010.966000', '090010.969000', '090010.972000', '090010.974000', '090010.977000', '090010.980000', '090030.866000', '090030.869000', '090030.872000', '090030.875000', '090030.877000', '090030.880000', '090030.883000', '090030.885000', '090030.888000', '090030.891000', '090030.893000', '090030.896000', '090030.899000', '090030.901000', '090030.904000', '090030.907000', '090030.909000', '090030.912000', '090030.914000', '090030.917000', '090030.920000', '090030.922000', '090030.925000', '090030.927000', '090030.930000', '090030.933000', '090030.935000', '090030.938000', '090030.941000', '090030.943000', '090030.946000', '090030.948000', '090030.951000', '090030.954000', '090030.956000', '090030.959000', '090030.962000', '090030.965000', '090030.967000', '090030.970000', '090030.972000', '090030.975000', '090030.978000', '090030.980000', '090050.867000', '090050.869000', '090050.872000', '090050.875000', '090050.877000', '090050.880000', '090050.883000', '090050.885000', '090050.888000', '090050.891000', '090050.893000', '090050.896000', '090050.899000', '090050.901000', '090050.904000', '090050.907000', '090050.909000', '090050.912000', '090050.915000', '090050.917000', '090050.920000', '090050.923000', '090050.925000', '090050.928000', '090050.931000', '090050.933000', '090050.936000', '090050.939000', '090050.941000', '090050.944000', '090050.946000', '090050.949000', '090050.952000', '090050.954000', '090050.957000', '090050.960000', '090050.962000', '090050.965000', '090050.967000', '090050.970000', '090050.973000', '090050.975000', '090050.979000', '090110.867000', '090110.870000', '090110.872000', '090110.875000', '090110.878000', '090110.880000', '090110.883000', '090110.886000', '090110.888000', '090110.891000', '090110.894000', '090110.896000', '090110.899000', '090110.901000', '090110.904000', '090110.907000', '090110.909000', '090110.912000', '090110.915000', '090110.918000', '090110.920000', '090110.923000', '090110.925000', '090110.928000', '090110.931000', '090110.933000', '090110.936000', '090110.939000', '090110.941000', '090110.944000', '090110.946000', '090110.949000', '090110.952000', '090110.954000', '090110.957000', '090110.960000', '090110.962000', '090110.965000', '090110.968000', '090110.970000', '090110.973000', '090110.976000', '090110.978000', '090110.981000', '090130.867000', '090130.869000', '090130.872000', '090130.875000', '090130.879000', '090130.881000', '090130.884000', '090130.887000', '090130.889000', '090130.892000', '090130.895000', '090130.897000', '090130.900000', '090130.902000', '090130.905000', '090130.908000', '090130.911000', '090130.913000', '090130.916000', '090130.918000', '090130.921000', '090130.924000', '090130.926000', '090130.929000', '090130.932000', '090130.934000', '090130.937000', '090130.939000', '090130.942000', '090130.945000', '090130.965000', '090130.968000', '090130.971000', '090130.973000', '090130.976000', '090130.979000', '090130.981000', '090130.984000', '090130.987000', '090130.990000', '090130.993000', '090130.996000', '090131.000000', '090150.867000', '090150.870000', '090150.872000', '090150.875000', '090150.877000', '090150.880000', '090150.883000', '090150.886000', '090150.888000', '090150.891000', '090150.894000', '090150.896000', '090150.899000', '090150.902000', '090150.904000', '090150.907000', '090150.910000', '090150.912000', '090150.915000', '090150.918000', '090150.920000', '090150.923000', '090150.926000', '090150.928000', '090150.931000', '090150.934000', '090150.936000', '090150.946000', '090150.949000', '090150.951000', '090150.954000', '090150.957000', '090150.959000', '090150.962000', '090150.964000', '090150.967000', '090150.970000', '090150.972000', '090150.975000', '090150.978000', '090150.980000', '090150.983000', '090150.985000', '090150.988000', '090210.867000', '090210.870000', '090210.873000', '090210.876000', '090210.878000', '090210.881000', '090210.884000', '090210.886000', '090210.889000', '090210.892000', '090210.894000', '090210.897000', '090210.900000', '090210.902000', '090210.905000', '090210.908000', '090210.910000', '090210.913000', '090210.916000', '090210.918000', '090210.921000', '090210.923000', '090210.926000', '090210.929000', '090210.931000', '090210.934000', '090210.937000', '090210.939000', '090210.942000', '090210.945000', '090210.947000', '090210.950000', '090210.953000', '090210.955000', '090210.958000', '090210.960000', '090210.963000', '090210.965000', '090210.968000', '090210.971000', '090210.973000', '090210.976000', '090210.979000', '090230.867000', '090230.869000', '090230.872000', '090230.875000', '090230.878000', '090230.880000', '090230.883000', '090230.885000', '090230.888000', '090230.891000', '090230.893000', '090230.896000', '090230.899000', '090230.901000', '090230.904000', '090230.907000', '090230.909000', '090230.912000', '090230.915000', '090230.917000', '090230.920000', '090230.923000', '090230.925000', '090230.928000', '090230.931000', '090230.933000', '090230.936000', '090230.938000', '090230.941000', '090230.944000', '090230.946000', '090230.949000', '090230.952000', '090230.954000', '090230.957000', '090230.960000', '090230.962000', '090230.965000', '090230.968000', '090230.970000', '090230.973000', '090230.976000', '090230.978000', '090230.981000', '090250.867000', '090250.869000', '090250.872000', '090250.875000', '090250.877000', '090250.880000', '090250.883000', '090250.885000', '090250.888000', '090250.891000', '090250.893000', '090250.896000', '090250.899000', '090250.901000', '090250.904000', '090250.907000', '090250.909000', '090250.912000', '090250.915000', '090250.917000', '090250.920000', '090250.923000', '090250.925000', '090250.928000', '090250.931000', '090250.933000', '090250.936000', '090250.939000', '090250.941000', '090250.944000', '090250.955000', '090250.958000', '090250.961000', '090250.963000', '090250.966000', '090250.969000', '090250.972000', '090250.975000', '090250.978000', '090250.981000', '090250.983000', '090250.986000', '090250.989000', '090310.867000', '090310.870000', '090310.872000', '090310.875000', '090310.878000', '090310.880000', '090310.883000', '090310.886000', '090310.889000', '090310.891000', '090310.894000', '090310.897000', '090310.899000', '090310.902000', '090310.905000', '090310.907000', '090310.910000', '090310.913000', '090310.915000', '090310.918000', '090310.920000', '090310.923000', '090310.936000', '090310.939000', '090310.941000', '090310.944000', '090310.946000', '090310.949000', '090310.952000', '090310.954000', '090310.957000', '090310.960000', '090310.962000', '090310.965000', '090310.968000', '090310.970000', '090310.973000', '090310.976000', '090310.978000', '090310.981000', '090310.984000', '090310.986000', '090310.989000', '090310.991000', '090330.867000', '090330.870000', '090330.872000', '090330.875000', '090330.878000', '090330.881000', '090330.883000', '090330.886000', '090330.889000', '090330.891000', '090330.894000', '090330.897000', '090330.899000', '090330.902000', '090330.905000', '090330.907000', '090330.910000', '090330.913000', '090330.915000', '090330.918000', '090330.921000', '090330.923000', '090330.926000', '090330.929000', '090330.931000', '090330.934000', '090330.936000', '090330.939000', '090330.942000', '090330.944000', '090330.947000', '090330.950000', '090330.952000', '090330.955000', '090330.957000', '090330.960000', '090330.963000', '090330.965000', '090330.968000', '090330.971000', '090330.973000', '090330.976000', '090330.979000', '090350.866000', '090350.874000', '090350.877000', '090350.880000', '090350.882000', '090350.885000', '090350.888000', '090350.890000', '090350.893000', '090350.896000', '090350.899000', '090350.901000', '090350.904000', '090350.906000', '090350.909000', '090350.912000', '090350.914000', '090350.917000', '090350.920000', '090350.922000', '090350.925000', '090350.928000', '090350.930000', '090350.933000', '090350.937000', '090350.940000', '090350.943000', '090350.945000', '090350.948000', '090350.950000', '090350.953000', '090350.956000', '090350.958000', '090350.961000', '090350.964000', '090350.966000', '090350.969000', '090350.971000', '090350.974000', '090350.977000', '090350.980000', '090350.982000', '090350.985000', '090410.866000', '090410.886000', '090410.889000', '090410.892000', '090410.894000', '090410.897000', '090410.900000', '090410.902000', '090410.905000', '090410.908000', '090410.910000', '090410.913000', '090410.915000', '090410.918000', '090410.921000', '090410.923000', '090410.926000', '090410.929000', '090410.931000', '090410.934000', '090410.937000', '090410.939000', '090410.942000', '090410.945000', '090410.947000', '090410.950000', '090410.953000', '090410.955000', '090410.958000', '090410.960000', '090410.963000', '090410.966000', '090410.968000', '090410.971000', '090410.974000', '090410.976000', '090410.979000', '090410.982000', '090410.984000', '090410.987000', '090410.989000', '090410.992000', '090410.995000', '090410.997000', '090430.868000', '090430.871000', '090430.873000', '090430.876000', '090430.879000', '090430.882000', '090430.884000', '090430.887000', '090430.890000', '090430.899000', '090430.902000', '090430.904000', '090430.907000', '090430.910000', '090430.912000', '090430.915000', '090430.917000', '090430.920000', '090430.923000', '090430.926000', '090430.928000', '090430.931000', '090430.933000', '090430.936000', '090430.939000', '090430.941000', '090430.944000', '090430.947000', '090430.949000', '090430.952000', '090430.955000', '090430.957000', '090430.960000', '090430.963000', '090430.965000', '090430.968000', '090430.970000', '090430.973000', '090430.976000', '090430.979000', '090430.981000', '090430.984000', '090430.987000', '090450.866000', '090450.869000', '090450.872000', '090450.875000', '090450.877000', '090450.880000', '090450.883000', '090450.885000', '090450.888000', '090450.891000', '090450.893000', '090450.896000', '090450.899000', '090450.901000', '090450.904000', '090450.906000', '090450.909000', '090450.912000', '090450.914000', '090450.917000', '090450.919000', '090450.922000', '090450.925000', '090450.927000', '090450.930000', '090450.933000', '090450.935000', '090450.938000', '090450.941000', '090450.943000', '090450.946000', '090450.949000', '090450.951000', '090450.954000', '090450.956000', '090450.959000', '090450.962000', '090450.965000', '090450.967000', '090450.970000', '090450.972000', '090450.975000', '090450.978000', '090450.980000', '090510.867000', '090510.870000', '090510.872000', '090510.875000', '090510.878000', '090510.880000', '090510.883000', '090510.886000', '090510.888000', '090510.891000', '090510.894000', '090510.896000', '090510.899000', '090510.901000', '090510.904000', '090510.907000', '090510.910000', '090510.912000', '090510.915000', '090510.917000', '090510.920000', '090510.923000', '090510.925000', '090510.928000', '090510.931000', '090510.933000', '090510.936000', '090510.939000', '090510.941000', '090510.944000', '090510.947000', '090510.949000', '090510.952000', '090510.954000', '090510.957000', '090510.960000', '090510.962000', '090510.965000', '090510.968000', '090510.970000', '090510.973000', '090510.976000', '090510.978000', '090510.981000', '090530.867000', '090530.906000', '090530.908000', '090530.911000', '090530.913000', '090530.916000', '090530.919000', '090530.921000', '090530.924000', '090530.926000', '090530.929000', '090530.932000', '090530.934000', '090530.937000', '090530.940000', '090530.942000', '090530.945000', '090530.947000', '090530.950000', '090530.953000', '090530.956000', '090530.958000', '090530.961000', '090530.964000', '090530.966000', '090530.969000', '090530.972000', '090530.974000', '090530.977000', '090530.979000', '090530.982000', '090530.985000', '090530.987000', '090530.990000', '090530.993000', '090530.995000', '090530.998000', '090531.001000', '090531.003000', '090531.006000', '090531.008000', '090531.011000', '090531.014000', '090550.866000', '090550.877000', '090550.880000', '090550.882000', '090550.885000', '090550.902000', '090550.904000', '090550.907000', '090550.910000', '090550.913000', '090550.915000', '090550.918000', '090550.921000', '090550.924000', '090550.926000', '090550.929000', '090550.932000', '090550.934000', '090550.937000', '090550.940000', '090550.943000', '090550.945000', '090550.948000', '090550.950000', '090550.964000', '090550.967000', '090550.969000', '090550.972000', '090550.975000', '090550.978000', '090550.980000', '090550.983000', '090550.986000', '090550.988000', '090550.991000', '090550.994000', '090550.996000', '090550.999000', '090551.001000', '090551.004000', '090551.007000', '090551.009000', '090551.012000', '090610.867000', '090610.872000', '090610.875000', '090610.877000', '090610.880000', '090610.882000', '090610.885000', '090610.888000', '090610.890000', '090610.893000', '090610.895000', '090610.898000', '090610.901000', '090610.903000', '090610.906000', '090610.909000', '090610.911000', '090610.914000', '090610.917000', '090610.919000', '090610.922000', '090610.925000', '090610.927000', '090610.930000', '090610.932000', '090610.935000', '090610.938000', '090610.940000', '090610.943000', '090610.946000', '090610.948000', '090610.951000', '090610.954000', '090610.956000', '090610.959000', '090610.962000', '090610.964000', '090610.967000', '090610.970000', '090610.972000', '090610.975000', '090610.978000', '090610.980000', '090610.983000', '090630.867000', '090630.869000', '090630.872000', '090630.875000', '090630.878000', '090630.880000', '090630.883000', '090630.885000', '090630.888000', '090630.891000', '090630.894000', '090630.896000', '090630.899000', '090630.901000', '090630.904000', '090630.907000', '090630.910000', '090630.913000', '090630.916000', '090630.919000', '090630.922000', '090630.924000', '090630.927000', '090630.930000', '090630.932000', '090630.935000', '090630.938000', '090630.940000', '090630.943000', '090630.946000', '090630.948000', '090630.951000', '090630.954000', '090630.956000', '090630.959000', '090630.962000', '090630.964000', '090630.967000', '090630.970000', '090630.972000', '090630.975000', '090630.977000', '090630.980000', '090650.867000', '090650.870000', '090650.873000', '090650.876000', '090650.878000', '090650.881000', '090650.884000', '090650.886000', '090650.889000', '090650.892000', '090650.894000', '090650.897000', '090650.899000', '090650.902000', '090650.905000', '090650.907000', '090650.910000', '090650.913000', '090650.915000', '090650.918000', '090650.921000', '090650.923000', '090650.926000', '090650.929000', '090650.931000', '090650.934000', '090650.937000', '090650.939000', '090650.942000', '090650.945000', '090650.947000', '090650.950000', '090650.952000', '090650.955000', '090650.958000', '090650.960000', '090650.963000', '090650.966000', '090650.968000', '090650.971000', '090650.974000', '090650.976000', '090650.979000', '090650.982000', '090710.867000', '090710.870000', '090710.872000', '090710.875000', '090710.878000', '090710.880000', '090710.883000', '090710.886000', '090710.889000', '090710.891000', '090710.894000', '090710.896000', '090710.899000', '090710.902000', '090710.904000', '090710.907000', '090710.910000', '090710.913000', '090710.915000', '090710.918000', '090710.921000', '090710.923000', '090710.926000', '090710.928000', '090710.931000', '090710.934000', '090710.936000', '090710.939000', '090710.942000', '090710.944000', '090710.947000', '090710.951000', '090710.953000', '090710.956000', '090710.959000', '090710.962000', '090710.965000', '090710.968000', '090710.973000', '090710.975000', '090710.978000', '090710.981000', '090710.983000', '090730.867000', '090730.883000', '090730.886000', '090730.889000', '090730.891000', '090730.894000', '090730.897000', '090730.899000', '090730.902000', '090730.904000', '090730.907000', '090730.910000', '090730.912000', '090730.915000', '090730.918000', '090730.920000', '090730.928000', '090730.931000', '090730.934000', '090730.936000', '090730.939000', '090730.941000', '090730.944000', '090730.947000', '090730.949000', '090730.952000', '090730.955000', '090730.957000', '090730.960000', '090730.962000', '090730.965000', '090730.968000', '090730.970000', '090730.973000', '090730.976000', '090730.978000', '090730.981000', '090730.984000', '090730.986000', '090730.989000', '090730.991000', '090730.994000', '090730.997000', '090730.999000', '090750.867000', '090750.891000', '090750.893000', '090750.896000', '090750.899000', '090750.901000', '090750.904000', '090750.906000', '090750.909000', '090750.912000', '090750.914000', '090750.917000', '090750.920000', '090750.922000', '090750.925000', '090750.928000', '090750.930000', '090750.933000', '090750.936000', '090750.938000', '090750.941000', '090750.944000', '090750.946000', '090750.949000', '090750.951000', '090750.954000', '090750.957000', '090750.960000', '090750.962000', '090750.965000', '090750.968000', '090750.970000', '090750.973000', '090750.976000', '090750.979000', '090750.981000', '090750.984000', '090750.986000', '090750.989000', '090750.992000', '090750.995000', '090751.000000', '090751.002000', '090751.388000', '090751.390000'], 'InstanceCreationTime': ['085810.902000', '085810.906000', '085810.909000', '085810.912000', '085810.915000', '085810.918000', '085810.920000', '085810.923000', '085810.926000', '085810.928000', '085810.931000', '085810.934000', '085810.936000', '085810.939000', '085810.942000', '085810.944000', '085810.947000', '085810.949000', '085810.952000', '085810.955000', '085810.957000', '085810.960000', '085810.963000', '085810.965000', '085810.968000', '085810.971000', '085810.981000', '085810.984000', '085810.987000', '085810.989000', '085810.992000', '085810.995000', '085810.997000', '085811.000000', '085811.003000', '085811.006000', '085811.008000', '085811.011000', '085811.013000', '085811.016000', '085811.019000', '085811.021000', '085811.024000', '085811.027000', '085811.029000', '085811.032000', '085811.034000', '085811.037000', '085811.040000', '085811.042000', '085811.045000', '085811.047000', '085811.050000', '085811.053000', '085811.055000', '085811.068000', '085811.071000', '085811.074000', '085811.076000', '085830.866000', '085830.940000', '085830.943000', '085830.945000', '085830.948000', '085830.951000', '085830.954000', '085830.956000', '085830.959000', '085830.961000', '085830.964000', '085830.967000', '085830.969000', '085830.972000', '085830.975000', '085830.977000', '085830.980000', '085830.982000', '085830.985000', '085830.988000', '085830.990000', '085830.993000', '085830.995000', '085830.998000', '085831.001000', '085831.003000', '085831.006000', '085831.008000', '085831.011000', '085831.014000', '085831.016000', '085831.019000', '085831.021000', '085831.024000', '085831.027000', '085831.029000', '085831.032000', '085831.034000', '085831.037000', '085831.040000', '085831.043000', '085831.045000', '085831.048000', '085831.050000', '085850.866000', '085850.869000', '085850.872000', '085850.875000', '085850.877000', '085850.880000', '085850.883000', '085850.887000', '085850.890000', '085850.892000', '085850.895000', '085850.898000', '085850.909000', '085850.912000', '085850.915000', '085850.917000', '085850.920000', '085850.923000', '085850.925000', '085850.928000', '085850.930000', '085850.933000', '085850.936000', '085850.938000', '085850.941000', '085850.943000', '085850.946000', '085850.949000', '085850.951000', '085850.954000', '085850.957000', '085850.959000', '085850.962000', '085850.964000', '085850.967000', '085850.970000', '085850.972000', '085850.975000', '085850.978000', '085850.980000', '085850.983000', '085850.985000', '085850.988000', '085910.866000', '085910.870000', '085910.872000', '085910.875000', '085910.877000', '085910.880000', '085910.889000', '085910.892000', '085910.894000', '085910.897000', '085910.900000', '085910.903000', '085910.905000', '085910.908000', '085910.910000', '085910.913000', '085910.916000', '085910.918000', '085910.921000', '085910.923000', '085910.926000', '085910.929000', '085910.931000', '085910.934000', '085910.937000', '085910.940000', '085910.942000', '085910.945000', '085910.947000', '085910.950000', '085910.953000', '085910.955000', '085910.958000', '085910.961000', '085910.963000', '085910.966000', '085910.968000', '085910.971000', '085910.974000', '085910.976000', '085910.979000', '085910.982000', '085910.984000', '085910.987000', '085930.866000', '085930.869000', '085930.872000', '085930.875000', '085930.877000', '085930.880000', '085930.883000', '085930.885000', '085930.888000', '085930.891000', '085930.893000', '085930.896000', '085930.899000', '085930.901000', '085930.904000', '085930.907000', '085930.909000', '085930.913000', '085930.916000', '085930.919000', '085930.921000', '085930.924000', '085930.927000', '085930.929000', '085930.932000', '085930.935000', '085930.937000', '085930.940000', '085930.942000', '085930.945000', '085930.948000', '085930.951000', '085930.954000', '085930.957000', '085930.959000', '085930.962000', '085930.965000', '085930.967000', '085930.970000', '085930.973000', '085930.975000', '085930.978000', '085930.981000', '085950.867000', '085950.870000', '085950.873000', '085950.876000', '085950.878000', '085950.881000', '085950.884000', '085950.886000', '085950.889000', '085950.892000', '085950.895000', '085950.897000', '085950.900000', '085950.903000', '085950.905000', '085950.908000', '085950.911000', '085950.913000', '085950.916000', '085950.918000', '085950.921000', '085950.924000', '085950.926000', '085950.929000', '085950.932000', '085950.934000', '085950.937000', '085950.939000', '085950.942000', '085950.945000', '085950.947000', '085950.950000', '085950.952000', '085950.955000', '085950.958000', '085950.960000', '085950.963000', '085950.966000', '085950.968000', '085950.971000', '085950.974000', '085950.976000', '085950.979000', '085950.981000', '090010.867000', '090010.869000', '090010.872000', '090010.875000', '090010.877000', '090010.880000', '090010.883000', '090010.886000', '090010.888000', '090010.891000', '090010.893000', '090010.896000', '090010.899000', '090010.901000', '090010.904000', '090010.907000', '090010.909000', '090010.912000', '090010.915000', '090010.917000', '090010.920000', '090010.923000', '090010.925000', '090010.928000', '090010.931000', '090010.933000', '090010.936000', '090010.939000', '090010.942000', '090010.945000', '090010.948000', '090010.951000', '090010.953000', '090010.956000', '090010.958000', '090010.961000', '090010.964000', '090010.966000', '090010.969000', '090010.972000', '090010.974000', '090010.977000', '090010.980000', '090030.866000', '090030.869000', '090030.872000', '090030.875000', '090030.877000', '090030.880000', '090030.883000', '090030.885000', '090030.888000', '090030.891000', '090030.893000', '090030.896000', '090030.899000', '090030.901000', '090030.904000', '090030.907000', '090030.909000', '090030.912000', '090030.914000', '090030.917000', '090030.920000', '090030.922000', '090030.925000', '090030.927000', '090030.930000', '090030.933000', '090030.935000', '090030.938000', '090030.941000', '090030.943000', '090030.946000', '090030.948000', '090030.951000', '090030.954000', '090030.956000', '090030.959000', '090030.962000', '090030.965000', '090030.967000', '090030.970000', '090030.972000', '090030.975000', '090030.978000', '090030.980000', '090050.867000', '090050.869000', '090050.872000', '090050.875000', '090050.877000', '090050.880000', '090050.883000', '090050.885000', '090050.888000', '090050.891000', '090050.893000', '090050.896000', '090050.899000', '090050.901000', '090050.904000', '090050.907000', '090050.909000', '090050.912000', '090050.915000', '090050.917000', '090050.920000', '090050.923000', '090050.925000', '090050.928000', '090050.931000', '090050.933000', '090050.936000', '090050.939000', '090050.941000', '090050.944000', '090050.946000', '090050.949000', '090050.952000', '090050.954000', '090050.957000', '090050.960000', '090050.962000', '090050.965000', '090050.967000', '090050.970000', '090050.973000', '090050.975000', '090050.979000', '090110.867000', '090110.870000', '090110.872000', '090110.875000', '090110.878000', '090110.880000', '090110.883000', '090110.886000', '090110.888000', '090110.891000', '090110.894000', '090110.896000', '090110.899000', '090110.901000', '090110.904000', '090110.907000', '090110.909000', '090110.912000', '090110.915000', '090110.918000', '090110.920000', '090110.923000', '090110.925000', '090110.928000', '090110.931000', '090110.933000', '090110.936000', '090110.939000', '090110.941000', '090110.944000', '090110.946000', '090110.949000', '090110.952000', '090110.954000', '090110.957000', '090110.960000', '090110.962000', '090110.965000', '090110.968000', '090110.970000', '090110.973000', '090110.976000', '090110.978000', '090110.981000', '090130.867000', '090130.869000', '090130.872000', '090130.875000', '090130.879000', '090130.881000', '090130.884000', '090130.887000', '090130.889000', '090130.892000', '090130.895000', '090130.897000', '090130.900000', '090130.902000', '090130.905000', '090130.908000', '090130.911000', '090130.913000', '090130.916000', '090130.918000', '090130.921000', '090130.924000', '090130.926000', '090130.929000', '090130.932000', '090130.934000', '090130.937000', '090130.939000', '090130.942000', '090130.945000', '090130.965000', '090130.968000', '090130.971000', '090130.973000', '090130.976000', '090130.979000', '090130.981000', '090130.984000', '090130.987000', '090130.990000', '090130.993000', '090130.996000', '090131.000000', '090150.867000', '090150.870000', '090150.872000', '090150.875000', '090150.877000', '090150.880000', '090150.883000', '090150.886000', '090150.888000', '090150.891000', '090150.894000', '090150.896000', '090150.899000', '090150.902000', '090150.904000', '090150.907000', '090150.910000', '090150.912000', '090150.915000', '090150.918000', '090150.920000', '090150.923000', '090150.926000', '090150.928000', '090150.931000', '090150.934000', '090150.936000', '090150.946000', '090150.949000', '090150.951000', '090150.954000', '090150.957000', '090150.959000', '090150.962000', '090150.964000', '090150.967000', '090150.970000', '090150.972000', '090150.975000', '090150.978000', '090150.980000', '090150.983000', '090150.985000', '090150.988000', '090210.867000', '090210.870000', '090210.873000', '090210.876000', '090210.878000', '090210.881000', '090210.884000', '090210.886000', '090210.889000', '090210.892000', '090210.894000', '090210.897000', '090210.900000', '090210.902000', '090210.905000', '090210.908000', '090210.910000', '090210.913000', '090210.916000', '090210.918000', '090210.921000', '090210.923000', '090210.926000', '090210.929000', '090210.931000', '090210.934000', '090210.937000', '090210.939000', '090210.942000', '090210.945000', '090210.947000', '090210.950000', '090210.953000', '090210.955000', '090210.958000', '090210.960000', '090210.963000', '090210.965000', '090210.968000', '090210.971000', '090210.973000', '090210.976000', '090210.979000', '090230.867000', '090230.869000', '090230.872000', '090230.875000', '090230.878000', '090230.880000', '090230.883000', '090230.885000', '090230.888000', '090230.891000', '090230.893000', '090230.896000', '090230.899000', '090230.901000', '090230.904000', '090230.907000', '090230.909000', '090230.912000', '090230.915000', '090230.917000', '090230.920000', '090230.923000', '090230.925000', '090230.928000', '090230.931000', '090230.933000', '090230.936000', '090230.938000', '090230.941000', '090230.944000', '090230.946000', '090230.949000', '090230.952000', '090230.954000', '090230.957000', '090230.960000', '090230.962000', '090230.965000', '090230.968000', '090230.970000', '090230.973000', '090230.976000', '090230.978000', '090230.981000', '090250.867000', '090250.869000', '090250.872000', '090250.875000', '090250.877000', '090250.880000', '090250.883000', '090250.885000', '090250.888000', '090250.891000', '090250.893000', '090250.896000', '090250.899000', '090250.901000', '090250.904000', '090250.907000', '090250.909000', '090250.912000', '090250.915000', '090250.917000', '090250.920000', '090250.923000', '090250.925000', '090250.928000', '090250.931000', '090250.933000', '090250.936000', '090250.939000', '090250.941000', '090250.944000', '090250.955000', '090250.958000', '090250.961000', '090250.963000', '090250.966000', '090250.969000', '090250.972000', '090250.975000', '090250.978000', '090250.981000', '090250.983000', '090250.986000', '090250.989000', '090310.867000', '090310.870000', '090310.872000', '090310.875000', '090310.878000', '090310.880000', '090310.883000', '090310.886000', '090310.889000', '090310.891000', '090310.894000', '090310.897000', '090310.899000', '090310.902000', '090310.905000', '090310.907000', '090310.910000', '090310.913000', '090310.915000', '090310.918000', '090310.920000', '090310.923000', '090310.936000', '090310.939000', '090310.941000', '090310.944000', '090310.946000', '090310.949000', '090310.952000', '090310.954000', '090310.957000', '090310.960000', '090310.962000', '090310.965000', '090310.968000', '090310.970000', '090310.973000', '090310.976000', '090310.978000', '090310.981000', '090310.984000', '090310.986000', '090310.989000', '090310.991000', '090330.867000', '090330.870000', '090330.872000', '090330.875000', '090330.878000', '090330.881000', '090330.883000', '090330.886000', '090330.889000', '090330.891000', '090330.894000', '090330.897000', '090330.899000', '090330.902000', '090330.905000', '090330.907000', '090330.910000', '090330.913000', '090330.915000', '090330.918000', '090330.921000', '090330.923000', '090330.926000', '090330.929000', '090330.931000', '090330.934000', '090330.936000', '090330.939000', '090330.942000', '090330.944000', '090330.947000', '090330.950000', '090330.952000', '090330.955000', '090330.957000', '090330.960000', '090330.963000', '090330.965000', '090330.968000', '090330.971000', '090330.973000', '090330.976000', '090330.979000', '090350.866000', '090350.874000', '090350.877000', '090350.880000', '090350.882000', '090350.885000', '090350.888000', '090350.890000', '090350.893000', '090350.896000', '090350.899000', '090350.901000', '090350.904000', '090350.906000', '090350.909000', '090350.912000', '090350.914000', '090350.917000', '090350.920000', '090350.922000', '090350.925000', '090350.928000', '090350.930000', '090350.933000', '090350.937000', '090350.940000', '090350.943000', '090350.945000', '090350.948000', '090350.950000', '090350.953000', '090350.956000', '090350.958000', '090350.961000', '090350.964000', '090350.966000', '090350.969000', '090350.971000', '090350.974000', '090350.977000', '090350.980000', '090350.982000', '090350.985000', '090410.866000', '090410.886000', '090410.889000', '090410.892000', '090410.894000', '090410.897000', '090410.900000', '090410.902000', '090410.905000', '090410.908000', '090410.910000', '090410.913000', '090410.915000', '090410.918000', '090410.921000', '090410.923000', '090410.926000', '090410.929000', '090410.931000', '090410.934000', '090410.937000', '090410.939000', '090410.942000', '090410.945000', '090410.947000', '090410.950000', '090410.953000', '090410.955000', '090410.958000', '090410.960000', '090410.963000', '090410.966000', '090410.968000', '090410.971000', '090410.974000', '090410.976000', '090410.979000', '090410.982000', '090410.984000', '090410.987000', '090410.989000', '090410.992000', '090410.995000', '090410.997000', '090430.868000', '090430.871000', '090430.873000', '090430.876000', '090430.879000', '090430.882000', '090430.884000', '090430.887000', '090430.890000', '090430.899000', '090430.902000', '090430.904000', '090430.907000', '090430.910000', '090430.912000', '090430.915000', '090430.917000', '090430.920000', '090430.923000', '090430.926000', '090430.928000', '090430.931000', '090430.933000', '090430.936000', '090430.939000', '090430.941000', '090430.944000', '090430.947000', '090430.949000', '090430.952000', '090430.955000', '090430.957000', '090430.960000', '090430.963000', '090430.965000', '090430.968000', '090430.970000', '090430.973000', '090430.976000', '090430.979000', '090430.981000', '090430.984000', '090430.987000', '090450.866000', '090450.869000', '090450.872000', '090450.875000', '090450.877000', '090450.880000', '090450.883000', '090450.885000', '090450.888000', '090450.891000', '090450.893000', '090450.896000', '090450.899000', '090450.901000', '090450.904000', '090450.906000', '090450.909000', '090450.912000', '090450.914000', '090450.917000', '090450.919000', '090450.922000', '090450.925000', '090450.927000', '090450.930000', '090450.933000', '090450.935000', '090450.938000', '090450.941000', '090450.943000', '090450.946000', '090450.949000', '090450.951000', '090450.954000', '090450.956000', '090450.959000', '090450.962000', '090450.965000', '090450.967000', '090450.970000', '090450.972000', '090450.975000', '090450.978000', '090450.980000', '090510.867000', '090510.870000', '090510.872000', '090510.875000', '090510.878000', '090510.880000', '090510.883000', '090510.886000', '090510.888000', '090510.891000', '090510.894000', '090510.896000', '090510.899000', '090510.901000', '090510.904000', '090510.907000', '090510.910000', '090510.912000', '090510.915000', '090510.917000', '090510.920000', '090510.923000', '090510.925000', '090510.928000', '090510.931000', '090510.933000', '090510.936000', '090510.939000', '090510.941000', '090510.944000', '090510.947000', '090510.949000', '090510.952000', '090510.954000', '090510.957000', '090510.960000', '090510.962000', '090510.965000', '090510.968000', '090510.970000', '090510.973000', '090510.976000', '090510.978000', '090510.981000', '090530.867000', '090530.906000', '090530.908000', '090530.911000', '090530.913000', '090530.916000', '090530.919000', '090530.921000', '090530.924000', '090530.926000', '090530.929000', '090530.932000', '090530.934000', '090530.937000', '090530.940000', '090530.942000', '090530.945000', '090530.947000', '090530.950000', '090530.953000', '090530.956000', '090530.958000', '090530.961000', '090530.964000', '090530.966000', '090530.969000', '090530.972000', '090530.974000', '090530.977000', '090530.979000', '090530.982000', '090530.985000', '090530.987000', '090530.990000', '090530.993000', '090530.995000', '090530.998000', '090531.001000', '090531.003000', '090531.006000', '090531.008000', '090531.011000', '090531.014000', '090550.866000', '090550.877000', '090550.880000', '090550.882000', '090550.885000', '090550.902000', '090550.904000', '090550.907000', '090550.910000', '090550.913000', '090550.915000', '090550.918000', '090550.921000', '090550.924000', '090550.926000', '090550.929000', '090550.932000', '090550.934000', '090550.937000', '090550.940000', '090550.943000', '090550.945000', '090550.948000', '090550.950000', '090550.964000', '090550.967000', '090550.969000', '090550.972000', '090550.975000', '090550.978000', '090550.980000', '090550.983000', '090550.986000', '090550.988000', '090550.991000', '090550.994000', '090550.996000', '090550.999000', '090551.001000', '090551.004000', '090551.007000', '090551.009000', '090551.012000', '090610.867000', '090610.872000', '090610.875000', '090610.877000', '090610.880000', '090610.882000', '090610.885000', '090610.888000', '090610.890000', '090610.893000', '090610.895000', '090610.898000', '090610.901000', '090610.903000', '090610.906000', '090610.909000', '090610.911000', '090610.914000', '090610.917000', '090610.919000', '090610.922000', '090610.925000', '090610.927000', '090610.930000', '090610.932000', '090610.935000', '090610.938000', '090610.940000', '090610.943000', '090610.946000', '090610.948000', '090610.951000', '090610.954000', '090610.956000', '090610.959000', '090610.962000', '090610.964000', '090610.967000', '090610.970000', '090610.972000', '090610.975000', '090610.978000', '090610.980000', '090610.983000', '090630.867000', '090630.869000', '090630.872000', '090630.875000', '090630.878000', '090630.880000', '090630.883000', '090630.885000', '090630.888000', '090630.891000', '090630.894000', '090630.896000', '090630.899000', '090630.901000', '090630.904000', '090630.907000', '090630.910000', '090630.913000', '090630.916000', '090630.919000', '090630.922000', '090630.924000', '090630.927000', '090630.930000', '090630.932000', '090630.935000', '090630.938000', '090630.940000', '090630.943000', '090630.946000', '090630.948000', '090630.951000', '090630.954000', '090630.956000', '090630.959000', '090630.962000', '090630.964000', '090630.967000', '090630.970000', '090630.972000', '090630.975000', '090630.977000', '090630.980000', '090650.867000', '090650.870000', '090650.873000', '090650.876000', '090650.878000', '090650.881000', '090650.884000', '090650.886000', '090650.889000', '090650.892000', '090650.894000', '090650.897000', '090650.899000', '090650.902000', '090650.905000', '090650.907000', '090650.910000', '090650.913000', '090650.915000', '090650.918000', '090650.921000', '090650.923000', '090650.926000', '090650.929000', '090650.931000', '090650.934000', '090650.937000', '090650.939000', '090650.942000', '090650.945000', '090650.947000', '090650.950000', '090650.952000', '090650.955000', '090650.958000', '090650.960000', '090650.963000', '090650.966000', '090650.968000', '090650.971000', '090650.974000', '090650.976000', '090650.979000', '090650.982000', '090710.867000', '090710.870000', '090710.872000', '090710.875000', '090710.878000', '090710.880000', '090710.883000', '090710.886000', '090710.889000', '090710.891000', '090710.894000', '090710.896000', '090710.899000', '090710.902000', '090710.904000', '090710.907000', '090710.910000', '090710.913000', '090710.915000', '090710.918000', '090710.921000', '090710.923000', '090710.926000', '090710.928000', '090710.931000', '090710.934000', '090710.936000', '090710.939000', '090710.942000', '090710.944000', '090710.947000', '090710.951000', '090710.953000', '090710.956000', '090710.959000', '090710.962000', '090710.965000', '090710.968000', '090710.973000', '090710.975000', '090710.978000', '090710.981000', '090710.983000', '090730.867000', '090730.883000', '090730.886000', '090730.889000', '090730.891000', '090730.894000', '090730.897000', '090730.899000', '090730.902000', '090730.904000', '090730.907000', '090730.910000', '090730.912000', '090730.915000', '090730.918000', '090730.920000', '090730.928000', '090730.931000', '090730.934000', '090730.936000', '090730.939000', '090730.941000', '090730.944000', '090730.947000', '090730.949000', '090730.952000', '090730.955000', '090730.957000', '090730.960000', '090730.962000', '090730.965000', '090730.968000', '090730.970000', '090730.973000', '090730.976000', '090730.978000', '090730.981000', '090730.984000', '090730.986000', '090730.989000', '090730.991000', '090730.994000', '090730.997000', '090730.999000', '090750.867000', '090750.891000', '090750.893000', '090750.896000', '090750.899000', '090750.901000', '090750.904000', '090750.906000', '090750.909000', '090750.912000', '090750.914000', '090750.917000', '090750.920000', '090750.922000', '090750.925000', '090750.928000', '090750.930000', '090750.933000', '090750.936000', '090750.938000', '090750.941000', '090750.944000', '090750.946000', '090750.949000', '090750.951000', '090750.954000', '090750.957000', '090750.960000', '090750.962000', '090750.965000', '090750.968000', '090750.970000', '090750.973000', '090750.976000', '090750.979000', '090750.981000', '090750.984000', '090750.986000', '090750.989000', '090750.992000', '090750.995000', '090751.000000', '090751.002000', '090751.388000', '090751.390000'], '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': [9968, 8201, 11285, 9115, 7900, 8141, 9995, 8315, 8105, 10507, 8844, 7387, 7796, 8798, 8106, 7770, 8920, 7624, 10469, 8562, 8005, 9275, 8717, 7755, 11884, 10076, 7678, 9661, 7861, 7816, 9788, 7753, 13314, 10794, 8792, 10463, 7458, 11121, 11873, 7664, 10726, 7826, 14939, 8740, 7485, 9264, 7331, 10923, 9224, 9990, 9393, 7831, 10167, 7590, 11299, 8670, 7761, 10122, 7478, 10578, 8519, 7800, 9337, 7299, 14025, 9345, 8211, 9398, 7461, 10616, 8149, 12348, 11538, 8062, 10766, 7413, 11184, 8530, 11705, 9331, 7785, 10660, 7762, 13547, 9134, 7642, 9870, 7516, 10867, 9218, 12291, 9747, 7425, 10637, 7914, 10803, 8419, 13423, 10039, 8595, 10056, 7638, 10784, 8186, 8686, 9017, 7452, 10898, 7609, 13087, 8538, 7649, 9737, 7491, 10596, 7572, 12471, 8425, 12655, 9140, 7536, 9758, 7795, 13529, 9020, 7574, 9438, 7352, 10099, 7445, 10824, 7765, 11126, 7730, 12692, 8052, 11309, 8554, 7674, 9641, 7646, 10748, 8041, 11713, 7966, 11024, 8211, 8626, 11585, 7896, 10237, 7312, 10034, 7657, 10841, 11718, 7851, 10567, 7551, 14691, 8490, 7559, 12595, 7893, 13564, 10129, 12260, 7701, 10882, 7632, 12083, 8082, 11809, 8891, 9774, 9651, 7459, 10144, 7520, 13335, 8693, 14755, 10016, 15602, 9993, 8349, 9742, 7297, 10117, 7408, 10758, 7544, 14011, 9506, 7354, 9241, 7385, 10434, 7610, 10766, 9068, 8997, 9740, 7667, 10115, 7860, 12944, 8580, 13720, 9453, 15920, 8428, 14300, 8810, 7512, 9411, 7328, 10600, 7559, 12377, 8825, 7826, 8914, 7601, 10393, 7506, 11081, 8452, 12854, 8681, 7375, 9640, 7670, 10746, 8529, 12556, 10145, 7398, 9695, 7684, 11167, 8310, 14303, 9266, 7652, 9356, 7676, 10210, 7279, 10472, 7393, 12506, 8136, 7202, 8355, 7561, 9234, 7529, 10290, 7899, 11810, 8026, 9893, 9624, 9381, 13438, 8490, 10170, 7580, 10270, 7825, 10667, 7946, 13111, 8796, 7785, 9342, 7261, 10243, 7377, 10541, 7637, 11643, 8942, 8136, 10543, 7675, 9809, 7350, 11050, 9341, 14364, 11647, 8100, 9837, 7425, 13097, 9105, 8769, 10419, 7692, 12439, 8382, 9534, 9591, 8496, 12507, 7524, 10497, 7786, 10695, 8389, 13390, 9333, 8285, 10843, 7784, 10544, 9016, 7304, 9834, 7517, 10905, 8878, 14441, 9275, 8002, 9428, 7807, 9431, 7662, 10914, 8666, 9321, 9312, 7501, 10447, 8005, 9697, 9864, 7662, 11146, 7535, 9041, 8389, 7769, 9620, 7538, 10446, 8071, 12315, 9926, 7600, 9604, 7441, 10319, 7534, 10771, 8665, 12298, 8652, 7622, 9971, 7626, 9706, 9259, 7598, 10509, 8164, 8894, 9187, 7385, 13748, 11250, 8753, 9613, 7366, 11124, 8233, 12354, 11817, 7560, 10560, 7993, 11557, 8675, 7616, 12881, 7264, 10381, 7783, 15264, 8771, 7512, 9289, 7471, 11653, 9901, 7205, 10132, 7770, 12273, 8470, 10876, 9049, 7296, 10266, 7465, 13841, 8373, 7817, 9098, 7645, 10176, 8194, 13725, 9390, 11709, 8808, 7486, 9269, 7303, 10938, 7665, 10590, 7915, 10333, 8532, 7610, 9688, 7449, 10580, 8405, 13528, 8732, 7668, 8891, 7671, 9635, 7581, 10221, 7656, 10927, 8292, 12504, 8573, 7740, 8885, 7391, 10500, 8370, 9373, 8517, 7425, 13133, 7452, 14691, 7792, 10769, 7593, 10171, 7944, 9359, 8083, 7479, 9350, 7277, 12230, 7937, 7699, 9653, 7900, 12258, 7790, 10535, 8995, 15030, 8912, 7493, 9695, 7839, 10154, 7532, 11494, 7532, 11055, 7529, 11537, 8402, 7591, 9229, 7514, 13084, 13107, 7823, 9593, 7545, 12051, 8441, 11616, 13720, 8831, 11138, 7520, 10044, 8490, 7610, 10121, 8270, 12459, 8617, 7602, 9894, 7904, 12683, 9999, 8557, 9825, 7923, 12907, 8137, 7641, 10418, 7470, 10523, 7554, 12358, 7961, 7653, 9015, 7396, 12029, 7546, 9574, 7749, 9821, 7682, 9502, 8407, 7641, 9746, 7652, 9872, 7516, 10621, 7939, 10979, 9851, 8381, 9662, 7343, 9856, 7602, 11511, 8940, 9381, 9486, 7499, 9949, 7877, 11614, 8681, 7794, 11005, 7523, 10367, 7754, 7971, 8594, 7546, 10482, 8879, 7979, 10046, 8003, 13368, 7833, 7456, 9390, 7391, 10937, 9681, 12878, 12162, 7722, 9212, 7543, 10629, 8659, 12797, 8783, 7674, 8904, 7932, 9981, 8029, 12918, 9146, 7490, 10106, 7415, 7690, 8266, 7754, 10152, 8675, 8525, 8949, 7800, 9830, 7850, 12727, 9014, 8805, 9944, 7734, 12482, 7797, 7660, 8752, 7620, 10175, 7496, 13754, 8589, 7646, 9183, 7747, 11040, 8672, 13254, 9175, 7506, 9848, 7821, 9433, 7442, 10284, 8244, 10985, 8524, 7796, 9118, 7696, 9978, 8124, 8075, 8918, 7856, 9448, 7709, 9625, 7692, 9564, 8176, 13480, 9266, 7952, 8908, 7248, 9598, 7716, 9816, 8312, 12469, 9036, 7517, 9085, 7768, 8980, 7337, 10750, 9526, 13159, 8447, 9396, 7472, 9382, 7572, 10928, 8145, 11111, 8698, 7638, 8625, 7956, 12970, 7558, 11707, 7327, 10924, 7872, 12123, 7809, 11718, 10723, 7691, 10032, 7813, 13346, 8242, 11917, 8184, 11724, 8333, 11821, 11488, 7493, 9586, 7628, 8667, 8501, 7423, 10013, 7609, 13481, 8209, 7641, 8805, 7617, 10292, 8166, 15173, 9059, 7627, 8831, 7650, 12277, 8747, 8683, 9621, 7710, 7554, 8041, 7731, 9638, 7844, 8797, 9555, 7443, 9462, 7624, 12002, 8287, 10683, 14893, 7701, 9449, 7793, 11950, 8387, 8317, 11331, 7629, 10024, 7689, 11468, 7826, 9647, 8250, 7572, 9051, 7363, 9939, 7688, 7484, 8155, 7483, 9849, 7881, 11017, 8368, 7785, 8831, 7766, 9666, 7909, 13390, 10988, 7707, 9059, 7733, 10446, 8582, 7523, 9572, 7566, 13309, 7809, 7804, 12837, 7713, 9552, 7493, 14266, 8345, 7484, 9112, 8102, 11929, 12688, 7615, 10048, 7838, 13475, 8498, 7461, 8823, 7563, 10776, 8193, 11364, 8599, 7796, 9832, 7696, 12825, 7401, 10379, 7842, 14562, 7907, 7772, 8767, 7522, 10118, 7808, 12807, 8705, 7664, 9064, 7724, 9688, 8100, 10345, 13801, 7903, 9460, 7874, 10578, 8041, 10075, 13276, 7433, 9705, 7713, 11171, 8291, 8146, 8820, 7596, 12346, 7527, 9760, 7571, 11457, 8210, 10190, 8782, 9003, 12000, 7516, 10041, 7929, 7987, 8330, 7586, 10360, 7287, 10594, 7654, 9991, 7453, 9824, 7621, 11995, 7978, 10625, 11996, 7584, 10196, 7756, 10621, 8059, 11863, 8468, 11371, 12537, 7517, 9729, 7619, 9781, 7544, 9784, 7944, 12619, 8411, 12276, 8113, 10881, 8225, 7922, 8104, 7494, 9574, 7356, 11176, 7694, 9308, 7801, 11736, 8206, 11430, 9348, 8023, 9198, 7531, 9142, 7724, 11495, 7373, 9662, 7743, 9897, 7514, 11349, 7854, 9031, 10218, 7933, 9725, 7818, 11966, 7815, 10415, 7978, 12801, 9944, 13374, 9143, 7442, 8959, 7336, 9587, 7873, 12356, 8377, 9091, 8344, 7511, 9950, 11694, 9199, 12174, 10955, 7652, 9571, 7787, 9544, 7751, 7615, 10652, 7558, 9793, 7526, 9540, 7635, 9461, 7566, 11387, 7581, 11724, 7530, 10456, 7744, 11837, 7898, 11558, 8714, 7670, 9579, 7715, 10938, 7639, 7759, 8517, 7915, 9618, 7280, 10345, 7462, 11943, 7763, 11239, 7956, 8910, 12271, 7632, 9394, 7817, 9672, 7748, 10161, 8158, 12304, 9602, 8231, 9325, 7594, 9401, 7996, 9833, 7817, 13702, 8507, 7548, 8912, 7684, 9228, 7814, 11595, 11166, 7664, 8565, 7557, 9467, 7734, 11993, 8355, 11575, 9596, 7365, 9344, 7676, 10923, 7980, 9806, 12616, 7540, 10021, 7679, 10369, 8578, 7412, 11061, 7638, 10176, 7817, 12404, 8106, 7715, 8886, 7482, 12744, 9098, 7944, 8763, 7519, 10112, 8073, 9602, 9860, 7509, 12324, 7762, 7554, 8854, 7592, 10037, 8106, 14510, 10315, 7602, 9251, 7753, 9917, 7911, 12387, 11859, 7491, 9227, 7683, 7790, 8117, 7861, 9155, 7678, 9846, 7989, 10471, 8116, 7705, 9052, 7673, 11074, 8281, 9563, 8941, 7793, 9343, 7497, 11041, 11699, 7342, 9646, 7440, 11642, 7725, 11062, 8808, 9299, 10079, 7431, 9668, 7465, 7445, 9261, 7438, 9156, 7517, 12955, 8426, 10944, 8435, 7463, 9485, 7702, 10012, 8331, 13531, 8742, 7953, 8801, 7662, 9439, 7714, 10719, 10549, 7536, 9357, 7717, 9815, 7611, 10562, 7950, 10931, 10217, 7178, 9354, 7884, 8012, 8184, 7516, 13914, 7703, 9733, 7705, 9707, 7755, 11474, 8089, 10324, 11678, 7437, 9993, 7939, 10115, 8051, 7509, 8926, 7810, 12651, 7746, 9605, 7709, 9887, 7789, 10571, 11152, 7748, 9729, 7666, 12119, 7766, 7903, 8603, 7776, 9770, 7600, 13742, 7879, 7726, 8994, 7373, 12180, 7743, 11261, 7758, 12124, 7995, 7293, 8301, 7622, 10601, 8514, 8336, 14363, 7639, 9327, 7336, 9868, 7910, 15676, 11153, 7837, 9056, 7568, 9754, 8174, 11398, 12895, 7349, 9401, 7630, 9560, 7870, 11051, 8381, 8379, 9602, 7558, 9967, 7848, 7279, 8311, 7579, 9488, 7660, 9972, 7648, 9922, 7713, 8846, 10927, 7415, 10080, 7668, 10719, 8224, 7875, 10983, 7340, 9823, 7737, 14363, 9126, 7462, 9262, 7483, 10085, 8181, 14116, 9932, 8883, 9426, 7905, 8838, 8272, 7520, 11736, 7768, 9952, 7498, 13772, 7603, 7582, 8843, 7362, 10063, 7832, 12507, 8411, 8031, 9758, 7691, 10497, 8078, 10610, 7614, 10150, 7438, 7386, 8498, 7436, 9954, 7925, 9484, 8434, 7934, 11907, 7947, 11507, 7544, 9814, 7875, 14060, 8177, 7256, 8299, 7700, 8926, 7328, 7693, 9775, 8607, 7895, 9508, 8177, 8486, 8107, 8605, 8665], 'WindowCenter': [4667.0, 4634.0, 4671.0, 4629.0, 4618.0, 4618.0, 4647.0, 4629.0, 4620.0, 4660.0, 4642.0, 4623.0, 4635.0, 4655.0, 4633.0, 4635.0, 4653.0, 4636.0, 4676.0, 4658.0, 4661.0, 4666.0, 4658.0, 4648.0, 4696.0, 4677.0, 4649.0, 4677.0, 4647.0, 4637.0, 4676.0, 4639.0, 4705.0, 4687.0, 4657.0, 4676.0, 4636.0, 4684.0, 4684.0, 4636.0, 4674.0, 4635.0, 4713.0, 4644.0, 4625.0, 4652.0, 4625.0, 4673.0, 4655.0, 4665.0, 4654.0, 4635.0, 4664.0, 4635.0, 4673.0, 4645.0, 4636.0, 4675.0, 4637.0, 4675.0, 4656.0, 4647.0, 4666.0, 4638.0, 4716.0, 4668.0, 4658.0, 4666.0, 4637.0, 4676.0, 4647.0, 4696.0, 4696.0, 4647.0, 4686.0, 4637.0, 4685.0, 4656.0, 4684.0, 4665.0, 4635.0, 4675.0, 4636.0, 4705.0, 4665.0, 4636.0, 4675.0, 4638.0, 4686.0, 4668.0, 4696.0, 4666.0, 4637.0, 4676.0, 4648.0, 4675.0, 4646.0, 4704.0, 4665.0, 4645.0, 4665.0, 4636.0, 4674.0, 4645.0, 4645.0, 4654.0, 4636.0, 4685.0, 4636.0, 4705.0, 4656.0, 4637.0, 4666.0, 4637.0, 4676.0, 4637.0, 4695.0, 4646.0, 4694.0, 4655.0, 4635.0, 4664.0, 4635.0, 4703.0, 4655.0, 4636.0, 4665.0, 4636.0, 4675.0, 4627.0, 4675.0, 4635.0, 4674.0, 4634.0, 4694.0, 4634.0, 4672.0, 4643.0, 4634.0, 4664.0, 4636.0, 4686.0, 4647.0, 4697.0, 4647.0, 4686.0, 4657.0, 4657.0, 4697.0, 4648.0, 4677.0, 4638.0, 4677.0, 4648.0, 4687.0, 4698.0, 4648.0, 4688.0, 4648.0, 4727.0, 4657.0, 4648.0, 4706.0, 4647.0, 4706.0, 4675.0, 4695.0, 4635.0, 4674.0, 4635.0, 4683.0, 4645.0, 4683.0, 4655.0, 4664.0, 4665.0, 4635.0, 4674.0, 4635.0, 4705.0, 4657.0, 4714.0, 4667.0, 4713.0, 4664.0, 4644.0, 4652.0, 4623.0, 4663.0, 4623.0, 4672.0, 4635.0, 4702.0, 4653.0, 4624.0, 4655.0, 4625.0, 4674.0, 4636.0, 4684.0, 4656.0, 4667.0, 4667.0, 4639.0, 4678.0, 4647.0, 4706.0, 4657.0, 4706.0, 4667.0, 4724.0, 4645.0, 4714.0, 4654.0, 4624.0, 4653.0, 4625.0, 4673.0, 4634.0, 4693.0, 4655.0, 4636.0, 4655.0, 4636.0, 4675.0, 4635.0, 4685.0, 4646.0, 4704.0, 4655.0, 4625.0, 4664.0, 4636.0, 4674.0, 4656.0, 4695.0, 4675.0, 4626.0, 4664.0, 4636.0, 4684.0, 4647.0, 4714.0, 4654.0, 4635.0, 4654.0, 4636.0, 4663.0, 4624.0, 4673.0, 4626.0, 4693.0, 4634.0, 4624.0, 4644.0, 4635.0, 4664.0, 4636.0, 4677.0, 4647.0, 4696.0, 4647.0, 4676.0, 4666.0, 4665.0, 4706.0, 4655.0, 4675.0, 4635.0, 4664.0, 4635.0, 4674.0, 4635.0, 4703.0, 4645.0, 4635.0, 4655.0, 4627.0, 4674.0, 4636.0, 4675.0, 4648.0, 4698.0, 4669.0, 4659.0, 4688.0, 4649.0, 4678.0, 4639.0, 4687.0, 4669.0, 4717.0, 4699.0, 4648.0, 4677.0, 4637.0, 4706.0, 4657.0, 4657.0, 4688.0, 4649.0, 4707.0, 4658.0, 4667.0, 4667.0, 4656.0, 4698.0, 4636.0, 4675.0, 4637.0, 4674.0, 4645.0, 4703.0, 4654.0, 4644.0, 4674.0, 4634.0, 4673.0, 4653.0, 4624.0, 4665.0, 4625.0, 4673.0, 4655.0, 4703.0, 4653.0, 4634.0, 4653.0, 4622.0, 4641.0, 4622.0, 4661.0, 4642.0, 4652.0, 4652.0, 4624.0, 4673.0, 4635.0, 4664.0, 4665.0, 4636.0, 4686.0, 4636.0, 4656.0, 4646.0, 4636.0, 4665.0, 4637.0, 4675.0, 4647.0, 4695.0, 4666.0, 4636.0, 4665.0, 4627.0, 4675.0, 4636.0, 4675.0, 4645.0, 4694.0, 4645.0, 4636.0, 4665.0, 4637.0, 4667.0, 4667.0, 4649.0, 4688.0, 4658.0, 4658.0, 4667.0, 4638.0, 4706.0, 4687.0, 4658.0, 4668.0, 4627.0, 4675.0, 4645.0, 4694.0, 4684.0, 4635.0, 4674.0, 4635.0, 4683.0, 4644.0, 4624.0, 4692.0, 4623.0, 4662.0, 4623.0, 4711.0, 4642.0, 4622.0, 4642.0, 4623.0, 4672.0, 4663.0, 4624.0, 4664.0, 4635.0, 4683.0, 4644.0, 4673.0, 4643.0, 4624.0, 4662.0, 4623.0, 4693.0, 4633.0, 4624.0, 4643.0, 4624.0, 4663.0, 4644.0, 4703.0, 4655.0, 4683.0, 4643.0, 4623.0, 4652.0, 4613.0, 4671.0, 4622.0, 4662.0, 4632.0, 4661.0, 4642.0, 4622.0, 4652.0, 4623.0, 4662.0, 4634.0, 4692.0, 4642.0, 4623.0, 4642.0, 4622.0, 4651.0, 4623.0, 4663.0, 4623.0, 4661.0, 4633.0, 4681.0, 4642.0, 4623.0, 4641.0, 4624.0, 4673.0, 4645.0, 4655.0, 4645.0, 4626.0, 4694.0, 4625.0, 4714.0, 4634.0, 4674.0, 4625.0, 4663.0, 4634.0, 4653.0, 4634.0, 4626.0, 4655.0, 4629.0, 4697.0, 4648.0, 4640.0, 4667.0, 4647.0, 4697.0, 4639.0, 4677.0, 4657.0, 4716.0, 4656.0, 4627.0, 4667.0, 4636.0, 4665.0, 4636.0, 4685.0, 4637.0, 4675.0, 4635.0, 4684.0, 4644.0, 4635.0, 4655.0, 4637.0, 4706.0, 4706.0, 4638.0, 4667.0, 4637.0, 4697.0, 4647.0, 4686.0, 4705.0, 4655.0, 4675.0, 4625.0, 4663.0, 4644.0, 4635.0, 4675.0, 4647.0, 4697.0, 4645.0, 4636.0, 4666.0, 4636.0, 4693.0, 4665.0, 4644.0, 4664.0, 4634.0, 4692.0, 4633.0, 4623.0, 4662.0, 4624.0, 4674.0, 4624.0, 4683.0, 4633.0, 4624.0, 4642.0, 4612.0, 4682.0, 4622.0, 4653.0, 4622.0, 4650.0, 4621.0, 4651.0, 4632.0, 4623.0, 4653.0, 4624.0, 4662.0, 4624.0, 4663.0, 4634.0, 4672.0, 4664.0, 4634.0, 4653.0, 4624.0, 4663.0, 4624.0, 4673.0, 4644.0, 4654.0, 4653.0, 4626.0, 4663.0, 4634.0, 4673.0, 4643.0, 4635.0, 4674.0, 4635.0, 4664.0, 4634.0, 4635.0, 4644.0, 4636.0, 4675.0, 4656.0, 4647.0, 4678.0, 4648.0, 4705.0, 4636.0, 4626.0, 4656.0, 4626.0, 4676.0, 4666.0, 4695.0, 4684.0, 4635.0, 4654.0, 4624.0, 4663.0, 4644.0, 4693.0, 4643.0, 4623.0, 4642.0, 4632.0, 4652.0, 4633.0, 4683.0, 4652.0, 4624.0, 4664.0, 4623.0, 4624.0, 4635.0, 4636.0, 4675.0, 4656.0, 4656.0, 4656.0, 4636.0, 4665.0, 4635.0, 4695.0, 4644.0, 4654.0, 4664.0, 4635.0, 4693.0, 4624.0, 4624.0, 4644.0, 4634.0, 4664.0, 4624.0, 4692.0, 4643.0, 4624.0, 4654.0, 4635.0, 4673.0, 4645.0, 4694.0, 4654.0, 4624.0, 4664.0, 4624.0, 4641.0, 4623.0, 4661.0, 4632.0, 4672.0, 4643.0, 4623.0, 4643.0, 4634.0, 4664.0, 4635.0, 4635.0, 4656.0, 4646.0, 4665.0, 4636.0, 4665.0, 4636.0, 4655.0, 4645.0, 4704.0, 4655.0, 4635.0, 4644.0, 4625.0, 4654.0, 4636.0, 4665.0, 4647.0, 4694.0, 4655.0, 4626.0, 4655.0, 4635.0, 4655.0, 4624.0, 4676.0, 4666.0, 4694.0, 4634.0, 4653.0, 4625.0, 4654.0, 4635.0, 4674.0, 4647.0, 4686.0, 4657.0, 4637.0, 4657.0, 4647.0, 4707.0, 4637.0, 4686.0, 4627.0, 4675.0, 4636.0, 4684.0, 4635.0, 4685.0, 4674.0, 4635.0, 4667.0, 4636.0, 4705.0, 4646.0, 4684.0, 4645.0, 4683.0, 4645.0, 4684.0, 4685.0, 4626.0, 4655.0, 4635.0, 4644.0, 4645.0, 4626.0, 4665.0, 4636.0, 4705.0, 4645.0, 4636.0, 4654.0, 4636.0, 4676.0, 4647.0, 4714.0, 4644.0, 4625.0, 4644.0, 4635.0, 4684.0, 4645.0, 4645.0, 4664.0, 4625.0, 4635.0, 4634.0, 4635.0, 4665.0, 4636.0, 4657.0, 4666.0, 4627.0, 4666.0, 4636.0, 4684.0, 4645.0, 4675.0, 4714.0, 4635.0, 4654.0, 4624.0, 4672.0, 4633.0, 4633.0, 4672.0, 4624.0, 4652.0, 4623.0, 4671.0, 4622.0, 4652.0, 4632.0, 4623.0, 4643.0, 4624.0, 4652.0, 4623.0, 4623.0, 4633.0, 4624.0, 4664.0, 4636.0, 4675.0, 4646.0, 4635.0, 4655.0, 4636.0, 4665.0, 4636.0, 4706.0, 4675.0, 4636.0, 4655.0, 4636.0, 4675.0, 4646.0, 4637.0, 4666.0, 4637.0, 4705.0, 4636.0, 4636.0, 4695.0, 4625.0, 4666.0, 4626.0, 4704.0, 4645.0, 4627.0, 4655.0, 4647.0, 4685.0, 4706.0, 4637.0, 4678.0, 4639.0, 4707.0, 4647.0, 4626.0, 4655.0, 4636.0, 4675.0, 4649.0, 4687.0, 4657.0, 4637.0, 4666.0, 4635.0, 4694.0, 4625.0, 4664.0, 4634.0, 4701.0, 4622.0, 4622.0, 4632.0, 4625.0, 4662.0, 4624.0, 4692.0, 4643.0, 4624.0, 4643.0, 4634.0, 4653.0, 4635.0, 4665.0, 4704.0, 4635.0, 4654.0, 4635.0, 4664.0, 4635.0, 4664.0, 4694.0, 4625.0, 4655.0, 4625.0, 4673.0, 4634.0, 4633.0, 4644.0, 4624.0, 4684.0, 4624.0, 4655.0, 4624.0, 4672.0, 4633.0, 4663.0, 4634.0, 4643.0, 4683.0, 4614.0, 4653.0, 4634.0, 4634.0, 4634.0, 4636.0, 4665.0, 4626.0, 4675.0, 4626.0, 4665.0, 4626.0, 4654.0, 4625.0, 4683.0, 4635.0, 4674.0, 4685.0, 4636.0, 4665.0, 4636.0, 4675.0, 4637.0, 4685.0, 4646.0, 4686.0, 4684.0, 4625.0, 4656.0, 4625.0, 4664.0, 4635.0, 4654.0, 4635.0, 4684.0, 4636.0, 4683.0, 4635.0, 4673.0, 4634.0, 4634.0, 4634.0, 4624.0, 4654.0, 4625.0, 4685.0, 4637.0, 4666.0, 4637.0, 4695.0, 4647.0, 4685.0, 4657.0, 4637.0, 4656.0, 4636.0, 4655.0, 4635.0, 4685.0, 4627.0, 4655.0, 4625.0, 4664.0, 4625.0, 4673.0, 4634.0, 4644.0, 4664.0, 4636.0, 4666.0, 4637.0, 4685.0, 4638.0, 4674.0, 4636.0, 4693.0, 4664.0, 4693.0, 4654.0, 4613.0, 4643.0, 4623.0, 4653.0, 4634.0, 4683.0, 4635.0, 4645.0, 4644.0, 4625.0, 4665.0, 4683.0, 4654.0, 4682.0, 4672.0, 4624.0, 4653.0, 4624.0, 4653.0, 4635.0, 4635.0, 4675.0, 4636.0, 4667.0, 4637.0, 4666.0, 4637.0, 4655.0, 4626.0, 4674.0, 4625.0, 4683.0, 4624.0, 4663.0, 4623.0, 4683.0, 4634.0, 4672.0, 4643.0, 4623.0, 4653.0, 4624.0, 4673.0, 4636.0, 4635.0, 4645.0, 4636.0, 4666.0, 4639.0, 4678.0, 4627.0, 4684.0, 4625.0, 4674.0, 4636.0, 4655.0, 4695.0, 4636.0, 4656.0, 4636.0, 4655.0, 4636.0, 4664.0, 4636.0, 4684.0, 4655.0, 4645.0, 4654.0, 4624.0, 4643.0, 4633.0, 4652.0, 4623.0, 4703.0, 4643.0, 4623.0, 4642.0, 4623.0, 4653.0, 4624.0, 4683.0, 4674.0, 4635.0, 4645.0, 4636.0, 4655.0, 4636.0, 4685.0, 4646.0, 4684.0, 4654.0, 4625.0, 4654.0, 4625.0, 4674.0, 4636.0, 4666.0, 4695.0, 4636.0, 4667.0, 4636.0, 4665.0, 4645.0, 4625.0, 4675.0, 4636.0, 4665.0, 4626.0, 4685.0, 4634.0, 4625.0, 4644.0, 4625.0, 4694.0, 4645.0, 4636.0, 4645.0, 4626.0, 4664.0, 4636.0, 4665.0, 4665.0, 4626.0, 4695.0, 4636.0, 4636.0, 4656.0, 4638.0, 4666.0, 4637.0, 4705.0, 4665.0, 4636.0, 4654.0, 4625.0, 4655.0, 4634.0, 4682.0, 4683.0, 4624.0, 4653.0, 4624.0, 4623.0, 4634.0, 4634.0, 4654.0, 4635.0, 4664.0, 4636.0, 4675.0, 4634.0, 4635.0, 4654.0, 4635.0, 4674.0, 4646.0, 4666.0, 4655.0, 4636.0, 4654.0, 4626.0, 4674.0, 4684.0, 4626.0, 4665.0, 4627.0, 4684.0, 4636.0, 4674.0, 4654.0, 4654.0, 4654.0, 4625.0, 4654.0, 4624.0, 4624.0, 4654.0, 4625.0, 4655.0, 4626.0, 4694.0, 4635.0, 4674.0, 4633.0, 4624.0, 4654.0, 4625.0, 4664.0, 4645.0, 4705.0, 4646.0, 4635.0, 4643.0, 4625.0, 4654.0, 4636.0, 4675.0, 4675.0, 4637.0, 4656.0, 4637.0, 4666.0, 4637.0, 4675.0, 4637.0, 4676.0, 4676.0, 4627.0, 4656.0, 4648.0, 4647.0, 4647.0, 4627.0, 4706.0, 4638.0, 4667.0, 4638.0, 4666.0, 4637.0, 4687.0, 4636.0, 4665.0, 4685.0, 4627.0, 4666.0, 4636.0, 4665.0, 4636.0, 4626.0, 4656.0, 4626.0, 4695.0, 4626.0, 4655.0, 4626.0, 4654.0, 4625.0, 4665.0, 4675.0, 4636.0, 4656.0, 4637.0, 4696.0, 4637.0, 4636.0, 4645.0, 4636.0, 4667.0, 4636.0, 4705.0, 4636.0, 4637.0, 4655.0, 4626.0, 4685.0, 4636.0, 4675.0, 4625.0, 4684.0, 4634.0, 4625.0, 4634.0, 4636.0, 4675.0, 4647.0, 4647.0, 4716.0, 4637.0, 4655.0, 4626.0, 4665.0, 4636.0, 4713.0, 4675.0, 4625.0, 4643.0, 4624.0, 4655.0, 4635.0, 4673.0, 4683.0, 4624.0, 4654.0, 4623.0, 4653.0, 4633.0, 4672.0, 4633.0, 4633.0, 4653.0, 4624.0, 4653.0, 4633.0, 4623.0, 4634.0, 4624.0, 4656.0, 4625.0, 4666.0, 4636.0, 4665.0, 4636.0, 4647.0, 4675.0, 4626.0, 4666.0, 4637.0, 4675.0, 4646.0, 4636.0, 4676.0, 4626.0, 4666.0, 4626.0, 4705.0, 4655.0, 4626.0, 4656.0, 4627.0, 4665.0, 4647.0, 4706.0, 4667.0, 4656.0, 4655.0, 4635.0, 4645.0, 4635.0, 4625.0, 4687.0, 4636.0, 4666.0, 4627.0, 4694.0, 4626.0, 4624.0, 4643.0, 4624.0, 4664.0, 4625.0, 4684.0, 4634.0, 4635.0, 4654.0, 4625.0, 4664.0, 4633.0, 4663.0, 4623.0, 4653.0, 4615.0, 4623.0, 4643.0, 4625.0, 4664.0, 4637.0, 4666.0, 4647.0, 4637.0, 4687.0, 4636.0, 4685.0, 4636.0, 4665.0, 4636.0, 4705.0, 4646.0, 4626.0, 4647.0, 4638.0, 4630.0, 4612.0, 4641.0, 4666.0, 4619.0, 4595.0, 4625.0, 4608.0, 4619.0, 4610.0, 4620.0, 4661.0], 'WindowWidth': [10226.0, 10175.0, 10219.0, 10158.0, 10143.0, 10142.0, 10180.0, 10158.0, 10150.0, 10202.0, 10179.0, 10158.0, 10178.0, 10204.0, 10172.0, 10175.0, 10198.0, 10183.0, 10234.0, 10213.0, 10224.0, 10222.0, 10213.0, 10202.0, 10263.0, 10240.0, 10205.0, 10239.0, 10198.0, 10184.0, 10235.0, 10189.0, 10274.0, 10252.0, 10212.0, 10237.0, 10182.0, 10243.0, 10242.0, 10181.0, 10230.0, 10179.0, 10281.0, 10188.0, 10164.0, 10197.0, 10165.0, 10229.0, 10206.0, 10221.0, 10205.0, 10178.0, 10215.0, 10177.0, 10228.0, 10192.0, 10181.0, 10233.0, 10186.0, 10235.0, 10211.0, 10200.0, 10222.0, 10187.0, 10291.0, 10229.0, 10215.0, 10224.0, 10186.0, 10236.0, 10199.0, 10263.0, 10263.0, 10197.0, 10251.0, 10186.0, 10248.0, 10208.0, 10243.0, 10219.0, 10179.0, 10232.0, 10181.0, 10274.0, 10220.0, 10183.0, 10234.0, 10189.0, 10250.0, 10228.0, 10264.0, 10223.0, 10187.0, 10236.0, 10200.0, 10232.0, 10196.0, 10271.0, 10219.0, 10191.0, 10218.0, 10182.0, 10232.0, 10193.0, 10192.0, 10204.0, 10182.0, 10248.0, 10183.0, 10275.0, 10209.0, 10185.0, 10222.0, 10184.0, 10236.0, 10184.0, 10261.0, 10195.0, 10258.0, 10206.0, 10179.0, 10217.0, 10180.0, 10269.0, 10206.0, 10182.0, 10218.0, 10182.0, 10232.0, 10169.0, 10232.0, 10179.0, 10229.0, 10176.0, 10255.0, 10175.0, 10224.0, 10185.0, 10175.0, 10216.0, 10181.0, 10249.0, 10199.0, 10265.0, 10198.0, 10249.0, 10212.0, 10211.0, 10266.0, 10200.0, 10239.0, 10187.0, 10238.0, 10202.0, 10251.0, 10269.0, 10203.0, 10256.0, 10203.0, 10306.0, 10213.0, 10201.0, 10278.0, 10197.0, 10278.0, 10232.0, 10260.0, 10179.0, 10231.0, 10178.0, 10240.0, 10191.0, 10239.0, 10205.0, 10216.0, 10219.0, 10180.0, 10230.0, 10180.0, 10275.0, 10211.0, 10284.0, 10223.0, 10281.0, 10214.0, 10187.0, 10197.0, 10159.0, 10211.0, 10159.0, 10223.0, 10175.0, 10263.0, 10199.0, 10162.0, 10204.0, 10166.0, 10229.0, 10182.0, 10245.0, 10209.0, 10225.0, 10227.0, 10190.0, 10240.0, 10199.0, 10275.0, 10213.0, 10276.0, 10223.0, 10297.0, 10192.0, 10282.0, 10201.0, 10161.0, 10199.0, 10164.0, 10227.0, 10177.0, 10255.0, 10207.0, 10182.0, 10208.0, 10181.0, 10234.0, 10181.0, 10247.0, 10197.0, 10272.0, 10205.0, 10166.0, 10217.0, 10181.0, 10232.0, 10211.0, 10261.0, 10232.0, 10168.0, 10218.0, 10183.0, 10244.0, 10196.0, 10283.0, 10204.0, 10179.0, 10203.0, 10179.0, 10215.0, 10162.0, 10228.0, 10166.0, 10253.0, 10176.0, 10163.0, 10188.0, 10177.0, 10218.0, 10184.0, 10239.0, 10199.0, 10262.0, 10198.0, 10236.0, 10223.0, 10220.0, 10276.0, 10205.0, 10232.0, 10179.0, 10216.0, 10178.0, 10228.0, 10180.0, 10267.0, 10193.0, 10180.0, 10204.0, 10171.0, 10231.0, 10183.0, 10235.0, 10203.0, 10269.0, 10233.0, 10219.0, 10257.0, 10206.0, 10241.0, 10192.0, 10255.0, 10233.0, 10294.0, 10269.0, 10201.0, 10237.0, 10186.0, 10275.0, 10213.0, 10213.0, 10255.0, 10203.0, 10279.0, 10214.0, 10225.0, 10225.0, 10209.0, 10267.0, 10182.0, 10234.0, 10182.0, 10230.0, 10193.0, 10266.0, 10202.0, 10188.0, 10228.0, 10176.0, 10228.0, 10199.0, 10162.0, 10217.0, 10165.0, 10227.0, 10205.0, 10267.0, 10200.0, 10176.0, 10197.0, 10155.0, 10178.0, 10155.0, 10205.0, 10183.0, 10197.0, 10196.0, 10161.0, 10228.0, 10179.0, 10215.0, 10218.0, 10182.0, 10249.0, 10182.0, 10209.0, 10194.0, 10183.0, 10220.0, 10183.0, 10232.0, 10197.0, 10259.0, 10222.0, 10181.0, 10219.0, 10170.0, 10231.0, 10179.0, 10231.0, 10192.0, 10256.0, 10190.0, 10180.0, 10219.0, 10186.0, 10225.0, 10227.0, 10203.0, 10254.0, 10215.0, 10215.0, 10226.0, 10187.0, 10277.0, 10252.0, 10212.0, 10226.0, 10170.0, 10232.0, 10192.0, 10255.0, 10242.0, 10178.0, 10230.0, 10177.0, 10240.0, 10188.0, 10161.0, 10249.0, 10156.0, 10211.0, 10157.0, 10275.0, 10181.0, 10156.0, 10181.0, 10159.0, 10221.0, 10213.0, 10163.0, 10217.0, 10178.0, 10240.0, 10187.0, 10223.0, 10185.0, 10160.0, 10210.0, 10159.0, 10251.0, 10172.0, 10160.0, 10184.0, 10161.0, 10212.0, 10190.0, 10265.0, 10203.0, 10237.0, 10185.0, 10157.0, 10194.0, 10142.0, 10221.0, 10155.0, 10208.0, 10169.0, 10207.0, 10180.0, 10156.0, 10194.0, 10159.0, 10209.0, 10174.0, 10249.0, 10183.0, 10157.0, 10180.0, 10155.0, 10193.0, 10157.0, 10209.0, 10157.0, 10206.0, 10170.0, 10232.0, 10180.0, 10157.0, 10180.0, 10160.0, 10225.0, 10191.0, 10204.0, 10191.0, 10166.0, 10257.0, 10164.0, 10283.0, 10174.0, 10228.0, 10162.0, 10211.0, 10173.0, 10198.0, 10173.0, 10166.0, 10205.0, 10174.0, 10264.0, 10199.0, 10190.0, 10224.0, 10198.0, 10264.0, 10188.0, 10239.0, 10210.0, 10287.0, 10207.0, 10169.0, 10221.0, 10179.0, 10217.0, 10179.0, 10246.0, 10181.0, 10231.0, 10177.0, 10241.0, 10188.0, 10179.0, 10205.0, 10184.0, 10274.0, 10276.0, 10185.0, 10225.0, 10184.0, 10264.0, 10196.0, 10246.0, 10272.0, 10204.0, 10231.0, 10162.0, 10211.0, 10186.0, 10176.0, 10233.0, 10197.0, 10262.0, 10192.0, 10180.0, 10220.0, 10181.0, 10252.0, 10219.0, 10188.0, 10214.0, 10173.0, 10250.0, 10170.0, 10156.0, 10209.0, 10159.0, 10228.0, 10159.0, 10239.0, 10169.0, 10160.0, 10181.0, 10141.0, 10234.0, 10154.0, 10197.0, 10155.0, 10190.0, 10152.0, 10190.0, 10167.0, 10156.0, 10197.0, 10160.0, 10210.0, 10161.0, 10211.0, 10175.0, 10223.0, 10213.0, 10172.0, 10198.0, 10159.0, 10211.0, 10161.0, 10223.0, 10187.0, 10199.0, 10199.0, 10165.0, 10211.0, 10175.0, 10224.0, 10185.0, 10176.0, 10227.0, 10177.0, 10216.0, 10175.0, 10176.0, 10187.0, 10179.0, 10231.0, 10208.0, 10196.0, 10240.0, 10199.0, 10273.0, 10181.0, 10168.0, 10207.0, 10168.0, 10235.0, 10221.0, 10258.0, 10242.0, 10176.0, 10199.0, 10162.0, 10212.0, 10186.0, 10251.0, 10184.0, 10156.0, 10180.0, 10167.0, 10193.0, 10170.0, 10235.0, 10195.0, 10159.0, 10213.0, 10158.0, 10159.0, 10175.0, 10179.0, 10232.0, 10208.0, 10209.0, 10206.0, 10181.0, 10217.0, 10177.0, 10255.0, 10188.0, 10201.0, 10215.0, 10177.0, 10252.0, 10161.0, 10160.0, 10189.0, 10174.0, 10213.0, 10161.0, 10250.0, 10184.0, 10161.0, 10200.0, 10177.0, 10227.0, 10191.0, 10254.0, 10201.0, 10160.0, 10213.0, 10157.0, 10179.0, 10156.0, 10206.0, 10169.0, 10222.0, 10183.0, 10158.0, 10185.0, 10176.0, 10214.0, 10178.0, 10178.0, 10207.0, 10195.0, 10218.0, 10181.0, 10216.0, 10179.0, 10203.0, 10192.0, 10268.0, 10202.0, 10177.0, 10187.0, 10165.0, 10200.0, 10180.0, 10217.0, 10195.0, 10255.0, 10204.0, 10166.0, 10205.0, 10177.0, 10203.0, 10162.0, 10233.0, 10218.0, 10253.0, 10175.0, 10199.0, 10162.0, 10201.0, 10179.0, 10230.0, 10198.0, 10248.0, 10210.0, 10185.0, 10210.0, 10198.0, 10278.0, 10183.0, 10249.0, 10168.0, 10232.0, 10178.0, 10240.0, 10177.0, 10243.0, 10228.0, 10177.0, 10221.0, 10181.0, 10273.0, 10194.0, 10243.0, 10190.0, 10239.0, 10189.0, 10240.0, 10243.0, 10165.0, 10203.0, 10176.0, 10188.0, 10190.0, 10166.0, 10220.0, 10180.0, 10271.0, 10191.0, 10179.0, 10202.0, 10180.0, 10236.0, 10198.0, 10282.0, 10187.0, 10162.0, 10186.0, 10176.0, 10243.0, 10189.0, 10191.0, 10216.0, 10163.0, 10177.0, 10175.0, 10178.0, 10217.0, 10181.0, 10209.0, 10222.0, 10170.0, 10220.0, 10179.0, 10241.0, 10191.0, 10230.0, 10283.0, 10175.0, 10200.0, 10158.0, 10222.0, 10171.0, 10170.0, 10222.0, 10159.0, 10196.0, 10156.0, 10219.0, 10154.0, 10193.0, 10168.0, 10156.0, 10183.0, 10158.0, 10195.0, 10156.0, 10157.0, 10169.0, 10161.0, 10215.0, 10179.0, 10231.0, 10192.0, 10178.0, 10203.0, 10180.0, 10218.0, 10180.0, 10273.0, 10231.0, 10178.0, 10204.0, 10179.0, 10232.0, 10195.0, 10181.0, 10222.0, 10182.0, 10272.0, 10180.0, 10179.0, 10257.0, 10163.0, 10219.0, 10167.0, 10270.0, 10190.0, 10169.0, 10205.0, 10196.0, 10245.0, 10274.0, 10184.0, 10239.0, 10186.0, 10275.0, 10195.0, 10165.0, 10203.0, 10179.0, 10232.0, 10200.0, 10249.0, 10209.0, 10181.0, 10220.0, 10176.0, 10255.0, 10161.0, 10214.0, 10174.0, 10260.0, 10154.0, 10155.0, 10167.0, 10160.0, 10209.0, 10160.0, 10249.0, 10185.0, 10158.0, 10183.0, 10174.0, 10199.0, 10176.0, 10216.0, 10268.0, 10175.0, 10200.0, 10175.0, 10212.0, 10174.0, 10212.0, 10255.0, 10163.0, 10203.0, 10161.0, 10223.0, 10171.0, 10170.0, 10184.0, 10158.0, 10239.0, 10159.0, 10201.0, 10159.0, 10221.0, 10170.0, 10209.0, 10171.0, 10182.0, 10236.0, 10145.0, 10198.0, 10174.0, 10175.0, 10173.0, 10178.0, 10218.0, 10167.0, 10231.0, 10165.0, 10217.0, 10165.0, 10199.0, 10163.0, 10239.0, 10176.0, 10227.0, 10243.0, 10178.0, 10217.0, 10181.0, 10232.0, 10184.0, 10243.0, 10191.0, 10243.0, 10242.0, 10163.0, 10206.0, 10163.0, 10214.0, 10175.0, 10200.0, 10177.0, 10240.0, 10178.0, 10239.0, 10175.0, 10222.0, 10173.0, 10171.0, 10172.0, 10160.0, 10201.0, 10164.0, 10246.0, 10184.0, 10221.0, 10184.0, 10258.0, 10196.0, 10245.0, 10208.0, 10181.0, 10208.0, 10177.0, 10204.0, 10177.0, 10243.0, 10165.0, 10204.0, 10163.0, 10214.0, 10163.0, 10225.0, 10174.0, 10188.0, 10215.0, 10179.0, 10221.0, 10182.0, 10245.0, 10184.0, 10228.0, 10178.0, 10251.0, 10214.0, 10251.0, 10198.0, 10144.0, 10182.0, 10157.0, 10197.0, 10173.0, 10238.0, 10175.0, 10189.0, 10188.0, 10164.0, 10218.0, 10236.0, 10199.0, 10233.0, 10221.0, 10159.0, 10197.0, 10159.0, 10198.0, 10177.0, 10178.0, 10232.0, 10181.0, 10223.0, 10184.0, 10220.0, 10181.0, 10204.0, 10164.0, 10229.0, 10161.0, 10239.0, 10159.0, 10209.0, 10157.0, 10237.0, 10172.0, 10221.0, 10182.0, 10157.0, 10198.0, 10161.0, 10226.0, 10178.0, 10178.0, 10191.0, 10180.0, 10220.0, 10189.0, 10240.0, 10168.0, 10241.0, 10164.0, 10228.0, 10179.0, 10204.0, 10259.0, 10181.0, 10206.0, 10180.0, 10203.0, 10179.0, 10216.0, 10180.0, 10240.0, 10203.0, 10189.0, 10200.0, 10160.0, 10183.0, 10170.0, 10195.0, 10158.0, 10265.0, 10183.0, 10158.0, 10181.0, 10157.0, 10197.0, 10161.0, 10239.0, 10228.0, 10178.0, 10190.0, 10179.0, 10203.0, 10179.0, 10242.0, 10193.0, 10241.0, 10201.0, 10164.0, 10202.0, 10164.0, 10227.0, 10179.0, 10219.0, 10259.0, 10179.0, 10221.0, 10180.0, 10216.0, 10189.0, 10164.0, 10230.0, 10179.0, 10219.0, 10165.0, 10243.0, 10175.0, 10162.0, 10189.0, 10164.0, 10255.0, 10191.0, 10179.0, 10189.0, 10165.0, 10213.0, 10179.0, 10217.0, 10217.0, 10167.0, 10259.0, 10180.0, 10181.0, 10206.0, 10184.0, 10221.0, 10182.0, 10270.0, 10218.0, 10179.0, 10202.0, 10162.0, 10202.0, 10174.0, 10236.0, 10237.0, 10158.0, 10197.0, 10160.0, 10159.0, 10173.0, 10174.0, 10200.0, 10176.0, 10216.0, 10179.0, 10231.0, 10175.0, 10177.0, 10201.0, 10177.0, 10229.0, 10192.0, 10221.0, 10202.0, 10178.0, 10202.0, 10165.0, 10226.0, 10242.0, 10165.0, 10219.0, 10168.0, 10242.0, 10179.0, 10227.0, 10201.0, 10198.0, 10200.0, 10161.0, 10199.0, 10161.0, 10160.0, 10200.0, 10161.0, 10204.0, 10165.0, 10256.0, 10176.0, 10225.0, 10171.0, 10159.0, 10199.0, 10162.0, 10214.0, 10189.0, 10270.0, 10191.0, 10176.0, 10185.0, 10161.0, 10200.0, 10179.0, 10230.0, 10232.0, 10181.0, 10208.0, 10183.0, 10222.0, 10182.0, 10230.0, 10181.0, 10233.0, 10234.0, 10168.0, 10207.0, 10199.0, 10196.0, 10195.0, 10169.0, 10274.0, 10183.0, 10222.0, 10184.0, 10220.0, 10181.0, 10247.0, 10177.0, 10215.0, 10242.0, 10166.0, 10218.0, 10179.0, 10216.0, 10177.0, 10166.0, 10206.0, 10164.0, 10257.0, 10163.0, 10203.0, 10164.0, 10199.0, 10163.0, 10215.0, 10229.0, 10177.0, 10208.0, 10182.0, 10261.0, 10182.0, 10181.0, 10190.0, 10179.0, 10221.0, 10179.0, 10272.0, 10180.0, 10182.0, 10204.0, 10165.0, 10245.0, 10178.0, 10230.0, 10162.0, 10239.0, 10171.0, 10161.0, 10173.0, 10179.0, 10230.0, 10195.0, 10197.0, 10288.0, 10181.0, 10204.0, 10166.0, 10216.0, 10178.0, 10279.0, 10229.0, 10161.0, 10184.0, 10159.0, 10201.0, 10175.0, 10223.0, 10237.0, 10160.0, 10199.0, 10156.0, 10195.0, 10170.0, 10220.0, 10171.0, 10169.0, 10196.0, 10158.0, 10196.0, 10170.0, 10157.0, 10172.0, 10159.0, 10205.0, 10164.0, 10219.0, 10180.0, 10216.0, 10177.0, 10193.0, 10230.0, 10165.0, 10220.0, 10181.0, 10231.0, 10194.0, 10179.0, 10232.0, 10165.0, 10219.0, 10165.0, 10270.0, 10202.0, 10166.0, 10206.0, 10168.0, 10217.0, 10196.0, 10274.0, 10221.0, 10205.0, 10201.0, 10175.0, 10188.0, 10175.0, 10164.0, 10248.0, 10178.0, 10219.0, 10166.0, 10252.0, 10163.0, 10158.0, 10184.0, 10159.0, 10214.0, 10163.0, 10240.0, 10173.0, 10174.0, 10201.0, 10161.0, 10211.0, 10170.0, 10210.0, 10156.0, 10195.0, 10146.0, 10158.0, 10183.0, 10162.0, 10215.0, 10181.0, 10221.0, 10195.0, 10181.0, 10249.0, 10178.0, 10243.0, 10177.0, 10217.0, 10179.0, 10268.0, 10190.0, 10166.0, 10198.0, 10185.0, 10158.0, 10139.0, 10193.0, 10217.0, 10137.0, 10096.0, 10141.0, 10121.0, 10139.0, 10127.0, 10144.0, 10222.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.001901119515885023</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017598826550680787</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.57590820758516</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2157783969190001</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0271724821498864</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.499</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5023.1729</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07289107760642863</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.285930408472012</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.721013314090133</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6092063923371263</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0170669280675186</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.536766621865756</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00514523</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006968319416046143</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03738167881965637</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1322</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5418380807768717</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>14.2159</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.8409</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>226.7786</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293164.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1060.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.503</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5405</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>639.7367</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3758.8464</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4063.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83380.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>964.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5034.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1147.1376</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.14292827004101</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> |