=== 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-0124 --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-0124",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-02/func/sub-0124_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>ed60c682014702dddfb9b08f71c35925</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>20:20:23.835000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99653, 0.0385368, 0.0737784, -0.0469951, 0.992069, 0.116577]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0971732</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>[4231, -7794, -7205, 392, -93, -85, 7, 32]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.082</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e46a20f1-bb4f-483e-a3aa-a31295dd758c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673616647720337, -0.1260843724012375, 0.18549208343029022, 114.38056182861328], [-0.10339134186506271, 2.661649227142334, 0.3230268657207489, -107.12200164794922], [0.19794201850891113, -0.31276729702949524, 2.6741814613342285, -53.06496047973633], [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': ['202023.835000', '202024.295000', '202024.755000', '202025.215000', '202025.675000', '202026.135000', '202026.595000', '202027.055000', '202027.515000', '202027.975000', '202028.435000', '202028.895000', '202029.355000', '202029.815000', '202030.275000', '202030.735000', '202031.195000', '202031.655000', '202032.115000', '202032.575000', '202033.035000', '202033.495000', '202033.955000', '202034.415000', '202034.875000', '202035.335000', '202035.795000', '202036.255000', '202036.715000', '202037.175000', '202037.635000', '202038.095000', '202038.555000', '202039.015000', '202039.475000', '202039.935000', '202040.395000', '202040.855000', '202041.315000', '202041.775000', '202042.235000', '202042.695000', '202043.155000', '202043.615000', '202044.075000', '202044.535000', '202044.995000', '202045.455000', '202045.915000', '202046.375000', '202046.835000', '202047.295000', '202047.755000', '202048.215000', '202048.675000', '202049.135000', '202049.595000', '202050.055000', '202050.515000', '202050.975000', '202051.435000', '202051.895000', '202052.355000', '202052.815000', '202053.275000', '202053.735000', '202054.195000', '202054.655000', '202055.115000', '202055.575000', '202056.035000', '202056.495000', '202056.955000', '202057.415000', '202057.875000', '202058.335000', '202058.795000', '202059.255000', '202059.715000', '202100.175000', '202100.635000', '202101.095000', '202101.555000', '202102.015000', '202102.475000', '202102.935000', '202103.395000', '202103.855000', '202104.315000', '202104.775000', '202105.235000', '202105.695000', '202106.155000', '202106.615000', '202107.075000', '202107.535000', '202107.995000', '202108.455000', '202108.915000', '202109.375000', '202109.835000', '202110.295000', '202110.755000', '202111.215000', '202111.675000', '202112.135000', '202112.595000', '202113.055000', '202113.515000', '202113.975000', '202114.435000', '202114.895000', '202115.355000', '202115.815000', '202116.275000', '202116.735000', '202117.195000', '202117.655000', '202118.115000', '202118.575000', '202119.035000', '202119.495000', '202119.955000', '202120.415000', '202120.875000', '202121.335000', '202121.795000', '202122.255000', '202122.715000', '202123.175000', '202123.635000', '202124.095000', '202124.555000', '202125.015000', '202125.475000', '202125.935000', '202126.395000', '202126.855000', '202127.315000', '202127.775000', '202128.235000', '202128.695000', '202129.155000', '202129.615000', '202130.075000', '202130.535000', '202130.995000', '202131.455000', '202131.915000', '202132.375000', '202132.835000', '202133.295000', '202133.755000', '202134.215000', '202134.675000', '202135.135000', '202135.595000', '202136.055000', '202136.515000', '202136.975000', '202137.435000', '202137.895000', '202138.355000', '202138.815000', '202139.275000', '202139.735000', '202140.195000', '202140.655000', '202141.115000', '202141.575000', '202142.035000', '202142.495000', '202142.955000', '202143.415000', '202143.875000', '202144.335000', '202144.795000', '202145.255000', '202145.715000', '202146.175000', '202146.635000', '202147.095000', '202147.555000', '202148.015000', '202148.475000', '202148.935000', '202149.395000', '202149.855000', '202150.315000', '202150.775000', '202151.235000', '202151.695000', '202152.155000', '202152.615000', '202153.075000', '202153.535000', '202153.995000', '202154.455000', '202154.915000', '202155.375000', '202155.835000', '202156.295000', '202156.755000', '202157.215000', '202157.675000', '202158.135000', '202158.595000', '202159.055000', '202159.515000', '202159.975000', '202200.435000', '202200.895000', '202201.355000', '202201.815000', '202202.275000', '202202.735000', '202203.195000', '202203.655000', '202204.115000', '202204.575000', '202205.035000', '202205.495000', '202205.955000', '202206.415000', '202206.875000', '202207.335000', '202207.795000', '202208.255000', '202208.715000', '202209.175000', '202209.635000', '202210.095000', '202210.555000', '202211.015000', '202211.475000', '202211.935000', '202212.395000', '202212.855000', '202213.315000', '202213.775000', '202214.235000', '202214.695000', '202215.155000', '202215.615000', '202216.075000', '202216.535000', '202216.995000', '202217.455000', '202217.915000', '202218.375000', '202218.835000', '202219.295000', '202219.755000', '202220.215000', '202220.675000', '202221.135000', '202221.595000', '202222.055000', '202222.515000', '202222.975000', '202223.435000', '202223.895000', '202224.355000', '202224.815000', '202225.275000', '202225.735000', '202226.195000', '202226.655000', '202227.115000', '202227.575000', '202228.035000', '202228.495000', '202228.955000', '202229.415000', '202229.875000', '202230.335000', '202230.795000', '202231.255000', '202231.715000', '202232.175000', '202232.635000', '202233.095000', '202233.555000', '202234.015000', '202234.475000', '202234.935000', '202235.395000', '202235.855000', '202236.315000', '202236.775000', '202237.235000', '202237.695000', '202238.155000', '202238.615000', '202239.075000', '202239.535000', '202239.995000', '202240.455000', '202240.915000', '202241.375000', '202241.835000', '202242.295000', '202242.755000', '202243.215000', '202243.675000', '202244.135000', '202244.595000', '202245.055000', '202245.515000', '202245.975000', '202246.435000', '202246.895000', '202247.355000', '202247.815000', '202248.275000', '202248.735000', '202249.195000', '202249.655000', '202250.115000', '202250.575000', '202251.035000', '202251.495000', '202251.955000', '202252.415000', '202252.875000', '202253.335000', '202253.795000', '202254.255000', '202254.715000', '202255.175000', '202255.635000', '202256.095000', '202256.555000', '202257.015000', '202257.475000', '202257.935000', '202258.395000', '202258.855000', '202259.315000', '202259.775000', '202300.235000', '202300.695000', '202301.155000', '202301.615000', '202302.075000', '202302.535000', '202302.995000', '202303.455000', '202303.915000', '202304.375000', '202304.835000', '202305.295000', '202305.755000', '202306.215000', '202306.675000', '202307.135000', '202307.595000', '202308.055000', '202308.515000', '202308.975000', '202309.435000', '202309.895000', '202310.355000', '202310.815000', '202311.275000', '202311.735000', '202312.195000', '202312.655000', '202313.115000', '202313.575000', '202314.035000', '202314.495000', '202314.955000', '202315.415000', '202315.875000', '202316.335000', '202316.795000', '202317.255000', '202317.715000', '202318.175000', '202318.635000', '202319.095000', '202319.555000', '202320.015000', '202320.475000', '202320.935000', '202321.395000', '202321.855000', '202322.315000', '202322.775000', '202323.235000', '202323.695000', '202324.155000', '202324.615000', '202325.075000', '202325.535000', '202325.995000', '202326.455000', '202326.915000', '202327.375000', '202327.835000', '202328.295000', '202328.755000', '202329.215000', '202329.675000', '202330.135000', '202330.595000', '202331.055000', '202331.515000', '202331.975000', '202332.435000', '202332.895000', '202333.355000', '202333.815000', '202334.275000', '202334.735000', '202335.195000', '202335.655000', '202336.115000', '202336.575000', '202337.035000', '202337.495000', '202337.955000', '202338.415000', '202338.875000', '202339.335000', '202339.795000', '202340.255000', '202340.715000', '202341.175000', '202341.635000', '202342.095000', '202342.555000', '202343.015000', '202343.475000', '202343.935000', '202344.395000', '202344.855000', '202345.315000', '202345.775000', '202346.235000', '202346.695000', '202347.155000', '202347.615000', '202348.075000', '202348.535000', '202348.995000', '202349.455000', '202349.915000', '202350.375000', '202350.835000', '202351.295000', '202351.755000', '202352.215000', '202352.675000', '202353.135000', '202353.595000', '202354.055000', '202354.515000', '202354.975000', '202355.435000', '202355.895000', '202356.355000', '202356.815000', '202357.275000', '202357.735000', '202358.195000', '202358.655000', '202359.115000', '202359.575000', '202400.035000', '202400.495000', '202400.955000', '202401.415000', '202401.875000', '202402.335000', '202402.795000', '202403.255000', '202403.715000', '202404.175000', '202404.635000', '202405.095000', '202405.555000', '202406.015000', '202406.475000', '202406.935000', '202407.395000', '202407.855000', '202408.315000', '202408.775000', '202409.235000', '202409.695000', '202410.155000', '202410.615000', '202411.075000', '202411.535000', '202411.995000', '202412.455000', '202412.915000', '202413.375000', '202413.835000', '202414.295000', '202414.755000', '202415.215000', '202415.675000', '202416.135000', '202416.595000', '202417.055000', '202417.515000', '202417.975000', '202418.435000', '202418.895000', '202419.355000', '202419.815000', '202420.275000', '202420.735000', '202421.195000', '202421.655000', '202422.115000', '202422.575000', '202423.035000', '202423.495000', '202423.955000', '202424.415000', '202424.875000', '202425.335000', '202425.795000', '202426.255000', '202426.715000', '202427.175000', '202427.635000', '202428.095000', '202428.555000', '202429.015000', '202429.475000', '202429.935000', '202430.395000', '202430.855000', '202431.315000', '202431.775000', '202432.235000', '202432.695000', '202433.155000', '202433.615000', '202434.075000', '202434.535000', '202434.995000', '202435.455000', '202435.915000', '202436.375000', '202436.835000', '202437.295000', '202437.755000', '202438.215000', '202438.675000', '202439.135000', '202439.595000', '202440.055000', '202440.515000', '202440.975000', '202441.435000', '202441.895000', '202442.355000', '202442.815000', '202443.275000', '202443.735000', '202444.195000', '202444.655000', '202445.115000', '202445.575000', '202446.035000', '202446.495000', '202446.955000', '202447.415000', '202447.875000', '202448.335000', '202448.795000', '202449.255000', '202449.715000', '202450.175000', '202450.635000', '202451.095000', '202451.555000', '202452.015000', '202452.475000', '202452.935000', '202453.395000', '202453.855000', '202454.315000', '202454.775000', '202455.235000', '202455.695000', '202456.155000', '202456.615000', '202457.075000', '202457.535000', '202457.995000', '202458.455000', '202458.915000', '202459.375000', '202459.835000', '202500.295000', '202500.755000', '202501.215000', '202501.675000', '202502.135000', '202502.595000', '202503.055000', '202503.515000', '202503.975000', '202504.435000', '202504.895000', '202505.355000', '202505.815000', '202506.275000', '202506.735000', '202507.195000', '202507.655000', '202508.115000', '202508.575000', '202509.035000', '202509.495000', '202509.955000', '202510.415000', '202510.875000', '202511.335000', '202511.795000', '202512.255000', '202512.715000', '202513.175000', '202513.635000', '202514.095000', '202514.555000', '202515.015000', '202515.475000', '202515.935000', '202516.395000', '202516.855000', '202517.315000', '202517.775000', '202518.235000', '202518.695000', '202519.155000', '202519.615000', '202520.075000', '202520.535000', '202520.995000', '202521.455000', '202521.915000', '202522.375000', '202522.835000', '202523.295000', '202523.755000', '202524.215000', '202524.675000', '202525.135000', '202525.595000', '202526.055000', '202526.515000', '202526.975000', '202527.435000', '202527.895000', '202528.355000', '202528.815000', '202529.275000', '202529.735000', '202530.195000', '202530.655000', '202531.115000', '202531.575000', '202532.035000', '202532.495000', '202532.955000', '202533.415000', '202533.875000', '202534.335000', '202534.795000', '202535.255000', '202535.715000', '202536.175000', '202536.635000', '202537.095000', '202537.555000', '202538.015000', '202538.475000', '202538.935000', '202539.395000', '202539.855000', '202540.315000', '202540.775000', '202541.235000', '202541.695000', '202542.155000', '202542.615000', '202543.075000', '202543.535000', '202543.995000', '202544.455000', '202544.915000', '202545.375000', '202545.835000', '202546.295000', '202546.755000', '202547.215000', '202547.675000', '202548.135000', '202548.595000', '202549.055000', '202549.515000', '202549.975000', '202550.435000', '202550.895000', '202551.355000', '202551.815000', '202552.275000', '202552.735000', '202553.195000', '202553.655000', '202554.115000', '202554.575000', '202555.035000', '202555.495000', '202555.955000', '202556.415000', '202556.875000', '202557.335000', '202557.795000', '202558.255000', '202558.715000', '202559.175000', '202559.635000', '202600.095000', '202600.555000', '202601.015000', '202601.475000', '202601.935000', '202602.395000', '202602.855000', '202603.315000', '202603.775000', '202604.235000', '202604.695000', '202605.155000', '202605.615000', '202606.075000', '202606.535000', '202606.995000', '202607.455000', '202607.915000', '202608.375000', '202608.835000', '202609.295000', '202609.755000', '202610.215000', '202610.675000', '202611.135000', '202611.595000', '202612.055000', '202612.515000', '202612.975000', '202613.435000', '202613.895000', '202614.355000', '202614.815000', '202615.275000', '202615.735000', '202616.195000', '202616.655000', '202617.115000', '202617.575000', '202618.035000', '202618.495000', '202618.955000', '202619.415000', '202619.875000', '202620.335000', '202620.795000', '202621.255000', '202621.715000', '202622.175000', '202622.635000', '202623.095000', '202623.555000', '202624.015000', '202624.475000', '202624.935000', '202625.395000', '202625.855000', '202626.315000', '202626.775000', '202627.235000', '202627.695000', '202628.155000', '202628.615000', '202629.075000', '202629.535000', '202629.995000', '202630.455000', '202630.915000', '202631.375000', '202631.835000', '202632.295000', '202632.755000', '202633.215000', '202633.675000', '202634.135000', '202634.595000', '202635.055000', '202635.515000', '202635.975000', '202636.435000', '202636.895000', '202637.355000', '202637.815000', '202638.275000', '202638.735000', '202639.195000', '202639.655000', '202640.115000', '202640.575000', '202641.035000', '202641.495000', '202641.955000', '202642.415000', '202642.875000', '202643.335000', '202643.795000', '202644.255000', '202644.715000', '202645.175000', '202645.635000', '202646.095000', '202646.555000', '202647.015000', '202647.475000', '202647.935000', '202648.395000', '202648.855000', '202649.315000', '202649.775000', '202650.235000', '202650.695000', '202651.155000', '202651.615000', '202652.075000', '202652.535000', '202652.995000', '202653.455000', '202653.915000', '202654.375000', '202654.835000', '202655.295000', '202655.755000', '202656.215000', '202656.675000', '202657.135000', '202657.595000', '202658.055000', '202658.515000', '202658.975000', '202659.435000', '202659.895000', '202700.355000', '202700.815000', '202701.275000', '202701.735000', '202702.195000', '202702.655000', '202703.115000', '202703.575000', '202704.035000', '202704.495000', '202704.955000', '202705.415000', '202705.875000', '202706.335000', '202706.795000', '202707.255000', '202707.715000', '202708.175000', '202708.635000', '202709.095000', '202709.555000', '202710.015000', '202710.475000', '202710.935000', '202711.395000', '202711.855000', '202712.315000', '202712.775000', '202713.235000', '202713.695000', '202714.155000', '202714.615000', '202715.075000', '202715.535000', '202715.995000', '202716.455000', '202716.915000', '202717.375000', '202717.835000', '202718.295000', '202718.755000', '202719.215000', '202719.675000', '202720.135000', '202720.595000', '202721.055000', '202721.515000', '202721.975000', '202722.435000', '202722.895000', '202723.355000', '202723.815000', '202724.275000', '202724.735000', '202725.195000', '202725.655000', '202726.115000', '202726.575000', '202727.035000', '202727.495000', '202727.955000', '202728.415000', '202728.875000', '202729.335000', '202729.795000', '202730.255000', '202730.715000', '202731.175000', '202731.635000', '202732.095000', '202732.555000', '202733.015000', '202733.475000', '202733.935000', '202734.395000', '202734.855000', '202735.315000', '202735.775000', '202736.235000', '202736.695000', '202737.155000', '202737.615000', '202738.075000', '202738.535000', '202738.995000', '202739.455000', '202739.915000', '202740.375000', '202740.835000', '202741.295000', '202741.755000', '202742.215000', '202742.675000', '202743.135000', '202743.595000', '202744.055000', '202744.515000', '202744.975000', '202745.435000', '202745.895000', '202746.355000', '202746.815000', '202747.275000', '202747.735000', '202748.195000', '202748.655000', '202749.115000', '202749.575000', '202750.035000', '202750.495000', '202750.955000', '202751.415000', '202751.875000', '202752.335000', '202752.795000', '202753.255000', '202753.715000', '202754.175000', '202754.635000', '202755.095000', '202755.555000', '202756.015000', '202756.475000', '202756.935000', '202757.395000', '202757.855000', '202758.315000', '202758.775000', '202759.235000', '202759.695000', '202800.155000', '202800.615000', '202801.075000', '202801.535000', '202801.995000', '202802.455000', '202802.915000', '202803.375000', '202803.835000', '202804.295000', '202804.755000', '202805.215000', '202805.675000', '202806.135000', '202806.595000', '202807.055000', '202807.515000', '202807.975000', '202808.435000', '202808.895000', '202809.355000', '202809.815000', '202810.275000', '202810.735000', '202811.195000', '202811.655000', '202812.115000', '202812.575000', '202813.035000', '202813.495000', '202813.955000', '202814.415000', '202814.875000', '202815.335000', '202815.795000', '202816.255000', '202816.715000', '202817.175000', '202817.635000', '202818.095000', '202818.555000', '202819.015000', '202819.475000', '202819.935000', '202820.395000', '202820.855000', '202821.315000', '202821.775000', '202822.235000', '202822.695000', '202823.155000', '202823.615000', '202824.075000', '202824.535000', '202824.995000', '202825.455000', '202825.915000', '202826.375000', '202826.835000', '202827.295000', '202827.755000', '202828.215000', '202828.675000', '202829.135000', '202829.595000', '202830.055000', '202830.515000', '202830.975000', '202831.435000', '202831.895000', '202832.355000', '202832.815000', '202833.275000', '202833.735000', '202834.195000', '202834.655000', '202835.115000', '202835.575000', '202836.035000', '202836.495000', '202836.955000', '202837.415000', '202837.875000', '202838.335000', '202838.795000', '202839.255000', '202839.715000', '202840.175000', '202840.635000', '202841.095000', '202841.555000', '202842.015000', '202842.475000', '202842.935000', '202843.395000', '202843.855000', '202844.315000', '202844.775000', '202845.235000', '202845.695000', '202846.155000', '202846.615000', '202847.075000', '202847.535000', '202847.995000', '202848.455000', '202848.915000', '202849.375000', '202849.835000', '202850.295000', '202850.755000', '202851.215000', '202851.675000', '202852.135000', '202852.595000', '202853.055000', '202853.515000', '202853.975000', '202854.435000', '202854.895000', '202855.355000', '202855.815000', '202856.275000', '202856.735000', '202857.195000', '202857.655000', '202858.115000', '202858.575000', '202859.035000', '202859.495000', '202859.955000', '202900.415000', '202900.875000', '202901.335000', '202901.795000', '202902.255000', '202902.715000', '202903.175000', '202903.635000', '202904.095000', '202904.555000', '202905.015000', '202905.475000', '202905.935000', '202906.395000', '202906.855000', '202907.315000', '202907.775000', '202908.235000', '202908.695000', '202909.155000', '202909.615000', '202910.075000', '202910.535000', '202910.995000', '202911.455000', '202911.915000', '202912.375000', '202912.835000', '202913.295000', '202913.755000', '202914.215000', '202914.675000', '202915.135000', '202915.595000', '202916.055000', '202916.515000', '202916.975000', '202917.435000', '202917.895000', '202918.355000', '202918.815000', '202919.275000', '202919.735000', '202920.195000', '202920.655000', '202921.115000', '202921.575000', '202922.035000', '202922.495000', '202922.955000', '202923.415000', '202923.875000', '202924.335000', '202924.795000', '202925.255000', '202925.715000', '202926.175000', '202926.635000', '202927.095000', '202927.555000', '202928.015000', '202928.475000', '202928.935000', '202929.395000', '202929.855000', '202930.315000', '202930.775000', '202931.235000', '202931.695000', '202932.155000', '202932.615000', '202933.075000', '202933.535000', '202933.995000', '202934.455000', '202934.915000', '202935.375000', '202935.835000', '202936.295000', '202936.755000', '202937.215000', '202937.675000', '202938.135000', '202938.595000', '202939.055000', '202939.515000', '202939.975000', '202940.435000', '202940.895000', '202941.355000', '202941.815000', '202942.275000', '202942.735000', '202943.195000', '202943.655000', '202944.115000', '202944.575000', '202945.035000', '202945.495000', '202945.955000', '202946.415000', '202946.875000', '202947.335000', '202947.795000', '202948.255000', '202948.715000', '202949.175000', '202949.635000', '202950.095000', '202950.555000', '202951.015000', '202951.475000', '202951.935000', '202952.395000', '202952.855000', '202953.315000', '202953.775000', '202954.235000', '202954.695000', '202955.155000', '202955.615000', '202956.075000', '202956.535000', '202956.995000', '202957.455000', '202957.915000', '202958.375000', '202958.835000', '202959.295000', '202959.755000', '203000.215000', '203000.675000', '203001.135000', '203001.595000', '203002.055000', '203002.515000', '203002.975000', '203003.435000', '203003.895000', '203004.355000', '203004.815000', '203005.275000', '203005.735000', '203006.195000', '203006.655000', '203007.115000', '203007.575000', '203008.035000', '203008.495000', '203008.955000', '203009.415000', '203009.875000', '203010.335000', '203010.795000', '203011.255000', '203011.715000', '203012.175000', '203012.635000', '203013.095000', '203013.555000', '203014.015000', '203014.475000', '203014.935000', '203015.395000', '203015.855000', '203016.315000', '203016.775000', '203017.235000', '203017.695000', '203018.155000', '203018.615000', '203019.075000', '203019.535000', '203019.995000', '203020.455000'], 'ContentTime': ['202048.705000', '202048.708000', '202048.710000', '202048.713000', '202048.716000', '202048.718000', '202048.721000', '202048.724000', '202048.726000', '202048.729000', '202048.731000', '202048.734000', '202048.736000', '202048.739000', '202048.742000', '202048.744000', '202048.747000', '202048.749000', '202048.752000', '202048.754000', '202048.757000', '202048.760000', '202048.762000', '202048.765000', '202048.768000', '202048.770000', '202048.773000', '202048.775000', '202048.778000', '202048.780000', '202048.783000', '202048.786000', '202048.788000', '202048.791000', '202048.801000', '202048.804000', '202048.806000', '202048.809000', '202048.811000', '202048.814000', '202048.816000', '202048.831000', '202048.834000', '202048.837000', '202048.839000', '202048.842000', '202048.845000', '202048.848000', '202048.850000', '202048.853000', '202048.856000', '202108.662000', '202108.665000', '202108.668000', '202108.671000', '202108.673000', '202108.676000', '202108.679000', '202108.681000', '202108.684000', '202108.687000', '202108.689000', '202108.692000', '202108.694000', '202108.697000', '202108.699000', '202108.702000', '202108.704000', '202108.707000', '202108.710000', '202108.712000', '202108.717000', '202108.720000', '202108.722000', '202108.725000', '202108.728000', '202108.730000', '202108.733000', '202108.735000', '202108.738000', '202108.740000', '202108.743000', '202108.746000', '202108.748000', '202108.751000', '202108.753000', '202108.756000', '202108.759000', '202108.761000', '202108.764000', '202108.766000', '202108.769000', '202108.771000', '202108.774000', '202108.777000', '202128.664000', '202128.666000', '202128.669000', '202128.672000', '202128.674000', '202128.677000', '202128.679000', '202128.682000', '202128.684000', '202128.687000', '202128.690000', '202128.692000', '202128.695000', '202128.697000', '202128.700000', '202128.702000', '202128.705000', '202128.708000', '202128.710000', '202128.713000', '202128.715000', '202128.718000', '202128.747000', '202128.750000', '202128.752000', '202128.755000', '202128.757000', '202128.760000', '202128.762000', '202128.765000', '202128.767000', '202128.770000', '202128.773000', '202128.775000', '202128.778000', '202128.780000', '202128.783000', '202128.785000', '202128.788000', '202128.790000', '202128.793000', '202128.796000', '202128.798000', '202148.664000', '202148.666000', '202148.669000', '202148.672000', '202148.674000', '202148.677000', '202148.679000', '202148.686000', '202148.688000', '202148.691000', '202148.694000', '202148.697000', '202148.699000', '202148.702000', '202148.705000', '202148.707000', '202148.710000', '202148.712000', '202148.715000', '202148.717000', '202148.720000', '202148.723000', '202148.725000', '202148.728000', '202148.730000', '202148.733000', '202148.735000', '202148.738000', '202148.741000', '202148.743000', '202148.746000', '202148.749000', '202148.751000', '202148.754000', '202148.756000', '202148.759000', '202148.762000', '202148.764000', '202148.767000', '202148.769000', '202148.772000', '202148.774000', '202148.777000', '202148.780000', '202208.663000', '202208.665000', '202208.668000', '202208.670000', '202208.673000', '202208.676000', '202208.678000', '202208.681000', '202208.683000', '202208.686000', '202208.688000', '202208.691000', '202208.693000', '202208.696000', '202208.699000', '202208.701000', '202208.704000', '202208.706000', '202208.718000', '202208.721000', '202208.724000', '202208.726000', '202208.729000', '202208.731000', '202208.734000', '202208.736000', '202208.739000', '202208.741000', '202208.744000', '202208.747000', '202208.749000', '202208.752000', '202208.754000', '202208.757000', '202208.759000', '202208.762000', '202208.764000', '202208.767000', '202208.770000', '202208.772000', '202208.775000', '202208.777000', '202208.780000', '202228.663000', '202228.665000', '202228.668000', '202228.671000', '202228.673000', '202228.676000', '202228.678000', '202228.681000', '202228.683000', '202228.686000', '202228.688000', '202228.691000', '202228.694000', '202228.696000', '202228.707000', '202228.709000', '202228.712000', '202228.715000', '202228.718000', '202228.720000', '202228.723000', '202228.725000', '202228.728000', '202228.730000', '202228.733000', '202228.736000', '202228.738000', '202228.741000', '202228.743000', '202228.746000', '202228.749000', '202228.751000', '202228.754000', '202228.756000', '202228.759000', '202228.761000', '202228.764000', '202228.767000', '202228.769000', '202228.772000', '202228.774000', '202228.777000', '202228.780000', '202248.674000', '202248.677000', '202248.679000', '202248.682000', '202248.684000', '202248.687000', '202248.689000', '202248.692000', '202248.695000', '202248.697000', '202248.700000', '202248.702000', '202248.705000', '202248.708000', '202248.710000', '202248.713000', '202248.715000', '202248.718000', '202248.721000', '202248.723000', '202248.726000', '202248.728000', '202248.731000', '202248.733000', '202248.736000', '202248.739000', '202248.741000', '202248.744000', '202248.746000', '202248.749000', '202248.752000', '202248.754000', '202248.757000', '202248.759000', '202248.762000', '202248.764000', '202248.767000', '202248.770000', '202248.772000', '202248.775000', '202248.777000', '202248.780000', '202248.782000', '202248.785000', '202308.662000', '202308.665000', '202308.668000', '202308.670000', '202308.673000', '202308.675000', '202308.678000', '202308.680000', '202308.683000', '202308.686000', '202308.688000', '202308.691000', '202308.693000', '202308.696000', '202308.698000', '202308.701000', '202308.704000', '202308.706000', '202308.709000', '202308.712000', '202308.714000', '202308.726000', '202308.729000', '202308.733000', '202308.735000', '202308.738000', '202308.741000', '202308.743000', '202308.746000', '202308.748000', '202308.751000', '202308.754000', '202308.756000', '202308.759000', '202308.761000', '202308.764000', '202308.766000', '202308.769000', '202308.772000', '202308.774000', '202308.777000', '202308.779000', '202308.782000', '202328.662000', '202328.665000', '202328.668000', '202328.670000', '202328.673000', '202328.676000', '202328.678000', '202328.681000', '202328.683000', '202328.686000', '202328.688000', '202328.691000', '202328.694000', '202328.696000', '202328.700000', '202328.703000', '202328.705000', '202328.708000', '202328.710000', '202328.713000', '202328.716000', '202328.718000', '202328.721000', '202328.723000', '202328.726000', '202328.728000', '202328.731000', '202328.734000', '202328.736000', '202328.739000', '202328.741000', '202328.744000', '202328.747000', '202328.749000', '202328.752000', '202328.754000', '202328.757000', '202328.759000', '202328.762000', '202328.764000', '202328.767000', '202328.770000', '202328.772000', '202328.775000', '202348.663000', '202348.666000', '202348.669000', '202348.671000', '202348.674000', '202348.677000', '202348.679000', '202348.682000', '202348.685000', '202348.687000', '202348.690000', '202348.692000', '202348.695000', '202348.698000', '202348.701000', '202348.703000', '202348.706000', '202348.709000', '202348.712000', '202348.714000', '202348.717000', '202348.719000', '202348.722000', '202348.725000', '202348.727000', '202348.730000', '202348.732000', '202348.735000', '202348.737000', '202348.740000', '202348.743000', '202348.745000', '202348.751000', '202348.753000', '202348.756000', '202348.758000', '202348.761000', '202348.764000', '202348.766000', '202348.769000', '202348.772000', '202348.774000', '202348.777000', '202408.663000', '202408.666000', '202408.669000', '202408.671000', '202408.674000', '202408.676000', '202408.679000', '202408.682000', '202408.684000', '202408.687000', '202408.689000', '202408.692000', '202408.694000', '202408.697000', '202408.700000', '202408.702000', '202408.705000', '202408.707000', '202408.710000', '202408.712000', '202408.715000', '202408.718000', '202408.720000', '202408.723000', '202408.725000', '202408.758000', '202408.761000', '202408.764000', '202408.766000', '202408.769000', '202408.771000', '202408.774000', '202408.776000', '202408.779000', '202408.781000', '202408.784000', '202408.787000', '202408.789000', '202408.792000', '202408.794000', '202408.797000', '202408.838000', '202408.840000', '202408.843000', '202428.662000', '202428.665000', '202428.668000', '202428.670000', '202428.673000', '202428.675000', '202428.678000', '202428.680000', '202428.683000', '202428.686000', '202428.688000', '202428.691000', '202428.693000', '202428.696000', '202428.699000', '202428.701000', '202428.704000', '202428.706000', '202428.709000', '202428.712000', '202428.714000', '202428.717000', '202428.719000', '202428.722000', '202428.725000', '202428.728000', '202428.730000', '202428.733000', '202428.736000', '202428.738000', '202428.741000', '202428.744000', '202428.746000', '202428.749000', '202428.752000', '202428.754000', '202428.757000', '202428.759000', '202428.762000', '202428.765000', '202428.767000', '202428.770000', '202428.773000', '202448.663000', '202448.665000', '202448.668000', '202448.670000', '202448.673000', '202448.676000', '202448.683000', '202448.686000', '202448.688000', '202448.691000', '202448.694000', '202448.696000', '202448.699000', '202448.702000', '202448.704000', '202448.707000', '202448.709000', '202448.712000', '202448.715000', '202448.717000', '202448.720000', '202448.722000', '202448.725000', '202448.728000', '202448.730000', '202448.733000', '202448.736000', '202448.738000', '202448.741000', '202448.744000', '202448.746000', '202448.749000', '202448.751000', '202448.754000', '202448.756000', '202448.759000', '202448.761000', '202448.764000', '202448.767000', '202448.769000', '202448.772000', '202448.774000', '202448.777000', '202448.779000', '202508.662000', '202508.665000', '202508.668000', '202508.670000', '202508.673000', '202508.676000', '202508.678000', '202508.681000', '202508.683000', '202508.686000', '202508.688000', '202508.691000', '202508.693000', '202508.696000', '202508.699000', '202508.701000', '202508.704000', '202508.706000', '202508.709000', '202508.711000', '202508.714000', '202508.717000', '202508.719000', '202508.722000', '202508.725000', '202508.727000', '202508.730000', '202508.732000', '202508.735000', '202508.737000', '202508.740000', '202508.744000', '202508.747000', '202508.749000', '202508.752000', '202508.755000', '202508.758000', '202508.760000', '202508.763000', '202508.765000', '202508.768000', '202508.771000', '202508.773000', '202528.662000', '202528.665000', '202528.668000', '202528.670000', '202528.673000', '202528.675000', '202528.678000', '202528.681000', '202528.683000', '202528.686000', '202528.688000', '202528.691000', '202528.694000', '202528.696000', '202528.699000', '202528.701000', '202528.704000', '202528.706000', '202528.709000', '202528.712000', '202528.714000', '202528.717000', '202528.719000', '202528.722000', '202528.724000', '202528.727000', '202528.729000', '202528.732000', '202528.735000', '202528.737000', '202528.740000', '202528.742000', '202528.745000', '202528.748000', '202528.750000', '202528.753000', '202528.755000', '202528.758000', '202528.760000', '202528.763000', '202528.766000', '202528.768000', '202528.771000', '202528.773000', '202548.663000', '202548.666000', '202548.669000', '202548.672000', '202548.674000', '202548.677000', '202548.680000', '202548.682000', '202548.685000', '202548.688000', '202548.690000', '202548.693000', '202548.695000', '202548.698000', '202548.701000', '202548.703000', '202548.706000', '202548.708000', '202548.711000', '202548.713000', '202548.716000', '202548.719000', '202548.721000', '202548.724000', '202548.726000', '202548.729000', '202548.731000', '202548.734000', '202548.737000', '202548.739000', '202548.742000', '202548.744000', '202548.747000', '202548.749000', '202548.752000', '202548.755000', '202548.757000', '202548.760000', '202548.762000', '202548.765000', '202548.768000', '202548.771000', '202548.774000', '202608.664000', '202608.666000', '202608.669000', '202608.672000', '202608.674000', '202608.677000', '202608.679000', '202608.682000', '202608.684000', '202608.687000', '202608.690000', '202608.692000', '202608.695000', '202608.697000', '202608.700000', '202608.702000', '202608.705000', '202608.707000', '202608.710000', '202608.713000', '202608.715000', '202608.718000', '202608.720000', '202608.723000', '202608.725000', '202608.728000', '202608.731000', '202608.733000', '202608.736000', '202608.738000', '202608.741000', '202608.743000', '202608.746000', '202608.749000', '202608.751000', '202608.754000', '202608.756000', '202608.759000', '202608.761000', '202608.764000', '202608.767000', '202608.769000', '202608.772000', '202608.774000', '202628.664000', '202628.666000', '202628.669000', '202628.672000', '202628.674000', '202628.677000', '202628.679000', '202628.682000', '202628.685000', '202628.687000', '202628.690000', '202628.692000', '202628.695000', '202628.697000', '202628.700000', '202628.702000', '202628.705000', '202628.708000', '202628.710000', '202628.713000', '202628.715000', '202628.718000', '202628.721000', '202628.725000', '202628.727000', '202628.730000', '202628.732000', '202628.735000', '202628.738000', '202628.740000', '202628.743000', '202628.745000', '202628.748000', '202628.751000', '202628.753000', '202628.756000', '202628.758000', '202628.761000', '202628.763000', '202628.766000', '202628.768000', '202628.771000', '202628.774000', '202648.663000', '202648.666000', '202648.668000', '202648.671000', '202648.674000', '202648.676000', '202648.679000', '202648.682000', '202648.684000', '202648.687000', '202648.689000', '202648.692000', '202648.694000', '202648.697000', '202648.700000', '202648.702000', '202648.705000', '202648.707000', '202648.710000', '202648.712000', '202648.715000', '202648.718000', '202648.720000', '202648.723000', '202648.725000', '202648.728000', '202648.730000', '202648.733000', '202648.735000', '202648.738000', '202648.741000', '202648.743000', '202648.746000', '202648.748000', '202648.751000', '202648.753000', '202648.756000', '202648.759000', '202648.761000', '202648.764000', '202648.766000', '202648.769000', '202648.771000', '202648.774000', '202708.662000', '202708.665000', '202708.668000', '202708.687000', '202708.689000', '202708.692000', '202708.694000', '202708.697000', '202708.699000', '202708.702000', '202708.704000', '202708.707000', '202708.710000', '202708.712000', '202708.715000', '202708.717000', '202708.720000', '202708.722000', '202708.730000', '202708.733000', '202708.736000', '202708.738000', '202708.741000', '202708.743000', '202708.746000', '202708.748000', '202708.751000', '202708.753000', '202708.756000', '202708.759000', '202708.761000', '202708.764000', '202708.766000', '202708.769000', '202708.771000', '202708.774000', '202708.777000', '202708.779000', '202708.782000', '202708.784000', '202708.787000', '202708.789000', '202708.792000', '202728.663000', '202728.666000', '202728.668000', '202728.671000', '202728.673000', '202728.676000', '202728.679000', '202728.681000', '202728.684000', '202728.686000', '202728.689000', '202728.691000', '202728.694000', '202728.696000', '202728.699000', '202728.702000', '202728.707000', '202728.709000', '202728.712000', '202728.715000', '202728.717000', '202728.720000', '202728.722000', '202728.725000', '202728.727000', '202728.730000', '202728.732000', '202728.735000', '202728.738000', '202728.740000', '202728.743000', '202728.745000', '202728.748000', '202728.751000', '202728.753000', '202728.756000', '202728.758000', '202728.761000', '202728.763000', '202728.766000', '202728.769000', '202728.771000', '202728.774000', '202728.776000', '202748.662000', '202748.665000', '202748.668000', '202748.671000', '202748.673000', '202748.676000', '202748.678000', '202748.681000', '202748.683000', '202748.686000', '202748.688000', '202748.691000', '202748.694000', '202748.696000', '202748.699000', '202748.701000', '202748.704000', '202748.707000', '202748.709000', '202748.712000', '202748.714000', '202748.717000', '202748.720000', '202748.722000', '202748.725000', '202748.727000', '202748.730000', '202748.733000', '202748.735000', '202748.738000', '202748.740000', '202748.743000', '202748.746000', '202748.748000', '202748.751000', '202748.753000', '202748.756000', '202748.759000', '202748.761000', '202748.764000', '202748.766000', '202748.769000', '202748.771000', '202808.664000', '202808.666000', '202808.669000', '202808.672000', '202808.674000', '202808.677000', '202808.679000', '202808.682000', '202808.685000', '202808.687000', '202808.690000', '202808.692000', '202808.695000', '202808.697000', '202808.700000', '202808.703000', '202808.705000', '202808.708000', '202808.711000', '202808.713000', '202808.716000', '202808.718000', '202808.721000', '202808.724000', '202808.726000', '202808.729000', '202808.731000', '202808.734000', '202808.736000', '202808.739000', '202808.742000', '202808.744000', '202808.747000', '202808.749000', '202808.752000', '202808.755000', '202808.757000', '202808.760000', '202808.762000', '202808.765000', '202808.768000', '202808.770000', '202808.773000', '202808.775000', '202828.663000', '202828.666000', '202828.669000', '202828.672000', '202828.674000', '202828.677000', '202828.679000', '202828.682000', '202828.685000', '202828.687000', '202828.690000', '202828.692000', '202828.695000', '202828.697000', '202828.700000', '202828.703000', '202828.705000', '202828.708000', '202828.710000', '202828.713000', '202828.716000', '202828.718000', '202828.721000', '202828.723000', '202828.726000', '202828.728000', '202828.731000', '202828.734000', '202828.736000', '202828.739000', '202828.741000', '202828.744000', '202828.747000', '202828.749000', '202828.752000', '202828.754000', '202828.757000', '202828.759000', '202828.762000', '202828.765000', '202828.767000', '202828.770000', '202828.772000', '202848.663000', '202848.665000', '202848.668000', '202848.670000', '202848.673000', '202848.676000', '202848.678000', '202848.681000', '202848.683000', '202848.686000', '202848.688000', '202848.691000', '202848.694000', '202848.696000', '202848.699000', '202848.701000', '202848.704000', '202848.707000', '202848.709000', '202848.712000', '202848.714000', '202848.717000', '202848.719000', '202848.722000', '202848.724000', '202848.728000', '202848.731000', '202848.734000', '202848.736000', '202848.739000', '202848.742000', '202848.745000', '202848.747000', '202848.750000', '202848.752000', '202848.755000', '202848.757000', '202848.760000', '202848.763000', '202848.765000', '202848.768000', '202848.771000', '202848.773000', '202908.662000', '202908.665000', '202908.668000', '202908.671000', '202908.673000', '202908.676000', '202908.678000', '202908.681000', '202908.684000', '202908.686000', '202908.689000', '202908.691000', '202908.694000', '202908.697000', '202908.699000', '202908.702000', '202908.705000', '202908.707000', '202908.710000', '202908.712000', '202908.715000', '202908.718000', '202908.720000', '202908.723000', '202908.725000', '202908.728000', '202908.731000', '202908.733000', '202908.736000', '202908.739000', '202908.741000', '202908.744000', '202908.746000', '202908.749000', '202908.752000', '202908.754000', '202908.757000', '202908.759000', '202908.762000', '202908.765000', '202908.767000', '202908.770000', '202908.772000', '202908.775000', '202928.662000', '202928.665000', '202928.668000', '202928.670000', '202928.673000', '202928.676000', '202928.678000', '202928.681000', '202928.684000', '202928.687000', '202928.690000', '202928.693000', '202928.696000', '202928.699000', '202928.701000', '202928.704000', '202928.706000', '202928.709000', '202928.712000', '202928.714000', '202928.717000', '202928.720000', '202928.722000', '202928.725000', '202928.727000', '202928.731000', '202928.733000', '202928.736000', '202928.738000', '202928.741000', '202928.744000', '202928.746000', '202928.749000', '202928.751000', '202928.754000', '202928.757000', '202928.759000', '202928.762000', '202928.764000', '202928.767000', '202928.770000', '202928.772000', '202928.775000', '202948.663000', '202948.665000', '202948.668000', '202948.671000', '202948.673000', '202948.676000', '202948.678000', '202948.681000', '202948.684000', '202948.686000', '202948.689000', '202948.691000', '202948.694000', '202948.697000', '202948.699000', '202948.702000', '202948.704000', '202948.707000', '202948.710000', '202948.712000', '202948.715000', '202948.718000', '202948.720000', '202948.723000', '202948.726000', '202948.728000', '202948.731000', '202948.733000', '202948.736000', '202948.739000', '202948.741000', '202948.744000', '202948.746000', '202948.749000', '202948.752000', '202948.754000', '202948.757000', '202948.760000', '202948.762000', '202948.765000', '202948.767000', '202948.770000', '202948.773000', '202948.775000', '203008.663000', '203008.666000', '203008.668000', '203008.671000', '203008.673000', '203008.676000', '203008.678000', '203008.681000', '203008.684000', '203008.686000', '203008.689000', '203008.691000', '203008.694000', '203008.696000', '203008.699000', '203008.702000', '203008.704000', '203008.707000', '203008.709000', '203008.712000', '203008.714000', '203008.717000', '203008.720000', '203008.722000', '203008.725000', '203008.728000', '203008.730000', '203008.733000', '203008.735000', '203008.738000', '203008.740000', '203008.743000', '203008.746000', '203008.748000', '203008.751000', '203008.753000', '203008.756000', '203008.759000', '203008.761000', '203008.764000', '203008.767000', '203008.769000', '203008.772000', '203008.774000', '203022.014000', '203022.017000', '203022.020000', '203022.023000', '203022.025000', '203022.028000', '203022.031000', '203022.034000', '203022.036000', '203022.039000', '203022.042000', '203022.044000', '203022.047000', '203022.050000', '203022.053000', '203022.056000', '203022.059000', '203022.064000', '203022.067000', '203022.070000', '203022.072000', '203022.075000', '203022.081000', '203022.083000', '203022.086000', '203022.089000', '203022.091000', '203022.094000', '203022.096000'], 'InstanceCreationTime': ['202048.705000', '202048.708000', '202048.710000', '202048.713000', '202048.716000', '202048.718000', '202048.721000', '202048.724000', '202048.726000', '202048.729000', '202048.731000', '202048.734000', '202048.736000', '202048.739000', '202048.742000', '202048.744000', '202048.747000', '202048.749000', '202048.752000', '202048.754000', '202048.757000', '202048.760000', '202048.762000', '202048.765000', '202048.768000', '202048.770000', '202048.773000', '202048.775000', '202048.778000', '202048.780000', '202048.783000', '202048.786000', '202048.788000', '202048.791000', '202048.801000', '202048.804000', '202048.806000', '202048.809000', '202048.811000', '202048.814000', '202048.816000', '202048.831000', '202048.834000', '202048.837000', '202048.839000', '202048.842000', '202048.845000', '202048.848000', '202048.850000', '202048.853000', '202048.856000', '202108.662000', '202108.665000', '202108.668000', '202108.671000', '202108.673000', '202108.676000', '202108.679000', '202108.681000', '202108.684000', '202108.687000', '202108.689000', '202108.692000', '202108.694000', '202108.697000', '202108.699000', '202108.702000', '202108.704000', '202108.707000', '202108.710000', '202108.712000', '202108.717000', '202108.720000', '202108.722000', '202108.725000', '202108.728000', '202108.730000', '202108.733000', '202108.735000', '202108.738000', '202108.740000', '202108.743000', '202108.746000', '202108.748000', '202108.751000', '202108.753000', '202108.756000', '202108.759000', '202108.761000', '202108.764000', '202108.766000', '202108.769000', '202108.771000', '202108.774000', '202108.777000', '202128.664000', '202128.666000', '202128.669000', '202128.672000', '202128.674000', '202128.677000', '202128.679000', '202128.682000', '202128.684000', '202128.687000', '202128.690000', '202128.692000', '202128.695000', '202128.697000', '202128.700000', '202128.702000', '202128.705000', '202128.708000', '202128.710000', '202128.713000', '202128.715000', '202128.718000', '202128.747000', '202128.750000', '202128.752000', '202128.755000', '202128.757000', '202128.760000', '202128.762000', '202128.765000', '202128.767000', '202128.770000', '202128.773000', '202128.775000', '202128.778000', '202128.780000', '202128.783000', '202128.785000', '202128.788000', '202128.790000', '202128.793000', '202128.796000', '202128.798000', '202148.664000', '202148.666000', '202148.669000', '202148.672000', '202148.674000', '202148.677000', '202148.679000', '202148.686000', '202148.688000', '202148.691000', '202148.694000', '202148.697000', '202148.699000', '202148.702000', '202148.705000', '202148.707000', '202148.710000', '202148.712000', '202148.715000', '202148.717000', '202148.720000', '202148.723000', '202148.725000', '202148.728000', '202148.730000', '202148.733000', '202148.735000', '202148.738000', '202148.741000', '202148.743000', '202148.746000', '202148.749000', '202148.751000', '202148.754000', '202148.756000', '202148.759000', '202148.762000', '202148.764000', '202148.767000', '202148.769000', '202148.772000', '202148.774000', '202148.777000', '202148.780000', '202208.663000', '202208.665000', '202208.668000', '202208.670000', '202208.673000', '202208.676000', '202208.678000', '202208.681000', '202208.683000', '202208.686000', '202208.688000', '202208.691000', '202208.693000', '202208.696000', '202208.699000', '202208.701000', '202208.704000', '202208.706000', '202208.718000', '202208.721000', '202208.724000', '202208.726000', '202208.729000', '202208.731000', '202208.734000', '202208.736000', '202208.739000', '202208.741000', '202208.744000', '202208.747000', '202208.749000', '202208.752000', '202208.754000', '202208.757000', '202208.759000', '202208.762000', '202208.764000', '202208.767000', '202208.770000', '202208.772000', '202208.775000', '202208.777000', '202208.780000', '202228.663000', '202228.665000', '202228.668000', '202228.671000', '202228.673000', '202228.676000', '202228.678000', '202228.681000', '202228.683000', '202228.686000', '202228.688000', '202228.691000', '202228.694000', '202228.696000', '202228.707000', '202228.709000', '202228.712000', '202228.715000', '202228.718000', '202228.720000', '202228.723000', '202228.725000', '202228.728000', '202228.730000', '202228.733000', '202228.736000', '202228.738000', '202228.741000', '202228.743000', '202228.746000', '202228.749000', '202228.751000', '202228.754000', '202228.756000', '202228.759000', '202228.761000', '202228.764000', '202228.767000', '202228.769000', '202228.772000', '202228.774000', '202228.777000', '202228.780000', '202248.674000', '202248.677000', '202248.679000', '202248.682000', '202248.684000', '202248.687000', '202248.689000', '202248.692000', '202248.695000', '202248.697000', '202248.700000', '202248.702000', '202248.705000', '202248.708000', '202248.710000', '202248.713000', '202248.715000', '202248.718000', '202248.721000', '202248.723000', '202248.726000', '202248.728000', '202248.731000', '202248.733000', '202248.736000', '202248.739000', '202248.741000', '202248.744000', '202248.746000', '202248.749000', '202248.752000', '202248.754000', '202248.757000', '202248.759000', '202248.762000', '202248.764000', '202248.767000', '202248.770000', '202248.772000', '202248.775000', '202248.777000', '202248.780000', '202248.782000', '202248.785000', '202308.662000', '202308.665000', '202308.668000', '202308.670000', '202308.673000', '202308.675000', '202308.678000', '202308.680000', '202308.683000', '202308.686000', '202308.688000', '202308.691000', '202308.693000', '202308.696000', '202308.698000', '202308.701000', '202308.704000', '202308.706000', '202308.709000', '202308.712000', '202308.714000', '202308.726000', '202308.729000', '202308.733000', '202308.735000', '202308.738000', '202308.741000', '202308.743000', '202308.746000', '202308.748000', '202308.751000', '202308.754000', '202308.756000', '202308.759000', '202308.761000', '202308.764000', '202308.766000', '202308.769000', '202308.772000', '202308.774000', '202308.777000', '202308.779000', '202308.782000', '202328.662000', '202328.665000', '202328.668000', '202328.670000', '202328.673000', '202328.676000', '202328.678000', '202328.681000', '202328.683000', '202328.686000', '202328.688000', '202328.691000', '202328.694000', '202328.696000', '202328.700000', '202328.703000', '202328.705000', '202328.708000', '202328.710000', '202328.713000', '202328.716000', '202328.718000', '202328.721000', '202328.723000', '202328.726000', '202328.728000', '202328.731000', '202328.734000', '202328.736000', '202328.739000', '202328.741000', '202328.744000', '202328.747000', '202328.749000', '202328.752000', '202328.754000', '202328.757000', '202328.759000', '202328.762000', '202328.764000', '202328.767000', '202328.770000', '202328.772000', '202328.775000', '202348.663000', '202348.666000', '202348.669000', '202348.671000', '202348.674000', '202348.677000', '202348.679000', '202348.682000', '202348.685000', '202348.687000', '202348.690000', '202348.692000', '202348.695000', '202348.698000', '202348.701000', '202348.703000', '202348.706000', '202348.709000', '202348.712000', '202348.714000', '202348.717000', '202348.719000', '202348.722000', '202348.725000', '202348.727000', '202348.730000', '202348.732000', '202348.735000', '202348.737000', '202348.740000', '202348.743000', '202348.745000', '202348.751000', '202348.753000', '202348.756000', '202348.758000', '202348.761000', '202348.764000', '202348.766000', '202348.769000', '202348.772000', '202348.774000', '202348.777000', '202408.663000', '202408.666000', '202408.669000', '202408.671000', '202408.674000', '202408.676000', '202408.679000', '202408.682000', '202408.684000', '202408.687000', '202408.689000', '202408.692000', '202408.694000', '202408.697000', '202408.700000', '202408.702000', '202408.705000', '202408.707000', '202408.710000', '202408.712000', '202408.715000', '202408.718000', '202408.720000', '202408.723000', '202408.725000', '202408.758000', '202408.761000', '202408.764000', '202408.766000', '202408.769000', '202408.771000', '202408.774000', '202408.776000', '202408.779000', '202408.781000', '202408.784000', '202408.787000', '202408.789000', '202408.792000', '202408.794000', '202408.797000', '202408.838000', '202408.840000', '202408.843000', '202428.662000', '202428.665000', '202428.668000', '202428.670000', '202428.673000', '202428.675000', '202428.678000', '202428.680000', '202428.683000', '202428.686000', '202428.688000', '202428.691000', '202428.693000', '202428.696000', '202428.699000', '202428.701000', '202428.704000', '202428.706000', '202428.709000', '202428.712000', '202428.714000', '202428.717000', '202428.719000', '202428.722000', '202428.725000', '202428.728000', '202428.730000', '202428.733000', '202428.736000', '202428.738000', '202428.741000', '202428.744000', '202428.746000', '202428.749000', '202428.752000', '202428.754000', '202428.757000', '202428.759000', '202428.762000', '202428.765000', '202428.767000', '202428.770000', '202428.773000', '202448.663000', '202448.665000', '202448.668000', '202448.670000', '202448.673000', '202448.676000', '202448.683000', '202448.686000', '202448.688000', '202448.691000', '202448.694000', '202448.696000', '202448.699000', '202448.702000', '202448.704000', '202448.707000', '202448.709000', '202448.712000', '202448.715000', '202448.717000', '202448.720000', '202448.722000', '202448.725000', '202448.728000', '202448.730000', '202448.733000', '202448.736000', '202448.738000', '202448.741000', '202448.744000', '202448.746000', '202448.749000', '202448.751000', '202448.754000', '202448.756000', '202448.759000', '202448.761000', '202448.764000', '202448.767000', '202448.769000', '202448.772000', '202448.774000', '202448.777000', '202448.779000', '202508.662000', '202508.665000', '202508.668000', '202508.670000', '202508.673000', '202508.676000', '202508.678000', '202508.681000', '202508.683000', '202508.686000', '202508.688000', '202508.691000', '202508.693000', '202508.696000', '202508.699000', '202508.701000', '202508.704000', '202508.706000', '202508.709000', '202508.711000', '202508.714000', '202508.717000', '202508.719000', '202508.722000', '202508.725000', '202508.727000', '202508.730000', '202508.732000', '202508.735000', '202508.737000', '202508.740000', '202508.744000', '202508.747000', '202508.749000', '202508.752000', '202508.755000', '202508.758000', '202508.760000', '202508.763000', '202508.765000', '202508.768000', '202508.771000', '202508.773000', '202528.662000', '202528.665000', '202528.668000', '202528.670000', '202528.673000', '202528.675000', '202528.678000', '202528.681000', '202528.683000', '202528.686000', '202528.688000', '202528.691000', '202528.694000', '202528.696000', '202528.699000', '202528.701000', '202528.704000', '202528.706000', '202528.709000', '202528.712000', '202528.714000', '202528.717000', '202528.719000', '202528.722000', '202528.724000', '202528.727000', '202528.729000', '202528.732000', '202528.735000', '202528.737000', '202528.740000', '202528.742000', '202528.745000', '202528.748000', '202528.750000', '202528.753000', '202528.755000', '202528.758000', '202528.760000', '202528.763000', '202528.766000', '202528.768000', '202528.771000', '202528.773000', '202548.663000', '202548.666000', '202548.669000', '202548.672000', '202548.674000', '202548.677000', '202548.680000', '202548.682000', '202548.685000', '202548.688000', '202548.690000', '202548.693000', '202548.695000', '202548.698000', '202548.701000', '202548.703000', '202548.706000', '202548.708000', '202548.711000', '202548.713000', '202548.716000', '202548.719000', '202548.721000', '202548.724000', '202548.726000', '202548.729000', '202548.731000', '202548.734000', '202548.737000', '202548.739000', '202548.742000', '202548.744000', '202548.747000', '202548.749000', '202548.752000', '202548.755000', '202548.757000', '202548.760000', '202548.762000', '202548.765000', '202548.768000', '202548.771000', '202548.774000', '202608.664000', '202608.666000', '202608.669000', '202608.672000', '202608.674000', '202608.677000', '202608.679000', '202608.682000', '202608.684000', '202608.687000', '202608.690000', '202608.692000', '202608.695000', '202608.697000', '202608.700000', '202608.702000', '202608.705000', '202608.707000', '202608.710000', '202608.713000', '202608.715000', '202608.718000', '202608.720000', '202608.723000', '202608.725000', '202608.728000', '202608.731000', '202608.733000', '202608.736000', '202608.738000', '202608.741000', '202608.743000', '202608.746000', '202608.749000', '202608.751000', '202608.754000', '202608.756000', '202608.759000', '202608.761000', '202608.764000', '202608.767000', '202608.769000', '202608.772000', '202608.774000', '202628.664000', '202628.666000', '202628.669000', '202628.672000', '202628.674000', '202628.677000', '202628.679000', '202628.682000', '202628.685000', '202628.687000', '202628.690000', '202628.692000', '202628.695000', '202628.697000', '202628.700000', '202628.702000', '202628.705000', '202628.708000', '202628.710000', '202628.713000', '202628.715000', '202628.718000', '202628.721000', '202628.725000', '202628.727000', '202628.730000', '202628.732000', '202628.735000', '202628.738000', '202628.740000', '202628.743000', '202628.745000', '202628.748000', '202628.751000', '202628.753000', '202628.756000', '202628.758000', '202628.761000', '202628.763000', '202628.766000', '202628.768000', '202628.771000', '202628.774000', '202648.663000', '202648.666000', '202648.668000', '202648.671000', '202648.674000', '202648.676000', '202648.679000', '202648.682000', '202648.684000', '202648.687000', '202648.689000', '202648.692000', '202648.694000', '202648.697000', '202648.700000', '202648.702000', '202648.705000', '202648.707000', '202648.710000', '202648.712000', '202648.715000', '202648.718000', '202648.720000', '202648.723000', '202648.725000', '202648.728000', '202648.730000', '202648.733000', '202648.735000', '202648.738000', '202648.741000', '202648.743000', '202648.746000', '202648.748000', '202648.751000', '202648.753000', '202648.756000', '202648.759000', '202648.761000', '202648.764000', '202648.766000', '202648.769000', '202648.771000', '202648.774000', '202708.662000', '202708.665000', '202708.668000', '202708.687000', '202708.689000', '202708.692000', '202708.694000', '202708.697000', '202708.699000', '202708.702000', '202708.704000', '202708.707000', '202708.710000', '202708.712000', '202708.715000', '202708.717000', '202708.720000', '202708.722000', '202708.730000', '202708.733000', '202708.736000', '202708.738000', '202708.741000', '202708.743000', '202708.746000', '202708.748000', '202708.751000', '202708.753000', '202708.756000', '202708.759000', '202708.761000', '202708.764000', '202708.766000', '202708.769000', '202708.771000', '202708.774000', '202708.777000', '202708.779000', '202708.782000', '202708.784000', '202708.787000', '202708.789000', '202708.792000', '202728.663000', '202728.666000', '202728.668000', '202728.671000', '202728.673000', '202728.676000', '202728.679000', '202728.681000', '202728.684000', '202728.686000', '202728.689000', '202728.691000', '202728.694000', '202728.696000', '202728.699000', '202728.702000', '202728.707000', '202728.709000', '202728.712000', '202728.715000', '202728.717000', '202728.720000', '202728.722000', '202728.725000', '202728.727000', '202728.730000', '202728.732000', '202728.735000', '202728.738000', '202728.740000', '202728.743000', '202728.745000', '202728.748000', '202728.751000', '202728.753000', '202728.756000', '202728.758000', '202728.761000', '202728.763000', '202728.766000', '202728.769000', '202728.771000', '202728.774000', '202728.776000', '202748.662000', '202748.665000', '202748.668000', '202748.671000', '202748.673000', '202748.676000', '202748.678000', '202748.681000', '202748.683000', '202748.686000', '202748.688000', '202748.691000', '202748.694000', '202748.696000', '202748.699000', '202748.701000', '202748.704000', '202748.707000', '202748.709000', '202748.712000', '202748.714000', '202748.717000', '202748.720000', '202748.722000', '202748.725000', '202748.727000', '202748.730000', '202748.733000', '202748.735000', '202748.738000', '202748.740000', '202748.743000', '202748.746000', '202748.748000', '202748.751000', '202748.753000', '202748.756000', '202748.759000', '202748.761000', '202748.764000', '202748.766000', '202748.769000', '202748.771000', '202808.664000', '202808.666000', '202808.669000', '202808.672000', '202808.674000', '202808.677000', '202808.679000', '202808.682000', '202808.685000', '202808.687000', '202808.690000', '202808.692000', '202808.695000', '202808.697000', '202808.700000', '202808.703000', '202808.705000', '202808.708000', '202808.711000', '202808.713000', '202808.716000', '202808.718000', '202808.721000', '202808.724000', '202808.726000', '202808.729000', '202808.731000', '202808.734000', '202808.736000', '202808.739000', '202808.742000', '202808.744000', '202808.747000', '202808.749000', '202808.752000', '202808.755000', '202808.757000', '202808.760000', '202808.762000', '202808.765000', '202808.768000', '202808.770000', '202808.773000', '202808.775000', '202828.663000', '202828.666000', '202828.669000', '202828.672000', '202828.674000', '202828.677000', '202828.679000', '202828.682000', '202828.685000', '202828.687000', '202828.690000', '202828.692000', '202828.695000', '202828.697000', '202828.700000', '202828.703000', '202828.705000', '202828.708000', '202828.710000', '202828.713000', '202828.716000', '202828.718000', '202828.721000', '202828.723000', '202828.726000', '202828.728000', '202828.731000', '202828.734000', '202828.736000', '202828.739000', '202828.741000', '202828.744000', '202828.747000', '202828.749000', '202828.752000', '202828.754000', '202828.757000', '202828.759000', '202828.762000', '202828.765000', '202828.767000', '202828.770000', '202828.772000', '202848.663000', '202848.665000', '202848.668000', '202848.670000', '202848.673000', '202848.676000', '202848.678000', '202848.681000', '202848.683000', '202848.686000', '202848.688000', '202848.691000', '202848.694000', '202848.696000', '202848.699000', '202848.701000', '202848.704000', '202848.707000', '202848.709000', '202848.712000', '202848.714000', '202848.717000', '202848.719000', '202848.722000', '202848.724000', '202848.728000', '202848.731000', '202848.734000', '202848.736000', '202848.739000', '202848.742000', '202848.745000', '202848.747000', '202848.750000', '202848.752000', '202848.755000', '202848.757000', '202848.760000', '202848.763000', '202848.765000', '202848.768000', '202848.771000', '202848.773000', '202908.662000', '202908.665000', '202908.668000', '202908.671000', '202908.673000', '202908.676000', '202908.678000', '202908.681000', '202908.684000', '202908.686000', '202908.689000', '202908.691000', '202908.694000', '202908.697000', '202908.699000', '202908.702000', '202908.705000', '202908.707000', '202908.710000', '202908.712000', '202908.715000', '202908.718000', '202908.720000', '202908.723000', '202908.725000', '202908.728000', '202908.731000', '202908.733000', '202908.736000', '202908.739000', '202908.741000', '202908.744000', '202908.746000', '202908.749000', '202908.752000', '202908.754000', '202908.757000', '202908.759000', '202908.762000', '202908.765000', '202908.767000', '202908.770000', '202908.772000', '202908.775000', '202928.662000', '202928.665000', '202928.668000', '202928.670000', '202928.673000', '202928.676000', '202928.678000', '202928.681000', '202928.684000', '202928.687000', '202928.690000', '202928.693000', '202928.696000', '202928.699000', '202928.701000', '202928.704000', '202928.706000', '202928.709000', '202928.712000', '202928.714000', '202928.717000', '202928.720000', '202928.722000', '202928.725000', '202928.727000', '202928.731000', '202928.733000', '202928.736000', '202928.738000', '202928.741000', '202928.744000', '202928.746000', '202928.749000', '202928.751000', '202928.754000', '202928.757000', '202928.759000', '202928.762000', '202928.764000', '202928.767000', '202928.770000', '202928.772000', '202928.775000', '202948.663000', '202948.665000', '202948.668000', '202948.671000', '202948.673000', '202948.676000', '202948.678000', '202948.681000', '202948.684000', '202948.686000', '202948.689000', '202948.691000', '202948.694000', '202948.697000', '202948.699000', '202948.702000', '202948.704000', '202948.707000', '202948.710000', '202948.712000', '202948.715000', '202948.718000', '202948.720000', '202948.723000', '202948.726000', '202948.728000', '202948.731000', '202948.733000', '202948.736000', '202948.739000', '202948.741000', '202948.744000', '202948.746000', '202948.749000', '202948.752000', '202948.754000', '202948.757000', '202948.760000', '202948.762000', '202948.765000', '202948.767000', '202948.770000', '202948.773000', '202948.775000', '203008.663000', '203008.666000', '203008.668000', '203008.671000', '203008.673000', '203008.676000', '203008.678000', '203008.681000', '203008.684000', '203008.686000', '203008.689000', '203008.691000', '203008.694000', '203008.696000', '203008.699000', '203008.702000', '203008.704000', '203008.707000', '203008.709000', '203008.712000', '203008.714000', '203008.717000', '203008.720000', '203008.722000', '203008.725000', '203008.728000', '203008.730000', '203008.733000', '203008.735000', '203008.738000', '203008.740000', '203008.743000', '203008.746000', '203008.748000', '203008.751000', '203008.753000', '203008.756000', '203008.759000', '203008.761000', '203008.764000', '203008.767000', '203008.769000', '203008.772000', '203008.774000', '203022.014000', '203022.017000', '203022.020000', '203022.023000', '203022.025000', '203022.028000', '203022.031000', '203022.034000', '203022.036000', '203022.039000', '203022.042000', '203022.044000', '203022.047000', '203022.050000', '203022.053000', '203022.056000', '203022.059000', '203022.064000', '203022.067000', '203022.070000', '203022.072000', '203022.075000', '203022.081000', '203022.083000', '203022.086000', '203022.089000', '203022.091000', '203022.094000', '203022.096000'], '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': [12608, 8471, 12370, 8562, 13688, 12157, 16299, 10152, 8435, 12174, 8603, 13252, 9897, 14014, 9614, 13671, 10125, 14506, 11982, 8782, 11005, 8669, 12070, 8853, 14419, 8773, 12966, 9264, 12395, 10431, 13372, 9735, 10994, 9546, 10423, 11936, 8056, 11796, 7839, 12575, 9248, 13372, 10288, 13137, 9278, 14210, 10886, 12054, 11975, 8381, 11307, 8710, 12926, 10531, 13145, 9533, 13413, 10763, 16035, 12260, 15645, 9808, 15124, 11969, 16719, 11803, 14608, 8827, 14689, 9018, 13019, 8172, 13252, 8622, 11850, 8255, 9443, 13109, 8267, 12543, 8873, 13665, 10945, 16080, 11410, 13930, 9402, 13098, 11641, 15572, 11961, 8474, 10472, 9859, 11343, 14768, 11796, 8297, 10529, 8179, 11907, 8570, 13375, 7902, 11569, 8334, 12871, 10589, 12364, 8879, 13429, 8719, 13306, 9706, 13173, 8063, 12039, 8439, 13455, 9372, 13244, 8058, 11829, 7981, 13467, 9080, 13174, 7890, 11315, 7831, 11890, 9932, 12964, 8543, 11224, 7963, 11192, 13349, 11034, 8198, 10036, 10061, 10249, 14494, 11378, 10303, 9170, 14514, 9511, 14309, 10853, 12934, 8136, 13194, 9201, 13695, 10366, 12640, 8523, 12321, 9456, 13243, 9232, 8451, 12264, 8065, 12579, 10530, 8827, 13134, 10110, 12413, 11087, 15945, 12358, 16410, 10870, 16407, 11297, 16045, 12796, 16413, 10589, 13677, 8781, 13009, 9357, 13267, 8126, 11400, 7919, 12037, 10015, 12636, 8847, 12163, 8199, 12906, 9794, 13701, 9892, 13664, 9157, 13779, 11426, 15783, 10455, 14219, 9308, 14286, 11694, 14426, 9612, 14077, 9404, 14470, 11472, 13212, 9209, 12966, 9433, 13410, 10799, 12904, 8245, 12454, 9150, 12678, 9880, 12441, 8130, 12063, 9180, 13258, 10113, 9653, 9197, 8638, 11313, 10477, 11606, 8521, 11462, 8234, 13249, 9602, 12855, 9637, 12919, 9868, 14106, 12078, 15935, 10036, 14236, 9747, 15082, 11838, 14829, 9480, 14566, 9548, 14533, 12011, 13937, 9077, 13734, 9163, 13972, 10888, 11327, 8808, 9975, 10473, 10293, 11018, 8150, 11412, 7735, 12705, 9074, 13086, 7975, 11244, 8379, 12792, 8842, 13125, 8780, 10785, 9298, 12153, 8373, 11242, 8336, 10632, 10004, 12972, 8068, 11407, 7828, 11809, 9740, 13205, 9854, 13020, 9061, 13885, 10955, 13532, 10155, 9717, 11011, 10306, 12755, 8031, 11647, 8184, 13554, 11041, 13308, 9495, 13791, 10509, 15857, 12131, 8455, 11541, 8179, 14101, 9944, 13048, 9554, 12916, 10209, 14572, 11932, 14130, 9127, 14436, 10002, 14754, 11357, 14251, 8814, 13245, 10107, 9475, 11351, 7846, 10737, 7671, 12487, 9495, 12544, 9043, 12591, 8969, 13247, 9761, 13023, 9033, 12890, 9722, 13659, 10473, 13103, 8999, 13169, 10787, 13601, 9396, 10452, 9496, 10614, 11775, 8393, 13816, 8371, 12924, 8741, 13753, 11301, 13793, 9822, 14259, 10755, 15923, 12002, 14901, 9472, 14341, 10285, 14892, 11582, 8231, 11048, 7929, 14230, 9271, 13175, 9525, 12906, 9418, 13997, 11487, 13496, 9615, 8270, 10644, 8867, 13509, 8629, 14264, 7840, 14038, 8766, 13509, 8615, 13109, 8899, 12767, 9552, 13580, 9643, 12988, 8867, 12681, 9382, 13798, 9497, 8082, 9764, 8010, 12077, 9314, 12436, 8124, 14021, 8740, 14703, 9900, 13261, 9236, 12993, 9788, 14151, 11940, 14002, 9195, 13784, 9588, 14398, 12249, 8435, 11332, 8320, 12719, 9458, 13403, 8730, 13215, 9509, 13803, 11265, 13742, 9380, 13567, 9044, 14351, 11294, 12177, 9405, 10966, 9891, 13660, 11713, 8401, 10386, 7988, 11619, 8816, 12655, 8161, 11567, 8761, 13174, 10783, 12701, 9032, 12505, 9357, 13691, 10317, 13879, 9583, 13058, 9192, 13649, 10225, 13171, 8997, 13144, 9814, 11167, 12165, 8026, 11290, 8739, 13359, 10950, 13323, 9425, 13852, 10262, 15636, 12141, 15158, 9383, 14607, 9956, 15788, 12225, 8379, 10105, 8079, 13817, 8481, 13112, 9413, 12803, 9255, 12955, 10894, 14893, 11322, 13551, 9601, 12602, 11173, 15146, 11732, 9595, 10322, 13283, 10768, 14398, 11535, 8257, 10155, 7925, 11738, 9796, 13027, 7921, 11690, 8890, 13105, 10983, 13975, 9518, 8592, 10994, 8852, 14214, 8610, 12592, 9179, 13529, 11383, 14452, 10396, 13937, 9936, 14620, 11834, 14460, 10030, 8753, 10602, 9363, 13446, 7787, 12009, 8780, 12936, 9695, 14039, 10582, 8559, 10258, 10148, 12554, 8223, 13374, 10076, 9103, 12948, 9099, 8486, 12039, 13831, 12465, 8835, 11412, 8637, 12338, 9376, 13385, 8786, 13076, 9217, 9226, 11246, 8676, 12898, 8366, 12689, 10032, 15431, 11637, 8714, 10675, 8009, 13438, 10340, 15282, 10211, 14201, 10685, 15783, 12230, 14161, 10122, 13345, 10175, 15473, 11792, 11772, 9673, 13127, 9729, 14313, 10619, 11936, 9342, 8451, 9340, 9323, 11417, 8492, 11068, 8168, 11484, 10406, 12385, 8449, 11701, 8247, 11859, 8698, 12831, 8305, 12305, 9307, 13594, 10951, 13114, 9470, 14271, 10032, 16332, 11868, 15898, 10476, 12407, 10484, 14846, 12642, 10746, 11572, 8324, 11927, 9573, 13724, 8522, 14110, 7824, 12358, 8696, 13520, 8623, 12597, 8785, 12357, 9937, 13821, 9108, 9762, 9179, 12383, 11463, 8596, 11965, 8116, 12899, 9489, 14793, 9601, 14244, 8759, 13612, 10596, 15046, 12113, 14281, 9630, 13544, 9922, 15860, 11742, 8559, 10208, 7863, 12069, 10122, 12860, 7968, 13741, 7860, 13543, 9210, 13573, 9109, 12625, 9382, 14419, 11591, 14928, 9482, 13934, 9622, 15120, 11996, 14716, 9524, 12570, 8986, 14136, 11213, 8243, 9916, 7837, 11668, 8989, 13225, 7835, 11356, 7630, 12795, 9230, 12520, 9191, 12186, 9414, 13779, 9551, 8056, 13517, 7884, 13065, 9578, 13063, 9699, 13741, 11062, 16218, 12992, 16200, 10105, 12776, 11131, 16214, 12943, 8323, 10734, 7927, 12174, 9378, 15725, 10656, 11764, 9579, 7529, 10923, 9259, 12633, 9943, 13383, 10054, 13374, 9861, 13635, 9823, 13685, 9404, 14496, 10317, 16480, 10399, 11565, 8743, 9517, 10641, 12063, 10472, 8306, 10827, 8120, 11946, 9928, 12312, 8700, 11544, 7928, 12216, 9260, 12459, 8811, 12416, 9169, 13645, 10658, 10102, 9813, 8458, 11928, 10268, 12819, 8342, 14398, 8736, 14706, 10020, 13444, 9066, 13113, 9959, 14476, 12071, 13577, 9109, 13347, 9783, 15649, 11514, 11992, 9372, 13664, 9432, 15068, 11081, 9731, 9579, 8113, 11335, 10103, 11376, 8177, 12158, 7909, 12496, 9486, 12775, 9427, 13708, 10055, 15582, 11771, 11178, 9962, 9275, 12484, 11537, 12927, 8685, 14873, 8393, 14563, 10170, 13436, 9561, 12752, 9608, 14749, 11465, 11004, 10455, 8623, 12283, 10735, 12738, 8338, 13535, 8732, 14888, 8673, 14163, 10558, 13457, 9028, 12409, 10008, 11616, 11725, 8251, 11825, 7951, 13219, 10645, 13555, 10585, 10245, 10378, 8112, 12031, 14158, 8516, 13749, 10014, 14519, 11726, 17100, 12878, 16557, 9859, 15190, 10964, 15866, 11968, 10370, 9409, 8152, 11696, 8225, 12799, 8002, 11725, 8520, 13100, 10029, 11085, 9151, 8424, 11400, 10282, 12142, 8152, 13739, 8436, 14104, 10596, 15206, 10349, 14358, 10708, 15330, 11924, 16752, 13223, 15451, 9894, 14288, 9271, 14596, 11190, 8178, 9767, 8029, 11479, 9967, 12505, 8167, 13865, 7802, 13196, 9678, 13414, 9619, 13560, 9023, 14666, 11030, 15607, 11071, 14431, 9206, 15091, 11659, 13597, 10120, 12543, 9303, 15312, 11534, 10562, 9209, 7998, 10166, 10415, 11654, 8220, 12261, 8174, 12235, 9421, 12753, 8579, 12364, 8276, 13660, 10233, 14933, 9164, 14021, 9457, 14650, 10617, 14052, 9219, 12951, 9528, 14418, 11517, 13319, 8571, 13257, 9084, 15052, 11118, 15864, 10036, 14876, 9866, 15475, 12398, 15322, 9485, 14617, 9070, 15513, 11764, 13664, 8675, 14280, 9127, 14270, 10385, 8048, 9405, 7962, 11182, 10687, 11366, 8249, 13255, 7785, 13386, 9803, 13127, 9571, 14089, 9717, 15836, 12038, 11685, 10582, 8167, 11968, 9575, 13654, 8763, 12903, 8365, 14074, 10352, 13754, 10057, 13943, 9715, 16088, 12749, 8559, 11099, 7934, 13969, 9419, 13467, 9111, 13022, 9116, 14972, 11933, 9068, 10803, 8368, 12205, 9271, 14013, 9295, 14314, 8396, 13298, 9858, 13492, 8062, 13281, 7736, 12691, 9403, 13301, 8766, 11985, 9185, 11644, 11913, 8232, 11727, 8191, 13663, 11376, 15703, 10315, 14088, 10064, 15879, 13261, 8351, 14060, 8299, 13099, 10745, 15612, 10865, 9206, 10947, 8495, 13664, 9936, 13718, 8473, 12160, 8441, 14421, 11796, 13390, 9194, 14299, 9408, 15199, 11651, 10781, 9658, 8164, 11023, 10275, 12263, 7947, 11467, 7802, 13074, 10502, 12972, 8808, 11216, 9756, 12667, 12219, 8084, 12937, 7895, 12976, 10622, 15936, 11716, 15672, 10345, 15391, 13256, 14393, 12260, 8172, 14588, 8781, 14846, 10432, 13654, 9436, 13063, 9396, 14771, 11802, 13414, 8712, 12642, 8258, 14049, 10828, 13357, 8573, 13362, 8539, 14571, 11563, 13924, 9254, 13256, 10136, 14422, 11524, 13620, 8734, 13147, 10275, 11535, 11085, 8330, 12286, 7999, 13735, 10604, 13527, 9791, 14416, 11255, 17079, 13019, 16633, 10204, 15171, 11090, 16093, 12745, 15728, 9418, 14942, 9265, 15627, 12212, 14245, 9104, 14743, 8975, 15023, 11568, 10899, 9088, 8484, 10157, 10651, 11210, 8040, 12450, 7956, 11929, 9257, 13502, 8896, 12476, 8141, 13012, 9681, 14122, 9967, 13425, 9614, 14125, 11262, 14563, 10005, 13681, 8771, 13964, 10041, 13331, 8176, 11883, 8085, 13430, 10321, 13268, 8290, 11274, 9305, 13289, 10975, 8374, 10770], 'WindowCenter': [4718.0, 4650.0, 4675.0, 4632.0, 4671.0, 4660.0, 4677.0, 4638.0, 4607.0, 4648.0, 4616.0, 4657.0, 4626.0, 4653.0, 4626.0, 4655.0, 4625.0, 4655.0, 4646.0, 4604.0, 4633.0, 4604.0, 4645.0, 4614.0, 4656.0, 4604.0, 4641.0, 4613.0, 4643.0, 4635.0, 4653.0, 4626.0, 4634.0, 4625.0, 4626.0, 4647.0, 4595.0, 4646.0, 4597.0, 4645.0, 4628.0, 4656.0, 4628.0, 4645.0, 4624.0, 4655.0, 4638.0, 4646.0, 4646.0, 4608.0, 4647.0, 4619.0, 4659.0, 4650.0, 4669.0, 4641.0, 4668.0, 4663.0, 4688.0, 4660.0, 4668.0, 4628.0, 4667.0, 4648.0, 4666.0, 4635.0, 4655.0, 4604.0, 4652.0, 4605.0, 4644.0, 4594.0, 4643.0, 4603.0, 4634.0, 4617.0, 4628.0, 4668.0, 4619.0, 4660.0, 4630.0, 4669.0, 4649.0, 4676.0, 4649.0, 4656.0, 4617.0, 4656.0, 4648.0, 4665.0, 4635.0, 4592.0, 4624.0, 4613.0, 4634.0, 4643.0, 4633.0, 4593.0, 4620.0, 4593.0, 4634.0, 4603.0, 4643.0, 4595.0, 4634.0, 4604.0, 4656.0, 4637.0, 4645.0, 4617.0, 4657.0, 4618.0, 4658.0, 4613.0, 4646.0, 4593.0, 4632.0, 4602.0, 4643.0, 4613.0, 4644.0, 4594.0, 4632.0, 4593.0, 4645.0, 4603.0, 4643.0, 4580.0, 4623.0, 4583.0, 4635.0, 4614.0, 4642.0, 4601.0, 4634.0, 4591.0, 4633.0, 4643.0, 4622.0, 4593.0, 4614.0, 4610.0, 4623.0, 4643.0, 4633.0, 4611.0, 4612.0, 4641.0, 4614.0, 4641.0, 4623.0, 4631.0, 4593.0, 4641.0, 4614.0, 4643.0, 4623.0, 4644.0, 4604.0, 4642.0, 4626.0, 4643.0, 4617.0, 4606.0, 4644.0, 4609.0, 4657.0, 4665.0, 4643.0, 4682.0, 4653.0, 4670.0, 4662.0, 4693.0, 4659.0, 4678.0, 4639.0, 4665.0, 4623.0, 4654.0, 4635.0, 4653.0, 4610.0, 4629.0, 4590.0, 4630.0, 4599.0, 4631.0, 4579.0, 4621.0, 4594.0, 4632.0, 4614.0, 4641.0, 4615.0, 4642.0, 4606.0, 4644.0, 4626.0, 4655.0, 4626.0, 4654.0, 4614.0, 4655.0, 4636.0, 4666.0, 4626.0, 4641.0, 4615.0, 4655.0, 4636.0, 4642.0, 4613.0, 4643.0, 4612.0, 4651.0, 4634.0, 4643.0, 4613.0, 4641.0, 4613.0, 4643.0, 4624.0, 4631.0, 4605.0, 4642.0, 4626.0, 4645.0, 4625.0, 4644.0, 4596.0, 4644.0, 4624.0, 4644.0, 4626.0, 4617.0, 4627.0, 4615.0, 4648.0, 4637.0, 4647.0, 4605.0, 4646.0, 4607.0, 4657.0, 4627.0, 4657.0, 4626.0, 4645.0, 4626.0, 4655.0, 4648.0, 4665.0, 4627.0, 4653.0, 4615.0, 4654.0, 4635.0, 4653.0, 4612.0, 4651.0, 4615.0, 4654.0, 4631.0, 4640.0, 4603.0, 4638.0, 4615.0, 4643.0, 4634.0, 4621.0, 4605.0, 4612.0, 4635.0, 4624.0, 4634.0, 4594.0, 4635.0, 4596.0, 4655.0, 4614.0, 4647.0, 4594.0, 4634.0, 4605.0, 4644.0, 4615.0, 4645.0, 4604.0, 4635.0, 4614.0, 4646.0, 4604.0, 4634.0, 4594.0, 4634.0, 4625.0, 4655.0, 4595.0, 4644.0, 4596.0, 4645.0, 4627.0, 4657.0, 4627.0, 4656.0, 4629.0, 4668.0, 4638.0, 4653.0, 4626.0, 4616.0, 4638.0, 4627.0, 4648.0, 4604.0, 4646.0, 4618.0, 4658.0, 4649.0, 4656.0, 4627.0, 4656.0, 4640.0, 4666.0, 4648.0, 4606.0, 4636.0, 4606.0, 4656.0, 4627.0, 4642.0, 4622.0, 4642.0, 4637.0, 4655.0, 4645.0, 4653.0, 4615.0, 4653.0, 4626.0, 4651.0, 4625.0, 4650.0, 4604.0, 4642.0, 4624.0, 4613.0, 4634.0, 4595.0, 4636.0, 4609.0, 4658.0, 4625.0, 4656.0, 4617.0, 4647.0, 4620.0, 4659.0, 4628.0, 4645.0, 4615.0, 4646.0, 4628.0, 4657.0, 4626.0, 4646.0, 4615.0, 4646.0, 4635.0, 4655.0, 4616.0, 4635.0, 4629.0, 4636.0, 4649.0, 4619.0, 4668.0, 4619.0, 4655.0, 4619.0, 4667.0, 4648.0, 4654.0, 4626.0, 4656.0, 4636.0, 4663.0, 4646.0, 4654.0, 4614.0, 4653.0, 4621.0, 4652.0, 4631.0, 4591.0, 4633.0, 4593.0, 4654.0, 4616.0, 4645.0, 4614.0, 4645.0, 4615.0, 4653.0, 4636.0, 4643.0, 4613.0, 4594.0, 4635.0, 4617.0, 4657.0, 4605.0, 4656.0, 4596.0, 4653.0, 4605.0, 4656.0, 4605.0, 4645.0, 4601.0, 4643.0, 4616.0, 4653.0, 4616.0, 4645.0, 4615.0, 4644.0, 4628.0, 4656.0, 4626.0, 4607.0, 4636.0, 4608.0, 4661.0, 4629.0, 4659.0, 4609.0, 4668.0, 4620.0, 4669.0, 4629.0, 4656.0, 4616.0, 4656.0, 4628.0, 4656.0, 4647.0, 4653.0, 4616.0, 4652.0, 4629.0, 4665.0, 4647.0, 4605.0, 4636.0, 4605.0, 4647.0, 4615.0, 4655.0, 4605.0, 4644.0, 4613.0, 4654.0, 4636.0, 4642.0, 4613.0, 4642.0, 4615.0, 4656.0, 4636.0, 4635.0, 4617.0, 4633.0, 4627.0, 4656.0, 4647.0, 4604.0, 4624.0, 4595.0, 4648.0, 4618.0, 4653.0, 4617.0, 4646.0, 4629.0, 4670.0, 4649.0, 4659.0, 4619.0, 4659.0, 4629.0, 4669.0, 4638.0, 4655.0, 4628.0, 4647.0, 4618.0, 4655.0, 4624.0, 4644.0, 4615.0, 4655.0, 4628.0, 4636.0, 4647.0, 4609.0, 4647.0, 4621.0, 4669.0, 4638.0, 4657.0, 4618.0, 4656.0, 4639.0, 4668.0, 4648.0, 4655.0, 4617.0, 4654.0, 4626.0, 4655.0, 4635.0, 4592.0, 4615.0, 4595.0, 4653.0, 4607.0, 4644.0, 4616.0, 4645.0, 4615.0, 4644.0, 4637.0, 4656.0, 4637.0, 4645.0, 4614.0, 4644.0, 4635.0, 4655.0, 4634.0, 4613.0, 4623.0, 4640.0, 4623.0, 4641.0, 4634.0, 4591.0, 4614.0, 4582.0, 4634.0, 4613.0, 4644.0, 4591.0, 4634.0, 4618.0, 4654.0, 4636.0, 4655.0, 4626.0, 4606.0, 4638.0, 4617.0, 4668.0, 4617.0, 4645.0, 4628.0, 4658.0, 4647.0, 4657.0, 4627.0, 4654.0, 4626.0, 4656.0, 4646.0, 4654.0, 4614.0, 4601.0, 4623.0, 4604.0, 4646.0, 4594.0, 4644.0, 4615.0, 4656.0, 4640.0, 4667.0, 4637.0, 4617.0, 4639.0, 4627.0, 4648.0, 4606.0, 4658.0, 4639.0, 4630.0, 4658.0, 4631.0, 4630.0, 4670.0, 4670.0, 4661.0, 4616.0, 4647.0, 4616.0, 4660.0, 4628.0, 4660.0, 4618.0, 4658.0, 4627.0, 4628.0, 4649.0, 4618.0, 4658.0, 4609.0, 4657.0, 4643.0, 4678.0, 4649.0, 4619.0, 4638.0, 4609.0, 4658.0, 4626.0, 4668.0, 4627.0, 4653.0, 4637.0, 4656.0, 4637.0, 4643.0, 4626.0, 4640.0, 4622.0, 4652.0, 4634.0, 4623.0, 4611.0, 4630.0, 4613.0, 4651.0, 4624.0, 4621.0, 4604.0, 4592.0, 4616.0, 4613.0, 4636.0, 4604.0, 4636.0, 4608.0, 4648.0, 4639.0, 4660.0, 4609.0, 4647.0, 4604.0, 4648.0, 4618.0, 4658.0, 4608.0, 4647.0, 4627.0, 4667.0, 4651.0, 4658.0, 4640.0, 4668.0, 4640.0, 4680.0, 4651.0, 4670.0, 4638.0, 4646.0, 4637.0, 4655.0, 4648.0, 4626.0, 4637.0, 4595.0, 4635.0, 4616.0, 4645.0, 4602.0, 4645.0, 4583.0, 4645.0, 4606.0, 4645.0, 4605.0, 4645.0, 4605.0, 4644.0, 4626.0, 4656.0, 4615.0, 4626.0, 4625.0, 4647.0, 4648.0, 4617.0, 4649.0, 4606.0, 4659.0, 4627.0, 4658.0, 4616.0, 4654.0, 4606.0, 4644.0, 4627.0, 4654.0, 4634.0, 4644.0, 4612.0, 4644.0, 4624.0, 4662.0, 4633.0, 4602.0, 4624.0, 4593.0, 4645.0, 4622.0, 4646.0, 4592.0, 4652.0, 4593.0, 4654.0, 4615.0, 4654.0, 4615.0, 4644.0, 4617.0, 4668.0, 4647.0, 4666.0, 4615.0, 4655.0, 4625.0, 4654.0, 4635.0, 4653.0, 4613.0, 4632.0, 4614.0, 4654.0, 4636.0, 4606.0, 4626.0, 4595.0, 4646.0, 4616.0, 4655.0, 4595.0, 4637.0, 4609.0, 4657.0, 4616.0, 4644.0, 4627.0, 4646.0, 4626.0, 4657.0, 4630.0, 4608.0, 4668.0, 4619.0, 4671.0, 4630.0, 4657.0, 4628.0, 4657.0, 4649.0, 4667.0, 4658.0, 4664.0, 4625.0, 4643.0, 4635.0, 4654.0, 4642.0, 4593.0, 4624.0, 4591.0, 4646.0, 4614.0, 4668.0, 4636.0, 4633.0, 4614.0, 4595.0, 4634.0, 4626.0, 4656.0, 4626.0, 4655.0, 4626.0, 4655.0, 4625.0, 4656.0, 4616.0, 4643.0, 4600.0, 4645.0, 4612.0, 4652.0, 4611.0, 4620.0, 4593.0, 4613.0, 4623.0, 4634.0, 4624.0, 4593.0, 4634.0, 4593.0, 4645.0, 4624.0, 4645.0, 4604.0, 4635.0, 4593.0, 4646.0, 4616.0, 4644.0, 4616.0, 4644.0, 4627.0, 4656.0, 4638.0, 4626.0, 4628.0, 4607.0, 4660.0, 4638.0, 4660.0, 4607.0, 4657.0, 4617.0, 4668.0, 4626.0, 4645.0, 4607.0, 4645.0, 4626.0, 4656.0, 4645.0, 4641.0, 4603.0, 4643.0, 4628.0, 4663.0, 4637.0, 4633.0, 4613.0, 4643.0, 4616.0, 4653.0, 4635.0, 4613.0, 4615.0, 4595.0, 4646.0, 4627.0, 4636.0, 4604.0, 4646.0, 4608.0, 4658.0, 4627.0, 4657.0, 4628.0, 4657.0, 4640.0, 4678.0, 4649.0, 4636.0, 4627.0, 4618.0, 4650.0, 4636.0, 4646.0, 4606.0, 4654.0, 4606.0, 4665.0, 4624.0, 4645.0, 4614.0, 4642.0, 4624.0, 4655.0, 4645.0, 4635.0, 4637.0, 4605.0, 4646.0, 4635.0, 4645.0, 4594.0, 4642.0, 4604.0, 4655.0, 4606.0, 4644.0, 4624.0, 4643.0, 4605.0, 4643.0, 4625.0, 4637.0, 4647.0, 4605.0, 4645.0, 4607.0, 4658.0, 4639.0, 4658.0, 4640.0, 4637.0, 4636.0, 4611.0, 4657.0, 4668.0, 4621.0, 4669.0, 4639.0, 4671.0, 4650.0, 4677.0, 4649.0, 4665.0, 4615.0, 4653.0, 4626.0, 4653.0, 4634.0, 4612.0, 4615.0, 4593.0, 4635.0, 4605.0, 4655.0, 4606.0, 4646.0, 4619.0, 4657.0, 4640.0, 4647.0, 4630.0, 4619.0, 4663.0, 4639.0, 4660.0, 4611.0, 4670.0, 4610.0, 4670.0, 4639.0, 4667.0, 4627.0, 4655.0, 4625.0, 4655.0, 4646.0, 4664.0, 4644.0, 4654.0, 4612.0, 4643.0, 4614.0, 4653.0, 4634.0, 4592.0, 4623.0, 4593.0, 4648.0, 4624.0, 4645.0, 4594.0, 4655.0, 4598.0, 4655.0, 4615.0, 4646.0, 4617.0, 4655.0, 4618.0, 4667.0, 4638.0, 4666.0, 4637.0, 4655.0, 4617.0, 4667.0, 4635.0, 4654.0, 4625.0, 4644.0, 4617.0, 4663.0, 4637.0, 4625.0, 4617.0, 4595.0, 4638.0, 4637.0, 4647.0, 4607.0, 4648.0, 4608.0, 4660.0, 4629.0, 4657.0, 4619.0, 4657.0, 4609.0, 4658.0, 4627.0, 4668.0, 4617.0, 4655.0, 4614.0, 4653.0, 4626.0, 4644.0, 4605.0, 4643.0, 4627.0, 4653.0, 4635.0, 4655.0, 4606.0, 4655.0, 4618.0, 4667.0, 4637.0, 4667.0, 4628.0, 4656.0, 4626.0, 4654.0, 4644.0, 4653.0, 4615.0, 4653.0, 4605.0, 4654.0, 4636.0, 4643.0, 4603.0, 4652.0, 4617.0, 4654.0, 4625.0, 4595.0, 4616.0, 4596.0, 4646.0, 4627.0, 4646.0, 4606.0, 4654.0, 4598.0, 4658.0, 4628.0, 4655.0, 4628.0, 4656.0, 4626.0, 4666.0, 4648.0, 4645.0, 4637.0, 4606.0, 4647.0, 4614.0, 4657.0, 4606.0, 4647.0, 4605.0, 4656.0, 4626.0, 4653.0, 4626.0, 4652.0, 4627.0, 4663.0, 4648.0, 4604.0, 4635.0, 4595.0, 4656.0, 4616.0, 4655.0, 4617.0, 4655.0, 4618.0, 4665.0, 4648.0, 4619.0, 4636.0, 4607.0, 4649.0, 4618.0, 4668.0, 4618.0, 4655.0, 4595.0, 4654.0, 4615.0, 4646.0, 4593.0, 4644.0, 4594.0, 4644.0, 4616.0, 4655.0, 4617.0, 4645.0, 4628.0, 4647.0, 4649.0, 4608.0, 4645.0, 4619.0, 4667.0, 4649.0, 4668.0, 4637.0, 4657.0, 4630.0, 4667.0, 4657.0, 4605.0, 4655.0, 4605.0, 4657.0, 4636.0, 4666.0, 4636.0, 4615.0, 4637.0, 4618.0, 4659.0, 4626.0, 4657.0, 4603.0, 4634.0, 4604.0, 4655.0, 4645.0, 4644.0, 4615.0, 4654.0, 4618.0, 4655.0, 4636.0, 4623.0, 4614.0, 4605.0, 4637.0, 4626.0, 4648.0, 4596.0, 4636.0, 4598.0, 4656.0, 4637.0, 4654.0, 4619.0, 4647.0, 4627.0, 4657.0, 4658.0, 4608.0, 4659.0, 4608.0, 4658.0, 4640.0, 4680.0, 4649.0, 4666.0, 4627.0, 4666.0, 4658.0, 4658.0, 4648.0, 4594.0, 4655.0, 4605.0, 4654.0, 4625.0, 4641.0, 4605.0, 4641.0, 4616.0, 4654.0, 4634.0, 4642.0, 4604.0, 4645.0, 4608.0, 4656.0, 4634.0, 4654.0, 4606.0, 4655.0, 4619.0, 4668.0, 4648.0, 4654.0, 4617.0, 4657.0, 4638.0, 4655.0, 4645.0, 4654.0, 4617.0, 4656.0, 4637.0, 4647.0, 4636.0, 4609.0, 4647.0, 4611.0, 4669.0, 4640.0, 4657.0, 4629.0, 4666.0, 4649.0, 4678.0, 4658.0, 4665.0, 4626.0, 4652.0, 4635.0, 4653.0, 4645.0, 4654.0, 4613.0, 4652.0, 4614.0, 4653.0, 4635.0, 4641.0, 4604.0, 4641.0, 4605.0, 4651.0, 4633.0, 4621.0, 4604.0, 4604.0, 4626.0, 4625.0, 4636.0, 4596.0, 4648.0, 4607.0, 4649.0, 4616.0, 4657.0, 4616.0, 4646.0, 4598.0, 4656.0, 4628.0, 4666.0, 4628.0, 4655.0, 4627.0, 4666.0, 4640.0, 4657.0, 4626.0, 4655.0, 4617.0, 4657.0, 4626.0, 4646.0, 4606.0, 4645.0, 4608.0, 4659.0, 4628.0, 4656.0, 4617.0, 4647.0, 4629.0, 4668.0, 4648.0, 4618.0, 4639.0], 'WindowWidth': [10321.0, 10209.0, 10230.0, 10168.0, 10217.0, 10198.0, 10216.0, 10161.0, 10119.0, 10174.0, 10128.0, 10185.0, 10143.0, 10176.0, 10140.0, 10177.0, 10140.0, 10178.0, 10167.0, 10109.0, 10146.0, 10107.0, 10164.0, 10121.0, 10182.0, 10107.0, 10153.0, 10119.0, 10159.0, 10151.0, 10175.0, 10141.0, 10148.0, 10139.0, 10140.0, 10169.0, 10098.0, 10166.0, 10103.0, 10166.0, 10146.0, 10181.0, 10145.0, 10166.0, 10137.0, 10180.0, 10160.0, 10169.0, 10169.0, 10119.0, 10170.0, 10139.0, 10192.0, 10183.0, 10207.0, 10171.0, 10206.0, 10204.0, 10234.0, 10196.0, 10203.0, 10147.0, 10200.0, 10173.0, 10195.0, 10152.0, 10175.0, 10106.0, 10170.0, 10107.0, 10159.0, 10093.0, 10158.0, 10107.0, 10148.0, 10132.0, 10149.0, 10203.0, 10138.0, 10193.0, 10153.0, 10204.0, 10178.0, 10212.0, 10177.0, 10182.0, 10128.0, 10180.0, 10173.0, 10191.0, 10151.0, 10090.0, 10134.0, 10117.0, 10148.0, 10158.0, 10145.0, 10088.0, 10123.0, 10089.0, 10148.0, 10105.0, 10159.0, 10097.0, 10148.0, 10113.0, 10183.0, 10158.0, 10166.0, 10130.0, 10183.0, 10134.0, 10187.0, 10121.0, 10165.0, 10091.0, 10144.0, 10103.0, 10161.0, 10118.0, 10162.0, 10091.0, 10142.0, 10090.0, 10163.0, 10103.0, 10157.0, 10071.0, 10130.0, 10077.0, 10151.0, 10119.0, 10156.0, 10098.0, 10147.0, 10084.0, 10146.0, 10157.0, 10128.0, 10089.0, 10120.0, 10110.0, 10132.0, 10157.0, 10144.0, 10112.0, 10115.0, 10154.0, 10121.0, 10154.0, 10130.0, 10138.0, 10090.0, 10154.0, 10121.0, 10157.0, 10133.0, 10160.0, 10107.0, 10157.0, 10139.0, 10161.0, 10128.0, 10115.0, 10166.0, 10124.0, 10188.0, 10210.0, 10179.0, 10231.0, 10193.0, 10211.0, 10202.0, 10246.0, 10192.0, 10216.0, 10160.0, 10193.0, 10133.0, 10176.0, 10148.0, 10169.0, 10108.0, 10131.0, 10081.0, 10136.0, 10092.0, 10136.0, 10066.0, 10123.0, 10093.0, 10142.0, 10120.0, 10153.0, 10124.0, 10158.0, 10112.0, 10164.0, 10142.0, 10179.0, 10141.0, 10176.0, 10124.0, 10179.0, 10155.0, 10194.0, 10139.0, 10155.0, 10123.0, 10176.0, 10151.0, 10157.0, 10117.0, 10156.0, 10117.0, 10166.0, 10146.0, 10156.0, 10116.0, 10151.0, 10117.0, 10156.0, 10134.0, 10139.0, 10108.0, 10157.0, 10142.0, 10164.0, 10136.0, 10159.0, 10098.0, 10162.0, 10137.0, 10164.0, 10142.0, 10129.0, 10143.0, 10126.0, 10174.0, 10156.0, 10170.0, 10111.0, 10168.0, 10114.0, 10186.0, 10144.0, 10182.0, 10142.0, 10165.0, 10143.0, 10180.0, 10172.0, 10193.0, 10141.0, 10174.0, 10125.0, 10176.0, 10150.0, 10172.0, 10115.0, 10166.0, 10124.0, 10173.0, 10142.0, 10151.0, 10103.0, 10146.0, 10122.0, 10157.0, 10147.0, 10126.0, 10108.0, 10117.0, 10151.0, 10134.0, 10148.0, 10094.0, 10151.0, 10100.0, 10180.0, 10121.0, 10169.0, 10093.0, 10147.0, 10110.0, 10163.0, 10123.0, 10164.0, 10105.0, 10149.0, 10121.0, 10166.0, 10108.0, 10148.0, 10093.0, 10150.0, 10138.0, 10179.0, 10098.0, 10163.0, 10103.0, 10167.0, 10145.0, 10183.0, 10144.0, 10182.0, 10150.0, 10203.0, 10162.0, 10175.0, 10142.0, 10127.0, 10160.0, 10142.0, 10174.0, 10110.0, 10169.0, 10135.0, 10187.0, 10178.0, 10181.0, 10145.0, 10182.0, 10165.0, 10195.0, 10174.0, 10114.0, 10154.0, 10114.0, 10182.0, 10142.0, 10158.0, 10132.0, 10157.0, 10158.0, 10178.0, 10165.0, 10172.0, 10122.0, 10173.0, 10140.0, 10169.0, 10136.0, 10164.0, 10105.0, 10156.0, 10135.0, 10118.0, 10148.0, 10098.0, 10153.0, 10124.0, 10188.0, 10143.0, 10183.0, 10133.0, 10170.0, 10140.0, 10190.0, 10147.0, 10166.0, 10124.0, 10168.0, 10145.0, 10181.0, 10139.0, 10166.0, 10124.0, 10165.0, 10152.0, 10179.0, 10128.0, 10152.0, 10149.0, 10157.0, 10177.0, 10137.0, 10203.0, 10136.0, 10182.0, 10139.0, 10200.0, 10174.0, 10178.0, 10141.0, 10181.0, 10155.0, 10189.0, 10167.0, 10176.0, 10121.0, 10171.0, 10130.0, 10170.0, 10141.0, 10086.0, 10145.0, 10092.0, 10177.0, 10125.0, 10164.0, 10122.0, 10163.0, 10124.0, 10174.0, 10153.0, 10160.0, 10120.0, 10093.0, 10150.0, 10128.0, 10183.0, 10110.0, 10179.0, 10097.0, 10175.0, 10110.0, 10179.0, 10109.0, 10162.0, 10102.0, 10159.0, 10125.0, 10172.0, 10126.0, 10162.0, 10123.0, 10163.0, 10146.0, 10182.0, 10141.0, 10117.0, 10157.0, 10122.0, 10196.0, 10152.0, 10191.0, 10124.0, 10201.0, 10138.0, 10203.0, 10148.0, 10181.0, 10128.0, 10180.0, 10147.0, 10182.0, 10170.0, 10175.0, 10127.0, 10172.0, 10148.0, 10194.0, 10171.0, 10111.0, 10153.0, 10110.0, 10171.0, 10125.0, 10179.0, 10111.0, 10160.0, 10119.0, 10175.0, 10153.0, 10158.0, 10120.0, 10157.0, 10126.0, 10180.0, 10154.0, 10150.0, 10127.0, 10146.0, 10143.0, 10178.0, 10168.0, 10108.0, 10135.0, 10098.0, 10174.0, 10132.0, 10176.0, 10132.0, 10169.0, 10153.0, 10207.0, 10180.0, 10189.0, 10136.0, 10188.0, 10152.0, 10204.0, 10161.0, 10180.0, 10146.0, 10168.0, 10134.0, 10179.0, 10136.0, 10159.0, 10123.0, 10178.0, 10146.0, 10155.0, 10170.0, 10123.0, 10172.0, 10143.0, 10204.0, 10162.0, 10185.0, 10134.0, 10181.0, 10163.0, 10200.0, 10173.0, 10179.0, 10128.0, 10174.0, 10140.0, 10178.0, 10149.0, 10088.0, 10121.0, 10094.0, 10173.0, 10117.0, 10164.0, 10127.0, 10163.0, 10125.0, 10163.0, 10157.0, 10181.0, 10155.0, 10164.0, 10121.0, 10160.0, 10153.0, 10176.0, 10147.0, 10116.0, 10131.0, 10151.0, 10131.0, 10153.0, 10146.0, 10084.0, 10118.0, 10074.0, 10148.0, 10116.0, 10161.0, 10088.0, 10148.0, 10132.0, 10177.0, 10156.0, 10178.0, 10142.0, 10113.0, 10161.0, 10131.0, 10202.0, 10130.0, 10165.0, 10146.0, 10187.0, 10170.0, 10183.0, 10143.0, 10176.0, 10141.0, 10181.0, 10167.0, 10174.0, 10121.0, 10098.0, 10133.0, 10107.0, 10166.0, 10094.0, 10162.0, 10126.0, 10184.0, 10167.0, 10201.0, 10158.0, 10130.0, 10161.0, 10142.0, 10172.0, 10115.0, 10188.0, 10166.0, 10153.0, 10189.0, 10157.0, 10155.0, 10210.0, 10208.0, 10197.0, 10130.0, 10172.0, 10129.0, 10194.0, 10147.0, 10191.0, 10133.0, 10186.0, 10143.0, 10146.0, 10177.0, 10133.0, 10187.0, 10124.0, 10186.0, 10175.0, 10216.0, 10179.0, 10135.0, 10159.0, 10121.0, 10189.0, 10141.0, 10199.0, 10141.0, 10174.0, 10155.0, 10181.0, 10155.0, 10157.0, 10136.0, 10151.0, 10130.0, 10170.0, 10146.0, 10128.0, 10112.0, 10135.0, 10118.0, 10168.0, 10132.0, 10124.0, 10106.0, 10087.0, 10126.0, 10120.0, 10153.0, 10109.0, 10155.0, 10118.0, 10175.0, 10161.0, 10193.0, 10119.0, 10171.0, 10110.0, 10174.0, 10132.0, 10186.0, 10121.0, 10170.0, 10145.0, 10200.0, 10182.0, 10189.0, 10167.0, 10202.0, 10168.0, 10221.0, 10182.0, 10206.0, 10159.0, 10167.0, 10156.0, 10178.0, 10173.0, 10138.0, 10153.0, 10095.0, 10149.0, 10123.0, 10164.0, 10102.0, 10161.0, 10077.0, 10163.0, 10110.0, 10163.0, 10109.0, 10162.0, 10110.0, 10162.0, 10142.0, 10180.0, 10125.0, 10141.0, 10142.0, 10172.0, 10175.0, 10131.0, 10175.0, 10114.0, 10188.0, 10144.0, 10189.0, 10126.0, 10175.0, 10112.0, 10160.0, 10140.0, 10174.0, 10149.0, 10159.0, 10117.0, 10161.0, 10136.0, 10183.0, 10147.0, 10102.0, 10133.0, 10092.0, 10165.0, 10130.0, 10166.0, 10089.0, 10171.0, 10093.0, 10176.0, 10122.0, 10175.0, 10126.0, 10162.0, 10129.0, 10199.0, 10171.0, 10193.0, 10124.0, 10177.0, 10137.0, 10176.0, 10152.0, 10171.0, 10119.0, 10142.0, 10122.0, 10174.0, 10152.0, 10110.0, 10140.0, 10097.0, 10168.0, 10126.0, 10179.0, 10098.0, 10155.0, 10123.0, 10184.0, 10128.0, 10162.0, 10143.0, 10166.0, 10143.0, 10184.0, 10151.0, 10121.0, 10201.0, 10139.0, 10210.0, 10154.0, 10185.0, 10148.0, 10183.0, 10176.0, 10197.0, 10186.0, 10190.0, 10137.0, 10158.0, 10150.0, 10173.0, 10157.0, 10088.0, 10132.0, 10087.0, 10165.0, 10120.0, 10203.0, 10155.0, 10143.0, 10119.0, 10100.0, 10151.0, 10142.0, 10183.0, 10143.0, 10181.0, 10142.0, 10178.0, 10139.0, 10181.0, 10126.0, 10159.0, 10098.0, 10162.0, 10114.0, 10165.0, 10108.0, 10120.0, 10089.0, 10116.0, 10133.0, 10146.0, 10132.0, 10092.0, 10148.0, 10092.0, 10166.0, 10135.0, 10164.0, 10107.0, 10150.0, 10094.0, 10169.0, 10126.0, 10161.0, 10126.0, 10162.0, 10145.0, 10182.0, 10160.0, 10142.0, 10146.0, 10117.0, 10193.0, 10160.0, 10191.0, 10116.0, 10183.0, 10131.0, 10202.0, 10141.0, 10162.0, 10113.0, 10161.0, 10141.0, 10178.0, 10164.0, 10153.0, 10106.0, 10158.0, 10145.0, 10188.0, 10156.0, 10144.0, 10118.0, 10157.0, 10128.0, 10173.0, 10151.0, 10117.0, 10122.0, 10097.0, 10169.0, 10140.0, 10153.0, 10109.0, 10167.0, 10120.0, 10187.0, 10146.0, 10184.0, 10148.0, 10185.0, 10167.0, 10215.0, 10177.0, 10155.0, 10143.0, 10132.0, 10179.0, 10154.0, 10168.0, 10111.0, 10176.0, 10112.0, 10193.0, 10134.0, 10164.0, 10121.0, 10156.0, 10137.0, 10179.0, 10167.0, 10152.0, 10155.0, 10111.0, 10167.0, 10152.0, 10164.0, 10094.0, 10158.0, 10105.0, 10175.0, 10113.0, 10161.0, 10134.0, 10157.0, 10110.0, 10160.0, 10140.0, 10155.0, 10170.0, 10111.0, 10165.0, 10116.0, 10186.0, 10162.0, 10185.0, 10165.0, 10158.0, 10155.0, 10129.0, 10189.0, 10204.0, 10141.0, 10204.0, 10164.0, 10207.0, 10181.0, 10212.0, 10175.0, 10192.0, 10123.0, 10172.0, 10139.0, 10171.0, 10147.0, 10114.0, 10120.0, 10089.0, 10151.0, 10110.0, 10178.0, 10113.0, 10166.0, 10136.0, 10186.0, 10165.0, 10171.0, 10153.0, 10138.0, 10201.0, 10164.0, 10195.0, 10126.0, 10205.0, 10125.0, 10206.0, 10161.0, 10196.0, 10141.0, 10177.0, 10137.0, 10176.0, 10167.0, 10189.0, 10162.0, 10171.0, 10113.0, 10155.0, 10121.0, 10171.0, 10148.0, 10088.0, 10132.0, 10092.0, 10172.0, 10135.0, 10164.0, 10094.0, 10177.0, 10104.0, 10180.0, 10125.0, 10165.0, 10128.0, 10177.0, 10131.0, 10197.0, 10161.0, 10195.0, 10157.0, 10178.0, 10129.0, 10196.0, 10151.0, 10175.0, 10138.0, 10161.0, 10128.0, 10188.0, 10156.0, 10135.0, 10128.0, 10098.0, 10161.0, 10156.0, 10173.0, 10118.0, 10173.0, 10121.0, 10194.0, 10150.0, 10188.0, 10138.0, 10184.0, 10121.0, 10188.0, 10145.0, 10199.0, 10129.0, 10178.0, 10121.0, 10176.0, 10139.0, 10160.0, 10108.0, 10157.0, 10142.0, 10174.0, 10152.0, 10177.0, 10114.0, 10179.0, 10132.0, 10199.0, 10159.0, 10197.0, 10145.0, 10180.0, 10141.0, 10178.0, 10163.0, 10171.0, 10122.0, 10170.0, 10109.0, 10174.0, 10152.0, 10157.0, 10104.0, 10170.0, 10128.0, 10175.0, 10138.0, 10097.0, 10127.0, 10100.0, 10170.0, 10142.0, 10167.0, 10113.0, 10178.0, 10107.0, 10187.0, 10146.0, 10179.0, 10145.0, 10180.0, 10142.0, 10195.0, 10173.0, 10164.0, 10155.0, 10113.0, 10171.0, 10124.0, 10185.0, 10113.0, 10168.0, 10110.0, 10181.0, 10140.0, 10173.0, 10138.0, 10169.0, 10142.0, 10189.0, 10171.0, 10108.0, 10150.0, 10095.0, 10181.0, 10125.0, 10178.0, 10129.0, 10180.0, 10134.0, 10196.0, 10176.0, 10135.0, 10157.0, 10117.0, 10177.0, 10131.0, 10201.0, 10130.0, 10178.0, 10097.0, 10177.0, 10123.0, 10166.0, 10091.0, 10159.0, 10096.0, 10162.0, 10126.0, 10176.0, 10129.0, 10166.0, 10149.0, 10173.0, 10178.0, 10121.0, 10168.0, 10138.0, 10200.0, 10177.0, 10202.0, 10159.0, 10184.0, 10150.0, 10197.0, 10185.0, 10112.0, 10178.0, 10109.0, 10184.0, 10154.0, 10196.0, 10155.0, 10125.0, 10156.0, 10132.0, 10188.0, 10140.0, 10184.0, 10106.0, 10148.0, 10111.0, 10177.0, 10166.0, 10162.0, 10123.0, 10175.0, 10133.0, 10177.0, 10154.0, 10130.0, 10122.0, 10110.0, 10156.0, 10140.0, 10172.0, 10100.0, 10152.0, 10107.0, 10182.0, 10158.0, 10178.0, 10135.0, 10171.0, 10148.0, 10187.0, 10190.0, 10122.0, 10191.0, 10121.0, 10187.0, 10167.0, 10218.0, 10176.0, 10194.0, 10142.0, 10194.0, 10186.0, 10185.0, 10170.0, 10095.0, 10176.0, 10110.0, 10178.0, 10137.0, 10153.0, 10108.0, 10152.0, 10124.0, 10175.0, 10147.0, 10156.0, 10108.0, 10163.0, 10118.0, 10181.0, 10151.0, 10175.0, 10113.0, 10178.0, 10135.0, 10199.0, 10173.0, 10175.0, 10128.0, 10181.0, 10158.0, 10178.0, 10165.0, 10175.0, 10129.0, 10181.0, 10158.0, 10171.0, 10156.0, 10121.0, 10171.0, 10128.0, 10205.0, 10167.0, 10185.0, 10150.0, 10194.0, 10176.0, 10213.0, 10186.0, 10191.0, 10139.0, 10169.0, 10151.0, 10172.0, 10163.0, 10173.0, 10116.0, 10167.0, 10122.0, 10171.0, 10149.0, 10153.0, 10105.0, 10151.0, 10109.0, 10167.0, 10144.0, 10126.0, 10107.0, 10105.0, 10141.0, 10136.0, 10152.0, 10099.0, 10172.0, 10116.0, 10176.0, 10128.0, 10186.0, 10128.0, 10168.0, 10105.0, 10183.0, 10148.0, 10197.0, 10148.0, 10179.0, 10144.0, 10198.0, 10163.0, 10184.0, 10141.0, 10177.0, 10131.0, 10186.0, 10139.0, 10166.0, 10112.0, 10164.0, 10121.0, 10187.0, 10146.0, 10181.0, 10132.0, 10172.0, 10152.0, 10203.0, 10175.0, 10133.0, 10164.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.00017098221191028616</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01538127200309358</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.26235472674153</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2470595493034058</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9924410426702769</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.462</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7378.3726</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08219690997128937</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.082753286929621</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478290084850139</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3733967615956297</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7475105708578798</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3139629220969073</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00938394</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008641914464533329</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024118928238749504</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1293</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.8677779771529632</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>27.1715</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3364</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.2408</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301942.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>798.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.2276</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2004</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.8445</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3842.4486</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4083.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74602.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1277.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5059.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.6378</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.98277212167159</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> |