=== 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-0089 --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-0089",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-04/func/sub-0089_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>bebb3216ad60258db29954560fdd5b36</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>15:39:42.502500</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.998693, 0.048855, 0.0150102, -0.0509411, 0.927742, 0.369729]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.102345</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>[4235, -7865, -7240, 311, -105, -229, 89, 111]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.183</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>674621fe-d260-417a-8194-4c1198d5fa6b||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.6794204711914062, -0.13667123019695282, -0.011171328835189342, 118.10289001464844], [-0.13107432425022125, 2.4890642166137695, 0.9990283846855164, -112.66375732421875], [0.04027121141552925, -0.9919560551643372, 2.5083494186401367, -22.865535736083984], [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': ['153942.502500', '153942.962500', '153943.422500', '153943.882500', '153944.342500', '153944.802500', '153945.262500', '153945.722500', '153946.182500', '153946.642500', '153947.102500', '153947.562500', '153948.022500', '153948.482500', '153948.942500', '153949.402500', '153949.862500', '153950.322500', '153950.782500', '153951.242500', '153951.702500', '153952.162500', '153952.622500', '153953.082500', '153953.542500', '153954.002500', '153954.462500', '153954.922500', '153955.382500', '153955.842500', '153956.302500', '153956.762500', '153957.222500', '153957.682500', '153958.142500', '153958.602500', '153959.062500', '153959.522500', '153959.982500', '154000.442500', '154000.902500', '154001.362500', '154001.822500', '154002.282500', '154002.742500', '154003.202500', '154003.662500', '154004.122500', '154004.582500', '154005.042500', '154005.502500', '154005.962500', '154006.422500', '154006.882500', '154007.342500', '154007.802500', '154008.262500', '154008.722500', '154009.182500', '154009.642500', '154010.102500', '154010.562500', '154011.022500', '154011.482500', '154011.942500', '154012.402500', '154012.862500', '154013.322500', '154013.782500', '154014.242500', '154014.702500', '154015.162500', '154015.622500', '154016.082500', '154016.542500', '154017.002500', '154017.462500', '154017.922500', '154018.382500', '154018.842500', '154019.302500', '154019.762500', '154020.222500', '154020.682500', '154021.142500', '154021.602500', '154022.062500', '154022.522500', '154022.982500', '154023.442500', '154023.902500', '154024.362500', '154024.822500', '154025.282500', '154025.742500', '154026.202500', '154026.662500', '154027.122500', '154027.582500', '154028.042500', '154028.502500', '154028.962500', '154029.422500', '154029.882500', '154030.342500', '154030.802500', '154031.262500', '154031.722500', '154032.182500', '154032.642500', '154033.102500', '154033.562500', '154034.022500', '154034.482500', '154034.942500', '154035.402500', '154035.862500', '154036.322500', '154036.782500', '154037.242500', '154037.702500', '154038.162500', '154038.622500', '154039.082500', '154039.542500', '154040.002500', '154040.462500', '154040.922500', '154041.382500', '154041.842500', '154042.302500', '154042.762500', '154043.222500', '154043.682500', '154044.142500', '154044.602500', '154045.062500', '154045.522500', '154045.982500', '154046.442500', '154046.902500', '154047.362500', '154047.822500', '154048.282500', '154048.742500', '154049.202500', '154049.662500', '154050.122500', '154050.582500', '154051.042500', '154051.502500', '154051.962500', '154052.422500', '154052.882500', '154053.342500', '154053.802500', '154054.262500', '154054.722500', '154055.182500', '154055.642500', '154056.102500', '154056.562500', '154057.022500', '154057.482500', '154057.942500', '154058.402500', '154058.862500', '154059.322500', '154059.782500', '154100.242500', '154100.702500', '154101.162500', '154101.622500', '154102.082500', '154102.542500', '154103.002500', '154103.462500', '154103.922500', '154104.382500', '154104.842500', '154105.302500', '154105.762500', '154106.222500', '154106.682500', '154107.142500', '154107.602500', '154108.062500', '154108.522500', '154108.982500', '154109.442500', '154109.902500', '154110.362500', '154110.822500', '154111.282500', '154111.742500', '154112.202500', '154112.662500', '154113.122500', '154113.582500', '154114.042500', '154114.502500', '154114.962500', '154115.422500', '154115.882500', '154116.342500', '154116.802500', '154117.262500', '154117.722500', '154118.182500', '154118.642500', '154119.102500', '154119.562500', '154120.022500', '154120.482500', '154120.942500', '154121.402500', '154121.862500', '154122.322500', '154122.782500', '154123.242500', '154123.702500', '154124.162500', '154124.622500', '154125.082500', '154125.542500', '154126.002500', '154126.462500', '154126.922500', '154127.382500', '154127.842500', '154128.302500', '154128.762500', '154129.222500', '154129.682500', '154130.142500', '154130.602500', '154131.062500', '154131.522500', '154131.982500', '154132.442500', '154132.902500', '154133.362500', '154133.822500', '154134.282500', '154134.742500', '154135.202500', '154135.662500', '154136.122500', '154136.582500', '154137.042500', '154137.502500', '154137.962500', '154138.422500', '154138.882500', '154139.342500', '154139.802500', '154140.262500', '154140.722500', '154141.182500', '154141.642500', '154142.102500', '154142.562500', '154143.022500', '154143.482500', '154143.942500', '154144.402500', '154144.862500', '154145.322500', '154145.782500', '154146.242500', '154146.702500', '154147.162500', '154147.622500', '154148.082500', '154148.542500', '154149.002500', '154149.462500', '154149.922500', '154150.382500', '154150.842500', '154151.302500', '154151.762500', '154152.222500', '154152.682500', '154153.142500', '154153.602500', '154154.062500', '154154.522500', '154154.982500', '154155.442500', '154155.902500', '154156.362500', '154156.822500', '154157.282500', '154157.742500', '154158.202500', '154158.662500', '154159.122500', '154159.582500', '154200.042500', '154200.502500', '154200.962500', '154201.422500', '154201.882500', '154202.342500', '154202.802500', '154203.262500', '154203.722500', '154204.182500', '154204.642500', '154205.102500', '154205.562500', '154206.022500', '154206.482500', '154206.942500', '154207.402500', '154207.862500', '154208.322500', '154208.782500', '154209.242500', '154209.702500', '154210.162500', '154210.622500', '154211.082500', '154211.542500', '154212.002500', '154212.462500', '154212.922500', '154213.382500', '154213.842500', '154214.302500', '154214.762500', '154215.222500', '154215.682500', '154216.142500', '154216.602500', '154217.062500', '154217.522500', '154217.982500', '154218.442500', '154218.902500', '154219.362500', '154219.822500', '154220.282500', '154220.742500', '154221.202500', '154221.662500', '154222.122500', '154222.582500', '154223.042500', '154223.502500', '154223.962500', '154224.422500', '154224.882500', '154225.342500', '154225.802500', '154226.262500', '154226.722500', '154227.182500', '154227.642500', '154228.102500', '154228.562500', '154229.022500', '154229.482500', '154229.942500', '154230.402500', '154230.862500', '154231.322500', '154231.782500', '154232.242500', '154232.702500', '154233.162500', '154233.622500', '154234.082500', '154234.542500', '154235.002500', '154235.462500', '154235.922500', '154236.382500', '154236.842500', '154237.302500', '154237.762500', '154238.222500', '154238.682500', '154239.142500', '154239.602500', '154240.062500', '154240.522500', '154240.982500', '154241.442500', '154241.902500', '154242.362500', '154242.822500', '154243.282500', '154243.742500', '154244.202500', '154244.662500', '154245.122500', '154245.582500', '154246.042500', '154246.502500', '154246.962500', '154247.422500', '154247.882500', '154248.342500', '154248.802500', '154249.262500', '154249.722500', '154250.182500', '154250.642500', '154251.102500', '154251.562500', '154252.022500', '154252.482500', '154252.942500', '154253.402500', '154253.862500', '154254.322500', '154254.782500', '154255.242500', '154255.702500', '154256.162500', '154256.622500', '154257.082500', '154257.542500', '154258.002500', '154258.462500', '154258.922500', '154259.382500', '154259.842500', '154300.302500', '154300.762500', '154301.222500', '154301.682500', '154302.142500', '154302.602500', '154303.062500', '154303.522500', '154303.982500', '154304.442500', '154304.902500', '154305.362500', '154305.822500', '154306.282500', '154306.742500', '154307.202500', '154307.662500', '154308.122500', '154308.582500', '154309.042500', '154309.502500', '154309.962500', '154310.422500', '154310.882500', '154311.342500', '154311.802500', '154312.262500', '154312.722500', '154313.182500', '154313.642500', '154314.102500', '154314.562500', '154315.022500', '154315.482500', '154315.942500', '154316.402500', '154316.862500', '154317.322500', '154317.782500', '154318.242500', '154318.702500', '154319.162500', '154319.622500', '154320.082500', '154320.542500', '154321.002500', '154321.462500', '154321.922500', '154322.382500', '154322.842500', '154323.302500', '154323.762500', '154324.222500', '154324.682500', '154325.142500', '154325.602500', '154326.062500', '154326.522500', '154326.982500', '154327.442500', '154327.902500', '154328.362500', '154328.822500', '154329.282500', '154329.742500', '154330.202500', '154330.662500', '154331.122500', '154331.582500', '154332.042500', '154332.502500', '154332.962500', '154333.422500', '154333.882500', '154334.342500', '154334.802500', '154335.262500', '154335.722500', '154336.182500', '154336.642500', '154337.102500', '154337.562500', '154338.022500', '154338.482500', '154338.942500', '154339.402500', '154339.862500', '154340.322500', '154340.782500', '154341.242500', '154341.702500', '154342.162500', '154342.622500', '154343.082500', '154343.542500', '154344.002500', '154344.462500', '154344.922500', '154345.382500', '154345.842500', '154346.302500', '154346.762500', '154347.222500', '154347.682500', '154348.142500', '154348.602500', '154349.062500', '154349.522500', '154349.982500', '154350.442500', '154350.902500', '154351.362500', '154351.822500', '154352.282500', '154352.742500', '154353.202500', '154353.662500', '154354.122500', '154354.582500', '154355.042500', '154355.502500', '154355.962500', '154356.422500', '154356.882500', '154357.342500', '154357.802500', '154358.262500', '154358.722500', '154359.182500', '154359.642500', '154400.102500', '154400.562500', '154401.022500', '154401.482500', '154401.942500', '154402.402500', '154402.862500', '154403.322500', '154403.782500', '154404.242500', '154404.702500', '154405.162500', '154405.622500', '154406.082500', '154406.542500', '154407.002500', '154407.462500', '154407.922500', '154408.382500', '154408.842500', '154409.302500', '154409.762500', '154410.222500', '154410.682500', '154411.142500', '154411.602500', '154412.062500', '154412.522500', '154412.982500', '154413.442500', '154413.902500', '154414.362500', '154414.822500', '154415.282500', '154415.742500', '154416.202500', '154416.662500', '154417.122500', '154417.582500', '154418.042500', '154418.502500', '154418.962500', '154419.422500', '154419.882500', '154420.342500', '154420.802500', '154421.262500', '154421.722500', '154422.182500', '154422.642500', '154423.102500', '154423.562500', '154424.022500', '154424.482500', '154424.942500', '154425.402500', '154425.862500', '154426.322500', '154426.782500', '154427.242500', '154427.702500', '154428.162500', '154428.622500', '154429.082500', '154429.542500', '154430.002500', '154430.462500', '154430.922500', '154431.382500', '154431.842500', '154432.302500', '154432.762500', '154433.222500', '154433.682500', '154434.142500', '154434.602500', '154435.062500', '154435.522500', '154435.982500', '154436.442500', '154436.902500', '154437.362500', '154437.822500', '154438.282500', '154438.742500', '154439.202500', '154439.662500', '154440.122500', '154440.582500', '154441.042500', '154441.502500', '154441.962500', '154442.422500', '154442.882500', '154443.342500', '154443.802500', '154444.262500', '154444.722500', '154445.182500', '154445.642500', '154446.102500', '154446.562500', '154447.022500', '154447.482500', '154447.942500', '154448.402500', '154448.862500', '154449.322500', '154449.782500', '154450.242500', '154450.702500', '154451.162500', '154451.622500', '154452.082500', '154452.542500', '154453.002500', '154453.462500', '154453.922500', '154454.382500', '154454.842500', '154455.302500', '154455.762500', '154456.222500', '154456.682500', '154457.142500', '154457.602500', '154458.062500', '154458.522500', '154458.982500', '154459.442500', '154459.902500', '154500.362500', '154500.822500', '154501.282500', '154501.742500', '154502.202500', '154502.662500', '154503.122500', '154503.582500', '154504.042500', '154504.502500', '154504.962500', '154505.422500', '154505.882500', '154506.342500', '154506.802500', '154507.262500', '154507.722500', '154508.182500', '154508.642500', '154509.102500', '154509.562500', '154510.022500', '154510.482500', '154510.942500', '154511.402500', '154511.862500', '154512.322500', '154512.782500', '154513.242500', '154513.702500', '154514.162500', '154514.622500', '154515.082500', '154515.542500', '154516.002500', '154516.462500', '154516.922500', '154517.382500', '154517.842500', '154518.302500', '154518.762500', '154519.222500', '154519.682500', '154520.142500', '154520.602500', '154521.062500', '154521.522500', '154521.982500', '154522.442500', '154522.902500', '154523.362500', '154523.822500', '154524.282500', '154524.742500', '154525.202500', '154525.662500', '154526.122500', '154526.582500', '154527.042500', '154527.502500', '154527.962500', '154528.422500', '154528.882500', '154529.342500', '154529.802500', '154530.262500', '154530.722500', '154531.182500', '154531.642500', '154532.102500', '154532.562500', '154533.022500', '154533.482500', '154533.942500', '154534.402500', '154534.862500', '154535.322500', '154535.782500', '154536.242500', '154536.702500', '154537.162500', '154537.622500', '154538.082500', '154538.542500', '154539.002500', '154539.462500', '154539.922500', '154540.382500', '154540.842500', '154541.302500', '154541.762500', '154542.222500', '154542.682500', '154543.142500', '154543.602500', '154544.062500', '154544.522500', '154544.982500', '154545.442500', '154545.902500', '154546.362500', '154546.822500', '154547.282500', '154547.742500', '154548.202500', '154548.662500', '154549.122500', '154549.582500', '154550.042500', '154550.502500', '154550.962500', '154551.422500', '154551.882500', '154552.342500', '154552.802500', '154553.262500', '154553.722500', '154554.182500', '154554.642500', '154555.102500', '154555.562500', '154556.022500', '154556.482500', '154556.942500', '154557.402500', '154557.862500', '154558.322500', '154558.782500', '154559.242500', '154559.702500', '154600.162500', '154600.622500', '154601.082500', '154601.542500', '154602.002500', '154602.462500', '154602.922500', '154603.382500', '154603.842500', '154604.302500', '154604.762500', '154605.222500', '154605.682500', '154606.142500', '154606.602500', '154607.062500', '154607.522500', '154607.982500', '154608.442500', '154608.902500', '154609.362500', '154609.822500', '154610.282500', '154610.742500', '154611.202500', '154611.662500', '154612.122500', '154612.582500', '154613.042500', '154613.502500', '154613.962500', '154614.422500', '154614.882500', '154615.342500', '154615.802500', '154616.262500', '154616.722500', '154617.182500', '154617.642500', '154618.102500', '154618.562500', '154619.022500', '154619.482500', '154619.942500', '154620.402500', '154620.862500', '154621.322500', '154621.782500', '154622.242500', '154622.702500', '154623.162500', '154623.622500', '154624.082500', '154624.542500', '154625.002500', '154625.462500', '154625.922500', '154626.382500', '154626.842500', '154627.302500', '154627.762500', '154628.222500', '154628.682500', '154629.142500', '154629.602500', '154630.062500', '154630.522500', '154630.982500', '154631.442500', '154631.902500', '154632.362500', '154632.822500', '154633.282500', '154633.742500', '154634.202500', '154634.662500', '154635.122500', '154635.582500', '154636.042500', '154636.502500', '154636.962500', '154637.422500', '154637.882500', '154638.342500', '154638.802500', '154639.262500', '154639.722500', '154640.182500', '154640.642500', '154641.102500', '154641.562500', '154642.022500', '154642.482500', '154642.942500', '154643.402500', '154643.862500', '154644.322500', '154644.782500', '154645.242500', '154645.702500', '154646.162500', '154646.622500', '154647.082500', '154647.542500', '154648.002500', '154648.462500', '154648.922500', '154649.382500', '154649.842500', '154650.302500', '154650.762500', '154651.222500', '154651.682500', '154652.142500', '154652.602500', '154653.062500', '154653.522500', '154653.982500', '154654.442500', '154654.902500', '154655.362500', '154655.822500', '154656.282500', '154656.742500', '154657.202500', '154657.662500', '154658.122500', '154658.582500', '154659.042500', '154659.502500', '154659.962500', '154700.422500', '154700.882500', '154701.342500', '154701.802500', '154702.262500', '154702.722500', '154703.182500', '154703.642500', '154704.102500', '154704.562500', '154705.022500', '154705.482500', '154705.942500', '154706.402500', '154706.862500', '154707.322500', '154707.782500', '154708.242500', '154708.702500', '154709.162500', '154709.622500', '154710.082500', '154710.542500', '154711.002500', '154711.462500', '154711.922500', '154712.382500', '154712.842500', '154713.302500', '154713.762500', '154714.222500', '154714.682500', '154715.142500', '154715.602500', '154716.062500', '154716.522500', '154716.982500', '154717.442500', '154717.902500', '154718.362500', '154718.822500', '154719.282500', '154719.742500', '154720.202500', '154720.662500', '154721.122500', '154721.582500', '154722.042500', '154722.502500', '154722.962500', '154723.422500', '154723.882500', '154724.342500', '154724.802500', '154725.262500', '154725.722500', '154726.182500', '154726.642500', '154727.102500', '154727.562500', '154728.022500', '154728.482500', '154728.942500', '154729.402500', '154729.862500', '154730.322500', '154730.782500', '154731.242500', '154731.702500', '154732.162500', '154732.622500', '154733.082500', '154733.542500', '154734.002500', '154734.462500', '154734.922500', '154735.382500', '154735.842500', '154736.302500', '154736.762500', '154737.222500', '154737.682500', '154738.142500', '154738.602500', '154739.062500', '154739.522500', '154739.982500', '154740.442500', '154740.902500', '154741.362500', '154741.822500', '154742.282500', '154742.742500', '154743.202500', '154743.662500', '154744.122500', '154744.582500', '154745.042500', '154745.502500', '154745.962500', '154746.422500', '154746.882500', '154747.342500', '154747.802500', '154748.262500', '154748.722500', '154749.182500', '154749.642500', '154750.102500', '154750.562500', '154751.022500', '154751.482500', '154751.942500', '154752.402500', '154752.862500', '154753.322500', '154753.782500', '154754.242500', '154754.702500', '154755.162500', '154755.622500', '154756.082500', '154756.542500', '154757.002500', '154757.462500', '154757.922500', '154758.382500', '154758.842500', '154759.302500', '154759.762500', '154800.222500', '154800.682500', '154801.142500', '154801.602500', '154802.062500', '154802.522500', '154802.982500', '154803.442500', '154803.902500', '154804.362500', '154804.822500', '154805.282500', '154805.742500', '154806.202500', '154806.662500', '154807.122500', '154807.582500', '154808.042500', '154808.502500', '154808.962500', '154809.422500', '154809.882500', '154810.342500', '154810.802500', '154811.262500', '154811.722500', '154812.182500', '154812.642500', '154813.102500', '154813.562500', '154814.022500', '154814.482500', '154814.942500', '154815.402500', '154815.862500', '154816.322500', '154816.782500', '154817.242500', '154817.702500', '154818.162500', '154818.622500', '154819.082500', '154819.542500', '154820.002500', '154820.462500', '154820.922500', '154821.382500', '154821.842500', '154822.302500', '154822.762500', '154823.222500', '154823.682500', '154824.142500', '154824.602500', '154825.062500', '154825.522500', '154825.982500', '154826.442500', '154826.902500', '154827.362500', '154827.822500', '154828.282500', '154828.742500', '154829.202500', '154829.662500', '154830.122500', '154830.582500', '154831.042500', '154831.502500', '154831.962500', '154832.422500', '154832.882500', '154833.342500', '154833.802500', '154834.262500', '154834.722500', '154835.182500', '154835.642500', '154836.102500', '154836.562500', '154837.022500', '154837.482500', '154837.942500', '154838.402500', '154838.862500', '154839.322500', '154839.782500', '154840.242500', '154840.702500', '154841.162500', '154841.622500', '154842.082500', '154842.542500', '154843.002500', '154843.462500', '154843.922500', '154844.382500', '154844.842500', '154845.302500', '154845.762500', '154846.222500', '154846.682500', '154847.142500', '154847.602500', '154848.062500', '154848.522500', '154848.982500', '154849.442500', '154849.902500', '154850.362500', '154850.822500', '154851.282500', '154851.742500', '154852.202500', '154852.662500', '154853.122500', '154853.582500', '154854.042500', '154854.502500', '154854.962500', '154855.422500', '154855.882500', '154856.342500', '154856.802500', '154857.262500', '154857.722500', '154858.182500', '154858.642500', '154859.102500', '154859.562500', '154900.022500', '154900.482500', '154900.942500', '154901.402500', '154901.862500', '154902.322500', '154902.782500', '154903.242500', '154903.702500', '154904.162500', '154904.622500', '154905.082500', '154905.542500', '154906.002500', '154906.462500', '154906.922500', '154907.382500', '154907.842500', '154908.302500', '154908.762500', '154909.222500', '154909.682500', '154910.142500', '154910.602500', '154911.062500', '154911.522500', '154911.982500', '154912.442500', '154912.902500', '154913.362500', '154913.822500', '154914.282500', '154914.742500', '154915.202500', '154915.662500', '154916.122500', '154916.582500', '154917.042500', '154917.502500', '154917.962500', '154918.422500', '154918.882500', '154919.342500', '154919.802500', '154920.262500', '154920.722500', '154921.182500', '154921.642500', '154922.102500', '154922.562500', '154923.022500', '154923.482500', '154923.942500', '154924.402500', '154924.862500', '154925.322500', '154925.782500', '154926.242500', '154926.702500', '154927.162500', '154927.622500', '154928.082500', '154928.542500', '154929.002500', '154929.462500', '154929.922500', '154930.382500', '154930.842500', '154931.302500', '154931.762500', '154932.222500', '154932.682500', '154933.142500', '154933.602500', '154934.062500', '154934.522500', '154934.982500', '154935.442500', '154935.902500', '154936.362500', '154936.822500', '154937.282500', '154937.742500', '154938.202500', '154938.662500', '154939.122500', '154939.582500', '154940.042500', '154940.502500', '154940.962500', '154941.422500', '154941.882500', '154942.342500', '154942.802500', '154943.262500', '154943.722500', '154944.182500', '154944.642500', '154945.102500', '154945.562500', '154946.022500', '154946.482500', '154946.942500', '154947.402500', '154947.862500', '154948.322500', '154948.782500', '154949.242500', '154949.702500', '154950.162500'], 'ContentTime': ['153958.152000', '153958.155000', '153958.158000', '153958.160000', '153958.163000', '153958.166000', '153958.168000', '153958.171000', '153958.173000', '153958.176000', '153958.179000', '153958.181000', '153958.184000', '153958.187000', '153958.189000', '153958.192000', '153958.195000', '153958.197000', '153958.200000', '153958.211000', '153958.213000', '153958.216000', '153958.218000', '153958.221000', '153958.224000', '153958.226000', '153958.229000', '153958.232000', '153958.242000', '153958.244000', '153958.247000', '154018.125000', '154018.128000', '154018.130000', '154018.133000', '154018.135000', '154018.138000', '154018.141000', '154018.143000', '154018.146000', '154018.148000', '154018.151000', '154018.153000', '154018.156000', '154018.164000', '154018.166000', '154018.169000', '154018.171000', '154018.174000', '154018.177000', '154018.179000', '154018.182000', '154018.184000', '154018.187000', '154018.190000', '154018.192000', '154018.195000', '154018.198000', '154018.200000', '154018.203000', '154018.205000', '154018.208000', '154018.211000', '154018.213000', '154018.216000', '154018.218000', '154018.221000', '154018.224000', '154018.226000', '154018.229000', '154018.232000', '154018.234000', '154018.237000', '154018.239000', '154038.124000', '154038.127000', '154038.130000', '154038.133000', '154038.135000', '154038.138000', '154038.140000', '154038.143000', '154038.145000', '154038.148000', '154038.151000', '154038.153000', '154038.156000', '154038.158000', '154038.161000', '154038.164000', '154038.166000', '154038.169000', '154038.172000', '154038.174000', '154038.177000', '154038.179000', '154038.182000', '154038.185000', '154038.187000', '154038.190000', '154038.192000', '154038.195000', '154038.198000', '154038.200000', '154038.203000', '154038.206000', '154038.212000', '154038.214000', '154038.217000', '154038.220000', '154038.222000', '154038.225000', '154038.228000', '154038.230000', '154038.233000', '154038.235000', '154038.238000', '154038.241000', '154058.123000', '154058.126000', '154058.129000', '154058.132000', '154058.134000', '154058.137000', '154058.140000', '154058.142000', '154058.153000', '154058.156000', '154058.159000', '154058.161000', '154058.164000', '154058.167000', '154058.169000', '154058.172000', '154058.174000', '154058.177000', '154058.179000', '154058.182000', '154058.185000', '154058.187000', '154058.190000', '154058.193000', '154058.195000', '154058.198000', '154058.201000', '154058.203000', '154058.206000', '154058.208000', '154058.211000', '154058.213000', '154058.216000', '154058.219000', '154058.221000', '154058.224000', '154058.226000', '154058.229000', '154058.232000', '154058.234000', '154058.237000', '154058.239000', '154058.242000', '154118.125000', '154118.128000', '154118.130000', '154118.133000', '154118.135000', '154118.138000', '154118.141000', '154118.143000', '154118.146000', '154118.149000', '154118.151000', '154118.154000', '154118.157000', '154118.160000', '154118.162000', '154118.165000', '154118.167000', '154118.170000', '154118.173000', '154118.175000', '154118.178000', '154118.181000', '154118.183000', '154118.186000', '154118.188000', '154118.191000', '154118.194000', '154118.196000', '154118.199000', '154118.202000', '154118.204000', '154118.207000', '154118.209000', '154118.212000', '154118.215000', '154118.217000', '154118.220000', '154118.223000', '154118.225000', '154118.228000', '154118.230000', '154118.233000', '154118.235000', '154118.238000', '154138.124000', '154138.127000', '154138.130000', '154138.133000', '154138.135000', '154138.138000', '154138.140000', '154138.143000', '154138.146000', '154138.148000', '154138.151000', '154138.154000', '154138.156000', '154138.159000', '154138.162000', '154138.164000', '154138.167000', '154138.169000', '154138.172000', '154138.175000', '154138.177000', '154138.180000', '154138.183000', '154138.185000', '154138.188000', '154138.191000', '154138.193000', '154138.196000', '154138.198000', '154138.201000', '154138.204000', '154138.206000', '154138.209000', '154138.212000', '154138.214000', '154138.217000', '154138.219000', '154138.222000', '154138.225000', '154138.227000', '154138.230000', '154138.233000', '154138.235000', '154158.125000', '154158.127000', '154158.130000', '154158.133000', '154158.135000', '154158.138000', '154158.141000', '154158.143000', '154158.146000', '154158.148000', '154158.151000', '154158.154000', '154158.156000', '154158.159000', '154158.162000', '154158.164000', '154158.167000', '154158.170000', '154158.172000', '154158.175000', '154158.177000', '154158.180000', '154158.183000', '154158.185000', '154158.188000', '154158.191000', '154158.193000', '154158.196000', '154158.198000', '154158.201000', '154158.204000', '154158.206000', '154158.209000', '154158.211000', '154158.214000', '154158.217000', '154158.219000', '154158.222000', '154158.225000', '154158.227000', '154158.230000', '154158.232000', '154158.235000', '154158.238000', '154218.124000', '154218.127000', '154218.130000', '154218.133000', '154218.135000', '154218.138000', '154218.141000', '154218.143000', '154218.146000', '154218.148000', '154218.151000', '154218.153000', '154218.156000', '154218.159000', '154218.162000', '154218.164000', '154218.167000', '154218.169000', '154218.172000', '154218.175000', '154218.177000', '154218.180000', '154218.183000', '154218.185000', '154218.188000', '154218.190000', '154218.193000', '154218.196000', '154218.198000', '154218.201000', '154218.203000', '154218.206000', '154218.209000', '154218.211000', '154218.214000', '154218.217000', '154218.219000', '154218.222000', '154218.224000', '154218.227000', '154218.230000', '154218.232000', '154218.235000', '154238.124000', '154238.127000', '154238.130000', '154238.133000', '154238.146000', '154238.148000', '154238.151000', '154238.154000', '154238.156000', '154238.159000', '154238.161000', '154238.164000', '154238.167000', '154238.169000', '154238.172000', '154238.175000', '154238.177000', '154238.180000', '154238.182000', '154238.185000', '154238.188000', '154238.190000', '154238.193000', '154238.196000', '154238.198000', '154238.201000', '154238.203000', '154238.206000', '154238.209000', '154238.212000', '154238.214000', '154238.217000', '154238.219000', '154238.222000', '154238.225000', '154238.227000', '154238.230000', '154238.233000', '154238.235000', '154238.238000', '154238.240000', '154238.243000', '154238.245000', '154238.248000', '154258.124000', '154258.128000', '154258.130000', '154258.133000', '154258.135000', '154258.138000', '154258.141000', '154258.143000', '154258.146000', '154258.149000', '154258.151000', '154258.154000', '154258.156000', '154258.159000', '154258.162000', '154258.164000', '154258.167000', '154258.170000', '154258.172000', '154258.175000', '154258.178000', '154258.180000', '154258.183000', '154258.186000', '154258.188000', '154258.191000', '154258.194000', '154258.196000', '154258.199000', '154258.201000', '154258.204000', '154258.207000', '154258.209000', '154258.212000', '154258.214000', '154258.217000', '154258.220000', '154258.222000', '154258.225000', '154258.227000', '154258.230000', '154258.233000', '154258.235000', '154318.123000', '154318.126000', '154318.130000', '154318.132000', '154318.135000', '154318.137000', '154318.140000', '154318.144000', '154318.146000', '154318.149000', '154318.151000', '154318.154000', '154318.156000', '154318.159000', '154318.161000', '154318.164000', '154318.167000', '154318.169000', '154318.172000', '154318.175000', '154318.177000', '154318.180000', '154318.182000', '154318.185000', '154318.188000', '154318.190000', '154318.193000', '154318.195000', '154318.198000', '154318.200000', '154318.203000', '154318.206000', '154318.208000', '154318.211000', '154318.213000', '154318.216000', '154318.218000', '154318.221000', '154318.223000', '154318.226000', '154318.228000', '154318.231000', '154318.234000', '154318.236000', '154338.125000', '154338.127000', '154338.130000', '154338.133000', '154338.135000', '154338.138000', '154338.140000', '154338.143000', '154338.146000', '154338.148000', '154338.151000', '154338.153000', '154338.156000', '154338.158000', '154338.161000', '154338.164000', '154338.166000', '154338.169000', '154338.171000', '154338.174000', '154338.177000', '154338.179000', '154338.182000', '154338.184000', '154338.187000', '154338.190000', '154338.192000', '154338.195000', '154338.197000', '154338.200000', '154338.202000', '154338.205000', '154338.208000', '154338.210000', '154338.213000', '154338.215000', '154338.218000', '154338.221000', '154338.223000', '154338.226000', '154338.229000', '154338.231000', '154338.234000', '154358.124000', '154358.127000', '154358.130000', '154358.133000', '154358.135000', '154358.138000', '154358.140000', '154358.143000', '154358.146000', '154358.148000', '154358.151000', '154358.153000', '154358.156000', '154358.159000', '154358.161000', '154358.164000', '154358.166000', '154358.169000', '154358.172000', '154358.174000', '154358.177000', '154358.179000', '154358.182000', '154358.184000', '154358.187000', '154358.190000', '154358.192000', '154358.195000', '154358.197000', '154358.207000', '154358.209000', '154358.212000', '154358.215000', '154358.217000', '154358.220000', '154358.222000', '154358.225000', '154358.227000', '154358.230000', '154358.232000', '154358.235000', '154358.238000', '154358.240000', '154358.243000', '154418.124000', '154418.127000', '154418.130000', '154418.133000', '154418.135000', '154418.138000', '154418.140000', '154418.143000', '154418.145000', '154418.148000', '154418.150000', '154418.153000', '154418.156000', '154418.158000', '154418.161000', '154418.163000', '154418.166000', '154418.168000', '154418.171000', '154418.174000', '154418.176000', '154418.179000', '154418.181000', '154418.184000', '154418.186000', '154418.189000', '154418.191000', '154418.194000', '154418.197000', '154418.199000', '154418.202000', '154418.204000', '154418.207000', '154418.209000', '154418.212000', '154418.214000', '154418.217000', '154418.220000', '154418.222000', '154418.225000', '154418.227000', '154418.230000', '154418.232000', '154438.125000', '154438.128000', '154438.130000', '154438.133000', '154438.135000', '154438.138000', '154438.140000', '154438.143000', '154438.145000', '154438.148000', '154438.151000', '154438.153000', '154438.156000', '154438.160000', '154438.163000', '154438.166000', '154438.168000', '154438.171000', '154438.174000', '154438.176000', '154438.179000', '154438.182000', '154438.184000', '154438.187000', '154438.189000', '154438.192000', '154438.194000', '154438.197000', '154438.200000', '154438.202000', '154438.205000', '154438.207000', '154438.210000', '154438.213000', '154438.215000', '154438.218000', '154438.221000', '154438.223000', '154438.226000', '154438.228000', '154438.231000', '154438.233000', '154438.236000', '154458.124000', '154458.128000', '154458.130000', '154458.133000', '154458.136000', '154458.138000', '154458.141000', '154458.143000', '154458.146000', '154458.149000', '154458.151000', '154458.154000', '154458.156000', '154458.159000', '154458.162000', '154458.164000', '154458.167000', '154458.169000', '154458.172000', '154458.174000', '154458.177000', '154458.180000', '154458.182000', '154458.185000', '154458.187000', '154458.190000', '154458.192000', '154458.195000', '154458.198000', '154458.200000', '154458.203000', '154458.205000', '154458.208000', '154458.210000', '154458.213000', '154458.216000', '154458.218000', '154458.221000', '154458.223000', '154458.226000', '154458.228000', '154458.231000', '154458.234000', '154458.236000', '154518.123000', '154518.126000', '154518.129000', '154518.131000', '154518.134000', '154518.137000', '154518.139000', '154518.142000', '154518.144000', '154518.147000', '154518.150000', '154518.152000', '154518.155000', '154518.158000', '154518.160000', '154518.163000', '154518.166000', '154518.169000', '154518.171000', '154518.174000', '154518.177000', '154518.179000', '154518.182000', '154518.202000', '154518.204000', '154518.207000', '154518.210000', '154518.212000', '154518.215000', '154518.217000', '154518.220000', '154518.223000', '154518.225000', '154518.228000', '154518.230000', '154518.233000', '154518.235000', '154518.238000', '154518.240000', '154518.243000', '154518.246000', '154518.248000', '154518.251000', '154538.125000', '154538.127000', '154538.130000', '154538.132000', '154538.135000', '154538.138000', '154538.140000', '154538.143000', '154538.145000', '154538.148000', '154538.151000', '154538.153000', '154538.156000', '154538.159000', '154538.161000', '154538.164000', '154538.167000', '154538.169000', '154538.172000', '154538.174000', '154538.177000', '154538.180000', '154538.182000', '154538.185000', '154538.188000', '154538.190000', '154538.193000', '154538.196000', '154538.198000', '154538.201000', '154538.203000', '154538.206000', '154538.208000', '154538.211000', '154538.214000', '154538.216000', '154538.219000', '154538.221000', '154538.224000', '154538.226000', '154538.229000', '154538.232000', '154538.234000', '154538.237000', '154558.125000', '154558.128000', '154558.130000', '154558.133000', '154558.136000', '154558.138000', '154558.141000', '154558.143000', '154558.146000', '154558.149000', '154558.151000', '154558.154000', '154558.157000', '154558.159000', '154558.162000', '154558.165000', '154558.167000', '154558.170000', '154558.173000', '154558.176000', '154558.178000', '154558.181000', '154558.183000', '154558.186000', '154558.190000', '154558.193000', '154558.195000', '154558.199000', '154558.202000', '154558.205000', '154558.207000', '154558.210000', '154558.213000', '154558.215000', '154558.218000', '154558.221000', '154558.223000', '154558.226000', '154558.229000', '154558.231000', '154558.234000', '154558.236000', '154558.239000', '154618.125000', '154618.127000', '154618.130000', '154618.133000', '154618.135000', '154618.138000', '154618.140000', '154618.143000', '154618.146000', '154618.148000', '154618.151000', '154618.154000', '154618.156000', '154618.159000', '154618.161000', '154618.164000', '154618.167000', '154618.170000', '154618.173000', '154618.175000', '154618.178000', '154618.181000', '154618.183000', '154618.186000', '154618.188000', '154618.191000', '154618.194000', '154618.196000', '154618.199000', '154618.201000', '154618.204000', '154618.206000', '154618.209000', '154618.212000', '154618.214000', '154618.217000', '154618.220000', '154618.222000', '154618.225000', '154618.228000', '154618.230000', '154618.233000', '154618.235000', '154618.238000', '154638.125000', '154638.127000', '154638.130000', '154638.133000', '154638.135000', '154638.138000', '154638.141000', '154638.143000', '154638.146000', '154638.149000', '154638.151000', '154638.154000', '154638.157000', '154638.159000', '154638.162000', '154638.165000', '154638.167000', '154638.170000', '154638.173000', '154638.176000', '154638.179000', '154638.181000', '154638.184000', '154638.187000', '154638.189000', '154638.192000', '154638.195000', '154638.197000', '154638.200000', '154638.203000', '154638.205000', '154638.208000', '154638.210000', '154638.213000', '154638.216000', '154638.218000', '154638.221000', '154638.224000', '154638.226000', '154638.229000', '154638.231000', '154638.234000', '154638.237000', '154658.125000', '154658.128000', '154658.130000', '154658.133000', '154658.136000', '154658.138000', '154658.141000', '154658.143000', '154658.152000', '154658.155000', '154658.157000', '154658.160000', '154658.163000', '154658.165000', '154658.168000', '154658.170000', '154658.173000', '154658.176000', '154658.178000', '154658.181000', '154658.184000', '154658.186000', '154658.189000', '154658.191000', '154658.194000', '154658.197000', '154658.199000', '154658.202000', '154658.205000', '154658.207000', '154658.210000', '154658.212000', '154658.215000', '154658.218000', '154658.220000', '154658.223000', '154658.226000', '154658.228000', '154658.231000', '154658.233000', '154658.236000', '154658.239000', '154658.241000', '154658.244000', '154718.125000', '154718.127000', '154718.130000', '154718.133000', '154718.135000', '154718.138000', '154718.141000', '154718.143000', '154718.146000', '154718.148000', '154718.151000', '154718.154000', '154718.156000', '154718.159000', '154718.162000', '154718.164000', '154718.167000', '154718.170000', '154718.172000', '154718.175000', '154718.178000', '154718.180000', '154718.183000', '154718.185000', '154718.188000', '154718.191000', '154718.194000', '154718.196000', '154718.199000', '154718.201000', '154718.204000', '154718.207000', '154718.209000', '154718.212000', '154718.215000', '154718.217000', '154718.220000', '154718.222000', '154718.225000', '154718.228000', '154718.230000', '154718.233000', '154718.236000', '154738.124000', '154738.126000', '154738.129000', '154738.132000', '154738.135000', '154738.137000', '154738.140000', '154738.143000', '154738.145000', '154738.148000', '154738.150000', '154738.153000', '154738.156000', '154738.158000', '154738.161000', '154738.164000', '154738.166000', '154738.169000', '154738.171000', '154738.174000', '154738.177000', '154738.179000', '154738.182000', '154738.185000', '154738.187000', '154738.190000', '154738.193000', '154738.195000', '154738.198000', '154738.200000', '154738.203000', '154738.206000', '154738.208000', '154738.211000', '154738.214000', '154738.216000', '154738.219000', '154738.221000', '154738.224000', '154738.227000', '154738.229000', '154738.232000', '154738.234000', '154738.237000', '154758.127000', '154758.130000', '154758.133000', '154758.135000', '154758.138000', '154758.141000', '154758.143000', '154758.146000', '154758.148000', '154758.151000', '154758.154000', '154758.156000', '154758.159000', '154758.161000', '154758.164000', '154758.167000', '154758.169000', '154758.172000', '154758.174000', '154758.177000', '154758.180000', '154758.182000', '154758.185000', '154758.187000', '154758.190000', '154758.193000', '154758.195000', '154758.198000', '154758.201000', '154758.204000', '154758.207000', '154758.210000', '154758.213000', '154758.215000', '154758.218000', '154758.221000', '154758.223000', '154758.226000', '154758.228000', '154758.231000', '154758.234000', '154758.237000', '154758.239000', '154818.124000', '154818.127000', '154818.130000', '154818.133000', '154818.166000', '154818.169000', '154818.172000', '154818.174000', '154818.177000', '154818.179000', '154818.182000', '154818.185000', '154818.187000', '154818.190000', '154818.193000', '154818.195000', '154818.198000', '154818.200000', '154818.203000', '154818.206000', '154818.208000', '154818.211000', '154818.214000', '154818.216000', '154818.219000', '154818.221000', '154818.224000', '154818.227000', '154818.229000', '154818.232000', '154818.235000', '154818.237000', '154818.240000', '154818.242000', '154818.245000', '154818.248000', '154818.250000', '154818.253000', '154818.256000', '154818.258000', '154818.261000', '154818.263000', '154818.266000', '154818.269000', '154838.125000', '154838.127000', '154838.130000', '154838.133000', '154838.135000', '154838.138000', '154838.141000', '154838.143000', '154838.146000', '154838.149000', '154838.151000', '154838.154000', '154838.157000', '154838.159000', '154838.162000', '154838.164000', '154838.167000', '154838.170000', '154838.172000', '154838.175000', '154838.178000', '154838.180000', '154838.183000', '154838.185000', '154838.188000', '154838.191000', '154838.193000', '154838.196000', '154838.199000', '154838.201000', '154838.204000', '154838.206000', '154838.209000', '154838.212000', '154838.214000', '154838.217000', '154838.220000', '154838.223000', '154838.226000', '154838.230000', '154838.233000', '154838.235000', '154838.238000', '154858.124000', '154858.127000', '154858.130000', '154858.133000', '154858.135000', '154858.143000', '154858.145000', '154858.148000', '154858.151000', '154858.153000', '154858.156000', '154858.158000', '154858.161000', '154858.164000', '154858.167000', '154858.169000', '154858.172000', '154858.174000', '154858.177000', '154858.180000', '154858.182000', '154858.185000', '154858.187000', '154858.190000', '154858.193000', '154858.195000', '154858.198000', '154858.200000', '154858.203000', '154858.206000', '154858.208000', '154858.211000', '154858.214000', '154858.217000', '154858.219000', '154858.222000', '154858.224000', '154858.227000', '154858.230000', '154858.232000', '154858.235000', '154858.237000', '154858.240000', '154858.243000', '154918.125000', '154918.127000', '154918.130000', '154918.134000', '154918.136000', '154918.139000', '154918.141000', '154918.144000', '154918.147000', '154918.149000', '154918.152000', '154918.155000', '154918.157000', '154918.160000', '154918.162000', '154918.165000', '154918.168000', '154918.171000', '154918.173000', '154918.176000', '154918.178000', '154918.181000', '154918.184000', '154918.186000', '154918.189000', '154918.192000', '154918.194000', '154918.197000', '154918.200000', '154918.202000', '154918.205000', '154918.208000', '154918.210000', '154918.213000', '154918.215000', '154918.218000', '154918.221000', '154918.223000', '154918.226000', '154918.229000', '154918.231000', '154918.234000', '154918.237000', '154938.125000', '154938.127000', '154938.130000', '154938.133000', '154938.136000', '154938.138000', '154938.141000', '154938.143000', '154938.146000', '154938.149000', '154938.151000', '154938.154000', '154938.157000', '154938.159000', '154938.162000', '154938.164000', '154938.167000', '154938.170000', '154938.172000', '154938.175000', '154938.178000', '154938.180000', '154938.183000', '154938.185000', '154938.188000', '154938.191000', '154938.193000', '154938.196000', '154938.199000', '154938.201000', '154938.204000', '154938.206000', '154938.209000', '154938.212000', '154938.214000', '154938.217000', '154938.219000', '154938.222000', '154938.225000', '154938.227000', '154938.230000', '154938.233000', '154938.235000', '154938.238000', '154951.812000', '154951.815000', '154951.818000', '154951.821000', '154951.824000', '154951.827000', '154951.829000', '154951.832000', '154951.835000', '154951.838000', '154951.840000', '154951.843000', '154951.846000', '154951.849000', '154951.852000', '154951.855000', '154951.858000', '154951.860000', '154951.863000', '154951.865000', '154951.868000', '154951.871000', '154951.877000', '154951.880000', '154951.883000', '154951.886000', '154951.889000', '154951.892000', '154951.895000', '154951.898000'], 'InstanceCreationTime': ['153958.152000', '153958.155000', '153958.158000', '153958.160000', '153958.163000', '153958.166000', '153958.168000', '153958.171000', '153958.173000', '153958.176000', '153958.179000', '153958.181000', '153958.184000', '153958.187000', '153958.189000', '153958.192000', '153958.195000', '153958.197000', '153958.200000', '153958.211000', '153958.213000', '153958.216000', '153958.218000', '153958.221000', '153958.224000', '153958.226000', '153958.229000', '153958.232000', '153958.242000', '153958.244000', '153958.247000', '154018.125000', '154018.128000', '154018.130000', '154018.133000', '154018.135000', '154018.138000', '154018.141000', '154018.143000', '154018.146000', '154018.148000', '154018.151000', '154018.153000', '154018.156000', '154018.164000', '154018.166000', '154018.169000', '154018.171000', '154018.174000', '154018.177000', '154018.179000', '154018.182000', '154018.184000', '154018.187000', '154018.190000', '154018.192000', '154018.195000', '154018.198000', '154018.200000', '154018.203000', '154018.205000', '154018.208000', '154018.211000', '154018.213000', '154018.216000', '154018.218000', '154018.221000', '154018.224000', '154018.226000', '154018.229000', '154018.232000', '154018.234000', '154018.237000', '154018.239000', '154038.124000', '154038.127000', '154038.130000', '154038.133000', '154038.135000', '154038.138000', '154038.140000', '154038.143000', '154038.145000', '154038.148000', '154038.151000', '154038.153000', '154038.156000', '154038.158000', '154038.161000', '154038.164000', '154038.166000', '154038.169000', '154038.172000', '154038.174000', '154038.177000', '154038.179000', '154038.182000', '154038.185000', '154038.187000', '154038.190000', '154038.192000', '154038.195000', '154038.198000', '154038.200000', '154038.203000', '154038.206000', '154038.212000', '154038.214000', '154038.217000', '154038.220000', '154038.222000', '154038.225000', '154038.228000', '154038.230000', '154038.233000', '154038.235000', '154038.238000', '154038.241000', '154058.123000', '154058.126000', '154058.129000', '154058.132000', '154058.134000', '154058.137000', '154058.140000', '154058.142000', '154058.153000', '154058.156000', '154058.159000', '154058.161000', '154058.164000', '154058.167000', '154058.169000', '154058.172000', '154058.174000', '154058.177000', '154058.179000', '154058.182000', '154058.185000', '154058.187000', '154058.190000', '154058.193000', '154058.195000', '154058.198000', '154058.201000', '154058.203000', '154058.206000', '154058.208000', '154058.211000', '154058.213000', '154058.216000', '154058.219000', '154058.221000', '154058.224000', '154058.226000', '154058.229000', '154058.232000', '154058.234000', '154058.237000', '154058.239000', '154058.242000', '154118.125000', '154118.128000', '154118.130000', '154118.133000', '154118.135000', '154118.138000', '154118.141000', '154118.143000', '154118.146000', '154118.149000', '154118.151000', '154118.154000', '154118.157000', '154118.160000', '154118.162000', '154118.165000', '154118.167000', '154118.170000', '154118.173000', '154118.175000', '154118.178000', '154118.181000', '154118.183000', '154118.186000', '154118.188000', '154118.191000', '154118.194000', '154118.196000', '154118.199000', '154118.202000', '154118.204000', '154118.207000', '154118.209000', '154118.212000', '154118.215000', '154118.217000', '154118.220000', '154118.223000', '154118.225000', '154118.228000', '154118.230000', '154118.233000', '154118.235000', '154118.238000', '154138.124000', '154138.127000', '154138.130000', '154138.133000', '154138.135000', '154138.138000', '154138.140000', '154138.143000', '154138.146000', '154138.148000', '154138.151000', '154138.154000', '154138.156000', '154138.159000', '154138.162000', '154138.164000', '154138.167000', '154138.169000', '154138.172000', '154138.175000', '154138.177000', '154138.180000', '154138.183000', '154138.185000', '154138.188000', '154138.191000', '154138.193000', '154138.196000', '154138.198000', '154138.201000', '154138.204000', '154138.206000', '154138.209000', '154138.212000', '154138.214000', '154138.217000', '154138.219000', '154138.222000', '154138.225000', '154138.227000', '154138.230000', '154138.233000', '154138.235000', '154158.125000', '154158.127000', '154158.130000', '154158.133000', '154158.135000', '154158.138000', '154158.141000', '154158.143000', '154158.146000', '154158.148000', '154158.151000', '154158.154000', '154158.156000', '154158.159000', '154158.162000', '154158.164000', '154158.167000', '154158.170000', '154158.172000', '154158.175000', '154158.177000', '154158.180000', '154158.183000', '154158.185000', '154158.188000', '154158.191000', '154158.193000', '154158.196000', '154158.198000', '154158.201000', '154158.204000', '154158.206000', '154158.209000', '154158.211000', '154158.214000', '154158.217000', '154158.219000', '154158.222000', '154158.225000', '154158.227000', '154158.230000', '154158.232000', '154158.235000', '154158.238000', '154218.124000', '154218.127000', '154218.130000', '154218.133000', '154218.135000', '154218.138000', '154218.141000', '154218.143000', '154218.146000', '154218.148000', '154218.151000', '154218.153000', '154218.156000', '154218.159000', '154218.162000', '154218.164000', '154218.167000', '154218.169000', '154218.172000', '154218.175000', '154218.177000', '154218.180000', '154218.183000', '154218.185000', '154218.188000', '154218.190000', '154218.193000', '154218.196000', '154218.198000', '154218.201000', '154218.203000', '154218.206000', '154218.209000', '154218.211000', '154218.214000', '154218.217000', '154218.219000', '154218.222000', '154218.224000', '154218.227000', '154218.230000', '154218.232000', '154218.235000', '154238.124000', '154238.127000', '154238.130000', '154238.133000', '154238.146000', '154238.148000', '154238.151000', '154238.154000', '154238.156000', '154238.159000', '154238.161000', '154238.164000', '154238.167000', '154238.169000', '154238.172000', '154238.175000', '154238.177000', '154238.180000', '154238.182000', '154238.185000', '154238.188000', '154238.190000', '154238.193000', '154238.196000', '154238.198000', '154238.201000', '154238.203000', '154238.206000', '154238.209000', '154238.212000', '154238.214000', '154238.217000', '154238.219000', '154238.222000', '154238.225000', '154238.227000', '154238.230000', '154238.233000', '154238.235000', '154238.238000', '154238.240000', '154238.243000', '154238.245000', '154238.248000', '154258.124000', '154258.128000', '154258.130000', '154258.133000', '154258.135000', '154258.138000', '154258.141000', '154258.143000', '154258.146000', '154258.149000', '154258.151000', '154258.154000', '154258.156000', '154258.159000', '154258.162000', '154258.164000', '154258.167000', '154258.170000', '154258.172000', '154258.175000', '154258.178000', '154258.180000', '154258.183000', '154258.186000', '154258.188000', '154258.191000', '154258.194000', '154258.196000', '154258.199000', '154258.201000', '154258.204000', '154258.207000', '154258.209000', '154258.212000', '154258.214000', '154258.217000', '154258.220000', '154258.222000', '154258.225000', '154258.227000', '154258.230000', '154258.233000', '154258.235000', '154318.123000', '154318.126000', '154318.130000', '154318.132000', '154318.135000', '154318.137000', '154318.140000', '154318.144000', '154318.146000', '154318.149000', '154318.151000', '154318.154000', '154318.156000', '154318.159000', '154318.161000', '154318.164000', '154318.167000', '154318.169000', '154318.172000', '154318.175000', '154318.177000', '154318.180000', '154318.182000', '154318.185000', '154318.188000', '154318.190000', '154318.193000', '154318.195000', '154318.198000', '154318.200000', '154318.203000', '154318.206000', '154318.208000', '154318.211000', '154318.213000', '154318.216000', '154318.218000', '154318.221000', '154318.223000', '154318.226000', '154318.228000', '154318.231000', '154318.234000', '154318.236000', '154338.125000', '154338.127000', '154338.130000', '154338.133000', '154338.135000', '154338.138000', '154338.140000', '154338.143000', '154338.146000', '154338.148000', '154338.151000', '154338.153000', '154338.156000', '154338.158000', '154338.161000', '154338.164000', '154338.166000', '154338.169000', '154338.171000', '154338.174000', '154338.177000', '154338.179000', '154338.182000', '154338.184000', '154338.187000', '154338.190000', '154338.192000', '154338.195000', '154338.197000', '154338.200000', '154338.202000', '154338.205000', '154338.208000', '154338.210000', '154338.213000', '154338.215000', '154338.218000', '154338.221000', '154338.223000', '154338.226000', '154338.229000', '154338.231000', '154338.234000', '154358.124000', '154358.127000', '154358.130000', '154358.133000', '154358.135000', '154358.138000', '154358.140000', '154358.143000', '154358.146000', '154358.148000', '154358.151000', '154358.153000', '154358.156000', '154358.159000', '154358.161000', '154358.164000', '154358.166000', '154358.169000', '154358.172000', '154358.174000', '154358.177000', '154358.179000', '154358.182000', '154358.184000', '154358.187000', '154358.190000', '154358.192000', '154358.195000', '154358.197000', '154358.207000', '154358.209000', '154358.212000', '154358.215000', '154358.217000', '154358.220000', '154358.222000', '154358.225000', '154358.227000', '154358.230000', '154358.232000', '154358.235000', '154358.238000', '154358.240000', '154358.243000', '154418.124000', '154418.127000', '154418.130000', '154418.133000', '154418.135000', '154418.138000', '154418.140000', '154418.143000', '154418.145000', '154418.148000', '154418.150000', '154418.153000', '154418.156000', '154418.158000', '154418.161000', '154418.163000', '154418.166000', '154418.168000', '154418.171000', '154418.174000', '154418.176000', '154418.179000', '154418.181000', '154418.184000', '154418.186000', '154418.189000', '154418.191000', '154418.194000', '154418.197000', '154418.199000', '154418.202000', '154418.204000', '154418.207000', '154418.209000', '154418.212000', '154418.214000', '154418.217000', '154418.220000', '154418.222000', '154418.225000', '154418.227000', '154418.230000', '154418.232000', '154438.125000', '154438.128000', '154438.130000', '154438.133000', '154438.135000', '154438.138000', '154438.140000', '154438.143000', '154438.145000', '154438.148000', '154438.151000', '154438.153000', '154438.156000', '154438.160000', '154438.163000', '154438.166000', '154438.168000', '154438.171000', '154438.174000', '154438.176000', '154438.179000', '154438.182000', '154438.184000', '154438.187000', '154438.189000', '154438.192000', '154438.194000', '154438.197000', '154438.200000', '154438.202000', '154438.205000', '154438.207000', '154438.210000', '154438.213000', '154438.215000', '154438.218000', '154438.221000', '154438.223000', '154438.226000', '154438.228000', '154438.231000', '154438.233000', '154438.236000', '154458.124000', '154458.128000', '154458.130000', '154458.133000', '154458.136000', '154458.138000', '154458.141000', '154458.143000', '154458.146000', '154458.149000', '154458.151000', '154458.154000', '154458.156000', '154458.159000', '154458.162000', '154458.164000', '154458.167000', '154458.169000', '154458.172000', '154458.174000', '154458.177000', '154458.180000', '154458.182000', '154458.185000', '154458.187000', '154458.190000', '154458.192000', '154458.195000', '154458.198000', '154458.200000', '154458.203000', '154458.205000', '154458.208000', '154458.210000', '154458.213000', '154458.216000', '154458.218000', '154458.221000', '154458.223000', '154458.226000', '154458.228000', '154458.231000', '154458.234000', '154458.236000', '154518.123000', '154518.126000', '154518.129000', '154518.131000', '154518.134000', '154518.137000', '154518.139000', '154518.142000', '154518.144000', '154518.147000', '154518.150000', '154518.152000', '154518.155000', '154518.158000', '154518.160000', '154518.163000', '154518.166000', '154518.169000', '154518.171000', '154518.174000', '154518.177000', '154518.179000', '154518.182000', '154518.202000', '154518.204000', '154518.207000', '154518.210000', '154518.212000', '154518.215000', '154518.217000', '154518.220000', '154518.223000', '154518.225000', '154518.228000', '154518.230000', '154518.233000', '154518.235000', '154518.238000', '154518.240000', '154518.243000', '154518.246000', '154518.248000', '154518.251000', '154538.125000', '154538.127000', '154538.130000', '154538.132000', '154538.135000', '154538.138000', '154538.140000', '154538.143000', '154538.145000', '154538.148000', '154538.151000', '154538.153000', '154538.156000', '154538.159000', '154538.161000', '154538.164000', '154538.167000', '154538.169000', '154538.172000', '154538.174000', '154538.177000', '154538.180000', '154538.182000', '154538.185000', '154538.188000', '154538.190000', '154538.193000', '154538.196000', '154538.198000', '154538.201000', '154538.203000', '154538.206000', '154538.208000', '154538.211000', '154538.214000', '154538.216000', '154538.219000', '154538.221000', '154538.224000', '154538.226000', '154538.229000', '154538.232000', '154538.234000', '154538.237000', '154558.125000', '154558.128000', '154558.130000', '154558.133000', '154558.136000', '154558.138000', '154558.141000', '154558.143000', '154558.146000', '154558.149000', '154558.151000', '154558.154000', '154558.157000', '154558.159000', '154558.162000', '154558.165000', '154558.167000', '154558.170000', '154558.173000', '154558.176000', '154558.178000', '154558.181000', '154558.183000', '154558.186000', '154558.190000', '154558.193000', '154558.195000', '154558.199000', '154558.202000', '154558.205000', '154558.207000', '154558.210000', '154558.213000', '154558.215000', '154558.218000', '154558.221000', '154558.223000', '154558.226000', '154558.229000', '154558.231000', '154558.234000', '154558.236000', '154558.239000', '154618.125000', '154618.127000', '154618.130000', '154618.133000', '154618.135000', '154618.138000', '154618.140000', '154618.143000', '154618.146000', '154618.148000', '154618.151000', '154618.154000', '154618.156000', '154618.159000', '154618.161000', '154618.164000', '154618.167000', '154618.170000', '154618.173000', '154618.175000', '154618.178000', '154618.181000', '154618.183000', '154618.186000', '154618.188000', '154618.191000', '154618.194000', '154618.196000', '154618.199000', '154618.201000', '154618.204000', '154618.206000', '154618.209000', '154618.212000', '154618.214000', '154618.217000', '154618.220000', '154618.222000', '154618.225000', '154618.228000', '154618.230000', '154618.233000', '154618.235000', '154618.238000', '154638.125000', '154638.127000', '154638.130000', '154638.133000', '154638.135000', '154638.138000', '154638.141000', '154638.143000', '154638.146000', '154638.149000', '154638.151000', '154638.154000', '154638.157000', '154638.159000', '154638.162000', '154638.165000', '154638.167000', '154638.170000', '154638.173000', '154638.176000', '154638.179000', '154638.181000', '154638.184000', '154638.187000', '154638.189000', '154638.192000', '154638.195000', '154638.197000', '154638.200000', '154638.203000', '154638.205000', '154638.208000', '154638.210000', '154638.213000', '154638.216000', '154638.218000', '154638.221000', '154638.224000', '154638.226000', '154638.229000', '154638.231000', '154638.234000', '154638.237000', '154658.125000', '154658.128000', '154658.130000', '154658.133000', '154658.136000', '154658.138000', '154658.141000', '154658.143000', '154658.152000', '154658.155000', '154658.157000', '154658.160000', '154658.163000', '154658.165000', '154658.168000', '154658.170000', '154658.173000', '154658.176000', '154658.178000', '154658.181000', '154658.184000', '154658.186000', '154658.189000', '154658.191000', '154658.194000', '154658.197000', '154658.199000', '154658.202000', '154658.205000', '154658.207000', '154658.210000', '154658.212000', '154658.215000', '154658.218000', '154658.220000', '154658.223000', '154658.226000', '154658.228000', '154658.231000', '154658.233000', '154658.236000', '154658.239000', '154658.241000', '154658.244000', '154718.125000', '154718.127000', '154718.130000', '154718.133000', '154718.135000', '154718.138000', '154718.141000', '154718.143000', '154718.146000', '154718.148000', '154718.151000', '154718.154000', '154718.156000', '154718.159000', '154718.162000', '154718.164000', '154718.167000', '154718.170000', '154718.172000', '154718.175000', '154718.178000', '154718.180000', '154718.183000', '154718.185000', '154718.188000', '154718.191000', '154718.194000', '154718.196000', '154718.199000', '154718.201000', '154718.204000', '154718.207000', '154718.209000', '154718.212000', '154718.215000', '154718.217000', '154718.220000', '154718.222000', '154718.225000', '154718.228000', '154718.230000', '154718.233000', '154718.236000', '154738.124000', '154738.126000', '154738.129000', '154738.132000', '154738.135000', '154738.137000', '154738.140000', '154738.143000', '154738.145000', '154738.148000', '154738.150000', '154738.153000', '154738.156000', '154738.158000', '154738.161000', '154738.164000', '154738.166000', '154738.169000', '154738.171000', '154738.174000', '154738.177000', '154738.179000', '154738.182000', '154738.185000', '154738.187000', '154738.190000', '154738.193000', '154738.195000', '154738.198000', '154738.200000', '154738.203000', '154738.206000', '154738.208000', '154738.211000', '154738.214000', '154738.216000', '154738.219000', '154738.221000', '154738.224000', '154738.227000', '154738.229000', '154738.232000', '154738.234000', '154738.237000', '154758.127000', '154758.130000', '154758.133000', '154758.135000', '154758.138000', '154758.141000', '154758.143000', '154758.146000', '154758.148000', '154758.151000', '154758.154000', '154758.156000', '154758.159000', '154758.161000', '154758.164000', '154758.167000', '154758.169000', '154758.172000', '154758.174000', '154758.177000', '154758.180000', '154758.182000', '154758.185000', '154758.187000', '154758.190000', '154758.193000', '154758.195000', '154758.198000', '154758.201000', '154758.204000', '154758.207000', '154758.210000', '154758.213000', '154758.215000', '154758.218000', '154758.221000', '154758.223000', '154758.226000', '154758.228000', '154758.231000', '154758.234000', '154758.237000', '154758.239000', '154818.124000', '154818.127000', '154818.130000', '154818.133000', '154818.166000', '154818.169000', '154818.172000', '154818.174000', '154818.177000', '154818.179000', '154818.182000', '154818.185000', '154818.187000', '154818.190000', '154818.193000', '154818.195000', '154818.198000', '154818.200000', '154818.203000', '154818.206000', '154818.208000', '154818.211000', '154818.214000', '154818.216000', '154818.219000', '154818.221000', '154818.224000', '154818.227000', '154818.229000', '154818.232000', '154818.235000', '154818.237000', '154818.240000', '154818.242000', '154818.245000', '154818.248000', '154818.250000', '154818.253000', '154818.256000', '154818.258000', '154818.261000', '154818.263000', '154818.266000', '154818.269000', '154838.125000', '154838.127000', '154838.130000', '154838.133000', '154838.135000', '154838.138000', '154838.141000', '154838.143000', '154838.146000', '154838.149000', '154838.151000', '154838.154000', '154838.157000', '154838.159000', '154838.162000', '154838.164000', '154838.167000', '154838.170000', '154838.172000', '154838.175000', '154838.178000', '154838.180000', '154838.183000', '154838.185000', '154838.188000', '154838.191000', '154838.193000', '154838.196000', '154838.199000', '154838.201000', '154838.204000', '154838.206000', '154838.209000', '154838.212000', '154838.214000', '154838.217000', '154838.220000', '154838.223000', '154838.226000', '154838.230000', '154838.233000', '154838.235000', '154838.238000', '154858.124000', '154858.127000', '154858.130000', '154858.133000', '154858.135000', '154858.143000', '154858.145000', '154858.148000', '154858.151000', '154858.153000', '154858.156000', '154858.158000', '154858.161000', '154858.164000', '154858.167000', '154858.169000', '154858.172000', '154858.174000', '154858.177000', '154858.180000', '154858.182000', '154858.185000', '154858.187000', '154858.190000', '154858.193000', '154858.195000', '154858.198000', '154858.200000', '154858.203000', '154858.206000', '154858.208000', '154858.211000', '154858.214000', '154858.217000', '154858.219000', '154858.222000', '154858.224000', '154858.227000', '154858.230000', '154858.232000', '154858.235000', '154858.237000', '154858.240000', '154858.243000', '154918.125000', '154918.127000', '154918.130000', '154918.134000', '154918.136000', '154918.139000', '154918.141000', '154918.144000', '154918.147000', '154918.149000', '154918.152000', '154918.155000', '154918.157000', '154918.160000', '154918.162000', '154918.165000', '154918.168000', '154918.171000', '154918.173000', '154918.176000', '154918.178000', '154918.181000', '154918.184000', '154918.186000', '154918.189000', '154918.192000', '154918.194000', '154918.197000', '154918.200000', '154918.202000', '154918.205000', '154918.208000', '154918.210000', '154918.213000', '154918.215000', '154918.218000', '154918.221000', '154918.223000', '154918.226000', '154918.229000', '154918.231000', '154918.234000', '154918.237000', '154938.125000', '154938.127000', '154938.130000', '154938.133000', '154938.136000', '154938.138000', '154938.141000', '154938.143000', '154938.146000', '154938.149000', '154938.151000', '154938.154000', '154938.157000', '154938.159000', '154938.162000', '154938.164000', '154938.167000', '154938.170000', '154938.172000', '154938.175000', '154938.178000', '154938.180000', '154938.183000', '154938.185000', '154938.188000', '154938.191000', '154938.193000', '154938.196000', '154938.199000', '154938.201000', '154938.204000', '154938.206000', '154938.209000', '154938.212000', '154938.214000', '154938.217000', '154938.219000', '154938.222000', '154938.225000', '154938.227000', '154938.230000', '154938.233000', '154938.235000', '154938.238000', '154951.812000', '154951.815000', '154951.818000', '154951.821000', '154951.824000', '154951.827000', '154951.829000', '154951.832000', '154951.835000', '154951.838000', '154951.840000', '154951.843000', '154951.846000', '154951.849000', '154951.852000', '154951.855000', '154951.858000', '154951.860000', '154951.863000', '154951.865000', '154951.868000', '154951.871000', '154951.877000', '154951.880000', '154951.883000', '154951.886000', '154951.889000', '154951.892000', '154951.895000', '154951.898000'], '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': [8093, 10866, 8856, 10625, 8297, 11196, 8229, 10564, 8560, 10359, 8019, 9768, 8065, 9905, 8312, 8919, 10930, 9642, 10584, 9813, 10781, 9321, 11166, 8603, 12494, 8861, 11292, 8801, 10518, 8625, 10387, 8137, 11217, 8128, 11467, 8073, 10890, 8241, 9985, 7725, 9991, 7735, 9758, 8332, 10379, 9210, 10522, 9630, 9217, 10925, 8480, 10738, 8112, 11038, 8404, 10574, 7951, 9801, 8273, 9967, 11525, 9934, 12261, 9233, 11564, 8130, 11844, 8367, 11562, 8114, 9625, 9383, 10651, 8114, 9928, 10799, 8090, 11145, 7357, 10819, 11316, 8382, 11589, 9011, 12173, 8896, 11295, 9827, 10529, 10609, 10707, 10296, 10307, 10522, 10040, 10695, 9716, 10668, 8861, 11584, 7907, 11847, 8032, 9867, 10243, 11135, 10747, 10333, 11823, 9236, 12714, 8125, 11513, 8631, 11250, 7867, 9934, 9346, 10333, 12835, 9343, 13308, 8531, 11157, 8774, 11715, 7616, 10297, 8978, 9913, 12297, 8442, 12520, 7843, 11444, 7780, 11114, 7291, 10628, 9544, 9975, 12733, 9362, 12796, 7939, 11714, 8714, 10051, 8613, 10710, 10144, 9400, 11374, 8141, 12513, 8095, 11526, 8763, 10531, 11021, 11093, 11009, 10324, 10508, 9716, 11373, 8207, 11923, 7733, 10495, 9764, 11040, 11196, 9249, 11361, 8302, 12485, 7746, 9627, 11296, 9979, 12091, 8174, 11796, 7652, 10689, 10245, 9503, 12054, 8392, 11761, 8003, 11290, 8250, 10400, 11745, 9031, 11561, 8204, 11829, 7824, 10032, 7797, 10299, 8023, 9681, 11766, 12266, 8818, 11331, 8324, 11783, 8587, 11580, 8461, 10455, 8107, 10533, 10532, 9851, 12966, 9486, 11650, 8577, 10813, 8488, 11897, 7818, 11771, 7568, 9626, 11170, 10414, 11041, 9237, 11020, 8444, 11976, 7880, 11450, 8365, 10264, 10300, 10295, 10326, 8675, 11683, 8210, 10720, 8050, 9753, 11891, 10287, 11397, 9621, 11279, 8526, 11847, 7799, 11212, 7603, 10218, 10421, 9052, 10883, 8703, 10668, 7762, 10559, 8548, 9706, 11036, 8999, 11519, 9175, 11391, 8249, 9583, 9471, 9861, 12590, 9031, 14160, 8818, 13050, 8603, 11925, 9080, 11484, 7757, 10192, 8209, 9898, 10043, 9060, 10304, 8046, 11235, 7874, 9239, 10668, 9826, 11579, 8523, 11290, 8797, 11456, 7833, 8784, 8964, 9074, 11692, 9923, 9618, 8886, 9833, 7834, 10989, 7717, 9857, 7839, 9391, 10259, 7411, 9765, 9401, 8738, 10938, 9345, 10709, 9026, 10592, 8692, 10365, 8384, 9788, 9488, 9342, 10293, 9462, 13254, 9025, 12358, 7976, 10761, 9476, 10418, 8379, 8193, 8784, 8297, 11228, 8683, 11164, 8228, 10413, 7840, 9634, 7471, 9946, 7782, 9653, 9445, 8820, 11332, 8163, 10407, 8020, 10497, 8133, 9166, 8996, 9490, 10172, 9144, 11161, 8682, 10972, 8109, 9817, 7507, 10288, 7557, 9646, 9140, 9123, 10786, 8782, 11332, 7929, 9621, 8252, 10307, 7639, 9674, 8198, 9401, 10223, 8508, 9800, 7882, 10524, 8004, 8273, 9708, 9695, 10641, 9187, 10806, 8178, 10175, 8045, 10310, 7928, 10096, 7861, 9302, 9922, 9370, 10589, 8966, 10152, 8373, 9584, 7504, 10150, 7634, 8793, 10437, 9328, 11635, 8518, 11742, 8209, 12529, 8139, 10031, 7622, 9992, 7938, 8756, 7619, 8957, 8728, 8638, 10802, 8716, 10345, 8231, 9257, 7671, 9722, 7693, 9416, 7935, 9490, 9169, 8371, 9102, 8205, 9941, 7802, 9729, 8604, 8412, 11129, 9205, 11851, 8365, 11623, 8038, 10194, 7788, 8213, 8017, 8400, 10549, 8402, 11070, 8211, 10901, 7704, 9384, 7749, 9806, 7771, 8037, 7962, 9143, 8644, 8886, 10116, 8230, 9143, 8501, 9692, 7873, 10054, 7757, 8601, 7849, 8876, 8658, 8882, 9754, 8651, 9644, 8180, 9971, 7625, 8608, 9000, 9572, 9511, 8979, 9284, 8821, 8943, 8685, 9604, 7803, 9967, 7587, 9830, 7819, 9704, 8308, 9276, 8575, 9193, 9309, 8713, 10070, 8351, 10249, 7984, 10345, 7961, 9775, 8198, 9169, 10082, 9261, 9820, 8585, 9995, 8554, 9969, 8462, 9979, 7846, 10068, 7640, 8654, 7862, 8574, 8019, 8571, 10503, 9317, 10714, 9235, 10332, 8484, 9643, 8565, 9446, 8548, 9368, 7839, 9827, 7971, 9611, 8087, 8728, 7407, 9106, 9060, 8754, 8961, 8501, 8799, 8605, 9829, 7966, 8342, 8591, 9262, 10280, 8969, 10439, 8097, 9635, 8631, 9023, 7831, 8752, 9678, 8575, 11554, 8618, 9950, 7826, 10003, 8060, 8746, 9252, 9153, 10015, 8820, 10205, 8279, 9692, 8016, 10258, 8213, 8198, 7944, 9278, 9368, 8833, 10190, 8340, 9038, 8097, 10045, 7925, 9910, 7899, 9366, 7852, 8722, 8056, 8450, 8492, 9222, 9381, 8741, 9293, 8514, 9103, 8406, 9714, 7926, 9258, 7783, 8544, 7268, 9138, 8974, 8328, 9164, 8335, 9454, 8123, 8224, 9989, 8175, 11562, 8862, 10819, 8414, 10166, 8328, 10667, 8291, 10720, 8076, 10414, 7755, 9191, 7758, 9052, 7879, 8234, 8328, 8407, 10455, 8841, 10853, 8033, 10197, 8135, 9177, 7802, 9069, 7780, 8073, 9990, 8530, 10369, 8152, 9509, 8807, 10650, 8721, 10557, 8132, 8845, 7862, 8757, 7588, 8127, 8661, 8843, 10809, 8809, 11093, 8176, 8904, 8115, 9087, 7772, 8935, 7837, 8559, 7579, 8445, 8884, 8229, 10391, 8727, 9196, 8044, 8917, 7843, 8277, 10260, 8831, 11044, 8529, 10149, 8098, 8661, 8131, 9223, 7763, 8739, 8027, 8410, 8064, 8221, 9265, 8386, 9220, 8369, 10753, 8537, 8835, 7736, 8513, 8628, 8546, 9951, 8836, 10554, 8905, 11212, 8516, 10664, 7969, 9132, 7998, 9534, 7580, 8601, 7648, 8204, 8633, 8774, 9325, 8266, 9562, 8501, 9571, 7594, 8678, 7684, 8108, 8700, 8609, 10464, 8185, 9171, 8114, 8347, 10744, 7806, 11755, 8372, 12465, 8531, 11012, 8121, 9724, 7469, 8138, 8449, 8978, 10476, 8413, 10343, 8153, 10561, 8265, 9778, 7484, 8200, 8389, 8488, 10665, 8632, 11098, 8129, 10727, 8309, 9696, 8601, 9366, 8111, 8516, 8570, 8266, 10428, 8389, 9438, 8517, 11202, 8441, 11334, 7648, 9081, 7289, 8195, 9126, 7925, 9802, 8333, 11177, 8461, 10995, 7694, 8639, 7664, 8165, 8650, 8597, 10423, 8512, 10656, 7899, 9532, 7656, 8289, 8420, 7887, 9716, 8484, 11373, 8605, 9502, 8006, 9095, 8040, 8587, 9546, 8907, 11050, 8490, 10078, 8759, 10708, 8646, 9526, 7814, 8948, 8026, 8568, 8955, 7960, 10074, 8917, 10929, 9013, 11037, 8310, 9270, 8306, 9664, 7578, 9187, 7610, 8608, 9183, 8332, 9079, 8627, 9130, 8860, 10099, 8687, 8998, 7623, 8697, 7895, 8372, 7777, 8068, 8696, 8575, 9134, 8691, 9255, 8462, 9195, 8129, 9836, 7786, 8551, 9985, 9017, 10861, 8882, 11475, 8261, 9448, 8155, 9773, 7833, 9466, 7788, 8370, 9483, 8797, 10396, 8717, 10131, 8528, 9562, 7814, 9334, 7829, 8424, 10408, 9031, 10911, 8763, 10555, 8246, 9224, 8154, 9728, 7580, 8861, 7946, 8765, 8567, 8502, 9000, 8848, 9268, 8510, 9915, 8052, 9016, 7853, 8710, 9368, 9021, 10180, 8396, 9540, 8739, 9158, 8940, 9805, 7915, 8237, 10224, 9558, 10881, 9273, 11603, 8627, 11040, 8386, 9535, 8289, 9621, 7749, 8264, 9333, 8956, 10845, 9228, 11331, 8777, 10422, 8388, 8909, 8233, 9718, 7920, 8791, 8634, 8892, 10032, 9311, 10475, 8771, 11589, 8874, 9837, 8304, 9233, 8200, 9388, 8141, 9017, 7890, 8631, 10203, 9460, 10041, 9184, 10259, 8530, 9288, 8516, 9382, 8125, 9250, 7529, 8919, 8282, 9235, 9761, 9073, 10233, 9058, 10415, 8984, 9311, 8097, 8803, 8950, 9514, 9911, 9827, 10260, 9100, 10064, 8862, 9584, 8434, 9671, 8071, 8899, 9965, 9226, 11301, 9524, 11333, 8651, 9307, 8529, 9558, 8212, 9219, 7829, 8982, 10871, 10096, 10987, 9276, 10565, 8848, 9644, 8704, 9740, 8224, 9566, 7750, 9598, 8137, 9406, 9264, 9695, 10388, 9587, 10132, 9186, 9716, 8604, 9530, 7972, 9634, 8408, 9140, 10066, 9865, 9902, 9983, 9427, 9706, 10173, 9719, 10491, 10447, 9163, 9941, 8847, 10043, 8400, 9817, 8810, 9008, 11875, 9929, 10878, 9792, 10230, 8982, 10103, 9224, 10067, 9122, 9674, 8674, 10130, 8425, 10086, 8145, 9130, 9506, 9844, 10573, 9532, 10068, 9120, 10976, 9334, 9726, 8976, 10030, 8180, 9628, 8358, 9185, 9857, 9043, 11392, 9388, 10899, 8918, 9759, 8288, 9862, 8019, 8797, 8088, 8851, 9951, 9735, 9643, 9302, 9821, 9179, 10266, 8441, 9279, 9659, 9085, 11118, 9045, 9898, 8913, 10132, 7974, 9024, 8624, 9243, 9238, 9174, 9392, 8780, 10017, 8698, 10025, 8078, 9405, 8467, 9473, 9879, 9505, 10355, 8742, 9380, 8774, 10375, 8198, 9822, 7828, 8977, 8570, 9042, 9095, 8639, 9754, 9444, 10691, 8986, 10037, 8358, 9865, 8024, 9087, 7638, 8723, 9282, 8947, 10663, 8596, 11006, 8371, 9661, 8414, 9989, 8256, 8656, 8308, 9157, 10039, 8977, 10870, 8294, 9479, 8135, 8927, 8358, 8877, 10467, 8470, 11356, 9039, 11491, 8931, 10250, 8237, 9571, 8155, 8930, 7957, 8768, 10173, 8600, 10434, 9193, 10712, 8907, 9516, 8065, 8921, 9302, 9331, 10485, 8912, 10820, 8760, 12010, 8699, 10013, 8241, 9850, 8239, 8863, 8116, 8817, 8159, 9061, 9769, 9026, 9317, 8531, 9862, 8186, 9076, 8586, 8891, 9053, 8648, 10713, 9324, 10035, 8944, 10083, 8362, 10065, 8156, 9240, 8214, 8520, 8478, 9292, 10063, 9428, 10588, 8711, 9777, 8377, 9945, 8044, 9134, 8712, 9026, 8767, 9233, 10055, 9303, 10492, 9062, 10644], 'WindowCenter': [3987.0, 4002.0, 3969.0, 3975.0, 3955.0, 3973.0, 3942.0, 3961.0, 3940.0, 3961.0, 3931.0, 3960.0, 3930.0, 3961.0, 3940.0, 3940.0, 3970.0, 3951.0, 3961.0, 3962.0, 3970.0, 3952.0, 3971.0, 3941.0, 3981.0, 3951.0, 3969.0, 3951.0, 3959.0, 3941.0, 3961.0, 3931.0, 3971.0, 3930.0, 3970.0, 3930.0, 3960.0, 3940.0, 3961.0, 3931.0, 3961.0, 3931.0, 3961.0, 3942.0, 3974.0, 3951.0, 3973.0, 3962.0, 3964.0, 3974.0, 3955.0, 3972.0, 3944.0, 3972.0, 3943.0, 3973.0, 3943.0, 3963.0, 3943.0, 3962.0, 3983.0, 3963.0, 3984.0, 3963.0, 3983.0, 3945.0, 3984.0, 3942.0, 3982.0, 3942.0, 3952.0, 3952.0, 3972.0, 3941.0, 3975.0, 3974.0, 3946.0, 3975.0, 3934.0, 3987.0, 3987.0, 3958.0, 3986.0, 3957.0, 3986.0, 3954.0, 3973.0, 3964.0, 3964.0, 3962.0, 3963.0, 3962.0, 3963.0, 3963.0, 3964.0, 3962.0, 3964.0, 3963.0, 3954.0, 3975.0, 3944.0, 3985.0, 3935.0, 3966.0, 3966.0, 3975.0, 3975.0, 3965.0, 3985.0, 3955.0, 3984.0, 3934.0, 3974.0, 3944.0, 3973.0, 3932.0, 3963.0, 3954.0, 3965.0, 3984.0, 3955.0, 3984.0, 3944.0, 3963.0, 3944.0, 3974.0, 3923.0, 3965.0, 3954.0, 3965.0, 3985.0, 3946.0, 3986.0, 3933.0, 3975.0, 3933.0, 3973.0, 3923.0, 3964.0, 3955.0, 3966.0, 3985.0, 3955.0, 3984.0, 3935.0, 3974.0, 3944.0, 3953.0, 3944.0, 3964.0, 3963.0, 3954.0, 3975.0, 3935.0, 3985.0, 3934.0, 3975.0, 3943.0, 3965.0, 3974.0, 3974.0, 3963.0, 3964.0, 3964.0, 3955.0, 3974.0, 3945.0, 3974.0, 3934.0, 3966.0, 3965.0, 3976.0, 3976.0, 3956.0, 3975.0, 3946.0, 3985.0, 3923.0, 3955.0, 3975.0, 3955.0, 3974.0, 3946.0, 3975.0, 3935.0, 3976.0, 3964.0, 3967.0, 3986.0, 3945.0, 3976.0, 3935.0, 3974.0, 3945.0, 3966.0, 3975.0, 3956.0, 3975.0, 3946.0, 3975.0, 3935.0, 3953.0, 3935.0, 3965.0, 3932.0, 3965.0, 3988.0, 3999.0, 3971.0, 3988.0, 3958.0, 3987.0, 3947.0, 3973.0, 3945.0, 3965.0, 3935.0, 3977.0, 3964.0, 3966.0, 3984.0, 3954.0, 3973.0, 3945.0, 3964.0, 3945.0, 3975.0, 3933.0, 3974.0, 3924.0, 3955.0, 3975.0, 3964.0, 3974.0, 3954.0, 3963.0, 3944.0, 3974.0, 3935.0, 3975.0, 3934.0, 3965.0, 3964.0, 3965.0, 3962.0, 3945.0, 3973.0, 3946.0, 3977.0, 3936.0, 3956.0, 3974.0, 3965.0, 3974.0, 3955.0, 3962.0, 3945.0, 3973.0, 3935.0, 3973.0, 3936.0, 3965.0, 3964.0, 3956.0, 3974.0, 3958.0, 3976.0, 3934.0, 3977.0, 3954.0, 3967.0, 3977.0, 3956.0, 3986.0, 3957.0, 3975.0, 3945.0, 3963.0, 3965.0, 3963.0, 3985.0, 3954.0, 3993.0, 3942.0, 3980.0, 3942.0, 3971.0, 3944.0, 3973.0, 3920.0, 3963.0, 3941.0, 3963.0, 3964.0, 3956.0, 3962.0, 3935.0, 3973.0, 3932.0, 3952.0, 3965.0, 3965.0, 3974.0, 3943.0, 3972.0, 3944.0, 3972.0, 3922.0, 3941.0, 3941.0, 3941.0, 3972.0, 3953.0, 3952.0, 3953.0, 3964.0, 3933.0, 3974.0, 3947.0, 3980.0, 3946.0, 3967.0, 3977.0, 3934.0, 3979.0, 3967.0, 3968.0, 3987.0, 3965.0, 3974.0, 3955.0, 3974.0, 3955.0, 3974.0, 3956.0, 3963.0, 3965.0, 3954.0, 3964.0, 3965.0, 3996.0, 3955.0, 3982.0, 3932.0, 3971.0, 3954.0, 3964.0, 3931.0, 3931.0, 3941.0, 3931.0, 3962.0, 3940.0, 3971.0, 3941.0, 3959.0, 3932.0, 3950.0, 3921.0, 3963.0, 3931.0, 3963.0, 3964.0, 3955.0, 3974.0, 3945.0, 3962.0, 3934.0, 3964.0, 3932.0, 3954.0, 3954.0, 3954.0, 3962.0, 3953.0, 3974.0, 3943.0, 3973.0, 3932.0, 3963.0, 3922.0, 3963.0, 3932.0, 3963.0, 3963.0, 3954.0, 3975.0, 3956.0, 3974.0, 3945.0, 3952.0, 3942.0, 3962.0, 3931.0, 3954.0, 3945.0, 3953.0, 3964.0, 3956.0, 3963.0, 3945.0, 3973.0, 3945.0, 3943.0, 3963.0, 3963.0, 3975.0, 3953.0, 3972.0, 3945.0, 3962.0, 3935.0, 3962.0, 3934.0, 3964.0, 3943.0, 3954.0, 3965.0, 3953.0, 3973.0, 3955.0, 3962.0, 3943.0, 3952.0, 3923.0, 3965.0, 3935.0, 3954.0, 3977.0, 3954.0, 3985.0, 3945.0, 3973.0, 3943.0, 3982.0, 3934.0, 3951.0, 3933.0, 3951.0, 3932.0, 3943.0, 3933.0, 3952.0, 3943.0, 3942.0, 3973.0, 3943.0, 3962.0, 3944.0, 3954.0, 3933.0, 3963.0, 3944.0, 3963.0, 3942.0, 3963.0, 3952.0, 3955.0, 3953.0, 3955.0, 3964.0, 3944.0, 3964.0, 3954.0, 3945.0, 3974.0, 3953.0, 3983.0, 3943.0, 3973.0, 3932.0, 3960.0, 3931.0, 3943.0, 3932.0, 3944.0, 3972.0, 3943.0, 3974.0, 3945.0, 3972.0, 3933.0, 3952.0, 3932.0, 3960.0, 3931.0, 3931.0, 3932.0, 3953.0, 3941.0, 3953.0, 3963.0, 3944.0, 3952.0, 3954.0, 3952.0, 3943.0, 3963.0, 3933.0, 3943.0, 3932.0, 3953.0, 3942.0, 3953.0, 3955.0, 3955.0, 3963.0, 3944.0, 3963.0, 3933.0, 3942.0, 3952.0, 3964.0, 3963.0, 3954.0, 3953.0, 3955.0, 3952.0, 3955.0, 3964.0, 3934.0, 3963.0, 3932.0, 3963.0, 3933.0, 3953.0, 3945.0, 3966.0, 3956.0, 3967.0, 3954.0, 3957.0, 3965.0, 3946.0, 3965.0, 3946.0, 3965.0, 3945.0, 3965.0, 3944.0, 3954.0, 3963.0, 3953.0, 3964.0, 3956.0, 3964.0, 3945.0, 3964.0, 3945.0, 3953.0, 3934.0, 3964.0, 3934.0, 3943.0, 3934.0, 3942.0, 3933.0, 3944.0, 3963.0, 3954.0, 3963.0, 3954.0, 3963.0, 3944.0, 3952.0, 3943.0, 3952.0, 3942.0, 3952.0, 3934.0, 3963.0, 3933.0, 3954.0, 3934.0, 3955.0, 3924.0, 3955.0, 3954.0, 3957.0, 3955.0, 3956.0, 3944.0, 3955.0, 3966.0, 3946.0, 3956.0, 3957.0, 3968.0, 3977.0, 3968.0, 3976.0, 3947.0, 3966.0, 3956.0, 3955.0, 3934.0, 3944.0, 3965.0, 3955.0, 3974.0, 3956.0, 3964.0, 3935.0, 3965.0, 3945.0, 3956.0, 3966.0, 3956.0, 3964.0, 3955.0, 3965.0, 3946.0, 3965.0, 3945.0, 3964.0, 3945.0, 3944.0, 3934.0, 3956.0, 3955.0, 3956.0, 3965.0, 3946.0, 3955.0, 3946.0, 3963.0, 3934.0, 3953.0, 3934.0, 3952.0, 3933.0, 3942.0, 3932.0, 3934.0, 3942.0, 3954.0, 3952.0, 3945.0, 3955.0, 3946.0, 3955.0, 3945.0, 3964.0, 3946.0, 3956.0, 3934.0, 3944.0, 3934.0, 3966.0, 3955.0, 3959.0, 3966.0, 3957.0, 3966.0, 3947.0, 3946.0, 3966.0, 3945.0, 3976.0, 3953.0, 3975.0, 3944.0, 3964.0, 3945.0, 3963.0, 3945.0, 3974.0, 3935.0, 3962.0, 3934.0, 3954.0, 3934.0, 3943.0, 3934.0, 3944.0, 3944.0, 3946.0, 3975.0, 3955.0, 3976.0, 3946.0, 3965.0, 3947.0, 3956.0, 3936.0, 3955.0, 3935.0, 3934.0, 3965.0, 3944.0, 3964.0, 3934.0, 3955.0, 3956.0, 3963.0, 3945.0, 3964.0, 3935.0, 3955.0, 3946.0, 3945.0, 3935.0, 3946.0, 3956.0, 3957.0, 3976.0, 3956.0, 3988.0, 3957.0, 3956.0, 3946.0, 3956.0, 3936.0, 3956.0, 3936.0, 3955.0, 3935.0, 3946.0, 3957.0, 3958.0, 3977.0, 3958.0, 3966.0, 3948.0, 3956.0, 3946.0, 3946.0, 3977.0, 3956.0, 3976.0, 3946.0, 3965.0, 3946.0, 3946.0, 3947.0, 3954.0, 3935.0, 3945.0, 3935.0, 3944.0, 3935.0, 3945.0, 3955.0, 3946.0, 3955.0, 3946.0, 3975.0, 3956.0, 3955.0, 3936.0, 3956.0, 3958.0, 3956.0, 3966.0, 3957.0, 3976.0, 3957.0, 3975.0, 3947.0, 3964.0, 3935.0, 3953.0, 3936.0, 3954.0, 3934.0, 3945.0, 3935.0, 3945.0, 3944.0, 3945.0, 3954.0, 3946.0, 3965.0, 3957.0, 3966.0, 3948.0, 3956.0, 3935.0, 3946.0, 3956.0, 3958.0, 3977.0, 3959.0, 3967.0, 3947.0, 3946.0, 3978.0, 3935.0, 3986.0, 3945.0, 3985.0, 3944.0, 3964.0, 3934.0, 3954.0, 3924.0, 3934.0, 3945.0, 3956.0, 3976.0, 3947.0, 3966.0, 3946.0, 3965.0, 3946.0, 3965.0, 3925.0, 3944.0, 3945.0, 3957.0, 3975.0, 3955.0, 3976.0, 3947.0, 3975.0, 3946.0, 3955.0, 3946.0, 3956.0, 3935.0, 3944.0, 3945.0, 3944.0, 3976.0, 3946.0, 3954.0, 3947.0, 3975.0, 3946.0, 3976.0, 3936.0, 3945.0, 3924.0, 3944.0, 3956.0, 3946.0, 3966.0, 3946.0, 3975.0, 3946.0, 3975.0, 3947.0, 3956.0, 3935.0, 3946.0, 3955.0, 3956.0, 3976.0, 3957.0, 3976.0, 3948.0, 3967.0, 3937.0, 3945.0, 3945.0, 3944.0, 3965.0, 3956.0, 3986.0, 3957.0, 3966.0, 3946.0, 3956.0, 3945.0, 3957.0, 3966.0, 3957.0, 3977.0, 3957.0, 3964.0, 3946.0, 3964.0, 3956.0, 3964.0, 3936.0, 3956.0, 3947.0, 3944.0, 3956.0, 3946.0, 3966.0, 3956.0, 3974.0, 3957.0, 3975.0, 3946.0, 3955.0, 3945.0, 3954.0, 3935.0, 3955.0, 3934.0, 3944.0, 3954.0, 3933.0, 3943.0, 3944.0, 3954.0, 3955.0, 3965.0, 3957.0, 3956.0, 3937.0, 3956.0, 3946.0, 3946.0, 3935.0, 3935.0, 3944.0, 3945.0, 3954.0, 3957.0, 3955.0, 3958.0, 3966.0, 3948.0, 3966.0, 3938.0, 3956.0, 3968.0, 3957.0, 3977.0, 3956.0, 3975.0, 3948.0, 3966.0, 3946.0, 3966.0, 3935.0, 3955.0, 3936.0, 3945.0, 3966.0, 3946.0, 3965.0, 3957.0, 3965.0, 3945.0, 3954.0, 3936.0, 3955.0, 3936.0, 3945.0, 3976.0, 3957.0, 3975.0, 3947.0, 3975.0, 3946.0, 3954.0, 3936.0, 3954.0, 3935.0, 3943.0, 3935.0, 3945.0, 3945.0, 3944.0, 3955.0, 3957.0, 3955.0, 3957.0, 3966.0, 3946.0, 3957.0, 3948.0, 3957.0, 3956.0, 3956.0, 3967.0, 3945.0, 3965.0, 3958.0, 3966.0, 3968.0, 3977.0, 3947.0, 3957.0, 3977.0, 3967.0, 3977.0, 3967.0, 3986.0, 3957.0, 3976.0, 3947.0, 3966.0, 3946.0, 3965.0, 3937.0, 3957.0, 3967.0, 3958.0, 3978.0, 3968.0, 3977.0, 3958.0, 3975.0, 3947.0, 3955.0, 3945.0, 3956.0, 3947.0, 3944.0, 3955.0, 3956.0, 3966.0, 3968.0, 3966.0, 3958.0, 3977.0, 3957.0, 3966.0, 3947.0, 3953.0, 3947.0, 3953.0, 3933.0, 3945.0, 3935.0, 3945.0, 3966.0, 3955.0, 3965.0, 3956.0, 3965.0, 3955.0, 3955.0, 3947.0, 3955.0, 3936.0, 3953.0, 3934.0, 3955.0, 3944.0, 3956.0, 3966.0, 3956.0, 3965.0, 3957.0, 3964.0, 3956.0, 3955.0, 3946.0, 3956.0, 3955.0, 3966.0, 3965.0, 3965.0, 3964.0, 3956.0, 3966.0, 3956.0, 3965.0, 3946.0, 3965.0, 3947.0, 3957.0, 3966.0, 3956.0, 3976.0, 3967.0, 3976.0, 3958.0, 3954.0, 3945.0, 3954.0, 3946.0, 3955.0, 3936.0, 3955.0, 3977.0, 3965.0, 3975.0, 3956.0, 3964.0, 3956.0, 3955.0, 3945.0, 3954.0, 3945.0, 3953.0, 3935.0, 3956.0, 3936.0, 3955.0, 3956.0, 3965.0, 3965.0, 3968.0, 3964.0, 3968.0, 3954.0, 3946.0, 3955.0, 3947.0, 3966.0, 3946.0, 3956.0, 3966.0, 3965.0, 3964.0, 3966.0, 3955.0, 3956.0, 3977.0, 3978.0, 3991.0, 3990.0, 3982.0, 3978.0, 3971.0, 3968.0, 3947.0, 3967.0, 3957.0, 3956.0, 3975.0, 3966.0, 3964.0, 3966.0, 3965.0, 3959.0, 3965.0, 3957.0, 3965.0, 3955.0, 3955.0, 3946.0, 3966.0, 3946.0, 3965.0, 3936.0, 3956.0, 3967.0, 3967.0, 3966.0, 3955.0, 3964.0, 3956.0, 3963.0, 3958.0, 3954.0, 3957.0, 3965.0, 3947.0, 3955.0, 3945.0, 3955.0, 3966.0, 3956.0, 3977.0, 3956.0, 3964.0, 3956.0, 3955.0, 3945.0, 3966.0, 3936.0, 3947.0, 3936.0, 3955.0, 3966.0, 3966.0, 3954.0, 3955.0, 3965.0, 3957.0, 3966.0, 3947.0, 3956.0, 3966.0, 3957.0, 3975.0, 3957.0, 3966.0, 3958.0, 3966.0, 3947.0, 3955.0, 3945.0, 3956.0, 3955.0, 3956.0, 3954.0, 3945.0, 3965.0, 3956.0, 3966.0, 3946.0, 3957.0, 3946.0, 3967.0, 3966.0, 3967.0, 3966.0, 3958.0, 3956.0, 3957.0, 3966.0, 3947.0, 3965.0, 3936.0, 3946.0, 3945.0, 3955.0, 3956.0, 3945.0, 3953.0, 3956.0, 3965.0, 3958.0, 3963.0, 3947.0, 3966.0, 3935.0, 3954.0, 3934.0, 3946.0, 3955.0, 3956.0, 3977.0, 3959.0, 3977.0, 3946.0, 3954.0, 3945.0, 3964.0, 3946.0, 3946.0, 3946.0, 3957.0, 3966.0, 3956.0, 3976.0, 3948.0, 3956.0, 3936.0, 3955.0, 3945.0, 3945.0, 3975.0, 3947.0, 3974.0, 3957.0, 3975.0, 3956.0, 3964.0, 3946.0, 3956.0, 3936.0, 3955.0, 3935.0, 3955.0, 3966.0, 3946.0, 3966.0, 3957.0, 3965.0, 3956.0, 3966.0, 3947.0, 3955.0, 3968.0, 3966.0, 3976.0, 3957.0, 3975.0, 3957.0, 3986.0, 3946.0, 3954.0, 3946.0, 3954.0, 3935.0, 3944.0, 3934.0, 3954.0, 3934.0, 3955.0, 3964.0, 3958.0, 3954.0, 3957.0, 3966.0, 3947.0, 3956.0, 3947.0, 3955.0, 3956.0, 3945.0, 3965.0, 3956.0, 3965.0, 3956.0, 3965.0, 3946.0, 3966.0, 3948.0, 3967.0, 3947.0, 3957.0, 3946.0, 3967.0, 3967.0, 3969.0, 3977.0, 3960.0, 3967.0, 3947.0, 3967.0, 3948.0, 3966.0, 3957.0, 3956.0, 3956.0, 3967.0, 3966.0, 3968.0, 3977.0, 3958.0, 3978.0], 'WindowWidth': [8912.0, 8917.0, 8870.0, 8867.0, 8839.0, 8857.0, 8818.0, 8839.0, 8811.0, 8838.0, 8801.0, 8835.0, 8797.0, 8836.0, 8808.0, 8808.0, 8850.0, 8823.0, 8837.0, 8839.0, 8849.0, 8827.0, 8850.0, 8810.0, 8861.0, 8824.0, 8845.0, 8823.0, 8833.0, 8812.0, 8836.0, 8799.0, 8851.0, 8798.0, 8848.0, 8797.0, 8834.0, 8809.0, 8835.0, 8797.0, 8837.0, 8799.0, 8837.0, 8814.0, 8859.0, 8826.0, 8858.0, 8843.0, 8848.0, 8859.0, 8836.0, 8854.0, 8820.0, 8855.0, 8819.0, 8855.0, 8818.0, 8843.0, 8817.0, 8841.0, 8870.0, 8845.0, 8873.0, 8845.0, 8872.0, 8824.0, 8871.0, 8817.0, 8868.0, 8817.0, 8826.0, 8827.0, 8855.0, 8813.0, 8863.0, 8860.0, 8825.0, 8860.0, 8807.0, 8880.0, 8882.0, 8847.0, 8879.0, 8842.0, 8875.0, 8831.0, 8853.0, 8844.0, 8841.0, 8839.0, 8840.0, 8839.0, 8840.0, 8840.0, 8844.0, 8838.0, 8845.0, 8840.0, 8832.0, 8859.0, 8819.0, 8873.0, 8807.0, 8848.0, 8850.0, 8859.0, 8861.0, 8847.0, 8873.0, 8834.0, 8869.0, 8805.0, 8856.0, 8818.0, 8852.0, 8798.0, 8840.0, 8828.0, 8844.0, 8868.0, 8831.0, 8870.0, 8816.0, 8841.0, 8817.0, 8854.0, 8787.0, 8844.0, 8829.0, 8846.0, 8873.0, 8822.0, 8875.0, 8803.0, 8858.0, 8802.0, 8854.0, 8789.0, 8843.0, 8831.0, 8849.0, 8873.0, 8834.0, 8870.0, 8808.0, 8856.0, 8818.0, 8827.0, 8816.0, 8842.0, 8841.0, 8831.0, 8858.0, 8807.0, 8870.0, 8803.0, 8858.0, 8816.0, 8845.0, 8855.0, 8856.0, 8839.0, 8843.0, 8842.0, 8832.0, 8855.0, 8820.0, 8856.0, 8806.0, 8848.0, 8846.0, 8862.0, 8861.0, 8835.0, 8859.0, 8822.0, 8871.0, 8788.0, 8830.0, 8858.0, 8832.0, 8856.0, 8821.0, 8858.0, 8806.0, 8862.0, 8844.0, 8850.0, 8874.0, 8819.0, 8861.0, 8806.0, 8855.0, 8819.0, 8848.0, 8857.0, 8836.0, 8858.0, 8824.0, 8858.0, 8806.0, 8827.0, 8807.0, 8846.0, 8799.0, 8848.0, 8882.0, 8897.0, 8864.0, 8882.0, 8843.0, 8880.0, 8825.0, 8854.0, 8820.0, 8845.0, 8804.0, 8863.0, 8844.0, 8847.0, 8869.0, 8828.0, 8853.0, 8820.0, 8843.0, 8819.0, 8857.0, 8801.0, 8854.0, 8791.0, 8831.0, 8857.0, 8842.0, 8855.0, 8829.0, 8840.0, 8818.0, 8854.0, 8806.0, 8856.0, 8803.0, 8843.0, 8840.0, 8844.0, 8838.0, 8819.0, 8852.0, 8820.0, 8862.0, 8808.0, 8832.0, 8856.0, 8845.0, 8854.0, 8833.0, 8836.0, 8818.0, 8853.0, 8806.0, 8855.0, 8808.0, 8844.0, 8842.0, 8835.0, 8859.0, 8846.0, 8864.0, 8807.0, 8868.0, 8833.0, 8854.0, 8867.0, 8840.0, 8877.0, 8839.0, 8859.0, 8821.0, 8842.0, 8847.0, 8843.0, 8874.0, 8831.0, 8882.0, 8811.0, 8861.0, 8813.0, 8847.0, 8814.0, 8850.0, 8778.0, 8840.0, 8811.0, 8843.0, 8845.0, 8835.0, 8840.0, 8808.0, 8854.0, 8801.0, 8826.0, 8845.0, 8845.0, 8857.0, 8815.0, 8851.0, 8818.0, 8849.0, 8785.0, 8808.0, 8809.0, 8808.0, 8850.0, 8827.0, 8824.0, 8827.0, 8842.0, 8803.0, 8859.0, 8828.0, 8876.0, 8826.0, 8853.0, 8868.0, 8809.0, 8875.0, 8856.0, 8859.0, 8880.0, 8850.0, 8859.0, 8835.0, 8860.0, 8837.0, 8861.0, 8839.0, 8843.0, 8850.0, 8831.0, 8845.0, 8845.0, 8888.0, 8833.0, 8866.0, 8801.0, 8850.0, 8831.0, 8842.0, 8796.0, 8796.0, 8811.0, 8796.0, 8837.0, 8808.0, 8847.0, 8810.0, 8832.0, 8800.0, 8822.0, 8784.0, 8841.0, 8798.0, 8842.0, 8844.0, 8835.0, 8857.0, 8822.0, 8840.0, 8807.0, 8842.0, 8801.0, 8830.0, 8830.0, 8830.0, 8839.0, 8828.0, 8857.0, 8815.0, 8855.0, 8801.0, 8841.0, 8788.0, 8841.0, 8801.0, 8843.0, 8844.0, 8833.0, 8861.0, 8837.0, 8860.0, 8824.0, 8827.0, 8814.0, 8837.0, 8799.0, 8831.0, 8820.0, 8832.0, 8846.0, 8839.0, 8843.0, 8823.0, 8856.0, 8822.0, 8817.0, 8844.0, 8844.0, 8859.0, 8831.0, 8854.0, 8821.0, 8840.0, 8808.0, 8841.0, 8807.0, 8843.0, 8816.0, 8833.0, 8847.0, 8829.0, 8856.0, 8833.0, 8841.0, 8818.0, 8828.0, 8791.0, 8846.0, 8809.0, 8831.0, 8865.0, 8832.0, 8874.0, 8821.0, 8856.0, 8818.0, 8867.0, 8805.0, 8823.0, 8804.0, 8824.0, 8800.0, 8815.0, 8803.0, 8827.0, 8816.0, 8814.0, 8855.0, 8816.0, 8841.0, 8819.0, 8832.0, 8805.0, 8845.0, 8823.0, 8844.0, 8816.0, 8846.0, 8829.0, 8838.0, 8832.0, 8836.0, 8846.0, 8822.0, 8846.0, 8834.0, 8820.0, 8859.0, 8829.0, 8869.0, 8817.0, 8856.0, 8801.0, 8835.0, 8798.0, 8815.0, 8801.0, 8818.0, 8853.0, 8818.0, 8858.0, 8821.0, 8852.0, 8802.0, 8825.0, 8801.0, 8835.0, 8799.0, 8798.0, 8801.0, 8831.0, 8813.0, 8831.0, 8843.0, 8820.0, 8828.0, 8833.0, 8826.0, 8816.0, 8840.0, 8802.0, 8815.0, 8801.0, 8829.0, 8814.0, 8830.0, 8834.0, 8835.0, 8843.0, 8820.0, 8843.0, 8804.0, 8814.0, 8828.0, 8846.0, 8843.0, 8832.0, 8831.0, 8835.0, 8828.0, 8835.0, 8847.0, 8807.0, 8843.0, 8802.0, 8840.0, 8803.0, 8830.0, 8821.0, 8850.0, 8836.0, 8855.0, 8833.0, 8841.0, 8850.0, 8826.0, 8849.0, 8823.0, 8846.0, 8820.0, 8845.0, 8818.0, 8832.0, 8841.0, 8830.0, 8844.0, 8837.0, 8845.0, 8821.0, 8843.0, 8820.0, 8827.0, 8804.0, 8842.0, 8804.0, 8815.0, 8804.0, 8813.0, 8804.0, 8817.0, 8841.0, 8830.0, 8840.0, 8829.0, 8840.0, 8816.0, 8825.0, 8815.0, 8824.0, 8812.0, 8826.0, 8804.0, 8842.0, 8802.0, 8830.0, 8805.0, 8834.0, 8792.0, 8835.0, 8832.0, 8841.0, 8834.0, 8838.0, 8820.0, 8836.0, 8850.0, 8827.0, 8840.0, 8841.0, 8858.0, 8869.0, 8858.0, 8865.0, 8829.0, 8850.0, 8838.0, 8833.0, 8806.0, 8819.0, 8847.0, 8835.0, 8860.0, 8836.0, 8844.0, 8807.0, 8846.0, 8822.0, 8836.0, 8850.0, 8837.0, 8845.0, 8835.0, 8846.0, 8825.0, 8846.0, 8821.0, 8845.0, 8820.0, 8817.0, 8806.0, 8836.0, 8834.0, 8837.0, 8848.0, 8825.0, 8833.0, 8824.0, 8842.0, 8806.0, 8828.0, 8803.0, 8825.0, 8802.0, 8811.0, 8799.0, 8804.0, 8812.0, 8831.0, 8826.0, 8821.0, 8832.0, 8823.0, 8834.0, 8823.0, 8843.0, 8826.0, 8838.0, 8806.0, 8819.0, 8805.0, 8850.0, 8836.0, 8847.0, 8852.0, 8841.0, 8850.0, 8827.0, 8823.0, 8851.0, 8820.0, 8860.0, 8827.0, 8858.0, 8818.0, 8843.0, 8819.0, 8841.0, 8820.0, 8856.0, 8808.0, 8839.0, 8805.0, 8831.0, 8803.0, 8815.0, 8804.0, 8818.0, 8819.0, 8824.0, 8861.0, 8836.0, 8862.0, 8824.0, 8848.0, 8828.0, 8835.0, 8809.0, 8832.0, 8806.0, 8804.0, 8847.0, 8818.0, 8843.0, 8804.0, 8831.0, 8834.0, 8842.0, 8819.0, 8844.0, 8807.0, 8833.0, 8824.0, 8821.0, 8808.0, 8824.0, 8836.0, 8840.0, 8864.0, 8839.0, 8882.0, 8842.0, 8838.0, 8825.0, 8835.0, 8811.0, 8836.0, 8810.0, 8834.0, 8809.0, 8824.0, 8839.0, 8843.0, 8867.0, 8845.0, 8851.0, 8830.0, 8838.0, 8826.0, 8824.0, 8866.0, 8838.0, 8863.0, 8824.0, 8847.0, 8824.0, 8823.0, 8827.0, 8831.0, 8808.0, 8821.0, 8809.0, 8817.0, 8808.0, 8821.0, 8833.0, 8824.0, 8834.0, 8825.0, 8861.0, 8838.0, 8835.0, 8812.0, 8837.0, 8841.0, 8836.0, 8848.0, 8838.0, 8862.0, 8838.0, 8861.0, 8825.0, 8843.0, 8809.0, 8829.0, 8808.0, 8830.0, 8805.0, 8820.0, 8806.0, 8819.0, 8816.0, 8821.0, 8832.0, 8825.0, 8848.0, 8839.0, 8850.0, 8829.0, 8838.0, 8809.0, 8824.0, 8838.0, 8842.0, 8867.0, 8845.0, 8853.0, 8828.0, 8824.0, 8869.0, 8809.0, 8877.0, 8819.0, 8871.0, 8816.0, 8842.0, 8805.0, 8829.0, 8792.0, 8803.0, 8819.0, 8836.0, 8861.0, 8827.0, 8849.0, 8822.0, 8847.0, 8823.0, 8845.0, 8794.0, 8818.0, 8822.0, 8838.0, 8860.0, 8836.0, 8862.0, 8826.0, 8861.0, 8824.0, 8833.0, 8823.0, 8835.0, 8806.0, 8818.0, 8820.0, 8817.0, 8862.0, 8823.0, 8830.0, 8825.0, 8859.0, 8823.0, 8862.0, 8810.0, 8819.0, 8790.0, 8818.0, 8834.0, 8823.0, 8849.0, 8824.0, 8861.0, 8825.0, 8862.0, 8828.0, 8839.0, 8808.0, 8824.0, 8836.0, 8839.0, 8864.0, 8841.0, 8865.0, 8830.0, 8853.0, 8814.0, 8822.0, 8822.0, 8820.0, 8848.0, 8837.0, 8875.0, 8839.0, 8850.0, 8825.0, 8836.0, 8822.0, 8837.0, 8849.0, 8838.0, 8864.0, 8838.0, 8844.0, 8822.0, 8844.0, 8837.0, 8846.0, 8810.0, 8837.0, 8825.0, 8819.0, 8836.0, 8824.0, 8850.0, 8836.0, 8858.0, 8837.0, 8860.0, 8824.0, 8832.0, 8822.0, 8831.0, 8807.0, 8832.0, 8804.0, 8815.0, 8830.0, 8802.0, 8815.0, 8818.0, 8831.0, 8835.0, 8847.0, 8839.0, 8836.0, 8813.0, 8836.0, 8824.0, 8823.0, 8806.0, 8806.0, 8817.0, 8821.0, 8831.0, 8839.0, 8835.0, 8842.0, 8852.0, 8830.0, 8852.0, 8816.0, 8838.0, 8855.0, 8841.0, 8865.0, 8837.0, 8862.0, 8829.0, 8850.0, 8825.0, 8848.0, 8809.0, 8833.0, 8810.0, 8819.0, 8848.0, 8823.0, 8847.0, 8839.0, 8846.0, 8823.0, 8832.0, 8810.0, 8833.0, 8811.0, 8820.0, 8863.0, 8837.0, 8860.0, 8825.0, 8860.0, 8825.0, 8830.0, 8809.0, 8829.0, 8807.0, 8814.0, 8806.0, 8818.0, 8819.0, 8817.0, 8833.0, 8837.0, 8833.0, 8840.0, 8848.0, 8824.0, 8840.0, 8829.0, 8839.0, 8837.0, 8837.0, 8851.0, 8822.0, 8847.0, 8843.0, 8851.0, 8856.0, 8867.0, 8829.0, 8842.0, 8868.0, 8854.0, 8866.0, 8854.0, 8879.0, 8840.0, 8864.0, 8826.0, 8849.0, 8825.0, 8849.0, 8813.0, 8841.0, 8854.0, 8842.0, 8868.0, 8856.0, 8866.0, 8842.0, 8861.0, 8827.0, 8835.0, 8823.0, 8835.0, 8825.0, 8819.0, 8835.0, 8837.0, 8850.0, 8854.0, 8848.0, 8842.0, 8865.0, 8840.0, 8848.0, 8824.0, 8829.0, 8824.0, 8828.0, 8801.0, 8818.0, 8807.0, 8820.0, 8848.0, 8833.0, 8845.0, 8835.0, 8848.0, 8836.0, 8833.0, 8824.0, 8833.0, 8809.0, 8828.0, 8806.0, 8832.0, 8819.0, 8837.0, 8849.0, 8837.0, 8847.0, 8839.0, 8845.0, 8836.0, 8835.0, 8825.0, 8836.0, 8835.0, 8849.0, 8847.0, 8847.0, 8843.0, 8838.0, 8849.0, 8838.0, 8847.0, 8824.0, 8848.0, 8827.0, 8839.0, 8851.0, 8838.0, 8865.0, 8852.0, 8863.0, 8840.0, 8832.0, 8820.0, 8831.0, 8822.0, 8834.0, 8809.0, 8834.0, 8864.0, 8847.0, 8859.0, 8837.0, 8845.0, 8837.0, 8832.0, 8820.0, 8830.0, 8819.0, 8828.0, 8807.0, 8835.0, 8808.0, 8833.0, 8836.0, 8848.0, 8847.0, 8854.0, 8845.0, 8854.0, 8832.0, 8823.0, 8834.0, 8825.0, 8850.0, 8823.0, 8836.0, 8849.0, 8846.0, 8843.0, 8849.0, 8834.0, 8835.0, 8864.0, 8870.0, 8893.0, 8892.0, 8885.0, 8873.0, 8866.0, 8855.0, 8827.0, 8851.0, 8840.0, 8836.0, 8859.0, 8846.0, 8842.0, 8848.0, 8846.0, 8843.0, 8847.0, 8839.0, 8845.0, 8834.0, 8833.0, 8822.0, 8848.0, 8823.0, 8845.0, 8809.0, 8834.0, 8851.0, 8852.0, 8848.0, 8833.0, 8844.0, 8835.0, 8841.0, 8839.0, 8830.0, 8839.0, 8847.0, 8824.0, 8832.0, 8821.0, 8832.0, 8850.0, 8835.0, 8863.0, 8835.0, 8843.0, 8836.0, 8834.0, 8821.0, 8848.0, 8810.0, 8825.0, 8810.0, 8833.0, 8850.0, 8849.0, 8831.0, 8834.0, 8847.0, 8839.0, 8850.0, 8827.0, 8838.0, 8850.0, 8840.0, 8862.0, 8840.0, 8848.0, 8840.0, 8849.0, 8826.0, 8834.0, 8821.0, 8835.0, 8832.0, 8837.0, 8831.0, 8821.0, 8847.0, 8838.0, 8850.0, 8825.0, 8838.0, 8824.0, 8852.0, 8849.0, 8853.0, 8850.0, 8843.0, 8836.0, 8839.0, 8848.0, 8825.0, 8847.0, 8808.0, 8820.0, 8818.0, 8833.0, 8834.0, 8820.0, 8828.0, 8834.0, 8847.0, 8839.0, 8842.0, 8824.0, 8848.0, 8808.0, 8831.0, 8806.0, 8823.0, 8834.0, 8836.0, 8866.0, 8844.0, 8864.0, 8824.0, 8831.0, 8821.0, 8844.0, 8823.0, 8823.0, 8823.0, 8839.0, 8850.0, 8836.0, 8863.0, 8829.0, 8836.0, 8810.0, 8833.0, 8820.0, 8819.0, 8860.0, 8825.0, 8858.0, 8837.0, 8858.0, 8835.0, 8843.0, 8823.0, 8836.0, 8810.0, 8833.0, 8806.0, 8834.0, 8849.0, 8823.0, 8850.0, 8839.0, 8848.0, 8836.0, 8850.0, 8827.0, 8835.0, 8855.0, 8851.0, 8864.0, 8841.0, 8862.0, 8841.0, 8877.0, 8824.0, 8830.0, 8823.0, 8831.0, 8808.0, 8816.0, 8804.0, 8831.0, 8805.0, 8834.0, 8845.0, 8840.0, 8832.0, 8840.0, 8850.0, 8826.0, 8835.0, 8825.0, 8833.0, 8835.0, 8819.0, 8845.0, 8836.0, 8847.0, 8836.0, 8848.0, 8825.0, 8851.0, 8828.0, 8853.0, 8826.0, 8840.0, 8825.0, 8854.0, 8853.0, 8857.0, 8866.0, 8848.0, 8852.0, 8828.0, 8853.0, 8830.0, 8851.0, 8840.0, 8839.0, 8836.0, 8853.0, 8851.0, 8856.0, 8866.0, 8844.0, 8869.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.002484950720242608</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0360726840030326</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.992230850986424</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2043432764415796</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9847006885584216</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.447</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6712.7646</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0746717799335048</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6065200909780136</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5577042143221553</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5220105762342184</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8117724784166653</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3393295883155822</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0019999</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022984633222222328</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023762989789247513</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.4593603632013443</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>34.9184</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9654</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.0966</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311163.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>769.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.2881</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6345</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.4316</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3184.9086</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3433.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65381.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>749.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4285.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.3724</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.14852418936789</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> |