=== 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-0007 --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-0007",
"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-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-02/func/sub-0007_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>e155fd5a933214cd52be97b4b14a2f05</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:31:47.380000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999813, 0.0189415, 0.00380707, -0.0190228, 0.999564, 0.0225947]</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.0936619</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>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4164, -7773, -7153, 634, -32, -208, 18, 20]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>239.614</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>99a7cbdb-21f3-49aa-b48f-e318a8588f3d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824262142181396, -0.05103689059615135, 0.009119054302573204, 112.94798278808594], [-0.050818752497434616, 2.6817562580108643, 0.06118994951248169, -92.594482421875], [0.010214084759354591, -0.060620035976171494, 2.6992909908294678, -26.609756469726562], [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': ['153147.380000', '153147.840000', '153148.300000', '153148.760000', '153149.220000', '153149.680000', '153150.140000', '153150.600000', '153151.060000', '153151.520000', '153151.980000', '153152.440000', '153152.900000', '153153.360000', '153153.820000', '153154.280000', '153154.740000', '153155.200000', '153155.660000', '153156.120000', '153156.580000', '153157.040000', '153157.500000', '153157.960000', '153158.420000', '153158.880000', '153159.340000', '153159.800000', '153200.260000', '153200.720000', '153201.180000', '153201.640000', '153202.100000', '153202.560000', '153203.020000', '153203.480000', '153203.940000', '153204.400000', '153204.860000', '153205.320000', '153205.780000', '153206.240000', '153206.700000', '153207.160000', '153207.620000', '153208.080000', '153208.540000', '153209.000000', '153209.460000', '153209.920000', '153210.380000', '153210.840000', '153211.300000', '153211.760000', '153212.220000', '153212.680000', '153213.140000', '153213.600000', '153214.060000', '153214.520000', '153214.980000', '153215.440000', '153215.900000', '153216.360000', '153216.820000', '153217.280000', '153217.740000', '153218.200000', '153218.660000', '153219.120000', '153219.580000', '153220.040000', '153220.500000', '153220.960000', '153221.420000', '153221.880000', '153222.340000', '153222.800000', '153223.260000', '153223.720000', '153224.180000', '153224.640000', '153225.100000', '153225.560000', '153226.020000', '153226.480000', '153226.940000', '153227.400000', '153227.860000', '153228.320000', '153228.780000', '153229.240000', '153229.700000', '153230.160000', '153230.620000', '153231.080000', '153231.540000', '153232.000000', '153232.460000', '153232.920000', '153233.380000', '153233.840000', '153234.300000', '153234.760000', '153235.220000', '153235.680000', '153236.140000', '153236.600000', '153237.060000', '153237.520000', '153237.980000', '153238.440000', '153238.900000', '153239.360000', '153239.820000', '153240.280000', '153240.740000', '153241.200000', '153241.660000', '153242.120000', '153242.580000', '153243.040000', '153243.500000', '153243.960000', '153244.420000', '153244.880000', '153245.340000', '153245.800000', '153246.260000', '153246.720000', '153247.180000', '153247.640000', '153248.100000', '153248.560000', '153249.020000', '153249.480000', '153249.940000', '153250.400000', '153250.860000', '153251.320000', '153251.780000', '153252.240000', '153252.700000', '153253.160000', '153253.620000', '153254.080000', '153254.540000', '153255.000000', '153255.460000', '153255.920000', '153256.380000', '153256.840000', '153257.300000', '153257.760000', '153258.220000', '153258.680000', '153259.140000', '153259.600000', '153300.060000', '153300.520000', '153300.980000', '153301.440000', '153301.900000', '153302.360000', '153302.820000', '153303.280000', '153303.740000', '153304.200000', '153304.660000', '153305.120000', '153305.580000', '153306.040000', '153306.500000', '153306.960000', '153307.420000', '153307.880000', '153308.340000', '153308.800000', '153309.260000', '153309.720000', '153310.180000', '153310.640000', '153311.100000', '153311.560000', '153312.020000', '153312.480000', '153312.940000', '153313.400000', '153313.860000', '153314.320000', '153314.780000', '153315.240000', '153315.700000', '153316.160000', '153316.620000', '153317.080000', '153317.540000', '153318.000000', '153318.460000', '153318.920000', '153319.380000', '153319.840000', '153320.300000', '153320.760000', '153321.220000', '153321.680000', '153322.140000', '153322.600000', '153323.060000', '153323.520000', '153323.980000', '153324.440000', '153324.900000', '153325.360000', '153325.820000', '153326.280000', '153326.740000', '153327.200000', '153327.660000', '153328.120000', '153328.580000', '153329.040000', '153329.500000', '153329.960000', '153330.420000', '153330.880000', '153331.340000', '153331.800000', '153332.260000', '153332.720000', '153333.180000', '153333.640000', '153334.100000', '153334.560000', '153335.020000', '153335.480000', '153335.940000', '153336.400000', '153336.860000', '153337.320000', '153337.780000', '153338.240000', '153338.700000', '153339.160000', '153339.620000', '153340.080000', '153340.540000', '153341.000000', '153341.460000', '153341.920000', '153342.380000', '153342.840000', '153343.300000', '153343.760000', '153344.220000', '153344.680000', '153345.140000', '153345.600000', '153346.060000', '153346.520000', '153346.980000', '153347.440000', '153347.900000', '153348.360000', '153348.820000', '153349.280000', '153349.740000', '153350.200000', '153350.660000', '153351.120000', '153351.580000', '153352.040000', '153352.500000', '153352.960000', '153353.420000', '153353.880000', '153354.340000', '153354.800000', '153355.260000', '153355.720000', '153356.180000', '153356.640000', '153357.100000', '153357.560000', '153358.020000', '153358.480000', '153358.940000', '153359.400000', '153359.860000', '153400.320000', '153400.780000', '153401.240000', '153401.700000', '153402.160000', '153402.620000', '153403.080000', '153403.540000', '153404.000000', '153404.460000', '153404.920000', '153405.380000', '153405.840000', '153406.300000', '153406.760000', '153407.220000', '153407.680000', '153408.140000', '153408.600000', '153409.060000', '153409.520000', '153409.980000', '153410.440000', '153410.900000', '153411.360000', '153411.820000', '153412.280000', '153412.740000', '153413.200000', '153413.660000', '153414.120000', '153414.580000', '153415.040000', '153415.500000', '153415.960000', '153416.420000', '153416.880000', '153417.340000', '153417.800000', '153418.260000', '153418.720000', '153419.180000', '153419.640000', '153420.100000', '153420.560000', '153421.020000', '153421.480000', '153421.940000', '153422.400000', '153422.860000', '153423.320000', '153423.780000', '153424.240000', '153424.700000', '153425.160000', '153425.620000', '153426.080000', '153426.540000', '153427.000000', '153427.460000', '153427.920000', '153428.380000', '153428.840000', '153429.300000', '153429.760000', '153430.220000', '153430.680000', '153431.140000', '153431.600000', '153432.060000', '153432.520000', '153432.980000', '153433.440000', '153433.900000', '153434.360000', '153434.820000', '153435.280000', '153435.740000', '153436.200000', '153436.660000', '153437.120000', '153437.580000', '153438.040000', '153438.500000', '153438.960000', '153439.420000', '153439.880000', '153440.340000', '153440.800000', '153441.260000', '153441.720000', '153442.180000', '153442.640000', '153443.100000', '153443.560000', '153444.020000', '153444.480000', '153444.940000', '153445.400000', '153445.860000', '153446.320000', '153446.780000', '153447.240000', '153447.700000', '153448.160000', '153448.620000', '153449.080000', '153449.540000', '153450.000000', '153450.460000', '153450.920000', '153451.380000', '153451.840000', '153452.300000', '153452.760000', '153453.220000', '153453.680000', '153454.140000', '153454.600000', '153455.060000', '153455.520000', '153455.980000', '153456.440000', '153456.900000', '153457.360000', '153457.820000', '153458.280000', '153458.740000', '153459.200000', '153459.660000', '153500.120000', '153500.580000', '153501.040000', '153501.500000', '153501.960000', '153502.420000', '153502.880000', '153503.340000', '153503.800000', '153504.260000', '153504.720000', '153505.180000', '153505.640000', '153506.100000', '153506.560000', '153507.020000', '153507.480000', '153507.940000', '153508.400000', '153508.860000', '153509.320000', '153509.780000', '153510.240000', '153510.700000', '153511.160000', '153511.620000', '153512.080000', '153512.540000', '153513.000000', '153513.460000', '153513.920000', '153514.380000', '153514.840000', '153515.300000', '153515.760000', '153516.220000', '153516.680000', '153517.140000', '153517.600000', '153518.060000', '153518.520000', '153518.980000', '153519.440000', '153519.900000', '153520.360000', '153520.820000', '153521.280000', '153521.740000', '153522.200000', '153522.660000', '153523.120000', '153523.580000', '153524.040000', '153524.500000', '153524.960000', '153525.420000', '153525.880000', '153526.340000', '153526.800000', '153527.260000', '153527.720000', '153528.180000', '153528.640000', '153529.100000', '153529.560000', '153530.020000', '153530.480000', '153530.940000', '153531.400000', '153531.860000', '153532.320000', '153532.780000', '153533.240000', '153533.700000', '153534.160000', '153534.620000', '153535.080000', '153535.540000', '153536.000000', '153536.460000', '153536.920000', '153537.380000', '153537.840000', '153538.300000', '153538.760000', '153539.220000', '153539.680000', '153540.140000', '153540.600000', '153541.060000', '153541.520000', '153541.980000', '153542.440000', '153542.900000', '153543.360000', '153543.820000', '153544.280000', '153544.740000', '153545.200000', '153545.660000', '153546.120000', '153546.580000', '153547.040000', '153547.500000', '153547.960000', '153548.420000', '153548.880000', '153549.340000', '153549.800000', '153550.260000', '153550.720000', '153551.180000', '153551.640000', '153552.100000', '153552.560000', '153553.020000', '153553.480000', '153553.940000', '153554.400000', '153554.860000', '153555.320000', '153555.780000', '153556.240000', '153556.700000', '153557.160000', '153557.620000', '153558.080000', '153558.540000', '153559.000000', '153559.460000', '153559.920000', '153600.380000', '153600.840000', '153601.300000', '153601.760000', '153602.220000', '153602.680000', '153603.140000', '153603.600000', '153604.060000', '153604.520000', '153604.980000', '153605.440000', '153605.900000', '153606.360000', '153606.820000', '153607.280000', '153607.740000', '153608.200000', '153608.660000', '153609.120000', '153609.580000', '153610.040000', '153610.500000', '153610.960000', '153611.420000', '153611.880000', '153612.340000', '153612.800000', '153613.260000', '153613.720000', '153614.180000', '153614.640000', '153615.100000', '153615.560000', '153616.020000', '153616.480000', '153616.940000', '153617.400000', '153617.860000', '153618.320000', '153618.780000', '153619.240000', '153619.700000', '153620.160000', '153620.620000', '153621.080000', '153621.540000', '153622.000000', '153622.460000', '153622.920000', '153623.380000', '153623.840000', '153624.300000', '153624.760000', '153625.220000', '153625.680000', '153626.140000', '153626.600000', '153627.060000', '153627.520000', '153627.980000', '153628.440000', '153628.900000', '153629.360000', '153629.820000', '153630.280000', '153630.740000', '153631.200000', '153631.660000', '153632.120000', '153632.580000', '153633.040000', '153633.500000', '153633.960000', '153634.420000', '153634.880000', '153635.340000', '153635.800000', '153636.260000', '153636.720000', '153637.180000', '153637.640000', '153638.100000', '153638.560000', '153639.020000', '153639.480000', '153639.940000', '153640.400000', '153640.860000', '153641.320000', '153641.780000', '153642.240000', '153642.700000', '153643.160000', '153643.620000', '153644.080000', '153644.540000', '153645.000000', '153645.460000', '153645.920000', '153646.380000', '153646.840000', '153647.300000', '153647.760000', '153648.220000', '153648.680000', '153649.140000', '153649.600000', '153650.060000', '153650.520000', '153650.980000', '153651.440000', '153651.900000', '153652.360000', '153652.820000', '153653.280000', '153653.740000', '153654.200000', '153654.660000', '153655.120000', '153655.580000', '153656.040000', '153656.500000', '153656.960000', '153657.420000', '153657.880000', '153658.340000', '153658.800000', '153659.260000', '153659.720000', '153700.180000', '153700.640000', '153701.100000', '153701.560000', '153702.020000', '153702.480000', '153702.940000', '153703.400000', '153703.860000', '153704.320000', '153704.780000', '153705.240000', '153705.700000', '153706.160000', '153706.620000', '153707.080000', '153707.540000', '153708.000000', '153708.460000', '153708.920000', '153709.380000', '153709.840000', '153710.300000', '153710.760000', '153711.220000', '153711.680000', '153712.140000', '153712.600000', '153713.060000', '153713.520000', '153713.980000', '153714.440000', '153714.900000', '153715.360000', '153715.820000', '153716.280000', '153716.740000', '153717.200000', '153717.660000', '153718.120000', '153718.580000', '153719.040000', '153719.500000', '153719.960000', '153720.420000', '153720.880000', '153721.340000', '153721.800000', '153722.260000', '153722.720000', '153723.180000', '153723.640000', '153724.100000', '153724.560000', '153725.020000', '153725.480000', '153725.940000', '153726.400000', '153726.860000', '153727.320000', '153727.780000', '153728.240000', '153728.700000', '153729.160000', '153729.620000', '153730.080000', '153730.540000', '153731.000000', '153731.460000', '153731.920000', '153732.380000', '153732.840000', '153733.300000', '153733.760000', '153734.220000', '153734.680000', '153735.140000', '153735.600000', '153736.060000', '153736.520000', '153736.980000', '153737.440000', '153737.900000', '153738.360000', '153738.820000', '153739.280000', '153739.740000', '153740.200000', '153740.660000', '153741.120000', '153741.580000', '153742.040000', '153742.500000', '153742.960000', '153743.420000', '153743.880000', '153744.340000', '153744.800000', '153745.260000', '153745.720000', '153746.180000', '153746.640000', '153747.100000', '153747.560000', '153748.020000', '153748.480000', '153748.940000', '153749.400000', '153749.860000', '153750.320000', '153750.780000', '153751.240000', '153751.700000', '153752.160000', '153752.620000', '153753.080000', '153753.540000', '153754.000000', '153754.460000', '153754.920000', '153755.380000', '153755.840000', '153756.300000', '153756.760000', '153757.220000', '153757.680000', '153758.140000', '153758.600000', '153759.060000', '153759.520000', '153759.980000', '153800.440000', '153800.900000', '153801.360000', '153801.820000', '153802.280000', '153802.740000', '153803.200000', '153803.660000', '153804.120000', '153804.580000', '153805.040000', '153805.500000', '153805.960000', '153806.420000', '153806.880000', '153807.340000', '153807.800000', '153808.260000', '153808.720000', '153809.180000', '153809.640000', '153810.100000', '153810.560000', '153811.020000', '153811.480000', '153811.940000', '153812.400000', '153812.860000', '153813.320000', '153813.780000', '153814.240000', '153814.700000', '153815.160000', '153815.620000', '153816.080000', '153816.540000', '153817.000000', '153817.460000', '153817.920000', '153818.380000', '153818.840000', '153819.300000', '153819.760000', '153820.220000', '153820.680000', '153821.140000', '153821.600000', '153822.060000', '153822.520000', '153822.980000', '153823.440000', '153823.900000', '153824.360000', '153824.820000', '153825.280000', '153825.740000', '153826.200000', '153826.660000', '153827.120000', '153827.580000', '153828.040000', '153828.500000', '153828.960000', '153829.420000', '153829.880000', '153830.340000', '153830.800000', '153831.260000', '153831.720000', '153832.180000', '153832.640000', '153833.100000', '153833.560000', '153834.020000', '153834.480000', '153834.940000', '153835.400000', '153835.860000', '153836.320000', '153836.780000', '153837.240000', '153837.700000', '153838.160000', '153838.620000', '153839.080000', '153839.540000', '153840.000000', '153840.460000', '153840.920000', '153841.380000', '153841.840000', '153842.300000', '153842.760000', '153843.220000', '153843.680000', '153844.140000', '153844.600000', '153845.060000', '153845.520000', '153845.980000', '153846.440000', '153846.900000', '153847.360000', '153847.820000', '153848.280000', '153848.740000', '153849.200000', '153849.660000', '153850.120000', '153850.580000', '153851.040000', '153851.500000', '153851.960000', '153852.420000', '153852.880000', '153853.340000', '153853.800000', '153854.260000', '153854.720000', '153855.180000', '153855.640000', '153856.100000', '153856.560000', '153857.020000', '153857.480000', '153857.940000', '153858.400000', '153858.860000', '153859.320000', '153859.780000', '153900.240000', '153900.700000', '153901.160000', '153901.620000', '153902.080000', '153902.540000', '153903.000000', '153903.460000', '153903.920000', '153904.380000', '153904.840000', '153905.300000', '153905.760000', '153906.220000', '153906.680000', '153907.140000', '153907.600000', '153908.060000', '153908.520000', '153908.980000', '153909.440000', '153909.900000', '153910.360000', '153910.820000', '153911.280000', '153911.740000', '153912.200000', '153912.660000', '153913.120000', '153913.580000', '153914.040000', '153914.500000', '153914.960000', '153915.420000', '153915.880000', '153916.340000', '153916.800000', '153917.260000', '153917.720000', '153918.180000', '153918.640000', '153919.100000', '153919.560000', '153920.020000', '153920.480000', '153920.940000', '153921.400000', '153921.860000', '153922.320000', '153922.780000', '153923.240000', '153923.700000', '153924.160000', '153924.620000', '153925.080000', '153925.540000', '153926.000000', '153926.460000', '153926.920000', '153927.380000', '153927.840000', '153928.300000', '153928.760000', '153929.220000', '153929.680000', '153930.140000', '153930.600000', '153931.060000', '153931.520000', '153931.980000', '153932.440000', '153932.900000', '153933.360000', '153933.820000', '153934.280000', '153934.740000', '153935.200000', '153935.660000', '153936.120000', '153936.580000', '153937.040000', '153937.500000', '153937.960000', '153938.420000', '153938.880000', '153939.340000', '153939.800000', '153940.260000', '153940.720000', '153941.180000', '153941.640000', '153942.100000', '153942.560000', '153943.020000', '153943.480000', '153943.940000', '153944.400000', '153944.860000', '153945.320000', '153945.780000', '153946.240000', '153946.700000', '153947.160000', '153947.620000', '153948.080000', '153948.540000', '153949.000000', '153949.460000', '153949.920000', '153950.380000', '153950.840000', '153951.300000', '153951.760000', '153952.220000', '153952.680000', '153953.140000', '153953.600000', '153954.060000', '153954.520000', '153954.980000', '153955.440000', '153955.900000', '153956.360000', '153956.820000', '153957.280000', '153957.740000', '153958.200000', '153958.660000', '153959.120000', '153959.580000', '154000.040000', '154000.500000', '154000.960000', '154001.420000', '154001.880000', '154002.340000', '154002.800000', '154003.260000', '154003.720000', '154004.180000', '154004.640000', '154005.100000', '154005.560000', '154006.020000', '154006.480000', '154006.940000', '154007.400000', '154007.860000', '154008.320000', '154008.780000', '154009.240000', '154009.700000', '154010.160000', '154010.620000', '154011.080000', '154011.540000', '154012.000000', '154012.460000', '154012.920000', '154013.380000', '154013.840000', '154014.300000', '154014.760000', '154015.220000', '154015.680000', '154016.140000', '154016.600000', '154017.060000', '154017.520000', '154017.980000', '154018.440000', '154018.900000', '154019.360000', '154019.820000', '154020.280000', '154020.740000', '154021.200000', '154021.660000', '154022.120000', '154022.580000', '154023.040000', '154023.500000', '154023.960000', '154024.420000', '154024.880000', '154025.340000', '154025.800000', '154026.260000', '154026.720000', '154027.180000', '154027.640000', '154028.100000', '154028.560000', '154029.020000', '154029.480000', '154029.940000', '154030.400000', '154030.860000', '154031.320000', '154031.780000', '154032.240000', '154032.700000', '154033.160000', '154033.620000', '154034.080000', '154034.540000', '154035.000000', '154035.460000', '154035.920000', '154036.380000', '154036.840000', '154037.300000', '154037.760000', '154038.220000', '154038.680000', '154039.140000', '154039.600000', '154040.060000', '154040.520000', '154040.980000', '154041.440000', '154041.900000', '154042.360000', '154042.820000', '154043.280000', '154043.740000', '154044.200000', '154044.660000', '154045.120000', '154045.580000', '154046.040000', '154046.500000', '154046.960000', '154047.420000', '154047.880000', '154048.340000', '154048.800000', '154049.260000', '154049.720000', '154050.180000', '154050.640000', '154051.100000', '154051.560000', '154052.020000', '154052.480000', '154052.940000', '154053.400000', '154053.860000', '154054.320000', '154054.780000', '154055.240000', '154055.700000', '154056.160000', '154056.620000', '154057.080000', '154057.540000', '154058.000000', '154058.460000', '154058.920000', '154059.380000', '154059.840000', '154100.300000', '154100.760000', '154101.220000', '154101.680000', '154102.140000', '154102.600000', '154103.060000', '154103.520000', '154103.980000', '154104.440000', '154104.900000', '154105.360000', '154105.820000', '154106.280000', '154106.740000', '154107.200000', '154107.660000', '154108.120000', '154108.580000', '154109.040000', '154109.500000', '154109.960000', '154110.420000', '154110.880000', '154111.340000', '154111.800000', '154112.260000', '154112.720000', '154113.180000', '154113.640000', '154114.100000', '154114.560000', '154115.020000', '154115.480000', '154115.940000', '154116.400000', '154116.860000', '154117.320000', '154117.780000', '154118.240000', '154118.700000', '154119.160000', '154119.620000', '154120.080000', '154120.540000', '154121.000000', '154121.460000', '154121.920000', '154122.380000', '154122.840000', '154123.300000', '154123.760000', '154124.220000', '154124.680000', '154125.140000', '154125.600000', '154126.060000', '154126.520000', '154126.980000', '154127.440000', '154127.900000', '154128.360000', '154128.820000', '154129.280000', '154129.740000', '154130.200000', '154130.660000', '154131.120000', '154131.580000', '154132.040000', '154132.500000', '154132.960000', '154133.420000', '154133.880000', '154134.340000', '154134.800000', '154135.260000', '154135.720000', '154136.180000', '154136.640000', '154137.100000', '154137.560000', '154138.020000', '154138.480000', '154138.940000', '154139.400000', '154139.860000', '154140.320000', '154140.780000', '154141.240000', '154141.700000', '154142.160000', '154142.620000', '154143.080000', '154143.540000', '154144.000000'], 'ContentTime': ['153214.263000', '153214.267000', '153214.270000', '153214.273000', '153214.283000', '153214.286000', '153214.289000', '153214.292000', '153214.295000', '153214.298000', '153214.301000', '153214.304000', '153214.307000', '153214.329000', '153214.332000', '153214.335000', '153214.338000', '153214.341000', '153214.344000', '153214.347000', '153214.350000', '153214.353000', '153214.356000', '153214.359000', '153214.362000', '153214.365000', '153214.368000', '153214.371000', '153214.374000', '153214.377000', '153214.380000', '153214.382000', '153214.385000', '153214.388000', '153214.391000', '153214.394000', '153214.397000', '153214.400000', '153214.403000', '153214.406000', '153214.409000', '153214.412000', '153214.415000', '153214.418000', '153214.421000', '153214.424000', '153214.426000', '153214.430000', '153214.433000', '153214.436000', '153214.441000', '153214.444000', '153214.447000', '153214.450000', '153214.453000', '153214.456000', '153214.458000', '153234.230000', '153234.233000', '153234.236000', '153234.239000', '153234.242000', '153234.245000', '153234.247000', '153234.250000', '153234.253000', '153234.256000', '153234.259000', '153234.262000', '153234.265000', '153234.268000', '153234.271000', '153234.274000', '153234.277000', '153234.280000', '153234.282000', '153234.285000', '153234.288000', '153234.291000', '153234.294000', '153234.297000', '153234.299000', '153234.302000', '153234.305000', '153234.308000', '153234.311000', '153234.313000', '153234.316000', '153234.319000', '153234.322000', '153234.325000', '153234.327000', '153234.330000', '153234.333000', '153234.336000', '153234.339000', '153234.342000', '153234.345000', '153234.347000', '153234.350000', '153254.230000', '153254.233000', '153254.236000', '153254.239000', '153254.241000', '153254.244000', '153254.247000', '153254.250000', '153254.253000', '153254.256000', '153254.259000', '153254.261000', '153254.264000', '153254.267000', '153254.270000', '153254.273000', '153254.276000', '153254.278000', '153254.281000', '153254.284000', '153254.287000', '153254.290000', '153254.293000', '153254.296000', '153254.298000', '153254.301000', '153254.304000', '153254.307000', '153254.310000', '153254.313000', '153254.316000', '153254.318000', '153254.321000', '153254.324000', '153254.327000', '153254.330000', '153254.332000', '153254.335000', '153254.338000', '153254.341000', '153254.344000', '153254.347000', '153254.350000', '153254.352000', '153314.231000', '153314.234000', '153314.237000', '153314.239000', '153314.242000', '153314.245000', '153314.248000', '153314.251000', '153314.255000', '153314.258000', '153314.262000', '153314.264000', '153314.267000', '153314.270000', '153314.273000', '153314.276000', '153314.279000', '153314.281000', '153314.284000', '153314.287000', '153314.290000', '153314.293000', '153314.296000', '153314.298000', '153314.301000', '153314.304000', '153314.307000', '153314.310000', '153314.313000', '153314.316000', '153314.319000', '153314.321000', '153314.324000', '153314.327000', '153314.330000', '153314.333000', '153314.335000', '153314.338000', '153314.341000', '153314.344000', '153314.347000', '153314.350000', '153314.352000', '153334.231000', '153334.234000', '153334.237000', '153334.240000', '153334.242000', '153334.245000', '153334.248000', '153334.254000', '153334.257000', '153334.260000', '153334.263000', '153334.266000', '153334.268000', '153334.271000', '153334.274000', '153334.277000', '153334.280000', '153334.283000', '153334.286000', '153334.288000', '153334.291000', '153334.294000', '153334.297000', '153334.300000', '153334.303000', '153334.306000', '153334.308000', '153334.311000', '153334.314000', '153334.317000', '153334.320000', '153334.323000', '153334.325000', '153334.328000', '153334.331000', '153334.334000', '153334.337000', '153334.340000', '153334.343000', '153334.354000', '153334.357000', '153334.360000', '153334.363000', '153334.365000', '153354.231000', '153354.246000', '153354.249000', '153354.252000', '153354.255000', '153354.258000', '153354.261000', '153354.264000', '153354.267000', '153354.270000', '153354.273000', '153354.276000', '153354.279000', '153354.282000', '153354.284000', '153354.287000', '153354.290000', '153354.293000', '153354.296000', '153354.299000', '153354.302000', '153354.305000', '153354.307000', '153354.310000', '153354.313000', '153354.316000', '153354.319000', '153354.322000', '153354.325000', '153354.328000', '153354.330000', '153354.333000', '153354.336000', '153354.339000', '153354.342000', '153354.345000', '153354.347000', '153354.350000', '153354.353000', '153354.356000', '153354.359000', '153354.362000', '153354.365000', '153414.231000', '153414.234000', '153414.237000', '153414.250000', '153414.253000', '153414.256000', '153414.258000', '153414.261000', '153414.264000', '153414.267000', '153414.270000', '153414.273000', '153414.276000', '153414.278000', '153414.281000', '153414.284000', '153414.287000', '153414.290000', '153414.293000', '153414.295000', '153414.298000', '153414.301000', '153414.304000', '153414.307000', '153414.310000', '153414.313000', '153414.315000', '153414.318000', '153414.321000', '153414.324000', '153414.327000', '153414.330000', '153414.333000', '153414.335000', '153414.338000', '153414.341000', '153414.344000', '153414.347000', '153414.350000', '153414.352000', '153414.355000', '153414.358000', '153414.361000', '153414.364000', '153434.230000', '153434.233000', '153434.236000', '153434.239000', '153434.242000', '153434.244000', '153434.247000', '153434.250000', '153434.253000', '153434.256000', '153434.259000', '153434.262000', '153434.264000', '153434.267000', '153434.270000', '153434.273000', '153434.276000', '153434.279000', '153434.282000', '153434.285000', '153434.288000', '153434.291000', '153434.294000', '153434.296000', '153434.314000', '153434.317000', '153434.320000', '153434.322000', '153434.325000', '153434.328000', '153434.331000', '153434.334000', '153434.337000', '153434.339000', '153434.342000', '153434.345000', '153434.348000', '153434.351000', '153434.354000', '153434.356000', '153434.359000', '153434.362000', '153434.365000', '153454.230000', '153454.233000', '153454.236000', '153454.239000', '153454.242000', '153454.245000', '153454.248000', '153454.251000', '153454.253000', '153454.256000', '153454.259000', '153454.262000', '153454.265000', '153454.268000', '153454.271000', '153454.273000', '153454.276000', '153454.279000', '153454.282000', '153454.285000', '153454.288000', '153454.290000', '153454.293000', '153454.296000', '153454.299000', '153454.302000', '153454.305000', '153454.308000', '153454.310000', '153454.313000', '153454.316000', '153454.319000', '153454.322000', '153454.325000', '153454.328000', '153454.331000', '153454.333000', '153454.336000', '153454.339000', '153454.342000', '153454.345000', '153454.347000', '153454.350000', '153454.353000', '153514.230000', '153514.233000', '153514.236000', '153514.240000', '153514.243000', '153514.246000', '153514.249000', '153514.251000', '153514.254000', '153514.257000', '153514.260000', '153514.263000', '153514.265000', '153514.268000', '153514.271000', '153514.274000', '153514.277000', '153514.280000', '153514.283000', '153514.285000', '153514.288000', '153514.291000', '153514.294000', '153514.297000', '153514.300000', '153514.303000', '153514.306000', '153514.308000', '153514.311000', '153514.314000', '153514.317000', '153514.321000', '153514.323000', '153514.326000', '153514.342000', '153514.345000', '153514.348000', '153514.351000', '153514.354000', '153514.357000', '153514.359000', '153514.362000', '153514.365000', '153534.231000', '153534.234000', '153534.237000', '153534.240000', '153534.243000', '153534.246000', '153534.248000', '153534.251000', '153534.254000', '153534.257000', '153534.260000', '153534.263000', '153534.266000', '153534.268000', '153534.271000', '153534.274000', '153534.277000', '153534.280000', '153534.283000', '153534.286000', '153534.288000', '153534.291000', '153534.294000', '153534.297000', '153534.300000', '153534.303000', '153534.306000', '153534.308000', '153534.311000', '153534.314000', '153534.317000', '153534.320000', '153534.323000', '153534.326000', '153534.329000', '153534.331000', '153534.334000', '153534.337000', '153534.340000', '153534.343000', '153534.346000', '153534.348000', '153534.351000', '153534.354000', '153554.231000', '153554.234000', '153554.237000', '153554.240000', '153554.243000', '153554.246000', '153554.256000', '153554.258000', '153554.261000', '153554.264000', '153554.267000', '153554.270000', '153554.273000', '153554.276000', '153554.279000', '153554.281000', '153554.284000', '153554.287000', '153554.290000', '153554.293000', '153554.296000', '153554.299000', '153554.302000', '153554.305000', '153554.307000', '153554.310000', '153554.313000', '153554.316000', '153554.319000', '153554.322000', '153554.325000', '153554.328000', '153554.332000', '153554.334000', '153554.337000', '153554.340000', '153554.343000', '153554.346000', '153554.349000', '153554.352000', '153554.354000', '153554.357000', '153554.360000', '153614.231000', '153614.234000', '153614.237000', '153614.240000', '153614.243000', '153614.251000', '153614.253000', '153614.256000', '153614.259000', '153614.262000', '153614.265000', '153614.268000', '153614.270000', '153614.273000', '153614.276000', '153614.279000', '153614.282000', '153614.285000', '153614.288000', '153614.290000', '153614.293000', '153614.296000', '153614.299000', '153614.302000', '153614.305000', '153614.308000', '153614.310000', '153614.313000', '153614.316000', '153614.319000', '153614.322000', '153614.325000', '153614.328000', '153614.331000', '153614.333000', '153614.336000', '153614.339000', '153614.342000', '153614.345000', '153614.348000', '153614.351000', '153614.353000', '153614.356000', '153614.359000', '153634.231000', '153634.234000', '153634.237000', '153634.240000', '153634.243000', '153634.246000', '153634.248000', '153634.251000', '153634.254000', '153634.257000', '153634.260000', '153634.263000', '153634.266000', '153634.268000', '153634.271000', '153634.274000', '153634.278000', '153634.281000', '153634.284000', '153634.287000', '153634.290000', '153634.293000', '153634.295000', '153634.298000', '153634.301000', '153634.304000', '153634.307000', '153634.310000', '153634.313000', '153634.315000', '153634.318000', '153634.321000', '153634.324000', '153634.327000', '153634.330000', '153634.333000', '153634.336000', '153634.339000', '153634.341000', '153634.344000', '153634.347000', '153634.350000', '153634.353000', '153654.230000', '153654.247000', '153654.250000', '153654.253000', '153654.256000', '153654.258000', '153654.261000', '153654.264000', '153654.267000', '153654.270000', '153654.273000', '153654.276000', '153654.279000', '153654.282000', '153654.285000', '153654.287000', '153654.290000', '153654.293000', '153654.296000', '153654.299000', '153654.302000', '153654.305000', '153654.307000', '153654.310000', '153654.313000', '153654.316000', '153654.319000', '153654.322000', '153654.325000', '153654.327000', '153654.330000', '153654.333000', '153654.336000', '153654.339000', '153654.342000', '153654.345000', '153654.348000', '153654.350000', '153654.353000', '153654.356000', '153654.359000', '153654.362000', '153654.365000', '153654.367000', '153714.230000', '153714.233000', '153714.236000', '153714.239000', '153714.242000', '153714.244000', '153714.247000', '153714.250000', '153714.253000', '153714.256000', '153714.259000', '153714.262000', '153714.264000', '153714.267000', '153714.270000', '153714.273000', '153714.276000', '153714.279000', '153714.282000', '153714.284000', '153714.287000', '153714.290000', '153714.293000', '153714.296000', '153714.299000', '153714.301000', '153714.304000', '153714.307000', '153714.310000', '153714.313000', '153714.316000', '153714.319000', '153714.322000', '153714.324000', '153714.327000', '153714.330000', '153714.334000', '153714.336000', '153714.339000', '153714.342000', '153714.345000', '153714.348000', '153714.352000', '153734.230000', '153734.233000', '153734.236000', '153734.239000', '153734.242000', '153734.244000', '153734.247000', '153734.250000', '153734.253000', '153734.256000', '153734.259000', '153734.262000', '153734.264000', '153734.267000', '153734.270000', '153734.273000', '153734.276000', '153734.279000', '153734.282000', '153734.285000', '153734.287000', '153734.290000', '153734.293000', '153734.296000', '153734.299000', '153734.302000', '153734.304000', '153734.308000', '153734.310000', '153734.313000', '153734.316000', '153734.319000', '153734.322000', '153734.325000', '153734.328000', '153734.335000', '153734.338000', '153734.341000', '153734.344000', '153734.347000', '153734.350000', '153734.352000', '153734.355000', '153734.358000', '153754.231000', '153754.234000', '153754.237000', '153754.240000', '153754.243000', '153754.246000', '153754.248000', '153754.251000', '153754.254000', '153754.257000', '153754.260000', '153754.263000', '153754.265000', '153754.269000', '153754.273000', '153754.276000', '153754.279000', '153754.282000', '153754.285000', '153754.288000', '153754.290000', '153754.293000', '153754.296000', '153754.299000', '153754.302000', '153754.305000', '153754.308000', '153754.311000', '153754.314000', '153754.318000', '153754.320000', '153754.323000', '153754.326000', '153754.329000', '153754.332000', '153754.335000', '153754.338000', '153754.341000', '153754.343000', '153754.346000', '153754.349000', '153754.352000', '153754.355000', '153814.231000', '153814.234000', '153814.237000', '153814.240000', '153814.243000', '153814.245000', '153814.248000', '153814.251000', '153814.254000', '153814.257000', '153814.260000', '153814.263000', '153814.278000', '153814.282000', '153814.285000', '153814.287000', '153814.290000', '153814.293000', '153814.296000', '153814.299000', '153814.302000', '153814.304000', '153814.307000', '153814.310000', '153814.313000', '153814.316000', '153814.319000', '153814.321000', '153814.324000', '153814.327000', '153814.330000', '153814.333000', '153814.336000', '153814.339000', '153814.342000', '153814.344000', '153814.347000', '153814.350000', '153814.353000', '153814.356000', '153814.359000', '153814.361000', '153814.364000', '153814.367000', '153834.231000', '153834.234000', '153834.237000', '153834.240000', '153834.243000', '153834.246000', '153834.248000', '153834.251000', '153834.254000', '153834.257000', '153834.260000', '153834.263000', '153834.266000', '153834.268000', '153834.271000', '153834.274000', '153834.277000', '153834.280000', '153834.283000', '153834.285000', '153834.288000', '153834.291000', '153834.294000', '153834.297000', '153834.300000', '153834.303000', '153834.305000', '153834.308000', '153834.311000', '153834.314000', '153834.317000', '153834.320000', '153834.323000', '153834.325000', '153834.328000', '153834.331000', '153834.334000', '153834.337000', '153834.340000', '153834.343000', '153834.346000', '153834.349000', '153834.351000', '153854.231000', '153854.234000', '153854.237000', '153854.240000', '153854.243000', '153854.246000', '153854.248000', '153854.251000', '153854.254000', '153854.257000', '153854.260000', '153854.263000', '153854.265000', '153854.268000', '153854.271000', '153854.274000', '153854.277000', '153854.280000', '153854.283000', '153854.286000', '153854.288000', '153854.291000', '153854.294000', '153854.297000', '153854.300000', '153854.303000', '153854.306000', '153854.309000', '153854.312000', '153854.315000', '153854.318000', '153854.320000', '153854.323000', '153854.326000', '153854.329000', '153854.332000', '153854.335000', '153854.338000', '153854.345000', '153854.347000', '153854.350000', '153854.353000', '153854.356000', '153854.359000', '153914.230000', '153914.233000', '153914.236000', '153914.239000', '153914.242000', '153914.245000', '153914.247000', '153914.250000', '153914.253000', '153914.256000', '153914.259000', '153914.262000', '153914.265000', '153914.267000', '153914.270000', '153914.273000', '153914.276000', '153914.279000', '153914.282000', '153914.285000', '153914.288000', '153914.290000', '153914.293000', '153914.296000', '153914.299000', '153914.302000', '153914.305000', '153914.308000', '153914.310000', '153914.313000', '153914.316000', '153914.319000', '153914.322000', '153914.325000', '153914.328000', '153914.331000', '153914.333000', '153914.336000', '153914.339000', '153914.342000', '153914.345000', '153914.348000', '153914.351000', '153934.230000', '153934.233000', '153934.236000', '153934.239000', '153934.242000', '153934.244000', '153934.247000', '153934.250000', '153934.253000', '153934.256000', '153934.259000', '153934.261000', '153934.264000', '153934.267000', '153934.270000', '153934.273000', '153934.276000', '153934.279000', '153934.282000', '153934.285000', '153934.288000', '153934.290000', '153934.293000', '153934.309000', '153934.312000', '153934.315000', '153934.318000', '153934.320000', '153934.323000', '153934.326000', '153934.329000', '153934.332000', '153934.335000', '153934.338000', '153934.340000', '153934.343000', '153934.346000', '153934.349000', '153934.352000', '153934.355000', '153934.358000', '153934.360000', '153934.363000', '153934.366000', '153954.230000', '153954.233000', '153954.236000', '153954.239000', '153954.242000', '153954.245000', '153954.248000', '153954.250000', '153954.253000', '153954.256000', '153954.259000', '153954.262000', '153954.265000', '153954.267000', '153954.270000', '153954.273000', '153954.276000', '153954.279000', '153954.282000', '153954.285000', '153954.287000', '153954.290000', '153954.293000', '153954.296000', '153954.299000', '153954.302000', '153954.305000', '153954.308000', '153954.311000', '153954.313000', '153954.316000', '153954.319000', '153954.322000', '153954.325000', '153954.328000', '153954.331000', '153954.334000', '153954.336000', '153954.339000', '153954.342000', '153954.345000', '153954.348000', '153954.351000', '154014.231000', '154014.234000', '154014.237000', '154014.240000', '154014.243000', '154014.245000', '154014.248000', '154014.251000', '154014.254000', '154014.257000', '154014.260000', '154014.263000', '154014.266000', '154014.269000', '154014.271000', '154014.274000', '154014.277000', '154014.280000', '154014.283000', '154014.286000', '154014.289000', '154014.291000', '154014.294000', '154014.297000', '154014.300000', '154014.303000', '154014.306000', '154014.309000', '154014.312000', '154014.314000', '154014.317000', '154014.320000', '154014.323000', '154014.326000', '154014.329000', '154014.332000', '154014.334000', '154014.337000', '154014.340000', '154014.343000', '154014.346000', '154014.349000', '154014.352000', '154014.354000', '154034.231000', '154034.234000', '154034.237000', '154034.240000', '154034.243000', '154034.246000', '154034.249000', '154034.251000', '154034.254000', '154034.257000', '154034.260000', '154034.263000', '154034.266000', '154034.269000', '154034.271000', '154034.274000', '154034.277000', '154034.280000', '154034.283000', '154034.286000', '154034.288000', '154034.291000', '154034.294000', '154034.297000', '154034.300000', '154034.303000', '154034.306000', '154034.308000', '154034.311000', '154034.314000', '154034.317000', '154034.320000', '154034.323000', '154034.326000', '154034.328000', '154034.331000', '154034.334000', '154034.337000', '154034.340000', '154034.343000', '154034.345000', '154034.348000', '154034.351000', '154054.231000', '154054.234000', '154054.237000', '154054.240000', '154054.243000', '154054.246000', '154054.249000', '154054.252000', '154054.255000', '154054.258000', '154054.261000', '154054.263000', '154054.266000', '154054.269000', '154054.272000', '154054.275000', '154054.278000', '154054.281000', '154054.283000', '154054.300000', '154054.303000', '154054.306000', '154054.317000', '154054.320000', '154054.323000', '154054.326000', '154054.329000', '154054.332000', '154054.335000', '154054.338000', '154054.340000', '154054.343000', '154054.346000', '154054.349000', '154054.352000', '154054.355000', '154054.358000', '154054.361000', '154054.364000', '154054.366000', '154054.369000', '154054.372000', '154054.375000', '154114.231000', '154114.234000', '154114.237000', '154114.240000', '154114.243000', '154114.246000', '154114.249000', '154114.252000', '154114.254000', '154114.257000', '154114.260000', '154114.263000', '154114.266000', '154114.269000', '154114.272000', '154114.274000', '154114.277000', '154114.280000', '154114.283000', '154114.286000', '154114.289000', '154114.292000', '154114.294000', '154114.297000', '154114.300000', '154114.303000', '154114.306000', '154114.309000', '154114.312000', '154114.315000', '154114.317000', '154114.320000', '154114.323000', '154114.326000', '154114.329000', '154114.332000', '154114.334000', '154114.337000', '154114.340000', '154114.343000', '154114.346000', '154114.349000', '154114.352000', '154114.354000', '154134.230000', '154134.233000', '154134.236000', '154134.239000', '154134.242000', '154134.245000', '154134.248000', '154134.251000', '154134.254000', '154134.259000', '154134.263000', '154134.266000', '154134.268000', '154134.271000', '154134.274000', '154134.277000', '154134.280000', '154134.283000', '154134.286000', '154134.288000', '154134.291000', '154134.294000', '154134.297000', '154134.300000', '154134.303000', '154134.306000', '154134.308000', '154134.311000', '154134.314000', '154134.317000', '154134.320000', '154134.323000', '154134.325000', '154134.328000', '154134.331000', '154134.334000', '154134.337000', '154134.340000', '154134.343000', '154134.345000', '154134.348000', '154134.351000', '154134.354000', '154144.897000', '154144.900000', '154144.904000', '154144.907000', '154144.910000', '154144.913000', '154144.916000', '154144.920000', '154144.924000', '154144.927000', '154144.930000', '154144.933000', '154144.936000', '154144.939000', '154144.942000', '154144.945000', '154144.948000', '154144.951000', '154144.954000', '154144.957000', '154144.960000', '154144.963000', '154144.966000', '154144.968000'], 'InstanceCreationTime': ['153214.263000', '153214.267000', '153214.270000', '153214.273000', '153214.283000', '153214.286000', '153214.289000', '153214.292000', '153214.295000', '153214.298000', '153214.301000', '153214.304000', '153214.307000', '153214.329000', '153214.332000', '153214.335000', '153214.338000', '153214.341000', '153214.344000', '153214.347000', '153214.350000', '153214.353000', '153214.356000', '153214.359000', '153214.362000', '153214.365000', '153214.368000', '153214.371000', '153214.374000', '153214.377000', '153214.380000', '153214.382000', '153214.385000', '153214.388000', '153214.391000', '153214.394000', '153214.397000', '153214.400000', '153214.403000', '153214.406000', '153214.409000', '153214.412000', '153214.415000', '153214.418000', '153214.421000', '153214.424000', '153214.426000', '153214.430000', '153214.433000', '153214.436000', '153214.441000', '153214.444000', '153214.447000', '153214.450000', '153214.453000', '153214.456000', '153214.458000', '153234.230000', '153234.233000', '153234.236000', '153234.239000', '153234.242000', '153234.245000', '153234.247000', '153234.250000', '153234.253000', '153234.256000', '153234.259000', '153234.262000', '153234.265000', '153234.268000', '153234.271000', '153234.274000', '153234.277000', '153234.280000', '153234.282000', '153234.285000', '153234.288000', '153234.291000', '153234.294000', '153234.297000', '153234.299000', '153234.302000', '153234.305000', '153234.308000', '153234.311000', '153234.313000', '153234.316000', '153234.319000', '153234.322000', '153234.325000', '153234.327000', '153234.330000', '153234.333000', '153234.336000', '153234.339000', '153234.342000', '153234.345000', '153234.347000', '153234.350000', '153254.230000', '153254.233000', '153254.236000', '153254.239000', '153254.241000', '153254.244000', '153254.247000', '153254.250000', '153254.253000', '153254.256000', '153254.259000', '153254.261000', '153254.264000', '153254.267000', '153254.270000', '153254.273000', '153254.276000', '153254.278000', '153254.281000', '153254.284000', '153254.287000', '153254.290000', '153254.293000', '153254.296000', '153254.298000', '153254.301000', '153254.304000', '153254.307000', '153254.310000', '153254.313000', '153254.316000', '153254.318000', '153254.321000', '153254.324000', '153254.327000', '153254.330000', '153254.332000', '153254.335000', '153254.338000', '153254.341000', '153254.344000', '153254.347000', '153254.350000', '153254.352000', '153314.231000', '153314.234000', '153314.237000', '153314.239000', '153314.242000', '153314.245000', '153314.248000', '153314.251000', '153314.255000', '153314.258000', '153314.262000', '153314.264000', '153314.267000', '153314.270000', '153314.273000', '153314.276000', '153314.279000', '153314.281000', '153314.284000', '153314.287000', '153314.290000', '153314.293000', '153314.296000', '153314.298000', '153314.301000', '153314.304000', '153314.307000', '153314.310000', '153314.313000', '153314.316000', '153314.319000', '153314.321000', '153314.324000', '153314.327000', '153314.330000', '153314.333000', '153314.335000', '153314.338000', '153314.341000', '153314.344000', '153314.347000', '153314.350000', '153314.352000', '153334.231000', '153334.234000', '153334.237000', '153334.240000', '153334.242000', '153334.245000', '153334.248000', '153334.254000', '153334.257000', '153334.260000', '153334.263000', '153334.266000', '153334.268000', '153334.271000', '153334.274000', '153334.277000', '153334.280000', '153334.283000', '153334.286000', '153334.288000', '153334.291000', '153334.294000', '153334.297000', '153334.300000', '153334.303000', '153334.306000', '153334.308000', '153334.311000', '153334.314000', '153334.317000', '153334.320000', '153334.323000', '153334.325000', '153334.328000', '153334.331000', '153334.334000', '153334.337000', '153334.340000', '153334.343000', '153334.354000', '153334.357000', '153334.360000', '153334.363000', '153334.365000', '153354.231000', '153354.246000', '153354.249000', '153354.252000', '153354.255000', '153354.258000', '153354.261000', '153354.264000', '153354.267000', '153354.270000', '153354.273000', '153354.276000', '153354.279000', '153354.282000', '153354.284000', '153354.287000', '153354.290000', '153354.293000', '153354.296000', '153354.299000', '153354.302000', '153354.305000', '153354.307000', '153354.310000', '153354.313000', '153354.316000', '153354.319000', '153354.322000', '153354.325000', '153354.328000', '153354.330000', '153354.333000', '153354.336000', '153354.339000', '153354.342000', '153354.345000', '153354.347000', '153354.350000', '153354.353000', '153354.356000', '153354.359000', '153354.362000', '153354.365000', '153414.231000', '153414.234000', '153414.237000', '153414.250000', '153414.253000', '153414.256000', '153414.258000', '153414.261000', '153414.264000', '153414.267000', '153414.270000', '153414.273000', '153414.276000', '153414.278000', '153414.281000', '153414.284000', '153414.287000', '153414.290000', '153414.293000', '153414.295000', '153414.298000', '153414.301000', '153414.304000', '153414.307000', '153414.310000', '153414.313000', '153414.315000', '153414.318000', '153414.321000', '153414.324000', '153414.327000', '153414.330000', '153414.333000', '153414.335000', '153414.338000', '153414.341000', '153414.344000', '153414.347000', '153414.350000', '153414.352000', '153414.355000', '153414.358000', '153414.361000', '153414.364000', '153434.230000', '153434.233000', '153434.236000', '153434.239000', '153434.242000', '153434.244000', '153434.247000', '153434.250000', '153434.253000', '153434.256000', '153434.259000', '153434.262000', '153434.264000', '153434.267000', '153434.270000', '153434.273000', '153434.276000', '153434.279000', '153434.282000', '153434.285000', '153434.288000', '153434.291000', '153434.294000', '153434.296000', '153434.314000', '153434.317000', '153434.320000', '153434.322000', '153434.325000', '153434.328000', '153434.331000', '153434.334000', '153434.337000', '153434.339000', '153434.342000', '153434.345000', '153434.348000', '153434.351000', '153434.354000', '153434.356000', '153434.359000', '153434.362000', '153434.365000', '153454.230000', '153454.233000', '153454.236000', '153454.239000', '153454.242000', '153454.245000', '153454.248000', '153454.251000', '153454.253000', '153454.256000', '153454.259000', '153454.262000', '153454.265000', '153454.268000', '153454.271000', '153454.273000', '153454.276000', '153454.279000', '153454.282000', '153454.285000', '153454.288000', '153454.290000', '153454.293000', '153454.296000', '153454.299000', '153454.302000', '153454.305000', '153454.308000', '153454.310000', '153454.313000', '153454.316000', '153454.319000', '153454.322000', '153454.325000', '153454.328000', '153454.331000', '153454.333000', '153454.336000', '153454.339000', '153454.342000', '153454.345000', '153454.347000', '153454.350000', '153454.353000', '153514.230000', '153514.233000', '153514.236000', '153514.240000', '153514.243000', '153514.246000', '153514.249000', '153514.251000', '153514.254000', '153514.257000', '153514.260000', '153514.263000', '153514.265000', '153514.268000', '153514.271000', '153514.274000', '153514.277000', '153514.280000', '153514.283000', '153514.285000', '153514.288000', '153514.291000', '153514.294000', '153514.297000', '153514.300000', '153514.303000', '153514.306000', '153514.308000', '153514.311000', '153514.314000', '153514.317000', '153514.321000', '153514.323000', '153514.326000', '153514.342000', '153514.345000', '153514.348000', '153514.351000', '153514.354000', '153514.357000', '153514.359000', '153514.362000', '153514.365000', '153534.231000', '153534.234000', '153534.237000', '153534.240000', '153534.243000', '153534.246000', '153534.248000', '153534.251000', '153534.254000', '153534.257000', '153534.260000', '153534.263000', '153534.266000', '153534.268000', '153534.271000', '153534.274000', '153534.277000', '153534.280000', '153534.283000', '153534.286000', '153534.288000', '153534.291000', '153534.294000', '153534.297000', '153534.300000', '153534.303000', '153534.306000', '153534.308000', '153534.311000', '153534.314000', '153534.317000', '153534.320000', '153534.323000', '153534.326000', '153534.329000', '153534.331000', '153534.334000', '153534.337000', '153534.340000', '153534.343000', '153534.346000', '153534.348000', '153534.351000', '153534.354000', '153554.231000', '153554.234000', '153554.237000', '153554.240000', '153554.243000', '153554.246000', '153554.256000', '153554.258000', '153554.261000', '153554.264000', '153554.267000', '153554.270000', '153554.273000', '153554.276000', '153554.279000', '153554.281000', '153554.284000', '153554.287000', '153554.290000', '153554.293000', '153554.296000', '153554.299000', '153554.302000', '153554.305000', '153554.307000', '153554.310000', '153554.313000', '153554.316000', '153554.319000', '153554.322000', '153554.325000', '153554.328000', '153554.332000', '153554.334000', '153554.337000', '153554.340000', '153554.343000', '153554.346000', '153554.349000', '153554.352000', '153554.354000', '153554.357000', '153554.360000', '153614.231000', '153614.234000', '153614.237000', '153614.240000', '153614.243000', '153614.251000', '153614.253000', '153614.256000', '153614.259000', '153614.262000', '153614.265000', '153614.268000', '153614.270000', '153614.273000', '153614.276000', '153614.279000', '153614.282000', '153614.285000', '153614.288000', '153614.290000', '153614.293000', '153614.296000', '153614.299000', '153614.302000', '153614.305000', '153614.308000', '153614.310000', '153614.313000', '153614.316000', '153614.319000', '153614.322000', '153614.325000', '153614.328000', '153614.331000', '153614.333000', '153614.336000', '153614.339000', '153614.342000', '153614.345000', '153614.348000', '153614.351000', '153614.353000', '153614.356000', '153614.359000', '153634.231000', '153634.234000', '153634.237000', '153634.240000', '153634.243000', '153634.246000', '153634.248000', '153634.251000', '153634.254000', '153634.257000', '153634.260000', '153634.263000', '153634.266000', '153634.268000', '153634.271000', '153634.274000', '153634.278000', '153634.281000', '153634.284000', '153634.287000', '153634.290000', '153634.293000', '153634.295000', '153634.298000', '153634.301000', '153634.304000', '153634.307000', '153634.310000', '153634.313000', '153634.315000', '153634.318000', '153634.321000', '153634.324000', '153634.327000', '153634.330000', '153634.333000', '153634.336000', '153634.339000', '153634.341000', '153634.344000', '153634.347000', '153634.350000', '153634.353000', '153654.230000', '153654.247000', '153654.250000', '153654.253000', '153654.256000', '153654.258000', '153654.261000', '153654.264000', '153654.267000', '153654.270000', '153654.273000', '153654.276000', '153654.279000', '153654.282000', '153654.285000', '153654.287000', '153654.290000', '153654.293000', '153654.296000', '153654.299000', '153654.302000', '153654.305000', '153654.307000', '153654.310000', '153654.313000', '153654.316000', '153654.319000', '153654.322000', '153654.325000', '153654.327000', '153654.330000', '153654.333000', '153654.336000', '153654.339000', '153654.342000', '153654.345000', '153654.348000', '153654.350000', '153654.353000', '153654.356000', '153654.359000', '153654.362000', '153654.365000', '153654.367000', '153714.230000', '153714.233000', '153714.236000', '153714.239000', '153714.242000', '153714.244000', '153714.247000', '153714.250000', '153714.253000', '153714.256000', '153714.259000', '153714.262000', '153714.264000', '153714.267000', '153714.270000', '153714.273000', '153714.276000', '153714.279000', '153714.282000', '153714.284000', '153714.287000', '153714.290000', '153714.293000', '153714.296000', '153714.299000', '153714.301000', '153714.304000', '153714.307000', '153714.310000', '153714.313000', '153714.316000', '153714.319000', '153714.322000', '153714.324000', '153714.327000', '153714.330000', '153714.334000', '153714.336000', '153714.339000', '153714.342000', '153714.345000', '153714.348000', '153714.352000', '153734.230000', '153734.233000', '153734.236000', '153734.239000', '153734.242000', '153734.244000', '153734.247000', '153734.250000', '153734.253000', '153734.256000', '153734.259000', '153734.262000', '153734.264000', '153734.267000', '153734.270000', '153734.273000', '153734.276000', '153734.279000', '153734.282000', '153734.285000', '153734.287000', '153734.290000', '153734.293000', '153734.296000', '153734.299000', '153734.302000', '153734.304000', '153734.308000', '153734.310000', '153734.313000', '153734.316000', '153734.319000', '153734.322000', '153734.325000', '153734.328000', '153734.335000', '153734.338000', '153734.341000', '153734.344000', '153734.347000', '153734.350000', '153734.352000', '153734.355000', '153734.358000', '153754.231000', '153754.234000', '153754.237000', '153754.240000', '153754.243000', '153754.246000', '153754.248000', '153754.251000', '153754.254000', '153754.257000', '153754.260000', '153754.263000', '153754.265000', '153754.269000', '153754.273000', '153754.276000', '153754.279000', '153754.282000', '153754.285000', '153754.288000', '153754.290000', '153754.293000', '153754.296000', '153754.299000', '153754.302000', '153754.305000', '153754.308000', '153754.311000', '153754.314000', '153754.318000', '153754.320000', '153754.323000', '153754.326000', '153754.329000', '153754.332000', '153754.335000', '153754.338000', '153754.341000', '153754.343000', '153754.346000', '153754.349000', '153754.352000', '153754.355000', '153814.231000', '153814.234000', '153814.237000', '153814.240000', '153814.243000', '153814.245000', '153814.248000', '153814.251000', '153814.254000', '153814.257000', '153814.260000', '153814.263000', '153814.278000', '153814.282000', '153814.285000', '153814.287000', '153814.290000', '153814.293000', '153814.296000', '153814.299000', '153814.302000', '153814.304000', '153814.307000', '153814.310000', '153814.313000', '153814.316000', '153814.319000', '153814.321000', '153814.324000', '153814.327000', '153814.330000', '153814.333000', '153814.336000', '153814.339000', '153814.342000', '153814.344000', '153814.347000', '153814.350000', '153814.353000', '153814.356000', '153814.359000', '153814.361000', '153814.364000', '153814.367000', '153834.231000', '153834.234000', '153834.237000', '153834.240000', '153834.243000', '153834.246000', '153834.248000', '153834.251000', '153834.254000', '153834.257000', '153834.260000', '153834.263000', '153834.266000', '153834.268000', '153834.271000', '153834.274000', '153834.277000', '153834.280000', '153834.283000', '153834.285000', '153834.288000', '153834.291000', '153834.294000', '153834.297000', '153834.300000', '153834.303000', '153834.305000', '153834.308000', '153834.311000', '153834.314000', '153834.317000', '153834.320000', '153834.323000', '153834.325000', '153834.328000', '153834.331000', '153834.334000', '153834.337000', '153834.340000', '153834.343000', '153834.346000', '153834.349000', '153834.351000', '153854.231000', '153854.234000', '153854.237000', '153854.240000', '153854.243000', '153854.246000', '153854.248000', '153854.251000', '153854.254000', '153854.257000', '153854.260000', '153854.263000', '153854.265000', '153854.268000', '153854.271000', '153854.274000', '153854.277000', '153854.280000', '153854.283000', '153854.286000', '153854.288000', '153854.291000', '153854.294000', '153854.297000', '153854.300000', '153854.303000', '153854.306000', '153854.309000', '153854.312000', '153854.315000', '153854.318000', '153854.320000', '153854.323000', '153854.326000', '153854.329000', '153854.332000', '153854.335000', '153854.338000', '153854.345000', '153854.347000', '153854.350000', '153854.353000', '153854.356000', '153854.359000', '153914.230000', '153914.233000', '153914.236000', '153914.239000', '153914.242000', '153914.245000', '153914.247000', '153914.250000', '153914.253000', '153914.256000', '153914.259000', '153914.262000', '153914.265000', '153914.267000', '153914.270000', '153914.273000', '153914.276000', '153914.279000', '153914.282000', '153914.285000', '153914.288000', '153914.290000', '153914.293000', '153914.296000', '153914.299000', '153914.302000', '153914.305000', '153914.308000', '153914.310000', '153914.313000', '153914.316000', '153914.319000', '153914.322000', '153914.325000', '153914.328000', '153914.331000', '153914.333000', '153914.336000', '153914.339000', '153914.342000', '153914.345000', '153914.348000', '153914.351000', '153934.230000', '153934.233000', '153934.236000', '153934.239000', '153934.242000', '153934.244000', '153934.247000', '153934.250000', '153934.253000', '153934.256000', '153934.259000', '153934.261000', '153934.264000', '153934.267000', '153934.270000', '153934.273000', '153934.276000', '153934.279000', '153934.282000', '153934.285000', '153934.288000', '153934.290000', '153934.293000', '153934.309000', '153934.312000', '153934.315000', '153934.318000', '153934.320000', '153934.323000', '153934.326000', '153934.329000', '153934.332000', '153934.335000', '153934.338000', '153934.340000', '153934.343000', '153934.346000', '153934.349000', '153934.352000', '153934.355000', '153934.358000', '153934.360000', '153934.363000', '153934.366000', '153954.230000', '153954.233000', '153954.236000', '153954.239000', '153954.242000', '153954.245000', '153954.248000', '153954.250000', '153954.253000', '153954.256000', '153954.259000', '153954.262000', '153954.265000', '153954.267000', '153954.270000', '153954.273000', '153954.276000', '153954.279000', '153954.282000', '153954.285000', '153954.287000', '153954.290000', '153954.293000', '153954.296000', '153954.299000', '153954.302000', '153954.305000', '153954.308000', '153954.311000', '153954.313000', '153954.316000', '153954.319000', '153954.322000', '153954.325000', '153954.328000', '153954.331000', '153954.334000', '153954.336000', '153954.339000', '153954.342000', '153954.345000', '153954.348000', '153954.351000', '154014.231000', '154014.234000', '154014.237000', '154014.240000', '154014.243000', '154014.245000', '154014.248000', '154014.251000', '154014.254000', '154014.257000', '154014.260000', '154014.263000', '154014.266000', '154014.269000', '154014.271000', '154014.274000', '154014.277000', '154014.280000', '154014.283000', '154014.286000', '154014.289000', '154014.291000', '154014.294000', '154014.297000', '154014.300000', '154014.303000', '154014.306000', '154014.309000', '154014.312000', '154014.314000', '154014.317000', '154014.320000', '154014.323000', '154014.326000', '154014.329000', '154014.332000', '154014.334000', '154014.337000', '154014.340000', '154014.343000', '154014.346000', '154014.349000', '154014.352000', '154014.354000', '154034.231000', '154034.234000', '154034.237000', '154034.240000', '154034.243000', '154034.246000', '154034.249000', '154034.251000', '154034.254000', '154034.257000', '154034.260000', '154034.263000', '154034.266000', '154034.269000', '154034.271000', '154034.274000', '154034.277000', '154034.280000', '154034.283000', '154034.286000', '154034.288000', '154034.291000', '154034.294000', '154034.297000', '154034.300000', '154034.303000', '154034.306000', '154034.308000', '154034.311000', '154034.314000', '154034.317000', '154034.320000', '154034.323000', '154034.326000', '154034.328000', '154034.331000', '154034.334000', '154034.337000', '154034.340000', '154034.343000', '154034.345000', '154034.348000', '154034.351000', '154054.231000', '154054.234000', '154054.237000', '154054.240000', '154054.243000', '154054.246000', '154054.249000', '154054.252000', '154054.255000', '154054.258000', '154054.261000', '154054.263000', '154054.266000', '154054.269000', '154054.272000', '154054.275000', '154054.278000', '154054.281000', '154054.283000', '154054.300000', '154054.303000', '154054.306000', '154054.317000', '154054.320000', '154054.323000', '154054.326000', '154054.329000', '154054.332000', '154054.335000', '154054.338000', '154054.340000', '154054.343000', '154054.346000', '154054.349000', '154054.352000', '154054.355000', '154054.358000', '154054.361000', '154054.364000', '154054.366000', '154054.369000', '154054.372000', '154054.375000', '154114.231000', '154114.234000', '154114.237000', '154114.240000', '154114.243000', '154114.246000', '154114.249000', '154114.252000', '154114.254000', '154114.257000', '154114.260000', '154114.263000', '154114.266000', '154114.269000', '154114.272000', '154114.274000', '154114.277000', '154114.280000', '154114.283000', '154114.286000', '154114.289000', '154114.292000', '154114.294000', '154114.297000', '154114.300000', '154114.303000', '154114.306000', '154114.309000', '154114.312000', '154114.315000', '154114.317000', '154114.320000', '154114.323000', '154114.326000', '154114.329000', '154114.332000', '154114.334000', '154114.337000', '154114.340000', '154114.343000', '154114.346000', '154114.349000', '154114.352000', '154114.354000', '154134.230000', '154134.233000', '154134.236000', '154134.239000', '154134.242000', '154134.245000', '154134.248000', '154134.251000', '154134.254000', '154134.259000', '154134.263000', '154134.266000', '154134.268000', '154134.271000', '154134.274000', '154134.277000', '154134.280000', '154134.283000', '154134.286000', '154134.288000', '154134.291000', '154134.294000', '154134.297000', '154134.300000', '154134.303000', '154134.306000', '154134.308000', '154134.311000', '154134.314000', '154134.317000', '154134.320000', '154134.323000', '154134.325000', '154134.328000', '154134.331000', '154134.334000', '154134.337000', '154134.340000', '154134.343000', '154134.345000', '154134.348000', '154134.351000', '154134.354000', '154144.897000', '154144.900000', '154144.904000', '154144.907000', '154144.910000', '154144.913000', '154144.916000', '154144.920000', '154144.924000', '154144.927000', '154144.930000', '154144.933000', '154144.936000', '154144.939000', '154144.942000', '154144.945000', '154144.948000', '154144.951000', '154144.954000', '154144.957000', '154144.960000', '154144.963000', '154144.966000', '154144.968000'], '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': [11808, 9921, 9926, 10175, 10291, 10077, 9612, 10056, 9585, 10035, 16474, 9838, 15147, 9791, 12510, 9606, 17115, 9645, 9945, 9184, 9992, 9873, 10029, 11081, 9748, 9893, 9570, 8212, 9333, 10271, 10526, 9893, 11781, 9835, 10710, 10676, 17634, 12697, 10124, 21234, 10161, 15884, 9775, 9852, 19153, 13427, 17931, 10043, 11046, 9703, 9938, 12224, 9921, 10970, 9807, 9359, 9809, 10018, 9372, 9954, 14237, 9894, 14147, 10586, 17678, 9871, 9835, 20572, 10173, 14622, 9723, 10108, 9700, 10165, 13732, 10066, 10403, 9691, 9233, 9009, 9850, 10901, 9903, 12889, 9771, 8963, 9188, 9631, 13486, 10056, 11053, 10098, 9179, 9311, 9934, 15942, 9830, 10946, 9874, 9743, 9672, 9812, 10708, 9992, 11653, 9731, 10125, 9948, 9131, 9532, 10086, 18555, 10109, 14019, 9891, 17243, 9867, 9976, 11029, 10202, 11553, 9978, 9387, 9518, 9880, 9256, 10050, 16483, 10103, 10149, 9741, 9527, 9766, 12979, 13111, 10101, 18076, 10004, 11732, 9583, 10575, 11444, 10078, 17811, 10028, 11343, 9799, 9676, 9553, 9892, 9597, 10081, 13203, 9966, 9403, 9471, 9694, 8810, 9916, 11876, 9943, 10465, 9562, 9411, 9713, 9801, 8966, 10052, 15418, 9636, 11223, 9830, 10842, 9861, 8524, 9597, 9927, 13174, 10012, 17051, 11572, 16290, 10009, 10192, 17288, 10028, 17273, 10697, 15927, 10032, 9960, 12391, 10187, 13053, 9975, 10665, 9734, 10669, 9826, 10033, 13754, 9900, 10637, 9585, 9626, 9868, 8591, 9571, 10007, 13194, 9898, 11311, 9760, 9423, 9770, 8848, 9198, 10079, 14643, 9999, 17335, 10146, 14833, 9890, 11284, 9767, 9890, 18908, 14919, 18901, 10091, 14400, 9878, 9056, 9341, 9964, 12568, 10163, 14720, 10070, 10022, 9741, 8956, 9487, 9848, 14652, 11087, 18838, 9899, 15659, 9941, 10464, 9517, 9802, 11031, 10045, 13603, 9892, 13133, 9786, 10314, 9602, 8989, 9295, 9885, 10230, 10097, 17030, 9804, 9888, 9381, 9765, 12495, 9669, 16980, 9991, 11906, 9724, 9851, 9354, 9934, 11249, 9963, 9248, 9571, 9297, 8761, 9573, 16165, 9885, 10340, 9766, 8949, 9216, 9859, 14132, 9997, 14107, 9976, 11186, 9744, 9460, 9403, 9706, 16446, 12424, 19606, 10082, 16326, 9899, 11070, 9511, 9896, 19737, 14726, 16864, 9885, 12202, 9714, 8933, 9215, 9770, 16380, 11761, 18271, 9716, 9848, 9579, 9773, 9216, 9820, 17120, 9553, 11310, 9895, 10414, 9645, 8804, 9317, 9650, 14229, 9692, 10321, 9720, 9241, 9409, 9758, 9523, 9953, 9479, 9819, 12736, 9664, 9448, 9138, 9464, 9775, 8671, 9478, 10007, 15506, 9773, 12656, 9588, 9675, 9547, 10044, 9271, 10170, 13132, 9837, 9671, 9607, 9580, 9691, 10188, 10898, 9961, 19234, 9839, 13901, 10610, 14844, 9764, 10161, 9334, 10079, 17972, 9989, 12130, 10066, 12051, 9825, 8511, 9488, 10061, 10025, 9788, 15324, 10019, 10799, 9552, 8845, 9270, 9968, 9183, 10028, 11758, 10014, 11896, 9837, 10855, 10200, 11492, 10010, 8547, 9495, 9688, 12145, 10245, 17679, 13583, 16501, 9843, 17484, 9751, 16217, 13234, 19702, 10701, 14474, 9498, 9085, 9081, 9524, 8725, 9572, 9807, 9616, 9189, 9613, 12156, 9189, 10834, 8911, 11299, 9315, 9200, 8916, 8464, 8437, 9402, 9904, 9883, 8309, 9493, 10641, 9332, 11952, 9155, 10316, 8775, 13015, 8886, 9487, 8232, 9280, 10289, 9212, 11818, 9290, 12022, 9234, 9132, 8667, 9454, 12613, 9368, 13516, 9127, 11106, 9166, 8962, 8183, 9254, 15153, 9469, 13525, 9135, 9776, 8797, 9371, 9133, 9192, 11743, 9319, 9008, 8919, 8828, 8756, 10006, 8317, 9601, 8305, 9715, 10667, 9250, 10448, 9080, 9860, 9695, 11669, 9111, 9118, 8496, 9494, 14742, 10482, 15034, 9862, 14546, 9628, 11577, 9673, 14615, 9429, 13360, 9028, 9716, 9821, 9500, 18997, 12263, 17981, 10314, 14096, 8947, 9138, 8274, 9342, 15918, 9986, 17019, 9535, 12287, 9290, 8676, 8314, 9333, 10135, 9199, 11034, 9280, 8909, 8814, 8925, 8419, 9333, 8074, 9369, 11442, 8985, 10155, 8690, 9536, 8528, 12887, 8853, 9747, 9444, 9571, 12212, 9019, 10991, 8512, 11542, 8658, 9605, 9545, 9450, 11160, 8875, 9740, 8844, 9606, 8600, 9632, 13132, 9197, 10743, 9526, 11021, 8960, 9731, 8504, 9501, 14025, 9113, 10449, 8941, 13759, 9124, 9597, 9614, 9630, 13299, 9046, 9898, 9090, 9696, 8941, 9534, 8817, 9360, 13023, 8968, 10871, 8996, 8861, 8511, 9630, 10621, 9341, 10330, 8933, 8709, 8815, 8471, 8761, 8428, 8580, 9582, 15558, 9104, 12428, 10461, 13675, 9376, 9688, 8923, 9508, 16128, 9109, 15007, 10525, 14753, 9389, 8762, 8976, 9507, 9390, 9373, 10802, 9339, 11187, 9208, 9814, 9164, 10620, 8421, 10191, 8594, 9796, 16689, 9293, 12188, 9208, 11301, 9185, 9766, 8977, 9577, 9856, 9307, 17116, 9576, 15827, 9350, 11094, 9199, 8960, 8478, 9156, 8994, 9361, 10743, 9404, 11546, 9188, 10453, 8738, 13875, 9174, 9712, 8647, 9361, 12586, 9008, 9835, 8617, 8755, 8810, 8535, 8329, 9369, 12409, 8758, 10417, 9261, 9555, 9097, 8580, 8690, 8505, 8670, 9049, 10384, 9363, 9232, 9402, 9095, 9319, 17373, 8915, 11990, 9238, 14277, 8996, 17836, 8744, 9425, 8424, 9050, 12611, 8801, 10048, 9036, 10411, 8862, 8567, 8225, 9244, 12456, 9272, 12337, 9293, 10425, 8890, 9466, 8319, 9148, 12379, 9260, 10999, 9382, 11599, 9150, 9457, 8533, 8814, 8504, 10079, 8767, 9320, 16048, 9163, 10816, 8968, 11180, 8630, 12882, 9535, 9380, 17354, 9143, 11196, 8419, 9372, 8648, 9119, 11380, 8505, 9022, 8935, 9212, 11220, 8355, 9285, 7666, 7916, 8272, 8556, 9231, 9149, 15460, 9666, 16998, 9657, 14001, 9688, 12783, 11114, 16579, 9347, 11462, 8714, 8623, 8199, 8899, 10932, 8672, 8122, 8893, 8257, 8762, 13596, 8313, 10026, 8621, 13685, 9633, 18532, 8469, 8548, 8311, 8563, 8274, 8565, 10050, 8672, 18469, 10161, 14363, 10988, 16033, 8574, 8803, 17387, 8484, 12509, 8063, 9024, 15748, 10096, 17564, 8559, 9272, 8435, 8814, 8668, 8350, 12619, 8387, 8868, 8218, 8608, 8396, 8427, 8530, 8544, 8896, 8683, 14854, 8305, 9811, 8550, 8570, 9934, 8344, 16103, 8944, 13756, 8576, 9798, 8489, 8770, 11221, 8411, 16782, 9086, 14174, 8275, 8522, 8102, 8589, 15299, 8414, 9839, 8569, 9252, 8164, 8933, 9855, 8631, 14242, 8685, 11650, 8711, 9115, 8169, 8945, 10973, 8370, 11173, 8492, 9473, 8312, 8595, 8168, 9053, 16107, 8209, 10396, 8936, 8864, 8199, 8873, 8472, 8660, 14811, 8004, 9855, 8811, 8572, 8261, 8401, 8183, 8583, 14259, 8381, 10268, 9193, 11796, 8385, 8693, 8631, 8911, 9969, 8606, 12042, 9099, 10381, 8299, 9006, 8434, 8870, 14607, 8349, 10173, 8569, 10543, 8204, 9064, 8205, 8808, 12131, 8468, 10763, 9104, 10975, 8313, 9089, 8327, 8793, 8280, 8454, 16530, 9187, 16012, 10330, 13175, 8228, 8879, 11008, 8491, 13757, 8902, 12919, 8459, 8856, 8137, 8641, 11335, 8280, 9835, 8598, 9532, 8145, 8669, 8239, 8472, 13644, 8524, 12938, 8373, 8984, 8697, 9396, 8428, 8629, 8351, 8548, 8285, 8725, 8523, 8641, 15045, 8241, 12016, 9953, 15654, 8422, 9573, 8314, 8883, 8977, 8561, 17144, 10050, 16787, 8625, 13644, 8336, 10030, 8071, 8668, 11075, 8465, 15087, 8714, 10033, 8676, 9360, 8272, 9353, 8804, 9291, 8839, 10188, 8008, 8731, 13107, 8460, 16495, 11762, 17142, 8475, 9160, 8085, 8898, 10380, 8414, 14287, 8222, 9609, 8156, 8681, 8197, 8357, 8683, 8650, 8186, 8830, 8807, 8476, 11732, 8432, 10971, 8001, 10591, 8333, 8862, 8821, 8736, 13816, 8491, 10583, 8330, 10883, 8552, 10832, 7998, 8771, 9322, 8317, 10455, 8201, 9323, 8357, 8579, 8041, 8638, 10899, 8309, 12787, 8338, 12003, 8280, 9188, 8392, 8653, 8189, 8456, 8636, 8467, 8431, 8562, 8211, 8085, 12443, 7998, 10001, 8633, 10784, 8506, 12863, 8174, 8757, 8914, 8433, 15346, 8147, 11420, 8478, 9677, 8771, 8790, 8473, 10393, 8491, 8815, 8663, 9960, 8617, 8675, 8565, 8474, 16630, 8262, 13245, 10642, 16277, 8324, 10000, 8463, 8548, 8245, 8550, 16025, 11798, 16976, 8624, 12969, 8367, 9847, 8426, 8611, 9512, 9227, 8158, 8715, 8233, 8196, 11248, 7974, 9496, 8656, 9500, 8027, 8357, 8178, 8637, 8761, 8444, 11195, 8545, 13797, 8567, 14766, 8273, 11326, 8246, 11454, 8242, 10948, 8093, 9387, 13480, 8487, 12579, 8209, 10250, 8229, 8970, 8241, 9626, 8234, 8547, 8835, 8597, 8315, 7999, 12369, 8139, 9506, 7838, 8950, 8012, 8786, 10934, 8449, 16791, 14118, 14952, 8709, 9027, 8653, 8532, 16723, 8267, 12352, 8928, 10351, 8713, 8542, 13697, 8409, 10243, 8913, 8714, 8645, 8729, 8495, 8622, 8601, 8603, 8574, 8490, 8521, 8423, 8598, 8534, 13285, 8414, 15988, 11997, 16865, 8168, 11730, 8321, 8901, 10250, 8614, 17280, 12814, 16460, 8460, 10885, 8398, 8838, 8365, 8654, 15809, 8298, 9825, 8132, 8880, 8500, 8698, 8322, 8706, 10752, 8424, 12234, 8161, 10401, 8259, 9462, 8386, 9144, 9754, 8559, 12065, 8654, 9259, 8616, 8808, 8835, 8735, 9030, 8591, 10471, 8657, 9040, 8746, 9407, 8756, 8911], 'WindowCenter': [4331.0, 4310.0, 4295.0, 4305.0, 4295.0, 4293.0, 4279.0, 4280.0, 4270.0, 4280.0, 4319.0, 4281.0, 4309.0, 4269.0, 4289.0, 4269.0, 4320.0, 4268.0, 4268.0, 4254.0, 4277.0, 4267.0, 4277.0, 4288.0, 4269.0, 4280.0, 4271.0, 4260.0, 4270.0, 4291.0, 4291.0, 4280.0, 4291.0, 4278.0, 4281.0, 4280.0, 4331.0, 4298.0, 4278.0, 4328.0, 4266.0, 4306.0, 4265.0, 4268.0, 4316.0, 4297.0, 4317.0, 4265.0, 4275.0, 4254.0, 4266.0, 4285.0, 4269.0, 4277.0, 4265.0, 4257.0, 4267.0, 4267.0, 4255.0, 4268.0, 4297.0, 4268.0, 4297.0, 4276.0, 4317.0, 4254.0, 4267.0, 4315.0, 4264.0, 4294.0, 4255.0, 4266.0, 4253.0, 4267.0, 4284.0, 4266.0, 4263.0, 4265.0, 4254.0, 4256.0, 4268.0, 4275.0, 4266.0, 4287.0, 4267.0, 4254.0, 4255.0, 4266.0, 4296.0, 4267.0, 4278.0, 4277.0, 4258.0, 4257.0, 4266.0, 4307.0, 4267.0, 4278.0, 4266.0, 4266.0, 4268.0, 4278.0, 4276.0, 4279.0, 4286.0, 4280.0, 4279.0, 4280.0, 4269.0, 4267.0, 4278.0, 4317.0, 4266.0, 4296.0, 4267.0, 4318.0, 4256.0, 4256.0, 4263.0, 4265.0, 4274.0, 4265.0, 4255.0, 4254.0, 4265.0, 4256.0, 4266.0, 4307.0, 4275.0, 4264.0, 4265.0, 4267.0, 4263.0, 4297.0, 4286.0, 4266.0, 4305.0, 4254.0, 4274.0, 4255.0, 4265.0, 4274.0, 4255.0, 4303.0, 4252.0, 4263.0, 4253.0, 4254.0, 4254.0, 4264.0, 4253.0, 4265.0, 4285.0, 4266.0, 4253.0, 4266.0, 4268.0, 4256.0, 4268.0, 4287.0, 4279.0, 4279.0, 4281.0, 4269.0, 4278.0, 4277.0, 4256.0, 4279.0, 4318.0, 4280.0, 4290.0, 4281.0, 4289.0, 4278.0, 4258.0, 4279.0, 4281.0, 4308.0, 4280.0, 4330.0, 4290.0, 4320.0, 4268.0, 4278.0, 4316.0, 4268.0, 4317.0, 4278.0, 4308.0, 4267.0, 4264.0, 4284.0, 4264.0, 4284.0, 4266.0, 4276.0, 4255.0, 4266.0, 4264.0, 4265.0, 4294.0, 4266.0, 4276.0, 4267.0, 4265.0, 4266.0, 4257.0, 4266.0, 4277.0, 4295.0, 4265.0, 4277.0, 4278.0, 4257.0, 4267.0, 4258.0, 4264.0, 4279.0, 4318.0, 4280.0, 4318.0, 4278.0, 4308.0, 4266.0, 4274.0, 4266.0, 4268.0, 4319.0, 4305.0, 4315.0, 4265.0, 4294.0, 4254.0, 4245.0, 4255.0, 4266.0, 4285.0, 4266.0, 4294.0, 4265.0, 4253.0, 4255.0, 4255.0, 4254.0, 4266.0, 4306.0, 4275.0, 4314.0, 4265.0, 4294.0, 4264.0, 4264.0, 4254.0, 4265.0, 4274.0, 4266.0, 4295.0, 4266.0, 4283.0, 4265.0, 4263.0, 4252.0, 4242.0, 4256.0, 4267.0, 4266.0, 4277.0, 4316.0, 4267.0, 4265.0, 4254.0, 4266.0, 4286.0, 4268.0, 4306.0, 4266.0, 4285.0, 4254.0, 4263.0, 4254.0, 4279.0, 4285.0, 4279.0, 4267.0, 4268.0, 4267.0, 4257.0, 4280.0, 4330.0, 4281.0, 4278.0, 4277.0, 4258.0, 4267.0, 4279.0, 4310.0, 4280.0, 4308.0, 4279.0, 4287.0, 4268.0, 4267.0, 4268.0, 4269.0, 4319.0, 4298.0, 4315.0, 4267.0, 4304.0, 4265.0, 4274.0, 4255.0, 4265.0, 4315.0, 4294.0, 4304.0, 4253.0, 4273.0, 4252.0, 4243.0, 4241.0, 4265.0, 4305.0, 4275.0, 4304.0, 4241.0, 4253.0, 4251.0, 4250.0, 4241.0, 4254.0, 4304.0, 4255.0, 4273.0, 4267.0, 4263.0, 4256.0, 4244.0, 4254.0, 4254.0, 4294.0, 4266.0, 4265.0, 4267.0, 4256.0, 4265.0, 4265.0, 4267.0, 4278.0, 4264.0, 4279.0, 4295.0, 4278.0, 4270.0, 4269.0, 4270.0, 4277.0, 4259.0, 4267.0, 4277.0, 4306.0, 4268.0, 4297.0, 4267.0, 4268.0, 4267.0, 4268.0, 4255.0, 4276.0, 4298.0, 4276.0, 4269.0, 4280.0, 4269.0, 4268.0, 4279.0, 4279.0, 4278.0, 4329.0, 4279.0, 4308.0, 4278.0, 4306.0, 4266.0, 4266.0, 4254.0, 4267.0, 4318.0, 4268.0, 4287.0, 4266.0, 4286.0, 4267.0, 4256.0, 4267.0, 4266.0, 4266.0, 4279.0, 4319.0, 4280.0, 4277.0, 4280.0, 4268.0, 4271.0, 4280.0, 4268.0, 4279.0, 4286.0, 4280.0, 4287.0, 4281.0, 4278.0, 4279.0, 4287.0, 4279.0, 4258.0, 4294.0, 4282.0, 4302.0, 4293.0, 4330.0, 4312.0, 4332.0, 4281.0, 4317.0, 4256.0, 4306.0, 4287.0, 4314.0, 4264.0, 4294.0, 4253.0, 4242.0, 4243.0, 4254.0, 4243.0, 4255.0, 4254.0, 4254.0, 4252.0, 4256.0, 4273.0, 4252.0, 4276.0, 4257.0, 4274.0, 4256.0, 4253.0, 4254.0, 4246.0, 4244.0, 4267.0, 4265.0, 4265.0, 4246.0, 4266.0, 4264.0, 4256.0, 4275.0, 4255.0, 4264.0, 4257.0, 4293.0, 4256.0, 4266.0, 4243.0, 4255.0, 4265.0, 4265.0, 4287.0, 4256.0, 4284.0, 4256.0, 4255.0, 4245.0, 4254.0, 4284.0, 4257.0, 4296.0, 4255.0, 4275.0, 4256.0, 4255.0, 4243.0, 4267.0, 4306.0, 4267.0, 4296.0, 4255.0, 4264.0, 4245.0, 4255.0, 4255.0, 4256.0, 4285.0, 4267.0, 4256.0, 4266.0, 4268.0, 4258.0, 4279.0, 4258.0, 4277.0, 4259.0, 4282.0, 4279.0, 4282.0, 4290.0, 4273.0, 4279.0, 4281.0, 4291.0, 4270.0, 4270.0, 4257.0, 4278.0, 4309.0, 4290.0, 4309.0, 4278.0, 4307.0, 4269.0, 4289.0, 4282.0, 4309.0, 4268.0, 4297.0, 4255.0, 4266.0, 4265.0, 4266.0, 4318.0, 4288.0, 4316.0, 4265.0, 4295.0, 4255.0, 4255.0, 4233.0, 4255.0, 4306.0, 4266.0, 4305.0, 4256.0, 4273.0, 4253.0, 4244.0, 4232.0, 4255.0, 4265.0, 4257.0, 4274.0, 4267.0, 4255.0, 4256.0, 4258.0, 4259.0, 4268.0, 4246.0, 4268.0, 4287.0, 4267.0, 4276.0, 4257.0, 4279.0, 4259.0, 4299.0, 4255.0, 4266.0, 4265.0, 4269.0, 4287.0, 4259.0, 4278.0, 4246.0, 4288.0, 4246.0, 4268.0, 4266.0, 4266.0, 4277.0, 4258.0, 4268.0, 4256.0, 4266.0, 4244.0, 4267.0, 4295.0, 4266.0, 4275.0, 4267.0, 4279.0, 4256.0, 4267.0, 4245.0, 4266.0, 4296.0, 4257.0, 4278.0, 4257.0, 4296.0, 4254.0, 4265.0, 4255.0, 4255.0, 4285.0, 4255.0, 4266.0, 4257.0, 4255.0, 4256.0, 4266.0, 4254.0, 4257.0, 4294.0, 4257.0, 4275.0, 4256.0, 4257.0, 4244.0, 4266.0, 4275.0, 4265.0, 4266.0, 4258.0, 4258.0, 4258.0, 4246.0, 4256.0, 4257.0, 4256.0, 4281.0, 4318.0, 4271.0, 4299.0, 4278.0, 4299.0, 4269.0, 4268.0, 4256.0, 4266.0, 4305.0, 4257.0, 4308.0, 4278.0, 4306.0, 4256.0, 4244.0, 4254.0, 4267.0, 4255.0, 4268.0, 4276.0, 4268.0, 4286.0, 4269.0, 4266.0, 4268.0, 4279.0, 4258.0, 4278.0, 4245.0, 4268.0, 4306.0, 4257.0, 4287.0, 4258.0, 4276.0, 4257.0, 4266.0, 4255.0, 4266.0, 4264.0, 4267.0, 4315.0, 4268.0, 4306.0, 4255.0, 4274.0, 4253.0, 4256.0, 4246.0, 4255.0, 4253.0, 4256.0, 4275.0, 4256.0, 4274.0, 4255.0, 4277.0, 4256.0, 4296.0, 4258.0, 4256.0, 4243.0, 4254.0, 4283.0, 4255.0, 4267.0, 4258.0, 4255.0, 4255.0, 4256.0, 4244.0, 4268.0, 4297.0, 4258.0, 4277.0, 4269.0, 4264.0, 4257.0, 4257.0, 4258.0, 4257.0, 4257.0, 4268.0, 4280.0, 4268.0, 4256.0, 4269.0, 4255.0, 4256.0, 4315.0, 4255.0, 4274.0, 4257.0, 4296.0, 4257.0, 4318.0, 4243.0, 4254.0, 4244.0, 4256.0, 4283.0, 4255.0, 4265.0, 4256.0, 4275.0, 4257.0, 4257.0, 4245.0, 4267.0, 4297.0, 4269.0, 4286.0, 4256.0, 4265.0, 4254.0, 4254.0, 4245.0, 4256.0, 4286.0, 4257.0, 4275.0, 4256.0, 4274.0, 4255.0, 4264.0, 4257.0, 4257.0, 4255.0, 4267.0, 4243.0, 4256.0, 4306.0, 4255.0, 4273.0, 4255.0, 4277.0, 4245.0, 4285.0, 4254.0, 4254.0, 4303.0, 4252.0, 4273.0, 4245.0, 4258.0, 4256.0, 4256.0, 4273.0, 4255.0, 4268.0, 4271.0, 4270.0, 4290.0, 4246.0, 4270.0, 4249.0, 4248.0, 4272.0, 4284.0, 4294.0, 4295.0, 4335.0, 4284.0, 4333.0, 4283.0, 4310.0, 4268.0, 4288.0, 4292.0, 4322.0, 4259.0, 4301.0, 4258.0, 4247.0, 4243.0, 4257.0, 4275.0, 4258.0, 4234.0, 4254.0, 4245.0, 4257.0, 4296.0, 4247.0, 4266.0, 4258.0, 4298.0, 4268.0, 4318.0, 4247.0, 4244.0, 4247.0, 4256.0, 4257.0, 4259.0, 4278.0, 4260.0, 4330.0, 4278.0, 4308.0, 4278.0, 4307.0, 4245.0, 4245.0, 4304.0, 4243.0, 4284.0, 4234.0, 4244.0, 4304.0, 4265.0, 4304.0, 4243.0, 4243.0, 4233.0, 4246.0, 4243.0, 4246.0, 4283.0, 4247.0, 4254.0, 4259.0, 4256.0, 4247.0, 4258.0, 4258.0, 4259.0, 4259.0, 4258.0, 4308.0, 4248.0, 4266.0, 4258.0, 4257.0, 4266.0, 4248.0, 4308.0, 4258.0, 4296.0, 4255.0, 4267.0, 4246.0, 4256.0, 4276.0, 4247.0, 4307.0, 4255.0, 4295.0, 4245.0, 4245.0, 4234.0, 4257.0, 4307.0, 4248.0, 4265.0, 4258.0, 4266.0, 4246.0, 4256.0, 4265.0, 4258.0, 4306.0, 4257.0, 4287.0, 4255.0, 4256.0, 4244.0, 4255.0, 4276.0, 4258.0, 4289.0, 4258.0, 4266.0, 4245.0, 4256.0, 4245.0, 4256.0, 4305.0, 4257.0, 4267.0, 4255.0, 4257.0, 4246.0, 4267.0, 4245.0, 4259.0, 4307.0, 4248.0, 4278.0, 4257.0, 4258.0, 4257.0, 4258.0, 4258.0, 4260.0, 4309.0, 4259.0, 4279.0, 4270.0, 4287.0, 4257.0, 4257.0, 4256.0, 4258.0, 4277.0, 4258.0, 4299.0, 4269.0, 4279.0, 4247.0, 4257.0, 4245.0, 4257.0, 4306.0, 4245.0, 4277.0, 4259.0, 4277.0, 4247.0, 4256.0, 4243.0, 4255.0, 4284.0, 4247.0, 4278.0, 4269.0, 4277.0, 4247.0, 4257.0, 4247.0, 4256.0, 4245.0, 4247.0, 4319.0, 4267.0, 4308.0, 4267.0, 4284.0, 4246.0, 4255.0, 4265.0, 4243.0, 4294.0, 4256.0, 4285.0, 4245.0, 4244.0, 4235.0, 4246.0, 4275.0, 4246.0, 4266.0, 4256.0, 4265.0, 4245.0, 4256.0, 4247.0, 4258.0, 4308.0, 4259.0, 4295.0, 4259.0, 4256.0, 4258.0, 4269.0, 4258.0, 4259.0, 4257.0, 4269.0, 4257.0, 4270.0, 4267.0, 4270.0, 4319.0, 4261.0, 4300.0, 4281.0, 4319.0, 4258.0, 4267.0, 4257.0, 4257.0, 4255.0, 4258.0, 4318.0, 4280.0, 4317.0, 4256.0, 4296.0, 4248.0, 4266.0, 4234.0, 4256.0, 4286.0, 4247.0, 4306.0, 4247.0, 4264.0, 4247.0, 4255.0, 4246.0, 4268.0, 4268.0, 4268.0, 4258.0, 4277.0, 4246.0, 4257.0, 4297.0, 4246.0, 4319.0, 4286.0, 4316.0, 4245.0, 4255.0, 4235.0, 4254.0, 4264.0, 4247.0, 4295.0, 4247.0, 4254.0, 4247.0, 4255.0, 4246.0, 4259.0, 4258.0, 4268.0, 4258.0, 4268.0, 4269.0, 4260.0, 4299.0, 4258.0, 4289.0, 4248.0, 4278.0, 4248.0, 4259.0, 4256.0, 4258.0, 4294.0, 4258.0, 4277.0, 4246.0, 4278.0, 4256.0, 4279.0, 4246.0, 4256.0, 4255.0, 4256.0, 4275.0, 4245.0, 4267.0, 4258.0, 4258.0, 4246.0, 4259.0, 4277.0, 4258.0, 4298.0, 4259.0, 4285.0, 4248.0, 4256.0, 4246.0, 4256.0, 4247.0, 4259.0, 4269.0, 4259.0, 4258.0, 4271.0, 4259.0, 4260.0, 4309.0, 4261.0, 4281.0, 4272.0, 4290.0, 4270.0, 4302.0, 4258.0, 4259.0, 4257.0, 4259.0, 4319.0, 4260.0, 4299.0, 4261.0, 4278.0, 4270.0, 4271.0, 4272.0, 4291.0, 4281.0, 4281.0, 4271.0, 4281.0, 4270.0, 4271.0, 4269.0, 4261.0, 4330.0, 4260.0, 4310.0, 4290.0, 4319.0, 4260.0, 4277.0, 4248.0, 4257.0, 4246.0, 4258.0, 4318.0, 4288.0, 4317.0, 4255.0, 4294.0, 4246.0, 4265.0, 4246.0, 4257.0, 4266.0, 4257.0, 4234.0, 4256.0, 4244.0, 4257.0, 4286.0, 4249.0, 4269.0, 4271.0, 4268.0, 4248.0, 4258.0, 4259.0, 4259.0, 4258.0, 4260.0, 4300.0, 4272.0, 4309.0, 4261.0, 4310.0, 4257.0, 4276.0, 4248.0, 4287.0, 4258.0, 4279.0, 4248.0, 4267.0, 4295.0, 4256.0, 4285.0, 4247.0, 4266.0, 4245.0, 4257.0, 4246.0, 4267.0, 4245.0, 4256.0, 4255.0, 4258.0, 4257.0, 4261.0, 4311.0, 4262.0, 4279.0, 4251.0, 4271.0, 4261.0, 4259.0, 4277.0, 4259.0, 4322.0, 4310.0, 4308.0, 4258.0, 4257.0, 4245.0, 4256.0, 4307.0, 4258.0, 4298.0, 4257.0, 4266.0, 4244.0, 4246.0, 4294.0, 4246.0, 4277.0, 4257.0, 4246.0, 4257.0, 4255.0, 4255.0, 4257.0, 4257.0, 4258.0, 4258.0, 4260.0, 4258.0, 4258.0, 4259.0, 4270.0, 4309.0, 4261.0, 4320.0, 4288.0, 4318.0, 4248.0, 4285.0, 4246.0, 4255.0, 4266.0, 4257.0, 4317.0, 4287.0, 4305.0, 4245.0, 4264.0, 4243.0, 4245.0, 4234.0, 4247.0, 4305.0, 4247.0, 4263.0, 4246.0, 4254.0, 4257.0, 4247.0, 4258.0, 4258.0, 4276.0, 4249.0, 4286.0, 4247.0, 4274.0, 4246.0, 4255.0, 4247.0, 4269.0, 4265.0, 4256.0, 4284.0, 4257.0, 4256.0, 4257.0, 4258.0, 4257.0, 4259.0, 4256.0, 4257.0, 4276.0, 4258.0, 4258.0, 4258.0, 4268.0, 4260.0, 4269.0], 'WindowWidth': [9563.0, 9534.0, 9502.0, 9517.0, 9502.0, 9496.0, 9470.0, 9471.0, 9454.0, 9468.0, 9522.0, 9471.0, 9507.0, 9453.0, 9479.0, 9454.0, 9524.0, 9448.0, 9448.0, 9426.0, 9461.0, 9448.0, 9462.0, 9478.0, 9455.0, 9469.0, 9459.0, 9443.0, 9457.0, 9487.0, 9486.0, 9471.0, 9484.0, 9467.0, 9473.0, 9471.0, 9541.0, 9490.0, 9465.0, 9533.0, 9443.0, 9499.0, 9440.0, 9448.0, 9512.0, 9487.0, 9513.0, 9441.0, 9453.0, 9426.0, 9444.0, 9467.0, 9451.0, 9460.0, 9445.0, 9434.0, 9448.0, 9448.0, 9429.0, 9450.0, 9487.0, 9450.0, 9487.0, 9460.0, 9515.0, 9425.0, 9446.0, 9512.0, 9438.0, 9477.0, 9429.0, 9443.0, 9423.0, 9445.0, 9463.0, 9443.0, 9434.0, 9442.0, 9426.0, 9430.0, 9448.0, 9455.0, 9444.0, 9472.0, 9448.0, 9426.0, 9429.0, 9447.0, 9487.0, 9449.0, 9461.0, 9463.0, 9436.0, 9434.0, 9446.0, 9502.0, 9449.0, 9462.0, 9446.0, 9444.0, 9450.0, 9462.0, 9460.0, 9468.0, 9474.0, 9470.0, 9466.0, 9470.0, 9453.0, 9447.0, 9464.0, 9518.0, 9445.0, 9487.0, 9449.0, 9517.0, 9429.0, 9430.0, 9434.0, 9441.0, 9449.0, 9440.0, 9427.0, 9426.0, 9443.0, 9430.0, 9445.0, 9500.0, 9456.0, 9439.0, 9444.0, 9447.0, 9439.0, 9488.0, 9471.0, 9443.0, 9496.0, 9424.0, 9452.0, 9430.0, 9441.0, 9452.0, 9428.0, 9492.0, 9421.0, 9435.0, 9424.0, 9425.0, 9426.0, 9439.0, 9424.0, 9441.0, 9468.0, 9443.0, 9425.0, 9445.0, 9450.0, 9433.0, 9452.0, 9474.0, 9468.0, 9467.0, 9475.0, 9456.0, 9468.0, 9464.0, 9434.0, 9468.0, 9519.0, 9470.0, 9485.0, 9476.0, 9481.0, 9467.0, 9439.0, 9470.0, 9475.0, 9507.0, 9471.0, 9540.0, 9485.0, 9525.0, 9452.0, 9465.0, 9514.0, 9451.0, 9516.0, 9465.0, 9505.0, 9446.0, 9440.0, 9465.0, 9440.0, 9467.0, 9445.0, 9458.0, 9429.0, 9444.0, 9438.0, 9441.0, 9477.0, 9445.0, 9458.0, 9448.0, 9443.0, 9445.0, 9433.0, 9447.0, 9462.0, 9484.0, 9444.0, 9462.0, 9466.0, 9435.0, 9448.0, 9437.0, 9442.0, 9467.0, 9522.0, 9470.0, 9519.0, 9464.0, 9502.0, 9445.0, 9456.0, 9444.0, 9450.0, 9521.0, 9497.0, 9510.0, 9440.0, 9476.0, 9426.0, 9414.0, 9428.0, 9444.0, 9468.0, 9443.0, 9479.0, 9442.0, 9422.0, 9430.0, 9430.0, 9426.0, 9445.0, 9499.0, 9457.0, 9510.0, 9442.0, 9480.0, 9438.0, 9438.0, 9426.0, 9440.0, 9452.0, 9445.0, 9481.0, 9443.0, 9463.0, 9441.0, 9436.0, 9422.0, 9409.0, 9433.0, 9449.0, 9444.0, 9462.0, 9513.0, 9447.0, 9442.0, 9428.0, 9444.0, 9472.0, 9449.0, 9500.0, 9446.0, 9469.0, 9426.0, 9437.0, 9426.0, 9468.0, 9471.0, 9467.0, 9448.0, 9453.0, 9450.0, 9436.0, 9472.0, 9539.0, 9474.0, 9466.0, 9464.0, 9438.0, 9449.0, 9469.0, 9510.0, 9470.0, 9504.0, 9467.0, 9474.0, 9452.0, 9448.0, 9451.0, 9455.0, 9524.0, 9492.0, 9514.0, 9447.0, 9493.0, 9441.0, 9453.0, 9427.0, 9442.0, 9512.0, 9480.0, 9493.0, 9423.0, 9447.0, 9420.0, 9409.0, 9405.0, 9440.0, 9495.0, 9453.0, 9491.0, 9403.0, 9421.0, 9418.0, 9416.0, 9404.0, 9426.0, 9495.0, 9429.0, 9448.0, 9445.0, 9436.0, 9430.0, 9413.0, 9426.0, 9426.0, 9480.0, 9445.0, 9443.0, 9450.0, 9432.0, 9444.0, 9446.0, 9448.0, 9464.0, 9441.0, 9467.0, 9482.0, 9465.0, 9456.0, 9458.0, 9456.0, 9464.0, 9439.0, 9449.0, 9463.0, 9500.0, 9450.0, 9488.0, 9448.0, 9451.0, 9451.0, 9451.0, 9430.0, 9460.0, 9489.0, 9461.0, 9454.0, 9470.0, 9456.0, 9452.0, 9468.0, 9465.0, 9465.0, 9536.0, 9466.0, 9505.0, 9466.0, 9500.0, 9446.0, 9445.0, 9427.0, 9447.0, 9519.0, 9452.0, 9475.0, 9446.0, 9471.0, 9449.0, 9431.0, 9448.0, 9447.0, 9445.0, 9469.0, 9521.0, 9470.0, 9464.0, 9471.0, 9452.0, 9461.0, 9471.0, 9451.0, 9468.0, 9472.0, 9469.0, 9476.0, 9472.0, 9464.0, 9469.0, 9475.0, 9469.0, 9440.0, 9500.0, 9480.0, 9504.0, 9494.0, 9540.0, 9517.0, 9547.0, 9472.0, 9519.0, 9433.0, 9498.0, 9474.0, 9509.0, 9439.0, 9477.0, 9425.0, 9407.0, 9411.0, 9427.0, 9412.0, 9430.0, 9426.0, 9427.0, 9419.0, 9430.0, 9448.0, 9423.0, 9459.0, 9436.0, 9452.0, 9432.0, 9423.0, 9427.0, 9417.0, 9414.0, 9450.0, 9444.0, 9444.0, 9418.0, 9445.0, 9441.0, 9431.0, 9456.0, 9431.0, 9441.0, 9436.0, 9481.0, 9432.0, 9444.0, 9410.0, 9431.0, 9443.0, 9444.0, 9474.0, 9435.0, 9468.0, 9434.0, 9431.0, 9416.0, 9427.0, 9469.0, 9434.0, 9486.0, 9431.0, 9455.0, 9433.0, 9429.0, 9413.0, 9448.0, 9502.0, 9449.0, 9485.0, 9429.0, 9439.0, 9416.0, 9429.0, 9430.0, 9433.0, 9470.0, 9450.0, 9435.0, 9450.0, 9453.0, 9443.0, 9470.0, 9442.0, 9466.0, 9444.0, 9477.0, 9469.0, 9477.0, 9486.0, 9469.0, 9471.0, 9476.0, 9487.0, 9459.0, 9458.0, 9437.0, 9467.0, 9509.0, 9485.0, 9507.0, 9466.0, 9504.0, 9454.0, 9483.0, 9479.0, 9510.0, 9451.0, 9488.0, 9430.0, 9445.0, 9442.0, 9445.0, 9523.0, 9478.0, 9514.0, 9444.0, 9482.0, 9429.0, 9429.0, 9396.0, 9428.0, 9501.0, 9445.0, 9497.0, 9430.0, 9450.0, 9423.0, 9411.0, 9394.0, 9430.0, 9443.0, 9434.0, 9454.0, 9449.0, 9429.0, 9434.0, 9437.0, 9442.0, 9452.0, 9421.0, 9453.0, 9475.0, 9451.0, 9460.0, 9438.0, 9469.0, 9443.0, 9495.0, 9432.0, 9447.0, 9442.0, 9452.0, 9474.0, 9441.0, 9463.0, 9419.0, 9478.0, 9419.0, 9450.0, 9445.0, 9446.0, 9461.0, 9439.0, 9450.0, 9434.0, 9447.0, 9414.0, 9448.0, 9484.0, 9447.0, 9459.0, 9449.0, 9466.0, 9433.0, 9448.0, 9416.0, 9447.0, 9486.0, 9434.0, 9464.0, 9437.0, 9487.0, 9428.0, 9443.0, 9427.0, 9430.0, 9469.0, 9430.0, 9446.0, 9436.0, 9429.0, 9432.0, 9445.0, 9427.0, 9434.0, 9483.0, 9436.0, 9458.0, 9431.0, 9432.0, 9414.0, 9446.0, 9455.0, 9445.0, 9447.0, 9441.0, 9438.0, 9439.0, 9421.0, 9436.0, 9438.0, 9436.0, 9473.0, 9521.0, 9461.0, 9495.0, 9466.0, 9492.0, 9453.0, 9450.0, 9433.0, 9446.0, 9498.0, 9436.0, 9505.0, 9466.0, 9497.0, 9433.0, 9413.0, 9428.0, 9448.0, 9431.0, 9450.0, 9460.0, 9451.0, 9474.0, 9455.0, 9448.0, 9454.0, 9468.0, 9441.0, 9467.0, 9418.0, 9451.0, 9502.0, 9435.0, 9474.0, 9439.0, 9460.0, 9435.0, 9445.0, 9429.0, 9445.0, 9439.0, 9449.0, 9516.0, 9452.0, 9498.0, 9429.0, 9453.0, 9426.0, 9430.0, 9421.0, 9431.0, 9427.0, 9432.0, 9455.0, 9433.0, 9454.0, 9432.0, 9463.0, 9435.0, 9486.0, 9435.0, 9431.0, 9409.0, 9426.0, 9462.0, 9431.0, 9449.0, 9441.0, 9432.0, 9432.0, 9432.0, 9417.0, 9452.0, 9488.0, 9439.0, 9464.0, 9454.0, 9440.0, 9437.0, 9435.0, 9439.0, 9437.0, 9436.0, 9453.0, 9472.0, 9454.0, 9434.0, 9452.0, 9431.0, 9434.0, 9512.0, 9430.0, 9454.0, 9436.0, 9488.0, 9434.0, 9519.0, 9410.0, 9428.0, 9413.0, 9432.0, 9465.0, 9432.0, 9443.0, 9435.0, 9456.0, 9437.0, 9436.0, 9418.0, 9448.0, 9489.0, 9454.0, 9472.0, 9432.0, 9444.0, 9429.0, 9429.0, 9416.0, 9433.0, 9474.0, 9435.0, 9456.0, 9433.0, 9454.0, 9432.0, 9441.0, 9437.0, 9438.0, 9432.0, 9450.0, 9413.0, 9432.0, 9500.0, 9430.0, 9451.0, 9431.0, 9462.0, 9417.0, 9471.0, 9426.0, 9426.0, 9492.0, 9421.0, 9450.0, 9418.0, 9438.0, 9435.0, 9432.0, 9447.0, 9432.0, 9453.0, 9464.0, 9455.0, 9481.0, 9416.0, 9458.0, 9430.0, 9427.0, 9464.0, 9489.0, 9501.0, 9505.0, 9554.0, 9480.0, 9547.0, 9477.0, 9511.0, 9453.0, 9478.0, 9489.0, 9534.0, 9440.0, 9501.0, 9441.0, 9420.0, 9412.0, 9436.0, 9459.0, 9437.0, 9400.0, 9429.0, 9417.0, 9435.0, 9486.0, 9423.0, 9449.0, 9440.0, 9493.0, 9451.0, 9522.0, 9423.0, 9414.0, 9423.0, 9434.0, 9438.0, 9442.0, 9466.0, 9445.0, 9541.0, 9467.0, 9509.0, 9465.0, 9502.0, 9414.0, 9414.0, 9496.0, 9412.0, 9467.0, 9399.0, 9414.0, 9494.0, 9441.0, 9494.0, 9410.0, 9408.0, 9396.0, 9416.0, 9410.0, 9419.0, 9466.0, 9421.0, 9426.0, 9441.0, 9433.0, 9423.0, 9438.0, 9440.0, 9441.0, 9440.0, 9440.0, 9506.0, 9426.0, 9447.0, 9439.0, 9436.0, 9446.0, 9424.0, 9508.0, 9438.0, 9487.0, 9432.0, 9449.0, 9420.0, 9432.0, 9458.0, 9421.0, 9506.0, 9431.0, 9484.0, 9416.0, 9416.0, 9402.0, 9435.0, 9504.0, 9426.0, 9446.0, 9439.0, 9447.0, 9420.0, 9434.0, 9445.0, 9439.0, 9504.0, 9437.0, 9475.0, 9432.0, 9431.0, 9417.0, 9432.0, 9459.0, 9439.0, 9481.0, 9439.0, 9447.0, 9419.0, 9434.0, 9417.0, 9434.0, 9499.0, 9437.0, 9449.0, 9432.0, 9434.0, 9422.0, 9450.0, 9419.0, 9441.0, 9504.0, 9428.0, 9467.0, 9439.0, 9439.0, 9438.0, 9440.0, 9440.0, 9446.0, 9509.0, 9442.0, 9470.0, 9459.0, 9478.0, 9438.0, 9435.0, 9433.0, 9439.0, 9462.0, 9440.0, 9497.0, 9457.0, 9468.0, 9424.0, 9436.0, 9418.0, 9437.0, 9500.0, 9420.0, 9465.0, 9443.0, 9464.0, 9423.0, 9433.0, 9412.0, 9432.0, 9468.0, 9423.0, 9465.0, 9456.0, 9462.0, 9425.0, 9436.0, 9423.0, 9435.0, 9419.0, 9424.0, 9525.0, 9453.0, 9505.0, 9449.0, 9469.0, 9419.0, 9428.0, 9441.0, 9412.0, 9483.0, 9433.0, 9469.0, 9416.0, 9414.0, 9403.0, 9419.0, 9457.0, 9420.0, 9444.0, 9434.0, 9445.0, 9419.0, 9432.0, 9423.0, 9440.0, 9506.0, 9441.0, 9486.0, 9441.0, 9435.0, 9439.0, 9455.0, 9441.0, 9442.0, 9438.0, 9456.0, 9438.0, 9460.0, 9453.0, 9460.0, 9526.0, 9448.0, 9499.0, 9475.0, 9521.0, 9441.0, 9449.0, 9438.0, 9436.0, 9432.0, 9441.0, 9524.0, 9470.0, 9519.0, 9435.0, 9486.0, 9424.0, 9447.0, 9402.0, 9434.0, 9477.0, 9423.0, 9502.0, 9423.0, 9440.0, 9423.0, 9430.0, 9422.0, 9451.0, 9455.0, 9453.0, 9441.0, 9465.0, 9422.0, 9437.0, 9489.0, 9420.0, 9523.0, 9475.0, 9514.0, 9416.0, 9429.0, 9401.0, 9428.0, 9443.0, 9422.0, 9485.0, 9422.0, 9428.0, 9423.0, 9431.0, 9420.0, 9443.0, 9442.0, 9455.0, 9439.0, 9455.0, 9454.0, 9446.0, 9497.0, 9441.0, 9481.0, 9428.0, 9467.0, 9425.0, 9441.0, 9433.0, 9438.0, 9483.0, 9438.0, 9463.0, 9420.0, 9465.0, 9435.0, 9467.0, 9420.0, 9435.0, 9431.0, 9435.0, 9459.0, 9420.0, 9449.0, 9440.0, 9441.0, 9421.0, 9441.0, 9462.0, 9441.0, 9494.0, 9443.0, 9473.0, 9426.0, 9433.0, 9423.0, 9435.0, 9423.0, 9443.0, 9458.0, 9445.0, 9441.0, 9464.0, 9444.0, 9448.0, 9512.0, 9450.0, 9477.0, 9468.0, 9489.0, 9461.0, 9504.0, 9440.0, 9442.0, 9436.0, 9442.0, 9526.0, 9448.0, 9496.0, 9449.0, 9469.0, 9461.0, 9461.0, 9466.0, 9490.0, 9479.0, 9477.0, 9463.0, 9476.0, 9459.0, 9462.0, 9457.0, 9448.0, 9543.0, 9448.0, 9514.0, 9487.0, 9523.0, 9445.0, 9464.0, 9426.0, 9437.0, 9421.0, 9440.0, 9523.0, 9481.0, 9519.0, 9431.0, 9481.0, 9421.0, 9444.0, 9421.0, 9436.0, 9447.0, 9437.0, 9402.0, 9432.0, 9416.0, 9438.0, 9475.0, 9429.0, 9456.0, 9462.0, 9452.0, 9430.0, 9441.0, 9444.0, 9443.0, 9441.0, 9447.0, 9502.0, 9465.0, 9509.0, 9449.0, 9511.0, 9438.0, 9460.0, 9426.0, 9477.0, 9441.0, 9469.0, 9425.0, 9451.0, 9483.0, 9435.0, 9472.0, 9423.0, 9446.0, 9418.0, 9437.0, 9422.0, 9448.0, 9417.0, 9433.0, 9430.0, 9440.0, 9437.0, 9451.0, 9518.0, 9456.0, 9472.0, 9439.0, 9461.0, 9450.0, 9445.0, 9464.0, 9443.0, 9533.0, 9513.0, 9505.0, 9438.0, 9437.0, 9415.0, 9434.0, 9505.0, 9439.0, 9493.0, 9436.0, 9445.0, 9414.0, 9420.0, 9481.0, 9423.0, 9463.0, 9437.0, 9418.0, 9437.0, 9430.0, 9432.0, 9436.0, 9438.0, 9441.0, 9439.0, 9445.0, 9440.0, 9443.0, 9443.0, 9460.0, 9512.0, 9448.0, 9527.0, 9481.0, 9520.0, 9425.0, 9468.0, 9421.0, 9429.0, 9445.0, 9436.0, 9517.0, 9474.0, 9497.0, 9416.0, 9438.0, 9411.0, 9414.0, 9400.0, 9420.0, 9497.0, 9420.0, 9438.0, 9420.0, 9427.0, 9434.0, 9421.0, 9440.0, 9440.0, 9462.0, 9429.0, 9474.0, 9422.0, 9455.0, 9419.0, 9430.0, 9421.0, 9454.0, 9444.0, 9434.0, 9468.0, 9436.0, 9433.0, 9436.0, 9439.0, 9438.0, 9441.0, 9434.0, 9436.0, 9460.0, 9439.0, 9437.0, 9439.0, 9453.0, 9446.0, 9456.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.000616712962962963</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021041976697530863</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.67191108786107</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2819265805482634</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9829706210038599</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4549</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7645.6797</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08882317280186712</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.3919753086419755</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.437474826391787</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.383613215897505</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.69842611748269</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.230385145795166</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00607881</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011884212493896484</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026422472670674324</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1296</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.657591669307329</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>27.9929</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2087</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.8811</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303780.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>699.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.5003</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0818</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.5462</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3462.6591</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3674.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72764.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>993.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4624.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.4792</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.54028840234969</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> |