=== 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-0037 --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-0037",
"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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-02/func/sub-0037_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>fb2998bafc8459f68babc41bea3eed9e</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>17:46:20.885000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999897, 0.000279742, 0.0143689, 0.000523586, 0.998438, -0.0558734]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0905255</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>[4154, -7736, -7273, 591, -29, -232, 43, 66]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>258.65</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1bf08c5b-1e6f-4f01-b7b2-ef82dc43c43f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682649850845337, 0.0014047439908608794, 0.038777537643909454, 110.65967559814453], [-0.000750527367927134, 2.6787354946136475, -0.15086287260055542, -90.82417297363281], [0.03855062276124954, 0.14990420639514923, 2.695502996444702, -88.58627319335938], [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': ['174620.885000', '174621.345000', '174621.805000', '174622.265000', '174622.725000', '174623.185000', '174623.645000', '174624.105000', '174624.565000', '174625.025000', '174625.485000', '174625.945000', '174626.405000', '174626.865000', '174627.325000', '174627.785000', '174628.245000', '174628.705000', '174629.165000', '174629.625000', '174630.085000', '174630.545000', '174631.005000', '174631.465000', '174631.925000', '174632.385000', '174632.845000', '174633.305000', '174633.765000', '174634.225000', '174634.685000', '174635.145000', '174635.605000', '174636.065000', '174636.525000', '174636.985000', '174637.445000', '174637.905000', '174638.365000', '174638.825000', '174639.285000', '174639.745000', '174640.205000', '174640.665000', '174641.125000', '174641.585000', '174642.045000', '174642.505000', '174642.965000', '174643.425000', '174643.885000', '174644.345000', '174644.805000', '174645.265000', '174645.725000', '174646.185000', '174646.645000', '174647.105000', '174647.565000', '174648.025000', '174648.485000', '174648.945000', '174649.405000', '174649.865000', '174650.325000', '174650.785000', '174651.245000', '174651.705000', '174652.165000', '174652.625000', '174653.085000', '174653.545000', '174654.005000', '174654.465000', '174654.925000', '174655.385000', '174655.845000', '174656.305000', '174656.765000', '174657.225000', '174657.685000', '174658.145000', '174658.605000', '174659.065000', '174659.525000', '174659.985000', '174700.445000', '174700.905000', '174701.365000', '174701.825000', '174702.285000', '174702.745000', '174703.205000', '174703.665000', '174704.125000', '174704.585000', '174705.045000', '174705.505000', '174705.965000', '174706.425000', '174706.885000', '174707.345000', '174707.805000', '174708.265000', '174708.725000', '174709.185000', '174709.645000', '174710.105000', '174710.565000', '174711.025000', '174711.485000', '174711.945000', '174712.405000', '174712.865000', '174713.325000', '174713.785000', '174714.245000', '174714.705000', '174715.165000', '174715.625000', '174716.085000', '174716.545000', '174717.005000', '174717.465000', '174717.925000', '174718.385000', '174718.845000', '174719.305000', '174719.765000', '174720.225000', '174720.685000', '174721.145000', '174721.605000', '174722.065000', '174722.525000', '174722.985000', '174723.445000', '174723.905000', '174724.365000', '174724.825000', '174725.285000', '174725.745000', '174726.205000', '174726.665000', '174727.125000', '174727.585000', '174728.045000', '174728.505000', '174728.965000', '174729.425000', '174729.885000', '174730.345000', '174730.805000', '174731.265000', '174731.725000', '174732.185000', '174732.645000', '174733.105000', '174733.565000', '174734.025000', '174734.485000', '174734.945000', '174735.405000', '174735.865000', '174736.325000', '174736.785000', '174737.245000', '174737.705000', '174738.165000', '174738.625000', '174739.085000', '174739.545000', '174740.005000', '174740.465000', '174740.925000', '174741.385000', '174741.845000', '174742.305000', '174742.765000', '174743.225000', '174743.685000', '174744.145000', '174744.605000', '174745.065000', '174745.525000', '174745.985000', '174746.445000', '174746.905000', '174747.365000', '174747.825000', '174748.285000', '174748.745000', '174749.205000', '174749.665000', '174750.125000', '174750.585000', '174751.045000', '174751.505000', '174751.965000', '174752.425000', '174752.885000', '174753.345000', '174753.805000', '174754.265000', '174754.725000', '174755.185000', '174755.645000', '174756.105000', '174756.565000', '174757.025000', '174757.485000', '174757.945000', '174758.405000', '174758.865000', '174759.325000', '174759.785000', '174800.245000', '174800.705000', '174801.165000', '174801.625000', '174802.085000', '174802.545000', '174803.005000', '174803.465000', '174803.925000', '174804.385000', '174804.845000', '174805.305000', '174805.765000', '174806.225000', '174806.685000', '174807.145000', '174807.605000', '174808.065000', '174808.525000', '174808.985000', '174809.445000', '174809.905000', '174810.365000', '174810.825000', '174811.285000', '174811.745000', '174812.205000', '174812.665000', '174813.125000', '174813.585000', '174814.045000', '174814.505000', '174814.965000', '174815.425000', '174815.885000', '174816.345000', '174816.805000', '174817.265000', '174817.725000', '174818.185000', '174818.645000', '174819.105000', '174819.565000', '174820.025000', '174820.485000', '174820.945000', '174821.405000', '174821.865000', '174822.325000', '174822.785000', '174823.245000', '174823.705000', '174824.165000', '174824.625000', '174825.085000', '174825.545000', '174826.005000', '174826.465000', '174826.925000', '174827.385000', '174827.845000', '174828.305000', '174828.765000', '174829.225000', '174829.685000', '174830.145000', '174830.605000', '174831.065000', '174831.525000', '174831.985000', '174832.445000', '174832.905000', '174833.365000', '174833.825000', '174834.285000', '174834.745000', '174835.205000', '174835.665000', '174836.125000', '174836.585000', '174837.045000', '174837.505000', '174837.965000', '174838.425000', '174838.885000', '174839.345000', '174839.805000', '174840.265000', '174840.725000', '174841.185000', '174841.645000', '174842.105000', '174842.565000', '174843.025000', '174843.485000', '174843.945000', '174844.405000', '174844.865000', '174845.325000', '174845.785000', '174846.245000', '174846.705000', '174847.165000', '174847.625000', '174848.085000', '174848.545000', '174849.005000', '174849.465000', '174849.925000', '174850.385000', '174850.845000', '174851.305000', '174851.765000', '174852.225000', '174852.685000', '174853.145000', '174853.605000', '174854.065000', '174854.525000', '174854.985000', '174855.445000', '174855.905000', '174856.365000', '174856.825000', '174857.285000', '174857.745000', '174858.205000', '174858.665000', '174859.125000', '174859.585000', '174900.045000', '174900.505000', '174900.965000', '174901.425000', '174901.885000', '174902.345000', '174902.805000', '174903.265000', '174903.725000', '174904.185000', '174904.645000', '174905.105000', '174905.565000', '174906.025000', '174906.485000', '174906.945000', '174907.405000', '174907.865000', '174908.325000', '174908.785000', '174909.245000', '174909.705000', '174910.165000', '174910.625000', '174911.085000', '174911.545000', '174912.005000', '174912.465000', '174912.925000', '174913.385000', '174913.845000', '174914.305000', '174914.765000', '174915.225000', '174915.685000', '174916.145000', '174916.605000', '174917.065000', '174917.525000', '174917.985000', '174918.445000', '174918.905000', '174919.365000', '174919.825000', '174920.285000', '174920.745000', '174921.205000', '174921.665000', '174922.125000', '174922.585000', '174923.045000', '174923.505000', '174923.965000', '174924.425000', '174924.885000', '174925.345000', '174925.805000', '174926.265000', '174926.725000', '174927.185000', '174927.645000', '174928.105000', '174928.565000', '174929.025000', '174929.485000', '174929.945000', '174930.405000', '174930.865000', '174931.325000', '174931.785000', '174932.245000', '174932.705000', '174933.165000', '174933.625000', '174934.085000', '174934.545000', '174935.005000', '174935.465000', '174935.925000', '174936.385000', '174936.845000', '174937.305000', '174937.765000', '174938.225000', '174938.685000', '174939.145000', '174939.605000', '174940.065000', '174940.525000', '174940.985000', '174941.445000', '174941.905000', '174942.365000', '174942.825000', '174943.285000', '174943.745000', '174944.205000', '174944.665000', '174945.125000', '174945.585000', '174946.045000', '174946.505000', '174946.965000', '174947.425000', '174947.885000', '174948.345000', '174948.805000', '174949.265000', '174949.725000', '174950.185000', '174950.645000', '174951.105000', '174951.565000', '174952.025000', '174952.485000', '174952.945000', '174953.405000', '174953.865000', '174954.325000', '174954.785000', '174955.245000', '174955.705000', '174956.165000', '174956.625000', '174957.085000', '174957.545000', '174958.005000', '174958.465000', '174958.925000', '174959.385000', '174959.845000', '175000.305000', '175000.765000', '175001.225000', '175001.685000', '175002.145000', '175002.605000', '175003.065000', '175003.525000', '175003.985000', '175004.445000', '175004.905000', '175005.365000', '175005.825000', '175006.285000', '175006.745000', '175007.205000', '175007.665000', '175008.125000', '175008.585000', '175009.045000', '175009.505000', '175009.965000', '175010.425000', '175010.885000', '175011.345000', '175011.805000', '175012.265000', '175012.725000', '175013.185000', '175013.645000', '175014.105000', '175014.565000', '175015.025000', '175015.485000', '175015.945000', '175016.405000', '175016.865000', '175017.325000', '175017.785000', '175018.245000', '175018.705000', '175019.165000', '175019.625000', '175020.085000', '175020.545000', '175021.005000', '175021.465000', '175021.925000', '175022.385000', '175022.845000', '175023.305000', '175023.765000', '175024.225000', '175024.685000', '175025.145000', '175025.605000', '175026.065000', '175026.525000', '175026.985000', '175027.445000', '175027.905000', '175028.365000', '175028.825000', '175029.285000', '175029.745000', '175030.205000', '175030.665000', '175031.125000', '175031.585000', '175032.045000', '175032.505000', '175032.965000', '175033.425000', '175033.885000', '175034.345000', '175034.805000', '175035.265000', '175035.725000', '175036.185000', '175036.645000', '175037.105000', '175037.565000', '175038.025000', '175038.485000', '175038.945000', '175039.405000', '175039.865000', '175040.325000', '175040.785000', '175041.245000', '175041.705000', '175042.165000', '175042.625000', '175043.085000', '175043.545000', '175044.005000', '175044.465000', '175044.925000', '175045.385000', '175045.845000', '175046.305000', '175046.765000', '175047.225000', '175047.685000', '175048.145000', '175048.605000', '175049.065000', '175049.525000', '175049.985000', '175050.445000', '175050.905000', '175051.365000', '175051.825000', '175052.285000', '175052.745000', '175053.205000', '175053.665000', '175054.125000', '175054.585000', '175055.045000', '175055.505000', '175055.965000', '175056.425000', '175056.885000', '175057.345000', '175057.805000', '175058.265000', '175058.725000', '175059.185000', '175059.645000', '175100.105000', '175100.565000', '175101.025000', '175101.485000', '175101.945000', '175102.405000', '175102.865000', '175103.325000', '175103.785000', '175104.245000', '175104.705000', '175105.165000', '175105.625000', '175106.085000', '175106.545000', '175107.005000', '175107.465000', '175107.925000', '175108.385000', '175108.845000', '175109.305000', '175109.765000', '175110.225000', '175110.685000', '175111.145000', '175111.605000', '175112.065000', '175112.525000', '175112.985000', '175113.445000', '175113.905000', '175114.365000', '175114.825000', '175115.285000', '175115.745000', '175116.205000', '175116.665000', '175117.125000', '175117.585000', '175118.045000', '175118.505000', '175118.965000', '175119.425000', '175119.885000', '175120.345000', '175120.805000', '175121.265000', '175121.725000', '175122.185000', '175122.645000', '175123.105000', '175123.565000', '175124.025000', '175124.485000', '175124.945000', '175125.405000', '175125.865000', '175126.325000', '175126.785000', '175127.245000', '175127.705000', '175128.165000', '175128.625000', '175129.085000', '175129.545000', '175130.005000', '175130.465000', '175130.925000', '175131.385000', '175131.845000', '175132.305000', '175132.765000', '175133.225000', '175133.685000', '175134.145000', '175134.605000', '175135.065000', '175135.525000', '175135.985000', '175136.445000', '175136.905000', '175137.365000', '175137.825000', '175138.285000', '175138.745000', '175139.205000', '175139.665000', '175140.125000', '175140.585000', '175141.045000', '175141.505000', '175141.965000', '175142.425000', '175142.885000', '175143.345000', '175143.805000', '175144.265000', '175144.725000', '175145.185000', '175145.645000', '175146.105000', '175146.565000', '175147.025000', '175147.485000', '175147.945000', '175148.405000', '175148.865000', '175149.325000', '175149.785000', '175150.245000', '175150.705000', '175151.165000', '175151.625000', '175152.085000', '175152.545000', '175153.005000', '175153.465000', '175153.925000', '175154.385000', '175154.845000', '175155.305000', '175155.765000', '175156.225000', '175156.685000', '175157.145000', '175157.605000', '175158.065000', '175158.525000', '175158.985000', '175159.445000', '175159.905000', '175200.365000', '175200.825000', '175201.285000', '175201.745000', '175202.205000', '175202.665000', '175203.125000', '175203.585000', '175204.045000', '175204.505000', '175204.965000', '175205.425000', '175205.885000', '175206.345000', '175206.805000', '175207.265000', '175207.725000', '175208.185000', '175208.645000', '175209.105000', '175209.565000', '175210.025000', '175210.485000', '175210.945000', '175211.405000', '175211.865000', '175212.325000', '175212.785000', '175213.245000', '175213.705000', '175214.165000', '175214.625000', '175215.085000', '175215.545000', '175216.005000', '175216.465000', '175216.925000', '175217.385000', '175217.845000', '175218.305000', '175218.765000', '175219.225000', '175219.685000', '175220.145000', '175220.605000', '175221.065000', '175221.525000', '175221.985000', '175222.445000', '175222.905000', '175223.365000', '175223.825000', '175224.285000', '175224.745000', '175225.205000', '175225.665000', '175226.125000', '175226.585000', '175227.045000', '175227.505000', '175227.965000', '175228.425000', '175228.885000', '175229.345000', '175229.805000', '175230.265000', '175230.725000', '175231.185000', '175231.645000', '175232.105000', '175232.565000', '175233.025000', '175233.485000', '175233.945000', '175234.405000', '175234.865000', '175235.325000', '175235.785000', '175236.245000', '175236.705000', '175237.165000', '175237.625000', '175238.085000', '175238.545000', '175239.005000', '175239.465000', '175239.925000', '175240.385000', '175240.845000', '175241.305000', '175241.765000', '175242.225000', '175242.685000', '175243.145000', '175243.605000', '175244.065000', '175244.525000', '175244.985000', '175245.445000', '175245.905000', '175246.365000', '175246.825000', '175247.285000', '175247.745000', '175248.205000', '175248.665000', '175249.125000', '175249.585000', '175250.045000', '175250.505000', '175250.965000', '175251.425000', '175251.885000', '175252.345000', '175252.805000', '175253.265000', '175253.725000', '175254.185000', '175254.645000', '175255.105000', '175255.565000', '175256.025000', '175256.485000', '175256.945000', '175257.405000', '175257.865000', '175258.325000', '175258.785000', '175259.245000', '175259.705000', '175300.165000', '175300.625000', '175301.085000', '175301.545000', '175302.005000', '175302.465000', '175302.925000', '175303.385000', '175303.845000', '175304.305000', '175304.765000', '175305.225000', '175305.685000', '175306.145000', '175306.605000', '175307.065000', '175307.525000', '175307.985000', '175308.445000', '175308.905000', '175309.365000', '175309.825000', '175310.285000', '175310.745000', '175311.205000', '175311.665000', '175312.125000', '175312.585000', '175313.045000', '175313.505000', '175313.965000', '175314.425000', '175314.885000', '175315.345000', '175315.805000', '175316.265000', '175316.725000', '175317.185000', '175317.645000', '175318.105000', '175318.565000', '175319.025000', '175319.485000', '175319.945000', '175320.405000', '175320.865000', '175321.325000', '175321.785000', '175322.245000', '175322.705000', '175323.165000', '175323.625000', '175324.085000', '175324.545000', '175325.005000', '175325.465000', '175325.925000', '175326.385000', '175326.845000', '175327.305000', '175327.765000', '175328.225000', '175328.685000', '175329.145000', '175329.605000', '175330.065000', '175330.525000', '175330.985000', '175331.445000', '175331.905000', '175332.365000', '175332.825000', '175333.285000', '175333.745000', '175334.205000', '175334.665000', '175335.125000', '175335.585000', '175336.045000', '175336.505000', '175336.965000', '175337.425000', '175337.885000', '175338.345000', '175338.805000', '175339.265000', '175339.725000', '175340.185000', '175340.645000', '175341.105000', '175341.565000', '175342.025000', '175342.485000', '175342.945000', '175343.405000', '175343.865000', '175344.325000', '175344.785000', '175345.245000', '175345.705000', '175346.165000', '175346.625000', '175347.085000', '175347.545000', '175348.005000', '175348.465000', '175348.925000', '175349.385000', '175349.845000', '175350.305000', '175350.765000', '175351.225000', '175351.685000', '175352.145000', '175352.605000', '175353.065000', '175353.525000', '175353.985000', '175354.445000', '175354.905000', '175355.365000', '175355.825000', '175356.285000', '175356.745000', '175357.205000', '175357.665000', '175358.125000', '175358.585000', '175359.045000', '175359.505000', '175359.965000', '175400.425000', '175400.885000', '175401.345000', '175401.805000', '175402.265000', '175402.725000', '175403.185000', '175403.645000', '175404.105000', '175404.565000', '175405.025000', '175405.485000', '175405.945000', '175406.405000', '175406.865000', '175407.325000', '175407.785000', '175408.245000', '175408.705000', '175409.165000', '175409.625000', '175410.085000', '175410.545000', '175411.005000', '175411.465000', '175411.925000', '175412.385000', '175412.845000', '175413.305000', '175413.765000', '175414.225000', '175414.685000', '175415.145000', '175415.605000', '175416.065000', '175416.525000', '175416.985000', '175417.445000', '175417.905000', '175418.365000', '175418.825000', '175419.285000', '175419.745000', '175420.205000', '175420.665000', '175421.125000', '175421.585000', '175422.045000', '175422.505000', '175422.965000', '175423.425000', '175423.885000', '175424.345000', '175424.805000', '175425.265000', '175425.725000', '175426.185000', '175426.645000', '175427.105000', '175427.565000', '175428.025000', '175428.485000', '175428.945000', '175429.405000', '175429.865000', '175430.325000', '175430.785000', '175431.245000', '175431.705000', '175432.165000', '175432.625000', '175433.085000', '175433.545000', '175434.005000', '175434.465000', '175434.925000', '175435.385000', '175435.845000', '175436.305000', '175436.765000', '175437.225000', '175437.685000', '175438.145000', '175438.605000', '175439.065000', '175439.525000', '175439.985000', '175440.445000', '175440.905000', '175441.365000', '175441.825000', '175442.285000', '175442.745000', '175443.205000', '175443.665000', '175444.125000', '175444.585000', '175445.045000', '175445.505000', '175445.965000', '175446.425000', '175446.885000', '175447.345000', '175447.805000', '175448.265000', '175448.725000', '175449.185000', '175449.645000', '175450.105000', '175450.565000', '175451.025000', '175451.485000', '175451.945000', '175452.405000', '175452.865000', '175453.325000', '175453.785000', '175454.245000', '175454.705000', '175455.165000', '175455.625000', '175456.085000', '175456.545000', '175457.005000', '175457.465000', '175457.925000', '175458.385000', '175458.845000', '175459.305000', '175459.765000', '175500.225000', '175500.685000', '175501.145000', '175501.605000', '175502.065000', '175502.525000', '175502.985000', '175503.445000', '175503.905000', '175504.365000', '175504.825000', '175505.285000', '175505.745000', '175506.205000', '175506.665000', '175507.125000', '175507.585000', '175508.045000', '175508.505000', '175508.965000', '175509.425000', '175509.885000', '175510.345000', '175510.805000', '175511.265000', '175511.725000', '175512.185000', '175512.645000', '175513.105000', '175513.565000', '175514.025000', '175514.485000', '175514.945000', '175515.405000', '175515.865000', '175516.325000', '175516.785000', '175517.245000', '175517.705000', '175518.165000', '175518.625000', '175519.085000', '175519.545000', '175520.005000', '175520.465000', '175520.925000', '175521.385000', '175521.845000', '175522.305000', '175522.765000', '175523.225000', '175523.685000', '175524.145000', '175524.605000', '175525.065000', '175525.525000', '175525.985000', '175526.445000', '175526.905000', '175527.365000', '175527.825000', '175528.285000', '175528.745000', '175529.205000', '175529.665000', '175530.125000', '175530.585000', '175531.045000', '175531.505000', '175531.965000', '175532.425000', '175532.885000', '175533.345000', '175533.805000', '175534.265000', '175534.725000', '175535.185000', '175535.645000', '175536.105000', '175536.565000', '175537.025000', '175537.485000', '175537.945000', '175538.405000', '175538.865000', '175539.325000', '175539.785000', '175540.245000', '175540.705000', '175541.165000', '175541.625000', '175542.085000', '175542.545000', '175543.005000', '175543.465000', '175543.925000', '175544.385000', '175544.845000', '175545.305000', '175545.765000', '175546.225000', '175546.685000', '175547.145000', '175547.605000', '175548.065000', '175548.525000', '175548.985000', '175549.445000', '175549.905000', '175550.365000', '175550.825000', '175551.285000', '175551.745000', '175552.205000', '175552.665000', '175553.125000', '175553.585000', '175554.045000', '175554.505000', '175554.965000', '175555.425000', '175555.885000', '175556.345000', '175556.805000', '175557.265000', '175557.725000', '175558.185000', '175558.645000', '175559.105000', '175559.565000', '175600.025000', '175600.485000', '175600.945000', '175601.405000', '175601.865000', '175602.325000', '175602.785000', '175603.245000', '175603.705000', '175604.165000', '175604.625000', '175605.085000', '175605.545000', '175606.005000', '175606.465000', '175606.925000', '175607.385000', '175607.845000', '175608.305000', '175608.765000', '175609.225000', '175609.685000', '175610.145000', '175610.605000', '175611.065000', '175611.525000', '175611.985000', '175612.445000', '175612.905000', '175613.365000', '175613.825000', '175614.285000', '175614.745000', '175615.205000', '175615.665000', '175616.125000', '175616.585000', '175617.045000', '175617.505000'], 'ContentTime': ['174638.294000', '174638.298000', '174638.301000', '174638.304000', '174638.307000', '174638.310000', '174638.314000', '174638.317000', '174638.325000', '174638.331000', '174638.334000', '174638.337000', '174638.340000', '174638.343000', '174638.346000', '174638.348000', '174638.352000', '174638.355000', '174638.358000', '174638.361000', '174638.364000', '174638.367000', '174638.369000', '174638.372000', '174638.375000', '174638.382000', '174638.385000', '174638.387000', '174638.390000', '174638.393000', '174638.396000', '174638.400000', '174638.403000', '174638.406000', '174638.409000', '174638.412000', '174658.267000', '174658.270000', '174658.273000', '174658.276000', '174658.278000', '174658.281000', '174658.284000', '174658.287000', '174658.290000', '174658.293000', '174658.296000', '174658.298000', '174658.301000', '174658.304000', '174658.307000', '174658.310000', '174658.312000', '174658.315000', '174658.318000', '174658.321000', '174658.324000', '174658.327000', '174658.330000', '174658.332000', '174658.335000', '174658.338000', '174658.341000', '174658.344000', '174658.347000', '174658.350000', '174658.352000', '174658.355000', '174658.358000', '174658.361000', '174658.364000', '174658.367000', '174658.370000', '174658.372000', '174658.375000', '174658.378000', '174658.381000', '174658.384000', '174658.387000', '174658.389000', '174718.266000', '174718.269000', '174718.272000', '174718.275000', '174718.278000', '174718.281000', '174718.283000', '174718.286000', '174718.289000', '174718.292000', '174718.295000', '174718.298000', '174718.300000', '174718.303000', '174718.306000', '174718.309000', '174718.312000', '174718.314000', '174718.317000', '174718.320000', '174718.323000', '174718.326000', '174718.329000', '174718.332000', '174718.335000', '174718.338000', '174718.341000', '174718.344000', '174718.346000', '174718.349000', '174718.352000', '174718.355000', '174718.358000', '174718.361000', '174718.364000', '174718.366000', '174718.369000', '174718.372000', '174718.375000', '174718.378000', '174718.381000', '174718.384000', '174718.386000', '174738.266000', '174738.269000', '174738.272000', '174738.275000', '174738.278000', '174738.281000', '174738.284000', '174738.287000', '174738.289000', '174738.292000', '174738.295000', '174738.298000', '174738.301000', '174738.304000', '174738.306000', '174738.309000', '174738.312000', '174738.315000', '174738.318000', '174738.321000', '174738.324000', '174738.327000', '174738.330000', '174738.332000', '174738.335000', '174738.338000', '174738.341000', '174738.344000', '174738.347000', '174738.349000', '174738.352000', '174738.355000', '174738.372000', '174738.375000', '174738.377000', '174738.380000', '174738.383000', '174738.386000', '174738.389000', '174738.392000', '174738.394000', '174738.397000', '174738.400000', '174738.403000', '174758.266000', '174758.269000', '174758.272000', '174758.275000', '174758.279000', '174758.282000', '174758.285000', '174758.288000', '174758.291000', '174758.294000', '174758.296000', '174758.299000', '174758.302000', '174758.305000', '174758.308000', '174758.311000', '174758.313000', '174758.316000', '174758.319000', '174758.322000', '174758.325000', '174758.328000', '174758.331000', '174758.334000', '174758.337000', '174758.339000', '174758.342000', '174758.345000', '174758.350000', '174758.354000', '174758.357000', '174758.360000', '174758.363000', '174758.366000', '174758.369000', '174758.372000', '174758.375000', '174758.377000', '174758.380000', '174758.383000', '174758.386000', '174758.389000', '174758.392000', '174818.267000', '174818.270000', '174818.273000', '174818.276000', '174818.279000', '174818.282000', '174818.285000', '174818.287000', '174818.290000', '174818.293000', '174818.296000', '174818.299000', '174818.302000', '174818.305000', '174818.307000', '174818.310000', '174818.313000', '174818.316000', '174818.319000', '174818.322000', '174818.325000', '174818.328000', '174818.330000', '174818.333000', '174818.336000', '174818.339000', '174818.342000', '174818.345000', '174818.347000', '174818.350000', '174818.353000', '174818.356000', '174818.359000', '174818.362000', '174818.365000', '174818.368000', '174818.370000', '174818.373000', '174818.376000', '174818.379000', '174818.382000', '174818.385000', '174818.387000', '174818.395000', '174838.267000', '174838.270000', '174838.273000', '174838.276000', '174838.279000', '174838.281000', '174838.284000', '174838.287000', '174838.290000', '174838.293000', '174838.296000', '174838.299000', '174838.302000', '174838.305000', '174838.308000', '174838.310000', '174838.313000', '174838.316000', '174838.319000', '174838.322000', '174838.325000', '174838.328000', '174838.330000', '174838.333000', '174838.336000', '174838.339000', '174838.342000', '174838.345000', '174838.348000', '174838.351000', '174838.354000', '174838.358000', '174838.362000', '174838.364000', '174838.367000', '174838.370000', '174838.373000', '174838.376000', '174838.379000', '174838.382000', '174838.384000', '174838.387000', '174838.390000', '174858.267000', '174858.270000', '174858.273000', '174858.276000', '174858.279000', '174858.282000', '174858.284000', '174858.287000', '174858.290000', '174858.293000', '174858.296000', '174858.299000', '174858.302000', '174858.305000', '174858.308000', '174858.311000', '174858.314000', '174858.316000', '174858.319000', '174858.322000', '174858.325000', '174858.328000', '174858.331000', '174858.333000', '174858.336000', '174858.339000', '174858.342000', '174858.345000', '174858.348000', '174858.351000', '174858.354000', '174858.357000', '174858.360000', '174858.363000', '174858.365000', '174858.368000', '174858.371000', '174858.374000', '174858.377000', '174858.380000', '174858.383000', '174858.386000', '174858.388000', '174858.391000', '174918.267000', '174918.270000', '174918.273000', '174918.276000', '174918.279000', '174918.282000', '174918.285000', '174918.287000', '174918.290000', '174918.293000', '174918.296000', '174918.299000', '174918.302000', '174918.305000', '174918.307000', '174918.310000', '174918.313000', '174918.316000', '174918.320000', '174918.323000', '174918.326000', '174918.328000', '174918.331000', '174918.334000', '174918.337000', '174918.340000', '174918.343000', '174918.355000', '174918.358000', '174918.361000', '174918.364000', '174918.367000', '174918.369000', '174918.372000', '174918.375000', '174918.378000', '174918.381000', '174918.384000', '174918.390000', '174918.393000', '174918.396000', '174918.399000', '174918.402000', '174938.266000', '174938.269000', '174938.272000', '174938.275000', '174938.278000', '174938.280000', '174938.284000', '174938.287000', '174938.290000', '174938.293000', '174938.296000', '174938.299000', '174938.302000', '174938.304000', '174938.307000', '174938.310000', '174938.313000', '174938.316000', '174938.319000', '174938.322000', '174938.324000', '174938.327000', '174938.330000', '174938.333000', '174938.336000', '174938.339000', '174938.342000', '174938.345000', '174938.348000', '174938.351000', '174938.353000', '174938.356000', '174938.359000', '174938.362000', '174938.365000', '174938.368000', '174938.371000', '174938.373000', '174938.376000', '174938.379000', '174938.382000', '174938.385000', '174938.388000', '174938.391000', '174958.266000', '174958.269000', '174958.272000', '174958.275000', '174958.278000', '174958.280000', '174958.283000', '174958.286000', '174958.289000', '174958.292000', '174958.295000', '174958.298000', '174958.300000', '174958.303000', '174958.306000', '174958.309000', '174958.312000', '174958.315000', '174958.318000', '174958.321000', '174958.324000', '174958.326000', '174958.329000', '174958.332000', '174958.335000', '174958.338000', '174958.341000', '174958.344000', '174958.347000', '174958.350000', '174958.352000', '174958.355000', '174958.358000', '174958.361000', '174958.364000', '174958.367000', '174958.370000', '174958.372000', '174958.375000', '174958.378000', '174958.381000', '174958.384000', '174958.387000', '175018.266000', '175018.269000', '175018.272000', '175018.276000', '175018.279000', '175018.282000', '175018.285000', '175018.288000', '175018.291000', '175018.294000', '175018.297000', '175018.299000', '175018.302000', '175018.305000', '175018.308000', '175018.311000', '175018.314000', '175018.317000', '175018.320000', '175018.322000', '175018.325000', '175018.328000', '175018.331000', '175018.334000', '175018.337000', '175018.340000', '175018.343000', '175018.346000', '175018.349000', '175018.351000', '175018.354000', '175018.357000', '175018.360000', '175018.363000', '175018.366000', '175018.369000', '175018.371000', '175018.374000', '175018.377000', '175018.380000', '175018.383000', '175018.386000', '175018.389000', '175018.392000', '175038.267000', '175038.270000', '175038.273000', '175038.276000', '175038.279000', '175038.281000', '175038.284000', '175038.287000', '175038.290000', '175038.293000', '175038.296000', '175038.299000', '175038.302000', '175038.305000', '175038.308000', '175038.311000', '175038.313000', '175038.316000', '175038.319000', '175038.322000', '175038.325000', '175038.328000', '175038.331000', '175038.334000', '175038.337000', '175038.340000', '175038.342000', '175038.345000', '175038.348000', '175038.351000', '175038.355000', '175038.358000', '175038.361000', '175038.364000', '175038.367000', '175038.370000', '175038.373000', '175038.376000', '175038.379000', '175038.381000', '175038.384000', '175038.387000', '175038.390000', '175058.267000', '175058.270000', '175058.273000', '175058.276000', '175058.278000', '175058.281000', '175058.284000', '175058.287000', '175058.290000', '175058.293000', '175058.296000', '175058.299000', '175058.301000', '175058.304000', '175058.307000', '175058.310000', '175058.313000', '175058.316000', '175058.319000', '175058.322000', '175058.325000', '175058.327000', '175058.330000', '175058.333000', '175058.336000', '175058.339000', '175058.342000', '175058.345000', '175058.348000', '175058.351000', '175058.353000', '175058.356000', '175058.359000', '175058.362000', '175058.365000', '175058.368000', '175058.371000', '175058.374000', '175058.377000', '175058.379000', '175058.382000', '175058.385000', '175058.388000', '175058.391000', '175118.267000', '175118.270000', '175118.273000', '175118.276000', '175118.279000', '175118.281000', '175118.284000', '175118.287000', '175118.290000', '175118.293000', '175118.296000', '175118.299000', '175118.302000', '175118.305000', '175118.308000', '175118.311000', '175118.314000', '175118.317000', '175118.319000', '175118.322000', '175118.325000', '175118.328000', '175118.331000', '175118.334000', '175118.337000', '175118.340000', '175118.343000', '175118.345000', '175118.348000', '175118.351000', '175118.354000', '175118.357000', '175118.360000', '175118.363000', '175118.365000', '175118.368000', '175118.371000', '175118.374000', '175118.377000', '175118.380000', '175118.383000', '175118.385000', '175118.388000', '175138.267000', '175138.270000', '175138.273000', '175138.276000', '175138.279000', '175138.281000', '175138.284000', '175138.287000', '175138.290000', '175138.293000', '175138.296000', '175138.299000', '175138.302000', '175138.305000', '175138.307000', '175138.310000', '175138.313000', '175138.316000', '175138.319000', '175138.322000', '175138.325000', '175138.328000', '175138.331000', '175138.333000', '175138.336000', '175138.339000', '175138.342000', '175138.345000', '175138.348000', '175138.351000', '175138.354000', '175138.356000', '175138.359000', '175138.362000', '175138.365000', '175138.368000', '175138.371000', '175138.374000', '175138.377000', '175138.379000', '175138.382000', '175138.385000', '175138.388000', '175138.391000', '175158.266000', '175158.269000', '175158.272000', '175158.275000', '175158.278000', '175158.280000', '175158.283000', '175158.286000', '175158.289000', '175158.292000', '175158.295000', '175158.298000', '175158.301000', '175158.303000', '175158.306000', '175158.309000', '175158.312000', '175158.315000', '175158.318000', '175158.321000', '175158.324000', '175158.327000', '175158.329000', '175158.332000', '175158.335000', '175158.338000', '175158.341000', '175158.344000', '175158.347000', '175158.350000', '175158.353000', '175158.355000', '175158.358000', '175158.361000', '175158.364000', '175158.367000', '175158.370000', '175158.373000', '175158.376000', '175158.379000', '175158.381000', '175158.384000', '175158.387000', '175218.266000', '175218.269000', '175218.272000', '175218.275000', '175218.278000', '175218.281000', '175218.284000', '175218.286000', '175218.289000', '175218.292000', '175218.295000', '175218.298000', '175218.301000', '175218.304000', '175218.306000', '175218.309000', '175218.312000', '175218.315000', '175218.318000', '175218.335000', '175218.338000', '175218.341000', '175218.344000', '175218.347000', '175218.350000', '175218.352000', '175218.355000', '175218.358000', '175218.361000', '175218.364000', '175218.367000', '175218.370000', '175218.372000', '175218.375000', '175218.378000', '175218.381000', '175218.384000', '175218.387000', '175218.390000', '175218.393000', '175218.396000', '175218.398000', '175218.403000', '175218.406000', '175238.267000', '175238.270000', '175238.273000', '175238.276000', '175238.279000', '175238.282000', '175238.285000', '175238.287000', '175238.290000', '175238.293000', '175238.296000', '175238.299000', '175238.302000', '175238.304000', '175238.307000', '175238.310000', '175238.313000', '175238.316000', '175238.319000', '175238.322000', '175238.325000', '175238.328000', '175238.330000', '175238.333000', '175238.336000', '175238.339000', '175238.342000', '175238.345000', '175238.348000', '175238.351000', '175238.354000', '175238.356000', '175238.359000', '175238.362000', '175238.365000', '175238.368000', '175238.371000', '175238.374000', '175238.376000', '175238.379000', '175238.382000', '175238.385000', '175238.388000', '175258.267000', '175258.270000', '175258.273000', '175258.276000', '175258.279000', '175258.282000', '175258.285000', '175258.288000', '175258.290000', '175258.293000', '175258.296000', '175258.299000', '175258.302000', '175258.304000', '175258.307000', '175258.310000', '175258.313000', '175258.316000', '175258.319000', '175258.322000', '175258.325000', '175258.328000', '175258.331000', '175258.333000', '175258.336000', '175258.339000', '175258.342000', '175258.345000', '175258.348000', '175258.351000', '175258.354000', '175258.357000', '175258.360000', '175258.362000', '175258.365000', '175258.368000', '175258.371000', '175258.374000', '175258.377000', '175258.380000', '175258.382000', '175258.385000', '175258.388000', '175318.267000', '175318.270000', '175318.273000', '175318.276000', '175318.279000', '175318.282000', '175318.284000', '175318.287000', '175318.290000', '175318.293000', '175318.296000', '175318.299000', '175318.302000', '175318.304000', '175318.307000', '175318.310000', '175318.313000', '175318.316000', '175318.319000', '175318.322000', '175318.325000', '175318.327000', '175318.331000', '175318.334000', '175318.337000', '175318.340000', '175318.342000', '175318.345000', '175318.348000', '175318.351000', '175318.354000', '175318.357000', '175318.360000', '175318.363000', '175318.365000', '175318.368000', '175318.371000', '175318.374000', '175318.377000', '175318.380000', '175318.383000', '175318.386000', '175318.389000', '175318.391000', '175338.267000', '175338.270000', '175338.273000', '175338.276000', '175338.279000', '175338.282000', '175338.285000', '175338.288000', '175338.290000', '175338.293000', '175338.296000', '175338.299000', '175338.302000', '175338.305000', '175338.307000', '175338.312000', '175338.317000', '175338.320000', '175338.323000', '175338.326000', '175338.329000', '175338.332000', '175338.334000', '175338.337000', '175338.340000', '175338.343000', '175338.346000', '175338.349000', '175338.352000', '175338.354000', '175338.367000', '175338.370000', '175338.372000', '175338.375000', '175338.378000', '175338.382000', '175338.384000', '175338.387000', '175338.390000', '175338.393000', '175338.397000', '175338.400000', '175338.403000', '175358.267000', '175358.270000', '175358.273000', '175358.276000', '175358.279000', '175358.282000', '175358.285000', '175358.287000', '175358.290000', '175358.293000', '175358.296000', '175358.299000', '175358.302000', '175358.305000', '175358.307000', '175358.310000', '175358.313000', '175358.316000', '175358.319000', '175358.322000', '175358.325000', '175358.328000', '175358.331000', '175358.333000', '175358.336000', '175358.339000', '175358.342000', '175358.345000', '175358.348000', '175358.351000', '175358.354000', '175358.356000', '175358.359000', '175358.362000', '175358.365000', '175358.368000', '175358.371000', '175358.374000', '175358.377000', '175358.379000', '175358.382000', '175358.385000', '175358.388000', '175358.391000', '175418.266000', '175418.269000', '175418.272000', '175418.275000', '175418.278000', '175418.281000', '175418.283000', '175418.286000', '175418.289000', '175418.292000', '175418.295000', '175418.299000', '175418.304000', '175418.307000', '175418.310000', '175418.313000', '175418.316000', '175418.319000', '175418.322000', '175418.325000', '175418.328000', '175418.331000', '175418.334000', '175418.336000', '175418.339000', '175418.342000', '175418.345000', '175418.348000', '175418.351000', '175418.354000', '175418.357000', '175418.360000', '175418.363000', '175418.366000', '175418.368000', '175418.371000', '175418.374000', '175418.377000', '175418.380000', '175418.383000', '175418.386000', '175418.388000', '175418.391000', '175438.266000', '175438.269000', '175438.272000', '175438.275000', '175438.278000', '175438.281000', '175438.283000', '175438.286000', '175438.289000', '175438.292000', '175438.295000', '175438.298000', '175438.300000', '175438.303000', '175438.306000', '175438.309000', '175438.312000', '175438.315000', '175438.318000', '175438.321000', '175438.324000', '175438.326000', '175438.329000', '175438.332000', '175438.335000', '175438.338000', '175438.341000', '175438.344000', '175438.347000', '175438.349000', '175438.352000', '175438.355000', '175438.358000', '175438.361000', '175438.364000', '175438.367000', '175438.370000', '175438.373000', '175438.375000', '175438.378000', '175438.381000', '175438.384000', '175438.387000', '175438.390000', '175458.267000', '175458.270000', '175458.273000', '175458.276000', '175458.279000', '175458.282000', '175458.284000', '175458.287000', '175458.290000', '175458.293000', '175458.296000', '175458.299000', '175458.302000', '175458.305000', '175458.308000', '175458.310000', '175458.315000', '175458.318000', '175458.321000', '175458.324000', '175458.327000', '175458.329000', '175458.332000', '175458.335000', '175458.338000', '175458.341000', '175458.344000', '175458.355000', '175458.358000', '175458.361000', '175458.363000', '175458.366000', '175458.369000', '175458.372000', '175458.375000', '175458.378000', '175458.381000', '175458.383000', '175458.386000', '175458.389000', '175458.392000', '175458.395000', '175458.398000', '175518.267000', '175518.270000', '175518.273000', '175518.276000', '175518.279000', '175518.282000', '175518.285000', '175518.288000', '175518.290000', '175518.293000', '175518.296000', '175518.299000', '175518.302000', '175518.305000', '175518.308000', '175518.310000', '175518.313000', '175518.316000', '175518.319000', '175518.322000', '175518.325000', '175518.328000', '175518.331000', '175518.334000', '175518.336000', '175518.339000', '175518.342000', '175518.345000', '175518.348000', '175518.351000', '175518.354000', '175518.357000', '175518.359000', '175518.362000', '175518.365000', '175518.368000', '175518.371000', '175518.374000', '175518.377000', '175518.380000', '175518.383000', '175518.386000', '175518.388000', '175518.391000', '175538.268000', '175538.272000', '175538.275000', '175538.278000', '175538.281000', '175538.283000', '175538.286000', '175538.289000', '175538.292000', '175538.295000', '175538.298000', '175538.301000', '175538.304000', '175538.307000', '175538.309000', '175538.312000', '175538.315000', '175538.318000', '175538.321000', '175538.324000', '175538.327000', '175538.330000', '175538.334000', '175538.338000', '175538.341000', '175538.344000', '175538.347000', '175538.350000', '175538.353000', '175538.356000', '175538.359000', '175538.362000', '175538.364000', '175538.367000', '175538.370000', '175538.373000', '175538.376000', '175538.379000', '175538.381000', '175538.384000', '175538.387000', '175538.390000', '175538.393000', '175558.267000', '175558.270000', '175558.273000', '175558.276000', '175558.279000', '175558.282000', '175558.285000', '175558.288000', '175558.290000', '175558.293000', '175558.296000', '175558.299000', '175558.302000', '175558.305000', '175558.308000', '175558.311000', '175558.314000', '175558.316000', '175558.319000', '175558.322000', '175558.325000', '175558.328000', '175558.331000', '175558.334000', '175558.337000', '175558.340000', '175558.343000', '175558.345000', '175558.348000', '175558.351000', '175558.354000', '175558.357000', '175558.360000', '175558.363000', '175558.366000', '175558.369000', '175558.372000', '175558.374000', '175558.377000', '175558.380000', '175558.383000', '175558.386000', '175558.389000', '175558.392000', '175618.267000', '175618.270000', '175618.273000', '175618.276000', '175618.279000', '175618.281000', '175618.284000', '175618.287000', '175618.290000', '175618.305000', '175618.308000', '175618.311000', '175618.314000', '175618.317000', '175618.320000', '175618.323000', '175618.326000', '175618.329000', '175618.333000', '175618.336000', '175618.338000', '175618.341000', '175618.344000', '175618.347000', '175618.351000', '175618.358000', '175618.361000', '175618.365000', '175618.368000', '175618.376000', '175618.381000', '175618.388000', '175618.392000', '175618.397000', '175618.400000', '175618.403000', '175618.406000', '175618.409000', '175618.413000', '175618.416000', '175618.419000', '175618.422000', '175618.425000', '175618.501000'], 'InstanceCreationTime': ['174638.294000', '174638.298000', '174638.301000', '174638.304000', '174638.307000', '174638.310000', '174638.314000', '174638.317000', '174638.325000', '174638.331000', '174638.334000', '174638.337000', '174638.340000', '174638.343000', '174638.346000', '174638.348000', '174638.352000', '174638.355000', '174638.358000', '174638.361000', '174638.364000', '174638.367000', '174638.369000', '174638.372000', '174638.375000', '174638.382000', '174638.385000', '174638.387000', '174638.390000', '174638.393000', '174638.396000', '174638.400000', '174638.403000', '174638.406000', '174638.409000', '174638.412000', '174658.267000', '174658.270000', '174658.273000', '174658.276000', '174658.278000', '174658.281000', '174658.284000', '174658.287000', '174658.290000', '174658.293000', '174658.296000', '174658.298000', '174658.301000', '174658.304000', '174658.307000', '174658.310000', '174658.312000', '174658.315000', '174658.318000', '174658.321000', '174658.324000', '174658.327000', '174658.330000', '174658.332000', '174658.335000', '174658.338000', '174658.341000', '174658.344000', '174658.347000', '174658.350000', '174658.352000', '174658.355000', '174658.358000', '174658.361000', '174658.364000', '174658.367000', '174658.370000', '174658.372000', '174658.375000', '174658.378000', '174658.381000', '174658.384000', '174658.387000', '174658.389000', '174718.266000', '174718.269000', '174718.272000', '174718.275000', '174718.278000', '174718.281000', '174718.283000', '174718.286000', '174718.289000', '174718.292000', '174718.295000', '174718.298000', '174718.300000', '174718.303000', '174718.306000', '174718.309000', '174718.312000', '174718.314000', '174718.317000', '174718.320000', '174718.323000', '174718.326000', '174718.329000', '174718.332000', '174718.335000', '174718.338000', '174718.341000', '174718.344000', '174718.346000', '174718.349000', '174718.352000', '174718.355000', '174718.358000', '174718.361000', '174718.364000', '174718.366000', '174718.369000', '174718.372000', '174718.375000', '174718.378000', '174718.381000', '174718.384000', '174718.386000', '174738.266000', '174738.269000', '174738.272000', '174738.275000', '174738.278000', '174738.281000', '174738.284000', '174738.287000', '174738.289000', '174738.292000', '174738.295000', '174738.298000', '174738.301000', '174738.304000', '174738.306000', '174738.309000', '174738.312000', '174738.315000', '174738.318000', '174738.321000', '174738.324000', '174738.327000', '174738.330000', '174738.332000', '174738.335000', '174738.338000', '174738.341000', '174738.344000', '174738.347000', '174738.349000', '174738.352000', '174738.355000', '174738.372000', '174738.375000', '174738.377000', '174738.380000', '174738.383000', '174738.386000', '174738.389000', '174738.392000', '174738.394000', '174738.397000', '174738.400000', '174738.403000', '174758.266000', '174758.269000', '174758.272000', '174758.275000', '174758.279000', '174758.282000', '174758.285000', '174758.288000', '174758.291000', '174758.294000', '174758.296000', '174758.299000', '174758.302000', '174758.305000', '174758.308000', '174758.311000', '174758.313000', '174758.316000', '174758.319000', '174758.322000', '174758.325000', '174758.328000', '174758.331000', '174758.334000', '174758.337000', '174758.339000', '174758.342000', '174758.345000', '174758.350000', '174758.354000', '174758.357000', '174758.360000', '174758.363000', '174758.366000', '174758.369000', '174758.372000', '174758.375000', '174758.377000', '174758.380000', '174758.383000', '174758.386000', '174758.389000', '174758.392000', '174818.267000', '174818.270000', '174818.273000', '174818.276000', '174818.279000', '174818.282000', '174818.285000', '174818.287000', '174818.290000', '174818.293000', '174818.296000', '174818.299000', '174818.302000', '174818.305000', '174818.307000', '174818.310000', '174818.313000', '174818.316000', '174818.319000', '174818.322000', '174818.325000', '174818.328000', '174818.330000', '174818.333000', '174818.336000', '174818.339000', '174818.342000', '174818.345000', '174818.347000', '174818.350000', '174818.353000', '174818.356000', '174818.359000', '174818.362000', '174818.365000', '174818.368000', '174818.370000', '174818.373000', '174818.376000', '174818.379000', '174818.382000', '174818.385000', '174818.387000', '174818.395000', '174838.267000', '174838.270000', '174838.273000', '174838.276000', '174838.279000', '174838.281000', '174838.284000', '174838.287000', '174838.290000', '174838.293000', '174838.296000', '174838.299000', '174838.302000', '174838.305000', '174838.308000', '174838.310000', '174838.313000', '174838.316000', '174838.319000', '174838.322000', '174838.325000', '174838.328000', '174838.330000', '174838.333000', '174838.336000', '174838.339000', '174838.342000', '174838.345000', '174838.348000', '174838.351000', '174838.354000', '174838.358000', '174838.362000', '174838.364000', '174838.367000', '174838.370000', '174838.373000', '174838.376000', '174838.379000', '174838.382000', '174838.384000', '174838.387000', '174838.390000', '174858.267000', '174858.270000', '174858.273000', '174858.276000', '174858.279000', '174858.282000', '174858.284000', '174858.287000', '174858.290000', '174858.293000', '174858.296000', '174858.299000', '174858.302000', '174858.305000', '174858.308000', '174858.311000', '174858.314000', '174858.316000', '174858.319000', '174858.322000', '174858.325000', '174858.328000', '174858.331000', '174858.333000', '174858.336000', '174858.339000', '174858.342000', '174858.345000', '174858.348000', '174858.351000', '174858.354000', '174858.357000', '174858.360000', '174858.363000', '174858.365000', '174858.368000', '174858.371000', '174858.374000', '174858.377000', '174858.380000', '174858.383000', '174858.386000', '174858.388000', '174858.391000', '174918.267000', '174918.270000', '174918.273000', '174918.276000', '174918.279000', '174918.282000', '174918.285000', '174918.287000', '174918.290000', '174918.293000', '174918.296000', '174918.299000', '174918.302000', '174918.305000', '174918.307000', '174918.310000', '174918.313000', '174918.316000', '174918.320000', '174918.323000', '174918.326000', '174918.328000', '174918.331000', '174918.334000', '174918.337000', '174918.340000', '174918.343000', '174918.355000', '174918.358000', '174918.361000', '174918.364000', '174918.367000', '174918.369000', '174918.372000', '174918.375000', '174918.378000', '174918.381000', '174918.384000', '174918.390000', '174918.393000', '174918.396000', '174918.399000', '174918.402000', '174938.266000', '174938.269000', '174938.272000', '174938.275000', '174938.278000', '174938.280000', '174938.284000', '174938.287000', '174938.290000', '174938.293000', '174938.296000', '174938.299000', '174938.302000', '174938.304000', '174938.307000', '174938.310000', '174938.313000', '174938.316000', '174938.319000', '174938.322000', '174938.324000', '174938.327000', '174938.330000', '174938.333000', '174938.336000', '174938.339000', '174938.342000', '174938.345000', '174938.348000', '174938.351000', '174938.353000', '174938.356000', '174938.359000', '174938.362000', '174938.365000', '174938.368000', '174938.371000', '174938.373000', '174938.376000', '174938.379000', '174938.382000', '174938.385000', '174938.388000', '174938.391000', '174958.266000', '174958.269000', '174958.272000', '174958.275000', '174958.278000', '174958.280000', '174958.283000', '174958.286000', '174958.289000', '174958.292000', '174958.295000', '174958.298000', '174958.300000', '174958.303000', '174958.306000', '174958.309000', '174958.312000', '174958.315000', '174958.318000', '174958.321000', '174958.324000', '174958.326000', '174958.329000', '174958.332000', '174958.335000', '174958.338000', '174958.341000', '174958.344000', '174958.347000', '174958.350000', '174958.352000', '174958.355000', '174958.358000', '174958.361000', '174958.364000', '174958.367000', '174958.370000', '174958.372000', '174958.375000', '174958.378000', '174958.381000', '174958.384000', '174958.387000', '175018.266000', '175018.269000', '175018.272000', '175018.276000', '175018.279000', '175018.282000', '175018.285000', '175018.288000', '175018.291000', '175018.294000', '175018.297000', '175018.299000', '175018.302000', '175018.305000', '175018.308000', '175018.311000', '175018.314000', '175018.317000', '175018.320000', '175018.322000', '175018.325000', '175018.328000', '175018.331000', '175018.334000', '175018.337000', '175018.340000', '175018.343000', '175018.346000', '175018.349000', '175018.351000', '175018.354000', '175018.357000', '175018.360000', '175018.363000', '175018.366000', '175018.369000', '175018.371000', '175018.374000', '175018.377000', '175018.380000', '175018.383000', '175018.386000', '175018.389000', '175018.392000', '175038.267000', '175038.270000', '175038.273000', '175038.276000', '175038.279000', '175038.281000', '175038.284000', '175038.287000', '175038.290000', '175038.293000', '175038.296000', '175038.299000', '175038.302000', '175038.305000', '175038.308000', '175038.311000', '175038.313000', '175038.316000', '175038.319000', '175038.322000', '175038.325000', '175038.328000', '175038.331000', '175038.334000', '175038.337000', '175038.340000', '175038.342000', '175038.345000', '175038.348000', '175038.351000', '175038.355000', '175038.358000', '175038.361000', '175038.364000', '175038.367000', '175038.370000', '175038.373000', '175038.376000', '175038.379000', '175038.381000', '175038.384000', '175038.387000', '175038.390000', '175058.267000', '175058.270000', '175058.273000', '175058.276000', '175058.278000', '175058.281000', '175058.284000', '175058.287000', '175058.290000', '175058.293000', '175058.296000', '175058.299000', '175058.301000', '175058.304000', '175058.307000', '175058.310000', '175058.313000', '175058.316000', '175058.319000', '175058.322000', '175058.325000', '175058.327000', '175058.330000', '175058.333000', '175058.336000', '175058.339000', '175058.342000', '175058.345000', '175058.348000', '175058.351000', '175058.353000', '175058.356000', '175058.359000', '175058.362000', '175058.365000', '175058.368000', '175058.371000', '175058.374000', '175058.377000', '175058.379000', '175058.382000', '175058.385000', '175058.388000', '175058.391000', '175118.267000', '175118.270000', '175118.273000', '175118.276000', '175118.279000', '175118.281000', '175118.284000', '175118.287000', '175118.290000', '175118.293000', '175118.296000', '175118.299000', '175118.302000', '175118.305000', '175118.308000', '175118.311000', '175118.314000', '175118.317000', '175118.319000', '175118.322000', '175118.325000', '175118.328000', '175118.331000', '175118.334000', '175118.337000', '175118.340000', '175118.343000', '175118.345000', '175118.348000', '175118.351000', '175118.354000', '175118.357000', '175118.360000', '175118.363000', '175118.365000', '175118.368000', '175118.371000', '175118.374000', '175118.377000', '175118.380000', '175118.383000', '175118.385000', '175118.388000', '175138.267000', '175138.270000', '175138.273000', '175138.276000', '175138.279000', '175138.281000', '175138.284000', '175138.287000', '175138.290000', '175138.293000', '175138.296000', '175138.299000', '175138.302000', '175138.305000', '175138.307000', '175138.310000', '175138.313000', '175138.316000', '175138.319000', '175138.322000', '175138.325000', '175138.328000', '175138.331000', '175138.333000', '175138.336000', '175138.339000', '175138.342000', '175138.345000', '175138.348000', '175138.351000', '175138.354000', '175138.356000', '175138.359000', '175138.362000', '175138.365000', '175138.368000', '175138.371000', '175138.374000', '175138.377000', '175138.379000', '175138.382000', '175138.385000', '175138.388000', '175138.391000', '175158.266000', '175158.269000', '175158.272000', '175158.275000', '175158.278000', '175158.280000', '175158.283000', '175158.286000', '175158.289000', '175158.292000', '175158.295000', '175158.298000', '175158.301000', '175158.303000', '175158.306000', '175158.309000', '175158.312000', '175158.315000', '175158.318000', '175158.321000', '175158.324000', '175158.327000', '175158.329000', '175158.332000', '175158.335000', '175158.338000', '175158.341000', '175158.344000', '175158.347000', '175158.350000', '175158.353000', '175158.355000', '175158.358000', '175158.361000', '175158.364000', '175158.367000', '175158.370000', '175158.373000', '175158.376000', '175158.379000', '175158.381000', '175158.384000', '175158.387000', '175218.266000', '175218.269000', '175218.272000', '175218.275000', '175218.278000', '175218.281000', '175218.284000', '175218.286000', '175218.289000', '175218.292000', '175218.295000', '175218.298000', '175218.301000', '175218.304000', '175218.306000', '175218.309000', '175218.312000', '175218.315000', '175218.318000', '175218.335000', '175218.338000', '175218.341000', '175218.344000', '175218.347000', '175218.350000', '175218.352000', '175218.355000', '175218.358000', '175218.361000', '175218.364000', '175218.367000', '175218.370000', '175218.372000', '175218.375000', '175218.378000', '175218.381000', '175218.384000', '175218.387000', '175218.390000', '175218.393000', '175218.396000', '175218.398000', '175218.403000', '175218.406000', '175238.267000', '175238.270000', '175238.273000', '175238.276000', '175238.279000', '175238.282000', '175238.285000', '175238.287000', '175238.290000', '175238.293000', '175238.296000', '175238.299000', '175238.302000', '175238.304000', '175238.307000', '175238.310000', '175238.313000', '175238.316000', '175238.319000', '175238.322000', '175238.325000', '175238.328000', '175238.330000', '175238.333000', '175238.336000', '175238.339000', '175238.342000', '175238.345000', '175238.348000', '175238.351000', '175238.354000', '175238.356000', '175238.359000', '175238.362000', '175238.365000', '175238.368000', '175238.371000', '175238.374000', '175238.376000', '175238.379000', '175238.382000', '175238.385000', '175238.388000', '175258.267000', '175258.270000', '175258.273000', '175258.276000', '175258.279000', '175258.282000', '175258.285000', '175258.288000', '175258.290000', '175258.293000', '175258.296000', '175258.299000', '175258.302000', '175258.304000', '175258.307000', '175258.310000', '175258.313000', '175258.316000', '175258.319000', '175258.322000', '175258.325000', '175258.328000', '175258.331000', '175258.333000', '175258.336000', '175258.339000', '175258.342000', '175258.345000', '175258.348000', '175258.351000', '175258.354000', '175258.357000', '175258.360000', '175258.362000', '175258.365000', '175258.368000', '175258.371000', '175258.374000', '175258.377000', '175258.380000', '175258.382000', '175258.385000', '175258.388000', '175318.267000', '175318.270000', '175318.273000', '175318.276000', '175318.279000', '175318.282000', '175318.284000', '175318.287000', '175318.290000', '175318.293000', '175318.296000', '175318.299000', '175318.302000', '175318.304000', '175318.307000', '175318.310000', '175318.313000', '175318.316000', '175318.319000', '175318.322000', '175318.325000', '175318.327000', '175318.331000', '175318.334000', '175318.337000', '175318.340000', '175318.342000', '175318.345000', '175318.348000', '175318.351000', '175318.354000', '175318.357000', '175318.360000', '175318.363000', '175318.365000', '175318.368000', '175318.371000', '175318.374000', '175318.377000', '175318.380000', '175318.383000', '175318.386000', '175318.389000', '175318.391000', '175338.267000', '175338.270000', '175338.273000', '175338.276000', '175338.279000', '175338.282000', '175338.285000', '175338.288000', '175338.290000', '175338.293000', '175338.296000', '175338.299000', '175338.302000', '175338.305000', '175338.307000', '175338.312000', '175338.317000', '175338.320000', '175338.323000', '175338.326000', '175338.329000', '175338.332000', '175338.334000', '175338.337000', '175338.340000', '175338.343000', '175338.346000', '175338.349000', '175338.352000', '175338.354000', '175338.367000', '175338.370000', '175338.372000', '175338.375000', '175338.378000', '175338.382000', '175338.384000', '175338.387000', '175338.390000', '175338.393000', '175338.397000', '175338.400000', '175338.403000', '175358.267000', '175358.270000', '175358.273000', '175358.276000', '175358.279000', '175358.282000', '175358.285000', '175358.287000', '175358.290000', '175358.293000', '175358.296000', '175358.299000', '175358.302000', '175358.305000', '175358.307000', '175358.310000', '175358.313000', '175358.316000', '175358.319000', '175358.322000', '175358.325000', '175358.328000', '175358.331000', '175358.333000', '175358.336000', '175358.339000', '175358.342000', '175358.345000', '175358.348000', '175358.351000', '175358.354000', '175358.356000', '175358.359000', '175358.362000', '175358.365000', '175358.368000', '175358.371000', '175358.374000', '175358.377000', '175358.379000', '175358.382000', '175358.385000', '175358.388000', '175358.391000', '175418.266000', '175418.269000', '175418.272000', '175418.275000', '175418.278000', '175418.281000', '175418.283000', '175418.286000', '175418.289000', '175418.292000', '175418.295000', '175418.299000', '175418.304000', '175418.307000', '175418.310000', '175418.313000', '175418.316000', '175418.319000', '175418.322000', '175418.325000', '175418.328000', '175418.331000', '175418.334000', '175418.336000', '175418.339000', '175418.342000', '175418.345000', '175418.348000', '175418.351000', '175418.354000', '175418.357000', '175418.360000', '175418.363000', '175418.366000', '175418.368000', '175418.371000', '175418.374000', '175418.377000', '175418.380000', '175418.383000', '175418.386000', '175418.388000', '175418.391000', '175438.266000', '175438.269000', '175438.272000', '175438.275000', '175438.278000', '175438.281000', '175438.283000', '175438.286000', '175438.289000', '175438.292000', '175438.295000', '175438.298000', '175438.300000', '175438.303000', '175438.306000', '175438.309000', '175438.312000', '175438.315000', '175438.318000', '175438.321000', '175438.324000', '175438.326000', '175438.329000', '175438.332000', '175438.335000', '175438.338000', '175438.341000', '175438.344000', '175438.347000', '175438.349000', '175438.352000', '175438.355000', '175438.358000', '175438.361000', '175438.364000', '175438.367000', '175438.370000', '175438.373000', '175438.375000', '175438.378000', '175438.381000', '175438.384000', '175438.387000', '175438.390000', '175458.267000', '175458.270000', '175458.273000', '175458.276000', '175458.279000', '175458.282000', '175458.284000', '175458.287000', '175458.290000', '175458.293000', '175458.296000', '175458.299000', '175458.302000', '175458.305000', '175458.308000', '175458.310000', '175458.315000', '175458.318000', '175458.321000', '175458.324000', '175458.327000', '175458.329000', '175458.332000', '175458.335000', '175458.338000', '175458.341000', '175458.344000', '175458.355000', '175458.358000', '175458.361000', '175458.363000', '175458.366000', '175458.369000', '175458.372000', '175458.375000', '175458.378000', '175458.381000', '175458.383000', '175458.386000', '175458.389000', '175458.392000', '175458.395000', '175458.398000', '175518.267000', '175518.270000', '175518.273000', '175518.276000', '175518.279000', '175518.282000', '175518.285000', '175518.288000', '175518.290000', '175518.293000', '175518.296000', '175518.299000', '175518.302000', '175518.305000', '175518.308000', '175518.310000', '175518.313000', '175518.316000', '175518.319000', '175518.322000', '175518.325000', '175518.328000', '175518.331000', '175518.334000', '175518.336000', '175518.339000', '175518.342000', '175518.345000', '175518.348000', '175518.351000', '175518.354000', '175518.357000', '175518.359000', '175518.362000', '175518.365000', '175518.368000', '175518.371000', '175518.374000', '175518.377000', '175518.380000', '175518.383000', '175518.386000', '175518.388000', '175518.391000', '175538.268000', '175538.272000', '175538.275000', '175538.278000', '175538.281000', '175538.283000', '175538.286000', '175538.289000', '175538.292000', '175538.295000', '175538.298000', '175538.301000', '175538.304000', '175538.307000', '175538.309000', '175538.312000', '175538.315000', '175538.318000', '175538.321000', '175538.324000', '175538.327000', '175538.330000', '175538.334000', '175538.338000', '175538.341000', '175538.344000', '175538.347000', '175538.350000', '175538.353000', '175538.356000', '175538.359000', '175538.362000', '175538.364000', '175538.367000', '175538.370000', '175538.373000', '175538.376000', '175538.379000', '175538.381000', '175538.384000', '175538.387000', '175538.390000', '175538.393000', '175558.267000', '175558.270000', '175558.273000', '175558.276000', '175558.279000', '175558.282000', '175558.285000', '175558.288000', '175558.290000', '175558.293000', '175558.296000', '175558.299000', '175558.302000', '175558.305000', '175558.308000', '175558.311000', '175558.314000', '175558.316000', '175558.319000', '175558.322000', '175558.325000', '175558.328000', '175558.331000', '175558.334000', '175558.337000', '175558.340000', '175558.343000', '175558.345000', '175558.348000', '175558.351000', '175558.354000', '175558.357000', '175558.360000', '175558.363000', '175558.366000', '175558.369000', '175558.372000', '175558.374000', '175558.377000', '175558.380000', '175558.383000', '175558.386000', '175558.389000', '175558.392000', '175618.267000', '175618.270000', '175618.273000', '175618.276000', '175618.279000', '175618.281000', '175618.284000', '175618.287000', '175618.290000', '175618.305000', '175618.308000', '175618.311000', '175618.314000', '175618.317000', '175618.320000', '175618.323000', '175618.326000', '175618.329000', '175618.333000', '175618.336000', '175618.338000', '175618.341000', '175618.344000', '175618.347000', '175618.351000', '175618.358000', '175618.361000', '175618.365000', '175618.368000', '175618.376000', '175618.381000', '175618.388000', '175618.392000', '175618.397000', '175618.400000', '175618.403000', '175618.406000', '175618.409000', '175618.413000', '175618.416000', '175618.419000', '175618.422000', '175618.425000', '175618.501000'], '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': [8782, 8583, 9760, 10318, 9144, 11829, 15261, 11109, 11113, 10539, 9631, 13209, 10797, 8952, 8277, 9926, 9162, 8884, 9813, 13664, 9026, 8802, 8348, 10058, 11469, 8751, 9742, 13038, 9160, 8428, 8532, 8809, 10565, 9005, 9003, 10536, 8452, 8654, 13615, 8602, 9197, 8320, 8841, 10795, 13769, 8721, 9805, 7393, 9527, 12173, 9088, 8829, 13527, 9524, 9380, 12376, 8226, 9089, 13889, 8802, 9804, 14060, 8229, 9232, 15356, 9671, 9287, 8110, 8944, 8930, 10158, 8834, 11678, 8735, 9386, 12273, 8290, 8948, 13638, 9337, 9185, 12766, 8581, 9438, 15310, 8593, 9482, 9986, 8731, 8415, 8211, 8558, 10348, 8717, 8800, 7851, 8417, 8666, 11769, 8664, 10976, 8407, 8277, 12854, 8592, 10439, 10974, 8746, 11108, 8880, 9079, 14093, 10122, 8924, 11599, 8655, 8462, 10107, 8715, 12847, 10471, 9497, 12700, 8383, 8576, 14021, 8905, 10021, 8639, 9986, 13085, 8837, 9027, 12073, 9321, 8785, 7646, 8829, 13933, 9422, 9459, 14067, 8424, 9665, 13670, 8873, 10029, 7787, 8899, 13114, 8356, 9422, 13239, 8334, 8734, 11754, 8722, 9844, 8507, 8795, 13956, 8440, 8866, 7994, 8433, 12566, 10203, 9019, 8499, 8447, 8529, 9920, 8811, 11032, 8418, 9284, 13869, 8939, 9333, 7757, 9146, 12349, 8414, 8615, 16429, 9503, 10712, 7548, 9143, 12781, 10839, 9032, 15319, 8468, 9206, 8485, 9404, 12417, 8762, 8924, 15829, 8801, 9514, 8148, 8762, 13296, 8362, 8898, 8122, 8507, 12709, 10292, 8925, 9773, 8971, 8448, 11011, 8701, 12923, 8390, 9492, 14727, 8467, 10577, 12391, 9331, 12333, 8000, 9464, 14814, 8466, 11002, 10560, 8907, 14893, 8937, 9394, 9601, 8663, 13713, 10414, 9349, 12231, 8699, 9346, 15733, 8697, 9848, 7976, 9686, 10444, 8276, 8774, 14255, 8183, 8425, 8335, 8478, 10364, 9145, 9053, 11667, 8102, 8926, 14791, 8575, 9223, 8214, 8828, 10605, 8434, 8830, 13662, 8770, 9089, 12625, 8019, 8509, 12710, 8745, 10200, 8650, 8703, 14383, 9752, 8824, 8300, 8688, 10486, 8706, 8969, 14010, 8255, 9140, 8222, 8489, 12199, 10053, 8771, 8291, 8302, 10439, 8568, 8733, 14563, 9163, 9541, 13398, 8422, 11579, 12567, 8842, 12394, 8200, 8988, 15030, 9605, 8625, 9651, 8363, 10139, 10015, 8913, 12472, 7992, 9511, 15784, 8900, 11167, 8446, 9609, 12893, 8466, 9077, 15206, 11442, 9293, 8445, 8934, 11378, 8710, 8842, 8812, 8919, 10817, 8440, 8731, 15791, 8395, 10293, 8579, 8317, 12859, 8931, 9643, 10620, 8456, 9806, 7936, 9667, 10569, 9536, 12852, 8897, 8892, 8293, 9012, 14899, 11551, 10732, 8448, 9451, 14152, 11573, 9997, 15106, 8856, 9931, 8372, 8886, 12113, 9556, 8167, 8179, 8430, 7912, 8714, 8364, 11129, 8828, 8915, 12494, 8374, 9640, 14426, 8273, 9612, 10469, 8294, 9194, 8405, 9541, 14225, 8567, 8984, 14002, 8552, 10065, 8724, 9163, 13190, 9263, 8649, 14992, 9298, 8775, 13698, 8210, 10902, 15659, 8631, 10622, 10210, 8193, 9713, 15853, 8406, 10818, 13508, 8627, 9171, 8053, 8314, 9627, 9102, 8681, 11607, 8335, 8503, 14376, 10390, 8860, 13556, 8013, 8865, 14558, 9336, 8515, 12642, 7991, 8476, 12780, 8530, 9897, 9596, 8268, 11657, 8048, 8532, 10459, 8157, 8702, 14142, 8842, 9192, 15113, 7708, 8801, 15286, 8142, 9330, 8275, 7987, 9154, 8347, 8389, 12941, 9289, 8587, 13190, 7678, 8766, 14805, 10167, 10041, 9699, 8129, 9367, 9372, 8669, 12772, 9318, 8378, 13227, 7993, 8592, 15887, 8534, 9775, 8675, 8242, 9693, 10785, 8599, 12302, 7699, 9023, 14596, 8703, 9526, 10878, 8029, 10138, 8003, 8554, 15158, 9104, 9697, 9010, 8082, 12413, 8442, 8544, 15036, 12201, 8992, 14209, 8079, 8864, 15184, 9473, 10337, 11559, 8328, 9646, 8698, 8377, 14158, 9826, 8735, 13870, 8456, 8341, 15364, 9616, 9271, 8629, 8436, 10533, 8838, 8356, 11123, 8131, 7887, 8939, 8355, 14035, 10918, 8344, 13540, 7901, 8888, 16471, 9558, 11292, 8616, 8752, 13785, 8239, 8484, 15319, 10837, 9417, 11927, 8145, 9121, 10891, 8438, 12465, 8663, 8981, 13139, 8397, 8572, 15846, 8412, 9237, 8848, 8534, 10186, 9012, 8944, 13566, 8553, 8524, 15652, 8933, 10105, 10300, 8306, 10374, 10193, 8425, 13815, 8347, 7823, 8797, 8570, 9617, 9246, 8315, 12670, 8512, 8771, 14314, 9542, 8806, 14443, 8444, 9539, 13456, 8491, 10192, 12695, 8389, 11181, 8729, 8435, 13554, 9133, 8490, 8855, 8142, 7738, 9081, 8992, 12551, 8885, 8575, 14171, 8728, 8536, 16284, 9476, 9733, 8947, 8223, 11978, 8746, 8662, 14804, 8441, 10084, 10328, 8592, 14583, 12483, 9128, 14970, 8325, 9964, 16749, 10293, 10815, 8883, 8527, 11715, 10625, 8398, 13200, 8461, 7948, 9477, 8724, 10590, 10752, 8336, 12853, 8645, 8530, 15130, 10898, 9748, 13562, 8722, 10532, 9209, 8564, 12480, 8243, 7885, 8947, 9038, 10035, 9358, 8791, 12548, 8692, 7921, 9766, 8384, 10773, 8454, 8533, 16044, 9213, 10255, 9477, 8271, 11848, 8930, 8837, 14717, 8396, 10061, 9166, 8146, 12252, 8734, 8158, 8747, 7533, 8654, 8276, 11047, 8652, 11796, 7970, 8868, 8608, 15076, 15182, 10967, 15185, 11325, 8516, 8874, 8114, 10361, 10392, 8548, 13161, 8637, 9531, 8629, 8898, 16441, 10135, 11372, 8610, 7975, 14103, 8737, 12931, 8319, 8236, 11150, 8673, 15270, 11051, 9499, 8747, 8547, 13049, 9074, 9380, 9183, 8428, 11437, 8765, 8442, 9239, 8169, 8735, 8687, 9446, 9378, 9198, 13554, 9028, 10283, 8703, 8163, 15842, 10121, 12797, 9118, 8185, 12016, 9034, 12431, 13147, 8704, 12658, 9123, 8453, 14718, 9954, 8580, 16312, 8858, 10122, 12358, 8807, 10625, 10150, 8505, 12742, 8868, 8467, 16411, 9460, 11069, 9482, 8533, 10521, 9202, 8779, 14604, 11729, 8570, 13129, 9051, 8690, 14936, 11137, 8518, 13055, 8917, 8957, 15280, 8973, 9403, 15656, 8891, 9709, 9275, 8350, 9520, 9662, 9224, 13285, 9468, 8560, 10958, 9031, 8347, 14196, 9232, 10944, 9442, 8331, 14390, 9306, 9369, 15914, 9136, 11438, 9371, 8461, 14853, 10718, 10947, 13962, 8895, 11845, 9181, 8528, 16494, 9956, 12243, 10055, 8627, 13328, 9232, 8755, 15473, 9129, 12126, 9637, 8443, 14478, 9257, 9148, 15212, 8862, 11288, 9317, 8808, 15612, 11261, 8457, 14287, 8977, 8287, 13551, 8902, 9753, 9468, 8879, 12865, 9452, 8482, 13139, 8902, 8349, 14202, 9394, 10214, 9768, 8582, 11732, 9383, 9328, 14624, 9297, 8291, 9917, 9276, 10292, 9694, 8783, 14776, 9279, 9215, 16668, 12068, 11867, 9448, 8606, 10090, 9531, 8987, 15749, 10214, 10848, 16780, 8908, 12065, 14849, 9057, 10625, 9576, 8857, 10098, 9602, 8542, 13487, 9140, 8335, 14518, 9341, 10737, 9553, 8472, 12286, 10499, 8752, 15358, 10142, 8753, 14734, 9089, 8237, 12442, 9183, 9949, 9608, 8757, 11866, 11254, 9089, 12133, 9225, 8556, 15267, 9204, 10195, 9818, 8888, 11697, 9538, 9133, 14764, 11309, 8608, 12668, 9319, 9342, 14464, 9433, 7903, 9719, 8938, 8948, 9794, 9498, 13184, 9430, 8768, 14768, 9386, 9087, 14189, 9258, 10012, 9406, 9533, 12802, 11213, 9060, 14972, 9152, 8568, 15392, 9812, 11788, 9684, 8996, 13714, 9003, 9396, 16652, 12254, 11999, 8691, 7793, 8587, 8574, 8762, 8496, 14069, 12344, 10635, 14675, 10868, 8628, 11265, 9071, 8468, 14317, 8582, 10390, 9064, 8932, 13302, 8864, 8606, 13558, 8926, 8629, 14379, 8791, 7802, 8574, 9284, 8048, 9148, 8798, 8884, 8663, 8103, 8910, 9729, 8760, 9479, 9128, 13093, 8793, 9597, 15315, 10200, 8994, 11868, 8634, 8926, 11965, 9443, 13648, 9326, 8508, 14171, 8987, 9508, 15718, 10386, 9706, 13572, 9243, 11009, 13307, 8829, 11715, 8949, 8901, 14115, 10886, 9313, 12947, 8709, 8787, 14822, 9084, 10225, 16454, 9941, 10486, 9051, 8851, 8123, 9070, 9304, 12615, 9097, 8280, 8752, 9224, 7856, 12995, 9103, 9667, 8917, 9104, 14957, 9732, 10434, 9204, 8692, 13373, 9211, 9196, 15990, 9133, 11083, 9120, 9169, 14676, 10472, 9428, 9288, 8849, 11969, 12337, 9215, 13338, 10890, 8847, 13292, 8628, 8718, 15435, 9140, 10562, 9420, 8599, 10765, 9257, 9339, 14907, 11385, 8815, 14097, 8667, 9172, 10931, 9265, 13633, 9233, 8344, 14193, 9015, 8897, 16001, 9345, 11172, 9496, 8819, 12434, 8918, 8568, 14209, 9376, 10121, 9703, 8779, 11902, 8955, 7972, 9535, 9562, 9901, 9589, 8968, 14236, 8820, 8727, 11443, 9827, 14816, 10646, 9140, 15653, 9300, 9670, 14156, 9527, 11275, 9263, 9167, 13174, 9512, 8325, 9523, 9218, 9655, 8993, 8887, 14159, 9770, 11726, 9553, 9407, 14880, 9569, 10982, 11727, 8906, 9166, 9371, 9610, 11795, 9569, 13906, 9147, 8576, 9462, 9497, 14442, 11224, 8616, 9404, 9114, 10060, 9750, 9750, 15131, 9402, 10051, 9218, 9387, 15010, 11982, 9447, 9271, 8826, 10265, 9402, 9647, 16226, 9083, 11223, 9215, 9314, 15000, 11025, 11371, 9606, 8476, 12532, 9385, 9057, 16911, 10151, 10286, 9240, 8965, 12301, 9338, 9351, 14029, 8929, 8974, 9048, 9596, 14341, 9184, 8853, 9365, 9037, 11627, 9506, 9895, 15963, 9641, 10554, 9435, 9203, 12385], 'WindowCenter': [3839.0, 3825.0, 3845.0, 3831.0, 3820.0, 3840.0, 3860.0, 3827.0, 3825.0, 3813.0, 3802.0, 3821.0, 3812.0, 3789.0, 3781.0, 3803.0, 3791.0, 3792.0, 3801.0, 3832.0, 3792.0, 3790.0, 3792.0, 3814.0, 3823.0, 3792.0, 3803.0, 3834.0, 3802.0, 3792.0, 3792.0, 3802.0, 3813.0, 3805.0, 3805.0, 3825.0, 3795.0, 3804.0, 3845.0, 3795.0, 3805.0, 3794.0, 3805.0, 3826.0, 3846.0, 3793.0, 3804.0, 3782.0, 3815.0, 3836.0, 3803.0, 3803.0, 3836.0, 3803.0, 3804.0, 3834.0, 3792.0, 3803.0, 3834.0, 3793.0, 3814.0, 3844.0, 3793.0, 3804.0, 3845.0, 3803.0, 3802.0, 3780.0, 3803.0, 3790.0, 3801.0, 3792.0, 3823.0, 3792.0, 3804.0, 3833.0, 3792.0, 3803.0, 3833.0, 3802.0, 3802.0, 3834.0, 3793.0, 3803.0, 3844.0, 3793.0, 3802.0, 3802.0, 3792.0, 3791.0, 3792.0, 3792.0, 3812.0, 3793.0, 3804.0, 3793.0, 3805.0, 3805.0, 3836.0, 3806.0, 3826.0, 3806.0, 3806.0, 3847.0, 3806.0, 3825.0, 3825.0, 3805.0, 3825.0, 3804.0, 3804.0, 3844.0, 3814.0, 3804.0, 3824.0, 3793.0, 3792.0, 3813.0, 3792.0, 3834.0, 3812.0, 3802.0, 3822.0, 3791.0, 3791.0, 3832.0, 3791.0, 3800.0, 3791.0, 3801.0, 3831.0, 3791.0, 3792.0, 3822.0, 3802.0, 3791.0, 3781.0, 3791.0, 3843.0, 3802.0, 3802.0, 3832.0, 3790.0, 3800.0, 3833.0, 3790.0, 3800.0, 3769.0, 3791.0, 3831.0, 3780.0, 3801.0, 3832.0, 3791.0, 3791.0, 3822.0, 3791.0, 3801.0, 3792.0, 3792.0, 3843.0, 3792.0, 3803.0, 3781.0, 3793.0, 3834.0, 3813.0, 3804.0, 3792.0, 3793.0, 3803.0, 3812.0, 3804.0, 3824.0, 3794.0, 3804.0, 3845.0, 3804.0, 3803.0, 3783.0, 3804.0, 3834.0, 3793.0, 3803.0, 3855.0, 3815.0, 3814.0, 3783.0, 3805.0, 3835.0, 3813.0, 3803.0, 3845.0, 3793.0, 3802.0, 3792.0, 3803.0, 3822.0, 3793.0, 3792.0, 3854.0, 3803.0, 3802.0, 3793.0, 3792.0, 3833.0, 3793.0, 3801.0, 3792.0, 3804.0, 3833.0, 3814.0, 3803.0, 3814.0, 3804.0, 3793.0, 3813.0, 3792.0, 3834.0, 3792.0, 3803.0, 3844.0, 3792.0, 3813.0, 3834.0, 3803.0, 3832.0, 3782.0, 3802.0, 3843.0, 3791.0, 3812.0, 3812.0, 3792.0, 3845.0, 3803.0, 3802.0, 3801.0, 3790.0, 3831.0, 3799.0, 3791.0, 3821.0, 3789.0, 3801.0, 3841.0, 3790.0, 3800.0, 3780.0, 3802.0, 3809.0, 3780.0, 3791.0, 3843.0, 3792.0, 3791.0, 3780.0, 3791.0, 3812.0, 3801.0, 3801.0, 3822.0, 3781.0, 3802.0, 3843.0, 3792.0, 3801.0, 3792.0, 3804.0, 3813.0, 3792.0, 3803.0, 3844.0, 3793.0, 3791.0, 3833.0, 3792.0, 3791.0, 3833.0, 3793.0, 3812.0, 3793.0, 3804.0, 3844.0, 3815.0, 3802.0, 3794.0, 3804.0, 3823.0, 3804.0, 3804.0, 3857.0, 3805.0, 3816.0, 3793.0, 3804.0, 3835.0, 3816.0, 3804.0, 3795.0, 3806.0, 3825.0, 3804.0, 3806.0, 3857.0, 3816.0, 3816.0, 3846.0, 3794.0, 3825.0, 3836.0, 3804.0, 3834.0, 3793.0, 3803.0, 3844.0, 3802.0, 3792.0, 3802.0, 3793.0, 3812.0, 3802.0, 3804.0, 3833.0, 3794.0, 3814.0, 3854.0, 3792.0, 3824.0, 3792.0, 3814.0, 3832.0, 3792.0, 3792.0, 3844.0, 3824.0, 3802.0, 3781.0, 3802.0, 3822.0, 3791.0, 3802.0, 3804.0, 3805.0, 3823.0, 3793.0, 3805.0, 3857.0, 3794.0, 3814.0, 3805.0, 3806.0, 3846.0, 3804.0, 3815.0, 3828.0, 3807.0, 3827.0, 3796.0, 3817.0, 3825.0, 3815.0, 3837.0, 3806.0, 3805.0, 3807.0, 3817.0, 3859.0, 3839.0, 3827.0, 3796.0, 3816.0, 3845.0, 3825.0, 3804.0, 3845.0, 3793.0, 3803.0, 3781.0, 3792.0, 3821.0, 3801.0, 3782.0, 3780.0, 3792.0, 3779.0, 3791.0, 3781.0, 3811.0, 3790.0, 3791.0, 3823.0, 3792.0, 3803.0, 3843.0, 3781.0, 3802.0, 3813.0, 3794.0, 3803.0, 3794.0, 3816.0, 3846.0, 3805.0, 3805.0, 3846.0, 3805.0, 3815.0, 3807.0, 3818.0, 3847.0, 3805.0, 3805.0, 3846.0, 3817.0, 3807.0, 3846.0, 3794.0, 3825.0, 3856.0, 3793.0, 3814.0, 3812.0, 3793.0, 3803.0, 3844.0, 3781.0, 3812.0, 3833.0, 3792.0, 3802.0, 3780.0, 3791.0, 3800.0, 3790.0, 3791.0, 3821.0, 3781.0, 3792.0, 3843.0, 3812.0, 3792.0, 3832.0, 3781.0, 3791.0, 3831.0, 3790.0, 3791.0, 3832.0, 3781.0, 3792.0, 3833.0, 3791.0, 3801.0, 3802.0, 3792.0, 3822.0, 3779.0, 3791.0, 3810.0, 3780.0, 3791.0, 3843.0, 3793.0, 3803.0, 3844.0, 3782.0, 3803.0, 3843.0, 3780.0, 3802.0, 3781.0, 3782.0, 3801.0, 3792.0, 3793.0, 3834.0, 3804.0, 3805.0, 3835.0, 3784.0, 3792.0, 3845.0, 3813.0, 3815.0, 3803.0, 3793.0, 3804.0, 3804.0, 3793.0, 3835.0, 3804.0, 3793.0, 3834.0, 3794.0, 3804.0, 3854.0, 3804.0, 3815.0, 3804.0, 3793.0, 3802.0, 3824.0, 3805.0, 3835.0, 3796.0, 3818.0, 3857.0, 3805.0, 3814.0, 3826.0, 3794.0, 3814.0, 3795.0, 3807.0, 3858.0, 3806.0, 3816.0, 3817.0, 3797.0, 3848.0, 3806.0, 3806.0, 3858.0, 3836.0, 3806.0, 3845.0, 3795.0, 3804.0, 3857.0, 3804.0, 3814.0, 3825.0, 3794.0, 3803.0, 3791.0, 3793.0, 3844.0, 3803.0, 3793.0, 3834.0, 3793.0, 3792.0, 3844.0, 3814.0, 3803.0, 3792.0, 3794.0, 3814.0, 3804.0, 3794.0, 3823.0, 3794.0, 3793.0, 3804.0, 3795.0, 3846.0, 3826.0, 3795.0, 3846.0, 3794.0, 3805.0, 3856.0, 3803.0, 3825.0, 3805.0, 3805.0, 3845.0, 3794.0, 3793.0, 3845.0, 3814.0, 3803.0, 3823.0, 3781.0, 3801.0, 3812.0, 3780.0, 3823.0, 3792.0, 3792.0, 3833.0, 3791.0, 3792.0, 3853.0, 3791.0, 3801.0, 3801.0, 3792.0, 3813.0, 3802.0, 3804.0, 3834.0, 3793.0, 3792.0, 3855.0, 3804.0, 3814.0, 3814.0, 3793.0, 3812.0, 3813.0, 3793.0, 3834.0, 3793.0, 3782.0, 3792.0, 3793.0, 3803.0, 3802.0, 3793.0, 3835.0, 3805.0, 3804.0, 3846.0, 3805.0, 3804.0, 3846.0, 3794.0, 3815.0, 3846.0, 3794.0, 3814.0, 3834.0, 3795.0, 3825.0, 3794.0, 3794.0, 3845.0, 3804.0, 3805.0, 3803.0, 3795.0, 3784.0, 3805.0, 3806.0, 3835.0, 3804.0, 3806.0, 3846.0, 3805.0, 3805.0, 3868.0, 3816.0, 3816.0, 3806.0, 3807.0, 3837.0, 3806.0, 3806.0, 3859.0, 3806.0, 3827.0, 3828.0, 3806.0, 3859.0, 3837.0, 3807.0, 3846.0, 3795.0, 3816.0, 3856.0, 3814.0, 3825.0, 3803.0, 3805.0, 3825.0, 3814.0, 3794.0, 3834.0, 3794.0, 3793.0, 3803.0, 3793.0, 3813.0, 3824.0, 3793.0, 3835.0, 3792.0, 3793.0, 3844.0, 3814.0, 3803.0, 3834.0, 3792.0, 3812.0, 3801.0, 3792.0, 3833.0, 3793.0, 3783.0, 3803.0, 3803.0, 3814.0, 3804.0, 3805.0, 3834.0, 3806.0, 3794.0, 3815.0, 3794.0, 3825.0, 3805.0, 3805.0, 3856.0, 3805.0, 3827.0, 3815.0, 3807.0, 3836.0, 3806.0, 3805.0, 3858.0, 3794.0, 3815.0, 3804.0, 3795.0, 3836.0, 3793.0, 3781.0, 3805.0, 3797.0, 3808.0, 3809.0, 3852.0, 3819.0, 3850.0, 3796.0, 3818.0, 3806.0, 3860.0, 3859.0, 3827.0, 3847.0, 3827.0, 3795.0, 3805.0, 3795.0, 3814.0, 3813.0, 3792.0, 3834.0, 3792.0, 3803.0, 3805.0, 3804.0, 3854.0, 3815.0, 3824.0, 3793.0, 3782.0, 3833.0, 3791.0, 3834.0, 3792.0, 3792.0, 3813.0, 3792.0, 3844.0, 3824.0, 3802.0, 3791.0, 3791.0, 3832.0, 3791.0, 3789.0, 3802.0, 3792.0, 3822.0, 3792.0, 3791.0, 3802.0, 3793.0, 3793.0, 3805.0, 3802.0, 3802.0, 3804.0, 3846.0, 3804.0, 3815.0, 3806.0, 3794.0, 3857.0, 3815.0, 3835.0, 3806.0, 3794.0, 3837.0, 3805.0, 3836.0, 3834.0, 3794.0, 3835.0, 3804.0, 3793.0, 3844.0, 3803.0, 3793.0, 3856.0, 3803.0, 3814.0, 3833.0, 3804.0, 3811.0, 3813.0, 3793.0, 3833.0, 3804.0, 3792.0, 3855.0, 3803.0, 3825.0, 3803.0, 3794.0, 3812.0, 3801.0, 3793.0, 3845.0, 3824.0, 3793.0, 3834.0, 3793.0, 3792.0, 3844.0, 3813.0, 3792.0, 3833.0, 3793.0, 3803.0, 3843.0, 3792.0, 3803.0, 3854.0, 3792.0, 3801.0, 3803.0, 3792.0, 3801.0, 3802.0, 3803.0, 3833.0, 3803.0, 3794.0, 3823.0, 3805.0, 3794.0, 3846.0, 3803.0, 3825.0, 3815.0, 3794.0, 3845.0, 3804.0, 3804.0, 3857.0, 3805.0, 3825.0, 3804.0, 3794.0, 3845.0, 3814.0, 3824.0, 3846.0, 3805.0, 3824.0, 3805.0, 3804.0, 3856.0, 3803.0, 3834.0, 3813.0, 3794.0, 3834.0, 3805.0, 3793.0, 3844.0, 3802.0, 3835.0, 3803.0, 3793.0, 3845.0, 3802.0, 3803.0, 3844.0, 3803.0, 3822.0, 3803.0, 3803.0, 3853.0, 3813.0, 3792.0, 3842.0, 3792.0, 3781.0, 3832.0, 3792.0, 3801.0, 3802.0, 3792.0, 3832.0, 3802.0, 3792.0, 3832.0, 3791.0, 3791.0, 3843.0, 3802.0, 3813.0, 3803.0, 3793.0, 3823.0, 3803.0, 3803.0, 3843.0, 3804.0, 3794.0, 3814.0, 3805.0, 3815.0, 3816.0, 3805.0, 3857.0, 3806.0, 3805.0, 3867.0, 3837.0, 3836.0, 3815.0, 3805.0, 3813.0, 3803.0, 3804.0, 3856.0, 3815.0, 3826.0, 3856.0, 3803.0, 3824.0, 3845.0, 3791.0, 3812.0, 3800.0, 3792.0, 3800.0, 3802.0, 3792.0, 3832.0, 3802.0, 3792.0, 3844.0, 3803.0, 3813.0, 3802.0, 3792.0, 3823.0, 3813.0, 3792.0, 3843.0, 3813.0, 3792.0, 3842.0, 3792.0, 3781.0, 3822.0, 3801.0, 3801.0, 3801.0, 3793.0, 3822.0, 3812.0, 3791.0, 3822.0, 3803.0, 3792.0, 3843.0, 3802.0, 3813.0, 3812.0, 3803.0, 3823.0, 3802.0, 3804.0, 3845.0, 3813.0, 3792.0, 3832.0, 3802.0, 3802.0, 3843.0, 3802.0, 3782.0, 3813.0, 3805.0, 3803.0, 3815.0, 3815.0, 3846.0, 3806.0, 3806.0, 3856.0, 3805.0, 3805.0, 3847.0, 3805.0, 3814.0, 3804.0, 3816.0, 3835.0, 3824.0, 3805.0, 3856.0, 3805.0, 3804.0, 3856.0, 3815.0, 3835.0, 3804.0, 3804.0, 3845.0, 3805.0, 3804.0, 3856.0, 3838.0, 3835.0, 3792.0, 3781.0, 3792.0, 3804.0, 3806.0, 3807.0, 3848.0, 3836.0, 3815.0, 3846.0, 3814.0, 3792.0, 3811.0, 3792.0, 3780.0, 3831.0, 3780.0, 3800.0, 3788.0, 3791.0, 3831.0, 3790.0, 3790.0, 3830.0, 3790.0, 3778.0, 3830.0, 3779.0, 3767.0, 3778.0, 3801.0, 3780.0, 3801.0, 3793.0, 3791.0, 3804.0, 3792.0, 3803.0, 3816.0, 3805.0, 3815.0, 3817.0, 3847.0, 3807.0, 3817.0, 3857.0, 3828.0, 3806.0, 3836.0, 3806.0, 3805.0, 3837.0, 3817.0, 3848.0, 3817.0, 3806.0, 3847.0, 3805.0, 3816.0, 3855.0, 3816.0, 3816.0, 3846.0, 3805.0, 3825.0, 3846.0, 3805.0, 3836.0, 3803.0, 3803.0, 3845.0, 3812.0, 3805.0, 3835.0, 3793.0, 3794.0, 3844.0, 3803.0, 3814.0, 3855.0, 3813.0, 3813.0, 3791.0, 3790.0, 3780.0, 3790.0, 3801.0, 3834.0, 3804.0, 3793.0, 3792.0, 3803.0, 3791.0, 3834.0, 3804.0, 3803.0, 3805.0, 3805.0, 3856.0, 3815.0, 3826.0, 3814.0, 3806.0, 3845.0, 3815.0, 3816.0, 3868.0, 3817.0, 3827.0, 3816.0, 3817.0, 3857.0, 3826.0, 3806.0, 3816.0, 3805.0, 3837.0, 3836.0, 3804.0, 3846.0, 3813.0, 3803.0, 3833.0, 3793.0, 3792.0, 3842.0, 3801.0, 3812.0, 3803.0, 3793.0, 3823.0, 3802.0, 3803.0, 3844.0, 3823.0, 3791.0, 3844.0, 3792.0, 3802.0, 3812.0, 3802.0, 3843.0, 3803.0, 3793.0, 3844.0, 3791.0, 3792.0, 3852.0, 3802.0, 3822.0, 3801.0, 3803.0, 3833.0, 3803.0, 3791.0, 3843.0, 3800.0, 3812.0, 3802.0, 3793.0, 3823.0, 3803.0, 3792.0, 3803.0, 3813.0, 3813.0, 3804.0, 3804.0, 3846.0, 3805.0, 3804.0, 3825.0, 3815.0, 3856.0, 3814.0, 3805.0, 3855.0, 3803.0, 3804.0, 3845.0, 3803.0, 3824.0, 3804.0, 3804.0, 3833.0, 3814.0, 3792.0, 3814.0, 3815.0, 3815.0, 3805.0, 3805.0, 3857.0, 3815.0, 3837.0, 3816.0, 3817.0, 3856.0, 3816.0, 3826.0, 3836.0, 3806.0, 3805.0, 3816.0, 3816.0, 3837.0, 3817.0, 3848.0, 3816.0, 3806.0, 3816.0, 3817.0, 3857.0, 3836.0, 3804.0, 3816.0, 3816.0, 3827.0, 3816.0, 3816.0, 3858.0, 3816.0, 3816.0, 3805.0, 3805.0, 3845.0, 3825.0, 3803.0, 3804.0, 3805.0, 3814.0, 3804.0, 3804.0, 3856.0, 3804.0, 3824.0, 3804.0, 3804.0, 3844.0, 3825.0, 3826.0, 3804.0, 3793.0, 3834.0, 3804.0, 3804.0, 3854.0, 3813.0, 3813.0, 3803.0, 3803.0, 3821.0, 3802.0, 3801.0, 3844.0, 3804.0, 3803.0, 3802.0, 3802.0, 3843.0, 3804.0, 3803.0, 3803.0, 3804.0, 3824.0, 3815.0, 3815.0, 3856.0, 3816.0, 3825.0, 3805.0, 3816.0, 3835.0], 'WindowWidth': [8631.0, 8604.0, 8627.0, 8601.0, 8585.0, 8613.0, 8638.0, 8586.0, 8582.0, 8562.0, 8544.0, 8570.0, 8557.0, 8523.0, 8515.0, 8547.0, 8528.0, 8532.0, 8542.0, 8584.0, 8531.0, 8527.0, 8534.0, 8564.0, 8575.0, 8533.0, 8548.0, 8590.0, 8548.0, 8533.0, 8533.0, 8547.0, 8562.0, 8554.0, 8555.0, 8580.0, 8542.0, 8554.0, 8608.0, 8540.0, 8556.0, 8540.0, 8556.0, 8585.0, 8611.0, 8537.0, 8551.0, 8520.0, 8569.0, 8597.0, 8550.0, 8549.0, 8598.0, 8551.0, 8553.0, 8591.0, 8534.0, 8550.0, 8594.0, 8538.0, 8566.0, 8607.0, 8535.0, 8552.0, 8608.0, 8550.0, 8546.0, 8517.0, 8550.0, 8530.0, 8544.0, 8533.0, 8577.0, 8534.0, 8552.0, 8590.0, 8535.0, 8548.0, 8588.0, 8548.0, 8548.0, 8591.0, 8536.0, 8551.0, 8606.0, 8535.0, 8547.0, 8547.0, 8534.0, 8532.0, 8532.0, 8534.0, 8559.0, 8537.0, 8554.0, 8537.0, 8557.0, 8556.0, 8599.0, 8558.0, 8585.0, 8561.0, 8560.0, 8616.0, 8560.0, 8584.0, 8582.0, 8555.0, 8582.0, 8554.0, 8554.0, 8608.0, 8565.0, 8553.0, 8579.0, 8538.0, 8534.0, 8561.0, 8532.0, 8591.0, 8559.0, 8547.0, 8572.0, 8532.0, 8530.0, 8585.0, 8529.0, 8542.0, 8532.0, 8545.0, 8586.0, 8532.0, 8533.0, 8573.0, 8548.0, 8532.0, 8520.0, 8531.0, 8603.0, 8546.0, 8545.0, 8587.0, 8528.0, 8543.0, 8588.0, 8527.0, 8542.0, 8500.0, 8529.0, 8583.0, 8516.0, 8544.0, 8587.0, 8531.0, 8531.0, 8573.0, 8531.0, 8544.0, 8535.0, 8536.0, 8602.0, 8535.0, 8549.0, 8520.0, 8538.0, 8591.0, 8566.0, 8552.0, 8536.0, 8538.0, 8551.0, 8562.0, 8553.0, 8579.0, 8542.0, 8554.0, 8610.0, 8554.0, 8552.0, 8523.0, 8554.0, 8594.0, 8539.0, 8552.0, 8624.0, 8568.0, 8568.0, 8524.0, 8555.0, 8597.0, 8563.0, 8551.0, 8609.0, 8536.0, 8548.0, 8536.0, 8550.0, 8574.0, 8535.0, 8533.0, 8619.0, 8549.0, 8548.0, 8537.0, 8534.0, 8589.0, 8536.0, 8545.0, 8535.0, 8553.0, 8590.0, 8565.0, 8551.0, 8568.0, 8555.0, 8537.0, 8562.0, 8534.0, 8592.0, 8535.0, 8550.0, 8607.0, 8534.0, 8562.0, 8590.0, 8549.0, 8587.0, 8521.0, 8548.0, 8603.0, 8532.0, 8561.0, 8560.0, 8534.0, 8609.0, 8549.0, 8548.0, 8544.0, 8528.0, 8585.0, 8539.0, 8530.0, 8570.0, 8527.0, 8544.0, 8598.0, 8529.0, 8542.0, 8514.0, 8546.0, 8551.0, 8516.0, 8530.0, 8601.0, 8533.0, 8532.0, 8517.0, 8533.0, 8559.0, 8544.0, 8546.0, 8572.0, 8519.0, 8547.0, 8603.0, 8535.0, 8546.0, 8534.0, 8552.0, 8562.0, 8533.0, 8549.0, 8605.0, 8536.0, 8533.0, 8590.0, 8535.0, 8533.0, 8589.0, 8536.0, 8561.0, 8538.0, 8553.0, 8607.0, 8570.0, 8549.0, 8540.0, 8555.0, 8579.0, 8554.0, 8553.0, 8629.0, 8556.0, 8572.0, 8540.0, 8554.0, 8595.0, 8572.0, 8553.0, 8542.0, 8561.0, 8583.0, 8555.0, 8558.0, 8629.0, 8572.0, 8572.0, 8612.0, 8540.0, 8582.0, 8596.0, 8551.0, 8594.0, 8537.0, 8548.0, 8606.0, 8548.0, 8533.0, 8548.0, 8536.0, 8561.0, 8546.0, 8552.0, 8590.0, 8539.0, 8567.0, 8621.0, 8534.0, 8579.0, 8533.0, 8565.0, 8588.0, 8534.0, 8533.0, 8604.0, 8577.0, 8546.0, 8518.0, 8547.0, 8573.0, 8532.0, 8548.0, 8552.0, 8557.0, 8579.0, 8541.0, 8556.0, 8627.0, 8540.0, 8566.0, 8558.0, 8559.0, 8612.0, 8555.0, 8568.0, 8591.0, 8560.0, 8590.0, 8548.0, 8576.0, 8583.0, 8567.0, 8599.0, 8557.0, 8555.0, 8563.0, 8575.0, 8635.0, 8606.0, 8587.0, 8545.0, 8570.0, 8611.0, 8581.0, 8551.0, 8608.0, 8535.0, 8549.0, 8517.0, 8532.0, 8568.0, 8543.0, 8517.0, 8514.0, 8532.0, 8513.0, 8529.0, 8517.0, 8554.0, 8529.0, 8532.0, 8575.0, 8534.0, 8550.0, 8602.0, 8518.0, 8545.0, 8562.0, 8539.0, 8549.0, 8541.0, 8571.0, 8611.0, 8556.0, 8554.0, 8613.0, 8556.0, 8570.0, 8564.0, 8579.0, 8615.0, 8558.0, 8554.0, 8613.0, 8574.0, 8562.0, 8613.0, 8538.0, 8580.0, 8625.0, 8536.0, 8565.0, 8562.0, 8537.0, 8550.0, 8607.0, 8517.0, 8561.0, 8589.0, 8532.0, 8547.0, 8514.0, 8531.0, 8542.0, 8529.0, 8532.0, 8571.0, 8518.0, 8533.0, 8603.0, 8561.0, 8532.0, 8587.0, 8519.0, 8529.0, 8583.0, 8528.0, 8531.0, 8586.0, 8517.0, 8532.0, 8589.0, 8532.0, 8545.0, 8545.0, 8534.0, 8573.0, 8513.0, 8531.0, 8554.0, 8516.0, 8530.0, 8602.0, 8536.0, 8550.0, 8606.0, 8521.0, 8549.0, 8603.0, 8515.0, 8545.0, 8517.0, 8521.0, 8545.0, 8534.0, 8538.0, 8593.0, 8552.0, 8554.0, 8594.0, 8527.0, 8536.0, 8608.0, 8564.0, 8569.0, 8550.0, 8538.0, 8552.0, 8553.0, 8537.0, 8594.0, 8552.0, 8537.0, 8594.0, 8539.0, 8554.0, 8621.0, 8554.0, 8568.0, 8554.0, 8539.0, 8550.0, 8579.0, 8555.0, 8596.0, 8546.0, 8578.0, 8627.0, 8556.0, 8567.0, 8585.0, 8543.0, 8568.0, 8546.0, 8562.0, 8633.0, 8560.0, 8574.0, 8573.0, 8550.0, 8618.0, 8561.0, 8558.0, 8631.0, 8599.0, 8558.0, 8610.0, 8543.0, 8554.0, 8628.0, 8552.0, 8566.0, 8582.0, 8539.0, 8551.0, 8533.0, 8537.0, 8606.0, 8549.0, 8537.0, 8592.0, 8537.0, 8535.0, 8607.0, 8566.0, 8550.0, 8535.0, 8540.0, 8565.0, 8552.0, 8540.0, 8578.0, 8542.0, 8539.0, 8554.0, 8542.0, 8611.0, 8583.0, 8542.0, 8612.0, 8542.0, 8555.0, 8626.0, 8549.0, 8581.0, 8555.0, 8556.0, 8610.0, 8539.0, 8538.0, 8608.0, 8566.0, 8549.0, 8576.0, 8519.0, 8544.0, 8559.0, 8516.0, 8575.0, 8533.0, 8535.0, 8590.0, 8533.0, 8534.0, 8616.0, 8533.0, 8546.0, 8545.0, 8535.0, 8562.0, 8547.0, 8554.0, 8591.0, 8536.0, 8534.0, 8622.0, 8551.0, 8565.0, 8565.0, 8537.0, 8561.0, 8561.0, 8535.0, 8591.0, 8538.0, 8523.0, 8535.0, 8539.0, 8550.0, 8549.0, 8539.0, 8594.0, 8557.0, 8555.0, 8613.0, 8555.0, 8555.0, 8612.0, 8541.0, 8570.0, 8610.0, 8540.0, 8566.0, 8594.0, 8542.0, 8580.0, 8541.0, 8541.0, 8609.0, 8554.0, 8555.0, 8552.0, 8543.0, 8528.0, 8556.0, 8558.0, 8594.0, 8555.0, 8557.0, 8611.0, 8558.0, 8559.0, 8643.0, 8572.0, 8573.0, 8559.0, 8563.0, 8601.0, 8559.0, 8560.0, 8633.0, 8561.0, 8590.0, 8590.0, 8560.0, 8635.0, 8602.0, 8560.0, 8613.0, 8542.0, 8574.0, 8628.0, 8567.0, 8583.0, 8551.0, 8556.0, 8582.0, 8565.0, 8538.0, 8592.0, 8541.0, 8539.0, 8552.0, 8538.0, 8565.0, 8579.0, 8539.0, 8596.0, 8536.0, 8537.0, 8607.0, 8566.0, 8550.0, 8591.0, 8534.0, 8561.0, 8543.0, 8534.0, 8589.0, 8538.0, 8523.0, 8551.0, 8551.0, 8566.0, 8554.0, 8556.0, 8593.0, 8561.0, 8541.0, 8569.0, 8542.0, 8583.0, 8559.0, 8558.0, 8627.0, 8557.0, 8588.0, 8570.0, 8563.0, 8599.0, 8561.0, 8556.0, 8630.0, 8542.0, 8569.0, 8554.0, 8545.0, 8596.0, 8533.0, 8516.0, 8556.0, 8551.0, 8566.0, 8571.0, 8630.0, 8582.0, 8623.0, 8548.0, 8577.0, 8562.0, 8641.0, 8635.0, 8587.0, 8615.0, 8587.0, 8541.0, 8556.0, 8543.0, 8568.0, 8562.0, 8533.0, 8592.0, 8535.0, 8551.0, 8557.0, 8553.0, 8621.0, 8568.0, 8578.0, 8537.0, 8520.0, 8588.0, 8531.0, 8591.0, 8534.0, 8533.0, 8561.0, 8532.0, 8604.0, 8576.0, 8546.0, 8531.0, 8532.0, 8584.0, 8530.0, 8527.0, 8545.0, 8535.0, 8574.0, 8534.0, 8531.0, 8546.0, 8536.0, 8537.0, 8555.0, 8549.0, 8549.0, 8551.0, 8609.0, 8555.0, 8570.0, 8560.0, 8540.0, 8627.0, 8567.0, 8595.0, 8558.0, 8539.0, 8599.0, 8555.0, 8598.0, 8593.0, 8538.0, 8593.0, 8553.0, 8538.0, 8606.0, 8550.0, 8537.0, 8623.0, 8550.0, 8565.0, 8590.0, 8552.0, 8558.0, 8561.0, 8536.0, 8588.0, 8552.0, 8536.0, 8622.0, 8549.0, 8579.0, 8550.0, 8538.0, 8562.0, 8545.0, 8536.0, 8607.0, 8578.0, 8537.0, 8591.0, 8536.0, 8534.0, 8604.0, 8562.0, 8533.0, 8589.0, 8536.0, 8551.0, 8601.0, 8534.0, 8548.0, 8617.0, 8533.0, 8544.0, 8548.0, 8536.0, 8544.0, 8546.0, 8550.0, 8589.0, 8549.0, 8539.0, 8577.0, 8555.0, 8540.0, 8611.0, 8550.0, 8581.0, 8569.0, 8542.0, 8611.0, 8555.0, 8554.0, 8627.0, 8555.0, 8582.0, 8555.0, 8542.0, 8609.0, 8567.0, 8580.0, 8610.0, 8553.0, 8579.0, 8557.0, 8554.0, 8625.0, 8548.0, 8592.0, 8563.0, 8539.0, 8591.0, 8554.0, 8536.0, 8606.0, 8545.0, 8593.0, 8549.0, 8539.0, 8607.0, 8549.0, 8550.0, 8605.0, 8549.0, 8574.0, 8549.0, 8550.0, 8617.0, 8562.0, 8534.0, 8599.0, 8532.0, 8517.0, 8585.0, 8531.0, 8544.0, 8545.0, 8532.0, 8585.0, 8545.0, 8532.0, 8586.0, 8533.0, 8533.0, 8603.0, 8547.0, 8561.0, 8548.0, 8537.0, 8575.0, 8550.0, 8550.0, 8604.0, 8554.0, 8539.0, 8566.0, 8556.0, 8568.0, 8570.0, 8558.0, 8627.0, 8558.0, 8556.0, 8642.0, 8599.0, 8598.0, 8567.0, 8556.0, 8564.0, 8551.0, 8553.0, 8626.0, 8568.0, 8585.0, 8625.0, 8550.0, 8580.0, 8606.0, 8530.0, 8558.0, 8541.0, 8532.0, 8541.0, 8547.0, 8534.0, 8588.0, 8549.0, 8535.0, 8605.0, 8550.0, 8563.0, 8546.0, 8535.0, 8577.0, 8562.0, 8534.0, 8604.0, 8563.0, 8533.0, 8598.0, 8532.0, 8517.0, 8573.0, 8544.0, 8544.0, 8543.0, 8536.0, 8574.0, 8560.0, 8532.0, 8572.0, 8549.0, 8534.0, 8603.0, 8547.0, 8564.0, 8561.0, 8551.0, 8577.0, 8548.0, 8552.0, 8608.0, 8561.0, 8533.0, 8585.0, 8549.0, 8546.0, 8601.0, 8548.0, 8521.0, 8564.0, 8555.0, 8551.0, 8569.0, 8569.0, 8611.0, 8558.0, 8557.0, 8626.0, 8556.0, 8556.0, 8612.0, 8555.0, 8568.0, 8554.0, 8570.0, 8595.0, 8580.0, 8556.0, 8625.0, 8557.0, 8555.0, 8625.0, 8568.0, 8597.0, 8554.0, 8555.0, 8609.0, 8557.0, 8554.0, 8624.0, 8603.0, 8597.0, 8530.0, 8517.0, 8534.0, 8554.0, 8560.0, 8563.0, 8621.0, 8598.0, 8568.0, 8613.0, 8566.0, 8533.0, 8558.0, 8533.0, 8516.0, 8584.0, 8513.0, 8541.0, 8523.0, 8529.0, 8583.0, 8527.0, 8528.0, 8580.0, 8526.0, 8508.0, 8578.0, 8510.0, 8494.0, 8508.0, 8543.0, 8515.0, 8543.0, 8537.0, 8532.0, 8555.0, 8537.0, 8552.0, 8572.0, 8558.0, 8570.0, 8576.0, 8616.0, 8564.0, 8575.0, 8627.0, 8590.0, 8559.0, 8598.0, 8559.0, 8558.0, 8600.0, 8574.0, 8620.0, 8576.0, 8560.0, 8616.0, 8558.0, 8571.0, 8625.0, 8571.0, 8571.0, 8612.0, 8557.0, 8584.0, 8612.0, 8555.0, 8600.0, 8552.0, 8551.0, 8611.0, 8561.0, 8555.0, 8595.0, 8538.0, 8540.0, 8607.0, 8552.0, 8567.0, 8624.0, 8563.0, 8564.0, 8533.0, 8530.0, 8516.0, 8529.0, 8545.0, 8590.0, 8552.0, 8537.0, 8536.0, 8552.0, 8534.0, 8592.0, 8553.0, 8549.0, 8557.0, 8557.0, 8626.0, 8568.0, 8586.0, 8568.0, 8561.0, 8611.0, 8570.0, 8572.0, 8644.0, 8576.0, 8588.0, 8575.0, 8575.0, 8629.0, 8587.0, 8558.0, 8572.0, 8558.0, 8602.0, 8599.0, 8554.0, 8611.0, 8563.0, 8549.0, 8591.0, 8536.0, 8536.0, 8603.0, 8545.0, 8563.0, 8550.0, 8539.0, 8576.0, 8548.0, 8549.0, 8605.0, 8576.0, 8534.0, 8605.0, 8535.0, 8549.0, 8561.0, 8547.0, 8603.0, 8550.0, 8536.0, 8605.0, 8533.0, 8534.0, 8615.0, 8546.0, 8574.0, 8545.0, 8551.0, 8591.0, 8551.0, 8532.0, 8601.0, 8542.0, 8559.0, 8548.0, 8537.0, 8577.0, 8552.0, 8536.0, 8552.0, 8564.0, 8564.0, 8552.0, 8553.0, 8611.0, 8558.0, 8554.0, 8581.0, 8568.0, 8625.0, 8566.0, 8555.0, 8623.0, 8551.0, 8552.0, 8608.0, 8549.0, 8579.0, 8552.0, 8553.0, 8591.0, 8568.0, 8535.0, 8567.0, 8569.0, 8569.0, 8560.0, 8559.0, 8629.0, 8569.0, 8601.0, 8573.0, 8574.0, 8626.0, 8572.0, 8587.0, 8599.0, 8558.0, 8557.0, 8573.0, 8575.0, 8601.0, 8575.0, 8617.0, 8574.0, 8561.0, 8574.0, 8574.0, 8629.0, 8600.0, 8555.0, 8572.0, 8573.0, 8591.0, 8573.0, 8573.0, 8631.0, 8572.0, 8572.0, 8556.0, 8555.0, 8609.0, 8582.0, 8550.0, 8552.0, 8556.0, 8566.0, 8554.0, 8552.0, 8627.0, 8554.0, 8580.0, 8555.0, 8554.0, 8607.0, 8581.0, 8585.0, 8551.0, 8538.0, 8593.0, 8554.0, 8552.0, 8620.0, 8563.0, 8563.0, 8550.0, 8551.0, 8573.0, 8548.0, 8546.0, 8606.0, 8555.0, 8549.0, 8549.0, 8550.0, 8602.0, 8552.0, 8549.0, 8552.0, 8555.0, 8580.0, 8569.0, 8568.0, 8626.0, 8572.0, 8583.0, 8556.0, 8572.0, 8595.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.0007131969111969113</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02325914</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.459961412109685</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2020971231375568</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0036640687944354</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4957</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4102.9243</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0869202436306976</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.0810810810810811</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4471055522660308</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.428575305734616</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.704941390054626</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2077999610088495</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00476174</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013787240721285343</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030788324773311615</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1295</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.885709556828578</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1486</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7752</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.3985</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299529.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>937.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.296</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4327</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.6802</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3020.7542</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3189.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77015.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1018.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3969.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.6942</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.78453091159463</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> |