=== 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-0092 --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-0092",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 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-0092_ses-03_task-alignvideo_acq-mb8_run-02_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-0092_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0092_suffix-bold_task-alignvideo" 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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0092_suffix-bold_task-alignvideo" 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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0092_suffix-bold_task-alignvideo" 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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0092_suffix-bold_task-alignvideo" 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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0092_suffix-bold_task-alignvideo" 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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0092_suffix-bold_task-alignvideo" 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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0092_suffix-bold_task-alignvideo" 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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_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-0092/ses-03/func/sub-0092_ses-03_task-alignvideo_acq-mb8_run-02_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>f8f3c0a72b251f40aef0dce5b14dfe10</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>10:02:11.577500</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.998082, 0.0332033, -0.0522448, -0.0271816, 0.993334, 0.112021]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.079526</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-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4126, -7741, -7292, 680, -52, -147, 24, 82]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.016</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9ca8ec76-5a76-43d1-a970-6d4851fa43bb||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.677781581878662, -0.07292637228965759, -0.15016306936740875, 116.78167724609375], [-0.08908213675022125, 2.6650426387786865, 0.298041433095932, -98.37800598144531], [-0.14016886055469513, -0.3005432188510895, 2.679295063018799, -57.169063568115234], [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, 1335]</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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['100211.577500', '100212.037500', '100212.497500', '100212.957500', '100213.417500', '100213.877500', '100214.337500', '100214.797500', '100215.257500', '100215.717500', '100216.177500', '100216.637500', '100217.097500', '100217.557500', '100218.017500', '100218.477500', '100218.937500', '100219.397500', '100219.857500', '100220.317500', '100220.777500', '100221.237500', '100221.697500', '100222.157500', '100222.617500', '100223.077500', '100223.537500', '100223.997500', '100224.457500', '100224.917500', '100225.377500', '100225.837500', '100226.297500', '100226.757500', '100227.217500', '100227.677500', '100228.137500', '100228.597500', '100229.057500', '100229.517500', '100229.977500', '100230.437500', '100230.897500', '100231.357500', '100231.817500', '100232.277500', '100232.737500', '100233.197500', '100233.657500', '100234.117500', '100234.577500', '100235.037500', '100235.497500', '100235.957500', '100236.417500', '100236.877500', '100237.337500', '100237.797500', '100238.257500', '100238.717500', '100239.177500', '100239.637500', '100240.097500', '100240.557500', '100241.017500', '100241.477500', '100241.937500', '100242.397500', '100242.857500', '100243.317500', '100243.777500', '100244.237500', '100244.697500', '100245.157500', '100245.617500', '100246.077500', '100246.537500', '100246.997500', '100247.457500', '100247.917500', '100248.377500', '100248.837500', '100249.297500', '100249.757500', '100250.217500', '100250.677500', '100251.137500', '100251.597500', '100252.057500', '100252.517500', '100252.977500', '100253.437500', '100253.897500', '100254.357500', '100254.817500', '100255.277500', '100255.737500', '100256.197500', '100256.657500', '100257.117500', '100257.577500', '100258.037500', '100258.497500', '100258.957500', '100259.417500', '100259.877500', '100300.337500', '100300.797500', '100301.257500', '100301.717500', '100302.177500', '100302.637500', '100303.097500', '100303.557500', '100304.017500', '100304.477500', '100304.937500', '100305.397500', '100305.857500', '100306.317500', '100306.777500', '100307.237500', '100307.697500', '100308.157500', '100308.617500', '100309.077500', '100309.537500', '100309.997500', '100310.457500', '100310.917500', '100311.377500', '100311.837500', '100312.297500', '100312.757500', '100313.217500', '100313.677500', '100314.137500', '100314.597500', '100315.057500', '100315.517500', '100315.977500', '100316.437500', '100316.897500', '100317.357500', '100317.817500', '100318.277500', '100318.737500', '100319.197500', '100319.657500', '100320.117500', '100320.577500', '100321.037500', '100321.497500', '100321.957500', '100322.417500', '100322.877500', '100323.337500', '100323.797500', '100324.257500', '100324.717500', '100325.177500', '100325.637500', '100326.097500', '100326.557500', '100327.017500', '100327.477500', '100327.937500', '100328.397500', '100328.857500', '100329.317500', '100329.777500', '100330.237500', '100330.697500', '100331.157500', '100331.617500', '100332.077500', '100332.537500', '100332.997500', '100333.457500', '100333.917500', '100334.377500', '100334.837500', '100335.297500', '100335.757500', '100336.217500', '100336.677500', '100337.137500', '100337.597500', '100338.057500', '100338.517500', '100338.977500', '100339.437500', '100339.897500', '100340.357500', '100340.817500', '100341.277500', '100341.737500', '100342.197500', '100342.657500', '100343.117500', '100343.577500', '100344.037500', '100344.497500', '100344.957500', '100345.417500', '100345.877500', '100346.337500', '100346.797500', '100347.257500', '100347.717500', '100348.177500', '100348.637500', '100349.097500', '100349.557500', '100350.017500', '100350.477500', '100350.937500', '100351.397500', '100351.857500', '100352.317500', '100352.777500', '100353.237500', '100353.697500', '100354.157500', '100354.617500', '100355.077500', '100355.537500', '100355.997500', '100356.457500', '100356.917500', '100357.377500', '100357.837500', '100358.297500', '100358.757500', '100359.217500', '100359.677500', '100400.137500', '100400.597500', '100401.057500', '100401.517500', '100401.977500', '100402.437500', '100402.897500', '100403.357500', '100403.817500', '100404.277500', '100404.737500', '100405.197500', '100405.657500', '100406.117500', '100406.577500', '100407.037500', '100407.497500', '100407.957500', '100408.417500', '100408.877500', '100409.337500', '100409.797500', '100410.257500', '100410.717500', '100411.177500', '100411.637500', '100412.097500', '100412.557500', '100413.017500', '100413.477500', '100413.937500', '100414.397500', '100414.857500', '100415.317500', '100415.777500', '100416.237500', '100416.697500', '100417.157500', '100417.617500', '100418.077500', '100418.537500', '100418.997500', '100419.457500', '100419.917500', '100420.377500', '100420.837500', '100421.297500', '100421.757500', '100422.217500', '100422.677500', '100423.137500', '100423.597500', '100424.057500', '100424.517500', '100424.977500', '100425.437500', '100425.897500', '100426.357500', '100426.817500', '100427.277500', '100427.737500', '100428.197500', '100428.657500', '100429.117500', '100429.577500', '100430.037500', '100430.497500', '100430.957500', '100431.417500', '100431.877500', '100432.337500', '100432.797500', '100433.257500', '100433.717500', '100434.177500', '100434.637500', '100435.097500', '100435.557500', '100436.017500', '100436.477500', '100436.937500', '100437.397500', '100437.857500', '100438.317500', '100438.777500', '100439.237500', '100439.697500', '100440.157500', '100440.617500', '100441.077500', '100441.537500', '100441.997500', '100442.457500', '100442.917500', '100443.377500', '100443.837500', '100444.297500', '100444.757500', '100445.217500', '100445.677500', '100446.137500', '100446.597500', '100447.057500', '100447.517500', '100447.977500', '100448.437500', '100448.897500', '100449.357500', '100449.817500', '100450.277500', '100450.737500', '100451.197500', '100451.657500', '100452.117500', '100452.577500', '100453.037500', '100453.497500', '100453.957500', '100454.417500', '100454.877500', '100455.337500', '100455.797500', '100456.257500', '100456.717500', '100457.177500', '100457.637500', '100458.097500', '100458.557500', '100459.017500', '100459.477500', '100459.937500', '100500.397500', '100500.857500', '100501.317500', '100501.777500', '100502.237500', '100502.697500', '100503.157500', '100503.617500', '100504.077500', '100504.537500', '100504.997500', '100505.457500', '100505.917500', '100506.377500', '100506.837500', '100507.297500', '100507.757500', '100508.217500', '100508.677500', '100509.137500', '100509.597500', '100510.057500', '100510.517500', '100510.977500', '100511.437500', '100511.897500', '100512.357500', '100512.817500', '100513.277500', '100513.737500', '100514.197500', '100514.657500', '100515.117500', '100515.577500', '100516.037500', '100516.497500', '100516.957500', '100517.417500', '100517.877500', '100518.337500', '100518.797500', '100519.257500', '100519.717500', '100520.177500', '100520.637500', '100521.097500', '100521.557500', '100522.017500', '100522.477500', '100522.937500', '100523.397500', '100523.857500', '100524.317500', '100524.777500', '100525.237500', '100525.697500', '100526.157500', '100526.617500', '100527.077500', '100527.537500', '100527.997500', '100528.457500', '100528.917500', '100529.377500', '100529.837500', '100530.297500', '100530.757500', '100531.217500', '100531.677500', '100532.137500', '100532.597500', '100533.057500', '100533.517500', '100533.977500', '100534.437500', '100534.897500', '100535.357500', '100535.817500', '100536.277500', '100536.737500', '100537.197500', '100537.657500', '100538.117500', '100538.577500', '100539.037500', '100539.497500', '100539.957500', '100540.417500', '100540.877500', '100541.337500', '100541.797500', '100542.257500', '100542.717500', '100543.177500', '100543.637500', '100544.097500', '100544.557500', '100545.017500', '100545.477500', '100545.937500', '100546.397500', '100546.857500', '100547.317500', '100547.777500', '100548.237500', '100548.697500', '100549.157500', '100549.617500', '100550.077500', '100550.537500', '100550.997500', '100551.457500', '100551.917500', '100552.377500', '100552.837500', '100553.297500', '100553.757500', '100554.217500', '100554.677500', '100555.137500', '100555.597500', '100556.057500', '100556.517500', '100556.977500', '100557.437500', '100557.897500', '100558.357500', '100558.817500', '100559.277500', '100559.737500', '100600.197500', '100600.657500', '100601.117500', '100601.577500', '100602.037500', '100602.497500', '100602.957500', '100603.417500', '100603.877500', '100604.337500', '100604.797500', '100605.257500', '100605.717500', '100606.177500', '100606.637500', '100607.097500', '100607.557500', '100608.017500', '100608.477500', '100608.937500', '100609.397500', '100609.857500', '100610.317500', '100610.777500', '100611.237500', '100611.697500', '100612.157500', '100612.617500', '100613.077500', '100613.537500', '100613.997500', '100614.457500', '100614.917500', '100615.377500', '100615.837500', '100616.297500', '100616.757500', '100617.217500', '100617.677500', '100618.137500', '100618.597500', '100619.057500', '100619.517500', '100619.977500', '100620.437500', '100620.897500', '100621.357500', '100621.817500', '100622.277500', '100622.737500', '100623.197500', '100623.657500', '100624.117500', '100624.577500', '100625.037500', '100625.497500', '100625.957500', '100626.417500', '100626.877500', '100627.337500', '100627.797500', '100628.257500', '100628.717500', '100629.177500', '100629.637500', '100630.097500', '100630.557500', '100631.017500', '100631.477500', '100631.937500', '100632.397500', '100632.857500', '100633.317500', '100633.777500', '100634.237500', '100634.697500', '100635.157500', '100635.617500', '100636.077500', '100636.537500', '100636.997500', '100637.457500', '100637.917500', '100638.377500', '100638.837500', '100639.297500', '100639.757500', '100640.217500', '100640.677500', '100641.137500', '100641.597500', '100642.057500', '100642.517500', '100642.977500', '100643.437500', '100643.897500', '100644.357500', '100644.817500', '100645.277500', '100645.737500', '100646.197500', '100646.657500', '100647.117500', '100647.577500', '100648.037500', '100648.497500', '100648.957500', '100649.417500', '100649.877500', '100650.337500', '100650.797500', '100651.257500', '100651.717500', '100652.177500', '100652.637500', '100653.097500', '100653.557500', '100654.017500', '100654.477500', '100654.937500', '100655.397500', '100655.857500', '100656.317500', '100656.777500', '100657.237500', '100657.697500', '100658.157500', '100658.617500', '100659.077500', '100659.537500', '100659.997500', '100700.457500', '100700.917500', '100701.377500', '100701.837500', '100702.297500', '100702.757500', '100703.217500', '100703.677500', '100704.137500', '100704.597500', '100705.057500', '100705.517500', '100705.977500', '100706.437500', '100706.897500', '100707.357500', '100707.817500', '100708.277500', '100708.737500', '100709.197500', '100709.657500', '100710.117500', '100710.577500', '100711.037500', '100711.497500', '100711.957500', '100712.417500', '100712.877500', '100713.337500', '100713.797500', '100714.257500', '100714.717500', '100715.177500', '100715.637500', '100716.097500', '100716.557500', '100717.017500', '100717.477500', '100717.937500', '100718.397500', '100718.857500', '100719.317500', '100719.777500', '100720.237500', '100720.697500', '100721.157500', '100721.617500', '100722.077500', '100722.537500', '100722.997500', '100723.457500', '100723.917500', '100724.377500', '100724.837500', '100725.297500', '100725.757500', '100726.217500', '100726.677500', '100727.137500', '100727.597500', '100728.057500', '100728.517500', '100728.977500', '100729.437500', '100729.897500', '100730.357500', '100730.817500', '100731.277500', '100731.737500', '100732.197500', '100732.657500', '100733.117500', '100733.577500', '100734.037500', '100734.497500', '100734.957500', '100735.417500', '100735.877500', '100736.337500', '100736.797500', '100737.257500', '100737.717500', '100738.177500', '100738.637500', '100739.097500', '100739.557500', '100740.017500', '100740.477500', '100740.937500', '100741.397500', '100741.857500', '100742.317500', '100742.777500', '100743.237500', '100743.697500', '100744.157500', '100744.617500', '100745.077500', '100745.537500', '100745.997500', '100746.457500', '100746.917500', '100747.377500', '100747.837500', '100748.297500', '100748.757500', '100749.217500', '100749.677500', '100750.137500', '100750.597500', '100751.057500', '100751.517500', '100751.977500', '100752.437500', '100752.897500', '100753.357500', '100753.817500', '100754.277500', '100754.737500', '100755.197500', '100755.657500', '100756.117500', '100756.577500', '100757.037500', '100757.497500', '100757.957500', '100758.417500', '100758.877500', '100759.337500', '100759.797500', '100800.257500', '100800.717500', '100801.177500', '100801.637500', '100802.097500', '100802.557500', '100803.017500', '100803.477500', '100803.937500', '100804.397500', '100804.857500', '100805.317500', '100805.777500', '100806.237500', '100806.697500', '100807.157500', '100807.617500', '100808.077500', '100808.537500', '100808.997500', '100809.457500', '100809.917500', '100810.377500', '100810.837500', '100811.297500', '100811.757500', '100812.217500', '100812.677500', '100813.137500', '100813.597500', '100814.057500', '100814.517500', '100814.977500', '100815.437500', '100815.897500', '100816.357500', '100816.817500', '100817.277500', '100817.737500', '100818.197500', '100818.657500', '100819.117500', '100819.577500', '100820.037500', '100820.497500', '100820.957500', '100821.417500', '100821.877500', '100822.337500', '100822.797500', '100823.257500', '100823.717500', '100824.177500', '100824.637500', '100825.097500', '100825.557500', '100826.017500', '100826.477500', '100826.937500', '100827.397500', '100827.857500', '100828.317500', '100828.777500', '100829.237500', '100829.697500', '100830.157500', '100830.617500', '100831.077500', '100831.537500', '100831.997500', '100832.457500', '100832.917500', '100833.377500', '100833.837500', '100834.297500', '100834.757500', '100835.217500', '100835.677500', '100836.137500', '100836.597500', '100837.057500', '100837.517500', '100837.977500', '100838.437500', '100838.897500', '100839.357500', '100839.817500', '100840.277500', '100840.737500', '100841.197500', '100841.657500', '100842.117500', '100842.577500', '100843.037500', '100843.497500', '100843.957500', '100844.417500', '100844.877500', '100845.337500', '100845.797500', '100846.257500', '100846.717500', '100847.177500', '100847.637500', '100848.097500', '100848.557500', '100849.017500', '100849.477500', '100849.937500', '100850.397500', '100850.857500', '100851.317500', '100851.777500', '100852.237500', '100852.697500', '100853.157500', '100853.617500', '100854.077500', '100854.537500', '100854.997500', '100855.457500', '100855.917500', '100856.377500', '100856.837500', '100857.297500', '100857.757500', '100858.217500', '100858.677500', '100859.137500', '100859.597500', '100900.057500', '100900.517500', '100900.977500', '100901.437500', '100901.897500', '100902.357500', '100902.817500', '100903.277500', '100903.737500', '100904.197500', '100904.657500', '100905.117500', '100905.577500', '100906.037500', '100906.497500', '100906.957500', '100907.417500', '100907.877500', '100908.337500', '100908.797500', '100909.257500', '100909.717500', '100910.177500', '100910.637500', '100911.097500', '100911.557500', '100912.017500', '100912.477500', '100912.937500', '100913.397500', '100913.857500', '100914.317500', '100914.777500', '100915.237500', '100915.697500', '100916.157500', '100916.617500', '100917.077500', '100917.537500', '100917.997500', '100918.457500', '100918.917500', '100919.377500', '100919.837500', '100920.297500', '100920.757500', '100921.217500', '100921.677500', '100922.137500', '100922.597500', '100923.057500', '100923.517500', '100923.977500', '100924.437500', '100924.897500', '100925.357500', '100925.817500', '100926.277500', '100926.737500', '100927.197500', '100927.657500', '100928.117500', '100928.577500', '100929.037500', '100929.497500', '100929.957500', '100930.417500', '100930.877500', '100931.337500', '100931.797500', '100932.257500', '100932.717500', '100933.177500', '100933.637500', '100934.097500', '100934.557500', '100935.017500', '100935.477500', '100935.937500', '100936.397500', '100936.857500', '100937.317500', '100937.777500', '100938.237500', '100938.697500', '100939.157500', '100939.617500', '100940.077500', '100940.537500', '100940.997500', '100941.457500', '100941.917500', '100942.377500', '100942.837500', '100943.297500', '100943.757500', '100944.217500', '100944.677500', '100945.137500', '100945.597500', '100946.057500', '100946.517500', '100946.977500', '100947.437500', '100947.897500', '100948.357500', '100948.817500', '100949.277500', '100949.737500', '100950.197500', '100950.657500', '100951.117500', '100951.577500', '100952.037500', '100952.497500', '100952.957500', '100953.417500', '100953.877500', '100954.337500', '100954.797500', '100955.257500', '100955.717500', '100956.177500', '100956.637500', '100957.097500', '100957.557500', '100958.017500', '100958.477500', '100958.937500', '100959.397500', '100959.857500', '101000.317500', '101000.777500', '101001.237500', '101001.697500', '101002.157500', '101002.617500', '101003.077500', '101003.537500', '101003.997500', '101004.457500', '101004.917500', '101005.377500', '101005.837500', '101006.297500', '101006.757500', '101007.217500', '101007.677500', '101008.137500', '101008.597500', '101009.057500', '101009.517500', '101009.977500', '101010.437500', '101010.897500', '101011.357500', '101011.817500', '101012.277500', '101012.737500', '101013.197500', '101013.657500', '101014.117500', '101014.577500', '101015.037500', '101015.497500', '101015.957500', '101016.417500', '101016.877500', '101017.337500', '101017.797500', '101018.257500', '101018.717500', '101019.177500', '101019.637500', '101020.097500', '101020.557500', '101021.017500', '101021.477500', '101021.937500', '101022.397500', '101022.857500', '101023.317500', '101023.777500', '101024.237500', '101024.697500', '101025.157500', '101025.617500', '101026.077500', '101026.537500', '101026.997500', '101027.457500', '101027.917500', '101028.377500', '101028.837500', '101029.297500', '101029.757500', '101030.217500', '101030.677500', '101031.137500', '101031.597500', '101032.057500', '101032.517500', '101032.977500', '101033.437500', '101033.897500', '101034.357500', '101034.817500', '101035.277500', '101035.737500', '101036.197500', '101036.657500', '101037.117500', '101037.577500', '101038.037500', '101038.497500', '101038.957500', '101039.417500', '101039.877500', '101040.337500', '101040.797500', '101041.257500', '101041.717500', '101042.177500', '101042.637500', '101043.097500', '101043.557500', '101044.017500', '101044.477500', '101044.937500', '101045.397500', '101045.857500', '101046.317500', '101046.777500', '101047.237500', '101047.697500', '101048.157500', '101048.617500', '101049.077500', '101049.537500', '101049.997500', '101050.457500', '101050.917500', '101051.377500', '101051.837500', '101052.297500', '101052.757500', '101053.217500', '101053.677500', '101054.137500', '101054.597500', '101055.057500', '101055.517500', '101055.977500', '101056.437500', '101056.897500', '101057.357500', '101057.817500', '101058.277500', '101058.737500', '101059.197500', '101059.657500', '101100.117500', '101100.577500', '101101.037500', '101101.497500', '101101.957500', '101102.417500', '101102.877500', '101103.337500', '101103.797500', '101104.257500', '101104.717500', '101105.177500', '101105.637500', '101106.097500', '101106.557500', '101107.017500', '101107.477500', '101107.937500', '101108.397500', '101108.857500', '101109.317500', '101109.777500', '101110.237500', '101110.697500', '101111.157500', '101111.617500', '101112.077500', '101112.537500', '101112.997500', '101113.457500', '101113.917500', '101114.377500', '101114.837500', '101115.297500', '101115.757500', '101116.217500', '101116.677500', '101117.137500', '101117.597500', '101118.057500', '101118.517500', '101118.977500', '101119.437500', '101119.897500', '101120.357500', '101120.817500', '101121.277500', '101121.737500', '101122.197500', '101122.657500', '101123.117500', '101123.577500', '101124.037500', '101124.497500', '101124.957500', '101125.417500', '101125.877500', '101126.337500', '101126.797500', '101127.257500', '101127.717500', '101128.177500', '101128.637500', '101129.097500', '101129.557500', '101130.017500', '101130.477500', '101130.937500', '101131.397500', '101131.857500', '101132.317500', '101132.777500', '101133.237500', '101133.697500', '101134.157500', '101134.617500', '101135.077500', '101135.537500', '101135.997500', '101136.457500', '101136.917500', '101137.377500', '101137.837500', '101138.297500', '101138.757500', '101139.217500', '101139.677500', '101140.137500', '101140.597500', '101141.057500', '101141.517500', '101141.977500', '101142.437500', '101142.897500', '101143.357500', '101143.817500', '101144.277500', '101144.737500', '101145.197500', '101145.657500', '101146.117500', '101146.577500', '101147.037500', '101147.497500', '101147.957500', '101148.417500', '101148.877500', '101149.337500', '101149.797500', '101150.257500', '101150.717500', '101151.177500', '101151.637500', '101152.097500', '101152.557500', '101153.017500', '101153.477500', '101153.937500', '101154.397500', '101154.857500', '101155.317500', '101155.777500', '101156.237500', '101156.697500', '101157.157500', '101157.617500', '101158.077500', '101158.537500', '101158.997500', '101159.457500', '101159.917500', '101200.377500', '101200.837500', '101201.297500', '101201.757500', '101202.217500', '101202.677500', '101203.137500', '101203.597500', '101204.057500', '101204.517500', '101204.977500', '101205.437500', '101205.897500', '101206.357500', '101206.817500', '101207.277500', '101207.737500', '101208.197500', '101208.657500', '101209.117500', '101209.577500', '101210.037500', '101210.497500', '101210.957500', '101211.417500', '101211.877500', '101212.337500', '101212.797500', '101213.257500', '101213.717500', '101214.177500', '101214.637500', '101215.097500', '101215.557500', '101216.017500', '101216.477500', '101216.937500', '101217.397500', '101217.857500', '101218.317500', '101218.777500', '101219.237500', '101219.697500', '101220.157500', '101220.617500', '101221.077500', '101221.537500', '101221.997500', '101222.457500', '101222.917500', '101223.377500', '101223.837500', '101224.297500', '101224.757500', '101225.217500'], 'ContentTime': ['100223.695000', '100223.698000', '100223.701000', '100223.704000', '100223.706000', '100223.709000', '100223.711000', '100223.714000', '100223.717000', '100223.744000', '100223.747000', '100223.749000', '100223.757000', '100223.760000', '100223.762000', '100223.765000', '100223.767000', '100223.770000', '100223.772000', '100223.775000', '100223.777000', '100223.780000', '100223.782000', '100223.785000', '100243.667000', '100243.670000', '100243.673000', '100243.675000', '100243.678000', '100243.681000', '100243.683000', '100243.686000', '100243.688000', '100243.691000', '100243.694000', '100243.696000', '100243.699000', '100243.701000', '100243.704000', '100243.707000', '100243.709000', '100243.712000', '100243.714000', '100243.717000', '100243.728000', '100243.731000', '100243.733000', '100243.736000', '100243.738000', '100243.741000', '100243.743000', '100243.746000', '100243.748000', '100243.751000', '100243.754000', '100243.756000', '100243.759000', '100243.761000', '100243.764000', '100243.766000', '100243.769000', '100243.771000', '100243.774000', '100243.777000', '100243.779000', '100243.782000', '100243.784000', '100243.787000', '100303.668000', '100303.670000', '100303.673000', '100303.676000', '100303.678000', '100303.681000', '100303.683000', '100303.686000', '100303.688000', '100303.691000', '100303.693000', '100303.696000', '100303.699000', '100303.701000', '100303.704000', '100303.706000', '100303.709000', '100303.711000', '100303.714000', '100303.717000', '100303.719000', '100303.722000', '100303.724000', '100303.727000', '100303.729000', '100303.732000', '100303.734000', '100303.737000', '100303.739000', '100303.742000', '100303.745000', '100303.747000', '100303.750000', '100303.752000', '100303.755000', '100303.757000', '100303.760000', '100303.763000', '100303.765000', '100303.768000', '100303.780000', '100303.783000', '100303.785000', '100323.667000', '100323.670000', '100323.673000', '100323.675000', '100323.678000', '100323.680000', '100323.683000', '100323.686000', '100323.688000', '100323.691000', '100323.693000', '100323.696000', '100323.698000', '100323.701000', '100323.703000', '100323.706000', '100323.709000', '100323.711000', '100323.714000', '100323.716000', '100323.719000', '100323.722000', '100323.724000', '100323.727000', '100323.729000', '100323.732000', '100323.734000', '100323.737000', '100323.740000', '100323.742000', '100323.745000', '100323.747000', '100323.750000', '100323.753000', '100323.755000', '100323.758000', '100323.760000', '100323.763000', '100323.766000', '100323.768000', '100323.771000', '100323.774000', '100323.776000', '100323.779000', '100343.667000', '100343.670000', '100343.673000', '100343.675000', '100343.678000', '100343.681000', '100343.683000', '100343.686000', '100343.688000', '100343.691000', '100343.693000', '100343.696000', '100343.698000', '100343.701000', '100343.704000', '100343.706000', '100343.709000', '100343.711000', '100343.714000', '100343.717000', '100343.719000', '100343.722000', '100343.724000', '100343.727000', '100343.729000', '100343.732000', '100343.734000', '100343.737000', '100343.740000', '100343.742000', '100343.745000', '100343.747000', '100343.750000', '100343.752000', '100343.755000', '100343.758000', '100343.760000', '100343.763000', '100343.765000', '100343.768000', '100343.770000', '100343.773000', '100343.776000', '100403.667000', '100403.670000', '100403.672000', '100403.675000', '100403.692000', '100403.695000', '100403.697000', '100403.700000', '100403.702000', '100403.705000', '100403.708000', '100403.710000', '100403.713000', '100403.715000', '100403.718000', '100403.721000', '100403.723000', '100403.726000', '100403.729000', '100403.731000', '100403.734000', '100403.737000', '100403.739000', '100403.742000', '100403.744000', '100403.747000', '100403.750000', '100403.752000', '100403.755000', '100403.757000', '100403.760000', '100403.763000', '100403.765000', '100403.768000', '100403.770000', '100403.773000', '100403.775000', '100403.778000', '100403.781000', '100403.783000', '100403.786000', '100403.788000', '100403.799000', '100423.667000', '100423.670000', '100423.673000', '100423.675000', '100423.678000', '100423.680000', '100423.683000', '100423.685000', '100423.688000', '100423.691000', '100423.693000', '100423.696000', '100423.698000', '100423.701000', '100423.703000', '100423.706000', '100423.708000', '100423.711000', '100423.714000', '100423.716000', '100423.719000', '100423.721000', '100423.724000', '100423.726000', '100423.729000', '100423.731000', '100423.734000', '100423.737000', '100423.739000', '100423.742000', '100423.744000', '100423.747000', '100423.749000', '100423.752000', '100423.755000', '100423.757000', '100423.760000', '100423.762000', '100423.765000', '100423.767000', '100423.770000', '100423.773000', '100423.775000', '100423.778000', '100443.667000', '100443.670000', '100443.673000', '100443.676000', '100443.678000', '100443.681000', '100443.683000', '100443.686000', '100443.689000', '100443.691000', '100443.694000', '100443.697000', '100443.699000', '100443.702000', '100443.705000', '100443.707000', '100443.710000', '100443.713000', '100443.715000', '100443.718000', '100443.720000', '100443.723000', '100443.726000', '100443.728000', '100443.731000', '100443.734000', '100443.736000', '100443.739000', '100443.741000', '100443.744000', '100443.747000', '100443.749000', '100443.752000', '100443.754000', '100443.757000', '100443.760000', '100443.762000', '100443.765000', '100443.768000', '100443.770000', '100443.773000', '100443.775000', '100443.778000', '100503.668000', '100503.671000', '100503.673000', '100503.676000', '100503.678000', '100503.681000', '100503.683000', '100503.686000', '100503.689000', '100503.691000', '100503.694000', '100503.696000', '100503.699000', '100503.701000', '100503.704000', '100503.707000', '100503.709000', '100503.712000', '100503.714000', '100503.717000', '100503.719000', '100503.722000', '100503.724000', '100503.727000', '100503.730000', '100503.732000', '100503.735000', '100503.737000', '100503.740000', '100503.742000', '100503.745000', '100503.748000', '100503.750000', '100503.753000', '100503.755000', '100503.758000', '100503.760000', '100503.763000', '100503.766000', '100503.768000', '100503.771000', '100503.774000', '100503.776000', '100503.779000', '100523.668000', '100523.670000', '100523.673000', '100523.675000', '100523.678000', '100523.680000', '100523.683000', '100523.686000', '100523.688000', '100523.691000', '100523.693000', '100523.696000', '100523.698000', '100523.701000', '100523.705000', '100523.707000', '100523.710000', '100523.713000', '100523.715000', '100523.718000', '100523.721000', '100523.723000', '100523.726000', '100523.728000', '100523.731000', '100523.734000', '100523.736000', '100523.739000', '100523.741000', '100523.744000', '100523.747000', '100523.749000', '100523.752000', '100523.754000', '100523.757000', '100523.760000', '100523.762000', '100523.765000', '100523.768000', '100523.770000', '100523.773000', '100523.775000', '100523.778000', '100523.780000', '100543.668000', '100543.670000', '100543.674000', '100543.677000', '100543.679000', '100543.682000', '100543.684000', '100543.687000', '100543.690000', '100543.692000', '100543.695000', '100543.697000', '100543.700000', '100543.703000', '100543.705000', '100543.708000', '100543.710000', '100543.713000', '100543.716000', '100543.718000', '100543.721000', '100543.723000', '100543.726000', '100543.729000', '100543.732000', '100543.734000', '100543.737000', '100543.739000', '100543.742000', '100543.745000', '100543.747000', '100543.750000', '100543.752000', '100543.755000', '100543.758000', '100543.760000', '100543.763000', '100543.793000', '100543.796000', '100543.799000', '100543.801000', '100543.804000', '100543.806000', '100603.668000', '100603.670000', '100603.673000', '100603.676000', '100603.678000', '100603.681000', '100603.683000', '100603.686000', '100603.689000', '100603.691000', '100603.694000', '100603.696000', '100603.699000', '100603.701000', '100603.704000', '100603.707000', '100603.709000', '100603.712000', '100603.714000', '100603.717000', '100603.720000', '100603.722000', '100603.725000', '100603.727000', '100603.730000', '100603.733000', '100603.735000', '100603.738000', '100603.740000', '100603.743000', '100603.745000', '100603.748000', '100603.751000', '100603.753000', '100603.756000', '100603.758000', '100603.761000', '100603.764000', '100603.766000', '100603.769000', '100603.772000', '100603.774000', '100603.777000', '100623.666000', '100623.669000', '100623.672000', '100623.674000', '100623.677000', '100623.680000', '100623.682000', '100623.685000', '100623.688000', '100623.690000', '100623.693000', '100623.695000', '100623.698000', '100623.700000', '100623.703000', '100623.706000', '100623.708000', '100623.711000', '100623.714000', '100623.716000', '100623.719000', '100623.721000', '100623.724000', '100623.727000', '100623.729000', '100623.732000', '100623.734000', '100623.737000', '100623.740000', '100623.742000', '100623.745000', '100623.747000', '100623.750000', '100623.752000', '100623.755000', '100623.758000', '100623.760000', '100623.763000', '100623.765000', '100623.768000', '100623.771000', '100623.773000', '100623.776000', '100623.778000', '100643.667000', '100643.670000', '100643.673000', '100643.675000', '100643.678000', '100643.681000', '100643.683000', '100643.686000', '100643.688000', '100643.691000', '100643.694000', '100643.696000', '100643.699000', '100643.701000', '100643.704000', '100643.707000', '100643.710000', '100643.713000', '100643.716000', '100643.718000', '100643.721000', '100643.724000', '100643.726000', '100643.729000', '100643.731000', '100643.734000', '100643.736000', '100643.739000', '100643.741000', '100643.745000', '100643.748000', '100643.750000', '100643.753000', '100643.755000', '100643.758000', '100643.761000', '100643.763000', '100643.766000', '100643.768000', '100643.771000', '100643.773000', '100643.776000', '100643.779000', '100703.668000', '100703.670000', '100703.673000', '100703.676000', '100703.678000', '100703.681000', '100703.683000', '100703.686000', '100703.689000', '100703.691000', '100703.694000', '100703.696000', '100703.699000', '100703.702000', '100703.704000', '100703.707000', '100703.710000', '100703.712000', '100703.715000', '100703.718000', '100703.720000', '100703.723000', '100703.725000', '100703.728000', '100703.731000', '100703.733000', '100703.736000', '100703.739000', '100703.741000', '100703.744000', '100703.746000', '100703.749000', '100703.751000', '100703.754000', '100703.757000', '100703.759000', '100703.762000', '100703.764000', '100703.767000', '100703.769000', '100703.772000', '100703.775000', '100703.777000', '100703.780000', '100723.668000', '100723.670000', '100723.673000', '100723.676000', '100723.678000', '100723.690000', '100723.692000', '100723.695000', '100723.697000', '100723.700000', '100723.703000', '100723.705000', '100723.708000', '100723.710000', '100723.713000', '100723.715000', '100723.718000', '100723.721000', '100723.723000', '100723.726000', '100723.728000', '100723.731000', '100723.733000', '100723.736000', '100723.739000', '100723.741000', '100723.744000', '100723.746000', '100723.749000', '100723.751000', '100723.754000', '100723.757000', '100723.759000', '100723.762000', '100723.764000', '100723.767000', '100723.770000', '100723.772000', '100723.775000', '100723.777000', '100723.780000', '100723.783000', '100723.785000', '100743.667000', '100743.670000', '100743.673000', '100743.676000', '100743.678000', '100743.681000', '100743.683000', '100743.686000', '100743.689000', '100743.691000', '100743.694000', '100743.696000', '100743.699000', '100743.702000', '100743.704000', '100743.707000', '100743.709000', '100743.712000', '100743.715000', '100743.717000', '100743.720000', '100743.724000', '100743.727000', '100743.730000', '100743.732000', '100743.735000', '100743.737000', '100743.740000', '100743.743000', '100743.745000', '100743.748000', '100743.750000', '100743.753000', '100743.756000', '100743.758000', '100743.761000', '100743.763000', '100743.766000', '100743.769000', '100743.771000', '100743.774000', '100743.776000', '100743.779000', '100743.781000', '100803.668000', '100803.670000', '100803.673000', '100803.676000', '100803.678000', '100803.681000', '100803.683000', '100803.686000', '100803.688000', '100803.691000', '100803.694000', '100803.696000', '100803.699000', '100803.701000', '100803.704000', '100803.706000', '100803.709000', '100803.712000', '100803.714000', '100803.717000', '100803.719000', '100803.722000', '100803.725000', '100803.727000', '100803.730000', '100803.732000', '100803.735000', '100803.737000', '100803.740000', '100803.742000', '100803.745000', '100803.749000', '100803.751000', '100803.754000', '100803.757000', '100803.759000', '100803.762000', '100803.764000', '100803.767000', '100803.770000', '100803.772000', '100803.775000', '100803.777000', '100823.667000', '100823.670000', '100823.673000', '100823.676000', '100823.678000', '100823.681000', '100823.683000', '100823.686000', '100823.688000', '100823.691000', '100823.694000', '100823.696000', '100823.699000', '100823.701000', '100823.704000', '100823.706000', '100823.709000', '100823.712000', '100823.714000', '100823.717000', '100823.719000', '100823.722000', '100823.724000', '100823.727000', '100823.730000', '100823.732000', '100823.735000', '100823.737000', '100823.740000', '100823.742000', '100823.745000', '100823.748000', '100823.750000', '100823.753000', '100823.755000', '100823.758000', '100823.761000', '100823.763000', '100823.766000', '100823.768000', '100823.771000', '100823.773000', '100823.776000', '100823.778000', '100843.666000', '100843.669000', '100843.672000', '100843.674000', '100843.677000', '100843.680000', '100843.682000', '100843.685000', '100843.687000', '100843.690000', '100843.692000', '100843.695000', '100843.697000', '100843.700000', '100843.703000', '100843.714000', '100843.717000', '100843.720000', '100843.722000', '100843.725000', '100843.727000', '100843.730000', '100843.732000', '100843.735000', '100843.738000', '100843.740000', '100843.743000', '100843.745000', '100843.748000', '100843.751000', '100843.753000', '100843.756000', '100843.758000', '100843.761000', '100843.763000', '100843.766000', '100843.769000', '100843.771000', '100843.774000', '100843.776000', '100843.779000', '100843.782000', '100843.784000', '100903.668000', '100903.671000', '100903.673000', '100903.676000', '100903.679000', '100903.681000', '100903.684000', '100903.686000', '100903.689000', '100903.691000', '100903.694000', '100903.697000', '100903.699000', '100903.702000', '100903.704000', '100903.707000', '100903.709000', '100903.712000', '100903.715000', '100903.717000', '100903.720000', '100903.722000', '100903.725000', '100903.727000', '100903.730000', '100903.732000', '100903.735000', '100903.738000', '100903.740000', '100903.743000', '100903.745000', '100903.748000', '100903.750000', '100903.753000', '100903.756000', '100903.758000', '100903.761000', '100903.763000', '100903.766000', '100903.768000', '100903.771000', '100903.774000', '100903.776000', '100903.779000', '100923.668000', '100923.670000', '100923.673000', '100923.676000', '100923.678000', '100923.681000', '100923.683000', '100923.686000', '100923.689000', '100923.691000', '100923.694000', '100923.696000', '100923.699000', '100923.701000', '100923.704000', '100923.707000', '100923.709000', '100923.712000', '100923.714000', '100923.717000', '100923.720000', '100923.722000', '100923.725000', '100923.727000', '100923.730000', '100923.732000', '100923.735000', '100923.737000', '100923.740000', '100923.743000', '100923.745000', '100923.748000', '100923.750000', '100923.753000', '100923.756000', '100923.758000', '100923.761000', '100923.763000', '100923.766000', '100923.769000', '100923.771000', '100923.774000', '100923.777000', '100943.668000', '100943.670000', '100943.673000', '100943.676000', '100943.678000', '100943.681000', '100943.684000', '100943.686000', '100943.689000', '100943.691000', '100943.694000', '100943.696000', '100943.699000', '100943.702000', '100943.704000', '100943.707000', '100943.709000', '100943.712000', '100943.714000', '100943.717000', '100943.720000', '100943.722000', '100943.725000', '100943.727000', '100943.730000', '100943.732000', '100943.735000', '100943.738000', '100943.740000', '100943.743000', '100943.746000', '100943.748000', '100943.751000', '100943.753000', '100943.756000', '100943.759000', '100943.761000', '100943.764000', '100943.766000', '100943.769000', '100943.772000', '100943.774000', '100943.777000', '100943.779000', '101003.668000', '101003.670000', '101003.673000', '101003.676000', '101003.678000', '101003.681000', '101003.683000', '101003.686000', '101003.689000', '101003.691000', '101003.694000', '101003.696000', '101003.699000', '101003.701000', '101003.704000', '101003.707000', '101003.709000', '101003.712000', '101003.714000', '101003.717000', '101003.719000', '101003.722000', '101003.724000', '101003.727000', '101003.730000', '101003.732000', '101003.741000', '101003.744000', '101003.746000', '101003.749000', '101003.752000', '101003.754000', '101003.757000', '101003.759000', '101003.762000', '101003.765000', '101003.767000', '101003.770000', '101003.772000', '101003.775000', '101003.778000', '101003.780000', '101003.783000', '101023.668000', '101023.670000', '101023.673000', '101023.676000', '101023.679000', '101023.681000', '101023.684000', '101023.687000', '101023.689000', '101023.692000', '101023.694000', '101023.697000', '101023.700000', '101023.702000', '101023.705000', '101023.707000', '101023.710000', '101023.712000', '101023.715000', '101023.717000', '101023.720000', '101023.723000', '101023.725000', '101023.728000', '101023.730000', '101023.733000', '101023.735000', '101023.738000', '101023.741000', '101023.743000', '101023.746000', '101023.748000', '101023.751000', '101023.753000', '101023.756000', '101023.759000', '101023.770000', '101023.773000', '101023.775000', '101023.778000', '101023.781000', '101023.783000', '101023.786000', '101043.667000', '101043.670000', '101043.673000', '101043.676000', '101043.678000', '101043.681000', '101043.683000', '101043.686000', '101043.688000', '101043.691000', '101043.693000', '101043.696000', '101043.699000', '101043.701000', '101043.704000', '101043.706000', '101043.709000', '101043.711000', '101043.714000', '101043.717000', '101043.719000', '101043.722000', '101043.724000', '101043.727000', '101043.730000', '101043.732000', '101043.735000', '101043.737000', '101043.740000', '101043.742000', '101043.745000', '101043.748000', '101043.750000', '101043.753000', '101043.755000', '101043.758000', '101043.760000', '101043.763000', '101043.766000', '101043.768000', '101043.771000', '101043.773000', '101043.776000', '101043.778000', '101103.667000', '101103.669000', '101103.672000', '101103.675000', '101103.677000', '101103.680000', '101103.682000', '101103.685000', '101103.687000', '101103.690000', '101103.693000', '101103.695000', '101103.698000', '101103.700000', '101103.703000', '101103.705000', '101103.708000', '101103.711000', '101103.713000', '101103.716000', '101103.718000', '101103.721000', '101103.723000', '101103.726000', '101103.729000', '101103.731000', '101103.734000', '101103.736000', '101103.739000', '101103.741000', '101103.744000', '101103.746000', '101103.749000', '101103.752000', '101103.754000', '101103.757000', '101103.759000', '101103.762000', '101103.764000', '101103.767000', '101103.770000', '101103.772000', '101103.775000', '101103.777000', '101123.668000', '101123.670000', '101123.673000', '101123.676000', '101123.678000', '101123.681000', '101123.683000', '101123.686000', '101123.715000', '101123.718000', '101123.720000', '101123.723000', '101123.725000', '101123.728000', '101123.730000', '101123.733000', '101123.736000', '101123.738000', '101123.741000', '101123.743000', '101123.746000', '101123.748000', '101123.751000', '101123.754000', '101123.756000', '101123.759000', '101123.761000', '101123.764000', '101123.766000', '101123.769000', '101123.772000', '101123.774000', '101123.777000', '101123.779000', '101123.782000', '101123.784000', '101123.787000', '101123.790000', '101123.792000', '101123.795000', '101123.797000', '101123.800000', '101123.802000', '101143.668000', '101143.670000', '101143.673000', '101143.675000', '101143.678000', '101143.681000', '101143.683000', '101143.686000', '101143.688000', '101143.691000', '101143.693000', '101143.696000', '101143.699000', '101143.701000', '101143.704000', '101143.706000', '101143.709000', '101143.711000', '101143.714000', '101143.717000', '101143.719000', '101143.722000', '101143.725000', '101143.727000', '101143.730000', '101143.732000', '101143.735000', '101143.737000', '101143.740000', '101143.743000', '101143.745000', '101143.748000', '101143.750000', '101143.753000', '101143.756000', '101143.758000', '101143.761000', '101143.763000', '101143.766000', '101143.768000', '101143.771000', '101143.774000', '101143.776000', '101143.779000', '101203.668000', '101203.670000', '101203.673000', '101203.676000', '101203.678000', '101203.681000', '101203.683000', '101203.686000', '101203.689000', '101203.691000', '101203.694000', '101203.696000', '101203.699000', '101203.701000', '101203.704000', '101203.707000', '101203.709000', '101203.712000', '101203.714000', '101203.717000', '101203.720000', '101203.722000', '101203.725000', '101203.727000', '101203.730000', '101203.733000', '101203.735000', '101203.738000', '101203.740000', '101203.743000', '101203.746000', '101203.748000', '101203.751000', '101203.753000', '101203.756000', '101203.759000', '101203.761000', '101203.764000', '101203.766000', '101203.769000', '101203.772000', '101203.774000', '101203.777000', '101223.668000', '101223.670000', '101223.673000', '101223.675000', '101223.678000', '101223.681000', '101223.683000', '101223.686000', '101223.688000', '101223.691000', '101223.694000', '101223.696000', '101223.699000', '101223.701000', '101223.704000', '101223.707000', '101223.709000', '101223.712000', '101223.714000', '101223.717000', '101223.720000', '101223.722000', '101223.725000', '101223.728000', '101223.730000', '101223.733000', '101223.735000', '101223.738000', '101223.741000', '101223.743000', '101223.746000', '101223.748000', '101223.751000', '101223.754000', '101223.756000', '101223.759000', '101223.762000', '101223.764000', '101223.767000', '101223.769000', '101223.772000', '101223.775000', '101223.777000', '101223.780000', '101226.467000', '101226.470000', '101226.473000', '101226.475000', '101226.478000', '101226.481000'], 'InstanceCreationTime': ['100223.695000', '100223.698000', '100223.701000', '100223.704000', '100223.706000', '100223.709000', '100223.711000', '100223.714000', '100223.717000', '100223.744000', '100223.747000', '100223.749000', '100223.757000', '100223.760000', '100223.762000', '100223.765000', '100223.767000', '100223.770000', '100223.772000', '100223.775000', '100223.777000', '100223.780000', '100223.782000', '100223.785000', '100243.667000', '100243.670000', '100243.673000', '100243.675000', '100243.678000', '100243.681000', '100243.683000', '100243.686000', '100243.688000', '100243.691000', '100243.694000', '100243.696000', '100243.699000', '100243.701000', '100243.704000', '100243.707000', '100243.709000', '100243.712000', '100243.714000', '100243.717000', '100243.728000', '100243.731000', '100243.733000', '100243.736000', '100243.738000', '100243.741000', '100243.743000', '100243.746000', '100243.748000', '100243.751000', '100243.754000', '100243.756000', '100243.759000', '100243.761000', '100243.764000', '100243.766000', '100243.769000', '100243.771000', '100243.774000', '100243.777000', '100243.779000', '100243.782000', '100243.784000', '100243.787000', '100303.668000', '100303.670000', '100303.673000', '100303.676000', '100303.678000', '100303.681000', '100303.683000', '100303.686000', '100303.688000', '100303.691000', '100303.693000', '100303.696000', '100303.699000', '100303.701000', '100303.704000', '100303.706000', '100303.709000', '100303.711000', '100303.714000', '100303.717000', '100303.719000', '100303.722000', '100303.724000', '100303.727000', '100303.729000', '100303.732000', '100303.734000', '100303.737000', '100303.739000', '100303.742000', '100303.745000', '100303.747000', '100303.750000', '100303.752000', '100303.755000', '100303.757000', '100303.760000', '100303.763000', '100303.765000', '100303.768000', '100303.780000', '100303.783000', '100303.785000', '100323.667000', '100323.670000', '100323.673000', '100323.675000', '100323.678000', '100323.680000', '100323.683000', '100323.686000', '100323.688000', '100323.691000', '100323.693000', '100323.696000', '100323.698000', '100323.701000', '100323.703000', '100323.706000', '100323.709000', '100323.711000', '100323.714000', '100323.716000', '100323.719000', '100323.722000', '100323.724000', '100323.727000', '100323.729000', '100323.732000', '100323.734000', '100323.737000', '100323.740000', '100323.742000', '100323.745000', '100323.747000', '100323.750000', '100323.753000', '100323.755000', '100323.758000', '100323.760000', '100323.763000', '100323.766000', '100323.768000', '100323.771000', '100323.774000', '100323.776000', '100323.779000', '100343.667000', '100343.670000', '100343.673000', '100343.675000', '100343.678000', '100343.681000', '100343.683000', '100343.686000', '100343.688000', '100343.691000', '100343.693000', '100343.696000', '100343.698000', '100343.701000', '100343.704000', '100343.706000', '100343.709000', '100343.711000', '100343.714000', '100343.717000', '100343.719000', '100343.722000', '100343.724000', '100343.727000', '100343.729000', '100343.732000', '100343.734000', '100343.737000', '100343.740000', '100343.742000', '100343.745000', '100343.747000', '100343.750000', '100343.752000', '100343.755000', '100343.758000', '100343.760000', '100343.763000', '100343.765000', '100343.768000', '100343.770000', '100343.773000', '100343.776000', '100403.667000', '100403.670000', '100403.672000', '100403.675000', '100403.692000', '100403.695000', '100403.697000', '100403.700000', '100403.702000', '100403.705000', '100403.708000', '100403.710000', '100403.713000', '100403.715000', '100403.718000', '100403.721000', '100403.723000', '100403.726000', '100403.729000', '100403.731000', '100403.734000', '100403.737000', '100403.739000', '100403.742000', '100403.744000', '100403.747000', '100403.750000', '100403.752000', '100403.755000', '100403.757000', '100403.760000', '100403.763000', '100403.765000', '100403.768000', '100403.770000', '100403.773000', '100403.775000', '100403.778000', '100403.781000', '100403.783000', '100403.786000', '100403.788000', '100403.799000', '100423.667000', '100423.670000', '100423.673000', '100423.675000', '100423.678000', '100423.680000', '100423.683000', '100423.685000', '100423.688000', '100423.691000', '100423.693000', '100423.696000', '100423.698000', '100423.701000', '100423.703000', '100423.706000', '100423.708000', '100423.711000', '100423.714000', '100423.716000', '100423.719000', '100423.721000', '100423.724000', '100423.726000', '100423.729000', '100423.731000', '100423.734000', '100423.737000', '100423.739000', '100423.742000', '100423.744000', '100423.747000', '100423.749000', '100423.752000', '100423.755000', '100423.757000', '100423.760000', '100423.762000', '100423.765000', '100423.767000', '100423.770000', '100423.773000', '100423.775000', '100423.778000', '100443.667000', '100443.670000', '100443.673000', '100443.676000', '100443.678000', '100443.681000', '100443.683000', '100443.686000', '100443.689000', '100443.691000', '100443.694000', '100443.697000', '100443.699000', '100443.702000', '100443.705000', '100443.707000', '100443.710000', '100443.713000', '100443.715000', '100443.718000', '100443.720000', '100443.723000', '100443.726000', '100443.728000', '100443.731000', '100443.734000', '100443.736000', '100443.739000', '100443.741000', '100443.744000', '100443.747000', '100443.749000', '100443.752000', '100443.754000', '100443.757000', '100443.760000', '100443.762000', '100443.765000', '100443.768000', '100443.770000', '100443.773000', '100443.775000', '100443.778000', '100503.668000', '100503.671000', '100503.673000', '100503.676000', '100503.678000', '100503.681000', '100503.683000', '100503.686000', '100503.689000', '100503.691000', '100503.694000', '100503.696000', '100503.699000', '100503.701000', '100503.704000', '100503.707000', '100503.709000', '100503.712000', '100503.714000', '100503.717000', '100503.719000', '100503.722000', '100503.724000', '100503.727000', '100503.730000', '100503.732000', '100503.735000', '100503.737000', '100503.740000', '100503.742000', '100503.745000', '100503.748000', '100503.750000', '100503.753000', '100503.755000', '100503.758000', '100503.760000', '100503.763000', '100503.766000', '100503.768000', '100503.771000', '100503.774000', '100503.776000', '100503.779000', '100523.668000', '100523.670000', '100523.673000', '100523.675000', '100523.678000', '100523.680000', '100523.683000', '100523.686000', '100523.688000', '100523.691000', '100523.693000', '100523.696000', '100523.698000', '100523.701000', '100523.705000', '100523.707000', '100523.710000', '100523.713000', '100523.715000', '100523.718000', '100523.721000', '100523.723000', '100523.726000', '100523.728000', '100523.731000', '100523.734000', '100523.736000', '100523.739000', '100523.741000', '100523.744000', '100523.747000', '100523.749000', '100523.752000', '100523.754000', '100523.757000', '100523.760000', '100523.762000', '100523.765000', '100523.768000', '100523.770000', '100523.773000', '100523.775000', '100523.778000', '100523.780000', '100543.668000', '100543.670000', '100543.674000', '100543.677000', '100543.679000', '100543.682000', '100543.684000', '100543.687000', '100543.690000', '100543.692000', '100543.695000', '100543.697000', '100543.700000', '100543.703000', '100543.705000', '100543.708000', '100543.710000', '100543.713000', '100543.716000', '100543.718000', '100543.721000', '100543.723000', '100543.726000', '100543.729000', '100543.732000', '100543.734000', '100543.737000', '100543.739000', '100543.742000', '100543.745000', '100543.747000', '100543.750000', '100543.752000', '100543.755000', '100543.758000', '100543.760000', '100543.763000', '100543.793000', '100543.796000', '100543.799000', '100543.801000', '100543.804000', '100543.806000', '100603.668000', '100603.670000', '100603.673000', '100603.676000', '100603.678000', '100603.681000', '100603.683000', '100603.686000', '100603.689000', '100603.691000', '100603.694000', '100603.696000', '100603.699000', '100603.701000', '100603.704000', '100603.707000', '100603.709000', '100603.712000', '100603.714000', '100603.717000', '100603.720000', '100603.722000', '100603.725000', '100603.727000', '100603.730000', '100603.733000', '100603.735000', '100603.738000', '100603.740000', '100603.743000', '100603.745000', '100603.748000', '100603.751000', '100603.753000', '100603.756000', '100603.758000', '100603.761000', '100603.764000', '100603.766000', '100603.769000', '100603.772000', '100603.774000', '100603.777000', '100623.666000', '100623.669000', '100623.672000', '100623.674000', '100623.677000', '100623.680000', '100623.682000', '100623.685000', '100623.688000', '100623.690000', '100623.693000', '100623.695000', '100623.698000', '100623.700000', '100623.703000', '100623.706000', '100623.708000', '100623.711000', '100623.714000', '100623.716000', '100623.719000', '100623.721000', '100623.724000', '100623.727000', '100623.729000', '100623.732000', '100623.734000', '100623.737000', '100623.740000', '100623.742000', '100623.745000', '100623.747000', '100623.750000', '100623.752000', '100623.755000', '100623.758000', '100623.760000', '100623.763000', '100623.765000', '100623.768000', '100623.771000', '100623.773000', '100623.776000', '100623.778000', '100643.667000', '100643.670000', '100643.673000', '100643.675000', '100643.678000', '100643.681000', '100643.683000', '100643.686000', '100643.688000', '100643.691000', '100643.694000', '100643.696000', '100643.699000', '100643.701000', '100643.704000', '100643.707000', '100643.710000', '100643.713000', '100643.716000', '100643.718000', '100643.721000', '100643.724000', '100643.726000', '100643.729000', '100643.731000', '100643.734000', '100643.736000', '100643.739000', '100643.741000', '100643.745000', '100643.748000', '100643.750000', '100643.753000', '100643.755000', '100643.758000', '100643.761000', '100643.763000', '100643.766000', '100643.768000', '100643.771000', '100643.773000', '100643.776000', '100643.779000', '100703.668000', '100703.670000', '100703.673000', '100703.676000', '100703.678000', '100703.681000', '100703.683000', '100703.686000', '100703.689000', '100703.691000', '100703.694000', '100703.696000', '100703.699000', '100703.702000', '100703.704000', '100703.707000', '100703.710000', '100703.712000', '100703.715000', '100703.718000', '100703.720000', '100703.723000', '100703.725000', '100703.728000', '100703.731000', '100703.733000', '100703.736000', '100703.739000', '100703.741000', '100703.744000', '100703.746000', '100703.749000', '100703.751000', '100703.754000', '100703.757000', '100703.759000', '100703.762000', '100703.764000', '100703.767000', '100703.769000', '100703.772000', '100703.775000', '100703.777000', '100703.780000', '100723.668000', '100723.670000', '100723.673000', '100723.676000', '100723.678000', '100723.690000', '100723.692000', '100723.695000', '100723.697000', '100723.700000', '100723.703000', '100723.705000', '100723.708000', '100723.710000', '100723.713000', '100723.715000', '100723.718000', '100723.721000', '100723.723000', '100723.726000', '100723.728000', '100723.731000', '100723.733000', '100723.736000', '100723.739000', '100723.741000', '100723.744000', '100723.746000', '100723.749000', '100723.751000', '100723.754000', '100723.757000', '100723.759000', '100723.762000', '100723.764000', '100723.767000', '100723.770000', '100723.772000', '100723.775000', '100723.777000', '100723.780000', '100723.783000', '100723.785000', '100743.667000', '100743.670000', '100743.673000', '100743.676000', '100743.678000', '100743.681000', '100743.683000', '100743.686000', '100743.689000', '100743.691000', '100743.694000', '100743.696000', '100743.699000', '100743.702000', '100743.704000', '100743.707000', '100743.709000', '100743.712000', '100743.715000', '100743.717000', '100743.720000', '100743.724000', '100743.727000', '100743.730000', '100743.732000', '100743.735000', '100743.737000', '100743.740000', '100743.743000', '100743.745000', '100743.748000', '100743.750000', '100743.753000', '100743.756000', '100743.758000', '100743.761000', '100743.763000', '100743.766000', '100743.769000', '100743.771000', '100743.774000', '100743.776000', '100743.779000', '100743.781000', '100803.668000', '100803.670000', '100803.673000', '100803.676000', '100803.678000', '100803.681000', '100803.683000', '100803.686000', '100803.688000', '100803.691000', '100803.694000', '100803.696000', '100803.699000', '100803.701000', '100803.704000', '100803.706000', '100803.709000', '100803.712000', '100803.714000', '100803.717000', '100803.719000', '100803.722000', '100803.725000', '100803.727000', '100803.730000', '100803.732000', '100803.735000', '100803.737000', '100803.740000', '100803.742000', '100803.745000', '100803.749000', '100803.751000', '100803.754000', '100803.757000', '100803.759000', '100803.762000', '100803.764000', '100803.767000', '100803.770000', '100803.772000', '100803.775000', '100803.777000', '100823.667000', '100823.670000', '100823.673000', '100823.676000', '100823.678000', '100823.681000', '100823.683000', '100823.686000', '100823.688000', '100823.691000', '100823.694000', '100823.696000', '100823.699000', '100823.701000', '100823.704000', '100823.706000', '100823.709000', '100823.712000', '100823.714000', '100823.717000', '100823.719000', '100823.722000', '100823.724000', '100823.727000', '100823.730000', '100823.732000', '100823.735000', '100823.737000', '100823.740000', '100823.742000', '100823.745000', '100823.748000', '100823.750000', '100823.753000', '100823.755000', '100823.758000', '100823.761000', '100823.763000', '100823.766000', '100823.768000', '100823.771000', '100823.773000', '100823.776000', '100823.778000', '100843.666000', '100843.669000', '100843.672000', '100843.674000', '100843.677000', '100843.680000', '100843.682000', '100843.685000', '100843.687000', '100843.690000', '100843.692000', '100843.695000', '100843.697000', '100843.700000', '100843.703000', '100843.714000', '100843.717000', '100843.720000', '100843.722000', '100843.725000', '100843.727000', '100843.730000', '100843.732000', '100843.735000', '100843.738000', '100843.740000', '100843.743000', '100843.745000', '100843.748000', '100843.751000', '100843.753000', '100843.756000', '100843.758000', '100843.761000', '100843.763000', '100843.766000', '100843.769000', '100843.771000', '100843.774000', '100843.776000', '100843.779000', '100843.782000', '100843.784000', '100903.668000', '100903.671000', '100903.673000', '100903.676000', '100903.679000', '100903.681000', '100903.684000', '100903.686000', '100903.689000', '100903.691000', '100903.694000', '100903.697000', '100903.699000', '100903.702000', '100903.704000', '100903.707000', '100903.709000', '100903.712000', '100903.715000', '100903.717000', '100903.720000', '100903.722000', '100903.725000', '100903.727000', '100903.730000', '100903.732000', '100903.735000', '100903.738000', '100903.740000', '100903.743000', '100903.745000', '100903.748000', '100903.750000', '100903.753000', '100903.756000', '100903.758000', '100903.761000', '100903.763000', '100903.766000', '100903.768000', '100903.771000', '100903.774000', '100903.776000', '100903.779000', '100923.668000', '100923.670000', '100923.673000', '100923.676000', '100923.678000', '100923.681000', '100923.683000', '100923.686000', '100923.689000', '100923.691000', '100923.694000', '100923.696000', '100923.699000', '100923.701000', '100923.704000', '100923.707000', '100923.709000', '100923.712000', '100923.714000', '100923.717000', '100923.720000', '100923.722000', '100923.725000', '100923.727000', '100923.730000', '100923.732000', '100923.735000', '100923.737000', '100923.740000', '100923.743000', '100923.745000', '100923.748000', '100923.750000', '100923.753000', '100923.756000', '100923.758000', '100923.761000', '100923.763000', '100923.766000', '100923.769000', '100923.771000', '100923.774000', '100923.777000', '100943.668000', '100943.670000', '100943.673000', '100943.676000', '100943.678000', '100943.681000', '100943.684000', '100943.686000', '100943.689000', '100943.691000', '100943.694000', '100943.696000', '100943.699000', '100943.702000', '100943.704000', '100943.707000', '100943.709000', '100943.712000', '100943.714000', '100943.717000', '100943.720000', '100943.722000', '100943.725000', '100943.727000', '100943.730000', '100943.732000', '100943.735000', '100943.738000', '100943.740000', '100943.743000', '100943.746000', '100943.748000', '100943.751000', '100943.753000', '100943.756000', '100943.759000', '100943.761000', '100943.764000', '100943.766000', '100943.769000', '100943.772000', '100943.774000', '100943.777000', '100943.779000', '101003.668000', '101003.670000', '101003.673000', '101003.676000', '101003.678000', '101003.681000', '101003.683000', '101003.686000', '101003.689000', '101003.691000', '101003.694000', '101003.696000', '101003.699000', '101003.701000', '101003.704000', '101003.707000', '101003.709000', '101003.712000', '101003.714000', '101003.717000', '101003.719000', '101003.722000', '101003.724000', '101003.727000', '101003.730000', '101003.732000', '101003.741000', '101003.744000', '101003.746000', '101003.749000', '101003.752000', '101003.754000', '101003.757000', '101003.759000', '101003.762000', '101003.765000', '101003.767000', '101003.770000', '101003.772000', '101003.775000', '101003.778000', '101003.780000', '101003.783000', '101023.668000', '101023.670000', '101023.673000', '101023.676000', '101023.679000', '101023.681000', '101023.684000', '101023.687000', '101023.689000', '101023.692000', '101023.694000', '101023.697000', '101023.700000', '101023.702000', '101023.705000', '101023.707000', '101023.710000', '101023.712000', '101023.715000', '101023.717000', '101023.720000', '101023.723000', '101023.725000', '101023.728000', '101023.730000', '101023.733000', '101023.735000', '101023.738000', '101023.741000', '101023.743000', '101023.746000', '101023.748000', '101023.751000', '101023.753000', '101023.756000', '101023.759000', '101023.770000', '101023.773000', '101023.775000', '101023.778000', '101023.781000', '101023.783000', '101023.786000', '101043.667000', '101043.670000', '101043.673000', '101043.676000', '101043.678000', '101043.681000', '101043.683000', '101043.686000', '101043.688000', '101043.691000', '101043.693000', '101043.696000', '101043.699000', '101043.701000', '101043.704000', '101043.706000', '101043.709000', '101043.711000', '101043.714000', '101043.717000', '101043.719000', '101043.722000', '101043.724000', '101043.727000', '101043.730000', '101043.732000', '101043.735000', '101043.737000', '101043.740000', '101043.742000', '101043.745000', '101043.748000', '101043.750000', '101043.753000', '101043.755000', '101043.758000', '101043.760000', '101043.763000', '101043.766000', '101043.768000', '101043.771000', '101043.773000', '101043.776000', '101043.778000', '101103.667000', '101103.669000', '101103.672000', '101103.675000', '101103.677000', '101103.680000', '101103.682000', '101103.685000', '101103.687000', '101103.690000', '101103.693000', '101103.695000', '101103.698000', '101103.700000', '101103.703000', '101103.705000', '101103.708000', '101103.711000', '101103.713000', '101103.716000', '101103.718000', '101103.721000', '101103.723000', '101103.726000', '101103.729000', '101103.731000', '101103.734000', '101103.736000', '101103.739000', '101103.741000', '101103.744000', '101103.746000', '101103.749000', '101103.752000', '101103.754000', '101103.757000', '101103.759000', '101103.762000', '101103.764000', '101103.767000', '101103.770000', '101103.772000', '101103.775000', '101103.777000', '101123.668000', '101123.670000', '101123.673000', '101123.676000', '101123.678000', '101123.681000', '101123.683000', '101123.686000', '101123.715000', '101123.718000', '101123.720000', '101123.723000', '101123.725000', '101123.728000', '101123.730000', '101123.733000', '101123.736000', '101123.738000', '101123.741000', '101123.743000', '101123.746000', '101123.748000', '101123.751000', '101123.754000', '101123.756000', '101123.759000', '101123.761000', '101123.764000', '101123.766000', '101123.769000', '101123.772000', '101123.774000', '101123.777000', '101123.779000', '101123.782000', '101123.784000', '101123.787000', '101123.790000', '101123.792000', '101123.795000', '101123.797000', '101123.800000', '101123.802000', '101143.668000', '101143.670000', '101143.673000', '101143.675000', '101143.678000', '101143.681000', '101143.683000', '101143.686000', '101143.688000', '101143.691000', '101143.693000', '101143.696000', '101143.699000', '101143.701000', '101143.704000', '101143.706000', '101143.709000', '101143.711000', '101143.714000', '101143.717000', '101143.719000', '101143.722000', '101143.725000', '101143.727000', '101143.730000', '101143.732000', '101143.735000', '101143.737000', '101143.740000', '101143.743000', '101143.745000', '101143.748000', '101143.750000', '101143.753000', '101143.756000', '101143.758000', '101143.761000', '101143.763000', '101143.766000', '101143.768000', '101143.771000', '101143.774000', '101143.776000', '101143.779000', '101203.668000', '101203.670000', '101203.673000', '101203.676000', '101203.678000', '101203.681000', '101203.683000', '101203.686000', '101203.689000', '101203.691000', '101203.694000', '101203.696000', '101203.699000', '101203.701000', '101203.704000', '101203.707000', '101203.709000', '101203.712000', '101203.714000', '101203.717000', '101203.720000', '101203.722000', '101203.725000', '101203.727000', '101203.730000', '101203.733000', '101203.735000', '101203.738000', '101203.740000', '101203.743000', '101203.746000', '101203.748000', '101203.751000', '101203.753000', '101203.756000', '101203.759000', '101203.761000', '101203.764000', '101203.766000', '101203.769000', '101203.772000', '101203.774000', '101203.777000', '101223.668000', '101223.670000', '101223.673000', '101223.675000', '101223.678000', '101223.681000', '101223.683000', '101223.686000', '101223.688000', '101223.691000', '101223.694000', '101223.696000', '101223.699000', '101223.701000', '101223.704000', '101223.707000', '101223.709000', '101223.712000', '101223.714000', '101223.717000', '101223.720000', '101223.722000', '101223.725000', '101223.728000', '101223.730000', '101223.733000', '101223.735000', '101223.738000', '101223.741000', '101223.743000', '101223.746000', '101223.748000', '101223.751000', '101223.754000', '101223.756000', '101223.759000', '101223.762000', '101223.764000', '101223.767000', '101223.769000', '101223.772000', '101223.775000', '101223.777000', '101223.780000', '101226.467000', '101226.470000', '101226.473000', '101226.475000', '101226.478000', '101226.481000'], '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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8760, 10230, 7688, 9814, 7508, 10891, 8171, 10615, 7513, 10466, 6826, 9920, 7721, 10167, 8036, 12259, 7084, 11828, 8045, 13516, 10605, 12138, 8360, 13901, 8171, 12664, 9491, 11942, 11382, 10769, 14681, 8168, 15790, 9617, 13663, 11857, 10270, 8796, 7724, 15361, 8203, 12112, 12224, 9216, 16303, 10789, 11881, 8127, 9706, 10560, 7608, 15101, 9222, 10303, 7760, 7575, 17607, 7566, 11510, 9360, 8334, 15474, 8695, 10913, 9296, 7796, 11342, 7092, 12129, 8298, 7492, 17719, 8001, 11749, 8909, 9845, 7854, 7379, 15005, 7631, 11225, 8213, 8775, 7430, 7451, 17047, 7973, 12521, 9764, 9445, 14975, 8736, 15867, 7695, 11299, 9607, 8623, 17227, 9645, 11592, 8025, 10047, 8045, 7585, 16877, 7787, 12253, 9619, 10397, 7321, 8900, 17832, 8063, 13072, 8911, 9255, 7695, 7902, 8544, 7424, 14869, 12128, 9042, 11325, 7543, 11718, 7057, 10757, 7488, 9802, 7935, 8595, 11215, 7418, 14850, 10647, 9894, 11524, 8596, 17034, 7676, 14175, 16256, 10957, 12049, 8265, 8907, 10842, 7348, 10281, 7217, 14544, 9424, 12573, 8246, 12009, 8695, 11635, 16371, 12850, 10812, 11735, 9082, 8936, 15751, 8278, 9200, 15872, 7956, 10462, 7396, 8016, 7705, 7154, 13327, 9748, 8972, 11307, 7536, 14364, 7609, 12196, 9625, 10415, 8750, 12277, 8828, 8963, 16266, 14213, 11344, 11466, 8601, 8110, 15926, 11479, 8536, 12964, 8655, 8037, 7556, 6859, 11941, 6950, 10364, 17040, 8698, 13140, 7382, 10347, 7752, 9904, 8487, 8516, 16547, 9414, 14330, 14632, 8490, 13049, 16131, 9817, 7940, 7709, 15422, 7422, 11101, 8986, 8626, 15297, 10786, 9791, 15762, 8202, 7989, 10356, 7849, 14243, 9963, 8878, 11013, 7506, 13404, 7444, 12632, 9780, 9791, 7723, 9904, 9378, 8478, 16101, 11250, 12471, 10225, 9358, 14539, 7920, 14438, 16842, 9926, 10724, 8488, 8111, 7343, 7121, 11011, 7186, 12333, 8769, 9102, 16815, 8015, 11155, 8814, 8005, 14421, 8286, 14513, 9165, 12547, 7664, 9794, 9867, 8366, 15946, 11884, 10750, 8711, 8209, 13581, 7919, 15070, 18678, 11206, 11326, 8521, 9672, 7232, 8897, 7805, 7809, 13029, 8486, 15087, 8108, 12202, 8763, 10222, 16308, 12842, 11306, 12206, 9616, 9071, 8763, 7563, 13473, 17443, 8935, 9838, 7172, 7509, 8032, 7332, 11969, 8290, 8950, 7264, 8255, 15572, 12444, 8789, 14733, 8674, 10802, 7345, 13163, 7533, 11574, 9078, 12259, 7781, 11308, 8301, 14728, 10790, 10153, 11791, 16490, 13269, 11381, 13317, 8918, 10136, 8474, 11334, 7491, 15672, 7574, 15988, 15919, 12259, 7160, 8315, 7391, 6939, 9106, 6821, 12365, 8122, 10753, 7885, 7062, 6978, 6910, 9003, 8878, 10324, 14572, 12001, 8356, 9115, 12045, 8293, 17743, 13667, 14704, 11947, 13274, 9139, 11102, 7662, 9966, 8778, 10058, 14283, 9576, 8111, 6893, 9355, 6545, 14633, 7907, 11379, 9128, 9808, 7672, 7272, 7781, 6968, 8904, 8509, 8761, 8386, 7297, 6688, 16368, 12592, 8711, 13811, 9085, 11622, 7729, 9764, 7629, 8148, 16155, 10669, 9080, 10473, 7607, 11602, 7165, 10524, 8273, 7950, 14913, 9758, 10933, 6860, 8378, 8499, 6999, 14491, 15373, 8306, 12264, 9062, 9485, 7822, 8155, 15021, 7791, 13235, 11118, 10898, 9197, 11102, 17156, 11455, 9335, 16067, 10588, 10179, 8090, 11140, 7902, 8766, 8961, 8113, 12413, 8840, 14193, 8337, 14763, 17250, 10110, 12306, 16522, 11849, 8485, 7768, 12873, 8085, 9895, 11363, 8131, 13474, 10650, 9952, 10958, 7734, 14178, 17900, 9076, 11860, 12925, 8227, 7904, 7943, 16067, 7963, 11594, 10898, 9764, 8245, 8887, 10603, 8318, 16662, 16954, 12552, 12644, 9551, 9746, 7818, 8554, 8351, 8017, 17344, 9920, 12421, 9654, 9508, 17121, 8085, 13222, 9701, 8995, 12371, 8227, 12335, 7260, 12370, 17997, 9487, 9966, 16698, 9554, 8020, 7143, 11818, 7973, 9081, 13126, 7612, 13096, 7676, 10274, 8504, 8980, 16081, 12562, 9739, 13280, 7515, 11095, 8689, 9941, 9516, 8767, 11123, 8224, 17009, 8841, 13028, 17739, 12675, 10839, 7866, 8532, 10147, 7667, 16260, 9314, 11217, 10584, 9525, 9335, 7742, 17143, 16210, 8579, 14031, 10555, 8664, 7680, 8628, 8729, 7340, 15190, 9279, 11278, 7999, 10461, 17693, 10875, 8892, 12367, 7769, 8234, 7215, 10525, 7243, 12191, 9169, 13155, 10299, 15506, 8437, 13283, 9751, 12572, 10343, 16064, 14901, 16880, 12508, 12819, 8741, 9351, 13531, 11691, 17606, 12804, 15591, 8630, 9717, 8197, 7132, 11662, 8048, 8512, 12095, 10736, 11552, 16219, 12384, 13288, 13321, 13723, 14621, 17720, 14648, 13987, 9537, 9941, 7789, 7552, 8744, 7167, 15124, 7141, 12134, 7282, 8359, 7355, 6939, 6707, 6463, 6763, 6689, 6842, 7314, 7184, 6977, 6651, 7668, 6734, 7552, 7410, 8475, 15925, 9613, 12916, 7569, 12508, 7188, 11503, 8246, 11343, 8515, 10204, 7515, 10571, 7118, 9065, 8799, 8040, 17062, 12089, 10667, 7928, 8299, 7585, 7715, 8585, 7117, 11361, 7613, 10397, 6976, 15602, 7132, 11037, 9041, 12382, 11633, 13714, 7424, 8365, 12875, 7400, 17138, 16316, 10480, 13195, 8914, 9277, 7645, 6794, 7341, 6701, 10860, 6869, 9662, 14629, 7330, 12725, 7026, 8972, 7570, 8849, 8258, 7451, 8936, 7296, 15982, 6849, 11455, 17247, 11247, 9408, 11152, 7455, 12030, 6987, 9777, 7470, 9040, 8179, 7621, 15010, 8075, 13875, 8535, 9690, 9014, 7943, 17460, 8718, 13848, 16130, 10183, 12633, 6665, 7984, 7742, 7426, 10989, 7262, 10653, 6909, 9573, 6888, 8750, 16323, 10413, 8421, 12810, 7550, 11950, 6968, 9109, 7376, 7799, 9189, 7155, 11447, 7480, 12678, 6913, 11343, 17467, 10864, 9089, 12389, 7360, 11688, 6847, 8343, 7102, 7182, 12180, 10050, 7711, 11889, 6751, 8915, 6897, 8498, 9968, 7367, 13166, 7001, 10654, 7187, 10109, 17102, 11133, 14061, 10726, 8795, 7861, 7446, 12684, 7033, 11180, 9030, 8695, 7808, 8117, 17067, 12991, 8582, 12887, 9114, 10805, 7133, 8987, 6834, 8231, 9776, 7420, 13860, 8353, 15310, 12234, 7856, 15028, 12409, 8500, 13365, 6997, 11805, 6751, 9346, 8559, 7960, 11988, 7078, 11978, 10011, 9415, 7809, 8140, 7456, 8226, 16163, 7908, 14224, 14137, 11373, 8384, 8032, 8828, 7762, 15788, 8406, 15689, 11472, 14059, 13878, 8605, 16854, 6927, 10089, 7215, 7710, 16971, 11827, 9417, 17473, 6992, 8314, 6943, 8065, 8220, 7585, 9161, 6779, 10924, 10251, 7614, 14010, 7421, 9928, 7327, 9001, 16731, 11153, 8217, 13329, 9445, 8807, 8225, 7247, 12244, 14977, 7547, 11173, 9439, 7734, 11307, 6856, 9005, 6862, 8572, 8452, 7952, 9566, 7905, 12437, 7261, 14495, 9505, 13614, 17679, 12863, 11602, 15132, 7522, 10011, 7317, 8130, 10038, 7516, 11110, 7173, 11348, 17942, 7502, 9421, 10257, 7791, 8025, 7175, 10800, 6759, 10307, 7680, 8298, 15042, 7681, 14046, 7052, 10543, 8640, 8978, 12295, 8534, 12409, 7385, 15307, 19070, 8059, 12621, 9857, 9086, 7327, 8986, 8269, 8509, 9969, 8024, 16576, 10354, 13805, 7943, 11125, 8501, 10159, 17421, 12608, 10875, 10223, 8100, 11683, 7025, 9316, 8721, 7751, 12943, 8839, 8519, 8585, 7427, 13554, 7713, 10080, 9792, 9885, 7393, 8977, 8631, 8423, 17070, 13393, 11023, 8427, 8125, 14698, 7195, 10999, 8767, 9275, 10943, 7861, 9156, 7475, 13786, 17559, 7950, 14195, 7465, 9242, 7267, 8548, 6916, 7944, 7726, 7868, 12736, 13845, 8611, 12741, 7284, 9796, 7387, 9406, 12933, 8094, 14738, 8053, 10402, 6913, 9827, 8937, 8306, 17332, 11861, 10291, 11282, 8473, 9581, 7228, 12063, 7027, 9904, 8243, 8282, 17214, 10610, 11740, 7332, 8288, 7973, 7799, 16312, 12580, 8955, 12982, 7267, 10189, 6917, 8409, 6836, 8144, 8043, 7545, 7749, 7718, 8080, 8153, 15933, 9238, 15934, 12200, 16287, 11630, 13134, 8591, 11138, 12952, 7588, 9479, 13218, 7554, 12326, 7556, 16436, 18596, 15044, 10453, 9414, 7051, 7917, 8552, 8009, 17401, 14546, 12109, 8130, 8193, 7351, 8588, 7204, 8695, 7422, 9259, 8054, 12411, 6964, 9353, 7271, 9159, 7617, 10637, 11679, 14994, 7353, 9111, 7454, 9053, 18453, 15553, 15214, 9287, 8835, 7434, 10495, 7621, 10769, 8984, 9838, 7507, 7797, 7631, 8094, 8008, 11291, 12177, 12436, 14006, 7893, 11421, 7563, 7739, 6968, 6875, 8161, 7135, 9413, 7221, 11118, 8344, 15105, 10673, 15421, 12882, 17041, 13963, 17665, 14299, 16773, 19266, 15317, 15477, 11895, 9237, 17716, 8246, 9447, 7437, 7242, 12763, 7514, 8360, 7112, 7233, 6708, 7163, 9924, 7048, 8474, 7600, 7905, 7144, 8625, 7067, 7346, 9347, 7069, 6704, 6994, 6585, 6836, 7188, 8529, 6689, 9031, 8025, 12229, 9978, 13910, 8226, 13628, 7459, 11373, 9873, 13837, 12031, 15492, 8307, 12292, 8090, 9645, 13856, 9205, 14811, 10063, 9564, 7364, 13362, 7370, 15040, 9761, 14306, 10207, 15048, 7829, 14558, 8994, 12463, 10424, 11072, 10646, 13524, 6961, 8471, 7489, 8463, 7679, 8941, 7920, 11567, 6971, 8822, 18150, 10268, 16113, 12002, 11867, 7627, 10495, 7156, 10825, 11395, 8165, 7937, 7508, 7164, 7464, 8903, 7243, 9442, 8115, 8033, 10320, 8084, 14548, 9920, 16706, 10001, 13424, 9005, 15083, 9249, 16719, 11673, 16007, 9983, 8226, 7346, 6743, 7794, 7331, 7172, 6643, 6898, 7730, 7794, 8051, 7446, 9784, 7773, 16654, 12973, 14711, 10333, 15679, 7089, 12194, 8566, 8478, 9198, 7956, 14135, 6744, 9685, 8376, 7093, 11896, 6873], 'WindowCenter': [4146.0, 4151.0, 4120.0, 4139.0, 4120.0, 4152.0, 4132.0, 4152.0, 4122.0, 4151.0, 4114.0, 4166.0, 4145.0, 4165.0, 4148.0, 4187.0, 4138.0, 4189.0, 4161.0, 4212.0, 4193.0, 4188.0, 4161.0, 4201.0, 4159.0, 4200.0, 4169.0, 4191.0, 4190.0, 4180.0, 4195.0, 4147.0, 4198.0, 4156.0, 4189.0, 4177.0, 4156.0, 4132.0, 4123.0, 4183.0, 4134.0, 4163.0, 4162.0, 4142.0, 4182.0, 4153.0, 4150.0, 4119.0, 4140.0, 4139.0, 4119.0, 4171.0, 4141.0, 4141.0, 4119.0, 4120.0, 4181.0, 4121.0, 4152.0, 4129.0, 4131.0, 4171.0, 4132.0, 4151.0, 4130.0, 4120.0, 4151.0, 4110.0, 4162.0, 4130.0, 4121.0, 4193.0, 4133.0, 4163.0, 4144.0, 4152.0, 4132.0, 4124.0, 4194.0, 4136.0, 4176.0, 4146.0, 4146.0, 4125.0, 4135.0, 4196.0, 4145.0, 4177.0, 4166.0, 4155.0, 4197.0, 4144.0, 4194.0, 4133.0, 4164.0, 4154.0, 4145.0, 4207.0, 4155.0, 4163.0, 4133.0, 4153.0, 4134.0, 4134.0, 4206.0, 4149.0, 4175.0, 4167.0, 4165.0, 4135.0, 4156.0, 4193.0, 4135.0, 4186.0, 4145.0, 4144.0, 4133.0, 4132.0, 4144.0, 4124.0, 4187.0, 4174.0, 4145.0, 4163.0, 4122.0, 4162.0, 4125.0, 4176.0, 4148.0, 4167.0, 4146.0, 4147.0, 4177.0, 4137.0, 4198.0, 4180.0, 4168.0, 4177.0, 4147.0, 4193.0, 4134.0, 4187.0, 4198.0, 4155.0, 4163.0, 4120.0, 4131.0, 4150.0, 4121.0, 4151.0, 4136.0, 4197.0, 4158.0, 4186.0, 4146.0, 4176.0, 4145.0, 4178.0, 4200.0, 4164.0, 4153.0, 4151.0, 4130.0, 4130.0, 4169.0, 4119.0, 4129.0, 4180.0, 4119.0, 4140.0, 4109.0, 4130.0, 4120.0, 4123.0, 4184.0, 4153.0, 4144.0, 4163.0, 4123.0, 4183.0, 4134.0, 4174.0, 4157.0, 4166.0, 4145.0, 4176.0, 4143.0, 4144.0, 4188.0, 4174.0, 4151.0, 4151.0, 4119.0, 4108.0, 4170.0, 4147.0, 4118.0, 4157.0, 4117.0, 4106.0, 4107.0, 4098.0, 4159.0, 4121.0, 4165.0, 4193.0, 4132.0, 4172.0, 4123.0, 4153.0, 4134.0, 4165.0, 4144.0, 4146.0, 4197.0, 4157.0, 4188.0, 4183.0, 4143.0, 4175.0, 4185.0, 4142.0, 4132.0, 4134.0, 4182.0, 4133.0, 4163.0, 4156.0, 4159.0, 4197.0, 4164.0, 4154.0, 4183.0, 4131.0, 4133.0, 4165.0, 4146.0, 4185.0, 4153.0, 4143.0, 4163.0, 4123.0, 4186.0, 4137.0, 4186.0, 4168.0, 4166.0, 4135.0, 4166.0, 4155.0, 4146.0, 4199.0, 4178.0, 4179.0, 4166.0, 4155.0, 4185.0, 4133.0, 4186.0, 4186.0, 4154.0, 4163.0, 4130.0, 4119.0, 4119.0, 4111.0, 4152.0, 4123.0, 4175.0, 4145.0, 4158.0, 4195.0, 4133.0, 4164.0, 4143.0, 4145.0, 4197.0, 4148.0, 4198.0, 4156.0, 4175.0, 4134.0, 4155.0, 4166.0, 4146.0, 4197.0, 4176.0, 4164.0, 4132.0, 4132.0, 4172.0, 4133.0, 4187.0, 4196.0, 4152.0, 4149.0, 4130.0, 4141.0, 4122.0, 4143.0, 4134.0, 4145.0, 4186.0, 4156.0, 4197.0, 4146.0, 4187.0, 4155.0, 4168.0, 4200.0, 4175.0, 4164.0, 4161.0, 4143.0, 4130.0, 4129.0, 4122.0, 4174.0, 4182.0, 4130.0, 4139.0, 4111.0, 4109.0, 4119.0, 4135.0, 4174.0, 4145.0, 4145.0, 4134.0, 4145.0, 4196.0, 4175.0, 4143.0, 4183.0, 4171.0, 4177.0, 4136.0, 4184.0, 4148.0, 4188.0, 4169.0, 4189.0, 4150.0, 4179.0, 4160.0, 4211.0, 4179.0, 4167.0, 4178.0, 4201.0, 4162.0, 4152.0, 4161.0, 4133.0, 4152.0, 4121.0, 4149.0, 4109.0, 4169.0, 4109.0, 4185.0, 4185.0, 4163.0, 4108.0, 4119.0, 4120.0, 4109.0, 4130.0, 4111.0, 4174.0, 4134.0, 4152.0, 4133.0, 4122.0, 4124.0, 4124.0, 4145.0, 4144.0, 4154.0, 4186.0, 4175.0, 4145.0, 4156.0, 4163.0, 4132.0, 4183.0, 4172.0, 4171.0, 4152.0, 4173.0, 4154.0, 4162.0, 4134.0, 4153.0, 4129.0, 4139.0, 4185.0, 4140.0, 4117.0, 4108.0, 4128.0, 4100.0, 4167.0, 4121.0, 4151.0, 4140.0, 4138.0, 4108.0, 4110.0, 4118.0, 4109.0, 4129.0, 4130.0, 4129.0, 4130.0, 4120.0, 4111.0, 4184.0, 4148.0, 4129.0, 4159.0, 4130.0, 4149.0, 4120.0, 4139.0, 4119.0, 4120.0, 4171.0, 4138.0, 4128.0, 4137.0, 4109.0, 4147.0, 4109.0, 4150.0, 4130.0, 4131.0, 4171.0, 4140.0, 4149.0, 4109.0, 4130.0, 4140.0, 4122.0, 4185.0, 4182.0, 4131.0, 4160.0, 4129.0, 4139.0, 4120.0, 4133.0, 4195.0, 4132.0, 4183.0, 4163.0, 4163.0, 4154.0, 4165.0, 4195.0, 4150.0, 4141.0, 4181.0, 4139.0, 4136.0, 4131.0, 4151.0, 4131.0, 4143.0, 4156.0, 4147.0, 4187.0, 4158.0, 4197.0, 4148.0, 4199.0, 4197.0, 4153.0, 4176.0, 4185.0, 4162.0, 4131.0, 4123.0, 4171.0, 4132.0, 4153.0, 4174.0, 4145.0, 4187.0, 4164.0, 4155.0, 4162.0, 4135.0, 4187.0, 4194.0, 4142.0, 4163.0, 4160.0, 4119.0, 4131.0, 4133.0, 4194.0, 4144.0, 4174.0, 4165.0, 4155.0, 4145.0, 4156.0, 4165.0, 4145.0, 4209.0, 4197.0, 4173.0, 4163.0, 4142.0, 4141.0, 4121.0, 4131.0, 4131.0, 4134.0, 4207.0, 4154.0, 4174.0, 4152.0, 4144.0, 4193.0, 4131.0, 4173.0, 4153.0, 4142.0, 4173.0, 4132.0, 4171.0, 4121.0, 4174.0, 4184.0, 4140.0, 4140.0, 4169.0, 4128.0, 4119.0, 4111.0, 4162.0, 4133.0, 4154.0, 4186.0, 4134.0, 4186.0, 4135.0, 4165.0, 4155.0, 4158.0, 4198.0, 4175.0, 4155.0, 4173.0, 4124.0, 4163.0, 4144.0, 4165.0, 4167.0, 4156.0, 4176.0, 4145.0, 4195.0, 4155.0, 4188.0, 4198.0, 4175.0, 4152.0, 4121.0, 4131.0, 4150.0, 4122.0, 4196.0, 4156.0, 4163.0, 4163.0, 4153.0, 4143.0, 4134.0, 4197.0, 4196.0, 4133.0, 4172.0, 4151.0, 4128.0, 4122.0, 4141.0, 4143.0, 4135.0, 4196.0, 4157.0, 4164.0, 4146.0, 4178.0, 4208.0, 4177.0, 4143.0, 4173.0, 4133.0, 4143.0, 4134.0, 4163.0, 4135.0, 4188.0, 4170.0, 4196.0, 4181.0, 4207.0, 4161.0, 4196.0, 4169.0, 4201.0, 4182.0, 4211.0, 4211.0, 4209.0, 4189.0, 4176.0, 4146.0, 4156.0, 4198.0, 4189.0, 4208.0, 4187.0, 4196.0, 4145.0, 4155.0, 4143.0, 4122.0, 4175.0, 4134.0, 4131.0, 4163.0, 4152.0, 4166.0, 4197.0, 4166.0, 4174.0, 4163.0, 4149.0, 4150.0, 4159.0, 4147.0, 4122.0, 4090.0, 4099.0, 4068.0, 4080.0, 4089.0, 4070.0, 4130.0, 4069.0, 4119.0, 4080.0, 4079.0, 4069.0, 4070.0, 4083.0, 4083.0, 4098.0, 4097.0, 4098.0, 4108.0, 4112.0, 4111.0, 4113.0, 4121.0, 4112.0, 4123.0, 4123.0, 4146.0, 4199.0, 4157.0, 4175.0, 4124.0, 4172.0, 4127.0, 4177.0, 4161.0, 4191.0, 4147.0, 4169.0, 4138.0, 4155.0, 4113.0, 4144.0, 4134.0, 4134.0, 4197.0, 4165.0, 4141.0, 4121.0, 4121.0, 4121.0, 4122.0, 4131.0, 4112.0, 4162.0, 4123.0, 4152.0, 4112.0, 4183.0, 4114.0, 4152.0, 4145.0, 4172.0, 4164.0, 4173.0, 4111.0, 4131.0, 4162.0, 4111.0, 4186.0, 4170.0, 4139.0, 4159.0, 4118.0, 4118.0, 4106.0, 4097.0, 4105.0, 4100.0, 4150.0, 4113.0, 4154.0, 4182.0, 4122.0, 4161.0, 4113.0, 4143.0, 4124.0, 4145.0, 4145.0, 4134.0, 4145.0, 4124.0, 4194.0, 4113.0, 4164.0, 4194.0, 4162.0, 4143.0, 4148.0, 4109.0, 4161.0, 4109.0, 4139.0, 4120.0, 4142.0, 4133.0, 4122.0, 4184.0, 4120.0, 4171.0, 4131.0, 4142.0, 4129.0, 4121.0, 4193.0, 4131.0, 4172.0, 4170.0, 4138.0, 4148.0, 4098.0, 4106.0, 4120.0, 4122.0, 4162.0, 4122.0, 4153.0, 4123.0, 4152.0, 4121.0, 4145.0, 4185.0, 4163.0, 4133.0, 4161.0, 4122.0, 4161.0, 4111.0, 4142.0, 4122.0, 4131.0, 4153.0, 4124.0, 4163.0, 4124.0, 4173.0, 4123.0, 4166.0, 4193.0, 4153.0, 4142.0, 4161.0, 4110.0, 4158.0, 4098.0, 4129.0, 4111.0, 4124.0, 4174.0, 4152.0, 4122.0, 4162.0, 4113.0, 4143.0, 4123.0, 4156.0, 4165.0, 4136.0, 4184.0, 4125.0, 4163.0, 4124.0, 4166.0, 4196.0, 4165.0, 4185.0, 4149.0, 4130.0, 4128.0, 4122.0, 4173.0, 4125.0, 4175.0, 4155.0, 4145.0, 4133.0, 4135.0, 4196.0, 4173.0, 4143.0, 4172.0, 4143.0, 4151.0, 4112.0, 4142.0, 4112.0, 4144.0, 4153.0, 4122.0, 4185.0, 4144.0, 4185.0, 4161.0, 4131.0, 4183.0, 4170.0, 4132.0, 4171.0, 4110.0, 4160.0, 4110.0, 4139.0, 4142.0, 4133.0, 4174.0, 4125.0, 4175.0, 4155.0, 4142.0, 4122.0, 4132.0, 4122.0, 4144.0, 4195.0, 4135.0, 4185.0, 4183.0, 4164.0, 4132.0, 4132.0, 4140.0, 4120.0, 4182.0, 4132.0, 4183.0, 4163.0, 4182.0, 4171.0, 4143.0, 4181.0, 4110.0, 4139.0, 4119.0, 4121.0, 4181.0, 4149.0, 4127.0, 4179.0, 4096.0, 4118.0, 4110.0, 4130.0, 4130.0, 4121.0, 4140.0, 4112.0, 4163.0, 4151.0, 4133.0, 4183.0, 4122.0, 4153.0, 4122.0, 4142.0, 4183.0, 4161.0, 4132.0, 4170.0, 4140.0, 4128.0, 4129.0, 4120.0, 4161.0, 4170.0, 4120.0, 4149.0, 4140.0, 4121.0, 4148.0, 4111.0, 4141.0, 4123.0, 4156.0, 4170.0, 4148.0, 4167.0, 4146.0, 4186.0, 4136.0, 4195.0, 4156.0, 4198.0, 4195.0, 4161.0, 4149.0, 4170.0, 4110.0, 4137.0, 4109.0, 4129.0, 4151.0, 4121.0, 4161.0, 4122.0, 4163.0, 4191.0, 4120.0, 4140.0, 4150.0, 4120.0, 4128.0, 4122.0, 4162.0, 4125.0, 4165.0, 4146.0, 4147.0, 4196.0, 4135.0, 4184.0, 4125.0, 4164.0, 4157.0, 4156.0, 4185.0, 4155.0, 4173.0, 4135.0, 4199.0, 4206.0, 4133.0, 4172.0, 4153.0, 4141.0, 4121.0, 4142.0, 4143.0, 4145.0, 4166.0, 4158.0, 4208.0, 4166.0, 4184.0, 4134.0, 4164.0, 4144.0, 4166.0, 4196.0, 4174.0, 4151.0, 4149.0, 4119.0, 4159.0, 4110.0, 4141.0, 4144.0, 4134.0, 4172.0, 4142.0, 4130.0, 4141.0, 4121.0, 4183.0, 4135.0, 4163.0, 4165.0, 4153.0, 4121.0, 4143.0, 4142.0, 4143.0, 4196.0, 4173.0, 4152.0, 4119.0, 4121.0, 4180.0, 4110.0, 4149.0, 4142.0, 4140.0, 4151.0, 4120.0, 4139.0, 4121.0, 4172.0, 4179.0, 4118.0, 4180.0, 4120.0, 4138.0, 4118.0, 4128.0, 4109.0, 4120.0, 4131.0, 4144.0, 4187.0, 4183.0, 4132.0, 4171.0, 4121.0, 4151.0, 4110.0, 4143.0, 4174.0, 4132.0, 4182.0, 4132.0, 4151.0, 4122.0, 4151.0, 4142.0, 4143.0, 4196.0, 4162.0, 4151.0, 4150.0, 4129.0, 4139.0, 4119.0, 4171.0, 4123.0, 4152.0, 4144.0, 4143.0, 4192.0, 4152.0, 4160.0, 4122.0, 4143.0, 4131.0, 4149.0, 4195.0, 4160.0, 4130.0, 4170.0, 4110.0, 4150.0, 4120.0, 4131.0, 4123.0, 4143.0, 4142.0, 4135.0, 4134.0, 4136.0, 4145.0, 4146.0, 4209.0, 4167.0, 4206.0, 4187.0, 4197.0, 4177.0, 4186.0, 4155.0, 4164.0, 4176.0, 4132.0, 4152.0, 4183.0, 4132.0, 4173.0, 4134.0, 4197.0, 4194.0, 4182.0, 4151.0, 4140.0, 4108.0, 4121.0, 4128.0, 4131.0, 4183.0, 4171.0, 4148.0, 4108.0, 4116.0, 4107.0, 4128.0, 4109.0, 4127.0, 4119.0, 4140.0, 4120.0, 4160.0, 4099.0, 4128.0, 4108.0, 4128.0, 4135.0, 4153.0, 4149.0, 4167.0, 4107.0, 4127.0, 4108.0, 4128.0, 4193.0, 4181.0, 4169.0, 4129.0, 4126.0, 4108.0, 4138.0, 4119.0, 4160.0, 4140.0, 4151.0, 4124.0, 4119.0, 4121.0, 4131.0, 4145.0, 4164.0, 4160.0, 4172.0, 4182.0, 4133.0, 4165.0, 4120.0, 4107.0, 4097.0, 4099.0, 4117.0, 4111.0, 4140.0, 4122.0, 4164.0, 4145.0, 4182.0, 4150.0, 4169.0, 4149.0, 4167.0, 4145.0, 4155.0, 4133.0, 4143.0, 4141.0, 4118.0, 4117.0, 4093.0, 4071.0, 4112.0, 4062.0, 4069.0, 4050.0, 4049.0, 4090.0, 4051.0, 4060.0, 4052.0, 4063.0, 4054.0, 4065.0, 4096.0, 4069.0, 4089.0, 4090.0, 4090.0, 4081.0, 4101.0, 4079.0, 4095.0, 4127.0, 4095.0, 4097.0, 4109.0, 4109.0, 4100.0, 4122.0, 4143.0, 4125.0, 4156.0, 4147.0, 4189.0, 4171.0, 4198.0, 4160.0, 4198.0, 4138.0, 4178.0, 4167.0, 4188.0, 4179.0, 4186.0, 4135.0, 4176.0, 4136.0, 4157.0, 4185.0, 4155.0, 4183.0, 4154.0, 4153.0, 4135.0, 4186.0, 4124.0, 4184.0, 4153.0, 4183.0, 4165.0, 4183.0, 4122.0, 4182.0, 4143.0, 4172.0, 4152.0, 4150.0, 4152.0, 4172.0, 4110.0, 4119.0, 4107.0, 4119.0, 4120.0, 4129.0, 4121.0, 4160.0, 4109.0, 4130.0, 4179.0, 4139.0, 4181.0, 4160.0, 4149.0, 4109.0, 4149.0, 4109.0, 4152.0, 4161.0, 4118.0, 4119.0, 4108.0, 4107.0, 4119.0, 4141.0, 4121.0, 4142.0, 4131.0, 4133.0, 4151.0, 4131.0, 4182.0, 4152.0, 4181.0, 4140.0, 4159.0, 4129.0, 4170.0, 4129.0, 4192.0, 4162.0, 4181.0, 4153.0, 4130.0, 4121.0, 4110.0, 4132.0, 4129.0, 4122.0, 4112.0, 4113.0, 4133.0, 4123.0, 4134.0, 4122.0, 4153.0, 4134.0, 4196.0, 4176.0, 4183.0, 4152.0, 4171.0, 4111.0, 4150.0, 4132.0, 4119.0, 4128.0, 4109.0, 4159.0, 4097.0, 4127.0, 4120.0, 4110.0, 4149.0, 4099.0], 'WindowWidth': [9222.0, 9220.0, 9176.0, 9199.0, 9177.0, 9219.0, 9195.0, 9219.0, 9181.0, 9217.0, 9174.0, 9247.0, 9223.0, 9246.0, 9227.0, 9277.0, 9214.0, 9283.0, 9253.0, 9321.0, 9296.0, 9282.0, 9250.0, 9301.0, 9245.0, 9300.0, 9258.0, 9288.0, 9286.0, 9271.0, 9289.0, 9222.0, 9294.0, 9235.0, 9283.0, 9265.0, 9231.0, 9194.0, 9183.0, 9267.0, 9197.0, 9238.0, 9233.0, 9207.0, 9264.0, 9221.0, 9213.0, 9171.0, 9199.0, 9196.0, 9172.0, 9244.0, 9203.0, 9202.0, 9171.0, 9173.0, 9259.0, 9175.0, 9218.0, 9184.0, 9189.0, 9246.0, 9192.0, 9216.0, 9186.0, 9174.0, 9214.0, 9161.0, 9230.0, 9188.0, 9178.0, 9279.0, 9196.0, 9235.0, 9211.0, 9220.0, 9194.0, 9187.0, 9281.0, 9208.0, 9261.0, 9220.0, 9218.0, 9189.0, 9205.0, 9287.0, 9217.0, 9262.0, 9247.0, 9231.0, 9290.0, 9214.0, 9283.0, 9197.0, 9240.0, 9225.0, 9216.0, 9305.0, 9228.0, 9238.0, 9197.0, 9224.0, 9199.0, 9199.0, 9300.0, 9226.0, 9256.0, 9251.0, 9242.0, 9204.0, 9232.0, 9282.0, 9203.0, 9273.0, 9217.0, 9215.0, 9198.0, 9196.0, 9212.0, 9188.0, 9278.0, 9254.0, 9213.0, 9234.0, 9181.0, 9235.0, 9190.0, 9259.0, 9229.0, 9252.0, 9220.0, 9223.0, 9261.0, 9209.0, 9294.0, 9271.0, 9251.0, 9262.0, 9221.0, 9282.0, 9200.0, 9279.0, 9299.0, 9228.0, 9236.0, 9174.0, 9188.0, 9213.0, 9178.0, 9220.0, 9209.0, 9290.0, 9239.0, 9273.0, 9220.0, 9259.0, 9218.0, 9264.0, 9307.0, 9241.0, 9222.0, 9217.0, 9186.0, 9185.0, 9240.0, 9168.0, 9184.0, 9254.0, 9172.0, 9198.0, 9159.0, 9189.0, 9177.0, 9186.0, 9269.0, 9226.0, 9213.0, 9236.0, 9184.0, 9265.0, 9200.0, 9255.0, 9236.0, 9245.0, 9217.0, 9259.0, 9211.0, 9212.0, 9289.0, 9256.0, 9217.0, 9215.0, 9167.0, 9153.0, 9245.0, 9204.0, 9168.0, 9218.0, 9163.0, 9147.0, 9150.0, 9142.0, 9224.0, 9180.0, 9243.0, 9279.0, 9195.0, 9246.0, 9184.0, 9224.0, 9202.0, 9244.0, 9216.0, 9220.0, 9291.0, 9235.0, 9281.0, 9267.0, 9210.0, 9257.0, 9274.0, 9206.0, 9192.0, 9200.0, 9263.0, 9199.0, 9239.0, 9234.0, 9241.0, 9293.0, 9240.0, 9226.0, 9266.0, 9192.0, 9197.0, 9244.0, 9221.0, 9272.0, 9223.0, 9209.0, 9237.0, 9185.0, 9273.0, 9211.0, 9275.0, 9253.0, 9248.0, 9206.0, 9247.0, 9231.0, 9220.0, 9300.0, 9267.0, 9269.0, 9246.0, 9229.0, 9270.0, 9197.0, 9274.0, 9280.0, 9228.0, 9237.0, 9188.0, 9173.0, 9174.0, 9165.0, 9220.0, 9186.0, 9257.0, 9219.0, 9240.0, 9287.0, 9198.0, 9239.0, 9212.0, 9217.0, 9292.0, 9226.0, 9293.0, 9234.0, 9256.0, 9202.0, 9230.0, 9246.0, 9222.0, 9291.0, 9260.0, 9240.0, 9195.0, 9196.0, 9248.0, 9197.0, 9279.0, 9292.0, 9219.0, 9213.0, 9188.0, 9204.0, 9182.0, 9211.0, 9204.0, 9221.0, 9276.0, 9238.0, 9290.0, 9224.0, 9276.0, 9233.0, 9252.0, 9308.0, 9259.0, 9239.0, 9232.0, 9207.0, 9189.0, 9186.0, 9181.0, 9255.0, 9265.0, 9186.0, 9196.0, 9162.0, 9159.0, 9173.0, 9204.0, 9257.0, 9218.0, 9217.0, 9202.0, 9219.0, 9291.0, 9255.0, 9211.0, 9264.0, 9263.0, 9264.0, 9210.0, 9271.0, 9229.0, 9284.0, 9255.0, 9281.0, 9232.0, 9270.0, 9245.0, 9317.0, 9270.0, 9247.0, 9265.0, 9310.0, 9234.0, 9217.0, 9231.0, 9193.0, 9218.0, 9175.0, 9210.0, 9156.0, 9238.0, 9155.0, 9272.0, 9274.0, 9235.0, 9155.0, 9169.0, 9174.0, 9159.0, 9185.0, 9163.0, 9254.0, 9199.0, 9221.0, 9199.0, 9181.0, 9187.0, 9188.0, 9216.0, 9211.0, 9226.0, 9271.0, 9255.0, 9214.0, 9232.0, 9235.0, 9192.0, 9265.0, 9245.0, 9243.0, 9217.0, 9247.0, 9228.0, 9233.0, 9200.0, 9224.0, 9185.0, 9198.0, 9268.0, 9200.0, 9166.0, 9154.0, 9181.0, 9145.0, 9233.0, 9176.0, 9216.0, 9200.0, 9194.0, 9153.0, 9160.0, 9169.0, 9158.0, 9184.0, 9186.0, 9186.0, 9187.0, 9177.0, 9167.0, 9272.0, 9208.0, 9183.0, 9223.0, 9184.0, 9209.0, 9173.0, 9197.0, 9174.0, 9175.0, 9246.0, 9195.0, 9180.0, 9191.0, 9156.0, 9206.0, 9159.0, 9213.0, 9189.0, 9192.0, 9244.0, 9199.0, 9209.0, 9161.0, 9189.0, 9204.0, 9184.0, 9274.0, 9260.0, 9190.0, 9227.0, 9184.0, 9196.0, 9175.0, 9199.0, 9282.0, 9198.0, 9265.0, 9237.0, 9237.0, 9225.0, 9242.0, 9289.0, 9214.0, 9203.0, 9259.0, 9196.0, 9190.0, 9189.0, 9218.0, 9194.0, 9211.0, 9235.0, 9225.0, 9277.0, 9240.0, 9290.0, 9225.0, 9301.0, 9295.0, 9224.0, 9259.0, 9273.0, 9232.0, 9189.0, 9183.0, 9246.0, 9196.0, 9226.0, 9254.0, 9219.0, 9275.0, 9241.0, 9227.0, 9236.0, 9202.0, 9278.0, 9286.0, 9208.0, 9236.0, 9226.0, 9170.0, 9192.0, 9197.0, 9282.0, 9216.0, 9254.0, 9244.0, 9229.0, 9216.0, 9232.0, 9243.0, 9219.0, 9317.0, 9292.0, 9250.0, 9235.0, 9204.0, 9202.0, 9179.0, 9190.0, 9193.0, 9202.0, 9306.0, 9227.0, 9253.0, 9222.0, 9212.0, 9279.0, 9191.0, 9250.0, 9224.0, 9206.0, 9247.0, 9192.0, 9244.0, 9180.0, 9255.0, 9272.0, 9202.0, 9201.0, 9239.0, 9180.0, 9171.0, 9165.0, 9232.0, 9200.0, 9230.0, 9273.0, 9203.0, 9272.0, 9205.0, 9245.0, 9233.0, 9240.0, 9300.0, 9257.0, 9230.0, 9251.0, 9187.0, 9236.0, 9214.0, 9245.0, 9249.0, 9235.0, 9260.0, 9218.0, 9286.0, 9231.0, 9282.0, 9300.0, 9255.0, 9221.0, 9178.0, 9190.0, 9217.0, 9183.0, 9288.0, 9233.0, 9240.0, 9237.0, 9223.0, 9211.0, 9202.0, 9297.0, 9286.0, 9197.0, 9245.0, 9216.0, 9184.0, 9182.0, 9207.0, 9213.0, 9207.0, 9289.0, 9234.0, 9242.0, 9221.0, 9267.0, 9314.0, 9262.0, 9214.0, 9251.0, 9199.0, 9211.0, 9202.0, 9240.0, 9207.0, 9282.0, 9259.0, 9291.0, 9274.0, 9306.0, 9250.0, 9290.0, 9257.0, 9308.0, 9281.0, 9317.0, 9317.0, 9312.0, 9281.0, 9259.0, 9219.0, 9232.0, 9296.0, 9283.0, 9311.0, 9278.0, 9289.0, 9216.0, 9228.0, 9214.0, 9184.0, 9258.0, 9199.0, 9187.0, 9232.0, 9215.0, 9242.0, 9291.0, 9242.0, 9251.0, 9234.0, 9207.0, 9210.0, 9222.0, 9198.0, 9157.0, 9108.0, 9119.0, 9078.0, 9100.0, 9110.0, 9086.0, 9166.0, 9082.0, 9150.0, 9100.0, 9094.0, 9082.0, 9089.0, 9110.0, 9113.0, 9142.0, 9137.0, 9140.0, 9153.0, 9165.0, 9163.0, 9167.0, 9175.0, 9164.0, 9179.0, 9183.0, 9217.0, 9292.0, 9231.0, 9253.0, 9186.0, 9249.0, 9195.0, 9261.0, 9248.0, 9289.0, 9222.0, 9255.0, 9209.0, 9227.0, 9171.0, 9210.0, 9195.0, 9199.0, 9294.0, 9243.0, 9203.0, 9173.0, 9172.0, 9177.0, 9179.0, 9190.0, 9167.0, 9232.0, 9182.0, 9220.0, 9167.0, 9264.0, 9171.0, 9220.0, 9216.0, 9247.0, 9237.0, 9248.0, 9163.0, 9190.0, 9232.0, 9161.0, 9277.0, 9240.0, 9196.0, 9224.0, 9165.0, 9164.0, 9147.0, 9137.0, 9149.0, 9147.0, 9216.0, 9170.0, 9227.0, 9260.0, 9178.0, 9231.0, 9170.0, 9209.0, 9185.0, 9216.0, 9218.0, 9201.0, 9215.0, 9188.0, 9281.0, 9172.0, 9243.0, 9288.0, 9234.0, 9206.0, 9208.0, 9157.0, 9227.0, 9159.0, 9197.0, 9175.0, 9206.0, 9198.0, 9181.0, 9265.0, 9175.0, 9244.0, 9189.0, 9205.0, 9186.0, 9177.0, 9278.0, 9191.0, 9248.0, 9242.0, 9193.0, 9206.0, 9139.0, 9149.0, 9173.0, 9181.0, 9235.0, 9183.0, 9221.0, 9183.0, 9221.0, 9181.0, 9217.0, 9273.0, 9238.0, 9195.0, 9229.0, 9178.0, 9229.0, 9166.0, 9207.0, 9181.0, 9193.0, 9227.0, 9190.0, 9238.0, 9186.0, 9249.0, 9186.0, 9248.0, 9285.0, 9222.0, 9206.0, 9232.0, 9161.0, 9221.0, 9145.0, 9187.0, 9166.0, 9188.0, 9256.0, 9222.0, 9182.0, 9232.0, 9170.0, 9209.0, 9187.0, 9234.0, 9247.0, 9207.0, 9268.0, 9189.0, 9238.0, 9187.0, 9248.0, 9292.0, 9244.0, 9270.0, 9211.0, 9187.0, 9185.0, 9181.0, 9251.0, 9193.0, 9258.0, 9230.0, 9216.0, 9199.0, 9203.0, 9293.0, 9250.0, 9210.0, 9249.0, 9209.0, 9217.0, 9167.0, 9206.0, 9168.0, 9212.0, 9226.0, 9185.0, 9270.0, 9215.0, 9275.0, 9232.0, 9192.0, 9267.0, 9244.0, 9193.0, 9241.0, 9163.0, 9227.0, 9164.0, 9202.0, 9209.0, 9199.0, 9254.0, 9193.0, 9258.0, 9230.0, 9208.0, 9182.0, 9195.0, 9184.0, 9214.0, 9287.0, 9205.0, 9275.0, 9266.0, 9238.0, 9192.0, 9194.0, 9203.0, 9178.0, 9263.0, 9194.0, 9265.0, 9236.0, 9260.0, 9243.0, 9210.0, 9261.0, 9160.0, 9197.0, 9174.0, 9176.0, 9260.0, 9210.0, 9178.0, 9251.0, 9136.0, 9168.0, 9164.0, 9189.0, 9189.0, 9179.0, 9203.0, 9169.0, 9239.0, 9219.0, 9199.0, 9266.0, 9184.0, 9224.0, 9183.0, 9211.0, 9269.0, 9232.0, 9195.0, 9242.0, 9201.0, 9183.0, 9185.0, 9176.0, 9235.0, 9242.0, 9176.0, 9214.0, 9200.0, 9177.0, 9210.0, 9166.0, 9206.0, 9186.0, 9237.0, 9264.0, 9228.0, 9249.0, 9221.0, 9273.0, 9208.0, 9287.0, 9234.0, 9296.0, 9294.0, 9230.0, 9212.0, 9241.0, 9159.0, 9194.0, 9159.0, 9187.0, 9217.0, 9179.0, 9232.0, 9181.0, 9239.0, 9276.0, 9176.0, 9202.0, 9215.0, 9176.0, 9184.0, 9183.0, 9237.0, 9192.0, 9245.0, 9223.0, 9223.0, 9289.0, 9204.0, 9270.0, 9192.0, 9243.0, 9238.0, 9236.0, 9274.0, 9232.0, 9253.0, 9205.0, 9300.0, 9304.0, 9200.0, 9248.0, 9224.0, 9206.0, 9182.0, 9209.0, 9213.0, 9217.0, 9249.0, 9241.0, 9308.0, 9249.0, 9268.0, 9201.0, 9240.0, 9214.0, 9248.0, 9297.0, 9255.0, 9218.0, 9212.0, 9172.0, 9226.0, 9162.0, 9207.0, 9216.0, 9201.0, 9251.0, 9207.0, 9189.0, 9204.0, 9181.0, 9268.0, 9205.0, 9239.0, 9243.0, 9223.0, 9181.0, 9212.0, 9212.0, 9213.0, 9294.0, 9251.0, 9219.0, 9171.0, 9177.0, 9256.0, 9161.0, 9213.0, 9207.0, 9204.0, 9216.0, 9174.0, 9197.0, 9176.0, 9251.0, 9253.0, 9168.0, 9257.0, 9176.0, 9196.0, 9171.0, 9183.0, 9160.0, 9177.0, 9192.0, 9216.0, 9280.0, 9265.0, 9194.0, 9244.0, 9177.0, 9216.0, 9164.0, 9211.0, 9254.0, 9196.0, 9263.0, 9195.0, 9218.0, 9181.0, 9220.0, 9208.0, 9212.0, 9291.0, 9235.0, 9217.0, 9214.0, 9185.0, 9198.0, 9175.0, 9246.0, 9185.0, 9225.0, 9218.0, 9211.0, 9277.0, 9219.0, 9228.0, 9184.0, 9212.0, 9196.0, 9231.0, 9290.0, 9231.0, 9186.0, 9241.0, 9161.0, 9214.0, 9178.0, 9193.0, 9190.0, 9215.0, 9212.0, 9207.0, 9205.0, 9209.0, 9221.0, 9224.0, 9312.0, 9252.0, 9304.0, 9278.0, 9291.0, 9262.0, 9274.0, 9234.0, 9242.0, 9259.0, 9195.0, 9224.0, 9267.0, 9195.0, 9252.0, 9201.0, 9296.0, 9285.0, 9260.0, 9216.0, 9201.0, 9156.0, 9176.0, 9183.0, 9192.0, 9267.0, 9243.0, 9207.0, 9151.0, 9161.0, 9154.0, 9181.0, 9157.0, 9179.0, 9174.0, 9201.0, 9174.0, 9225.0, 9143.0, 9182.0, 9154.0, 9180.0, 9205.0, 9223.0, 9209.0, 9232.0, 9151.0, 9176.0, 9153.0, 9181.0, 9281.0, 9257.0, 9239.0, 9182.0, 9174.0, 9155.0, 9193.0, 9173.0, 9230.0, 9203.0, 9219.0, 9187.0, 9174.0, 9179.0, 9191.0, 9216.0, 9240.0, 9230.0, 9248.0, 9262.0, 9197.0, 9239.0, 9173.0, 9149.0, 9136.0, 9144.0, 9166.0, 9162.0, 9200.0, 9182.0, 9239.0, 9215.0, 9261.0, 9213.0, 9239.0, 9207.0, 9233.0, 9196.0, 9215.0, 9176.0, 9193.0, 9186.0, 9147.0, 9144.0, 9102.0, 9072.0, 9130.0, 9062.0, 9066.0, 9041.0, 9041.0, 9094.0, 9045.0, 9056.0, 9049.0, 9067.0, 9056.0, 9074.0, 9116.0, 9085.0, 9111.0, 9115.0, 9114.0, 9105.0, 9133.0, 9103.0, 9132.0, 9177.0, 9132.0, 9137.0, 9156.0, 9158.0, 9146.0, 9180.0, 9213.0, 9190.0, 9231.0, 9222.0, 9279.0, 9259.0, 9293.0, 9242.0, 9291.0, 9211.0, 9264.0, 9248.0, 9275.0, 9265.0, 9270.0, 9200.0, 9256.0, 9205.0, 9234.0, 9269.0, 9228.0, 9265.0, 9227.0, 9224.0, 9203.0, 9273.0, 9187.0, 9267.0, 9224.0, 9263.0, 9243.0, 9263.0, 9180.0, 9262.0, 9210.0, 9248.0, 9221.0, 9215.0, 9217.0, 9247.0, 9159.0, 9169.0, 9154.0, 9171.0, 9176.0, 9186.0, 9175.0, 9227.0, 9158.0, 9188.0, 9256.0, 9197.0, 9255.0, 9225.0, 9210.0, 9158.0, 9208.0, 9158.0, 9219.0, 9229.0, 9168.0, 9170.0, 9156.0, 9154.0, 9173.0, 9205.0, 9179.0, 9205.0, 9193.0, 9195.0, 9218.0, 9191.0, 9262.0, 9221.0, 9259.0, 9198.0, 9223.0, 9183.0, 9238.0, 9183.0, 9277.0, 9234.0, 9261.0, 9224.0, 9189.0, 9178.0, 9165.0, 9199.0, 9193.0, 9185.0, 9172.0, 9171.0, 9199.0, 9184.0, 9197.0, 9182.0, 9223.0, 9199.0, 9286.0, 9255.0, 9263.0, 9219.0, 9246.0, 9160.0, 9214.0, 9193.0, 9169.0, 9179.0, 9155.0, 9221.0, 9139.0, 9179.0, 9173.0, 9160.0, 9209.0, 9143.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.0007176329588014981</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.053529679026217226</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.45521008946034</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1554152193253382</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9351786748275859</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4682</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6504.835</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09823925831508781</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.8164794007490634</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.521966483543102</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4143445788011757</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.748666025375786</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.402888846452345</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.012607</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01644209586083889</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028927963227033615</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1335</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.167152695920898</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>20.3449</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0022</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.2829</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301799.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>744.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.4036</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8173</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.3073</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3378.3883</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3551.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74745.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1310.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4345.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.1349</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.49316723481752</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> |