=== 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-0058 --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-0058",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
141 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
141 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-0058_ses-02_task-narratives_acq-mb8_run-03_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-0058_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-03_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-0058/ses-02/func/sub-0058_ses-02_task-narratives_acq-mb8_run-03_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>aa7308a498774ebb39f2085a8ebc3056</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:27:13.830000</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.998222, 0.0585695, -0.0110455, -0.0593053, 0.994516, -0.0861404]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_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.104722</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-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4145, -7683, -7279, 556, -64, 57, -28, 73]</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>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.631</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>47a8b60d-5b2b-4d27-9e91-cc14539c1e6f||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.678157329559326, -0.15911169350147247, -0.016037316992878914, 121.63204193115234], [-0.15713781118392944, 2.6682145595550537, -0.23393426835536957, -78.99569702148438], [-0.029634326696395874, 0.2311083972454071, 2.6897988319396973, -92.24765014648438], [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, 1298]</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], 'AcquisitionTime': ['112713.830000', '112714.290000', '112714.750000', '112715.210000', '112715.670000', '112716.130000', '112716.590000', '112717.050000', '112717.510000', '112717.970000', '112718.430000', '112718.890000', '112719.350000', '112719.810000', '112720.270000', '112720.730000', '112721.190000', '112721.650000', '112722.110000', '112722.570000', '112723.030000', '112723.490000', '112723.950000', '112724.410000', '112724.870000', '112725.330000', '112725.790000', '112726.250000', '112726.710000', '112727.170000', '112727.630000', '112728.090000', '112728.550000', '112729.010000', '112729.470000', '112729.930000', '112730.390000', '112730.850000', '112731.310000', '112731.770000', '112732.230000', '112732.690000', '112733.150000', '112733.610000', '112734.070000', '112734.530000', '112734.990000', '112735.450000', '112735.910000', '112736.370000', '112736.830000', '112737.290000', '112737.750000', '112738.210000', '112738.670000', '112739.130000', '112739.590000', '112740.050000', '112740.510000', '112740.970000', '112741.430000', '112741.890000', '112742.350000', '112742.810000', '112743.270000', '112743.730000', '112744.190000', '112744.650000', '112745.110000', '112745.570000', '112746.030000', '112746.490000', '112746.950000', '112747.410000', '112747.870000', '112748.330000', '112748.790000', '112749.250000', '112749.710000', '112750.170000', '112750.630000', '112751.090000', '112751.550000', '112752.010000', '112752.470000', '112752.930000', '112753.390000', '112753.850000', '112754.310000', '112754.770000', '112755.230000', '112755.690000', '112756.150000', '112756.610000', '112757.070000', '112757.530000', '112757.990000', '112758.450000', '112758.910000', '112759.370000', '112759.830000', '112800.290000', '112800.750000', '112801.210000', '112801.670000', '112802.130000', '112802.590000', '112803.050000', '112803.510000', '112803.970000', '112804.430000', '112804.890000', '112805.350000', '112805.810000', '112806.270000', '112806.730000', '112807.190000', '112807.650000', '112808.110000', '112808.570000', '112809.030000', '112809.490000', '112809.950000', '112810.410000', '112810.870000', '112811.330000', '112811.790000', '112812.250000', '112812.710000', '112813.170000', '112813.630000', '112814.090000', '112814.550000', '112815.010000', '112815.470000', '112815.930000', '112816.390000', '112816.850000', '112817.310000', '112817.770000', '112818.230000', '112818.690000', '112819.150000', '112819.610000', '112820.070000', '112820.530000', '112820.990000', '112821.450000', '112821.910000', '112822.370000', '112822.830000', '112823.290000', '112823.750000', '112824.210000', '112824.670000', '112825.130000', '112825.590000', '112826.050000', '112826.510000', '112826.970000', '112827.430000', '112827.890000', '112828.350000', '112828.810000', '112829.270000', '112829.730000', '112830.190000', '112830.650000', '112831.110000', '112831.570000', '112832.030000', '112832.490000', '112832.950000', '112833.410000', '112833.870000', '112834.330000', '112834.790000', '112835.250000', '112835.710000', '112836.170000', '112836.630000', '112837.090000', '112837.550000', '112838.010000', '112838.470000', '112838.930000', '112839.390000', '112839.850000', '112840.310000', '112840.770000', '112841.230000', '112841.690000', '112842.150000', '112842.610000', '112843.070000', '112843.530000', '112843.990000', '112844.450000', '112844.910000', '112845.370000', '112845.830000', '112846.290000', '112846.750000', '112847.210000', '112847.670000', '112848.130000', '112848.590000', '112849.050000', '112849.510000', '112849.970000', '112850.430000', '112850.890000', '112851.350000', '112851.810000', '112852.270000', '112852.730000', '112853.190000', '112853.650000', '112854.110000', '112854.570000', '112855.030000', '112855.490000', '112855.950000', '112856.410000', '112856.870000', '112857.330000', '112857.790000', '112858.250000', '112858.710000', '112859.170000', '112859.630000', '112900.090000', '112900.550000', '112901.010000', '112901.470000', '112901.930000', '112902.390000', '112902.850000', '112903.310000', '112903.770000', '112904.230000', '112904.690000', '112905.150000', '112905.610000', '112906.070000', '112906.530000', '112906.990000', '112907.450000', '112907.910000', '112908.370000', '112908.830000', '112909.290000', '112909.750000', '112910.210000', '112910.670000', '112911.130000', '112911.590000', '112912.050000', '112912.510000', '112912.970000', '112913.430000', '112913.890000', '112914.350000', '112914.810000', '112915.270000', '112915.730000', '112916.190000', '112916.650000', '112917.110000', '112917.570000', '112918.030000', '112918.490000', '112918.950000', '112919.410000', '112919.870000', '112920.330000', '112920.790000', '112921.250000', '112921.710000', '112922.170000', '112922.630000', '112923.090000', '112923.550000', '112924.010000', '112924.470000', '112924.930000', '112925.390000', '112925.850000', '112926.310000', '112926.770000', '112927.230000', '112927.690000', '112928.150000', '112928.610000', '112929.070000', '112929.530000', '112929.990000', '112930.450000', '112930.910000', '112931.370000', '112931.830000', '112932.290000', '112932.750000', '112933.210000', '112933.670000', '112934.130000', '112934.590000', '112935.050000', '112935.510000', '112935.970000', '112936.430000', '112936.890000', '112937.350000', '112937.810000', '112938.270000', '112938.730000', '112939.190000', '112939.650000', '112940.110000', '112940.570000', '112941.030000', '112941.490000', '112941.950000', '112942.410000', '112942.870000', '112943.330000', '112943.790000', '112944.250000', '112944.710000', '112945.170000', '112945.630000', '112946.090000', '112946.550000', '112947.010000', '112947.470000', '112947.930000', '112948.390000', '112948.850000', '112949.310000', '112949.770000', '112950.230000', '112950.690000', '112951.150000', '112951.610000', '112952.070000', '112952.530000', '112952.990000', '112953.450000', '112953.910000', '112954.370000', '112954.830000', '112955.290000', '112955.750000', '112956.210000', '112956.670000', '112957.130000', '112957.590000', '112958.050000', '112958.510000', '112958.970000', '112959.430000', '112959.890000', '113000.350000', '113000.810000', '113001.270000', '113001.730000', '113002.190000', '113002.650000', '113003.110000', '113003.570000', '113004.030000', '113004.490000', '113004.950000', '113005.410000', '113005.870000', '113006.330000', '113006.790000', '113007.250000', '113007.710000', '113008.170000', '113008.630000', '113009.090000', '113009.550000', '113010.010000', '113010.470000', '113010.930000', '113011.390000', '113011.850000', '113012.310000', '113012.770000', '113013.230000', '113013.690000', '113014.150000', '113014.610000', '113015.070000', '113015.530000', '113015.990000', '113016.450000', '113016.910000', '113017.370000', '113017.830000', '113018.290000', '113018.750000', '113019.210000', '113019.670000', '113020.130000', '113020.590000', '113021.050000', '113021.510000', '113021.970000', '113022.430000', '113022.890000', '113023.350000', '113023.810000', '113024.270000', '113024.730000', '113025.190000', '113025.650000', '113026.110000', '113026.570000', '113027.030000', '113027.490000', '113027.950000', '113028.410000', '113028.870000', '113029.330000', '113029.790000', '113030.250000', '113030.710000', '113031.170000', '113031.630000', '113032.090000', '113032.550000', '113033.010000', '113033.470000', '113033.930000', '113034.390000', '113034.850000', '113035.310000', '113035.770000', '113036.230000', '113036.690000', '113037.150000', '113037.610000', '113038.070000', '113038.530000', '113038.990000', '113039.450000', '113039.910000', '113040.370000', '113040.830000', '113041.290000', '113041.750000', '113042.210000', '113042.670000', '113043.130000', '113043.590000', '113044.050000', '113044.510000', '113044.970000', '113045.430000', '113045.890000', '113046.350000', '113046.810000', '113047.270000', '113047.730000', '113048.190000', '113048.650000', '113049.110000', '113049.570000', '113050.030000', '113050.490000', '113050.950000', '113051.410000', '113051.870000', '113052.330000', '113052.790000', '113053.250000', '113053.710000', '113054.170000', '113054.630000', '113055.090000', '113055.550000', '113056.010000', '113056.470000', '113056.930000', '113057.390000', '113057.850000', '113058.310000', '113058.770000', '113059.230000', '113059.690000', '113100.150000', '113100.610000', '113101.070000', '113101.530000', '113101.990000', '113102.450000', '113102.910000', '113103.370000', '113103.830000', '113104.290000', '113104.750000', '113105.210000', '113105.670000', '113106.130000', '113106.590000', '113107.050000', '113107.510000', '113107.970000', '113108.430000', '113108.890000', '113109.350000', '113109.810000', '113110.270000', '113110.730000', '113111.190000', '113111.650000', '113112.110000', '113112.570000', '113113.030000', '113113.490000', '113113.950000', '113114.410000', '113114.870000', '113115.330000', '113115.790000', '113116.250000', '113116.710000', '113117.170000', '113117.630000', '113118.090000', '113118.550000', '113119.010000', '113119.470000', '113119.930000', '113120.390000', '113120.850000', '113121.310000', '113121.770000', '113122.230000', '113122.690000', '113123.150000', '113123.610000', '113124.070000', '113124.530000', '113124.990000', '113125.450000', '113125.910000', '113126.370000', '113126.830000', '113127.290000', '113127.750000', '113128.210000', '113128.670000', '113129.130000', '113129.590000', '113130.050000', '113130.510000', '113130.970000', '113131.430000', '113131.890000', '113132.350000', '113132.810000', '113133.270000', '113133.730000', '113134.190000', '113134.650000', '113135.110000', '113135.570000', '113136.030000', '113136.490000', '113136.950000', '113137.410000', '113137.870000', '113138.330000', '113138.790000', '113139.250000', '113139.710000', '113140.170000', '113140.630000', '113141.090000', '113141.550000', '113142.010000', '113142.470000', '113142.930000', '113143.390000', '113143.850000', '113144.310000', '113144.770000', '113145.230000', '113145.690000', '113146.150000', '113146.610000', '113147.070000', '113147.530000', '113147.990000', '113148.450000', '113148.910000', '113149.370000', '113149.830000', '113150.290000', '113150.750000', '113151.210000', '113151.670000', '113152.130000', '113152.590000', '113153.050000', '113153.510000', '113153.970000', '113154.430000', '113154.890000', '113155.350000', '113155.810000', '113156.270000', '113156.730000', '113157.190000', '113157.650000', '113158.110000', '113158.570000', '113159.030000', '113159.490000', '113159.950000', '113200.410000', '113200.870000', '113201.330000', '113201.790000', '113202.250000', '113202.710000', '113203.170000', '113203.630000', '113204.090000', '113204.550000', '113205.010000', '113205.470000', '113205.930000', '113206.390000', '113206.850000', '113207.310000', '113207.770000', '113208.230000', '113208.690000', '113209.150000', '113209.610000', '113210.070000', '113210.530000', '113210.990000', '113211.450000', '113211.910000', '113212.370000', '113212.830000', '113213.290000', '113213.750000', '113214.210000', '113214.670000', '113215.130000', '113215.590000', '113216.050000', '113216.510000', '113216.970000', '113217.430000', '113217.890000', '113218.350000', '113218.810000', '113219.270000', '113219.730000', '113220.190000', '113220.650000', '113221.110000', '113221.570000', '113222.030000', '113222.490000', '113222.950000', '113223.410000', '113223.870000', '113224.330000', '113224.790000', '113225.250000', '113225.710000', '113226.170000', '113226.630000', '113227.090000', '113227.550000', '113228.010000', '113228.470000', '113228.930000', '113229.390000', '113229.850000', '113230.310000', '113230.770000', '113231.230000', '113231.690000', '113232.150000', '113232.610000', '113233.070000', '113233.530000', '113233.990000', '113234.450000', '113234.910000', '113235.370000', '113235.830000', '113236.290000', '113236.750000', '113237.210000', '113237.670000', '113238.130000', '113238.590000', '113239.050000', '113239.510000', '113239.970000', '113240.430000', '113240.890000', '113241.350000', '113241.810000', '113242.270000', '113242.730000', '113243.190000', '113243.650000', '113244.110000', '113244.570000', '113245.030000', '113245.490000', '113245.950000', '113246.410000', '113246.870000', '113247.330000', '113247.790000', '113248.250000', '113248.710000', '113249.170000', '113249.630000', '113250.090000', '113250.550000', '113251.010000', '113251.470000', '113251.930000', '113252.390000', '113252.850000', '113253.310000', '113253.770000', '113254.230000', '113254.690000', '113255.150000', '113255.610000', '113256.070000', '113256.530000', '113256.990000', '113257.450000', '113257.910000', '113258.370000', '113258.830000', '113259.290000', '113259.750000', '113300.210000', '113300.670000', '113301.130000', '113301.590000', '113302.050000', '113302.510000', '113302.970000', '113303.430000', '113303.890000', '113304.350000', '113304.810000', '113305.270000', '113305.730000', '113306.190000', '113306.650000', '113307.110000', '113307.570000', '113308.030000', '113308.490000', '113308.950000', '113309.410000', '113309.870000', '113310.330000', '113310.790000', '113311.250000', '113311.710000', '113312.170000', '113312.630000', '113313.090000', '113313.550000', '113314.010000', '113314.470000', '113314.930000', '113315.390000', '113315.850000', '113316.310000', '113316.770000', '113317.230000', '113317.690000', '113318.150000', '113318.610000', '113319.070000', '113319.530000', '113319.990000', '113320.450000', '113320.910000', '113321.370000', '113321.830000', '113322.290000', '113322.750000', '113323.210000', '113323.670000', '113324.130000', '113324.590000', '113325.050000', '113325.510000', '113325.970000', '113326.430000', '113326.890000', '113327.350000', '113327.810000', '113328.270000', '113328.730000', '113329.190000', '113329.650000', '113330.110000', '113330.570000', '113331.030000', '113331.490000', '113331.950000', '113332.410000', '113332.870000', '113333.330000', '113333.790000', '113334.250000', '113334.710000', '113335.170000', '113335.630000', '113336.090000', '113336.550000', '113337.010000', '113337.470000', '113337.930000', '113338.390000', '113338.850000', '113339.310000', '113339.770000', '113340.230000', '113340.690000', '113341.150000', '113341.610000', '113342.070000', '113342.530000', '113342.990000', '113343.450000', '113343.910000', '113344.370000', '113344.830000', '113345.290000', '113345.750000', '113346.210000', '113346.670000', '113347.130000', '113347.590000', '113348.050000', '113348.510000', '113348.970000', '113349.430000', '113349.890000', '113350.350000', '113350.810000', '113351.270000', '113351.730000', '113352.190000', '113352.650000', '113353.110000', '113353.570000', '113354.030000', '113354.490000', '113354.950000', '113355.410000', '113355.870000', '113356.330000', '113356.790000', '113357.250000', '113357.710000', '113358.170000', '113358.630000', '113359.090000', '113359.550000', '113400.010000', '113400.470000', '113400.930000', '113401.390000', '113401.850000', '113402.310000', '113402.770000', '113403.230000', '113403.690000', '113404.150000', '113404.610000', '113405.070000', '113405.530000', '113405.990000', '113406.450000', '113406.910000', '113407.370000', '113407.830000', '113408.290000', '113408.750000', '113409.210000', '113409.670000', '113410.130000', '113410.590000', '113411.050000', '113411.510000', '113411.970000', '113412.430000', '113412.890000', '113413.350000', '113413.810000', '113414.270000', '113414.730000', '113415.190000', '113415.650000', '113416.110000', '113416.570000', '113417.030000', '113417.490000', '113417.950000', '113418.410000', '113418.870000', '113419.330000', '113419.790000', '113420.250000', '113420.710000', '113421.170000', '113421.630000', '113422.090000', '113422.550000', '113423.010000', '113423.470000', '113423.930000', '113424.390000', '113424.850000', '113425.310000', '113425.770000', '113426.230000', '113426.690000', '113427.150000', '113427.610000', '113428.070000', '113428.530000', '113428.990000', '113429.450000', '113429.910000', '113430.370000', '113430.830000', '113431.290000', '113431.750000', '113432.210000', '113432.670000', '113433.130000', '113433.590000', '113434.050000', '113434.510000', '113434.970000', '113435.430000', '113435.890000', '113436.350000', '113436.810000', '113437.270000', '113437.730000', '113438.190000', '113438.650000', '113439.110000', '113439.570000', '113440.030000', '113440.490000', '113440.950000', '113441.410000', '113441.870000', '113442.330000', '113442.790000', '113443.250000', '113443.710000', '113444.170000', '113444.630000', '113445.090000', '113445.550000', '113446.010000', '113446.470000', '113446.930000', '113447.390000', '113447.850000', '113448.310000', '113448.770000', '113449.230000', '113449.690000', '113450.150000', '113450.610000', '113451.070000', '113451.530000', '113451.990000', '113452.450000', '113452.910000', '113453.370000', '113453.830000', '113454.290000', '113454.750000', '113455.210000', '113455.670000', '113456.130000', '113456.590000', '113457.050000', '113457.510000', '113457.970000', '113458.430000', '113458.890000', '113459.350000', '113459.810000', '113500.270000', '113500.730000', '113501.190000', '113501.650000', '113502.110000', '113502.570000', '113503.030000', '113503.490000', '113503.950000', '113504.410000', '113504.870000', '113505.330000', '113505.790000', '113506.250000', '113506.710000', '113507.170000', '113507.630000', '113508.090000', '113508.550000', '113509.010000', '113509.470000', '113509.930000', '113510.390000', '113510.850000', '113511.310000', '113511.770000', '113512.230000', '113512.690000', '113513.150000', '113513.610000', '113514.070000', '113514.530000', '113514.990000', '113515.450000', '113515.910000', '113516.370000', '113516.830000', '113517.290000', '113517.750000', '113518.210000', '113518.670000', '113519.130000', '113519.590000', '113520.050000', '113520.510000', '113520.970000', '113521.430000', '113521.890000', '113522.350000', '113522.810000', '113523.270000', '113523.730000', '113524.190000', '113524.650000', '113525.110000', '113525.570000', '113526.030000', '113526.490000', '113526.950000', '113527.410000', '113527.870000', '113528.330000', '113528.790000', '113529.250000', '113529.710000', '113530.170000', '113530.630000', '113531.090000', '113531.550000', '113532.010000', '113532.470000', '113532.930000', '113533.390000', '113533.850000', '113534.310000', '113534.770000', '113535.230000', '113535.690000', '113536.150000', '113536.610000', '113537.070000', '113537.530000', '113537.990000', '113538.450000', '113538.910000', '113539.370000', '113539.830000', '113540.290000', '113540.750000', '113541.210000', '113541.670000', '113542.130000', '113542.590000', '113543.050000', '113543.510000', '113543.970000', '113544.430000', '113544.890000', '113545.350000', '113545.810000', '113546.270000', '113546.730000', '113547.190000', '113547.650000', '113548.110000', '113548.570000', '113549.030000', '113549.490000', '113549.950000', '113550.410000', '113550.870000', '113551.330000', '113551.790000', '113552.250000', '113552.710000', '113553.170000', '113553.630000', '113554.090000', '113554.550000', '113555.010000', '113555.470000', '113555.930000', '113556.390000', '113556.850000', '113557.310000', '113557.770000', '113558.230000', '113558.690000', '113559.150000', '113559.610000', '113600.070000', '113600.530000', '113600.990000', '113601.450000', '113601.910000', '113602.370000', '113602.830000', '113603.290000', '113603.750000', '113604.210000', '113604.670000', '113605.130000', '113605.590000', '113606.050000', '113606.510000', '113606.970000', '113607.430000', '113607.890000', '113608.350000', '113608.810000', '113609.270000', '113609.730000', '113610.190000', '113610.650000', '113611.110000', '113611.570000', '113612.030000', '113612.490000', '113612.950000', '113613.410000', '113613.870000', '113614.330000', '113614.790000', '113615.250000', '113615.710000', '113616.170000', '113616.630000', '113617.090000', '113617.550000', '113618.010000', '113618.470000', '113618.930000', '113619.390000', '113619.850000', '113620.310000', '113620.770000', '113621.230000', '113621.690000', '113622.150000', '113622.610000', '113623.070000', '113623.530000', '113623.990000', '113624.450000', '113624.910000', '113625.370000', '113625.830000', '113626.290000', '113626.750000', '113627.210000', '113627.670000', '113628.130000', '113628.590000', '113629.050000', '113629.510000', '113629.970000', '113630.430000', '113630.890000', '113631.350000', '113631.810000', '113632.270000', '113632.730000', '113633.190000', '113633.650000', '113634.110000', '113634.570000', '113635.030000', '113635.490000', '113635.950000', '113636.410000', '113636.870000', '113637.330000', '113637.790000', '113638.250000', '113638.710000', '113639.170000', '113639.630000', '113640.090000', '113640.550000', '113641.010000', '113641.470000', '113641.930000', '113642.390000', '113642.850000', '113643.310000', '113643.770000', '113644.230000', '113644.690000', '113645.150000', '113645.610000', '113646.070000', '113646.530000', '113646.990000', '113647.450000', '113647.910000', '113648.370000', '113648.830000', '113649.290000', '113649.750000', '113650.210000', '113650.670000', '113651.130000', '113651.590000', '113652.050000', '113652.510000', '113652.970000', '113653.430000', '113653.890000', '113654.350000', '113654.810000', '113655.270000', '113655.730000', '113656.190000', '113656.650000', '113657.110000', '113657.570000', '113658.030000', '113658.490000', '113658.950000', '113659.410000', '113659.870000', '113700.330000', '113700.790000', '113701.250000', '113701.710000', '113702.170000', '113702.630000', '113703.090000', '113703.550000', '113704.010000', '113704.470000', '113704.930000', '113705.390000', '113705.850000', '113706.310000', '113706.770000', '113707.230000', '113707.690000', '113708.150000', '113708.610000', '113709.070000', '113709.530000', '113709.990000', '113710.450000'], 'ContentTime': ['112737.028000', '112737.031000', '112737.034000', '112737.037000', '112737.040000', '112737.043000', '112737.046000', '112737.050000', '112737.052000', '112737.055000', '112737.058000', '112737.060000', '112737.063000', '112737.065000', '112737.068000', '112737.071000', '112737.073000', '112737.076000', '112737.078000', '112737.081000', '112737.083000', '112737.086000', '112737.088000', '112737.091000', '112737.094000', '112737.096000', '112737.099000', '112737.102000', '112737.105000', '112737.108000', '112737.110000', '112737.113000', '112737.115000', '112737.118000', '112737.121000', '112737.124000', '112737.126000', '112737.129000', '112737.131000', '112737.134000', '112737.137000', '112737.139000', '112737.142000', '112737.144000', '112737.147000', '112737.150000', '112737.152000', '112756.955000', '112756.958000', '112756.961000', '112756.963000', '112756.966000', '112756.969000', '112756.971000', '112756.974000', '112756.976000', '112756.979000', '112756.981000', '112756.984000', '112756.987000', '112756.989000', '112756.992000', '112756.994000', '112756.997000', '112757.000000', '112757.003000', '112757.006000', '112757.008000', '112757.011000', '112757.014000', '112757.016000', '112757.019000', '112757.022000', '112757.024000', '112757.027000', '112757.029000', '112757.032000', '112757.034000', '112757.037000', '112757.040000', '112757.042000', '112757.045000', '112757.049000', '112757.051000', '112757.054000', '112757.057000', '112757.059000', '112757.062000', '112757.065000', '112757.067000', '112757.070000', '112816.955000', '112816.958000', '112816.961000', '112816.964000', '112816.966000', '112816.969000', '112816.972000', '112816.974000', '112816.977000', '112816.979000', '112816.982000', '112816.984000', '112816.987000', '112816.990000', '112816.992000', '112816.995000', '112816.997000', '112817.001000', '112817.004000', '112817.015000', '112817.018000', '112817.021000', '112817.024000', '112817.027000', '112817.030000', '112817.032000', '112817.035000', '112817.037000', '112817.040000', '112817.043000', '112817.045000', '112817.048000', '112817.050000', '112817.058000', '112817.061000', '112817.064000', '112817.066000', '112817.069000', '112817.071000', '112817.074000', '112817.077000', '112817.079000', '112817.082000', '112836.955000', '112836.958000', '112836.961000', '112836.964000', '112836.966000', '112836.969000', '112836.974000', '112836.976000', '112836.979000', '112836.981000', '112836.984000', '112836.986000', '112836.989000', '112836.992000', '112836.994000', '112836.997000', '112837.000000', '112837.003000', '112837.006000', '112837.008000', '112837.011000', '112837.013000', '112837.016000', '112837.019000', '112837.021000', '112837.024000', '112837.027000', '112837.029000', '112837.032000', '112837.034000', '112837.037000', '112837.039000', '112837.042000', '112837.044000', '112837.047000', '112837.050000', '112837.052000', '112837.055000', '112837.057000', '112837.060000', '112837.063000', '112837.065000', '112837.068000', '112837.070000', '112856.955000', '112856.958000', '112856.961000', '112856.963000', '112856.966000', '112856.969000', '112856.971000', '112856.974000', '112856.976000', '112856.979000', '112856.981000', '112856.984000', '112856.987000', '112856.989000', '112856.992000', '112856.994000', '112856.997000', '112857.001000', '112857.003000', '112857.006000', '112857.008000', '112857.011000', '112857.013000', '112857.016000', '112857.019000', '112857.021000', '112857.024000', '112857.026000', '112857.029000', '112857.031000', '112857.034000', '112857.036000', '112857.039000', '112857.073000', '112857.076000', '112857.080000', '112857.083000', '112857.085000', '112857.089000', '112857.091000', '112857.094000', '112857.096000', '112857.099000', '112916.955000', '112916.958000', '112916.961000', '112916.964000', '112916.966000', '112916.969000', '112916.971000', '112916.974000', '112916.977000', '112916.979000', '112916.982000', '112916.984000', '112916.987000', '112916.990000', '112916.992000', '112916.995000', '112916.997000', '112917.001000', '112917.004000', '112917.006000', '112917.009000', '112917.017000', '112917.019000', '112917.022000', '112917.024000', '112917.027000', '112917.030000', '112917.032000', '112917.035000', '112917.037000', '112917.040000', '112917.043000', '112917.045000', '112917.048000', '112917.050000', '112917.053000', '112917.056000', '112917.058000', '112917.061000', '112917.063000', '112917.066000', '112917.069000', '112917.071000', '112917.074000', '112936.955000', '112936.958000', '112936.961000', '112936.964000', '112936.966000', '112936.969000', '112936.971000', '112936.974000', '112936.976000', '112936.979000', '112936.982000', '112936.984000', '112936.987000', '112936.989000', '112936.992000', '112936.995000', '112936.997000', '112937.001000', '112937.004000', '112937.006000', '112937.009000', '112937.011000', '112937.014000', '112937.017000', '112937.019000', '112937.022000', '112937.024000', '112937.027000', '112937.030000', '112937.032000', '112937.035000', '112937.037000', '112937.040000', '112937.043000', '112937.045000', '112937.048000', '112937.050000', '112937.053000', '112937.056000', '112937.058000', '112937.061000', '112937.063000', '112937.066000', '112956.955000', '112956.958000', '112956.961000', '112956.963000', '112956.966000', '112956.969000', '112956.977000', '112956.980000', '112956.983000', '112956.985000', '112956.988000', '112956.991000', '112956.993000', '112956.996000', '112956.998000', '112957.002000', '112957.005000', '112957.007000', '112957.010000', '112957.013000', '112957.015000', '112957.018000', '112957.021000', '112957.023000', '112957.026000', '112957.028000', '112957.031000', '112957.033000', '112957.036000', '112957.039000', '112957.041000', '112957.044000', '112957.047000', '112957.049000', '112957.052000', '112957.054000', '112957.057000', '112957.059000', '112957.062000', '112957.065000', '112957.068000', '112957.070000', '112957.073000', '112957.075000', '113016.955000', '113016.958000', '113016.961000', '113016.964000', '113016.966000', '113016.969000', '113016.971000', '113016.974000', '113016.977000', '113016.979000', '113016.982000', '113016.984000', '113016.987000', '113016.989000', '113016.992000', '113016.995000', '113016.997000', '113017.001000', '113017.003000', '113017.006000', '113017.009000', '113017.011000', '113017.014000', '113017.016000', '113017.019000', '113017.022000', '113017.024000', '113017.027000', '113017.029000', '113017.032000', '113017.035000', '113017.037000', '113017.040000', '113017.042000', '113017.045000', '113017.048000', '113017.050000', '113017.053000', '113017.055000', '113017.058000', '113017.060000', '113017.063000', '113017.066000', '113036.955000', '113036.958000', '113036.961000', '113036.963000', '113036.966000', '113036.969000', '113036.971000', '113036.974000', '113036.976000', '113036.979000', '113036.981000', '113036.984000', '113036.987000', '113036.989000', '113036.992000', '113036.995000', '113036.997000', '113037.001000', '113037.003000', '113037.006000', '113037.009000', '113037.011000', '113037.014000', '113037.017000', '113037.019000', '113037.022000', '113037.024000', '113037.027000', '113037.030000', '113037.032000', '113037.035000', '113037.038000', '113037.041000', '113037.043000', '113037.046000', '113037.048000', '113037.051000', '113037.054000', '113037.056000', '113037.059000', '113037.061000', '113037.064000', '113037.067000', '113037.069000', '113056.955000', '113056.959000', '113056.961000', '113056.964000', '113056.966000', '113056.969000', '113056.972000', '113056.974000', '113056.977000', '113056.980000', '113056.982000', '113056.985000', '113056.987000', '113056.990000', '113056.993000', '113056.995000', '113056.998000', '113057.001000', '113057.004000', '113057.007000', '113057.009000', '113057.012000', '113057.014000', '113057.017000', '113057.020000', '113057.022000', '113057.025000', '113057.027000', '113057.030000', '113057.033000', '113057.035000', '113057.038000', '113057.040000', '113057.043000', '113057.046000', '113057.048000', '113057.051000', '113057.054000', '113057.056000', '113057.059000', '113057.062000', '113057.064000', '113057.067000', '113116.955000', '113116.958000', '113116.961000', '113116.963000', '113116.966000', '113116.969000', '113116.971000', '113116.974000', '113116.977000', '113116.979000', '113116.982000', '113116.985000', '113116.987000', '113116.990000', '113116.993000', '113116.995000', '113116.998000', '113117.001000', '113117.004000', '113117.006000', '113117.009000', '113117.012000', '113117.014000', '113117.017000', '113117.019000', '113117.022000', '113117.025000', '113117.027000', '113117.030000', '113117.033000', '113117.035000', '113117.038000', '113117.040000', '113117.043000', '113117.046000', '113117.054000', '113117.057000', '113117.059000', '113117.062000', '113117.064000', '113117.067000', '113117.070000', '113117.072000', '113117.075000', '113136.956000', '113136.958000', '113136.961000', '113136.964000', '113136.966000', '113136.969000', '113136.971000', '113136.974000', '113136.977000', '113136.979000', '113136.982000', '113136.985000', '113136.987000', '113136.990000', '113136.992000', '113136.995000', '113136.998000', '113137.001000', '113137.004000', '113137.006000', '113137.009000', '113137.012000', '113137.014000', '113137.017000', '113137.019000', '113137.022000', '113137.025000', '113137.027000', '113137.030000', '113137.032000', '113137.035000', '113137.038000', '113137.040000', '113137.043000', '113137.045000', '113137.048000', '113137.051000', '113137.053000', '113137.056000', '113137.058000', '113137.061000', '113137.064000', '113137.067000', '113156.955000', '113156.958000', '113156.961000', '113156.964000', '113156.966000', '113156.969000', '113156.971000', '113156.974000', '113156.977000', '113156.979000', '113156.982000', '113156.985000', '113156.987000', '113156.990000', '113156.993000', '113156.995000', '113156.998000', '113157.001000', '113157.004000', '113157.007000', '113157.009000', '113157.012000', '113157.015000', '113157.017000', '113157.020000', '113157.023000', '113157.025000', '113157.028000', '113157.031000', '113157.034000', '113157.037000', '113157.040000', '113157.042000', '113157.045000', '113157.048000', '113157.050000', '113157.053000', '113157.055000', '113157.058000', '113157.061000', '113157.063000', '113157.066000', '113157.069000', '113216.955000', '113216.958000', '113216.961000', '113216.963000', '113216.966000', '113216.969000', '113216.971000', '113216.974000', '113216.977000', '113216.979000', '113216.982000', '113216.984000', '113216.987000', '113216.990000', '113216.992000', '113216.995000', '113216.998000', '113217.001000', '113217.004000', '113217.006000', '113217.009000', '113217.012000', '113217.014000', '113217.017000', '113217.019000', '113217.022000', '113217.025000', '113217.027000', '113217.030000', '113217.032000', '113217.035000', '113217.037000', '113217.040000', '113217.043000', '113217.045000', '113217.048000', '113217.051000', '113217.053000', '113217.056000', '113217.058000', '113217.061000', '113217.064000', '113217.066000', '113217.069000', '113236.955000', '113236.958000', '113236.961000', '113236.963000', '113236.967000', '113236.970000', '113236.972000', '113236.975000', '113236.978000', '113236.980000', '113236.983000', '113236.986000', '113236.988000', '113236.991000', '113236.994000', '113236.996000', '113237.000000', '113237.003000', '113237.005000', '113237.008000', '113237.016000', '113237.018000', '113237.021000', '113237.024000', '113237.027000', '113237.029000', '113237.032000', '113237.034000', '113237.037000', '113237.040000', '113237.042000', '113237.045000', '113237.047000', '113237.050000', '113237.052000', '113237.055000', '113237.058000', '113237.060000', '113237.063000', '113237.065000', '113237.068000', '113237.071000', '113237.073000', '113237.076000', '113256.956000', '113256.958000', '113256.961000', '113256.964000', '113256.966000', '113256.969000', '113256.972000', '113256.974000', '113256.977000', '113256.979000', '113256.982000', '113256.985000', '113256.987000', '113256.990000', '113256.993000', '113256.995000', '113256.998000', '113257.001000', '113257.004000', '113257.007000', '113257.009000', '113257.012000', '113257.015000', '113257.017000', '113257.020000', '113257.022000', '113257.025000', '113257.028000', '113257.030000', '113257.033000', '113257.036000', '113257.038000', '113257.041000', '113257.043000', '113257.046000', '113257.048000', '113257.051000', '113257.054000', '113257.056000', '113257.059000', '113257.062000', '113257.064000', '113257.067000', '113316.955000', '113316.958000', '113316.961000', '113316.964000', '113316.966000', '113316.969000', '113316.971000', '113316.974000', '113316.977000', '113316.979000', '113316.982000', '113316.985000', '113316.987000', '113316.990000', '113316.993000', '113316.995000', '113316.998000', '113317.001000', '113317.004000', '113317.007000', '113317.009000', '113317.012000', '113317.015000', '113317.017000', '113317.020000', '113317.023000', '113317.025000', '113317.028000', '113317.032000', '113317.035000', '113317.037000', '113317.040000', '113317.043000', '113317.045000', '113317.048000', '113317.051000', '113317.053000', '113317.056000', '113317.058000', '113317.061000', '113317.063000', '113317.066000', '113317.069000', '113317.071000', '113336.956000', '113336.959000', '113336.961000', '113336.964000', '113336.966000', '113336.969000', '113336.972000', '113336.974000', '113336.977000', '113336.979000', '113336.982000', '113336.984000', '113336.987000', '113336.990000', '113336.992000', '113336.995000', '113336.998000', '113337.001000', '113337.004000', '113337.006000', '113337.009000', '113337.022000', '113337.025000', '113337.027000', '113337.030000', '113337.033000', '113337.035000', '113337.038000', '113337.040000', '113337.043000', '113337.046000', '113337.048000', '113337.051000', '113337.054000', '113337.056000', '113337.059000', '113337.061000', '113337.064000', '113337.067000', '113337.069000', '113337.072000', '113337.075000', '113337.077000', '113356.956000', '113356.958000', '113356.961000', '113356.964000', '113356.967000', '113356.970000', '113356.973000', '113356.977000', '113356.980000', '113356.982000', '113356.985000', '113356.988000', '113356.990000', '113356.993000', '113356.995000', '113356.998000', '113357.001000', '113357.004000', '113357.008000', '113357.010000', '113357.013000', '113357.016000', '113357.018000', '113357.021000', '113357.024000', '113357.026000', '113357.029000', '113357.031000', '113357.034000', '113357.037000', '113357.039000', '113357.042000', '113357.044000', '113357.047000', '113357.050000', '113357.052000', '113357.055000', '113357.057000', '113357.060000', '113357.063000', '113357.066000', '113357.068000', '113357.071000', '113416.955000', '113416.959000', '113416.961000', '113416.964000', '113416.967000', '113416.969000', '113416.972000', '113416.975000', '113416.977000', '113416.980000', '113416.983000', '113416.985000', '113416.988000', '113416.990000', '113416.993000', '113416.996000', '113416.998000', '113417.002000', '113417.004000', '113417.007000', '113417.010000', '113417.012000', '113417.015000', '113417.017000', '113417.020000', '113417.023000', '113417.025000', '113417.028000', '113417.031000', '113417.034000', '113417.036000', '113417.039000', '113417.041000', '113417.044000', '113417.047000', '113417.049000', '113417.052000', '113417.054000', '113417.057000', '113417.059000', '113417.062000', '113417.065000', '113417.067000', '113417.070000', '113436.955000', '113436.958000', '113436.961000', '113436.964000', '113436.966000', '113436.969000', '113436.971000', '113436.974000', '113436.977000', '113436.979000', '113436.982000', '113436.984000', '113436.987000', '113436.990000', '113436.992000', '113436.995000', '113436.997000', '113437.001000', '113437.004000', '113437.006000', '113437.009000', '113437.012000', '113437.014000', '113437.017000', '113437.020000', '113437.023000', '113437.026000', '113437.029000', '113437.032000', '113437.034000', '113437.037000', '113437.039000', '113437.042000', '113437.045000', '113437.047000', '113437.050000', '113437.052000', '113437.055000', '113437.058000', '113437.060000', '113437.063000', '113437.066000', '113437.068000', '113456.955000', '113456.958000', '113456.961000', '113456.964000', '113456.966000', '113456.969000', '113456.972000', '113456.974000', '113456.977000', '113456.980000', '113456.982000', '113456.985000', '113456.987000', '113456.990000', '113456.993000', '113456.995000', '113456.998000', '113457.001000', '113457.004000', '113457.014000', '113457.017000', '113457.020000', '113457.022000', '113457.025000', '113457.028000', '113457.030000', '113457.033000', '113457.036000', '113457.038000', '113457.041000', '113457.043000', '113457.046000', '113457.049000', '113457.051000', '113457.054000', '113457.056000', '113457.059000', '113457.062000', '113457.064000', '113457.067000', '113457.069000', '113457.072000', '113457.075000', '113457.077000', '113516.955000', '113516.958000', '113516.961000', '113516.968000', '113516.971000', '113516.973000', '113516.976000', '113516.979000', '113516.981000', '113516.984000', '113516.986000', '113516.989000', '113516.992000', '113516.994000', '113516.997000', '113517.000000', '113517.003000', '113517.006000', '113517.008000', '113517.011000', '113517.014000', '113517.016000', '113517.019000', '113517.022000', '113517.024000', '113517.027000', '113517.029000', '113517.032000', '113517.035000', '113517.037000', '113517.040000', '113517.042000', '113517.046000', '113517.049000', '113517.051000', '113517.054000', '113517.057000', '113517.059000', '113517.062000', '113517.065000', '113517.068000', '113517.071000', '113517.073000', '113536.956000', '113536.958000', '113536.961000', '113536.965000', '113536.967000', '113536.970000', '113536.972000', '113536.975000', '113536.978000', '113536.981000', '113536.983000', '113536.986000', '113536.989000', '113536.991000', '113536.994000', '113536.997000', '113537.000000', '113537.003000', '113537.006000', '113537.008000', '113537.011000', '113537.013000', '113537.016000', '113537.019000', '113537.022000', '113537.024000', '113537.027000', '113537.030000', '113537.032000', '113537.035000', '113537.038000', '113537.040000', '113537.043000', '113537.045000', '113537.048000', '113537.051000', '113537.053000', '113537.056000', '113537.058000', '113537.061000', '113537.064000', '113537.066000', '113537.069000', '113537.071000', '113556.956000', '113556.959000', '113556.962000', '113556.964000', '113556.967000', '113556.970000', '113556.972000', '113556.975000', '113556.977000', '113556.980000', '113556.983000', '113556.985000', '113556.988000', '113556.991000', '113556.993000', '113556.996000', '113557.000000', '113557.002000', '113557.005000', '113557.007000', '113557.010000', '113557.013000', '113557.015000', '113557.018000', '113557.021000', '113557.024000', '113557.027000', '113557.031000', '113557.033000', '113557.036000', '113557.039000', '113557.041000', '113557.044000', '113557.046000', '113557.049000', '113557.052000', '113557.054000', '113557.057000', '113557.059000', '113557.062000', '113557.065000', '113557.067000', '113557.070000', '113616.955000', '113616.958000', '113616.961000', '113616.964000', '113616.966000', '113616.969000', '113616.971000', '113616.974000', '113616.977000', '113616.979000', '113616.982000', '113616.984000', '113616.987000', '113616.990000', '113616.993000', '113617.013000', '113617.016000', '113617.018000', '113617.021000', '113617.024000', '113617.026000', '113617.029000', '113617.032000', '113617.034000', '113617.037000', '113617.039000', '113617.042000', '113617.045000', '113617.047000', '113617.050000', '113617.053000', '113617.056000', '113617.058000', '113617.061000', '113617.063000', '113617.066000', '113617.068000', '113617.071000', '113617.074000', '113617.076000', '113617.079000', '113617.081000', '113617.084000', '113617.087000', '113636.956000', '113636.958000', '113636.961000', '113636.964000', '113636.966000', '113636.969000', '113636.972000', '113636.974000', '113636.977000', '113636.979000', '113636.982000', '113636.985000', '113636.987000', '113636.990000', '113636.993000', '113636.995000', '113636.998000', '113637.002000', '113637.005000', '113637.007000', '113637.010000', '113637.012000', '113637.015000', '113637.018000', '113637.020000', '113637.023000', '113637.026000', '113637.029000', '113637.032000', '113637.035000', '113637.038000', '113637.040000', '113637.043000', '113637.046000', '113637.048000', '113637.051000', '113637.053000', '113637.056000', '113637.059000', '113637.061000', '113637.064000', '113637.066000', '113637.069000', '113656.955000', '113656.959000', '113656.961000', '113656.964000', '113656.966000', '113656.969000', '113656.972000', '113656.974000', '113656.977000', '113656.980000', '113656.982000', '113656.985000', '113656.988000', '113656.990000', '113656.993000', '113656.996000', '113656.998000', '113657.002000', '113657.004000', '113657.007000', '113657.010000', '113657.012000', '113657.015000', '113657.017000', '113657.020000', '113657.023000', '113657.025000', '113657.028000', '113657.031000', '113657.033000', '113657.036000', '113657.038000', '113657.041000', '113657.044000', '113657.046000', '113657.049000', '113657.051000', '113657.054000', '113657.057000', '113657.059000', '113657.062000', '113657.065000', '113657.067000', '113657.070000', '113711.985000', '113711.988000', '113711.991000', '113711.994000', '113711.997000', '113712.001000', '113712.004000', '113712.007000', '113712.010000', '113712.012000', '113712.015000', '113712.018000', '113712.021000', '113712.024000', '113712.027000', '113712.029000', '113712.032000', '113712.035000', '113712.037000', '113712.040000', '113712.043000', '113712.045000', '113712.048000', '113712.051000', '113712.053000', '113712.056000', '113712.059000', '113712.061000', '113712.064000', '113712.067000', '113712.069000', '113712.072000', '113712.075000'], 'InstanceCreationTime': ['112737.028000', '112737.031000', '112737.034000', '112737.037000', '112737.040000', '112737.043000', '112737.046000', '112737.050000', '112737.052000', '112737.055000', '112737.058000', '112737.060000', '112737.063000', '112737.065000', '112737.068000', '112737.071000', '112737.073000', '112737.076000', '112737.078000', '112737.081000', '112737.083000', '112737.086000', '112737.088000', '112737.091000', '112737.094000', '112737.096000', '112737.099000', '112737.102000', '112737.105000', '112737.108000', '112737.110000', '112737.113000', '112737.115000', '112737.118000', '112737.121000', '112737.124000', '112737.126000', '112737.129000', '112737.131000', '112737.134000', '112737.137000', '112737.139000', '112737.142000', '112737.144000', '112737.147000', '112737.150000', '112737.152000', '112756.955000', '112756.958000', '112756.961000', '112756.963000', '112756.966000', '112756.969000', '112756.971000', '112756.974000', '112756.976000', '112756.979000', '112756.981000', '112756.984000', '112756.987000', '112756.989000', '112756.992000', '112756.994000', '112756.997000', '112757.000000', '112757.003000', '112757.006000', '112757.008000', '112757.011000', '112757.014000', '112757.016000', '112757.019000', '112757.022000', '112757.024000', '112757.027000', '112757.029000', '112757.032000', '112757.034000', '112757.037000', '112757.040000', '112757.042000', '112757.045000', '112757.049000', '112757.051000', '112757.054000', '112757.057000', '112757.059000', '112757.062000', '112757.065000', '112757.067000', '112757.070000', '112816.955000', '112816.958000', '112816.961000', '112816.964000', '112816.966000', '112816.969000', '112816.972000', '112816.974000', '112816.977000', '112816.979000', '112816.982000', '112816.984000', '112816.987000', '112816.990000', '112816.992000', '112816.995000', '112816.997000', '112817.001000', '112817.004000', '112817.015000', '112817.018000', '112817.021000', '112817.024000', '112817.027000', '112817.030000', '112817.032000', '112817.035000', '112817.037000', '112817.040000', '112817.043000', '112817.045000', '112817.048000', '112817.050000', '112817.058000', '112817.061000', '112817.064000', '112817.066000', '112817.069000', '112817.071000', '112817.074000', '112817.077000', '112817.079000', '112817.082000', '112836.955000', '112836.958000', '112836.961000', '112836.964000', '112836.966000', '112836.969000', '112836.974000', '112836.976000', '112836.979000', '112836.981000', '112836.984000', '112836.986000', '112836.989000', '112836.992000', '112836.994000', '112836.997000', '112837.000000', '112837.003000', '112837.006000', '112837.008000', '112837.011000', '112837.013000', '112837.016000', '112837.019000', '112837.021000', '112837.024000', '112837.027000', '112837.029000', '112837.032000', '112837.034000', '112837.037000', '112837.039000', '112837.042000', '112837.044000', '112837.047000', '112837.050000', '112837.052000', '112837.055000', '112837.057000', '112837.060000', '112837.063000', '112837.065000', '112837.068000', '112837.070000', '112856.955000', '112856.958000', '112856.961000', '112856.963000', '112856.966000', '112856.969000', '112856.971000', '112856.974000', '112856.976000', '112856.979000', '112856.981000', '112856.984000', '112856.987000', '112856.989000', '112856.992000', '112856.994000', '112856.997000', '112857.001000', '112857.003000', '112857.006000', '112857.008000', '112857.011000', '112857.013000', '112857.016000', '112857.019000', '112857.021000', '112857.024000', '112857.026000', '112857.029000', '112857.031000', '112857.034000', '112857.036000', '112857.039000', '112857.073000', '112857.076000', '112857.080000', '112857.083000', '112857.085000', '112857.089000', '112857.091000', '112857.094000', '112857.096000', '112857.099000', '112916.955000', '112916.958000', '112916.961000', '112916.964000', '112916.966000', '112916.969000', '112916.971000', '112916.974000', '112916.977000', '112916.979000', '112916.982000', '112916.984000', '112916.987000', '112916.990000', '112916.992000', '112916.995000', '112916.997000', '112917.001000', '112917.004000', '112917.006000', '112917.009000', '112917.017000', '112917.019000', '112917.022000', '112917.024000', '112917.027000', '112917.030000', '112917.032000', '112917.035000', '112917.037000', '112917.040000', '112917.043000', '112917.045000', '112917.048000', '112917.050000', '112917.053000', '112917.056000', '112917.058000', '112917.061000', '112917.063000', '112917.066000', '112917.069000', '112917.071000', '112917.074000', '112936.955000', '112936.958000', '112936.961000', '112936.964000', '112936.966000', '112936.969000', '112936.971000', '112936.974000', '112936.976000', '112936.979000', '112936.982000', '112936.984000', '112936.987000', '112936.989000', '112936.992000', '112936.995000', '112936.997000', '112937.001000', '112937.004000', '112937.006000', '112937.009000', '112937.011000', '112937.014000', '112937.017000', '112937.019000', '112937.022000', '112937.024000', '112937.027000', '112937.030000', '112937.032000', '112937.035000', '112937.037000', '112937.040000', '112937.043000', '112937.045000', '112937.048000', '112937.050000', '112937.053000', '112937.056000', '112937.058000', '112937.061000', '112937.063000', '112937.066000', '112956.955000', '112956.958000', '112956.961000', '112956.963000', '112956.966000', '112956.969000', '112956.977000', '112956.980000', '112956.983000', '112956.985000', '112956.988000', '112956.991000', '112956.993000', '112956.996000', '112956.998000', '112957.002000', '112957.005000', '112957.007000', '112957.010000', '112957.013000', '112957.015000', '112957.018000', '112957.021000', '112957.023000', '112957.026000', '112957.028000', '112957.031000', '112957.033000', '112957.036000', '112957.039000', '112957.041000', '112957.044000', '112957.047000', '112957.049000', '112957.052000', '112957.054000', '112957.057000', '112957.059000', '112957.062000', '112957.065000', '112957.068000', '112957.070000', '112957.073000', '112957.075000', '113016.955000', '113016.958000', '113016.961000', '113016.964000', '113016.966000', '113016.969000', '113016.971000', '113016.974000', '113016.977000', '113016.979000', '113016.982000', '113016.984000', '113016.987000', '113016.989000', '113016.992000', '113016.995000', '113016.997000', '113017.001000', '113017.003000', '113017.006000', '113017.009000', '113017.011000', '113017.014000', '113017.016000', '113017.019000', '113017.022000', '113017.024000', '113017.027000', '113017.029000', '113017.032000', '113017.035000', '113017.037000', '113017.040000', '113017.042000', '113017.045000', '113017.048000', '113017.050000', '113017.053000', '113017.055000', '113017.058000', '113017.060000', '113017.063000', '113017.066000', '113036.955000', '113036.958000', '113036.961000', '113036.963000', '113036.966000', '113036.969000', '113036.971000', '113036.974000', '113036.976000', '113036.979000', '113036.981000', '113036.984000', '113036.987000', '113036.989000', '113036.992000', '113036.995000', '113036.997000', '113037.001000', '113037.003000', '113037.006000', '113037.009000', '113037.011000', '113037.014000', '113037.017000', '113037.019000', '113037.022000', '113037.024000', '113037.027000', '113037.030000', '113037.032000', '113037.035000', '113037.038000', '113037.041000', '113037.043000', '113037.046000', '113037.048000', '113037.051000', '113037.054000', '113037.056000', '113037.059000', '113037.061000', '113037.064000', '113037.067000', '113037.069000', '113056.955000', '113056.959000', '113056.961000', '113056.964000', '113056.966000', '113056.969000', '113056.972000', '113056.974000', '113056.977000', '113056.980000', '113056.982000', '113056.985000', '113056.987000', '113056.990000', '113056.993000', '113056.995000', '113056.998000', '113057.001000', '113057.004000', '113057.007000', '113057.009000', '113057.012000', '113057.014000', '113057.017000', '113057.020000', '113057.022000', '113057.025000', '113057.027000', '113057.030000', '113057.033000', '113057.035000', '113057.038000', '113057.040000', '113057.043000', '113057.046000', '113057.048000', '113057.051000', '113057.054000', '113057.056000', '113057.059000', '113057.062000', '113057.064000', '113057.067000', '113116.955000', '113116.958000', '113116.961000', '113116.963000', '113116.966000', '113116.969000', '113116.971000', '113116.974000', '113116.977000', '113116.979000', '113116.982000', '113116.985000', '113116.987000', '113116.990000', '113116.993000', '113116.995000', '113116.998000', '113117.001000', '113117.004000', '113117.006000', '113117.009000', '113117.012000', '113117.014000', '113117.017000', '113117.019000', '113117.022000', '113117.025000', '113117.027000', '113117.030000', '113117.033000', '113117.035000', '113117.038000', '113117.040000', '113117.043000', '113117.046000', '113117.054000', '113117.057000', '113117.059000', '113117.062000', '113117.064000', '113117.067000', '113117.070000', '113117.072000', '113117.075000', '113136.956000', '113136.958000', '113136.961000', '113136.964000', '113136.966000', '113136.969000', '113136.971000', '113136.974000', '113136.977000', '113136.979000', '113136.982000', '113136.985000', '113136.987000', '113136.990000', '113136.992000', '113136.995000', '113136.998000', '113137.001000', '113137.004000', '113137.006000', '113137.009000', '113137.012000', '113137.014000', '113137.017000', '113137.019000', '113137.022000', '113137.025000', '113137.027000', '113137.030000', '113137.032000', '113137.035000', '113137.038000', '113137.040000', '113137.043000', '113137.045000', '113137.048000', '113137.051000', '113137.053000', '113137.056000', '113137.058000', '113137.061000', '113137.064000', '113137.067000', '113156.955000', '113156.958000', '113156.961000', '113156.964000', '113156.966000', '113156.969000', '113156.971000', '113156.974000', '113156.977000', '113156.979000', '113156.982000', '113156.985000', '113156.987000', '113156.990000', '113156.993000', '113156.995000', '113156.998000', '113157.001000', '113157.004000', '113157.007000', '113157.009000', '113157.012000', '113157.015000', '113157.017000', '113157.020000', '113157.023000', '113157.025000', '113157.028000', '113157.031000', '113157.034000', '113157.037000', '113157.040000', '113157.042000', '113157.045000', '113157.048000', '113157.050000', '113157.053000', '113157.055000', '113157.058000', '113157.061000', '113157.063000', '113157.066000', '113157.069000', '113216.955000', '113216.958000', '113216.961000', '113216.963000', '113216.966000', '113216.969000', '113216.971000', '113216.974000', '113216.977000', '113216.979000', '113216.982000', '113216.984000', '113216.987000', '113216.990000', '113216.992000', '113216.995000', '113216.998000', '113217.001000', '113217.004000', '113217.006000', '113217.009000', '113217.012000', '113217.014000', '113217.017000', '113217.019000', '113217.022000', '113217.025000', '113217.027000', '113217.030000', '113217.032000', '113217.035000', '113217.037000', '113217.040000', '113217.043000', '113217.045000', '113217.048000', '113217.051000', '113217.053000', '113217.056000', '113217.058000', '113217.061000', '113217.064000', '113217.066000', '113217.069000', '113236.955000', '113236.958000', '113236.961000', '113236.963000', '113236.967000', '113236.970000', '113236.972000', '113236.975000', '113236.978000', '113236.980000', '113236.983000', '113236.986000', '113236.988000', '113236.991000', '113236.994000', '113236.996000', '113237.000000', '113237.003000', '113237.005000', '113237.008000', '113237.016000', '113237.018000', '113237.021000', '113237.024000', '113237.027000', '113237.029000', '113237.032000', '113237.034000', '113237.037000', '113237.040000', '113237.042000', '113237.045000', '113237.047000', '113237.050000', '113237.052000', '113237.055000', '113237.058000', '113237.060000', '113237.063000', '113237.065000', '113237.068000', '113237.071000', '113237.073000', '113237.076000', '113256.956000', '113256.958000', '113256.961000', '113256.964000', '113256.966000', '113256.969000', '113256.972000', '113256.974000', '113256.977000', '113256.979000', '113256.982000', '113256.985000', '113256.987000', '113256.990000', '113256.993000', '113256.995000', '113256.998000', '113257.001000', '113257.004000', '113257.007000', '113257.009000', '113257.012000', '113257.015000', '113257.017000', '113257.020000', '113257.022000', '113257.025000', '113257.028000', '113257.030000', '113257.033000', '113257.036000', '113257.038000', '113257.041000', '113257.043000', '113257.046000', '113257.048000', '113257.051000', '113257.054000', '113257.056000', '113257.059000', '113257.062000', '113257.064000', '113257.067000', '113316.955000', '113316.958000', '113316.961000', '113316.964000', '113316.966000', '113316.969000', '113316.971000', '113316.974000', '113316.977000', '113316.979000', '113316.982000', '113316.985000', '113316.987000', '113316.990000', '113316.993000', '113316.995000', '113316.998000', '113317.001000', '113317.004000', '113317.007000', '113317.009000', '113317.012000', '113317.015000', '113317.017000', '113317.020000', '113317.023000', '113317.025000', '113317.028000', '113317.032000', '113317.035000', '113317.037000', '113317.040000', '113317.043000', '113317.045000', '113317.048000', '113317.051000', '113317.053000', '113317.056000', '113317.058000', '113317.061000', '113317.063000', '113317.066000', '113317.069000', '113317.071000', '113336.956000', '113336.959000', '113336.961000', '113336.964000', '113336.966000', '113336.969000', '113336.972000', '113336.974000', '113336.977000', '113336.979000', '113336.982000', '113336.984000', '113336.987000', '113336.990000', '113336.992000', '113336.995000', '113336.998000', '113337.001000', '113337.004000', '113337.006000', '113337.009000', '113337.022000', '113337.025000', '113337.027000', '113337.030000', '113337.033000', '113337.035000', '113337.038000', '113337.040000', '113337.043000', '113337.046000', '113337.048000', '113337.051000', '113337.054000', '113337.056000', '113337.059000', '113337.061000', '113337.064000', '113337.067000', '113337.069000', '113337.072000', '113337.075000', '113337.077000', '113356.956000', '113356.958000', '113356.961000', '113356.964000', '113356.967000', '113356.970000', '113356.973000', '113356.977000', '113356.980000', '113356.982000', '113356.985000', '113356.988000', '113356.990000', '113356.993000', '113356.995000', '113356.998000', '113357.001000', '113357.004000', '113357.008000', '113357.010000', '113357.013000', '113357.016000', '113357.018000', '113357.021000', '113357.024000', '113357.026000', '113357.029000', '113357.031000', '113357.034000', '113357.037000', '113357.039000', '113357.042000', '113357.044000', '113357.047000', '113357.050000', '113357.052000', '113357.055000', '113357.057000', '113357.060000', '113357.063000', '113357.066000', '113357.068000', '113357.071000', '113416.955000', '113416.959000', '113416.961000', '113416.964000', '113416.967000', '113416.969000', '113416.972000', '113416.975000', '113416.977000', '113416.980000', '113416.983000', '113416.985000', '113416.988000', '113416.990000', '113416.993000', '113416.996000', '113416.998000', '113417.002000', '113417.004000', '113417.007000', '113417.010000', '113417.012000', '113417.015000', '113417.017000', '113417.020000', '113417.023000', '113417.025000', '113417.028000', '113417.031000', '113417.034000', '113417.036000', '113417.039000', '113417.041000', '113417.044000', '113417.047000', '113417.049000', '113417.052000', '113417.054000', '113417.057000', '113417.059000', '113417.062000', '113417.065000', '113417.067000', '113417.070000', '113436.955000', '113436.958000', '113436.961000', '113436.964000', '113436.966000', '113436.969000', '113436.971000', '113436.974000', '113436.977000', '113436.979000', '113436.982000', '113436.984000', '113436.987000', '113436.990000', '113436.992000', '113436.995000', '113436.997000', '113437.001000', '113437.004000', '113437.006000', '113437.009000', '113437.012000', '113437.014000', '113437.017000', '113437.020000', '113437.023000', '113437.026000', '113437.029000', '113437.032000', '113437.034000', '113437.037000', '113437.039000', '113437.042000', '113437.045000', '113437.047000', '113437.050000', '113437.052000', '113437.055000', '113437.058000', '113437.060000', '113437.063000', '113437.066000', '113437.068000', '113456.955000', '113456.958000', '113456.961000', '113456.964000', '113456.966000', '113456.969000', '113456.972000', '113456.974000', '113456.977000', '113456.980000', '113456.982000', '113456.985000', '113456.987000', '113456.990000', '113456.993000', '113456.995000', '113456.998000', '113457.001000', '113457.004000', '113457.014000', '113457.017000', '113457.020000', '113457.022000', '113457.025000', '113457.028000', '113457.030000', '113457.033000', '113457.036000', '113457.038000', '113457.041000', '113457.043000', '113457.046000', '113457.049000', '113457.051000', '113457.054000', '113457.056000', '113457.059000', '113457.062000', '113457.064000', '113457.067000', '113457.069000', '113457.072000', '113457.075000', '113457.077000', '113516.955000', '113516.958000', '113516.961000', '113516.968000', '113516.971000', '113516.973000', '113516.976000', '113516.979000', '113516.981000', '113516.984000', '113516.986000', '113516.989000', '113516.992000', '113516.994000', '113516.997000', '113517.000000', '113517.003000', '113517.006000', '113517.008000', '113517.011000', '113517.014000', '113517.016000', '113517.019000', '113517.022000', '113517.024000', '113517.027000', '113517.029000', '113517.032000', '113517.035000', '113517.037000', '113517.040000', '113517.042000', '113517.046000', '113517.049000', '113517.051000', '113517.054000', '113517.057000', '113517.059000', '113517.062000', '113517.065000', '113517.068000', '113517.071000', '113517.073000', '113536.956000', '113536.958000', '113536.961000', '113536.965000', '113536.967000', '113536.970000', '113536.972000', '113536.975000', '113536.978000', '113536.981000', '113536.983000', '113536.986000', '113536.989000', '113536.991000', '113536.994000', '113536.997000', '113537.000000', '113537.003000', '113537.006000', '113537.008000', '113537.011000', '113537.013000', '113537.016000', '113537.019000', '113537.022000', '113537.024000', '113537.027000', '113537.030000', '113537.032000', '113537.035000', '113537.038000', '113537.040000', '113537.043000', '113537.045000', '113537.048000', '113537.051000', '113537.053000', '113537.056000', '113537.058000', '113537.061000', '113537.064000', '113537.066000', '113537.069000', '113537.071000', '113556.956000', '113556.959000', '113556.962000', '113556.964000', '113556.967000', '113556.970000', '113556.972000', '113556.975000', '113556.977000', '113556.980000', '113556.983000', '113556.985000', '113556.988000', '113556.991000', '113556.993000', '113556.996000', '113557.000000', '113557.002000', '113557.005000', '113557.007000', '113557.010000', '113557.013000', '113557.015000', '113557.018000', '113557.021000', '113557.024000', '113557.027000', '113557.031000', '113557.033000', '113557.036000', '113557.039000', '113557.041000', '113557.044000', '113557.046000', '113557.049000', '113557.052000', '113557.054000', '113557.057000', '113557.059000', '113557.062000', '113557.065000', '113557.067000', '113557.070000', '113616.955000', '113616.958000', '113616.961000', '113616.964000', '113616.966000', '113616.969000', '113616.971000', '113616.974000', '113616.977000', '113616.979000', '113616.982000', '113616.984000', '113616.987000', '113616.990000', '113616.993000', '113617.013000', '113617.016000', '113617.018000', '113617.021000', '113617.024000', '113617.026000', '113617.029000', '113617.032000', '113617.034000', '113617.037000', '113617.039000', '113617.042000', '113617.045000', '113617.047000', '113617.050000', '113617.053000', '113617.056000', '113617.058000', '113617.061000', '113617.063000', '113617.066000', '113617.068000', '113617.071000', '113617.074000', '113617.076000', '113617.079000', '113617.081000', '113617.084000', '113617.087000', '113636.956000', '113636.958000', '113636.961000', '113636.964000', '113636.966000', '113636.969000', '113636.972000', '113636.974000', '113636.977000', '113636.979000', '113636.982000', '113636.985000', '113636.987000', '113636.990000', '113636.993000', '113636.995000', '113636.998000', '113637.002000', '113637.005000', '113637.007000', '113637.010000', '113637.012000', '113637.015000', '113637.018000', '113637.020000', '113637.023000', '113637.026000', '113637.029000', '113637.032000', '113637.035000', '113637.038000', '113637.040000', '113637.043000', '113637.046000', '113637.048000', '113637.051000', '113637.053000', '113637.056000', '113637.059000', '113637.061000', '113637.064000', '113637.066000', '113637.069000', '113656.955000', '113656.959000', '113656.961000', '113656.964000', '113656.966000', '113656.969000', '113656.972000', '113656.974000', '113656.977000', '113656.980000', '113656.982000', '113656.985000', '113656.988000', '113656.990000', '113656.993000', '113656.996000', '113656.998000', '113657.002000', '113657.004000', '113657.007000', '113657.010000', '113657.012000', '113657.015000', '113657.017000', '113657.020000', '113657.023000', '113657.025000', '113657.028000', '113657.031000', '113657.033000', '113657.036000', '113657.038000', '113657.041000', '113657.044000', '113657.046000', '113657.049000', '113657.051000', '113657.054000', '113657.057000', '113657.059000', '113657.062000', '113657.065000', '113657.067000', '113657.070000', '113711.985000', '113711.988000', '113711.991000', '113711.994000', '113711.997000', '113712.001000', '113712.004000', '113712.007000', '113712.010000', '113712.012000', '113712.015000', '113712.018000', '113712.021000', '113712.024000', '113712.027000', '113712.029000', '113712.032000', '113712.035000', '113712.037000', '113712.040000', '113712.043000', '113712.045000', '113712.048000', '113712.051000', '113712.053000', '113712.056000', '113712.059000', '113712.061000', '113712.064000', '113712.067000', '113712.069000', '113712.072000', '113712.075000'], '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], 'LargestImagePixelValue': [9004, 9251, 8977, 8871, 8631, 8819, 8580, 8702, 8996, 8428, 8701, 7115, 8067, 7340, 7575, 7306, 8910, 7182, 8963, 6660, 8891, 11782, 8103, 10272, 7993, 9775, 7071, 9341, 9426, 8650, 9054, 9775, 7743, 8730, 6878, 8969, 7230, 8716, 7405, 8408, 7638, 8510, 8084, 8844, 7110, 8792, 9867, 8482, 10127, 8571, 6236, 8556, 6773, 8479, 9560, 10141, 6814, 8681, 8338, 8229, 10467, 8303, 10861, 8458, 6441, 8367, 13821, 7855, 11543, 7525, 9465, 8157, 9680, 8502, 9162, 8663, 7464, 8275, 8833, 8357, 6461, 13519, 8632, 12574, 12561, 8765, 14398, 8028, 13301, 10419, 15624, 12756, 13057, 10022, 10666, 7278, 9631, 7955, 11590, 7977, 11788, 9438, 9159, 8619, 8720, 7275, 8817, 7505, 12163, 8666, 8505, 8816, 8383, 8985, 8015, 9197, 12179, 8683, 10395, 8360, 11690, 8656, 14453, 11061, 12113, 8242, 9765, 8303, 8493, 7395, 8285, 7406, 8940, 6753, 9600, 9428, 9753, 7654, 8796, 6701, 8843, 7531, 8965, 11603, 8644, 14021, 8791, 11586, 7964, 10998, 8067, 10106, 8312, 13416, 9128, 10950, 8084, 6287, 8291, 6195, 8394, 6844, 8584, 13634, 10346, 14335, 11462, 12727, 8974, 12300, 8947, 14367, 9607, 14372, 11261, 13608, 8609, 8872, 8092, 8719, 8982, 8690, 13872, 8822, 9862, 8041, 6458, 8081, 7076, 8362, 9716, 8448, 10645, 7415, 8601, 6964, 10995, 8760, 13585, 9139, 11832, 8092, 8894, 13256, 8802, 11560, 8702, 10208, 7165, 9137, 8004, 8734, 9530, 8827, 7094, 8227, 6485, 8262, 8100, 7838, 8068, 7727, 8055, 8109, 8218, 8349, 13713, 9304, 11359, 8480, 10168, 8816, 10780, 8861, 13912, 10608, 14683, 9615, 11241, 8859, 8936, 8445, 8326, 9124, 8968, 9017, 11689, 9710, 12459, 11443, 8993, 8783, 9203, 8731, 11962, 11195, 8343, 8898, 8098, 8815, 7920, 8577, 12186, 8894, 10811, 8461, 8780, 8076, 8981, 7978, 9084, 8240, 9734, 7656, 8684, 7382, 8937, 9276, 8693, 11706, 8951, 15151, 8046, 11271, 8801, 9421, 7667, 7097, 6461, 6844, 6622, 7162, 6612, 8431, 7161, 11495, 8252, 8871, 14615, 12702, 12798, 10740, 8898, 14856, 12401, 12044, 10208, 13605, 9136, 10394, 7392, 8783, 6944, 8740, 10402, 9297, 13075, 8783, 11812, 8714, 11515, 8765, 11939, 8934, 10101, 7598, 8685, 7210, 8880, 7768, 8973, 7696, 8885, 12111, 8544, 11016, 8120, 9889, 7370, 8334, 7466, 8766, 7764, 8783, 11540, 8614, 9636, 8820, 5967, 8397, 6418, 8184, 10938, 8150, 11618, 6920, 8767, 8296, 7407, 8515, 8091, 7892, 8528, 7799, 8185, 7249, 7773, 7341, 12488, 8919, 8867, 13675, 8633, 13419, 8730, 9774, 8749, 15424, 8144, 12288, 10192, 11274, 9030, 10009, 10747, 10044, 16242, 13160, 15535, 11645, 12845, 10112, 11240, 8408, 11856, 8553, 11306, 8806, 11115, 8028, 8589, 7934, 7689, 8436, 8709, 8688, 9383, 8168, 13623, 8377, 10631, 7502, 8430, 8451, 8544, 11094, 8364, 13866, 8733, 11498, 7851, 7397, 8197, 6551, 8204, 7617, 7487, 8146, 7399, 7988, 7305, 7874, 8900, 8211, 8385, 8142, 6408, 8101, 11885, 8035, 12177, 7963, 12395, 8108, 11340, 8228, 10777, 10757, 10251, 11961, 7736, 6309, 7902, 7010, 7616, 9209, 6954, 8454, 8803, 8127, 14215, 8946, 11054, 6729, 8327, 6748, 7577, 10128, 6744, 8562, 6875, 8559, 6378, 7862, 9073, 6696, 9404, 6832, 9060, 7918, 11545, 6231, 8487, 6351, 7139, 6449, 7688, 7562, 7521, 13520, 10748, 12785, 7527, 10566, 8149, 9332, 8052, 13434, 10948, 8190, 15344, 10422, 11957, 10611, 14022, 10207, 12101, 7884, 10296, 8504, 9897, 8280, 12279, 9065, 8548, 7768, 8416, 10527, 8538, 14425, 8539, 11709, 7415, 8483, 7736, 8207, 7729, 8675, 8066, 8668, 12560, 8487, 9822, 7278, 8726, 7412, 8462, 8005, 8544, 7638, 8630, 6250, 8444, 6110, 8122, 10762, 8127, 13472, 8861, 10336, 8858, 8477, 12906, 8102, 12568, 8028, 11613, 6984, 9596, 7685, 10207, 6759, 8495, 6892, 8235, 8271, 8260, 7098, 8032, 15402, 7247, 11833, 8412, 8322, 14623, 11989, 13390, 10407, 10718, 7400, 8425, 10595, 8041, 10385, 8141, 9914, 7144, 8672, 7318, 8474, 14047, 11789, 12615, 7922, 8575, 7657, 8414, 10797, 8518, 14059, 8044, 10771, 7267, 8746, 7534, 11170, 7338, 8694, 7095, 8711, 9598, 8445, 14732, 8335, 12197, 7346, 10767, 7080, 8860, 8113, 8483, 13594, 8274, 10051, 7130, 8097, 7491, 8692, 7618, 9098, 7431, 8931, 7786, 8946, 15534, 8658, 12083, 9943, 13145, 7519, 9065, 11494, 8917, 14143, 8153, 10670, 7079, 8734, 7049, 8824, 7010, 8743, 7213, 8387, 6994, 8297, 8272, 8631, 8030, 8592, 8084, 8861, 15047, 10890, 14106, 9805, 10419, 13780, 9962, 14214, 8546, 12109, 8373, 9566, 8108, 8674, 7278, 8308, 7270, 8198, 7115, 8537, 7326, 8469, 8096, 8834, 14014, 10717, 12296, 10151, 10070, 8166, 8860, 15597, 11923, 13294, 10952, 12623, 7831, 10129, 7668, 8746, 7839, 8986, 7706, 8652, 15148, 8369, 11504, 7243, 9579, 9575, 8618, 6690, 8216, 8274, 7612, 8024, 7483, 8664, 7456, 8595, 7324, 8687, 8402, 8592, 14481, 8473, 12583, 9952, 13427, 10190, 11944, 7806, 9033, 7219, 8888, 8300, 8901, 10711, 8709, 11133, 8431, 9358, 7718, 8585, 7534, 8869, 7047, 8629, 6416, 7368, 7135, 6703, 7727, 6678, 6547, 7278, 7885, 7235, 9359, 9316, 12174, 12047, 8850, 16123, 12807, 13721, 11973, 14539, 11559, 11703, 8650, 9143, 8845, 8809, 11496, 9668, 7955, 8444, 7992, 8626, 8329, 8625, 7486, 8551, 11994, 8091, 11783, 8156, 13451, 7934, 10693, 8222, 10218, 8172, 10522, 11198, 8873, 15864, 8316, 12276, 10165, 9392, 7394, 8516, 10928, 7503, 8177, 7608, 7583, 7310, 8038, 7250, 8077, 7779, 7959, 7135, 8392, 9978, 7896, 11803, 7693, 13206, 11331, 13559, 8374, 8560, 11387, 8287, 14509, 11027, 14762, 9831, 11555, 7573, 8905, 8245, 8478, 9507, 8408, 7554, 8192, 7419, 9794, 7767, 8609, 7531, 8676, 13623, 8156, 10418, 14638, 9887, 13253, 9726, 12556, 9210, 8568, 13419, 8627, 11731, 8319, 10480, 8219, 9787, 7877, 8731, 8156, 8698, 8260, 9330, 8256, 8849, 6819, 8580, 8536, 7806, 8707, 7700, 10611, 7580, 9033, 8127, 8884, 8891, 8843, 14400, 10988, 13946, 10234, 7695, 8170, 8079, 8827, 7748, 8664, 7078, 8363, 12617, 8728, 14496, 10626, 13145, 15467, 12797, 14961, 10829, 12581, 11644, 8854, 16126, 13037, 12627, 9121, 8416, 7571, 8781, 7329, 8640, 8421, 7559, 8704, 8241, 8996, 7404, 8846, 8137, 8667, 9194, 7878, 8977, 7837, 8579, 7516, 8325, 7312, 7512, 7482, 7323, 7540, 6669, 6723, 6442, 6186, 6594, 6042, 6537, 5916, 6278, 7376, 10049, 9944, 6901, 6816, 6406, 7354, 12709, 9215, 14684, 11870, 14899, 12875, 12576, 10006, 11094, 10374, 13143, 9532, 9119, 16796, 13401, 12603, 10074, 10907, 8399, 8985, 14832, 8589, 11640, 10009, 10090, 7893, 8223, 8237, 8588, 7490, 8406, 10177, 8104, 9934, 8067, 8858, 7760, 8836, 8439, 8543, 10730, 8640, 6891, 8421, 8521, 8460, 13718, 7970, 12174, 8516, 9473, 10615, 8668, 14885, 7789, 10888, 6869, 8532, 6250, 8070, 8471, 7674, 8399, 7013, 7828, 7122, 7713, 7400, 7398, 7668, 6033, 7231, 10075, 6697, 8160, 6642, 7209, 6414, 6712, 6806, 7140, 6326, 7969, 6410, 9925, 6481, 10287, 11671, 9157, 14081, 11682, 15367, 11894, 13533, 10004, 11479, 9869, 12573, 8892, 11542, 10172, 14304, 10176, 14246, 9911, 8930, 13903, 8302, 15487, 10495, 13513, 11378, 12984, 9756, 13416, 8227, 9186, 7359, 6546, 8024, 7151, 7740, 8764, 7963, 8149, 8089, 7084, 11105, 8040, 10013, 7899, 8510, 7627, 8563, 14958, 13538, 12974, 11976, 12327, 8372, 11106, 11312, 8477, 14839, 8412, 12713, 10250, 9650, 8081, 7205, 6806, 7845, 8276, 7484, 8661, 10715, 8062, 12575, 9005, 11764, 9776, 13631, 11273, 13078, 8389, 10710, 8086, 9840, 9133, 8550, 13140, 10134, 12249, 8440, 6658, 8469, 6896, 8121, 10801, 7895, 10323, 7601, 8382, 7737, 8507, 7805, 8601, 7173, 8471, 12293, 7914, 11261, 8303, 10193, 7915, 9128, 7838, 8953, 7934, 9929, 7908, 8853, 7719, 8300, 7500, 9847, 9361, 8452, 11937, 8284, 11642, 7938, 10852, 8459, 11686, 8995, 7271, 8400, 7491, 8408, 7508, 8355, 13828, 9219, 15325, 11606, 13425, 11126, 14897, 9973, 13063, 8327, 10707, 10635, 11638, 9523, 12052, 8448, 10100, 8213, 9280, 11883, 8730, 10461, 8605, 7683, 8374, 7701, 8409, 14086, 8134, 11970, 7998, 9663, 8075, 8609, 7833, 8605, 7495, 8556, 13491, 9676, 13619, 8803, 10832, 7749, 8980, 10737, 9244, 13522, 8592, 14814, 8676, 11949, 8113, 9558, 8253, 8818, 8579, 8431, 7414, 8766, 8731, 7775, 8935, 8146, 9045, 7701, 8951, 7363, 8613, 10621, 8730, 14480, 8093, 10475, 7793, 8923, 7428, 8536, 7701, 8571, 7809, 8411, 13522, 8188, 11440, 7595, 9400, 7001, 8510, 6461, 8284, 7630, 8222, 10930, 8095, 8720, 7559, 8466, 9283, 8532, 7229, 8357, 6602, 8349, 13922, 9954, 13090, 8075, 10287, 7655, 9006, 7910, 13659, 10619, 13727, 9725, 12688, 8285, 7925], 'WindowCenter': [3649.0, 3633.0, 3618.0, 3616.0, 3615.0, 3615.0, 3615.0, 3604.0, 3614.0, 3602.0, 3615.0, 3595.0, 3603.0, 3607.0, 3606.0, 3618.0, 3631.0, 3620.0, 3641.0, 3609.0, 3631.0, 3650.0, 3631.0, 3641.0, 3619.0, 3641.0, 3609.0, 3630.0, 3629.0, 3629.0, 3629.0, 3640.0, 3619.0, 3627.0, 3609.0, 3629.0, 3606.0, 3627.0, 3607.0, 3629.0, 3619.0, 3630.0, 3632.0, 3642.0, 3620.0, 3642.0, 3642.0, 3632.0, 3642.0, 3631.0, 3610.0, 3630.0, 3621.0, 3632.0, 3643.0, 3654.0, 3621.0, 3643.0, 3632.0, 3633.0, 3654.0, 3645.0, 3667.0, 3644.0, 3623.0, 3645.0, 3676.0, 3632.0, 3665.0, 3634.0, 3642.0, 3633.0, 3653.0, 3645.0, 3658.0, 3644.0, 3621.0, 3632.0, 3628.0, 3617.0, 3607.0, 3661.0, 3629.0, 3662.0, 3662.0, 3631.0, 3674.0, 3631.0, 3664.0, 3654.0, 3689.0, 3666.0, 3662.0, 3628.0, 3627.0, 3606.0, 3626.0, 3605.0, 3636.0, 3604.0, 3636.0, 3614.0, 3612.0, 3602.0, 3599.0, 3591.0, 3611.0, 3592.0, 3634.0, 3614.0, 3614.0, 3614.0, 3605.0, 3616.0, 3605.0, 3627.0, 3635.0, 3604.0, 3624.0, 3604.0, 3635.0, 3617.0, 3646.0, 3636.0, 3635.0, 3615.0, 3624.0, 3615.0, 3613.0, 3604.0, 3616.0, 3607.0, 3628.0, 3596.0, 3629.0, 3627.0, 3627.0, 3607.0, 3617.0, 3608.0, 3628.0, 3617.0, 3630.0, 3651.0, 3630.0, 3661.0, 3630.0, 3651.0, 3618.0, 3650.0, 3620.0, 3640.0, 3631.0, 3663.0, 3643.0, 3652.0, 3632.0, 3611.0, 3644.0, 3611.0, 3631.0, 3621.0, 3644.0, 3674.0, 3656.0, 3676.0, 3654.0, 3664.0, 3631.0, 3650.0, 3629.0, 3660.0, 3629.0, 3662.0, 3639.0, 3649.0, 3615.0, 3614.0, 3603.0, 3613.0, 3613.0, 3614.0, 3646.0, 3614.0, 3623.0, 3605.0, 3593.0, 3617.0, 3606.0, 3629.0, 3641.0, 3631.0, 3640.0, 3607.0, 3629.0, 3609.0, 3640.0, 3630.0, 3661.0, 3628.0, 3649.0, 3618.0, 3628.0, 3648.0, 3615.0, 3638.0, 3616.0, 3625.0, 3606.0, 3627.0, 3616.0, 3615.0, 3627.0, 3616.0, 3594.0, 3616.0, 3596.0, 3629.0, 3617.0, 3620.0, 3619.0, 3621.0, 3631.0, 3633.0, 3632.0, 3644.0, 3674.0, 3643.0, 3651.0, 3631.0, 3640.0, 3630.0, 3651.0, 3643.0, 3675.0, 3653.0, 3662.0, 3641.0, 3639.0, 3627.0, 3628.0, 3617.0, 3617.0, 3628.0, 3627.0, 3627.0, 3648.0, 3627.0, 3649.0, 3637.0, 3615.0, 3615.0, 3625.0, 3615.0, 3636.0, 3637.0, 3615.0, 3614.0, 3603.0, 3615.0, 3605.0, 3614.0, 3636.0, 3614.0, 3635.0, 3616.0, 3614.0, 3616.0, 3628.0, 3617.0, 3628.0, 3629.0, 3639.0, 3619.0, 3628.0, 3608.0, 3630.0, 3641.0, 3630.0, 3651.0, 3630.0, 3671.0, 3618.0, 3649.0, 3630.0, 3628.0, 3620.0, 3618.0, 3609.0, 3622.0, 3635.0, 3633.0, 3636.0, 3646.0, 3637.0, 3680.0, 3646.0, 3646.0, 3676.0, 3664.0, 3664.0, 3640.0, 3630.0, 3660.0, 3650.0, 3650.0, 3628.0, 3649.0, 3615.0, 3625.0, 3603.0, 3613.0, 3592.0, 3615.0, 3625.0, 3614.0, 3645.0, 3614.0, 3635.0, 3614.0, 3623.0, 3614.0, 3634.0, 3614.0, 3623.0, 3604.0, 3613.0, 3593.0, 3614.0, 3603.0, 3614.0, 3603.0, 3616.0, 3636.0, 3616.0, 3636.0, 3606.0, 3626.0, 3606.0, 3614.0, 3606.0, 3617.0, 3606.0, 3617.0, 3650.0, 3618.0, 3643.0, 3644.0, 3612.0, 3633.0, 3611.0, 3631.0, 3652.0, 3621.0, 3650.0, 3609.0, 3630.0, 3631.0, 3619.0, 3630.0, 3620.0, 3631.0, 3632.0, 3621.0, 3632.0, 3633.0, 3633.0, 3633.0, 3664.0, 3673.0, 3674.0, 3706.0, 3661.0, 3689.0, 3646.0, 3655.0, 3646.0, 3674.0, 3619.0, 3651.0, 3629.0, 3640.0, 3617.0, 3628.0, 3639.0, 3628.0, 3658.0, 3636.0, 3644.0, 3611.0, 3621.0, 3611.0, 3609.0, 3590.0, 3621.0, 3589.0, 3610.0, 3600.0, 3610.0, 3588.0, 3588.0, 3588.0, 3590.0, 3600.0, 3601.0, 3602.0, 3600.0, 3600.0, 3632.0, 3590.0, 3611.0, 3578.0, 3589.0, 3589.0, 3600.0, 3621.0, 3590.0, 3632.0, 3601.0, 3622.0, 3591.0, 3591.0, 3604.0, 3595.0, 3617.0, 3604.0, 3605.0, 3605.0, 3608.0, 3618.0, 3608.0, 3618.0, 3629.0, 3618.0, 3619.0, 3620.0, 3598.0, 3618.0, 3649.0, 3620.0, 3651.0, 3621.0, 3662.0, 3620.0, 3651.0, 3619.0, 3640.0, 3639.0, 3628.0, 3638.0, 3607.0, 3596.0, 3618.0, 3605.0, 3619.0, 3630.0, 3609.0, 3629.0, 3630.0, 3631.0, 3662.0, 3629.0, 3638.0, 3607.0, 3618.0, 3605.0, 3620.0, 3640.0, 3622.0, 3631.0, 3623.0, 3643.0, 3625.0, 3633.0, 3641.0, 3622.0, 3643.0, 3621.0, 3643.0, 3632.0, 3666.0, 3611.0, 3644.0, 3622.0, 3624.0, 3624.0, 3634.0, 3635.0, 3636.0, 3678.0, 3668.0, 3677.0, 3635.0, 3654.0, 3646.0, 3645.0, 3634.0, 3678.0, 3652.0, 3633.0, 3672.0, 3639.0, 3650.0, 3641.0, 3660.0, 3639.0, 3648.0, 3617.0, 3626.0, 3617.0, 3627.0, 3615.0, 3637.0, 3614.0, 3603.0, 3592.0, 3603.0, 3623.0, 3603.0, 3645.0, 3602.0, 3623.0, 3591.0, 3600.0, 3602.0, 3601.0, 3604.0, 3614.0, 3602.0, 3614.0, 3647.0, 3614.0, 3625.0, 3605.0, 3615.0, 3605.0, 3617.0, 3617.0, 3617.0, 3617.0, 3628.0, 3597.0, 3628.0, 3597.0, 3630.0, 3652.0, 3632.0, 3663.0, 3631.0, 3641.0, 3629.0, 3631.0, 3650.0, 3620.0, 3650.0, 3619.0, 3648.0, 3620.0, 3640.0, 3618.0, 3642.0, 3608.0, 3630.0, 3607.0, 3630.0, 3632.0, 3632.0, 3622.0, 3631.0, 3673.0, 3620.0, 3652.0, 3630.0, 3632.0, 3674.0, 3652.0, 3662.0, 3640.0, 3640.0, 3607.0, 3618.0, 3639.0, 3619.0, 3640.0, 3620.0, 3640.0, 3607.0, 3629.0, 3607.0, 3630.0, 3662.0, 3651.0, 3650.0, 3616.0, 3618.0, 3606.0, 3617.0, 3640.0, 3618.0, 3659.0, 3617.0, 3638.0, 3619.0, 3616.0, 3618.0, 3649.0, 3619.0, 3628.0, 3608.0, 3631.0, 3640.0, 3619.0, 3660.0, 3617.0, 3638.0, 3607.0, 3638.0, 3608.0, 3628.0, 3617.0, 3629.0, 3659.0, 3616.0, 3626.0, 3606.0, 3617.0, 3618.0, 3630.0, 3618.0, 3629.0, 3619.0, 3629.0, 3618.0, 3629.0, 3671.0, 3617.0, 3648.0, 3629.0, 3650.0, 3606.0, 3628.0, 3637.0, 3616.0, 3646.0, 3604.0, 3625.0, 3594.0, 3616.0, 3606.0, 3628.0, 3606.0, 3627.0, 3616.0, 3629.0, 3619.0, 3633.0, 3630.0, 3631.0, 3630.0, 3632.0, 3632.0, 3644.0, 3673.0, 3651.0, 3661.0, 3627.0, 3638.0, 3648.0, 3628.0, 3647.0, 3615.0, 3635.0, 3615.0, 3625.0, 3602.0, 3613.0, 3603.0, 3615.0, 3606.0, 3616.0, 3607.0, 3630.0, 3620.0, 3630.0, 3631.0, 3643.0, 3675.0, 3654.0, 3652.0, 3641.0, 3640.0, 3618.0, 3628.0, 3659.0, 3649.0, 3647.0, 3636.0, 3647.0, 3606.0, 3626.0, 3618.0, 3628.0, 3616.0, 3628.0, 3605.0, 3617.0, 3658.0, 3616.0, 3637.0, 3603.0, 3626.0, 3625.0, 3615.0, 3593.0, 3616.0, 3614.0, 3606.0, 3614.0, 3606.0, 3617.0, 3608.0, 3628.0, 3607.0, 3629.0, 3618.0, 3628.0, 3659.0, 3616.0, 3649.0, 3628.0, 3650.0, 3628.0, 3636.0, 3606.0, 3615.0, 3606.0, 3628.0, 3616.0, 3628.0, 3638.0, 3616.0, 3635.0, 3617.0, 3626.0, 3605.0, 3615.0, 3616.0, 3626.0, 3607.0, 3630.0, 3610.0, 3621.0, 3620.0, 3610.0, 3633.0, 3623.0, 3625.0, 3637.0, 3648.0, 3649.0, 3659.0, 3659.0, 3680.0, 3666.0, 3646.0, 3676.0, 3666.0, 3664.0, 3654.0, 3663.0, 3652.0, 3649.0, 3618.0, 3628.0, 3617.0, 3617.0, 3638.0, 3626.0, 3605.0, 3616.0, 3616.0, 3629.0, 3628.0, 3630.0, 3608.0, 3628.0, 3649.0, 3617.0, 3648.0, 3619.0, 3661.0, 3618.0, 3639.0, 3630.0, 3640.0, 3631.0, 3642.0, 3640.0, 3627.0, 3671.0, 3618.0, 3648.0, 3638.0, 3627.0, 3603.0, 3615.0, 3636.0, 3604.0, 3616.0, 3619.0, 3617.0, 3620.0, 3630.0, 3621.0, 3631.0, 3630.0, 3645.0, 3623.0, 3644.0, 3654.0, 3633.0, 3663.0, 3632.0, 3663.0, 3652.0, 3664.0, 3619.0, 3630.0, 3650.0, 3620.0, 3661.0, 3640.0, 3660.0, 3628.0, 3638.0, 3606.0, 3628.0, 3615.0, 3616.0, 3628.0, 3618.0, 3607.0, 3619.0, 3619.0, 3641.0, 3621.0, 3643.0, 3633.0, 3642.0, 3661.0, 3618.0, 3640.0, 3660.0, 3628.0, 3649.0, 3616.0, 3637.0, 3613.0, 3615.0, 3634.0, 3603.0, 3633.0, 3604.0, 3623.0, 3615.0, 3625.0, 3604.0, 3614.0, 3603.0, 3614.0, 3604.0, 3615.0, 3615.0, 3616.0, 3593.0, 3616.0, 3615.0, 3606.0, 3617.0, 3607.0, 3639.0, 3606.0, 3628.0, 3631.0, 3642.0, 3630.0, 3629.0, 3661.0, 3638.0, 3650.0, 3628.0, 3620.0, 3631.0, 3632.0, 3629.0, 3619.0, 3629.0, 3606.0, 3618.0, 3650.0, 3629.0, 3663.0, 3638.0, 3649.0, 3648.0, 3636.0, 3645.0, 3612.0, 3624.0, 3611.0, 3589.0, 3629.0, 3619.0, 3606.0, 3584.0, 3574.0, 3574.0, 3586.0, 3574.0, 3587.0, 3586.0, 3589.0, 3600.0, 3599.0, 3601.0, 3590.0, 3613.0, 3601.0, 3614.0, 3614.0, 3603.0, 3614.0, 3604.0, 3616.0, 3605.0, 3617.0, 3606.0, 3618.0, 3619.0, 3620.0, 3633.0, 3621.0, 3611.0, 3625.0, 3625.0, 3624.0, 3624.0, 3624.0, 3614.0, 3626.0, 3647.0, 3670.0, 3670.0, 3635.0, 3625.0, 3624.0, 3636.0, 3675.0, 3645.0, 3688.0, 3668.0, 3677.0, 3665.0, 3665.0, 3641.0, 3653.0, 3641.0, 3663.0, 3629.0, 3628.0, 3670.0, 3649.0, 3638.0, 3626.0, 3624.0, 3602.0, 3614.0, 3647.0, 3615.0, 3623.0, 3624.0, 3624.0, 3604.0, 3613.0, 3615.0, 3615.0, 3606.0, 3630.0, 3639.0, 3620.0, 3639.0, 3618.0, 3629.0, 3619.0, 3629.0, 3629.0, 3631.0, 3654.0, 3631.0, 3609.0, 3630.0, 3627.0, 3632.0, 3676.0, 3631.0, 3664.0, 3632.0, 3643.0, 3639.0, 3629.0, 3672.0, 3620.0, 3640.0, 3597.0, 3629.0, 3596.0, 3619.0, 3618.0, 3620.0, 3633.0, 3621.0, 3632.0, 3621.0, 3632.0, 3620.0, 3621.0, 3632.0, 3611.0, 3635.0, 3654.0, 3624.0, 3644.0, 3623.0, 3632.0, 3624.0, 3634.0, 3636.0, 3649.0, 3639.0, 3661.0, 3639.0, 3673.0, 3639.0, 3682.0, 3680.0, 3660.0, 3690.0, 3681.0, 3691.0, 3680.0, 3680.0, 3656.0, 3667.0, 3655.0, 3666.0, 3643.0, 3665.0, 3654.0, 3678.0, 3642.0, 3665.0, 3629.0, 3628.0, 3660.0, 3617.0, 3660.0, 3639.0, 3648.0, 3640.0, 3648.0, 3626.0, 3647.0, 3604.0, 3613.0, 3604.0, 3582.0, 3616.0, 3606.0, 3620.0, 3628.0, 3632.0, 3621.0, 3620.0, 3610.0, 3653.0, 3632.0, 3641.0, 3633.0, 3632.0, 3621.0, 3633.0, 3674.0, 3663.0, 3662.0, 3651.0, 3651.0, 3618.0, 3638.0, 3636.0, 3604.0, 3648.0, 3605.0, 3647.0, 3627.0, 3627.0, 3617.0, 3607.0, 3607.0, 3632.0, 3631.0, 3622.0, 3633.0, 3652.0, 3632.0, 3662.0, 3632.0, 3653.0, 3644.0, 3663.0, 3653.0, 3650.0, 3619.0, 3638.0, 3618.0, 3641.0, 3630.0, 3631.0, 3651.0, 3642.0, 3651.0, 3618.0, 3596.0, 3617.0, 3605.0, 3619.0, 3639.0, 3620.0, 3640.0, 3619.0, 3619.0, 3619.0, 3631.0, 3620.0, 3631.0, 3608.0, 3629.0, 3650.0, 3620.0, 3649.0, 3634.0, 3642.0, 3632.0, 3641.0, 3632.0, 3630.0, 3632.0, 3656.0, 3633.0, 3642.0, 3621.0, 3632.0, 3621.0, 3656.0, 3645.0, 3633.0, 3666.0, 3632.0, 3652.0, 3632.0, 3653.0, 3633.0, 3666.0, 3644.0, 3622.0, 3645.0, 3634.0, 3633.0, 3622.0, 3633.0, 3674.0, 3642.0, 3674.0, 3653.0, 3662.0, 3656.0, 3674.0, 3640.0, 3649.0, 3617.0, 3627.0, 3640.0, 3650.0, 3630.0, 3650.0, 3619.0, 3629.0, 3618.0, 3628.0, 3639.0, 3616.0, 3627.0, 3617.0, 3605.0, 3617.0, 3618.0, 3619.0, 3661.0, 3618.0, 3650.0, 3620.0, 3629.0, 3632.0, 3630.0, 3621.0, 3632.0, 3621.0, 3633.0, 3676.0, 3643.0, 3663.0, 3630.0, 3641.0, 3618.0, 3630.0, 3641.0, 3629.0, 3650.0, 3618.0, 3659.0, 3618.0, 3639.0, 3604.0, 3615.0, 3604.0, 3615.0, 3604.0, 3604.0, 3593.0, 3617.0, 3616.0, 3606.0, 3616.0, 3606.0, 3616.0, 3605.0, 3628.0, 3606.0, 3628.0, 3640.0, 3632.0, 3660.0, 3617.0, 3639.0, 3619.0, 3627.0, 3620.0, 3631.0, 3619.0, 3630.0, 3620.0, 3631.0, 3663.0, 3629.0, 3655.0, 3621.0, 3630.0, 3608.0, 3629.0, 3597.0, 3630.0, 3619.0, 3632.0, 3653.0, 3631.0, 3631.0, 3621.0, 3631.0, 3643.0, 3631.0, 3620.0, 3631.0, 3611.0, 3633.0, 3676.0, 3655.0, 3664.0, 3632.0, 3642.0, 3632.0, 3644.0, 3633.0, 3677.0, 3655.0, 3677.0, 3643.0, 3665.0, 3631.0, 3632.0], 'WindowWidth': [8261.0, 8227.0, 8197.0, 8188.0, 8185.0, 8183.0, 8182.0, 8167.0, 8180.0, 8163.0, 8182.0, 8156.0, 8167.0, 8176.0, 8174.0, 8195.0, 8214.0, 8202.0, 8227.0, 8183.0, 8213.0, 8238.0, 8215.0, 8226.0, 8197.0, 8228.0, 8183.0, 8210.0, 8208.0, 8207.0, 8208.0, 8225.0, 8195.0, 8205.0, 8184.0, 8208.0, 8175.0, 8203.0, 8177.0, 8210.0, 8197.0, 8211.0, 8217.0, 8232.0, 8202.0, 8231.0, 8232.0, 8218.0, 8229.0, 8215.0, 8187.0, 8213.0, 8202.0, 8217.0, 8236.0, 8249.0, 8204.0, 8233.0, 8217.0, 8220.0, 8250.0, 8242.0, 8275.0, 8237.0, 8211.0, 8240.0, 8284.0, 8220.0, 8270.0, 8222.0, 8231.0, 8221.0, 8250.0, 8239.0, 8264.0, 8238.0, 8204.0, 8220.0, 8206.0, 8189.0, 8179.0, 8255.0, 8208.0, 8258.0, 8261.0, 8216.0, 8280.0, 8217.0, 8264.0, 8250.0, 8312.0, 8271.0, 8259.0, 8207.0, 8203.0, 8173.0, 8199.0, 8171.0, 8213.0, 8168.0, 8211.0, 8179.0, 8173.0, 8159.0, 8153.0, 8144.0, 8172.0, 8148.0, 8206.0, 8181.0, 8180.0, 8181.0, 8169.0, 8187.0, 8171.0, 8201.0, 8210.0, 8166.0, 8193.0, 8166.0, 8209.0, 8188.0, 8229.0, 8213.0, 8211.0, 8185.0, 8195.0, 8184.0, 8179.0, 8170.0, 8185.0, 8176.0, 8204.0, 8161.0, 8208.0, 8202.0, 8201.0, 8178.0, 8189.0, 8180.0, 8205.0, 8191.0, 8211.0, 8242.0, 8212.0, 8255.0, 8213.0, 8241.0, 8195.0, 8238.0, 8197.0, 8224.0, 8216.0, 8263.0, 8235.0, 8245.0, 8220.0, 8192.0, 8236.0, 8192.0, 8217.0, 8205.0, 8237.0, 8279.0, 8256.0, 8283.0, 8251.0, 8262.0, 8215.0, 8239.0, 8207.0, 8251.0, 8209.0, 8260.0, 8220.0, 8235.0, 8183.0, 8179.0, 8164.0, 8178.0, 8178.0, 8179.0, 8228.0, 8180.0, 8190.0, 8171.0, 8155.0, 8191.0, 8178.0, 8212.0, 8227.0, 8214.0, 8226.0, 8179.0, 8210.0, 8185.0, 8227.0, 8212.0, 8255.0, 8205.0, 8236.0, 8192.0, 8206.0, 8232.0, 8185.0, 8218.0, 8187.0, 8199.0, 8174.0, 8202.0, 8187.0, 8185.0, 8202.0, 8187.0, 8156.0, 8188.0, 8162.0, 8212.0, 8193.0, 8201.0, 8198.0, 8202.0, 8215.0, 8223.0, 8220.0, 8240.0, 8278.0, 8233.0, 8243.0, 8217.0, 8225.0, 8213.0, 8241.0, 8234.0, 8280.0, 8247.0, 8259.0, 8226.0, 8221.0, 8204.0, 8205.0, 8191.0, 8191.0, 8205.0, 8203.0, 8203.0, 8233.0, 8204.0, 8235.0, 8217.0, 8185.0, 8183.0, 8197.0, 8184.0, 8214.0, 8214.0, 8183.0, 8180.0, 8166.0, 8183.0, 8171.0, 8182.0, 8214.0, 8182.0, 8209.0, 8187.0, 8184.0, 8188.0, 8205.0, 8193.0, 8207.0, 8212.0, 8223.0, 8198.0, 8207.0, 8180.0, 8213.0, 8229.0, 8212.0, 8241.0, 8212.0, 8269.0, 8194.0, 8236.0, 8211.0, 8207.0, 8200.0, 8196.0, 8188.0, 8209.0, 8230.0, 8225.0, 8234.0, 8248.0, 8235.0, 8294.0, 8244.0, 8244.0, 8286.0, 8263.0, 8265.0, 8225.0, 8210.0, 8255.0, 8237.0, 8238.0, 8206.0, 8236.0, 8184.0, 8196.0, 8165.0, 8176.0, 8150.0, 8183.0, 8199.0, 8181.0, 8225.0, 8180.0, 8208.0, 8180.0, 8191.0, 8180.0, 8207.0, 8180.0, 8191.0, 8167.0, 8178.0, 8151.0, 8180.0, 8165.0, 8181.0, 8165.0, 8187.0, 8213.0, 8185.0, 8214.0, 8173.0, 8198.0, 8173.0, 8182.0, 8174.0, 8190.0, 8175.0, 8190.0, 8236.0, 8193.0, 8236.0, 8239.0, 8194.0, 8223.0, 8191.0, 8215.0, 8245.0, 8202.0, 8237.0, 8182.0, 8211.0, 8216.0, 8195.0, 8213.0, 8200.0, 8216.0, 8217.0, 8204.0, 8218.0, 8222.0, 8222.0, 8223.0, 8264.0, 8293.0, 8296.0, 8343.0, 8274.0, 8307.0, 8242.0, 8252.0, 8242.0, 8279.0, 8195.0, 8241.0, 8205.0, 8223.0, 8189.0, 8203.0, 8219.0, 8203.0, 8247.0, 8210.0, 8221.0, 8170.0, 8182.0, 8169.0, 8163.0, 8139.0, 8181.0, 8138.0, 8165.0, 8154.0, 8167.0, 8135.0, 8135.0, 8134.0, 8139.0, 8155.0, 8158.0, 8160.0, 8154.0, 8154.0, 8199.0, 8139.0, 8168.0, 8124.0, 8138.0, 8138.0, 8154.0, 8182.0, 8139.0, 8199.0, 8156.0, 8186.0, 8143.0, 8143.0, 8165.0, 8157.0, 8190.0, 8167.0, 8170.0, 8170.0, 8178.0, 8190.0, 8178.0, 8192.0, 8206.0, 8192.0, 8195.0, 8198.0, 8165.0, 8192.0, 8236.0, 8197.0, 8240.0, 8200.0, 8256.0, 8198.0, 8240.0, 8194.0, 8223.0, 8219.0, 8206.0, 8218.0, 8174.0, 8162.0, 8192.0, 8173.0, 8195.0, 8211.0, 8183.0, 8211.0, 8212.0, 8214.0, 8256.0, 8209.0, 8220.0, 8177.0, 8193.0, 8174.0, 8197.0, 8225.0, 8205.0, 8216.0, 8210.0, 8234.0, 8216.0, 8222.0, 8228.0, 8204.0, 8233.0, 8203.0, 8235.0, 8219.0, 8269.0, 8191.0, 8236.0, 8208.0, 8211.0, 8215.0, 8227.0, 8228.0, 8230.0, 8290.0, 8276.0, 8286.0, 8229.0, 8252.0, 8243.0, 8242.0, 8226.0, 8289.0, 8245.0, 8219.0, 8274.0, 8223.0, 8240.0, 8227.0, 8253.0, 8221.0, 8233.0, 8187.0, 8198.0, 8188.0, 8204.0, 8186.0, 8216.0, 8180.0, 8163.0, 8148.0, 8163.0, 8190.0, 8162.0, 8224.0, 8161.0, 8189.0, 8146.0, 8157.0, 8161.0, 8161.0, 8167.0, 8181.0, 8163.0, 8181.0, 8229.0, 8182.0, 8196.0, 8169.0, 8182.0, 8170.0, 8189.0, 8189.0, 8190.0, 8190.0, 8206.0, 8164.0, 8207.0, 8165.0, 8213.0, 8245.0, 8219.0, 8263.0, 8215.0, 8227.0, 8209.0, 8213.0, 8239.0, 8199.0, 8239.0, 8196.0, 8234.0, 8199.0, 8226.0, 8196.0, 8231.0, 8182.0, 8210.0, 8180.0, 8210.0, 8221.0, 8219.0, 8206.0, 8217.0, 8276.0, 8200.0, 8245.0, 8212.0, 8218.0, 8277.0, 8245.0, 8258.0, 8224.0, 8226.0, 8177.0, 8192.0, 8223.0, 8195.0, 8228.0, 8199.0, 8223.0, 8178.0, 8207.0, 8179.0, 8211.0, 8260.0, 8241.0, 8237.0, 8188.0, 8192.0, 8174.0, 8189.0, 8227.0, 8191.0, 8250.0, 8192.0, 8219.0, 8195.0, 8189.0, 8195.0, 8234.0, 8196.0, 8207.0, 8182.0, 8216.0, 8225.0, 8194.0, 8253.0, 8189.0, 8218.0, 8176.0, 8217.0, 8180.0, 8207.0, 8190.0, 8208.0, 8249.0, 8187.0, 8200.0, 8176.0, 8189.0, 8194.0, 8214.0, 8195.0, 8210.0, 8197.0, 8210.0, 8194.0, 8208.0, 8269.0, 8191.0, 8235.0, 8208.0, 8239.0, 8174.0, 8205.0, 8215.0, 8186.0, 8229.0, 8166.0, 8195.0, 8155.0, 8185.0, 8175.0, 8205.0, 8175.0, 8203.0, 8191.0, 8210.0, 8201.0, 8222.0, 8215.0, 8216.0, 8214.0, 8217.0, 8218.0, 8237.0, 8274.0, 8241.0, 8257.0, 8202.0, 8221.0, 8233.0, 8207.0, 8230.0, 8184.0, 8210.0, 8183.0, 8198.0, 8164.0, 8179.0, 8166.0, 8185.0, 8174.0, 8189.0, 8178.0, 8213.0, 8202.0, 8214.0, 8217.0, 8237.0, 8279.0, 8251.0, 8246.0, 8228.0, 8226.0, 8191.0, 8205.0, 8250.0, 8237.0, 8233.0, 8216.0, 8229.0, 8174.0, 8199.0, 8193.0, 8206.0, 8188.0, 8206.0, 8172.0, 8189.0, 8247.0, 8188.0, 8216.0, 8165.0, 8199.0, 8197.0, 8183.0, 8152.0, 8187.0, 8183.0, 8175.0, 8183.0, 8175.0, 8191.0, 8181.0, 8206.0, 8177.0, 8207.0, 8193.0, 8206.0, 8250.0, 8190.0, 8236.0, 8207.0, 8238.0, 8205.0, 8214.0, 8173.0, 8184.0, 8174.0, 8205.0, 8187.0, 8205.0, 8217.0, 8186.0, 8212.0, 8192.0, 8202.0, 8172.0, 8185.0, 8188.0, 8202.0, 8179.0, 8212.0, 8187.0, 8204.0, 8202.0, 8186.0, 8223.0, 8210.0, 8217.0, 8235.0, 8250.0, 8253.0, 8268.0, 8265.0, 8296.0, 8272.0, 8241.0, 8286.0, 8269.0, 8268.0, 8251.0, 8263.0, 8242.0, 8235.0, 8191.0, 8207.0, 8189.0, 8188.0, 8219.0, 8199.0, 8171.0, 8185.0, 8188.0, 8211.0, 8209.0, 8213.0, 8180.0, 8205.0, 8234.0, 8191.0, 8234.0, 8196.0, 8255.0, 8194.0, 8222.0, 8211.0, 8225.0, 8217.0, 8232.0, 8224.0, 8202.0, 8270.0, 8194.0, 8232.0, 8218.0, 8202.0, 8165.0, 8183.0, 8213.0, 8169.0, 8187.0, 8196.0, 8192.0, 8202.0, 8214.0, 8204.0, 8216.0, 8216.0, 8241.0, 8208.0, 8237.0, 8251.0, 8221.0, 8261.0, 8217.0, 8264.0, 8247.0, 8264.0, 8197.0, 8210.0, 8238.0, 8197.0, 8256.0, 8227.0, 8254.0, 8204.0, 8218.0, 8172.0, 8206.0, 8185.0, 8186.0, 8206.0, 8193.0, 8176.0, 8195.0, 8196.0, 8228.0, 8201.0, 8235.0, 8223.0, 8233.0, 8256.0, 8192.0, 8225.0, 8250.0, 8205.0, 8236.0, 8185.0, 8217.0, 8177.0, 8182.0, 8206.0, 8161.0, 8202.0, 8165.0, 8190.0, 8183.0, 8197.0, 8166.0, 8180.0, 8167.0, 8177.0, 8166.0, 8181.0, 8183.0, 8186.0, 8152.0, 8186.0, 8184.0, 8173.0, 8190.0, 8177.0, 8221.0, 8174.0, 8206.0, 8215.0, 8232.0, 8214.0, 8209.0, 8254.0, 8221.0, 8238.0, 8206.0, 8201.0, 8216.0, 8218.0, 8208.0, 8195.0, 8207.0, 8175.0, 8193.0, 8237.0, 8209.0, 8260.0, 8220.0, 8237.0, 8233.0, 8211.0, 8224.0, 8171.0, 8194.0, 8169.0, 8136.0, 8194.0, 8175.0, 8158.0, 8124.0, 8110.0, 8109.0, 8127.0, 8110.0, 8133.0, 8131.0, 8139.0, 8153.0, 8153.0, 8158.0, 8141.0, 8175.0, 8158.0, 8180.0, 8178.0, 8163.0, 8180.0, 8166.0, 8186.0, 8170.0, 8191.0, 8173.0, 8194.0, 8195.0, 8200.0, 8222.0, 8204.0, 8190.0, 8216.0, 8215.0, 8214.0, 8214.0, 8214.0, 8202.0, 8219.0, 8248.0, 8283.0, 8281.0, 8230.0, 8215.0, 8214.0, 8229.0, 8282.0, 8242.0, 8303.0, 8279.0, 8289.0, 8268.0, 8268.0, 8229.0, 8248.0, 8229.0, 8261.0, 8207.0, 8205.0, 8267.0, 8234.0, 8221.0, 8198.0, 8194.0, 8162.0, 8178.0, 8229.0, 8182.0, 8190.0, 8193.0, 8193.0, 8166.0, 8177.0, 8184.0, 8184.0, 8173.0, 8213.0, 8224.0, 8201.0, 8223.0, 8193.0, 8207.0, 8197.0, 8210.0, 8210.0, 8214.0, 8249.0, 8212.0, 8182.0, 8211.0, 8205.0, 8219.0, 8282.0, 8217.0, 8264.0, 8215.0, 8231.0, 8223.0, 8207.0, 8273.0, 8200.0, 8224.0, 8164.0, 8206.0, 8161.0, 8195.0, 8192.0, 8198.0, 8221.0, 8204.0, 8219.0, 8202.0, 8217.0, 8199.0, 8204.0, 8219.0, 8191.0, 8229.0, 8253.0, 8214.0, 8237.0, 8211.0, 8220.0, 8214.0, 8228.0, 8236.0, 8256.0, 8244.0, 8274.0, 8244.0, 8292.0, 8242.0, 8302.0, 8298.0, 8269.0, 8310.0, 8299.0, 8314.0, 8296.0, 8297.0, 8258.0, 8276.0, 8253.0, 8270.0, 8235.0, 8269.0, 8252.0, 8293.0, 8233.0, 8268.0, 8208.0, 8207.0, 8251.0, 8190.0, 8253.0, 8218.0, 8233.0, 8223.0, 8236.0, 8200.0, 8228.0, 8166.0, 8177.0, 8168.0, 8137.0, 8187.0, 8175.0, 8197.0, 8208.0, 8218.0, 8202.0, 8200.0, 8186.0, 8246.0, 8217.0, 8229.0, 8219.0, 8218.0, 8202.0, 8220.0, 8278.0, 8261.0, 8260.0, 8241.0, 8242.0, 8192.0, 8218.0, 8213.0, 8168.0, 8233.0, 8169.0, 8228.0, 8204.0, 8202.0, 8189.0, 8176.0, 8178.0, 8216.0, 8215.0, 8204.0, 8221.0, 8243.0, 8216.0, 8258.0, 8217.0, 8246.0, 8235.0, 8261.0, 8244.0, 8238.0, 8195.0, 8219.0, 8193.0, 8226.0, 8208.0, 8214.0, 8240.0, 8231.0, 8240.0, 8191.0, 8161.0, 8191.0, 8170.0, 8193.0, 8223.0, 8199.0, 8224.0, 8196.0, 8196.0, 8197.0, 8213.0, 8201.0, 8213.0, 8181.0, 8211.0, 8237.0, 8198.0, 8236.0, 8224.0, 8229.0, 8217.0, 8228.0, 8217.0, 8213.0, 8217.0, 8256.0, 8220.0, 8232.0, 8203.0, 8217.0, 8204.0, 8256.0, 8238.0, 8220.0, 8267.0, 8217.0, 8243.0, 8216.0, 8246.0, 8222.0, 8268.0, 8236.0, 8207.0, 8240.0, 8227.0, 8222.0, 8204.0, 8220.0, 8277.0, 8231.0, 8277.0, 8246.0, 8258.0, 8256.0, 8275.0, 8225.0, 8236.0, 8188.0, 8202.0, 8224.0, 8237.0, 8211.0, 8236.0, 8196.0, 8209.0, 8192.0, 8205.0, 8220.0, 8184.0, 8200.0, 8187.0, 8170.0, 8190.0, 8192.0, 8196.0, 8257.0, 8194.0, 8238.0, 8198.0, 8207.0, 8215.0, 8211.0, 8201.0, 8218.0, 8204.0, 8220.0, 8282.0, 8233.0, 8260.0, 8212.0, 8225.0, 8193.0, 8209.0, 8228.0, 8207.0, 8235.0, 8189.0, 8248.0, 8190.0, 8220.0, 8167.0, 8182.0, 8165.0, 8182.0, 8165.0, 8167.0, 8151.0, 8187.0, 8185.0, 8173.0, 8186.0, 8172.0, 8184.0, 8171.0, 8204.0, 8174.0, 8205.0, 8223.0, 8216.0, 8252.0, 8191.0, 8220.0, 8194.0, 8204.0, 8198.0, 8214.0, 8197.0, 8212.0, 8198.0, 8214.0, 8260.0, 8212.0, 8253.0, 8201.0, 8212.0, 8182.0, 8209.0, 8164.0, 8214.0, 8197.0, 8219.0, 8247.0, 8216.0, 8215.0, 8202.0, 8214.0, 8234.0, 8215.0, 8201.0, 8217.0, 8188.0, 8220.0, 8283.0, 8253.0, 8264.0, 8219.0, 8231.0, 8219.0, 8236.0, 8221.0, 8288.0, 8255.0, 8288.0, 8236.0, 8268.0, 8218.0, 8220.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.00043392141756548537</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020390313636363636</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.51273619758676</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1885455552737096</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0033693134387045</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4986</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4344.7905</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07628966703830078</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7719568567026194</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.403907518725818</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2760553093709763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6200080284432317</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.315659218363246</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0276797</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02081170305609703</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028337063267827034</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1298</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9853381598005644</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>22.9593</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8943</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.041</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296149.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>864.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.5374</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7778</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.6457</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2828.4276</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2982.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80395.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1003.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3685.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>748.238</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.69754631514661</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> |