=== 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-0035 --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-0035",
"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-0035_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0035_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0035/ses-04/func/sub-0035_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>865fffdd24c0af450a7911882f518287</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>11:22:37.442500</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.991749, -0.0432748, 0.12067, 0.0282218, 0.991909, 0.123773]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0888477</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7743, -7276, 651, -48, -146, 95, 79]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.838</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ba38bc0e-d51f-4ea5-a405-683a9a825a7f||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.660789966583252, 0.07571690529584885, 0.3376350402832031, 101.01716613769531], [0.11610306799411774, 2.661219596862793, 0.322236031293869, -106.7984848022461], [0.32374897599220276, -0.3320751190185547, 2.6593546867370605, -78.444580078125], [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': ['112237.442500', '112237.902500', '112238.362500', '112238.822500', '112239.282500', '112239.742500', '112240.202500', '112240.662500', '112241.122500', '112241.582500', '112242.042500', '112242.502500', '112242.962500', '112243.422500', '112243.882500', '112244.342500', '112244.802500', '112245.262500', '112245.722500', '112246.182500', '112246.642500', '112247.102500', '112247.562500', '112248.022500', '112248.482500', '112248.942500', '112249.402500', '112249.862500', '112250.322500', '112250.782500', '112251.242500', '112251.702500', '112252.162500', '112252.622500', '112253.082500', '112253.542500', '112254.002500', '112254.462500', '112254.922500', '112255.382500', '112255.842500', '112256.302500', '112256.762500', '112257.222500', '112257.682500', '112258.142500', '112258.602500', '112259.062500', '112259.522500', '112259.982500', '112300.442500', '112300.902500', '112301.362500', '112301.822500', '112302.282500', '112302.742500', '112303.202500', '112303.662500', '112304.122500', '112304.582500', '112305.042500', '112305.502500', '112305.962500', '112306.422500', '112306.882500', '112307.342500', '112307.802500', '112308.262500', '112308.722500', '112309.182500', '112309.642500', '112310.102500', '112310.562500', '112311.022500', '112311.482500', '112311.942500', '112312.402500', '112312.862500', '112313.322500', '112313.782500', '112314.242500', '112314.702500', '112315.162500', '112315.622500', '112316.082500', '112316.542500', '112317.002500', '112317.462500', '112317.922500', '112318.382500', '112318.842500', '112319.302500', '112319.762500', '112320.222500', '112320.682500', '112321.142500', '112321.602500', '112322.062500', '112322.522500', '112322.982500', '112323.442500', '112323.902500', '112324.362500', '112324.822500', '112325.282500', '112325.742500', '112326.202500', '112326.662500', '112327.122500', '112327.582500', '112328.042500', '112328.502500', '112328.962500', '112329.422500', '112329.882500', '112330.342500', '112330.802500', '112331.262500', '112331.722500', '112332.182500', '112332.642500', '112333.102500', '112333.562500', '112334.022500', '112334.482500', '112334.942500', '112335.402500', '112335.862500', '112336.322500', '112336.782500', '112337.242500', '112337.702500', '112338.162500', '112338.622500', '112339.082500', '112339.542500', '112340.002500', '112340.462500', '112340.922500', '112341.382500', '112341.842500', '112342.302500', '112342.762500', '112343.222500', '112343.682500', '112344.142500', '112344.602500', '112345.062500', '112345.522500', '112345.982500', '112346.442500', '112346.902500', '112347.362500', '112347.822500', '112348.282500', '112348.742500', '112349.202500', '112349.662500', '112350.122500', '112350.582500', '112351.042500', '112351.502500', '112351.962500', '112352.422500', '112352.882500', '112353.342500', '112353.802500', '112354.262500', '112354.722500', '112355.182500', '112355.642500', '112356.102500', '112356.562500', '112357.022500', '112357.482500', '112357.942500', '112358.402500', '112358.862500', '112359.322500', '112359.782500', '112400.242500', '112400.702500', '112401.162500', '112401.622500', '112402.082500', '112402.542500', '112403.002500', '112403.462500', '112403.922500', '112404.382500', '112404.842500', '112405.302500', '112405.762500', '112406.222500', '112406.682500', '112407.142500', '112407.602500', '112408.062500', '112408.522500', '112408.982500', '112409.442500', '112409.902500', '112410.362500', '112410.822500', '112411.282500', '112411.742500', '112412.202500', '112412.662500', '112413.122500', '112413.582500', '112414.042500', '112414.502500', '112414.962500', '112415.422500', '112415.882500', '112416.342500', '112416.802500', '112417.262500', '112417.722500', '112418.182500', '112418.642500', '112419.102500', '112419.562500', '112420.022500', '112420.482500', '112420.942500', '112421.402500', '112421.862500', '112422.322500', '112422.782500', '112423.242500', '112423.702500', '112424.162500', '112424.622500', '112425.082500', '112425.542500', '112426.002500', '112426.462500', '112426.922500', '112427.382500', '112427.842500', '112428.302500', '112428.762500', '112429.222500', '112429.682500', '112430.142500', '112430.602500', '112431.062500', '112431.522500', '112431.982500', '112432.442500', '112432.902500', '112433.362500', '112433.822500', '112434.282500', '112434.742500', '112435.202500', '112435.662500', '112436.122500', '112436.582500', '112437.042500', '112437.502500', '112437.962500', '112438.422500', '112438.882500', '112439.342500', '112439.802500', '112440.262500', '112440.722500', '112441.182500', '112441.642500', '112442.102500', '112442.562500', '112443.022500', '112443.482500', '112443.942500', '112444.402500', '112444.862500', '112445.322500', '112445.782500', '112446.242500', '112446.702500', '112447.162500', '112447.622500', '112448.082500', '112448.542500', '112449.002500', '112449.462500', '112449.922500', '112450.382500', '112450.842500', '112451.302500', '112451.762500', '112452.222500', '112452.682500', '112453.142500', '112453.602500', '112454.062500', '112454.522500', '112454.982500', '112455.442500', '112455.902500', '112456.362500', '112456.822500', '112457.282500', '112457.742500', '112458.202500', '112458.662500', '112459.122500', '112459.582500', '112500.042500', '112500.502500', '112500.962500', '112501.422500', '112501.882500', '112502.342500', '112502.802500', '112503.262500', '112503.722500', '112504.182500', '112504.642500', '112505.102500', '112505.562500', '112506.022500', '112506.482500', '112506.942500', '112507.402500', '112507.862500', '112508.322500', '112508.782500', '112509.242500', '112509.702500', '112510.162500', '112510.622500', '112511.082500', '112511.542500', '112512.002500', '112512.462500', '112512.922500', '112513.382500', '112513.842500', '112514.302500', '112514.762500', '112515.222500', '112515.682500', '112516.142500', '112516.602500', '112517.062500', '112517.522500', '112517.982500', '112518.442500', '112518.902500', '112519.362500', '112519.822500', '112520.282500', '112520.742500', '112521.202500', '112521.662500', '112522.122500', '112522.582500', '112523.042500', '112523.502500', '112523.962500', '112524.422500', '112524.882500', '112525.342500', '112525.802500', '112526.262500', '112526.722500', '112527.182500', '112527.642500', '112528.102500', '112528.562500', '112529.022500', '112529.482500', '112529.942500', '112530.402500', '112530.862500', '112531.322500', '112531.782500', '112532.242500', '112532.702500', '112533.162500', '112533.622500', '112534.082500', '112534.542500', '112535.002500', '112535.462500', '112535.922500', '112536.382500', '112536.842500', '112537.302500', '112537.762500', '112538.222500', '112538.682500', '112539.142500', '112539.602500', '112540.062500', '112540.522500', '112540.982500', '112541.442500', '112541.902500', '112542.362500', '112542.822500', '112543.282500', '112543.742500', '112544.202500', '112544.662500', '112545.122500', '112545.582500', '112546.042500', '112546.502500', '112546.962500', '112547.422500', '112547.882500', '112548.342500', '112548.802500', '112549.262500', '112549.722500', '112550.182500', '112550.642500', '112551.102500', '112551.562500', '112552.022500', '112552.482500', '112552.942500', '112553.402500', '112553.862500', '112554.322500', '112554.782500', '112555.242500', '112555.702500', '112556.162500', '112556.622500', '112557.082500', '112557.542500', '112558.002500', '112558.462500', '112558.922500', '112559.382500', '112559.842500', '112600.302500', '112600.762500', '112601.222500', '112601.682500', '112602.142500', '112602.602500', '112603.062500', '112603.522500', '112603.982500', '112604.442500', '112604.902500', '112605.362500', '112605.822500', '112606.282500', '112606.742500', '112607.202500', '112607.662500', '112608.122500', '112608.582500', '112609.042500', '112609.502500', '112609.962500', '112610.422500', '112610.882500', '112611.342500', '112611.802500', '112612.262500', '112612.722500', '112613.182500', '112613.642500', '112614.102500', '112614.562500', '112615.022500', '112615.482500', '112615.942500', '112616.402500', '112616.862500', '112617.322500', '112617.782500', '112618.242500', '112618.702500', '112619.162500', '112619.622500', '112620.082500', '112620.542500', '112621.002500', '112621.462500', '112621.922500', '112622.382500', '112622.842500', '112623.302500', '112623.762500', '112624.222500', '112624.682500', '112625.142500', '112625.602500', '112626.062500', '112626.522500', '112626.982500', '112627.442500', '112627.902500', '112628.362500', '112628.822500', '112629.282500', '112629.742500', '112630.202500', '112630.662500', '112631.122500', '112631.582500', '112632.042500', '112632.502500', '112632.962500', '112633.422500', '112633.882500', '112634.342500', '112634.802500', '112635.262500', '112635.722500', '112636.182500', '112636.642500', '112637.102500', '112637.562500', '112638.022500', '112638.482500', '112638.942500', '112639.402500', '112639.862500', '112640.322500', '112640.782500', '112641.242500', '112641.702500', '112642.162500', '112642.622500', '112643.082500', '112643.542500', '112644.002500', '112644.462500', '112644.922500', '112645.382500', '112645.842500', '112646.302500', '112646.762500', '112647.222500', '112647.682500', '112648.142500', '112648.602500', '112649.062500', '112649.522500', '112649.982500', '112650.442500', '112650.902500', '112651.362500', '112651.822500', '112652.282500', '112652.742500', '112653.202500', '112653.662500', '112654.122500', '112654.582500', '112655.042500', '112655.502500', '112655.962500', '112656.422500', '112656.882500', '112657.342500', '112657.802500', '112658.262500', '112658.722500', '112659.182500', '112659.642500', '112700.102500', '112700.562500', '112701.022500', '112701.482500', '112701.942500', '112702.402500', '112702.862500', '112703.322500', '112703.782500', '112704.242500', '112704.702500', '112705.162500', '112705.622500', '112706.082500', '112706.542500', '112707.002500', '112707.462500', '112707.922500', '112708.382500', '112708.842500', '112709.302500', '112709.762500', '112710.222500', '112710.682500', '112711.142500', '112711.602500', '112712.062500', '112712.522500', '112712.982500', '112713.442500', '112713.902500', '112714.362500', '112714.822500', '112715.282500', '112715.742500', '112716.202500', '112716.662500', '112717.122500', '112717.582500', '112718.042500', '112718.502500', '112718.962500', '112719.422500', '112719.882500', '112720.342500', '112720.802500', '112721.262500', '112721.722500', '112722.182500', '112722.642500', '112723.102500', '112723.562500', '112724.022500', '112724.482500', '112724.942500', '112725.402500', '112725.862500', '112726.322500', '112726.782500', '112727.242500', '112727.702500', '112728.162500', '112728.622500', '112729.082500', '112729.542500', '112730.002500', '112730.462500', '112730.922500', '112731.382500', '112731.842500', '112732.302500', '112732.762500', '112733.222500', '112733.682500', '112734.142500', '112734.602500', '112735.062500', '112735.522500', '112735.982500', '112736.442500', '112736.902500', '112737.362500', '112737.822500', '112738.282500', '112738.742500', '112739.202500', '112739.662500', '112740.122500', '112740.582500', '112741.042500', '112741.502500', '112741.962500', '112742.422500', '112742.882500', '112743.342500', '112743.802500', '112744.262500', '112744.722500', '112745.182500', '112745.642500', '112746.102500', '112746.562500', '112747.022500', '112747.482500', '112747.942500', '112748.402500', '112748.862500', '112749.322500', '112749.782500', '112750.242500', '112750.702500', '112751.162500', '112751.622500', '112752.082500', '112752.542500', '112753.002500', '112753.462500', '112753.922500', '112754.382500', '112754.842500', '112755.302500', '112755.762500', '112756.222500', '112756.682500', '112757.142500', '112757.602500', '112758.062500', '112758.522500', '112758.982500', '112759.442500', '112759.902500', '112800.362500', '112800.822500', '112801.282500', '112801.742500', '112802.202500', '112802.662500', '112803.122500', '112803.582500', '112804.042500', '112804.502500', '112804.962500', '112805.422500', '112805.882500', '112806.342500', '112806.802500', '112807.262500', '112807.722500', '112808.182500', '112808.642500', '112809.102500', '112809.562500', '112810.022500', '112810.482500', '112810.942500', '112811.402500', '112811.862500', '112812.322500', '112812.782500', '112813.242500', '112813.702500', '112814.162500', '112814.622500', '112815.082500', '112815.542500', '112816.002500', '112816.462500', '112816.922500', '112817.382500', '112817.842500', '112818.302500', '112818.762500', '112819.222500', '112819.682500', '112820.142500', '112820.602500', '112821.062500', '112821.522500', '112821.982500', '112822.442500', '112822.902500', '112823.362500', '112823.822500', '112824.282500', '112824.742500', '112825.202500', '112825.662500', '112826.122500', '112826.582500', '112827.042500', '112827.502500', '112827.962500', '112828.422500', '112828.882500', '112829.342500', '112829.802500', '112830.262500', '112830.722500', '112831.182500', '112831.642500', '112832.102500', '112832.562500', '112833.022500', '112833.482500', '112833.942500', '112834.402500', '112834.862500', '112835.322500', '112835.782500', '112836.242500', '112836.702500', '112837.162500', '112837.622500', '112838.082500', '112838.542500', '112839.002500', '112839.462500', '112839.922500', '112840.382500', '112840.842500', '112841.302500', '112841.762500', '112842.222500', '112842.682500', '112843.142500', '112843.602500', '112844.062500', '112844.522500', '112844.982500', '112845.442500', '112845.902500', '112846.362500', '112846.822500', '112847.282500', '112847.742500', '112848.202500', '112848.662500', '112849.122500', '112849.582500', '112850.042500', '112850.502500', '112850.962500', '112851.422500', '112851.882500', '112852.342500', '112852.802500', '112853.262500', '112853.722500', '112854.182500', '112854.642500', '112855.102500', '112855.562500', '112856.022500', '112856.482500', '112856.942500', '112857.402500', '112857.862500', '112858.322500', '112858.782500', '112859.242500', '112859.702500', '112900.162500', '112900.622500', '112901.082500', '112901.542500', '112902.002500', '112902.462500', '112902.922500', '112903.382500', '112903.842500', '112904.302500', '112904.762500', '112905.222500', '112905.682500', '112906.142500', '112906.602500', '112907.062500', '112907.522500', '112907.982500', '112908.442500', '112908.902500', '112909.362500', '112909.822500', '112910.282500', '112910.742500', '112911.202500', '112911.662500', '112912.122500', '112912.582500', '112913.042500', '112913.502500', '112913.962500', '112914.422500', '112914.882500', '112915.342500', '112915.802500', '112916.262500', '112916.722500', '112917.182500', '112917.642500', '112918.102500', '112918.562500', '112919.022500', '112919.482500', '112919.942500', '112920.402500', '112920.862500', '112921.322500', '112921.782500', '112922.242500', '112922.702500', '112923.162500', '112923.622500', '112924.082500', '112924.542500', '112925.002500', '112925.462500', '112925.922500', '112926.382500', '112926.842500', '112927.302500', '112927.762500', '112928.222500', '112928.682500', '112929.142500', '112929.602500', '112930.062500', '112930.522500', '112930.982500', '112931.442500', '112931.902500', '112932.362500', '112932.822500', '112933.282500', '112933.742500', '112934.202500', '112934.662500', '112935.122500', '112935.582500', '112936.042500', '112936.502500', '112936.962500', '112937.422500', '112937.882500', '112938.342500', '112938.802500', '112939.262500', '112939.722500', '112940.182500', '112940.642500', '112941.102500', '112941.562500', '112942.022500', '112942.482500', '112942.942500', '112943.402500', '112943.862500', '112944.322500', '112944.782500', '112945.242500', '112945.702500', '112946.162500', '112946.622500', '112947.082500', '112947.542500', '112948.002500', '112948.462500', '112948.922500', '112949.382500', '112949.842500', '112950.302500', '112950.762500', '112951.222500', '112951.682500', '112952.142500', '112952.602500', '112953.062500', '112953.522500', '112953.982500', '112954.442500', '112954.902500', '112955.362500', '112955.822500', '112956.282500', '112956.742500', '112957.202500', '112957.662500', '112958.122500', '112958.582500', '112959.042500', '112959.502500', '112959.962500', '113000.422500', '113000.882500', '113001.342500', '113001.802500', '113002.262500', '113002.722500', '113003.182500', '113003.642500', '113004.102500', '113004.562500', '113005.022500', '113005.482500', '113005.942500', '113006.402500', '113006.862500', '113007.322500', '113007.782500', '113008.242500', '113008.702500', '113009.162500', '113009.622500', '113010.082500', '113010.542500', '113011.002500', '113011.462500', '113011.922500', '113012.382500', '113012.842500', '113013.302500', '113013.762500', '113014.222500', '113014.682500', '113015.142500', '113015.602500', '113016.062500', '113016.522500', '113016.982500', '113017.442500', '113017.902500', '113018.362500', '113018.822500', '113019.282500', '113019.742500', '113020.202500', '113020.662500', '113021.122500', '113021.582500', '113022.042500', '113022.502500', '113022.962500', '113023.422500', '113023.882500', '113024.342500', '113024.802500', '113025.262500', '113025.722500', '113026.182500', '113026.642500', '113027.102500', '113027.562500', '113028.022500', '113028.482500', '113028.942500', '113029.402500', '113029.862500', '113030.322500', '113030.782500', '113031.242500', '113031.702500', '113032.162500', '113032.622500', '113033.082500', '113033.542500', '113034.002500', '113034.462500', '113034.922500', '113035.382500', '113035.842500', '113036.302500', '113036.762500', '113037.222500', '113037.682500', '113038.142500', '113038.602500', '113039.062500', '113039.522500', '113039.982500', '113040.442500', '113040.902500', '113041.362500', '113041.822500', '113042.282500', '113042.742500', '113043.202500', '113043.662500', '113044.122500', '113044.582500', '113045.042500', '113045.502500', '113045.962500', '113046.422500', '113046.882500', '113047.342500', '113047.802500', '113048.262500', '113048.722500', '113049.182500', '113049.642500', '113050.102500', '113050.562500', '113051.022500', '113051.482500', '113051.942500', '113052.402500', '113052.862500', '113053.322500', '113053.782500', '113054.242500', '113054.702500', '113055.162500', '113055.622500', '113056.082500', '113056.542500', '113057.002500', '113057.462500', '113057.922500', '113058.382500', '113058.842500', '113059.302500', '113059.762500', '113100.222500', '113100.682500', '113101.142500', '113101.602500', '113102.062500', '113102.522500', '113102.982500', '113103.442500', '113103.902500', '113104.362500', '113104.822500', '113105.282500', '113105.742500', '113106.202500', '113106.662500', '113107.122500', '113107.582500', '113108.042500', '113108.502500', '113108.962500', '113109.422500', '113109.882500', '113110.342500', '113110.802500', '113111.262500', '113111.722500', '113112.182500', '113112.642500', '113113.102500', '113113.562500', '113114.022500', '113114.482500', '113114.942500', '113115.402500', '113115.862500', '113116.322500', '113116.782500', '113117.242500', '113117.702500', '113118.162500', '113118.622500', '113119.082500', '113119.542500', '113120.002500', '113120.462500', '113120.922500', '113121.382500', '113121.842500', '113122.302500', '113122.762500', '113123.222500', '113123.682500', '113124.142500', '113124.602500', '113125.062500', '113125.522500', '113125.982500', '113126.442500', '113126.902500', '113127.362500', '113127.822500', '113128.282500', '113128.742500', '113129.202500', '113129.662500', '113130.122500', '113130.582500', '113131.042500', '113131.502500', '113131.962500', '113132.422500', '113132.882500', '113133.342500', '113133.802500', '113134.262500', '113134.722500', '113135.182500', '113135.642500', '113136.102500', '113136.562500', '113137.022500', '113137.482500', '113137.942500', '113138.402500', '113138.862500', '113139.322500', '113139.782500', '113140.242500', '113140.702500', '113141.162500', '113141.622500', '113142.082500', '113142.542500', '113143.002500', '113143.462500', '113143.922500', '113144.382500', '113144.842500', '113145.302500', '113145.762500', '113146.222500', '113146.682500', '113147.142500', '113147.602500', '113148.062500', '113148.522500', '113148.982500', '113149.442500', '113149.902500', '113150.362500', '113150.822500', '113151.282500', '113151.742500', '113152.202500', '113152.662500', '113153.122500', '113153.582500', '113154.042500', '113154.502500', '113154.962500', '113155.422500', '113155.882500', '113156.342500', '113156.802500', '113157.262500', '113157.722500', '113158.182500', '113158.642500', '113159.102500', '113159.562500', '113200.022500', '113200.482500', '113200.942500', '113201.402500', '113201.862500', '113202.322500', '113202.782500', '113203.242500', '113203.702500', '113204.162500', '113204.622500', '113205.082500', '113205.542500', '113206.002500', '113206.462500', '113206.922500', '113207.382500', '113207.842500', '113208.302500', '113208.762500', '113209.222500', '113209.682500', '113210.142500', '113210.602500', '113211.062500', '113211.522500', '113211.982500', '113212.442500', '113212.902500', '113213.362500', '113213.822500', '113214.282500', '113214.742500', '113215.202500', '113215.662500', '113216.122500', '113216.582500', '113217.042500', '113217.502500', '113217.962500', '113218.422500', '113218.882500', '113219.342500', '113219.802500', '113220.262500', '113220.722500', '113221.182500', '113221.642500', '113222.102500', '113222.562500', '113223.022500', '113223.482500', '113223.942500', '113224.402500', '113224.862500', '113225.322500', '113225.782500', '113226.242500', '113226.702500', '113227.162500', '113227.622500', '113228.082500', '113228.542500', '113229.002500', '113229.462500', '113229.922500', '113230.382500', '113230.842500', '113231.302500', '113231.762500', '113232.222500', '113232.682500', '113233.142500', '113233.602500', '113234.062500', '113234.522500', '113234.982500', '113235.442500', '113235.902500', '113236.362500', '113236.822500', '113237.282500', '113237.742500', '113238.202500', '113238.662500', '113239.122500', '113239.582500', '113240.042500', '113240.502500', '113240.962500', '113241.422500', '113241.882500', '113242.342500', '113242.802500', '113243.262500', '113243.722500', '113244.182500', '113244.642500', '113245.102500'], 'ContentTime': ['112252.916000', '112252.920000', '112252.923000', '112252.925000', '112252.928000', '112252.931000', '112252.934000', '112252.937000', '112252.939000', '112252.942000', '112252.945000', '112252.948000', '112252.950000', '112252.954000', '112252.956000', '112252.959000', '112252.962000', '112252.965000', '112252.968000', '112252.971000', '112252.974000', '112252.976000', '112252.979000', '112252.982000', '112252.985000', '112252.988000', '112252.991000', '112252.996000', '112252.998000', '112253.002000', '112253.004000', '112312.860000', '112312.862000', '112312.865000', '112312.868000', '112312.871000', '112312.873000', '112312.876000', '112312.878000', '112312.881000', '112312.884000', '112312.887000', '112312.890000', '112312.893000', '112312.896000', '112312.899000', '112312.901000', '112312.904000', '112312.906000', '112312.909000', '112312.911000', '112312.914000', '112312.917000', '112312.919000', '112312.926000', '112312.928000', '112312.931000', '112312.934000', '112312.936000', '112312.939000', '112312.941000', '112312.944000', '112312.947000', '112312.949000', '112312.952000', '112312.954000', '112312.957000', '112312.959000', '112312.962000', '112312.975000', '112312.977000', '112312.980000', '112312.983000', '112312.985000', '112332.858000', '112332.861000', '112332.864000', '112332.866000', '112332.870000', '112332.872000', '112332.880000', '112332.882000', '112332.885000', '112332.888000', '112332.890000', '112332.893000', '112332.895000', '112332.898000', '112332.901000', '112332.903000', '112332.906000', '112332.908000', '112332.911000', '112332.914000', '112332.916000', '112332.919000', '112332.921000', '112332.924000', '112332.927000', '112332.929000', '112332.932000', '112332.934000', '112332.937000', '112332.940000', '112332.942000', '112332.945000', '112332.947000', '112332.950000', '112332.953000', '112332.955000', '112332.958000', '112332.960000', '112332.963000', '112332.966000', '112332.968000', '112332.971000', '112332.974000', '112332.976000', '112352.858000', '112352.861000', '112352.864000', '112352.867000', '112352.869000', '112352.872000', '112352.875000', '112352.878000', '112352.881000', '112352.885000', '112352.888000', '112352.890000', '112352.893000', '112352.896000', '112352.899000', '112352.901000', '112352.904000', '112352.907000', '112352.909000', '112352.912000', '112352.914000', '112352.917000', '112352.920000', '112352.922000', '112352.925000', '112352.927000', '112352.930000', '112352.933000', '112352.935000', '112352.939000', '112352.942000', '112352.945000', '112352.947000', '112352.950000', '112352.953000', '112352.955000', '112352.958000', '112352.960000', '112352.963000', '112352.966000', '112352.968000', '112352.971000', '112352.974000', '112412.860000', '112412.862000', '112412.865000', '112412.868000', '112412.871000', '112412.873000', '112412.876000', '112412.879000', '112412.881000', '112412.884000', '112412.886000', '112412.889000', '112412.892000', '112412.894000', '112412.897000', '112412.900000', '112412.902000', '112412.905000', '112412.907000', '112412.910000', '112412.913000', '112412.915000', '112412.918000', '112412.921000', '112412.923000', '112412.926000', '112412.928000', '112412.931000', '112412.934000', '112412.936000', '112412.939000', '112412.942000', '112412.944000', '112412.947000', '112412.949000', '112412.952000', '112412.955000', '112412.957000', '112412.960000', '112412.962000', '112412.965000', '112412.968000', '112412.970000', '112412.973000', '112432.859000', '112432.948000', '112432.951000', '112432.962000', '112432.965000', '112432.967000', '112432.970000', '112432.972000', '112432.975000', '112432.978000', '112432.980000', '112432.983000', '112432.986000', '112432.988000', '112432.991000', '112432.993000', '112432.996000', '112432.999000', '112433.001000', '112433.004000', '112433.006000', '112433.009000', '112433.012000', '112433.014000', '112433.017000', '112433.019000', '112433.022000', '112433.025000', '112433.027000', '112433.030000', '112433.032000', '112433.035000', '112433.038000', '112433.040000', '112433.043000', '112433.046000', '112433.048000', '112433.051000', '112433.053000', '112433.056000', '112433.059000', '112433.061000', '112433.064000', '112452.860000', '112452.862000', '112452.866000', '112452.869000', '112452.871000', '112452.874000', '112452.877000', '112452.880000', '112452.882000', '112452.885000', '112452.887000', '112452.890000', '112452.893000', '112452.895000', '112452.898000', '112452.901000', '112452.903000', '112452.906000', '112452.909000', '112452.911000', '112452.914000', '112452.917000', '112452.920000', '112452.922000', '112452.925000', '112452.927000', '112452.930000', '112452.933000', '112452.935000', '112452.938000', '112452.941000', '112452.943000', '112452.946000', '112452.948000', '112452.961000', '112452.964000', '112452.966000', '112452.969000', '112452.972000', '112452.974000', '112452.977000', '112452.979000', '112452.982000', '112452.985000', '112512.860000', '112512.862000', '112512.865000', '112512.868000', '112512.870000', '112512.873000', '112512.876000', '112512.878000', '112512.881000', '112512.883000', '112512.886000', '112512.889000', '112512.891000', '112512.894000', '112512.897000', '112512.899000', '112512.902000', '112512.904000', '112512.907000', '112512.910000', '112512.912000', '112512.915000', '112512.917000', '112512.920000', '112512.923000', '112512.925000', '112512.929000', '112512.932000', '112512.935000', '112512.938000', '112512.940000', '112512.943000', '112512.946000', '112512.948000', '112512.951000', '112512.954000', '112512.956000', '112512.959000', '112512.962000', '112512.964000', '112512.967000', '112512.969000', '112512.972000', '112532.858000', '112532.862000', '112532.864000', '112532.867000', '112532.869000', '112532.872000', '112532.875000', '112532.877000', '112532.880000', '112532.883000', '112532.885000', '112532.888000', '112532.890000', '112532.893000', '112532.896000', '112532.898000', '112532.901000', '112532.904000', '112532.906000', '112532.909000', '112532.911000', '112532.921000', '112532.924000', '112532.927000', '112532.929000', '112532.932000', '112532.935000', '112532.937000', '112532.940000', '112532.943000', '112532.945000', '112532.948000', '112532.950000', '112532.953000', '112532.956000', '112532.958000', '112532.961000', '112532.963000', '112532.966000', '112532.968000', '112532.971000', '112532.974000', '112532.976000', '112532.979000', '112552.858000', '112552.861000', '112552.864000', '112552.867000', '112552.869000', '112552.872000', '112552.874000', '112552.877000', '112552.880000', '112552.882000', '112552.885000', '112552.888000', '112552.890000', '112552.893000', '112552.896000', '112552.898000', '112552.901000', '112552.904000', '112552.906000', '112552.909000', '112552.912000', '112552.914000', '112552.917000', '112552.919000', '112552.922000', '112552.925000', '112552.927000', '112552.930000', '112552.933000', '112552.936000', '112552.939000', '112552.942000', '112552.945000', '112552.948000', '112552.951000', '112552.953000', '112552.956000', '112552.959000', '112552.961000', '112552.964000', '112552.966000', '112552.969000', '112552.972000', '112612.858000', '112612.861000', '112612.864000', '112612.867000', '112612.869000', '112612.872000', '112612.875000', '112612.877000', '112612.880000', '112612.883000', '112612.885000', '112612.888000', '112612.891000', '112612.893000', '112612.896000', '112612.898000', '112612.901000', '112612.904000', '112612.906000', '112612.909000', '112612.912000', '112612.914000', '112612.917000', '112612.919000', '112612.922000', '112612.925000', '112612.927000', '112612.930000', '112612.932000', '112612.935000', '112612.938000', '112612.940000', '112612.943000', '112612.946000', '112612.948000', '112612.951000', '112612.953000', '112612.956000', '112612.958000', '112612.961000', '112612.964000', '112612.966000', '112612.969000', '112612.971000', '112632.860000', '112632.862000', '112632.865000', '112632.868000', '112632.871000', '112632.873000', '112632.876000', '112632.879000', '112632.881000', '112632.884000', '112632.886000', '112632.889000', '112632.892000', '112632.894000', '112632.897000', '112632.900000', '112632.902000', '112632.905000', '112632.908000', '112632.910000', '112632.913000', '112632.915000', '112632.918000', '112632.921000', '112632.923000', '112632.926000', '112632.928000', '112632.931000', '112632.934000', '112632.936000', '112632.948000', '112632.951000', '112632.953000', '112632.956000', '112632.959000', '112632.961000', '112632.964000', '112632.966000', '112632.969000', '112632.972000', '112632.974000', '112632.977000', '112632.980000', '112652.860000', '112652.864000', '112652.866000', '112652.869000', '112652.872000', '112652.874000', '112652.877000', '112652.879000', '112652.882000', '112652.885000', '112652.887000', '112652.890000', '112652.893000', '112652.895000', '112652.898000', '112652.901000', '112652.903000', '112652.906000', '112652.908000', '112652.911000', '112652.914000', '112652.916000', '112652.919000', '112652.922000', '112652.924000', '112652.927000', '112652.929000', '112652.932000', '112652.935000', '112652.937000', '112652.940000', '112652.943000', '112652.945000', '112652.948000', '112652.951000', '112652.953000', '112652.956000', '112652.959000', '112652.961000', '112652.964000', '112652.967000', '112652.969000', '112652.972000', '112652.975000', '112712.859000', '112712.862000', '112712.865000', '112712.868000', '112712.870000', '112712.873000', '112712.876000', '112712.878000', '112712.881000', '112712.884000', '112712.886000', '112712.889000', '112712.891000', '112712.894000', '112712.897000', '112712.899000', '112712.902000', '112712.905000', '112712.907000', '112712.910000', '112712.913000', '112712.915000', '112712.918000', '112712.921000', '112712.923000', '112712.926000', '112712.928000', '112712.931000', '112712.934000', '112712.936000', '112712.939000', '112712.942000', '112712.944000', '112712.947000', '112712.949000', '112712.952000', '112712.955000', '112712.957000', '112712.960000', '112712.963000', '112712.965000', '112712.974000', '112712.977000', '112732.859000', '112732.862000', '112732.865000', '112732.868000', '112732.870000', '112732.873000', '112732.876000', '112732.878000', '112732.881000', '112732.884000', '112732.886000', '112732.889000', '112732.892000', '112732.894000', '112732.897000', '112732.900000', '112732.903000', '112732.905000', '112732.908000', '112732.910000', '112732.913000', '112732.916000', '112732.918000', '112732.921000', '112732.924000', '112732.926000', '112732.929000', '112732.932000', '112732.934000', '112732.937000', '112732.940000', '112732.942000', '112732.945000', '112732.947000', '112732.950000', '112732.953000', '112732.955000', '112732.958000', '112732.961000', '112732.963000', '112732.966000', '112732.969000', '112732.971000', '112732.974000', '112752.859000', '112752.861000', '112752.864000', '112752.867000', '112752.869000', '112752.872000', '112752.875000', '112752.877000', '112752.880000', '112752.883000', '112752.885000', '112752.888000', '112752.891000', '112752.893000', '112752.896000', '112752.898000', '112752.901000', '112752.904000', '112752.906000', '112752.909000', '112752.912000', '112752.914000', '112752.917000', '112752.919000', '112752.922000', '112752.925000', '112752.927000', '112752.930000', '112752.933000', '112752.935000', '112752.938000', '112752.940000', '112752.943000', '112752.946000', '112752.948000', '112752.951000', '112752.954000', '112752.956000', '112752.959000', '112752.961000', '112753.002000', '112753.005000', '112753.007000', '112812.858000', '112812.871000', '112812.874000', '112812.877000', '112812.879000', '112812.882000', '112812.885000', '112812.887000', '112812.890000', '112812.893000', '112812.895000', '112812.898000', '112812.900000', '112812.903000', '112812.906000', '112812.908000', '112812.911000', '112812.914000', '112812.916000', '112812.919000', '112812.921000', '112812.924000', '112812.927000', '112812.929000', '112812.932000', '112812.935000', '112812.937000', '112812.940000', '112812.943000', '112812.946000', '112812.948000', '112812.951000', '112812.954000', '112812.956000', '112812.959000', '112812.962000', '112812.964000', '112812.967000', '112812.970000', '112812.972000', '112812.975000', '112812.978000', '112812.980000', '112812.983000', '112832.858000', '112832.861000', '112832.864000', '112832.867000', '112832.869000', '112832.872000', '112832.874000', '112832.877000', '112832.880000', '112832.882000', '112832.885000', '112832.888000', '112832.890000', '112832.893000', '112832.895000', '112832.898000', '112832.900000', '112832.903000', '112832.906000', '112832.908000', '112832.911000', '112832.914000', '112832.916000', '112832.919000', '112832.921000', '112832.924000', '112832.927000', '112832.929000', '112832.932000', '112832.935000', '112832.937000', '112832.940000', '112832.942000', '112832.945000', '112832.948000', '112832.950000', '112832.953000', '112832.955000', '112832.958000', '112832.961000', '112832.963000', '112832.966000', '112832.968000', '112852.861000', '112852.864000', '112852.866000', '112852.869000', '112852.872000', '112852.874000', '112852.878000', '112852.881000', '112852.884000', '112852.886000', '112852.889000', '112852.892000', '112852.895000', '112852.897000', '112852.900000', '112852.902000', '112852.905000', '112852.908000', '112852.910000', '112852.913000', '112852.916000', '112852.918000', '112852.921000', '112852.924000', '112852.926000', '112852.929000', '112852.932000', '112852.934000', '112852.937000', '112852.939000', '112852.942000', '112852.945000', '112852.947000', '112852.950000', '112852.952000', '112852.955000', '112852.958000', '112852.960000', '112852.963000', '112852.965000', '112852.968000', '112852.971000', '112852.973000', '112852.976000', '112912.859000', '112912.862000', '112912.865000', '112912.868000', '112912.870000', '112912.873000', '112912.876000', '112912.878000', '112912.881000', '112912.883000', '112912.886000', '112912.889000', '112912.891000', '112912.894000', '112912.897000', '112912.899000', '112912.902000', '112912.904000', '112912.907000', '112912.909000', '112912.912000', '112912.915000', '112912.917000', '112912.920000', '112912.923000', '112912.925000', '112912.928000', '112912.930000', '112912.933000', '112912.936000', '112912.938000', '112912.941000', '112912.943000', '112912.946000', '112912.949000', '112912.951000', '112912.954000', '112912.957000', '112912.959000', '112912.962000', '112912.964000', '112912.967000', '112912.970000', '112932.859000', '112932.868000', '112932.871000', '112932.874000', '112932.876000', '112932.879000', '112932.881000', '112932.884000', '112932.903000', '112932.905000', '112932.908000', '112932.911000', '112932.921000', '112932.923000', '112932.926000', '112932.929000', '112932.931000', '112932.934000', '112932.936000', '112932.939000', '112932.942000', '112932.944000', '112932.947000', '112932.950000', '112932.952000', '112932.955000', '112932.957000', '112932.960000', '112932.963000', '112932.965000', '112932.968000', '112932.970000', '112932.973000', '112932.976000', '112932.978000', '112932.981000', '112932.984000', '112932.986000', '112932.989000', '112932.991000', '112932.994000', '112932.996000', '112933.000000', '112952.860000', '112952.862000', '112952.865000', '112952.868000', '112952.870000', '112952.873000', '112952.876000', '112952.878000', '112952.881000', '112952.884000', '112952.886000', '112952.889000', '112952.891000', '112952.894000', '112952.897000', '112952.899000', '112952.902000', '112952.905000', '112952.907000', '112952.910000', '112952.913000', '112952.915000', '112952.918000', '112952.921000', '112952.923000', '112952.926000', '112952.929000', '112952.931000', '112952.934000', '112952.936000', '112952.939000', '112952.942000', '112952.944000', '112952.947000', '112952.949000', '112952.952000', '112952.955000', '112952.957000', '112952.960000', '112952.963000', '112952.965000', '112952.968000', '112952.971000', '112952.973000', '113012.858000', '113012.873000', '113012.875000', '113012.878000', '113012.880000', '113012.883000', '113012.886000', '113012.888000', '113012.891000', '113012.894000', '113012.897000', '113012.900000', '113012.902000', '113012.905000', '113012.908000', '113012.911000', '113012.913000', '113012.916000', '113012.922000', '113012.925000', '113012.928000', '113012.930000', '113012.933000', '113012.936000', '113012.938000', '113012.941000', '113012.943000', '113012.946000', '113012.949000', '113012.951000', '113012.954000', '113012.957000', '113012.959000', '113012.962000', '113012.964000', '113012.967000', '113012.970000', '113012.972000', '113012.975000', '113012.978000', '113012.980000', '113012.983000', '113012.986000', '113032.858000', '113032.861000', '113032.864000', '113032.867000', '113032.869000', '113032.872000', '113032.875000', '113032.877000', '113032.880000', '113032.883000', '113032.885000', '113032.888000', '113032.890000', '113032.893000', '113032.896000', '113032.898000', '113032.901000', '113032.904000', '113032.906000', '113032.909000', '113032.912000', '113032.914000', '113032.917000', '113032.919000', '113032.922000', '113032.925000', '113032.927000', '113032.930000', '113032.933000', '113032.935000', '113032.938000', '113032.940000', '113032.943000', '113032.946000', '113032.948000', '113032.951000', '113032.954000', '113032.956000', '113032.959000', '113032.961000', '113032.964000', '113032.967000', '113032.969000', '113032.972000', '113052.859000', '113052.861000', '113052.864000', '113052.867000', '113052.896000', '113052.898000', '113052.901000', '113052.904000', '113052.907000', '113052.910000', '113052.915000', '113052.918000', '113052.920000', '113052.923000', '113052.925000', '113052.928000', '113052.931000', '113052.933000', '113052.936000', '113052.946000', '113052.948000', '113052.951000', '113052.954000', '113052.956000', '113052.959000', '113052.961000', '113052.964000', '113052.967000', '113052.969000', '113052.972000', '113052.975000', '113052.977000', '113052.980000', '113052.983000', '113052.985000', '113052.988000', '113052.990000', '113052.993000', '113052.996000', '113052.998000', '113053.001000', '113053.004000', '113053.006000', '113112.860000', '113112.863000', '113112.865000', '113112.868000', '113112.871000', '113112.873000', '113112.876000', '113112.879000', '113112.881000', '113112.884000', '113112.887000', '113112.889000', '113112.892000', '113112.895000', '113112.897000', '113112.900000', '113112.902000', '113112.905000', '113112.908000', '113112.910000', '113112.913000', '113112.916000', '113112.918000', '113112.921000', '113112.923000', '113112.926000', '113112.928000', '113112.931000', '113112.934000', '113112.936000', '113112.939000', '113112.941000', '113112.944000', '113112.947000', '113112.949000', '113112.952000', '113112.955000', '113112.958000', '113112.960000', '113112.963000', '113112.965000', '113112.968000', '113112.971000', '113112.973000', '113132.860000', '113132.862000', '113132.865000', '113132.868000', '113132.871000', '113132.873000', '113132.876000', '113132.879000', '113132.882000', '113132.884000', '113132.887000', '113132.889000', '113132.892000', '113132.895000', '113132.898000', '113132.900000', '113132.903000', '113132.906000', '113132.908000', '113132.911000', '113132.914000', '113132.916000', '113132.919000', '113132.921000', '113132.924000', '113132.927000', '113132.929000', '113132.932000', '113132.935000', '113132.939000', '113132.942000', '113132.944000', '113132.947000', '113132.950000', '113132.952000', '113132.955000', '113132.958000', '113132.960000', '113132.963000', '113132.966000', '113132.968000', '113132.971000', '113132.974000', '113152.859000', '113152.864000', '113152.866000', '113152.869000', '113152.872000', '113152.874000', '113152.877000', '113152.880000', '113152.882000', '113152.885000', '113152.887000', '113152.890000', '113152.893000', '113152.895000', '113152.898000', '113152.900000', '113152.903000', '113152.906000', '113152.908000', '113152.911000', '113152.914000', '113152.916000', '113152.919000', '113152.922000', '113152.924000', '113152.927000', '113152.930000', '113152.933000', '113152.935000', '113152.938000', '113152.940000', '113152.943000', '113152.946000', '113152.948000', '113152.951000', '113152.954000', '113152.956000', '113152.959000', '113152.961000', '113152.964000', '113152.967000', '113152.969000', '113152.972000', '113152.975000', '113212.859000', '113212.862000', '113212.865000', '113212.868000', '113212.870000', '113212.873000', '113212.876000', '113212.878000', '113212.881000', '113212.884000', '113212.886000', '113212.889000', '113212.892000', '113212.894000', '113212.897000', '113212.900000', '113212.902000', '113212.905000', '113212.908000', '113212.910000', '113212.913000', '113212.916000', '113212.918000', '113212.921000', '113212.923000', '113212.926000', '113212.929000', '113212.931000', '113212.934000', '113212.937000', '113212.939000', '113212.942000', '113212.944000', '113212.947000', '113212.950000', '113212.952000', '113212.955000', '113212.958000', '113212.961000', '113212.963000', '113212.967000', '113212.970000', '113212.972000', '113232.859000', '113232.862000', '113232.864000', '113232.867000', '113232.870000', '113232.872000', '113232.875000', '113232.878000', '113232.880000', '113232.883000', '113232.886000', '113232.888000', '113232.891000', '113232.894000', '113232.896000', '113232.899000', '113232.902000', '113232.904000', '113232.907000', '113232.909000', '113232.912000', '113232.915000', '113232.917000', '113232.920000', '113232.922000', '113232.925000', '113232.928000', '113232.930000', '113232.933000', '113232.936000', '113232.938000', '113232.941000', '113232.943000', '113232.946000', '113232.949000', '113232.951000', '113232.954000', '113232.956000', '113232.959000', '113232.962000', '113232.964000', '113232.967000', '113232.970000', '113232.972000', '113246.508000', '113246.511000', '113246.514000', '113246.517000', '113246.519000', '113246.522000', '113246.525000', '113246.527000', '113246.530000', '113246.533000', '113246.535000', '113246.538000', '113246.541000', '113246.543000', '113246.546000', '113246.549000', '113246.551000', '113246.554000', '113246.556000', '113246.559000', '113246.562000', '113246.564000', '113246.567000', '113246.570000', '113246.572000', '113246.575000', '113246.578000', '113246.580000', '113246.583000', '113246.586000'], 'InstanceCreationTime': ['112252.916000', '112252.920000', '112252.923000', '112252.925000', '112252.928000', '112252.931000', '112252.934000', '112252.937000', '112252.939000', '112252.942000', '112252.945000', '112252.948000', '112252.950000', '112252.954000', '112252.956000', '112252.959000', '112252.962000', '112252.965000', '112252.968000', '112252.971000', '112252.974000', '112252.976000', '112252.979000', '112252.982000', '112252.985000', '112252.988000', '112252.991000', '112252.996000', '112252.998000', '112253.002000', '112253.004000', '112312.860000', '112312.862000', '112312.865000', '112312.868000', '112312.871000', '112312.873000', '112312.876000', '112312.878000', '112312.881000', '112312.884000', '112312.887000', '112312.890000', '112312.893000', '112312.896000', '112312.899000', '112312.901000', '112312.904000', '112312.906000', '112312.909000', '112312.911000', '112312.914000', '112312.917000', '112312.919000', '112312.926000', '112312.928000', '112312.931000', '112312.934000', '112312.936000', '112312.939000', '112312.941000', '112312.944000', '112312.947000', '112312.949000', '112312.952000', '112312.954000', '112312.957000', '112312.959000', '112312.962000', '112312.975000', '112312.977000', '112312.980000', '112312.983000', '112312.985000', '112332.858000', '112332.861000', '112332.864000', '112332.866000', '112332.870000', '112332.872000', '112332.880000', '112332.882000', '112332.885000', '112332.888000', '112332.890000', '112332.893000', '112332.895000', '112332.898000', '112332.901000', '112332.903000', '112332.906000', '112332.908000', '112332.911000', '112332.914000', '112332.916000', '112332.919000', '112332.921000', '112332.924000', '112332.927000', '112332.929000', '112332.932000', '112332.934000', '112332.937000', '112332.940000', '112332.942000', '112332.945000', '112332.947000', '112332.950000', '112332.953000', '112332.955000', '112332.958000', '112332.960000', '112332.963000', '112332.966000', '112332.968000', '112332.971000', '112332.974000', '112332.976000', '112352.858000', '112352.861000', '112352.864000', '112352.867000', '112352.869000', '112352.872000', '112352.875000', '112352.878000', '112352.881000', '112352.885000', '112352.888000', '112352.890000', '112352.893000', '112352.896000', '112352.899000', '112352.901000', '112352.904000', '112352.907000', '112352.909000', '112352.912000', '112352.914000', '112352.917000', '112352.920000', '112352.922000', '112352.925000', '112352.927000', '112352.930000', '112352.933000', '112352.935000', '112352.939000', '112352.942000', '112352.945000', '112352.947000', '112352.950000', '112352.953000', '112352.955000', '112352.958000', '112352.960000', '112352.963000', '112352.966000', '112352.968000', '112352.971000', '112352.974000', '112412.860000', '112412.862000', '112412.865000', '112412.868000', '112412.871000', '112412.873000', '112412.876000', '112412.879000', '112412.881000', '112412.884000', '112412.886000', '112412.889000', '112412.892000', '112412.894000', '112412.897000', '112412.900000', '112412.902000', '112412.905000', '112412.907000', '112412.910000', '112412.913000', '112412.915000', '112412.918000', '112412.921000', '112412.923000', '112412.926000', '112412.928000', '112412.931000', '112412.934000', '112412.936000', '112412.939000', '112412.942000', '112412.944000', '112412.947000', '112412.949000', '112412.952000', '112412.955000', '112412.957000', '112412.960000', '112412.962000', '112412.965000', '112412.968000', '112412.970000', '112412.973000', '112432.859000', '112432.948000', '112432.951000', '112432.962000', '112432.965000', '112432.967000', '112432.970000', '112432.972000', '112432.975000', '112432.978000', '112432.980000', '112432.983000', '112432.986000', '112432.988000', '112432.991000', '112432.993000', '112432.996000', '112432.999000', '112433.001000', '112433.004000', '112433.006000', '112433.009000', '112433.012000', '112433.014000', '112433.017000', '112433.019000', '112433.022000', '112433.025000', '112433.027000', '112433.030000', '112433.032000', '112433.035000', '112433.038000', '112433.040000', '112433.043000', '112433.046000', '112433.048000', '112433.051000', '112433.053000', '112433.056000', '112433.059000', '112433.061000', '112433.064000', '112452.860000', '112452.862000', '112452.866000', '112452.869000', '112452.871000', '112452.874000', '112452.877000', '112452.880000', '112452.882000', '112452.885000', '112452.887000', '112452.890000', '112452.893000', '112452.895000', '112452.898000', '112452.901000', '112452.903000', '112452.906000', '112452.909000', '112452.911000', '112452.914000', '112452.917000', '112452.920000', '112452.922000', '112452.925000', '112452.927000', '112452.930000', '112452.933000', '112452.935000', '112452.938000', '112452.941000', '112452.943000', '112452.946000', '112452.948000', '112452.961000', '112452.964000', '112452.966000', '112452.969000', '112452.972000', '112452.974000', '112452.977000', '112452.979000', '112452.982000', '112452.985000', '112512.860000', '112512.862000', '112512.865000', '112512.868000', '112512.870000', '112512.873000', '112512.876000', '112512.878000', '112512.881000', '112512.883000', '112512.886000', '112512.889000', '112512.891000', '112512.894000', '112512.897000', '112512.899000', '112512.902000', '112512.904000', '112512.907000', '112512.910000', '112512.912000', '112512.915000', '112512.917000', '112512.920000', '112512.923000', '112512.925000', '112512.929000', '112512.932000', '112512.935000', '112512.938000', '112512.940000', '112512.943000', '112512.946000', '112512.948000', '112512.951000', '112512.954000', '112512.956000', '112512.959000', '112512.962000', '112512.964000', '112512.967000', '112512.969000', '112512.972000', '112532.858000', '112532.862000', '112532.864000', '112532.867000', '112532.869000', '112532.872000', '112532.875000', '112532.877000', '112532.880000', '112532.883000', '112532.885000', '112532.888000', '112532.890000', '112532.893000', '112532.896000', '112532.898000', '112532.901000', '112532.904000', '112532.906000', '112532.909000', '112532.911000', '112532.921000', '112532.924000', '112532.927000', '112532.929000', '112532.932000', '112532.935000', '112532.937000', '112532.940000', '112532.943000', '112532.945000', '112532.948000', '112532.950000', '112532.953000', '112532.956000', '112532.958000', '112532.961000', '112532.963000', '112532.966000', '112532.968000', '112532.971000', '112532.974000', '112532.976000', '112532.979000', '112552.858000', '112552.861000', '112552.864000', '112552.867000', '112552.869000', '112552.872000', '112552.874000', '112552.877000', '112552.880000', '112552.882000', '112552.885000', '112552.888000', '112552.890000', '112552.893000', '112552.896000', '112552.898000', '112552.901000', '112552.904000', '112552.906000', '112552.909000', '112552.912000', '112552.914000', '112552.917000', '112552.919000', '112552.922000', '112552.925000', '112552.927000', '112552.930000', '112552.933000', '112552.936000', '112552.939000', '112552.942000', '112552.945000', '112552.948000', '112552.951000', '112552.953000', '112552.956000', '112552.959000', '112552.961000', '112552.964000', '112552.966000', '112552.969000', '112552.972000', '112612.858000', '112612.861000', '112612.864000', '112612.867000', '112612.869000', '112612.872000', '112612.875000', '112612.877000', '112612.880000', '112612.883000', '112612.885000', '112612.888000', '112612.891000', '112612.893000', '112612.896000', '112612.898000', '112612.901000', '112612.904000', '112612.906000', '112612.909000', '112612.912000', '112612.914000', '112612.917000', '112612.919000', '112612.922000', '112612.925000', '112612.927000', '112612.930000', '112612.932000', '112612.935000', '112612.938000', '112612.940000', '112612.943000', '112612.946000', '112612.948000', '112612.951000', '112612.953000', '112612.956000', '112612.958000', '112612.961000', '112612.964000', '112612.966000', '112612.969000', '112612.971000', '112632.860000', '112632.862000', '112632.865000', '112632.868000', '112632.871000', '112632.873000', '112632.876000', '112632.879000', '112632.881000', '112632.884000', '112632.886000', '112632.889000', '112632.892000', '112632.894000', '112632.897000', '112632.900000', '112632.902000', '112632.905000', '112632.908000', '112632.910000', '112632.913000', '112632.915000', '112632.918000', '112632.921000', '112632.923000', '112632.926000', '112632.928000', '112632.931000', '112632.934000', '112632.936000', '112632.948000', '112632.951000', '112632.953000', '112632.956000', '112632.959000', '112632.961000', '112632.964000', '112632.966000', '112632.969000', '112632.972000', '112632.974000', '112632.977000', '112632.980000', '112652.860000', '112652.864000', '112652.866000', '112652.869000', '112652.872000', '112652.874000', '112652.877000', '112652.879000', '112652.882000', '112652.885000', '112652.887000', '112652.890000', '112652.893000', '112652.895000', '112652.898000', '112652.901000', '112652.903000', '112652.906000', '112652.908000', '112652.911000', '112652.914000', '112652.916000', '112652.919000', '112652.922000', '112652.924000', '112652.927000', '112652.929000', '112652.932000', '112652.935000', '112652.937000', '112652.940000', '112652.943000', '112652.945000', '112652.948000', '112652.951000', '112652.953000', '112652.956000', '112652.959000', '112652.961000', '112652.964000', '112652.967000', '112652.969000', '112652.972000', '112652.975000', '112712.859000', '112712.862000', '112712.865000', '112712.868000', '112712.870000', '112712.873000', '112712.876000', '112712.878000', '112712.881000', '112712.884000', '112712.886000', '112712.889000', '112712.891000', '112712.894000', '112712.897000', '112712.899000', '112712.902000', '112712.905000', '112712.907000', '112712.910000', '112712.913000', '112712.915000', '112712.918000', '112712.921000', '112712.923000', '112712.926000', '112712.928000', '112712.931000', '112712.934000', '112712.936000', '112712.939000', '112712.942000', '112712.944000', '112712.947000', '112712.949000', '112712.952000', '112712.955000', '112712.957000', '112712.960000', '112712.963000', '112712.965000', '112712.974000', '112712.977000', '112732.859000', '112732.862000', '112732.865000', '112732.868000', '112732.870000', '112732.873000', '112732.876000', '112732.878000', '112732.881000', '112732.884000', '112732.886000', '112732.889000', '112732.892000', '112732.894000', '112732.897000', '112732.900000', '112732.903000', '112732.905000', '112732.908000', '112732.910000', '112732.913000', '112732.916000', '112732.918000', '112732.921000', '112732.924000', '112732.926000', '112732.929000', '112732.932000', '112732.934000', '112732.937000', '112732.940000', '112732.942000', '112732.945000', '112732.947000', '112732.950000', '112732.953000', '112732.955000', '112732.958000', '112732.961000', '112732.963000', '112732.966000', '112732.969000', '112732.971000', '112732.974000', '112752.859000', '112752.861000', '112752.864000', '112752.867000', '112752.869000', '112752.872000', '112752.875000', '112752.877000', '112752.880000', '112752.883000', '112752.885000', '112752.888000', '112752.891000', '112752.893000', '112752.896000', '112752.898000', '112752.901000', '112752.904000', '112752.906000', '112752.909000', '112752.912000', '112752.914000', '112752.917000', '112752.919000', '112752.922000', '112752.925000', '112752.927000', '112752.930000', '112752.933000', '112752.935000', '112752.938000', '112752.940000', '112752.943000', '112752.946000', '112752.948000', '112752.951000', '112752.954000', '112752.956000', '112752.959000', '112752.961000', '112753.002000', '112753.005000', '112753.007000', '112812.858000', '112812.871000', '112812.874000', '112812.877000', '112812.879000', '112812.882000', '112812.885000', '112812.887000', '112812.890000', '112812.893000', '112812.895000', '112812.898000', '112812.900000', '112812.903000', '112812.906000', '112812.908000', '112812.911000', '112812.914000', '112812.916000', '112812.919000', '112812.921000', '112812.924000', '112812.927000', '112812.929000', '112812.932000', '112812.935000', '112812.937000', '112812.940000', '112812.943000', '112812.946000', '112812.948000', '112812.951000', '112812.954000', '112812.956000', '112812.959000', '112812.962000', '112812.964000', '112812.967000', '112812.970000', '112812.972000', '112812.975000', '112812.978000', '112812.980000', '112812.983000', '112832.858000', '112832.861000', '112832.864000', '112832.867000', '112832.869000', '112832.872000', '112832.874000', '112832.877000', '112832.880000', '112832.882000', '112832.885000', '112832.888000', '112832.890000', '112832.893000', '112832.895000', '112832.898000', '112832.900000', '112832.903000', '112832.906000', '112832.908000', '112832.911000', '112832.914000', '112832.916000', '112832.919000', '112832.921000', '112832.924000', '112832.927000', '112832.929000', '112832.932000', '112832.935000', '112832.937000', '112832.940000', '112832.942000', '112832.945000', '112832.948000', '112832.950000', '112832.953000', '112832.955000', '112832.958000', '112832.961000', '112832.963000', '112832.966000', '112832.968000', '112852.861000', '112852.864000', '112852.866000', '112852.869000', '112852.872000', '112852.874000', '112852.878000', '112852.881000', '112852.884000', '112852.886000', '112852.889000', '112852.892000', '112852.895000', '112852.897000', '112852.900000', '112852.902000', '112852.905000', '112852.908000', '112852.910000', '112852.913000', '112852.916000', '112852.918000', '112852.921000', '112852.924000', '112852.926000', '112852.929000', '112852.932000', '112852.934000', '112852.937000', '112852.939000', '112852.942000', '112852.945000', '112852.947000', '112852.950000', '112852.952000', '112852.955000', '112852.958000', '112852.960000', '112852.963000', '112852.965000', '112852.968000', '112852.971000', '112852.973000', '112852.976000', '112912.859000', '112912.862000', '112912.865000', '112912.868000', '112912.870000', '112912.873000', '112912.876000', '112912.878000', '112912.881000', '112912.883000', '112912.886000', '112912.889000', '112912.891000', '112912.894000', '112912.897000', '112912.899000', '112912.902000', '112912.904000', '112912.907000', '112912.909000', '112912.912000', '112912.915000', '112912.917000', '112912.920000', '112912.923000', '112912.925000', '112912.928000', '112912.930000', '112912.933000', '112912.936000', '112912.938000', '112912.941000', '112912.943000', '112912.946000', '112912.949000', '112912.951000', '112912.954000', '112912.957000', '112912.959000', '112912.962000', '112912.964000', '112912.967000', '112912.970000', '112932.859000', '112932.868000', '112932.871000', '112932.874000', '112932.876000', '112932.879000', '112932.881000', '112932.884000', '112932.903000', '112932.905000', '112932.908000', '112932.911000', '112932.921000', '112932.923000', '112932.926000', '112932.929000', '112932.931000', '112932.934000', '112932.936000', '112932.939000', '112932.942000', '112932.944000', '112932.947000', '112932.950000', '112932.952000', '112932.955000', '112932.957000', '112932.960000', '112932.963000', '112932.965000', '112932.968000', '112932.970000', '112932.973000', '112932.976000', '112932.978000', '112932.981000', '112932.984000', '112932.986000', '112932.989000', '112932.991000', '112932.994000', '112932.996000', '112933.000000', '112952.860000', '112952.862000', '112952.865000', '112952.868000', '112952.870000', '112952.873000', '112952.876000', '112952.878000', '112952.881000', '112952.884000', '112952.886000', '112952.889000', '112952.891000', '112952.894000', '112952.897000', '112952.899000', '112952.902000', '112952.905000', '112952.907000', '112952.910000', '112952.913000', '112952.915000', '112952.918000', '112952.921000', '112952.923000', '112952.926000', '112952.929000', '112952.931000', '112952.934000', '112952.936000', '112952.939000', '112952.942000', '112952.944000', '112952.947000', '112952.949000', '112952.952000', '112952.955000', '112952.957000', '112952.960000', '112952.963000', '112952.965000', '112952.968000', '112952.971000', '112952.973000', '113012.858000', '113012.873000', '113012.875000', '113012.878000', '113012.880000', '113012.883000', '113012.886000', '113012.888000', '113012.891000', '113012.894000', '113012.897000', '113012.900000', '113012.902000', '113012.905000', '113012.908000', '113012.911000', '113012.913000', '113012.916000', '113012.922000', '113012.925000', '113012.928000', '113012.930000', '113012.933000', '113012.936000', '113012.938000', '113012.941000', '113012.943000', '113012.946000', '113012.949000', '113012.951000', '113012.954000', '113012.957000', '113012.959000', '113012.962000', '113012.964000', '113012.967000', '113012.970000', '113012.972000', '113012.975000', '113012.978000', '113012.980000', '113012.983000', '113012.986000', '113032.858000', '113032.861000', '113032.864000', '113032.867000', '113032.869000', '113032.872000', '113032.875000', '113032.877000', '113032.880000', '113032.883000', '113032.885000', '113032.888000', '113032.890000', '113032.893000', '113032.896000', '113032.898000', '113032.901000', '113032.904000', '113032.906000', '113032.909000', '113032.912000', '113032.914000', '113032.917000', '113032.919000', '113032.922000', '113032.925000', '113032.927000', '113032.930000', '113032.933000', '113032.935000', '113032.938000', '113032.940000', '113032.943000', '113032.946000', '113032.948000', '113032.951000', '113032.954000', '113032.956000', '113032.959000', '113032.961000', '113032.964000', '113032.967000', '113032.969000', '113032.972000', '113052.859000', '113052.861000', '113052.864000', '113052.867000', '113052.896000', '113052.898000', '113052.901000', '113052.904000', '113052.907000', '113052.910000', '113052.915000', '113052.918000', '113052.920000', '113052.923000', '113052.925000', '113052.928000', '113052.931000', '113052.933000', '113052.936000', '113052.946000', '113052.948000', '113052.951000', '113052.954000', '113052.956000', '113052.959000', '113052.961000', '113052.964000', '113052.967000', '113052.969000', '113052.972000', '113052.975000', '113052.977000', '113052.980000', '113052.983000', '113052.985000', '113052.988000', '113052.990000', '113052.993000', '113052.996000', '113052.998000', '113053.001000', '113053.004000', '113053.006000', '113112.860000', '113112.863000', '113112.865000', '113112.868000', '113112.871000', '113112.873000', '113112.876000', '113112.879000', '113112.881000', '113112.884000', '113112.887000', '113112.889000', '113112.892000', '113112.895000', '113112.897000', '113112.900000', '113112.902000', '113112.905000', '113112.908000', '113112.910000', '113112.913000', '113112.916000', '113112.918000', '113112.921000', '113112.923000', '113112.926000', '113112.928000', '113112.931000', '113112.934000', '113112.936000', '113112.939000', '113112.941000', '113112.944000', '113112.947000', '113112.949000', '113112.952000', '113112.955000', '113112.958000', '113112.960000', '113112.963000', '113112.965000', '113112.968000', '113112.971000', '113112.973000', '113132.860000', '113132.862000', '113132.865000', '113132.868000', '113132.871000', '113132.873000', '113132.876000', '113132.879000', '113132.882000', '113132.884000', '113132.887000', '113132.889000', '113132.892000', '113132.895000', '113132.898000', '113132.900000', '113132.903000', '113132.906000', '113132.908000', '113132.911000', '113132.914000', '113132.916000', '113132.919000', '113132.921000', '113132.924000', '113132.927000', '113132.929000', '113132.932000', '113132.935000', '113132.939000', '113132.942000', '113132.944000', '113132.947000', '113132.950000', '113132.952000', '113132.955000', '113132.958000', '113132.960000', '113132.963000', '113132.966000', '113132.968000', '113132.971000', '113132.974000', '113152.859000', '113152.864000', '113152.866000', '113152.869000', '113152.872000', '113152.874000', '113152.877000', '113152.880000', '113152.882000', '113152.885000', '113152.887000', '113152.890000', '113152.893000', '113152.895000', '113152.898000', '113152.900000', '113152.903000', '113152.906000', '113152.908000', '113152.911000', '113152.914000', '113152.916000', '113152.919000', '113152.922000', '113152.924000', '113152.927000', '113152.930000', '113152.933000', '113152.935000', '113152.938000', '113152.940000', '113152.943000', '113152.946000', '113152.948000', '113152.951000', '113152.954000', '113152.956000', '113152.959000', '113152.961000', '113152.964000', '113152.967000', '113152.969000', '113152.972000', '113152.975000', '113212.859000', '113212.862000', '113212.865000', '113212.868000', '113212.870000', '113212.873000', '113212.876000', '113212.878000', '113212.881000', '113212.884000', '113212.886000', '113212.889000', '113212.892000', '113212.894000', '113212.897000', '113212.900000', '113212.902000', '113212.905000', '113212.908000', '113212.910000', '113212.913000', '113212.916000', '113212.918000', '113212.921000', '113212.923000', '113212.926000', '113212.929000', '113212.931000', '113212.934000', '113212.937000', '113212.939000', '113212.942000', '113212.944000', '113212.947000', '113212.950000', '113212.952000', '113212.955000', '113212.958000', '113212.961000', '113212.963000', '113212.967000', '113212.970000', '113212.972000', '113232.859000', '113232.862000', '113232.864000', '113232.867000', '113232.870000', '113232.872000', '113232.875000', '113232.878000', '113232.880000', '113232.883000', '113232.886000', '113232.888000', '113232.891000', '113232.894000', '113232.896000', '113232.899000', '113232.902000', '113232.904000', '113232.907000', '113232.909000', '113232.912000', '113232.915000', '113232.917000', '113232.920000', '113232.922000', '113232.925000', '113232.928000', '113232.930000', '113232.933000', '113232.936000', '113232.938000', '113232.941000', '113232.943000', '113232.946000', '113232.949000', '113232.951000', '113232.954000', '113232.956000', '113232.959000', '113232.962000', '113232.964000', '113232.967000', '113232.970000', '113232.972000', '113246.508000', '113246.511000', '113246.514000', '113246.517000', '113246.519000', '113246.522000', '113246.525000', '113246.527000', '113246.530000', '113246.533000', '113246.535000', '113246.538000', '113246.541000', '113246.543000', '113246.546000', '113246.549000', '113246.551000', '113246.554000', '113246.556000', '113246.559000', '113246.562000', '113246.564000', '113246.567000', '113246.570000', '113246.572000', '113246.575000', '113246.578000', '113246.580000', '113246.583000', '113246.586000'], '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': [8743, 13485, 8403, 13832, 8613, 14262, 9346, 13588, 9009, 13085, 9665, 13009, 9524, 13731, 8791, 12152, 8864, 12842, 8838, 13346, 8676, 13939, 9596, 13543, 9747, 13633, 9764, 14710, 12128, 13850, 11169, 12075, 15171, 11502, 15659, 9502, 15087, 9301, 13289, 10579, 7456, 12648, 8021, 12583, 8683, 13864, 8849, 13670, 10190, 13986, 12013, 15728, 9742, 16187, 9512, 15282, 12518, 14534, 9606, 9723, 12436, 9014, 13462, 7794, 13011, 9328, 14553, 11881, 12074, 11587, 8162, 13690, 10518, 15093, 9760, 12354, 10887, 8992, 12963, 8450, 13317, 9480, 13545, 10061, 8201, 12098, 8052, 12462, 10577, 8406, 13312, 9082, 13679, 10703, 15116, 11704, 10140, 12128, 9166, 13454, 9663, 14770, 9212, 10110, 11226, 8049, 13621, 9487, 11482, 10673, 7760, 13834, 10464, 12198, 10742, 7912, 13840, 9530, 10627, 11045, 7911, 13912, 10535, 9879, 11414, 8155, 13584, 11129, 11766, 10450, 7685, 13754, 11133, 15654, 12089, 9497, 11992, 8094, 13725, 10205, 12508, 10703, 7505, 13497, 10323, 11997, 10121, 7707, 12657, 8023, 13796, 10245, 14732, 9571, 13958, 12664, 10446, 12426, 8074, 12868, 9377, 11773, 11721, 7734, 12439, 7830, 13743, 10641, 14588, 10364, 14835, 11726, 10497, 11969, 8080, 13333, 9075, 12863, 10654, 13057, 10685, 10052, 12841, 8303, 14071, 9111, 13305, 9763, 13341, 10826, 8151, 11414, 7377, 13464, 9821, 13646, 10049, 10509, 12474, 7741, 13326, 9930, 13803, 9157, 9935, 11980, 8295, 13422, 9166, 14125, 11221, 15055, 13385, 11420, 14065, 11171, 12568, 9245, 14681, 9321, 13952, 9206, 14521, 9790, 11039, 11850, 8407, 11809, 8183, 12410, 8930, 11769, 8984, 9154, 11539, 9591, 12578, 9687, 11832, 7940, 12365, 8346, 14358, 9090, 13484, 8935, 12755, 9011, 9954, 10822, 7573, 12386, 7727, 12828, 9262, 14833, 9093, 14599, 11161, 13183, 10374, 9537, 11712, 8074, 13278, 9051, 13319, 9097, 14339, 9407, 12419, 10396, 9616, 11858, 8546, 12888, 7822, 12837, 8370, 12539, 9256, 13128, 9881, 13455, 9241, 13721, 8618, 11747, 8822, 8078, 11458, 7880, 11937, 8764, 12963, 7596, 12855, 7778, 12580, 9168, 13042, 8342, 13191, 8265, 13135, 9979, 12432, 8977, 12903, 8663, 12739, 9135, 12639, 7906, 12777, 8532, 13032, 9355, 11955, 7828, 11294, 7856, 10986, 11286, 8645, 12371, 8923, 14251, 11585, 13700, 11118, 10876, 17574, 9747, 14677, 12905, 14975, 8575, 13364, 8515, 12852, 9782, 15755, 11209, 9001, 10860, 8547, 7661, 11566, 8236, 11578, 7420, 11890, 8484, 12365, 9366, 14172, 11789, 15638, 12972, 17572, 13995, 17687, 13668, 16690, 12487, 10608, 14913, 9489, 8942, 9502, 8096, 15880, 10087, 13556, 12543, 8489, 11160, 8186, 14467, 9062, 12322, 8367, 7438, 8833, 7713, 11147, 7384, 7323, 8784, 7626, 11552, 9002, 11864, 8251, 11649, 9596, 12497, 11432, 9240, 11055, 7642, 12398, 8671, 14505, 9146, 11615, 11414, 7840, 13037, 11092, 13457, 9099, 12624, 8576, 13673, 11507, 16940, 8970, 15234, 9858, 12869, 11852, 10423, 12684, 9655, 12036, 8600, 12877, 8154, 12631, 8434, 12840, 8774, 12459, 9003, 12671, 8426, 12242, 8725, 12840, 8896, 12553, 9027, 12042, 8691, 12033, 8424, 11960, 8527, 11930, 7630, 12466, 7730, 12812, 10465, 11635, 10460, 11576, 11740, 11594, 11806, 8668, 12764, 8730, 12385, 9854, 13991, 9125, 12263, 8675, 14727, 9005, 13748, 11717, 10330, 11744, 8556, 12851, 8914, 14992, 8671, 13148, 8628, 12475, 9037, 13830, 8506, 12692, 10200, 12413, 10337, 11556, 8503, 10813, 8065, 11831, 8229, 12237, 8519, 11629, 7869, 7812, 10453, 8179, 13122, 8901, 14160, 10151, 13453, 12740, 13076, 15187, 11445, 13644, 10599, 13361, 11016, 13929, 9533, 11488, 7283, 12758, 10900, 16315, 11949, 8787, 15512, 12633, 10173, 13244, 9192, 15246, 10669, 15661, 11875, 11982, 9676, 12150, 10839, 11627, 12584, 11492, 9746, 11605, 8847, 12379, 8625, 13152, 9298, 14567, 10128, 9578, 11721, 8733, 16860, 10655, 11255, 9824, 7978, 12769, 9153, 14801, 8812, 11490, 7952, 8032, 10660, 7965, 11962, 9215, 13469, 9707, 14267, 16689, 12190, 15067, 9919, 8465, 10292, 8198, 8142, 10286, 8052, 13485, 9236, 14301, 10113, 14974, 9998, 14447, 9687, 13565, 9283, 11608, 8855, 9570, 7834, 7536, 10079, 7302, 10735, 7576, 12111, 7788, 11782, 9297, 13738, 8355, 13019, 8994, 12567, 9679, 13502, 8348, 11889, 8275, 12153, 8331, 12818, 8159, 11783, 8055, 12675, 8922, 12540, 8852, 11090, 8267, 11468, 7726, 11911, 7865, 12267, 8098, 11781, 7659, 12395, 7857, 12618, 8203, 12762, 7491, 12541, 8273, 11509, 7975, 8923, 7744, 7495, 12264, 7853, 13676, 9893, 12880, 9692, 14334, 10052, 14118, 11263, 14656, 11872, 14167, 8618, 10415, 7639, 11274, 8108, 11630, 7883, 11002, 7763, 11285, 7533, 12167, 8221, 12198, 8251, 11969, 7983, 11865, 8332, 12408, 8223, 12097, 10050, 9870, 15664, 9631, 15789, 8821, 14056, 8468, 12076, 8090, 11499, 8034, 10650, 7794, 11187, 8580, 10996, 13745, 9950, 15223, 7838, 13309, 8258, 11839, 8830, 12281, 8344, 11288, 9606, 9444, 11447, 11167, 12476, 8959, 11574, 8349, 11956, 11089, 12755, 10980, 8684, 12249, 7878, 9792, 8431, 9011, 11915, 14277, 12873, 17241, 9448, 14358, 9503, 13434, 11189, 14659, 8711, 12254, 8274, 13028, 8444, 12446, 8088, 9958, 9445, 9125, 11755, 9126, 13672, 9919, 13652, 8046, 14235, 8270, 13141, 8977, 12373, 8042, 11014, 7648, 10539, 7740, 12171, 8007, 11852, 8090, 13007, 8474, 12001, 14138, 10099, 15135, 8525, 12071, 8123, 12312, 8971, 13076, 8072, 11889, 8121, 13465, 10190, 13225, 9821, 11123, 9183, 10091, 11042, 11121, 12783, 8340, 15058, 8659, 13305, 9054, 12971, 10424, 15275, 8064, 13215, 8182, 12346, 11308, 15605, 8439, 13526, 8859, 12935, 12071, 16786, 8793, 14277, 8707, 12988, 11505, 15076, 8632, 15444, 12236, 17196, 11314, 15162, 8631, 12519, 7892, 12391, 9153, 12726, 8443, 11543, 7916, 10988, 8066, 11769, 8486, 12779, 7701, 11511, 7727, 11188, 7643, 10793, 7768, 11856, 8040, 12227, 9094, 11450, 12169, 9311, 13183, 10408, 14746, 13107, 10362, 11079, 8145, 14911, 8797, 14143, 9188, 13528, 9417, 12397, 13156, 8873, 14772, 10056, 13508, 8991, 11825, 11162, 10576, 16514, 11407, 14218, 9826, 14904, 12551, 10298, 9162, 8425, 12541, 9075, 15093, 8408, 13439, 8398, 12307, 8942, 11559, 8543, 11548, 7810, 10533, 7714, 11280, 7603, 10974, 7551, 10346, 7482, 11631, 8197, 11748, 7981, 10938, 7294, 11890, 8233, 11700, 9030, 13745, 9089, 13506, 9707, 8637, 12332, 8521, 15921, 12123, 15167, 13292, 10579, 12076, 10041, 11370, 9866, 13132, 10679, 13076, 9626, 15461, 9795, 15870, 10227, 15471, 9475, 14557, 11258, 11437, 11260, 8956, 14316, 8514, 13803, 8841, 12724, 8747, 11792, 8029, 11129, 8086, 11055, 8287, 9699, 7851, 10211, 7716, 10692, 9777, 9806, 9285, 9272, 9536, 11826, 8938, 13652, 9613, 13574, 8783, 11870, 8281, 11057, 8621, 11974, 8847, 12067, 8318, 9314, 11537, 9642, 13225, 8681, 12573, 9115, 12575, 9667, 15282, 9321, 12036, 8195, 12951, 11959, 13796, 11789, 9047, 13650, 8363, 15196, 8544, 13075, 9637, 12345, 8198, 11542, 8044, 11215, 7876, 11698, 9888, 13667, 7667, 7980, 8513, 10492, 10539, 13513, 11611, 15712, 9156, 13550, 9680, 13054, 9470, 14884, 11341, 15237, 8956, 14930, 10649, 7848, 12700, 11150, 14159, 12914, 13886, 14286, 11796, 14025, 11732, 13620, 10663, 13734, 11356, 11537, 8367, 11657, 7847, 12469, 8570, 11235, 7861, 10522, 7331, 11655, 7415, 11447, 7364, 10788, 7569, 11155, 7607, 11626, 7460, 12129, 7196, 11749, 7757, 11620, 8376, 11949, 8452, 12112, 8605, 12456, 9511, 13516, 8686, 13055, 10564, 13717, 11069, 12775, 11209, 13740, 10116, 12690, 13250, 11121, 12665, 9727, 16273, 8636, 14182, 10614, 14077, 8218, 12018, 7844, 11249, 8400, 11668, 7836, 11856, 7886, 12592, 9331, 12778, 10688, 11999, 8687, 12494, 8890, 12045, 9556, 9668, 11148, 7649, 14840, 7817, 12964, 9211, 12361, 8133, 10998, 7591, 11026, 7588, 12092, 7358, 11397, 7408, 12744, 8111, 12228, 9083, 9676, 13812, 8183, 13800, 8021, 11735, 7566, 12496, 7647, 9348, 8127, 7439, 9454, 10660, 8820, 12269, 7394, 12831, 8194, 12693, 8623, 12656, 10307, 13047, 8134, 12005, 8536, 13842, 12831, 14460, 15644, 9624, 16582, 8030, 14314, 12387, 15805, 8675, 10003, 7509, 7761, 11528, 7462, 11557, 7332, 12052, 8479, 12092, 9972, 12545, 9092, 14551, 11679, 15865, 11822, 9615, 12585, 8929, 13745, 9083, 12391, 8542, 11900, 7933, 12251, 9712, 14887, 9420, 11389, 8633, 13040, 10753, 14989, 11809, 15688, 12704, 16914, 12802, 15878, 10813, 14354, 9701, 11840, 8507, 10225, 8615, 10602, 7755, 9686, 7314, 8517, 7295, 8196, 7259, 8202, 7403, 11646, 7922, 12374, 7810, 11911, 8322, 12004, 8650, 11851, 8567, 10906, 7792, 10908, 7898, 12386, 9980, 11645, 11094, 8781, 11052, 8780, 9198, 11113, 7699, 11150, 7307, 12349, 7653, 12453, 8821, 11787, 7729, 12116, 7855, 11793, 10361, 11296, 9169, 10041, 12262, 8777, 13906, 10134, 13105, 9222, 11681, 8595, 10366, 9811, 9161, 10561, 7585, 10896, 7967, 12128, 8269, 11635, 7786, 11815, 7630, 12173, 9167, 12453, 7768, 11687, 7887, 12033, 8874, 12754, 8956, 11646, 8564, 11291, 9415, 12939, 10330, 9365, 12833, 8044, 7562, 10826, 7623, 12529], 'WindowCenter': [4568.0, 4600.0, 4528.0, 4584.0, 4523.0, 4581.0, 4519.0, 4556.0, 4519.0, 4557.0, 4532.0, 4573.0, 4533.0, 4568.0, 4522.0, 4564.0, 4545.0, 4582.0, 4531.0, 4587.0, 4546.0, 4595.0, 4556.0, 4591.0, 4546.0, 4574.0, 4553.0, 4582.0, 4551.0, 4557.0, 4528.0, 4548.0, 4568.0, 4538.0, 4566.0, 4515.0, 4565.0, 4518.0, 4557.0, 4538.0, 4491.0, 4559.0, 4509.0, 4557.0, 4517.0, 4557.0, 4519.0, 4558.0, 4543.0, 4570.0, 4554.0, 4566.0, 4515.0, 4562.0, 4518.0, 4566.0, 4547.0, 4554.0, 4505.0, 4517.0, 4547.0, 4504.0, 4556.0, 4485.0, 4546.0, 4517.0, 4554.0, 4534.0, 4530.0, 4533.0, 4507.0, 4557.0, 4526.0, 4554.0, 4514.0, 4535.0, 4526.0, 4502.0, 4540.0, 4482.0, 4528.0, 4504.0, 4544.0, 4517.0, 4494.0, 4530.0, 4493.0, 4547.0, 4525.0, 4491.0, 4542.0, 4505.0, 4566.0, 4526.0, 4555.0, 4520.0, 4503.0, 4532.0, 4504.0, 4533.0, 4501.0, 4539.0, 4501.0, 4512.0, 4537.0, 4495.0, 4542.0, 4516.0, 4545.0, 4534.0, 4496.0, 4570.0, 4539.0, 4545.0, 4523.0, 4499.0, 4555.0, 4517.0, 4528.0, 4532.0, 4494.0, 4558.0, 4524.0, 4517.0, 4533.0, 4483.0, 4547.0, 4537.0, 4536.0, 4522.0, 4499.0, 4559.0, 4537.0, 4565.0, 4536.0, 4498.0, 4530.0, 4481.0, 4542.0, 4509.0, 4533.0, 4509.0, 4482.0, 4554.0, 4516.0, 4534.0, 4510.0, 4494.0, 4554.0, 4493.0, 4556.0, 4524.0, 4553.0, 4509.0, 4554.0, 4544.0, 4514.0, 4531.0, 4482.0, 4546.0, 4513.0, 4539.0, 4535.0, 4483.0, 4541.0, 4483.0, 4570.0, 4525.0, 4551.0, 4512.0, 4555.0, 4531.0, 4511.0, 4521.0, 4481.0, 4530.0, 4503.0, 4529.0, 4525.0, 4530.0, 4522.0, 4501.0, 4540.0, 4491.0, 4552.0, 4491.0, 4530.0, 4513.0, 4541.0, 4524.0, 4483.0, 4518.0, 4469.0, 4554.0, 4514.0, 4546.0, 4512.0, 4510.0, 4532.0, 4494.0, 4543.0, 4510.0, 4540.0, 4515.0, 4515.0, 4532.0, 4496.0, 4542.0, 4513.0, 4552.0, 4533.0, 4562.0, 4547.0, 4519.0, 4543.0, 4514.0, 4531.0, 4490.0, 4539.0, 4489.0, 4532.0, 4489.0, 4539.0, 4500.0, 4512.0, 4520.0, 4477.0, 4519.0, 4491.0, 4531.0, 4501.0, 4532.0, 4491.0, 4501.0, 4533.0, 4513.0, 4547.0, 4501.0, 4523.0, 4479.0, 4532.0, 4483.0, 4557.0, 4493.0, 4527.0, 4491.0, 4540.0, 4492.0, 4500.0, 4510.0, 4481.0, 4542.0, 4483.0, 4546.0, 4501.0, 4548.0, 4505.0, 4551.0, 4534.0, 4529.0, 4501.0, 4502.0, 4520.0, 4480.0, 4543.0, 4490.0, 4528.0, 4494.0, 4551.0, 4502.0, 4530.0, 4498.0, 4499.0, 4531.0, 4492.0, 4532.0, 4468.0, 4519.0, 4467.0, 4519.0, 4492.0, 4543.0, 4502.0, 4515.0, 4487.0, 4531.0, 4477.0, 4519.0, 4480.0, 4466.0, 4508.0, 4478.0, 4518.0, 4479.0, 4547.0, 4472.0, 4519.0, 4470.0, 4531.0, 4507.0, 4542.0, 4494.0, 4529.0, 4496.0, 4544.0, 4514.0, 4533.0, 4491.0, 4523.0, 4496.0, 4533.0, 4492.0, 4524.0, 4468.0, 4520.0, 4482.0, 4528.0, 4494.0, 4524.0, 4472.0, 4519.0, 4493.0, 4535.0, 4549.0, 4506.0, 4547.0, 4510.0, 4568.0, 4534.0, 4561.0, 4517.0, 4513.0, 4561.0, 4491.0, 4530.0, 4532.0, 4528.0, 4495.0, 4527.0, 4478.0, 4519.0, 4513.0, 4549.0, 4509.0, 4489.0, 4511.0, 4492.0, 4495.0, 4546.0, 4494.0, 4534.0, 4468.0, 4520.0, 4491.0, 4518.0, 4489.0, 4529.0, 4518.0, 4540.0, 4515.0, 4534.0, 4506.0, 4535.0, 4501.0, 4523.0, 4510.0, 4481.0, 4527.0, 4484.0, 4477.0, 4471.0, 4462.0, 4524.0, 4480.0, 4504.0, 4492.0, 4452.0, 4480.0, 4468.0, 4527.0, 4473.0, 4504.0, 4454.0, 4454.0, 4487.0, 4471.0, 4518.0, 4472.0, 4474.0, 4501.0, 4500.0, 4533.0, 4519.0, 4555.0, 4508.0, 4534.0, 4528.0, 4556.0, 4541.0, 4506.0, 4536.0, 4485.0, 4546.0, 4507.0, 4566.0, 4516.0, 4534.0, 4534.0, 4494.0, 4557.0, 4538.0, 4560.0, 4507.0, 4537.0, 4493.0, 4558.0, 4536.0, 4562.0, 4496.0, 4550.0, 4511.0, 4543.0, 4533.0, 4512.0, 4531.0, 4506.0, 4532.0, 4492.0, 4531.0, 4480.0, 4532.0, 4479.0, 4530.0, 4491.0, 4531.0, 4492.0, 4531.0, 4484.0, 4519.0, 4491.0, 4530.0, 4502.0, 4531.0, 4495.0, 4518.0, 4491.0, 4518.0, 4494.0, 4534.0, 4506.0, 4534.0, 4484.0, 4547.0, 4503.0, 4556.0, 4538.0, 4535.0, 4529.0, 4539.0, 4549.0, 4541.0, 4548.0, 4506.0, 4547.0, 4505.0, 4549.0, 4533.0, 4573.0, 4519.0, 4536.0, 4506.0, 4566.0, 4505.0, 4552.0, 4551.0, 4525.0, 4539.0, 4495.0, 4545.0, 4508.0, 4554.0, 4494.0, 4533.0, 4493.0, 4533.0, 4492.0, 4543.0, 4479.0, 4519.0, 4510.0, 4530.0, 4499.0, 4524.0, 4479.0, 4511.0, 4468.0, 4523.0, 4492.0, 4532.0, 4494.0, 4533.0, 4493.0, 4485.0, 4536.0, 4522.0, 4572.0, 4523.0, 4568.0, 4528.0, 4555.0, 4548.0, 4560.0, 4567.0, 4524.0, 4546.0, 4511.0, 4543.0, 4514.0, 4546.0, 4505.0, 4520.0, 4476.0, 4536.0, 4513.0, 4566.0, 4521.0, 4479.0, 4566.0, 4545.0, 4517.0, 4534.0, 4502.0, 4555.0, 4513.0, 4566.0, 4532.0, 4522.0, 4499.0, 4519.0, 4513.0, 4508.0, 4519.0, 4497.0, 4473.0, 4483.0, 4452.0, 4479.0, 4443.0, 4487.0, 4455.0, 4502.0, 4462.0, 4465.0, 4471.0, 4441.0, 4510.0, 4458.0, 4467.0, 4459.0, 4443.0, 4497.0, 4477.0, 4513.0, 4461.0, 4481.0, 4442.0, 4455.0, 4473.0, 4457.0, 4482.0, 4492.0, 4516.0, 4484.0, 4524.0, 4535.0, 4521.0, 4541.0, 4497.0, 4477.0, 4499.0, 4477.0, 4480.0, 4498.0, 4479.0, 4528.0, 4487.0, 4523.0, 4496.0, 4526.0, 4486.0, 4515.0, 4479.0, 4512.0, 4473.0, 4505.0, 4485.0, 4510.0, 4480.0, 4484.0, 4509.0, 4481.0, 4529.0, 4495.0, 4557.0, 4508.0, 4545.0, 4518.0, 4555.0, 4503.0, 4546.0, 4517.0, 4555.0, 4513.0, 4556.0, 4507.0, 4546.0, 4491.0, 4532.0, 4504.0, 4543.0, 4493.0, 4533.0, 4491.0, 4544.0, 4499.0, 4545.0, 4502.0, 4522.0, 4478.0, 4521.0, 4472.0, 4532.0, 4507.0, 4543.0, 4493.0, 4532.0, 4481.0, 4544.0, 4495.0, 4561.0, 4504.0, 4557.0, 4489.0, 4543.0, 4511.0, 4549.0, 4522.0, 4542.0, 4522.0, 4514.0, 4573.0, 4510.0, 4580.0, 4544.0, 4564.0, 4531.0, 4569.0, 4528.0, 4561.0, 4537.0, 4558.0, 4527.0, 4546.0, 4492.0, 4512.0, 4489.0, 4527.0, 4482.0, 4523.0, 4473.0, 4514.0, 4471.0, 4512.0, 4487.0, 4521.0, 4495.0, 4520.0, 4480.0, 4513.0, 4486.0, 4535.0, 4483.0, 4524.0, 4469.0, 4508.0, 4486.0, 4490.0, 4550.0, 4488.0, 4540.0, 4478.0, 4520.0, 4466.0, 4517.0, 4472.0, 4508.0, 4474.0, 4500.0, 4459.0, 4508.0, 4482.0, 4526.0, 4545.0, 4512.0, 4541.0, 4470.0, 4530.0, 4481.0, 4525.0, 4496.0, 4527.0, 4480.0, 4510.0, 4490.0, 4505.0, 4523.0, 4524.0, 4535.0, 4497.0, 4528.0, 4494.0, 4545.0, 4537.0, 4546.0, 4551.0, 4524.0, 4564.0, 4513.0, 4531.0, 4507.0, 4524.0, 4561.0, 4568.0, 4563.0, 4565.0, 4505.0, 4548.0, 4515.0, 4533.0, 4512.0, 4529.0, 4471.0, 4521.0, 4468.0, 4530.0, 4469.0, 4519.0, 4467.0, 4487.0, 4487.0, 4491.0, 4524.0, 4491.0, 4529.0, 4500.0, 4531.0, 4475.0, 4531.0, 4496.0, 4543.0, 4494.0, 4534.0, 4481.0, 4515.0, 4470.0, 4524.0, 4485.0, 4533.0, 4483.0, 4526.0, 4482.0, 4543.0, 4508.0, 4546.0, 4568.0, 4516.0, 4541.0, 4482.0, 4534.0, 4497.0, 4535.0, 4503.0, 4532.0, 4483.0, 4519.0, 4481.0, 4546.0, 4513.0, 4560.0, 4504.0, 4513.0, 4491.0, 4525.0, 4525.0, 4527.0, 4534.0, 4499.0, 4543.0, 4481.0, 4543.0, 4492.0, 4543.0, 4525.0, 4552.0, 4484.0, 4541.0, 4497.0, 4533.0, 4525.0, 4552.0, 4497.0, 4532.0, 4508.0, 4535.0, 4537.0, 4549.0, 4480.0, 4528.0, 4468.0, 4518.0, 4510.0, 4556.0, 4482.0, 4544.0, 4501.0, 4541.0, 4509.0, 4542.0, 4493.0, 4531.0, 4477.0, 4522.0, 4491.0, 4508.0, 4469.0, 4497.0, 4455.0, 4496.0, 4469.0, 4521.0, 4484.0, 4518.0, 4460.0, 4508.0, 4470.0, 4511.0, 4460.0, 4497.0, 4474.0, 4533.0, 4493.0, 4545.0, 4504.0, 4525.0, 4534.0, 4520.0, 4548.0, 4525.0, 4541.0, 4532.0, 4514.0, 4524.0, 4489.0, 4564.0, 4506.0, 4556.0, 4518.0, 4557.0, 4519.0, 4535.0, 4532.0, 4494.0, 4543.0, 4504.0, 4530.0, 4481.0, 4512.0, 4498.0, 4487.0, 4536.0, 4494.0, 4519.0, 4477.0, 4512.0, 4495.0, 4462.0, 4448.0, 4442.0, 4488.0, 4450.0, 4510.0, 4448.0, 4502.0, 4451.0, 4504.0, 4463.0, 4493.0, 4479.0, 4494.0, 4454.0, 4486.0, 4467.0, 4500.0, 4461.0, 4499.0, 4459.0, 4500.0, 4470.0, 4519.0, 4483.0, 4537.0, 4484.0, 4522.0, 4475.0, 4533.0, 4511.0, 4546.0, 4505.0, 4546.0, 4505.0, 4554.0, 4517.0, 4508.0, 4545.0, 4504.0, 4578.0, 4571.0, 4580.0, 4561.0, 4540.0, 4552.0, 4514.0, 4538.0, 4513.0, 4532.0, 4504.0, 4533.0, 4493.0, 4528.0, 4486.0, 4526.0, 4474.0, 4511.0, 4458.0, 4503.0, 4468.0, 4469.0, 4468.0, 4437.0, 4495.0, 4437.0, 4503.0, 4452.0, 4490.0, 4479.0, 4489.0, 4452.0, 4492.0, 4469.0, 4520.0, 4483.0, 4490.0, 4482.0, 4500.0, 4470.0, 4512.0, 4513.0, 4503.0, 4504.0, 4504.0, 4504.0, 4520.0, 4505.0, 4557.0, 4504.0, 4543.0, 4504.0, 4537.0, 4494.0, 4537.0, 4507.0, 4548.0, 4517.0, 4550.0, 4495.0, 4521.0, 4547.0, 4517.0, 4550.0, 4506.0, 4534.0, 4508.0, 4546.0, 4504.0, 4556.0, 4503.0, 4520.0, 4479.0, 4536.0, 4522.0, 4529.0, 4506.0, 4476.0, 4519.0, 4465.0, 4536.0, 4484.0, 4516.0, 4489.0, 4505.0, 4470.0, 4520.0, 4468.0, 4509.0, 4480.0, 4508.0, 4517.0, 4537.0, 4471.0, 4480.0, 4497.0, 4512.0, 4528.0, 4545.0, 4540.0, 4551.0, 4491.0, 4544.0, 4504.0, 4545.0, 4493.0, 4543.0, 4514.0, 4553.0, 4504.0, 4514.0, 4540.0, 4510.0, 4558.0, 4549.0, 4571.0, 4562.0, 4560.0, 4560.0, 4534.0, 4543.0, 4524.0, 4547.0, 4507.0, 4532.0, 4506.0, 4505.0, 4466.0, 4504.0, 4478.0, 4517.0, 4478.0, 4493.0, 4469.0, 4494.0, 4466.0, 4520.0, 4468.0, 4522.0, 4468.0, 4508.0, 4482.0, 4521.0, 4493.0, 4529.0, 4485.0, 4543.0, 4484.0, 4545.0, 4513.0, 4556.0, 4532.0, 4559.0, 4520.0, 4571.0, 4531.0, 4558.0, 4530.0, 4568.0, 4506.0, 4556.0, 4537.0, 4568.0, 4547.0, 4560.0, 4534.0, 4556.0, 4513.0, 4554.0, 4553.0, 4537.0, 4542.0, 4512.0, 4562.0, 4493.0, 4541.0, 4514.0, 4538.0, 4493.0, 4527.0, 4483.0, 4532.0, 4494.0, 4533.0, 4483.0, 4529.0, 4492.0, 4546.0, 4502.0, 4543.0, 4510.0, 4523.0, 4486.0, 4540.0, 4499.0, 4532.0, 4501.0, 4505.0, 4519.0, 4481.0, 4549.0, 4480.0, 4540.0, 4502.0, 4545.0, 4482.0, 4509.0, 4471.0, 4523.0, 4480.0, 4543.0, 4471.0, 4519.0, 4470.0, 4540.0, 4482.0, 4528.0, 4488.0, 4502.0, 4540.0, 4491.0, 4550.0, 4481.0, 4531.0, 4479.0, 4530.0, 4494.0, 4510.0, 4493.0, 4497.0, 4524.0, 4534.0, 4517.0, 4558.0, 4484.0, 4544.0, 4506.0, 4543.0, 4492.0, 4545.0, 4528.0, 4544.0, 4484.0, 4523.0, 4493.0, 4545.0, 4543.0, 4544.0, 4536.0, 4476.0, 4534.0, 4455.0, 4515.0, 4532.0, 4539.0, 4477.0, 4490.0, 4453.0, 4457.0, 4509.0, 4458.0, 4509.0, 4458.0, 4518.0, 4469.0, 4507.0, 4502.0, 4517.0, 4481.0, 4528.0, 4509.0, 4549.0, 4523.0, 4501.0, 4531.0, 4504.0, 4540.0, 4490.0, 4531.0, 4495.0, 4537.0, 4478.0, 4524.0, 4490.0, 4557.0, 4489.0, 4509.0, 4481.0, 4520.0, 4510.0, 4540.0, 4512.0, 4536.0, 4509.0, 4526.0, 4491.0, 4501.0, 4456.0, 4486.0, 4446.0, 4464.0, 4449.0, 4459.0, 4448.0, 4468.0, 4443.0, 4490.0, 4442.0, 4459.0, 4441.0, 4462.0, 4444.0, 4477.0, 4470.0, 4534.0, 4491.0, 4542.0, 4498.0, 4532.0, 4493.0, 4531.0, 4505.0, 4536.0, 4494.0, 4513.0, 4474.0, 4510.0, 4483.0, 4543.0, 4526.0, 4537.0, 4521.0, 4491.0, 4521.0, 4493.0, 4502.0, 4535.0, 4482.0, 4521.0, 4488.0, 4543.0, 4496.0, 4555.0, 4507.0, 4535.0, 4485.0, 4533.0, 4484.0, 4535.0, 4527.0, 4535.0, 4507.0, 4514.0, 4533.0, 4491.0, 4541.0, 4513.0, 4544.0, 4502.0, 4532.0, 4506.0, 4525.0, 4523.0, 4516.0, 4522.0, 4484.0, 4522.0, 4494.0, 4562.0, 4506.0, 4534.0, 4495.0, 4534.0, 4508.0, 4558.0, 4527.0, 4544.0, 4495.0, 4532.0, 4496.0, 4546.0, 4515.0, 4558.0, 4505.0, 4532.0, 4518.0, 4549.0, 4532.0, 4554.0, 4522.0, 4530.0, 4556.0, 4495.0, 4494.0, 4533.0, 4497.0, 4544.0], 'WindowWidth': [10059.0, 10084.0, 9979.0, 10049.0, 9962.0, 10035.0, 9947.0, 9993.0, 9946.0, 9999.0, 9968.0, 10025.0, 9968.0, 10011.0, 9958.0, 10016.0, 9993.0, 10040.0, 9972.0, 10048.0, 9999.0, 10065.0, 10012.0, 10057.0, 9990.0, 10030.0, 10003.0, 10043.0, 9992.0, 9995.0, 9952.0, 9981.0, 10010.0, 9968.0, 10004.0, 9931.0, 10001.0, 9943.0, 9994.0, 9970.0, 9910.0, 9999.0, 9934.0, 9997.0, 9944.0, 9999.0, 9945.0, 9997.0, 9985.0, 10023.0, 9998.0, 10006.0, 9933.0, 9997.0, 9942.0, 10007.0, 9980.0, 9983.0, 9917.0, 9936.0, 9978.0, 9914.0, 9993.0, 9894.0, 9976.0, 9942.0, 9986.0, 9956.0, 9948.0, 9957.0, 9925.0, 9995.0, 9948.0, 9985.0, 9928.0, 9958.0, 9947.0, 9913.0, 9964.0, 9883.0, 9945.0, 9916.0, 9971.0, 9938.0, 9902.0, 9947.0, 9904.0, 9982.0, 9947.0, 9897.0, 9967.0, 9919.0, 10010.0, 9950.0, 9986.0, 9934.0, 9909.0, 9953.0, 9914.0, 9953.0, 9905.0, 9958.0, 9909.0, 9926.0, 9968.0, 9907.0, 9968.0, 9936.0, 9979.0, 9964.0, 9910.0, 10018.0, 9975.0, 9979.0, 9942.0, 9918.0, 9992.0, 9938.0, 9952.0, 9956.0, 9908.0, 10000.0, 9946.0, 9937.0, 9956.0, 9890.0, 9982.0, 9966.0, 9962.0, 9940.0, 9919.0, 10001.0, 9969.0, 10000.0, 9962.0, 9901.0, 9950.0, 9886.0, 9971.0, 9916.0, 9951.0, 9917.0, 9887.0, 9987.0, 9934.0, 9956.0, 9922.0, 9907.0, 9989.0, 9904.0, 9995.0, 9946.0, 9983.0, 9921.0, 9985.0, 9970.0, 9926.0, 9949.0, 9884.0, 9979.0, 9931.0, 9967.0, 9957.0, 9888.0, 9965.0, 9893.0, 10018.0, 9952.0, 9981.0, 9925.0, 9989.0, 9951.0, 9922.0, 9935.0, 9883.0, 9947.0, 9915.0, 9948.0, 9947.0, 9944.0, 9939.0, 9908.0, 9961.0, 9897.0, 9981.0, 9893.0, 9947.0, 9929.0, 9965.0, 9944.0, 9885.0, 9928.0, 9865.0, 9986.0, 9932.0, 9976.0, 9928.0, 9920.0, 9951.0, 9906.0, 9969.0, 9921.0, 9961.0, 9935.0, 9931.0, 9952.0, 9909.0, 9970.0, 9932.0, 9981.0, 9956.0, 9994.0, 9978.0, 9930.0, 9966.0, 9925.0, 9953.0, 9893.0, 9959.0, 9891.0, 9947.0, 9889.0, 9961.0, 9906.0, 9920.0, 9928.0, 9870.0, 9928.0, 9897.0, 9950.0, 9909.0, 9951.0, 9895.0, 9909.0, 9957.0, 9931.0, 9982.0, 9908.0, 9939.0, 9877.0, 9955.0, 9887.0, 9995.0, 9897.0, 9937.0, 9896.0, 9962.0, 9899.0, 9906.0, 9917.0, 9882.0, 9968.0, 9890.0, 9976.0, 9908.0, 9972.0, 9920.0, 9979.0, 9959.0, 9944.0, 9905.0, 9905.0, 9932.0, 9880.0, 9971.0, 9892.0, 9943.0, 9900.0, 9980.0, 9912.0, 9943.0, 9899.0, 9902.0, 9950.0, 9893.0, 9952.0, 9857.0, 9928.0, 9854.0, 9931.0, 9894.0, 9969.0, 9909.0, 9918.0, 9881.0, 9946.0, 9871.0, 9926.0, 9874.0, 9854.0, 9911.0, 9875.0, 9926.0, 9874.0, 9976.0, 9867.0, 9926.0, 9864.0, 9948.0, 9923.0, 9964.0, 9900.0, 9944.0, 9906.0, 9973.0, 9932.0, 9955.0, 9895.0, 9938.0, 9904.0, 9954.0, 9895.0, 9939.0, 9855.0, 9929.0, 9878.0, 9940.0, 9897.0, 9940.0, 9869.0, 9930.0, 9901.0, 9964.0, 9987.0, 9923.0, 9981.0, 9930.0, 10013.0, 9959.0, 10005.0, 9931.0, 9924.0, 9989.0, 9892.0, 9947.0, 9949.0, 9936.0, 9900.0, 9937.0, 9871.0, 9928.0, 9926.0, 9969.0, 9916.0, 9886.0, 9918.0, 9899.0, 9909.0, 9978.0, 9905.0, 9957.0, 9864.0, 9931.0, 9893.0, 9926.0, 9888.0, 9945.0, 9924.0, 9957.0, 9916.0, 9942.0, 9900.0, 9939.0, 9887.0, 9921.0, 9915.0, 9861.0, 9933.0, 9873.0, 9864.0, 9852.0, 9847.0, 9925.0, 9861.0, 9891.0, 9876.0, 9819.0, 9861.0, 9854.0, 9933.0, 9857.0, 9894.0, 9829.0, 9833.0, 9882.0, 9867.0, 9926.0, 9869.0, 9876.0, 9912.0, 9922.0, 9958.0, 9947.0, 9994.0, 9931.0, 9960.0, 9956.0, 9993.0, 9975.0, 9920.0, 9962.0, 9894.0, 9976.0, 9926.0, 10005.0, 9935.0, 9959.0, 9959.0, 9905.0, 9997.0, 9970.0, 10000.0, 9924.0, 9965.0, 9902.0, 9998.0, 9963.0, 9993.0, 9905.0, 9972.0, 9922.0, 9968.0, 9955.0, 9922.0, 9948.0, 9918.0, 9952.0, 9899.0, 9951.0, 9879.0, 9950.0, 9877.0, 9945.0, 9895.0, 9951.0, 9898.0, 9948.0, 9886.0, 9928.0, 9892.0, 9943.0, 9912.0, 9949.0, 9901.0, 9926.0, 9893.0, 9927.0, 9905.0, 9956.0, 9924.0, 9956.0, 9892.0, 9975.0, 9925.0, 9992.0, 9972.0, 9961.0, 9956.0, 9968.0, 9985.0, 9973.0, 9985.0, 9922.0, 9978.0, 9921.0, 9986.0, 9969.0, 10024.0, 9943.0, 9963.0, 9921.0, 10007.0, 9920.0, 9981.0, 9989.0, 9947.0, 9968.0, 9904.0, 9976.0, 9927.0, 9988.0, 9901.0, 9954.0, 9901.0, 9958.0, 9897.0, 9968.0, 9873.0, 9927.0, 9922.0, 9946.0, 9902.0, 9940.0, 9871.0, 9915.0, 9856.0, 9937.0, 9897.0, 9951.0, 9902.0, 9954.0, 9901.0, 9893.0, 9965.0, 9958.0, 10024.0, 9955.0, 10010.0, 9955.0, 9988.0, 9982.0, 10003.0, 10008.0, 9941.0, 9972.0, 9918.0, 9966.0, 9927.0, 9978.0, 9914.0, 9932.0, 9877.0, 9960.0, 9925.0, 9997.0, 9933.0, 9874.0, 10000.0, 9972.0, 9930.0, 9955.0, 9911.0, 9985.0, 9924.0, 10006.0, 9950.0, 9935.0, 9903.0, 9931.0, 9925.0, 9914.0, 9924.0, 9892.0, 9852.0, 9865.0, 9819.0, 9855.0, 9808.0, 9863.0, 9824.0, 9886.0, 9831.0, 9841.0, 9843.0, 9800.0, 9894.0, 9821.0, 9833.0, 9823.0, 9808.0, 9887.0, 9864.0, 9906.0, 9832.0, 9857.0, 9808.0, 9828.0, 9851.0, 9832.0, 9860.0, 9888.0, 9914.0, 9874.0, 9929.0, 9948.0, 9936.0, 9964.0, 9901.0, 9874.0, 9902.0, 9874.0, 9879.0, 9901.0, 9874.0, 9942.0, 9885.0, 9933.0, 9894.0, 9937.0, 9878.0, 9917.0, 9868.0, 9908.0, 9858.0, 9905.0, 9881.0, 9923.0, 9880.0, 9888.0, 9918.0, 9885.0, 9948.0, 9911.0, 9998.0, 9937.0, 9980.0, 9946.0, 9990.0, 9918.0, 9979.0, 9942.0, 9995.0, 9934.0, 9991.0, 9932.0, 9979.0, 9900.0, 9955.0, 9921.0, 9971.0, 9902.0, 9956.0, 9898.0, 9975.0, 9908.0, 9976.0, 9914.0, 9940.0, 9876.0, 9936.0, 9869.0, 9954.0, 9928.0, 9971.0, 9902.0, 9953.0, 9883.0, 9973.0, 9908.0, 10006.0, 9925.0, 9997.0, 9903.0, 9971.0, 9935.0, 9989.0, 9958.0, 9985.0, 9960.0, 9948.0, 10027.0, 9936.0, 10032.0, 9988.0, 10013.0, 9961.0, 10014.0, 9953.0, 10002.0, 9966.0, 9998.0, 9947.0, 9971.0, 9896.0, 9920.0, 9903.0, 9949.0, 9882.0, 9936.0, 9869.0, 9926.0, 9863.0, 9920.0, 9896.0, 9933.0, 9901.0, 9930.0, 9876.0, 9920.0, 9888.0, 9958.0, 9883.0, 9938.0, 9857.0, 9909.0, 9875.0, 9886.0, 9970.0, 9882.0, 9955.0, 9866.0, 9925.0, 9849.0, 9919.0, 9866.0, 9910.0, 9870.0, 9900.0, 9844.0, 9909.0, 9880.0, 9947.0, 9968.0, 9923.0, 9958.0, 9861.0, 9941.0, 9877.0, 9942.0, 9901.0, 9944.0, 9874.0, 9913.0, 9887.0, 9914.0, 9936.0, 9938.0, 9957.0, 9904.0, 9947.0, 9900.0, 9974.0, 9963.0, 9976.0, 9992.0, 9957.0, 10011.0, 9941.0, 9963.0, 9926.0, 9957.0, 10006.0, 10014.0, 10007.0, 10001.0, 9913.0, 9979.0, 9931.0, 9954.0, 9920.0, 9939.0, 9857.0, 9929.0, 9853.0, 9942.0, 9858.0, 9924.0, 9850.0, 9878.0, 9877.0, 9891.0, 9939.0, 9891.0, 9941.0, 9903.0, 9941.0, 9871.0, 9945.0, 9904.0, 9968.0, 9900.0, 9956.0, 9879.0, 9923.0, 9863.0, 9942.0, 9893.0, 9952.0, 9885.0, 9941.0, 9882.0, 9966.0, 9930.0, 9977.0, 10008.0, 9932.0, 9966.0, 9880.0, 9958.0, 9910.0, 9955.0, 9913.0, 9948.0, 9884.0, 9928.0, 9880.0, 9974.0, 9924.0, 9997.0, 9911.0, 9922.0, 9890.0, 9945.0, 9943.0, 9944.0, 9951.0, 9911.0, 9966.0, 9876.0, 9968.0, 9896.0, 9968.0, 9944.0, 9975.0, 9886.0, 9962.0, 9909.0, 9952.0, 9946.0, 9977.0, 9909.0, 9948.0, 9924.0, 9958.0, 9957.0, 9966.0, 9872.0, 9935.0, 9853.0, 9926.0, 9915.0, 9983.0, 9881.0, 9969.0, 9896.0, 9960.0, 9913.0, 9957.0, 9895.0, 9946.0, 9870.0, 9932.0, 9888.0, 9905.0, 9854.0, 9888.0, 9832.0, 9890.0, 9859.0, 9933.0, 9879.0, 9920.0, 9845.0, 9909.0, 9862.0, 9914.0, 9843.0, 9892.0, 9867.0, 9951.0, 9903.0, 9974.0, 9915.0, 9941.0, 9953.0, 9946.0, 9977.0, 9944.0, 9958.0, 9948.0, 9924.0, 9939.0, 9899.0, 10000.0, 9926.0, 9992.0, 9940.0, 9996.0, 9943.0, 9960.0, 9945.0, 9896.0, 9967.0, 9908.0, 9943.0, 9874.0, 9916.0, 9891.0, 9876.0, 9950.0, 9882.0, 9926.0, 9858.0, 9904.0, 9877.0, 9831.0, 9809.0, 9806.0, 9864.0, 9814.0, 9897.0, 9817.0, 9888.0, 9820.0, 9898.0, 9842.0, 9881.0, 9872.0, 9882.0, 9831.0, 9874.0, 9855.0, 9899.0, 9847.0, 9895.0, 9844.0, 9897.0, 9862.0, 9926.0, 9885.0, 9962.0, 9886.0, 9935.0, 9879.0, 9955.0, 9938.0, 9978.0, 9920.0, 9972.0, 9917.0, 9983.0, 9938.0, 9928.0, 9974.0, 9917.0, 10026.0, 10023.0, 10027.0, 9999.0, 9972.0, 9989.0, 9926.0, 9964.0, 9926.0, 9949.0, 9908.0, 9953.0, 9891.0, 9936.0, 9876.0, 9926.0, 9853.0, 9901.0, 9825.0, 9890.0, 9834.0, 9839.0, 9833.0, 9793.0, 9869.0, 9792.0, 9889.0, 9819.0, 9868.0, 9869.0, 9870.0, 9823.0, 9878.0, 9860.0, 9930.0, 9882.0, 9887.0, 9881.0, 9900.0, 9862.0, 9922.0, 9926.0, 9910.0, 9914.0, 9912.0, 9914.0, 9933.0, 9918.0, 9995.0, 9915.0, 9968.0, 9916.0, 9963.0, 9902.0, 9966.0, 9928.0, 9979.0, 9938.0, 9984.0, 9907.0, 9948.0, 9981.0, 9940.0, 9986.0, 9921.0, 9958.0, 9926.0, 9978.0, 9916.0, 9988.0, 9913.0, 9931.0, 9872.0, 9957.0, 9934.0, 9939.0, 9902.0, 9862.0, 9918.0, 9845.0, 9949.0, 9880.0, 9920.0, 9883.0, 9902.0, 9857.0, 9928.0, 9856.0, 9911.0, 9877.0, 9909.0, 9936.0, 9951.0, 9866.0, 9878.0, 9905.0, 9924.0, 9951.0, 9972.0, 9969.0, 9976.0, 9892.0, 9972.0, 9913.0, 9975.0, 9895.0, 9964.0, 9928.0, 9982.0, 9918.0, 9905.0, 9978.0, 9938.0, 10001.0, 9986.0, 10019.0, 10008.0, 10000.0, 10002.0, 9960.0, 9970.0, 9939.0, 9979.0, 9911.0, 9948.0, 9907.0, 9905.0, 9853.0, 9904.0, 9875.0, 9924.0, 9870.0, 9886.0, 9857.0, 9885.0, 9857.0, 9932.0, 9862.0, 9934.0, 9859.0, 9913.0, 9884.0, 9936.0, 9904.0, 9948.0, 9895.0, 9969.0, 9895.0, 9975.0, 9947.0, 10000.0, 9972.0, 10003.0, 9951.0, 10024.0, 9967.0, 10005.0, 9966.0, 10016.0, 9926.0, 9993.0, 9967.0, 10015.0, 9983.0, 10005.0, 9958.0, 9989.0, 9927.0, 9989.0, 9987.0, 9970.0, 9965.0, 9927.0, 10000.0, 9899.0, 9969.0, 9930.0, 9958.0, 9903.0, 9943.0, 9888.0, 9954.0, 9907.0, 9957.0, 9891.0, 9948.0, 9900.0, 9978.0, 9912.0, 9971.0, 9917.0, 9937.0, 9883.0, 9962.0, 9906.0, 9952.0, 9908.0, 9913.0, 9930.0, 9882.0, 9976.0, 9882.0, 9964.0, 9913.0, 9975.0, 9885.0, 9918.0, 9868.0, 9942.0, 9884.0, 9970.0, 9870.0, 9931.0, 9867.0, 9960.0, 9886.0, 9942.0, 9887.0, 9911.0, 9959.0, 9894.0, 9980.0, 9883.0, 9950.0, 9880.0, 9948.0, 9906.0, 9923.0, 9904.0, 9918.0, 9953.0, 9963.0, 9943.0, 9998.0, 9893.0, 9972.0, 9922.0, 9968.0, 9899.0, 9975.0, 9955.0, 9970.0, 9890.0, 9939.0, 9901.0, 9974.0, 9968.0, 9971.0, 9946.0, 9862.0, 9940.0, 9833.0, 9916.0, 9949.0, 9951.0, 9866.0, 9884.0, 9833.0, 9840.0, 9914.0, 9841.0, 9912.0, 9845.0, 9924.0, 9855.0, 9908.0, 9910.0, 9923.0, 9874.0, 9940.0, 9912.0, 9969.0, 9936.0, 9909.0, 9951.0, 9920.0, 9965.0, 9892.0, 9950.0, 9906.0, 9961.0, 9874.0, 9937.0, 9885.0, 9994.0, 9886.0, 9912.0, 9875.0, 9928.0, 9915.0, 9955.0, 9918.0, 9945.0, 9908.0, 9929.0, 9870.0, 9888.0, 9819.0, 9858.0, 9806.0, 9828.0, 9812.0, 9824.0, 9812.0, 9837.0, 9811.0, 9883.0, 9810.0, 9831.0, 9811.0, 9842.0, 9819.0, 9871.0, 9867.0, 9958.0, 9897.0, 9965.0, 9913.0, 9951.0, 9901.0, 9950.0, 9922.0, 9963.0, 9902.0, 9926.0, 9874.0, 9918.0, 9885.0, 9972.0, 9950.0, 9969.0, 9935.0, 9897.0, 9934.0, 9900.0, 9912.0, 9960.0, 9885.0, 9937.0, 9899.0, 9969.0, 9913.0, 9991.0, 9925.0, 9960.0, 9893.0, 9955.0, 9889.0, 9962.0, 9951.0, 9961.0, 9920.0, 9930.0, 9954.0, 9897.0, 9965.0, 9929.0, 9969.0, 9911.0, 9951.0, 9923.0, 9949.0, 9944.0, 9935.0, 9940.0, 9893.0, 9941.0, 9908.0, 10005.0, 9925.0, 9960.0, 9909.0, 9959.0, 9933.0, 10000.0, 9957.0, 9975.0, 9909.0, 9953.0, 9911.0, 9978.0, 9937.0, 10000.0, 9920.0, 9957.0, 9947.0, 9992.0, 9969.0, 9988.0, 9941.0, 9960.0, 9994.0, 9910.0, 9908.0, 9956.0, 9911.0, 9975.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.001112906888720666</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028117493262679785</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.33790799336366</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2790155573181814</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0100758770757567</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.502</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4515.0713</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12063954306333784</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>133</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.068130204390613</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.43324916786702</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3404029442004455</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6392631188932456</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.320081440507369</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0237164</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02048392780125141</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05077211186289787</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.132369348210026</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>14.9392</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.2513</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.5295</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295320.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1095.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.7558</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8032</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.7362</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3727.2276</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3888.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81224.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1483.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4852.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.8588</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.24941839417443</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> |