=== 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-0041 --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-0041",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0041_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0041_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-04/func/sub-0041_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c0eaab9551acbd85bde3810e6f62a64d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:19:51.482500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999852, -0.0171893, 0.000972382, 0.0171033, 0.998149, 0.0583565]</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_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.104198</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7767, -7244, 441, -53, -235, -19, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.825</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cc92695b-df15-47bf-8f89-8c171a0f3b4e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825292110443115, 0.04588695243000984, 0.005328970029950142, 110.12684631347656], [0.04611774533987045, 2.677961587905884, 0.15749430656433105, -99.40980529785156], [0.002608830574899912, -0.15656624734401703, 2.69539737701416, -49.91384506225586], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['151951.482500', '151951.942500', '151952.402500', '151952.862500', '151953.322500', '151953.782500', '151954.242500', '151954.702500', '151955.162500', '151955.622500', '151956.082500', '151956.542500', '151957.002500', '151957.462500', '151957.922500', '151958.382500', '151958.842500', '151959.302500', '151959.762500', '152000.222500', '152000.682500', '152001.142500', '152001.602500', '152002.062500', '152002.522500', '152002.982500', '152003.442500', '152003.902500', '152004.362500', '152004.822500', '152005.282500', '152005.742500', '152006.202500', '152006.662500', '152007.122500', '152007.582500', '152008.042500', '152008.502500', '152008.962500', '152009.422500', '152009.882500', '152010.342500', '152010.802500', '152011.262500', '152011.722500', '152012.182500', '152012.642500', '152013.102500', '152013.562500', '152014.022500', '152014.482500', '152014.942500', '152015.402500', '152015.862500', '152016.322500', '152016.782500', '152017.242500', '152017.702500', '152018.162500', '152018.622500', '152019.082500', '152019.542500', '152020.002500', '152020.462500', '152020.922500', '152021.382500', '152021.842500', '152022.302500', '152022.762500', '152023.222500', '152023.682500', '152024.142500', '152024.602500', '152025.062500', '152025.522500', '152025.982500', '152026.442500', '152026.902500', '152027.362500', '152027.822500', '152028.282500', '152028.742500', '152029.202500', '152029.662500', '152030.122500', '152030.582500', '152031.042500', '152031.502500', '152031.962500', '152032.422500', '152032.882500', '152033.342500', '152033.802500', '152034.262500', '152034.722500', '152035.182500', '152035.642500', '152036.102500', '152036.562500', '152037.022500', '152037.482500', '152037.942500', '152038.402500', '152038.862500', '152039.322500', '152039.782500', '152040.242500', '152040.702500', '152041.162500', '152041.622500', '152042.082500', '152042.542500', '152043.002500', '152043.462500', '152043.922500', '152044.382500', '152044.842500', '152045.302500', '152045.762500', '152046.222500', '152046.682500', '152047.142500', '152047.602500', '152048.062500', '152048.522500', '152048.982500', '152049.442500', '152049.902500', '152050.362500', '152050.822500', '152051.282500', '152051.742500', '152052.202500', '152052.662500', '152053.122500', '152053.582500', '152054.042500', '152054.502500', '152054.962500', '152055.422500', '152055.882500', '152056.342500', '152056.802500', '152057.262500', '152057.722500', '152058.182500', '152058.642500', '152059.102500', '152059.562500', '152100.022500', '152100.482500', '152100.942500', '152101.402500', '152101.862500', '152102.322500', '152102.782500', '152103.242500', '152103.702500', '152104.162500', '152104.622500', '152105.082500', '152105.542500', '152106.002500', '152106.462500', '152106.922500', '152107.382500', '152107.842500', '152108.302500', '152108.762500', '152109.222500', '152109.682500', '152110.142500', '152110.602500', '152111.062500', '152111.522500', '152111.982500', '152112.442500', '152112.902500', '152113.362500', '152113.822500', '152114.282500', '152114.742500', '152115.202500', '152115.662500', '152116.122500', '152116.582500', '152117.042500', '152117.502500', '152117.962500', '152118.422500', '152118.882500', '152119.342500', '152119.802500', '152120.262500', '152120.722500', '152121.182500', '152121.642500', '152122.102500', '152122.562500', '152123.022500', '152123.482500', '152123.942500', '152124.402500', '152124.862500', '152125.322500', '152125.782500', '152126.242500', '152126.702500', '152127.162500', '152127.622500', '152128.082500', '152128.542500', '152129.002500', '152129.462500', '152129.922500', '152130.382500', '152130.842500', '152131.302500', '152131.762500', '152132.222500', '152132.682500', '152133.142500', '152133.602500', '152134.062500', '152134.522500', '152134.982500', '152135.442500', '152135.902500', '152136.362500', '152136.822500', '152137.282500', '152137.742500', '152138.202500', '152138.662500', '152139.122500', '152139.582500', '152140.042500', '152140.502500', '152140.962500', '152141.422500', '152141.882500', '152142.342500', '152142.802500', '152143.262500', '152143.722500', '152144.182500', '152144.642500', '152145.102500', '152145.562500', '152146.022500', '152146.482500', '152146.942500', '152147.402500', '152147.862500', '152148.322500', '152148.782500', '152149.242500', '152149.702500', '152150.162500', '152150.622500', '152151.082500', '152151.542500', '152152.002500', '152152.462500', '152152.922500', '152153.382500', '152153.842500', '152154.302500', '152154.762500', '152155.222500', '152155.682500', '152156.142500', '152156.602500', '152157.062500', '152157.522500', '152157.982500', '152158.442500', '152158.902500', '152159.362500', '152159.822500', '152200.282500', '152200.742500', '152201.202500', '152201.662500', '152202.122500', '152202.582500', '152203.042500', '152203.502500', '152203.962500', '152204.422500', '152204.882500', '152205.342500', '152205.802500', '152206.262500', '152206.722500', '152207.182500', '152207.642500', '152208.102500', '152208.562500', '152209.022500', '152209.482500', '152209.942500', '152210.402500', '152210.862500', '152211.322500', '152211.782500', '152212.242500', '152212.702500', '152213.162500', '152213.622500', '152214.082500', '152214.542500', '152215.002500', '152215.462500', '152215.922500', '152216.382500', '152216.842500', '152217.302500', '152217.762500', '152218.222500', '152218.682500', '152219.142500', '152219.602500', '152220.062500', '152220.522500', '152220.982500', '152221.442500', '152221.902500', '152222.362500', '152222.822500', '152223.282500', '152223.742500', '152224.202500', '152224.662500', '152225.122500', '152225.582500', '152226.042500', '152226.502500', '152226.962500', '152227.422500', '152227.882500', '152228.342500', '152228.802500', '152229.262500', '152229.722500', '152230.182500', '152230.642500', '152231.102500', '152231.562500', '152232.022500', '152232.482500', '152232.942500', '152233.402500', '152233.862500', '152234.322500', '152234.782500', '152235.242500', '152235.702500', '152236.162500', '152236.622500', '152237.082500', '152237.542500', '152238.002500', '152238.462500', '152238.922500', '152239.382500', '152239.842500', '152240.302500', '152240.762500', '152241.222500', '152241.682500', '152242.142500', '152242.602500', '152243.062500', '152243.522500', '152243.982500', '152244.442500', '152244.902500', '152245.362500', '152245.822500', '152246.282500', '152246.742500', '152247.202500', '152247.662500', '152248.122500', '152248.582500', '152249.042500', '152249.502500', '152249.962500', '152250.422500', '152250.882500', '152251.342500', '152251.802500', '152252.262500', '152252.722500', '152253.182500', '152253.642500', '152254.102500', '152254.562500', '152255.022500', '152255.482500', '152255.942500', '152256.402500', '152256.862500', '152257.322500', '152257.782500', '152258.242500', '152258.702500', '152259.162500', '152259.622500', '152300.082500', '152300.542500', '152301.002500', '152301.462500', '152301.922500', '152302.382500', '152302.842500', '152303.302500', '152303.762500', '152304.222500', '152304.682500', '152305.142500', '152305.602500', '152306.062500', '152306.522500', '152306.982500', '152307.442500', '152307.902500', '152308.362500', '152308.822500', '152309.282500', '152309.742500', '152310.202500', '152310.662500', '152311.122500', '152311.582500', '152312.042500', '152312.502500', '152312.962500', '152313.422500', '152313.882500', '152314.342500', '152314.802500', '152315.262500', '152315.722500', '152316.182500', '152316.642500', '152317.102500', '152317.562500', '152318.022500', '152318.482500', '152318.942500', '152319.402500', '152319.862500', '152320.322500', '152320.782500', '152321.242500', '152321.702500', '152322.162500', '152322.622500', '152323.082500', '152323.542500', '152324.002500', '152324.462500', '152324.922500', '152325.382500', '152325.842500', '152326.302500', '152326.762500', '152327.222500', '152327.682500', '152328.142500', '152328.602500', '152329.062500', '152329.522500', '152329.982500', '152330.442500', '152330.902500', '152331.362500', '152331.822500', '152332.282500', '152332.742500', '152333.202500', '152333.662500', '152334.122500', '152334.582500', '152335.042500', '152335.502500', '152335.962500', '152336.422500', '152336.882500', '152337.342500', '152337.802500', '152338.262500', '152338.722500', '152339.182500', '152339.642500', '152340.102500', '152340.562500', '152341.022500', '152341.482500', '152341.942500', '152342.402500', '152342.862500', '152343.322500', '152343.782500', '152344.242500', '152344.702500', '152345.162500', '152345.622500', '152346.082500', '152346.542500', '152347.002500', '152347.462500', '152347.922500', '152348.382500', '152348.842500', '152349.302500', '152349.762500', '152350.222500', '152350.682500', '152351.142500', '152351.602500', '152352.062500', '152352.522500', '152352.982500', '152353.442500', '152353.902500', '152354.362500', '152354.822500', '152355.282500', '152355.742500', '152356.202500', '152356.662500', '152357.122500', '152357.582500', '152358.042500', '152358.502500', '152358.962500', '152359.422500', '152359.882500', '152400.342500', '152400.802500', '152401.262500', '152401.722500', '152402.182500', '152402.642500', '152403.102500', '152403.562500', '152404.022500', '152404.482500', '152404.942500', '152405.402500', '152405.862500', '152406.322500', '152406.782500', '152407.242500', '152407.702500', '152408.162500', '152408.622500', '152409.082500', '152409.542500', '152410.002500', '152410.462500', '152410.922500', '152411.382500', '152411.842500', '152412.302500', '152412.762500', '152413.222500', '152413.682500', '152414.142500', '152414.602500', '152415.062500', '152415.522500', '152415.982500', '152416.442500', '152416.902500', '152417.362500', '152417.822500', '152418.282500', '152418.742500', '152419.202500', '152419.662500', '152420.122500', '152420.582500', '152421.042500', '152421.502500', '152421.962500', '152422.422500', '152422.882500', '152423.342500', '152423.802500', '152424.262500', '152424.722500', '152425.182500', '152425.642500', '152426.102500', '152426.562500', '152427.022500', '152427.482500', '152427.942500', '152428.402500', '152428.862500', '152429.322500', '152429.782500', '152430.242500', '152430.702500', '152431.162500', '152431.622500', '152432.082500', '152432.542500', '152433.002500', '152433.462500', '152433.922500', '152434.382500', '152434.842500', '152435.302500', '152435.762500', '152436.222500', '152436.682500', '152437.142500', '152437.602500', '152438.062500', '152438.522500', '152438.982500', '152439.442500', '152439.902500', '152440.362500', '152440.822500', '152441.282500', '152441.742500', '152442.202500', '152442.662500', '152443.122500', '152443.582500', '152444.042500', '152444.502500', '152444.962500', '152445.422500', '152445.882500', '152446.342500', '152446.802500', '152447.262500', '152447.722500', '152448.182500', '152448.642500', '152449.102500', '152449.562500', '152450.022500', '152450.482500', '152450.942500', '152451.402500', '152451.862500', '152452.322500', '152452.782500', '152453.242500', '152453.702500', '152454.162500', '152454.622500', '152455.082500', '152455.542500', '152456.002500', '152456.462500', '152456.922500', '152457.382500', '152457.842500', '152458.302500', '152458.762500', '152459.222500', '152459.682500', '152500.142500', '152500.602500', '152501.062500', '152501.522500', '152501.982500', '152502.442500', '152502.902500', '152503.362500', '152503.822500', '152504.282500', '152504.742500', '152505.202500', '152505.662500', '152506.122500', '152506.582500', '152507.042500', '152507.502500', '152507.962500', '152508.422500', '152508.882500', '152509.342500', '152509.802500', '152510.262500', '152510.722500', '152511.182500', '152511.642500', '152512.102500', '152512.562500', '152513.022500', '152513.482500', '152513.942500', '152514.402500', '152514.862500', '152515.322500', '152515.782500', '152516.242500', '152516.702500', '152517.162500', '152517.622500', '152518.082500', '152518.542500', '152519.002500', '152519.462500', '152519.922500', '152520.382500', '152520.842500', '152521.302500', '152521.762500', '152522.222500', '152522.682500', '152523.142500', '152523.602500', '152524.062500', '152524.522500', '152524.982500', '152525.442500', '152525.902500', '152526.362500', '152526.822500', '152527.282500', '152527.742500', '152528.202500', '152528.662500', '152529.122500', '152529.582500', '152530.042500', '152530.502500', '152530.962500', '152531.422500', '152531.882500', '152532.342500', '152532.802500', '152533.262500', '152533.722500', '152534.182500', '152534.642500', '152535.102500', '152535.562500', '152536.022500', '152536.482500', '152536.942500', '152537.402500', '152537.862500', '152538.322500', '152538.782500', '152539.242500', '152539.702500', '152540.162500', '152540.622500', '152541.082500', '152541.542500', '152542.002500', '152542.462500', '152542.922500', '152543.382500', '152543.842500', '152544.302500', '152544.762500', '152545.222500', '152545.682500', '152546.142500', '152546.602500', '152547.062500', '152547.522500', '152547.982500', '152548.442500', '152548.902500', '152549.362500', '152549.822500', '152550.282500', '152550.742500', '152551.202500', '152551.662500', '152552.122500', '152552.582500', '152553.042500', '152553.502500', '152553.962500', '152554.422500', '152554.882500', '152555.342500', '152555.802500', '152556.262500', '152556.722500', '152557.182500', '152557.642500', '152558.102500', '152558.562500', '152559.022500', '152559.482500', '152559.942500', '152600.402500', '152600.862500', '152601.322500', '152601.782500', '152602.242500', '152602.702500', '152603.162500', '152603.622500', '152604.082500', '152604.542500', '152605.002500', '152605.462500', '152605.922500', '152606.382500', '152606.842500', '152607.302500', '152607.762500', '152608.222500', '152608.682500', '152609.142500', '152609.602500', '152610.062500', '152610.522500', '152610.982500', '152611.442500', '152611.902500', '152612.362500', '152612.822500', '152613.282500', '152613.742500', '152614.202500', '152614.662500', '152615.122500', '152615.582500', '152616.042500', '152616.502500', '152616.962500', '152617.422500', '152617.882500', '152618.342500', '152618.802500', '152619.262500', '152619.722500', '152620.182500', '152620.642500', '152621.102500', '152621.562500', '152622.022500', '152622.482500', '152622.942500', '152623.402500', '152623.862500', '152624.322500', '152624.782500', '152625.242500', '152625.702500', '152626.162500', '152626.622500', '152627.082500', '152627.542500', '152628.002500', '152628.462500', '152628.922500', '152629.382500', '152629.842500', '152630.302500', '152630.762500', '152631.222500', '152631.682500', '152632.142500', '152632.602500', '152633.062500', '152633.522500', '152633.982500', '152634.442500', '152634.902500', '152635.362500', '152635.822500', '152636.282500', '152636.742500', '152637.202500', '152637.662500', '152638.122500', '152638.582500', '152639.042500', '152639.502500', '152639.962500', '152640.422500', '152640.882500', '152641.342500', '152641.802500', '152642.262500', '152642.722500', '152643.182500', '152643.642500', '152644.102500', '152644.562500', '152645.022500', '152645.482500', '152645.942500', '152646.402500', '152646.862500', '152647.322500', '152647.782500', '152648.242500', '152648.702500', '152649.162500', '152649.622500', '152650.082500', '152650.542500', '152651.002500', '152651.462500', '152651.922500', '152652.382500', '152652.842500', '152653.302500', '152653.762500', '152654.222500', '152654.682500', '152655.142500', '152655.602500', '152656.062500', '152656.522500', '152656.982500', '152657.442500', '152657.902500', '152658.362500', '152658.822500', '152659.282500', '152659.742500', '152700.202500', '152700.662500', '152701.122500', '152701.582500', '152702.042500', '152702.502500', '152702.962500', '152703.422500', '152703.882500', '152704.342500', '152704.802500', '152705.262500', '152705.722500', '152706.182500', '152706.642500', '152707.102500', '152707.562500', '152708.022500', '152708.482500', '152708.942500', '152709.402500', '152709.862500', '152710.322500', '152710.782500', '152711.242500', '152711.702500', '152712.162500', '152712.622500', '152713.082500', '152713.542500', '152714.002500', '152714.462500', '152714.922500', '152715.382500', '152715.842500', '152716.302500', '152716.762500', '152717.222500', '152717.682500', '152718.142500', '152718.602500', '152719.062500', '152719.522500', '152719.982500', '152720.442500', '152720.902500', '152721.362500', '152721.822500', '152722.282500', '152722.742500', '152723.202500', '152723.662500', '152724.122500', '152724.582500', '152725.042500', '152725.502500', '152725.962500', '152726.422500', '152726.882500', '152727.342500', '152727.802500', '152728.262500', '152728.722500', '152729.182500', '152729.642500', '152730.102500', '152730.562500', '152731.022500', '152731.482500', '152731.942500', '152732.402500', '152732.862500', '152733.322500', '152733.782500', '152734.242500', '152734.702500', '152735.162500', '152735.622500', '152736.082500', '152736.542500', '152737.002500', '152737.462500', '152737.922500', '152738.382500', '152738.842500', '152739.302500', '152739.762500', '152740.222500', '152740.682500', '152741.142500', '152741.602500', '152742.062500', '152742.522500', '152742.982500', '152743.442500', '152743.902500', '152744.362500', '152744.822500', '152745.282500', '152745.742500', '152746.202500', '152746.662500', '152747.122500', '152747.582500', '152748.042500', '152748.502500', '152748.962500', '152749.422500', '152749.882500', '152750.342500', '152750.802500', '152751.262500', '152751.722500', '152752.182500', '152752.642500', '152753.102500', '152753.562500', '152754.022500', '152754.482500', '152754.942500', '152755.402500', '152755.862500', '152756.322500', '152756.782500', '152757.242500', '152757.702500', '152758.162500', '152758.622500', '152759.082500', '152759.542500', '152800.002500', '152800.462500', '152800.922500', '152801.382500', '152801.842500', '152802.302500', '152802.762500', '152803.222500', '152803.682500', '152804.142500', '152804.602500', '152805.062500', '152805.522500', '152805.982500', '152806.442500', '152806.902500', '152807.362500', '152807.822500', '152808.282500', '152808.742500', '152809.202500', '152809.662500', '152810.122500', '152810.582500', '152811.042500', '152811.502500', '152811.962500', '152812.422500', '152812.882500', '152813.342500', '152813.802500', '152814.262500', '152814.722500', '152815.182500', '152815.642500', '152816.102500', '152816.562500', '152817.022500', '152817.482500', '152817.942500', '152818.402500', '152818.862500', '152819.322500', '152819.782500', '152820.242500', '152820.702500', '152821.162500', '152821.622500', '152822.082500', '152822.542500', '152823.002500', '152823.462500', '152823.922500', '152824.382500', '152824.842500', '152825.302500', '152825.762500', '152826.222500', '152826.682500', '152827.142500', '152827.602500', '152828.062500', '152828.522500', '152828.982500', '152829.442500', '152829.902500', '152830.362500', '152830.822500', '152831.282500', '152831.742500', '152832.202500', '152832.662500', '152833.122500', '152833.582500', '152834.042500', '152834.502500', '152834.962500', '152835.422500', '152835.882500', '152836.342500', '152836.802500', '152837.262500', '152837.722500', '152838.182500', '152838.642500', '152839.102500', '152839.562500', '152840.022500', '152840.482500', '152840.942500', '152841.402500', '152841.862500', '152842.322500', '152842.782500', '152843.242500', '152843.702500', '152844.162500', '152844.622500', '152845.082500', '152845.542500', '152846.002500', '152846.462500', '152846.922500', '152847.382500', '152847.842500', '152848.302500', '152848.762500', '152849.222500', '152849.682500', '152850.142500', '152850.602500', '152851.062500', '152851.522500', '152851.982500', '152852.442500', '152852.902500', '152853.362500', '152853.822500', '152854.282500', '152854.742500', '152855.202500', '152855.662500', '152856.122500', '152856.582500', '152857.042500', '152857.502500', '152857.962500', '152858.422500', '152858.882500', '152859.342500', '152859.802500', '152900.262500', '152900.722500', '152901.182500', '152901.642500', '152902.102500', '152902.562500', '152903.022500', '152903.482500', '152903.942500', '152904.402500', '152904.862500', '152905.322500', '152905.782500', '152906.242500', '152906.702500', '152907.162500', '152907.622500', '152908.082500', '152908.542500', '152909.002500', '152909.462500', '152909.922500', '152910.382500', '152910.842500', '152911.302500', '152911.762500', '152912.222500', '152912.682500', '152913.142500', '152913.602500', '152914.062500', '152914.522500', '152914.982500', '152915.442500', '152915.902500', '152916.362500', '152916.822500', '152917.282500', '152917.742500', '152918.202500', '152918.662500', '152919.122500', '152919.582500', '152920.042500', '152920.502500', '152920.962500', '152921.422500', '152921.882500', '152922.342500', '152922.802500', '152923.262500', '152923.722500', '152924.182500', '152924.642500', '152925.102500', '152925.562500', '152926.022500', '152926.482500', '152926.942500', '152927.402500', '152927.862500', '152928.322500', '152928.782500', '152929.242500', '152929.702500', '152930.162500', '152930.622500', '152931.082500', '152931.542500', '152932.002500', '152932.462500', '152932.922500', '152933.382500', '152933.842500', '152934.302500', '152934.762500', '152935.222500', '152935.682500', '152936.142500', '152936.602500', '152937.062500', '152937.522500', '152937.982500', '152938.442500', '152938.902500', '152939.362500', '152939.822500', '152940.282500', '152940.742500', '152941.202500', '152941.662500', '152942.122500', '152942.582500', '152943.042500', '152943.502500', '152943.962500', '152944.422500', '152944.882500', '152945.342500', '152945.802500', '152946.262500', '152946.722500', '152947.182500', '152947.642500', '152948.102500', '152948.562500', '152949.022500', '152949.482500', '152949.942500', '152950.402500', '152950.862500', '152951.322500', '152951.782500', '152952.242500', '152952.702500', '152953.162500', '152953.622500', '152954.082500', '152954.542500', '152955.002500', '152955.462500', '152955.922500', '152956.382500', '152956.842500', '152957.302500', '152957.762500', '152958.222500', '152958.682500', '152959.142500'], 'ContentTime': ['152012.883000', '152012.886000', '152012.889000', '152012.891000', '152012.894000', '152012.896000', '152012.899000', '152012.902000', '152012.904000', '152012.907000', '152012.909000', '152012.912000', '152012.918000', '152012.921000', '152012.923000', '152012.926000', '152012.928000', '152012.931000', '152012.933000', '152012.936000', '152012.939000', '152012.941000', '152012.944000', '152012.946000', '152012.949000', '152012.952000', '152012.954000', '152012.957000', '152012.959000', '152012.962000', '152012.964000', '152012.967000', '152012.969000', '152012.972000', '152012.975000', '152012.977000', '152012.980000', '152012.982000', '152012.985000', '152012.987000', '152012.990000', '152012.992000', '152012.995000', '152012.998000', '152032.859000', '152032.862000', '152032.865000', '152032.867000', '152032.870000', '152032.872000', '152032.875000', '152032.877000', '152032.880000', '152032.882000', '152032.885000', '152032.887000', '152032.890000', '152032.893000', '152032.895000', '152032.898000', '152032.900000', '152032.903000', '152032.905000', '152032.908000', '152032.910000', '152032.913000', '152032.916000', '152032.918000', '152032.921000', '152032.923000', '152032.926000', '152032.928000', '152032.931000', '152032.933000', '152032.936000', '152032.939000', '152032.941000', '152032.944000', '152032.946000', '152032.953000', '152032.956000', '152032.958000', '152032.961000', '152032.963000', '152032.966000', '152032.968000', '152032.971000', '152052.859000', '152052.862000', '152052.865000', '152052.867000', '152052.870000', '152052.872000', '152052.875000', '152052.877000', '152052.880000', '152052.882000', '152052.885000', '152052.888000', '152052.890000', '152052.893000', '152052.895000', '152052.898000', '152052.900000', '152052.903000', '152052.905000', '152052.908000', '152052.911000', '152052.913000', '152052.916000', '152052.918000', '152052.921000', '152052.924000', '152052.926000', '152052.929000', '152052.931000', '152052.943000', '152052.945000', '152052.948000', '152052.950000', '152052.953000', '152052.955000', '152052.958000', '152052.961000', '152052.963000', '152052.966000', '152052.969000', '152052.971000', '152052.974000', '152052.976000', '152052.979000', '152112.859000', '152112.862000', '152112.865000', '152112.867000', '152112.870000', '152112.872000', '152112.875000', '152112.878000', '152112.880000', '152112.883000', '152112.885000', '152112.888000', '152112.890000', '152112.893000', '152112.896000', '152112.898000', '152112.901000', '152112.903000', '152112.906000', '152112.908000', '152112.911000', '152112.913000', '152112.916000', '152112.918000', '152112.933000', '152112.935000', '152112.938000', '152112.940000', '152112.943000', '152112.946000', '152112.948000', '152112.951000', '152112.953000', '152112.956000', '152112.958000', '152112.961000', '152112.963000', '152112.966000', '152112.974000', '152112.977000', '152112.979000', '152112.982000', '152112.984000', '152132.859000', '152132.862000', '152132.865000', '152132.867000', '152132.870000', '152132.872000', '152132.875000', '152132.878000', '152132.880000', '152132.883000', '152132.886000', '152132.888000', '152132.891000', '152132.900000', '152132.902000', '152132.905000', '152132.908000', '152132.910000', '152132.913000', '152132.915000', '152132.918000', '152132.920000', '152132.923000', '152132.926000', '152132.928000', '152132.931000', '152132.933000', '152132.936000', '152132.938000', '152132.941000', '152132.943000', '152132.946000', '152132.949000', '152132.952000', '152132.954000', '152132.957000', '152132.959000', '152132.962000', '152132.965000', '152132.967000', '152132.970000', '152132.972000', '152132.975000', '152132.977000', '152152.858000', '152152.861000', '152152.864000', '152152.867000', '152152.869000', '152152.872000', '152152.874000', '152152.877000', '152152.879000', '152152.882000', '152152.885000', '152152.887000', '152152.890000', '152152.892000', '152152.895000', '152152.897000', '152152.900000', '152152.903000', '152152.905000', '152152.908000', '152152.910000', '152152.913000', '152152.916000', '152152.918000', '152152.921000', '152152.923000', '152152.926000', '152152.928000', '152152.931000', '152152.933000', '152152.936000', '152152.939000', '152152.941000', '152152.944000', '152152.946000', '152152.949000', '152152.951000', '152152.954000', '152152.957000', '152152.959000', '152152.962000', '152152.964000', '152152.967000', '152212.859000', '152212.861000', '152212.864000', '152212.866000', '152212.869000', '152212.872000', '152212.874000', '152212.877000', '152212.879000', '152212.882000', '152212.885000', '152212.887000', '152212.890000', '152212.892000', '152212.895000', '152212.898000', '152212.900000', '152212.903000', '152212.906000', '152212.908000', '152212.911000', '152212.913000', '152212.916000', '152212.918000', '152212.921000', '152212.924000', '152212.926000', '152212.929000', '152212.932000', '152212.934000', '152212.937000', '152212.939000', '152212.942000', '152212.945000', '152212.947000', '152212.950000', '152212.952000', '152212.955000', '152212.958000', '152212.960000', '152212.963000', '152212.965000', '152212.968000', '152212.970000', '152232.858000', '152232.872000', '152232.874000', '152232.877000', '152232.880000', '152232.882000', '152232.885000', '152232.887000', '152232.890000', '152232.893000', '152232.895000', '152232.898000', '152232.900000', '152232.903000', '152232.905000', '152232.908000', '152232.911000', '152232.913000', '152232.916000', '152232.918000', '152232.921000', '152232.924000', '152232.938000', '152232.940000', '152232.943000', '152232.945000', '152232.948000', '152232.950000', '152232.953000', '152232.956000', '152232.958000', '152232.961000', '152232.963000', '152232.966000', '152232.968000', '152232.971000', '152232.974000', '152232.976000', '152232.979000', '152232.981000', '152232.984000', '152232.986000', '152232.989000', '152252.859000', '152252.862000', '152252.865000', '152252.867000', '152252.870000', '152252.873000', '152252.875000', '152252.878000', '152252.881000', '152252.883000', '152252.886000', '152252.888000', '152252.891000', '152252.894000', '152252.897000', '152252.899000', '152252.902000', '152252.905000', '152252.907000', '152252.910000', '152252.920000', '152252.923000', '152252.926000', '152252.928000', '152252.931000', '152252.934000', '152252.937000', '152252.940000', '152252.943000', '152252.945000', '152252.948000', '152252.950000', '152252.953000', '152252.955000', '152252.958000', '152252.961000', '152252.963000', '152252.966000', '152252.968000', '152252.971000', '152252.974000', '152252.976000', '152252.979000', '152312.860000', '152312.862000', '152312.865000', '152312.868000', '152312.870000', '152312.873000', '152312.875000', '152312.878000', '152312.881000', '152312.883000', '152312.886000', '152312.888000', '152312.891000', '152312.894000', '152312.896000', '152312.899000', '152312.902000', '152312.904000', '152312.907000', '152312.910000', '152312.912000', '152312.915000', '152312.918000', '152312.920000', '152312.923000', '152312.925000', '152312.928000', '152312.931000', '152312.933000', '152312.936000', '152312.938000', '152312.941000', '152312.944000', '152312.946000', '152312.949000', '152312.951000', '152312.954000', '152312.957000', '152312.959000', '152312.962000', '152312.964000', '152312.967000', '152312.969000', '152312.972000', '152332.860000', '152332.862000', '152332.865000', '152332.868000', '152332.870000', '152332.873000', '152332.875000', '152332.878000', '152332.881000', '152332.883000', '152332.886000', '152332.888000', '152332.891000', '152332.893000', '152332.896000', '152332.899000', '152332.901000', '152332.904000', '152332.907000', '152332.909000', '152332.912000', '152332.914000', '152332.917000', '152332.920000', '152332.922000', '152332.925000', '152332.928000', '152332.930000', '152332.933000', '152332.936000', '152332.938000', '152332.941000', '152332.944000', '152332.946000', '152332.949000', '152332.951000', '152332.954000', '152332.956000', '152332.959000', '152332.962000', '152332.964000', '152332.967000', '152332.970000', '152352.860000', '152352.862000', '152352.865000', '152352.868000', '152352.870000', '152352.873000', '152352.875000', '152352.878000', '152352.881000', '152352.883000', '152352.886000', '152352.888000', '152352.891000', '152352.893000', '152352.896000', '152352.898000', '152352.901000', '152352.904000', '152352.906000', '152352.909000', '152352.911000', '152352.914000', '152352.917000', '152352.919000', '152352.922000', '152352.924000', '152352.927000', '152352.929000', '152352.932000', '152352.935000', '152352.937000', '152352.940000', '152352.943000', '152352.945000', '152352.948000', '152352.951000', '152352.953000', '152352.956000', '152352.958000', '152352.961000', '152352.963000', '152352.966000', '152352.969000', '152352.971000', '152412.859000', '152412.861000', '152412.864000', '152412.867000', '152412.869000', '152412.872000', '152412.874000', '152412.877000', '152412.880000', '152412.882000', '152412.885000', '152412.887000', '152412.890000', '152412.892000', '152412.895000', '152412.898000', '152412.900000', '152412.903000', '152412.906000', '152412.908000', '152412.911000', '152412.913000', '152412.916000', '152412.918000', '152412.921000', '152412.923000', '152412.926000', '152412.929000', '152412.931000', '152412.934000', '152412.936000', '152412.939000', '152412.941000', '152412.945000', '152412.948000', '152412.951000', '152412.954000', '152412.956000', '152412.959000', '152412.961000', '152412.964000', '152412.966000', '152412.969000', '152432.858000', '152432.861000', '152432.877000', '152432.880000', '152432.883000', '152432.885000', '152432.888000', '152432.890000', '152432.893000', '152432.896000', '152432.898000', '152432.901000', '152432.903000', '152432.906000', '152432.908000', '152432.911000', '152432.914000', '152432.916000', '152432.919000', '152432.922000', '152432.924000', '152432.927000', '152432.929000', '152432.932000', '152432.934000', '152432.937000', '152432.940000', '152432.942000', '152432.945000', '152432.947000', '152432.950000', '152432.953000', '152432.955000', '152432.958000', '152432.960000', '152432.963000', '152432.965000', '152432.968000', '152432.971000', '152432.973000', '152432.976000', '152432.978000', '152432.981000', '152432.984000', '152452.859000', '152452.861000', '152452.864000', '152452.866000', '152452.869000', '152452.872000', '152452.874000', '152452.877000', '152452.879000', '152452.882000', '152452.885000', '152452.887000', '152452.890000', '152452.893000', '152452.895000', '152452.898000', '152452.900000', '152452.903000', '152452.906000', '152452.908000', '152452.911000', '152452.913000', '152452.916000', '152452.918000', '152452.921000', '152452.924000', '152452.926000', '152452.929000', '152452.931000', '152452.934000', '152452.937000', '152452.939000', '152452.942000', '152452.944000', '152452.947000', '152452.949000', '152452.952000', '152452.955000', '152452.957000', '152452.960000', '152452.963000', '152452.966000', '152452.969000', '152512.860000', '152512.862000', '152512.865000', '152512.868000', '152512.870000', '152512.873000', '152512.875000', '152512.878000', '152512.880000', '152512.883000', '152512.886000', '152512.888000', '152512.891000', '152512.893000', '152512.896000', '152512.899000', '152512.901000', '152512.904000', '152512.906000', '152512.909000', '152512.911000', '152512.914000', '152512.917000', '152512.919000', '152512.922000', '152512.924000', '152512.927000', '152512.929000', '152512.932000', '152512.935000', '152512.937000', '152512.940000', '152512.942000', '152512.945000', '152512.947000', '152512.950000', '152512.952000', '152512.955000', '152512.957000', '152512.960000', '152512.963000', '152512.965000', '152512.968000', '152512.970000', '152532.860000', '152532.862000', '152532.865000', '152532.868000', '152532.870000', '152532.873000', '152532.876000', '152532.879000', '152532.881000', '152532.884000', '152532.886000', '152532.889000', '152532.892000', '152532.894000', '152532.897000', '152532.899000', '152532.902000', '152532.905000', '152532.907000', '152532.910000', '152532.912000', '152532.915000', '152532.917000', '152532.920000', '152532.923000', '152532.925000', '152532.928000', '152532.931000', '152532.933000', '152532.936000', '152532.938000', '152532.941000', '152532.944000', '152532.946000', '152532.949000', '152532.951000', '152532.954000', '152532.956000', '152532.959000', '152532.963000', '152532.966000', '152532.969000', '152532.971000', '152552.859000', '152552.862000', '152552.865000', '152552.867000', '152552.870000', '152552.873000', '152552.875000', '152552.878000', '152552.880000', '152552.883000', '152552.886000', '152552.888000', '152552.900000', '152552.903000', '152552.906000', '152552.908000', '152552.911000', '152552.913000', '152552.916000', '152552.919000', '152552.921000', '152552.924000', '152552.926000', '152552.929000', '152552.931000', '152552.934000', '152552.937000', '152552.939000', '152552.942000', '152552.944000', '152552.947000', '152552.950000', '152552.952000', '152552.955000', '152552.957000', '152552.960000', '152552.962000', '152552.965000', '152552.968000', '152552.970000', '152552.973000', '152552.975000', '152552.978000', '152552.981000', '152612.860000', '152612.862000', '152612.865000', '152612.868000', '152612.870000', '152612.873000', '152612.875000', '152612.878000', '152612.881000', '152612.883000', '152612.886000', '152612.888000', '152612.891000', '152612.894000', '152612.896000', '152612.899000', '152612.902000', '152612.904000', '152612.907000', '152612.909000', '152612.912000', '152612.915000', '152612.917000', '152612.920000', '152612.922000', '152612.925000', '152612.928000', '152612.930000', '152612.933000', '152612.936000', '152612.938000', '152612.941000', '152612.943000', '152612.946000', '152612.949000', '152612.951000', '152612.954000', '152612.956000', '152612.959000', '152612.961000', '152612.964000', '152612.967000', '152612.969000', '152632.858000', '152632.861000', '152632.864000', '152632.867000', '152632.869000', '152632.872000', '152632.875000', '152632.877000', '152632.880000', '152632.882000', '152632.885000', '152632.887000', '152632.890000', '152632.892000', '152632.895000', '152632.898000', '152632.900000', '152632.903000', '152632.905000', '152632.908000', '152632.911000', '152632.913000', '152632.916000', '152632.918000', '152632.921000', '152632.924000', '152632.926000', '152632.929000', '152632.931000', '152632.934000', '152632.936000', '152632.939000', '152632.942000', '152632.944000', '152632.947000', '152632.949000', '152632.952000', '152632.954000', '152632.957000', '152632.960000', '152632.962000', '152632.965000', '152632.967000', '152632.970000', '152652.859000', '152652.862000', '152652.864000', '152652.867000', '152652.869000', '152652.872000', '152652.874000', '152652.877000', '152652.880000', '152652.882000', '152652.885000', '152652.887000', '152652.890000', '152652.892000', '152652.895000', '152652.898000', '152652.900000', '152652.903000', '152652.905000', '152652.908000', '152652.911000', '152652.913000', '152652.916000', '152652.918000', '152652.921000', '152652.924000', '152652.926000', '152652.929000', '152652.931000', '152652.934000', '152652.937000', '152652.939000', '152652.942000', '152652.944000', '152652.947000', '152652.949000', '152652.952000', '152652.955000', '152652.957000', '152652.960000', '152652.962000', '152652.965000', '152652.967000', '152712.858000', '152712.861000', '152712.864000', '152712.867000', '152712.869000', '152712.872000', '152712.875000', '152712.877000', '152712.880000', '152712.882000', '152712.885000', '152712.887000', '152712.890000', '152712.893000', '152712.895000', '152712.898000', '152712.900000', '152712.903000', '152712.905000', '152712.908000', '152712.911000', '152712.913000', '152712.916000', '152712.927000', '152712.929000', '152712.932000', '152712.935000', '152712.937000', '152712.940000', '152712.942000', '152712.945000', '152712.947000', '152712.950000', '152712.953000', '152712.955000', '152712.958000', '152712.960000', '152712.963000', '152712.965000', '152712.968000', '152712.971000', '152712.973000', '152712.976000', '152712.978000', '152732.859000', '152732.862000', '152732.865000', '152732.867000', '152732.870000', '152732.873000', '152732.875000', '152732.878000', '152732.880000', '152732.883000', '152732.886000', '152732.888000', '152732.891000', '152732.893000', '152732.896000', '152732.899000', '152732.901000', '152732.904000', '152732.906000', '152732.909000', '152732.912000', '152732.914000', '152732.917000', '152732.920000', '152732.922000', '152732.925000', '152732.927000', '152732.930000', '152732.932000', '152732.935000', '152732.938000', '152732.940000', '152732.943000', '152732.945000', '152732.948000', '152732.951000', '152732.953000', '152732.956000', '152732.959000', '152732.961000', '152732.964000', '152732.966000', '152732.969000', '152752.860000', '152752.862000', '152752.865000', '152752.868000', '152752.870000', '152752.873000', '152752.875000', '152752.878000', '152752.881000', '152752.883000', '152752.886000', '152752.888000', '152752.891000', '152752.894000', '152752.896000', '152752.899000', '152752.901000', '152752.904000', '152752.906000', '152752.909000', '152752.912000', '152752.914000', '152752.917000', '152752.920000', '152752.922000', '152752.925000', '152752.927000', '152752.930000', '152752.933000', '152752.935000', '152752.938000', '152752.940000', '152752.943000', '152752.946000', '152752.948000', '152752.951000', '152752.953000', '152752.956000', '152752.958000', '152752.961000', '152752.964000', '152752.966000', '152752.969000', '152752.971000', '152812.860000', '152812.868000', '152812.870000', '152812.873000', '152812.876000', '152812.878000', '152812.881000', '152812.883000', '152812.886000', '152812.889000', '152812.891000', '152812.894000', '152812.896000', '152812.899000', '152812.902000', '152812.904000', '152812.907000', '152812.909000', '152812.912000', '152812.915000', '152812.917000', '152812.920000', '152812.923000', '152812.925000', '152812.928000', '152812.930000', '152812.933000', '152812.936000', '152812.938000', '152812.941000', '152812.943000', '152812.946000', '152812.948000', '152812.951000', '152812.954000', '152812.956000', '152812.959000', '152812.961000', '152812.964000', '152812.967000', '152812.969000', '152812.972000', '152812.974000', '152832.859000', '152832.862000', '152832.865000', '152832.868000', '152832.870000', '152832.873000', '152832.875000', '152832.878000', '152832.881000', '152832.883000', '152832.886000', '152832.888000', '152832.891000', '152832.893000', '152832.896000', '152832.899000', '152832.901000', '152832.904000', '152832.906000', '152832.909000', '152832.921000', '152832.924000', '152832.927000', '152832.929000', '152832.932000', '152832.934000', '152832.937000', '152832.939000', '152832.942000', '152832.945000', '152832.947000', '152832.950000', '152832.952000', '152832.955000', '152832.958000', '152832.960000', '152832.963000', '152832.965000', '152832.968000', '152832.971000', '152832.973000', '152832.976000', '152832.978000', '152832.981000', '152852.859000', '152852.861000', '152852.864000', '152852.867000', '152852.869000', '152852.872000', '152852.874000', '152852.877000', '152852.880000', '152852.882000', '152852.885000', '152852.887000', '152852.890000', '152852.893000', '152852.895000', '152852.898000', '152852.900000', '152852.903000', '152852.905000', '152852.908000', '152852.911000', '152852.913000', '152852.916000', '152852.919000', '152852.921000', '152852.924000', '152852.926000', '152852.929000', '152852.932000', '152852.934000', '152852.937000', '152852.939000', '152852.942000', '152852.945000', '152852.947000', '152852.950000', '152852.952000', '152852.955000', '152852.958000', '152852.960000', '152852.963000', '152852.965000', '152852.968000', '152912.859000', '152912.861000', '152912.864000', '152912.867000', '152912.869000', '152912.872000', '152912.874000', '152912.877000', '152912.880000', '152912.882000', '152912.885000', '152912.888000', '152912.890000', '152912.894000', '152912.897000', '152912.900000', '152912.902000', '152912.905000', '152912.908000', '152912.910000', '152912.913000', '152912.915000', '152912.918000', '152912.921000', '152912.923000', '152912.926000', '152912.929000', '152912.931000', '152912.934000', '152912.936000', '152912.939000', '152912.942000', '152912.944000', '152912.947000', '152912.950000', '152912.952000', '152912.955000', '152912.957000', '152912.960000', '152912.962000', '152912.965000', '152912.968000', '152912.970000', '152912.973000', '152932.859000', '152932.867000', '152932.870000', '152932.872000', '152932.875000', '152932.877000', '152932.880000', '152932.882000', '152932.885000', '152932.888000', '152932.890000', '152932.893000', '152932.895000', '152932.898000', '152932.901000', '152932.903000', '152932.906000', '152932.908000', '152932.911000', '152932.914000', '152932.916000', '152932.919000', '152932.921000', '152932.924000', '152932.926000', '152932.929000', '152932.932000', '152932.934000', '152932.937000', '152932.939000', '152932.942000', '152932.945000', '152932.947000', '152932.950000', '152932.953000', '152932.955000', '152932.958000', '152932.960000', '152932.963000', '152932.965000', '152932.968000', '152932.971000', '152932.973000', '152952.860000', '152952.863000', '152952.872000', '152952.875000', '152952.877000', '152952.880000', '152952.883000', '152952.885000', '152952.888000', '152952.890000', '152952.893000', '152952.895000', '152952.898000', '152952.901000', '152952.903000', '152952.906000', '152952.908000', '152952.911000', '152952.914000', '152952.916000', '152952.919000', '152952.921000', '152952.924000', '152952.926000', '152952.929000', '152952.932000', '152952.934000', '152952.937000', '152952.939000', '152952.942000', '152952.945000', '152952.947000', '152952.950000', '152952.953000', '152952.955000', '152952.958000', '152952.960000', '152952.963000', '152952.965000', '152952.968000', '152952.970000', '152952.973000', '152952.976000', '153000.685000', '153000.687000', '153000.690000', '153000.693000', '153000.695000', '153000.698000', '153000.700000', '153000.703000', '153000.706000', '153000.708000', '153000.711000', '153000.713000', '153000.716000', '153000.719000', '153000.721000', '153000.724000', '153000.727000', '153000.729000'], 'InstanceCreationTime': ['152012.883000', '152012.886000', '152012.889000', '152012.891000', '152012.894000', '152012.896000', '152012.899000', '152012.902000', '152012.904000', '152012.907000', '152012.909000', '152012.912000', '152012.918000', '152012.921000', '152012.923000', '152012.926000', '152012.928000', '152012.931000', '152012.933000', '152012.936000', '152012.939000', '152012.941000', '152012.944000', '152012.946000', '152012.949000', '152012.952000', '152012.954000', '152012.957000', '152012.959000', '152012.962000', '152012.964000', '152012.967000', '152012.969000', '152012.972000', '152012.975000', '152012.977000', '152012.980000', '152012.982000', '152012.985000', '152012.987000', '152012.990000', '152012.992000', '152012.995000', '152012.998000', '152032.859000', '152032.862000', '152032.865000', '152032.867000', '152032.870000', '152032.872000', '152032.875000', '152032.877000', '152032.880000', '152032.882000', '152032.885000', '152032.887000', '152032.890000', '152032.893000', '152032.895000', '152032.898000', '152032.900000', '152032.903000', '152032.905000', '152032.908000', '152032.910000', '152032.913000', '152032.916000', '152032.918000', '152032.921000', '152032.923000', '152032.926000', '152032.928000', '152032.931000', '152032.933000', '152032.936000', '152032.939000', '152032.941000', '152032.944000', '152032.946000', '152032.953000', '152032.956000', '152032.958000', '152032.961000', '152032.963000', '152032.966000', '152032.968000', '152032.971000', '152052.859000', '152052.862000', '152052.865000', '152052.867000', '152052.870000', '152052.872000', '152052.875000', '152052.877000', '152052.880000', '152052.882000', '152052.885000', '152052.888000', '152052.890000', '152052.893000', '152052.895000', '152052.898000', '152052.900000', '152052.903000', '152052.905000', '152052.908000', '152052.911000', '152052.913000', '152052.916000', '152052.918000', '152052.921000', '152052.924000', '152052.926000', '152052.929000', '152052.931000', '152052.943000', '152052.945000', '152052.948000', '152052.950000', '152052.953000', '152052.955000', '152052.958000', '152052.961000', '152052.963000', '152052.966000', '152052.969000', '152052.971000', '152052.974000', '152052.976000', '152052.979000', '152112.859000', '152112.862000', '152112.865000', '152112.867000', '152112.870000', '152112.872000', '152112.875000', '152112.878000', '152112.880000', '152112.883000', '152112.885000', '152112.888000', '152112.890000', '152112.893000', '152112.896000', '152112.898000', '152112.901000', '152112.903000', '152112.906000', '152112.908000', '152112.911000', '152112.913000', '152112.916000', '152112.918000', '152112.933000', '152112.935000', '152112.938000', '152112.940000', '152112.943000', '152112.946000', '152112.948000', '152112.951000', '152112.953000', '152112.956000', '152112.958000', '152112.961000', '152112.963000', '152112.966000', '152112.974000', '152112.977000', '152112.979000', '152112.982000', '152112.984000', '152132.859000', '152132.862000', '152132.865000', '152132.867000', '152132.870000', '152132.872000', '152132.875000', '152132.878000', '152132.880000', '152132.883000', '152132.886000', '152132.888000', '152132.891000', '152132.900000', '152132.902000', '152132.905000', '152132.908000', '152132.910000', '152132.913000', '152132.915000', '152132.918000', '152132.920000', '152132.923000', '152132.926000', '152132.928000', '152132.931000', '152132.933000', '152132.936000', '152132.938000', '152132.941000', '152132.943000', '152132.946000', '152132.949000', '152132.952000', '152132.954000', '152132.957000', '152132.959000', '152132.962000', '152132.965000', '152132.967000', '152132.970000', '152132.972000', '152132.975000', '152132.977000', '152152.858000', '152152.861000', '152152.864000', '152152.867000', '152152.869000', '152152.872000', '152152.874000', '152152.877000', '152152.879000', '152152.882000', '152152.885000', '152152.887000', '152152.890000', '152152.892000', '152152.895000', '152152.897000', '152152.900000', '152152.903000', '152152.905000', '152152.908000', '152152.910000', '152152.913000', '152152.916000', '152152.918000', '152152.921000', '152152.923000', '152152.926000', '152152.928000', '152152.931000', '152152.933000', '152152.936000', '152152.939000', '152152.941000', '152152.944000', '152152.946000', '152152.949000', '152152.951000', '152152.954000', '152152.957000', '152152.959000', '152152.962000', '152152.964000', '152152.967000', '152212.859000', '152212.861000', '152212.864000', '152212.866000', '152212.869000', '152212.872000', '152212.874000', '152212.877000', '152212.879000', '152212.882000', '152212.885000', '152212.887000', '152212.890000', '152212.892000', '152212.895000', '152212.898000', '152212.900000', '152212.903000', '152212.906000', '152212.908000', '152212.911000', '152212.913000', '152212.916000', '152212.918000', '152212.921000', '152212.924000', '152212.926000', '152212.929000', '152212.932000', '152212.934000', '152212.937000', '152212.939000', '152212.942000', '152212.945000', '152212.947000', '152212.950000', '152212.952000', '152212.955000', '152212.958000', '152212.960000', '152212.963000', '152212.965000', '152212.968000', '152212.970000', '152232.858000', '152232.872000', '152232.874000', '152232.877000', '152232.880000', '152232.882000', '152232.885000', '152232.887000', '152232.890000', '152232.893000', '152232.895000', '152232.898000', '152232.900000', '152232.903000', '152232.905000', '152232.908000', '152232.911000', '152232.913000', '152232.916000', '152232.918000', '152232.921000', '152232.924000', '152232.938000', '152232.940000', '152232.943000', '152232.945000', '152232.948000', '152232.950000', '152232.953000', '152232.956000', '152232.958000', '152232.961000', '152232.963000', '152232.966000', '152232.968000', '152232.971000', '152232.974000', '152232.976000', '152232.979000', '152232.981000', '152232.984000', '152232.986000', '152232.989000', '152252.859000', '152252.862000', '152252.865000', '152252.867000', '152252.870000', '152252.873000', '152252.875000', '152252.878000', '152252.881000', '152252.883000', '152252.886000', '152252.888000', '152252.891000', '152252.894000', '152252.897000', '152252.899000', '152252.902000', '152252.905000', '152252.907000', '152252.910000', '152252.920000', '152252.923000', '152252.926000', '152252.928000', '152252.931000', '152252.934000', '152252.937000', '152252.940000', '152252.943000', '152252.945000', '152252.948000', '152252.950000', '152252.953000', '152252.955000', '152252.958000', '152252.961000', '152252.963000', '152252.966000', '152252.968000', '152252.971000', '152252.974000', '152252.976000', '152252.979000', '152312.860000', '152312.862000', '152312.865000', '152312.868000', '152312.870000', '152312.873000', '152312.875000', '152312.878000', '152312.881000', '152312.883000', '152312.886000', '152312.888000', '152312.891000', '152312.894000', '152312.896000', '152312.899000', '152312.902000', '152312.904000', '152312.907000', '152312.910000', '152312.912000', '152312.915000', '152312.918000', '152312.920000', '152312.923000', '152312.925000', '152312.928000', '152312.931000', '152312.933000', '152312.936000', '152312.938000', '152312.941000', '152312.944000', '152312.946000', '152312.949000', '152312.951000', '152312.954000', '152312.957000', '152312.959000', '152312.962000', '152312.964000', '152312.967000', '152312.969000', '152312.972000', '152332.860000', '152332.862000', '152332.865000', '152332.868000', '152332.870000', '152332.873000', '152332.875000', '152332.878000', '152332.881000', '152332.883000', '152332.886000', '152332.888000', '152332.891000', '152332.893000', '152332.896000', '152332.899000', '152332.901000', '152332.904000', '152332.907000', '152332.909000', '152332.912000', '152332.914000', '152332.917000', '152332.920000', '152332.922000', '152332.925000', '152332.928000', '152332.930000', '152332.933000', '152332.936000', '152332.938000', '152332.941000', '152332.944000', '152332.946000', '152332.949000', '152332.951000', '152332.954000', '152332.956000', '152332.959000', '152332.962000', '152332.964000', '152332.967000', '152332.970000', '152352.860000', '152352.862000', '152352.865000', '152352.868000', '152352.870000', '152352.873000', '152352.875000', '152352.878000', '152352.881000', '152352.883000', '152352.886000', '152352.888000', '152352.891000', '152352.893000', '152352.896000', '152352.898000', '152352.901000', '152352.904000', '152352.906000', '152352.909000', '152352.911000', '152352.914000', '152352.917000', '152352.919000', '152352.922000', '152352.924000', '152352.927000', '152352.929000', '152352.932000', '152352.935000', '152352.937000', '152352.940000', '152352.943000', '152352.945000', '152352.948000', '152352.951000', '152352.953000', '152352.956000', '152352.958000', '152352.961000', '152352.963000', '152352.966000', '152352.969000', '152352.971000', '152412.859000', '152412.861000', '152412.864000', '152412.867000', '152412.869000', '152412.872000', '152412.874000', '152412.877000', '152412.880000', '152412.882000', '152412.885000', '152412.887000', '152412.890000', '152412.892000', '152412.895000', '152412.898000', '152412.900000', '152412.903000', '152412.906000', '152412.908000', '152412.911000', '152412.913000', '152412.916000', '152412.918000', '152412.921000', '152412.923000', '152412.926000', '152412.929000', '152412.931000', '152412.934000', '152412.936000', '152412.939000', '152412.941000', '152412.945000', '152412.948000', '152412.951000', '152412.954000', '152412.956000', '152412.959000', '152412.961000', '152412.964000', '152412.966000', '152412.969000', '152432.858000', '152432.861000', '152432.877000', '152432.880000', '152432.883000', '152432.885000', '152432.888000', '152432.890000', '152432.893000', '152432.896000', '152432.898000', '152432.901000', '152432.903000', '152432.906000', '152432.908000', '152432.911000', '152432.914000', '152432.916000', '152432.919000', '152432.922000', '152432.924000', '152432.927000', '152432.929000', '152432.932000', '152432.934000', '152432.937000', '152432.940000', '152432.942000', '152432.945000', '152432.947000', '152432.950000', '152432.953000', '152432.955000', '152432.958000', '152432.960000', '152432.963000', '152432.965000', '152432.968000', '152432.971000', '152432.973000', '152432.976000', '152432.978000', '152432.981000', '152432.984000', '152452.859000', '152452.861000', '152452.864000', '152452.866000', '152452.869000', '152452.872000', '152452.874000', '152452.877000', '152452.879000', '152452.882000', '152452.885000', '152452.887000', '152452.890000', '152452.893000', '152452.895000', '152452.898000', '152452.900000', '152452.903000', '152452.906000', '152452.908000', '152452.911000', '152452.913000', '152452.916000', '152452.918000', '152452.921000', '152452.924000', '152452.926000', '152452.929000', '152452.931000', '152452.934000', '152452.937000', '152452.939000', '152452.942000', '152452.944000', '152452.947000', '152452.949000', '152452.952000', '152452.955000', '152452.957000', '152452.960000', '152452.963000', '152452.966000', '152452.969000', '152512.860000', '152512.862000', '152512.865000', '152512.868000', '152512.870000', '152512.873000', '152512.875000', '152512.878000', '152512.880000', '152512.883000', '152512.886000', '152512.888000', '152512.891000', '152512.893000', '152512.896000', '152512.899000', '152512.901000', '152512.904000', '152512.906000', '152512.909000', '152512.911000', '152512.914000', '152512.917000', '152512.919000', '152512.922000', '152512.924000', '152512.927000', '152512.929000', '152512.932000', '152512.935000', '152512.937000', '152512.940000', '152512.942000', '152512.945000', '152512.947000', '152512.950000', '152512.952000', '152512.955000', '152512.957000', '152512.960000', '152512.963000', '152512.965000', '152512.968000', '152512.970000', '152532.860000', '152532.862000', '152532.865000', '152532.868000', '152532.870000', '152532.873000', '152532.876000', '152532.879000', '152532.881000', '152532.884000', '152532.886000', '152532.889000', '152532.892000', '152532.894000', '152532.897000', '152532.899000', '152532.902000', '152532.905000', '152532.907000', '152532.910000', '152532.912000', '152532.915000', '152532.917000', '152532.920000', '152532.923000', '152532.925000', '152532.928000', '152532.931000', '152532.933000', '152532.936000', '152532.938000', '152532.941000', '152532.944000', '152532.946000', '152532.949000', '152532.951000', '152532.954000', '152532.956000', '152532.959000', '152532.963000', '152532.966000', '152532.969000', '152532.971000', '152552.859000', '152552.862000', '152552.865000', '152552.867000', '152552.870000', '152552.873000', '152552.875000', '152552.878000', '152552.880000', '152552.883000', '152552.886000', '152552.888000', '152552.900000', '152552.903000', '152552.906000', '152552.908000', '152552.911000', '152552.913000', '152552.916000', '152552.919000', '152552.921000', '152552.924000', '152552.926000', '152552.929000', '152552.931000', '152552.934000', '152552.937000', '152552.939000', '152552.942000', '152552.944000', '152552.947000', '152552.950000', '152552.952000', '152552.955000', '152552.957000', '152552.960000', '152552.962000', '152552.965000', '152552.968000', '152552.970000', '152552.973000', '152552.975000', '152552.978000', '152552.981000', '152612.860000', '152612.862000', '152612.865000', '152612.868000', '152612.870000', '152612.873000', '152612.875000', '152612.878000', '152612.881000', '152612.883000', '152612.886000', '152612.888000', '152612.891000', '152612.894000', '152612.896000', '152612.899000', '152612.902000', '152612.904000', '152612.907000', '152612.909000', '152612.912000', '152612.915000', '152612.917000', '152612.920000', '152612.922000', '152612.925000', '152612.928000', '152612.930000', '152612.933000', '152612.936000', '152612.938000', '152612.941000', '152612.943000', '152612.946000', '152612.949000', '152612.951000', '152612.954000', '152612.956000', '152612.959000', '152612.961000', '152612.964000', '152612.967000', '152612.969000', '152632.858000', '152632.861000', '152632.864000', '152632.867000', '152632.869000', '152632.872000', '152632.875000', '152632.877000', '152632.880000', '152632.882000', '152632.885000', '152632.887000', '152632.890000', '152632.892000', '152632.895000', '152632.898000', '152632.900000', '152632.903000', '152632.905000', '152632.908000', '152632.911000', '152632.913000', '152632.916000', '152632.918000', '152632.921000', '152632.924000', '152632.926000', '152632.929000', '152632.931000', '152632.934000', '152632.936000', '152632.939000', '152632.942000', '152632.944000', '152632.947000', '152632.949000', '152632.952000', '152632.954000', '152632.957000', '152632.960000', '152632.962000', '152632.965000', '152632.967000', '152632.970000', '152652.859000', '152652.862000', '152652.864000', '152652.867000', '152652.869000', '152652.872000', '152652.874000', '152652.877000', '152652.880000', '152652.882000', '152652.885000', '152652.887000', '152652.890000', '152652.892000', '152652.895000', '152652.898000', '152652.900000', '152652.903000', '152652.905000', '152652.908000', '152652.911000', '152652.913000', '152652.916000', '152652.918000', '152652.921000', '152652.924000', '152652.926000', '152652.929000', '152652.931000', '152652.934000', '152652.937000', '152652.939000', '152652.942000', '152652.944000', '152652.947000', '152652.949000', '152652.952000', '152652.955000', '152652.957000', '152652.960000', '152652.962000', '152652.965000', '152652.967000', '152712.858000', '152712.861000', '152712.864000', '152712.867000', '152712.869000', '152712.872000', '152712.875000', '152712.877000', '152712.880000', '152712.882000', '152712.885000', '152712.887000', '152712.890000', '152712.893000', '152712.895000', '152712.898000', '152712.900000', '152712.903000', '152712.905000', '152712.908000', '152712.911000', '152712.913000', '152712.916000', '152712.927000', '152712.929000', '152712.932000', '152712.935000', '152712.937000', '152712.940000', '152712.942000', '152712.945000', '152712.947000', '152712.950000', '152712.953000', '152712.955000', '152712.958000', '152712.960000', '152712.963000', '152712.965000', '152712.968000', '152712.971000', '152712.973000', '152712.976000', '152712.978000', '152732.859000', '152732.862000', '152732.865000', '152732.867000', '152732.870000', '152732.873000', '152732.875000', '152732.878000', '152732.880000', '152732.883000', '152732.886000', '152732.888000', '152732.891000', '152732.893000', '152732.896000', '152732.899000', '152732.901000', '152732.904000', '152732.906000', '152732.909000', '152732.912000', '152732.914000', '152732.917000', '152732.920000', '152732.922000', '152732.925000', '152732.927000', '152732.930000', '152732.932000', '152732.935000', '152732.938000', '152732.940000', '152732.943000', '152732.945000', '152732.948000', '152732.951000', '152732.953000', '152732.956000', '152732.959000', '152732.961000', '152732.964000', '152732.966000', '152732.969000', '152752.860000', '152752.862000', '152752.865000', '152752.868000', '152752.870000', '152752.873000', '152752.875000', '152752.878000', '152752.881000', '152752.883000', '152752.886000', '152752.888000', '152752.891000', '152752.894000', '152752.896000', '152752.899000', '152752.901000', '152752.904000', '152752.906000', '152752.909000', '152752.912000', '152752.914000', '152752.917000', '152752.920000', '152752.922000', '152752.925000', '152752.927000', '152752.930000', '152752.933000', '152752.935000', '152752.938000', '152752.940000', '152752.943000', '152752.946000', '152752.948000', '152752.951000', '152752.953000', '152752.956000', '152752.958000', '152752.961000', '152752.964000', '152752.966000', '152752.969000', '152752.971000', '152812.860000', '152812.868000', '152812.870000', '152812.873000', '152812.876000', '152812.878000', '152812.881000', '152812.883000', '152812.886000', '152812.889000', '152812.891000', '152812.894000', '152812.896000', '152812.899000', '152812.902000', '152812.904000', '152812.907000', '152812.909000', '152812.912000', '152812.915000', '152812.917000', '152812.920000', '152812.923000', '152812.925000', '152812.928000', '152812.930000', '152812.933000', '152812.936000', '152812.938000', '152812.941000', '152812.943000', '152812.946000', '152812.948000', '152812.951000', '152812.954000', '152812.956000', '152812.959000', '152812.961000', '152812.964000', '152812.967000', '152812.969000', '152812.972000', '152812.974000', '152832.859000', '152832.862000', '152832.865000', '152832.868000', '152832.870000', '152832.873000', '152832.875000', '152832.878000', '152832.881000', '152832.883000', '152832.886000', '152832.888000', '152832.891000', '152832.893000', '152832.896000', '152832.899000', '152832.901000', '152832.904000', '152832.906000', '152832.909000', '152832.921000', '152832.924000', '152832.927000', '152832.929000', '152832.932000', '152832.934000', '152832.937000', '152832.939000', '152832.942000', '152832.945000', '152832.947000', '152832.950000', '152832.952000', '152832.955000', '152832.958000', '152832.960000', '152832.963000', '152832.965000', '152832.968000', '152832.971000', '152832.973000', '152832.976000', '152832.978000', '152832.981000', '152852.859000', '152852.861000', '152852.864000', '152852.867000', '152852.869000', '152852.872000', '152852.874000', '152852.877000', '152852.880000', '152852.882000', '152852.885000', '152852.887000', '152852.890000', '152852.893000', '152852.895000', '152852.898000', '152852.900000', '152852.903000', '152852.905000', '152852.908000', '152852.911000', '152852.913000', '152852.916000', '152852.919000', '152852.921000', '152852.924000', '152852.926000', '152852.929000', '152852.932000', '152852.934000', '152852.937000', '152852.939000', '152852.942000', '152852.945000', '152852.947000', '152852.950000', '152852.952000', '152852.955000', '152852.958000', '152852.960000', '152852.963000', '152852.965000', '152852.968000', '152912.859000', '152912.861000', '152912.864000', '152912.867000', '152912.869000', '152912.872000', '152912.874000', '152912.877000', '152912.880000', '152912.882000', '152912.885000', '152912.888000', '152912.890000', '152912.894000', '152912.897000', '152912.900000', '152912.902000', '152912.905000', '152912.908000', '152912.910000', '152912.913000', '152912.915000', '152912.918000', '152912.921000', '152912.923000', '152912.926000', '152912.929000', '152912.931000', '152912.934000', '152912.936000', '152912.939000', '152912.942000', '152912.944000', '152912.947000', '152912.950000', '152912.952000', '152912.955000', '152912.957000', '152912.960000', '152912.962000', '152912.965000', '152912.968000', '152912.970000', '152912.973000', '152932.859000', '152932.867000', '152932.870000', '152932.872000', '152932.875000', '152932.877000', '152932.880000', '152932.882000', '152932.885000', '152932.888000', '152932.890000', '152932.893000', '152932.895000', '152932.898000', '152932.901000', '152932.903000', '152932.906000', '152932.908000', '152932.911000', '152932.914000', '152932.916000', '152932.919000', '152932.921000', '152932.924000', '152932.926000', '152932.929000', '152932.932000', '152932.934000', '152932.937000', '152932.939000', '152932.942000', '152932.945000', '152932.947000', '152932.950000', '152932.953000', '152932.955000', '152932.958000', '152932.960000', '152932.963000', '152932.965000', '152932.968000', '152932.971000', '152932.973000', '152952.860000', '152952.863000', '152952.872000', '152952.875000', '152952.877000', '152952.880000', '152952.883000', '152952.885000', '152952.888000', '152952.890000', '152952.893000', '152952.895000', '152952.898000', '152952.901000', '152952.903000', '152952.906000', '152952.908000', '152952.911000', '152952.914000', '152952.916000', '152952.919000', '152952.921000', '152952.924000', '152952.926000', '152952.929000', '152952.932000', '152952.934000', '152952.937000', '152952.939000', '152952.942000', '152952.945000', '152952.947000', '152952.950000', '152952.953000', '152952.955000', '152952.958000', '152952.960000', '152952.963000', '152952.965000', '152952.968000', '152952.970000', '152952.973000', '152952.976000', '153000.685000', '153000.687000', '153000.690000', '153000.693000', '153000.695000', '153000.698000', '153000.700000', '153000.703000', '153000.706000', '153000.708000', '153000.711000', '153000.713000', '153000.716000', '153000.719000', '153000.721000', '153000.724000', '153000.727000', '153000.729000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [17609, 17152, 14096, 15606, 15537, 11360, 15624, 11564, 11375, 17115, 12386, 13722, 10692, 10781, 13788, 11094, 10743, 10367, 10156, 11455, 10534, 10231, 9301, 10159, 13777, 10695, 11848, 10540, 10306, 14805, 10852, 12887, 10305, 10275, 15025, 10648, 12856, 9531, 10231, 15005, 10655, 12492, 14281, 10886, 13641, 10030, 10277, 16057, 10423, 13240, 10165, 10158, 13902, 10297, 11375, 11555, 10006, 13544, 9788, 11314, 13486, 10299, 13828, 9817, 10974, 13089, 9899, 12743, 9534, 10332, 14924, 9819, 13051, 8992, 10312, 12982, 9903, 14254, 10098, 12243, 12946, 9869, 14197, 9872, 11165, 16529, 9982, 13295, 9004, 9958, 15343, 9548, 11882, 8717, 9671, 13749, 9100, 10943, 9384, 9382, 12955, 9212, 11261, 10058, 9415, 13706, 8921, 11085, 13383, 9268, 13210, 8706, 11898, 13442, 9526, 13883, 9297, 12034, 12648, 9564, 14210, 9559, 12546, 14305, 9961, 15623, 9998, 13132, 13361, 9544, 14649, 9765, 11782, 11897, 9557, 13964, 9596, 11722, 11575, 8796, 12894, 9117, 11479, 9478, 8981, 14297, 9459, 11986, 9627, 9074, 15503, 8970, 12638, 8863, 9083, 15139, 9159, 12453, 9103, 10670, 15857, 9312, 13259, 9013, 11676, 11723, 8917, 14378, 9199, 11788, 8508, 9329, 11765, 9495, 13592, 8820, 10900, 12801, 8847, 14347, 8581, 11478, 10015, 8795, 14605, 9631, 12222, 10069, 9135, 14979, 8896, 12325, 9687, 9626, 13892, 8972, 12082, 9134, 11863, 9560, 13254, 9114, 10986, 16728, 10052, 14334, 8954, 12326, 9117, 11498, 8861, 12969, 13495, 9347, 16483, 9433, 11144, 14735, 9577, 12300, 9561, 10559, 9416, 9133, 15090, 9511, 12410, 9340, 10815, 11783, 9812, 9329, 11251, 9557, 9309, 11881, 16944, 12157, 14128, 14867, 9600, 13527, 9617, 10261, 9002, 8658, 13627, 8667, 11634, 9047, 8446, 12927, 8353, 11434, 8932, 8523, 14148, 8402, 12303, 8871, 9049, 14565, 8846, 11905, 8467, 9457, 14975, 9109, 12468, 8346, 8969, 14664, 8866, 11836, 8545, 8545, 14395, 8894, 12050, 11783, 8778, 13866, 9525, 11295, 15336, 9429, 13236, 9180, 9314, 13917, 8718, 12038, 9716, 8876, 15057, 8843, 12823, 14693, 9696, 14120, 8568, 10436, 16023, 9276, 12750, 8835, 8940, 14095, 8870, 11238, 9192, 9369, 12602, 8543, 10249, 14808, 9082, 12638, 8870, 9001, 15331, 8691, 11764, 9144, 8703, 14214, 8908, 12184, 10075, 9064, 10484, 9364, 15242, 9495, 13085, 16144, 9147, 14152, 8760, 9467, 16248, 9074, 12928, 9179, 8831, 15142, 9054, 11767, 9741, 8974, 15219, 9534, 11829, 9460, 9859, 10670, 9487, 12478, 9312, 10956, 10256, 9245, 14241, 9219, 12944, 9117, 11700, 9161, 10666, 9542, 15095, 10082, 12378, 16486, 9425, 12378, 15924, 10304, 13315, 9080, 8881, 9136, 8517, 10014, 8595, 12978, 8904, 10702, 15744, 8709, 12665, 9393, 9300, 14970, 9578, 12101, 10010, 8849, 14806, 9693, 11897, 10057, 8617, 14212, 9558, 11607, 9005, 10104, 12802, 9012, 14651, 9135, 12902, 8503, 11270, 9425, 9983, 9570, 8739, 13454, 16401, 11556, 14263, 14450, 9371, 12973, 8985, 9856, 13150, 8796, 11297, 8578, 9992, 11946, 8927, 11245, 8728, 10293, 10968, 8775, 14264, 8916, 12713, 11181, 9648, 15960, 9005, 12881, 11493, 9444, 16327, 9161, 13278, 14531, 9295, 14021, 8619, 9766, 15557, 8686, 12490, 12205, 8975, 12167, 8580, 10022, 11577, 9167, 11147, 8757, 9469, 13840, 9498, 11967, 8691, 9438, 15169, 8864, 13122, 9416, 9031, 15757, 9222, 13514, 9686, 9320, 16163, 9392, 12397, 8315, 9618, 15703, 9520, 12894, 8953, 9036, 15146, 9576, 11674, 8952, 9239, 13744, 9520, 10898, 9908, 9461, 13765, 9526, 11074, 15077, 9430, 12890, 9453, 9962, 15176, 9305, 12302, 9089, 9145, 14469, 9179, 11946, 9006, 9345, 14845, 9300, 12658, 9547, 10873, 15626, 9741, 13488, 9347, 9398, 16362, 9814, 12836, 9520, 9666, 13489, 9782, 11152, 9324, 9556, 12613, 9625, 10886, 8824, 9354, 14132, 9524, 11886, 9043, 9213, 15461, 9564, 12858, 8933, 9663, 9065, 9550, 8873, 12713, 10848, 10515, 16894, 9199, 12523, 14504, 9550, 13499, 8854, 9745, 14711, 8549, 12597, 8543, 8885, 14524, 8704, 12025, 8267, 8704, 13387, 8654, 11483, 9366, 9102, 14849, 8991, 12250, 9493, 8954, 14266, 9002, 12151, 9098, 9297, 15732, 9212, 13649, 9266, 10465, 9285, 9416, 14188, 9462, 11202, 13533, 9411, 13239, 8619, 9679, 16233, 9216, 13141, 8751, 9222, 11161, 9385, 12056, 8899, 9413, 12648, 9812, 11350, 8916, 9061, 14303, 9371, 11856, 10736, 9088, 14587, 9475, 11567, 15951, 9340, 13579, 8734, 9088, 14114, 8786, 11877, 9720, 8319, 13209, 9156, 11036, 12176, 8979, 14094, 9478, 11728, 10854, 9087, 15890, 9334, 13033, 9389, 9474, 16557, 9356, 12584, 13619, 8921, 13085, 9334, 10608, 13434, 8813, 11894, 8880, 10202, 14211, 8822, 12124, 9256, 9481, 14608, 8553, 12591, 9154, 9946, 15152, 9380, 13382, 8720, 9258, 15336, 8975, 12976, 9687, 9049, 14604, 9467, 11874, 14936, 8885, 12774, 9113, 10712, 14731, 9256, 12435, 9094, 9986, 14496, 8882, 11911, 8915, 9562, 14794, 8735, 11907, 9736, 8593, 13842, 9628, 11056, 10644, 9299, 12738, 8973, 10176, 11990, 9154, 12742, 9050, 10312, 15197, 9223, 12160, 9101, 9267, 15488, 9582, 12688, 12627, 9382, 14783, 9400, 11257, 16386, 9723, 14315, 9276, 9424, 13674, 9478, 11178, 9486, 8963, 12673, 9299, 11229, 9272, 8876, 14709, 9439, 11855, 13230, 9447, 13056, 9109, 10330, 16620, 9391, 12758, 9226, 9459, 15590, 9781, 12410, 8908, 9454, 16477, 10077, 12437, 13490, 9710, 13207, 9304, 9424, 14872, 9703, 11741, 15656, 10075, 11657, 9565, 9606, 13435, 9897, 10718, 11675, 9645, 11430, 9514, 9660, 13468, 9256, 10636, 9712, 9780, 13099, 9892, 10804, 9958, 9655, 14021, 9820, 10838, 9734, 9591, 14665, 9358, 12143, 9291, 9548, 15846, 9912, 12750, 12216, 9893, 15024, 9278, 11684, 9814, 9987, 9877, 11935, 9053, 10062, 15737, 9329, 12607, 16641, 10391, 13678, 9354, 9354, 13093, 9281, 10523, 9873, 9922, 9274, 9845, 13982, 10251, 12257, 9501, 9676, 13557, 10051, 11302, 9510, 9498, 9882, 9940, 8777, 11475, 10039, 10446, 10685, 16509, 11743, 13564, 15537, 10236, 13102, 10850, 9924, 15808, 10215, 11964, 14408, 10406, 13279, 10554, 10127, 9989, 10432, 10481, 10715, 9684, 12199, 10446, 11687, 10500, 10263, 11592, 10222, 13857, 10542, 11765, 11372, 10284, 15674, 10646, 13409, 10417, 10108, 14105, 10488, 14506, 10302, 11786, 10125, 10028, 15759, 10480, 11782, 11690, 10270, 15804, 10446, 11572, 11023, 9935, 15074, 10055, 11409, 10292, 9709, 15651, 9738, 12022, 9599, 10881, 9415, 10872, 10215, 9389, 15985, 9648, 13928, 9684, 11501, 10344, 9524, 16616, 10031, 14072, 12701, 9596, 15726, 9798, 11929, 9195, 9299, 15329, 9664, 10991, 9557, 9675, 12219, 9264, 10495, 9536, 9778, 14442, 9503, 11215, 10370, 9804, 14789, 10122, 11886, 11527, 10001, 15567, 10122, 11917, 12002, 9704, 15126, 9763, 11807, 11722, 9635, 16115, 9508, 11928, 9665, 9437, 15997, 9481, 12070, 9530, 9531, 15613, 10187, 13046, 10018, 9107, 13079, 9079, 10401, 10102, 9646, 12716, 8965, 10346, 12998, 9280, 13071, 8827, 11246, 10318, 8987, 13747, 10092, 10628, 10269, 9373, 13581, 9622, 14333, 10630, 9715, 8565, 12363, 9179, 9451, 16475, 10147, 11216, 16399, 10056, 13101, 15646, 9717, 13517, 10163, 9767, 14732, 9678, 12021, 10313, 9163, 13831, 9011, 12424, 9219, 11658, 9568, 9752, 16108, 9758, 12107, 9958, 9034, 9577, 10349, 9087, 11607, 15337, 9579, 13329, 10504, 9361, 13975, 8595, 11200, 15855, 9166, 13106, 9354, 10250, 12052, 9501, 11703, 9256, 10197, 13878, 9324, 11977, 9600, 10105, 14778, 9305, 12586, 9964, 10155, 15012, 9417, 12616, 9853, 9490, 15423, 9294, 12749, 9781, 10406, 13421, 9102, 13733, 9163, 13448, 15422, 10409, 15739, 8935, 11850, 8423, 11106, 9009, 12186, 14403, 10146, 15603, 8669, 10761, 15252, 9559, 12368, 9992, 8909, 13024, 9752, 11134, 10300, 9453, 12677, 9106, 10638, 9826, 9184, 12463, 8553, 11942, 14122, 8874, 14973, 9533, 12143, 12851, 8921, 14896, 8484, 11746, 15773, 9115, 13837, 9335, 10049, 15201, 8654, 12173, 8428, 9769, 9511, 9033, 12727, 10354, 11076, 10218, 8774, 14556, 9201, 11676, 10356, 9007, 15474, 9473, 11983, 10006, 9090, 15307, 9397, 12428, 9307, 11719, 8934, 9373, 8851, 15303, 9651, 13420, 16827, 11203, 13317, 10383, 9252, 14505, 9506, 11574, 9895, 8666, 13346, 9444, 11306, 10432, 8879, 13339, 9379, 11429, 9893, 10250, 13709, 9347, 15301, 9299, 11943, 10375, 9233, 15061, 10389, 12789, 9370, 11750, 9249, 10741, 10653, 10025, 14238, 10000, 14285, 16581, 10355, 13574, 16577, 10551, 14070, 10210, 9425, 14139, 9754, 11355, 14272, 9452, 11418, 9076, 9970, 11697, 10026, 10775, 9019, 9554, 10678, 9282, 12879, 9472, 11995, 10686, 9188, 14886, 10411, 12701, 10382, 10375, 8856, 12976, 10045, 13410, 16199, 10667, 14650, 11101, 8952, 15755, 9433, 10980, 16612, 10195, 13559, 13422, 9239, 13315, 9306, 10084, 12417, 9845, 10763, 10287, 9038, 12355, 9857, 11329, 10086, 9323, 14802, 10593, 12112, 13458, 9641, 15053, 9934, 11371, 16716, 9609, 14755, 10380, 10478, 16584, 9793, 13691, 9966, 9343, 15532, 9526, 12750, 10490, 9039, 15411, 9824, 12266, 10367, 9188, 14601, 8994, 11289, 17423, 9116, 12631, 10264, 9187, 15090, 9802, 11658], 'WindowCenter': [4440.0, 4397.0, 4360.0, 4357.0, 4343.0, 4308.0, 4337.0, 4295.0, 4295.0, 4326.0, 4302.0, 4313.0, 4282.0, 4295.0, 4314.0, 4296.0, 4295.0, 4297.0, 4295.0, 4305.0, 4295.0, 4296.0, 4285.0, 4297.0, 4326.0, 4295.0, 4318.0, 4295.0, 4309.0, 4327.0, 4310.0, 4318.0, 4296.0, 4297.0, 4326.0, 4298.0, 4317.0, 4283.0, 4296.0, 4325.0, 4296.0, 4318.0, 4325.0, 4295.0, 4326.0, 4284.0, 4297.0, 4326.0, 4294.0, 4314.0, 4294.0, 4309.0, 4325.0, 4309.0, 4316.0, 4317.0, 4297.0, 4340.0, 4298.0, 4332.0, 4327.0, 4311.0, 4330.0, 4311.0, 4321.0, 4328.0, 4311.0, 4330.0, 4298.0, 4307.0, 4350.0, 4308.0, 4328.0, 4286.0, 4298.0, 4327.0, 4298.0, 4337.0, 4298.0, 4317.0, 4317.0, 4299.0, 4338.0, 4297.0, 4307.0, 4336.0, 4296.0, 4328.0, 4285.0, 4296.0, 4335.0, 4285.0, 4317.0, 4286.0, 4312.0, 4327.0, 4287.0, 4308.0, 4299.0, 4298.0, 4329.0, 4302.0, 4318.0, 4298.0, 4301.0, 4326.0, 4286.0, 4321.0, 4329.0, 4297.0, 4341.0, 4287.0, 4318.0, 4328.0, 4297.0, 4338.0, 4286.0, 4318.0, 4328.0, 4298.0, 4326.0, 4286.0, 4316.0, 4327.0, 4286.0, 4336.0, 4295.0, 4314.0, 4312.0, 4285.0, 4323.0, 4283.0, 4304.0, 4303.0, 4284.0, 4323.0, 4284.0, 4304.0, 4303.0, 4274.0, 4314.0, 4287.0, 4305.0, 4285.0, 4287.0, 4326.0, 4310.0, 4317.0, 4285.0, 4286.0, 4337.0, 4285.0, 4316.0, 4284.0, 4285.0, 4326.0, 4285.0, 4316.0, 4286.0, 4307.0, 4335.0, 4284.0, 4315.0, 4286.0, 4305.0, 4304.0, 4286.0, 4338.0, 4298.0, 4315.0, 4274.0, 4286.0, 4318.0, 4298.0, 4325.0, 4288.0, 4306.0, 4318.0, 4286.0, 4325.0, 4287.0, 4316.0, 4296.0, 4275.0, 4325.0, 4285.0, 4315.0, 4296.0, 4286.0, 4325.0, 4300.0, 4316.0, 4284.0, 4297.0, 4327.0, 4287.0, 4316.0, 4298.0, 4317.0, 4310.0, 4341.0, 4288.0, 4309.0, 4348.0, 4297.0, 4338.0, 4286.0, 4316.0, 4285.0, 4317.0, 4300.0, 4340.0, 4338.0, 4299.0, 4363.0, 4297.0, 4318.0, 4336.0, 4296.0, 4315.0, 4309.0, 4306.0, 4283.0, 4299.0, 4340.0, 4297.0, 4341.0, 4286.0, 4317.0, 4316.0, 4297.0, 4299.0, 4318.0, 4310.0, 4299.0, 4333.0, 4352.0, 4319.0, 4329.0, 4312.0, 4273.0, 4314.0, 4272.0, 4294.0, 4272.0, 4271.0, 4310.0, 4260.0, 4292.0, 4261.0, 4261.0, 4300.0, 4262.0, 4303.0, 4271.0, 4274.0, 4323.0, 4263.0, 4315.0, 4273.0, 4284.0, 4324.0, 4286.0, 4318.0, 4277.0, 4296.0, 4337.0, 4287.0, 4316.0, 4264.0, 4287.0, 4325.0, 4287.0, 4314.0, 4274.0, 4289.0, 4326.0, 4286.0, 4330.0, 4315.0, 4288.0, 4339.0, 4297.0, 4307.0, 4338.0, 4287.0, 4316.0, 4287.0, 4298.0, 4340.0, 4289.0, 4328.0, 4297.0, 4299.0, 4337.0, 4286.0, 4316.0, 4325.0, 4284.0, 4327.0, 4275.0, 4296.0, 4336.0, 4284.0, 4315.0, 4273.0, 4285.0, 4326.0, 4274.0, 4306.0, 4287.0, 4298.0, 4315.0, 4277.0, 4297.0, 4336.0, 4289.0, 4341.0, 4287.0, 4288.0, 4351.0, 4288.0, 4319.0, 4287.0, 4288.0, 4338.0, 4299.0, 4329.0, 4297.0, 4298.0, 4320.0, 4309.0, 4349.0, 4286.0, 4327.0, 4337.0, 4285.0, 4326.0, 4274.0, 4296.0, 4349.0, 4287.0, 4315.0, 4285.0, 4286.0, 4338.0, 4286.0, 4318.0, 4297.0, 4287.0, 4338.0, 4286.0, 4304.0, 4298.0, 4296.0, 4295.0, 4299.0, 4316.0, 4297.0, 4308.0, 4296.0, 4288.0, 4340.0, 4286.0, 4329.0, 4287.0, 4315.0, 4297.0, 4307.0, 4300.0, 4342.0, 4298.0, 4316.0, 4335.0, 4275.0, 4314.0, 4323.0, 4282.0, 4314.0, 4271.0, 4272.0, 4284.0, 4286.0, 4297.0, 4287.0, 4341.0, 4287.0, 4307.0, 4338.0, 4286.0, 4329.0, 4286.0, 4286.0, 4336.0, 4299.0, 4317.0, 4297.0, 4286.0, 4326.0, 4298.0, 4305.0, 4296.0, 4301.0, 4339.0, 4299.0, 4317.0, 4286.0, 4295.0, 4315.0, 4285.0, 4325.0, 4286.0, 4318.0, 4275.0, 4306.0, 4298.0, 4299.0, 4300.0, 4301.0, 4343.0, 4354.0, 4320.0, 4331.0, 4315.0, 4287.0, 4313.0, 4274.0, 4283.0, 4314.0, 4273.0, 4307.0, 4275.0, 4298.0, 4305.0, 4286.0, 4306.0, 4288.0, 4308.0, 4308.0, 4289.0, 4338.0, 4287.0, 4328.0, 4308.0, 4298.0, 4349.0, 4287.0, 4317.0, 4307.0, 4286.0, 4337.0, 4286.0, 4316.0, 4313.0, 4274.0, 4324.0, 4275.0, 4295.0, 4323.0, 4274.0, 4314.0, 4303.0, 4285.0, 4302.0, 4274.0, 4296.0, 4305.0, 4300.0, 4307.0, 4288.0, 4298.0, 4327.0, 4299.0, 4320.0, 4276.0, 4288.0, 4351.0, 4291.0, 4328.0, 4286.0, 4286.0, 4337.0, 4286.0, 4327.0, 4285.0, 4286.0, 4334.0, 4284.0, 4315.0, 4261.0, 4284.0, 4335.0, 4284.0, 4314.0, 4272.0, 4274.0, 4336.0, 4298.0, 4306.0, 4274.0, 4286.0, 4325.0, 4297.0, 4306.0, 4284.0, 4297.0, 4326.0, 4286.0, 4307.0, 4325.0, 4298.0, 4317.0, 4285.0, 4297.0, 4325.0, 4286.0, 4317.0, 4285.0, 4285.0, 4324.0, 4286.0, 4316.0, 4286.0, 4285.0, 4325.0, 4286.0, 4317.0, 4285.0, 4306.0, 4324.0, 4284.0, 4316.0, 4273.0, 4284.0, 4335.0, 4285.0, 4314.0, 4273.0, 4284.0, 4314.0, 4284.0, 4305.0, 4286.0, 4285.0, 4314.0, 4297.0, 4306.0, 4285.0, 4299.0, 4326.0, 4287.0, 4318.0, 4276.0, 4287.0, 4338.0, 4285.0, 4315.0, 4274.0, 4284.0, 4286.0, 4296.0, 4288.0, 4330.0, 4308.0, 4310.0, 4350.0, 4284.0, 4315.0, 4324.0, 4287.0, 4327.0, 4284.0, 4284.0, 4324.0, 4274.0, 4315.0, 4276.0, 4285.0, 4325.0, 4277.0, 4314.0, 4274.0, 4287.0, 4325.0, 4276.0, 4305.0, 4286.0, 4287.0, 4325.0, 4274.0, 4315.0, 4285.0, 4286.0, 4325.0, 4274.0, 4316.0, 4274.0, 4286.0, 4335.0, 4284.0, 4325.0, 4285.0, 4296.0, 4274.0, 4284.0, 4324.0, 4285.0, 4306.0, 4327.0, 4286.0, 4315.0, 4274.0, 4284.0, 4335.0, 4284.0, 4315.0, 4272.0, 4284.0, 4303.0, 4285.0, 4314.0, 4274.0, 4286.0, 4329.0, 4298.0, 4307.0, 4285.0, 4288.0, 4341.0, 4299.0, 4320.0, 4307.0, 4286.0, 4337.0, 4298.0, 4307.0, 4337.0, 4287.0, 4327.0, 4275.0, 4287.0, 4325.0, 4275.0, 4315.0, 4285.0, 4278.0, 4316.0, 4286.0, 4306.0, 4315.0, 4286.0, 4327.0, 4297.0, 4320.0, 4305.0, 4288.0, 4337.0, 4286.0, 4327.0, 4284.0, 4296.0, 4338.0, 4286.0, 4316.0, 4314.0, 4275.0, 4314.0, 4286.0, 4295.0, 4314.0, 4276.0, 4317.0, 4286.0, 4297.0, 4325.0, 4287.0, 4329.0, 4285.0, 4296.0, 4325.0, 4276.0, 4316.0, 4285.0, 4297.0, 4325.0, 4287.0, 4326.0, 4277.0, 4286.0, 4324.0, 4274.0, 4315.0, 4283.0, 4275.0, 4325.0, 4282.0, 4305.0, 4325.0, 4273.0, 4314.0, 4274.0, 4294.0, 4324.0, 4275.0, 4314.0, 4274.0, 4295.0, 4324.0, 4276.0, 4316.0, 4286.0, 4299.0, 4326.0, 4276.0, 4317.0, 4286.0, 4275.0, 4326.0, 4313.0, 4319.0, 4295.0, 4287.0, 4330.0, 4287.0, 4308.0, 4305.0, 4288.0, 4315.0, 4275.0, 4309.0, 4338.0, 4300.0, 4318.0, 4275.0, 4286.0, 4337.0, 4297.0, 4317.0, 4304.0, 4285.0, 4324.0, 4272.0, 4294.0, 4335.0, 4285.0, 4313.0, 4272.0, 4273.0, 4314.0, 4286.0, 4306.0, 4286.0, 4287.0, 4316.0, 4286.0, 4319.0, 4286.0, 4290.0, 4327.0, 4300.0, 4318.0, 4328.0, 4285.0, 4315.0, 4287.0, 4297.0, 4336.0, 4285.0, 4317.0, 4285.0, 4287.0, 4336.0, 4296.0, 4315.0, 4271.0, 4285.0, 4336.0, 4285.0, 4313.0, 4312.0, 4284.0, 4315.0, 4273.0, 4285.0, 4325.0, 4274.0, 4303.0, 4323.0, 4285.0, 4293.0, 4271.0, 4284.0, 4314.0, 4284.0, 4296.0, 4318.0, 4286.0, 4320.0, 4286.0, 4299.0, 4327.0, 4300.0, 4308.0, 4298.0, 4297.0, 4329.0, 4298.0, 4320.0, 4298.0, 4311.0, 4338.0, 4298.0, 4320.0, 4299.0, 4297.0, 4338.0, 4287.0, 4318.0, 4288.0, 4298.0, 4338.0, 4296.0, 4316.0, 4315.0, 4297.0, 4337.0, 4287.0, 4315.0, 4308.0, 4309.0, 4310.0, 4321.0, 4287.0, 4299.0, 4339.0, 4288.0, 4319.0, 4349.0, 4296.0, 4342.0, 4285.0, 4286.0, 4314.0, 4288.0, 4295.0, 4297.0, 4310.0, 4289.0, 4300.0, 4353.0, 4309.0, 4331.0, 4285.0, 4300.0, 4326.0, 4297.0, 4308.0, 4286.0, 4297.0, 4296.0, 4310.0, 4289.0, 4321.0, 4311.0, 4321.0, 4322.0, 4354.0, 4322.0, 4330.0, 4327.0, 4297.0, 4316.0, 4286.0, 4285.0, 4325.0, 4285.0, 4306.0, 4326.0, 4295.0, 4313.0, 4281.0, 4285.0, 4284.0, 4295.0, 4295.0, 4296.0, 4286.0, 4319.0, 4308.0, 4319.0, 4310.0, 4311.0, 4321.0, 4312.0, 4329.0, 4297.0, 4318.0, 4306.0, 4297.0, 4337.0, 4298.0, 4317.0, 4284.0, 4284.0, 4315.0, 4295.0, 4325.0, 4295.0, 4306.0, 4284.0, 4286.0, 4324.0, 4294.0, 4308.0, 4304.0, 4286.0, 4337.0, 4295.0, 4305.0, 4307.0, 4286.0, 4327.0, 4286.0, 4307.0, 4285.0, 4285.0, 4337.0, 4286.0, 4305.0, 4286.0, 4308.0, 4300.0, 4307.0, 4298.0, 4288.0, 4337.0, 4286.0, 4326.0, 4284.0, 4307.0, 4297.0, 4297.0, 4351.0, 4298.0, 4328.0, 4304.0, 4273.0, 4323.0, 4283.0, 4304.0, 4274.0, 4285.0, 4324.0, 4286.0, 4306.0, 4286.0, 4286.0, 4306.0, 4289.0, 4307.0, 4288.0, 4312.0, 4327.0, 4298.0, 4308.0, 4296.0, 4315.0, 4339.0, 4298.0, 4332.0, 4308.0, 4311.0, 4349.0, 4297.0, 4320.0, 4307.0, 4286.0, 4351.0, 4297.0, 4306.0, 4306.0, 4285.0, 4337.0, 4284.0, 4304.0, 4273.0, 4274.0, 4325.0, 4285.0, 4318.0, 4286.0, 4284.0, 4325.0, 4297.0, 4317.0, 4284.0, 4275.0, 4313.0, 4288.0, 4296.0, 4296.0, 4287.0, 4316.0, 4288.0, 4296.0, 4314.0, 4284.0, 4315.0, 4287.0, 4309.0, 4295.0, 4274.0, 4314.0, 4297.0, 4296.0, 4309.0, 4302.0, 4316.0, 4286.0, 4327.0, 4300.0, 4299.0, 4290.0, 4316.0, 4274.0, 4274.0, 4324.0, 4271.0, 4294.0, 4323.0, 4285.0, 4314.0, 4322.0, 4273.0, 4314.0, 4281.0, 4282.0, 4310.0, 4271.0, 4302.0, 4283.0, 4273.0, 4313.0, 4273.0, 4302.0, 4284.0, 4293.0, 4273.0, 4272.0, 4321.0, 4272.0, 4303.0, 4270.0, 4271.0, 4284.0, 4294.0, 4288.0, 4306.0, 4325.0, 4286.0, 4316.0, 4293.0, 4285.0, 4314.0, 4274.0, 4294.0, 4324.0, 4275.0, 4316.0, 4286.0, 4297.0, 4304.0, 4297.0, 4317.0, 4288.0, 4311.0, 4328.0, 4289.0, 4320.0, 4300.0, 4311.0, 4339.0, 4300.0, 4330.0, 4299.0, 4323.0, 4339.0, 4301.0, 4329.0, 4310.0, 4299.0, 4338.0, 4301.0, 4319.0, 4287.0, 4308.0, 4340.0, 4289.0, 4327.0, 4287.0, 4328.0, 4339.0, 4310.0, 4349.0, 4273.0, 4305.0, 4288.0, 4305.0, 4286.0, 4316.0, 4324.0, 4284.0, 4326.0, 4275.0, 4296.0, 4326.0, 4285.0, 4328.0, 4284.0, 4288.0, 4314.0, 4285.0, 4305.0, 4296.0, 4313.0, 4317.0, 4287.0, 4296.0, 4297.0, 4287.0, 4316.0, 4277.0, 4317.0, 4329.0, 4289.0, 4336.0, 4285.0, 4315.0, 4304.0, 4274.0, 4325.0, 4275.0, 4305.0, 4324.0, 4274.0, 4314.0, 4273.0, 4285.0, 4334.0, 4274.0, 4305.0, 4264.0, 4298.0, 4298.0, 4300.0, 4317.0, 4309.0, 4320.0, 4296.0, 4290.0, 4338.0, 4300.0, 4318.0, 4297.0, 4287.0, 4351.0, 4298.0, 4317.0, 4297.0, 4287.0, 4338.0, 4298.0, 4317.0, 4301.0, 4329.0, 4300.0, 4299.0, 4300.0, 4340.0, 4296.0, 4328.0, 4337.0, 4306.0, 4326.0, 4283.0, 4272.0, 4326.0, 4284.0, 4305.0, 4294.0, 4276.0, 4329.0, 4300.0, 4308.0, 4308.0, 4288.0, 4328.0, 4302.0, 4319.0, 4299.0, 4309.0, 4342.0, 4299.0, 4339.0, 4286.0, 4318.0, 4296.0, 4286.0, 4325.0, 4296.0, 4317.0, 4288.0, 4317.0, 4300.0, 4320.0, 4309.0, 4311.0, 4341.0, 4300.0, 4341.0, 4353.0, 4298.0, 4318.0, 4324.0, 4283.0, 4315.0, 4282.0, 4271.0, 4311.0, 4271.0, 4293.0, 4328.0, 4285.0, 4291.0, 4273.0, 4285.0, 4303.0, 4298.0, 4293.0, 4275.0, 4287.0, 4309.0, 4300.0, 4331.0, 4299.0, 4335.0, 4307.0, 4299.0, 4326.0, 4297.0, 4319.0, 4296.0, 4296.0, 4288.0, 4328.0, 4299.0, 4341.0, 4341.0, 4297.0, 4327.0, 4295.0, 4274.0, 4326.0, 4273.0, 4293.0, 4323.0, 4283.0, 4313.0, 4302.0, 4272.0, 4314.0, 4272.0, 4284.0, 4317.0, 4285.0, 4308.0, 4297.0, 4289.0, 4320.0, 4311.0, 4319.0, 4298.0, 4300.0, 4338.0, 4309.0, 4319.0, 4329.0, 4287.0, 4327.0, 4297.0, 4306.0, 4336.0, 4287.0, 4326.0, 4295.0, 4296.0, 4336.0, 4286.0, 4315.0, 4283.0, 4275.0, 4325.0, 4285.0, 4315.0, 4282.0, 4275.0, 4324.0, 4285.0, 4305.0, 4282.0, 4274.0, 4324.0, 4273.0, 4294.0, 4335.0, 4273.0, 4303.0, 4282.0, 4273.0, 4324.0, 4284.0, 4305.0], 'WindowWidth': [9781.0, 9695.0, 9624.0, 9622.0, 9589.0, 9532.0, 9574.0, 9508.0, 9508.0, 9556.0, 9514.0, 9530.0, 9484.0, 9506.0, 9534.0, 9508.0, 9509.0, 9512.0, 9509.0, 9524.0, 9509.0, 9509.0, 9497.0, 9513.0, 9554.0, 9510.0, 9546.0, 9509.0, 9535.0, 9557.0, 9537.0, 9546.0, 9511.0, 9514.0, 9555.0, 9516.0, 9542.0, 9489.0, 9512.0, 9550.0, 9512.0, 9543.0, 9551.0, 9509.0, 9554.0, 9492.0, 9511.0, 9556.0, 9507.0, 9534.0, 9505.0, 9538.0, 9551.0, 9534.0, 9541.0, 9545.0, 9516.0, 9582.0, 9519.0, 9573.0, 9557.0, 9542.0, 9564.0, 9543.0, 9553.0, 9561.0, 9545.0, 9567.0, 9518.0, 9528.0, 9597.0, 9535.0, 9560.0, 9501.0, 9518.0, 9558.0, 9520.0, 9572.0, 9516.0, 9543.0, 9545.0, 9520.0, 9575.0, 9518.0, 9531.0, 9571.0, 9514.0, 9561.0, 9499.0, 9513.0, 9569.0, 9498.0, 9543.0, 9500.0, 9548.0, 9558.0, 9504.0, 9533.0, 9525.0, 9521.0, 9560.0, 9533.0, 9548.0, 9520.0, 9530.0, 9556.0, 9500.0, 9557.0, 9563.0, 9518.0, 9584.0, 9503.0, 9547.0, 9563.0, 9519.0, 9576.0, 9500.0, 9544.0, 9563.0, 9519.0, 9554.0, 9500.0, 9542.0, 9555.0, 9497.0, 9571.0, 9511.0, 9534.0, 9528.0, 9495.0, 9547.0, 9491.0, 9520.0, 9519.0, 9495.0, 9546.0, 9495.0, 9522.0, 9518.0, 9480.0, 9534.0, 9504.0, 9525.0, 9498.0, 9504.0, 9555.0, 9541.0, 9544.0, 9496.0, 9501.0, 9574.0, 9499.0, 9541.0, 9497.0, 9496.0, 9557.0, 9498.0, 9543.0, 9502.0, 9529.0, 9566.0, 9495.0, 9539.0, 9501.0, 9524.0, 9521.0, 9499.0, 9577.0, 9520.0, 9540.0, 9482.0, 9500.0, 9548.0, 9522.0, 9553.0, 9507.0, 9529.0, 9546.0, 9501.0, 9552.0, 9506.0, 9541.0, 9514.0, 9485.0, 9552.0, 9499.0, 9539.0, 9514.0, 9500.0, 9552.0, 9528.0, 9543.0, 9495.0, 9519.0, 9560.0, 9506.0, 9543.0, 9520.0, 9544.0, 9542.0, 9585.0, 9510.0, 9535.0, 9590.0, 9516.0, 9575.0, 9505.0, 9541.0, 9502.0, 9546.0, 9529.0, 9583.0, 9577.0, 9524.0, 9624.0, 9519.0, 9549.0, 9570.0, 9518.0, 9539.0, 9539.0, 9529.0, 9494.0, 9523.0, 9581.0, 9519.0, 9584.0, 9501.0, 9544.0, 9542.0, 9515.0, 9525.0, 9547.0, 9540.0, 9525.0, 9575.0, 9606.0, 9549.0, 9564.0, 9528.0, 9474.0, 9535.0, 9474.0, 9508.0, 9476.0, 9473.0, 9522.0, 9456.0, 9499.0, 9457.0, 9459.0, 9509.0, 9459.0, 9517.0, 9473.0, 9482.0, 9545.0, 9465.0, 9536.0, 9477.0, 9495.0, 9550.0, 9500.0, 9548.0, 9491.0, 9515.0, 9574.0, 9506.0, 9540.0, 9467.0, 9503.0, 9553.0, 9503.0, 9537.0, 9480.0, 9510.0, 9554.0, 9501.0, 9566.0, 9538.0, 9506.0, 9576.0, 9515.0, 9529.0, 9577.0, 9500.0, 9541.0, 9501.0, 9521.0, 9584.0, 9511.0, 9560.0, 9519.0, 9523.0, 9571.0, 9500.0, 9541.0, 9552.0, 9493.0, 9556.0, 9482.0, 9511.0, 9569.0, 9495.0, 9538.0, 9479.0, 9497.0, 9553.0, 9480.0, 9525.0, 9504.0, 9519.0, 9539.0, 9490.0, 9517.0, 9572.0, 9510.0, 9585.0, 9502.0, 9505.0, 9600.0, 9507.0, 9551.0, 9503.0, 9507.0, 9575.0, 9526.0, 9566.0, 9519.0, 9521.0, 9555.0, 9540.0, 9592.0, 9500.0, 9556.0, 9576.0, 9499.0, 9556.0, 9481.0, 9514.0, 9596.0, 9505.0, 9540.0, 9497.0, 9500.0, 9577.0, 9500.0, 9547.0, 9516.0, 9502.0, 9573.0, 9500.0, 9522.0, 9521.0, 9514.0, 9509.0, 9523.0, 9539.0, 9518.0, 9534.0, 9513.0, 9506.0, 9582.0, 9502.0, 9564.0, 9506.0, 9539.0, 9519.0, 9532.0, 9525.0, 9591.0, 9521.0, 9541.0, 9570.0, 9482.0, 9535.0, 9548.0, 9489.0, 9535.0, 9473.0, 9476.0, 9495.0, 9500.0, 9516.0, 9506.0, 9585.0, 9503.0, 9529.0, 9577.0, 9501.0, 9564.0, 9503.0, 9503.0, 9570.0, 9524.0, 9544.0, 9517.0, 9499.0, 9556.0, 9520.0, 9524.0, 9515.0, 9530.0, 9581.0, 9525.0, 9547.0, 9501.0, 9511.0, 9537.0, 9498.0, 9553.0, 9502.0, 9545.0, 9481.0, 9527.0, 9519.0, 9523.0, 9527.0, 9532.0, 9589.0, 9613.0, 9553.0, 9569.0, 9538.0, 9501.0, 9531.0, 9477.0, 9489.0, 9532.0, 9478.0, 9530.0, 9484.0, 9521.0, 9523.0, 9500.0, 9529.0, 9509.0, 9532.0, 9532.0, 9511.0, 9575.0, 9504.0, 9560.0, 9532.0, 9517.0, 9592.0, 9504.0, 9544.0, 9528.0, 9499.0, 9574.0, 9500.0, 9540.0, 9534.0, 9479.0, 9551.0, 9484.0, 9511.0, 9547.0, 9480.0, 9534.0, 9516.0, 9498.0, 9515.0, 9480.0, 9512.0, 9523.0, 9526.0, 9530.0, 9507.0, 9520.0, 9559.0, 9521.0, 9552.0, 9489.0, 9507.0, 9600.0, 9513.0, 9561.0, 9501.0, 9501.0, 9573.0, 9499.0, 9558.0, 9498.0, 9499.0, 9567.0, 9495.0, 9537.0, 9461.0, 9495.0, 9568.0, 9495.0, 9535.0, 9475.0, 9481.0, 9568.0, 9521.0, 9527.0, 9481.0, 9501.0, 9551.0, 9516.0, 9526.0, 9495.0, 9516.0, 9555.0, 9501.0, 9530.0, 9554.0, 9519.0, 9544.0, 9496.0, 9516.0, 9555.0, 9500.0, 9546.0, 9498.0, 9498.0, 9551.0, 9498.0, 9541.0, 9501.0, 9498.0, 9553.0, 9499.0, 9543.0, 9499.0, 9526.0, 9552.0, 9494.0, 9541.0, 9478.0, 9495.0, 9567.0, 9495.0, 9533.0, 9476.0, 9493.0, 9533.0, 9493.0, 9524.0, 9498.0, 9497.0, 9534.0, 9517.0, 9526.0, 9498.0, 9522.0, 9557.0, 9502.0, 9547.0, 9487.0, 9504.0, 9576.0, 9499.0, 9538.0, 9480.0, 9495.0, 9501.0, 9514.0, 9510.0, 9567.0, 9534.0, 9537.0, 9598.0, 9494.0, 9538.0, 9551.0, 9502.0, 9558.0, 9497.0, 9494.0, 9549.0, 9479.0, 9542.0, 9485.0, 9499.0, 9551.0, 9489.0, 9535.0, 9481.0, 9504.0, 9550.0, 9487.0, 9525.0, 9501.0, 9503.0, 9552.0, 9481.0, 9536.0, 9498.0, 9499.0, 9550.0, 9482.0, 9540.0, 9483.0, 9500.0, 9569.0, 9495.0, 9551.0, 9494.0, 9512.0, 9481.0, 9495.0, 9549.0, 9497.0, 9525.0, 9556.0, 9502.0, 9539.0, 9479.0, 9494.0, 9570.0, 9495.0, 9537.0, 9476.0, 9494.0, 9520.0, 9498.0, 9536.0, 9480.0, 9499.0, 9566.0, 9520.0, 9530.0, 9498.0, 9506.0, 9583.0, 9523.0, 9551.0, 9528.0, 9501.0, 9570.0, 9519.0, 9528.0, 9572.0, 9504.0, 9557.0, 9483.0, 9501.0, 9551.0, 9484.0, 9537.0, 9496.0, 9490.0, 9540.0, 9500.0, 9528.0, 9536.0, 9501.0, 9557.0, 9518.0, 9549.0, 9524.0, 9503.0, 9573.0, 9501.0, 9558.0, 9494.0, 9514.0, 9575.0, 9500.0, 9541.0, 9533.0, 9484.0, 9533.0, 9497.0, 9510.0, 9534.0, 9486.0, 9543.0, 9499.0, 9516.0, 9553.0, 9502.0, 9565.0, 9498.0, 9513.0, 9551.0, 9486.0, 9539.0, 9497.0, 9515.0, 9554.0, 9500.0, 9555.0, 9488.0, 9500.0, 9552.0, 9480.0, 9536.0, 9489.0, 9482.0, 9550.0, 9488.0, 9522.0, 9549.0, 9478.0, 9534.0, 9479.0, 9507.0, 9549.0, 9481.0, 9534.0, 9483.0, 9510.0, 9550.0, 9486.0, 9540.0, 9501.0, 9522.0, 9555.0, 9487.0, 9543.0, 9498.0, 9484.0, 9552.0, 9548.0, 9547.0, 9510.0, 9503.0, 9567.0, 9503.0, 9531.0, 9522.0, 9505.0, 9537.0, 9484.0, 9535.0, 9572.0, 9526.0, 9545.0, 9483.0, 9500.0, 9572.0, 9517.0, 9542.0, 9521.0, 9494.0, 9547.0, 9473.0, 9505.0, 9566.0, 9494.0, 9532.0, 9472.0, 9477.0, 9535.0, 9500.0, 9526.0, 9497.0, 9501.0, 9541.0, 9499.0, 9552.0, 9501.0, 9512.0, 9558.0, 9526.0, 9546.0, 9559.0, 9496.0, 9537.0, 9505.0, 9514.0, 9568.0, 9497.0, 9544.0, 9497.0, 9500.0, 9569.0, 9513.0, 9536.0, 9472.0, 9494.0, 9568.0, 9494.0, 9531.0, 9527.0, 9494.0, 9536.0, 9476.0, 9494.0, 9549.0, 9476.0, 9517.0, 9546.0, 9494.0, 9503.0, 9471.0, 9492.0, 9534.0, 9494.0, 9510.0, 9546.0, 9498.0, 9552.0, 9499.0, 9521.0, 9558.0, 9525.0, 9533.0, 9518.0, 9516.0, 9563.0, 9518.0, 9553.0, 9518.0, 9544.0, 9573.0, 9520.0, 9554.0, 9524.0, 9520.0, 9575.0, 9504.0, 9547.0, 9505.0, 9517.0, 9575.0, 9511.0, 9540.0, 9538.0, 9517.0, 9571.0, 9503.0, 9539.0, 9535.0, 9539.0, 9541.0, 9556.0, 9504.0, 9520.0, 9578.0, 9505.0, 9546.0, 9594.0, 9510.0, 9587.0, 9497.0, 9499.0, 9534.0, 9507.0, 9510.0, 9516.0, 9539.0, 9507.0, 9523.0, 9606.0, 9533.0, 9570.0, 9495.0, 9524.0, 9553.0, 9515.0, 9532.0, 9499.0, 9516.0, 9514.0, 9538.0, 9508.0, 9554.0, 9543.0, 9556.0, 9559.0, 9610.0, 9555.0, 9566.0, 9557.0, 9514.0, 9539.0, 9494.0, 9493.0, 9551.0, 9491.0, 9521.0, 9550.0, 9508.0, 9529.0, 9483.0, 9492.0, 9491.0, 9507.0, 9509.0, 9511.0, 9499.0, 9547.0, 9531.0, 9548.0, 9538.0, 9540.0, 9554.0, 9541.0, 9562.0, 9515.0, 9544.0, 9524.0, 9513.0, 9570.0, 9514.0, 9541.0, 9491.0, 9492.0, 9535.0, 9509.0, 9549.0, 9508.0, 9525.0, 9493.0, 9496.0, 9549.0, 9503.0, 9528.0, 9520.0, 9495.0, 9571.0, 9507.0, 9522.0, 9527.0, 9498.0, 9554.0, 9495.0, 9527.0, 9496.0, 9495.0, 9569.0, 9498.0, 9521.0, 9499.0, 9531.0, 9525.0, 9531.0, 9518.0, 9502.0, 9573.0, 9499.0, 9553.0, 9493.0, 9529.0, 9516.0, 9517.0, 9599.0, 9517.0, 9560.0, 9519.0, 9474.0, 9543.0, 9487.0, 9518.0, 9478.0, 9495.0, 9548.0, 9496.0, 9527.0, 9497.0, 9498.0, 9524.0, 9506.0, 9529.0, 9505.0, 9543.0, 9556.0, 9518.0, 9531.0, 9512.0, 9552.0, 9577.0, 9518.0, 9571.0, 9531.0, 9542.0, 9589.0, 9514.0, 9551.0, 9526.0, 9498.0, 9597.0, 9514.0, 9525.0, 9526.0, 9495.0, 9569.0, 9492.0, 9519.0, 9475.0, 9478.0, 9550.0, 9495.0, 9545.0, 9498.0, 9492.0, 9551.0, 9514.0, 9543.0, 9493.0, 9481.0, 9528.0, 9505.0, 9511.0, 9512.0, 9500.0, 9538.0, 9507.0, 9511.0, 9533.0, 9493.0, 9536.0, 9502.0, 9534.0, 9506.0, 9479.0, 9533.0, 9516.0, 9513.0, 9537.0, 9532.0, 9540.0, 9498.0, 9554.0, 9521.0, 9520.0, 9512.0, 9539.0, 9476.0, 9476.0, 9551.0, 9468.0, 9504.0, 9546.0, 9491.0, 9532.0, 9540.0, 9473.0, 9535.0, 9482.0, 9486.0, 9521.0, 9469.0, 9514.0, 9487.0, 9477.0, 9531.0, 9478.0, 9512.0, 9493.0, 9504.0, 9477.0, 9472.0, 9538.0, 9474.0, 9514.0, 9464.0, 9470.0, 9493.0, 9506.0, 9504.0, 9527.0, 9551.0, 9499.0, 9539.0, 9503.0, 9495.0, 9532.0, 9478.0, 9505.0, 9547.0, 9481.0, 9538.0, 9501.0, 9515.0, 9521.0, 9515.0, 9542.0, 9506.0, 9542.0, 9559.0, 9508.0, 9553.0, 9525.0, 9542.0, 9576.0, 9524.0, 9566.0, 9521.0, 9562.0, 9578.0, 9528.0, 9562.0, 9539.0, 9520.0, 9573.0, 9528.0, 9546.0, 9500.0, 9532.0, 9581.0, 9508.0, 9556.0, 9499.0, 9558.0, 9577.0, 9538.0, 9593.0, 9475.0, 9521.0, 9506.0, 9521.0, 9502.0, 9539.0, 9548.0, 9491.0, 9554.0, 9485.0, 9511.0, 9553.0, 9493.0, 9560.0, 9492.0, 9507.0, 9534.0, 9496.0, 9523.0, 9511.0, 9551.0, 9543.0, 9502.0, 9513.0, 9517.0, 9503.0, 9538.0, 9488.0, 9542.0, 9562.0, 9507.0, 9569.0, 9497.0, 9537.0, 9520.0, 9479.0, 9552.0, 9482.0, 9523.0, 9549.0, 9479.0, 9535.0, 9477.0, 9494.0, 9564.0, 9480.0, 9521.0, 9466.0, 9518.0, 9518.0, 9528.0, 9543.0, 9535.0, 9552.0, 9513.0, 9511.0, 9575.0, 9525.0, 9546.0, 9513.0, 9502.0, 9599.0, 9519.0, 9542.0, 9514.0, 9500.0, 9573.0, 9518.0, 9543.0, 9529.0, 9565.0, 9527.0, 9524.0, 9525.0, 9584.0, 9514.0, 9558.0, 9576.0, 9525.0, 9555.0, 9489.0, 9476.0, 9553.0, 9493.0, 9522.0, 9507.0, 9486.0, 9563.0, 9524.0, 9532.0, 9530.0, 9506.0, 9561.0, 9531.0, 9547.0, 9520.0, 9533.0, 9583.0, 9523.0, 9575.0, 9500.0, 9546.0, 9510.0, 9499.0, 9553.0, 9512.0, 9541.0, 9506.0, 9541.0, 9527.0, 9552.0, 9538.0, 9541.0, 9585.0, 9524.0, 9581.0, 9604.0, 9519.0, 9543.0, 9548.0, 9487.0, 9536.0, 9484.0, 9468.0, 9522.0, 9468.0, 9500.0, 9556.0, 9495.0, 9497.0, 9476.0, 9493.0, 9515.0, 9516.0, 9503.0, 9481.0, 9501.0, 9535.0, 9525.0, 9567.0, 9521.0, 9580.0, 9528.0, 9519.0, 9555.0, 9513.0, 9546.0, 9514.0, 9512.0, 9504.0, 9557.0, 9521.0, 9583.0, 9583.0, 9513.0, 9557.0, 9508.0, 9479.0, 9554.0, 9477.0, 9503.0, 9546.0, 9487.0, 9529.0, 9511.0, 9472.0, 9533.0, 9473.0, 9490.0, 9544.0, 9497.0, 9532.0, 9513.0, 9509.0, 9549.0, 9541.0, 9549.0, 9517.0, 9524.0, 9573.0, 9533.0, 9547.0, 9562.0, 9502.0, 9554.0, 9513.0, 9524.0, 9568.0, 9500.0, 9553.0, 9508.0, 9510.0, 9570.0, 9497.0, 9535.0, 9487.0, 9481.0, 9551.0, 9496.0, 9536.0, 9485.0, 9479.0, 9549.0, 9495.0, 9521.0, 9487.0, 9477.0, 9547.0, 9476.0, 9505.0, 9565.0, 9476.0, 9517.0, 9485.0, 9476.0, 9547.0, 9491.0, 9520.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.00034606980273141125</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019412024127465857</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.11070356319669</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2382215799392577</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003312578747153</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4763</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5777.917</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10645396872629476</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.324734446130501</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.548567550098564</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.509606212893598</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8061964785496074</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.329899958852486</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00974473</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01595042645931244</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02800026349723339</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.79330032031235</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>28.3472</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0455</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.0078</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300050.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>869.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.8698</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3451</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.7549</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3501.7755</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3717.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76494.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1080.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4645.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.8791</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.50762353744358</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> |