=== 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-0031 --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-0031",
"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-0031_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0031_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0031/ses-04/func/sub-0031_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ec3e2f6de58a140cca0753c91770556f</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>13:01:42.172500</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.999405, -0.0228089, -0.0258618, 0.0211091, 0.997714, -0.0641981]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.114961</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7711, -7209, 566, -55, -101, 38, 66]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>288.931</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>10f12539-d344-4991-8818-400bcc8894a4||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.6813313961029053, 0.05663410201668739, -0.0736207589507103, 109.28140258789062], [0.06119472160935402, 2.676793336868286, -0.1717577576637268, -98.97832489013672], [-0.06938526779413223, 0.17223875224590302, 2.6935253143310547, -59.07655334472656], [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': ['130142.172500', '130142.632500', '130143.092500', '130143.552500', '130144.012500', '130144.472500', '130144.932500', '130145.392500', '130145.852500', '130146.312500', '130146.772500', '130147.232500', '130147.692500', '130148.152500', '130148.612500', '130149.072500', '130149.532500', '130149.992500', '130150.452500', '130150.912500', '130151.372500', '130151.832500', '130152.292500', '130152.752500', '130153.212500', '130153.672500', '130154.132500', '130154.592500', '130155.052500', '130155.512500', '130155.972500', '130156.432500', '130156.892500', '130157.352500', '130157.812500', '130158.272500', '130158.732500', '130159.192500', '130159.652500', '130200.112500', '130200.572500', '130201.032500', '130201.492500', '130201.952500', '130202.412500', '130202.872500', '130203.332500', '130203.792500', '130204.252500', '130204.712500', '130205.172500', '130205.632500', '130206.092500', '130206.552500', '130207.012500', '130207.472500', '130207.932500', '130208.392500', '130208.852500', '130209.312500', '130209.772500', '130210.232500', '130210.692500', '130211.152500', '130211.612500', '130212.072500', '130212.532500', '130212.992500', '130213.452500', '130213.912500', '130214.372500', '130214.832500', '130215.292500', '130215.752500', '130216.212500', '130216.672500', '130217.132500', '130217.592500', '130218.052500', '130218.512500', '130218.972500', '130219.432500', '130219.892500', '130220.352500', '130220.812500', '130221.272500', '130221.732500', '130222.192500', '130222.652500', '130223.112500', '130223.572500', '130224.032500', '130224.492500', '130224.952500', '130225.412500', '130225.872500', '130226.332500', '130226.792500', '130227.252500', '130227.712500', '130228.172500', '130228.632500', '130229.092500', '130229.552500', '130230.012500', '130230.472500', '130230.932500', '130231.392500', '130231.852500', '130232.312500', '130232.772500', '130233.232500', '130233.692500', '130234.152500', '130234.612500', '130235.072500', '130235.532500', '130235.992500', '130236.452500', '130236.912500', '130237.372500', '130237.832500', '130238.292500', '130238.752500', '130239.212500', '130239.672500', '130240.132500', '130240.592500', '130241.052500', '130241.512500', '130241.972500', '130242.432500', '130242.892500', '130243.352500', '130243.812500', '130244.272500', '130244.732500', '130245.192500', '130245.652500', '130246.112500', '130246.572500', '130247.032500', '130247.492500', '130247.952500', '130248.412500', '130248.872500', '130249.332500', '130249.792500', '130250.252500', '130250.712500', '130251.172500', '130251.632500', '130252.092500', '130252.552500', '130253.012500', '130253.472500', '130253.932500', '130254.392500', '130254.852500', '130255.312500', '130255.772500', '130256.232500', '130256.692500', '130257.152500', '130257.612500', '130258.072500', '130258.532500', '130258.992500', '130259.452500', '130259.912500', '130300.372500', '130300.832500', '130301.292500', '130301.752500', '130302.212500', '130302.672500', '130303.132500', '130303.592500', '130304.052500', '130304.512500', '130304.972500', '130305.432500', '130305.892500', '130306.352500', '130306.812500', '130307.272500', '130307.732500', '130308.192500', '130308.652500', '130309.112500', '130309.572500', '130310.032500', '130310.492500', '130310.952500', '130311.412500', '130311.872500', '130312.332500', '130312.792500', '130313.252500', '130313.712500', '130314.172500', '130314.632500', '130315.092500', '130315.552500', '130316.012500', '130316.472500', '130316.932500', '130317.392500', '130317.852500', '130318.312500', '130318.772500', '130319.232500', '130319.692500', '130320.152500', '130320.612500', '130321.072500', '130321.532500', '130321.992500', '130322.452500', '130322.912500', '130323.372500', '130323.832500', '130324.292500', '130324.752500', '130325.212500', '130325.672500', '130326.132500', '130326.592500', '130327.052500', '130327.512500', '130327.972500', '130328.432500', '130328.892500', '130329.352500', '130329.812500', '130330.272500', '130330.732500', '130331.192500', '130331.652500', '130332.112500', '130332.572500', '130333.032500', '130333.492500', '130333.952500', '130334.412500', '130334.872500', '130335.332500', '130335.792500', '130336.252500', '130336.712500', '130337.172500', '130337.632500', '130338.092500', '130338.552500', '130339.012500', '130339.472500', '130339.932500', '130340.392500', '130340.852500', '130341.312500', '130341.772500', '130342.232500', '130342.692500', '130343.152500', '130343.612500', '130344.072500', '130344.532500', '130344.992500', '130345.452500', '130345.912500', '130346.372500', '130346.832500', '130347.292500', '130347.752500', '130348.212500', '130348.672500', '130349.132500', '130349.592500', '130350.052500', '130350.512500', '130350.972500', '130351.432500', '130351.892500', '130352.352500', '130352.812500', '130353.272500', '130353.732500', '130354.192500', '130354.652500', '130355.112500', '130355.572500', '130356.032500', '130356.492500', '130356.952500', '130357.412500', '130357.872500', '130358.332500', '130358.792500', '130359.252500', '130359.712500', '130400.172500', '130400.632500', '130401.092500', '130401.552500', '130402.012500', '130402.472500', '130402.932500', '130403.392500', '130403.852500', '130404.312500', '130404.772500', '130405.232500', '130405.692500', '130406.152500', '130406.612500', '130407.072500', '130407.532500', '130407.992500', '130408.452500', '130408.912500', '130409.372500', '130409.832500', '130410.292500', '130410.752500', '130411.212500', '130411.672500', '130412.132500', '130412.592500', '130413.052500', '130413.512500', '130413.972500', '130414.432500', '130414.892500', '130415.352500', '130415.812500', '130416.272500', '130416.732500', '130417.192500', '130417.652500', '130418.112500', '130418.572500', '130419.032500', '130419.492500', '130419.952500', '130420.412500', '130420.872500', '130421.332500', '130421.792500', '130422.252500', '130422.712500', '130423.172500', '130423.632500', '130424.092500', '130424.552500', '130425.012500', '130425.472500', '130425.932500', '130426.392500', '130426.852500', '130427.312500', '130427.772500', '130428.232500', '130428.692500', '130429.152500', '130429.612500', '130430.072500', '130430.532500', '130430.992500', '130431.452500', '130431.912500', '130432.372500', '130432.832500', '130433.292500', '130433.752500', '130434.212500', '130434.672500', '130435.132500', '130435.592500', '130436.052500', '130436.512500', '130436.972500', '130437.432500', '130437.892500', '130438.352500', '130438.812500', '130439.272500', '130439.732500', '130440.192500', '130440.652500', '130441.112500', '130441.572500', '130442.032500', '130442.492500', '130442.952500', '130443.412500', '130443.872500', '130444.332500', '130444.792500', '130445.252500', '130445.712500', '130446.172500', '130446.632500', '130447.092500', '130447.552500', '130448.012500', '130448.472500', '130448.932500', '130449.392500', '130449.852500', '130450.312500', '130450.772500', '130451.232500', '130451.692500', '130452.152500', '130452.612500', '130453.072500', '130453.532500', '130453.992500', '130454.452500', '130454.912500', '130455.372500', '130455.832500', '130456.292500', '130456.752500', '130457.212500', '130457.672500', '130458.132500', '130458.592500', '130459.052500', '130459.512500', '130459.972500', '130500.432500', '130500.892500', '130501.352500', '130501.812500', '130502.272500', '130502.732500', '130503.192500', '130503.652500', '130504.112500', '130504.572500', '130505.032500', '130505.492500', '130505.952500', '130506.412500', '130506.872500', '130507.332500', '130507.792500', '130508.252500', '130508.712500', '130509.172500', '130509.632500', '130510.092500', '130510.552500', '130511.012500', '130511.472500', '130511.932500', '130512.392500', '130512.852500', '130513.312500', '130513.772500', '130514.232500', '130514.692500', '130515.152500', '130515.612500', '130516.072500', '130516.532500', '130516.992500', '130517.452500', '130517.912500', '130518.372500', '130518.832500', '130519.292500', '130519.752500', '130520.212500', '130520.672500', '130521.132500', '130521.592500', '130522.052500', '130522.512500', '130522.972500', '130523.432500', '130523.892500', '130524.352500', '130524.812500', '130525.272500', '130525.732500', '130526.192500', '130526.652500', '130527.112500', '130527.572500', '130528.032500', '130528.492500', '130528.952500', '130529.412500', '130529.872500', '130530.332500', '130530.792500', '130531.252500', '130531.712500', '130532.172500', '130532.632500', '130533.092500', '130533.552500', '130534.012500', '130534.472500', '130534.932500', '130535.392500', '130535.852500', '130536.312500', '130536.772500', '130537.232500', '130537.692500', '130538.152500', '130538.612500', '130539.072500', '130539.532500', '130539.992500', '130540.452500', '130540.912500', '130541.372500', '130541.832500', '130542.292500', '130542.752500', '130543.212500', '130543.672500', '130544.132500', '130544.592500', '130545.052500', '130545.512500', '130545.972500', '130546.432500', '130546.892500', '130547.352500', '130547.812500', '130548.272500', '130548.732500', '130549.192500', '130549.652500', '130550.112500', '130550.572500', '130551.032500', '130551.492500', '130551.952500', '130552.412500', '130552.872500', '130553.332500', '130553.792500', '130554.252500', '130554.712500', '130555.172500', '130555.632500', '130556.092500', '130556.552500', '130557.012500', '130557.472500', '130557.932500', '130558.392500', '130558.852500', '130559.312500', '130559.772500', '130600.232500', '130600.692500', '130601.152500', '130601.612500', '130602.072500', '130602.532500', '130602.992500', '130603.452500', '130603.912500', '130604.372500', '130604.832500', '130605.292500', '130605.752500', '130606.212500', '130606.672500', '130607.132500', '130607.592500', '130608.052500', '130608.512500', '130608.972500', '130609.432500', '130609.892500', '130610.352500', '130610.812500', '130611.272500', '130611.732500', '130612.192500', '130612.652500', '130613.112500', '130613.572500', '130614.032500', '130614.492500', '130614.952500', '130615.412500', '130615.872500', '130616.332500', '130616.792500', '130617.252500', '130617.712500', '130618.172500', '130618.632500', '130619.092500', '130619.552500', '130620.012500', '130620.472500', '130620.932500', '130621.392500', '130621.852500', '130622.312500', '130622.772500', '130623.232500', '130623.692500', '130624.152500', '130624.612500', '130625.072500', '130625.532500', '130625.992500', '130626.452500', '130626.912500', '130627.372500', '130627.832500', '130628.292500', '130628.752500', '130629.212500', '130629.672500', '130630.132500', '130630.592500', '130631.052500', '130631.512500', '130631.972500', '130632.432500', '130632.892500', '130633.352500', '130633.812500', '130634.272500', '130634.732500', '130635.192500', '130635.652500', '130636.112500', '130636.572500', '130637.032500', '130637.492500', '130637.952500', '130638.412500', '130638.872500', '130639.332500', '130639.792500', '130640.252500', '130640.712500', '130641.172500', '130641.632500', '130642.092500', '130642.552500', '130643.012500', '130643.472500', '130643.932500', '130644.392500', '130644.852500', '130645.312500', '130645.772500', '130646.232500', '130646.692500', '130647.152500', '130647.612500', '130648.072500', '130648.532500', '130648.992500', '130649.452500', '130649.912500', '130650.372500', '130650.832500', '130651.292500', '130651.752500', '130652.212500', '130652.672500', '130653.132500', '130653.592500', '130654.052500', '130654.512500', '130654.972500', '130655.432500', '130655.892500', '130656.352500', '130656.812500', '130657.272500', '130657.732500', '130658.192500', '130658.652500', '130659.112500', '130659.572500', '130700.032500', '130700.492500', '130700.952500', '130701.412500', '130701.872500', '130702.332500', '130702.792500', '130703.252500', '130703.712500', '130704.172500', '130704.632500', '130705.092500', '130705.552500', '130706.012500', '130706.472500', '130706.932500', '130707.392500', '130707.852500', '130708.312500', '130708.772500', '130709.232500', '130709.692500', '130710.152500', '130710.612500', '130711.072500', '130711.532500', '130711.992500', '130712.452500', '130712.912500', '130713.372500', '130713.832500', '130714.292500', '130714.752500', '130715.212500', '130715.672500', '130716.132500', '130716.592500', '130717.052500', '130717.512500', '130717.972500', '130718.432500', '130718.892500', '130719.352500', '130719.812500', '130720.272500', '130720.732500', '130721.192500', '130721.652500', '130722.112500', '130722.572500', '130723.032500', '130723.492500', '130723.952500', '130724.412500', '130724.872500', '130725.332500', '130725.792500', '130726.252500', '130726.712500', '130727.172500', '130727.632500', '130728.092500', '130728.552500', '130729.012500', '130729.472500', '130729.932500', '130730.392500', '130730.852500', '130731.312500', '130731.772500', '130732.232500', '130732.692500', '130733.152500', '130733.612500', '130734.072500', '130734.532500', '130734.992500', '130735.452500', '130735.912500', '130736.372500', '130736.832500', '130737.292500', '130737.752500', '130738.212500', '130738.672500', '130739.132500', '130739.592500', '130740.052500', '130740.512500', '130740.972500', '130741.432500', '130741.892500', '130742.352500', '130742.812500', '130743.272500', '130743.732500', '130744.192500', '130744.652500', '130745.112500', '130745.572500', '130746.032500', '130746.492500', '130746.952500', '130747.412500', '130747.872500', '130748.332500', '130748.792500', '130749.252500', '130749.712500', '130750.172500', '130750.632500', '130751.092500', '130751.552500', '130752.012500', '130752.472500', '130752.932500', '130753.392500', '130753.852500', '130754.312500', '130754.772500', '130755.232500', '130755.692500', '130756.152500', '130756.612500', '130757.072500', '130757.532500', '130757.992500', '130758.452500', '130758.912500', '130759.372500', '130759.832500', '130800.292500', '130800.752500', '130801.212500', '130801.672500', '130802.132500', '130802.592500', '130803.052500', '130803.512500', '130803.972500', '130804.432500', '130804.892500', '130805.352500', '130805.812500', '130806.272500', '130806.732500', '130807.192500', '130807.652500', '130808.112500', '130808.572500', '130809.032500', '130809.492500', '130809.952500', '130810.412500', '130810.872500', '130811.332500', '130811.792500', '130812.252500', '130812.712500', '130813.172500', '130813.632500', '130814.092500', '130814.552500', '130815.012500', '130815.472500', '130815.932500', '130816.392500', '130816.852500', '130817.312500', '130817.772500', '130818.232500', '130818.692500', '130819.152500', '130819.612500', '130820.072500', '130820.532500', '130820.992500', '130821.452500', '130821.912500', '130822.372500', '130822.832500', '130823.292500', '130823.752500', '130824.212500', '130824.672500', '130825.132500', '130825.592500', '130826.052500', '130826.512500', '130826.972500', '130827.432500', '130827.892500', '130828.352500', '130828.812500', '130829.272500', '130829.732500', '130830.192500', '130830.652500', '130831.112500', '130831.572500', '130832.032500', '130832.492500', '130832.952500', '130833.412500', '130833.872500', '130834.332500', '130834.792500', '130835.252500', '130835.712500', '130836.172500', '130836.632500', '130837.092500', '130837.552500', '130838.012500', '130838.472500', '130838.932500', '130839.392500', '130839.852500', '130840.312500', '130840.772500', '130841.232500', '130841.692500', '130842.152500', '130842.612500', '130843.072500', '130843.532500', '130843.992500', '130844.452500', '130844.912500', '130845.372500', '130845.832500', '130846.292500', '130846.752500', '130847.212500', '130847.672500', '130848.132500', '130848.592500', '130849.052500', '130849.512500', '130849.972500', '130850.432500', '130850.892500', '130851.352500', '130851.812500', '130852.272500', '130852.732500', '130853.192500', '130853.652500', '130854.112500', '130854.572500', '130855.032500', '130855.492500', '130855.952500', '130856.412500', '130856.872500', '130857.332500', '130857.792500', '130858.252500', '130858.712500', '130859.172500', '130859.632500', '130900.092500', '130900.552500', '130901.012500', '130901.472500', '130901.932500', '130902.392500', '130902.852500', '130903.312500', '130903.772500', '130904.232500', '130904.692500', '130905.152500', '130905.612500', '130906.072500', '130906.532500', '130906.992500', '130907.452500', '130907.912500', '130908.372500', '130908.832500', '130909.292500', '130909.752500', '130910.212500', '130910.672500', '130911.132500', '130911.592500', '130912.052500', '130912.512500', '130912.972500', '130913.432500', '130913.892500', '130914.352500', '130914.812500', '130915.272500', '130915.732500', '130916.192500', '130916.652500', '130917.112500', '130917.572500', '130918.032500', '130918.492500', '130918.952500', '130919.412500', '130919.872500', '130920.332500', '130920.792500', '130921.252500', '130921.712500', '130922.172500', '130922.632500', '130923.092500', '130923.552500', '130924.012500', '130924.472500', '130924.932500', '130925.392500', '130925.852500', '130926.312500', '130926.772500', '130927.232500', '130927.692500', '130928.152500', '130928.612500', '130929.072500', '130929.532500', '130929.992500', '130930.452500', '130930.912500', '130931.372500', '130931.832500', '130932.292500', '130932.752500', '130933.212500', '130933.672500', '130934.132500', '130934.592500', '130935.052500', '130935.512500', '130935.972500', '130936.432500', '130936.892500', '130937.352500', '130937.812500', '130938.272500', '130938.732500', '130939.192500', '130939.652500', '130940.112500', '130940.572500', '130941.032500', '130941.492500', '130941.952500', '130942.412500', '130942.872500', '130943.332500', '130943.792500', '130944.252500', '130944.712500', '130945.172500', '130945.632500', '130946.092500', '130946.552500', '130947.012500', '130947.472500', '130947.932500', '130948.392500', '130948.852500', '130949.312500', '130949.772500', '130950.232500', '130950.692500', '130951.152500', '130951.612500', '130952.072500', '130952.532500', '130952.992500', '130953.452500', '130953.912500', '130954.372500', '130954.832500', '130955.292500', '130955.752500', '130956.212500', '130956.672500', '130957.132500', '130957.592500', '130958.052500', '130958.512500', '130958.972500', '130959.432500', '130959.892500', '131000.352500', '131000.812500', '131001.272500', '131001.732500', '131002.192500', '131002.652500', '131003.112500', '131003.572500', '131004.032500', '131004.492500', '131004.952500', '131005.412500', '131005.872500', '131006.332500', '131006.792500', '131007.252500', '131007.712500', '131008.172500', '131008.632500', '131009.092500', '131009.552500', '131010.012500', '131010.472500', '131010.932500', '131011.392500', '131011.852500', '131012.312500', '131012.772500', '131013.232500', '131013.692500', '131014.152500', '131014.612500', '131015.072500', '131015.532500', '131015.992500', '131016.452500', '131016.912500', '131017.372500', '131017.832500', '131018.292500', '131018.752500', '131019.212500', '131019.672500', '131020.132500', '131020.592500', '131021.052500', '131021.512500', '131021.972500', '131022.432500', '131022.892500', '131023.352500', '131023.812500', '131024.272500', '131024.732500', '131025.192500', '131025.652500', '131026.112500', '131026.572500', '131027.032500', '131027.492500', '131027.952500', '131028.412500', '131028.872500', '131029.332500', '131029.792500', '131030.252500', '131030.712500', '131031.172500', '131031.632500', '131032.092500', '131032.552500', '131033.012500', '131033.472500', '131033.932500', '131034.392500', '131034.852500', '131035.312500', '131035.772500', '131036.232500', '131036.692500', '131037.152500', '131037.612500', '131038.072500', '131038.532500', '131038.992500', '131039.452500', '131039.912500', '131040.372500', '131040.832500', '131041.292500', '131041.752500', '131042.212500', '131042.672500', '131043.132500', '131043.592500', '131044.052500', '131044.512500', '131044.972500', '131045.432500', '131045.892500', '131046.352500', '131046.812500', '131047.272500', '131047.732500', '131048.192500', '131048.652500', '131049.112500', '131049.572500', '131050.032500', '131050.492500', '131050.952500', '131051.412500', '131051.872500', '131052.332500', '131052.792500', '131053.252500', '131053.712500', '131054.172500', '131054.632500', '131055.092500', '131055.552500', '131056.012500', '131056.472500', '131056.932500', '131057.392500', '131057.852500', '131058.312500', '131058.772500', '131059.232500', '131059.692500', '131100.152500', '131100.612500', '131101.072500', '131101.532500', '131101.992500', '131102.452500', '131102.912500', '131103.372500', '131103.832500', '131104.292500', '131104.752500', '131105.212500', '131105.672500', '131106.132500', '131106.592500', '131107.052500', '131107.512500', '131107.972500', '131108.432500', '131108.892500', '131109.352500', '131109.812500', '131110.272500', '131110.732500', '131111.192500', '131111.652500', '131112.112500', '131112.572500', '131113.032500', '131113.492500', '131113.952500', '131114.412500', '131114.872500', '131115.332500', '131115.792500', '131116.252500', '131116.712500', '131117.172500', '131117.632500', '131118.092500', '131118.552500', '131119.012500', '131119.472500', '131119.932500', '131120.392500', '131120.852500', '131121.312500', '131121.772500', '131122.232500', '131122.692500', '131123.152500', '131123.612500', '131124.072500', '131124.532500', '131124.992500', '131125.452500', '131125.912500', '131126.372500', '131126.832500', '131127.292500', '131127.752500', '131128.212500', '131128.672500', '131129.132500', '131129.592500', '131130.052500', '131130.512500', '131130.972500', '131131.432500', '131131.892500', '131132.352500', '131132.812500', '131133.272500', '131133.732500', '131134.192500', '131134.652500', '131135.112500', '131135.572500', '131136.032500', '131136.492500', '131136.952500', '131137.412500', '131137.872500', '131138.332500', '131138.792500', '131139.252500', '131139.712500', '131140.172500', '131140.632500', '131141.092500', '131141.552500', '131142.012500', '131142.472500', '131142.932500', '131143.392500', '131143.852500', '131144.312500', '131144.772500', '131145.232500', '131145.692500', '131146.152500', '131146.612500', '131147.072500', '131147.532500', '131147.992500', '131148.452500', '131148.912500', '131149.372500', '131149.832500'], 'ContentTime': ['130209.325000', '130209.328000', '130209.331000', '130209.340000', '130209.343000', '130209.345000', '130209.348000', '130209.351000', '130209.353000', '130209.356000', '130209.358000', '130209.361000', '130209.364000', '130209.366000', '130209.369000', '130209.371000', '130209.374000', '130209.376000', '130209.379000', '130209.381000', '130209.384000', '130209.387000', '130209.389000', '130209.392000', '130209.394000', '130209.397000', '130209.399000', '130209.402000', '130209.404000', '130209.407000', '130209.410000', '130209.412000', '130209.415000', '130209.417000', '130209.420000', '130209.422000', '130209.425000', '130209.428000', '130209.430000', '130209.433000', '130209.435000', '130209.438000', '130209.440000', '130209.443000', '130209.446000', '130209.448000', '130209.451000', '130209.453000', '130209.456000', '130209.459000', '130209.461000', '130209.464000', '130209.466000', '130209.469000', '130209.471000', '130209.474000', '130209.476000', '130229.295000', '130229.298000', '130229.301000', '130229.313000', '130229.315000', '130229.318000', '130229.321000', '130229.323000', '130229.326000', '130229.329000', '130229.331000', '130229.334000', '130229.336000', '130229.339000', '130229.341000', '130229.344000', '130229.346000', '130229.349000', '130229.351000', '130229.354000', '130229.356000', '130229.359000', '130229.362000', '130229.364000', '130229.367000', '130229.369000', '130229.372000', '130229.374000', '130229.377000', '130229.379000', '130229.382000', '130229.384000', '130229.387000', '130229.389000', '130229.392000', '130229.394000', '130229.397000', '130229.399000', '130229.402000', '130229.404000', '130229.407000', '130229.410000', '130229.412000', '130249.295000', '130249.298000', '130249.301000', '130249.303000', '130249.306000', '130249.308000', '130249.311000', '130249.314000', '130249.316000', '130249.325000', '130249.327000', '130249.330000', '130249.332000', '130249.335000', '130249.337000', '130249.340000', '130249.342000', '130249.345000', '130249.348000', '130249.350000', '130249.353000', '130249.355000', '130249.358000', '130249.360000', '130249.363000', '130249.365000', '130249.368000', '130249.371000', '130249.373000', '130249.376000', '130249.378000', '130249.381000', '130249.383000', '130249.386000', '130249.388000', '130249.391000', '130249.393000', '130249.396000', '130249.398000', '130249.401000', '130249.404000', '130249.406000', '130249.409000', '130249.412000', '130309.295000', '130309.298000', '130309.301000', '130309.303000', '130309.306000', '130309.308000', '130309.311000', '130309.313000', '130309.316000', '130309.319000', '130309.321000', '130309.324000', '130309.327000', '130309.329000', '130309.332000', '130309.335000', '130309.337000', '130309.340000', '130309.342000', '130309.345000', '130309.348000', '130309.350000', '130309.353000', '130309.355000', '130309.358000', '130309.360000', '130309.363000', '130309.366000', '130309.368000', '130309.371000', '130309.373000', '130309.376000', '130309.379000', '130309.381000', '130309.384000', '130309.386000', '130309.389000', '130309.391000', '130309.394000', '130309.396000', '130309.401000', '130309.404000', '130309.407000', '130329.295000', '130329.298000', '130329.301000', '130329.303000', '130329.306000', '130329.308000', '130329.311000', '130329.314000', '130329.316000', '130329.319000', '130329.321000', '130329.324000', '130329.326000', '130329.329000', '130329.332000', '130329.334000', '130329.337000', '130329.339000', '130329.342000', '130329.345000', '130329.347000', '130329.350000', '130329.352000', '130329.355000', '130329.370000', '130329.372000', '130329.375000', '130329.378000', '130329.380000', '130329.383000', '130329.385000', '130329.388000', '130329.390000', '130329.393000', '130329.395000', '130329.398000', '130329.400000', '130329.403000', '130329.405000', '130329.408000', '130329.411000', '130329.413000', '130329.416000', '130329.418000', '130349.295000', '130349.298000', '130349.301000', '130349.303000', '130349.306000', '130349.308000', '130349.311000', '130349.314000', '130349.316000', '130349.351000', '130349.354000', '130349.356000', '130349.359000', '130349.361000', '130349.364000', '130349.367000', '130349.369000', '130349.372000', '130349.374000', '130349.377000', '130349.379000', '130349.382000', '130349.385000', '130349.387000', '130349.390000', '130349.392000', '130349.395000', '130349.397000', '130349.400000', '130349.402000', '130349.405000', '130349.407000', '130349.410000', '130349.413000', '130349.415000', '130349.418000', '130349.420000', '130349.423000', '130349.425000', '130349.428000', '130349.430000', '130349.433000', '130349.435000', '130409.295000', '130409.298000', '130409.301000', '130409.303000', '130409.306000', '130409.308000', '130409.311000', '130409.313000', '130409.316000', '130409.319000', '130409.321000', '130409.324000', '130409.326000', '130409.329000', '130409.331000', '130409.334000', '130409.336000', '130409.339000', '130409.341000', '130409.344000', '130409.346000', '130409.349000', '130409.352000', '130409.354000', '130409.357000', '130409.359000', '130409.362000', '130409.364000', '130409.367000', '130409.370000', '130409.372000', '130409.375000', '130409.377000', '130409.380000', '130409.382000', '130409.385000', '130409.387000', '130409.390000', '130409.392000', '130409.395000', '130409.398000', '130409.400000', '130409.403000', '130409.405000', '130429.295000', '130429.298000', '130429.301000', '130429.303000', '130429.306000', '130429.308000', '130429.311000', '130429.313000', '130429.316000', '130429.319000', '130429.321000', '130429.324000', '130429.326000', '130429.329000', '130429.331000', '130429.334000', '130429.336000', '130429.339000', '130429.342000', '130429.344000', '130429.347000', '130429.356000', '130429.358000', '130429.361000', '130429.364000', '130429.366000', '130429.369000', '130429.372000', '130429.374000', '130429.377000', '130429.380000', '130429.382000', '130429.385000', '130429.387000', '130429.390000', '130429.392000', '130429.395000', '130429.398000', '130429.400000', '130429.403000', '130429.405000', '130429.408000', '130429.410000', '130449.295000', '130449.298000', '130449.301000', '130449.303000', '130449.306000', '130449.308000', '130449.311000', '130449.314000', '130449.316000', '130449.319000', '130449.321000', '130449.324000', '130449.326000', '130449.329000', '130449.332000', '130449.334000', '130449.337000', '130449.339000', '130449.342000', '130449.344000', '130449.347000', '130449.350000', '130449.352000', '130449.355000', '130449.357000', '130449.360000', '130449.362000', '130449.365000', '130449.367000', '130449.370000', '130449.373000', '130449.375000', '130449.378000', '130449.380000', '130449.383000', '130449.385000', '130449.388000', '130449.390000', '130449.393000', '130449.396000', '130449.398000', '130449.401000', '130449.403000', '130449.406000', '130509.295000', '130509.298000', '130509.301000', '130509.303000', '130509.306000', '130509.322000', '130509.324000', '130509.327000', '130509.330000', '130509.332000', '130509.335000', '130509.337000', '130509.340000', '130509.342000', '130509.345000', '130509.347000', '130509.350000', '130509.353000', '130509.355000', '130509.358000', '130509.360000', '130509.363000', '130509.365000', '130509.368000', '130509.371000', '130509.373000', '130509.376000', '130509.378000', '130509.381000', '130509.384000', '130509.386000', '130509.389000', '130509.391000', '130509.394000', '130509.397000', '130509.399000', '130509.402000', '130509.405000', '130509.407000', '130509.410000', '130509.412000', '130509.415000', '130509.418000', '130529.295000', '130529.298000', '130529.301000', '130529.304000', '130529.306000', '130529.309000', '130529.311000', '130529.314000', '130529.317000', '130529.320000', '130529.322000', '130529.325000', '130529.327000', '130529.330000', '130529.333000', '130529.335000', '130529.338000', '130529.340000', '130529.343000', '130529.345000', '130529.348000', '130529.351000', '130529.353000', '130529.356000', '130529.358000', '130529.361000', '130529.363000', '130529.366000', '130529.368000', '130529.371000', '130529.374000', '130529.376000', '130529.379000', '130529.381000', '130529.384000', '130529.386000', '130529.389000', '130529.391000', '130529.394000', '130529.397000', '130529.399000', '130529.402000', '130529.405000', '130529.407000', '130549.295000', '130549.298000', '130549.301000', '130549.303000', '130549.306000', '130549.309000', '130549.311000', '130549.314000', '130549.316000', '130549.319000', '130549.321000', '130549.324000', '130549.327000', '130549.329000', '130549.332000', '130549.334000', '130549.337000', '130549.339000', '130549.342000', '130549.345000', '130549.347000', '130549.350000', '130549.352000', '130549.355000', '130549.358000', '130549.360000', '130549.363000', '130549.365000', '130549.368000', '130549.370000', '130549.373000', '130549.376000', '130549.378000', '130549.381000', '130549.383000', '130549.386000', '130549.388000', '130549.391000', '130549.393000', '130549.396000', '130549.399000', '130549.401000', '130549.404000', '130609.295000', '130609.298000', '130609.301000', '130609.303000', '130609.306000', '130609.309000', '130609.311000', '130609.314000', '130609.316000', '130609.319000', '130609.322000', '130609.325000', '130609.328000', '130609.331000', '130609.333000', '130609.336000', '130609.338000', '130609.341000', '130609.344000', '130609.346000', '130609.349000', '130609.351000', '130609.354000', '130609.356000', '130609.359000', '130609.362000', '130609.364000', '130609.367000', '130609.369000', '130609.372000', '130609.374000', '130609.377000', '130609.380000', '130609.382000', '130609.385000', '130609.387000', '130609.390000', '130609.392000', '130609.395000', '130609.398000', '130609.400000', '130609.403000', '130609.405000', '130629.295000', '130629.298000', '130629.301000', '130629.303000', '130629.306000', '130629.309000', '130629.311000', '130629.314000', '130629.316000', '130629.319000', '130629.321000', '130629.324000', '130629.327000', '130629.329000', '130629.332000', '130629.334000', '130629.337000', '130629.339000', '130629.342000', '130629.344000', '130629.347000', '130629.349000', '130629.352000', '130629.355000', '130629.357000', '130629.360000', '130629.362000', '130629.365000', '130629.368000', '130629.370000', '130629.373000', '130629.382000', '130629.384000', '130629.387000', '130629.389000', '130629.392000', '130629.395000', '130629.397000', '130629.400000', '130629.402000', '130629.405000', '130629.407000', '130629.410000', '130629.412000', '130649.295000', '130649.298000', '130649.301000', '130649.303000', '130649.306000', '130649.308000', '130649.311000', '130649.314000', '130649.316000', '130649.319000', '130649.321000', '130649.324000', '130649.326000', '130649.329000', '130649.332000', '130649.334000', '130649.337000', '130649.340000', '130649.342000', '130649.345000', '130649.347000', '130649.350000', '130649.352000', '130649.355000', '130649.357000', '130649.360000', '130649.362000', '130649.365000', '130649.368000', '130649.370000', '130649.373000', '130649.375000', '130649.378000', '130649.380000', '130649.383000', '130649.385000', '130649.388000', '130649.390000', '130649.393000', '130649.395000', '130649.398000', '130649.401000', '130649.403000', '130649.406000', '130709.295000', '130709.298000', '130709.301000', '130709.303000', '130709.306000', '130709.309000', '130709.311000', '130709.314000', '130709.316000', '130709.319000', '130709.321000', '130709.324000', '130709.327000', '130709.329000', '130709.332000', '130709.334000', '130709.337000', '130709.340000', '130709.342000', '130709.346000', '130709.348000', '130709.351000', '130709.353000', '130709.356000', '130709.358000', '130709.361000', '130709.364000', '130709.367000', '130709.369000', '130709.372000', '130709.374000', '130709.377000', '130709.379000', '130709.382000', '130709.384000', '130709.387000', '130709.389000', '130709.392000', '130709.395000', '130709.397000', '130709.400000', '130709.402000', '130709.405000', '130729.295000', '130729.298000', '130729.301000', '130729.303000', '130729.306000', '130729.309000', '130729.311000', '130729.314000', '130729.316000', '130729.319000', '130729.321000', '130729.324000', '130729.327000', '130729.329000', '130729.332000', '130729.334000', '130729.337000', '130729.340000', '130729.342000', '130729.345000', '130729.347000', '130729.350000', '130729.352000', '130729.355000', '130729.358000', '130729.360000', '130729.363000', '130729.365000', '130729.368000', '130729.370000', '130729.373000', '130729.376000', '130729.378000', '130729.381000', '130729.383000', '130729.386000', '130729.388000', '130729.391000', '130729.393000', '130729.396000', '130729.399000', '130729.401000', '130729.404000', '130729.406000', '130749.295000', '130749.298000', '130749.301000', '130749.303000', '130749.306000', '130749.308000', '130749.311000', '130749.314000', '130749.316000', '130749.319000', '130749.322000', '130749.324000', '130749.327000', '130749.329000', '130749.332000', '130749.334000', '130749.337000', '130749.340000', '130749.342000', '130749.345000', '130749.347000', '130749.350000', '130749.352000', '130749.355000', '130749.358000', '130749.360000', '130749.363000', '130749.365000', '130749.368000', '130749.371000', '130749.373000', '130749.376000', '130749.378000', '130749.381000', '130749.383000', '130749.386000', '130749.388000', '130749.391000', '130749.394000', '130749.396000', '130749.399000', '130749.401000', '130749.404000', '130809.295000', '130809.298000', '130809.301000', '130809.303000', '130809.306000', '130809.309000', '130809.311000', '130809.314000', '130809.317000', '130809.321000', '130809.324000', '130809.326000', '130809.329000', '130809.332000', '130809.334000', '130809.337000', '130809.339000', '130809.342000', '130809.344000', '130809.347000', '130809.350000', '130809.352000', '130809.355000', '130809.357000', '130809.360000', '130809.362000', '130809.365000', '130809.368000', '130809.370000', '130809.373000', '130809.376000', '130809.378000', '130809.381000', '130809.383000', '130809.386000', '130809.388000', '130809.391000', '130809.394000', '130809.396000', '130809.399000', '130809.401000', '130809.404000', '130809.406000', '130809.409000', '130829.296000', '130829.298000', '130829.301000', '130829.304000', '130829.306000', '130829.309000', '130829.311000', '130829.314000', '130829.316000', '130829.319000', '130829.321000', '130829.324000', '130829.326000', '130829.329000', '130829.332000', '130829.334000', '130829.337000', '130829.339000', '130829.342000', '130829.344000', '130829.347000', '130829.349000', '130829.352000', '130829.354000', '130829.357000', '130829.360000', '130829.362000', '130829.365000', '130829.368000', '130829.370000', '130829.373000', '130829.375000', '130829.378000', '130829.380000', '130829.383000', '130829.385000', '130829.388000', '130829.391000', '130829.393000', '130829.396000', '130829.398000', '130829.401000', '130829.403000', '130849.296000', '130849.299000', '130849.302000', '130849.304000', '130849.307000', '130849.310000', '130849.312000', '130849.315000', '130849.317000', '130849.320000', '130849.322000', '130849.325000', '130849.327000', '130849.330000', '130849.332000', '130849.335000', '130849.338000', '130849.340000', '130849.343000', '130849.345000', '130849.348000', '130849.350000', '130849.353000', '130849.355000', '130849.358000', '130849.360000', '130849.363000', '130849.366000', '130849.368000', '130849.371000', '130849.373000', '130849.376000', '130849.379000', '130849.381000', '130849.384000', '130849.386000', '130849.389000', '130849.391000', '130849.394000', '130849.397000', '130849.399000', '130849.402000', '130849.404000', '130909.295000', '130909.298000', '130909.301000', '130909.304000', '130909.306000', '130909.309000', '130909.311000', '130909.314000', '130909.317000', '130909.319000', '130909.322000', '130909.324000', '130909.327000', '130909.329000', '130909.332000', '130909.335000', '130909.337000', '130909.340000', '130909.342000', '130909.345000', '130909.348000', '130909.350000', '130909.353000', '130909.355000', '130909.358000', '130909.361000', '130909.363000', '130909.366000', '130909.368000', '130909.371000', '130909.374000', '130909.376000', '130909.379000', '130909.381000', '130909.384000', '130909.386000', '130909.389000', '130909.392000', '130909.394000', '130909.397000', '130909.399000', '130909.402000', '130909.404000', '130909.407000', '130929.296000', '130929.299000', '130929.302000', '130929.304000', '130929.307000', '130929.310000', '130929.312000', '130929.315000', '130929.317000', '130929.320000', '130929.323000', '130929.325000', '130929.328000', '130929.330000', '130929.333000', '130929.336000', '130929.338000', '130929.341000', '130929.343000', '130929.346000', '130929.348000', '130929.351000', '130929.354000', '130929.357000', '130929.360000', '130929.363000', '130929.366000', '130929.368000', '130929.371000', '130929.373000', '130929.376000', '130929.378000', '130929.381000', '130929.383000', '130929.386000', '130929.389000', '130929.391000', '130929.394000', '130929.396000', '130929.399000', '130929.402000', '130929.404000', '130929.407000', '130949.295000', '130949.298000', '130949.301000', '130949.304000', '130949.306000', '130949.309000', '130949.311000', '130949.314000', '130949.317000', '130949.319000', '130949.322000', '130949.324000', '130949.327000', '130949.329000', '130949.332000', '130949.335000', '130949.337000', '130949.340000', '130949.342000', '130949.345000', '130949.348000', '130949.350000', '130949.353000', '130949.355000', '130949.358000', '130949.361000', '130949.363000', '130949.366000', '130949.368000', '130949.371000', '130949.373000', '130949.376000', '130949.379000', '130949.381000', '130949.384000', '130949.386000', '130949.389000', '130949.391000', '130949.394000', '130949.397000', '130949.399000', '130949.402000', '130949.405000', '130949.407000', '131009.295000', '131009.298000', '131009.301000', '131009.304000', '131009.306000', '131009.309000', '131009.311000', '131009.314000', '131009.317000', '131009.319000', '131009.322000', '131009.325000', '131009.327000', '131009.330000', '131009.332000', '131009.335000', '131009.337000', '131009.340000', '131009.342000', '131009.345000', '131009.348000', '131009.350000', '131009.353000', '131009.355000', '131009.358000', '131009.361000', '131009.363000', '131009.366000', '131009.368000', '131009.371000', '131009.374000', '131009.376000', '131009.379000', '131009.381000', '131009.384000', '131009.387000', '131009.390000', '131009.392000', '131009.395000', '131009.397000', '131009.400000', '131009.402000', '131009.405000', '131029.296000', '131029.298000', '131029.301000', '131029.304000', '131029.306000', '131029.309000', '131029.311000', '131029.314000', '131029.317000', '131029.319000', '131029.322000', '131029.324000', '131029.327000', '131029.329000', '131029.332000', '131029.335000', '131029.337000', '131029.340000', '131029.342000', '131029.345000', '131029.347000', '131029.350000', '131029.353000', '131029.355000', '131029.358000', '131029.360000', '131029.363000', '131029.366000', '131029.368000', '131029.371000', '131029.373000', '131029.376000', '131029.378000', '131029.381000', '131029.384000', '131029.386000', '131029.389000', '131029.391000', '131029.394000', '131029.397000', '131029.399000', '131029.402000', '131029.404000', '131029.407000', '131049.295000', '131049.298000', '131049.301000', '131049.303000', '131049.306000', '131049.309000', '131049.311000', '131049.314000', '131049.316000', '131049.319000', '131049.321000', '131049.324000', '131049.327000', '131049.329000', '131049.332000', '131049.335000', '131049.337000', '131049.340000', '131049.342000', '131049.345000', '131049.348000', '131049.350000', '131049.353000', '131049.355000', '131049.358000', '131049.360000', '131049.363000', '131049.365000', '131049.368000', '131049.370000', '131049.373000', '131049.376000', '131049.378000', '131049.381000', '131049.383000', '131049.386000', '131049.388000', '131049.391000', '131049.393000', '131049.397000', '131049.400000', '131049.402000', '131049.405000', '131109.295000', '131109.298000', '131109.301000', '131109.304000', '131109.306000', '131109.309000', '131109.311000', '131109.314000', '131109.316000', '131109.319000', '131109.321000', '131109.324000', '131109.327000', '131109.329000', '131109.332000', '131109.334000', '131109.337000', '131109.340000', '131109.342000', '131109.345000', '131109.347000', '131109.350000', '131109.353000', '131109.355000', '131109.358000', '131109.360000', '131109.363000', '131109.366000', '131109.368000', '131109.371000', '131109.373000', '131109.376000', '131109.378000', '131109.381000', '131109.384000', '131109.386000', '131109.389000', '131109.391000', '131109.394000', '131109.396000', '131109.399000', '131109.401000', '131109.404000', '131109.407000', '131129.295000', '131129.298000', '131129.301000', '131129.303000', '131129.306000', '131129.309000', '131129.311000', '131129.314000', '131129.316000', '131129.319000', '131129.321000', '131129.324000', '131129.327000', '131129.329000', '131129.332000', '131129.334000', '131129.337000', '131129.339000', '131129.342000', '131129.345000', '131129.347000', '131129.350000', '131129.353000', '131129.356000', '131129.359000', '131129.361000', '131129.364000', '131129.367000', '131129.369000', '131129.372000', '131129.374000', '131129.377000', '131129.380000', '131129.382000', '131129.385000', '131129.387000', '131129.390000', '131129.392000', '131129.395000', '131129.398000', '131129.400000', '131129.403000', '131129.405000', '131149.296000', '131149.299000', '131149.302000', '131149.305000', '131149.307000', '131149.310000', '131149.312000', '131149.315000', '131149.317000', '131149.320000', '131149.322000', '131149.325000', '131149.327000', '131149.330000', '131149.333000', '131149.335000', '131149.338000', '131149.340000', '131149.343000', '131149.346000', '131149.348000', '131149.351000', '131149.353000', '131149.356000', '131149.358000', '131149.361000', '131149.364000', '131149.366000', '131149.369000', '131149.371000', '131149.374000', '131149.385000', '131149.388000', '131149.391000', '131149.393000', '131149.396000', '131149.398000', '131149.401000', '131149.403000', '131149.406000', '131149.409000', '131149.411000', '131149.414000', '131149.416000', '131151.029000', '131151.032000', '131151.035000', '131151.037000'], 'InstanceCreationTime': ['130209.325000', '130209.328000', '130209.331000', '130209.340000', '130209.343000', '130209.345000', '130209.348000', '130209.351000', '130209.353000', '130209.356000', '130209.358000', '130209.361000', '130209.364000', '130209.366000', '130209.369000', '130209.371000', '130209.374000', '130209.376000', '130209.379000', '130209.381000', '130209.384000', '130209.387000', '130209.389000', '130209.392000', '130209.394000', '130209.397000', '130209.399000', '130209.402000', '130209.404000', '130209.407000', '130209.410000', '130209.412000', '130209.415000', '130209.417000', '130209.420000', '130209.422000', '130209.425000', '130209.428000', '130209.430000', '130209.433000', '130209.435000', '130209.438000', '130209.440000', '130209.443000', '130209.446000', '130209.448000', '130209.451000', '130209.453000', '130209.456000', '130209.459000', '130209.461000', '130209.464000', '130209.466000', '130209.469000', '130209.471000', '130209.474000', '130209.476000', '130229.295000', '130229.298000', '130229.301000', '130229.313000', '130229.315000', '130229.318000', '130229.321000', '130229.323000', '130229.326000', '130229.329000', '130229.331000', '130229.334000', '130229.336000', '130229.339000', '130229.341000', '130229.344000', '130229.346000', '130229.349000', '130229.351000', '130229.354000', '130229.356000', '130229.359000', '130229.362000', '130229.364000', '130229.367000', '130229.369000', '130229.372000', '130229.374000', '130229.377000', '130229.379000', '130229.382000', '130229.384000', '130229.387000', '130229.389000', '130229.392000', '130229.394000', '130229.397000', '130229.399000', '130229.402000', '130229.404000', '130229.407000', '130229.410000', '130229.412000', '130249.295000', '130249.298000', '130249.301000', '130249.303000', '130249.306000', '130249.308000', '130249.311000', '130249.314000', '130249.316000', '130249.325000', '130249.327000', '130249.330000', '130249.332000', '130249.335000', '130249.337000', '130249.340000', '130249.342000', '130249.345000', '130249.348000', '130249.350000', '130249.353000', '130249.355000', '130249.358000', '130249.360000', '130249.363000', '130249.365000', '130249.368000', '130249.371000', '130249.373000', '130249.376000', '130249.378000', '130249.381000', '130249.383000', '130249.386000', '130249.388000', '130249.391000', '130249.393000', '130249.396000', '130249.398000', '130249.401000', '130249.404000', '130249.406000', '130249.409000', '130249.412000', '130309.295000', '130309.298000', '130309.301000', '130309.303000', '130309.306000', '130309.308000', '130309.311000', '130309.313000', '130309.316000', '130309.319000', '130309.321000', '130309.324000', '130309.327000', '130309.329000', '130309.332000', '130309.335000', '130309.337000', '130309.340000', '130309.342000', '130309.345000', '130309.348000', '130309.350000', '130309.353000', '130309.355000', '130309.358000', '130309.360000', '130309.363000', '130309.366000', '130309.368000', '130309.371000', '130309.373000', '130309.376000', '130309.379000', '130309.381000', '130309.384000', '130309.386000', '130309.389000', '130309.391000', '130309.394000', '130309.396000', '130309.401000', '130309.404000', '130309.407000', '130329.295000', '130329.298000', '130329.301000', '130329.303000', '130329.306000', '130329.308000', '130329.311000', '130329.314000', '130329.316000', '130329.319000', '130329.321000', '130329.324000', '130329.326000', '130329.329000', '130329.332000', '130329.334000', '130329.337000', '130329.339000', '130329.342000', '130329.345000', '130329.347000', '130329.350000', '130329.352000', '130329.355000', '130329.370000', '130329.372000', '130329.375000', '130329.378000', '130329.380000', '130329.383000', '130329.385000', '130329.388000', '130329.390000', '130329.393000', '130329.395000', '130329.398000', '130329.400000', '130329.403000', '130329.405000', '130329.408000', '130329.411000', '130329.413000', '130329.416000', '130329.418000', '130349.295000', '130349.298000', '130349.301000', '130349.303000', '130349.306000', '130349.308000', '130349.311000', '130349.314000', '130349.316000', '130349.351000', '130349.354000', '130349.356000', '130349.359000', '130349.361000', '130349.364000', '130349.367000', '130349.369000', '130349.372000', '130349.374000', '130349.377000', '130349.379000', '130349.382000', '130349.385000', '130349.387000', '130349.390000', '130349.392000', '130349.395000', '130349.397000', '130349.400000', '130349.402000', '130349.405000', '130349.407000', '130349.410000', '130349.413000', '130349.415000', '130349.418000', '130349.420000', '130349.423000', '130349.425000', '130349.428000', '130349.430000', '130349.433000', '130349.435000', '130409.295000', '130409.298000', '130409.301000', '130409.303000', '130409.306000', '130409.308000', '130409.311000', '130409.313000', '130409.316000', '130409.319000', '130409.321000', '130409.324000', '130409.326000', '130409.329000', '130409.331000', '130409.334000', '130409.336000', '130409.339000', '130409.341000', '130409.344000', '130409.346000', '130409.349000', '130409.352000', '130409.354000', '130409.357000', '130409.359000', '130409.362000', '130409.364000', '130409.367000', '130409.370000', '130409.372000', '130409.375000', '130409.377000', '130409.380000', '130409.382000', '130409.385000', '130409.387000', '130409.390000', '130409.392000', '130409.395000', '130409.398000', '130409.400000', '130409.403000', '130409.405000', '130429.295000', '130429.298000', '130429.301000', '130429.303000', '130429.306000', '130429.308000', '130429.311000', '130429.313000', '130429.316000', '130429.319000', '130429.321000', '130429.324000', '130429.326000', '130429.329000', '130429.331000', '130429.334000', '130429.336000', '130429.339000', '130429.342000', '130429.344000', '130429.347000', '130429.356000', '130429.358000', '130429.361000', '130429.364000', '130429.366000', '130429.369000', '130429.372000', '130429.374000', '130429.377000', '130429.380000', '130429.382000', '130429.385000', '130429.387000', '130429.390000', '130429.392000', '130429.395000', '130429.398000', '130429.400000', '130429.403000', '130429.405000', '130429.408000', '130429.410000', '130449.295000', '130449.298000', '130449.301000', '130449.303000', '130449.306000', '130449.308000', '130449.311000', '130449.314000', '130449.316000', '130449.319000', '130449.321000', '130449.324000', '130449.326000', '130449.329000', '130449.332000', '130449.334000', '130449.337000', '130449.339000', '130449.342000', '130449.344000', '130449.347000', '130449.350000', '130449.352000', '130449.355000', '130449.357000', '130449.360000', '130449.362000', '130449.365000', '130449.367000', '130449.370000', '130449.373000', '130449.375000', '130449.378000', '130449.380000', '130449.383000', '130449.385000', '130449.388000', '130449.390000', '130449.393000', '130449.396000', '130449.398000', '130449.401000', '130449.403000', '130449.406000', '130509.295000', '130509.298000', '130509.301000', '130509.303000', '130509.306000', '130509.322000', '130509.324000', '130509.327000', '130509.330000', '130509.332000', '130509.335000', '130509.337000', '130509.340000', '130509.342000', '130509.345000', '130509.347000', '130509.350000', '130509.353000', '130509.355000', '130509.358000', '130509.360000', '130509.363000', '130509.365000', '130509.368000', '130509.371000', '130509.373000', '130509.376000', '130509.378000', '130509.381000', '130509.384000', '130509.386000', '130509.389000', '130509.391000', '130509.394000', '130509.397000', '130509.399000', '130509.402000', '130509.405000', '130509.407000', '130509.410000', '130509.412000', '130509.415000', '130509.418000', '130529.295000', '130529.298000', '130529.301000', '130529.304000', '130529.306000', '130529.309000', '130529.311000', '130529.314000', '130529.317000', '130529.320000', '130529.322000', '130529.325000', '130529.327000', '130529.330000', '130529.333000', '130529.335000', '130529.338000', '130529.340000', '130529.343000', '130529.345000', '130529.348000', '130529.351000', '130529.353000', '130529.356000', '130529.358000', '130529.361000', '130529.363000', '130529.366000', '130529.368000', '130529.371000', '130529.374000', '130529.376000', '130529.379000', '130529.381000', '130529.384000', '130529.386000', '130529.389000', '130529.391000', '130529.394000', '130529.397000', '130529.399000', '130529.402000', '130529.405000', '130529.407000', '130549.295000', '130549.298000', '130549.301000', '130549.303000', '130549.306000', '130549.309000', '130549.311000', '130549.314000', '130549.316000', '130549.319000', '130549.321000', '130549.324000', '130549.327000', '130549.329000', '130549.332000', '130549.334000', '130549.337000', '130549.339000', '130549.342000', '130549.345000', '130549.347000', '130549.350000', '130549.352000', '130549.355000', '130549.358000', '130549.360000', '130549.363000', '130549.365000', '130549.368000', '130549.370000', '130549.373000', '130549.376000', '130549.378000', '130549.381000', '130549.383000', '130549.386000', '130549.388000', '130549.391000', '130549.393000', '130549.396000', '130549.399000', '130549.401000', '130549.404000', '130609.295000', '130609.298000', '130609.301000', '130609.303000', '130609.306000', '130609.309000', '130609.311000', '130609.314000', '130609.316000', '130609.319000', '130609.322000', '130609.325000', '130609.328000', '130609.331000', '130609.333000', '130609.336000', '130609.338000', '130609.341000', '130609.344000', '130609.346000', '130609.349000', '130609.351000', '130609.354000', '130609.356000', '130609.359000', '130609.362000', '130609.364000', '130609.367000', '130609.369000', '130609.372000', '130609.374000', '130609.377000', '130609.380000', '130609.382000', '130609.385000', '130609.387000', '130609.390000', '130609.392000', '130609.395000', '130609.398000', '130609.400000', '130609.403000', '130609.405000', '130629.295000', '130629.298000', '130629.301000', '130629.303000', '130629.306000', '130629.309000', '130629.311000', '130629.314000', '130629.316000', '130629.319000', '130629.321000', '130629.324000', '130629.327000', '130629.329000', '130629.332000', '130629.334000', '130629.337000', '130629.339000', '130629.342000', '130629.344000', '130629.347000', '130629.349000', '130629.352000', '130629.355000', '130629.357000', '130629.360000', '130629.362000', '130629.365000', '130629.368000', '130629.370000', '130629.373000', '130629.382000', '130629.384000', '130629.387000', '130629.389000', '130629.392000', '130629.395000', '130629.397000', '130629.400000', '130629.402000', '130629.405000', '130629.407000', '130629.410000', '130629.412000', '130649.295000', '130649.298000', '130649.301000', '130649.303000', '130649.306000', '130649.308000', '130649.311000', '130649.314000', '130649.316000', '130649.319000', '130649.321000', '130649.324000', '130649.326000', '130649.329000', '130649.332000', '130649.334000', '130649.337000', '130649.340000', '130649.342000', '130649.345000', '130649.347000', '130649.350000', '130649.352000', '130649.355000', '130649.357000', '130649.360000', '130649.362000', '130649.365000', '130649.368000', '130649.370000', '130649.373000', '130649.375000', '130649.378000', '130649.380000', '130649.383000', '130649.385000', '130649.388000', '130649.390000', '130649.393000', '130649.395000', '130649.398000', '130649.401000', '130649.403000', '130649.406000', '130709.295000', '130709.298000', '130709.301000', '130709.303000', '130709.306000', '130709.309000', '130709.311000', '130709.314000', '130709.316000', '130709.319000', '130709.321000', '130709.324000', '130709.327000', '130709.329000', '130709.332000', '130709.334000', '130709.337000', '130709.340000', '130709.342000', '130709.346000', '130709.348000', '130709.351000', '130709.353000', '130709.356000', '130709.358000', '130709.361000', '130709.364000', '130709.367000', '130709.369000', '130709.372000', '130709.374000', '130709.377000', '130709.379000', '130709.382000', '130709.384000', '130709.387000', '130709.389000', '130709.392000', '130709.395000', '130709.397000', '130709.400000', '130709.402000', '130709.405000', '130729.295000', '130729.298000', '130729.301000', '130729.303000', '130729.306000', '130729.309000', '130729.311000', '130729.314000', '130729.316000', '130729.319000', '130729.321000', '130729.324000', '130729.327000', '130729.329000', '130729.332000', '130729.334000', '130729.337000', '130729.340000', '130729.342000', '130729.345000', '130729.347000', '130729.350000', '130729.352000', '130729.355000', '130729.358000', '130729.360000', '130729.363000', '130729.365000', '130729.368000', '130729.370000', '130729.373000', '130729.376000', '130729.378000', '130729.381000', '130729.383000', '130729.386000', '130729.388000', '130729.391000', '130729.393000', '130729.396000', '130729.399000', '130729.401000', '130729.404000', '130729.406000', '130749.295000', '130749.298000', '130749.301000', '130749.303000', '130749.306000', '130749.308000', '130749.311000', '130749.314000', '130749.316000', '130749.319000', '130749.322000', '130749.324000', '130749.327000', '130749.329000', '130749.332000', '130749.334000', '130749.337000', '130749.340000', '130749.342000', '130749.345000', '130749.347000', '130749.350000', '130749.352000', '130749.355000', '130749.358000', '130749.360000', '130749.363000', '130749.365000', '130749.368000', '130749.371000', '130749.373000', '130749.376000', '130749.378000', '130749.381000', '130749.383000', '130749.386000', '130749.388000', '130749.391000', '130749.394000', '130749.396000', '130749.399000', '130749.401000', '130749.404000', '130809.295000', '130809.298000', '130809.301000', '130809.303000', '130809.306000', '130809.309000', '130809.311000', '130809.314000', '130809.317000', '130809.321000', '130809.324000', '130809.326000', '130809.329000', '130809.332000', '130809.334000', '130809.337000', '130809.339000', '130809.342000', '130809.344000', '130809.347000', '130809.350000', '130809.352000', '130809.355000', '130809.357000', '130809.360000', '130809.362000', '130809.365000', '130809.368000', '130809.370000', '130809.373000', '130809.376000', '130809.378000', '130809.381000', '130809.383000', '130809.386000', '130809.388000', '130809.391000', '130809.394000', '130809.396000', '130809.399000', '130809.401000', '130809.404000', '130809.406000', '130809.409000', '130829.296000', '130829.298000', '130829.301000', '130829.304000', '130829.306000', '130829.309000', '130829.311000', '130829.314000', '130829.316000', '130829.319000', '130829.321000', '130829.324000', '130829.326000', '130829.329000', '130829.332000', '130829.334000', '130829.337000', '130829.339000', '130829.342000', '130829.344000', '130829.347000', '130829.349000', '130829.352000', '130829.354000', '130829.357000', '130829.360000', '130829.362000', '130829.365000', '130829.368000', '130829.370000', '130829.373000', '130829.375000', '130829.378000', '130829.380000', '130829.383000', '130829.385000', '130829.388000', '130829.391000', '130829.393000', '130829.396000', '130829.398000', '130829.401000', '130829.403000', '130849.296000', '130849.299000', '130849.302000', '130849.304000', '130849.307000', '130849.310000', '130849.312000', '130849.315000', '130849.317000', '130849.320000', '130849.322000', '130849.325000', '130849.327000', '130849.330000', '130849.332000', '130849.335000', '130849.338000', '130849.340000', '130849.343000', '130849.345000', '130849.348000', '130849.350000', '130849.353000', '130849.355000', '130849.358000', '130849.360000', '130849.363000', '130849.366000', '130849.368000', '130849.371000', '130849.373000', '130849.376000', '130849.379000', '130849.381000', '130849.384000', '130849.386000', '130849.389000', '130849.391000', '130849.394000', '130849.397000', '130849.399000', '130849.402000', '130849.404000', '130909.295000', '130909.298000', '130909.301000', '130909.304000', '130909.306000', '130909.309000', '130909.311000', '130909.314000', '130909.317000', '130909.319000', '130909.322000', '130909.324000', '130909.327000', '130909.329000', '130909.332000', '130909.335000', '130909.337000', '130909.340000', '130909.342000', '130909.345000', '130909.348000', '130909.350000', '130909.353000', '130909.355000', '130909.358000', '130909.361000', '130909.363000', '130909.366000', '130909.368000', '130909.371000', '130909.374000', '130909.376000', '130909.379000', '130909.381000', '130909.384000', '130909.386000', '130909.389000', '130909.392000', '130909.394000', '130909.397000', '130909.399000', '130909.402000', '130909.404000', '130909.407000', '130929.296000', '130929.299000', '130929.302000', '130929.304000', '130929.307000', '130929.310000', '130929.312000', '130929.315000', '130929.317000', '130929.320000', '130929.323000', '130929.325000', '130929.328000', '130929.330000', '130929.333000', '130929.336000', '130929.338000', '130929.341000', '130929.343000', '130929.346000', '130929.348000', '130929.351000', '130929.354000', '130929.357000', '130929.360000', '130929.363000', '130929.366000', '130929.368000', '130929.371000', '130929.373000', '130929.376000', '130929.378000', '130929.381000', '130929.383000', '130929.386000', '130929.389000', '130929.391000', '130929.394000', '130929.396000', '130929.399000', '130929.402000', '130929.404000', '130929.407000', '130949.295000', '130949.298000', '130949.301000', '130949.304000', '130949.306000', '130949.309000', '130949.311000', '130949.314000', '130949.317000', '130949.319000', '130949.322000', '130949.324000', '130949.327000', '130949.329000', '130949.332000', '130949.335000', '130949.337000', '130949.340000', '130949.342000', '130949.345000', '130949.348000', '130949.350000', '130949.353000', '130949.355000', '130949.358000', '130949.361000', '130949.363000', '130949.366000', '130949.368000', '130949.371000', '130949.373000', '130949.376000', '130949.379000', '130949.381000', '130949.384000', '130949.386000', '130949.389000', '130949.391000', '130949.394000', '130949.397000', '130949.399000', '130949.402000', '130949.405000', '130949.407000', '131009.295000', '131009.298000', '131009.301000', '131009.304000', '131009.306000', '131009.309000', '131009.311000', '131009.314000', '131009.317000', '131009.319000', '131009.322000', '131009.325000', '131009.327000', '131009.330000', '131009.332000', '131009.335000', '131009.337000', '131009.340000', '131009.342000', '131009.345000', '131009.348000', '131009.350000', '131009.353000', '131009.355000', '131009.358000', '131009.361000', '131009.363000', '131009.366000', '131009.368000', '131009.371000', '131009.374000', '131009.376000', '131009.379000', '131009.381000', '131009.384000', '131009.387000', '131009.390000', '131009.392000', '131009.395000', '131009.397000', '131009.400000', '131009.402000', '131009.405000', '131029.296000', '131029.298000', '131029.301000', '131029.304000', '131029.306000', '131029.309000', '131029.311000', '131029.314000', '131029.317000', '131029.319000', '131029.322000', '131029.324000', '131029.327000', '131029.329000', '131029.332000', '131029.335000', '131029.337000', '131029.340000', '131029.342000', '131029.345000', '131029.347000', '131029.350000', '131029.353000', '131029.355000', '131029.358000', '131029.360000', '131029.363000', '131029.366000', '131029.368000', '131029.371000', '131029.373000', '131029.376000', '131029.378000', '131029.381000', '131029.384000', '131029.386000', '131029.389000', '131029.391000', '131029.394000', '131029.397000', '131029.399000', '131029.402000', '131029.404000', '131029.407000', '131049.295000', '131049.298000', '131049.301000', '131049.303000', '131049.306000', '131049.309000', '131049.311000', '131049.314000', '131049.316000', '131049.319000', '131049.321000', '131049.324000', '131049.327000', '131049.329000', '131049.332000', '131049.335000', '131049.337000', '131049.340000', '131049.342000', '131049.345000', '131049.348000', '131049.350000', '131049.353000', '131049.355000', '131049.358000', '131049.360000', '131049.363000', '131049.365000', '131049.368000', '131049.370000', '131049.373000', '131049.376000', '131049.378000', '131049.381000', '131049.383000', '131049.386000', '131049.388000', '131049.391000', '131049.393000', '131049.397000', '131049.400000', '131049.402000', '131049.405000', '131109.295000', '131109.298000', '131109.301000', '131109.304000', '131109.306000', '131109.309000', '131109.311000', '131109.314000', '131109.316000', '131109.319000', '131109.321000', '131109.324000', '131109.327000', '131109.329000', '131109.332000', '131109.334000', '131109.337000', '131109.340000', '131109.342000', '131109.345000', '131109.347000', '131109.350000', '131109.353000', '131109.355000', '131109.358000', '131109.360000', '131109.363000', '131109.366000', '131109.368000', '131109.371000', '131109.373000', '131109.376000', '131109.378000', '131109.381000', '131109.384000', '131109.386000', '131109.389000', '131109.391000', '131109.394000', '131109.396000', '131109.399000', '131109.401000', '131109.404000', '131109.407000', '131129.295000', '131129.298000', '131129.301000', '131129.303000', '131129.306000', '131129.309000', '131129.311000', '131129.314000', '131129.316000', '131129.319000', '131129.321000', '131129.324000', '131129.327000', '131129.329000', '131129.332000', '131129.334000', '131129.337000', '131129.339000', '131129.342000', '131129.345000', '131129.347000', '131129.350000', '131129.353000', '131129.356000', '131129.359000', '131129.361000', '131129.364000', '131129.367000', '131129.369000', '131129.372000', '131129.374000', '131129.377000', '131129.380000', '131129.382000', '131129.385000', '131129.387000', '131129.390000', '131129.392000', '131129.395000', '131129.398000', '131129.400000', '131129.403000', '131129.405000', '131149.296000', '131149.299000', '131149.302000', '131149.305000', '131149.307000', '131149.310000', '131149.312000', '131149.315000', '131149.317000', '131149.320000', '131149.322000', '131149.325000', '131149.327000', '131149.330000', '131149.333000', '131149.335000', '131149.338000', '131149.340000', '131149.343000', '131149.346000', '131149.348000', '131149.351000', '131149.353000', '131149.356000', '131149.358000', '131149.361000', '131149.364000', '131149.366000', '131149.369000', '131149.371000', '131149.374000', '131149.385000', '131149.388000', '131149.391000', '131149.393000', '131149.396000', '131149.398000', '131149.401000', '131149.403000', '131149.406000', '131149.409000', '131149.411000', '131149.414000', '131149.416000', '131151.029000', '131151.032000', '131151.035000', '131151.037000'], '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': [11631, 20020, 18466, 10101, 19434, 10100, 16232, 10543, 10020, 14352, 10171, 9127, 10865, 9584, 11713, 11007, 10004, 13811, 16660, 12602, 13457, 16517, 11078, 14026, 17426, 12906, 12944, 12874, 10814, 10796, 13534, 11642, 10411, 15226, 10285, 10390, 13453, 10631, 10158, 9868, 14995, 9293, 10018, 9571, 13257, 10390, 11670, 15774, 9274, 10022, 15462, 10642, 13247, 14892, 10342, 11250, 11604, 9681, 18307, 11980, 9855, 16080, 10043, 9727, 15592, 9882, 9989, 18171, 10280, 9827, 15405, 10485, 9577, 17995, 10476, 9410, 13822, 10004, 9255, 16561, 10894, 9199, 14247, 10658, 9574, 11039, 12425, 9931, 8758, 13733, 10127, 12470, 15139, 10265, 9304, 13459, 10094, 13153, 13564, 9476, 16517, 10250, 9338, 17217, 10607, 9368, 18357, 10988, 8922, 10822, 10809, 9401, 12874, 12826, 9235, 14527, 13636, 10223, 12022, 11172, 9109, 16766, 11297, 9196, 19694, 12052, 8862, 15587, 10269, 9287, 17180, 11668, 9572, 12312, 10046, 9413, 17579, 10538, 10310, 16007, 9900, 8971, 13872, 8892, 13579, 12461, 10586, 17621, 11508, 9123, 16821, 10515, 8586, 18253, 12228, 8752, 15728, 9996, 8759, 17234, 11406, 8888, 14883, 10291, 9696, 17387, 11216, 9724, 17762, 9793, 8848, 13759, 8940, 12854, 12669, 9632, 17629, 11914, 9259, 13745, 10367, 8815, 13066, 10562, 9039, 17745, 10981, 8903, 16525, 10494, 9773, 15041, 10028, 16359, 13491, 9166, 15655, 9912, 8835, 19623, 12901, 8674, 15264, 10168, 9332, 15841, 10856, 8494, 13144, 9177, 8838, 14511, 10703, 9293, 13345, 8614, 11847, 11302, 8721, 18391, 11162, 8434, 13666, 8895, 15167, 13733, 9769, 18156, 10831, 9006, 17293, 11363, 9205, 15747, 10438, 9937, 15307, 9243, 9038, 14926, 9416, 13283, 14095, 9779, 9947, 10506, 8548, 17338, 11475, 8938, 17859, 9598, 8806, 15411, 9713, 11004, 15238, 9397, 9689, 13621, 10834, 16833, 13818, 9217, 11870, 10929, 9659, 18639, 13335, 9352, 15763, 9993, 9060, 16748, 10342, 10145, 14724, 10255, 9578, 12666, 9081, 9814, 12832, 10633, 15237, 12822, 8866, 14167, 10922, 9500, 17064, 11180, 8542, 13232, 9094, 9741, 13507, 10234, 10803, 11583, 8434, 9893, 11965, 9800, 19395, 12729, 8929, 14740, 9439, 15702, 12423, 8753, 16062, 9202, 10372, 11779, 9544, 18985, 13031, 8799, 14913, 10170, 9516, 14676, 9535, 9698, 13917, 9248, 13703, 11280, 9510, 18923, 12097, 9302, 16562, 10071, 8624, 13560, 8650, 17101, 10608, 9585, 15882, 9889, 8887, 12214, 8495, 10751, 11797, 9138, 18406, 12122, 9210, 17111, 11821, 8925, 17023, 9750, 8431, 14811, 9191, 11470, 13434, 9460, 18350, 12966, 9196, 13542, 10121, 9127, 16123, 10615, 8973, 17441, 11189, 9266, 16399, 9790, 8332, 13459, 9186, 18399, 11516, 10354, 15145, 9764, 16654, 11812, 9232, 19073, 11575, 9342, 13882, 9054, 8628, 14840, 9075, 13392, 12430, 8344, 17151, 9883, 11027, 12287, 9127, 17212, 11392, 11710, 11691, 9299, 17603, 10396, 10520, 13776, 10136, 18955, 11910, 9545, 15923, 10141, 10044, 14996, 9785, 12244, 13026, 10448, 14049, 12248, 8480, 9045, 12273, 9104, 16722, 11866, 9264, 16961, 10853, 9424, 12329, 9140, 17898, 11188, 10704, 13594, 10613, 19817, 11976, 9667, 13059, 9489, 10550, 13057, 9617, 15482, 11442, 8740, 15798, 9676, 9270, 14912, 10633, 18200, 11832, 8810, 15006, 9328, 13383, 12279, 9509, 17880, 11420, 10799, 15433, 9547, 8301, 13636, 9648, 12121, 13088, 10953, 15674, 12090, 9028, 18030, 10732, 8871, 14749, 9324, 17179, 11064, 9582, 16821, 11126, 9502, 15594, 10135, 9136, 16235, 10109, 9215, 16206, 11369, 11016, 13997, 9376, 9115, 14653, 10935, 10281, 16154, 10673, 11259, 19258, 11438, 8712, 15852, 10506, 10989, 13417, 9292, 18736, 12347, 9531, 17142, 10101, 9854, 14096, 9616, 9331, 12555, 9970, 16910, 11235, 8794, 15251, 10067, 11757, 13635, 9458, 17755, 12131, 11451, 12810, 8832, 16498, 10935, 9865, 16143, 9852, 13079, 12677, 10168, 12438, 10572, 9322, 16804, 10764, 9918, 16424, 10384, 12961, 12019, 9408, 17826, 10566, 9006, 13817, 9983, 16179, 13065, 9706, 17646, 10534, 9697, 14869, 9427, 13677, 12052, 9608, 18201, 10517, 9816, 15742, 9780, 16083, 13285, 9470, 18687, 10456, 9149, 14365, 10035, 13970, 12622, 9426, 12562, 11045, 9511, 18440, 11246, 11249, 14578, 9801, 13518, 11918, 10350, 19484, 12368, 9925, 15859, 10597, 9801, 15607, 10223, 11791, 13170, 10059, 17563, 12888, 9858, 17312, 10872, 10037, 14864, 10319, 12801, 14821, 10253, 9722, 12009, 9884, 19300, 11909, 9815, 16920, 10151, 8690, 13015, 9886, 14351, 12483, 9870, 19326, 10805, 10185, 15185, 10407, 14483, 13679, 10521, 19075, 10761, 10100, 14736, 10293, 16717, 13399, 9963, 16055, 10809, 9671, 13751, 10568, 18935, 12434, 9286, 14853, 9835, 11135, 13443, 10788, 11656, 11184, 9617, 17256, 10755, 9855, 16298, 10407, 18586, 13431, 9416, 15147, 10192, 11574, 12711, 9967, 20025, 12020, 9106, 18711, 12430, 9288, 14412, 10516, 9048, 16229, 10053, 11215, 13208, 10893, 19085, 11840, 9302, 14863, 9902, 12031, 13466, 10449, 14888, 11244, 9502, 17003, 10463, 10152, 12808, 9345, 18796, 11204, 11037, 14300, 10271, 13047, 11916, 8957, 9601, 12356, 8947, 18238, 11047, 11567, 13708, 9477, 16962, 11463, 18466, 11920, 9572, 15718, 9911, 13197, 11156, 9906, 15249, 10185, 16731, 11718, 10033, 15460, 10163, 9247, 13742, 9387, 17031, 12070, 9602, 17347, 9929, 8914, 14097, 9525, 18881, 11994, 11766, 16314, 10091, 14380, 10964, 9809, 16372, 10176, 13014, 12147, 9534, 19283, 11317, 9549, 14760, 10048, 11864, 12355, 9475, 17987, 11969, 10979, 13841, 9602, 15759, 10990, 9978, 16661, 11339, 11249, 12392, 9547, 9989, 11471, 9310, 17735, 10989, 8906, 15121, 9824, 12149, 10826, 12868, 12648, 9859, 15145, 9773, 18979, 10174, 17898, 10635, 10694, 12323, 9747, 16778, 10003, 12486, 13324, 9619, 15805, 10019, 10220, 14962, 9922, 19187, 12574, 11384, 14021, 9108, 15147, 10183, 9877, 15619, 10766, 9220, 12822, 9582, 11388, 11277, 9542, 16372, 10620, 14326, 13490, 9806, 18408, 10535, 9757, 14714, 9794, 15686, 12207, 9928, 16790, 10000, 12718, 14006, 9769, 11705, 11147, 9859, 18111, 10823, 11687, 15025, 10285, 10275, 10648, 9529, 16656, 10420, 10774, 15003, 9595, 9415, 12150, 8775, 14772, 11652, 9474, 16660, 10776, 11625, 13650, 8960, 16251, 10503, 10201, 15144, 11433, 16436, 11466, 9399, 15983, 10118, 12578, 13366, 9877, 13644, 10880, 9600, 17203, 10959, 9606, 13424, 9805, 17199, 12052, 9454, 15493, 9677, 15203, 11902, 10490, 18269, 9850, 12069, 10716, 9551, 16181, 10045, 12926, 12019, 9737, 19455, 11238, 9954, 14301, 9773, 9146, 13169, 9567, 15172, 11851, 9925, 18276, 10386, 9014, 12794, 10001, 17098, 12586, 11317, 11976, 9416, 16177, 10616, 11440, 13231, 9813, 14825, 10676, 9464, 15509, 10147, 9720, 13470, 9569, 16844, 12347, 9631, 16672, 10317, 10406, 13526, 10344, 19626, 12633, 12360, 14191, 9709, 14055, 10698, 9630, 15410, 10480, 11799, 14563, 9848, 9879, 11188, 9979, 17043, 11868, 10119, 13036, 9312, 14997, 11097, 9345, 18037, 11403, 9102, 12708, 9974, 16210, 11443, 9017, 16730, 10109, 8670, 13505, 10001, 10366, 12865, 9628, 14510, 11692, 9879, 15933, 10320, 9937, 16004, 9819, 16124, 10932, 9891, 16562, 10300, 10509, 11545, 10399, 16966, 10256, 16027, 12469, 9104, 15878, 9803, 8406, 12302, 9411, 14105, 11278, 9384, 18549, 10464, 9738, 14009, 9549, 18143, 12466, 10011, 14839, 9342, 12046, 11724, 9024, 17313, 11787, 9817, 12984, 9719, 13876, 11208, 9478, 16552, 10912, 11747, 13995, 10053, 9146, 11839, 10118, 18687, 12077, 9954, 13738, 9280, 14914, 10696, 10002, 15782, 9934, 12212, 11038, 10007, 16713, 11247, 12369, 13431, 9845, 12099, 10656, 9065, 16612, 11736, 9022, 13425, 9509, 13271, 12550, 9481, 12669, 11915, 10449, 15384, 12023, 8893, 11004, 11531, 9005, 16993, 10918, 18723, 12197, 12579, 12527, 9569, 18075, 9728, 8834, 12350, 9557, 18672, 12006, 9792, 16015, 9303, 8235, 12031, 8836, 15111, 10921, 9785, 15825, 11172, 18199, 12279, 9743, 14255, 9716, 18470, 12246, 10566, 14662, 8789, 15202, 10070, 8864, 14784, 9540, 17953, 11112, 9524, 16123, 9402, 9679, 11568, 9359, 17539, 10987, 9515, 16038, 9429, 10677, 11203, 9136, 15981, 10034, 17263, 12238, 14716, 11464, 9414, 13123, 9149, 17986, 11096, 9979, 13647, 10796, 16305, 10659, 9533, 14526, 9819, 14422, 12744, 9373, 16516, 9673, 11258, 11749, 9585, 17101, 10702, 13742, 11701, 8774, 16039, 9474, 9363, 12471, 9307, 17847, 12964, 9928, 13610, 8790, 16200, 10943, 10736, 13969, 10351, 18641, 10229, 9113, 12862, 9379, 17299, 13004, 10071, 11802, 9323, 16708, 10457, 8888, 15120, 9106, 8756, 12160, 9242, 16546, 11843, 19826, 14130, 12752, 10847, 10446, 11872, 11329, 13981, 9102, 17284, 9592, 16854, 10229, 11008, 12540, 9724, 17452, 10032, 11785, 10873, 9943, 14972, 10217, 15263, 11594, 9250, 16105, 10071, 10459, 13921, 10170, 17380, 9975, 9042, 13163, 9647, 17354, 12379, 10501, 11362, 10061, 16588, 10426, 11485, 11896, 9193, 19044, 11289, 9938, 13090, 9541, 9847, 12935, 10570, 13343, 10838, 9927, 16495, 10342, 12006, 12675, 9798, 17813, 9525, 9574, 12668, 9453, 18278, 12196, 8859, 15021, 9699, 8720, 12490, 9509, 14482, 11142, 8794, 17458, 12022, 9262, 13926, 9611, 9928, 12480, 9793, 18929, 13108, 9491, 13341, 8943, 14987, 11294, 9439], 'WindowCenter': [4655.0, 4700.0, 4677.0, 4604.0, 4663.0, 4588.0, 4627.0, 4574.0, 4576.0, 4615.0, 4576.0, 4567.0, 4586.0, 4577.0, 4597.0, 4585.0, 4578.0, 4616.0, 4641.0, 4610.0, 4606.0, 4615.0, 4572.0, 4590.0, 4611.0, 4579.0, 4582.0, 4566.0, 4545.0, 4544.0, 4576.0, 4554.0, 4545.0, 4585.0, 4557.0, 4545.0, 4575.0, 4555.0, 4558.0, 4560.0, 4599.0, 4561.0, 4576.0, 4562.0, 4603.0, 4572.0, 4598.0, 4624.0, 4577.0, 4587.0, 4625.0, 4574.0, 4604.0, 4616.0, 4574.0, 4585.0, 4597.0, 4574.0, 4634.0, 4593.0, 4574.0, 4625.0, 4574.0, 4574.0, 4623.0, 4574.0, 4574.0, 4638.0, 4577.0, 4575.0, 4622.0, 4585.0, 4576.0, 4652.0, 4587.0, 4567.0, 4605.0, 4574.0, 4577.0, 4627.0, 4587.0, 4577.0, 4616.0, 4587.0, 4594.0, 4599.0, 4607.0, 4587.0, 4565.0, 4616.0, 4600.0, 4620.0, 4627.0, 4588.0, 4578.0, 4616.0, 4588.0, 4606.0, 4616.0, 4577.0, 4636.0, 4588.0, 4594.0, 4636.0, 4586.0, 4576.0, 4648.0, 4585.0, 4566.0, 4585.0, 4585.0, 4577.0, 4608.0, 4606.0, 4578.0, 4626.0, 4617.0, 4587.0, 4621.0, 4599.0, 4567.0, 4636.0, 4585.0, 4578.0, 4659.0, 4607.0, 4566.0, 4625.0, 4576.0, 4579.0, 4634.0, 4595.0, 4578.0, 4606.0, 4589.0, 4578.0, 4637.0, 4588.0, 4587.0, 4638.0, 4588.0, 4580.0, 4629.0, 4578.0, 4617.0, 4607.0, 4588.0, 4646.0, 4597.0, 4591.0, 4638.0, 4586.0, 4555.0, 4636.0, 4596.0, 4568.0, 4641.0, 4577.0, 4567.0, 4635.0, 4595.0, 4578.0, 4626.0, 4588.0, 4589.0, 4649.0, 4597.0, 4578.0, 4648.0, 4579.0, 4566.0, 4604.0, 4578.0, 4608.0, 4604.0, 4575.0, 4633.0, 4594.0, 4577.0, 4618.0, 4588.0, 4577.0, 4605.0, 4585.0, 4566.0, 4647.0, 4597.0, 4580.0, 4637.0, 4598.0, 4588.0, 4629.0, 4604.0, 4626.0, 4607.0, 4577.0, 4626.0, 4575.0, 4577.0, 4660.0, 4607.0, 4567.0, 4625.0, 4587.0, 4576.0, 4651.0, 4598.0, 4569.0, 4617.0, 4578.0, 4577.0, 4628.0, 4587.0, 4579.0, 4618.0, 4577.0, 4611.0, 4598.0, 4566.0, 4649.0, 4601.0, 4571.0, 4619.0, 4579.0, 4627.0, 4619.0, 4579.0, 4638.0, 4585.0, 4566.0, 4636.0, 4598.0, 4578.0, 4625.0, 4586.0, 4577.0, 4627.0, 4576.0, 4578.0, 4626.0, 4577.0, 4605.0, 4616.0, 4577.0, 4577.0, 4585.0, 4566.0, 4634.0, 4584.0, 4568.0, 4638.0, 4577.0, 4566.0, 4626.0, 4577.0, 4601.0, 4628.0, 4578.0, 4576.0, 4616.0, 4587.0, 4636.0, 4618.0, 4577.0, 4595.0, 4584.0, 4576.0, 4635.0, 4606.0, 4568.0, 4625.0, 4575.0, 4564.0, 4625.0, 4585.0, 4576.0, 4614.0, 4577.0, 4578.0, 4604.0, 4564.0, 4574.0, 4604.0, 4587.0, 4626.0, 4604.0, 4567.0, 4618.0, 4587.0, 4564.0, 4637.0, 4585.0, 4556.0, 4604.0, 4566.0, 4576.0, 4604.0, 4586.0, 4586.0, 4597.0, 4557.0, 4587.0, 4607.0, 4576.0, 4659.0, 4608.0, 4568.0, 4628.0, 4566.0, 4625.0, 4610.0, 4557.0, 4626.0, 4566.0, 4574.0, 4595.0, 4576.0, 4637.0, 4607.0, 4565.0, 4615.0, 4572.0, 4566.0, 4615.0, 4574.0, 4578.0, 4619.0, 4578.0, 4617.0, 4599.0, 4575.0, 4635.0, 4595.0, 4567.0, 4625.0, 4578.0, 4555.0, 4605.0, 4556.0, 4625.0, 4586.0, 4576.0, 4627.0, 4576.0, 4579.0, 4607.0, 4567.0, 4586.0, 4596.0, 4577.0, 4647.0, 4609.0, 4578.0, 4638.0, 4599.0, 4570.0, 4638.0, 4577.0, 4568.0, 4629.0, 4577.0, 4598.0, 4618.0, 4579.0, 4647.0, 4606.0, 4582.0, 4618.0, 4587.0, 4577.0, 4625.0, 4587.0, 4567.0, 4648.0, 4597.0, 4592.0, 4639.0, 4589.0, 4568.0, 4617.0, 4577.0, 4638.0, 4597.0, 4588.0, 4627.0, 4587.0, 4637.0, 4595.0, 4578.0, 4647.0, 4597.0, 4578.0, 4616.0, 4567.0, 4569.0, 4616.0, 4567.0, 4618.0, 4608.0, 4570.0, 4650.0, 4592.0, 4600.0, 4607.0, 4577.0, 4637.0, 4599.0, 4600.0, 4599.0, 4578.0, 4639.0, 4588.0, 4588.0, 4617.0, 4588.0, 4650.0, 4598.0, 4578.0, 4627.0, 4587.0, 4577.0, 4630.0, 4577.0, 4598.0, 4607.0, 4588.0, 4617.0, 4597.0, 4568.0, 4567.0, 4596.0, 4568.0, 4637.0, 4598.0, 4579.0, 4639.0, 4590.0, 4569.0, 4607.0, 4576.0, 4638.0, 4587.0, 4586.0, 4618.0, 4576.0, 4649.0, 4595.0, 4578.0, 4605.0, 4577.0, 4575.0, 4605.0, 4564.0, 4613.0, 4596.0, 4569.0, 4626.0, 4578.0, 4579.0, 4628.0, 4588.0, 4639.0, 4599.0, 4569.0, 4625.0, 4567.0, 4606.0, 4596.0, 4576.0, 4637.0, 4586.0, 4587.0, 4628.0, 4577.0, 4556.0, 4606.0, 4576.0, 4599.0, 4606.0, 4587.0, 4628.0, 4597.0, 4569.0, 4636.0, 4588.0, 4567.0, 4617.0, 4566.0, 4625.0, 4586.0, 4564.0, 4625.0, 4585.0, 4566.0, 4626.0, 4575.0, 4566.0, 4627.0, 4576.0, 4568.0, 4628.0, 4600.0, 4588.0, 4619.0, 4568.0, 4568.0, 4627.0, 4600.0, 4590.0, 4628.0, 4587.0, 4587.0, 4650.0, 4587.0, 4568.0, 4627.0, 4587.0, 4585.0, 4605.0, 4565.0, 4646.0, 4597.0, 4567.0, 4636.0, 4577.0, 4566.0, 4604.0, 4567.0, 4566.0, 4595.0, 4576.0, 4639.0, 4588.0, 4566.0, 4625.0, 4578.0, 4596.0, 4615.0, 4578.0, 4637.0, 4596.0, 4589.0, 4606.0, 4556.0, 4626.0, 4575.0, 4565.0, 4617.0, 4577.0, 4595.0, 4595.0, 4578.0, 4593.0, 4574.0, 4565.0, 4625.0, 4576.0, 4579.0, 4629.0, 4577.0, 4608.0, 4596.0, 4567.0, 4638.0, 4586.0, 4568.0, 4606.0, 4576.0, 4625.0, 4595.0, 4566.0, 4634.0, 4576.0, 4564.0, 4617.0, 4567.0, 4616.0, 4597.0, 4578.0, 4648.0, 4588.0, 4590.0, 4640.0, 4580.0, 4626.0, 4607.0, 4579.0, 4639.0, 4588.0, 4566.0, 4619.0, 4576.0, 4605.0, 4598.0, 4567.0, 4596.0, 4587.0, 4579.0, 4647.0, 4588.0, 4588.0, 4618.0, 4578.0, 4606.0, 4598.0, 4576.0, 4648.0, 4598.0, 4579.0, 4626.0, 4576.0, 4576.0, 4616.0, 4577.0, 4597.0, 4605.0, 4577.0, 4625.0, 4595.0, 4577.0, 4629.0, 4586.0, 4564.0, 4616.0, 4574.0, 4596.0, 4617.0, 4577.0, 4566.0, 4595.0, 4565.0, 4636.0, 4585.0, 4573.0, 4627.0, 4575.0, 4557.0, 4608.0, 4576.0, 4616.0, 4595.0, 4578.0, 4648.0, 4586.0, 4586.0, 4616.0, 4588.0, 4617.0, 4607.0, 4590.0, 4637.0, 4586.0, 4576.0, 4616.0, 4576.0, 4615.0, 4605.0, 4568.0, 4624.0, 4575.0, 4575.0, 4605.0, 4576.0, 4647.0, 4596.0, 4564.0, 4615.0, 4576.0, 4587.0, 4606.0, 4586.0, 4586.0, 4585.0, 4578.0, 4636.0, 4588.0, 4577.0, 4628.0, 4588.0, 4637.0, 4609.0, 4565.0, 4616.0, 4576.0, 4584.0, 4595.0, 4576.0, 4645.0, 4596.0, 4555.0, 4634.0, 4594.0, 4566.0, 4603.0, 4575.0, 4555.0, 4625.0, 4576.0, 4586.0, 4605.0, 4587.0, 4648.0, 4597.0, 4571.0, 4617.0, 4577.0, 4608.0, 4607.0, 4575.0, 4616.0, 4587.0, 4575.0, 4624.0, 4587.0, 4576.0, 4607.0, 4568.0, 4649.0, 4598.0, 4589.0, 4618.0, 4578.0, 4607.0, 4596.0, 4566.0, 4577.0, 4608.0, 4569.0, 4648.0, 4600.0, 4599.0, 4621.0, 4580.0, 4642.0, 4611.0, 4648.0, 4598.0, 4569.0, 4626.0, 4577.0, 4609.0, 4587.0, 4578.0, 4628.0, 4577.0, 4627.0, 4596.0, 4577.0, 4616.0, 4577.0, 4567.0, 4606.0, 4569.0, 4627.0, 4596.0, 4578.0, 4638.0, 4580.0, 4568.0, 4617.0, 4579.0, 4648.0, 4598.0, 4596.0, 4628.0, 4578.0, 4616.0, 4587.0, 4565.0, 4625.0, 4577.0, 4595.0, 4596.0, 4566.0, 4636.0, 4586.0, 4566.0, 4616.0, 4578.0, 4595.0, 4596.0, 4579.0, 4637.0, 4598.0, 4588.0, 4605.0, 4578.0, 4616.0, 4587.0, 4577.0, 4626.0, 4585.0, 4585.0, 4594.0, 4565.0, 4577.0, 4585.0, 4566.0, 4637.0, 4588.0, 4568.0, 4628.0, 4591.0, 4609.0, 4600.0, 4607.0, 4607.0, 4577.0, 4619.0, 4577.0, 4639.0, 4577.0, 4637.0, 4576.0, 4575.0, 4593.0, 4564.0, 4626.0, 4566.0, 4594.0, 4605.0, 4565.0, 4615.0, 4577.0, 4576.0, 4615.0, 4576.0, 4635.0, 4597.0, 4596.0, 4607.0, 4557.0, 4615.0, 4576.0, 4578.0, 4628.0, 4577.0, 4566.0, 4596.0, 4576.0, 4583.0, 4585.0, 4566.0, 4627.0, 4586.0, 4614.0, 4607.0, 4577.0, 4636.0, 4575.0, 4565.0, 4614.0, 4576.0, 4627.0, 4594.0, 4576.0, 4626.0, 4566.0, 4594.0, 4605.0, 4564.0, 4584.0, 4585.0, 4578.0, 4636.0, 4586.0, 4596.0, 4615.0, 4576.0, 4575.0, 4576.0, 4578.0, 4636.0, 4586.0, 4585.0, 4618.0, 4578.0, 4567.0, 4596.0, 4569.0, 4618.0, 4597.0, 4578.0, 4640.0, 4588.0, 4599.0, 4619.0, 4568.0, 4627.0, 4587.0, 4587.0, 4616.0, 4597.0, 4639.0, 4589.0, 4568.0, 4624.0, 4575.0, 4595.0, 4604.0, 4576.0, 4607.0, 4586.0, 4578.0, 4636.0, 4588.0, 4575.0, 4616.0, 4578.0, 4638.0, 4598.0, 4578.0, 4627.0, 4579.0, 4629.0, 4597.0, 4577.0, 4638.0, 4577.0, 4595.0, 4575.0, 4577.0, 4625.0, 4575.0, 4596.0, 4595.0, 4564.0, 4646.0, 4588.0, 4576.0, 4615.0, 4576.0, 4567.0, 4606.0, 4578.0, 4627.0, 4597.0, 4579.0, 4650.0, 4590.0, 4569.0, 4606.0, 4579.0, 4626.0, 4599.0, 4588.0, 4595.0, 4567.0, 4625.0, 4589.0, 4585.0, 4605.0, 4577.0, 4616.0, 4587.0, 4578.0, 4626.0, 4587.0, 4577.0, 4618.0, 4579.0, 4639.0, 4608.0, 4590.0, 4639.0, 4588.0, 4587.0, 4607.0, 4578.0, 4648.0, 4607.0, 4597.0, 4607.0, 4566.0, 4605.0, 4574.0, 4567.0, 4626.0, 4574.0, 4584.0, 4617.0, 4576.0, 4576.0, 4584.0, 4575.0, 4625.0, 4595.0, 4576.0, 4605.0, 4567.0, 4616.0, 4586.0, 4564.0, 4637.0, 4586.0, 4556.0, 4596.0, 4575.0, 4626.0, 4584.0, 4566.0, 4627.0, 4574.0, 4553.0, 4605.0, 4575.0, 4575.0, 4607.0, 4577.0, 4617.0, 4597.0, 4577.0, 4626.0, 4588.0, 4579.0, 4629.0, 4579.0, 4628.0, 4589.0, 4576.0, 4626.0, 4587.0, 4587.0, 4596.0, 4587.0, 4626.0, 4574.0, 4624.0, 4595.0, 4566.0, 4625.0, 4576.0, 4558.0, 4595.0, 4567.0, 4616.0, 4586.0, 4566.0, 4650.0, 4588.0, 4578.0, 4617.0, 4579.0, 4649.0, 4607.0, 4576.0, 4617.0, 4568.0, 4595.0, 4595.0, 4568.0, 4636.0, 4594.0, 4580.0, 4607.0, 4578.0, 4604.0, 4585.0, 4566.0, 4636.0, 4584.0, 4585.0, 4614.0, 4577.0, 4567.0, 4596.0, 4576.0, 4636.0, 4597.0, 4577.0, 4617.0, 4567.0, 4617.0, 4589.0, 4576.0, 4626.0, 4577.0, 4597.0, 4587.0, 4578.0, 4625.0, 4586.0, 4595.0, 4606.0, 4588.0, 4597.0, 4585.0, 4566.0, 4625.0, 4599.0, 4567.0, 4607.0, 4577.0, 4606.0, 4606.0, 4577.0, 4609.0, 4598.0, 4588.0, 4618.0, 4595.0, 4567.0, 4587.0, 4597.0, 4568.0, 4638.0, 4588.0, 4638.0, 4595.0, 4597.0, 4597.0, 4565.0, 4636.0, 4565.0, 4556.0, 4595.0, 4565.0, 4633.0, 4596.0, 4565.0, 4625.0, 4566.0, 4557.0, 4597.0, 4567.0, 4616.0, 4585.0, 4578.0, 4628.0, 4587.0, 4639.0, 4598.0, 4577.0, 4616.0, 4576.0, 4636.0, 4596.0, 4577.0, 4618.0, 4557.0, 4616.0, 4575.0, 4567.0, 4614.0, 4565.0, 4639.0, 4587.0, 4565.0, 4627.0, 4568.0, 4566.0, 4585.0, 4568.0, 4639.0, 4589.0, 4579.0, 4639.0, 4581.0, 4589.0, 4598.0, 4568.0, 4629.0, 4578.0, 4640.0, 4597.0, 4616.0, 4586.0, 4566.0, 4606.0, 4567.0, 4635.0, 4586.0, 4577.0, 4607.0, 4588.0, 4628.0, 4587.0, 4566.0, 4618.0, 4577.0, 4618.0, 4607.0, 4566.0, 4626.0, 4577.0, 4585.0, 4596.0, 4576.0, 4637.0, 4589.0, 4617.0, 4595.0, 4557.0, 4626.0, 4566.0, 4565.0, 4595.0, 4579.0, 4637.0, 4606.0, 4577.0, 4606.0, 4556.0, 4626.0, 4587.0, 4586.0, 4604.0, 4578.0, 4638.0, 4577.0, 4567.0, 4608.0, 4568.0, 4626.0, 4607.0, 4567.0, 4584.0, 4566.0, 4626.0, 4573.0, 4565.0, 4616.0, 4568.0, 4568.0, 4608.0, 4579.0, 4640.0, 4599.0, 4649.0, 4622.0, 4608.0, 4587.0, 4575.0, 4584.0, 4584.0, 4605.0, 4557.0, 4628.0, 4564.0, 4623.0, 4575.0, 4574.0, 4584.0, 4564.0, 4625.0, 4564.0, 4584.0, 4573.0, 4563.0, 4604.0, 4573.0, 4616.0, 4584.0, 4554.0, 4613.0, 4575.0, 4574.0, 4618.0, 4577.0, 4626.0, 4564.0, 4554.0, 4604.0, 4565.0, 4625.0, 4598.0, 4575.0, 4583.0, 4565.0, 4623.0, 4574.0, 4584.0, 4584.0, 4566.0, 4635.0, 4585.0, 4564.0, 4592.0, 4576.0, 4576.0, 4595.0, 4576.0, 4606.0, 4587.0, 4576.0, 4624.0, 4577.0, 4596.0, 4596.0, 4578.0, 4635.0, 4565.0, 4567.0, 4595.0, 4566.0, 4636.0, 4596.0, 4568.0, 4627.0, 4577.0, 4567.0, 4596.0, 4577.0, 4616.0, 4587.0, 4557.0, 4639.0, 4598.0, 4569.0, 4616.0, 4578.0, 4577.0, 4598.0, 4577.0, 4646.0, 4609.0, 4578.0, 4606.0, 4568.0, 4626.0, 4598.0, 4566.0], 'WindowWidth': [10196.0, 10253.0, 10213.0, 10103.0, 10191.0, 10071.0, 10122.0, 10045.0, 10046.0, 10100.0, 10046.0, 10038.0, 10063.0, 10052.0, 10078.0, 10061.0, 10053.0, 10104.0, 10146.0, 10102.0, 10088.0, 10102.0, 10035.0, 10058.0, 10093.0, 10039.0, 10049.0, 10018.0, 9987.0, 9987.0, 10030.0, 9999.0, 9988.0, 10045.0, 10010.0, 9990.0, 10030.0, 10001.0, 10011.0, 10018.0, 10069.0, 10023.0, 10049.0, 10025.0, 10081.0, 10038.0, 10078.0, 10113.0, 10051.0, 10065.0, 10116.0, 10042.0, 10085.0, 10102.0, 10043.0, 10061.0, 10080.0, 10043.0, 10128.0, 10067.0, 10042.0, 10115.0, 10044.0, 10043.0, 10109.0, 10043.0, 10044.0, 10137.0, 10050.0, 10048.0, 10109.0, 10059.0, 10049.0, 10164.0, 10065.0, 10032.0, 10083.0, 10044.0, 10050.0, 10119.0, 10063.0, 10051.0, 10104.0, 10064.0, 10086.0, 10085.0, 10094.0, 10067.0, 10035.0, 10105.0, 10091.0, 10114.0, 10122.0, 10069.0, 10055.0, 10103.0, 10066.0, 10088.0, 10103.0, 10052.0, 10132.0, 10068.0, 10085.0, 10133.0, 10061.0, 10048.0, 10151.0, 10061.0, 10037.0, 10061.0, 10059.0, 10052.0, 10096.0, 10091.0, 10055.0, 10118.0, 10105.0, 10067.0, 10119.0, 10083.0, 10040.0, 10133.0, 10060.0, 10054.0, 10173.0, 10092.0, 10038.0, 10115.0, 10049.0, 10056.0, 10127.0, 10072.0, 10053.0, 10091.0, 10072.0, 10055.0, 10136.0, 10067.0, 10064.0, 10139.0, 10068.0, 10060.0, 10127.0, 10057.0, 10106.0, 10091.0, 10068.0, 10149.0, 10078.0, 10080.0, 10135.0, 10061.0, 10018.0, 10132.0, 10075.0, 10039.0, 10147.0, 10051.0, 10037.0, 10131.0, 10075.0, 10054.0, 10119.0, 10066.0, 10071.0, 10153.0, 10079.0, 10054.0, 10152.0, 10056.0, 10035.0, 10084.0, 10057.0, 10092.0, 10084.0, 10046.0, 10126.0, 10069.0, 10050.0, 10112.0, 10067.0, 10052.0, 10088.0, 10059.0, 10037.0, 10151.0, 10081.0, 10061.0, 10137.0, 10083.0, 10068.0, 10124.0, 10100.0, 10118.0, 10091.0, 10052.0, 10120.0, 10046.0, 10052.0, 10174.0, 10092.0, 10038.0, 10114.0, 10064.0, 10049.0, 10162.0, 10083.0, 10044.0, 10106.0, 10057.0, 10054.0, 10122.0, 10066.0, 10058.0, 10110.0, 10056.0, 10103.0, 10082.0, 10036.0, 10158.0, 10089.0, 10050.0, 10110.0, 10059.0, 10122.0, 10111.0, 10056.0, 10137.0, 10060.0, 10035.0, 10133.0, 10081.0, 10053.0, 10115.0, 10062.0, 10052.0, 10119.0, 10049.0, 10056.0, 10116.0, 10050.0, 10085.0, 10103.0, 10050.0, 10051.0, 10061.0, 10035.0, 10127.0, 10057.0, 10041.0, 10138.0, 10051.0, 10037.0, 10117.0, 10053.0, 10088.0, 10123.0, 10054.0, 10048.0, 10103.0, 10062.0, 10131.0, 10110.0, 10051.0, 10074.0, 10056.0, 10049.0, 10130.0, 10089.0, 10039.0, 10117.0, 10046.0, 10030.0, 10115.0, 10061.0, 10047.0, 10096.0, 10051.0, 10055.0, 10083.0, 10030.0, 10042.0, 10083.0, 10061.0, 10117.0, 10083.0, 10037.0, 10110.0, 10063.0, 10030.0, 10133.0, 10060.0, 10022.0, 10083.0, 10034.0, 10048.0, 10082.0, 10061.0, 10061.0, 10076.0, 10025.0, 10066.0, 10092.0, 10050.0, 10170.0, 10095.0, 10041.0, 10122.0, 10036.0, 10113.0, 10100.0, 10023.0, 10119.0, 10035.0, 10041.0, 10070.0, 10045.0, 10136.0, 10089.0, 10030.0, 10100.0, 10039.0, 10032.0, 10098.0, 10043.0, 10050.0, 10109.0, 10053.0, 10107.0, 10082.0, 10046.0, 10130.0, 10072.0, 10035.0, 10114.0, 10050.0, 10019.0, 10085.0, 10020.0, 10115.0, 10061.0, 10048.0, 10118.0, 10048.0, 10056.0, 10092.0, 10038.0, 10060.0, 10075.0, 10052.0, 10149.0, 10097.0, 10056.0, 10139.0, 10082.0, 10044.0, 10137.0, 10052.0, 10043.0, 10123.0, 10052.0, 10079.0, 10106.0, 10056.0, 10150.0, 10089.0, 10066.0, 10108.0, 10064.0, 10053.0, 10114.0, 10062.0, 10037.0, 10151.0, 10079.0, 10080.0, 10141.0, 10071.0, 10040.0, 10106.0, 10051.0, 10138.0, 10078.0, 10066.0, 10119.0, 10067.0, 10135.0, 10073.0, 10053.0, 10151.0, 10077.0, 10052.0, 10104.0, 10039.0, 10042.0, 10102.0, 10037.0, 10107.0, 10094.0, 10045.0, 10157.0, 10079.0, 10085.0, 10092.0, 10050.0, 10134.0, 10082.0, 10083.0, 10081.0, 10052.0, 10139.0, 10066.0, 10066.0, 10103.0, 10065.0, 10156.0, 10079.0, 10054.0, 10120.0, 10063.0, 10050.0, 10123.0, 10050.0, 10077.0, 10089.0, 10066.0, 10103.0, 10073.0, 10039.0, 10035.0, 10074.0, 10041.0, 10134.0, 10081.0, 10055.0, 10136.0, 10069.0, 10041.0, 10092.0, 10050.0, 10134.0, 10064.0, 10061.0, 10106.0, 10046.0, 10158.0, 10072.0, 10051.0, 10085.0, 10047.0, 10043.0, 10085.0, 10028.0, 10096.0, 10074.0, 10040.0, 10117.0, 10053.0, 10054.0, 10120.0, 10063.0, 10137.0, 10080.0, 10039.0, 10114.0, 10035.0, 10087.0, 10075.0, 10046.0, 10133.0, 10059.0, 10064.0, 10120.0, 10050.0, 10019.0, 10087.0, 10048.0, 10081.0, 10088.0, 10061.0, 10120.0, 10077.0, 10041.0, 10132.0, 10063.0, 10037.0, 10103.0, 10032.0, 10112.0, 10058.0, 10027.0, 10112.0, 10058.0, 10032.0, 10114.0, 10044.0, 10034.0, 10118.0, 10047.0, 10037.0, 10121.0, 10080.0, 10064.0, 10109.0, 10040.0, 10038.0, 10119.0, 10089.0, 10072.0, 10121.0, 10063.0, 10063.0, 10158.0, 10063.0, 10039.0, 10120.0, 10062.0, 10057.0, 10082.0, 10031.0, 10147.0, 10075.0, 10036.0, 10131.0, 10046.0, 10030.0, 10081.0, 10033.0, 10032.0, 10071.0, 10046.0, 10137.0, 10064.0, 10035.0, 10114.0, 10052.0, 10074.0, 10099.0, 10050.0, 10133.0, 10072.0, 10064.0, 10085.0, 10019.0, 10111.0, 10042.0, 10027.0, 10102.0, 10046.0, 10067.0, 10068.0, 10047.0, 10066.0, 10039.0, 10030.0, 10114.0, 10045.0, 10054.0, 10123.0, 10049.0, 10089.0, 10071.0, 10033.0, 10134.0, 10062.0, 10037.0, 10086.0, 10046.0, 10112.0, 10070.0, 10031.0, 10126.0, 10045.0, 10026.0, 10102.0, 10034.0, 10101.0, 10075.0, 10050.0, 10148.0, 10065.0, 10070.0, 10139.0, 10056.0, 10114.0, 10090.0, 10052.0, 10138.0, 10062.0, 10034.0, 10107.0, 10045.0, 10084.0, 10076.0, 10035.0, 10073.0, 10062.0, 10055.0, 10147.0, 10065.0, 10064.0, 10106.0, 10051.0, 10088.0, 10079.0, 10047.0, 10151.0, 10078.0, 10054.0, 10115.0, 10047.0, 10047.0, 10101.0, 10047.0, 10074.0, 10084.0, 10048.0, 10113.0, 10070.0, 10048.0, 10121.0, 10059.0, 10027.0, 10100.0, 10040.0, 10070.0, 10102.0, 10048.0, 10031.0, 10069.0, 10030.0, 10129.0, 10056.0, 10039.0, 10116.0, 10044.0, 10022.0, 10088.0, 10047.0, 10100.0, 10072.0, 10052.0, 10153.0, 10060.0, 10060.0, 10100.0, 10064.0, 10103.0, 10090.0, 10069.0, 10135.0, 10060.0, 10046.0, 10100.0, 10043.0, 10097.0, 10083.0, 10034.0, 10110.0, 10042.0, 10045.0, 10082.0, 10043.0, 10148.0, 10074.0, 10029.0, 10097.0, 10045.0, 10061.0, 10083.0, 10059.0, 10058.0, 10057.0, 10052.0, 10128.0, 10064.0, 10050.0, 10121.0, 10064.0, 10132.0, 10094.0, 10030.0, 10102.0, 10045.0, 10051.0, 10068.0, 10045.0, 10142.0, 10071.0, 10014.0, 10122.0, 10066.0, 10031.0, 10078.0, 10042.0, 10014.0, 10110.0, 10045.0, 10058.0, 10083.0, 10058.0, 10150.0, 10074.0, 10045.0, 10102.0, 10049.0, 10093.0, 10088.0, 10043.0, 10102.0, 10061.0, 10044.0, 10111.0, 10062.0, 10045.0, 10090.0, 10039.0, 10155.0, 10079.0, 10066.0, 10105.0, 10051.0, 10088.0, 10072.0, 10034.0, 10050.0, 10091.0, 10041.0, 10149.0, 10085.0, 10083.0, 10116.0, 10058.0, 10147.0, 10102.0, 10152.0, 10080.0, 10039.0, 10116.0, 10050.0, 10093.0, 10063.0, 10051.0, 10120.0, 10047.0, 10118.0, 10074.0, 10047.0, 10100.0, 10049.0, 10035.0, 10087.0, 10039.0, 10117.0, 10074.0, 10050.0, 10137.0, 10056.0, 10039.0, 10103.0, 10053.0, 10150.0, 10077.0, 10071.0, 10122.0, 10050.0, 10102.0, 10061.0, 10028.0, 10112.0, 10047.0, 10068.0, 10071.0, 10029.0, 10132.0, 10058.0, 10032.0, 10101.0, 10049.0, 10070.0, 10071.0, 10052.0, 10132.0, 10077.0, 10064.0, 10087.0, 10050.0, 10099.0, 10063.0, 10047.0, 10113.0, 10054.0, 10057.0, 10066.0, 10030.0, 10049.0, 10057.0, 10034.0, 10131.0, 10063.0, 10038.0, 10121.0, 10075.0, 10096.0, 10084.0, 10090.0, 10090.0, 10047.0, 10106.0, 10047.0, 10142.0, 10049.0, 10134.0, 10044.0, 10040.0, 10063.0, 10025.0, 10111.0, 10031.0, 10066.0, 10083.0, 10031.0, 10098.0, 10046.0, 10043.0, 10098.0, 10044.0, 10127.0, 10072.0, 10073.0, 10087.0, 10020.0, 10097.0, 10044.0, 10050.0, 10122.0, 10046.0, 10031.0, 10070.0, 10044.0, 10051.0, 10055.0, 10031.0, 10119.0, 10061.0, 10094.0, 10089.0, 10048.0, 10130.0, 10042.0, 10028.0, 10094.0, 10044.0, 10118.0, 10069.0, 10045.0, 10114.0, 10030.0, 10065.0, 10081.0, 10027.0, 10052.0, 10055.0, 10050.0, 10128.0, 10060.0, 10071.0, 10096.0, 10046.0, 10044.0, 10045.0, 10050.0, 10129.0, 10059.0, 10056.0, 10104.0, 10051.0, 10034.0, 10074.0, 10039.0, 10106.0, 10076.0, 10053.0, 10139.0, 10067.0, 10081.0, 10108.0, 10040.0, 10119.0, 10064.0, 10063.0, 10101.0, 10076.0, 10136.0, 10065.0, 10035.0, 10109.0, 10043.0, 10068.0, 10081.0, 10043.0, 10088.0, 10058.0, 10049.0, 10128.0, 10065.0, 10044.0, 10103.0, 10051.0, 10135.0, 10080.0, 10052.0, 10117.0, 10053.0, 10122.0, 10076.0, 10047.0, 10136.0, 10047.0, 10070.0, 10042.0, 10047.0, 10111.0, 10044.0, 10072.0, 10069.0, 10027.0, 10148.0, 10063.0, 10046.0, 10096.0, 10046.0, 10033.0, 10086.0, 10052.0, 10119.0, 10076.0, 10055.0, 10156.0, 10070.0, 10041.0, 10088.0, 10054.0, 10118.0, 10081.0, 10065.0, 10071.0, 10034.0, 10113.0, 10066.0, 10057.0, 10085.0, 10049.0, 10102.0, 10062.0, 10051.0, 10114.0, 10064.0, 10050.0, 10106.0, 10055.0, 10136.0, 10091.0, 10073.0, 10141.0, 10067.0, 10061.0, 10089.0, 10052.0, 10154.0, 10089.0, 10074.0, 10088.0, 10031.0, 10084.0, 10039.0, 10034.0, 10115.0, 10042.0, 10054.0, 10103.0, 10045.0, 10046.0, 10054.0, 10046.0, 10113.0, 10070.0, 10047.0, 10084.0, 10037.0, 10101.0, 10058.0, 10028.0, 10133.0, 10059.0, 10018.0, 10070.0, 10046.0, 10115.0, 10052.0, 10033.0, 10118.0, 10042.0, 10013.0, 10082.0, 10043.0, 10043.0, 10089.0, 10048.0, 10103.0, 10076.0, 10049.0, 10117.0, 10063.0, 10051.0, 10123.0, 10054.0, 10120.0, 10066.0, 10046.0, 10117.0, 10062.0, 10062.0, 10074.0, 10062.0, 10114.0, 10041.0, 10109.0, 10069.0, 10031.0, 10113.0, 10046.0, 10024.0, 10071.0, 10036.0, 10101.0, 10060.0, 10033.0, 10155.0, 10066.0, 10052.0, 10104.0, 10055.0, 10152.0, 10091.0, 10049.0, 10104.0, 10037.0, 10070.0, 10071.0, 10037.0, 10129.0, 10069.0, 10056.0, 10089.0, 10051.0, 10083.0, 10055.0, 10032.0, 10130.0, 10055.0, 10056.0, 10097.0, 10049.0, 10036.0, 10072.0, 10048.0, 10131.0, 10076.0, 10050.0, 10103.0, 10037.0, 10102.0, 10066.0, 10047.0, 10117.0, 10049.0, 10076.0, 10063.0, 10051.0, 10113.0, 10059.0, 10071.0, 10087.0, 10067.0, 10076.0, 10058.0, 10033.0, 10112.0, 10080.0, 10036.0, 10089.0, 10047.0, 10088.0, 10086.0, 10048.0, 10096.0, 10079.0, 10065.0, 10105.0, 10070.0, 10036.0, 10064.0, 10077.0, 10040.0, 10136.0, 10064.0, 10138.0, 10072.0, 10075.0, 10075.0, 10029.0, 10132.0, 10029.0, 10017.0, 10067.0, 10028.0, 10121.0, 10071.0, 10029.0, 10112.0, 10034.0, 10022.0, 10076.0, 10035.0, 10101.0, 10060.0, 10053.0, 10120.0, 10063.0, 10138.0, 10078.0, 10049.0, 10100.0, 10046.0, 10130.0, 10072.0, 10046.0, 10103.0, 10020.0, 10101.0, 10046.0, 10033.0, 10096.0, 10029.0, 10136.0, 10060.0, 10030.0, 10119.0, 10037.0, 10033.0, 10057.0, 10038.0, 10137.0, 10066.0, 10051.0, 10138.0, 10058.0, 10068.0, 10078.0, 10037.0, 10121.0, 10053.0, 10141.0, 10076.0, 10101.0, 10060.0, 10030.0, 10084.0, 10033.0, 10126.0, 10058.0, 10048.0, 10087.0, 10061.0, 10120.0, 10062.0, 10031.0, 10106.0, 10050.0, 10106.0, 10089.0, 10033.0, 10116.0, 10049.0, 10058.0, 10071.0, 10046.0, 10131.0, 10065.0, 10102.0, 10070.0, 10019.0, 10115.0, 10033.0, 10030.0, 10069.0, 10052.0, 10132.0, 10087.0, 10050.0, 10088.0, 10020.0, 10114.0, 10062.0, 10059.0, 10083.0, 10050.0, 10136.0, 10048.0, 10032.0, 10091.0, 10036.0, 10117.0, 10088.0, 10032.0, 10053.0, 10031.0, 10115.0, 10039.0, 10029.0, 10102.0, 10040.0, 10041.0, 10093.0, 10057.0, 10142.0, 10083.0, 10158.0, 10118.0, 10090.0, 10061.0, 10041.0, 10053.0, 10054.0, 10083.0, 10020.0, 10121.0, 10025.0, 10107.0, 10043.0, 10040.0, 10050.0, 10024.0, 10113.0, 10026.0, 10052.0, 10034.0, 10021.0, 10079.0, 10036.0, 10100.0, 10052.0, 10012.0, 10091.0, 10043.0, 10039.0, 10105.0, 10048.0, 10115.0, 10026.0, 10012.0, 10080.0, 10028.0, 10113.0, 10075.0, 10040.0, 10047.0, 10025.0, 10103.0, 10039.0, 10051.0, 10054.0, 10029.0, 10127.0, 10055.0, 10026.0, 10061.0, 10046.0, 10045.0, 10068.0, 10044.0, 10087.0, 10060.0, 10046.0, 10108.0, 10049.0, 10072.0, 10072.0, 10050.0, 10130.0, 10032.0, 10033.0, 10069.0, 10031.0, 10129.0, 10071.0, 10036.0, 10117.0, 10049.0, 10035.0, 10072.0, 10049.0, 10102.0, 10061.0, 10021.0, 10136.0, 10078.0, 10040.0, 10101.0, 10052.0, 10050.0, 10076.0, 10048.0, 10148.0, 10094.0, 10053.0, 10087.0, 10037.0, 10115.0, 10078.0, 10033.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.00035248296744890234</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019439295382286146</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.52319825201515</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2462215387575748</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9910800658333351</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5203</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3416.2083</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10458826231458725</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.299015897047691</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3212886034939033</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2233367651733387</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.548366121060399</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1921629242479725</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00551743</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013643940910696983</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03774460032582283</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.164691429693523</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>16.1675</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.7373</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.1332</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288875.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>1186.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>437.6733</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9664</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.2028</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3743.8978</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3885.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87669.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1545.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4892.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.8369</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.58772971248254</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> |