=== 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-0132 --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-0132",
"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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-02/func/sub-0132_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>05d1abb0476f3b1de67b7591c9a9c93f</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>19:16:55.237500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999858, 0.0110846, -0.0126984, -0.0101218, 0.997242, 0.0735244]</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.259</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.0749205</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4215, -7779, -7216, 223, -78, -51, -82, 144]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.506</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>37658e55-5561-4104-b903-3da034cd591a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825456619262695, -0.027156023308634758, -0.03639146313071251, 115.0146713256836], [-0.02973906882107258, 2.675527572631836, 0.19814063608646393, -93.51024627685547], [-0.0340687595307827, -0.19726057350635529, 2.692473888397217, -61.141666412353516], [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': ['191655.237500', '191655.697500', '191656.157500', '191656.617500', '191657.077500', '191657.537500', '191657.997500', '191658.457500', '191658.917500', '191659.377500', '191659.837500', '191700.297500', '191700.757500', '191701.217500', '191701.677500', '191702.137500', '191702.597500', '191703.057500', '191703.517500', '191703.977500', '191704.437500', '191704.897500', '191705.357500', '191705.817500', '191706.277500', '191706.737500', '191707.197500', '191707.657500', '191708.117500', '191708.577500', '191709.037500', '191709.497500', '191709.957500', '191710.417500', '191710.877500', '191711.337500', '191711.797500', '191712.257500', '191712.717500', '191713.177500', '191713.637500', '191714.097500', '191714.557500', '191715.017500', '191715.477500', '191715.937500', '191716.397500', '191716.857500', '191717.317500', '191717.777500', '191718.237500', '191718.697500', '191719.157500', '191719.617500', '191720.077500', '191720.537500', '191720.997500', '191721.457500', '191721.917500', '191722.377500', '191722.837500', '191723.297500', '191723.757500', '191724.217500', '191724.677500', '191725.137500', '191725.597500', '191726.057500', '191726.517500', '191726.977500', '191727.437500', '191727.897500', '191728.357500', '191728.817500', '191729.277500', '191729.737500', '191730.197500', '191730.657500', '191731.117500', '191731.577500', '191732.037500', '191732.497500', '191732.957500', '191733.417500', '191733.877500', '191734.337500', '191734.797500', '191735.257500', '191735.717500', '191736.177500', '191736.637500', '191737.097500', '191737.557500', '191738.017500', '191738.477500', '191738.937500', '191739.397500', '191739.857500', '191740.317500', '191740.777500', '191741.237500', '191741.697500', '191742.157500', '191742.617500', '191743.077500', '191743.537500', '191743.997500', '191744.457500', '191744.917500', '191745.377500', '191745.837500', '191746.297500', '191746.757500', '191747.217500', '191747.677500', '191748.137500', '191748.597500', '191749.057500', '191749.517500', '191749.977500', '191750.437500', '191750.897500', '191751.357500', '191751.817500', '191752.277500', '191752.737500', '191753.197500', '191753.657500', '191754.117500', '191754.577500', '191755.037500', '191755.497500', '191755.957500', '191756.417500', '191756.877500', '191757.337500', '191757.797500', '191758.257500', '191758.717500', '191759.177500', '191759.637500', '191800.097500', '191800.557500', '191801.017500', '191801.477500', '191801.937500', '191802.397500', '191802.857500', '191803.317500', '191803.777500', '191804.237500', '191804.697500', '191805.157500', '191805.617500', '191806.077500', '191806.537500', '191806.997500', '191807.457500', '191807.917500', '191808.377500', '191808.837500', '191809.297500', '191809.757500', '191810.217500', '191810.677500', '191811.137500', '191811.597500', '191812.057500', '191812.517500', '191812.977500', '191813.437500', '191813.897500', '191814.357500', '191814.817500', '191815.277500', '191815.737500', '191816.197500', '191816.657500', '191817.117500', '191817.577500', '191818.037500', '191818.497500', '191818.957500', '191819.417500', '191819.877500', '191820.337500', '191820.797500', '191821.257500', '191821.717500', '191822.177500', '191822.637500', '191823.097500', '191823.557500', '191824.017500', '191824.477500', '191824.937500', '191825.397500', '191825.857500', '191826.317500', '191826.777500', '191827.237500', '191827.697500', '191828.157500', '191828.617500', '191829.077500', '191829.537500', '191829.997500', '191830.457500', '191830.917500', '191831.377500', '191831.837500', '191832.297500', '191832.757500', '191833.217500', '191833.677500', '191834.137500', '191834.597500', '191835.057500', '191835.517500', '191835.977500', '191836.437500', '191836.897500', '191837.357500', '191837.817500', '191838.277500', '191838.737500', '191839.197500', '191839.657500', '191840.117500', '191840.577500', '191841.037500', '191841.497500', '191841.957500', '191842.417500', '191842.877500', '191843.337500', '191843.797500', '191844.257500', '191844.717500', '191845.177500', '191845.637500', '191846.097500', '191846.557500', '191847.017500', '191847.477500', '191847.937500', '191848.397500', '191848.857500', '191849.317500', '191849.777500', '191850.237500', '191850.697500', '191851.157500', '191851.617500', '191852.077500', '191852.537500', '191852.997500', '191853.457500', '191853.917500', '191854.377500', '191854.837500', '191855.297500', '191855.757500', '191856.217500', '191856.677500', '191857.137500', '191857.597500', '191858.057500', '191858.517500', '191858.977500', '191859.437500', '191859.897500', '191900.357500', '191900.817500', '191901.277500', '191901.737500', '191902.197500', '191902.657500', '191903.117500', '191903.577500', '191904.037500', '191904.497500', '191904.957500', '191905.417500', '191905.877500', '191906.337500', '191906.797500', '191907.257500', '191907.717500', '191908.177500', '191908.637500', '191909.097500', '191909.557500', '191910.017500', '191910.477500', '191910.937500', '191911.397500', '191911.857500', '191912.317500', '191912.777500', '191913.237500', '191913.697500', '191914.157500', '191914.617500', '191915.077500', '191915.537500', '191915.997500', '191916.457500', '191916.917500', '191917.377500', '191917.837500', '191918.297500', '191918.757500', '191919.217500', '191919.677500', '191920.137500', '191920.597500', '191921.057500', '191921.517500', '191921.977500', '191922.437500', '191922.897500', '191923.357500', '191923.817500', '191924.277500', '191924.737500', '191925.197500', '191925.657500', '191926.117500', '191926.577500', '191927.037500', '191927.497500', '191927.957500', '191928.417500', '191928.877500', '191929.337500', '191929.797500', '191930.257500', '191930.717500', '191931.177500', '191931.637500', '191932.097500', '191932.557500', '191933.017500', '191933.477500', '191933.937500', '191934.397500', '191934.857500', '191935.317500', '191935.777500', '191936.237500', '191936.697500', '191937.157500', '191937.617500', '191938.077500', '191938.537500', '191938.997500', '191939.457500', '191939.917500', '191940.377500', '191940.837500', '191941.297500', '191941.757500', '191942.217500', '191942.677500', '191943.137500', '191943.597500', '191944.057500', '191944.517500', '191944.977500', '191945.437500', '191945.897500', '191946.357500', '191946.817500', '191947.277500', '191947.737500', '191948.197500', '191948.657500', '191949.117500', '191949.577500', '191950.037500', '191950.497500', '191950.957500', '191951.417500', '191951.877500', '191952.337500', '191952.797500', '191953.257500', '191953.717500', '191954.177500', '191954.637500', '191955.097500', '191955.557500', '191956.017500', '191956.477500', '191956.937500', '191957.397500', '191957.857500', '191958.317500', '191958.777500', '191959.237500', '191959.697500', '192000.157500', '192000.617500', '192001.077500', '192001.537500', '192001.997500', '192002.457500', '192002.917500', '192003.377500', '192003.837500', '192004.297500', '192004.757500', '192005.217500', '192005.677500', '192006.137500', '192006.597500', '192007.057500', '192007.517500', '192007.977500', '192008.437500', '192008.897500', '192009.357500', '192009.817500', '192010.277500', '192010.737500', '192011.197500', '192011.657500', '192012.117500', '192012.577500', '192013.037500', '192013.497500', '192013.957500', '192014.417500', '192014.877500', '192015.337500', '192015.797500', '192016.257500', '192016.717500', '192017.177500', '192017.637500', '192018.097500', '192018.557500', '192019.017500', '192019.477500', '192019.937500', '192020.397500', '192020.857500', '192021.317500', '192021.777500', '192022.237500', '192022.697500', '192023.157500', '192023.617500', '192024.077500', '192024.537500', '192024.997500', '192025.457500', '192025.917500', '192026.377500', '192026.837500', '192027.297500', '192027.757500', '192028.217500', '192028.677500', '192029.137500', '192029.597500', '192030.057500', '192030.517500', '192030.977500', '192031.437500', '192031.897500', '192032.357500', '192032.817500', '192033.277500', '192033.737500', '192034.197500', '192034.657500', '192035.117500', '192035.577500', '192036.037500', '192036.497500', '192036.957500', '192037.417500', '192037.877500', '192038.337500', '192038.797500', '192039.257500', '192039.717500', '192040.177500', '192040.637500', '192041.097500', '192041.557500', '192042.017500', '192042.477500', '192042.937500', '192043.397500', '192043.857500', '192044.317500', '192044.777500', '192045.237500', '192045.697500', '192046.157500', '192046.617500', '192047.077500', '192047.537500', '192047.997500', '192048.457500', '192048.917500', '192049.377500', '192049.837500', '192050.297500', '192050.757500', '192051.217500', '192051.677500', '192052.137500', '192052.597500', '192053.057500', '192053.517500', '192053.977500', '192054.437500', '192054.897500', '192055.357500', '192055.817500', '192056.277500', '192056.737500', '192057.197500', '192057.657500', '192058.117500', '192058.577500', '192059.037500', '192059.497500', '192059.957500', '192100.417500', '192100.877500', '192101.337500', '192101.797500', '192102.257500', '192102.717500', '192103.177500', '192103.637500', '192104.097500', '192104.557500', '192105.017500', '192105.477500', '192105.937500', '192106.397500', '192106.857500', '192107.317500', '192107.777500', '192108.237500', '192108.697500', '192109.157500', '192109.617500', '192110.077500', '192110.537500', '192110.997500', '192111.457500', '192111.917500', '192112.377500', '192112.837500', '192113.297500', '192113.757500', '192114.217500', '192114.677500', '192115.137500', '192115.597500', '192116.057500', '192116.517500', '192116.977500', '192117.437500', '192117.897500', '192118.357500', '192118.817500', '192119.277500', '192119.737500', '192120.197500', '192120.657500', '192121.117500', '192121.577500', '192122.037500', '192122.497500', '192122.957500', '192123.417500', '192123.877500', '192124.337500', '192124.797500', '192125.257500', '192125.717500', '192126.177500', '192126.637500', '192127.097500', '192127.557500', '192128.017500', '192128.477500', '192128.937500', '192129.397500', '192129.857500', '192130.317500', '192130.777500', '192131.237500', '192131.697500', '192132.157500', '192132.617500', '192133.077500', '192133.537500', '192133.997500', '192134.457500', '192134.917500', '192135.377500', '192135.837500', '192136.297500', '192136.757500', '192137.217500', '192137.677500', '192138.137500', '192138.597500', '192139.057500', '192139.517500', '192139.977500', '192140.437500', '192140.897500', '192141.357500', '192141.817500', '192142.277500', '192142.737500', '192143.197500', '192143.657500', '192144.117500', '192144.577500', '192145.037500', '192145.497500', '192145.957500', '192146.417500', '192146.877500', '192147.337500', '192147.797500', '192148.257500', '192148.717500', '192149.177500', '192149.637500', '192150.097500', '192150.557500', '192151.017500', '192151.477500', '192151.937500', '192152.397500', '192152.857500', '192153.317500', '192153.777500', '192154.237500', '192154.697500', '192155.157500', '192155.617500', '192156.077500', '192156.537500', '192156.997500', '192157.457500', '192157.917500', '192158.377500', '192158.837500', '192159.297500', '192159.757500', '192200.217500', '192200.677500', '192201.137500', '192201.597500', '192202.057500', '192202.517500', '192202.977500', '192203.437500', '192203.897500', '192204.357500', '192204.817500', '192205.277500', '192205.737500', '192206.197500', '192206.657500', '192207.117500', '192207.577500', '192208.037500', '192208.497500', '192208.957500', '192209.417500', '192209.877500', '192210.337500', '192210.797500', '192211.257500', '192211.717500', '192212.177500', '192212.637500', '192213.097500', '192213.557500', '192214.017500', '192214.477500', '192214.937500', '192215.397500', '192215.857500', '192216.317500', '192216.777500', '192217.237500', '192217.697500', '192218.157500', '192218.617500', '192219.077500', '192219.537500', '192219.997500', '192220.457500', '192220.917500', '192221.377500', '192221.837500', '192222.297500', '192222.757500', '192223.217500', '192223.677500', '192224.137500', '192224.597500', '192225.057500', '192225.517500', '192225.977500', '192226.437500', '192226.897500', '192227.357500', '192227.817500', '192228.277500', '192228.737500', '192229.197500', '192229.657500', '192230.117500', '192230.577500', '192231.037500', '192231.497500', '192231.957500', '192232.417500', '192232.877500', '192233.337500', '192233.797500', '192234.257500', '192234.717500', '192235.177500', '192235.637500', '192236.097500', '192236.557500', '192237.017500', '192237.477500', '192237.937500', '192238.397500', '192238.857500', '192239.317500', '192239.777500', '192240.237500', '192240.697500', '192241.157500', '192241.617500', '192242.077500', '192242.537500', '192242.997500', '192243.457500', '192243.917500', '192244.377500', '192244.837500', '192245.297500', '192245.757500', '192246.217500', '192246.677500', '192247.137500', '192247.597500', '192248.057500', '192248.517500', '192248.977500', '192249.437500', '192249.897500', '192250.357500', '192250.817500', '192251.277500', '192251.737500', '192252.197500', '192252.657500', '192253.117500', '192253.577500', '192254.037500', '192254.497500', '192254.957500', '192255.417500', '192255.877500', '192256.337500', '192256.797500', '192257.257500', '192257.717500', '192258.177500', '192258.637500', '192259.097500', '192259.557500', '192300.017500', '192300.477500', '192300.937500', '192301.397500', '192301.857500', '192302.317500', '192302.777500', '192303.237500', '192303.697500', '192304.157500', '192304.617500', '192305.077500', '192305.537500', '192305.997500', '192306.457500', '192306.917500', '192307.377500', '192307.837500', '192308.297500', '192308.757500', '192309.217500', '192309.677500', '192310.137500', '192310.597500', '192311.057500', '192311.517500', '192311.977500', '192312.437500', '192312.897500', '192313.357500', '192313.817500', '192314.277500', '192314.737500', '192315.197500', '192315.657500', '192316.117500', '192316.577500', '192317.037500', '192317.497500', '192317.957500', '192318.417500', '192318.877500', '192319.337500', '192319.797500', '192320.257500', '192320.717500', '192321.177500', '192321.637500', '192322.097500', '192322.557500', '192323.017500', '192323.477500', '192323.937500', '192324.397500', '192324.857500', '192325.317500', '192325.777500', '192326.237500', '192326.697500', '192327.157500', '192327.617500', '192328.077500', '192328.537500', '192328.997500', '192329.457500', '192329.917500', '192330.377500', '192330.837500', '192331.297500', '192331.757500', '192332.217500', '192332.677500', '192333.137500', '192333.597500', '192334.057500', '192334.517500', '192334.977500', '192335.437500', '192335.897500', '192336.357500', '192336.817500', '192337.277500', '192337.737500', '192338.197500', '192338.657500', '192339.117500', '192339.577500', '192340.037500', '192340.497500', '192340.957500', '192341.417500', '192341.877500', '192342.337500', '192342.797500', '192343.257500', '192343.717500', '192344.177500', '192344.637500', '192345.097500', '192345.557500', '192346.017500', '192346.477500', '192346.937500', '192347.397500', '192347.857500', '192348.317500', '192348.777500', '192349.237500', '192349.697500', '192350.157500', '192350.617500', '192351.077500', '192351.537500', '192351.997500', '192352.457500', '192352.917500', '192353.377500', '192353.837500', '192354.297500', '192354.757500', '192355.217500', '192355.677500', '192356.137500', '192356.597500', '192357.057500', '192357.517500', '192357.977500', '192358.437500', '192358.897500', '192359.357500', '192359.817500', '192400.277500', '192400.737500', '192401.197500', '192401.657500', '192402.117500', '192402.577500', '192403.037500', '192403.497500', '192403.957500', '192404.417500', '192404.877500', '192405.337500', '192405.797500', '192406.257500', '192406.717500', '192407.177500', '192407.637500', '192408.097500', '192408.557500', '192409.017500', '192409.477500', '192409.937500', '192410.397500', '192410.857500', '192411.317500', '192411.777500', '192412.237500', '192412.697500', '192413.157500', '192413.617500', '192414.077500', '192414.537500', '192414.997500', '192415.457500', '192415.917500', '192416.377500', '192416.837500', '192417.297500', '192417.757500', '192418.217500', '192418.677500', '192419.137500', '192419.597500', '192420.057500', '192420.517500', '192420.977500', '192421.437500', '192421.897500', '192422.357500', '192422.817500', '192423.277500', '192423.737500', '192424.197500', '192424.657500', '192425.117500', '192425.577500', '192426.037500', '192426.497500', '192426.957500', '192427.417500', '192427.877500', '192428.337500', '192428.797500', '192429.257500', '192429.717500', '192430.177500', '192430.637500', '192431.097500', '192431.557500', '192432.017500', '192432.477500', '192432.937500', '192433.397500', '192433.857500', '192434.317500', '192434.777500', '192435.237500', '192435.697500', '192436.157500', '192436.617500', '192437.077500', '192437.537500', '192437.997500', '192438.457500', '192438.917500', '192439.377500', '192439.837500', '192440.297500', '192440.757500', '192441.217500', '192441.677500', '192442.137500', '192442.597500', '192443.057500', '192443.517500', '192443.977500', '192444.437500', '192444.897500', '192445.357500', '192445.817500', '192446.277500', '192446.737500', '192447.197500', '192447.657500', '192448.117500', '192448.577500', '192449.037500', '192449.497500', '192449.957500', '192450.417500', '192450.877500', '192451.337500', '192451.797500', '192452.257500', '192452.717500', '192453.177500', '192453.637500', '192454.097500', '192454.557500', '192455.017500', '192455.477500', '192455.937500', '192456.397500', '192456.857500', '192457.317500', '192457.777500', '192458.237500', '192458.697500', '192459.157500', '192459.617500', '192500.077500', '192500.537500', '192500.997500', '192501.457500', '192501.917500', '192502.377500', '192502.837500', '192503.297500', '192503.757500', '192504.217500', '192504.677500', '192505.137500', '192505.597500', '192506.057500', '192506.517500', '192506.977500', '192507.437500', '192507.897500', '192508.357500', '192508.817500', '192509.277500', '192509.737500', '192510.197500', '192510.657500', '192511.117500', '192511.577500', '192512.037500', '192512.497500', '192512.957500', '192513.417500', '192513.877500', '192514.337500', '192514.797500', '192515.257500', '192515.717500', '192516.177500', '192516.637500', '192517.097500', '192517.557500', '192518.017500', '192518.477500', '192518.937500', '192519.397500', '192519.857500', '192520.317500', '192520.777500', '192521.237500', '192521.697500', '192522.157500', '192522.617500', '192523.077500', '192523.537500', '192523.997500', '192524.457500', '192524.917500', '192525.377500', '192525.837500', '192526.297500', '192526.757500', '192527.217500', '192527.677500', '192528.137500', '192528.597500', '192529.057500', '192529.517500', '192529.977500', '192530.437500', '192530.897500', '192531.357500', '192531.817500', '192532.277500', '192532.737500', '192533.197500', '192533.657500', '192534.117500', '192534.577500', '192535.037500', '192535.497500', '192535.957500', '192536.417500', '192536.877500', '192537.337500', '192537.797500', '192538.257500', '192538.717500', '192539.177500', '192539.637500', '192540.097500', '192540.557500', '192541.017500', '192541.477500', '192541.937500', '192542.397500', '192542.857500', '192543.317500', '192543.777500', '192544.237500', '192544.697500', '192545.157500', '192545.617500', '192546.077500', '192546.537500', '192546.997500', '192547.457500', '192547.917500', '192548.377500', '192548.837500', '192549.297500', '192549.757500', '192550.217500', '192550.677500', '192551.137500', '192551.597500', '192552.057500', '192552.517500', '192552.977500', '192553.437500', '192553.897500', '192554.357500', '192554.817500', '192555.277500', '192555.737500', '192556.197500', '192556.657500', '192557.117500', '192557.577500', '192558.037500', '192558.497500', '192558.957500', '192559.417500', '192559.877500', '192600.337500', '192600.797500', '192601.257500', '192601.717500', '192602.177500', '192602.637500', '192603.097500', '192603.557500', '192604.017500', '192604.477500', '192604.937500', '192605.397500', '192605.857500', '192606.317500', '192606.777500', '192607.237500', '192607.697500', '192608.157500', '192608.617500', '192609.077500', '192609.537500', '192609.997500', '192610.457500', '192610.917500', '192611.377500', '192611.837500', '192612.297500', '192612.757500', '192613.217500', '192613.677500', '192614.137500', '192614.597500', '192615.057500', '192615.517500', '192615.977500', '192616.437500', '192616.897500', '192617.357500', '192617.817500', '192618.277500', '192618.737500', '192619.197500', '192619.657500', '192620.117500', '192620.577500', '192621.037500', '192621.497500', '192621.957500', '192622.417500', '192622.877500', '192623.337500', '192623.797500', '192624.257500', '192624.717500', '192625.177500', '192625.637500', '192626.097500', '192626.557500', '192627.017500', '192627.477500', '192627.937500', '192628.397500', '192628.857500', '192629.317500', '192629.777500', '192630.237500', '192630.697500', '192631.157500', '192631.617500', '192632.077500', '192632.537500', '192632.997500', '192633.457500', '192633.917500', '192634.377500', '192634.837500', '192635.297500', '192635.757500', '192636.217500', '192636.677500', '192637.137500', '192637.597500', '192638.057500', '192638.517500', '192638.977500', '192639.437500', '192639.897500', '192640.357500', '192640.817500', '192641.277500', '192641.737500', '192642.197500', '192642.657500', '192643.117500', '192643.577500', '192644.037500', '192644.497500', '192644.957500', '192645.417500', '192645.877500', '192646.337500', '192646.797500', '192647.257500', '192647.717500', '192648.177500', '192648.637500', '192649.097500', '192649.557500', '192650.017500', '192650.477500', '192650.937500', '192651.397500', '192651.857500'], 'ContentTime': ['191714.768000', '191714.772000', '191714.775000', '191714.777000', '191714.780000', '191714.782000', '191714.785000', '191714.788000', '191714.790000', '191714.793000', '191714.795000', '191714.798000', '191714.800000', '191714.827000', '191714.829000', '191714.832000', '191714.835000', '191714.837000', '191714.840000', '191714.842000', '191714.845000', '191714.848000', '191714.850000', '191714.853000', '191714.855000', '191714.858000', '191714.860000', '191714.863000', '191714.866000', '191714.875000', '191714.877000', '191714.880000', '191714.882000', '191714.885000', '191714.888000', '191714.890000', '191714.902000', '191714.905000', '191714.908000', '191734.737000', '191734.740000', '191734.743000', '191734.745000', '191734.748000', '191734.751000', '191734.753000', '191734.756000', '191734.759000', '191734.761000', '191734.764000', '191734.766000', '191734.769000', '191734.772000', '191734.774000', '191734.777000', '191734.779000', '191734.782000', '191734.785000', '191734.787000', '191734.790000', '191734.792000', '191734.795000', '191734.797000', '191734.800000', '191734.802000', '191734.805000', '191734.807000', '191734.810000', '191734.812000', '191734.815000', '191734.818000', '191734.820000', '191734.823000', '191734.825000', '191734.828000', '191734.830000', '191734.833000', '191734.835000', '191734.838000', '191734.840000', '191734.843000', '191734.845000', '191754.737000', '191754.740000', '191754.743000', '191754.745000', '191754.748000', '191754.751000', '191754.753000', '191754.756000', '191754.758000', '191754.761000', '191754.763000', '191754.766000', '191754.768000', '191754.771000', '191754.774000', '191754.776000', '191754.779000', '191754.781000', '191754.784000', '191754.794000', '191754.797000', '191754.800000', '191754.802000', '191754.805000', '191754.808000', '191754.810000', '191754.813000', '191754.816000', '191754.818000', '191754.821000', '191754.823000', '191754.826000', '191754.829000', '191754.831000', '191754.834000', '191754.836000', '191754.839000', '191754.841000', '191754.844000', '191754.847000', '191754.849000', '191754.852000', '191754.854000', '191754.857000', '191814.737000', '191814.740000', '191814.743000', '191814.746000', '191814.748000', '191814.751000', '191814.753000', '191814.756000', '191814.759000', '191814.763000', '191814.766000', '191814.769000', '191814.772000', '191814.775000', '191814.777000', '191814.780000', '191814.782000', '191814.785000', '191814.788000', '191814.790000', '191814.793000', '191814.795000', '191814.798000', '191814.801000', '191814.803000', '191814.806000', '191814.808000', '191814.811000', '191814.813000', '191814.816000', '191814.819000', '191814.821000', '191814.824000', '191814.826000', '191814.829000', '191814.832000', '191814.834000', '191814.837000', '191814.839000', '191814.842000', '191814.844000', '191814.847000', '191814.850000', '191834.737000', '191834.740000', '191834.743000', '191834.746000', '191834.748000', '191834.751000', '191834.753000', '191834.756000', '191834.759000', '191834.761000', '191834.764000', '191834.766000', '191834.769000', '191834.771000', '191834.774000', '191834.776000', '191834.779000', '191834.782000', '191834.784000', '191834.787000', '191834.789000', '191834.792000', '191834.794000', '191834.797000', '191834.799000', '191834.802000', '191834.805000', '191834.807000', '191834.810000', '191834.812000', '191834.815000', '191834.818000', '191834.820000', '191834.823000', '191834.826000', '191834.828000', '191834.831000', '191834.833000', '191834.836000', '191834.838000', '191834.841000', '191834.843000', '191834.854000', '191834.857000', '191854.737000', '191854.740000', '191854.743000', '191854.746000', '191854.748000', '191854.751000', '191854.753000', '191854.756000', '191854.758000', '191854.761000', '191854.764000', '191854.766000', '191854.769000', '191854.785000', '191854.788000', '191854.790000', '191854.793000', '191854.795000', '191854.798000', '191854.801000', '191854.803000', '191854.810000', '191854.812000', '191854.815000', '191854.818000', '191854.820000', '191854.823000', '191854.826000', '191854.828000', '191854.831000', '191854.833000', '191854.836000', '191854.838000', '191854.841000', '191854.844000', '191854.846000', '191854.849000', '191854.851000', '191854.854000', '191854.856000', '191854.859000', '191854.862000', '191854.864000', '191914.737000', '191914.740000', '191914.743000', '191914.745000', '191914.748000', '191914.751000', '191914.753000', '191914.756000', '191914.758000', '191914.761000', '191914.763000', '191914.766000', '191914.769000', '191914.771000', '191914.774000', '191914.777000', '191914.779000', '191914.782000', '191914.784000', '191914.787000', '191914.789000', '191914.792000', '191914.795000', '191914.797000', '191914.800000', '191914.802000', '191914.805000', '191914.808000', '191914.810000', '191914.813000', '191914.815000', '191914.818000', '191914.820000', '191914.824000', '191914.826000', '191914.829000', '191914.831000', '191914.834000', '191914.837000', '191914.839000', '191914.842000', '191914.845000', '191914.847000', '191914.850000', '191934.737000', '191934.740000', '191934.743000', '191934.745000', '191934.748000', '191934.751000', '191934.753000', '191934.756000', '191934.758000', '191934.761000', '191934.764000', '191934.766000', '191934.769000', '191934.772000', '191934.774000', '191934.777000', '191934.779000', '191934.782000', '191934.784000', '191934.787000', '191934.790000', '191934.792000', '191934.795000', '191934.798000', '191934.801000', '191934.804000', '191934.807000', '191934.809000', '191934.812000', '191934.814000', '191934.817000', '191934.820000', '191934.822000', '191934.825000', '191934.827000', '191934.830000', '191934.832000', '191934.845000', '191934.848000', '191934.851000', '191934.858000', '191934.861000', '191934.863000', '191954.737000', '191954.740000', '191954.743000', '191954.746000', '191954.748000', '191954.751000', '191954.754000', '191954.757000', '191954.759000', '191954.762000', '191954.764000', '191954.767000', '191954.770000', '191954.772000', '191954.775000', '191954.777000', '191954.780000', '191954.783000', '191954.785000', '191954.788000', '191954.791000', '191954.793000', '191954.796000', '191954.798000', '191954.801000', '191954.804000', '191954.806000', '191954.809000', '191954.811000', '191954.814000', '191954.817000', '191954.819000', '191954.822000', '191954.824000', '191954.827000', '191954.829000', '191954.832000', '191954.835000', '191954.837000', '191954.840000', '191954.843000', '191954.845000', '191954.848000', '191954.850000', '192014.738000', '192014.740000', '192014.743000', '192014.745000', '192014.748000', '192014.751000', '192014.753000', '192014.756000', '192014.758000', '192014.761000', '192014.763000', '192014.766000', '192014.769000', '192014.771000', '192014.774000', '192014.776000', '192014.779000', '192014.781000', '192014.784000', '192014.786000', '192014.789000', '192014.792000', '192014.794000', '192014.797000', '192014.799000', '192014.802000', '192014.805000', '192014.807000', '192014.810000', '192014.813000', '192014.816000', '192014.819000', '192014.822000', '192014.824000', '192014.827000', '192014.829000', '192014.832000', '192014.835000', '192014.847000', '192014.849000', '192014.852000', '192014.854000', '192014.857000', '192034.738000', '192034.740000', '192034.743000', '192034.746000', '192034.748000', '192034.751000', '192034.753000', '192034.756000', '192034.758000', '192034.761000', '192034.764000', '192034.766000', '192034.769000', '192034.771000', '192034.782000', '192034.785000', '192034.787000', '192034.790000', '192034.792000', '192034.795000', '192034.798000', '192034.800000', '192034.803000', '192034.805000', '192034.808000', '192034.811000', '192034.813000', '192034.816000', '192034.819000', '192034.821000', '192034.824000', '192034.826000', '192034.829000', '192034.832000', '192034.834000', '192034.837000', '192034.839000', '192034.842000', '192034.844000', '192034.847000', '192034.850000', '192034.852000', '192034.855000', '192034.857000', '192054.738000', '192054.740000', '192054.743000', '192054.746000', '192054.748000', '192054.751000', '192054.754000', '192054.756000', '192054.759000', '192054.762000', '192054.764000', '192054.767000', '192054.769000', '192054.772000', '192054.774000', '192054.777000', '192054.780000', '192054.782000', '192054.785000', '192054.787000', '192054.790000', '192054.793000', '192054.795000', '192054.798000', '192054.800000', '192054.803000', '192054.806000', '192054.808000', '192054.811000', '192054.814000', '192054.817000', '192054.820000', '192054.823000', '192054.825000', '192054.828000', '192054.830000', '192054.833000', '192054.836000', '192054.839000', '192054.842000', '192054.845000', '192054.847000', '192054.850000', '192114.737000', '192114.740000', '192114.743000', '192114.745000', '192114.748000', '192114.751000', '192114.753000', '192114.756000', '192114.759000', '192114.762000', '192114.764000', '192114.767000', '192114.770000', '192114.772000', '192114.775000', '192114.777000', '192114.780000', '192114.783000', '192114.785000', '192114.788000', '192114.791000', '192114.793000', '192114.796000', '192114.799000', '192114.802000', '192114.804000', '192114.807000', '192114.809000', '192114.812000', '192114.815000', '192114.817000', '192114.820000', '192114.823000', '192114.825000', '192114.828000', '192114.831000', '192114.834000', '192114.836000', '192114.839000', '192114.842000', '192114.844000', '192114.847000', '192114.849000', '192114.852000', '192134.738000', '192134.741000', '192134.743000', '192134.746000', '192134.748000', '192134.751000', '192134.754000', '192134.756000', '192134.759000', '192134.762000', '192134.764000', '192134.767000', '192134.770000', '192134.772000', '192134.775000', '192134.778000', '192134.780000', '192134.783000', '192134.785000', '192134.788000', '192134.791000', '192134.794000', '192134.797000', '192134.800000', '192134.802000', '192134.805000', '192134.808000', '192134.810000', '192134.813000', '192134.815000', '192134.818000', '192134.821000', '192134.823000', '192134.826000', '192134.828000', '192134.831000', '192134.834000', '192134.836000', '192134.839000', '192134.842000', '192134.844000', '192134.847000', '192134.849000', '192154.738000', '192154.740000', '192154.743000', '192154.746000', '192154.748000', '192154.761000', '192154.763000', '192154.766000', '192154.768000', '192154.771000', '192154.774000', '192154.776000', '192154.779000', '192154.781000', '192154.784000', '192154.786000', '192154.789000', '192154.792000', '192154.794000', '192154.797000', '192154.800000', '192154.802000', '192154.805000', '192154.808000', '192154.810000', '192154.813000', '192154.815000', '192154.818000', '192154.821000', '192154.823000', '192154.826000', '192154.829000', '192154.831000', '192154.839000', '192154.842000', '192154.844000', '192154.847000', '192154.849000', '192154.852000', '192154.854000', '192154.857000', '192154.860000', '192154.862000', '192154.865000', '192214.737000', '192214.740000', '192214.743000', '192214.746000', '192214.748000', '192214.751000', '192214.754000', '192214.756000', '192214.759000', '192214.762000', '192214.764000', '192214.767000', '192214.770000', '192214.772000', '192214.775000', '192214.778000', '192214.780000', '192214.783000', '192214.785000', '192214.788000', '192214.791000', '192214.793000', '192214.796000', '192214.799000', '192214.801000', '192214.804000', '192214.806000', '192214.809000', '192214.811000', '192214.814000', '192214.817000', '192214.819000', '192214.822000', '192214.825000', '192214.827000', '192214.830000', '192214.832000', '192214.835000', '192214.838000', '192214.840000', '192214.843000', '192214.845000', '192214.848000', '192234.738000', '192234.741000', '192234.743000', '192234.746000', '192234.749000', '192234.751000', '192234.754000', '192234.756000', '192234.759000', '192234.761000', '192234.764000', '192234.767000', '192234.769000', '192234.772000', '192234.774000', '192234.777000', '192234.780000', '192234.782000', '192234.785000', '192234.787000', '192234.790000', '192234.793000', '192234.795000', '192234.798000', '192234.801000', '192234.803000', '192234.806000', '192234.808000', '192234.811000', '192234.814000', '192234.816000', '192234.819000', '192234.821000', '192234.824000', '192234.827000', '192234.830000', '192234.832000', '192234.835000', '192234.837000', '192234.840000', '192234.843000', '192234.845000', '192234.848000', '192234.850000', '192254.737000', '192254.740000', '192254.743000', '192254.746000', '192254.748000', '192254.751000', '192254.759000', '192254.762000', '192254.764000', '192254.767000', '192254.769000', '192254.772000', '192254.775000', '192254.777000', '192254.780000', '192254.782000', '192254.785000', '192254.788000', '192254.790000', '192254.793000', '192254.795000', '192254.798000', '192254.801000', '192254.803000', '192254.806000', '192254.808000', '192254.811000', '192254.814000', '192254.816000', '192254.819000', '192254.821000', '192254.824000', '192254.827000', '192254.829000', '192254.832000', '192254.835000', '192254.837000', '192254.840000', '192254.844000', '192254.846000', '192254.849000', '192254.851000', '192254.854000', '192314.738000', '192314.741000', '192314.744000', '192314.746000', '192314.749000', '192314.752000', '192314.754000', '192314.757000', '192314.759000', '192314.762000', '192314.764000', '192314.767000', '192314.770000', '192314.772000', '192314.775000', '192314.777000', '192314.794000', '192314.797000', '192314.800000', '192314.802000', '192314.805000', '192314.807000', '192314.810000', '192314.812000', '192314.815000', '192314.818000', '192314.820000', '192314.823000', '192314.825000', '192314.828000', '192314.831000', '192314.833000', '192314.836000', '192314.839000', '192314.841000', '192314.844000', '192314.846000', '192314.849000', '192314.851000', '192314.854000', '192314.857000', '192314.859000', '192314.862000', '192314.864000', '192334.738000', '192334.740000', '192334.743000', '192334.746000', '192334.749000', '192334.751000', '192334.754000', '192334.756000', '192334.759000', '192334.762000', '192334.764000', '192334.767000', '192334.769000', '192334.772000', '192334.774000', '192334.777000', '192334.780000', '192334.782000', '192334.785000', '192334.787000', '192334.790000', '192334.792000', '192334.795000', '192334.798000', '192334.800000', '192334.803000', '192334.805000', '192334.808000', '192334.811000', '192334.813000', '192334.816000', '192334.819000', '192334.821000', '192334.824000', '192334.826000', '192334.829000', '192334.831000', '192334.834000', '192334.837000', '192334.839000', '192334.842000', '192334.844000', '192334.847000', '192354.738000', '192354.741000', '192354.743000', '192354.746000', '192354.749000', '192354.751000', '192354.754000', '192354.756000', '192354.759000', '192354.762000', '192354.764000', '192354.767000', '192354.769000', '192354.772000', '192354.775000', '192354.777000', '192354.780000', '192354.792000', '192354.795000', '192354.797000', '192354.800000', '192354.803000', '192354.805000', '192354.808000', '192354.810000', '192354.813000', '192354.816000', '192354.818000', '192354.821000', '192354.823000', '192354.826000', '192354.829000', '192354.831000', '192354.834000', '192354.836000', '192354.839000', '192354.842000', '192354.844000', '192354.847000', '192354.849000', '192354.852000', '192354.855000', '192354.857000', '192414.738000', '192414.740000', '192414.743000', '192414.746000', '192414.748000', '192414.751000', '192414.754000', '192414.757000', '192414.759000', '192414.762000', '192414.764000', '192414.767000', '192414.770000', '192414.772000', '192414.775000', '192414.778000', '192414.780000', '192414.783000', '192414.786000', '192414.788000', '192414.791000', '192414.793000', '192414.796000', '192414.799000', '192414.801000', '192414.804000', '192414.806000', '192414.809000', '192414.812000', '192414.814000', '192414.817000', '192414.819000', '192414.823000', '192414.826000', '192414.828000', '192414.831000', '192414.834000', '192414.836000', '192414.839000', '192414.841000', '192414.844000', '192414.847000', '192414.849000', '192414.852000', '192434.738000', '192434.741000', '192434.743000', '192434.746000', '192434.749000', '192434.751000', '192434.754000', '192434.757000', '192434.759000', '192434.762000', '192434.765000', '192434.768000', '192434.770000', '192434.773000', '192434.776000', '192434.778000', '192434.781000', '192434.784000', '192434.786000', '192434.789000', '192434.791000', '192434.794000', '192434.797000', '192434.799000', '192434.802000', '192434.805000', '192434.807000', '192434.810000', '192434.813000', '192434.815000', '192434.818000', '192434.820000', '192434.823000', '192434.826000', '192434.837000', '192434.839000', '192434.842000', '192434.844000', '192434.847000', '192434.850000', '192434.852000', '192434.861000', '192434.864000', '192434.867000', '192454.738000', '192454.741000', '192454.743000', '192454.746000', '192454.749000', '192454.751000', '192454.754000', '192454.757000', '192454.759000', '192454.762000', '192454.765000', '192454.768000', '192454.770000', '192454.773000', '192454.776000', '192454.778000', '192454.781000', '192454.784000', '192454.786000', '192454.789000', '192454.792000', '192454.794000', '192454.797000', '192454.800000', '192454.802000', '192454.805000', '192454.808000', '192454.810000', '192454.813000', '192454.816000', '192454.818000', '192454.821000', '192454.823000', '192454.826000', '192454.829000', '192454.831000', '192454.834000', '192454.837000', '192454.839000', '192454.842000', '192454.844000', '192454.847000', '192454.850000', '192514.738000', '192514.741000', '192514.743000', '192514.746000', '192514.748000', '192514.751000', '192514.753000', '192514.756000', '192514.759000', '192514.761000', '192514.764000', '192514.767000', '192514.770000', '192514.772000', '192514.775000', '192514.778000', '192514.780000', '192514.783000', '192514.786000', '192514.788000', '192514.791000', '192514.793000', '192514.796000', '192514.799000', '192514.801000', '192514.804000', '192514.807000', '192514.809000', '192514.812000', '192514.814000', '192514.817000', '192514.820000', '192514.822000', '192514.825000', '192514.827000', '192514.830000', '192514.833000', '192514.835000', '192514.838000', '192514.849000', '192514.852000', '192514.855000', '192514.857000', '192514.860000', '192534.738000', '192534.741000', '192534.743000', '192534.746000', '192534.749000', '192534.751000', '192534.754000', '192534.756000', '192534.759000', '192534.762000', '192534.764000', '192534.767000', '192534.770000', '192534.772000', '192534.775000', '192534.777000', '192534.780000', '192534.783000', '192534.785000', '192534.788000', '192534.791000', '192534.793000', '192534.796000', '192534.798000', '192534.801000', '192534.804000', '192534.806000', '192534.809000', '192534.812000', '192534.814000', '192534.817000', '192534.819000', '192534.822000', '192534.825000', '192534.827000', '192534.830000', '192534.832000', '192534.835000', '192534.838000', '192534.840000', '192534.843000', '192534.846000', '192534.848000', '192554.738000', '192554.742000', '192554.745000', '192554.747000', '192554.750000', '192554.753000', '192554.755000', '192554.759000', '192554.762000', '192554.779000', '192554.781000', '192554.784000', '192554.786000', '192554.789000', '192554.792000', '192554.794000', '192554.797000', '192554.800000', '192554.802000', '192554.805000', '192554.808000', '192554.810000', '192554.813000', '192554.815000', '192554.818000', '192554.821000', '192554.823000', '192554.826000', '192554.828000', '192554.831000', '192554.834000', '192554.836000', '192554.839000', '192554.841000', '192554.844000', '192554.846000', '192554.849000', '192554.852000', '192554.854000', '192554.857000', '192554.860000', '192554.862000', '192554.865000', '192554.867000', '192614.738000', '192614.741000', '192614.743000', '192614.746000', '192614.748000', '192614.751000', '192614.754000', '192614.756000', '192614.759000', '192614.762000', '192614.764000', '192614.767000', '192614.769000', '192614.772000', '192614.775000', '192614.777000', '192614.780000', '192614.782000', '192614.785000', '192614.787000', '192614.790000', '192614.793000', '192614.795000', '192614.798000', '192614.801000', '192614.803000', '192614.806000', '192614.808000', '192614.811000', '192614.814000', '192614.816000', '192614.819000', '192614.821000', '192614.824000', '192614.827000', '192614.829000', '192614.832000', '192614.834000', '192614.837000', '192614.840000', '192614.842000', '192614.854000', '192614.856000', '192634.739000', '192634.741000', '192634.744000', '192634.747000', '192634.749000', '192634.752000', '192634.754000', '192634.757000', '192634.760000', '192634.763000', '192634.765000', '192634.768000', '192634.771000', '192634.773000', '192634.776000', '192634.779000', '192634.781000', '192634.784000', '192634.786000', '192634.789000', '192634.792000', '192634.794000', '192634.797000', '192634.800000', '192634.802000', '192634.805000', '192634.808000', '192634.810000', '192634.813000', '192634.816000', '192634.818000', '192634.821000', '192634.824000', '192634.826000', '192634.829000', '192634.831000', '192634.834000', '192634.837000', '192634.839000', '192634.842000', '192634.844000', '192634.847000', '192634.850000', '192653.581000', '192653.584000', '192653.587000', '192653.590000', '192653.592000', '192653.595000', '192653.598000', '192653.601000', '192653.604000', '192653.607000', '192653.609000', '192653.612000', '192653.615000', '192653.618000', '192653.621000', '192653.623000', '192653.626000', '192653.629000', '192653.632000', '192653.634000', '192653.637000', '192653.640000', '192653.643000', '192653.645000', '192653.648000', '192653.651000', '192653.654000', '192653.657000', '192653.659000', '192653.662000', '192653.665000', '192653.668000', '192653.671000', '192653.674000', '192653.677000', '192653.681000', '192653.684000', '192653.687000', '192653.689000', '192653.692000', '192653.695000', '192653.698000'], 'InstanceCreationTime': ['191714.768000', '191714.772000', '191714.775000', '191714.777000', '191714.780000', '191714.782000', '191714.785000', '191714.788000', '191714.790000', '191714.793000', '191714.795000', '191714.798000', '191714.800000', '191714.827000', '191714.829000', '191714.832000', '191714.835000', '191714.837000', '191714.840000', '191714.842000', '191714.845000', '191714.848000', '191714.850000', '191714.853000', '191714.855000', '191714.858000', '191714.860000', '191714.863000', '191714.866000', '191714.875000', '191714.877000', '191714.880000', '191714.882000', '191714.885000', '191714.888000', '191714.890000', '191714.902000', '191714.905000', '191714.908000', '191734.737000', '191734.740000', '191734.743000', '191734.745000', '191734.748000', '191734.751000', '191734.753000', '191734.756000', '191734.759000', '191734.761000', '191734.764000', '191734.766000', '191734.769000', '191734.772000', '191734.774000', '191734.777000', '191734.779000', '191734.782000', '191734.785000', '191734.787000', '191734.790000', '191734.792000', '191734.795000', '191734.797000', '191734.800000', '191734.802000', '191734.805000', '191734.807000', '191734.810000', '191734.812000', '191734.815000', '191734.818000', '191734.820000', '191734.823000', '191734.825000', '191734.828000', '191734.830000', '191734.833000', '191734.835000', '191734.838000', '191734.840000', '191734.843000', '191734.845000', '191754.737000', '191754.740000', '191754.743000', '191754.745000', '191754.748000', '191754.751000', '191754.753000', '191754.756000', '191754.758000', '191754.761000', '191754.763000', '191754.766000', '191754.768000', '191754.771000', '191754.774000', '191754.776000', '191754.779000', '191754.781000', '191754.784000', '191754.794000', '191754.797000', '191754.800000', '191754.802000', '191754.805000', '191754.808000', '191754.810000', '191754.813000', '191754.816000', '191754.818000', '191754.821000', '191754.823000', '191754.826000', '191754.829000', '191754.831000', '191754.834000', '191754.836000', '191754.839000', '191754.841000', '191754.844000', '191754.847000', '191754.849000', '191754.852000', '191754.854000', '191754.857000', '191814.737000', '191814.740000', '191814.743000', '191814.746000', '191814.748000', '191814.751000', '191814.753000', '191814.756000', '191814.759000', '191814.763000', '191814.766000', '191814.769000', '191814.772000', '191814.775000', '191814.777000', '191814.780000', '191814.782000', '191814.785000', '191814.788000', '191814.790000', '191814.793000', '191814.795000', '191814.798000', '191814.801000', '191814.803000', '191814.806000', '191814.808000', '191814.811000', '191814.813000', '191814.816000', '191814.819000', '191814.821000', '191814.824000', '191814.826000', '191814.829000', '191814.832000', '191814.834000', '191814.837000', '191814.839000', '191814.842000', '191814.844000', '191814.847000', '191814.850000', '191834.737000', '191834.740000', '191834.743000', '191834.746000', '191834.748000', '191834.751000', '191834.753000', '191834.756000', '191834.759000', '191834.761000', '191834.764000', '191834.766000', '191834.769000', '191834.771000', '191834.774000', '191834.776000', '191834.779000', '191834.782000', '191834.784000', '191834.787000', '191834.789000', '191834.792000', '191834.794000', '191834.797000', '191834.799000', '191834.802000', '191834.805000', '191834.807000', '191834.810000', '191834.812000', '191834.815000', '191834.818000', '191834.820000', '191834.823000', '191834.826000', '191834.828000', '191834.831000', '191834.833000', '191834.836000', '191834.838000', '191834.841000', '191834.843000', '191834.854000', '191834.857000', '191854.737000', '191854.740000', '191854.743000', '191854.746000', '191854.748000', '191854.751000', '191854.753000', '191854.756000', '191854.758000', '191854.761000', '191854.764000', '191854.766000', '191854.769000', '191854.785000', '191854.788000', '191854.790000', '191854.793000', '191854.795000', '191854.798000', '191854.801000', '191854.803000', '191854.810000', '191854.812000', '191854.815000', '191854.818000', '191854.820000', '191854.823000', '191854.826000', '191854.828000', '191854.831000', '191854.833000', '191854.836000', '191854.838000', '191854.841000', '191854.844000', '191854.846000', '191854.849000', '191854.851000', '191854.854000', '191854.856000', '191854.859000', '191854.862000', '191854.864000', '191914.737000', '191914.740000', '191914.743000', '191914.745000', '191914.748000', '191914.751000', '191914.753000', '191914.756000', '191914.758000', '191914.761000', '191914.763000', '191914.766000', '191914.769000', '191914.771000', '191914.774000', '191914.777000', '191914.779000', '191914.782000', '191914.784000', '191914.787000', '191914.789000', '191914.792000', '191914.795000', '191914.797000', '191914.800000', '191914.802000', '191914.805000', '191914.808000', '191914.810000', '191914.813000', '191914.815000', '191914.818000', '191914.820000', '191914.824000', '191914.826000', '191914.829000', '191914.831000', '191914.834000', '191914.837000', '191914.839000', '191914.842000', '191914.845000', '191914.847000', '191914.850000', '191934.737000', '191934.740000', '191934.743000', '191934.745000', '191934.748000', '191934.751000', '191934.753000', '191934.756000', '191934.758000', '191934.761000', '191934.764000', '191934.766000', '191934.769000', '191934.772000', '191934.774000', '191934.777000', '191934.779000', '191934.782000', '191934.784000', '191934.787000', '191934.790000', '191934.792000', '191934.795000', '191934.798000', '191934.801000', '191934.804000', '191934.807000', '191934.809000', '191934.812000', '191934.814000', '191934.817000', '191934.820000', '191934.822000', '191934.825000', '191934.827000', '191934.830000', '191934.832000', '191934.845000', '191934.848000', '191934.851000', '191934.858000', '191934.861000', '191934.863000', '191954.737000', '191954.740000', '191954.743000', '191954.746000', '191954.748000', '191954.751000', '191954.754000', '191954.757000', '191954.759000', '191954.762000', '191954.764000', '191954.767000', '191954.770000', '191954.772000', '191954.775000', '191954.777000', '191954.780000', '191954.783000', '191954.785000', '191954.788000', '191954.791000', '191954.793000', '191954.796000', '191954.798000', '191954.801000', '191954.804000', '191954.806000', '191954.809000', '191954.811000', '191954.814000', '191954.817000', '191954.819000', '191954.822000', '191954.824000', '191954.827000', '191954.829000', '191954.832000', '191954.835000', '191954.837000', '191954.840000', '191954.843000', '191954.845000', '191954.848000', '191954.850000', '192014.738000', '192014.740000', '192014.743000', '192014.745000', '192014.748000', '192014.751000', '192014.753000', '192014.756000', '192014.758000', '192014.761000', '192014.763000', '192014.766000', '192014.769000', '192014.771000', '192014.774000', '192014.776000', '192014.779000', '192014.781000', '192014.784000', '192014.786000', '192014.789000', '192014.792000', '192014.794000', '192014.797000', '192014.799000', '192014.802000', '192014.805000', '192014.807000', '192014.810000', '192014.813000', '192014.816000', '192014.819000', '192014.822000', '192014.824000', '192014.827000', '192014.829000', '192014.832000', '192014.835000', '192014.847000', '192014.849000', '192014.852000', '192014.854000', '192014.857000', '192034.738000', '192034.740000', '192034.743000', '192034.746000', '192034.748000', '192034.751000', '192034.753000', '192034.756000', '192034.758000', '192034.761000', '192034.764000', '192034.766000', '192034.769000', '192034.771000', '192034.782000', '192034.785000', '192034.787000', '192034.790000', '192034.792000', '192034.795000', '192034.798000', '192034.800000', '192034.803000', '192034.805000', '192034.808000', '192034.811000', '192034.813000', '192034.816000', '192034.819000', '192034.821000', '192034.824000', '192034.826000', '192034.829000', '192034.832000', '192034.834000', '192034.837000', '192034.839000', '192034.842000', '192034.844000', '192034.847000', '192034.850000', '192034.852000', '192034.855000', '192034.857000', '192054.738000', '192054.740000', '192054.743000', '192054.746000', '192054.748000', '192054.751000', '192054.754000', '192054.756000', '192054.759000', '192054.762000', '192054.764000', '192054.767000', '192054.769000', '192054.772000', '192054.774000', '192054.777000', '192054.780000', '192054.782000', '192054.785000', '192054.787000', '192054.790000', '192054.793000', '192054.795000', '192054.798000', '192054.800000', '192054.803000', '192054.806000', '192054.808000', '192054.811000', '192054.814000', '192054.817000', '192054.820000', '192054.823000', '192054.825000', '192054.828000', '192054.830000', '192054.833000', '192054.836000', '192054.839000', '192054.842000', '192054.845000', '192054.847000', '192054.850000', '192114.737000', '192114.740000', '192114.743000', '192114.745000', '192114.748000', '192114.751000', '192114.753000', '192114.756000', '192114.759000', '192114.762000', '192114.764000', '192114.767000', '192114.770000', '192114.772000', '192114.775000', '192114.777000', '192114.780000', '192114.783000', '192114.785000', '192114.788000', '192114.791000', '192114.793000', '192114.796000', '192114.799000', '192114.802000', '192114.804000', '192114.807000', '192114.809000', '192114.812000', '192114.815000', '192114.817000', '192114.820000', '192114.823000', '192114.825000', '192114.828000', '192114.831000', '192114.834000', '192114.836000', '192114.839000', '192114.842000', '192114.844000', '192114.847000', '192114.849000', '192114.852000', '192134.738000', '192134.741000', '192134.743000', '192134.746000', '192134.748000', '192134.751000', '192134.754000', '192134.756000', '192134.759000', '192134.762000', '192134.764000', '192134.767000', '192134.770000', '192134.772000', '192134.775000', '192134.778000', '192134.780000', '192134.783000', '192134.785000', '192134.788000', '192134.791000', '192134.794000', '192134.797000', '192134.800000', '192134.802000', '192134.805000', '192134.808000', '192134.810000', '192134.813000', '192134.815000', '192134.818000', '192134.821000', '192134.823000', '192134.826000', '192134.828000', '192134.831000', '192134.834000', '192134.836000', '192134.839000', '192134.842000', '192134.844000', '192134.847000', '192134.849000', '192154.738000', '192154.740000', '192154.743000', '192154.746000', '192154.748000', '192154.761000', '192154.763000', '192154.766000', '192154.768000', '192154.771000', '192154.774000', '192154.776000', '192154.779000', '192154.781000', '192154.784000', '192154.786000', '192154.789000', '192154.792000', '192154.794000', '192154.797000', '192154.800000', '192154.802000', '192154.805000', '192154.808000', '192154.810000', '192154.813000', '192154.815000', '192154.818000', '192154.821000', '192154.823000', '192154.826000', '192154.829000', '192154.831000', '192154.839000', '192154.842000', '192154.844000', '192154.847000', '192154.849000', '192154.852000', '192154.854000', '192154.857000', '192154.860000', '192154.862000', '192154.865000', '192214.737000', '192214.740000', '192214.743000', '192214.746000', '192214.748000', '192214.751000', '192214.754000', '192214.756000', '192214.759000', '192214.762000', '192214.764000', '192214.767000', '192214.770000', '192214.772000', '192214.775000', '192214.778000', '192214.780000', '192214.783000', '192214.785000', '192214.788000', '192214.791000', '192214.793000', '192214.796000', '192214.799000', '192214.801000', '192214.804000', '192214.806000', '192214.809000', '192214.811000', '192214.814000', '192214.817000', '192214.819000', '192214.822000', '192214.825000', '192214.827000', '192214.830000', '192214.832000', '192214.835000', '192214.838000', '192214.840000', '192214.843000', '192214.845000', '192214.848000', '192234.738000', '192234.741000', '192234.743000', '192234.746000', '192234.749000', '192234.751000', '192234.754000', '192234.756000', '192234.759000', '192234.761000', '192234.764000', '192234.767000', '192234.769000', '192234.772000', '192234.774000', '192234.777000', '192234.780000', '192234.782000', '192234.785000', '192234.787000', '192234.790000', '192234.793000', '192234.795000', '192234.798000', '192234.801000', '192234.803000', '192234.806000', '192234.808000', '192234.811000', '192234.814000', '192234.816000', '192234.819000', '192234.821000', '192234.824000', '192234.827000', '192234.830000', '192234.832000', '192234.835000', '192234.837000', '192234.840000', '192234.843000', '192234.845000', '192234.848000', '192234.850000', '192254.737000', '192254.740000', '192254.743000', '192254.746000', '192254.748000', '192254.751000', '192254.759000', '192254.762000', '192254.764000', '192254.767000', '192254.769000', '192254.772000', '192254.775000', '192254.777000', '192254.780000', '192254.782000', '192254.785000', '192254.788000', '192254.790000', '192254.793000', '192254.795000', '192254.798000', '192254.801000', '192254.803000', '192254.806000', '192254.808000', '192254.811000', '192254.814000', '192254.816000', '192254.819000', '192254.821000', '192254.824000', '192254.827000', '192254.829000', '192254.832000', '192254.835000', '192254.837000', '192254.840000', '192254.844000', '192254.846000', '192254.849000', '192254.851000', '192254.854000', '192314.738000', '192314.741000', '192314.744000', '192314.746000', '192314.749000', '192314.752000', '192314.754000', '192314.757000', '192314.759000', '192314.762000', '192314.764000', '192314.767000', '192314.770000', '192314.772000', '192314.775000', '192314.777000', '192314.794000', '192314.797000', '192314.800000', '192314.802000', '192314.805000', '192314.807000', '192314.810000', '192314.812000', '192314.815000', '192314.818000', '192314.820000', '192314.823000', '192314.825000', '192314.828000', '192314.831000', '192314.833000', '192314.836000', '192314.839000', '192314.841000', '192314.844000', '192314.846000', '192314.849000', '192314.851000', '192314.854000', '192314.857000', '192314.859000', '192314.862000', '192314.864000', '192334.738000', '192334.740000', '192334.743000', '192334.746000', '192334.749000', '192334.751000', '192334.754000', '192334.756000', '192334.759000', '192334.762000', '192334.764000', '192334.767000', '192334.769000', '192334.772000', '192334.774000', '192334.777000', '192334.780000', '192334.782000', '192334.785000', '192334.787000', '192334.790000', '192334.792000', '192334.795000', '192334.798000', '192334.800000', '192334.803000', '192334.805000', '192334.808000', '192334.811000', '192334.813000', '192334.816000', '192334.819000', '192334.821000', '192334.824000', '192334.826000', '192334.829000', '192334.831000', '192334.834000', '192334.837000', '192334.839000', '192334.842000', '192334.844000', '192334.847000', '192354.738000', '192354.741000', '192354.743000', '192354.746000', '192354.749000', '192354.751000', '192354.754000', '192354.756000', '192354.759000', '192354.762000', '192354.764000', '192354.767000', '192354.769000', '192354.772000', '192354.775000', '192354.777000', '192354.780000', '192354.792000', '192354.795000', '192354.797000', '192354.800000', '192354.803000', '192354.805000', '192354.808000', '192354.810000', '192354.813000', '192354.816000', '192354.818000', '192354.821000', '192354.823000', '192354.826000', '192354.829000', '192354.831000', '192354.834000', '192354.836000', '192354.839000', '192354.842000', '192354.844000', '192354.847000', '192354.849000', '192354.852000', '192354.855000', '192354.857000', '192414.738000', '192414.740000', '192414.743000', '192414.746000', '192414.748000', '192414.751000', '192414.754000', '192414.757000', '192414.759000', '192414.762000', '192414.764000', '192414.767000', '192414.770000', '192414.772000', '192414.775000', '192414.778000', '192414.780000', '192414.783000', '192414.786000', '192414.788000', '192414.791000', '192414.793000', '192414.796000', '192414.799000', '192414.801000', '192414.804000', '192414.806000', '192414.809000', '192414.812000', '192414.814000', '192414.817000', '192414.819000', '192414.823000', '192414.826000', '192414.828000', '192414.831000', '192414.834000', '192414.836000', '192414.839000', '192414.841000', '192414.844000', '192414.847000', '192414.849000', '192414.852000', '192434.738000', '192434.741000', '192434.743000', '192434.746000', '192434.749000', '192434.751000', '192434.754000', '192434.757000', '192434.759000', '192434.762000', '192434.765000', '192434.768000', '192434.770000', '192434.773000', '192434.776000', '192434.778000', '192434.781000', '192434.784000', '192434.786000', '192434.789000', '192434.791000', '192434.794000', '192434.797000', '192434.799000', '192434.802000', '192434.805000', '192434.807000', '192434.810000', '192434.813000', '192434.815000', '192434.818000', '192434.820000', '192434.823000', '192434.826000', '192434.837000', '192434.839000', '192434.842000', '192434.844000', '192434.847000', '192434.850000', '192434.852000', '192434.861000', '192434.864000', '192434.867000', '192454.738000', '192454.741000', '192454.743000', '192454.746000', '192454.749000', '192454.751000', '192454.754000', '192454.757000', '192454.759000', '192454.762000', '192454.765000', '192454.768000', '192454.770000', '192454.773000', '192454.776000', '192454.778000', '192454.781000', '192454.784000', '192454.786000', '192454.789000', '192454.792000', '192454.794000', '192454.797000', '192454.800000', '192454.802000', '192454.805000', '192454.808000', '192454.810000', '192454.813000', '192454.816000', '192454.818000', '192454.821000', '192454.823000', '192454.826000', '192454.829000', '192454.831000', '192454.834000', '192454.837000', '192454.839000', '192454.842000', '192454.844000', '192454.847000', '192454.850000', '192514.738000', '192514.741000', '192514.743000', '192514.746000', '192514.748000', '192514.751000', '192514.753000', '192514.756000', '192514.759000', '192514.761000', '192514.764000', '192514.767000', '192514.770000', '192514.772000', '192514.775000', '192514.778000', '192514.780000', '192514.783000', '192514.786000', '192514.788000', '192514.791000', '192514.793000', '192514.796000', '192514.799000', '192514.801000', '192514.804000', '192514.807000', '192514.809000', '192514.812000', '192514.814000', '192514.817000', '192514.820000', '192514.822000', '192514.825000', '192514.827000', '192514.830000', '192514.833000', '192514.835000', '192514.838000', '192514.849000', '192514.852000', '192514.855000', '192514.857000', '192514.860000', '192534.738000', '192534.741000', '192534.743000', '192534.746000', '192534.749000', '192534.751000', '192534.754000', '192534.756000', '192534.759000', '192534.762000', '192534.764000', '192534.767000', '192534.770000', '192534.772000', '192534.775000', '192534.777000', '192534.780000', '192534.783000', '192534.785000', '192534.788000', '192534.791000', '192534.793000', '192534.796000', '192534.798000', '192534.801000', '192534.804000', '192534.806000', '192534.809000', '192534.812000', '192534.814000', '192534.817000', '192534.819000', '192534.822000', '192534.825000', '192534.827000', '192534.830000', '192534.832000', '192534.835000', '192534.838000', '192534.840000', '192534.843000', '192534.846000', '192534.848000', '192554.738000', '192554.742000', '192554.745000', '192554.747000', '192554.750000', '192554.753000', '192554.755000', '192554.759000', '192554.762000', '192554.779000', '192554.781000', '192554.784000', '192554.786000', '192554.789000', '192554.792000', '192554.794000', '192554.797000', '192554.800000', '192554.802000', '192554.805000', '192554.808000', '192554.810000', '192554.813000', '192554.815000', '192554.818000', '192554.821000', '192554.823000', '192554.826000', '192554.828000', '192554.831000', '192554.834000', '192554.836000', '192554.839000', '192554.841000', '192554.844000', '192554.846000', '192554.849000', '192554.852000', '192554.854000', '192554.857000', '192554.860000', '192554.862000', '192554.865000', '192554.867000', '192614.738000', '192614.741000', '192614.743000', '192614.746000', '192614.748000', '192614.751000', '192614.754000', '192614.756000', '192614.759000', '192614.762000', '192614.764000', '192614.767000', '192614.769000', '192614.772000', '192614.775000', '192614.777000', '192614.780000', '192614.782000', '192614.785000', '192614.787000', '192614.790000', '192614.793000', '192614.795000', '192614.798000', '192614.801000', '192614.803000', '192614.806000', '192614.808000', '192614.811000', '192614.814000', '192614.816000', '192614.819000', '192614.821000', '192614.824000', '192614.827000', '192614.829000', '192614.832000', '192614.834000', '192614.837000', '192614.840000', '192614.842000', '192614.854000', '192614.856000', '192634.739000', '192634.741000', '192634.744000', '192634.747000', '192634.749000', '192634.752000', '192634.754000', '192634.757000', '192634.760000', '192634.763000', '192634.765000', '192634.768000', '192634.771000', '192634.773000', '192634.776000', '192634.779000', '192634.781000', '192634.784000', '192634.786000', '192634.789000', '192634.792000', '192634.794000', '192634.797000', '192634.800000', '192634.802000', '192634.805000', '192634.808000', '192634.810000', '192634.813000', '192634.816000', '192634.818000', '192634.821000', '192634.824000', '192634.826000', '192634.829000', '192634.831000', '192634.834000', '192634.837000', '192634.839000', '192634.842000', '192634.844000', '192634.847000', '192634.850000', '192653.581000', '192653.584000', '192653.587000', '192653.590000', '192653.592000', '192653.595000', '192653.598000', '192653.601000', '192653.604000', '192653.607000', '192653.609000', '192653.612000', '192653.615000', '192653.618000', '192653.621000', '192653.623000', '192653.626000', '192653.629000', '192653.632000', '192653.634000', '192653.637000', '192653.640000', '192653.643000', '192653.645000', '192653.648000', '192653.651000', '192653.654000', '192653.657000', '192653.659000', '192653.662000', '192653.665000', '192653.668000', '192653.671000', '192653.674000', '192653.677000', '192653.681000', '192653.684000', '192653.687000', '192653.689000', '192653.692000', '192653.695000', '192653.698000'], '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': [11283, 7680, 9318, 7507, 9276, 9790, 7851, 12101, 6930, 10993, 7864, 11747, 7873, 9785, 7937, 9810, 8423, 9549, 7806, 8312, 12129, 7556, 10716, 8131, 8855, 11066, 7708, 10571, 7342, 9175, 7930, 8240, 7645, 7134, 9473, 7134, 9751, 7534, 9686, 7475, 8806, 7431, 7959, 13771, 9565, 13309, 8062, 10277, 9194, 9034, 15851, 7985, 14062, 8124, 9673, 7468, 7849, 7438, 7345, 10606, 7459, 12116, 9104, 10889, 7507, 7185, 11617, 7764, 10578, 8118, 8943, 7630, 8081, 8231, 7267, 9703, 6804, 10657, 8609, 11351, 7356, 7654, 9060, 7978, 9760, 7541, 8253, 12898, 9710, 14979, 10769, 13772, 7711, 7520, 13557, 8568, 11732, 7762, 9267, 7430, 8555, 12840, 7156, 10387, 7674, 8797, 7527, 8567, 7669, 7183, 11082, 7554, 9632, 8056, 8823, 10398, 8050, 13299, 7801, 11927, 7609, 8890, 12203, 7792, 13294, 7558, 9222, 8616, 7579, 13266, 7413, 8974, 7577, 8459, 7655, 6733, 10765, 7356, 10673, 8261, 9029, 7385, 8204, 13132, 10197, 11643, 7553, 7270, 12606, 8724, 11147, 7611, 7663, 12368, 7542, 10338, 7884, 8907, 7455, 8775, 7607, 8048, 7625, 8887, 12412, 9330, 11970, 7704, 9547, 11021, 8735, 13529, 7389, 11049, 7445, 8783, 16192, 7820, 12345, 7829, 9169, 8227, 7511, 10191, 7643, 8975, 7394, 7713, 11439, 7021, 9634, 7756, 8757, 7398, 7830, 7788, 6952, 11190, 7867, 11703, 8501, 11743, 11831, 7662, 13491, 9510, 11036, 7740, 7501, 12296, 8209, 10739, 8088, 8761, 13465, 7292, 11294, 7693, 9150, 7651, 8404, 7412, 7969, 7818, 6764, 11506, 8075, 11700, 9049, 10777, 7997, 11585, 9057, 13797, 10830, 12980, 7848, 8665, 15123, 7886, 13647, 8349, 10215, 7822, 8760, 12541, 7262, 10322, 7479, 8855, 7545, 8565, 7529, 7692, 7649, 6918, 11117, 7863, 11001, 7878, 8724, 10363, 10138, 14379, 7994, 12626, 8820, 11657, 13944, 10090, 14689, 7338, 9221, 7532, 8757, 7670, 7700, 12437, 7516, 11793, 8102, 9519, 7806, 7517, 11291, 7846, 10937, 7472, 8955, 7506, 7928, 9598, 7364, 10471, 8191, 10885, 7540, 9809, 8349, 10718, 8215, 9786, 13776, 7790, 13818, 10530, 13417, 8349, 9088, 15690, 8026, 12427, 7493, 9122, 7391, 9006, 7657, 8446, 7514, 7759, 12564, 7559, 11541, 7698, 9461, 10848, 7811, 13945, 7225, 9419, 7317, 8771, 11207, 7526, 7753, 6952, 10849, 7753, 10855, 7389, 9663, 7426, 8685, 11028, 7325, 13348, 7109, 9002, 7452, 8887, 7661, 7602, 12290, 7325, 10481, 7541, 8144, 11021, 7235, 9540, 7697, 8818, 7397, 8799, 7910, 9277, 7392, 10029, 8489, 7915, 7253, 8541, 7799, 11366, 9108, 13088, 7406, 10531, 7995, 9094, 15610, 10734, 13661, 7695, 8546, 7704, 8460, 7663, 8111, 11419, 7783, 11884, 7997, 10272, 7389, 8908, 8364, 9386, 7608, 8562, 7545, 9781, 8214, 8783, 7703, 7722, 8162, 8298, 14463, 9169, 12711, 7338, 11076, 7590, 9149, 9244, 7851, 12640, 7332, 9093, 7354, 8314, 7676, 7274, 10858, 7283, 10040, 7150, 9388, 7439, 9272, 8797, 9366, 7328, 9294, 8348, 10747, 8212, 11287, 7712, 8812, 8747, 8391, 7732, 8495, 7896, 8855, 7396, 12910, 9147, 15280, 6781, 7905, 9813, 7747, 11506, 7526, 15808, 8784, 14578, 7177, 10789, 8582, 14542, 7415, 8317, 7562, 9240, 8358, 11247, 7519, 8986, 7568, 11288, 8486, 9542, 7458, 10794, 8566, 11275, 8748, 12163, 7543, 10068, 8088, 9965, 8041, 8339, 7343, 7433, 12126, 7588, 8848, 7116, 7320, 8464, 10875, 7817, 11195, 7309, 10730, 8200, 10757, 8181, 11769, 8421, 12139, 9552, 13390, 7687, 9993, 8201, 9289, 11506, 7809, 13531, 7564, 9586, 7324, 8472, 7169, 7183, 11094, 7088, 10177, 7843, 9325, 7948, 9011, 7502, 8771, 7486, 10650, 7667, 9101, 9137, 8846, 14225, 7460, 14006, 11801, 13796, 7475, 8815, 7544, 9421, 8035, 8142, 7228, 7688, 8274, 7939, 7111, 8447, 7747, 9162, 8458, 8445, 7375, 8157, 7348, 9960, 8330, 11584, 7422, 9240, 7206, 9807, 12333, 9693, 14901, 7152, 10844, 7524, 10709, 8224, 9414, 8209, 8532, 7482, 7789, 7384, 7056, 10765, 7361, 10133, 8182, 9231, 8645, 8791, 7932, 8266, 7750, 7598, 11019, 7595, 12174, 8642, 10785, 7108, 11115, 7519, 11998, 8572, 12103, 7165, 10702, 8518, 11931, 7825, 9617, 7935, 9512, 7780, 8663, 7255, 8524, 8644, 8059, 7165, 7837, 7484, 9032, 7117, 10743, 7876, 12224, 9501, 12203, 10007, 8320, 8445, 8210, 8848, 14861, 8869, 12226, 7365, 12256, 7673, 11845, 8658, 11059, 8749, 9112, 11039, 7769, 10440, 7089, 9349, 7746, 8385, 8060, 8427, 7414, 7743, 7216, 7414, 6934, 7204, 7960, 7381, 12133, 10350, 12802, 7100, 12234, 9205, 14246, 7427, 12302, 8101, 15135, 11444, 15643, 7672, 12785, 7944, 13978, 9182, 11606, 12421, 8101, 15612, 8361, 14250, 7134, 9583, 7910, 9487, 7666, 9927, 8376, 8854, 7369, 9360, 8686, 7884, 11854, 7349, 11459, 7833, 11468, 7851, 9144, 7256, 8394, 13548, 7717, 11137, 8147, 8427, 10460, 7505, 10106, 6976, 8857, 7754, 8814, 7630, 8143, 8370, 7517, 10433, 8121, 11097, 7412, 9068, 7142, 10574, 12601, 14950, 7369, 8883, 6961, 8709, 7541, 9839, 7126, 9409, 7225, 8148, 7383, 9786, 9789, 7646, 8794, 9582, 12703, 12026, 12406, 15910, 11121, 11111, 8077, 8147, 10589, 7197, 9848, 8448, 7745, 7499, 7957, 7598, 7654, 7385, 7559, 7655, 7941, 7213, 7894, 10377, 7810, 10957, 8372, 8418, 12765, 7830, 13327, 8409, 9736, 14086, 6877, 9790, 7238, 8334, 11467, 7082, 9649, 7856, 8331, 10252, 7638, 10017, 7630, 8846, 9637, 7285, 10888, 7171, 8394, 7576, 8482, 7471, 8072, 7247, 7521, 11170, 7588, 11918, 6979, 11025, 8243, 8652, 15793, 7893, 13496, 8504, 9116, 7672, 8547, 7818, 8045, 7695, 10256, 7826, 10710, 7757, 11044, 8486, 12786, 7419, 10866, 7672, 9644, 12827, 8484, 15331, 7254, 8930, 7485, 8676, 7931, 7509, 7215, 7686, 7825, 7229, 10211, 7149, 9907, 8513, 9852, 8729, 8821, 7984, 7562, 13270, 8500, 11157, 8326, 8200, 8833, 7512, 11571, 6726, 7808, 7296, 9175, 7404, 9061, 9807, 7719, 13137, 8165, 12669, 7473, 11500, 7466, 10152, 7505, 8690, 7876, 7924, 13375, 8127, 13204, 7405, 11536, 7728, 9635, 7707, 8336, 7472, 7463, 7169, 7770, 7133, 7365, 10483, 7787, 11628, 7654, 10767, 8201, 10221, 7692, 8164, 14425, 7598, 10067, 8191, 9443, 8218, 8435, 7362, 7883, 9323, 7305, 9892, 7041, 9116, 8419, 8914, 8419, 8078, 7570, 9369, 7125, 9364, 7841, 10607, 7915, 12652, 9112, 15036, 8173, 13649, 8732, 9488, 15177, 10593, 15159, 7650, 10402, 8285, 12247, 7748, 8399, 7650, 8545, 7389, 8734, 7669, 8407, 7477, 7772, 11523, 7689, 11824, 7255, 10833, 8335, 11634, 8236, 8329, 7475, 9328, 8270, 8140, 7308, 6788, 10509, 8752, 10501, 7659, 9030, 11132, 9135, 7507, 7496, 6980, 7119, 7236, 8076, 10607, 7876, 12405, 9326, 13634, 11197, 13332, 10869, 14245, 11123, 14158, 10541, 10275, 8210, 8626, 10264, 8143, 11611, 7172, 9012, 8026, 8840, 7730, 8647, 7677, 8063, 6979, 7388, 7837, 7214, 7291, 7253, 10575, 8947, 12273, 8998, 12954, 7858, 10142, 12577, 7831, 14185, 8153, 11834, 8814, 8369, 9668, 7430, 9808, 7342, 9961, 6998, 8440, 8196, 8216, 7997, 7107, 9819, 7336, 11208, 7439, 10164, 7768, 9427, 7587, 7615, 11161, 8451, 11401, 7623, 10196, 8012, 8560, 7466, 7740, 14104, 7764, 9876, 7498, 6846, 10845, 7195, 9245, 7108, 8892, 8132, 7027, 6807, 10848, 13054, 7525, 13403, 6679, 11853, 7151, 10828, 7837, 8031, 9254, 9568, 10115, 8800, 7936, 14774, 7307, 14993, 9543, 13686, 7572, 7581, 11854, 7198, 10373, 8151, 8294, 7309, 7806, 10847, 7493, 9280, 6981, 7549, 7506, 7922, 7492, 7994, 7333, 8071, 7267, 8434, 7364, 8183, 9044, 8132, 12717, 7418, 11368, 7627, 12994, 7750, 10593, 7374, 8034, 9259, 7551, 7489, 7968, 10017, 7509, 10466, 7491, 10819, 7088, 10352, 8472, 10372, 8229, 7970, 7772, 7911, 7172, 7614, 12003, 7490, 10958, 7906, 10428, 8919, 7971, 7660, 7515, 8747, 7321, 9185, 6812, 8140, 8140, 8956, 7276, 7746, 7110, 7615, 7362, 9327, 7220, 8061, 8617, 13468, 8464, 13932, 6963, 11762, 7807, 9282, 15221, 8852, 14218, 8147, 8934, 7484, 7572, 10856, 6875, 7611, 7233, 7814, 7666, 8379, 7370, 7508, 7832, 7301, 7261, 7570, 10481, 7141, 10757, 8005, 9080, 7887, 7776, 14305, 7423, 12716, 6863, 8174, 7043, 8021, 7110, 7597, 7035, 8078, 11756, 6980, 10328, 6768, 8473, 7561, 9406, 7194, 8297, 12324, 7151, 13680, 8966, 11534, 8044, 8035, 8099, 7183, 11612, 7180, 9089, 8006, 8207, 10303, 6860, 9747, 7608, 8310, 7179, 7328, 10313, 7424, 8100, 7777, 7774, 9713, 7039, 9402, 6687, 7797, 7170, 7632, 6865, 7548, 10710, 7158, 10681, 7318, 8874, 7046, 7118, 14481, 7873, 12300, 7882, 7747, 10905, 7389, 9379, 6746, 8183, 7023, 7649, 6920, 6826, 8799, 6737, 8397, 6831, 8305, 7322, 8994, 8594, 7934, 9713, 8328, 12135, 8195, 13054, 7319, 10085], 'WindowCenter': [4206.0, 4140.0, 4156.0, 4122.0, 4153.0, 4138.0, 4118.0, 4145.0, 4095.0, 4134.0, 4105.0, 4145.0, 4104.0, 4123.0, 4106.0, 4124.0, 4115.0, 4124.0, 4091.0, 4115.0, 4133.0, 4093.0, 4121.0, 4092.0, 4113.0, 4131.0, 4093.0, 4133.0, 4094.0, 4124.0, 4103.0, 4117.0, 4106.0, 4107.0, 4137.0, 4109.0, 4138.0, 4120.0, 4140.0, 4109.0, 4129.0, 4107.0, 4120.0, 4167.0, 4138.0, 4159.0, 4121.0, 4138.0, 4126.0, 4127.0, 4166.0, 4106.0, 4155.0, 4104.0, 4126.0, 4094.0, 4104.0, 4093.0, 4105.0, 4134.0, 4106.0, 4146.0, 4115.0, 4135.0, 4081.0, 4095.0, 4134.0, 4105.0, 4134.0, 4104.0, 4128.0, 4107.0, 4118.0, 4115.0, 4106.0, 4136.0, 4110.0, 4149.0, 4140.0, 4158.0, 4120.0, 4120.0, 4154.0, 4145.0, 4164.0, 4131.0, 4145.0, 4171.0, 4153.0, 4181.0, 4138.0, 4157.0, 4103.0, 4094.0, 4142.0, 4103.0, 4131.0, 4092.0, 4113.0, 4091.0, 4113.0, 4142.0, 4081.0, 4122.0, 4104.0, 4114.0, 4105.0, 4115.0, 4104.0, 4096.0, 4145.0, 4106.0, 4127.0, 4117.0, 4128.0, 4126.0, 4106.0, 4157.0, 4105.0, 4144.0, 4104.0, 4115.0, 4145.0, 4104.0, 4144.0, 4103.0, 4115.0, 4102.0, 4094.0, 4142.0, 4092.0, 4113.0, 4092.0, 4114.0, 4092.0, 4096.0, 4136.0, 4106.0, 4136.0, 4117.0, 4127.0, 4094.0, 4118.0, 4170.0, 4137.0, 4146.0, 4092.0, 4095.0, 4143.0, 4113.0, 4132.0, 4090.0, 4103.0, 4143.0, 4105.0, 4122.0, 4102.0, 4113.0, 4093.0, 4116.0, 4106.0, 4116.0, 4116.0, 4139.0, 4158.0, 4128.0, 4147.0, 4106.0, 4128.0, 4135.0, 4114.0, 4143.0, 4092.0, 4133.0, 4092.0, 4114.0, 4153.0, 4092.0, 4130.0, 4090.0, 4113.0, 4100.0, 4105.0, 4121.0, 4103.0, 4124.0, 4116.0, 4118.0, 4145.0, 4105.0, 4125.0, 4104.0, 4126.0, 4105.0, 4118.0, 4106.0, 4107.0, 4148.0, 4119.0, 4159.0, 4127.0, 4147.0, 4144.0, 4105.0, 4154.0, 4125.0, 4135.0, 4092.0, 4094.0, 4144.0, 4115.0, 4132.0, 4103.0, 4115.0, 4155.0, 4093.0, 4134.0, 4103.0, 4124.0, 4103.0, 4116.0, 4105.0, 4118.0, 4106.0, 4097.0, 4145.0, 4118.0, 4157.0, 4140.0, 4149.0, 4120.0, 4147.0, 4140.0, 4169.0, 4138.0, 4156.0, 4103.0, 4115.0, 4153.0, 4104.0, 4153.0, 4103.0, 4121.0, 4090.0, 4112.0, 4130.0, 4092.0, 4121.0, 4093.0, 4113.0, 4105.0, 4127.0, 4106.0, 4117.0, 4116.0, 4109.0, 4148.0, 4120.0, 4148.0, 4118.0, 4129.0, 4138.0, 4151.0, 4193.0, 4129.0, 4158.0, 4127.0, 4147.0, 4156.0, 4124.0, 4153.0, 4092.0, 4113.0, 4103.0, 4115.0, 4092.0, 4105.0, 4144.0, 4105.0, 4145.0, 4105.0, 4124.0, 4092.0, 4105.0, 4134.0, 4115.0, 4136.0, 4105.0, 4127.0, 4105.0, 4117.0, 4126.0, 4107.0, 4146.0, 4128.0, 4148.0, 4118.0, 4136.0, 4118.0, 4149.0, 4117.0, 4137.0, 4154.0, 4105.0, 4155.0, 4136.0, 4143.0, 4102.0, 4114.0, 4151.0, 4101.0, 4143.0, 4081.0, 4111.0, 4093.0, 4112.0, 4092.0, 4113.0, 4093.0, 4105.0, 4144.0, 4104.0, 4143.0, 4104.0, 4127.0, 4133.0, 4105.0, 4153.0, 4093.0, 4114.0, 4093.0, 4113.0, 4133.0, 4093.0, 4093.0, 4095.0, 4158.0, 4117.0, 4144.0, 4105.0, 4124.0, 4094.0, 4114.0, 4135.0, 4094.0, 4142.0, 4084.0, 4113.0, 4093.0, 4113.0, 4092.0, 4092.0, 4132.0, 4093.0, 4134.0, 4091.0, 4104.0, 4121.0, 4093.0, 4123.0, 4104.0, 4125.0, 4107.0, 4126.0, 4118.0, 4138.0, 4119.0, 4138.0, 4129.0, 4119.0, 4109.0, 4129.0, 4120.0, 4160.0, 4142.0, 4170.0, 4134.0, 4163.0, 4130.0, 4130.0, 4180.0, 4137.0, 4144.0, 4093.0, 4103.0, 4094.0, 4104.0, 4093.0, 4105.0, 4132.0, 4119.0, 4146.0, 4117.0, 4147.0, 4105.0, 4126.0, 4116.0, 4137.0, 4130.0, 4139.0, 4118.0, 4139.0, 4117.0, 4127.0, 4105.0, 4106.0, 4116.0, 4117.0, 4166.0, 4126.0, 4144.0, 4093.0, 4133.0, 4093.0, 4113.0, 4111.0, 4093.0, 4143.0, 4082.0, 4114.0, 4094.0, 4105.0, 4091.0, 4093.0, 4133.0, 4107.0, 4136.0, 4096.0, 4126.0, 4108.0, 4139.0, 4142.0, 4141.0, 4121.0, 4153.0, 4143.0, 4162.0, 4132.0, 4161.0, 4132.0, 4140.0, 4130.0, 4129.0, 4107.0, 4129.0, 4133.0, 4140.0, 4131.0, 4171.0, 4142.0, 4168.0, 4098.0, 4118.0, 4139.0, 4108.0, 4161.0, 4120.0, 4179.0, 4129.0, 4168.0, 4096.0, 4135.0, 4116.0, 4154.0, 4095.0, 4103.0, 4104.0, 4125.0, 4115.0, 4135.0, 4096.0, 4124.0, 4107.0, 4146.0, 4128.0, 4126.0, 4108.0, 4136.0, 4130.0, 4146.0, 4129.0, 4147.0, 4106.0, 4125.0, 4106.0, 4125.0, 4103.0, 4104.0, 4083.0, 4095.0, 4144.0, 4105.0, 4125.0, 4106.0, 4106.0, 4130.0, 4148.0, 4119.0, 4148.0, 4120.0, 4150.0, 4131.0, 4161.0, 4130.0, 4159.0, 4129.0, 4171.0, 4141.0, 4170.0, 4118.0, 4136.0, 4116.0, 4140.0, 4158.0, 4117.0, 4156.0, 4104.0, 4123.0, 4092.0, 4102.0, 4080.0, 4093.0, 4133.0, 4095.0, 4136.0, 4106.0, 4124.0, 4105.0, 4126.0, 4095.0, 4127.0, 4105.0, 4147.0, 4116.0, 4138.0, 4137.0, 4139.0, 4168.0, 4108.0, 4157.0, 4147.0, 4168.0, 4109.0, 4139.0, 4117.0, 4126.0, 4105.0, 4105.0, 4092.0, 4105.0, 4104.0, 4116.0, 4095.0, 4116.0, 4106.0, 4139.0, 4141.0, 4130.0, 4107.0, 4116.0, 4104.0, 4137.0, 4117.0, 4146.0, 4105.0, 4125.0, 4107.0, 4138.0, 4146.0, 4125.0, 4153.0, 4084.0, 4132.0, 4094.0, 4123.0, 4104.0, 4112.0, 4101.0, 4114.0, 4092.0, 4105.0, 4092.0, 4095.0, 4134.0, 4107.0, 4136.0, 4117.0, 4126.0, 4115.0, 4117.0, 4105.0, 4117.0, 4106.0, 4106.0, 4146.0, 4118.0, 4157.0, 4127.0, 4146.0, 4108.0, 4147.0, 4108.0, 4149.0, 4130.0, 4159.0, 4122.0, 4149.0, 4129.0, 4157.0, 4118.0, 4126.0, 4117.0, 4137.0, 4106.0, 4140.0, 4105.0, 4126.0, 4113.0, 4115.0, 4094.0, 4105.0, 4105.0, 4125.0, 4106.0, 4148.0, 4119.0, 4157.0, 4139.0, 4156.0, 4138.0, 4116.0, 4116.0, 4104.0, 4116.0, 4156.0, 4116.0, 4143.0, 4093.0, 4144.0, 4105.0, 4134.0, 4114.0, 4121.0, 4101.0, 4114.0, 4132.0, 4093.0, 4121.0, 4092.0, 4122.0, 4106.0, 4115.0, 4115.0, 4117.0, 4106.0, 4119.0, 4120.0, 4121.0, 4108.0, 4132.0, 4131.0, 4121.0, 4173.0, 4164.0, 4171.0, 4121.0, 4171.0, 4142.0, 4180.0, 4108.0, 4159.0, 4120.0, 4180.0, 4160.0, 4179.0, 4107.0, 4157.0, 4117.0, 4169.0, 4126.0, 4145.0, 4144.0, 4105.0, 4155.0, 4104.0, 4153.0, 4082.0, 4112.0, 4102.0, 4112.0, 4092.0, 4122.0, 4102.0, 4113.0, 4092.0, 4113.0, 4114.0, 4104.0, 4132.0, 4093.0, 4132.0, 4092.0, 4131.0, 4092.0, 4112.0, 4091.0, 4102.0, 4142.0, 4092.0, 4120.0, 4091.0, 4102.0, 4121.0, 4092.0, 4121.0, 4093.0, 4124.0, 4117.0, 4127.0, 4117.0, 4117.0, 4103.0, 4094.0, 4122.0, 4105.0, 4145.0, 4106.0, 4126.0, 4109.0, 4148.0, 4157.0, 4167.0, 4105.0, 4126.0, 4108.0, 4125.0, 4128.0, 4159.0, 4118.0, 4159.0, 4139.0, 4147.0, 4139.0, 4157.0, 4149.0, 4103.0, 4113.0, 4113.0, 4157.0, 4147.0, 4147.0, 4156.0, 4123.0, 4122.0, 4077.0, 4078.0, 4085.0, 4045.0, 4086.0, 4075.0, 4065.0, 4066.0, 4077.0, 4090.0, 4091.0, 4091.0, 4093.0, 4102.0, 4117.0, 4107.0, 4118.0, 4137.0, 4106.0, 4136.0, 4105.0, 4118.0, 4156.0, 4118.0, 4157.0, 4106.0, 4125.0, 4154.0, 4083.0, 4124.0, 4096.0, 4116.0, 4133.0, 4097.0, 4126.0, 4116.0, 4116.0, 4135.0, 4107.0, 4124.0, 4107.0, 4140.0, 4138.0, 4108.0, 4147.0, 4107.0, 4128.0, 4119.0, 4141.0, 4121.0, 4131.0, 4109.0, 4131.0, 4161.0, 4132.0, 4161.0, 4111.0, 4162.0, 4131.0, 4131.0, 4179.0, 4119.0, 4168.0, 4129.0, 4128.0, 4117.0, 4129.0, 4119.0, 4130.0, 4144.0, 4174.0, 4143.0, 4160.0, 4131.0, 4161.0, 4131.0, 4169.0, 4109.0, 4148.0, 4107.0, 4139.0, 4157.0, 4118.0, 4165.0, 4095.0, 4114.0, 4095.0, 4115.0, 4103.0, 4105.0, 4104.0, 4117.0, 4115.0, 4108.0, 4136.0, 4108.0, 4149.0, 4129.0, 4137.0, 4128.0, 4139.0, 4129.0, 4122.0, 4170.0, 4128.0, 4147.0, 4117.0, 4130.0, 4127.0, 4109.0, 4146.0, 4097.0, 4106.0, 4108.0, 4138.0, 4119.0, 4141.0, 4150.0, 4131.0, 4170.0, 4130.0, 4168.0, 4120.0, 4171.0, 4108.0, 4137.0, 4107.0, 4142.0, 4117.0, 4118.0, 4167.0, 4118.0, 4156.0, 4106.0, 4160.0, 4106.0, 4136.0, 4105.0, 4117.0, 4105.0, 4106.0, 4106.0, 4117.0, 4106.0, 4120.0, 4158.0, 4120.0, 4158.0, 4118.0, 4159.0, 4128.0, 4149.0, 4117.0, 4116.0, 4166.0, 4116.0, 4136.0, 4117.0, 4136.0, 4116.0, 4127.0, 4105.0, 4129.0, 4136.0, 4119.0, 4148.0, 4121.0, 4140.0, 4142.0, 4140.0, 4141.0, 4142.0, 4144.0, 4153.0, 4123.0, 4151.0, 4130.0, 4163.0, 4143.0, 4184.0, 4154.0, 4193.0, 4141.0, 4182.0, 4141.0, 4150.0, 4167.0, 4138.0, 4166.0, 4106.0, 4137.0, 4117.0, 4156.0, 4117.0, 4127.0, 4130.0, 4139.0, 4118.0, 4127.0, 4129.0, 4128.0, 4118.0, 4130.0, 4157.0, 4117.0, 4156.0, 4106.0, 4134.0, 4116.0, 4145.0, 4114.0, 4104.0, 4105.0, 4128.0, 4114.0, 4115.0, 4092.0, 4095.0, 4132.0, 4125.0, 4145.0, 4128.0, 4147.0, 4156.0, 4145.0, 4126.0, 4137.0, 4138.0, 4138.0, 4149.0, 4152.0, 4162.0, 4132.0, 4172.0, 4153.0, 4173.0, 4150.0, 4170.0, 4150.0, 4158.0, 4138.0, 4160.0, 4111.0, 4099.0, 4076.0, 4076.0, 4083.0, 4075.0, 4104.0, 4055.0, 4084.0, 4064.0, 4074.0, 4076.0, 4085.0, 4090.0, 4100.0, 4093.0, 4105.0, 4116.0, 4106.0, 4118.0, 4121.0, 4162.0, 4154.0, 4172.0, 4141.0, 4160.0, 4117.0, 4139.0, 4157.0, 4107.0, 4169.0, 4117.0, 4145.0, 4124.0, 4127.0, 4124.0, 4106.0, 4134.0, 4106.0, 4136.0, 4107.0, 4129.0, 4130.0, 4128.0, 4129.0, 4133.0, 4161.0, 4133.0, 4171.0, 4133.0, 4162.0, 4130.0, 4152.0, 4120.0, 4132.0, 4161.0, 4131.0, 4172.0, 4131.0, 4150.0, 4130.0, 4139.0, 4119.0, 4131.0, 4180.0, 4120.0, 4148.0, 4107.0, 4110.0, 4158.0, 4108.0, 4138.0, 4118.0, 4138.0, 4141.0, 4132.0, 4109.0, 4162.0, 4170.0, 4117.0, 4179.0, 4110.0, 4170.0, 4120.0, 4148.0, 4119.0, 4129.0, 4151.0, 4149.0, 4161.0, 4138.0, 4129.0, 4168.0, 4108.0, 4167.0, 4126.0, 4155.0, 4091.0, 4104.0, 4132.0, 4095.0, 4122.0, 4101.0, 4114.0, 4105.0, 4104.0, 4132.0, 4093.0, 4122.0, 4094.0, 4103.0, 4104.0, 4115.0, 4106.0, 4128.0, 4130.0, 4140.0, 4130.0, 4141.0, 4130.0, 4141.0, 4139.0, 4130.0, 4167.0, 4118.0, 4158.0, 4119.0, 4169.0, 4118.0, 4148.0, 4106.0, 4117.0, 4125.0, 4106.0, 4102.0, 4115.0, 4134.0, 4106.0, 4145.0, 4106.0, 4145.0, 4106.0, 4136.0, 4126.0, 4134.0, 4116.0, 4115.0, 4104.0, 4116.0, 4094.0, 4116.0, 4154.0, 4104.0, 4144.0, 4115.0, 4132.0, 4124.0, 4115.0, 4102.0, 4105.0, 4113.0, 4104.0, 4124.0, 4097.0, 4115.0, 4116.0, 4124.0, 4106.0, 4117.0, 4118.0, 4129.0, 4119.0, 4149.0, 4131.0, 4130.0, 4152.0, 4181.0, 4142.0, 4180.0, 4108.0, 4157.0, 4117.0, 4138.0, 4166.0, 4125.0, 4154.0, 4104.0, 4124.0, 4090.0, 4104.0, 4130.0, 4082.0, 4102.0, 4102.0, 4104.0, 4114.0, 4126.0, 4129.0, 4119.0, 4117.0, 4120.0, 4118.0, 4129.0, 4159.0, 4110.0, 4159.0, 4117.0, 4138.0, 4116.0, 4118.0, 4167.0, 4107.0, 4155.0, 4094.0, 4127.0, 4107.0, 4127.0, 4105.0, 4116.0, 4105.0, 4130.0, 4156.0, 4107.0, 4145.0, 4095.0, 4115.0, 4117.0, 4150.0, 4118.0, 4138.0, 4156.0, 4105.0, 4166.0, 4124.0, 4156.0, 4112.0, 4113.0, 4113.0, 4095.0, 4143.0, 4093.0, 4111.0, 4101.0, 4113.0, 4132.0, 4082.0, 4121.0, 4102.0, 4112.0, 4091.0, 4104.0, 4133.0, 4105.0, 4103.0, 4102.0, 4103.0, 4122.0, 4093.0, 4122.0, 4094.0, 4116.0, 4106.0, 4115.0, 4094.0, 4117.0, 4146.0, 4106.0, 4146.0, 4105.0, 4126.0, 4104.0, 4105.0, 4165.0, 4116.0, 4155.0, 4115.0, 4105.0, 4144.0, 4104.0, 4123.0, 4094.0, 4115.0, 4105.0, 4115.0, 4094.0, 4096.0, 4125.0, 4107.0, 4127.0, 4108.0, 4138.0, 4121.0, 4152.0, 4138.0, 4130.0, 4137.0, 4138.0, 4169.0, 4130.0, 4178.0, 4119.0, 4146.0], 'WindowWidth': [9329.0, 9229.0, 9236.0, 9187.0, 9227.0, 9196.0, 9166.0, 9195.0, 9129.0, 9177.0, 9142.0, 9194.0, 9141.0, 9164.0, 9145.0, 9167.0, 9156.0, 9165.0, 9118.0, 9154.0, 9175.0, 9122.0, 9157.0, 9117.0, 9150.0, 9169.0, 9125.0, 9177.0, 9128.0, 9165.0, 9138.0, 9163.0, 9146.0, 9150.0, 9188.0, 9157.0, 9193.0, 9173.0, 9200.0, 9157.0, 9184.0, 9149.0, 9171.0, 9231.0, 9194.0, 9217.0, 9170.0, 9192.0, 9171.0, 9175.0, 9227.0, 9145.0, 9208.0, 9139.0, 9170.0, 9125.0, 9140.0, 9124.0, 9145.0, 9181.0, 9148.0, 9197.0, 9156.0, 9180.0, 9104.0, 9131.0, 9177.0, 9144.0, 9178.0, 9140.0, 9178.0, 9149.0, 9164.0, 9155.0, 9148.0, 9187.0, 9160.0, 9208.0, 9201.0, 9220.0, 9176.0, 9174.0, 9225.0, 9216.0, 9242.0, 9192.0, 9216.0, 9246.0, 9223.0, 9260.0, 9193.0, 9216.0, 9138.0, 9126.0, 9185.0, 9134.0, 9168.0, 9117.0, 9149.0, 9117.0, 9148.0, 9184.0, 9103.0, 9157.0, 9138.0, 9150.0, 9143.0, 9156.0, 9139.0, 9132.0, 9194.0, 9147.0, 9174.0, 9162.0, 9177.0, 9170.0, 9146.0, 9213.0, 9144.0, 9192.0, 9139.0, 9156.0, 9194.0, 9139.0, 9189.0, 9137.0, 9155.0, 9134.0, 9124.0, 9184.0, 9120.0, 9149.0, 9121.0, 9152.0, 9121.0, 9132.0, 9184.0, 9148.0, 9186.0, 9163.0, 9175.0, 9128.0, 9167.0, 9242.0, 9191.0, 9199.0, 9120.0, 9131.0, 9188.0, 9149.0, 9172.0, 9114.0, 9137.0, 9189.0, 9141.0, 9158.0, 9135.0, 9150.0, 9126.0, 9159.0, 9146.0, 9161.0, 9161.0, 9195.0, 9218.0, 9178.0, 9200.0, 9143.0, 9177.0, 9180.0, 9153.0, 9191.0, 9121.0, 9175.0, 9119.0, 9150.0, 9202.0, 9119.0, 9165.0, 9113.0, 9148.0, 9129.0, 9145.0, 9159.0, 9136.0, 9167.0, 9165.0, 9167.0, 9197.0, 9145.0, 9171.0, 9143.0, 9174.0, 9144.0, 9165.0, 9146.0, 9151.0, 9206.0, 9170.0, 9223.0, 9177.0, 9202.0, 9192.0, 9144.0, 9206.0, 9169.0, 9180.0, 9119.0, 9128.0, 9190.0, 9156.0, 9174.0, 9136.0, 9155.0, 9208.0, 9125.0, 9179.0, 9139.0, 9166.0, 9138.0, 9162.0, 9145.0, 9166.0, 9147.0, 9137.0, 9196.0, 9167.0, 9217.0, 9201.0, 9209.0, 9172.0, 9203.0, 9198.0, 9234.0, 9191.0, 9212.0, 9136.0, 9155.0, 9203.0, 9137.0, 9202.0, 9135.0, 9157.0, 9112.0, 9145.0, 9166.0, 9121.0, 9155.0, 9122.0, 9151.0, 9144.0, 9176.0, 9146.0, 9164.0, 9161.0, 9159.0, 9208.0, 9172.0, 9208.0, 9169.0, 9184.0, 9192.0, 9215.0, 9279.0, 9185.0, 9218.0, 9175.0, 9203.0, 9213.0, 9166.0, 9203.0, 9122.0, 9148.0, 9138.0, 9154.0, 9121.0, 9144.0, 9192.0, 9145.0, 9197.0, 9142.0, 9166.0, 9121.0, 9143.0, 9179.0, 9158.0, 9183.0, 9145.0, 9178.0, 9144.0, 9162.0, 9170.0, 9150.0, 9199.0, 9179.0, 9205.0, 9169.0, 9189.0, 9167.0, 9208.0, 9162.0, 9189.0, 9207.0, 9142.0, 9209.0, 9185.0, 9190.0, 9132.0, 9151.0, 9197.0, 9131.0, 9187.0, 9103.0, 9144.0, 9122.0, 9148.0, 9121.0, 9151.0, 9126.0, 9145.0, 9194.0, 9143.0, 9192.0, 9140.0, 9175.0, 9177.0, 9143.0, 9203.0, 9121.0, 9150.0, 9122.0, 9150.0, 9176.0, 9124.0, 9122.0, 9130.0, 9223.0, 9167.0, 9195.0, 9144.0, 9169.0, 9127.0, 9155.0, 9181.0, 9127.0, 9186.0, 9112.0, 9149.0, 9122.0, 9150.0, 9118.0, 9121.0, 9173.0, 9123.0, 9178.0, 9116.0, 9137.0, 9155.0, 9122.0, 9163.0, 9143.0, 9170.0, 9151.0, 9175.0, 9168.0, 9195.0, 9172.0, 9195.0, 9184.0, 9169.0, 9155.0, 9184.0, 9174.0, 9225.0, 9205.0, 9240.0, 9201.0, 9238.0, 9188.0, 9185.0, 9255.0, 9188.0, 9190.0, 9121.0, 9136.0, 9124.0, 9139.0, 9121.0, 9142.0, 9173.0, 9170.0, 9197.0, 9162.0, 9205.0, 9148.0, 9172.0, 9160.0, 9192.0, 9192.0, 9198.0, 9168.0, 9195.0, 9162.0, 9175.0, 9142.0, 9148.0, 9158.0, 9162.0, 9226.0, 9172.0, 9190.0, 9122.0, 9173.0, 9121.0, 9149.0, 9142.0, 9122.0, 9184.0, 9106.0, 9153.0, 9129.0, 9139.0, 9116.0, 9122.0, 9173.0, 9148.0, 9184.0, 9133.0, 9172.0, 9155.0, 9196.0, 9206.0, 9201.0, 9176.0, 9220.0, 9209.0, 9233.0, 9192.0, 9232.0, 9194.0, 9200.0, 9184.0, 9181.0, 9147.0, 9180.0, 9196.0, 9199.0, 9194.0, 9242.0, 9206.0, 9231.0, 9136.0, 9164.0, 9195.0, 9152.0, 9227.0, 9173.0, 9250.0, 9182.0, 9230.0, 9134.0, 9180.0, 9157.0, 9204.0, 9129.0, 9136.0, 9140.0, 9167.0, 9157.0, 9181.0, 9132.0, 9167.0, 9150.0, 9197.0, 9179.0, 9171.0, 9152.0, 9185.0, 9184.0, 9200.0, 9182.0, 9200.0, 9144.0, 9168.0, 9145.0, 9169.0, 9137.0, 9139.0, 9107.0, 9129.0, 9192.0, 9143.0, 9168.0, 9147.0, 9149.0, 9188.0, 9206.0, 9169.0, 9205.0, 9173.0, 9210.0, 9189.0, 9229.0, 9187.0, 9222.0, 9185.0, 9247.0, 9203.0, 9239.0, 9168.0, 9189.0, 9160.0, 9201.0, 9222.0, 9164.0, 9211.0, 9139.0, 9163.0, 9120.0, 9134.0, 9101.0, 9123.0, 9176.0, 9130.0, 9184.0, 9146.0, 9166.0, 9145.0, 9172.0, 9130.0, 9177.0, 9147.0, 9204.0, 9164.0, 9196.0, 9191.0, 9197.0, 9234.0, 9152.0, 9215.0, 9203.0, 9231.0, 9157.0, 9196.0, 9162.0, 9173.0, 9143.0, 9142.0, 9120.0, 9141.0, 9139.0, 9160.0, 9130.0, 9160.0, 9146.0, 9199.0, 9206.0, 9188.0, 9150.0, 9160.0, 9142.0, 9189.0, 9161.0, 9199.0, 9145.0, 9169.0, 9150.0, 9192.0, 9199.0, 9169.0, 9202.0, 9112.0, 9172.0, 9125.0, 9162.0, 9138.0, 9146.0, 9131.0, 9153.0, 9120.0, 9142.0, 9122.0, 9132.0, 9182.0, 9149.0, 9186.0, 9164.0, 9171.0, 9156.0, 9161.0, 9144.0, 9162.0, 9147.0, 9149.0, 9201.0, 9166.0, 9216.0, 9179.0, 9201.0, 9154.0, 9203.0, 9154.0, 9204.0, 9181.0, 9223.0, 9183.0, 9210.0, 9183.0, 9217.0, 9166.0, 9173.0, 9167.0, 9193.0, 9146.0, 9203.0, 9148.0, 9176.0, 9152.0, 9159.0, 9127.0, 9143.0, 9142.0, 9170.0, 9149.0, 9207.0, 9172.0, 9215.0, 9196.0, 9214.0, 9192.0, 9158.0, 9160.0, 9138.0, 9158.0, 9211.0, 9159.0, 9188.0, 9124.0, 9190.0, 9142.0, 9177.0, 9153.0, 9156.0, 9128.0, 9150.0, 9172.0, 9121.0, 9156.0, 9121.0, 9161.0, 9147.0, 9157.0, 9158.0, 9163.0, 9149.0, 9172.0, 9172.0, 9177.0, 9156.0, 9195.0, 9190.0, 9179.0, 9250.0, 9239.0, 9245.0, 9178.0, 9240.0, 9204.0, 9250.0, 9155.0, 9220.0, 9174.0, 9253.0, 9226.0, 9249.0, 9149.0, 9215.0, 9164.0, 9237.0, 9172.0, 9197.0, 9192.0, 9142.0, 9207.0, 9139.0, 9201.0, 9108.0, 9145.0, 9133.0, 9146.0, 9122.0, 9158.0, 9134.0, 9147.0, 9120.0, 9152.0, 9151.0, 9139.0, 9172.0, 9123.0, 9173.0, 9121.0, 9169.0, 9121.0, 9147.0, 9117.0, 9135.0, 9186.0, 9120.0, 9153.0, 9115.0, 9134.0, 9157.0, 9121.0, 9157.0, 9124.0, 9169.0, 9170.0, 9180.0, 9164.0, 9165.0, 9136.0, 9128.0, 9161.0, 9144.0, 9194.0, 9145.0, 9174.0, 9160.0, 9205.0, 9218.0, 9230.0, 9145.0, 9174.0, 9157.0, 9173.0, 9185.0, 9232.0, 9176.0, 9236.0, 9213.0, 9221.0, 9214.0, 9228.0, 9213.0, 9137.0, 9150.0, 9148.0, 9215.0, 9200.0, 9200.0, 9214.0, 9161.0, 9157.0, 9086.0, 9087.0, 9088.0, 9039.0, 9093.0, 9081.0, 9066.0, 9073.0, 9087.0, 9112.0, 9116.0, 9117.0, 9122.0, 9133.0, 9163.0, 9151.0, 9167.0, 9186.0, 9148.0, 9184.0, 9142.0, 9164.0, 9211.0, 9165.0, 9215.0, 9143.0, 9169.0, 9204.0, 9112.0, 9165.0, 9132.0, 9161.0, 9177.0, 9137.0, 9170.0, 9160.0, 9160.0, 9182.0, 9149.0, 9167.0, 9148.0, 9199.0, 9192.0, 9153.0, 9201.0, 9150.0, 9180.0, 9170.0, 9202.0, 9176.0, 9190.0, 9157.0, 9192.0, 9227.0, 9193.0, 9227.0, 9165.0, 9234.0, 9191.0, 9188.0, 9250.0, 9169.0, 9234.0, 9181.0, 9180.0, 9165.0, 9178.0, 9171.0, 9189.0, 9219.0, 9255.0, 9214.0, 9227.0, 9190.0, 9229.0, 9191.0, 9236.0, 9156.0, 9205.0, 9150.0, 9196.0, 9216.0, 9164.0, 9222.0, 9129.0, 9152.0, 9128.0, 9154.0, 9136.0, 9146.0, 9141.0, 9165.0, 9158.0, 9155.0, 9187.0, 9156.0, 9208.0, 9184.0, 9191.0, 9180.0, 9196.0, 9183.0, 9178.0, 9239.0, 9180.0, 9203.0, 9163.0, 9185.0, 9178.0, 9156.0, 9199.0, 9139.0, 9148.0, 9151.0, 9195.0, 9170.0, 9204.0, 9215.0, 9190.0, 9240.0, 9187.0, 9234.0, 9176.0, 9245.0, 9154.0, 9188.0, 9150.0, 9205.0, 9165.0, 9167.0, 9229.0, 9168.0, 9215.0, 9150.0, 9229.0, 9148.0, 9187.0, 9144.0, 9166.0, 9146.0, 9150.0, 9150.0, 9166.0, 9149.0, 9175.0, 9224.0, 9174.0, 9221.0, 9170.0, 9225.0, 9182.0, 9209.0, 9164.0, 9163.0, 9228.0, 9164.0, 9187.0, 9165.0, 9187.0, 9161.0, 9180.0, 9148.0, 9185.0, 9190.0, 9173.0, 9210.0, 9178.0, 9203.0, 9207.0, 9202.0, 9207.0, 9211.0, 9216.0, 9225.0, 9186.0, 9219.0, 9190.0, 9234.0, 9211.0, 9266.0, 9227.0, 9277.0, 9206.0, 9260.0, 9202.0, 9213.0, 9233.0, 9193.0, 9225.0, 9148.0, 9188.0, 9163.0, 9212.0, 9166.0, 9178.0, 9193.0, 9198.0, 9169.0, 9181.0, 9188.0, 9182.0, 9172.0, 9192.0, 9221.0, 9168.0, 9213.0, 9149.0, 9182.0, 9162.0, 9196.0, 9153.0, 9141.0, 9146.0, 9179.0, 9155.0, 9158.0, 9123.0, 9131.0, 9177.0, 9175.0, 9201.0, 9186.0, 9212.0, 9221.0, 9207.0, 9190.0, 9211.0, 9215.0, 9215.0, 9229.0, 9229.0, 9237.0, 9196.0, 9244.0, 9222.0, 9247.0, 9213.0, 9242.0, 9211.0, 9219.0, 9189.0, 9227.0, 9140.0, 9119.0, 9082.0, 9083.0, 9087.0, 9083.0, 9116.0, 9056.0, 9092.0, 9064.0, 9076.0, 9087.0, 9099.0, 9114.0, 9131.0, 9125.0, 9143.0, 9161.0, 9150.0, 9168.0, 9176.0, 9234.0, 9227.0, 9247.0, 9204.0, 9224.0, 9163.0, 9196.0, 9216.0, 9150.0, 9235.0, 9161.0, 9197.0, 9168.0, 9177.0, 9167.0, 9147.0, 9180.0, 9148.0, 9188.0, 9155.0, 9182.0, 9189.0, 9183.0, 9185.0, 9203.0, 9236.0, 9199.0, 9249.0, 9199.0, 9232.0, 9191.0, 9219.0, 9174.0, 9195.0, 9230.0, 9191.0, 9245.0, 9189.0, 9214.0, 9187.0, 9198.0, 9172.0, 9192.0, 9255.0, 9174.0, 9207.0, 9150.0, 9162.0, 9220.0, 9157.0, 9196.0, 9172.0, 9196.0, 9207.0, 9198.0, 9160.0, 9235.0, 9239.0, 9168.0, 9252.0, 9162.0, 9241.0, 9175.0, 9207.0, 9172.0, 9185.0, 9219.0, 9212.0, 9233.0, 9196.0, 9185.0, 9234.0, 9155.0, 9233.0, 9173.0, 9212.0, 9118.0, 9142.0, 9174.0, 9130.0, 9161.0, 9134.0, 9156.0, 9147.0, 9144.0, 9176.0, 9125.0, 9162.0, 9128.0, 9140.0, 9144.0, 9158.0, 9149.0, 9184.0, 9194.0, 9205.0, 9191.0, 9208.0, 9191.0, 9208.0, 9201.0, 9190.0, 9230.0, 9168.0, 9222.0, 9172.0, 9237.0, 9169.0, 9207.0, 9150.0, 9165.0, 9171.0, 9147.0, 9137.0, 9159.0, 9182.0, 9150.0, 9197.0, 9151.0, 9198.0, 9150.0, 9188.0, 9177.0, 9184.0, 9160.0, 9160.0, 9144.0, 9163.0, 9130.0, 9162.0, 9209.0, 9145.0, 9195.0, 9159.0, 9176.0, 9167.0, 9158.0, 9137.0, 9145.0, 9151.0, 9144.0, 9169.0, 9138.0, 9160.0, 9163.0, 9171.0, 9150.0, 9166.0, 9171.0, 9187.0, 9176.0, 9214.0, 9195.0, 9190.0, 9223.0, 9258.0, 9210.0, 9254.0, 9156.0, 9220.0, 9167.0, 9195.0, 9229.0, 9171.0, 9207.0, 9141.0, 9169.0, 9118.0, 9140.0, 9170.0, 9109.0, 9136.0, 9138.0, 9142.0, 9158.0, 9175.0, 9190.0, 9173.0, 9167.0, 9175.0, 9170.0, 9186.0, 9226.0, 9163.0, 9227.0, 9165.0, 9195.0, 9162.0, 9171.0, 9231.0, 9154.0, 9211.0, 9132.0, 9183.0, 9154.0, 9180.0, 9148.0, 9164.0, 9147.0, 9189.0, 9216.0, 9154.0, 9201.0, 9134.0, 9160.0, 9166.0, 9216.0, 9175.0, 9198.0, 9217.0, 9146.0, 9228.0, 9171.0, 9216.0, 9152.0, 9154.0, 9156.0, 9132.0, 9194.0, 9125.0, 9145.0, 9134.0, 9153.0, 9175.0, 9110.0, 9160.0, 9134.0, 9151.0, 9120.0, 9144.0, 9178.0, 9145.0, 9140.0, 9138.0, 9141.0, 9165.0, 9128.0, 9164.0, 9132.0, 9162.0, 9149.0, 9162.0, 9130.0, 9165.0, 9202.0, 9150.0, 9201.0, 9146.0, 9176.0, 9145.0, 9148.0, 9227.0, 9161.0, 9211.0, 9158.0, 9146.0, 9194.0, 9144.0, 9164.0, 9132.0, 9162.0, 9145.0, 9160.0, 9128.0, 9136.0, 9175.0, 9156.0, 9181.0, 9157.0, 9198.0, 9179.0, 9221.0, 9197.0, 9187.0, 9193.0, 9198.0, 9238.0, 9189.0, 9249.0, 9172.0, 9202.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.0024678565921356977</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03427968874325366</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.88102743647372</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1816196046064822</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.01547556099537</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.442</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7961.3843</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13374111179658796</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>195</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.034695451040864</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3313733282127664</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2825034910354214</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5528239391359344</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.158792554466944</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0164014</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015714606270194054</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024572139605879784</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1297</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.025693086420353</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>34.7078</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1289</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.4071</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308573.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>651.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.8763</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3909</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.3339</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3407.0515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3572.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67971.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1277.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4458.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>887.2941</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.10870517138392</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> |