=== 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-0088 --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-0088",
"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-0088_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0088_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-04/func/sub-0088_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0a5b4d64efc45f1b60905a7c145d9b8b</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>10:35:21.477500</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.998911, 0.00540873, 0.0463371, -0.00453293, 0.99981, -0.0189849]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0869687</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7742, -7199, 544, -73, -73, -5, 97]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>254.263</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>582ee208-adb5-402f-90fb-b47c3bf6577d||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.6800057888031006, -0.012161508202552795, 0.12536349892616272, 111.87700653076172], [-0.014511214569211006, 2.682415723800659, -0.05063629522919655, -96.40975189208984], [0.12431897968053818, 0.05093508958816528, 2.696612596511841, -66.36515045166016], [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': ['103521.477500', '103521.937500', '103522.397500', '103522.857500', '103523.317500', '103523.777500', '103524.237500', '103524.697500', '103525.157500', '103525.617500', '103526.077500', '103526.537500', '103526.997500', '103527.457500', '103527.917500', '103528.377500', '103528.837500', '103529.297500', '103529.757500', '103530.217500', '103530.677500', '103531.137500', '103531.597500', '103532.057500', '103532.517500', '103532.977500', '103533.437500', '103533.897500', '103534.357500', '103534.817500', '103535.277500', '103535.737500', '103536.197500', '103536.657500', '103537.117500', '103537.577500', '103538.037500', '103538.497500', '103538.957500', '103539.417500', '103539.877500', '103540.337500', '103540.797500', '103541.257500', '103541.717500', '103542.177500', '103542.637500', '103543.097500', '103543.557500', '103544.017500', '103544.477500', '103544.937500', '103545.397500', '103545.857500', '103546.317500', '103546.777500', '103547.237500', '103547.697500', '103548.157500', '103548.617500', '103549.077500', '103549.537500', '103549.997500', '103550.457500', '103550.917500', '103551.377500', '103551.837500', '103552.297500', '103552.757500', '103553.217500', '103553.677500', '103554.137500', '103554.597500', '103555.057500', '103555.517500', '103555.977500', '103556.437500', '103556.897500', '103557.357500', '103557.817500', '103558.277500', '103558.737500', '103559.197500', '103559.657500', '103600.117500', '103600.577500', '103601.037500', '103601.497500', '103601.957500', '103602.417500', '103602.877500', '103603.337500', '103603.797500', '103604.257500', '103604.717500', '103605.177500', '103605.637500', '103606.097500', '103606.557500', '103607.017500', '103607.477500', '103607.937500', '103608.397500', '103608.857500', '103609.317500', '103609.777500', '103610.237500', '103610.697500', '103611.157500', '103611.617500', '103612.077500', '103612.537500', '103612.997500', '103613.457500', '103613.917500', '103614.377500', '103614.837500', '103615.297500', '103615.757500', '103616.217500', '103616.677500', '103617.137500', '103617.597500', '103618.057500', '103618.517500', '103618.977500', '103619.437500', '103619.897500', '103620.357500', '103620.817500', '103621.277500', '103621.737500', '103622.197500', '103622.657500', '103623.117500', '103623.577500', '103624.037500', '103624.497500', '103624.957500', '103625.417500', '103625.877500', '103626.337500', '103626.797500', '103627.257500', '103627.717500', '103628.177500', '103628.637500', '103629.097500', '103629.557500', '103630.017500', '103630.477500', '103630.937500', '103631.397500', '103631.857500', '103632.317500', '103632.777500', '103633.237500', '103633.697500', '103634.157500', '103634.617500', '103635.077500', '103635.537500', '103635.997500', '103636.457500', '103636.917500', '103637.377500', '103637.837500', '103638.297500', '103638.757500', '103639.217500', '103639.677500', '103640.137500', '103640.597500', '103641.057500', '103641.517500', '103641.977500', '103642.437500', '103642.897500', '103643.357500', '103643.817500', '103644.277500', '103644.737500', '103645.197500', '103645.657500', '103646.117500', '103646.577500', '103647.037500', '103647.497500', '103647.957500', '103648.417500', '103648.877500', '103649.337500', '103649.797500', '103650.257500', '103650.717500', '103651.177500', '103651.637500', '103652.097500', '103652.557500', '103653.017500', '103653.477500', '103653.937500', '103654.397500', '103654.857500', '103655.317500', '103655.777500', '103656.237500', '103656.697500', '103657.157500', '103657.617500', '103658.077500', '103658.537500', '103658.997500', '103659.457500', '103659.917500', '103700.377500', '103700.837500', '103701.297500', '103701.757500', '103702.217500', '103702.677500', '103703.137500', '103703.597500', '103704.057500', '103704.517500', '103704.977500', '103705.437500', '103705.897500', '103706.357500', '103706.817500', '103707.277500', '103707.737500', '103708.197500', '103708.657500', '103709.117500', '103709.577500', '103710.037500', '103710.497500', '103710.957500', '103711.417500', '103711.877500', '103712.337500', '103712.797500', '103713.257500', '103713.717500', '103714.177500', '103714.637500', '103715.097500', '103715.557500', '103716.017500', '103716.477500', '103716.937500', '103717.397500', '103717.857500', '103718.317500', '103718.777500', '103719.237500', '103719.697500', '103720.157500', '103720.617500', '103721.077500', '103721.537500', '103721.997500', '103722.457500', '103722.917500', '103723.377500', '103723.837500', '103724.297500', '103724.757500', '103725.217500', '103725.677500', '103726.137500', '103726.597500', '103727.057500', '103727.517500', '103727.977500', '103728.437500', '103728.897500', '103729.357500', '103729.817500', '103730.277500', '103730.737500', '103731.197500', '103731.657500', '103732.117500', '103732.577500', '103733.037500', '103733.497500', '103733.957500', '103734.417500', '103734.877500', '103735.337500', '103735.797500', '103736.257500', '103736.717500', '103737.177500', '103737.637500', '103738.097500', '103738.557500', '103739.017500', '103739.477500', '103739.937500', '103740.397500', '103740.857500', '103741.317500', '103741.777500', '103742.237500', '103742.697500', '103743.157500', '103743.617500', '103744.077500', '103744.537500', '103744.997500', '103745.457500', '103745.917500', '103746.377500', '103746.837500', '103747.297500', '103747.757500', '103748.217500', '103748.677500', '103749.137500', '103749.597500', '103750.057500', '103750.517500', '103750.977500', '103751.437500', '103751.897500', '103752.357500', '103752.817500', '103753.277500', '103753.737500', '103754.197500', '103754.657500', '103755.117500', '103755.577500', '103756.037500', '103756.497500', '103756.957500', '103757.417500', '103757.877500', '103758.337500', '103758.797500', '103759.257500', '103759.717500', '103800.177500', '103800.637500', '103801.097500', '103801.557500', '103802.017500', '103802.477500', '103802.937500', '103803.397500', '103803.857500', '103804.317500', '103804.777500', '103805.237500', '103805.697500', '103806.157500', '103806.617500', '103807.077500', '103807.537500', '103807.997500', '103808.457500', '103808.917500', '103809.377500', '103809.837500', '103810.297500', '103810.757500', '103811.217500', '103811.677500', '103812.137500', '103812.597500', '103813.057500', '103813.517500', '103813.977500', '103814.437500', '103814.897500', '103815.357500', '103815.817500', '103816.277500', '103816.737500', '103817.197500', '103817.657500', '103818.117500', '103818.577500', '103819.037500', '103819.497500', '103819.957500', '103820.417500', '103820.877500', '103821.337500', '103821.797500', '103822.257500', '103822.717500', '103823.177500', '103823.637500', '103824.097500', '103824.557500', '103825.017500', '103825.477500', '103825.937500', '103826.397500', '103826.857500', '103827.317500', '103827.777500', '103828.237500', '103828.697500', '103829.157500', '103829.617500', '103830.077500', '103830.537500', '103830.997500', '103831.457500', '103831.917500', '103832.377500', '103832.837500', '103833.297500', '103833.757500', '103834.217500', '103834.677500', '103835.137500', '103835.597500', '103836.057500', '103836.517500', '103836.977500', '103837.437500', '103837.897500', '103838.357500', '103838.817500', '103839.277500', '103839.737500', '103840.197500', '103840.657500', '103841.117500', '103841.577500', '103842.037500', '103842.497500', '103842.957500', '103843.417500', '103843.877500', '103844.337500', '103844.797500', '103845.257500', '103845.717500', '103846.177500', '103846.637500', '103847.097500', '103847.557500', '103848.017500', '103848.477500', '103848.937500', '103849.397500', '103849.857500', '103850.317500', '103850.777500', '103851.237500', '103851.697500', '103852.157500', '103852.617500', '103853.077500', '103853.537500', '103853.997500', '103854.457500', '103854.917500', '103855.377500', '103855.837500', '103856.297500', '103856.757500', '103857.217500', '103857.677500', '103858.137500', '103858.597500', '103859.057500', '103859.517500', '103859.977500', '103900.437500', '103900.897500', '103901.357500', '103901.817500', '103902.277500', '103902.737500', '103903.197500', '103903.657500', '103904.117500', '103904.577500', '103905.037500', '103905.497500', '103905.957500', '103906.417500', '103906.877500', '103907.337500', '103907.797500', '103908.257500', '103908.717500', '103909.177500', '103909.637500', '103910.097500', '103910.557500', '103911.017500', '103911.477500', '103911.937500', '103912.397500', '103912.857500', '103913.317500', '103913.777500', '103914.237500', '103914.697500', '103915.157500', '103915.617500', '103916.077500', '103916.537500', '103916.997500', '103917.457500', '103917.917500', '103918.377500', '103918.837500', '103919.297500', '103919.757500', '103920.217500', '103920.677500', '103921.137500', '103921.597500', '103922.057500', '103922.517500', '103922.977500', '103923.437500', '103923.897500', '103924.357500', '103924.817500', '103925.277500', '103925.737500', '103926.197500', '103926.657500', '103927.117500', '103927.577500', '103928.037500', '103928.497500', '103928.957500', '103929.417500', '103929.877500', '103930.337500', '103930.797500', '103931.257500', '103931.717500', '103932.177500', '103932.637500', '103933.097500', '103933.557500', '103934.017500', '103934.477500', '103934.937500', '103935.397500', '103935.857500', '103936.317500', '103936.777500', '103937.237500', '103937.697500', '103938.157500', '103938.617500', '103939.077500', '103939.537500', '103939.997500', '103940.457500', '103940.917500', '103941.377500', '103941.837500', '103942.297500', '103942.757500', '103943.217500', '103943.677500', '103944.137500', '103944.597500', '103945.057500', '103945.517500', '103945.977500', '103946.437500', '103946.897500', '103947.357500', '103947.817500', '103948.277500', '103948.737500', '103949.197500', '103949.657500', '103950.117500', '103950.577500', '103951.037500', '103951.497500', '103951.957500', '103952.417500', '103952.877500', '103953.337500', '103953.797500', '103954.257500', '103954.717500', '103955.177500', '103955.637500', '103956.097500', '103956.557500', '103957.017500', '103957.477500', '103957.937500', '103958.397500', '103958.857500', '103959.317500', '103959.777500', '104000.237500', '104000.697500', '104001.157500', '104001.617500', '104002.077500', '104002.537500', '104002.997500', '104003.457500', '104003.917500', '104004.377500', '104004.837500', '104005.297500', '104005.757500', '104006.217500', '104006.677500', '104007.137500', '104007.597500', '104008.057500', '104008.517500', '104008.977500', '104009.437500', '104009.897500', '104010.357500', '104010.817500', '104011.277500', '104011.737500', '104012.197500', '104012.657500', '104013.117500', '104013.577500', '104014.037500', '104014.497500', '104014.957500', '104015.417500', '104015.877500', '104016.337500', '104016.797500', '104017.257500', '104017.717500', '104018.177500', '104018.637500', '104019.097500', '104019.557500', '104020.017500', '104020.477500', '104020.937500', '104021.397500', '104021.857500', '104022.317500', '104022.777500', '104023.237500', '104023.697500', '104024.157500', '104024.617500', '104025.077500', '104025.537500', '104025.997500', '104026.457500', '104026.917500', '104027.377500', '104027.837500', '104028.297500', '104028.757500', '104029.217500', '104029.677500', '104030.137500', '104030.597500', '104031.057500', '104031.517500', '104031.977500', '104032.437500', '104032.897500', '104033.357500', '104033.817500', '104034.277500', '104034.737500', '104035.197500', '104035.657500', '104036.117500', '104036.577500', '104037.037500', '104037.497500', '104037.957500', '104038.417500', '104038.877500', '104039.337500', '104039.797500', '104040.257500', '104040.717500', '104041.177500', '104041.637500', '104042.097500', '104042.557500', '104043.017500', '104043.477500', '104043.937500', '104044.397500', '104044.857500', '104045.317500', '104045.777500', '104046.237500', '104046.697500', '104047.157500', '104047.617500', '104048.077500', '104048.537500', '104048.997500', '104049.457500', '104049.917500', '104050.377500', '104050.837500', '104051.297500', '104051.757500', '104052.217500', '104052.677500', '104053.137500', '104053.597500', '104054.057500', '104054.517500', '104054.977500', '104055.437500', '104055.897500', '104056.357500', '104056.817500', '104057.277500', '104057.737500', '104058.197500', '104058.657500', '104059.117500', '104059.577500', '104100.037500', '104100.497500', '104100.957500', '104101.417500', '104101.877500', '104102.337500', '104102.797500', '104103.257500', '104103.717500', '104104.177500', '104104.637500', '104105.097500', '104105.557500', '104106.017500', '104106.477500', '104106.937500', '104107.397500', '104107.857500', '104108.317500', '104108.777500', '104109.237500', '104109.697500', '104110.157500', '104110.617500', '104111.077500', '104111.537500', '104111.997500', '104112.457500', '104112.917500', '104113.377500', '104113.837500', '104114.297500', '104114.757500', '104115.217500', '104115.677500', '104116.137500', '104116.597500', '104117.057500', '104117.517500', '104117.977500', '104118.437500', '104118.897500', '104119.357500', '104119.817500', '104120.277500', '104120.737500', '104121.197500', '104121.657500', '104122.117500', '104122.577500', '104123.037500', '104123.497500', '104123.957500', '104124.417500', '104124.877500', '104125.337500', '104125.797500', '104126.257500', '104126.717500', '104127.177500', '104127.637500', '104128.097500', '104128.557500', '104129.017500', '104129.477500', '104129.937500', '104130.397500', '104130.857500', '104131.317500', '104131.777500', '104132.237500', '104132.697500', '104133.157500', '104133.617500', '104134.077500', '104134.537500', '104134.997500', '104135.457500', '104135.917500', '104136.377500', '104136.837500', '104137.297500', '104137.757500', '104138.217500', '104138.677500', '104139.137500', '104139.597500', '104140.057500', '104140.517500', '104140.977500', '104141.437500', '104141.897500', '104142.357500', '104142.817500', '104143.277500', '104143.737500', '104144.197500', '104144.657500', '104145.117500', '104145.577500', '104146.037500', '104146.497500', '104146.957500', '104147.417500', '104147.877500', '104148.337500', '104148.797500', '104149.257500', '104149.717500', '104150.177500', '104150.637500', '104151.097500', '104151.557500', '104152.017500', '104152.477500', '104152.937500', '104153.397500', '104153.857500', '104154.317500', '104154.777500', '104155.237500', '104155.697500', '104156.157500', '104156.617500', '104157.077500', '104157.537500', '104157.997500', '104158.457500', '104158.917500', '104159.377500', '104159.837500', '104200.297500', '104200.757500', '104201.217500', '104201.677500', '104202.137500', '104202.597500', '104203.057500', '104203.517500', '104203.977500', '104204.437500', '104204.897500', '104205.357500', '104205.817500', '104206.277500', '104206.737500', '104207.197500', '104207.657500', '104208.117500', '104208.577500', '104209.037500', '104209.497500', '104209.957500', '104210.417500', '104210.877500', '104211.337500', '104211.797500', '104212.257500', '104212.717500', '104213.177500', '104213.637500', '104214.097500', '104214.557500', '104215.017500', '104215.477500', '104215.937500', '104216.397500', '104216.857500', '104217.317500', '104217.777500', '104218.237500', '104218.697500', '104219.157500', '104219.617500', '104220.077500', '104220.537500', '104220.997500', '104221.457500', '104221.917500', '104222.377500', '104222.837500', '104223.297500', '104223.757500', '104224.217500', '104224.677500', '104225.137500', '104225.597500', '104226.057500', '104226.517500', '104226.977500', '104227.437500', '104227.897500', '104228.357500', '104228.817500', '104229.277500', '104229.737500', '104230.197500', '104230.657500', '104231.117500', '104231.577500', '104232.037500', '104232.497500', '104232.957500', '104233.417500', '104233.877500', '104234.337500', '104234.797500', '104235.257500', '104235.717500', '104236.177500', '104236.637500', '104237.097500', '104237.557500', '104238.017500', '104238.477500', '104238.937500', '104239.397500', '104239.857500', '104240.317500', '104240.777500', '104241.237500', '104241.697500', '104242.157500', '104242.617500', '104243.077500', '104243.537500', '104243.997500', '104244.457500', '104244.917500', '104245.377500', '104245.837500', '104246.297500', '104246.757500', '104247.217500', '104247.677500', '104248.137500', '104248.597500', '104249.057500', '104249.517500', '104249.977500', '104250.437500', '104250.897500', '104251.357500', '104251.817500', '104252.277500', '104252.737500', '104253.197500', '104253.657500', '104254.117500', '104254.577500', '104255.037500', '104255.497500', '104255.957500', '104256.417500', '104256.877500', '104257.337500', '104257.797500', '104258.257500', '104258.717500', '104259.177500', '104259.637500', '104300.097500', '104300.557500', '104301.017500', '104301.477500', '104301.937500', '104302.397500', '104302.857500', '104303.317500', '104303.777500', '104304.237500', '104304.697500', '104305.157500', '104305.617500', '104306.077500', '104306.537500', '104306.997500', '104307.457500', '104307.917500', '104308.377500', '104308.837500', '104309.297500', '104309.757500', '104310.217500', '104310.677500', '104311.137500', '104311.597500', '104312.057500', '104312.517500', '104312.977500', '104313.437500', '104313.897500', '104314.357500', '104314.817500', '104315.277500', '104315.737500', '104316.197500', '104316.657500', '104317.117500', '104317.577500', '104318.037500', '104318.497500', '104318.957500', '104319.417500', '104319.877500', '104320.337500', '104320.797500', '104321.257500', '104321.717500', '104322.177500', '104322.637500', '104323.097500', '104323.557500', '104324.017500', '104324.477500', '104324.937500', '104325.397500', '104325.857500', '104326.317500', '104326.777500', '104327.237500', '104327.697500', '104328.157500', '104328.617500', '104329.077500', '104329.537500', '104329.997500', '104330.457500', '104330.917500', '104331.377500', '104331.837500', '104332.297500', '104332.757500', '104333.217500', '104333.677500', '104334.137500', '104334.597500', '104335.057500', '104335.517500', '104335.977500', '104336.437500', '104336.897500', '104337.357500', '104337.817500', '104338.277500', '104338.737500', '104339.197500', '104339.657500', '104340.117500', '104340.577500', '104341.037500', '104341.497500', '104341.957500', '104342.417500', '104342.877500', '104343.337500', '104343.797500', '104344.257500', '104344.717500', '104345.177500', '104345.637500', '104346.097500', '104346.557500', '104347.017500', '104347.477500', '104347.937500', '104348.397500', '104348.857500', '104349.317500', '104349.777500', '104350.237500', '104350.697500', '104351.157500', '104351.617500', '104352.077500', '104352.537500', '104352.997500', '104353.457500', '104353.917500', '104354.377500', '104354.837500', '104355.297500', '104355.757500', '104356.217500', '104356.677500', '104357.137500', '104357.597500', '104358.057500', '104358.517500', '104358.977500', '104359.437500', '104359.897500', '104400.357500', '104400.817500', '104401.277500', '104401.737500', '104402.197500', '104402.657500', '104403.117500', '104403.577500', '104404.037500', '104404.497500', '104404.957500', '104405.417500', '104405.877500', '104406.337500', '104406.797500', '104407.257500', '104407.717500', '104408.177500', '104408.637500', '104409.097500', '104409.557500', '104410.017500', '104410.477500', '104410.937500', '104411.397500', '104411.857500', '104412.317500', '104412.777500', '104413.237500', '104413.697500', '104414.157500', '104414.617500', '104415.077500', '104415.537500', '104415.997500', '104416.457500', '104416.917500', '104417.377500', '104417.837500', '104418.297500', '104418.757500', '104419.217500', '104419.677500', '104420.137500', '104420.597500', '104421.057500', '104421.517500', '104421.977500', '104422.437500', '104422.897500', '104423.357500', '104423.817500', '104424.277500', '104424.737500', '104425.197500', '104425.657500', '104426.117500', '104426.577500', '104427.037500', '104427.497500', '104427.957500', '104428.417500', '104428.877500', '104429.337500', '104429.797500', '104430.257500', '104430.717500', '104431.177500', '104431.637500', '104432.097500', '104432.557500', '104433.017500', '104433.477500', '104433.937500', '104434.397500', '104434.857500', '104435.317500', '104435.777500', '104436.237500', '104436.697500', '104437.157500', '104437.617500', '104438.077500', '104438.537500', '104438.997500', '104439.457500', '104439.917500', '104440.377500', '104440.837500', '104441.297500', '104441.757500', '104442.217500', '104442.677500', '104443.137500', '104443.597500', '104444.057500', '104444.517500', '104444.977500', '104445.437500', '104445.897500', '104446.357500', '104446.817500', '104447.277500', '104447.737500', '104448.197500', '104448.657500', '104449.117500', '104449.577500', '104450.037500', '104450.497500', '104450.957500', '104451.417500', '104451.877500', '104452.337500', '104452.797500', '104453.257500', '104453.717500', '104454.177500', '104454.637500', '104455.097500', '104455.557500', '104456.017500', '104456.477500', '104456.937500', '104457.397500', '104457.857500', '104458.317500', '104458.777500', '104459.237500', '104459.697500', '104500.157500', '104500.617500', '104501.077500', '104501.537500', '104501.997500', '104502.457500', '104502.917500', '104503.377500', '104503.837500', '104504.297500', '104504.757500', '104505.217500', '104505.677500', '104506.137500', '104506.597500', '104507.057500', '104507.517500', '104507.977500', '104508.437500', '104508.897500', '104509.357500', '104509.817500', '104510.277500', '104510.737500', '104511.197500', '104511.657500', '104512.117500', '104512.577500', '104513.037500', '104513.497500', '104513.957500', '104514.417500', '104514.877500', '104515.337500', '104515.797500', '104516.257500', '104516.717500', '104517.177500', '104517.637500', '104518.097500', '104518.557500', '104519.017500', '104519.477500', '104519.937500', '104520.397500', '104520.857500', '104521.317500', '104521.777500', '104522.237500', '104522.697500', '104523.157500', '104523.617500', '104524.077500', '104524.537500', '104524.997500', '104525.457500', '104525.917500', '104526.377500', '104526.837500', '104527.297500', '104527.757500', '104528.217500', '104528.677500', '104529.137500'], 'ContentTime': ['103547.661000', '103547.664000', '103547.667000', '103547.670000', '103547.673000', '103547.676000', '103547.678000', '103547.681000', '103547.683000', '103547.686000', '103547.689000', '103547.691000', '103547.694000', '103547.697000', '103547.699000', '103547.702000', '103547.704000', '103547.707000', '103547.710000', '103547.712000', '103547.715000', '103547.717000', '103547.720000', '103547.726000', '103547.729000', '103547.732000', '103547.734000', '103547.737000', '103547.739000', '103547.742000', '103547.745000', '103547.747000', '103547.750000', '103547.752000', '103547.755000', '103547.757000', '103547.760000', '103547.763000', '103547.765000', '103547.768000', '103547.770000', '103547.773000', '103547.776000', '103547.778000', '103547.781000', '103547.783000', '103547.786000', '103547.788000', '103547.791000', '103547.794000', '103547.796000', '103547.799000', '103547.802000', '103547.804000', '103547.807000', '103607.633000', '103607.635000', '103607.638000', '103607.641000', '103607.643000', '103607.646000', '103607.649000', '103607.651000', '103607.654000', '103607.656000', '103607.659000', '103607.662000', '103607.665000', '103607.677000', '103607.680000', '103607.682000', '103607.685000', '103607.688000', '103607.690000', '103607.693000', '103607.696000', '103607.698000', '103607.701000', '103607.703000', '103607.706000', '103607.708000', '103607.711000', '103607.714000', '103607.716000', '103607.726000', '103607.729000', '103607.731000', '103607.734000', '103607.737000', '103607.739000', '103607.742000', '103607.744000', '103607.747000', '103607.749000', '103607.752000', '103607.755000', '103607.757000', '103607.760000', '103627.634000', '103627.636000', '103627.639000', '103627.643000', '103627.645000', '103627.648000', '103627.650000', '103627.653000', '103627.656000', '103627.658000', '103627.661000', '103627.663000', '103627.666000', '103627.668000', '103627.671000', '103627.674000', '103627.676000', '103627.679000', '103627.681000', '103627.684000', '103627.687000', '103627.689000', '103627.692000', '103627.694000', '103627.697000', '103627.699000', '103627.702000', '103627.705000', '103627.707000', '103627.710000', '103627.712000', '103627.715000', '103627.718000', '103627.720000', '103627.723000', '103627.725000', '103627.728000', '103627.731000', '103627.733000', '103627.736000', '103627.738000', '103627.741000', '103627.744000', '103627.746000', '103647.634000', '103647.637000', '103647.639000', '103647.642000', '103647.644000', '103647.647000', '103647.650000', '103647.652000', '103647.655000', '103647.658000', '103647.670000', '103647.673000', '103647.675000', '103647.678000', '103647.681000', '103647.683000', '103647.686000', '103647.689000', '103647.691000', '103647.694000', '103647.696000', '103647.699000', '103647.702000', '103647.704000', '103647.707000', '103647.709000', '103647.712000', '103647.715000', '103647.718000', '103647.721000', '103647.724000', '103647.726000', '103647.729000', '103647.732000', '103647.734000', '103647.737000', '103647.739000', '103647.742000', '103647.744000', '103647.747000', '103647.750000', '103647.752000', '103647.755000', '103707.633000', '103707.636000', '103707.639000', '103707.642000', '103707.644000', '103707.647000', '103707.650000', '103707.652000', '103707.655000', '103707.657000', '103707.660000', '103707.663000', '103707.665000', '103707.668000', '103707.671000', '103707.673000', '103707.676000', '103707.678000', '103707.681000', '103707.684000', '103707.686000', '103707.689000', '103707.692000', '103707.694000', '103707.697000', '103707.699000', '103707.702000', '103707.712000', '103707.714000', '103707.717000', '103707.720000', '103707.722000', '103707.725000', '103707.728000', '103707.730000', '103707.733000', '103707.735000', '103707.738000', '103707.741000', '103707.743000', '103707.746000', '103707.748000', '103707.751000', '103707.754000', '103727.633000', '103727.636000', '103727.639000', '103727.641000', '103727.644000', '103727.646000', '103727.649000', '103727.652000', '103727.654000', '103727.657000', '103727.659000', '103727.662000', '103727.664000', '103727.667000', '103727.670000', '103727.672000', '103727.675000', '103727.678000', '103727.680000', '103727.684000', '103727.686000', '103727.689000', '103727.692000', '103727.694000', '103727.697000', '103727.699000', '103727.702000', '103727.705000', '103727.711000', '103727.713000', '103727.716000', '103727.718000', '103727.721000', '103727.723000', '103727.726000', '103727.729000', '103727.731000', '103727.734000', '103727.736000', '103727.739000', '103727.742000', '103727.744000', '103727.747000', '103747.633000', '103747.636000', '103747.639000', '103747.642000', '103747.644000', '103747.647000', '103747.650000', '103747.652000', '103747.655000', '103747.657000', '103747.660000', '103747.663000', '103747.665000', '103747.668000', '103747.670000', '103747.673000', '103747.676000', '103747.678000', '103747.681000', '103747.683000', '103747.686000', '103747.689000', '103747.691000', '103747.694000', '103747.696000', '103747.706000', '103747.709000', '103747.711000', '103747.714000', '103747.716000', '103747.719000', '103747.721000', '103747.724000', '103747.727000', '103747.729000', '103747.732000', '103747.734000', '103747.737000', '103747.740000', '103747.742000', '103747.745000', '103747.748000', '103747.750000', '103747.753000', '103807.634000', '103807.636000', '103807.639000', '103807.642000', '103807.644000', '103807.647000', '103807.649000', '103807.652000', '103807.655000', '103807.657000', '103807.660000', '103807.663000', '103807.665000', '103807.668000', '103807.670000', '103807.673000', '103807.676000', '103807.678000', '103807.681000', '103807.684000', '103807.687000', '103807.689000', '103807.692000', '103807.695000', '103807.698000', '103807.701000', '103807.703000', '103807.706000', '103807.709000', '103807.711000', '103807.714000', '103807.716000', '103807.719000', '103807.722000', '103807.725000', '103807.727000', '103807.730000', '103807.732000', '103807.735000', '103807.738000', '103807.747000', '103807.750000', '103807.753000', '103827.632000', '103827.635000', '103827.638000', '103827.640000', '103827.643000', '103827.646000', '103827.648000', '103827.651000', '103827.654000', '103827.657000', '103827.659000', '103827.662000', '103827.665000', '103827.667000', '103827.670000', '103827.672000', '103827.675000', '103827.678000', '103827.680000', '103827.683000', '103827.685000', '103827.688000', '103827.691000', '103827.693000', '103827.696000', '103827.699000', '103827.701000', '103827.704000', '103827.706000', '103827.709000', '103827.712000', '103827.714000', '103827.717000', '103827.719000', '103827.722000', '103827.725000', '103827.727000', '103827.730000', '103827.732000', '103827.735000', '103827.738000', '103827.740000', '103827.743000', '103827.745000', '103847.634000', '103847.636000', '103847.639000', '103847.642000', '103847.644000', '103847.647000', '103847.650000', '103847.652000', '103847.655000', '103847.657000', '103847.660000', '103847.663000', '103847.665000', '103847.668000', '103847.670000', '103847.673000', '103847.676000', '103847.678000', '103847.681000', '103847.683000', '103847.686000', '103847.689000', '103847.691000', '103847.694000', '103847.697000', '103847.699000', '103847.702000', '103847.704000', '103847.707000', '103847.710000', '103847.712000', '103847.715000', '103847.717000', '103847.720000', '103847.723000', '103847.725000', '103847.728000', '103847.731000', '103847.733000', '103847.736000', '103847.738000', '103847.741000', '103847.754000', '103907.634000', '103907.637000', '103907.639000', '103907.642000', '103907.645000', '103907.648000', '103907.650000', '103907.653000', '103907.655000', '103907.658000', '103907.660000', '103907.663000', '103907.666000', '103907.668000', '103907.671000', '103907.674000', '103907.676000', '103907.679000', '103907.681000', '103907.684000', '103907.687000', '103907.689000', '103907.692000', '103907.695000', '103907.697000', '103907.700000', '103907.702000', '103907.705000', '103907.708000', '103907.710000', '103907.713000', '103907.715000', '103907.718000', '103907.721000', '103907.723000', '103907.726000', '103907.728000', '103907.731000', '103907.734000', '103907.736000', '103907.739000', '103907.741000', '103907.744000', '103907.747000', '103927.633000', '103927.636000', '103927.639000', '103927.642000', '103927.644000', '103927.647000', '103927.680000', '103927.683000', '103927.685000', '103927.688000', '103927.691000', '103927.693000', '103927.696000', '103927.699000', '103927.701000', '103927.704000', '103927.706000', '103927.709000', '103927.712000', '103927.714000', '103927.717000', '103927.720000', '103927.722000', '103927.725000', '103927.727000', '103927.730000', '103927.733000', '103927.735000', '103927.738000', '103927.740000', '103927.743000', '103927.746000', '103927.748000', '103927.758000', '103927.761000', '103927.764000', '103927.766000', '103927.769000', '103927.772000', '103927.775000', '103927.777000', '103927.780000', '103927.782000', '103947.634000', '103947.636000', '103947.639000', '103947.642000', '103947.644000', '103947.647000', '103947.650000', '103947.652000', '103947.655000', '103947.657000', '103947.660000', '103947.663000', '103947.665000', '103947.668000', '103947.670000', '103947.673000', '103947.676000', '103947.678000', '103947.681000', '103947.684000', '103947.686000', '103947.689000', '103947.692000', '103947.694000', '103947.697000', '103947.699000', '103947.702000', '103947.705000', '103947.707000', '103947.710000', '103947.712000', '103947.715000', '103947.717000', '103947.720000', '103947.723000', '103947.725000', '103947.728000', '103947.730000', '103947.733000', '103947.736000', '103947.738000', '103947.741000', '103947.744000', '103947.746000', '104007.634000', '104007.636000', '104007.639000', '104007.641000', '104007.644000', '104007.647000', '104007.650000', '104007.652000', '104007.655000', '104007.658000', '104007.660000', '104007.663000', '104007.666000', '104007.668000', '104007.671000', '104007.673000', '104007.676000', '104007.679000', '104007.682000', '104007.684000', '104007.687000', '104007.689000', '104007.692000', '104007.695000', '104007.697000', '104007.700000', '104007.703000', '104007.706000', '104007.709000', '104007.711000', '104007.714000', '104007.717000', '104007.720000', '104007.722000', '104007.725000', '104007.727000', '104007.730000', '104007.733000', '104007.735000', '104007.738000', '104007.741000', '104007.743000', '104007.746000', '104027.634000', '104027.637000', '104027.639000', '104027.642000', '104027.644000', '104027.647000', '104027.650000', '104027.652000', '104027.655000', '104027.658000', '104027.660000', '104027.663000', '104027.666000', '104027.668000', '104027.671000', '104027.673000', '104027.676000', '104027.679000', '104027.681000', '104027.684000', '104027.687000', '104027.689000', '104027.692000', '104027.695000', '104027.697000', '104027.700000', '104027.703000', '104027.705000', '104027.708000', '104027.710000', '104027.713000', '104027.716000', '104027.718000', '104027.721000', '104027.724000', '104027.726000', '104027.729000', '104027.731000', '104027.734000', '104027.736000', '104027.739000', '104027.742000', '104027.744000', '104027.747000', '104047.632000', '104047.635000', '104047.638000', '104047.641000', '104047.643000', '104047.646000', '104047.648000', '104047.651000', '104047.654000', '104047.656000', '104047.659000', '104047.662000', '104047.664000', '104047.667000', '104047.669000', '104047.672000', '104047.675000', '104047.677000', '104047.680000', '104047.683000', '104047.685000', '104047.688000', '104047.690000', '104047.693000', '104047.696000', '104047.698000', '104047.701000', '104047.704000', '104047.706000', '104047.709000', '104047.711000', '104047.722000', '104047.725000', '104047.727000', '104047.730000', '104047.733000', '104047.735000', '104047.738000', '104047.740000', '104047.743000', '104047.746000', '104047.748000', '104047.751000', '104107.634000', '104107.636000', '104107.639000', '104107.642000', '104107.645000', '104107.647000', '104107.650000', '104107.652000', '104107.655000', '104107.658000', '104107.660000', '104107.663000', '104107.666000', '104107.668000', '104107.671000', '104107.673000', '104107.676000', '104107.679000', '104107.682000', '104107.684000', '104107.687000', '104107.689000', '104107.692000', '104107.695000', '104107.697000', '104107.700000', '104107.702000', '104107.705000', '104107.708000', '104107.710000', '104107.713000', '104107.716000', '104107.718000', '104107.721000', '104107.723000', '104107.726000', '104107.729000', '104107.731000', '104107.734000', '104107.736000', '104107.739000', '104107.742000', '104107.744000', '104107.747000', '104127.633000', '104127.636000', '104127.639000', '104127.642000', '104127.644000', '104127.647000', '104127.649000', '104127.652000', '104127.655000', '104127.657000', '104127.660000', '104127.663000', '104127.665000', '104127.668000', '104127.670000', '104127.673000', '104127.676000', '104127.678000', '104127.681000', '104127.684000', '104127.686000', '104127.689000', '104127.691000', '104127.694000', '104127.697000', '104127.699000', '104127.702000', '104127.704000', '104127.707000', '104127.710000', '104127.721000', '104127.723000', '104127.726000', '104127.728000', '104127.731000', '104127.734000', '104127.736000', '104127.739000', '104127.742000', '104127.744000', '104127.747000', '104127.749000', '104127.752000', '104147.635000', '104147.638000', '104147.640000', '104147.643000', '104147.646000', '104147.648000', '104147.651000', '104147.654000', '104147.656000', '104147.659000', '104147.661000', '104147.664000', '104147.667000', '104147.669000', '104147.672000', '104147.674000', '104147.677000', '104147.680000', '104147.682000', '104147.685000', '104147.687000', '104147.690000', '104147.693000', '104147.696000', '104147.698000', '104147.701000', '104147.703000', '104147.706000', '104147.709000', '104147.711000', '104147.714000', '104147.717000', '104147.719000', '104147.722000', '104147.724000', '104147.727000', '104147.730000', '104147.732000', '104147.735000', '104147.738000', '104147.740000', '104147.743000', '104147.745000', '104147.748000', '104207.634000', '104207.637000', '104207.639000', '104207.642000', '104207.644000', '104207.647000', '104207.650000', '104207.652000', '104207.655000', '104207.657000', '104207.660000', '104207.662000', '104207.665000', '104207.668000', '104207.670000', '104207.673000', '104207.676000', '104207.678000', '104207.681000', '104207.683000', '104207.686000', '104207.689000', '104207.691000', '104207.694000', '104207.697000', '104207.699000', '104207.702000', '104207.705000', '104207.707000', '104207.710000', '104207.713000', '104207.715000', '104207.718000', '104207.721000', '104207.723000', '104207.726000', '104207.728000', '104207.731000', '104207.734000', '104207.736000', '104207.739000', '104207.750000', '104207.752000', '104227.634000', '104227.637000', '104227.640000', '104227.645000', '104227.647000', '104227.650000', '104227.653000', '104227.655000', '104227.658000', '104227.660000', '104227.663000', '104227.666000', '104227.668000', '104227.671000', '104227.674000', '104227.676000', '104227.679000', '104227.681000', '104227.684000', '104227.687000', '104227.689000', '104227.692000', '104227.695000', '104227.697000', '104227.700000', '104227.702000', '104227.705000', '104227.708000', '104227.710000', '104227.713000', '104227.716000', '104227.718000', '104227.721000', '104227.724000', '104227.726000', '104227.729000', '104227.732000', '104227.734000', '104227.737000', '104227.739000', '104227.742000', '104227.745000', '104227.747000', '104247.633000', '104247.636000', '104247.639000', '104247.642000', '104247.644000', '104247.647000', '104247.650000', '104247.652000', '104247.655000', '104247.658000', '104247.660000', '104247.663000', '104247.665000', '104247.668000', '104247.671000', '104247.673000', '104247.676000', '104247.678000', '104247.681000', '104247.683000', '104247.686000', '104247.689000', '104247.691000', '104247.694000', '104247.696000', '104247.699000', '104247.702000', '104247.704000', '104247.707000', '104247.710000', '104247.712000', '104247.715000', '104247.717000', '104247.720000', '104247.723000', '104247.725000', '104247.728000', '104247.730000', '104247.733000', '104247.735000', '104247.738000', '104247.741000', '104247.743000', '104247.746000', '104307.633000', '104307.635000', '104307.638000', '104307.641000', '104307.644000', '104307.647000', '104307.650000', '104307.653000', '104307.655000', '104307.658000', '104307.661000', '104307.663000', '104307.666000', '104307.669000', '104307.671000', '104307.675000', '104307.678000', '104307.681000', '104307.683000', '104307.686000', '104307.688000', '104307.691000', '104307.694000', '104307.696000', '104307.699000', '104307.702000', '104307.704000', '104307.707000', '104307.709000', '104307.712000', '104307.715000', '104307.717000', '104307.720000', '104307.723000', '104307.725000', '104307.728000', '104307.731000', '104307.733000', '104307.736000', '104307.739000', '104307.741000', '104307.744000', '104307.747000', '104327.634000', '104327.636000', '104327.639000', '104327.642000', '104327.644000', '104327.647000', '104327.650000', '104327.652000', '104327.655000', '104327.657000', '104327.660000', '104327.662000', '104327.665000', '104327.668000', '104327.670000', '104327.673000', '104327.675000', '104327.678000', '104327.681000', '104327.683000', '104327.686000', '104327.689000', '104327.691000', '104327.694000', '104327.696000', '104327.699000', '104327.702000', '104327.704000', '104327.707000', '104327.709000', '104327.712000', '104327.715000', '104327.724000', '104327.727000', '104327.729000', '104327.732000', '104327.735000', '104327.737000', '104327.740000', '104327.757000', '104327.760000', '104327.763000', '104327.766000', '104327.768000', '104347.633000', '104347.636000', '104347.639000', '104347.642000', '104347.644000', '104347.647000', '104347.650000', '104347.652000', '104347.655000', '104347.658000', '104347.660000', '104347.663000', '104347.666000', '104347.668000', '104347.671000', '104347.674000', '104347.676000', '104347.679000', '104347.681000', '104347.684000', '104347.687000', '104347.689000', '104347.692000', '104347.695000', '104347.697000', '104347.700000', '104347.703000', '104347.705000', '104347.708000', '104347.710000', '104347.713000', '104347.716000', '104347.718000', '104347.721000', '104347.723000', '104347.726000', '104347.729000', '104347.731000', '104347.734000', '104347.737000', '104347.739000', '104347.742000', '104347.745000', '104407.634000', '104407.636000', '104407.639000', '104407.642000', '104407.644000', '104407.647000', '104407.650000', '104407.652000', '104407.655000', '104407.658000', '104407.660000', '104407.663000', '104407.666000', '104407.668000', '104407.671000', '104407.674000', '104407.676000', '104407.679000', '104407.681000', '104407.684000', '104407.687000', '104407.689000', '104407.692000', '104407.695000', '104407.697000', '104407.700000', '104407.702000', '104407.705000', '104407.708000', '104407.710000', '104407.713000', '104407.716000', '104407.718000', '104407.721000', '104407.723000', '104407.726000', '104407.729000', '104407.731000', '104407.734000', '104407.737000', '104407.739000', '104407.742000', '104407.744000', '104407.747000', '104427.634000', '104427.637000', '104427.639000', '104427.642000', '104427.644000', '104427.647000', '104427.650000', '104427.653000', '104427.655000', '104427.658000', '104427.660000', '104427.663000', '104427.666000', '104427.668000', '104427.671000', '104427.674000', '104427.676000', '104427.679000', '104427.682000', '104427.684000', '104427.687000', '104427.690000', '104427.692000', '104427.695000', '104427.697000', '104427.700000', '104427.703000', '104427.705000', '104427.709000', '104427.712000', '104427.716000', '104427.719000', '104427.721000', '104427.724000', '104427.726000', '104427.729000', '104427.732000', '104427.735000', '104427.737000', '104427.740000', '104427.743000', '104427.745000', '104427.748000', '104447.634000', '104447.636000', '104447.639000', '104447.642000', '104447.644000', '104447.647000', '104447.650000', '104447.652000', '104447.655000', '104447.658000', '104447.660000', '104447.663000', '104447.665000', '104447.668000', '104447.671000', '104447.673000', '104447.676000', '104447.679000', '104447.681000', '104447.684000', '104447.687000', '104447.689000', '104447.692000', '104447.695000', '104447.697000', '104447.700000', '104447.702000', '104447.705000', '104447.708000', '104447.710000', '104447.713000', '104447.716000', '104447.718000', '104447.721000', '104447.723000', '104447.734000', '104447.737000', '104447.739000', '104447.742000', '104447.745000', '104447.747000', '104447.750000', '104447.753000', '104447.755000', '104507.634000', '104507.636000', '104507.639000', '104507.642000', '104507.645000', '104507.647000', '104507.650000', '104507.652000', '104507.655000', '104507.658000', '104507.660000', '104507.663000', '104507.666000', '104507.668000', '104507.671000', '104507.673000', '104507.676000', '104507.679000', '104507.681000', '104507.684000', '104507.687000', '104507.690000', '104507.694000', '104507.697000', '104507.700000', '104507.702000', '104507.705000', '104507.708000', '104507.710000', '104507.713000', '104507.716000', '104507.718000', '104507.721000', '104507.723000', '104507.726000', '104507.729000', '104507.732000', '104507.734000', '104507.737000', '104507.739000', '104507.742000', '104507.744000', '104507.747000', '104527.633000', '104527.636000', '104527.638000', '104527.641000', '104527.643000', '104527.646000', '104527.649000', '104527.651000', '104527.654000', '104527.657000', '104527.659000', '104527.662000', '104527.665000', '104527.667000', '104527.670000', '104527.672000', '104527.675000', '104527.678000', '104527.680000', '104527.683000', '104527.686000', '104527.688000', '104527.691000', '104527.693000', '104527.696000', '104527.699000', '104527.701000', '104527.704000', '104527.706000', '104527.709000', '104527.712000', '104527.714000', '104527.717000', '104527.720000', '104527.722000', '104527.725000', '104527.727000', '104527.730000', '104527.733000', '104527.736000', '104527.738000', '104527.748000', '104527.751000', '104527.753000', '104530.217000', '104530.220000', '104530.223000', '104530.226000', '104530.229000', '104530.231000'], 'InstanceCreationTime': ['103547.661000', '103547.664000', '103547.667000', '103547.670000', '103547.673000', '103547.676000', '103547.678000', '103547.681000', '103547.683000', '103547.686000', '103547.689000', '103547.691000', '103547.694000', '103547.697000', '103547.699000', '103547.702000', '103547.704000', '103547.707000', '103547.710000', '103547.712000', '103547.715000', '103547.717000', '103547.720000', '103547.726000', '103547.729000', '103547.732000', '103547.734000', '103547.737000', '103547.739000', '103547.742000', '103547.745000', '103547.747000', '103547.750000', '103547.752000', '103547.755000', '103547.757000', '103547.760000', '103547.763000', '103547.765000', '103547.768000', '103547.770000', '103547.773000', '103547.776000', '103547.778000', '103547.781000', '103547.783000', '103547.786000', '103547.788000', '103547.791000', '103547.794000', '103547.796000', '103547.799000', '103547.802000', '103547.804000', '103547.807000', '103607.633000', '103607.635000', '103607.638000', '103607.641000', '103607.643000', '103607.646000', '103607.649000', '103607.651000', '103607.654000', '103607.656000', '103607.659000', '103607.662000', '103607.665000', '103607.677000', '103607.680000', '103607.682000', '103607.685000', '103607.688000', '103607.690000', '103607.693000', '103607.696000', '103607.698000', '103607.701000', '103607.703000', '103607.706000', '103607.708000', '103607.711000', '103607.714000', '103607.716000', '103607.726000', '103607.729000', '103607.731000', '103607.734000', '103607.737000', '103607.739000', '103607.742000', '103607.744000', '103607.747000', '103607.749000', '103607.752000', '103607.755000', '103607.757000', '103607.760000', '103627.634000', '103627.636000', '103627.639000', '103627.643000', '103627.645000', '103627.648000', '103627.650000', '103627.653000', '103627.656000', '103627.658000', '103627.661000', '103627.663000', '103627.666000', '103627.668000', '103627.671000', '103627.674000', '103627.676000', '103627.679000', '103627.681000', '103627.684000', '103627.687000', '103627.689000', '103627.692000', '103627.694000', '103627.697000', '103627.699000', '103627.702000', '103627.705000', '103627.707000', '103627.710000', '103627.712000', '103627.715000', '103627.718000', '103627.720000', '103627.723000', '103627.725000', '103627.728000', '103627.731000', '103627.733000', '103627.736000', '103627.738000', '103627.741000', '103627.744000', '103627.746000', '103647.634000', '103647.637000', '103647.639000', '103647.642000', '103647.644000', '103647.647000', '103647.650000', '103647.652000', '103647.655000', '103647.658000', '103647.670000', '103647.673000', '103647.675000', '103647.678000', '103647.681000', '103647.683000', '103647.686000', '103647.689000', '103647.691000', '103647.694000', '103647.696000', '103647.699000', '103647.702000', '103647.704000', '103647.707000', '103647.709000', '103647.712000', '103647.715000', '103647.718000', '103647.721000', '103647.724000', '103647.726000', '103647.729000', '103647.732000', '103647.734000', '103647.737000', '103647.739000', '103647.742000', '103647.744000', '103647.747000', '103647.750000', '103647.752000', '103647.755000', '103707.633000', '103707.636000', '103707.639000', '103707.642000', '103707.644000', '103707.647000', '103707.650000', '103707.652000', '103707.655000', '103707.657000', '103707.660000', '103707.663000', '103707.665000', '103707.668000', '103707.671000', '103707.673000', '103707.676000', '103707.678000', '103707.681000', '103707.684000', '103707.686000', '103707.689000', '103707.692000', '103707.694000', '103707.697000', '103707.699000', '103707.702000', '103707.712000', '103707.714000', '103707.717000', '103707.720000', '103707.722000', '103707.725000', '103707.728000', '103707.730000', '103707.733000', '103707.735000', '103707.738000', '103707.741000', '103707.743000', '103707.746000', '103707.748000', '103707.751000', '103707.754000', '103727.633000', '103727.636000', '103727.639000', '103727.641000', '103727.644000', '103727.646000', '103727.649000', '103727.652000', '103727.654000', '103727.657000', '103727.659000', '103727.662000', '103727.664000', '103727.667000', '103727.670000', '103727.672000', '103727.675000', '103727.678000', '103727.680000', '103727.684000', '103727.686000', '103727.689000', '103727.692000', '103727.694000', '103727.697000', '103727.699000', '103727.702000', '103727.705000', '103727.711000', '103727.713000', '103727.716000', '103727.718000', '103727.721000', '103727.723000', '103727.726000', '103727.729000', '103727.731000', '103727.734000', '103727.736000', '103727.739000', '103727.742000', '103727.744000', '103727.747000', '103747.633000', '103747.636000', '103747.639000', '103747.642000', '103747.644000', '103747.647000', '103747.650000', '103747.652000', '103747.655000', '103747.657000', '103747.660000', '103747.663000', '103747.665000', '103747.668000', '103747.670000', '103747.673000', '103747.676000', '103747.678000', '103747.681000', '103747.683000', '103747.686000', '103747.689000', '103747.691000', '103747.694000', '103747.696000', '103747.706000', '103747.709000', '103747.711000', '103747.714000', '103747.716000', '103747.719000', '103747.721000', '103747.724000', '103747.727000', '103747.729000', '103747.732000', '103747.734000', '103747.737000', '103747.740000', '103747.742000', '103747.745000', '103747.748000', '103747.750000', '103747.753000', '103807.634000', '103807.636000', '103807.639000', '103807.642000', '103807.644000', '103807.647000', '103807.649000', '103807.652000', '103807.655000', '103807.657000', '103807.660000', '103807.663000', '103807.665000', '103807.668000', '103807.670000', '103807.673000', '103807.676000', '103807.678000', '103807.681000', '103807.684000', '103807.687000', '103807.689000', '103807.692000', '103807.695000', '103807.698000', '103807.701000', '103807.703000', '103807.706000', '103807.709000', '103807.711000', '103807.714000', '103807.716000', '103807.719000', '103807.722000', '103807.725000', '103807.727000', '103807.730000', '103807.732000', '103807.735000', '103807.738000', '103807.747000', '103807.750000', '103807.753000', '103827.632000', '103827.635000', '103827.638000', '103827.640000', '103827.643000', '103827.646000', '103827.648000', '103827.651000', '103827.654000', '103827.657000', '103827.659000', '103827.662000', '103827.665000', '103827.667000', '103827.670000', '103827.672000', '103827.675000', '103827.678000', '103827.680000', '103827.683000', '103827.685000', '103827.688000', '103827.691000', '103827.693000', '103827.696000', '103827.699000', '103827.701000', '103827.704000', '103827.706000', '103827.709000', '103827.712000', '103827.714000', '103827.717000', '103827.719000', '103827.722000', '103827.725000', '103827.727000', '103827.730000', '103827.732000', '103827.735000', '103827.738000', '103827.740000', '103827.743000', '103827.745000', '103847.634000', '103847.636000', '103847.639000', '103847.642000', '103847.644000', '103847.647000', '103847.650000', '103847.652000', '103847.655000', '103847.657000', '103847.660000', '103847.663000', '103847.665000', '103847.668000', '103847.670000', '103847.673000', '103847.676000', '103847.678000', '103847.681000', '103847.683000', '103847.686000', '103847.689000', '103847.691000', '103847.694000', '103847.697000', '103847.699000', '103847.702000', '103847.704000', '103847.707000', '103847.710000', '103847.712000', '103847.715000', '103847.717000', '103847.720000', '103847.723000', '103847.725000', '103847.728000', '103847.731000', '103847.733000', '103847.736000', '103847.738000', '103847.741000', '103847.754000', '103907.634000', '103907.637000', '103907.639000', '103907.642000', '103907.645000', '103907.648000', '103907.650000', '103907.653000', '103907.655000', '103907.658000', '103907.660000', '103907.663000', '103907.666000', '103907.668000', '103907.671000', '103907.674000', '103907.676000', '103907.679000', '103907.681000', '103907.684000', '103907.687000', '103907.689000', '103907.692000', '103907.695000', '103907.697000', '103907.700000', '103907.702000', '103907.705000', '103907.708000', '103907.710000', '103907.713000', '103907.715000', '103907.718000', '103907.721000', '103907.723000', '103907.726000', '103907.728000', '103907.731000', '103907.734000', '103907.736000', '103907.739000', '103907.741000', '103907.744000', '103907.747000', '103927.633000', '103927.636000', '103927.639000', '103927.642000', '103927.644000', '103927.647000', '103927.680000', '103927.683000', '103927.685000', '103927.688000', '103927.691000', '103927.693000', '103927.696000', '103927.699000', '103927.701000', '103927.704000', '103927.706000', '103927.709000', '103927.712000', '103927.714000', '103927.717000', '103927.720000', '103927.722000', '103927.725000', '103927.727000', '103927.730000', '103927.733000', '103927.735000', '103927.738000', '103927.740000', '103927.743000', '103927.746000', '103927.748000', '103927.758000', '103927.761000', '103927.764000', '103927.766000', '103927.769000', '103927.772000', '103927.775000', '103927.777000', '103927.780000', '103927.782000', '103947.634000', '103947.636000', '103947.639000', '103947.642000', '103947.644000', '103947.647000', '103947.650000', '103947.652000', '103947.655000', '103947.657000', '103947.660000', '103947.663000', '103947.665000', '103947.668000', '103947.670000', '103947.673000', '103947.676000', '103947.678000', '103947.681000', '103947.684000', '103947.686000', '103947.689000', '103947.692000', '103947.694000', '103947.697000', '103947.699000', '103947.702000', '103947.705000', '103947.707000', '103947.710000', '103947.712000', '103947.715000', '103947.717000', '103947.720000', '103947.723000', '103947.725000', '103947.728000', '103947.730000', '103947.733000', '103947.736000', '103947.738000', '103947.741000', '103947.744000', '103947.746000', '104007.634000', '104007.636000', '104007.639000', '104007.641000', '104007.644000', '104007.647000', '104007.650000', '104007.652000', '104007.655000', '104007.658000', '104007.660000', '104007.663000', '104007.666000', '104007.668000', '104007.671000', '104007.673000', '104007.676000', '104007.679000', '104007.682000', '104007.684000', '104007.687000', '104007.689000', '104007.692000', '104007.695000', '104007.697000', '104007.700000', '104007.703000', '104007.706000', '104007.709000', '104007.711000', '104007.714000', '104007.717000', '104007.720000', '104007.722000', '104007.725000', '104007.727000', '104007.730000', '104007.733000', '104007.735000', '104007.738000', '104007.741000', '104007.743000', '104007.746000', '104027.634000', '104027.637000', '104027.639000', '104027.642000', '104027.644000', '104027.647000', '104027.650000', '104027.652000', '104027.655000', '104027.658000', '104027.660000', '104027.663000', '104027.666000', '104027.668000', '104027.671000', '104027.673000', '104027.676000', '104027.679000', '104027.681000', '104027.684000', '104027.687000', '104027.689000', '104027.692000', '104027.695000', '104027.697000', '104027.700000', '104027.703000', '104027.705000', '104027.708000', '104027.710000', '104027.713000', '104027.716000', '104027.718000', '104027.721000', '104027.724000', '104027.726000', '104027.729000', '104027.731000', '104027.734000', '104027.736000', '104027.739000', '104027.742000', '104027.744000', '104027.747000', '104047.632000', '104047.635000', '104047.638000', '104047.641000', '104047.643000', '104047.646000', '104047.648000', '104047.651000', '104047.654000', '104047.656000', '104047.659000', '104047.662000', '104047.664000', '104047.667000', '104047.669000', '104047.672000', '104047.675000', '104047.677000', '104047.680000', '104047.683000', '104047.685000', '104047.688000', '104047.690000', '104047.693000', '104047.696000', '104047.698000', '104047.701000', '104047.704000', '104047.706000', '104047.709000', '104047.711000', '104047.722000', '104047.725000', '104047.727000', '104047.730000', '104047.733000', '104047.735000', '104047.738000', '104047.740000', '104047.743000', '104047.746000', '104047.748000', '104047.751000', '104107.634000', '104107.636000', '104107.639000', '104107.642000', '104107.645000', '104107.647000', '104107.650000', '104107.652000', '104107.655000', '104107.658000', '104107.660000', '104107.663000', '104107.666000', '104107.668000', '104107.671000', '104107.673000', '104107.676000', '104107.679000', '104107.682000', '104107.684000', '104107.687000', '104107.689000', '104107.692000', '104107.695000', '104107.697000', '104107.700000', '104107.702000', '104107.705000', '104107.708000', '104107.710000', '104107.713000', '104107.716000', '104107.718000', '104107.721000', '104107.723000', '104107.726000', '104107.729000', '104107.731000', '104107.734000', '104107.736000', '104107.739000', '104107.742000', '104107.744000', '104107.747000', '104127.633000', '104127.636000', '104127.639000', '104127.642000', '104127.644000', '104127.647000', '104127.649000', '104127.652000', '104127.655000', '104127.657000', '104127.660000', '104127.663000', '104127.665000', '104127.668000', '104127.670000', '104127.673000', '104127.676000', '104127.678000', '104127.681000', '104127.684000', '104127.686000', '104127.689000', '104127.691000', '104127.694000', '104127.697000', '104127.699000', '104127.702000', '104127.704000', '104127.707000', '104127.710000', '104127.721000', '104127.723000', '104127.726000', '104127.728000', '104127.731000', '104127.734000', '104127.736000', '104127.739000', '104127.742000', '104127.744000', '104127.747000', '104127.749000', '104127.752000', '104147.635000', '104147.638000', '104147.640000', '104147.643000', '104147.646000', '104147.648000', '104147.651000', '104147.654000', '104147.656000', '104147.659000', '104147.661000', '104147.664000', '104147.667000', '104147.669000', '104147.672000', '104147.674000', '104147.677000', '104147.680000', '104147.682000', '104147.685000', '104147.687000', '104147.690000', '104147.693000', '104147.696000', '104147.698000', '104147.701000', '104147.703000', '104147.706000', '104147.709000', '104147.711000', '104147.714000', '104147.717000', '104147.719000', '104147.722000', '104147.724000', '104147.727000', '104147.730000', '104147.732000', '104147.735000', '104147.738000', '104147.740000', '104147.743000', '104147.745000', '104147.748000', '104207.634000', '104207.637000', '104207.639000', '104207.642000', '104207.644000', '104207.647000', '104207.650000', '104207.652000', '104207.655000', '104207.657000', '104207.660000', '104207.662000', '104207.665000', '104207.668000', '104207.670000', '104207.673000', '104207.676000', '104207.678000', '104207.681000', '104207.683000', '104207.686000', '104207.689000', '104207.691000', '104207.694000', '104207.697000', '104207.699000', '104207.702000', '104207.705000', '104207.707000', '104207.710000', '104207.713000', '104207.715000', '104207.718000', '104207.721000', '104207.723000', '104207.726000', '104207.728000', '104207.731000', '104207.734000', '104207.736000', '104207.739000', '104207.750000', '104207.752000', '104227.634000', '104227.637000', '104227.640000', '104227.645000', '104227.647000', '104227.650000', '104227.653000', '104227.655000', '104227.658000', '104227.660000', '104227.663000', '104227.666000', '104227.668000', '104227.671000', '104227.674000', '104227.676000', '104227.679000', '104227.681000', '104227.684000', '104227.687000', '104227.689000', '104227.692000', '104227.695000', '104227.697000', '104227.700000', '104227.702000', '104227.705000', '104227.708000', '104227.710000', '104227.713000', '104227.716000', '104227.718000', '104227.721000', '104227.724000', '104227.726000', '104227.729000', '104227.732000', '104227.734000', '104227.737000', '104227.739000', '104227.742000', '104227.745000', '104227.747000', '104247.633000', '104247.636000', '104247.639000', '104247.642000', '104247.644000', '104247.647000', '104247.650000', '104247.652000', '104247.655000', '104247.658000', '104247.660000', '104247.663000', '104247.665000', '104247.668000', '104247.671000', '104247.673000', '104247.676000', '104247.678000', '104247.681000', '104247.683000', '104247.686000', '104247.689000', '104247.691000', '104247.694000', '104247.696000', '104247.699000', '104247.702000', '104247.704000', '104247.707000', '104247.710000', '104247.712000', '104247.715000', '104247.717000', '104247.720000', '104247.723000', '104247.725000', '104247.728000', '104247.730000', '104247.733000', '104247.735000', '104247.738000', '104247.741000', '104247.743000', '104247.746000', '104307.633000', '104307.635000', '104307.638000', '104307.641000', '104307.644000', '104307.647000', '104307.650000', '104307.653000', '104307.655000', '104307.658000', '104307.661000', '104307.663000', '104307.666000', '104307.669000', '104307.671000', '104307.675000', '104307.678000', '104307.681000', '104307.683000', '104307.686000', '104307.688000', '104307.691000', '104307.694000', '104307.696000', '104307.699000', '104307.702000', '104307.704000', '104307.707000', '104307.709000', '104307.712000', '104307.715000', '104307.717000', '104307.720000', '104307.723000', '104307.725000', '104307.728000', '104307.731000', '104307.733000', '104307.736000', '104307.739000', '104307.741000', '104307.744000', '104307.747000', '104327.634000', '104327.636000', '104327.639000', '104327.642000', '104327.644000', '104327.647000', '104327.650000', '104327.652000', '104327.655000', '104327.657000', '104327.660000', '104327.662000', '104327.665000', '104327.668000', '104327.670000', '104327.673000', '104327.675000', '104327.678000', '104327.681000', '104327.683000', '104327.686000', '104327.689000', '104327.691000', '104327.694000', '104327.696000', '104327.699000', '104327.702000', '104327.704000', '104327.707000', '104327.709000', '104327.712000', '104327.715000', '104327.724000', '104327.727000', '104327.729000', '104327.732000', '104327.735000', '104327.737000', '104327.740000', '104327.757000', '104327.760000', '104327.763000', '104327.766000', '104327.768000', '104347.633000', '104347.636000', '104347.639000', '104347.642000', '104347.644000', '104347.647000', '104347.650000', '104347.652000', '104347.655000', '104347.658000', '104347.660000', '104347.663000', '104347.666000', '104347.668000', '104347.671000', '104347.674000', '104347.676000', '104347.679000', '104347.681000', '104347.684000', '104347.687000', '104347.689000', '104347.692000', '104347.695000', '104347.697000', '104347.700000', '104347.703000', '104347.705000', '104347.708000', '104347.710000', '104347.713000', '104347.716000', '104347.718000', '104347.721000', '104347.723000', '104347.726000', '104347.729000', '104347.731000', '104347.734000', '104347.737000', '104347.739000', '104347.742000', '104347.745000', '104407.634000', '104407.636000', '104407.639000', '104407.642000', '104407.644000', '104407.647000', '104407.650000', '104407.652000', '104407.655000', '104407.658000', '104407.660000', '104407.663000', '104407.666000', '104407.668000', '104407.671000', '104407.674000', '104407.676000', '104407.679000', '104407.681000', '104407.684000', '104407.687000', '104407.689000', '104407.692000', '104407.695000', '104407.697000', '104407.700000', '104407.702000', '104407.705000', '104407.708000', '104407.710000', '104407.713000', '104407.716000', '104407.718000', '104407.721000', '104407.723000', '104407.726000', '104407.729000', '104407.731000', '104407.734000', '104407.737000', '104407.739000', '104407.742000', '104407.744000', '104407.747000', '104427.634000', '104427.637000', '104427.639000', '104427.642000', '104427.644000', '104427.647000', '104427.650000', '104427.653000', '104427.655000', '104427.658000', '104427.660000', '104427.663000', '104427.666000', '104427.668000', '104427.671000', '104427.674000', '104427.676000', '104427.679000', '104427.682000', '104427.684000', '104427.687000', '104427.690000', '104427.692000', '104427.695000', '104427.697000', '104427.700000', '104427.703000', '104427.705000', '104427.709000', '104427.712000', '104427.716000', '104427.719000', '104427.721000', '104427.724000', '104427.726000', '104427.729000', '104427.732000', '104427.735000', '104427.737000', '104427.740000', '104427.743000', '104427.745000', '104427.748000', '104447.634000', '104447.636000', '104447.639000', '104447.642000', '104447.644000', '104447.647000', '104447.650000', '104447.652000', '104447.655000', '104447.658000', '104447.660000', '104447.663000', '104447.665000', '104447.668000', '104447.671000', '104447.673000', '104447.676000', '104447.679000', '104447.681000', '104447.684000', '104447.687000', '104447.689000', '104447.692000', '104447.695000', '104447.697000', '104447.700000', '104447.702000', '104447.705000', '104447.708000', '104447.710000', '104447.713000', '104447.716000', '104447.718000', '104447.721000', '104447.723000', '104447.734000', '104447.737000', '104447.739000', '104447.742000', '104447.745000', '104447.747000', '104447.750000', '104447.753000', '104447.755000', '104507.634000', '104507.636000', '104507.639000', '104507.642000', '104507.645000', '104507.647000', '104507.650000', '104507.652000', '104507.655000', '104507.658000', '104507.660000', '104507.663000', '104507.666000', '104507.668000', '104507.671000', '104507.673000', '104507.676000', '104507.679000', '104507.681000', '104507.684000', '104507.687000', '104507.690000', '104507.694000', '104507.697000', '104507.700000', '104507.702000', '104507.705000', '104507.708000', '104507.710000', '104507.713000', '104507.716000', '104507.718000', '104507.721000', '104507.723000', '104507.726000', '104507.729000', '104507.732000', '104507.734000', '104507.737000', '104507.739000', '104507.742000', '104507.744000', '104507.747000', '104527.633000', '104527.636000', '104527.638000', '104527.641000', '104527.643000', '104527.646000', '104527.649000', '104527.651000', '104527.654000', '104527.657000', '104527.659000', '104527.662000', '104527.665000', '104527.667000', '104527.670000', '104527.672000', '104527.675000', '104527.678000', '104527.680000', '104527.683000', '104527.686000', '104527.688000', '104527.691000', '104527.693000', '104527.696000', '104527.699000', '104527.701000', '104527.704000', '104527.706000', '104527.709000', '104527.712000', '104527.714000', '104527.717000', '104527.720000', '104527.722000', '104527.725000', '104527.727000', '104527.730000', '104527.733000', '104527.736000', '104527.738000', '104527.748000', '104527.751000', '104527.753000', '104530.217000', '104530.220000', '104530.223000', '104530.226000', '104530.229000', '104530.231000'], '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': [11535, 9277, 8086, 11513, 8494, 8278, 12110, 11163, 9080, 12650, 8561, 7714, 10319, 9495, 7242, 10771, 7595, 7280, 11103, 8842, 6995, 9517, 8310, 11246, 9516, 7630, 11992, 9271, 7056, 11613, 7566, 7093, 9917, 7890, 12275, 9265, 7463, 11626, 12750, 9254, 9545, 7494, 7985, 10274, 9052, 9645, 8649, 7509, 13157, 9881, 7595, 11933, 9922, 7048, 10781, 7382, 7206, 10250, 8557, 7067, 9911, 8317, 10771, 9786, 7591, 9045, 10244, 9325, 10378, 8951, 7425, 11993, 9480, 7757, 11861, 9461, 8407, 12213, 9063, 7660, 12250, 13081, 7818, 11297, 7955, 9261, 10073, 9443, 9148, 10100, 8655, 7418, 12986, 10708, 7315, 9921, 9218, 8608, 9967, 8327, 8285, 10006, 8008, 10059, 8227, 7666, 13003, 9875, 7317, 10893, 8090, 6942, 11102, 9723, 7124, 11124, 8219, 10816, 13883, 10072, 13575, 8390, 7397, 11147, 7803, 13299, 10318, 7548, 10441, 7574, 8032, 11188, 7470, 8061, 9127, 7161, 12016, 8385, 7328, 10650, 9300, 7360, 10374, 7607, 10873, 9598, 7477, 10348, 8552, 7313, 12626, 8658, 7258, 11595, 8200, 13137, 12519, 9300, 12621, 7659, 7790, 10544, 7848, 12276, 10030, 7092, 11119, 7971, 10184, 9748, 8075, 8965, 9167, 7095, 10176, 7870, 7914, 11517, 7725, 8024, 9252, 7497, 11956, 9026, 7546, 11093, 9741, 7247, 10911, 9029, 7234, 11423, 9048, 7574, 10932, 9225, 7597, 11581, 10774, 8544, 7640, 10787, 7398, 14096, 15584, 9143, 11162, 8867, 10234, 9005, 7293, 10597, 8104, 7531, 11239, 9128, 9842, 9114, 7270, 12316, 9997, 7420, 11473, 7968, 11011, 8744, 7494, 11731, 8697, 9635, 8373, 7776, 11904, 9744, 9625, 8119, 7452, 11515, 10252, 7096, 10660, 7300, 10335, 10608, 7701, 11152, 8375, 7323, 12492, 12195, 13389, 10309, 7699, 12644, 11102, 9974, 11208, 7826, 7696, 11490, 8043, 9917, 8229, 7160, 11936, 10273, 7353, 11118, 8042, 9364, 11385, 7674, 9965, 8216, 6994, 12316, 8910, 7258, 10939, 7284, 11007, 9616, 7706, 11774, 11344, 8792, 14054, 9444, 7964, 9514, 7411, 11739, 10021, 8286, 10921, 7908, 7117, 11853, 9806, 7417, 9920, 7404, 10379, 9659, 8138, 9086, 9249, 7236, 11648, 7401, 7391, 11674, 9715, 8229, 9609, 7163, 11237, 10283, 8003, 10501, 8519, 7095, 12257, 13256, 9328, 11689, 7721, 9485, 10267, 7947, 13917, 10350, 7308, 11215, 7448, 10898, 10422, 7973, 9018, 7869, 7195, 7138, 11320, 10094, 7345, 10744, 8661, 8391, 11885, 7840, 8491, 8420, 6781, 12162, 8727, 7248, 11716, 8318, 7085, 11471, 7194, 7399, 11924, 11355, 10825, 10290, 7415, 12080, 13644, 9799, 14881, 8971, 7268, 12304, 8751, 12050, 8642, 7311, 11688, 9933, 7318, 10075, 7139, 10430, 10926, 7352, 10096, 8344, 7138, 12272, 8744, 7272, 12195, 9081, 7517, 10431, 7385, 9285, 11755, 9958, 13591, 12171, 8305, 12025, 9226, 7926, 13440, 8942, 7255, 10879, 7151, 11938, 10464, 7637, 10587, 8153, 7443, 11808, 10208, 6901, 11549, 8323, 9443, 10570, 6997, 7048, 10539, 7133, 9282, 8923, 7135, 12309, 10194, 7224, 11516, 8040, 7106, 12611, 12500, 8284, 12002, 7653, 7628, 12140, 9314, 10286, 9395, 7230, 11182, 8879, 7608, 12687, 7720, 7265, 12066, 8585, 7628, 10160, 7275, 7497, 7508, 10910, 8315, 7653, 8538, 7063, 12171, 10311, 6948, 10067, 7679, 9114, 11709, 7888, 7181, 10754, 7816, 11889, 9963, 7549, 11412, 11445, 9354, 13883, 12032, 7553, 11567, 7977, 12601, 9669, 7584, 11085, 7689, 7098, 12266, 7680, 7239, 11642, 8853, 8731, 9750, 7566, 12238, 9814, 7453, 11709, 7640, 7153, 12455, 8639, 7392, 10745, 7685, 12211, 9731, 7486, 11530, 9658, 7932, 13365, 10571, 7101, 11597, 8167, 9581, 11850, 9019, 7457, 10446, 7635, 13150, 10667, 8410, 10375, 7934, 9724, 11527, 7957, 7266, 9709, 7341, 12971, 7779, 6981, 11642, 8818, 11239, 8745, 7248, 12376, 10452, 7238, 11681, 8069, 9437, 11832, 8698, 8034, 10946, 7607, 13474, 10862, 8007, 12669, 8200, 10214, 10672, 8348, 13084, 8141, 7288, 11683, 8382, 11938, 8807, 7850, 12210, 8771, 7409, 11025, 7699, 8655, 11425, 7427, 10592, 8216, 7398, 13271, 9028, 7341, 11835, 8958, 7271, 10333, 7558, 11628, 11063, 7515, 11001, 8991, 7643, 13765, 10374, 12083, 10849, 7924, 8715, 10644, 8715, 7741, 12303, 9718, 11017, 8862, 7677, 11270, 8232, 9431, 11958, 7777, 6998, 9951, 7120, 11416, 7913, 7263, 11952, 9219, 7343, 10688, 7362, 11867, 9435, 7356, 11417, 7887, 8362, 12069, 7768, 8190, 9198, 7366, 12222, 11478, 8932, 11642, 7792, 12129, 10269, 9007, 15025, 9926, 7824, 11091, 8023, 14267, 10583, 7790, 8720, 7079, 12670, 9054, 7378, 9590, 7360, 11879, 9056, 6965, 10156, 7289, 12298, 10199, 7721, 10028, 7398, 12681, 9775, 7165, 9725, 7483, 13142, 9190, 7413, 11833, 7789, 11285, 10366, 8137, 11994, 7794, 11580, 8612, 12393, 11542, 8809, 9635, 8263, 10198, 8589, 8412, 11316, 7399, 9552, 8127, 7397, 12416, 9116, 7283, 9161, 7395, 13191, 10028, 7436, 11076, 8478, 9520, 11656, 7714, 9000, 9246, 7754, 13276, 10030, 7699, 10352, 7207, 13243, 10463, 10520, 9081, 7696, 7398, 10684, 7978, 7079, 11869, 7961, 8027, 12166, 9097, 12073, 8111, 6868, 12078, 8821, 8539, 8655, 6918, 12613, 9611, 7121, 11075, 8220, 9731, 11165, 7130, 11768, 8978, 7451, 12318, 8097, 6920, 10493, 7130, 12716, 11886, 11998, 10168, 7344, 12006, 8959, 13486, 10708, 7246, 10381, 7343, 12753, 10505, 6996, 11475, 7905, 7592, 11961, 8565, 10849, 8737, 7152, 12560, 9184, 7867, 10080, 8019, 12211, 8034, 7367, 11161, 7786, 11166, 8576, 6948, 11957, 9733, 9136, 8709, 7033, 12700, 10306, 6904, 10701, 8197, 11045, 11637, 8630, 12775, 9485, 7579, 11323, 8342, 13242, 9240, 6855, 10823, 7922, 12623, 9574, 7044, 10736, 7709, 11735, 10465, 7423, 10443, 7719, 6943, 11966, 8542, 7286, 10701, 7428, 12669, 8833, 7282, 11758, 9101, 9281, 10270, 7687, 11399, 9269, 7158, 8417, 11762, 12197, 10259, 10978, 8034, 10952, 12770, 9282, 12802, 8334, 7101, 10428, 8145, 11868, 9176, 7124, 11157, 8233, 7286, 11116, 7090, 7657, 10864, 7468, 12320, 9124, 7667, 11400, 8811, 10301, 9069, 6916, 12284, 9877, 7048, 10505, 7657, 11932, 11021, 7199, 10681, 9326, 7542, 14027, 13584, 8513, 10577, 7793, 9892, 10424, 8009, 13023, 8766, 7456, 10888, 8107, 11808, 9032, 7581, 11831, 9265, 6832, 9099, 7388, 12847, 9660, 7170, 10222, 7626, 9754, 11273, 7403, 8921, 9245, 7382, 12927, 9841, 7400, 11853, 10388, 10895, 13637, 9396, 9936, 9104, 7103, 13144, 10121, 7149, 10439, 7538, 11790, 10104, 7756, 11860, 8281, 7290, 11641, 9365, 8016, 9062, 7252, 12521, 9550, 7494, 11040, 8304, 7688, 11573, 8327, 7550, 10675, 7570, 12124, 9455, 7656, 12158, 10159, 8113, 13770, 8761, 8029, 11534, 8960, 13126, 10374, 7570, 10777, 8564, 8298, 10712, 7438, 8677, 9862, 8165, 12215, 7620, 7444, 11808, 9447, 7247, 9761, 7573, 9788, 11459, 7449, 7579, 10706, 8235, 10262, 9029, 7457, 11097, 10309, 7910, 8604, 10438, 7721, 8051, 13142, 11302, 10003, 14378, 11772, 8084, 12798, 9316, 7884, 12672, 9334, 7030, 10388, 8110, 11455, 10633, 7493, 9884, 9815, 7895, 12827, 8775, 7109, 11454, 9361, 7339, 10229, 7144, 12577, 10220, 7848, 11229, 8609, 7755, 11646, 10688, 10504, 10103, 7613, 12809, 13396, 9984, 15481, 9219, 8650, 9597, 8249, 14350, 8880, 8932, 8802, 6881, 12393, 9726, 7177, 9735, 7949, 10448, 10593, 7601, 10032, 9731, 7507, 13851, 8800, 7021, 10648, 8081, 11282, 9666, 7093, 12348, 9611, 7646, 12307, 8742, 6961, 12311, 13081, 11520, 10930, 7846, 12059, 8914, 8858, 11521, 7698, 8950, 8872, 6954, 12302, 9538, 6994, 10015, 7626, 11147, 10693, 7392, 10693, 9056, 7347, 13094, 9077, 7441, 9992, 7617, 12347, 9461, 7194, 11439, 9069, 7822, 10007, 7410, 11960, 10279, 7831, 12806, 8830, 7405, 11786, 10326, 9902, 10310, 7671, 12326, 10039, 7797, 12576, 8601, 7343, 11315, 8223, 8742, 9474, 7087, 12729, 10089, 7047, 10768, 7753, 11267, 10311, 7120, 11734, 8711, 8766, 11541, 7966, 9750, 8927, 6850, 12721, 10094, 7036, 11158, 8381, 10743, 11154, 8557, 12196, 9488, 7426, 10592, 7474, 14729, 11175, 7815, 10363, 7555, 11512, 9928, 7113, 12595, 8537, 7098, 11191, 9124, 8413, 9470, 6954, 12685, 9894, 7111, 12084, 8647, 7049, 12145, 9316, 7223, 10062, 7517, 11113, 9911, 6999, 10623, 10243, 8270, 13314, 12213, 8294, 10656, 8426, 13303, 11822, 8956, 11204, 8356, 8472, 10748, 8015, 10950, 9433, 6889, 11339, 9238, 8986, 10066, 7207, 9835, 10089, 7109, 10089, 8956, 6930, 13032, 9889, 6868, 11390, 9010, 7486, 12020, 9140, 7006, 11580, 10241, 9823, 12609, 10920, 11475, 8667, 7668, 11080, 8875, 8062, 11244, 10593, 8664, 7222, 9291, 10853, 17216, 14932, 15994, 16632, 12991, 16343, 11516, 8607, 15800, 11527, 7693, 10287, 8850, 6900, 10192, 8811, 7610, 7074, 9964, 7930, 7382, 10761, 7882, 6911, 9401, 10016, 8551, 7784, 11185, 8248, 7855, 13170, 11510, 9952, 8523, 9428, 7389, 7649, 10499, 8798, 7478, 11931, 8679, 7826, 10862, 10097, 10014, 9154, 10742, 8342, 7461, 11258, 9341, 8194, 11494, 10402, 7782, 7099, 11373, 8983, 7573], 'WindowCenter': [4349.0, 4302.0, 4270.0, 4307.0, 4276.0, 4265.0, 4293.0, 4294.0, 4263.0, 4305.0, 4262.0, 4252.0, 4284.0, 4284.0, 4254.0, 4294.0, 4254.0, 4255.0, 4295.0, 4276.0, 4245.0, 4285.0, 4277.0, 4294.0, 4284.0, 4256.0, 4305.0, 4285.0, 4244.0, 4305.0, 4255.0, 4244.0, 4285.0, 4266.0, 4306.0, 4286.0, 4267.0, 4307.0, 4317.0, 4285.0, 4284.0, 4254.0, 4263.0, 4284.0, 4275.0, 4284.0, 4274.0, 4255.0, 4304.0, 4284.0, 4265.0, 4304.0, 4285.0, 4252.0, 4295.0, 4265.0, 4268.0, 4296.0, 4275.0, 4256.0, 4285.0, 4276.0, 4296.0, 4286.0, 4266.0, 4274.0, 4296.0, 4286.0, 4295.0, 4275.0, 4255.0, 4304.0, 4284.0, 4253.0, 4293.0, 4283.0, 4264.0, 4304.0, 4275.0, 4264.0, 4303.0, 4303.0, 4252.0, 4293.0, 4262.0, 4272.0, 4271.0, 4282.0, 4273.0, 4282.0, 4261.0, 4254.0, 4303.0, 4293.0, 4252.0, 4282.0, 4273.0, 4272.0, 4283.0, 4262.0, 4262.0, 4283.0, 4264.0, 4282.0, 4262.0, 4264.0, 4313.0, 4284.0, 4254.0, 4293.0, 4276.0, 4254.0, 4305.0, 4285.0, 4255.0, 4304.0, 4264.0, 4292.0, 4314.0, 4283.0, 4302.0, 4261.0, 4240.0, 4279.0, 4250.0, 4299.0, 4280.0, 4251.0, 4279.0, 4251.0, 4250.0, 4291.0, 4251.0, 4261.0, 4272.0, 4242.0, 4302.0, 4262.0, 4253.0, 4293.0, 4285.0, 4254.0, 4295.0, 4266.0, 4294.0, 4283.0, 4253.0, 4293.0, 4273.0, 4253.0, 4314.0, 4274.0, 4265.0, 4303.0, 4275.0, 4313.0, 4304.0, 4273.0, 4302.0, 4252.0, 4250.0, 4280.0, 4251.0, 4291.0, 4270.0, 4241.0, 4290.0, 4249.0, 4279.0, 4270.0, 4250.0, 4274.0, 4283.0, 4254.0, 4295.0, 4265.0, 4276.0, 4304.0, 4263.0, 4264.0, 4283.0, 4254.0, 4304.0, 4285.0, 4265.0, 4307.0, 4296.0, 4266.0, 4306.0, 4286.0, 4265.0, 4319.0, 4289.0, 4266.0, 4305.0, 4285.0, 4264.0, 4305.0, 4294.0, 4275.0, 4264.0, 4296.0, 4252.0, 4303.0, 4312.0, 4272.0, 4279.0, 4272.0, 4269.0, 4259.0, 4252.0, 4291.0, 4262.0, 4264.0, 4293.0, 4286.0, 4295.0, 4284.0, 4255.0, 4304.0, 4295.0, 4265.0, 4305.0, 4265.0, 4295.0, 4274.0, 4255.0, 4306.0, 4278.0, 4286.0, 4275.0, 4267.0, 4306.0, 4287.0, 4285.0, 4264.0, 4266.0, 4304.0, 4297.0, 4256.0, 4295.0, 4256.0, 4294.0, 4295.0, 4266.0, 4304.0, 4274.0, 4252.0, 4305.0, 4305.0, 4314.0, 4285.0, 4251.0, 4291.0, 4292.0, 4272.0, 4279.0, 4250.0, 4251.0, 4292.0, 4262.0, 4281.0, 4263.0, 4243.0, 4303.0, 4294.0, 4267.0, 4304.0, 4265.0, 4273.0, 4304.0, 4264.0, 4284.0, 4263.0, 4243.0, 4302.0, 4274.0, 4251.0, 4292.0, 4253.0, 4293.0, 4282.0, 4253.0, 4303.0, 4292.0, 4261.0, 4313.0, 4271.0, 4250.0, 4271.0, 4241.0, 4290.0, 4281.0, 4261.0, 4292.0, 4260.0, 4243.0, 4302.0, 4285.0, 4252.0, 4283.0, 4253.0, 4282.0, 4283.0, 4263.0, 4284.0, 4284.0, 4253.0, 4303.0, 4253.0, 4254.0, 4305.0, 4286.0, 4274.0, 4284.0, 4257.0, 4305.0, 4296.0, 4263.0, 4293.0, 4274.0, 4252.0, 4304.0, 4315.0, 4275.0, 4304.0, 4253.0, 4273.0, 4281.0, 4251.0, 4301.0, 4281.0, 4254.0, 4290.0, 4240.0, 4292.0, 4282.0, 4261.0, 4271.0, 4263.0, 4255.0, 4256.0, 4308.0, 4296.0, 4267.0, 4309.0, 4277.0, 4275.0, 4307.0, 4266.0, 4286.0, 4275.0, 4245.0, 4315.0, 4287.0, 4266.0, 4308.0, 4277.0, 4269.0, 4317.0, 4256.0, 4266.0, 4317.0, 4309.0, 4307.0, 4297.0, 4267.0, 4304.0, 4315.0, 4285.0, 4325.0, 4274.0, 4252.0, 4292.0, 4273.0, 4303.0, 4273.0, 4254.0, 4302.0, 4294.0, 4252.0, 4293.0, 4258.0, 4294.0, 4305.0, 4254.0, 4294.0, 4274.0, 4255.0, 4318.0, 4275.0, 4265.0, 4304.0, 4286.0, 4265.0, 4294.0, 4254.0, 4283.0, 4304.0, 4295.0, 4314.0, 4303.0, 4274.0, 4302.0, 4272.0, 4251.0, 4303.0, 4273.0, 4252.0, 4292.0, 4241.0, 4302.0, 4293.0, 4252.0, 4292.0, 4263.0, 4265.0, 4303.0, 4294.0, 4253.0, 4304.0, 4276.0, 4284.0, 4294.0, 4255.0, 4255.0, 4294.0, 4256.0, 4283.0, 4285.0, 4269.0, 4316.0, 4307.0, 4266.0, 4308.0, 4276.0, 4255.0, 4318.0, 4316.0, 4275.0, 4304.0, 4266.0, 4251.0, 4302.0, 4283.0, 4283.0, 4272.0, 4255.0, 4292.0, 4272.0, 4252.0, 4303.0, 4263.0, 4266.0, 4318.0, 4287.0, 4264.0, 4295.0, 4254.0, 4265.0, 4265.0, 4307.0, 4277.0, 4278.0, 4289.0, 4270.0, 4320.0, 4308.0, 4268.0, 4297.0, 4278.0, 4286.0, 4316.0, 4276.0, 4269.0, 4309.0, 4267.0, 4317.0, 4297.0, 4277.0, 4306.0, 4305.0, 4285.0, 4315.0, 4305.0, 4263.0, 4305.0, 4263.0, 4305.0, 4285.0, 4263.0, 4293.0, 4252.0, 4252.0, 4316.0, 4263.0, 4269.0, 4308.0, 4286.0, 4285.0, 4298.0, 4266.0, 4316.0, 4295.0, 4266.0, 4305.0, 4267.0, 4258.0, 4316.0, 4286.0, 4266.0, 4306.0, 4266.0, 4318.0, 4298.0, 4266.0, 4305.0, 4287.0, 4281.0, 4331.0, 4296.0, 4243.0, 4292.0, 4274.0, 4284.0, 4317.0, 4284.0, 4254.0, 4294.0, 4263.0, 4303.0, 4294.0, 4263.0, 4282.0, 4264.0, 4283.0, 4304.0, 4265.0, 4254.0, 4284.0, 4254.0, 4314.0, 4266.0, 4256.0, 4304.0, 4287.0, 4306.0, 4274.0, 4267.0, 4314.0, 4296.0, 4255.0, 4305.0, 4265.0, 4284.0, 4305.0, 4276.0, 4276.0, 4306.0, 4266.0, 4314.0, 4294.0, 4266.0, 4314.0, 4263.0, 4281.0, 4281.0, 4260.0, 4300.0, 4261.0, 4243.0, 4290.0, 4262.0, 4291.0, 4271.0, 4263.0, 4305.0, 4276.0, 4253.0, 4304.0, 4266.0, 4275.0, 4307.0, 4268.0, 4305.0, 4276.0, 4266.0, 4327.0, 4289.0, 4267.0, 4320.0, 4299.0, 4278.0, 4308.0, 4278.0, 4317.0, 4307.0, 4268.0, 4307.0, 4287.0, 4267.0, 4326.0, 4308.0, 4320.0, 4296.0, 4265.0, 4276.0, 4295.0, 4286.0, 4265.0, 4306.0, 4284.0, 4296.0, 4276.0, 4266.0, 4292.0, 4265.0, 4272.0, 4303.0, 4265.0, 4255.0, 4285.0, 4255.0, 4307.0, 4276.0, 4280.0, 4320.0, 4298.0, 4270.0, 4307.0, 4281.0, 4321.0, 4301.0, 4270.0, 4322.0, 4280.0, 4279.0, 4331.0, 4279.0, 4290.0, 4301.0, 4270.0, 4321.0, 4323.0, 4288.0, 4317.0, 4280.0, 4307.0, 4299.0, 4289.0, 4326.0, 4297.0, 4268.0, 4295.0, 4265.0, 4314.0, 4295.0, 4262.0, 4274.0, 4241.0, 4304.0, 4276.0, 4252.0, 4285.0, 4265.0, 4303.0, 4288.0, 4269.0, 4309.0, 4280.0, 4331.0, 4311.0, 4280.0, 4299.0, 4270.0, 4318.0, 4299.0, 4259.0, 4295.0, 4267.0, 4317.0, 4288.0, 4268.0, 4318.0, 4266.0, 4307.0, 4296.0, 4278.0, 4316.0, 4265.0, 4305.0, 4275.0, 4303.0, 4307.0, 4274.0, 4284.0, 4264.0, 4283.0, 4274.0, 4264.0, 4303.0, 4266.0, 4285.0, 4277.0, 4264.0, 4318.0, 4289.0, 4265.0, 4301.0, 4270.0, 4316.0, 4299.0, 4269.0, 4317.0, 4288.0, 4299.0, 4320.0, 4277.0, 4300.0, 4299.0, 4279.0, 4330.0, 4300.0, 4278.0, 4298.0, 4268.0, 4341.0, 4315.0, 4307.0, 4288.0, 4267.0, 4255.0, 4308.0, 4277.0, 4265.0, 4314.0, 4275.0, 4264.0, 4316.0, 4287.0, 4315.0, 4275.0, 4242.0, 4315.0, 4284.0, 4274.0, 4274.0, 4255.0, 4315.0, 4297.0, 4266.0, 4317.0, 4289.0, 4299.0, 4318.0, 4269.0, 4317.0, 4297.0, 4268.0, 4318.0, 4277.0, 4267.0, 4308.0, 4256.0, 4317.0, 4317.0, 4305.0, 4294.0, 4252.0, 4301.0, 4273.0, 4312.0, 4292.0, 4251.0, 4292.0, 4253.0, 4301.0, 4294.0, 4254.0, 4302.0, 4263.0, 4263.0, 4305.0, 4276.0, 4306.0, 4274.0, 4253.0, 4315.0, 4285.0, 4262.0, 4294.0, 4263.0, 4314.0, 4275.0, 4264.0, 4305.0, 4276.0, 4316.0, 4287.0, 4268.0, 4318.0, 4298.0, 4298.0, 4286.0, 4267.0, 4316.0, 4308.0, 4266.0, 4306.0, 4286.0, 4306.0, 4317.0, 4286.0, 4316.0, 4295.0, 4263.0, 4293.0, 4263.0, 4314.0, 4282.0, 4241.0, 4292.0, 4264.0, 4303.0, 4283.0, 4252.0, 4293.0, 4265.0, 4303.0, 4305.0, 4264.0, 4304.0, 4266.0, 4256.0, 4316.0, 4287.0, 4277.0, 4309.0, 4268.0, 4328.0, 4297.0, 4279.0, 4316.0, 4287.0, 4299.0, 4309.0, 4280.0, 4317.0, 4296.0, 4266.0, 4289.0, 4318.0, 4329.0, 4307.0, 4308.0, 4276.0, 4306.0, 4316.0, 4286.0, 4315.0, 4274.0, 4253.0, 4294.0, 4265.0, 4303.0, 4283.0, 4255.0, 4306.0, 4277.0, 4266.0, 4317.0, 4268.0, 4279.0, 4319.0, 4279.0, 4328.0, 4299.0, 4277.0, 4317.0, 4299.0, 4308.0, 4297.0, 4270.0, 4329.0, 4309.0, 4266.0, 4308.0, 4279.0, 4318.0, 4318.0, 4269.0, 4307.0, 4297.0, 4278.0, 4328.0, 4328.0, 4285.0, 4307.0, 4277.0, 4295.0, 4305.0, 4276.0, 4327.0, 4284.0, 4263.0, 4305.0, 4275.0, 4315.0, 4286.0, 4277.0, 4317.0, 4297.0, 4257.0, 4298.0, 4279.0, 4327.0, 4308.0, 4269.0, 4307.0, 4280.0, 4299.0, 4319.0, 4280.0, 4299.0, 4297.0, 4268.0, 4328.0, 4309.0, 4279.0, 4328.0, 4308.0, 4308.0, 4328.0, 4296.0, 4296.0, 4284.0, 4253.0, 4314.0, 4294.0, 4254.0, 4294.0, 4265.0, 4304.0, 4293.0, 4265.0, 4315.0, 4275.0, 4267.0, 4316.0, 4298.0, 4275.0, 4297.0, 4278.0, 4327.0, 4297.0, 4278.0, 4318.0, 4289.0, 4277.0, 4318.0, 4288.0, 4278.0, 4308.0, 4277.0, 4317.0, 4296.0, 4278.0, 4319.0, 4308.0, 4276.0, 4326.0, 4287.0, 4275.0, 4305.0, 4285.0, 4314.0, 4293.0, 4264.0, 4293.0, 4275.0, 4273.0, 4294.0, 4263.0, 4285.0, 4295.0, 4276.0, 4316.0, 4276.0, 4278.0, 4317.0, 4297.0, 4278.0, 4308.0, 4278.0, 4309.0, 4330.0, 4279.0, 4279.0, 4321.0, 4290.0, 4308.0, 4299.0, 4279.0, 4319.0, 4323.0, 4294.0, 4302.0, 4323.0, 4279.0, 4278.0, 4326.0, 4306.0, 4299.0, 4339.0, 4317.0, 4276.0, 4314.0, 4284.0, 4264.0, 4317.0, 4286.0, 4253.0, 4282.0, 4264.0, 4306.0, 4294.0, 4267.0, 4295.0, 4295.0, 4276.0, 4327.0, 4286.0, 4267.0, 4317.0, 4299.0, 4268.0, 4308.0, 4268.0, 4328.0, 4309.0, 4289.0, 4318.0, 4288.0, 4266.0, 4318.0, 4308.0, 4307.0, 4307.0, 4266.0, 4314.0, 4316.0, 4284.0, 4325.0, 4284.0, 4261.0, 4271.0, 4262.0, 4313.0, 4272.0, 4271.0, 4271.0, 4240.0, 4302.0, 4283.0, 4253.0, 4293.0, 4264.0, 4294.0, 4305.0, 4265.0, 4296.0, 4296.0, 4265.0, 4327.0, 4286.0, 4254.0, 4294.0, 4275.0, 4306.0, 4295.0, 4255.0, 4314.0, 4296.0, 4266.0, 4317.0, 4287.0, 4255.0, 4315.0, 4327.0, 4305.0, 4295.0, 4264.0, 4302.0, 4273.0, 4272.0, 4303.0, 4263.0, 4271.0, 4272.0, 4253.0, 4303.0, 4296.0, 4254.0, 4294.0, 4265.0, 4305.0, 4306.0, 4267.0, 4306.0, 4285.0, 4266.0, 4327.0, 4286.0, 4266.0, 4295.0, 4266.0, 4316.0, 4296.0, 4256.0, 4305.0, 4287.0, 4276.0, 4307.0, 4268.0, 4316.0, 4308.0, 4277.0, 4327.0, 4285.0, 4254.0, 4305.0, 4296.0, 4295.0, 4295.0, 4265.0, 4303.0, 4295.0, 4265.0, 4314.0, 4275.0, 4252.0, 4303.0, 4274.0, 4273.0, 4284.0, 4254.0, 4313.0, 4295.0, 4256.0, 4305.0, 4266.0, 4305.0, 4306.0, 4267.0, 4327.0, 4288.0, 4286.0, 4318.0, 4276.0, 4295.0, 4285.0, 4255.0, 4326.0, 4307.0, 4267.0, 4317.0, 4288.0, 4306.0, 4308.0, 4286.0, 4316.0, 4296.0, 4263.0, 4294.0, 4253.0, 4324.0, 4305.0, 4262.0, 4293.0, 4264.0, 4301.0, 4293.0, 4254.0, 4315.0, 4285.0, 4254.0, 4304.0, 4295.0, 4276.0, 4296.0, 4267.0, 4326.0, 4297.0, 4267.0, 4327.0, 4287.0, 4267.0, 4318.0, 4298.0, 4267.0, 4307.0, 4267.0, 4318.0, 4308.0, 4269.0, 4318.0, 4309.0, 4289.0, 4329.0, 4329.0, 4276.0, 4306.0, 4275.0, 4314.0, 4305.0, 4273.0, 4302.0, 4274.0, 4262.0, 4293.0, 4263.0, 4303.0, 4284.0, 4253.0, 4304.0, 4285.0, 4284.0, 4295.0, 4266.0, 4293.0, 4306.0, 4266.0, 4307.0, 4297.0, 4267.0, 4327.0, 4309.0, 4268.0, 4317.0, 4298.0, 4268.0, 4329.0, 4298.0, 4268.0, 4317.0, 4309.0, 4324.0, 4332.0, 4320.0, 4331.0, 4301.0, 4276.0, 4317.0, 4284.0, 4264.0, 4306.0, 4306.0, 4286.0, 4267.0, 4297.0, 4307.0, 4348.0, 4325.0, 4325.0, 4323.0, 4290.0, 4309.0, 4276.0, 4246.0, 4297.0, 4275.0, 4236.0, 4265.0, 4256.0, 4238.0, 4277.0, 4268.0, 4249.0, 4240.0, 4281.0, 4263.0, 4265.0, 4304.0, 4264.0, 4255.0, 4295.0, 4296.0, 4287.0, 4266.0, 4306.0, 4276.0, 4276.0, 4317.0, 4306.0, 4296.0, 4275.0, 4283.0, 4254.0, 4264.0, 4295.0, 4285.0, 4267.0, 4317.0, 4285.0, 4266.0, 4306.0, 4296.0, 4296.0, 4286.0, 4306.0, 4275.0, 4265.0, 4306.0, 4285.0, 4276.0, 4317.0, 4305.0, 4266.0, 4256.0, 4316.0, 4286.0, 4267.0], 'WindowWidth': [9603.0, 9528.0, 9478.0, 9523.0, 9477.0, 9460.0, 9494.0, 9497.0, 9455.0, 9514.0, 9451.0, 9439.0, 9486.0, 9483.0, 9443.0, 9496.0, 9444.0, 9448.0, 9500.0, 9479.0, 9435.0, 9488.0, 9482.0, 9499.0, 9487.0, 9450.0, 9515.0, 9488.0, 9432.0, 9516.0, 9449.0, 9432.0, 9487.0, 9462.0, 9517.0, 9492.0, 9469.0, 9521.0, 9532.0, 9489.0, 9485.0, 9447.0, 9455.0, 9487.0, 9476.0, 9486.0, 9471.0, 9448.0, 9512.0, 9484.0, 9461.0, 9514.0, 9490.0, 9441.0, 9502.0, 9464.0, 9472.0, 9508.0, 9479.0, 9452.0, 9490.0, 9478.0, 9505.0, 9491.0, 9465.0, 9474.0, 9507.0, 9493.0, 9504.0, 9476.0, 9450.0, 9514.0, 9486.0, 9444.0, 9495.0, 9483.0, 9458.0, 9514.0, 9476.0, 9461.0, 9509.0, 9512.0, 9442.0, 9495.0, 9453.0, 9464.0, 9462.0, 9480.0, 9468.0, 9478.0, 9451.0, 9447.0, 9511.0, 9496.0, 9439.0, 9480.0, 9468.0, 9467.0, 9482.0, 9455.0, 9454.0, 9483.0, 9458.0, 9482.0, 9455.0, 9461.0, 9523.0, 9487.0, 9446.0, 9499.0, 9480.0, 9447.0, 9517.0, 9491.0, 9450.0, 9515.0, 9460.0, 9492.0, 9527.0, 9483.0, 9507.0, 9451.0, 9420.0, 9471.0, 9433.0, 9498.0, 9475.0, 9435.0, 9473.0, 9437.0, 9434.0, 9492.0, 9439.0, 9453.0, 9468.0, 9429.0, 9509.0, 9456.0, 9446.0, 9499.0, 9491.0, 9447.0, 9504.0, 9467.0, 9500.0, 9486.0, 9445.0, 9497.0, 9470.0, 9444.0, 9528.0, 9475.0, 9464.0, 9512.0, 9477.0, 9525.0, 9514.0, 9469.0, 9509.0, 9440.0, 9433.0, 9475.0, 9436.0, 9490.0, 9463.0, 9424.0, 9487.0, 9435.0, 9473.0, 9462.0, 9435.0, 9472.0, 9484.0, 9447.0, 9502.0, 9465.0, 9480.0, 9514.0, 9459.0, 9461.0, 9486.0, 9448.0, 9517.0, 9491.0, 9465.0, 9524.0, 9509.0, 9468.0, 9520.0, 9494.0, 9465.0, 9542.0, 9503.0, 9469.0, 9516.0, 9491.0, 9461.0, 9518.0, 9503.0, 9478.0, 9461.0, 9506.0, 9441.0, 9512.0, 9522.0, 9464.0, 9472.0, 9465.0, 9458.0, 9446.0, 9440.0, 9491.0, 9454.0, 9458.0, 9498.0, 9492.0, 9506.0, 9490.0, 9450.0, 9513.0, 9503.0, 9464.0, 9516.0, 9465.0, 9504.0, 9476.0, 9451.0, 9518.0, 9484.0, 9492.0, 9477.0, 9471.0, 9518.0, 9495.0, 9491.0, 9461.0, 9468.0, 9514.0, 9509.0, 9453.0, 9503.0, 9455.0, 9503.0, 9504.0, 9465.0, 9516.0, 9474.0, 9442.0, 9517.0, 9517.0, 9525.0, 9487.0, 9438.0, 9488.0, 9492.0, 9465.0, 9473.0, 9436.0, 9436.0, 9494.0, 9456.0, 9479.0, 9456.0, 9430.0, 9512.0, 9502.0, 9469.0, 9513.0, 9465.0, 9471.0, 9514.0, 9460.0, 9488.0, 9459.0, 9432.0, 9511.0, 9474.0, 9441.0, 9495.0, 9446.0, 9499.0, 9483.0, 9445.0, 9510.0, 9496.0, 9453.0, 9526.0, 9465.0, 9435.0, 9462.0, 9425.0, 9487.0, 9478.0, 9452.0, 9495.0, 9450.0, 9430.0, 9510.0, 9489.0, 9442.0, 9485.0, 9445.0, 9482.0, 9484.0, 9460.0, 9489.0, 9486.0, 9445.0, 9513.0, 9447.0, 9448.0, 9516.0, 9494.0, 9475.0, 9489.0, 9456.0, 9518.0, 9506.0, 9460.0, 9499.0, 9472.0, 9443.0, 9514.0, 9531.0, 9474.0, 9513.0, 9445.0, 9469.0, 9477.0, 9438.0, 9508.0, 9479.0, 9448.0, 9489.0, 9423.0, 9492.0, 9480.0, 9450.0, 9464.0, 9460.0, 9453.0, 9456.0, 9526.0, 9507.0, 9470.0, 9527.0, 9482.0, 9478.0, 9525.0, 9467.0, 9495.0, 9477.0, 9439.0, 9533.0, 9497.0, 9467.0, 9524.0, 9483.0, 9477.0, 9536.0, 9456.0, 9468.0, 9539.0, 9530.0, 9525.0, 9513.0, 9470.0, 9513.0, 9530.0, 9490.0, 9544.0, 9476.0, 9442.0, 9494.0, 9470.0, 9510.0, 9471.0, 9449.0, 9509.0, 9503.0, 9443.0, 9499.0, 9457.0, 9500.0, 9518.0, 9449.0, 9502.0, 9475.0, 9451.0, 9539.0, 9479.0, 9466.0, 9515.0, 9494.0, 9466.0, 9502.0, 9450.0, 9485.0, 9515.0, 9504.0, 9530.0, 9514.0, 9475.0, 9507.0, 9468.0, 9439.0, 9511.0, 9469.0, 9441.0, 9495.0, 9428.0, 9510.0, 9500.0, 9442.0, 9495.0, 9458.0, 9465.0, 9514.0, 9502.0, 9447.0, 9515.0, 9478.0, 9488.0, 9502.0, 9453.0, 9454.0, 9503.0, 9454.0, 9488.0, 9493.0, 9478.0, 9534.0, 9526.0, 9469.0, 9526.0, 9481.0, 9451.0, 9540.0, 9536.0, 9478.0, 9513.0, 9464.0, 9439.0, 9509.0, 9485.0, 9485.0, 9470.0, 9449.0, 9496.0, 9468.0, 9442.0, 9513.0, 9458.0, 9468.0, 9539.0, 9498.0, 9459.0, 9504.0, 9450.0, 9466.0, 9465.0, 9523.0, 9485.0, 9490.0, 9504.0, 9482.0, 9547.0, 9527.0, 9475.0, 9513.0, 9488.0, 9493.0, 9536.0, 9483.0, 9475.0, 9529.0, 9471.0, 9539.0, 9512.0, 9486.0, 9520.0, 9518.0, 9491.0, 9532.0, 9518.0, 9457.0, 9516.0, 9458.0, 9514.0, 9487.0, 9457.0, 9498.0, 9442.0, 9444.0, 9534.0, 9462.0, 9477.0, 9524.0, 9497.0, 9492.0, 9512.0, 9470.0, 9534.0, 9506.0, 9467.0, 9518.0, 9472.0, 9459.0, 9536.0, 9496.0, 9470.0, 9521.0, 9470.0, 9539.0, 9512.0, 9468.0, 9518.0, 9497.0, 9495.0, 9566.0, 9509.0, 9430.0, 9495.0, 9476.0, 9486.0, 9538.0, 9489.0, 9447.0, 9502.0, 9460.0, 9511.0, 9501.0, 9458.0, 9482.0, 9461.0, 9483.0, 9514.0, 9464.0, 9449.0, 9486.0, 9449.0, 9529.0, 9467.0, 9457.0, 9518.0, 9498.0, 9520.0, 9477.0, 9470.0, 9530.0, 9507.0, 9452.0, 9516.0, 9463.0, 9487.0, 9519.0, 9481.0, 9482.0, 9521.0, 9467.0, 9529.0, 9503.0, 9465.0, 9528.0, 9459.0, 9479.0, 9480.0, 9449.0, 9505.0, 9452.0, 9430.0, 9489.0, 9455.0, 9493.0, 9466.0, 9458.0, 9517.0, 9478.0, 9447.0, 9516.0, 9468.0, 9478.0, 9523.0, 9473.0, 9521.0, 9482.0, 9469.0, 9551.0, 9504.0, 9474.0, 9545.0, 9520.0, 9488.0, 9527.0, 9488.0, 9538.0, 9527.0, 9474.0, 9525.0, 9498.0, 9471.0, 9552.0, 9528.0, 9543.0, 9508.0, 9464.0, 9480.0, 9504.0, 9496.0, 9461.0, 9518.0, 9488.0, 9506.0, 9478.0, 9465.0, 9497.0, 9461.0, 9469.0, 9514.0, 9464.0, 9450.0, 9489.0, 9452.0, 9523.0, 9482.0, 9494.0, 9547.0, 9516.0, 9479.0, 9526.0, 9497.0, 9550.0, 9521.0, 9479.0, 9552.0, 9493.0, 9489.0, 9563.0, 9491.0, 9507.0, 9520.0, 9479.0, 9549.0, 9554.0, 9501.0, 9539.0, 9491.0, 9520.0, 9516.0, 9500.0, 9551.0, 9511.0, 9469.0, 9502.0, 9462.0, 9531.0, 9504.0, 9455.0, 9473.0, 9425.0, 9512.0, 9477.0, 9442.0, 9490.0, 9466.0, 9514.0, 9500.0, 9475.0, 9529.0, 9495.0, 9561.0, 9536.0, 9494.0, 9516.0, 9478.0, 9540.0, 9515.0, 9462.0, 9507.0, 9470.0, 9536.0, 9499.0, 9473.0, 9540.0, 9469.0, 9521.0, 9511.0, 9485.0, 9535.0, 9465.0, 9515.0, 9477.0, 9509.0, 9523.0, 9473.0, 9486.0, 9458.0, 9482.0, 9474.0, 9459.0, 9512.0, 9468.0, 9492.0, 9482.0, 9463.0, 9540.0, 9502.0, 9468.0, 9522.0, 9481.0, 9537.0, 9518.0, 9477.0, 9540.0, 9504.0, 9518.0, 9547.0, 9488.0, 9519.0, 9516.0, 9490.0, 9561.0, 9521.0, 9487.0, 9513.0, 9473.0, 9581.0, 9547.0, 9526.0, 9496.0, 9469.0, 9452.0, 9526.0, 9489.0, 9468.0, 9529.0, 9480.0, 9461.0, 9537.0, 9498.0, 9533.0, 9480.0, 9434.0, 9530.0, 9490.0, 9475.0, 9477.0, 9453.0, 9531.0, 9514.0, 9471.0, 9540.0, 9505.0, 9516.0, 9544.0, 9480.0, 9538.0, 9512.0, 9476.0, 9543.0, 9487.0, 9473.0, 9527.0, 9455.0, 9540.0, 9540.0, 9519.0, 9504.0, 9443.0, 9507.0, 9472.0, 9525.0, 9498.0, 9441.0, 9496.0, 9445.0, 9507.0, 9502.0, 9448.0, 9512.0, 9459.0, 9459.0, 9519.0, 9482.0, 9520.0, 9477.0, 9448.0, 9535.0, 9494.0, 9459.0, 9502.0, 9461.0, 9532.0, 9478.0, 9465.0, 9520.0, 9484.0, 9537.0, 9500.0, 9477.0, 9540.0, 9516.0, 9514.0, 9498.0, 9473.0, 9536.0, 9528.0, 9470.0, 9524.0, 9498.0, 9522.0, 9542.0, 9498.0, 9537.0, 9507.0, 9460.0, 9501.0, 9459.0, 9529.0, 9482.0, 9429.0, 9497.0, 9464.0, 9513.0, 9487.0, 9445.0, 9500.0, 9466.0, 9514.0, 9519.0, 9465.0, 9518.0, 9471.0, 9457.0, 9538.0, 9499.0, 9486.0, 9530.0, 9476.0, 9557.0, 9513.0, 9491.0, 9537.0, 9501.0, 9517.0, 9532.0, 9493.0, 9538.0, 9510.0, 9471.0, 9506.0, 9542.0, 9560.0, 9526.0, 9528.0, 9482.0, 9520.0, 9537.0, 9494.0, 9533.0, 9475.0, 9446.0, 9501.0, 9464.0, 9515.0, 9486.0, 9453.0, 9522.0, 9485.0, 9469.0, 9540.0, 9477.0, 9492.0, 9546.0, 9494.0, 9559.0, 9519.0, 9487.0, 9540.0, 9519.0, 9529.0, 9514.0, 9481.0, 9558.0, 9533.0, 9471.0, 9528.0, 9491.0, 9543.0, 9542.0, 9480.0, 9527.0, 9512.0, 9487.0, 9557.0, 9557.0, 9495.0, 9524.0, 9484.0, 9507.0, 9519.0, 9482.0, 9552.0, 9492.0, 9463.0, 9518.0, 9480.0, 9534.0, 9496.0, 9487.0, 9537.0, 9512.0, 9461.0, 9515.0, 9494.0, 9554.0, 9531.0, 9479.0, 9527.0, 9497.0, 9517.0, 9547.0, 9495.0, 9518.0, 9515.0, 9475.0, 9560.0, 9532.0, 9493.0, 9556.0, 9530.0, 9530.0, 9559.0, 9511.0, 9511.0, 9491.0, 9447.0, 9531.0, 9504.0, 9450.0, 9503.0, 9468.0, 9515.0, 9502.0, 9466.0, 9531.0, 9481.0, 9473.0, 9537.0, 9516.0, 9482.0, 9513.0, 9491.0, 9553.0, 9513.0, 9489.0, 9546.0, 9507.0, 9487.0, 9544.0, 9504.0, 9492.0, 9528.0, 9487.0, 9541.0, 9511.0, 9490.0, 9543.0, 9529.0, 9485.0, 9554.0, 9499.0, 9479.0, 9518.0, 9493.0, 9533.0, 9502.0, 9464.0, 9501.0, 9478.0, 9475.0, 9502.0, 9461.0, 9492.0, 9506.0, 9482.0, 9537.0, 9484.0, 9490.0, 9540.0, 9514.0, 9490.0, 9530.0, 9492.0, 9533.0, 9563.0, 9495.0, 9495.0, 9552.0, 9511.0, 9533.0, 9521.0, 9494.0, 9545.0, 9559.0, 9521.0, 9528.0, 9558.0, 9494.0, 9488.0, 9551.0, 9523.0, 9517.0, 9574.0, 9540.0, 9482.0, 9530.0, 9488.0, 9462.0, 9539.0, 9494.0, 9446.0, 9482.0, 9462.0, 9521.0, 9504.0, 9472.0, 9505.0, 9506.0, 9483.0, 9552.0, 9497.0, 9472.0, 9538.0, 9520.0, 9475.0, 9529.0, 9478.0, 9554.0, 9534.0, 9504.0, 9542.0, 9501.0, 9469.0, 9541.0, 9530.0, 9526.0, 9526.0, 9468.0, 9530.0, 9535.0, 9490.0, 9546.0, 9488.0, 9454.0, 9465.0, 9452.0, 9526.0, 9470.0, 9466.0, 9464.0, 9423.0, 9509.0, 9485.0, 9448.0, 9501.0, 9463.0, 9502.0, 9518.0, 9467.0, 9508.0, 9509.0, 9467.0, 9551.0, 9495.0, 9451.0, 9503.0, 9478.0, 9521.0, 9505.0, 9453.0, 9529.0, 9511.0, 9470.0, 9539.0, 9498.0, 9454.0, 9534.0, 9551.0, 9520.0, 9504.0, 9461.0, 9509.0, 9471.0, 9468.0, 9511.0, 9458.0, 9467.0, 9470.0, 9446.0, 9514.0, 9508.0, 9450.0, 9503.0, 9467.0, 9519.0, 9523.0, 9471.0, 9522.0, 9493.0, 9467.0, 9554.0, 9497.0, 9469.0, 9506.0, 9468.0, 9536.0, 9507.0, 9456.0, 9520.0, 9498.0, 9483.0, 9526.0, 9476.0, 9534.0, 9529.0, 9486.0, 9555.0, 9495.0, 9451.0, 9520.0, 9510.0, 9506.0, 9505.0, 9466.0, 9511.0, 9505.0, 9464.0, 9531.0, 9478.0, 9445.0, 9514.0, 9475.0, 9474.0, 9489.0, 9450.0, 9529.0, 9507.0, 9456.0, 9521.0, 9470.0, 9519.0, 9523.0, 9472.0, 9554.0, 9504.0, 9496.0, 9542.0, 9484.0, 9508.0, 9494.0, 9452.0, 9550.0, 9525.0, 9473.0, 9541.0, 9502.0, 9522.0, 9529.0, 9497.0, 9538.0, 9509.0, 9462.0, 9504.0, 9447.0, 9544.0, 9518.0, 9458.0, 9498.0, 9464.0, 9508.0, 9500.0, 9449.0, 9533.0, 9493.0, 9450.0, 9516.0, 9507.0, 9483.0, 9508.0, 9474.0, 9549.0, 9513.0, 9474.0, 9554.0, 9500.0, 9472.0, 9543.0, 9515.0, 9473.0, 9526.0, 9473.0, 9542.0, 9529.0, 9479.0, 9545.0, 9532.0, 9504.0, 9562.0, 9559.0, 9484.0, 9523.0, 9478.0, 9531.0, 9518.0, 9473.0, 9512.0, 9477.0, 9455.0, 9498.0, 9461.0, 9515.0, 9491.0, 9448.0, 9515.0, 9492.0, 9492.0, 9507.0, 9472.0, 9503.0, 9525.0, 9472.0, 9527.0, 9515.0, 9474.0, 9555.0, 9531.0, 9478.0, 9539.0, 9515.0, 9475.0, 9560.0, 9517.0, 9479.0, 9541.0, 9534.0, 9563.0, 9569.0, 9547.0, 9565.0, 9528.0, 9483.0, 9539.0, 9490.0, 9462.0, 9522.0, 9521.0, 9497.0, 9474.0, 9514.0, 9527.0, 9582.0, 9548.0, 9552.0, 9541.0, 9487.0, 9512.0, 9463.0, 9420.0, 9492.0, 9460.0, 9410.0, 9446.0, 9436.0, 9418.0, 9468.0, 9457.0, 9436.0, 9423.0, 9480.0, 9462.0, 9465.0, 9516.0, 9464.0, 9451.0, 9506.0, 9508.0, 9500.0, 9469.0, 9521.0, 9481.0, 9483.0, 9537.0, 9524.0, 9509.0, 9479.0, 9486.0, 9450.0, 9461.0, 9506.0, 9493.0, 9471.0, 9540.0, 9493.0, 9469.0, 9523.0, 9510.0, 9508.0, 9495.0, 9522.0, 9478.0, 9467.0, 9522.0, 9495.0, 9483.0, 9537.0, 9520.0, 9468.0, 9456.0, 9534.0, 9494.0, 9471.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.002179272727272727</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04310532499999999</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.222865118385066</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.239091332858226</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.989933687202425</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4735</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7171.8721</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13010361770491644</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>177</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.409090909090908</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5734318955398487</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3913957611665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.826662932607104</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5022369928459414</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00826201</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0083945132791996</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0347960963845253</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</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.8926937996305573</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.567</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7989</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.0667</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299127.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>766.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.4307</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4199</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.979</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3478.7485</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3696.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77417.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1152.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4550.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.4649</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.85324644902721</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> |