=== 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-0002 --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-0002",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-04/func/sub-0002_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>b825072136a28507439fcc994a3df418</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>09:38:6.910000</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_VE11C_LATEST_20160120</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.998872, 0.046949, 0.00717879, -0.047455, 0.980396, 0.191239]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.072975</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>[4160, -7725, -7492, 357, -8, -207, 47, 57]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.481</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f1fbbe59-e1dd-4188-be8a-2e6a61b3c903||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679899215698242, -0.12731830775737762, -0.0052391644567251205, 117.86956024169922], [-0.12596070766448975, 2.6303298473358154, 0.5166827440261841, -102.18193817138672], [0.019260164350271225, -0.5130805969238281, 2.6500966548919678, -51.76309585571289], [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, 1323]</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, 1323], 'AcquisitionTime': ['093806.910000', '093807.370000', '093807.830000', '093808.290000', '093808.750000', '093809.210000', '093809.670000', '093810.130000', '093810.590000', '093811.050000', '093811.510000', '093811.970000', '093812.430000', '093812.890000', '093813.350000', '093813.810000', '093814.270000', '093814.730000', '093815.190000', '093815.650000', '093816.110000', '093816.570000', '093817.030000', '093817.490000', '093817.950000', '093818.410000', '093818.870000', '093819.330000', '093819.790000', '093820.250000', '093820.710000', '093821.170000', '093821.630000', '093822.090000', '093822.550000', '093823.010000', '093823.470000', '093823.930000', '093824.390000', '093824.850000', '093825.310000', '093825.770000', '093826.230000', '093826.690000', '093827.150000', '093827.610000', '093828.070000', '093828.530000', '093828.990000', '093829.450000', '093829.910000', '093830.370000', '093830.830000', '093831.290000', '093831.750000', '093832.210000', '093832.670000', '093833.130000', '093833.590000', '093834.050000', '093834.510000', '093834.970000', '093835.430000', '093835.890000', '093836.350000', '093836.810000', '093837.270000', '093837.730000', '093838.190000', '093838.650000', '093839.110000', '093839.570000', '093840.030000', '093840.490000', '093840.950000', '093841.410000', '093841.870000', '093842.330000', '093842.790000', '093843.250000', '093843.710000', '093844.170000', '093844.630000', '093845.090000', '093845.550000', '093846.010000', '093846.470000', '093846.930000', '093847.390000', '093847.850000', '093848.310000', '093848.770000', '093849.230000', '093849.690000', '093850.150000', '093850.610000', '093851.070000', '093851.530000', '093851.990000', '093852.450000', '093852.910000', '093853.370000', '093853.830000', '093854.290000', '093854.750000', '093855.210000', '093855.670000', '093856.130000', '093856.590000', '093857.050000', '093857.510000', '093857.970000', '093858.430000', '093858.890000', '093859.350000', '093859.810000', '093900.270000', '093900.730000', '093901.190000', '093901.650000', '093902.110000', '093902.570000', '093903.030000', '093903.490000', '093903.950000', '093904.410000', '093904.870000', '093905.330000', '093905.790000', '093906.250000', '093906.710000', '093907.170000', '093907.630000', '093908.090000', '093908.550000', '093909.010000', '093909.470000', '093909.930000', '093910.390000', '093910.850000', '093911.310000', '093911.770000', '093912.230000', '093912.690000', '093913.150000', '093913.610000', '093914.070000', '093914.530000', '093914.990000', '093915.450000', '093915.910000', '093916.370000', '093916.830000', '093917.290000', '093917.750000', '093918.210000', '093918.670000', '093919.130000', '093919.590000', '093920.050000', '093920.510000', '093920.970000', '093921.430000', '093921.890000', '093922.350000', '093922.810000', '093923.270000', '093923.730000', '093924.190000', '093924.650000', '093925.110000', '093925.570000', '093926.030000', '093926.490000', '093926.950000', '093927.410000', '093927.870000', '093928.330000', '093928.790000', '093929.250000', '093929.710000', '093930.170000', '093930.630000', '093931.090000', '093931.550000', '093932.010000', '093932.470000', '093932.930000', '093933.390000', '093933.850000', '093934.310000', '093934.770000', '093935.230000', '093935.690000', '093936.150000', '093936.610000', '093937.070000', '093937.530000', '093937.990000', '093938.450000', '093938.910000', '093939.370000', '093939.830000', '093940.290000', '093940.750000', '093941.210000', '093941.670000', '093942.130000', '093942.590000', '093943.050000', '093943.510000', '093943.970000', '093944.430000', '093944.890000', '093945.350000', '093945.810000', '093946.270000', '093946.730000', '093947.190000', '093947.650000', '093948.110000', '093948.570000', '093949.030000', '093949.490000', '093949.950000', '093950.410000', '093950.870000', '093951.330000', '093951.790000', '093952.250000', '093952.710000', '093953.170000', '093953.630000', '093954.090000', '093954.550000', '093955.010000', '093955.470000', '093955.930000', '093956.390000', '093956.850000', '093957.310000', '093957.770000', '093958.230000', '093958.690000', '093959.150000', '093959.610000', '094000.070000', '094000.530000', '094000.990000', '094001.450000', '094001.910000', '094002.370000', '094002.830000', '094003.290000', '094003.750000', '094004.210000', '094004.670000', '094005.130000', '094005.590000', '094006.050000', '094006.510000', '094006.970000', '094007.430000', '094007.890000', '094008.350000', '094008.810000', '094009.270000', '094009.730000', '094010.190000', '094010.650000', '094011.110000', '094011.570000', '094012.030000', '094012.490000', '094012.950000', '094013.410000', '094013.870000', '094014.330000', '094014.790000', '094015.250000', '094015.710000', '094016.170000', '094016.630000', '094017.090000', '094017.550000', '094018.010000', '094018.470000', '094018.930000', '094019.390000', '094019.850000', '094020.310000', '094020.770000', '094021.230000', '094021.690000', '094022.150000', '094022.610000', '094023.070000', '094023.530000', '094023.990000', '094024.450000', '094024.910000', '094025.370000', '094025.830000', '094026.290000', '094026.750000', '094027.210000', '094027.670000', '094028.130000', '094028.590000', '094029.050000', '094029.510000', '094029.970000', '094030.430000', '094030.890000', '094031.350000', '094031.810000', '094032.270000', '094032.730000', '094033.190000', '094033.650000', '094034.110000', '094034.570000', '094035.030000', '094035.490000', '094035.950000', '094036.410000', '094036.870000', '094037.330000', '094037.790000', '094038.250000', '094038.710000', '094039.170000', '094039.630000', '094040.090000', '094040.550000', '094041.010000', '094041.470000', '094041.930000', '094042.390000', '094042.850000', '094043.310000', '094043.770000', '094044.230000', '094044.690000', '094045.150000', '094045.610000', '094046.070000', '094046.530000', '094046.990000', '094047.450000', '094047.910000', '094048.370000', '094048.830000', '094049.290000', '094049.750000', '094050.210000', '094050.670000', '094051.130000', '094051.590000', '094052.050000', '094052.510000', '094052.970000', '094053.430000', '094053.890000', '094054.350000', '094054.810000', '094055.270000', '094055.730000', '094056.190000', '094056.650000', '094057.110000', '094057.570000', '094058.030000', '094058.490000', '094058.950000', '094059.410000', '094059.870000', '094100.330000', '094100.790000', '094101.250000', '094101.710000', '094102.170000', '094102.630000', '094103.090000', '094103.550000', '094104.010000', '094104.470000', '094104.930000', '094105.390000', '094105.850000', '094106.310000', '094106.770000', '094107.230000', '094107.690000', '094108.150000', '094108.610000', '094109.070000', '094109.530000', '094109.990000', '094110.450000', '094110.910000', '094111.370000', '094111.830000', '094112.290000', '094112.750000', '094113.210000', '094113.670000', '094114.130000', '094114.590000', '094115.050000', '094115.510000', '094115.970000', '094116.430000', '094116.890000', '094117.350000', '094117.810000', '094118.270000', '094118.730000', '094119.190000', '094119.650000', '094120.110000', '094120.570000', '094121.030000', '094121.490000', '094121.950000', '094122.410000', '094122.870000', '094123.330000', '094123.790000', '094124.250000', '094124.710000', '094125.170000', '094125.630000', '094126.090000', '094126.550000', '094127.010000', '094127.470000', '094127.930000', '094128.390000', '094128.850000', '094129.310000', '094129.770000', '094130.230000', '094130.690000', '094131.150000', '094131.610000', '094132.070000', '094132.530000', '094132.990000', '094133.450000', '094133.910000', '094134.370000', '094134.830000', '094135.290000', '094135.750000', '094136.210000', '094136.670000', '094137.130000', '094137.590000', '094138.050000', '094138.510000', '094138.970000', '094139.430000', '094139.890000', '094140.350000', '094140.810000', '094141.270000', '094141.730000', '094142.190000', '094142.650000', '094143.110000', '094143.570000', '094144.030000', '094144.490000', '094144.950000', '094145.410000', '094145.870000', '094146.330000', '094146.790000', '094147.250000', '094147.710000', '094148.170000', '094148.630000', '094149.090000', '094149.550000', '094150.010000', '094150.470000', '094150.930000', '094151.390000', '094151.850000', '094152.310000', '094152.770000', '094153.230000', '094153.690000', '094154.150000', '094154.610000', '094155.070000', '094155.530000', '094155.990000', '094156.450000', '094156.910000', '094157.370000', '094157.830000', '094158.290000', '094158.750000', '094159.210000', '094159.670000', '094200.130000', '094200.590000', '094201.050000', '094201.510000', '094201.970000', '094202.430000', '094202.890000', '094203.350000', '094203.810000', '094204.270000', '094204.730000', '094205.190000', '094205.650000', '094206.110000', '094206.570000', '094207.030000', '094207.490000', '094207.950000', '094208.410000', '094208.870000', '094209.330000', '094209.790000', '094210.250000', '094210.710000', '094211.170000', '094211.630000', '094212.090000', '094212.550000', '094213.010000', '094213.470000', '094213.930000', '094214.390000', '094214.850000', '094215.310000', '094215.770000', '094216.230000', '094216.690000', '094217.150000', '094217.610000', '094218.070000', '094218.530000', '094218.990000', '094219.450000', '094219.910000', '094220.370000', '094220.830000', '094221.290000', '094221.750000', '094222.210000', '094222.670000', '094223.130000', '094223.590000', '094224.050000', '094224.510000', '094224.970000', '094225.430000', '094225.890000', '094226.350000', '094226.810000', '094227.270000', '094227.730000', '094228.190000', '094228.650000', '094229.110000', '094229.570000', '094230.030000', '094230.490000', '094230.950000', '094231.410000', '094231.870000', '094232.330000', '094232.790000', '094233.250000', '094233.710000', '094234.170000', '094234.630000', '094235.090000', '094235.550000', '094236.010000', '094236.470000', '094236.930000', '094237.390000', '094237.850000', '094238.310000', '094238.770000', '094239.230000', '094239.690000', '094240.150000', '094240.610000', '094241.070000', '094241.530000', '094241.990000', '094242.450000', '094242.910000', '094243.370000', '094243.830000', '094244.290000', '094244.750000', '094245.210000', '094245.670000', '094246.130000', '094246.590000', '094247.050000', '094247.510000', '094247.970000', '094248.430000', '094248.890000', '094249.350000', '094249.810000', '094250.270000', '094250.730000', '094251.190000', '094251.650000', '094252.110000', '094252.570000', '094253.030000', '094253.490000', '094253.950000', '094254.410000', '094254.870000', '094255.330000', '094255.790000', '094256.250000', '094256.710000', '094257.170000', '094257.630000', '094258.090000', '094258.550000', '094259.010000', '094259.470000', '094259.930000', '094300.390000', '094300.850000', '094301.310000', '094301.770000', '094302.230000', '094302.690000', '094303.150000', '094303.610000', '094304.070000', '094304.530000', '094304.990000', '094305.450000', '094305.910000', '094306.370000', '094306.830000', '094307.290000', '094307.750000', '094308.210000', '094308.670000', '094309.130000', '094309.590000', '094310.050000', '094310.510000', '094310.970000', '094311.430000', '094311.890000', '094312.350000', '094312.810000', '094313.270000', '094313.730000', '094314.190000', '094314.650000', '094315.110000', '094315.570000', '094316.030000', '094316.490000', '094316.950000', '094317.410000', '094317.870000', '094318.330000', '094318.790000', '094319.250000', '094319.710000', '094320.170000', '094320.630000', '094321.090000', '094321.550000', '094322.010000', '094322.470000', '094322.930000', '094323.390000', '094323.850000', '094324.310000', '094324.770000', '094325.230000', '094325.690000', '094326.150000', '094326.610000', '094327.070000', '094327.530000', '094327.990000', '094328.450000', '094328.910000', '094329.370000', '094329.830000', '094330.290000', '094330.750000', '094331.210000', '094331.670000', '094332.130000', '094332.590000', '094333.050000', '094333.510000', '094333.970000', '094334.430000', '094334.890000', '094335.350000', '094335.810000', '094336.270000', '094336.730000', '094337.190000', '094337.650000', '094338.110000', '094338.570000', '094339.030000', '094339.490000', '094339.950000', '094340.410000', '094340.870000', '094341.330000', '094341.790000', '094342.250000', '094342.710000', '094343.170000', '094343.630000', '094344.090000', '094344.550000', '094345.010000', '094345.470000', '094345.930000', '094346.390000', '094346.850000', '094347.310000', '094347.770000', '094348.230000', '094348.690000', '094349.150000', '094349.610000', '094350.070000', '094350.530000', '094350.990000', '094351.450000', '094351.910000', '094352.370000', '094352.830000', '094353.290000', '094353.750000', '094354.210000', '094354.670000', '094355.130000', '094355.590000', '094356.050000', '094356.510000', '094356.970000', '094357.430000', '094357.890000', '094358.350000', '094358.810000', '094359.270000', '094359.730000', '094400.190000', '094400.650000', '094401.110000', '094401.570000', '094402.030000', '094402.490000', '094402.950000', '094403.410000', '094403.870000', '094404.330000', '094404.790000', '094405.250000', '094405.710000', '094406.170000', '094406.630000', '094407.090000', '094407.550000', '094408.010000', '094408.470000', '094408.930000', '094409.390000', '094409.850000', '094410.310000', '094410.770000', '094411.230000', '094411.690000', '094412.150000', '094412.610000', '094413.070000', '094413.530000', '094413.990000', '094414.450000', '094414.910000', '094415.370000', '094415.830000', '094416.290000', '094416.750000', '094417.210000', '094417.670000', '094418.130000', '094418.590000', '094419.050000', '094419.510000', '094419.970000', '094420.430000', '094420.890000', '094421.350000', '094421.810000', '094422.270000', '094422.730000', '094423.190000', '094423.650000', '094424.110000', '094424.570000', '094425.030000', '094425.490000', '094425.950000', '094426.410000', '094426.870000', '094427.330000', '094427.790000', '094428.250000', '094428.710000', '094429.170000', '094429.630000', '094430.090000', '094430.550000', '094431.010000', '094431.470000', '094431.930000', '094432.390000', '094432.850000', '094433.310000', '094433.770000', '094434.230000', '094434.690000', '094435.150000', '094435.610000', '094436.070000', '094436.530000', '094436.990000', '094437.450000', '094437.910000', '094438.370000', '094438.830000', '094439.290000', '094439.750000', '094440.210000', '094440.670000', '094441.130000', '094441.590000', '094442.050000', '094442.510000', '094442.970000', '094443.430000', '094443.890000', '094444.350000', '094444.810000', '094445.270000', '094445.730000', '094446.190000', '094446.650000', '094447.110000', '094447.570000', '094448.030000', '094448.490000', '094448.950000', '094449.410000', '094449.870000', '094450.330000', '094450.790000', '094451.250000', '094451.710000', '094452.170000', '094452.630000', '094453.090000', '094453.550000', '094454.010000', '094454.470000', '094454.930000', '094455.390000', '094455.850000', '094456.310000', '094456.770000', '094457.230000', '094457.690000', '094458.150000', '094458.610000', '094459.070000', '094459.530000', '094459.990000', '094500.450000', '094500.910000', '094501.370000', '094501.830000', '094502.290000', '094502.750000', '094503.210000', '094503.670000', '094504.130000', '094504.590000', '094505.050000', '094505.510000', '094505.970000', '094506.430000', '094506.890000', '094507.350000', '094507.810000', '094508.270000', '094508.730000', '094509.190000', '094509.650000', '094510.110000', '094510.570000', '094511.030000', '094511.490000', '094511.950000', '094512.410000', '094512.870000', '094513.330000', '094513.790000', '094514.250000', '094514.710000', '094515.170000', '094515.630000', '094516.090000', '094516.550000', '094517.010000', '094517.470000', '094517.930000', '094518.390000', '094518.850000', '094519.310000', '094519.770000', '094520.230000', '094520.690000', '094521.150000', '094521.610000', '094522.070000', '094522.530000', '094522.990000', '094523.450000', '094523.910000', '094524.370000', '094524.830000', '094525.290000', '094525.750000', '094526.210000', '094526.670000', '094527.130000', '094527.590000', '094528.050000', '094528.510000', '094528.970000', '094529.430000', '094529.890000', '094530.350000', '094530.810000', '094531.270000', '094531.730000', '094532.190000', '094532.650000', '094533.110000', '094533.570000', '094534.030000', '094534.490000', '094534.950000', '094535.410000', '094535.870000', '094536.330000', '094536.790000', '094537.250000', '094537.710000', '094538.170000', '094538.630000', '094539.090000', '094539.550000', '094540.010000', '094540.470000', '094540.930000', '094541.390000', '094541.850000', '094542.310000', '094542.770000', '094543.230000', '094543.690000', '094544.150000', '094544.610000', '094545.070000', '094545.530000', '094545.990000', '094546.450000', '094546.910000', '094547.370000', '094547.830000', '094548.290000', '094548.750000', '094549.210000', '094549.670000', '094550.130000', '094550.590000', '094551.050000', '094551.510000', '094551.970000', '094552.430000', '094552.890000', '094553.350000', '094553.810000', '094554.270000', '094554.730000', '094555.190000', '094555.650000', '094556.110000', '094556.570000', '094557.030000', '094557.490000', '094557.950000', '094558.410000', '094558.870000', '094559.330000', '094559.790000', '094600.250000', '094600.710000', '094601.170000', '094601.630000', '094602.090000', '094602.550000', '094603.010000', '094603.470000', '094603.930000', '094604.390000', '094604.850000', '094605.310000', '094605.770000', '094606.230000', '094606.690000', '094607.150000', '094607.610000', '094608.070000', '094608.530000', '094608.990000', '094609.450000', '094609.910000', '094610.370000', '094610.830000', '094611.290000', '094611.750000', '094612.210000', '094612.670000', '094613.130000', '094613.590000', '094614.050000', '094614.510000', '094614.970000', '094615.430000', '094615.890000', '094616.350000', '094616.810000', '094617.270000', '094617.730000', '094618.190000', '094618.650000', '094619.110000', '094619.570000', '094620.030000', '094620.490000', '094620.950000', '094621.410000', '094621.870000', '094622.330000', '094622.790000', '094623.250000', '094623.710000', '094624.170000', '094624.630000', '094625.090000', '094625.550000', '094626.010000', '094626.470000', '094626.930000', '094627.390000', '094627.850000', '094628.310000', '094628.770000', '094629.230000', '094629.690000', '094630.150000', '094630.610000', '094631.070000', '094631.530000', '094631.990000', '094632.450000', '094632.910000', '094633.370000', '094633.830000', '094634.290000', '094634.750000', '094635.210000', '094635.670000', '094636.130000', '094636.590000', '094637.050000', '094637.510000', '094637.970000', '094638.430000', '094638.890000', '094639.350000', '094639.810000', '094640.270000', '094640.730000', '094641.190000', '094641.650000', '094642.110000', '094642.570000', '094643.030000', '094643.490000', '094643.950000', '094644.410000', '094644.870000', '094645.330000', '094645.790000', '094646.250000', '094646.710000', '094647.170000', '094647.630000', '094648.090000', '094648.550000', '094649.010000', '094649.470000', '094649.930000', '094650.390000', '094650.850000', '094651.310000', '094651.770000', '094652.230000', '094652.690000', '094653.150000', '094653.610000', '094654.070000', '094654.530000', '094654.990000', '094655.450000', '094655.910000', '094656.370000', '094656.830000', '094657.290000', '094657.750000', '094658.210000', '094658.670000', '094659.130000', '094659.590000', '094700.050000', '094700.510000', '094700.970000', '094701.430000', '094701.890000', '094702.350000', '094702.810000', '094703.270000', '094703.730000', '094704.190000', '094704.650000', '094705.110000', '094705.570000', '094706.030000', '094706.490000', '094706.950000', '094707.410000', '094707.870000', '094708.330000', '094708.790000', '094709.250000', '094709.710000', '094710.170000', '094710.630000', '094711.090000', '094711.550000', '094712.010000', '094712.470000', '094712.930000', '094713.390000', '094713.850000', '094714.310000', '094714.770000', '094715.230000', '094715.690000', '094716.150000', '094716.610000', '094717.070000', '094717.530000', '094717.990000', '094718.450000', '094718.910000', '094719.370000', '094719.830000', '094720.290000', '094720.750000', '094721.210000', '094721.670000', '094722.130000', '094722.590000', '094723.050000', '094723.510000', '094723.970000', '094724.430000', '094724.890000', '094725.350000', '094725.810000', '094726.270000', '094726.730000', '094727.190000', '094727.650000', '094728.110000', '094728.570000', '094729.030000', '094729.490000', '094729.950000', '094730.410000', '094730.870000', '094731.330000', '094731.790000', '094732.250000', '094732.710000', '094733.170000', '094733.630000', '094734.090000', '094734.550000', '094735.010000', '094735.470000', '094735.930000', '094736.390000', '094736.850000', '094737.310000', '094737.770000', '094738.230000', '094738.690000', '094739.150000', '094739.610000', '094740.070000', '094740.530000', '094740.990000', '094741.450000', '094741.910000', '094742.370000', '094742.830000', '094743.290000', '094743.750000', '094744.210000', '094744.670000', '094745.130000', '094745.590000', '094746.050000', '094746.510000', '094746.970000', '094747.430000', '094747.890000', '094748.350000', '094748.810000', '094749.270000', '094749.730000', '094750.190000', '094750.650000', '094751.110000', '094751.570000', '094752.030000', '094752.490000', '094752.950000', '094753.410000', '094753.870000', '094754.330000', '094754.790000', '094755.250000', '094755.710000', '094756.170000', '094756.630000', '094757.090000', '094757.550000', '094758.010000', '094758.470000', '094758.930000', '094759.390000', '094759.850000', '094800.310000', '094800.770000', '094801.230000', '094801.690000', '094802.150000', '094802.610000', '094803.070000', '094803.530000', '094803.990000', '094804.450000', '094804.910000', '094805.370000', '094805.830000', '094806.290000', '094806.750000', '094807.210000', '094807.670000', '094808.130000', '094808.590000', '094809.050000', '094809.510000', '094809.970000', '094810.430000', '094810.890000', '094811.350000', '094811.810000', '094812.270000', '094812.730000', '094813.190000', '094813.650000', '094814.110000', '094814.570000', '094815.030000'], 'ContentTime': ['093820.840000', '093820.843000', '093820.851000', '093820.854000', '093820.857000', '093820.860000', '093820.863000', '093820.866000', '093820.869000', '093820.872000', '093820.875000', '093820.878000', '093820.881000', '093820.884000', '093820.886000', '093820.889000', '093820.892000', '093820.895000', '093820.898000', '093820.901000', '093820.904000', '093820.907000', '093820.910000', '093820.913000', '093820.916000', '093820.918000', '093820.921000', '093820.924000', '093840.814000', '093840.817000', '093840.820000', '093840.823000', '093840.830000', '093840.832000', '093840.835000', '093840.838000', '093840.841000', '093840.844000', '093840.847000', '093840.850000', '093840.853000', '093840.856000', '093840.863000', '093840.866000', '093840.869000', '093840.871000', '093840.874000', '093840.877000', '093840.880000', '093840.883000', '093840.886000', '093840.889000', '093840.892000', '093840.895000', '093840.897000', '093840.901000', '093840.903000', '093840.906000', '093840.909000', '093840.912000', '093840.915000', '093840.918000', '093840.921000', '093840.924000', '093840.927000', '093840.929000', '093840.932000', '093840.935000', '093840.938000', '093840.954000', '093840.957000', '093900.816000', '093900.820000', '093900.822000', '093900.825000', '093900.828000', '093900.831000', '093900.834000', '093900.837000', '093900.840000', '093900.843000', '093900.846000', '093900.848000', '093900.852000', '093900.855000', '093900.857000', '093900.860000', '093900.863000', '093900.866000', '093900.869000', '093900.872000', '093900.875000', '093900.878000', '093900.881000', '093900.884000', '093900.887000', '093900.889000', '093900.892000', '093900.895000', '093900.898000', '093900.901000', '093900.904000', '093900.907000', '093900.910000', '093900.913000', '093900.916000', '093900.919000', '093900.922000', '093900.925000', '093900.927000', '093900.938000', '093900.941000', '093900.944000', '093900.947000', '093920.814000', '093920.817000', '093920.820000', '093920.823000', '093920.826000', '093920.829000', '093920.832000', '093920.835000', '093920.837000', '093920.840000', '093920.843000', '093920.846000', '093920.849000', '093920.852000', '093920.855000', '093920.858000', '093920.861000', '093920.864000', '093920.867000', '093920.870000', '093920.873000', '093920.875000', '093920.878000', '093920.881000', '093920.884000', '093920.887000', '093920.890000', '093920.893000', '093920.896000', '093920.899000', '093920.902000', '093920.905000', '093920.907000', '093920.910000', '093920.913000', '093920.916000', '093920.919000', '093920.922000', '093920.925000', '093920.928000', '093920.931000', '093920.933000', '093920.936000', '093920.939000', '093940.814000', '093940.817000', '093940.820000', '093940.823000', '093940.826000', '093940.829000', '093940.832000', '093940.836000', '093940.841000', '093940.844000', '093940.847000', '093940.850000', '093940.853000', '093940.856000', '093940.859000', '093940.862000', '093940.865000', '093940.868000', '093940.871000', '093940.874000', '093940.877000', '093940.880000', '093940.882000', '093940.885000', '093940.888000', '093940.891000', '093940.894000', '093940.897000', '093940.900000', '093940.903000', '093940.906000', '093940.909000', '093940.911000', '093940.914000', '093940.917000', '093940.920000', '093940.923000', '093940.926000', '093940.929000', '093940.932000', '093940.935000', '093940.938000', '093940.940000', '094000.814000', '094000.817000', '094000.820000', '094000.823000', '094000.826000', '094000.829000', '094000.832000', '094000.835000', '094000.837000', '094000.840000', '094000.843000', '094000.846000', '094000.849000', '094000.852000', '094000.855000', '094000.858000', '094000.861000', '094000.864000', '094000.867000', '094000.870000', '094000.873000', '094000.876000', '094000.879000', '094000.882000', '094000.884000', '094000.888000', '094000.891000', '094000.894000', '094000.896000', '094000.899000', '094000.902000', '094000.905000', '094000.908000', '094000.911000', '094000.914000', '094000.917000', '094000.920000', '094000.923000', '094000.926000', '094000.929000', '094000.931000', '094000.934000', '094000.937000', '094000.940000', '094020.814000', '094020.817000', '094020.820000', '094020.823000', '094020.826000', '094020.829000', '094020.831000', '094020.834000', '094020.837000', '094020.841000', '094020.844000', '094020.847000', '094020.850000', '094020.853000', '094020.855000', '094020.858000', '094020.863000', '094020.866000', '094020.869000', '094020.872000', '094020.874000', '094020.877000', '094020.880000', '094020.883000', '094020.886000', '094020.889000', '094020.892000', '094020.895000', '094020.898000', '094020.901000', '094020.904000', '094020.907000', '094020.909000', '094020.912000', '094020.915000', '094020.918000', '094020.921000', '094020.924000', '094020.927000', '094020.930000', '094020.933000', '094020.935000', '094020.938000', '094040.814000', '094040.817000', '094040.820000', '094040.823000', '094040.826000', '094040.829000', '094040.832000', '094040.835000', '094040.837000', '094040.841000', '094040.844000', '094040.846000', '094040.849000', '094040.853000', '094040.855000', '094040.858000', '094040.861000', '094040.864000', '094040.867000', '094040.870000', '094040.873000', '094040.876000', '094040.879000', '094040.882000', '094040.885000', '094040.888000', '094040.890000', '094040.893000', '094040.896000', '094040.899000', '094040.902000', '094040.905000', '094040.908000', '094040.911000', '094040.914000', '094040.916000', '094040.919000', '094040.922000', '094040.925000', '094040.928000', '094040.931000', '094040.941000', '094040.944000', '094040.947000', '094100.814000', '094100.817000', '094100.820000', '094100.823000', '094100.826000', '094100.829000', '094100.831000', '094100.835000', '094100.837000', '094100.840000', '094100.843000', '094100.846000', '094100.849000', '094100.852000', '094100.855000', '094100.858000', '094100.861000', '094100.864000', '094100.867000', '094100.870000', '094100.873000', '094100.876000', '094100.881000', '094100.885000', '094100.888000', '094100.891000', '094100.894000', '094100.897000', '094100.900000', '094100.903000', '094100.906000', '094100.909000', '094100.911000', '094100.914000', '094100.917000', '094100.920000', '094100.923000', '094100.926000', '094100.929000', '094100.932000', '094100.935000', '094100.937000', '094100.940000', '094120.814000', '094120.824000', '094120.827000', '094120.830000', '094120.833000', '094120.836000', '094120.839000', '094120.842000', '094120.845000', '094120.848000', '094120.851000', '094120.854000', '094120.857000', '094120.860000', '094120.862000', '094120.865000', '094120.868000', '094120.871000', '094120.874000', '094120.877000', '094120.880000', '094120.883000', '094120.886000', '094120.889000', '094120.892000', '094120.895000', '094120.898000', '094120.901000', '094120.904000', '094120.907000', '094120.910000', '094120.913000', '094120.915000', '094120.918000', '094120.921000', '094120.924000', '094120.927000', '094120.930000', '094120.933000', '094120.936000', '094120.939000', '094120.942000', '094120.945000', '094120.948000', '094140.814000', '094140.817000', '094140.820000', '094140.823000', '094140.827000', '094140.830000', '094140.833000', '094140.836000', '094140.839000', '094140.842000', '094140.845000', '094140.848000', '094140.851000', '094140.854000', '094140.857000', '094140.860000', '094140.862000', '094140.865000', '094140.868000', '094140.871000', '094140.874000', '094140.877000', '094140.882000', '094140.886000', '094140.890000', '094140.893000', '094140.895000', '094140.898000', '094140.901000', '094140.904000', '094140.907000', '094140.910000', '094140.913000', '094140.916000', '094140.919000', '094140.922000', '094140.925000', '094140.927000', '094140.930000', '094140.933000', '094140.936000', '094140.939000', '094140.942000', '094200.814000', '094200.817000', '094200.820000', '094200.823000', '094200.826000', '094200.829000', '094200.832000', '094200.835000', '094200.838000', '094200.841000', '094200.843000', '094200.846000', '094200.849000', '094200.852000', '094200.855000', '094200.858000', '094200.861000', '094200.864000', '094200.867000', '094200.870000', '094200.873000', '094200.876000', '094200.879000', '094200.882000', '094200.884000', '094200.887000', '094200.890000', '094200.893000', '094200.896000', '094200.899000', '094200.902000', '094200.905000', '094200.908000', '094200.911000', '094200.926000', '094200.929000', '094200.932000', '094200.935000', '094200.937000', '094200.940000', '094200.943000', '094200.946000', '094200.949000', '094200.952000', '094220.814000', '094220.832000', '094220.835000', '094220.854000', '094220.857000', '094220.860000', '094220.863000', '094220.866000', '094220.869000', '094220.872000', '094220.875000', '094220.878000', '094220.880000', '094220.884000', '094220.887000', '094220.889000', '094220.892000', '094220.895000', '094220.898000', '094220.901000', '094220.904000', '094220.907000', '094220.913000', '094220.916000', '094220.920000', '094220.923000', '094220.926000', '094220.929000', '094220.931000', '094220.934000', '094220.937000', '094220.940000', '094220.943000', '094220.946000', '094220.949000', '094220.952000', '094220.955000', '094220.958000', '094220.960000', '094220.963000', '094220.966000', '094220.969000', '094220.972000', '094240.814000', '094240.817000', '094240.820000', '094240.823000', '094240.826000', '094240.829000', '094240.832000', '094240.835000', '094240.838000', '094240.840000', '094240.844000', '094240.846000', '094240.849000', '094240.852000', '094240.855000', '094240.858000', '094240.861000', '094240.864000', '094240.867000', '094240.870000', '094240.873000', '094240.876000', '094240.879000', '094240.882000', '094240.884000', '094240.887000', '094240.890000', '094240.893000', '094240.896000', '094240.899000', '094240.902000', '094240.905000', '094240.908000', '094240.911000', '094240.914000', '094240.917000', '094240.920000', '094240.923000', '094240.926000', '094240.928000', '094240.931000', '094240.934000', '094240.937000', '094240.940000', '094300.814000', '094300.817000', '094300.820000', '094300.823000', '094300.826000', '094300.829000', '094300.832000', '094300.835000', '094300.838000', '094300.841000', '094300.844000', '094300.847000', '094300.850000', '094300.852000', '094300.855000', '094300.858000', '094300.862000', '094300.865000', '094300.868000', '094300.871000', '094300.874000', '094300.877000', '094300.880000', '094300.883000', '094300.886000', '094300.889000', '094300.892000', '094300.895000', '094300.898000', '094300.901000', '094300.904000', '094300.906000', '094300.910000', '094300.912000', '094300.915000', '094300.920000', '094300.925000', '094300.928000', '094300.931000', '094300.934000', '094300.937000', '094300.940000', '094300.943000', '094320.813000', '094320.827000', '094320.830000', '094320.833000', '094320.836000', '094320.839000', '094320.842000', '094320.844000', '094320.847000', '094320.850000', '094320.853000', '094320.856000', '094320.859000', '094320.862000', '094320.865000', '094320.868000', '094320.871000', '094320.874000', '094320.877000', '094320.880000', '094320.882000', '094320.885000', '094320.888000', '094320.891000', '094320.894000', '094320.897000', '094320.900000', '094320.903000', '094320.906000', '094320.909000', '094320.912000', '094320.914000', '094320.917000', '094320.920000', '094320.923000', '094320.926000', '094320.929000', '094320.932000', '094320.935000', '094320.938000', '094320.941000', '094320.944000', '094320.947000', '094320.949000', '094340.830000', '094340.833000', '094340.836000', '094340.839000', '094340.842000', '094340.845000', '094340.848000', '094340.851000', '094340.854000', '094340.857000', '094340.859000', '094340.863000', '094340.865000', '094340.868000', '094340.871000', '094340.874000', '094340.877000', '094340.880000', '094340.883000', '094340.886000', '094340.889000', '094340.892000', '094340.895000', '094340.898000', '094340.901000', '094340.904000', '094340.906000', '094340.910000', '094340.912000', '094340.915000', '094340.918000', '094340.921000', '094340.924000', '094340.927000', '094340.930000', '094340.933000', '094340.936000', '094340.939000', '094340.942000', '094340.945000', '094340.950000', '094340.954000', '094340.957000', '094400.814000', '094400.825000', '094400.828000', '094400.831000', '094400.834000', '094400.837000', '094400.840000', '094400.843000', '094400.846000', '094400.849000', '094400.852000', '094400.855000', '094400.858000', '094400.860000', '094400.863000', '094400.866000', '094400.869000', '094400.872000', '094400.875000', '094400.878000', '094400.881000', '094400.884000', '094400.887000', '094400.890000', '094400.893000', '094400.895000', '094400.898000', '094400.901000', '094400.904000', '094400.907000', '094400.910000', '094400.913000', '094400.916000', '094400.919000', '094400.922000', '094400.925000', '094400.928000', '094400.931000', '094400.934000', '094400.936000', '094400.939000', '094400.942000', '094400.945000', '094400.948000', '094420.814000', '094420.817000', '094420.820000', '094420.823000', '094420.826000', '094420.829000', '094420.832000', '094420.835000', '094420.838000', '094420.841000', '094420.844000', '094420.846000', '094420.849000', '094420.852000', '094420.856000', '094420.858000', '094420.861000', '094420.864000', '094420.867000', '094420.870000', '094420.873000', '094420.876000', '094420.879000', '094420.882000', '094420.885000', '094420.888000', '094420.891000', '094420.894000', '094420.898000', '094420.901000', '094420.905000', '094420.907000', '094420.910000', '094420.913000', '094420.916000', '094420.919000', '094420.922000', '094420.925000', '094420.928000', '094420.931000', '094420.934000', '094420.937000', '094420.940000', '094440.814000', '094440.820000', '094440.823000', '094440.826000', '094440.829000', '094440.831000', '094440.834000', '094440.837000', '094440.840000', '094440.843000', '094440.846000', '094440.849000', '094440.852000', '094440.855000', '094440.858000', '094440.861000', '094440.864000', '094440.867000', '094440.870000', '094440.873000', '094440.876000', '094440.879000', '094440.882000', '094440.885000', '094440.888000', '094440.891000', '094440.893000', '094440.897000', '094440.899000', '094440.902000', '094440.905000', '094440.908000', '094440.911000', '094440.914000', '094440.917000', '094440.920000', '094440.923000', '094440.926000', '094440.928000', '094440.931000', '094440.934000', '094440.937000', '094440.940000', '094440.943000', '094500.814000', '094500.832000', '094500.835000', '094500.838000', '094500.841000', '094500.844000', '094500.847000', '094500.850000', '094500.853000', '094500.856000', '094500.859000', '094500.876000', '094500.879000', '094500.887000', '094500.890000', '094500.893000', '094500.895000', '094500.899000', '094500.902000', '094500.904000', '094500.907000', '094500.910000', '094500.913000', '094500.916000', '094500.919000', '094500.922000', '094500.925000', '094500.928000', '094500.931000', '094500.934000', '094500.937000', '094500.940000', '094500.943000', '094500.946000', '094500.949000', '094500.951000', '094500.954000', '094500.957000', '094500.960000', '094500.963000', '094500.966000', '094500.969000', '094500.972000', '094520.814000', '094520.821000', '094520.824000', '094520.827000', '094520.830000', '094520.833000', '094520.836000', '094520.839000', '094520.841000', '094520.844000', '094520.847000', '094520.850000', '094520.853000', '094520.856000', '094520.859000', '094520.862000', '094520.865000', '094520.868000', '094520.871000', '094520.874000', '094520.877000', '094520.880000', '094520.883000', '094520.886000', '094520.889000', '094520.892000', '094520.895000', '094520.897000', '094520.900000', '094520.903000', '094520.906000', '094520.909000', '094520.912000', '094520.915000', '094520.918000', '094520.921000', '094520.924000', '094520.927000', '094520.930000', '094520.933000', '094520.935000', '094520.938000', '094520.941000', '094520.944000', '094540.813000', '094540.883000', '094540.886000', '094540.889000', '094540.892000', '094540.895000', '094540.898000', '094540.901000', '094540.904000', '094540.907000', '094540.910000', '094540.913000', '094540.916000', '094540.919000', '094540.921000', '094540.924000', '094540.927000', '094540.930000', '094540.933000', '094540.936000', '094540.941000', '094540.944000', '094540.947000', '094540.950000', '094540.953000', '094540.956000', '094540.959000', '094540.961000', '094540.964000', '094540.967000', '094540.970000', '094540.973000', '094540.976000', '094540.979000', '094540.982000', '094540.985000', '094540.988000', '094540.991000', '094540.994000', '094540.997000', '094541.001000', '094541.005000', '094541.010000', '094600.814000', '094600.832000', '094600.835000', '094600.838000', '094600.841000', '094600.844000', '094600.847000', '094600.850000', '094600.853000', '094600.856000', '094600.859000', '094600.861000', '094600.864000', '094600.867000', '094600.870000', '094600.873000', '094600.876000', '094600.879000', '094600.882000', '094600.885000', '094600.888000', '094600.891000', '094600.894000', '094600.897000', '094600.900000', '094600.903000', '094600.908000', '094600.910000', '094600.913000', '094600.916000', '094600.919000', '094600.922000', '094600.925000', '094600.928000', '094600.931000', '094600.934000', '094600.937000', '094600.940000', '094600.943000', '094600.946000', '094600.949000', '094600.952000', '094600.955000', '094620.814000', '094620.853000', '094620.855000', '094620.858000', '094620.861000', '094620.864000', '094620.867000', '094620.870000', '094620.885000', '094620.888000', '094620.890000', '094620.893000', '094620.896000', '094620.899000', '094620.902000', '094620.905000', '094620.908000', '094620.911000', '094620.914000', '094620.917000', '094620.920000', '094620.923000', '094620.925000', '094620.928000', '094620.931000', '094620.934000', '094620.937000', '094620.940000', '094620.943000', '094620.946000', '094620.949000', '094620.952000', '094620.955000', '094620.958000', '094620.960000', '094620.963000', '094620.966000', '094620.969000', '094620.972000', '094620.975000', '094620.978000', '094620.981000', '094620.984000', '094620.987000', '094640.814000', '094640.830000', '094640.833000', '094640.836000', '094640.839000', '094640.842000', '094640.845000', '094640.848000', '094640.851000', '094640.854000', '094640.857000', '094640.860000', '094640.863000', '094640.866000', '094640.869000', '094640.871000', '094640.875000', '094640.877000', '094640.880000', '094640.883000', '094640.886000', '094640.889000', '094640.892000', '094640.895000', '094640.898000', '094640.901000', '094640.904000', '094640.907000', '094640.910000', '094640.912000', '094640.915000', '094640.918000', '094640.921000', '094640.924000', '094640.927000', '094640.930000', '094640.933000', '094640.936000', '094640.939000', '094640.942000', '094640.945000', '094640.948000', '094640.950000', '094700.814000', '094700.817000', '094700.820000', '094700.823000', '094700.826000', '094700.829000', '094700.832000', '094700.835000', '094700.838000', '094700.841000', '094700.844000', '094700.847000', '094700.850000', '094700.853000', '094700.856000', '094700.859000', '094700.862000', '094700.864000', '094700.867000', '094700.870000', '094700.873000', '094700.876000', '094700.879000', '094700.882000', '094700.885000', '094700.888000', '094700.891000', '094700.894000', '094700.897000', '094700.900000', '094700.903000', '094700.906000', '094700.908000', '094700.911000', '094700.914000', '094700.917000', '094700.920000', '094700.923000', '094700.926000', '094700.929000', '094700.932000', '094700.935000', '094700.938000', '094700.941000', '094720.816000', '094720.845000', '094720.848000', '094720.851000', '094720.854000', '094720.857000', '094720.860000', '094720.863000', '094720.866000', '094720.869000', '094720.872000', '094720.875000', '094720.878000', '094720.881000', '094720.884000', '094720.887000', '094720.890000', '094720.893000', '094720.896000', '094720.899000', '094720.902000', '094720.904000', '094720.907000', '094720.910000', '094720.913000', '094720.916000', '094720.919000', '094720.922000', '094720.925000', '094720.928000', '094720.931000', '094720.934000', '094720.937000', '094720.940000', '094720.943000', '094720.946000', '094720.949000', '094720.951000', '094720.954000', '094720.957000', '094720.960000', '094720.963000', '094720.966000', '094740.814000', '094740.886000', '094740.889000', '094740.892000', '094740.895000', '094740.910000', '094740.913000', '094740.916000', '094740.919000', '094740.921000', '094740.924000', '094740.927000', '094740.930000', '094740.933000', '094740.936000', '094740.939000', '094740.942000', '094740.945000', '094740.948000', '094740.951000', '094740.954000', '094740.957000', '094740.960000', '094740.963000', '094740.966000', '094740.969000', '094740.972000', '094740.974000', '094740.977000', '094740.980000', '094740.983000', '094740.986000', '094740.989000', '094740.992000', '094740.995000', '094740.998000', '094741.002000', '094741.005000', '094741.008000', '094741.011000', '094741.014000', '094741.017000', '094741.020000', '094741.022000', '094800.813000', '094800.859000', '094800.862000', '094800.865000', '094800.868000', '094800.871000', '094800.874000', '094800.877000', '094800.880000', '094800.883000', '094800.886000', '094800.889000', '094800.892000', '094800.895000', '094800.898000', '094800.901000', '094800.904000', '094800.907000', '094800.910000', '094800.913000', '094800.916000', '094800.919000', '094800.922000', '094800.925000', '094800.928000', '094800.930000', '094800.933000', '094800.936000', '094800.939000', '094800.942000', '094800.945000', '094800.948000', '094800.951000', '094800.954000', '094800.957000', '094800.960000', '094800.963000', '094800.966000', '094800.969000', '094800.972000', '094800.975000', '094800.977000', '094800.980000', '094816.530000', '094816.533000', '094816.537000', '094816.548000', '094816.552000', '094816.555000', '094816.559000', '094816.562000', '094816.565000', '094816.568000', '094816.571000', '094816.574000', '094816.577000', '094816.580000', '094816.583000', '094816.587000', '094816.590000', '094816.593000', '094816.596000', '094816.600000', '094816.603000', '094816.606000', '094816.608000', '094816.612000', '094816.614000', '094816.618000', '094816.621000', '094816.624000', '094816.627000', '094816.630000', '094816.633000', '094816.636000', '094816.639000', '094816.642000', '094816.645000'], 'InstanceCreationTime': ['093820.840000', '093820.843000', '093820.851000', '093820.854000', '093820.857000', '093820.860000', '093820.863000', '093820.866000', '093820.869000', '093820.872000', '093820.875000', '093820.878000', '093820.881000', '093820.884000', '093820.886000', '093820.889000', '093820.892000', '093820.895000', '093820.898000', '093820.901000', '093820.904000', '093820.907000', '093820.910000', '093820.913000', '093820.916000', '093820.918000', '093820.921000', '093820.924000', '093840.814000', '093840.817000', '093840.820000', '093840.823000', '093840.830000', '093840.832000', '093840.835000', '093840.838000', '093840.841000', '093840.844000', '093840.847000', '093840.850000', '093840.853000', '093840.856000', '093840.863000', '093840.866000', '093840.869000', '093840.871000', '093840.874000', '093840.877000', '093840.880000', '093840.883000', '093840.886000', '093840.889000', '093840.892000', '093840.895000', '093840.897000', '093840.901000', '093840.903000', '093840.906000', '093840.909000', '093840.912000', '093840.915000', '093840.918000', '093840.921000', '093840.924000', '093840.927000', '093840.929000', '093840.932000', '093840.935000', '093840.938000', '093840.954000', '093840.957000', '093900.816000', '093900.820000', '093900.822000', '093900.825000', '093900.828000', '093900.831000', '093900.834000', '093900.837000', '093900.840000', '093900.843000', '093900.846000', '093900.848000', '093900.852000', '093900.855000', '093900.857000', '093900.860000', '093900.863000', '093900.866000', '093900.869000', '093900.872000', '093900.875000', '093900.878000', '093900.881000', '093900.884000', '093900.887000', '093900.889000', '093900.892000', '093900.895000', '093900.898000', '093900.901000', '093900.904000', '093900.907000', '093900.910000', '093900.913000', '093900.916000', '093900.919000', '093900.922000', '093900.925000', '093900.927000', '093900.938000', '093900.941000', '093900.944000', '093900.947000', '093920.814000', '093920.817000', '093920.820000', '093920.823000', '093920.826000', '093920.829000', '093920.832000', '093920.835000', '093920.837000', '093920.840000', '093920.843000', '093920.846000', '093920.849000', '093920.852000', '093920.855000', '093920.858000', '093920.861000', '093920.864000', '093920.867000', '093920.870000', '093920.873000', '093920.875000', '093920.878000', '093920.881000', '093920.884000', '093920.887000', '093920.890000', '093920.893000', '093920.896000', '093920.899000', '093920.902000', '093920.905000', '093920.907000', '093920.910000', '093920.913000', '093920.916000', '093920.919000', '093920.922000', '093920.925000', '093920.928000', '093920.931000', '093920.933000', '093920.936000', '093920.939000', '093940.814000', '093940.817000', '093940.820000', '093940.823000', '093940.826000', '093940.829000', '093940.832000', '093940.836000', '093940.841000', '093940.844000', '093940.847000', '093940.850000', '093940.853000', '093940.856000', '093940.859000', '093940.862000', '093940.865000', '093940.868000', '093940.871000', '093940.874000', '093940.877000', '093940.880000', '093940.882000', '093940.885000', '093940.888000', '093940.891000', '093940.894000', '093940.897000', '093940.900000', '093940.903000', '093940.906000', '093940.909000', '093940.911000', '093940.914000', '093940.917000', '093940.920000', '093940.923000', '093940.926000', '093940.929000', '093940.932000', '093940.935000', '093940.938000', '093940.940000', '094000.814000', '094000.817000', '094000.820000', '094000.823000', '094000.826000', '094000.829000', '094000.832000', '094000.835000', '094000.837000', '094000.840000', '094000.843000', '094000.846000', '094000.849000', '094000.852000', '094000.855000', '094000.858000', '094000.861000', '094000.864000', '094000.867000', '094000.870000', '094000.873000', '094000.876000', '094000.879000', '094000.882000', '094000.884000', '094000.888000', '094000.891000', '094000.894000', '094000.896000', '094000.899000', '094000.902000', '094000.905000', '094000.908000', '094000.911000', '094000.914000', '094000.917000', '094000.920000', '094000.923000', '094000.926000', '094000.929000', '094000.931000', '094000.934000', '094000.937000', '094000.940000', '094020.814000', '094020.817000', '094020.820000', '094020.823000', '094020.826000', '094020.829000', '094020.831000', '094020.834000', '094020.837000', '094020.841000', '094020.844000', '094020.847000', '094020.850000', '094020.853000', '094020.855000', '094020.858000', '094020.863000', '094020.866000', '094020.869000', '094020.872000', '094020.874000', '094020.877000', '094020.880000', '094020.883000', '094020.886000', '094020.889000', '094020.892000', '094020.895000', '094020.898000', '094020.901000', '094020.904000', '094020.907000', '094020.909000', '094020.912000', '094020.915000', '094020.918000', '094020.921000', '094020.924000', '094020.927000', '094020.930000', '094020.933000', '094020.935000', '094020.938000', '094040.814000', '094040.817000', '094040.820000', '094040.823000', '094040.826000', '094040.829000', '094040.832000', '094040.835000', '094040.837000', '094040.841000', '094040.844000', '094040.846000', '094040.849000', '094040.853000', '094040.855000', '094040.858000', '094040.861000', '094040.864000', '094040.867000', '094040.870000', '094040.873000', '094040.876000', '094040.879000', '094040.882000', '094040.885000', '094040.888000', '094040.890000', '094040.893000', '094040.896000', '094040.899000', '094040.902000', '094040.905000', '094040.908000', '094040.911000', '094040.914000', '094040.916000', '094040.919000', '094040.922000', '094040.925000', '094040.928000', '094040.931000', '094040.941000', '094040.944000', '094040.947000', '094100.814000', '094100.817000', '094100.820000', '094100.823000', '094100.826000', '094100.829000', '094100.831000', '094100.835000', '094100.837000', '094100.840000', '094100.843000', '094100.846000', '094100.849000', '094100.852000', '094100.855000', '094100.858000', '094100.861000', '094100.864000', '094100.867000', '094100.870000', '094100.873000', '094100.876000', '094100.881000', '094100.885000', '094100.888000', '094100.891000', '094100.894000', '094100.897000', '094100.900000', '094100.903000', '094100.906000', '094100.909000', '094100.911000', '094100.914000', '094100.917000', '094100.920000', '094100.923000', '094100.926000', '094100.929000', '094100.932000', '094100.935000', '094100.937000', '094100.940000', '094120.814000', '094120.824000', '094120.827000', '094120.830000', '094120.833000', '094120.836000', '094120.839000', '094120.842000', '094120.845000', '094120.848000', '094120.851000', '094120.854000', '094120.857000', '094120.860000', '094120.862000', '094120.865000', '094120.868000', '094120.871000', '094120.874000', '094120.877000', '094120.880000', '094120.883000', '094120.886000', '094120.889000', '094120.892000', '094120.895000', '094120.898000', '094120.901000', '094120.904000', '094120.907000', '094120.910000', '094120.913000', '094120.915000', '094120.918000', '094120.921000', '094120.924000', '094120.927000', '094120.930000', '094120.933000', '094120.936000', '094120.939000', '094120.942000', '094120.945000', '094120.948000', '094140.814000', '094140.817000', '094140.820000', '094140.823000', '094140.827000', '094140.830000', '094140.833000', '094140.836000', '094140.839000', '094140.842000', '094140.845000', '094140.848000', '094140.851000', '094140.854000', '094140.857000', '094140.860000', '094140.862000', '094140.865000', '094140.868000', '094140.871000', '094140.874000', '094140.877000', '094140.882000', '094140.886000', '094140.890000', '094140.893000', '094140.895000', '094140.898000', '094140.901000', '094140.904000', '094140.907000', '094140.910000', '094140.913000', '094140.916000', '094140.919000', '094140.922000', '094140.925000', '094140.927000', '094140.930000', '094140.933000', '094140.936000', '094140.939000', '094140.942000', '094200.814000', '094200.817000', '094200.820000', '094200.823000', '094200.826000', '094200.829000', '094200.832000', '094200.835000', '094200.838000', '094200.841000', '094200.843000', '094200.846000', '094200.849000', '094200.852000', '094200.855000', '094200.858000', '094200.861000', '094200.864000', '094200.867000', '094200.870000', '094200.873000', '094200.876000', '094200.879000', '094200.882000', '094200.884000', '094200.887000', '094200.890000', '094200.893000', '094200.896000', '094200.899000', '094200.902000', '094200.905000', '094200.908000', '094200.911000', '094200.926000', '094200.929000', '094200.932000', '094200.935000', '094200.937000', '094200.940000', '094200.943000', '094200.946000', '094200.949000', '094200.952000', '094220.814000', '094220.832000', '094220.835000', '094220.854000', '094220.857000', '094220.860000', '094220.863000', '094220.866000', '094220.869000', '094220.872000', '094220.875000', '094220.878000', '094220.880000', '094220.884000', '094220.887000', '094220.889000', '094220.892000', '094220.895000', '094220.898000', '094220.901000', '094220.904000', '094220.907000', '094220.913000', '094220.916000', '094220.920000', '094220.923000', '094220.926000', '094220.929000', '094220.931000', '094220.934000', '094220.937000', '094220.940000', '094220.943000', '094220.946000', '094220.949000', '094220.952000', '094220.955000', '094220.958000', '094220.960000', '094220.963000', '094220.966000', '094220.969000', '094220.972000', '094240.814000', '094240.817000', '094240.820000', '094240.823000', '094240.826000', '094240.829000', '094240.832000', '094240.835000', '094240.838000', '094240.840000', '094240.844000', '094240.846000', '094240.849000', '094240.852000', '094240.855000', '094240.858000', '094240.861000', '094240.864000', '094240.867000', '094240.870000', '094240.873000', '094240.876000', '094240.879000', '094240.882000', '094240.884000', '094240.887000', '094240.890000', '094240.893000', '094240.896000', '094240.899000', '094240.902000', '094240.905000', '094240.908000', '094240.911000', '094240.914000', '094240.917000', '094240.920000', '094240.923000', '094240.926000', '094240.928000', '094240.931000', '094240.934000', '094240.937000', '094240.940000', '094300.814000', '094300.817000', '094300.820000', '094300.823000', '094300.826000', '094300.829000', '094300.832000', '094300.835000', '094300.838000', '094300.841000', '094300.844000', '094300.847000', '094300.850000', '094300.852000', '094300.855000', '094300.858000', '094300.862000', '094300.865000', '094300.868000', '094300.871000', '094300.874000', '094300.877000', '094300.880000', '094300.883000', '094300.886000', '094300.889000', '094300.892000', '094300.895000', '094300.898000', '094300.901000', '094300.904000', '094300.906000', '094300.910000', '094300.912000', '094300.915000', '094300.920000', '094300.925000', '094300.928000', '094300.931000', '094300.934000', '094300.937000', '094300.940000', '094300.943000', '094320.813000', '094320.827000', '094320.830000', '094320.833000', '094320.836000', '094320.839000', '094320.842000', '094320.844000', '094320.847000', '094320.850000', '094320.853000', '094320.856000', '094320.859000', '094320.862000', '094320.865000', '094320.868000', '094320.871000', '094320.874000', '094320.877000', '094320.880000', '094320.882000', '094320.885000', '094320.888000', '094320.891000', '094320.894000', '094320.897000', '094320.900000', '094320.903000', '094320.906000', '094320.909000', '094320.912000', '094320.914000', '094320.917000', '094320.920000', '094320.923000', '094320.926000', '094320.929000', '094320.932000', '094320.935000', '094320.938000', '094320.941000', '094320.944000', '094320.947000', '094320.949000', '094340.830000', '094340.833000', '094340.836000', '094340.839000', '094340.842000', '094340.845000', '094340.848000', '094340.851000', '094340.854000', '094340.857000', '094340.859000', '094340.863000', '094340.865000', '094340.868000', '094340.871000', '094340.874000', '094340.877000', '094340.880000', '094340.883000', '094340.886000', '094340.889000', '094340.892000', '094340.895000', '094340.898000', '094340.901000', '094340.904000', '094340.906000', '094340.910000', '094340.912000', '094340.915000', '094340.918000', '094340.921000', '094340.924000', '094340.927000', '094340.930000', '094340.933000', '094340.936000', '094340.939000', '094340.942000', '094340.945000', '094340.950000', '094340.954000', '094340.957000', '094400.814000', '094400.825000', '094400.828000', '094400.831000', '094400.834000', '094400.837000', '094400.840000', '094400.843000', '094400.846000', '094400.849000', '094400.852000', '094400.855000', '094400.858000', '094400.860000', '094400.863000', '094400.866000', '094400.869000', '094400.872000', '094400.875000', '094400.878000', '094400.881000', '094400.884000', '094400.887000', '094400.890000', '094400.893000', '094400.895000', '094400.898000', '094400.901000', '094400.904000', '094400.907000', '094400.910000', '094400.913000', '094400.916000', '094400.919000', '094400.922000', '094400.925000', '094400.928000', '094400.931000', '094400.934000', '094400.936000', '094400.939000', '094400.942000', '094400.945000', '094400.948000', '094420.814000', '094420.817000', '094420.820000', '094420.823000', '094420.826000', '094420.829000', '094420.832000', '094420.835000', '094420.838000', '094420.841000', '094420.844000', '094420.846000', '094420.849000', '094420.852000', '094420.856000', '094420.858000', '094420.861000', '094420.864000', '094420.867000', '094420.870000', '094420.873000', '094420.876000', '094420.879000', '094420.882000', '094420.885000', '094420.888000', '094420.891000', '094420.894000', '094420.898000', '094420.901000', '094420.905000', '094420.907000', '094420.910000', '094420.913000', '094420.916000', '094420.919000', '094420.922000', '094420.925000', '094420.928000', '094420.931000', '094420.934000', '094420.937000', '094420.940000', '094440.814000', '094440.820000', '094440.823000', '094440.826000', '094440.829000', '094440.831000', '094440.834000', '094440.837000', '094440.840000', '094440.843000', '094440.846000', '094440.849000', '094440.852000', '094440.855000', '094440.858000', '094440.861000', '094440.864000', '094440.867000', '094440.870000', '094440.873000', '094440.876000', '094440.879000', '094440.882000', '094440.885000', '094440.888000', '094440.891000', '094440.893000', '094440.897000', '094440.899000', '094440.902000', '094440.905000', '094440.908000', '094440.911000', '094440.914000', '094440.917000', '094440.920000', '094440.923000', '094440.926000', '094440.928000', '094440.931000', '094440.934000', '094440.937000', '094440.940000', '094440.943000', '094500.814000', '094500.832000', '094500.835000', '094500.838000', '094500.841000', '094500.844000', '094500.847000', '094500.850000', '094500.853000', '094500.856000', '094500.859000', '094500.876000', '094500.879000', '094500.887000', '094500.890000', '094500.893000', '094500.895000', '094500.899000', '094500.902000', '094500.904000', '094500.907000', '094500.910000', '094500.913000', '094500.916000', '094500.919000', '094500.922000', '094500.925000', '094500.928000', '094500.931000', '094500.934000', '094500.937000', '094500.940000', '094500.943000', '094500.946000', '094500.949000', '094500.951000', '094500.954000', '094500.957000', '094500.960000', '094500.963000', '094500.966000', '094500.969000', '094500.972000', '094520.814000', '094520.821000', '094520.824000', '094520.827000', '094520.830000', '094520.833000', '094520.836000', '094520.839000', '094520.841000', '094520.844000', '094520.847000', '094520.850000', '094520.853000', '094520.856000', '094520.859000', '094520.862000', '094520.865000', '094520.868000', '094520.871000', '094520.874000', '094520.877000', '094520.880000', '094520.883000', '094520.886000', '094520.889000', '094520.892000', '094520.895000', '094520.897000', '094520.900000', '094520.903000', '094520.906000', '094520.909000', '094520.912000', '094520.915000', '094520.918000', '094520.921000', '094520.924000', '094520.927000', '094520.930000', '094520.933000', '094520.935000', '094520.938000', '094520.941000', '094520.944000', '094540.813000', '094540.883000', '094540.886000', '094540.889000', '094540.892000', '094540.895000', '094540.898000', '094540.901000', '094540.904000', '094540.907000', '094540.910000', '094540.913000', '094540.916000', '094540.919000', '094540.921000', '094540.924000', '094540.927000', '094540.930000', '094540.933000', '094540.936000', '094540.941000', '094540.944000', '094540.947000', '094540.950000', '094540.953000', '094540.956000', '094540.959000', '094540.961000', '094540.964000', '094540.967000', '094540.970000', '094540.973000', '094540.976000', '094540.979000', '094540.982000', '094540.985000', '094540.988000', '094540.991000', '094540.994000', '094540.997000', '094541.001000', '094541.005000', '094541.010000', '094600.814000', '094600.832000', '094600.835000', '094600.838000', '094600.841000', '094600.844000', '094600.847000', '094600.850000', '094600.853000', '094600.856000', '094600.859000', '094600.861000', '094600.864000', '094600.867000', '094600.870000', '094600.873000', '094600.876000', '094600.879000', '094600.882000', '094600.885000', '094600.888000', '094600.891000', '094600.894000', '094600.897000', '094600.900000', '094600.903000', '094600.908000', '094600.910000', '094600.913000', '094600.916000', '094600.919000', '094600.922000', '094600.925000', '094600.928000', '094600.931000', '094600.934000', '094600.937000', '094600.940000', '094600.943000', '094600.946000', '094600.949000', '094600.952000', '094600.955000', '094620.814000', '094620.853000', '094620.855000', '094620.858000', '094620.861000', '094620.864000', '094620.867000', '094620.870000', '094620.885000', '094620.888000', '094620.890000', '094620.893000', '094620.896000', '094620.899000', '094620.902000', '094620.905000', '094620.908000', '094620.911000', '094620.914000', '094620.917000', '094620.920000', '094620.923000', '094620.925000', '094620.928000', '094620.931000', '094620.934000', '094620.937000', '094620.940000', '094620.943000', '094620.946000', '094620.949000', '094620.952000', '094620.955000', '094620.958000', '094620.960000', '094620.963000', '094620.966000', '094620.969000', '094620.972000', '094620.975000', '094620.978000', '094620.981000', '094620.984000', '094620.987000', '094640.814000', '094640.830000', '094640.833000', '094640.836000', '094640.839000', '094640.842000', '094640.845000', '094640.848000', '094640.851000', '094640.854000', '094640.857000', '094640.860000', '094640.863000', '094640.866000', '094640.869000', '094640.871000', '094640.875000', '094640.877000', '094640.880000', '094640.883000', '094640.886000', '094640.889000', '094640.892000', '094640.895000', '094640.898000', '094640.901000', '094640.904000', '094640.907000', '094640.910000', '094640.912000', '094640.915000', '094640.918000', '094640.921000', '094640.924000', '094640.927000', '094640.930000', '094640.933000', '094640.936000', '094640.939000', '094640.942000', '094640.945000', '094640.948000', '094640.950000', '094700.814000', '094700.817000', '094700.820000', '094700.823000', '094700.826000', '094700.829000', '094700.832000', '094700.835000', '094700.838000', '094700.841000', '094700.844000', '094700.847000', '094700.850000', '094700.853000', '094700.856000', '094700.859000', '094700.862000', '094700.864000', '094700.867000', '094700.870000', '094700.873000', '094700.876000', '094700.879000', '094700.882000', '094700.885000', '094700.888000', '094700.891000', '094700.894000', '094700.897000', '094700.900000', '094700.903000', '094700.906000', '094700.908000', '094700.911000', '094700.914000', '094700.917000', '094700.920000', '094700.923000', '094700.926000', '094700.929000', '094700.932000', '094700.935000', '094700.938000', '094700.941000', '094720.816000', '094720.845000', '094720.848000', '094720.851000', '094720.854000', '094720.857000', '094720.860000', '094720.863000', '094720.866000', '094720.869000', '094720.872000', '094720.875000', '094720.878000', '094720.881000', '094720.884000', '094720.887000', '094720.890000', '094720.893000', '094720.896000', '094720.899000', '094720.902000', '094720.904000', '094720.907000', '094720.910000', '094720.913000', '094720.916000', '094720.919000', '094720.922000', '094720.925000', '094720.928000', '094720.931000', '094720.934000', '094720.937000', '094720.940000', '094720.943000', '094720.946000', '094720.949000', '094720.951000', '094720.954000', '094720.957000', '094720.960000', '094720.963000', '094720.966000', '094740.814000', '094740.886000', '094740.889000', '094740.892000', '094740.895000', '094740.910000', '094740.913000', '094740.916000', '094740.919000', '094740.921000', '094740.924000', '094740.927000', '094740.930000', '094740.933000', '094740.936000', '094740.939000', '094740.942000', '094740.945000', '094740.948000', '094740.951000', '094740.954000', '094740.957000', '094740.960000', '094740.963000', '094740.966000', '094740.969000', '094740.972000', '094740.974000', '094740.977000', '094740.980000', '094740.983000', '094740.986000', '094740.989000', '094740.992000', '094740.995000', '094740.998000', '094741.002000', '094741.005000', '094741.008000', '094741.011000', '094741.014000', '094741.017000', '094741.020000', '094741.022000', '094800.813000', '094800.859000', '094800.862000', '094800.865000', '094800.868000', '094800.871000', '094800.874000', '094800.877000', '094800.880000', '094800.883000', '094800.886000', '094800.889000', '094800.892000', '094800.895000', '094800.898000', '094800.901000', '094800.904000', '094800.907000', '094800.910000', '094800.913000', '094800.916000', '094800.919000', '094800.922000', '094800.925000', '094800.928000', '094800.930000', '094800.933000', '094800.936000', '094800.939000', '094800.942000', '094800.945000', '094800.948000', '094800.951000', '094800.954000', '094800.957000', '094800.960000', '094800.963000', '094800.966000', '094800.969000', '094800.972000', '094800.975000', '094800.977000', '094800.980000', '094816.530000', '094816.533000', '094816.537000', '094816.548000', '094816.552000', '094816.555000', '094816.559000', '094816.562000', '094816.565000', '094816.568000', '094816.571000', '094816.574000', '094816.577000', '094816.580000', '094816.583000', '094816.587000', '094816.590000', '094816.593000', '094816.596000', '094816.600000', '094816.603000', '094816.606000', '094816.608000', '094816.612000', '094816.614000', '094816.618000', '094816.621000', '094816.624000', '094816.627000', '094816.630000', '094816.633000', '094816.636000', '094816.639000', '094816.642000', '094816.645000'], '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, 1323], 'LargestImagePixelValue': [9979, 8133, 10985, 7573, 7998, 7653, 8855, 6932, 10283, 7391, 7981, 9571, 6621, 9342, 6918, 9395, 6997, 6627, 6214, 6743, 6827, 6814, 7356, 6953, 7936, 7204, 9281, 6939, 8635, 7117, 9774, 7466, 9924, 7180, 9794, 6994, 8111, 7221, 8197, 7090, 7377, 8577, 7443, 8614, 7281, 6602, 6625, 6877, 6444, 6886, 7260, 6678, 7199, 7009, 7256, 6903, 8120, 7345, 8432, 7270, 9331, 7153, 8859, 7791, 8456, 7342, 7371, 7582, 7745, 7442, 8068, 8696, 7121, 9210, 7501, 8604, 7563, 9321, 7658, 9623, 8276, 7029, 10708, 8539, 9497, 7322, 7272, 8011, 7279, 9394, 7265, 9500, 8341, 9171, 9711, 8522, 10723, 8540, 9908, 8189, 8196, 7833, 7461, 7731, 7704, 8004, 7729, 8815, 7736, 9202, 7944, 9399, 8020, 7177, 7795, 7280, 8125, 7460, 8760, 7454, 9802, 7470, 9654, 8028, 8791, 7475, 6850, 7509, 7275, 7463, 8735, 7443, 6895, 7584, 6816, 7522, 6952, 7382, 6908, 7875, 6749, 9566, 7154, 8659, 7553, 7017, 7647, 7306, 7633, 7475, 9219, 7824, 9039, 7776, 7463, 7933, 10671, 8400, 10487, 8879, 9200, 8239, 7591, 7371, 7668, 8301, 7564, 8255, 9056, 7994, 7491, 7741, 7362, 7652, 7483, 7679, 10236, 8275, 9386, 7851, 7679, 7455, 7234, 7492, 7223, 7506, 9292, 7772, 8928, 7434, 8499, 7565, 7070, 7343, 7833, 7365, 7751, 7257, 8557, 7669, 7923, 7589, 6884, 7446, 7244, 7619, 7936, 7484, 8261, 7404, 8269, 7418, 7827, 7570, 8651, 7273, 8513, 10075, 8105, 10737, 7816, 6930, 7514, 8197, 7669, 8297, 7546, 8417, 7388, 8929, 7294, 7179, 7409, 7765, 7173, 7318, 9500, 7546, 8858, 7469, 8443, 7518, 7343, 7353, 8313, 7148, 7623, 9735, 7402, 8118, 7147, 7056, 7076, 7143, 7192, 7583, 6688, 7762, 6569, 6382, 6621, 6945, 6615, 6964, 8629, 6976, 7637, 6953, 6812, 7105, 6851, 7265, 7433, 6985, 8000, 7029, 8940, 7231, 7662, 7235, 8220, 7340, 8229, 10706, 9437, 11055, 7978, 8696, 7447, 8230, 7371, 8812, 7210, 8545, 7212, 8967, 7028, 6835, 6977, 6802, 7096, 7501, 7076, 9444, 7027, 8123, 6963, 7181, 7087, 8071, 7135, 8731, 11335, 7918, 8095, 7102, 6557, 6628, 6614, 7323, 8623, 6897, 9936, 7909, 8881, 6928, 6600, 6902, 6531, 6989, 7269, 7028, 8699, 7029, 7324, 6974, 6287, 7270, 7400, 6970, 7273, 9850, 8553, 10478, 7487, 9487, 7304, 6962, 7283, 8080, 7166, 7493, 11290, 7562, 11086, 7255, 6723, 7117, 7307, 7141, 6793, 6508, 7061, 6443, 7796, 6392, 7036, 6264, 6911, 8751, 7155, 7570, 6544, 7541, 6533, 7091, 6610, 6567, 6623, 7110, 8212, 6684, 7171, 6757, 6741, 6799, 6707, 6799, 6856, 6646, 7001, 7642, 7195, 6853, 6333, 6630, 6347, 6609, 7296, 9588, 7272, 8793, 7354, 10387, 7297, 8244, 7246, 7379, 7142, 7137, 10302, 6983, 9830, 7061, 10248, 7180, 6982, 6987, 7351, 6592, 6766, 8624, 6905, 7335, 7087, 6861, 6884, 7239, 6880, 6890, 11040, 6823, 9210, 6948, 10397, 6938, 7458, 6584, 7249, 7278, 6706, 9028, 7194, 7629, 6663, 7700, 6705, 6730, 6986, 7250, 6629, 6871, 6459, 7147, 6425, 7345, 6944, 7623, 6650, 7549, 10312, 7774, 10021, 6834, 10773, 6838, 10894, 7313, 6308, 6573, 6555, 7060, 9517, 7495, 7783, 7971, 6843, 10690, 7999, 11093, 7305, 8075, 6911, 7516, 6977, 6981, 8787, 7209, 8224, 7270, 8300, 6713, 6718, 6547, 7788, 6557, 8165, 6887, 7607, 6676, 8038, 7022, 8336, 7599, 7715, 6453, 6938, 9004, 7124, 9097, 7442, 8670, 7398, 9157, 6707, 7108, 6742, 7440, 6944, 7037, 7356, 6675, 8754, 6680, 8514, 6863, 8912, 6903, 9265, 6860, 9988, 7372, 10708, 7493, 8193, 6703, 7502, 7214, 10904, 8019, 12528, 8050, 7669, 7215, 6874, 7504, 7162, 7017, 9473, 8086, 12196, 7544, 6592, 7325, 6403, 6854, 6765, 7612, 6642, 7551, 10841, 7726, 11690, 7449, 7318, 6699, 8952, 6839, 9354, 6716, 8020, 11678, 8140, 10440, 7527, 7526, 6518, 6888, 6444, 6996, 6798, 6269, 6432, 7059, 6717, 7068, 6541, 6725, 6582, 7727, 6705, 7873, 8090, 8137, 10129, 7910, 9013, 6857, 10790, 8371, 9444, 8014, 8009, 11722, 7823, 8028, 7022, 6581, 6679, 6711, 6667, 10440, 7825, 8676, 7383, 8597, 7908, 8382, 6650, 7245, 6554, 7069, 10274, 7756, 8751, 6722, 9037, 6668, 8980, 6653, 7284, 7160, 6630, 10356, 7365, 8985, 6483, 9597, 6569, 7731, 6589, 6713, 6550, 6474, 7997, 6487, 7158, 7615, 6587, 7499, 6725, 7758, 10431, 8964, 8451, 7587, 7532, 11213, 7743, 8872, 6415, 6775, 6404, 9438, 7509, 7717, 7170, 7103, 9433, 7166, 8551, 6969, 6800, 6722, 6825, 6723, 9039, 7032, 7360, 10862, 8022, 10203, 7237, 8377, 6683, 7147, 6706, 7389, 10198, 7791, 8715, 6813, 9050, 6615, 7913, 6625, 6694, 8564, 6788, 8507, 6733, 7602, 6754, 7931, 6810, 7607, 6614, 6523, 6688, 6797, 8726, 6884, 8566, 7633, 9540, 7359, 8868, 6753, 8501, 6869, 7975, 6883, 6868, 10316, 8290, 9405, 7253, 6983, 6721, 6684, 6766, 6874, 9167, 7042, 7811, 6786, 7982, 6671, 6553, 6671, 7375, 8589, 7018, 10078, 7656, 9036, 6725, 8148, 6642, 6867, 6940, 7069, 7942, 6897, 9897, 7664, 8999, 6811, 8738, 6633, 7008, 9610, 7035, 7896, 6806, 6802, 9755, 6945, 8807, 6755, 7738, 6641, 6878, 6820, 6418, 6675, 6680, 6624, 7565, 6968, 7366, 6667, 7048, 6923, 7652, 10583, 7620, 9395, 7295, 8638, 6849, 8165, 6901, 6902, 6751, 6776, 10652, 8024, 7724, 6700, 7209, 8515, 7486, 6700, 6855, 6614, 6877, 10209, 7958, 8856, 6800, 8967, 6688, 7731, 6693, 7600, 10017, 8323, 9358, 7121, 9203, 7032, 7973, 6883, 6659, 9127, 6921, 8114, 7084, 8276, 7020, 8909, 6782, 7372, 6581, 6724, 6609, 6570, 9261, 6825, 8748, 6927, 9422, 6991, 7718, 6699, 7569, 6789, 8327, 9642, 6821, 9160, 6921, 8355, 6795, 7270, 6663, 6440, 6656, 6786, 8927, 6948, 7963, 6929, 7808, 6793, 7473, 6707, 6881, 6670, 7258, 10301, 7021, 9047, 7325, 9956, 7241, 8006, 7289, 7510, 7465, 8034, 7435, 8757, 7371, 8592, 10163, 8210, 10572, 7992, 7235, 7298, 10064, 7497, 8730, 7239, 7737, 9484, 7355, 8851, 7129, 7266, 7090, 7438, 6968, 7303, 6761, 7169, 8437, 6962, 6607, 6572, 7020, 7203, 7283, 7914, 7198, 8049, 7201, 8629, 7299, 8813, 7404, 9083, 10361, 7668, 10889, 7730, 8650, 7277, 9741, 7216, 7914, 7306, 7906, 7059, 7299, 8467, 7149, 9346, 7413, 6775, 6986, 6671, 6906, 9665, 7283, 8309, 8313, 7273, 10856, 7264, 7039, 6839, 8412, 6888, 8046, 7067, 7606, 6854, 7228, 6578, 6926, 6295, 6671, 8947, 7116, 7538, 6622, 7135, 6539, 7653, 6684, 7228, 6928, 7445, 7222, 8569, 7050, 8157, 8730, 7987, 7831, 7156, 9149, 7045, 9218, 6722, 7431, 9487, 6705, 8309, 6975, 7594, 6440, 7254, 6294, 6520, 6447, 6218, 8610, 7295, 7488, 6808, 7327, 6699, 7658, 6386, 8048, 11129, 8656, 10662, 7898, 10962, 7258, 8563, 6653, 7859, 10376, 7001, 9864, 7850, 9856, 7167, 7086, 6524, 7393, 7044, 7410, 6703, 6761, 9336, 7067, 9397, 7057, 7713, 6739, 8028, 6994, 7488, 6924, 7696, 6647, 8523, 6603, 7376, 6737, 7289, 10556, 8303, 9097, 7093, 10123, 7256, 7830, 6906, 7408, 6780, 7322, 9765, 7373, 9870, 7259, 6860, 6757, 8977, 6783, 8399, 6691, 8132, 6937, 8612, 6939, 6643, 7481, 6005, 7349, 6501, 8471, 7443, 7491, 9804, 8244, 10012, 7898, 10747, 8473, 11425, 8731, 10349, 8400, 10169, 8395, 10509, 8382, 10354, 8207, 10511, 8381, 10238, 8353, 8624, 8530, 9106, 8610, 9503, 8316, 8958, 7757, 8246, 7523, 7687, 7509, 8001, 7381, 8378, 7113, 8334, 7989, 8176, 6957, 7933, 7129, 7744, 7481, 7841, 7264, 7844, 8929, 7765, 8212, 8077, 7328, 7535, 7347, 7789, 7706, 8156, 7881, 8883, 7985, 10308, 7825, 7226, 7607, 7358, 7689, 7508, 9143, 7570, 10150, 7802, 8762, 7643, 7076, 7768, 7226, 7925, 7466, 8804, 7588, 7996, 7700, 7440, 7748, 7452, 8185, 7587, 8917, 8527, 6304, 6940, 6064, 7725, 7954, 7578, 9308, 6927, 6338, 6999, 7675, 11383, 12095, 10796, 9893, 15292, 11910, 9476, 14748, 10860, 8084, 14309, 11412, 8215, 15979, 11597, 9784, 13900, 9827, 14809, 9911, 6811, 9302, 7523, 10309, 9479, 10302, 8732, 6638, 9238, 7744, 9483, 8243, 8449, 8290, 8456, 8981, 8266, 10582, 6713, 10124, 7845, 10363, 8655, 11999, 9477, 13508, 7554, 8617, 6418, 6528, 10162, 10281, 12320, 11753, 8015, 12250, 8950, 11504, 9238, 11333, 11278, 11037, 13182, 8363, 13173, 8532, 11668, 8199, 12103, 7690, 12059, 10100, 11229, 8348, 10280, 6364, 8057, 6492, 8816, 9099, 8576, 12307, 9818, 10204, 8477, 8852, 7678, 10022, 7248, 10038, 8713, 9247, 13196, 9770, 12074, 8521, 8986, 7713, 9579, 6685, 8738, 7854, 9111, 7508, 9021, 6232, 7999, 6314, 9179, 13547, 9602, 11220, 9108, 11442, 7827, 10026, 8113, 10787, 7387, 8858, 14030, 9077, 11139, 8157, 6891, 6959, 9880, 7681, 11018, 7206, 9592, 14218, 10406, 10546, 8357, 8039, 6772, 7886, 7715, 7481, 11429, 7163], 'WindowCenter': [3861.0, 3814.0, 3831.0, 3798.0, 3785.0, 3784.0, 3792.0, 3772.0, 3803.0, 3770.0, 3781.0, 3789.0, 3759.0, 3789.0, 3771.0, 3816.0, 3784.0, 3757.0, 3747.0, 3770.0, 3770.0, 3773.0, 3795.0, 3787.0, 3808.0, 3798.0, 3818.0, 3787.0, 3804.0, 3773.0, 3815.0, 3785.0, 3805.0, 3771.0, 3804.0, 3771.0, 3793.0, 3782.0, 3791.0, 3756.0, 3767.0, 3776.0, 3767.0, 3788.0, 3769.0, 3770.0, 3771.0, 3771.0, 3761.0, 3770.0, 3782.0, 3771.0, 3772.0, 3772.0, 3783.0, 3782.0, 3794.0, 3783.0, 3793.0, 3782.0, 3816.0, 3784.0, 3803.0, 3794.0, 3794.0, 3795.0, 3784.0, 3794.0, 3782.0, 3783.0, 3793.0, 3804.0, 3784.0, 3804.0, 3784.0, 3803.0, 3783.0, 3802.0, 3783.0, 3803.0, 3794.0, 3783.0, 3828.0, 3818.0, 3815.0, 3783.0, 3781.0, 3781.0, 3768.0, 3790.0, 3770.0, 3803.0, 3780.0, 3802.0, 3801.0, 3791.0, 3799.0, 3779.0, 3787.0, 3765.0, 3764.0, 3766.0, 3755.0, 3765.0, 3766.0, 3765.0, 3766.0, 3776.0, 3766.0, 3787.0, 3779.0, 3788.0, 3768.0, 3756.0, 3766.0, 3755.0, 3766.0, 3754.0, 3776.0, 3756.0, 3799.0, 3768.0, 3788.0, 3780.0, 3789.0, 3770.0, 3756.0, 3768.0, 3767.0, 3770.0, 3790.0, 3781.0, 3770.0, 3782.0, 3770.0, 3781.0, 3769.0, 3771.0, 3769.0, 3780.0, 3759.0, 3802.0, 3772.0, 3805.0, 3808.0, 3784.0, 3794.0, 3782.0, 3795.0, 3795.0, 3817.0, 3808.0, 3815.0, 3796.0, 3782.0, 3794.0, 3814.0, 3793.0, 3814.0, 3804.0, 3802.0, 3792.0, 3780.0, 3770.0, 3768.0, 3779.0, 3767.0, 3790.0, 3791.0, 3781.0, 3769.0, 3780.0, 3769.0, 3780.0, 3767.0, 3768.0, 3799.0, 3780.0, 3790.0, 3780.0, 3779.0, 3770.0, 3768.0, 3769.0, 3767.0, 3768.0, 3788.0, 3769.0, 3789.0, 3771.0, 3790.0, 3781.0, 3769.0, 3769.0, 3768.0, 3768.0, 3769.0, 3770.0, 3791.0, 3781.0, 3780.0, 3782.0, 3769.0, 3781.0, 3769.0, 3781.0, 3781.0, 3783.0, 3792.0, 3782.0, 3792.0, 3782.0, 3781.0, 3779.0, 3790.0, 3768.0, 3790.0, 3800.0, 3780.0, 3799.0, 3769.0, 3756.0, 3769.0, 3777.0, 3768.0, 3778.0, 3768.0, 3779.0, 3767.0, 3789.0, 3768.0, 3757.0, 3767.0, 3767.0, 3755.0, 3767.0, 3788.0, 3769.0, 3789.0, 3770.0, 3779.0, 3769.0, 3767.0, 3757.0, 3777.0, 3755.0, 3767.0, 3787.0, 3757.0, 3777.0, 3758.0, 3756.0, 3757.0, 3757.0, 3756.0, 3779.0, 3757.0, 3767.0, 3759.0, 3758.0, 3759.0, 3770.0, 3757.0, 3768.0, 3789.0, 3769.0, 3768.0, 3771.0, 3759.0, 3771.0, 3759.0, 3770.0, 3781.0, 3770.0, 3780.0, 3770.0, 3801.0, 3781.0, 3781.0, 3770.0, 3780.0, 3769.0, 3781.0, 3801.0, 3792.0, 3811.0, 3780.0, 3778.0, 3769.0, 3776.0, 3757.0, 3776.0, 3757.0, 3776.0, 3768.0, 3788.0, 3759.0, 3757.0, 3758.0, 3756.0, 3759.0, 3769.0, 3768.0, 3800.0, 3760.0, 3778.0, 3759.0, 3758.0, 3757.0, 3778.0, 3756.0, 3779.0, 3810.0, 3779.0, 3766.0, 3759.0, 3745.0, 3757.0, 3745.0, 3768.0, 3778.0, 3757.0, 3799.0, 3780.0, 3789.0, 3758.0, 3747.0, 3757.0, 3746.0, 3757.0, 3768.0, 3757.0, 3790.0, 3760.0, 3771.0, 3772.0, 3759.0, 3782.0, 3769.0, 3758.0, 3770.0, 3802.0, 3791.0, 3801.0, 3771.0, 3787.0, 3769.0, 3757.0, 3769.0, 3777.0, 3756.0, 3769.0, 3810.0, 3768.0, 3809.0, 3768.0, 3757.0, 3757.0, 3755.0, 3755.0, 3745.0, 3744.0, 3757.0, 3747.0, 3780.0, 3747.0, 3770.0, 3747.0, 3759.0, 3776.0, 3756.0, 3766.0, 3735.0, 3766.0, 3746.0, 3757.0, 3758.0, 3758.0, 3746.0, 3757.0, 3778.0, 3758.0, 3757.0, 3758.0, 3757.0, 3759.0, 3758.0, 3760.0, 3759.0, 3759.0, 3772.0, 3769.0, 3769.0, 3759.0, 3761.0, 3773.0, 3761.0, 3761.0, 3783.0, 3801.0, 3770.0, 3791.0, 3770.0, 3800.0, 3771.0, 3780.0, 3770.0, 3768.0, 3757.0, 3758.0, 3787.0, 3758.0, 3800.0, 3758.0, 3799.0, 3759.0, 3756.0, 3758.0, 3758.0, 3746.0, 3748.0, 3778.0, 3758.0, 3768.0, 3759.0, 3757.0, 3759.0, 3767.0, 3758.0, 3758.0, 3799.0, 3748.0, 3788.0, 3758.0, 3799.0, 3758.0, 3758.0, 3747.0, 3756.0, 3755.0, 3745.0, 3776.0, 3746.0, 3756.0, 3748.0, 3767.0, 3759.0, 3747.0, 3759.0, 3757.0, 3748.0, 3759.0, 3747.0, 3760.0, 3750.0, 3772.0, 3771.0, 3781.0, 3760.0, 3768.0, 3789.0, 3768.0, 3790.0, 3748.0, 3812.0, 3773.0, 3824.0, 3770.0, 3748.0, 3757.0, 3747.0, 3759.0, 3790.0, 3759.0, 3770.0, 3769.0, 3759.0, 3800.0, 3779.0, 3799.0, 3756.0, 3765.0, 3744.0, 3756.0, 3744.0, 3746.0, 3764.0, 3755.0, 3765.0, 3756.0, 3766.0, 3746.0, 3745.0, 3746.0, 3755.0, 3736.0, 3767.0, 3757.0, 3768.0, 3746.0, 3769.0, 3757.0, 3779.0, 3757.0, 3768.0, 3735.0, 3746.0, 3765.0, 3746.0, 3777.0, 3758.0, 3778.0, 3770.0, 3790.0, 3759.0, 3757.0, 3760.0, 3770.0, 3759.0, 3761.0, 3772.0, 3761.0, 3795.0, 3774.0, 3794.0, 3762.0, 3791.0, 3760.0, 3792.0, 3761.0, 3803.0, 3773.0, 3813.0, 3774.0, 3782.0, 3762.0, 3759.0, 3771.0, 3802.0, 3782.0, 3822.0, 3781.0, 3771.0, 3773.0, 3759.0, 3771.0, 3758.0, 3758.0, 3790.0, 3770.0, 3812.0, 3770.0, 3760.0, 3769.0, 3748.0, 3759.0, 3748.0, 3771.0, 3749.0, 3771.0, 3802.0, 3772.0, 3812.0, 3771.0, 3771.0, 3760.0, 3778.0, 3748.0, 3779.0, 3736.0, 3768.0, 3799.0, 3767.0, 3787.0, 3757.0, 3756.0, 3737.0, 3746.0, 3737.0, 3757.0, 3749.0, 3748.0, 3750.0, 3772.0, 3774.0, 3773.0, 3765.0, 3763.0, 3774.0, 3784.0, 3763.0, 3785.0, 3785.0, 3786.0, 3815.0, 3784.0, 3793.0, 3763.0, 3801.0, 3768.0, 3790.0, 3757.0, 3768.0, 3799.0, 3769.0, 3769.0, 3760.0, 3760.0, 3760.0, 3748.0, 3749.0, 3803.0, 3771.0, 3780.0, 3759.0, 3781.0, 3770.0, 3781.0, 3748.0, 3770.0, 3737.0, 3758.0, 3788.0, 3757.0, 3778.0, 3747.0, 3780.0, 3748.0, 3791.0, 3747.0, 3759.0, 3745.0, 3735.0, 3787.0, 3745.0, 3778.0, 3735.0, 3789.0, 3747.0, 3768.0, 3750.0, 3748.0, 3738.0, 3749.0, 3769.0, 3750.0, 3762.0, 3784.0, 3763.0, 3774.0, 3762.0, 3772.0, 3801.0, 3780.0, 3770.0, 3758.0, 3770.0, 3813.0, 3772.0, 3791.0, 3749.0, 3748.0, 3749.0, 3792.0, 3771.0, 3770.0, 3758.0, 3759.0, 3790.0, 3761.0, 3792.0, 3772.0, 3761.0, 3761.0, 3761.0, 3763.0, 3793.0, 3761.0, 3772.0, 3802.0, 3782.0, 3802.0, 3771.0, 3769.0, 3748.0, 3746.0, 3735.0, 3756.0, 3788.0, 3756.0, 3766.0, 3746.0, 3779.0, 3736.0, 3766.0, 3734.0, 3735.0, 3764.0, 3734.0, 3765.0, 3735.0, 3757.0, 3736.0, 3769.0, 3747.0, 3769.0, 3747.0, 3738.0, 3746.0, 3750.0, 3780.0, 3761.0, 3782.0, 3784.0, 3804.0, 3774.0, 3793.0, 3761.0, 3779.0, 3748.0, 3769.0, 3748.0, 3749.0, 3790.0, 3781.0, 3790.0, 3759.0, 3758.0, 3750.0, 3748.0, 3749.0, 3749.0, 3779.0, 3759.0, 3770.0, 3761.0, 3781.0, 3761.0, 3749.0, 3762.0, 3774.0, 3779.0, 3749.0, 3790.0, 3758.0, 3778.0, 3749.0, 3780.0, 3760.0, 3748.0, 3760.0, 3758.0, 3768.0, 3747.0, 3789.0, 3769.0, 3780.0, 3747.0, 3779.0, 3747.0, 3747.0, 3775.0, 3744.0, 3754.0, 3733.0, 3734.0, 3775.0, 3745.0, 3775.0, 3747.0, 3757.0, 3748.0, 3746.0, 3748.0, 3737.0, 3750.0, 3749.0, 3749.0, 3781.0, 3774.0, 3774.0, 3765.0, 3773.0, 3761.0, 3772.0, 3804.0, 3771.0, 3792.0, 3772.0, 3793.0, 3762.0, 3782.0, 3761.0, 3760.0, 3749.0, 3749.0, 3800.0, 3769.0, 3768.0, 3748.0, 3770.0, 3780.0, 3771.0, 3750.0, 3762.0, 3748.0, 3750.0, 3800.0, 3770.0, 3790.0, 3748.0, 3791.0, 3750.0, 3770.0, 3749.0, 3769.0, 3788.0, 3768.0, 3778.0, 3746.0, 3778.0, 3747.0, 3768.0, 3745.0, 3746.0, 3775.0, 3745.0, 3755.0, 3733.0, 3766.0, 3745.0, 3777.0, 3746.0, 3757.0, 3747.0, 3747.0, 3735.0, 3735.0, 3778.0, 3747.0, 3780.0, 3759.0, 3790.0, 3760.0, 3771.0, 3762.0, 3772.0, 3751.0, 3782.0, 3790.0, 3737.0, 3779.0, 3759.0, 3779.0, 3748.0, 3759.0, 3749.0, 3736.0, 3747.0, 3749.0, 3780.0, 3759.0, 3769.0, 3759.0, 3770.0, 3749.0, 3770.0, 3750.0, 3759.0, 3748.0, 3759.0, 3788.0, 3748.0, 3792.0, 3775.0, 3805.0, 3771.0, 3768.0, 3759.0, 3745.0, 3757.0, 3767.0, 3757.0, 3768.0, 3758.0, 3780.0, 3790.0, 3769.0, 3801.0, 3770.0, 3747.0, 3746.0, 3775.0, 3744.0, 3765.0, 3743.0, 3745.0, 3776.0, 3746.0, 3778.0, 3747.0, 3745.0, 3746.0, 3745.0, 3745.0, 3758.0, 3736.0, 3760.0, 3780.0, 3775.0, 3775.0, 3764.0, 3761.0, 3770.0, 3772.0, 3783.0, 3773.0, 3784.0, 3773.0, 3797.0, 3776.0, 3807.0, 3773.0, 3794.0, 3791.0, 3759.0, 3800.0, 3760.0, 3781.0, 3759.0, 3791.0, 3759.0, 3769.0, 3759.0, 3769.0, 3746.0, 3758.0, 3769.0, 3759.0, 3791.0, 3760.0, 3750.0, 3763.0, 3749.0, 3761.0, 3790.0, 3758.0, 3769.0, 3770.0, 3758.0, 3790.0, 3759.0, 3748.0, 3748.0, 3768.0, 3747.0, 3757.0, 3746.0, 3758.0, 3737.0, 3758.0, 3749.0, 3760.0, 3739.0, 3749.0, 3780.0, 3749.0, 3758.0, 3751.0, 3761.0, 3752.0, 3773.0, 3763.0, 3773.0, 3764.0, 3771.0, 3773.0, 3783.0, 3763.0, 3784.0, 3783.0, 3774.0, 3772.0, 3763.0, 3792.0, 3761.0, 3792.0, 3738.0, 3760.0, 3793.0, 3751.0, 3781.0, 3760.0, 3771.0, 3751.0, 3760.0, 3749.0, 3750.0, 3750.0, 3741.0, 3782.0, 3774.0, 3772.0, 3762.0, 3773.0, 3764.0, 3773.0, 3738.0, 3770.0, 3800.0, 3780.0, 3790.0, 3769.0, 3800.0, 3760.0, 3769.0, 3738.0, 3769.0, 3790.0, 3749.0, 3790.0, 3758.0, 3787.0, 3747.0, 3747.0, 3738.0, 3760.0, 3760.0, 3758.0, 3750.0, 3751.0, 3780.0, 3750.0, 3780.0, 3759.0, 3759.0, 3748.0, 3757.0, 3749.0, 3757.0, 3748.0, 3759.0, 3750.0, 3781.0, 3750.0, 3760.0, 3748.0, 3759.0, 3789.0, 3769.0, 3779.0, 3747.0, 3789.0, 3758.0, 3758.0, 3747.0, 3758.0, 3735.0, 3758.0, 3789.0, 3760.0, 3790.0, 3759.0, 3747.0, 3748.0, 3779.0, 3748.0, 3768.0, 3748.0, 3769.0, 3761.0, 3793.0, 3773.0, 3774.0, 3773.0, 3752.0, 3770.0, 3751.0, 3794.0, 3772.0, 3773.0, 3802.0, 3781.0, 3789.0, 3783.0, 3812.0, 3781.0, 3811.0, 3780.0, 3789.0, 3768.0, 3789.0, 3768.0, 3787.0, 3768.0, 3787.0, 3768.0, 3799.0, 3767.0, 3788.0, 3767.0, 3766.0, 3766.0, 3777.0, 3779.0, 3790.0, 3780.0, 3780.0, 3757.0, 3769.0, 3768.0, 3768.0, 3757.0, 3767.0, 3755.0, 3767.0, 3757.0, 3780.0, 3780.0, 3783.0, 3761.0, 3785.0, 3773.0, 3783.0, 3772.0, 3795.0, 3773.0, 3782.0, 3792.0, 3772.0, 3793.0, 3784.0, 3773.0, 3782.0, 3771.0, 3771.0, 3770.0, 3769.0, 3782.0, 3792.0, 3783.0, 3814.0, 3784.0, 3772.0, 3772.0, 3770.0, 3770.0, 3759.0, 3791.0, 3771.0, 3803.0, 3772.0, 3781.0, 3771.0, 3759.0, 3770.0, 3759.0, 3781.0, 3773.0, 3793.0, 3772.0, 3781.0, 3772.0, 3760.0, 3772.0, 3772.0, 3783.0, 3783.0, 3804.0, 3651.0, 3791.0, 3771.0, 3767.0, 3779.0, 3704.0, 3794.0, 3796.0, 3777.0, 3777.0, 3747.0, 3814.0, 3844.0, 3814.0, 3793.0, 3796.0, 3829.0, 3821.0, 3798.0, 3830.0, 3807.0, 3775.0, 3817.0, 3806.0, 3763.0, 3816.0, 3795.0, 3771.0, 3803.0, 3772.0, 3803.0, 3770.0, 3729.0, 3758.0, 3738.0, 3770.0, 3771.0, 3781.0, 3773.0, 3743.0, 3785.0, 3766.0, 3786.0, 3777.0, 3776.0, 3778.0, 3779.0, 3800.0, 3790.0, 3812.0, 3769.0, 3812.0, 3791.0, 3824.0, 3791.0, 3822.0, 3814.0, 3818.0, 3808.0, 3747.0, 3745.0, 3718.0, 3852.0, 3813.0, 3824.0, 3823.0, 3781.0, 3822.0, 3803.0, 3822.0, 3804.0, 3823.0, 3823.0, 3812.0, 3834.0, 3780.0, 3821.0, 3789.0, 3809.0, 3778.0, 3809.0, 3767.0, 3809.0, 3798.0, 3798.0, 3776.0, 3798.0, 3734.0, 3766.0, 3745.0, 3788.0, 3787.0, 3778.0, 3809.0, 3798.0, 3799.0, 3780.0, 3789.0, 3780.0, 3799.0, 3757.0, 3799.0, 3777.0, 3788.0, 3809.0, 3800.0, 3810.0, 3790.0, 3788.0, 3768.0, 3788.0, 3745.0, 3778.0, 3766.0, 3788.0, 3782.0, 3791.0, 3748.0, 3780.0, 3760.0, 3803.0, 3832.0, 3802.0, 3810.0, 3791.0, 3823.0, 3782.0, 3801.0, 3781.0, 3809.0, 3756.0, 3801.0, 3832.0, 3788.0, 3808.0, 3777.0, 3756.0, 3758.0, 3800.0, 3767.0, 3798.0, 3756.0, 3789.0, 3820.0, 3799.0, 3797.0, 3766.0, 3766.0, 3745.0, 3765.0, 3753.0, 3768.0, 3797.0, 3744.0], 'WindowWidth': [8652.0, 8574.0, 8586.0, 8537.0, 8513.0, 8512.0, 8516.0, 8491.0, 8531.0, 8483.0, 8498.0, 8508.0, 8470.0, 8509.0, 8491.0, 8560.0, 8517.0, 8465.0, 8452.0, 8486.0, 8488.0, 8499.0, 8530.0, 8522.0, 8549.0, 8537.0, 8564.0, 8522.0, 8538.0, 8496.0, 8553.0, 8515.0, 8540.0, 8489.0, 8536.0, 8489.0, 8521.0, 8505.0, 8516.0, 8460.0, 8475.0, 8485.0, 8477.0, 8506.0, 8484.0, 8486.0, 8492.0, 8492.0, 8479.0, 8488.0, 8506.0, 8490.0, 8492.0, 8492.0, 8510.0, 8507.0, 8525.0, 8508.0, 8521.0, 8506.0, 8557.0, 8513.0, 8535.0, 8527.0, 8526.0, 8530.0, 8512.0, 8527.0, 8507.0, 8509.0, 8521.0, 8538.0, 8512.0, 8538.0, 8513.0, 8535.0, 8507.0, 8532.0, 8508.0, 8535.0, 8525.0, 8510.0, 8582.0, 8567.0, 8555.0, 8511.0, 8505.0, 8501.0, 8480.0, 8511.0, 8484.0, 8534.0, 8499.0, 8532.0, 8527.0, 8514.0, 8523.0, 8494.0, 8500.0, 8470.0, 8467.0, 8471.0, 8454.0, 8470.0, 8472.0, 8469.0, 8473.0, 8484.0, 8473.0, 8501.0, 8494.0, 8506.0, 8479.0, 8460.0, 8474.0, 8455.0, 8472.0, 8453.0, 8485.0, 8458.0, 8520.0, 8480.0, 8507.0, 8498.0, 8507.0, 8484.0, 8461.0, 8480.0, 8477.0, 8485.0, 8512.0, 8503.0, 8487.0, 8506.0, 8487.0, 8504.0, 8483.0, 8488.0, 8482.0, 8500.0, 8469.0, 8531.0, 8494.0, 8544.0, 8555.0, 8514.0, 8525.0, 8508.0, 8528.0, 8528.0, 8561.0, 8551.0, 8556.0, 8530.0, 8507.0, 8524.0, 8550.0, 8522.0, 8550.0, 8536.0, 8532.0, 8519.0, 8499.0, 8486.0, 8480.0, 8495.0, 8476.0, 8513.0, 8515.0, 8502.0, 8483.0, 8501.0, 8481.0, 8499.0, 8476.0, 8479.0, 8519.0, 8498.0, 8511.0, 8501.0, 8496.0, 8485.0, 8480.0, 8483.0, 8477.0, 8480.0, 8506.0, 8483.0, 8510.0, 8490.0, 8512.0, 8503.0, 8483.0, 8485.0, 8478.0, 8478.0, 8481.0, 8487.0, 8517.0, 8503.0, 8500.0, 8507.0, 8485.0, 8503.0, 8484.0, 8502.0, 8504.0, 8510.0, 8521.0, 8507.0, 8519.0, 8506.0, 8500.0, 8496.0, 8513.0, 8478.0, 8511.0, 8526.0, 8499.0, 8523.0, 8483.0, 8461.0, 8481.0, 8489.0, 8481.0, 8491.0, 8477.0, 8495.0, 8476.0, 8508.0, 8480.0, 8464.0, 8475.0, 8477.0, 8457.0, 8477.0, 8505.0, 8481.0, 8508.0, 8486.0, 8497.0, 8484.0, 8476.0, 8462.0, 8490.0, 8456.0, 8475.0, 8502.0, 8464.0, 8490.0, 8467.0, 8459.0, 8463.0, 8461.0, 8460.0, 8496.0, 8463.0, 8479.0, 8468.0, 8468.0, 8469.0, 8485.0, 8464.0, 8480.0, 8508.0, 8484.0, 8481.0, 8489.0, 8470.0, 8490.0, 8472.0, 8484.0, 8501.0, 8486.0, 8501.0, 8487.0, 8531.0, 8503.0, 8502.0, 8487.0, 8500.0, 8481.0, 8501.0, 8528.0, 8516.0, 8539.0, 8500.0, 8493.0, 8482.0, 8487.0, 8461.0, 8487.0, 8462.0, 8486.0, 8479.0, 8506.0, 8469.0, 8464.0, 8468.0, 8460.0, 8469.0, 8483.0, 8481.0, 8526.0, 8472.0, 8493.0, 8467.0, 8465.0, 8463.0, 8493.0, 8460.0, 8494.0, 8536.0, 8495.0, 8475.0, 8469.0, 8446.0, 8463.0, 8443.0, 8479.0, 8489.0, 8462.0, 8522.0, 8498.0, 8507.0, 8465.0, 8448.0, 8464.0, 8448.0, 8463.0, 8480.0, 8465.0, 8511.0, 8472.0, 8487.0, 8491.0, 8470.0, 8506.0, 8484.0, 8465.0, 8486.0, 8532.0, 8515.0, 8526.0, 8487.0, 8503.0, 8481.0, 8461.0, 8481.0, 8490.0, 8458.0, 8480.0, 8537.0, 8480.0, 8533.0, 8481.0, 8464.0, 8464.0, 8456.0, 8457.0, 8445.0, 8442.0, 8463.0, 8449.0, 8498.0, 8453.0, 8486.0, 8451.0, 8469.0, 8484.0, 8460.0, 8472.0, 8431.0, 8473.0, 8448.0, 8464.0, 8466.0, 8466.0, 8447.0, 8463.0, 8490.0, 8466.0, 8463.0, 8467.0, 8463.0, 8470.0, 8468.0, 8472.0, 8471.0, 8470.0, 8488.0, 8483.0, 8483.0, 8470.0, 8476.0, 8494.0, 8478.0, 8475.0, 8506.0, 8528.0, 8484.0, 8514.0, 8486.0, 8525.0, 8487.0, 8497.0, 8487.0, 8480.0, 8462.0, 8467.0, 8501.0, 8464.0, 8523.0, 8467.0, 8521.0, 8470.0, 8459.0, 8466.0, 8463.0, 8446.0, 8452.0, 8493.0, 8466.0, 8478.0, 8469.0, 8463.0, 8470.0, 8477.0, 8464.0, 8466.0, 8518.0, 8452.0, 8505.0, 8465.0, 8519.0, 8467.0, 8464.0, 8448.0, 8461.0, 8455.0, 8442.0, 8484.0, 8445.0, 8458.0, 8452.0, 8476.0, 8469.0, 8450.0, 8469.0, 8461.0, 8450.0, 8468.0, 8450.0, 8472.0, 8457.0, 8491.0, 8488.0, 8502.0, 8469.0, 8478.0, 8506.0, 8477.0, 8508.0, 8451.0, 8542.0, 8497.0, 8564.0, 8487.0, 8454.0, 8465.0, 8449.0, 8470.0, 8510.0, 8466.0, 8484.0, 8479.0, 8469.0, 8525.0, 8496.0, 8519.0, 8457.0, 8465.0, 8438.0, 8457.0, 8439.0, 8443.0, 8464.0, 8453.0, 8467.0, 8460.0, 8471.0, 8447.0, 8444.0, 8446.0, 8456.0, 8433.0, 8473.0, 8461.0, 8477.0, 8445.0, 8481.0, 8461.0, 8494.0, 8461.0, 8476.0, 8426.0, 8443.0, 8467.0, 8443.0, 8483.0, 8462.0, 8490.0, 8486.0, 8509.0, 8469.0, 8462.0, 8470.0, 8482.0, 8469.0, 8472.0, 8490.0, 8475.0, 8523.0, 8496.0, 8521.0, 8475.0, 8512.0, 8470.0, 8514.0, 8475.0, 8532.0, 8492.0, 8545.0, 8495.0, 8501.0, 8474.0, 8467.0, 8486.0, 8526.0, 8501.0, 8556.0, 8501.0, 8487.0, 8493.0, 8468.0, 8484.0, 8462.0, 8463.0, 8507.0, 8482.0, 8540.0, 8486.0, 8469.0, 8483.0, 8454.0, 8469.0, 8453.0, 8485.0, 8454.0, 8485.0, 8527.0, 8488.0, 8542.0, 8488.0, 8485.0, 8470.0, 8489.0, 8449.0, 8489.0, 8429.0, 8474.0, 8516.0, 8472.0, 8498.0, 8461.0, 8456.0, 8435.0, 8442.0, 8433.0, 8461.0, 8453.0, 8452.0, 8456.0, 8489.0, 8496.0, 8495.0, 8487.0, 8481.0, 8497.0, 8507.0, 8477.0, 8512.0, 8511.0, 8515.0, 8549.0, 8509.0, 8516.0, 8477.0, 8526.0, 8476.0, 8506.0, 8456.0, 8476.0, 8517.0, 8479.0, 8479.0, 8470.0, 8470.0, 8471.0, 8450.0, 8453.0, 8530.0, 8485.0, 8495.0, 8466.0, 8498.0, 8482.0, 8499.0, 8452.0, 8483.0, 8433.0, 8463.0, 8499.0, 8459.0, 8489.0, 8447.0, 8494.0, 8449.0, 8511.0, 8448.0, 8466.0, 8441.0, 8428.0, 8497.0, 8438.0, 8485.0, 8426.0, 8503.0, 8446.0, 8478.0, 8457.0, 8452.0, 8435.0, 8452.0, 8477.0, 8456.0, 8477.0, 8509.0, 8481.0, 8494.0, 8474.0, 8487.0, 8523.0, 8492.0, 8480.0, 8460.0, 8479.0, 8543.0, 8491.0, 8512.0, 8455.0, 8450.0, 8452.0, 8514.0, 8484.0, 8480.0, 8464.0, 8466.0, 8508.0, 8473.0, 8516.0, 8489.0, 8473.0, 8475.0, 8472.0, 8478.0, 8521.0, 8471.0, 8486.0, 8527.0, 8501.0, 8526.0, 8485.0, 8477.0, 8450.0, 8443.0, 8425.0, 8455.0, 8498.0, 8455.0, 8469.0, 8443.0, 8490.0, 8429.0, 8470.0, 8425.0, 8425.0, 8461.0, 8423.0, 8463.0, 8425.0, 8457.0, 8430.0, 8477.0, 8447.0, 8479.0, 8447.0, 8435.0, 8443.0, 8454.0, 8492.0, 8471.0, 8499.0, 8507.0, 8533.0, 8494.0, 8518.0, 8472.0, 8491.0, 8448.0, 8477.0, 8446.0, 8450.0, 8506.0, 8496.0, 8506.0, 8467.0, 8463.0, 8456.0, 8449.0, 8452.0, 8453.0, 8491.0, 8466.0, 8482.0, 8471.0, 8497.0, 8472.0, 8453.0, 8474.0, 8492.0, 8491.0, 8451.0, 8505.0, 8463.0, 8489.0, 8452.0, 8494.0, 8470.0, 8450.0, 8467.0, 8462.0, 8473.0, 8445.0, 8503.0, 8477.0, 8492.0, 8447.0, 8491.0, 8447.0, 8445.0, 8478.0, 8435.0, 8448.0, 8417.0, 8422.0, 8477.0, 8438.0, 8480.0, 8446.0, 8459.0, 8449.0, 8442.0, 8447.0, 8432.0, 8453.0, 8453.0, 8454.0, 8499.0, 8493.0, 8493.0, 8482.0, 8490.0, 8472.0, 8486.0, 8528.0, 8483.0, 8511.0, 8488.0, 8516.0, 8473.0, 8500.0, 8470.0, 8466.0, 8448.0, 8452.0, 8518.0, 8477.0, 8476.0, 8448.0, 8483.0, 8495.0, 8484.0, 8456.0, 8475.0, 8450.0, 8455.0, 8518.0, 8480.0, 8508.0, 8451.0, 8511.0, 8456.0, 8484.0, 8453.0, 8480.0, 8501.0, 8473.0, 8488.0, 8442.0, 8490.0, 8443.0, 8473.0, 8440.0, 8444.0, 8479.0, 8439.0, 8450.0, 8420.0, 8467.0, 8439.0, 8484.0, 8443.0, 8458.0, 8445.0, 8446.0, 8425.0, 8427.0, 8484.0, 8445.0, 8492.0, 8464.0, 8506.0, 8469.0, 8484.0, 8474.0, 8487.0, 8456.0, 8500.0, 8505.0, 8432.0, 8489.0, 8464.0, 8491.0, 8450.0, 8464.0, 8452.0, 8431.0, 8445.0, 8452.0, 8493.0, 8465.0, 8476.0, 8464.0, 8479.0, 8454.0, 8481.0, 8455.0, 8465.0, 8450.0, 8465.0, 8502.0, 8448.0, 8513.0, 8500.0, 8537.0, 8487.0, 8477.0, 8466.0, 8441.0, 8459.0, 8470.0, 8459.0, 8475.0, 8462.0, 8494.0, 8507.0, 8480.0, 8522.0, 8481.0, 8444.0, 8443.0, 8476.0, 8434.0, 8463.0, 8432.0, 8439.0, 8480.0, 8442.0, 8485.0, 8448.0, 8440.0, 8444.0, 8439.0, 8441.0, 8462.0, 8431.0, 8467.0, 8494.0, 8501.0, 8501.0, 8481.0, 8473.0, 8483.0, 8488.0, 8505.0, 8493.0, 8509.0, 8493.0, 8532.0, 8503.0, 8541.0, 8491.0, 8520.0, 8511.0, 8466.0, 8521.0, 8466.0, 8495.0, 8465.0, 8511.0, 8466.0, 8480.0, 8466.0, 8478.0, 8444.0, 8463.0, 8478.0, 8466.0, 8511.0, 8471.0, 8457.0, 8477.0, 8453.0, 8470.0, 8506.0, 8461.0, 8479.0, 8479.0, 8463.0, 8506.0, 8464.0, 8449.0, 8451.0, 8473.0, 8447.0, 8457.0, 8441.0, 8460.0, 8433.0, 8463.0, 8452.0, 8469.0, 8439.0, 8455.0, 8493.0, 8453.0, 8461.0, 8457.0, 8470.0, 8462.0, 8490.0, 8479.0, 8491.0, 8481.0, 8484.0, 8490.0, 8503.0, 8477.0, 8507.0, 8503.0, 8492.0, 8487.0, 8476.0, 8512.0, 8472.0, 8511.0, 8434.0, 8466.0, 8514.0, 8458.0, 8496.0, 8471.0, 8485.0, 8460.0, 8469.0, 8453.0, 8457.0, 8455.0, 8445.0, 8500.0, 8493.0, 8489.0, 8478.0, 8492.0, 8482.0, 8490.0, 8437.0, 8480.0, 8519.0, 8492.0, 8506.0, 8479.0, 8519.0, 8468.0, 8478.0, 8434.0, 8476.0, 8506.0, 8451.0, 8504.0, 8459.0, 8497.0, 8446.0, 8447.0, 8437.0, 8469.0, 8470.0, 8463.0, 8454.0, 8460.0, 8494.0, 8454.0, 8494.0, 8467.0, 8463.0, 8450.0, 8458.0, 8451.0, 8459.0, 8449.0, 8465.0, 8454.0, 8496.0, 8455.0, 8469.0, 8449.0, 8466.0, 8504.0, 8478.0, 8490.0, 8446.0, 8504.0, 8460.0, 8462.0, 8444.0, 8460.0, 8426.0, 8460.0, 8503.0, 8465.0, 8505.0, 8465.0, 8446.0, 8449.0, 8490.0, 8448.0, 8474.0, 8452.0, 8478.0, 8472.0, 8520.0, 8494.0, 8500.0, 8496.0, 8465.0, 8486.0, 8461.0, 8522.0, 8490.0, 8494.0, 8529.0, 8497.0, 8507.0, 8506.0, 8544.0, 8502.0, 8541.0, 8499.0, 8505.0, 8477.0, 8503.0, 8476.0, 8499.0, 8475.0, 8501.0, 8477.0, 8521.0, 8472.0, 8503.0, 8473.0, 8467.0, 8469.0, 8484.0, 8491.0, 8509.0, 8495.0, 8496.0, 8460.0, 8478.0, 8474.0, 8476.0, 8461.0, 8474.0, 8454.0, 8474.0, 8461.0, 8495.0, 8497.0, 8503.0, 8475.0, 8512.0, 8495.0, 8507.0, 8487.0, 8526.0, 8491.0, 8504.0, 8515.0, 8490.0, 8520.0, 8510.0, 8494.0, 8505.0, 8487.0, 8485.0, 8483.0, 8481.0, 8502.0, 8516.0, 8508.0, 8549.0, 8510.0, 8491.0, 8488.0, 8484.0, 8483.0, 8467.0, 8514.0, 8486.0, 8531.0, 8491.0, 8499.0, 8486.0, 8467.0, 8482.0, 8467.0, 8498.0, 8494.0, 8518.0, 8490.0, 8499.0, 8490.0, 8470.0, 8488.0, 8489.0, 8505.0, 8506.0, 8537.0, 8242.0, 8547.0, 8497.0, 8498.0, 8505.0, 8349.0, 8534.0, 8524.0, 8504.0, 8504.0, 8443.0, 8569.0, 8603.0, 8542.0, 8509.0, 8518.0, 8570.0, 8561.0, 8520.0, 8569.0, 8534.0, 8486.0, 8548.0, 8532.0, 8467.0, 8543.0, 8512.0, 8472.0, 8520.0, 8473.0, 8517.0, 8469.0, 8411.0, 8448.0, 8423.0, 8466.0, 8471.0, 8486.0, 8479.0, 8440.0, 8499.0, 8475.0, 8500.0, 8492.0, 8488.0, 8495.0, 8496.0, 8528.0, 8513.0, 8547.0, 8487.0, 8545.0, 8519.0, 8567.0, 8517.0, 8556.0, 8552.0, 8547.0, 8555.0, 8428.0, 8450.0, 8396.0, 8621.0, 8546.0, 8563.0, 8560.0, 8502.0, 8558.0, 8535.0, 8556.0, 8536.0, 8559.0, 8560.0, 8546.0, 8579.0, 8497.0, 8555.0, 8509.0, 8535.0, 8490.0, 8534.0, 8476.0, 8535.0, 8518.0, 8517.0, 8487.0, 8518.0, 8430.0, 8473.0, 8445.0, 8506.0, 8502.0, 8491.0, 8533.0, 8520.0, 8521.0, 8498.0, 8508.0, 8500.0, 8521.0, 8464.0, 8520.0, 8488.0, 8503.0, 8535.0, 8523.0, 8538.0, 8511.0, 8505.0, 8479.0, 8504.0, 8443.0, 8493.0, 8474.0, 8506.0, 8506.0, 8514.0, 8453.0, 8498.0, 8475.0, 8534.0, 8571.0, 8530.0, 8540.0, 8515.0, 8559.0, 8504.0, 8529.0, 8502.0, 8534.0, 8459.0, 8529.0, 8573.0, 8508.0, 8532.0, 8490.0, 8462.0, 8467.0, 8524.0, 8478.0, 8520.0, 8460.0, 8507.0, 8551.0, 8520.0, 8514.0, 8473.0, 8471.0, 8442.0, 8468.0, 8451.0, 8478.0, 8512.0, 8439.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.01715035552193646</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.1833429660363086</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.16052001221797</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0939212866843344</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0898334387963688</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4497</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6962.4561</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1867157339574775</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>243</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.38124054462935</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0858905397551233</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.816267569218585</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.458718917537715</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9826851325090704</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00375765</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015814626589417458</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02627793699502945</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1322</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.066703831247853</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.4242</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.0247</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.3494</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309455.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>618.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.0952</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8837</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.0987</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3019.3771</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3237.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67089.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1099.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3888.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.9704</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>15.072919017635286</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> |