=== 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-0058 --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-0058",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 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-0058_ses-04_task-fractional_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-0058_ses-04_task-fractional_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-04_subject-0058_suffix-bold_task-fractional" 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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0058_suffix-bold_task-fractional" 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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0058_suffix-bold_task-fractional" 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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0058_suffix-bold_task-fractional" 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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_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-04_subject-0058_suffix-bold_task-fractional" 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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_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-04_subject-0058_suffix-bold_task-fractional" 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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0058_suffix-bold_task-fractional" 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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0058/figures/sub-0058_ses-04_task-fractional_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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_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-0058/ses-04/func/sub-0058_ses-04_task-fractional_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>0110ccc0f9b9fdff1ff0a54ec8034abb</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>12:23:28.267500</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.998648, 0.0240638, -0.0460869, -0.0256272, 0.999105, -0.0336389]</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-fractional_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.100531</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-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7705, -7276, 540, -48, -1, -12, 120]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.749</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>47511999-4012-4dff-9eb9-86eb16a08a20||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.6792984008789062, -0.06875593960285187, -0.1221376433968544, 118.08679962158203], [-0.06456132978200912, 2.6805267333984375, -0.0938912108540535, -85.03668212890625], [-0.12364771217107773, 0.09025081992149353, 2.695601224899292, -82.84330749511719], [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, 1322]</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], 'AcquisitionTime': ['122328.267500', '122328.727500', '122329.187500', '122329.647500', '122330.107500', '122330.567500', '122331.027500', '122331.487500', '122331.947500', '122332.407500', '122332.867500', '122333.327500', '122333.787500', '122334.247500', '122334.707500', '122335.167500', '122335.627500', '122336.087500', '122336.547500', '122337.007500', '122337.467500', '122337.927500', '122338.387500', '122338.847500', '122339.307500', '122339.767500', '122340.227500', '122340.687500', '122341.147500', '122341.607500', '122342.067500', '122342.527500', '122342.987500', '122343.447500', '122343.907500', '122344.367500', '122344.827500', '122345.287500', '122345.747500', '122346.207500', '122346.667500', '122347.127500', '122347.587500', '122348.047500', '122348.507500', '122348.967500', '122349.427500', '122349.887500', '122350.347500', '122350.807500', '122351.267500', '122351.727500', '122352.187500', '122352.647500', '122353.107500', '122353.567500', '122354.027500', '122354.487500', '122354.947500', '122355.407500', '122355.867500', '122356.327500', '122356.787500', '122357.247500', '122357.707500', '122358.167500', '122358.627500', '122359.087500', '122359.547500', '122400.007500', '122400.467500', '122400.927500', '122401.387500', '122401.847500', '122402.307500', '122402.767500', '122403.227500', '122403.687500', '122404.147500', '122404.607500', '122405.067500', '122405.527500', '122405.987500', '122406.447500', '122406.907500', '122407.367500', '122407.827500', '122408.287500', '122408.747500', '122409.207500', '122409.667500', '122410.127500', '122410.587500', '122411.047500', '122411.507500', '122411.967500', '122412.427500', '122412.887500', '122413.347500', '122413.807500', '122414.267500', '122414.727500', '122415.187500', '122415.647500', '122416.107500', '122416.567500', '122417.027500', '122417.487500', '122417.947500', '122418.407500', '122418.867500', '122419.327500', '122419.787500', '122420.247500', '122420.707500', '122421.167500', '122421.627500', '122422.087500', '122422.547500', '122423.007500', '122423.467500', '122423.927500', '122424.387500', '122424.847500', '122425.307500', '122425.767500', '122426.227500', '122426.687500', '122427.147500', '122427.607500', '122428.067500', '122428.527500', '122428.987500', '122429.447500', '122429.907500', '122430.367500', '122430.827500', '122431.287500', '122431.747500', '122432.207500', '122432.667500', '122433.127500', '122433.587500', '122434.047500', '122434.507500', '122434.967500', '122435.427500', '122435.887500', '122436.347500', '122436.807500', '122437.267500', '122437.727500', '122438.187500', '122438.647500', '122439.107500', '122439.567500', '122440.027500', '122440.487500', '122440.947500', '122441.407500', '122441.867500', '122442.327500', '122442.787500', '122443.247500', '122443.707500', '122444.167500', '122444.627500', '122445.087500', '122445.547500', '122446.007500', '122446.467500', '122446.927500', '122447.387500', '122447.847500', '122448.307500', '122448.767500', '122449.227500', '122449.687500', '122450.147500', '122450.607500', '122451.067500', '122451.527500', '122451.987500', '122452.447500', '122452.907500', '122453.367500', '122453.827500', '122454.287500', '122454.747500', '122455.207500', '122455.667500', '122456.127500', '122456.587500', '122457.047500', '122457.507500', '122457.967500', '122458.427500', '122458.887500', '122459.347500', '122459.807500', '122500.267500', '122500.727500', '122501.187500', '122501.647500', '122502.107500', '122502.567500', '122503.027500', '122503.487500', '122503.947500', '122504.407500', '122504.867500', '122505.327500', '122505.787500', '122506.247500', '122506.707500', '122507.167500', '122507.627500', '122508.087500', '122508.547500', '122509.007500', '122509.467500', '122509.927500', '122510.387500', '122510.847500', '122511.307500', '122511.767500', '122512.227500', '122512.687500', '122513.147500', '122513.607500', '122514.067500', '122514.527500', '122514.987500', '122515.447500', '122515.907500', '122516.367500', '122516.827500', '122517.287500', '122517.747500', '122518.207500', '122518.667500', '122519.127500', '122519.587500', '122520.047500', '122520.507500', '122520.967500', '122521.427500', '122521.887500', '122522.347500', '122522.807500', '122523.267500', '122523.727500', '122524.187500', '122524.647500', '122525.107500', '122525.567500', '122526.027500', '122526.487500', '122526.947500', '122527.407500', '122527.867500', '122528.327500', '122528.787500', '122529.247500', '122529.707500', '122530.167500', '122530.627500', '122531.087500', '122531.547500', '122532.007500', '122532.467500', '122532.927500', '122533.387500', '122533.847500', '122534.307500', '122534.767500', '122535.227500', '122535.687500', '122536.147500', '122536.607500', '122537.067500', '122537.527500', '122537.987500', '122538.447500', '122538.907500', '122539.367500', '122539.827500', '122540.287500', '122540.747500', '122541.207500', '122541.667500', '122542.127500', '122542.587500', '122543.047500', '122543.507500', '122543.967500', '122544.427500', '122544.887500', '122545.347500', '122545.807500', '122546.267500', '122546.727500', '122547.187500', '122547.647500', '122548.107500', '122548.567500', '122549.027500', '122549.487500', '122549.947500', '122550.407500', '122550.867500', '122551.327500', '122551.787500', '122552.247500', '122552.707500', '122553.167500', '122553.627500', '122554.087500', '122554.547500', '122555.007500', '122555.467500', '122555.927500', '122556.387500', '122556.847500', '122557.307500', '122557.767500', '122558.227500', '122558.687500', '122559.147500', '122559.607500', '122600.067500', '122600.527500', '122600.987500', '122601.447500', '122601.907500', '122602.367500', '122602.827500', '122603.287500', '122603.747500', '122604.207500', '122604.667500', '122605.127500', '122605.587500', '122606.047500', '122606.507500', '122606.967500', '122607.427500', '122607.887500', '122608.347500', '122608.807500', '122609.267500', '122609.727500', '122610.187500', '122610.647500', '122611.107500', '122611.567500', '122612.027500', '122612.487500', '122612.947500', '122613.407500', '122613.867500', '122614.327500', '122614.787500', '122615.247500', '122615.707500', '122616.167500', '122616.627500', '122617.087500', '122617.547500', '122618.007500', '122618.467500', '122618.927500', '122619.387500', '122619.847500', '122620.307500', '122620.767500', '122621.227500', '122621.687500', '122622.147500', '122622.607500', '122623.067500', '122623.527500', '122623.987500', '122624.447500', '122624.907500', '122625.367500', '122625.827500', '122626.287500', '122626.747500', '122627.207500', '122627.667500', '122628.127500', '122628.587500', '122629.047500', '122629.507500', '122629.967500', '122630.427500', '122630.887500', '122631.347500', '122631.807500', '122632.267500', '122632.727500', '122633.187500', '122633.647500', '122634.107500', '122634.567500', '122635.027500', '122635.487500', '122635.947500', '122636.407500', '122636.867500', '122637.327500', '122637.787500', '122638.247500', '122638.707500', '122639.167500', '122639.627500', '122640.087500', '122640.547500', '122641.007500', '122641.467500', '122641.927500', '122642.387500', '122642.847500', '122643.307500', '122643.767500', '122644.227500', '122644.687500', '122645.147500', '122645.607500', '122646.067500', '122646.527500', '122646.987500', '122647.447500', '122647.907500', '122648.367500', '122648.827500', '122649.287500', '122649.747500', '122650.207500', '122650.667500', '122651.127500', '122651.587500', '122652.047500', '122652.507500', '122652.967500', '122653.427500', '122653.887500', '122654.347500', '122654.807500', '122655.267500', '122655.727500', '122656.187500', '122656.647500', '122657.107500', '122657.567500', '122658.027500', '122658.487500', '122658.947500', '122659.407500', '122659.867500', '122700.327500', '122700.787500', '122701.247500', '122701.707500', '122702.167500', '122702.627500', '122703.087500', '122703.547500', '122704.007500', '122704.467500', '122704.927500', '122705.387500', '122705.847500', '122706.307500', '122706.767500', '122707.227500', '122707.687500', '122708.147500', '122708.607500', '122709.067500', '122709.527500', '122709.987500', '122710.447500', '122710.907500', '122711.367500', '122711.827500', '122712.287500', '122712.747500', '122713.207500', '122713.667500', '122714.127500', '122714.587500', '122715.047500', '122715.507500', '122715.967500', '122716.427500', '122716.887500', '122717.347500', '122717.807500', '122718.267500', '122718.727500', '122719.187500', '122719.647500', '122720.107500', '122720.567500', '122721.027500', '122721.487500', '122721.947500', '122722.407500', '122722.867500', '122723.327500', '122723.787500', '122724.247500', '122724.707500', '122725.167500', '122725.627500', '122726.087500', '122726.547500', '122727.007500', '122727.467500', '122727.927500', '122728.387500', '122728.847500', '122729.307500', '122729.767500', '122730.227500', '122730.687500', '122731.147500', '122731.607500', '122732.067500', '122732.527500', '122732.987500', '122733.447500', '122733.907500', '122734.367500', '122734.827500', '122735.287500', '122735.747500', '122736.207500', '122736.667500', '122737.127500', '122737.587500', '122738.047500', '122738.507500', '122738.967500', '122739.427500', '122739.887500', '122740.347500', '122740.807500', '122741.267500', '122741.727500', '122742.187500', '122742.647500', '122743.107500', '122743.567500', '122744.027500', '122744.487500', '122744.947500', '122745.407500', '122745.867500', '122746.327500', '122746.787500', '122747.247500', '122747.707500', '122748.167500', '122748.627500', '122749.087500', '122749.547500', '122750.007500', '122750.467500', '122750.927500', '122751.387500', '122751.847500', '122752.307500', '122752.767500', '122753.227500', '122753.687500', '122754.147500', '122754.607500', '122755.067500', '122755.527500', '122755.987500', '122756.447500', '122756.907500', '122757.367500', '122757.827500', '122758.287500', '122758.747500', '122759.207500', '122759.667500', '122800.127500', '122800.587500', '122801.047500', '122801.507500', '122801.967500', '122802.427500', '122802.887500', '122803.347500', '122803.807500', '122804.267500', '122804.727500', '122805.187500', '122805.647500', '122806.107500', '122806.567500', '122807.027500', '122807.487500', '122807.947500', '122808.407500', '122808.867500', '122809.327500', '122809.787500', '122810.247500', '122810.707500', '122811.167500', '122811.627500', '122812.087500', '122812.547500', '122813.007500', '122813.467500', '122813.927500', '122814.387500', '122814.847500', '122815.307500', '122815.767500', '122816.227500', '122816.687500', '122817.147500', '122817.607500', '122818.067500', '122818.527500', '122818.987500', '122819.447500', '122819.907500', '122820.367500', '122820.827500', '122821.287500', '122821.747500', '122822.207500', '122822.667500', '122823.127500', '122823.587500', '122824.047500', '122824.507500', '122824.967500', '122825.427500', '122825.887500', '122826.347500', '122826.807500', '122827.267500', '122827.727500', '122828.187500', '122828.647500', '122829.107500', '122829.567500', '122830.027500', '122830.487500', '122830.947500', '122831.407500', '122831.867500', '122832.327500', '122832.787500', '122833.247500', '122833.707500', '122834.167500', '122834.627500', '122835.087500', '122835.547500', '122836.007500', '122836.467500', '122836.927500', '122837.387500', '122837.847500', '122838.307500', '122838.767500', '122839.227500', '122839.687500', '122840.147500', '122840.607500', '122841.067500', '122841.527500', '122841.987500', '122842.447500', '122842.907500', '122843.367500', '122843.827500', '122844.287500', '122844.747500', '122845.207500', '122845.667500', '122846.127500', '122846.587500', '122847.047500', '122847.507500', '122847.967500', '122848.427500', '122848.887500', '122849.347500', '122849.807500', '122850.267500', '122850.727500', '122851.187500', '122851.647500', '122852.107500', '122852.567500', '122853.027500', '122853.487500', '122853.947500', '122854.407500', '122854.867500', '122855.327500', '122855.787500', '122856.247500', '122856.707500', '122857.167500', '122857.627500', '122858.087500', '122858.547500', '122859.007500', '122859.467500', '122859.927500', '122900.387500', '122900.847500', '122901.307500', '122901.767500', '122902.227500', '122902.687500', '122903.147500', '122903.607500', '122904.067500', '122904.527500', '122904.987500', '122905.447500', '122905.907500', '122906.367500', '122906.827500', '122907.287500', '122907.747500', '122908.207500', '122908.667500', '122909.127500', '122909.587500', '122910.047500', '122910.507500', '122910.967500', '122911.427500', '122911.887500', '122912.347500', '122912.807500', '122913.267500', '122913.727500', '122914.187500', '122914.647500', '122915.107500', '122915.567500', '122916.027500', '122916.487500', '122916.947500', '122917.407500', '122917.867500', '122918.327500', '122918.787500', '122919.247500', '122919.707500', '122920.167500', '122920.627500', '122921.087500', '122921.547500', '122922.007500', '122922.467500', '122922.927500', '122923.387500', '122923.847500', '122924.307500', '122924.767500', '122925.227500', '122925.687500', '122926.147500', '122926.607500', '122927.067500', '122927.527500', '122927.987500', '122928.447500', '122928.907500', '122929.367500', '122929.827500', '122930.287500', '122930.747500', '122931.207500', '122931.667500', '122932.127500', '122932.587500', '122933.047500', '122933.507500', '122933.967500', '122934.427500', '122934.887500', '122935.347500', '122935.807500', '122936.267500', '122936.727500', '122937.187500', '122937.647500', '122938.107500', '122938.567500', '122939.027500', '122939.487500', '122939.947500', '122940.407500', '122940.867500', '122941.327500', '122941.787500', '122942.247500', '122942.707500', '122943.167500', '122943.627500', '122944.087500', '122944.547500', '122945.007500', '122945.467500', '122945.927500', '122946.387500', '122946.847500', '122947.307500', '122947.767500', '122948.227500', '122948.687500', '122949.147500', '122949.607500', '122950.067500', '122950.527500', '122950.987500', '122951.447500', '122951.907500', '122952.367500', '122952.827500', '122953.287500', '122953.747500', '122954.207500', '122954.667500', '122955.127500', '122955.587500', '122956.047500', '122956.507500', '122956.967500', '122957.427500', '122957.887500', '122958.347500', '122958.807500', '122959.267500', '122959.727500', '123000.187500', '123000.647500', '123001.107500', '123001.567500', '123002.027500', '123002.487500', '123002.947500', '123003.407500', '123003.867500', '123004.327500', '123004.787500', '123005.247500', '123005.707500', '123006.167500', '123006.627500', '123007.087500', '123007.547500', '123008.007500', '123008.467500', '123008.927500', '123009.387500', '123009.847500', '123010.307500', '123010.767500', '123011.227500', '123011.687500', '123012.147500', '123012.607500', '123013.067500', '123013.527500', '123013.987500', '123014.447500', '123014.907500', '123015.367500', '123015.827500', '123016.287500', '123016.747500', '123017.207500', '123017.667500', '123018.127500', '123018.587500', '123019.047500', '123019.507500', '123019.967500', '123020.427500', '123020.887500', '123021.347500', '123021.807500', '123022.267500', '123022.727500', '123023.187500', '123023.647500', '123024.107500', '123024.567500', '123025.027500', '123025.487500', '123025.947500', '123026.407500', '123026.867500', '123027.327500', '123027.787500', '123028.247500', '123028.707500', '123029.167500', '123029.627500', '123030.087500', '123030.547500', '123031.007500', '123031.467500', '123031.927500', '123032.387500', '123032.847500', '123033.307500', '123033.767500', '123034.227500', '123034.687500', '123035.147500', '123035.607500', '123036.067500', '123036.527500', '123036.987500', '123037.447500', '123037.907500', '123038.367500', '123038.827500', '123039.287500', '123039.747500', '123040.207500', '123040.667500', '123041.127500', '123041.587500', '123042.047500', '123042.507500', '123042.967500', '123043.427500', '123043.887500', '123044.347500', '123044.807500', '123045.267500', '123045.727500', '123046.187500', '123046.647500', '123047.107500', '123047.567500', '123048.027500', '123048.487500', '123048.947500', '123049.407500', '123049.867500', '123050.327500', '123050.787500', '123051.247500', '123051.707500', '123052.167500', '123052.627500', '123053.087500', '123053.547500', '123054.007500', '123054.467500', '123054.927500', '123055.387500', '123055.847500', '123056.307500', '123056.767500', '123057.227500', '123057.687500', '123058.147500', '123058.607500', '123059.067500', '123059.527500', '123059.987500', '123100.447500', '123100.907500', '123101.367500', '123101.827500', '123102.287500', '123102.747500', '123103.207500', '123103.667500', '123104.127500', '123104.587500', '123105.047500', '123105.507500', '123105.967500', '123106.427500', '123106.887500', '123107.347500', '123107.807500', '123108.267500', '123108.727500', '123109.187500', '123109.647500', '123110.107500', '123110.567500', '123111.027500', '123111.487500', '123111.947500', '123112.407500', '123112.867500', '123113.327500', '123113.787500', '123114.247500', '123114.707500', '123115.167500', '123115.627500', '123116.087500', '123116.547500', '123117.007500', '123117.467500', '123117.927500', '123118.387500', '123118.847500', '123119.307500', '123119.767500', '123120.227500', '123120.687500', '123121.147500', '123121.607500', '123122.067500', '123122.527500', '123122.987500', '123123.447500', '123123.907500', '123124.367500', '123124.827500', '123125.287500', '123125.747500', '123126.207500', '123126.667500', '123127.127500', '123127.587500', '123128.047500', '123128.507500', '123128.967500', '123129.427500', '123129.887500', '123130.347500', '123130.807500', '123131.267500', '123131.727500', '123132.187500', '123132.647500', '123133.107500', '123133.567500', '123134.027500', '123134.487500', '123134.947500', '123135.407500', '123135.867500', '123136.327500', '123136.787500', '123137.247500', '123137.707500', '123138.167500', '123138.627500', '123139.087500', '123139.547500', '123140.007500', '123140.467500', '123140.927500', '123141.387500', '123141.847500', '123142.307500', '123142.767500', '123143.227500', '123143.687500', '123144.147500', '123144.607500', '123145.067500', '123145.527500', '123145.987500', '123146.447500', '123146.907500', '123147.367500', '123147.827500', '123148.287500', '123148.747500', '123149.207500', '123149.667500', '123150.127500', '123150.587500', '123151.047500', '123151.507500', '123151.967500', '123152.427500', '123152.887500', '123153.347500', '123153.807500', '123154.267500', '123154.727500', '123155.187500', '123155.647500', '123156.107500', '123156.567500', '123157.027500', '123157.487500', '123157.947500', '123158.407500', '123158.867500', '123159.327500', '123159.787500', '123200.247500', '123200.707500', '123201.167500', '123201.627500', '123202.087500', '123202.547500', '123203.007500', '123203.467500', '123203.927500', '123204.387500', '123204.847500', '123205.307500', '123205.767500', '123206.227500', '123206.687500', '123207.147500', '123207.607500', '123208.067500', '123208.527500', '123208.987500', '123209.447500', '123209.907500', '123210.367500', '123210.827500', '123211.287500', '123211.747500', '123212.207500', '123212.667500', '123213.127500', '123213.587500', '123214.047500', '123214.507500', '123214.967500', '123215.427500', '123215.887500', '123216.347500', '123216.807500', '123217.267500', '123217.727500', '123218.187500', '123218.647500', '123219.107500', '123219.567500', '123220.027500', '123220.487500', '123220.947500', '123221.407500', '123221.867500', '123222.327500', '123222.787500', '123223.247500', '123223.707500', '123224.167500', '123224.627500', '123225.087500', '123225.547500', '123226.007500', '123226.467500', '123226.927500', '123227.387500', '123227.847500', '123228.307500', '123228.767500', '123229.227500', '123229.687500', '123230.147500', '123230.607500', '123231.067500', '123231.527500', '123231.987500', '123232.447500', '123232.907500', '123233.367500', '123233.827500', '123234.287500', '123234.747500', '123235.207500', '123235.667500', '123236.127500', '123236.587500', '123237.047500', '123237.507500', '123237.967500', '123238.427500', '123238.887500', '123239.347500', '123239.807500', '123240.267500', '123240.727500', '123241.187500', '123241.647500', '123242.107500', '123242.567500', '123243.027500', '123243.487500', '123243.947500', '123244.407500', '123244.867500', '123245.327500', '123245.787500', '123246.247500', '123246.707500', '123247.167500', '123247.627500', '123248.087500', '123248.547500', '123249.007500', '123249.467500', '123249.927500', '123250.387500', '123250.847500', '123251.307500', '123251.767500', '123252.227500', '123252.687500', '123253.147500', '123253.607500', '123254.067500', '123254.527500', '123254.987500', '123255.447500', '123255.907500', '123256.367500', '123256.827500', '123257.287500', '123257.747500', '123258.207500', '123258.667500', '123259.127500', '123259.587500', '123300.047500', '123300.507500', '123300.967500', '123301.427500', '123301.887500', '123302.347500', '123302.807500', '123303.267500', '123303.727500', '123304.187500', '123304.647500', '123305.107500', '123305.567500', '123306.027500', '123306.487500', '123306.947500', '123307.407500', '123307.867500', '123308.327500', '123308.787500', '123309.247500', '123309.707500', '123310.167500', '123310.627500', '123311.087500', '123311.547500', '123312.007500', '123312.467500', '123312.927500', '123313.387500', '123313.847500', '123314.307500', '123314.767500', '123315.227500', '123315.687500', '123316.147500', '123316.607500', '123317.067500', '123317.527500', '123317.987500', '123318.447500', '123318.907500', '123319.367500', '123319.827500', '123320.287500', '123320.747500', '123321.207500', '123321.667500', '123322.127500', '123322.587500', '123323.047500', '123323.507500', '123323.967500', '123324.427500', '123324.887500', '123325.347500', '123325.807500', '123326.267500', '123326.727500', '123327.187500', '123327.647500', '123328.107500', '123328.567500', '123329.027500', '123329.487500', '123329.947500', '123330.407500', '123330.867500', '123331.327500', '123331.787500', '123332.247500', '123332.707500', '123333.167500', '123333.627500', '123334.087500', '123334.547500', '123335.007500', '123335.467500', '123335.927500'], 'ContentTime': ['122338.469000', '122338.472000', '122338.475000', '122338.477000', '122338.480000', '122338.483000', '122338.486000', '122338.488000', '122338.491000', '122338.493000', '122338.496000', '122338.498000', '122338.501000', '122338.504000', '122338.506000', '122338.509000', '122338.512000', '122338.514000', '122338.517000', '122338.519000', '122358.442000', '122358.445000', '122358.448000', '122358.450000', '122358.453000', '122358.455000', '122358.458000', '122358.460000', '122358.463000', '122358.466000', '122358.468000', '122358.471000', '122358.473000', '122358.476000', '122358.478000', '122358.481000', '122358.483000', '122358.506000', '122358.509000', '122358.511000', '122358.514000', '122358.516000', '122358.519000', '122358.521000', '122358.524000', '122358.527000', '122358.529000', '122358.532000', '122358.534000', '122358.537000', '122358.539000', '122358.542000', '122358.544000', '122358.547000', '122358.549000', '122358.552000', '122358.555000', '122358.557000', '122358.560000', '122358.562000', '122358.565000', '122358.567000', '122358.570000', '122358.575000', '122418.443000', '122418.446000', '122418.449000', '122418.451000', '122418.454000', '122418.456000', '122418.459000', '122418.461000', '122418.464000', '122418.467000', '122418.469000', '122418.472000', '122418.474000', '122418.477000', '122418.479000', '122418.482000', '122418.484000', '122418.487000', '122418.489000', '122418.492000', '122418.495000', '122418.497000', '122418.500000', '122418.502000', '122418.505000', '122418.507000', '122418.510000', '122418.512000', '122418.515000', '122418.517000', '122418.520000', '122418.523000', '122418.526000', '122418.529000', '122418.532000', '122418.534000', '122418.537000', '122418.539000', '122418.542000', '122418.544000', '122418.552000', '122418.555000', '122418.558000', '122438.443000', '122438.446000', '122438.449000', '122438.451000', '122438.454000', '122438.456000', '122438.459000', '122438.462000', '122438.464000', '122438.467000', '122438.469000', '122438.472000', '122438.474000', '122438.477000', '122438.479000', '122438.482000', '122438.484000', '122438.487000', '122438.490000', '122438.492000', '122438.495000', '122438.497000', '122438.500000', '122438.502000', '122438.505000', '122438.507000', '122438.510000', '122438.512000', '122438.515000', '122438.518000', '122438.520000', '122438.523000', '122438.525000', '122438.528000', '122438.530000', '122438.533000', '122438.535000', '122438.538000', '122438.541000', '122438.543000', '122438.546000', '122438.548000', '122438.551000', '122438.553000', '122458.443000', '122458.446000', '122458.449000', '122458.451000', '122458.454000', '122458.457000', '122458.459000', '122458.462000', '122458.464000', '122458.467000', '122458.469000', '122458.472000', '122458.474000', '122458.477000', '122458.480000', '122458.482000', '122458.485000', '122458.487000', '122458.490000', '122458.492000', '122458.495000', '122458.498000', '122458.500000', '122458.503000', '122458.505000', '122458.508000', '122458.510000', '122458.513000', '122458.515000', '122458.518000', '122458.520000', '122458.523000', '122458.536000', '122458.539000', '122458.541000', '122458.544000', '122458.546000', '122458.549000', '122458.551000', '122458.554000', '122458.557000', '122458.559000', '122458.562000', '122518.442000', '122518.445000', '122518.448000', '122518.451000', '122518.453000', '122518.456000', '122518.458000', '122518.461000', '122518.463000', '122518.466000', '122518.468000', '122518.471000', '122518.474000', '122518.476000', '122518.479000', '122518.504000', '122518.507000', '122518.509000', '122518.512000', '122518.514000', '122518.517000', '122518.519000', '122518.522000', '122518.525000', '122518.527000', '122518.530000', '122518.532000', '122518.535000', '122518.537000', '122518.540000', '122518.542000', '122518.545000', '122518.548000', '122518.550000', '122518.553000', '122518.555000', '122518.558000', '122518.560000', '122518.563000', '122518.565000', '122518.568000', '122518.570000', '122518.573000', '122518.575000', '122538.442000', '122538.445000', '122538.448000', '122538.450000', '122538.453000', '122538.455000', '122538.458000', '122538.461000', '122538.463000', '122538.466000', '122538.468000', '122538.471000', '122538.473000', '122538.476000', '122538.478000', '122538.481000', '122538.484000', '122538.486000', '122538.489000', '122538.491000', '122538.494000', '122538.496000', '122538.499000', '122538.501000', '122538.504000', '122538.506000', '122538.509000', '122538.512000', '122538.514000', '122538.517000', '122538.519000', '122538.522000', '122538.525000', '122538.527000', '122538.530000', '122538.532000', '122538.535000', '122538.537000', '122538.540000', '122538.543000', '122538.545000', '122538.548000', '122538.550000', '122558.442000', '122558.445000', '122558.448000', '122558.450000', '122558.453000', '122558.456000', '122558.458000', '122558.461000', '122558.463000', '122558.466000', '122558.468000', '122558.471000', '122558.474000', '122558.476000', '122558.479000', '122558.481000', '122558.484000', '122558.486000', '122558.489000', '122558.492000', '122558.494000', '122558.497000', '122558.499000', '122558.502000', '122558.504000', '122558.507000', '122558.509000', '122558.512000', '122558.515000', '122558.517000', '122558.520000', '122558.522000', '122558.525000', '122558.528000', '122558.530000', '122558.533000', '122558.535000', '122558.538000', '122558.540000', '122558.543000', '122558.545000', '122558.548000', '122558.551000', '122558.553000', '122618.443000', '122618.445000', '122618.448000', '122618.451000', '122618.453000', '122618.456000', '122618.458000', '122618.461000', '122618.463000', '122618.466000', '122618.468000', '122618.471000', '122618.474000', '122618.476000', '122618.479000', '122618.481000', '122618.484000', '122618.486000', '122618.489000', '122618.492000', '122618.494000', '122618.497000', '122618.499000', '122618.502000', '122618.505000', '122618.507000', '122618.510000', '122618.512000', '122618.515000', '122618.517000', '122618.520000', '122618.523000', '122618.525000', '122618.528000', '122618.530000', '122618.533000', '122618.535000', '122618.538000', '122618.541000', '122618.543000', '122618.546000', '122618.548000', '122618.551000', '122638.443000', '122638.446000', '122638.449000', '122638.451000', '122638.454000', '122638.456000', '122638.459000', '122638.462000', '122638.464000', '122638.467000', '122638.469000', '122638.472000', '122638.474000', '122638.477000', '122638.479000', '122638.482000', '122638.485000', '122638.487000', '122638.490000', '122638.492000', '122638.495000', '122638.497000', '122638.500000', '122638.503000', '122638.505000', '122638.508000', '122638.510000', '122638.513000', '122638.540000', '122638.543000', '122638.545000', '122638.548000', '122638.550000', '122638.553000', '122638.555000', '122638.558000', '122638.561000', '122638.563000', '122638.566000', '122638.568000', '122638.571000', '122638.573000', '122638.576000', '122638.579000', '122658.444000', '122658.446000', '122658.449000', '122658.451000', '122658.454000', '122658.457000', '122658.459000', '122658.462000', '122658.464000', '122658.467000', '122658.469000', '122658.477000', '122658.480000', '122658.483000', '122658.485000', '122658.488000', '122658.490000', '122658.493000', '122658.495000', '122658.498000', '122658.501000', '122658.503000', '122658.506000', '122658.508000', '122658.511000', '122658.513000', '122658.516000', '122658.519000', '122658.521000', '122658.524000', '122658.526000', '122658.529000', '122658.532000', '122658.534000', '122658.537000', '122658.539000', '122658.542000', '122658.544000', '122658.547000', '122658.549000', '122658.552000', '122658.555000', '122658.557000', '122718.444000', '122718.446000', '122718.449000', '122718.452000', '122718.454000', '122718.457000', '122718.459000', '122718.462000', '122718.464000', '122718.467000', '122718.470000', '122718.472000', '122718.475000', '122718.477000', '122718.480000', '122718.482000', '122718.485000', '122718.488000', '122718.490000', '122718.493000', '122718.495000', '122718.498000', '122718.500000', '122718.503000', '122718.506000', '122718.508000', '122718.511000', '122718.513000', '122718.516000', '122718.519000', '122718.521000', '122718.524000', '122718.526000', '122718.529000', '122718.531000', '122718.534000', '122718.536000', '122718.539000', '122718.541000', '122718.544000', '122718.547000', '122718.549000', '122718.552000', '122718.554000', '122738.442000', '122738.445000', '122738.448000', '122738.450000', '122738.453000', '122738.456000', '122738.458000', '122738.461000', '122738.463000', '122738.466000', '122738.468000', '122738.471000', '122738.474000', '122738.476000', '122738.479000', '122738.481000', '122738.484000', '122738.487000', '122738.489000', '122738.492000', '122738.494000', '122738.497000', '122738.500000', '122738.502000', '122738.505000', '122738.507000', '122738.510000', '122738.512000', '122738.515000', '122738.518000', '122738.524000', '122738.527000', '122738.530000', '122738.532000', '122738.535000', '122738.537000', '122738.540000', '122738.542000', '122738.545000', '122738.548000', '122738.550000', '122738.553000', '122738.555000', '122758.442000', '122758.445000', '122758.448000', '122758.450000', '122758.453000', '122758.455000', '122758.458000', '122758.461000', '122758.463000', '122758.466000', '122758.468000', '122758.472000', '122758.474000', '122758.477000', '122758.479000', '122758.482000', '122758.485000', '122758.487000', '122758.490000', '122758.492000', '122758.495000', '122758.497000', '122758.500000', '122758.503000', '122758.505000', '122758.508000', '122758.510000', '122758.513000', '122758.515000', '122758.518000', '122758.521000', '122758.523000', '122758.526000', '122758.529000', '122758.532000', '122758.534000', '122758.537000', '122758.539000', '122758.542000', '122758.545000', '122758.547000', '122758.550000', '122758.552000', '122758.555000', '122818.442000', '122818.445000', '122818.448000', '122818.450000', '122818.453000', '122818.456000', '122818.458000', '122818.461000', '122818.463000', '122818.474000', '122818.476000', '122818.479000', '122818.481000', '122818.484000', '122818.487000', '122818.489000', '122818.492000', '122818.495000', '122818.497000', '122818.500000', '122818.502000', '122818.505000', '122818.508000', '122818.510000', '122818.513000', '122818.515000', '122818.518000', '122818.520000', '122818.523000', '122818.526000', '122818.528000', '122818.531000', '122818.533000', '122818.536000', '122818.539000', '122818.541000', '122818.544000', '122818.546000', '122818.549000', '122818.552000', '122818.554000', '122818.557000', '122818.559000', '122838.442000', '122838.445000', '122838.448000', '122838.450000', '122838.453000', '122838.456000', '122838.458000', '122838.461000', '122838.463000', '122838.466000', '122838.469000', '122838.471000', '122838.474000', '122838.476000', '122838.479000', '122838.482000', '122838.484000', '122838.487000', '122838.489000', '122838.492000', '122838.494000', '122838.497000', '122838.500000', '122838.502000', '122838.505000', '122838.507000', '122838.510000', '122838.514000', '122838.516000', '122838.519000', '122838.521000', '122838.524000', '122838.526000', '122838.529000', '122838.532000', '122838.534000', '122838.537000', '122838.539000', '122838.542000', '122838.545000', '122838.547000', '122838.550000', '122838.552000', '122838.555000', '122858.444000', '122858.446000', '122858.456000', '122858.458000', '122858.461000', '122858.464000', '122858.466000', '122858.469000', '122858.471000', '122858.474000', '122858.477000', '122858.479000', '122858.482000', '122858.484000', '122858.487000', '122858.489000', '122858.492000', '122858.495000', '122858.497000', '122858.500000', '122858.502000', '122858.505000', '122858.508000', '122858.510000', '122858.513000', '122858.515000', '122858.518000', '122858.520000', '122858.523000', '122858.526000', '122858.528000', '122858.531000', '122858.533000', '122858.536000', '122858.539000', '122858.541000', '122858.544000', '122858.546000', '122858.549000', '122858.552000', '122858.554000', '122858.557000', '122858.559000', '122918.444000', '122918.446000', '122918.449000', '122918.452000', '122918.454000', '122918.457000', '122918.459000', '122918.462000', '122918.464000', '122918.467000', '122918.470000', '122918.472000', '122918.475000', '122918.477000', '122918.480000', '122918.483000', '122918.485000', '122918.488000', '122918.490000', '122918.493000', '122918.495000', '122918.498000', '122918.501000', '122918.503000', '122918.506000', '122918.508000', '122918.512000', '122918.514000', '122918.517000', '122918.519000', '122918.522000', '122918.525000', '122918.527000', '122918.530000', '122918.532000', '122918.535000', '122918.538000', '122918.540000', '122918.543000', '122918.545000', '122918.548000', '122918.550000', '122918.553000', '122938.443000', '122938.446000', '122938.449000', '122938.451000', '122938.454000', '122938.457000', '122938.472000', '122938.474000', '122938.477000', '122938.479000', '122938.482000', '122938.485000', '122938.487000', '122938.490000', '122938.492000', '122938.495000', '122938.498000', '122938.500000', '122938.503000', '122938.507000', '122938.509000', '122938.512000', '122938.514000', '122938.517000', '122938.520000', '122938.522000', '122938.525000', '122938.527000', '122938.530000', '122938.533000', '122938.535000', '122938.538000', '122938.540000', '122938.543000', '122938.545000', '122938.548000', '122938.551000', '122938.553000', '122938.556000', '122938.558000', '122938.561000', '122938.564000', '122938.566000', '122938.569000', '122958.442000', '122958.445000', '122958.448000', '122958.450000', '122958.453000', '122958.456000', '122958.458000', '122958.461000', '122958.463000', '122958.466000', '122958.469000', '122958.471000', '122958.474000', '122958.476000', '122958.479000', '122958.481000', '122958.484000', '122958.487000', '122958.489000', '122958.492000', '122958.494000', '122958.497000', '122958.500000', '122958.502000', '122958.505000', '122958.507000', '122958.510000', '122958.512000', '122958.515000', '122958.518000', '122958.520000', '122958.523000', '122958.525000', '122958.528000', '122958.530000', '122958.533000', '122958.535000', '122958.538000', '122958.541000', '122958.543000', '122958.546000', '122958.548000', '122958.551000', '123018.442000', '123018.445000', '123018.448000', '123018.451000', '123018.453000', '123018.456000', '123018.458000', '123018.461000', '123018.464000', '123018.466000', '123018.469000', '123018.471000', '123018.474000', '123018.477000', '123018.479000', '123018.482000', '123018.484000', '123018.487000', '123018.489000', '123018.492000', '123018.495000', '123018.497000', '123018.500000', '123018.502000', '123018.505000', '123018.508000', '123018.510000', '123018.513000', '123018.515000', '123018.518000', '123018.520000', '123018.523000', '123018.526000', '123018.528000', '123018.531000', '123018.533000', '123018.536000', '123018.539000', '123018.541000', '123018.544000', '123018.546000', '123018.549000', '123018.552000', '123018.554000', '123038.443000', '123038.445000', '123038.448000', '123038.451000', '123038.453000', '123038.456000', '123038.458000', '123038.461000', '123038.463000', '123038.466000', '123038.469000', '123038.471000', '123038.474000', '123038.476000', '123038.479000', '123038.481000', '123038.484000', '123038.486000', '123038.489000', '123038.492000', '123038.494000', '123038.497000', '123038.499000', '123038.502000', '123038.505000', '123038.507000', '123038.510000', '123038.513000', '123038.515000', '123038.518000', '123038.521000', '123038.523000', '123038.526000', '123038.528000', '123038.531000', '123038.533000', '123038.536000', '123038.539000', '123038.541000', '123038.544000', '123038.546000', '123038.550000', '123038.553000', '123058.443000', '123058.446000', '123058.449000', '123058.451000', '123058.454000', '123058.457000', '123058.459000', '123058.462000', '123058.464000', '123058.467000', '123058.469000', '123058.472000', '123058.475000', '123058.477000', '123058.480000', '123058.482000', '123058.485000', '123058.499000', '123058.502000', '123058.504000', '123058.507000', '123058.509000', '123058.512000', '123058.514000', '123058.517000', '123058.520000', '123058.522000', '123058.525000', '123058.527000', '123058.530000', '123058.533000', '123058.535000', '123058.538000', '123058.540000', '123058.543000', '123058.546000', '123058.548000', '123058.551000', '123058.553000', '123058.556000', '123058.558000', '123058.561000', '123058.564000', '123058.566000', '123118.444000', '123118.447000', '123118.449000', '123118.452000', '123118.454000', '123118.457000', '123118.460000', '123118.462000', '123118.465000', '123118.467000', '123118.470000', '123118.472000', '123118.475000', '123118.478000', '123118.480000', '123118.483000', '123118.485000', '123118.488000', '123118.491000', '123118.493000', '123118.496000', '123118.498000', '123118.501000', '123118.503000', '123118.506000', '123118.508000', '123118.511000', '123118.514000', '123118.516000', '123118.519000', '123118.521000', '123118.524000', '123118.526000', '123118.529000', '123118.531000', '123118.534000', '123118.537000', '123118.539000', '123118.542000', '123118.544000', '123118.547000', '123118.549000', '123118.552000', '123138.444000', '123138.446000', '123138.449000', '123138.452000', '123138.454000', '123138.457000', '123138.459000', '123138.462000', '123138.465000', '123138.467000', '123138.470000', '123138.472000', '123138.475000', '123138.477000', '123138.480000', '123138.483000', '123138.485000', '123138.488000', '123138.490000', '123138.493000', '123138.495000', '123138.498000', '123138.501000', '123138.503000', '123138.506000', '123138.508000', '123138.511000', '123138.513000', '123138.516000', '123138.519000', '123138.521000', '123138.524000', '123138.526000', '123138.529000', '123138.532000', '123138.534000', '123138.537000', '123138.539000', '123138.542000', '123138.545000', '123138.547000', '123138.550000', '123138.552000', '123138.555000', '123158.443000', '123158.445000', '123158.448000', '123158.450000', '123158.453000', '123158.456000', '123158.458000', '123158.461000', '123158.463000', '123158.466000', '123158.468000', '123158.471000', '123158.473000', '123158.476000', '123158.479000', '123158.481000', '123158.484000', '123158.486000', '123158.489000', '123158.492000', '123158.494000', '123158.497000', '123158.499000', '123158.502000', '123158.504000', '123158.507000', '123158.510000', '123158.512000', '123158.515000', '123158.517000', '123158.520000', '123158.522000', '123158.525000', '123158.528000', '123158.530000', '123158.533000', '123158.535000', '123158.538000', '123158.540000', '123158.543000', '123158.545000', '123158.548000', '123158.551000', '123218.443000', '123218.445000', '123218.448000', '123218.451000', '123218.453000', '123218.456000', '123218.458000', '123218.461000', '123218.463000', '123218.466000', '123218.469000', '123218.471000', '123218.474000', '123218.476000', '123218.491000', '123218.493000', '123218.496000', '123218.498000', '123218.501000', '123218.504000', '123218.506000', '123218.509000', '123218.511000', '123218.514000', '123218.516000', '123218.519000', '123218.522000', '123218.524000', '123218.527000', '123218.529000', '123218.532000', '123218.535000', '123218.537000', '123218.540000', '123218.542000', '123218.545000', '123218.547000', '123218.550000', '123218.552000', '123218.555000', '123218.559000', '123218.561000', '123218.564000', '123218.566000', '123238.443000', '123238.445000', '123238.448000', '123238.451000', '123238.453000', '123238.456000', '123238.458000', '123238.461000', '123238.463000', '123238.466000', '123238.469000', '123238.471000', '123238.474000', '123238.476000', '123238.479000', '123238.481000', '123238.484000', '123238.487000', '123238.489000', '123238.492000', '123238.494000', '123238.497000', '123238.499000', '123238.502000', '123238.505000', '123238.507000', '123238.510000', '123238.512000', '123238.515000', '123238.517000', '123238.520000', '123238.522000', '123238.525000', '123238.528000', '123238.530000', '123238.533000', '123238.535000', '123238.538000', '123238.540000', '123238.543000', '123238.546000', '123238.548000', '123238.551000', '123258.443000', '123258.446000', '123258.448000', '123258.451000', '123258.454000', '123258.456000', '123258.459000', '123258.461000', '123258.464000', '123258.467000', '123258.469000', '123258.472000', '123258.475000', '123258.477000', '123258.480000', '123258.482000', '123258.485000', '123258.488000', '123258.490000', '123258.493000', '123258.495000', '123258.498000', '123258.500000', '123258.503000', '123258.506000', '123258.508000', '123258.511000', '123258.513000', '123258.516000', '123258.518000', '123258.521000', '123258.524000', '123258.526000', '123258.529000', '123258.532000', '123258.534000', '123258.537000', '123258.539000', '123258.542000', '123258.544000', '123258.547000', '123258.550000', '123258.552000', '123258.555000', '123318.444000', '123318.446000', '123318.449000', '123318.451000', '123318.454000', '123318.457000', '123318.459000', '123318.462000', '123318.464000', '123318.467000', '123318.470000', '123318.472000', '123318.475000', '123318.477000', '123318.480000', '123318.483000', '123318.485000', '123318.488000', '123318.490000', '123318.493000', '123318.495000', '123318.498000', '123318.501000', '123318.503000', '123318.506000', '123318.508000', '123318.511000', '123318.513000', '123318.516000', '123318.519000', '123318.521000', '123318.524000', '123318.526000', '123318.529000', '123318.531000', '123318.534000', '123318.537000', '123318.539000', '123318.542000', '123318.544000', '123318.547000', '123318.550000', '123318.552000', '123336.991000', '123336.994000', '123336.997000', '123337.000000', '123337.003000', '123337.006000', '123337.008000', '123337.011000', '123337.013000', '123337.016000', '123337.026000', '123337.029000', '123337.031000', '123337.034000', '123337.036000', '123337.039000', '123337.042000', '123337.044000', '123337.047000', '123337.049000', '123337.052000', '123337.055000', '123337.057000', '123337.060000', '123337.062000', '123337.065000', '123337.068000', '123337.070000', '123337.073000', '123337.075000', '123337.078000', '123337.080000', '123337.083000', '123337.086000', '123337.088000', '123337.091000', '123337.093000', '123337.096000', '123337.098000', '123337.101000', '123337.104000'], 'InstanceCreationTime': ['122338.469000', '122338.472000', '122338.475000', '122338.477000', '122338.480000', '122338.483000', '122338.486000', '122338.488000', '122338.491000', '122338.493000', '122338.496000', '122338.498000', '122338.501000', '122338.504000', '122338.506000', '122338.509000', '122338.512000', '122338.514000', '122338.517000', '122338.519000', '122358.442000', '122358.445000', '122358.448000', '122358.450000', '122358.453000', '122358.455000', '122358.458000', '122358.460000', '122358.463000', '122358.466000', '122358.468000', '122358.471000', '122358.473000', '122358.476000', '122358.478000', '122358.481000', '122358.483000', '122358.506000', '122358.509000', '122358.511000', '122358.514000', '122358.516000', '122358.519000', '122358.521000', '122358.524000', '122358.527000', '122358.529000', '122358.532000', '122358.534000', '122358.537000', '122358.539000', '122358.542000', '122358.544000', '122358.547000', '122358.549000', '122358.552000', '122358.555000', '122358.557000', '122358.560000', '122358.562000', '122358.565000', '122358.567000', '122358.570000', '122358.575000', '122418.443000', '122418.446000', '122418.449000', '122418.451000', '122418.454000', '122418.456000', '122418.459000', '122418.461000', '122418.464000', '122418.467000', '122418.469000', '122418.472000', '122418.474000', '122418.477000', '122418.479000', '122418.482000', '122418.484000', '122418.487000', '122418.489000', '122418.492000', '122418.495000', '122418.497000', '122418.500000', '122418.502000', '122418.505000', '122418.507000', '122418.510000', '122418.512000', '122418.515000', '122418.517000', '122418.520000', '122418.523000', '122418.526000', '122418.529000', '122418.532000', '122418.534000', '122418.537000', '122418.539000', '122418.542000', '122418.544000', '122418.552000', '122418.555000', '122418.558000', '122438.443000', '122438.446000', '122438.449000', '122438.451000', '122438.454000', '122438.456000', '122438.459000', '122438.462000', '122438.464000', '122438.467000', '122438.469000', '122438.472000', '122438.474000', '122438.477000', '122438.479000', '122438.482000', '122438.484000', '122438.487000', '122438.490000', '122438.492000', '122438.495000', '122438.497000', '122438.500000', '122438.502000', '122438.505000', '122438.507000', '122438.510000', '122438.512000', '122438.515000', '122438.518000', '122438.520000', '122438.523000', '122438.525000', '122438.528000', '122438.530000', '122438.533000', '122438.535000', '122438.538000', '122438.541000', '122438.543000', '122438.546000', '122438.548000', '122438.551000', '122438.553000', '122458.443000', '122458.446000', '122458.449000', '122458.451000', '122458.454000', '122458.457000', '122458.459000', '122458.462000', '122458.464000', '122458.467000', '122458.469000', '122458.472000', '122458.474000', '122458.477000', '122458.480000', '122458.482000', '122458.485000', '122458.487000', '122458.490000', '122458.492000', '122458.495000', '122458.498000', '122458.500000', '122458.503000', '122458.505000', '122458.508000', '122458.510000', '122458.513000', '122458.515000', '122458.518000', '122458.520000', '122458.523000', '122458.536000', '122458.539000', '122458.541000', '122458.544000', '122458.546000', '122458.549000', '122458.551000', '122458.554000', '122458.557000', '122458.559000', '122458.562000', '122518.442000', '122518.445000', '122518.448000', '122518.451000', '122518.453000', '122518.456000', '122518.458000', '122518.461000', '122518.463000', '122518.466000', '122518.468000', '122518.471000', '122518.474000', '122518.476000', '122518.479000', '122518.504000', '122518.507000', '122518.509000', '122518.512000', '122518.514000', '122518.517000', '122518.519000', '122518.522000', '122518.525000', '122518.527000', '122518.530000', '122518.532000', '122518.535000', '122518.537000', '122518.540000', '122518.542000', '122518.545000', '122518.548000', '122518.550000', '122518.553000', '122518.555000', '122518.558000', '122518.560000', '122518.563000', '122518.565000', '122518.568000', '122518.570000', '122518.573000', '122518.575000', '122538.442000', '122538.445000', '122538.448000', '122538.450000', '122538.453000', '122538.455000', '122538.458000', '122538.461000', '122538.463000', '122538.466000', '122538.468000', '122538.471000', '122538.473000', '122538.476000', '122538.478000', '122538.481000', '122538.484000', '122538.486000', '122538.489000', '122538.491000', '122538.494000', '122538.496000', '122538.499000', '122538.501000', '122538.504000', '122538.506000', '122538.509000', '122538.512000', '122538.514000', '122538.517000', '122538.519000', '122538.522000', '122538.525000', '122538.527000', '122538.530000', '122538.532000', '122538.535000', '122538.537000', '122538.540000', '122538.543000', '122538.545000', '122538.548000', '122538.550000', '122558.442000', '122558.445000', '122558.448000', '122558.450000', '122558.453000', '122558.456000', '122558.458000', '122558.461000', '122558.463000', '122558.466000', '122558.468000', '122558.471000', '122558.474000', '122558.476000', '122558.479000', '122558.481000', '122558.484000', '122558.486000', '122558.489000', '122558.492000', '122558.494000', '122558.497000', '122558.499000', '122558.502000', '122558.504000', '122558.507000', '122558.509000', '122558.512000', '122558.515000', '122558.517000', '122558.520000', '122558.522000', '122558.525000', '122558.528000', '122558.530000', '122558.533000', '122558.535000', '122558.538000', '122558.540000', '122558.543000', '122558.545000', '122558.548000', '122558.551000', '122558.553000', '122618.443000', '122618.445000', '122618.448000', '122618.451000', '122618.453000', '122618.456000', '122618.458000', '122618.461000', '122618.463000', '122618.466000', '122618.468000', '122618.471000', '122618.474000', '122618.476000', '122618.479000', '122618.481000', '122618.484000', '122618.486000', '122618.489000', '122618.492000', '122618.494000', '122618.497000', '122618.499000', '122618.502000', '122618.505000', '122618.507000', '122618.510000', '122618.512000', '122618.515000', '122618.517000', '122618.520000', '122618.523000', '122618.525000', '122618.528000', '122618.530000', '122618.533000', '122618.535000', '122618.538000', '122618.541000', '122618.543000', '122618.546000', '122618.548000', '122618.551000', '122638.443000', '122638.446000', '122638.449000', '122638.451000', '122638.454000', '122638.456000', '122638.459000', '122638.462000', '122638.464000', '122638.467000', '122638.469000', '122638.472000', '122638.474000', '122638.477000', '122638.479000', '122638.482000', '122638.485000', '122638.487000', '122638.490000', '122638.492000', '122638.495000', '122638.497000', '122638.500000', '122638.503000', '122638.505000', '122638.508000', '122638.510000', '122638.513000', '122638.540000', '122638.543000', '122638.545000', '122638.548000', '122638.550000', '122638.553000', '122638.555000', '122638.558000', '122638.561000', '122638.563000', '122638.566000', '122638.568000', '122638.571000', '122638.573000', '122638.576000', '122638.579000', '122658.444000', '122658.446000', '122658.449000', '122658.451000', '122658.454000', '122658.457000', '122658.459000', '122658.462000', '122658.464000', '122658.467000', '122658.469000', '122658.477000', '122658.480000', '122658.483000', '122658.485000', '122658.488000', '122658.490000', '122658.493000', '122658.495000', '122658.498000', '122658.501000', '122658.503000', '122658.506000', '122658.508000', '122658.511000', '122658.513000', '122658.516000', '122658.519000', '122658.521000', '122658.524000', '122658.526000', '122658.529000', '122658.532000', '122658.534000', '122658.537000', '122658.539000', '122658.542000', '122658.544000', '122658.547000', '122658.549000', '122658.552000', '122658.555000', '122658.557000', '122718.444000', '122718.446000', '122718.449000', '122718.452000', '122718.454000', '122718.457000', '122718.459000', '122718.462000', '122718.464000', '122718.467000', '122718.470000', '122718.472000', '122718.475000', '122718.477000', '122718.480000', '122718.482000', '122718.485000', '122718.488000', '122718.490000', '122718.493000', '122718.495000', '122718.498000', '122718.500000', '122718.503000', '122718.506000', '122718.508000', '122718.511000', '122718.513000', '122718.516000', '122718.519000', '122718.521000', '122718.524000', '122718.526000', '122718.529000', '122718.531000', '122718.534000', '122718.536000', '122718.539000', '122718.541000', '122718.544000', '122718.547000', '122718.549000', '122718.552000', '122718.554000', '122738.442000', '122738.445000', '122738.448000', '122738.450000', '122738.453000', '122738.456000', '122738.458000', '122738.461000', '122738.463000', '122738.466000', '122738.468000', '122738.471000', '122738.474000', '122738.476000', '122738.479000', '122738.481000', '122738.484000', '122738.487000', '122738.489000', '122738.492000', '122738.494000', '122738.497000', '122738.500000', '122738.502000', '122738.505000', '122738.507000', '122738.510000', '122738.512000', '122738.515000', '122738.518000', '122738.524000', '122738.527000', '122738.530000', '122738.532000', '122738.535000', '122738.537000', '122738.540000', '122738.542000', '122738.545000', '122738.548000', '122738.550000', '122738.553000', '122738.555000', '122758.442000', '122758.445000', '122758.448000', '122758.450000', '122758.453000', '122758.455000', '122758.458000', '122758.461000', '122758.463000', '122758.466000', '122758.468000', '122758.472000', '122758.474000', '122758.477000', '122758.479000', '122758.482000', '122758.485000', '122758.487000', '122758.490000', '122758.492000', '122758.495000', '122758.497000', '122758.500000', '122758.503000', '122758.505000', '122758.508000', '122758.510000', '122758.513000', '122758.515000', '122758.518000', '122758.521000', '122758.523000', '122758.526000', '122758.529000', '122758.532000', '122758.534000', '122758.537000', '122758.539000', '122758.542000', '122758.545000', '122758.547000', '122758.550000', '122758.552000', '122758.555000', '122818.442000', '122818.445000', '122818.448000', '122818.450000', '122818.453000', '122818.456000', '122818.458000', '122818.461000', '122818.463000', '122818.474000', '122818.476000', '122818.479000', '122818.481000', '122818.484000', '122818.487000', '122818.489000', '122818.492000', '122818.495000', '122818.497000', '122818.500000', '122818.502000', '122818.505000', '122818.508000', '122818.510000', '122818.513000', '122818.515000', '122818.518000', '122818.520000', '122818.523000', '122818.526000', '122818.528000', '122818.531000', '122818.533000', '122818.536000', '122818.539000', '122818.541000', '122818.544000', '122818.546000', '122818.549000', '122818.552000', '122818.554000', '122818.557000', '122818.559000', '122838.442000', '122838.445000', '122838.448000', '122838.450000', '122838.453000', '122838.456000', '122838.458000', '122838.461000', '122838.463000', '122838.466000', '122838.469000', '122838.471000', '122838.474000', '122838.476000', '122838.479000', '122838.482000', '122838.484000', '122838.487000', '122838.489000', '122838.492000', '122838.494000', '122838.497000', '122838.500000', '122838.502000', '122838.505000', '122838.507000', '122838.510000', '122838.514000', '122838.516000', '122838.519000', '122838.521000', '122838.524000', '122838.526000', '122838.529000', '122838.532000', '122838.534000', '122838.537000', '122838.539000', '122838.542000', '122838.545000', '122838.547000', '122838.550000', '122838.552000', '122838.555000', '122858.444000', '122858.446000', '122858.456000', '122858.458000', '122858.461000', '122858.464000', '122858.466000', '122858.469000', '122858.471000', '122858.474000', '122858.477000', '122858.479000', '122858.482000', '122858.484000', '122858.487000', '122858.489000', '122858.492000', '122858.495000', '122858.497000', '122858.500000', '122858.502000', '122858.505000', '122858.508000', '122858.510000', '122858.513000', '122858.515000', '122858.518000', '122858.520000', '122858.523000', '122858.526000', '122858.528000', '122858.531000', '122858.533000', '122858.536000', '122858.539000', '122858.541000', '122858.544000', '122858.546000', '122858.549000', '122858.552000', '122858.554000', '122858.557000', '122858.559000', '122918.444000', '122918.446000', '122918.449000', '122918.452000', '122918.454000', '122918.457000', '122918.459000', '122918.462000', '122918.464000', '122918.467000', '122918.470000', '122918.472000', '122918.475000', '122918.477000', '122918.480000', '122918.483000', '122918.485000', '122918.488000', '122918.490000', '122918.493000', '122918.495000', '122918.498000', '122918.501000', '122918.503000', '122918.506000', '122918.508000', '122918.512000', '122918.514000', '122918.517000', '122918.519000', '122918.522000', '122918.525000', '122918.527000', '122918.530000', '122918.532000', '122918.535000', '122918.538000', '122918.540000', '122918.543000', '122918.545000', '122918.548000', '122918.550000', '122918.553000', '122938.443000', '122938.446000', '122938.449000', '122938.451000', '122938.454000', '122938.457000', '122938.472000', '122938.474000', '122938.477000', '122938.479000', '122938.482000', '122938.485000', '122938.487000', '122938.490000', '122938.492000', '122938.495000', '122938.498000', '122938.500000', '122938.503000', '122938.507000', '122938.509000', '122938.512000', '122938.514000', '122938.517000', '122938.520000', '122938.522000', '122938.525000', '122938.527000', '122938.530000', '122938.533000', '122938.535000', '122938.538000', '122938.540000', '122938.543000', '122938.545000', '122938.548000', '122938.551000', '122938.553000', '122938.556000', '122938.558000', '122938.561000', '122938.564000', '122938.566000', '122938.569000', '122958.442000', '122958.445000', '122958.448000', '122958.450000', '122958.453000', '122958.456000', '122958.458000', '122958.461000', '122958.463000', '122958.466000', '122958.469000', '122958.471000', '122958.474000', '122958.476000', '122958.479000', '122958.481000', '122958.484000', '122958.487000', '122958.489000', '122958.492000', '122958.494000', '122958.497000', '122958.500000', '122958.502000', '122958.505000', '122958.507000', '122958.510000', '122958.512000', '122958.515000', '122958.518000', '122958.520000', '122958.523000', '122958.525000', '122958.528000', '122958.530000', '122958.533000', '122958.535000', '122958.538000', '122958.541000', '122958.543000', '122958.546000', '122958.548000', '122958.551000', '123018.442000', '123018.445000', '123018.448000', '123018.451000', '123018.453000', '123018.456000', '123018.458000', '123018.461000', '123018.464000', '123018.466000', '123018.469000', '123018.471000', '123018.474000', '123018.477000', '123018.479000', '123018.482000', '123018.484000', '123018.487000', '123018.489000', '123018.492000', '123018.495000', '123018.497000', '123018.500000', '123018.502000', '123018.505000', '123018.508000', '123018.510000', '123018.513000', '123018.515000', '123018.518000', '123018.520000', '123018.523000', '123018.526000', '123018.528000', '123018.531000', '123018.533000', '123018.536000', '123018.539000', '123018.541000', '123018.544000', '123018.546000', '123018.549000', '123018.552000', '123018.554000', '123038.443000', '123038.445000', '123038.448000', '123038.451000', '123038.453000', '123038.456000', '123038.458000', '123038.461000', '123038.463000', '123038.466000', '123038.469000', '123038.471000', '123038.474000', '123038.476000', '123038.479000', '123038.481000', '123038.484000', '123038.486000', '123038.489000', '123038.492000', '123038.494000', '123038.497000', '123038.499000', '123038.502000', '123038.505000', '123038.507000', '123038.510000', '123038.513000', '123038.515000', '123038.518000', '123038.521000', '123038.523000', '123038.526000', '123038.528000', '123038.531000', '123038.533000', '123038.536000', '123038.539000', '123038.541000', '123038.544000', '123038.546000', '123038.550000', '123038.553000', '123058.443000', '123058.446000', '123058.449000', '123058.451000', '123058.454000', '123058.457000', '123058.459000', '123058.462000', '123058.464000', '123058.467000', '123058.469000', '123058.472000', '123058.475000', '123058.477000', '123058.480000', '123058.482000', '123058.485000', '123058.499000', '123058.502000', '123058.504000', '123058.507000', '123058.509000', '123058.512000', '123058.514000', '123058.517000', '123058.520000', '123058.522000', '123058.525000', '123058.527000', '123058.530000', '123058.533000', '123058.535000', '123058.538000', '123058.540000', '123058.543000', '123058.546000', '123058.548000', '123058.551000', '123058.553000', '123058.556000', '123058.558000', '123058.561000', '123058.564000', '123058.566000', '123118.444000', '123118.447000', '123118.449000', '123118.452000', '123118.454000', '123118.457000', '123118.460000', '123118.462000', '123118.465000', '123118.467000', '123118.470000', '123118.472000', '123118.475000', '123118.478000', '123118.480000', '123118.483000', '123118.485000', '123118.488000', '123118.491000', '123118.493000', '123118.496000', '123118.498000', '123118.501000', '123118.503000', '123118.506000', '123118.508000', '123118.511000', '123118.514000', '123118.516000', '123118.519000', '123118.521000', '123118.524000', '123118.526000', '123118.529000', '123118.531000', '123118.534000', '123118.537000', '123118.539000', '123118.542000', '123118.544000', '123118.547000', '123118.549000', '123118.552000', '123138.444000', '123138.446000', '123138.449000', '123138.452000', '123138.454000', '123138.457000', '123138.459000', '123138.462000', '123138.465000', '123138.467000', '123138.470000', '123138.472000', '123138.475000', '123138.477000', '123138.480000', '123138.483000', '123138.485000', '123138.488000', '123138.490000', '123138.493000', '123138.495000', '123138.498000', '123138.501000', '123138.503000', '123138.506000', '123138.508000', '123138.511000', '123138.513000', '123138.516000', '123138.519000', '123138.521000', '123138.524000', '123138.526000', '123138.529000', '123138.532000', '123138.534000', '123138.537000', '123138.539000', '123138.542000', '123138.545000', '123138.547000', '123138.550000', '123138.552000', '123138.555000', '123158.443000', '123158.445000', '123158.448000', '123158.450000', '123158.453000', '123158.456000', '123158.458000', '123158.461000', '123158.463000', '123158.466000', '123158.468000', '123158.471000', '123158.473000', '123158.476000', '123158.479000', '123158.481000', '123158.484000', '123158.486000', '123158.489000', '123158.492000', '123158.494000', '123158.497000', '123158.499000', '123158.502000', '123158.504000', '123158.507000', '123158.510000', '123158.512000', '123158.515000', '123158.517000', '123158.520000', '123158.522000', '123158.525000', '123158.528000', '123158.530000', '123158.533000', '123158.535000', '123158.538000', '123158.540000', '123158.543000', '123158.545000', '123158.548000', '123158.551000', '123218.443000', '123218.445000', '123218.448000', '123218.451000', '123218.453000', '123218.456000', '123218.458000', '123218.461000', '123218.463000', '123218.466000', '123218.469000', '123218.471000', '123218.474000', '123218.476000', '123218.491000', '123218.493000', '123218.496000', '123218.498000', '123218.501000', '123218.504000', '123218.506000', '123218.509000', '123218.511000', '123218.514000', '123218.516000', '123218.519000', '123218.522000', '123218.524000', '123218.527000', '123218.529000', '123218.532000', '123218.535000', '123218.537000', '123218.540000', '123218.542000', '123218.545000', '123218.547000', '123218.550000', '123218.552000', '123218.555000', '123218.559000', '123218.561000', '123218.564000', '123218.566000', '123238.443000', '123238.445000', '123238.448000', '123238.451000', '123238.453000', '123238.456000', '123238.458000', '123238.461000', '123238.463000', '123238.466000', '123238.469000', '123238.471000', '123238.474000', '123238.476000', '123238.479000', '123238.481000', '123238.484000', '123238.487000', '123238.489000', '123238.492000', '123238.494000', '123238.497000', '123238.499000', '123238.502000', '123238.505000', '123238.507000', '123238.510000', '123238.512000', '123238.515000', '123238.517000', '123238.520000', '123238.522000', '123238.525000', '123238.528000', '123238.530000', '123238.533000', '123238.535000', '123238.538000', '123238.540000', '123238.543000', '123238.546000', '123238.548000', '123238.551000', '123258.443000', '123258.446000', '123258.448000', '123258.451000', '123258.454000', '123258.456000', '123258.459000', '123258.461000', '123258.464000', '123258.467000', '123258.469000', '123258.472000', '123258.475000', '123258.477000', '123258.480000', '123258.482000', '123258.485000', '123258.488000', '123258.490000', '123258.493000', '123258.495000', '123258.498000', '123258.500000', '123258.503000', '123258.506000', '123258.508000', '123258.511000', '123258.513000', '123258.516000', '123258.518000', '123258.521000', '123258.524000', '123258.526000', '123258.529000', '123258.532000', '123258.534000', '123258.537000', '123258.539000', '123258.542000', '123258.544000', '123258.547000', '123258.550000', '123258.552000', '123258.555000', '123318.444000', '123318.446000', '123318.449000', '123318.451000', '123318.454000', '123318.457000', '123318.459000', '123318.462000', '123318.464000', '123318.467000', '123318.470000', '123318.472000', '123318.475000', '123318.477000', '123318.480000', '123318.483000', '123318.485000', '123318.488000', '123318.490000', '123318.493000', '123318.495000', '123318.498000', '123318.501000', '123318.503000', '123318.506000', '123318.508000', '123318.511000', '123318.513000', '123318.516000', '123318.519000', '123318.521000', '123318.524000', '123318.526000', '123318.529000', '123318.531000', '123318.534000', '123318.537000', '123318.539000', '123318.542000', '123318.544000', '123318.547000', '123318.550000', '123318.552000', '123336.991000', '123336.994000', '123336.997000', '123337.000000', '123337.003000', '123337.006000', '123337.008000', '123337.011000', '123337.013000', '123337.016000', '123337.026000', '123337.029000', '123337.031000', '123337.034000', '123337.036000', '123337.039000', '123337.042000', '123337.044000', '123337.047000', '123337.049000', '123337.052000', '123337.055000', '123337.057000', '123337.060000', '123337.062000', '123337.065000', '123337.068000', '123337.070000', '123337.073000', '123337.075000', '123337.078000', '123337.080000', '123337.083000', '123337.086000', '123337.088000', '123337.091000', '123337.093000', '123337.096000', '123337.098000', '123337.101000', '123337.104000'], '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], 'LargestImagePixelValue': [9461, 11876, 10009, 7664, 9878, 8483, 8116, 9554, 9056, 9263, 9995, 10281, 7350, 10094, 8350, 7306, 8223, 8847, 10002, 8610, 10097, 8374, 9495, 8283, 9507, 7174, 6905, 6822, 7844, 6976, 9474, 9081, 12961, 9592, 9951, 9300, 8698, 8597, 7768, 7890, 5719, 7549, 5964, 8596, 6783, 9585, 9411, 9169, 9062, 8361, 8692, 7293, 7560, 6811, 8715, 7354, 9146, 7844, 12091, 9277, 14149, 9599, 10663, 9004, 10753, 8692, 12383, 9046, 9755, 8730, 8557, 8690, 6937, 8427, 7013, 9387, 8169, 8884, 8648, 9062, 8504, 9066, 9036, 8452, 9273, 10261, 9070, 13891, 9238, 8786, 9018, 6751, 7738, 6935, 8790, 7105, 8470, 7937, 8600, 8197, 9046, 7863, 13229, 8721, 12404, 9238, 10208, 9178, 10728, 8220, 13670, 8682, 9998, 9347, 8272, 8529, 7869, 8987, 6380, 6643, 6993, 7973, 7860, 8826, 8050, 8761, 8332, 11671, 9216, 12765, 8806, 13493, 8669, 13971, 8604, 12823, 8452, 11709, 8158, 12506, 8722, 8698, 9332, 8620, 9318, 8702, 8870, 8049, 9531, 6544, 9324, 6839, 8333, 8462, 8696, 6889, 9202, 7006, 7378, 6680, 8209, 7188, 8264, 7023, 8432, 7612, 8738, 7791, 9009, 7386, 11249, 8351, 12982, 9375, 8107, 9488, 6930, 8636, 8515, 8980, 10055, 8169, 8119, 8761, 8341, 10443, 7620, 12656, 8033, 11780, 8102, 8636, 8039, 8708, 8034, 11804, 9537, 6715, 6892, 7162, 8071, 8432, 9145, 10104, 8982, 10170, 9471, 9113, 12547, 9287, 12458, 9545, 9495, 9022, 9009, 8968, 7141, 6722, 6680, 8138, 7892, 9140, 6883, 8704, 7552, 13966, 10116, 10525, 6106, 9158, 7657, 9597, 7380, 7350, 9234, 9931, 9582, 10343, 9532, 13793, 8996, 13893, 9956, 11423, 9265, 7048, 8872, 7287, 8202, 7065, 8984, 8826, 8612, 9351, 7007, 8904, 7064, 7443, 7064, 8065, 7123, 8405, 7864, 10267, 7486, 8114, 7795, 8442, 8131, 8885, 8385, 9847, 9258, 8401, 9413, 6662, 8774, 7781, 8663, 7960, 9666, 8616, 10040, 8464, 14315, 10559, 15429, 12389, 13415, 9812, 8344, 7518, 8943, 8762, 8813, 9411, 9234, 9298, 9212, 9502, 9326, 11696, 9665, 9237, 10997, 8796, 13621, 8788, 13234, 9145, 9488, 9470, 8091, 11619, 8256, 14159, 9634, 7445, 6957, 8622, 7441, 8698, 8399, 8836, 8836, 9247, 8357, 8955, 9469, 8882, 6553, 5889, 7605, 7593, 9132, 8575, 9069, 7511, 9127, 6290, 9211, 6766, 7873, 7151, 9183, 7528, 8075, 8830, 8465, 8810, 9266, 9180, 10143, 9643, 6501, 8994, 6340, 8617, 8495, 7514, 5961, 7492, 6067, 8086, 6212, 8736, 6462, 7930, 6097, 8210, 6605, 8195, 6606, 9178, 6832, 7755, 6755, 7940, 6885, 9051, 6853, 8776, 7456, 8156, 6691, 9147, 7628, 9106, 9342, 9001, 7879, 8442, 8346, 8944, 9459, 9117, 9349, 9113, 8830, 9034, 8764, 8841, 9376, 6228, 8480, 7663, 8306, 7712, 8724, 7397, 7890, 7464, 9153, 8487, 8639, 10599, 7807, 7691, 7927, 8096, 8603, 7896, 10000, 7977, 8144, 8389, 8905, 8718, 13785, 8754, 10510, 8681, 8478, 8618, 11786, 9298, 9884, 8952, 8175, 8644, 8650, 9488, 7183, 8854, 8458, 9149, 9191, 9358, 9056, 9600, 8819, 8558, 12243, 9473, 10371, 10271, 7082, 9750, 7044, 9421, 7887, 7956, 8501, 8383, 8803, 9230, 9694, 10738, 10156, 10606, 10408, 11743, 10330, 12038, 10367, 13051, 10105, 11578, 10228, 8295, 9996, 8748, 9657, 7341, 8740, 8917, 8515, 8417, 8581, 10167, 7406, 9735, 7811, 10436, 8720, 7297, 8959, 8100, 8804, 10834, 8698, 14266, 9439, 10613, 9820, 8882, 10359, 10360, 10462, 11004, 10256, 9220, 9694, 7509, 6913, 7321, 7413, 8152, 8131, 9412, 11364, 10346, 14177, 10207, 12743, 9271, 13792, 8939, 13860, 9542, 10016, 8859, 8291, 8735, 8603, 9521, 8124, 9834, 8322, 9446, 8979, 9791, 7738, 9765, 7916, 9687, 10382, 10062, 11966, 10033, 11241, 9931, 9426, 9132, 8731, 9615, 8876, 9433, 7899, 9053, 7902, 8677, 8520, 9552, 5721, 6270, 6566, 8222, 10003, 8632, 9975, 8129, 8182, 8221, 11469, 9917, 13703, 9955, 13852, 10397, 13976, 9204, 14536, 10288, 13532, 9925, 9724, 10120, 8482, 9705, 8525, 9323, 8095, 7667, 8488, 7415, 9901, 8584, 9111, 8217, 8616, 10944, 9306, 13404, 9971, 10112, 9771, 8223, 9194, 11518, 9505, 11713, 9187, 8424, 9415, 8399, 9139, 9275, 10017, 8292, 9638, 8815, 9945, 9176, 10062, 8695, 9946, 9127, 9894, 10776, 10052, 9752, 9847, 9276, 9445, 7292, 9108, 6610, 9779, 6832, 9481, 7181, 8970, 7918, 9785, 9218, 9290, 12371, 9777, 10863, 9802, 7834, 9619, 14092, 9719, 12859, 9955, 9092, 10103, 6651, 9550, 8490, 9638, 6917, 10284, 6779, 9061, 7960, 9472, 11194, 10154, 11636, 10353, 10624, 9032, 9135, 9708, 8665, 7360, 7949, 6773, 8243, 7687, 8427, 8418, 6541, 9333, 6932, 8712, 9197, 9061, 9267, 9565, 9951, 10136, 10281, 10031, 13524, 9466, 13664, 9674, 12304, 10072, 12378, 8290, 9503, 12823, 9945, 13063, 10226, 11158, 10380, 9357, 10367, 9130, 9911, 9221, 10489, 11063, 10785, 9523, 10537, 6870, 9796, 8480, 8061, 8738, 8522, 9603, 8718, 8876, 9029, 9784, 11469, 10683, 8517, 10476, 8315, 10070, 8767, 9013, 8612, 9360, 9007, 9194, 8970, 13118, 8848, 14587, 9791, 11679, 9883, 8877, 9747, 7570, 6619, 7138, 8130, 8425, 7866, 6658, 7329, 8685, 9594, 9086, 9777, 11046, 10392, 13278, 10343, 12271, 10311, 13604, 10022, 12976, 10027, 9942, 9926, 7706, 9580, 8465, 9666, 12001, 9261, 10718, 9895, 7770, 7612, 6632, 8437, 6716, 8812, 7433, 9090, 8853, 8590, 9445, 7770, 9703, 6755, 7660, 7299, 8848, 8992, 10030, 9789, 8347, 10093, 8014, 7924, 7940, 11880, 8604, 11302, 8493, 13964, 9521, 11895, 10117, 7011, 7293, 6956, 9588, 7463, 8918, 8884, 9094, 9488, 8134, 9739, 8072, 8991, 7449, 9166, 8000, 7452, 6461, 8333, 6854, 9123, 8990, 9524, 9681, 8011, 9945, 7453, 9763, 7862, 10051, 10666, 9711, 12107, 9778, 11559, 9831, 10700, 9783, 7913, 9795, 8460, 8947, 7705, 9061, 7843, 8560, 8355, 9254, 8160, 9089, 8111, 8991, 8061, 8941, 9563, 8613, 9931, 9098, 9883, 7570, 9785, 7666, 9594, 8387, 10272, 8159, 8328, 8132, 8749, 8108, 13565, 7699, 8643, 7306, 8054, 7539, 9446, 8132, 9152, 7054, 8673, 6916, 9004, 7200, 8930, 7951, 8951, 6985, 8613, 6574, 8687, 7371, 8601, 6922, 8336, 6418, 9122, 7642, 8789, 8519, 8653, 9229, 8700, 9694, 8213, 9396, 8055, 7239, 8616, 8227, 11460, 9890, 11192, 10283, 13804, 9740, 14014, 9551, 13234, 10004, 11455, 9154, 11906, 8844, 11632, 8167, 8402, 6980, 7974, 6679, 8769, 6792, 10396, 7021, 9856, 6303, 7621, 5974, 9117, 5934, 8424, 6997, 8763, 7792, 9222, 8066, 9378, 8488, 8780, 8004, 9917, 11727, 9849, 12909, 10402, 7888, 10393, 8095, 9448, 7680, 9750, 8054, 7966, 7117, 8390, 7242, 9349, 8417, 8560, 7427, 8264, 8554, 9007, 8732, 12997, 8389, 8290, 7881, 7896, 7524, 9615, 8135, 8923, 8324, 8569, 8673, 8905, 9952, 9405, 9884, 9274, 9889, 8990, 9541, 10412, 9687, 11741, 10220, 8633, 9939, 8525, 9495, 8481, 10309, 8307, 10457, 8536, 8951, 8561, 9053, 9908, 10567, 9084, 10599, 9069, 10234, 11838, 10459, 12134, 10772, 12870, 10525, 13503, 10355, 13002, 9865, 10464, 8841, 9747, 8911, 8166, 7877, 9918, 7578, 7929, 7611, 7834, 6582, 8579, 7155, 8806, 7587, 9171, 9062, 8652, 10881, 9033, 10341, 10161, 10259, 12833, 10453, 11546, 10130, 10651, 7632, 8730, 7886, 9983, 6911, 9833, 6361, 9547, 10872, 10055, 8995, 10177, 6712, 9844, 6380, 9973, 9555, 10224, 8874, 10284, 8831, 10011, 9018, 9977, 11054, 10305, 10775, 10085, 9558, 9860, 8100, 10138, 14337, 9914, 11977, 10100, 9709, 8812, 7038, 8611, 6507, 7737, 6820, 9280, 8673, 9344, 10796, 9504, 10516, 9262, 10757, 12672, 10501, 7410, 10075, 8592, 9824, 7424, 8718, 8146, 9152, 10053, 7987, 6810, 9094, 10541, 7738, 10183, 10961, 10408, 9202, 10362, 9279, 11246, 11989, 12065, 9800, 8382, 6963, 9875, 7819, 8375, 6478, 8196, 8577, 10040, 7222, 9624, 8781, 9883, 8541, 9980, 11556, 9737, 11199, 9389, 12712, 10498, 9936, 7939, 9754, 8396, 10373, 8722, 10834, 10563, 10642, 6959, 10326, 8050, 10540, 8297, 10482, 7959, 9600, 8644, 8880, 8727, 13591, 9803, 10690, 10483, 9567, 10363, 7417, 9980, 8422, 7619, 9455, 8430, 9873, 11783, 9646, 14172, 10184, 14166, 9930, 14331, 9687, 13602, 10174, 8629, 6904, 9128, 7584, 10428, 8334, 9952, 10635, 10608, 7914, 10908, 8531, 10153, 8358, 9693, 8736, 8428, 8832, 7688, 8658, 8623, 8468, 9652, 10059, 9975, 10818, 7723, 10309, 7939, 10931, 9590, 7523, 9672, 8697, 9528, 14099, 9862, 14234, 10193, 10997, 10802, 9556, 9254, 9546, 9014, 9189, 13716, 9949, 11312, 10036, 8029, 10032, 9536, 7825, 9890, 8349, 9227, 13675, 9600, 11980, 10193, 10668, 10370, 8139, 7628, 8814, 9273, 9671, 9981, 10417, 7377, 7005, 8558, 9445, 10085, 7490, 6874, 8609, 9760, 9794, 10213, 10524, 9143, 7543, 9309, 14555, 9044, 14639, 11554, 9016, 6847, 9105, 10000, 9862, 7079, 7465, 8553, 8790, 9722, 8421, 10663, 8166, 10262, 9188, 9144, 10056, 8406], 'WindowCenter': [3557.0, 3555.0, 3536.0, 3512.0, 3533.0, 3509.0, 3509.0, 3521.0, 3521.0, 3521.0, 3532.0, 3532.0, 3500.0, 3532.0, 3522.0, 3513.0, 3535.0, 3549.0, 3560.0, 3538.0, 3559.0, 3537.0, 3562.0, 3551.0, 3563.0, 3529.0, 3527.0, 3516.0, 3537.0, 3541.0, 3561.0, 3551.0, 3583.0, 3562.0, 3542.0, 3549.0, 3550.0, 3551.0, 3540.0, 3552.0, 3506.0, 3539.0, 3518.0, 3551.0, 3537.0, 3564.0, 3565.0, 3562.0, 3563.0, 3551.0, 3564.0, 3543.0, 3556.0, 3532.0, 3552.0, 3540.0, 3551.0, 3552.0, 3578.0, 3564.0, 3596.0, 3562.0, 3560.0, 3552.0, 3560.0, 3552.0, 3572.0, 3551.0, 3550.0, 3538.0, 3536.0, 3537.0, 3527.0, 3537.0, 3528.0, 3549.0, 3538.0, 3548.0, 3549.0, 3543.0, 3551.0, 3551.0, 3550.0, 3538.0, 3550.0, 3561.0, 3549.0, 3582.0, 3549.0, 3537.0, 3548.0, 3510.0, 3538.0, 3529.0, 3552.0, 3529.0, 3551.0, 3540.0, 3550.0, 3550.0, 3553.0, 3539.0, 3583.0, 3550.0, 3570.0, 3548.0, 3547.0, 3550.0, 3559.0, 3537.0, 3569.0, 3537.0, 3546.0, 3547.0, 3533.0, 3549.0, 3538.0, 3550.0, 3518.0, 3530.0, 3529.0, 3539.0, 3552.0, 3546.0, 3551.0, 3551.0, 3551.0, 3572.0, 3551.0, 3571.0, 3549.0, 3572.0, 3537.0, 3569.0, 3523.0, 3555.0, 3525.0, 3558.0, 3525.0, 3556.0, 3533.0, 3522.0, 3534.0, 3522.0, 3547.0, 3536.0, 3548.0, 3536.0, 3547.0, 3514.0, 3547.0, 3515.0, 3537.0, 3537.0, 3536.0, 3515.0, 3547.0, 3514.0, 3525.0, 3527.0, 3538.0, 3516.0, 3538.0, 3526.0, 3538.0, 3539.0, 3550.0, 3539.0, 3551.0, 3538.0, 3571.0, 3539.0, 3571.0, 3550.0, 3538.0, 3550.0, 3527.0, 3550.0, 3551.0, 3550.0, 3561.0, 3539.0, 3537.0, 3536.0, 3550.0, 3560.0, 3526.0, 3569.0, 3525.0, 3559.0, 3525.0, 3536.0, 3536.0, 3536.0, 3526.0, 3558.0, 3548.0, 3514.0, 3526.0, 3540.0, 3550.0, 3544.0, 3563.0, 3562.0, 3550.0, 3573.0, 3562.0, 3550.0, 3571.0, 3549.0, 3569.0, 3548.0, 3546.0, 3548.0, 3537.0, 3547.0, 3515.0, 3515.0, 3513.0, 3525.0, 3535.0, 3549.0, 3526.0, 3537.0, 3525.0, 3569.0, 3548.0, 3546.0, 3504.0, 3545.0, 3524.0, 3547.0, 3525.0, 3528.0, 3549.0, 3560.0, 3550.0, 3547.0, 3548.0, 3569.0, 3537.0, 3568.0, 3547.0, 3556.0, 3534.0, 3512.0, 3533.0, 3525.0, 3524.0, 3513.0, 3535.0, 3536.0, 3534.0, 3548.0, 3528.0, 3549.0, 3528.0, 3527.0, 3527.0, 3530.0, 3528.0, 3551.0, 3538.0, 3560.0, 3528.0, 3538.0, 3525.0, 3536.0, 3538.0, 3548.0, 3550.0, 3561.0, 3565.0, 3550.0, 3561.0, 3528.0, 3550.0, 3539.0, 3551.0, 3538.0, 3549.0, 3539.0, 3561.0, 3552.0, 3583.0, 3560.0, 3584.0, 3572.0, 3572.0, 3547.0, 3534.0, 3512.0, 3536.0, 3534.0, 3536.0, 3536.0, 3536.0, 3535.0, 3536.0, 3536.0, 3534.0, 3543.0, 3520.0, 3519.0, 3529.0, 3507.0, 3539.0, 3507.0, 3540.0, 3508.0, 3517.0, 3519.0, 3489.0, 3529.0, 3505.0, 3541.0, 3517.0, 3497.0, 3497.0, 3519.0, 3499.0, 3520.0, 3521.0, 3520.0, 3522.0, 3532.0, 3522.0, 3533.0, 3527.0, 3523.0, 3500.0, 3490.0, 3522.0, 3523.0, 3549.0, 3548.0, 3550.0, 3528.0, 3550.0, 3512.0, 3560.0, 3530.0, 3551.0, 3529.0, 3550.0, 3539.0, 3539.0, 3551.0, 3553.0, 3563.0, 3552.0, 3566.0, 3561.0, 3563.0, 3518.0, 3564.0, 3530.0, 3552.0, 3550.0, 3529.0, 3517.0, 3540.0, 3518.0, 3539.0, 3518.0, 3551.0, 3518.0, 3539.0, 3504.0, 3538.0, 3516.0, 3538.0, 3516.0, 3550.0, 3515.0, 3526.0, 3514.0, 3539.0, 3527.0, 3549.0, 3517.0, 3537.0, 3526.0, 3539.0, 3529.0, 3543.0, 3538.0, 3549.0, 3549.0, 3548.0, 3539.0, 3550.0, 3550.0, 3550.0, 3562.0, 3549.0, 3550.0, 3550.0, 3564.0, 3551.0, 3550.0, 3563.0, 3563.0, 3518.0, 3549.0, 3527.0, 3551.0, 3539.0, 3551.0, 3529.0, 3539.0, 3528.0, 3550.0, 3551.0, 3550.0, 3559.0, 3526.0, 3524.0, 3524.0, 3538.0, 3538.0, 3537.0, 3549.0, 3525.0, 3519.0, 3536.0, 3547.0, 3538.0, 3581.0, 3536.0, 3547.0, 3537.0, 3539.0, 3538.0, 3572.0, 3549.0, 3546.0, 3542.0, 3537.0, 3542.0, 3537.0, 3561.0, 3528.0, 3551.0, 3550.0, 3562.0, 3549.0, 3551.0, 3549.0, 3549.0, 3550.0, 3551.0, 3570.0, 3562.0, 3558.0, 3546.0, 3513.0, 3541.0, 3526.0, 3547.0, 3537.0, 3537.0, 3536.0, 3537.0, 3550.0, 3549.0, 3560.0, 3560.0, 3549.0, 3558.0, 3559.0, 3558.0, 3560.0, 3569.0, 3547.0, 3568.0, 3558.0, 3556.0, 3548.0, 3525.0, 3545.0, 3522.0, 3545.0, 3525.0, 3535.0, 3534.0, 3534.0, 3524.0, 3535.0, 3558.0, 3525.0, 3560.0, 3537.0, 3560.0, 3549.0, 3527.0, 3548.0, 3539.0, 3548.0, 3559.0, 3535.0, 3582.0, 3537.0, 3545.0, 3547.0, 3549.0, 3561.0, 3559.0, 3559.0, 3557.0, 3547.0, 3546.0, 3549.0, 3526.0, 3526.0, 3526.0, 3526.0, 3537.0, 3539.0, 3549.0, 3571.0, 3561.0, 3581.0, 3547.0, 3571.0, 3537.0, 3568.0, 3524.0, 3556.0, 3534.0, 3545.0, 3535.0, 3523.0, 3521.0, 3522.0, 3535.0, 3522.0, 3544.0, 3536.0, 3550.0, 3536.0, 3548.0, 3526.0, 3548.0, 3525.0, 3560.0, 3560.0, 3547.0, 3557.0, 3546.0, 3544.0, 3544.0, 3548.0, 3536.0, 3535.0, 3547.0, 3534.0, 3534.0, 3524.0, 3547.0, 3536.0, 3549.0, 3548.0, 3561.0, 3517.0, 3517.0, 3529.0, 3551.0, 3576.0, 3563.0, 3564.0, 3552.0, 3565.0, 3552.0, 3575.0, 3561.0, 3582.0, 3549.0, 3569.0, 3548.0, 3571.0, 3537.0, 3570.0, 3545.0, 3554.0, 3533.0, 3531.0, 3542.0, 3521.0, 3545.0, 3534.0, 3536.0, 3524.0, 3525.0, 3535.0, 3524.0, 3546.0, 3536.0, 3547.0, 3537.0, 3537.0, 3557.0, 3536.0, 3569.0, 3546.0, 3545.0, 3547.0, 3537.0, 3535.0, 3558.0, 3535.0, 3556.0, 3534.0, 3535.0, 3546.0, 3523.0, 3536.0, 3547.0, 3547.0, 3534.0, 3559.0, 3548.0, 3548.0, 3548.0, 3549.0, 3536.0, 3560.0, 3548.0, 3541.0, 3559.0, 3547.0, 3535.0, 3547.0, 3547.0, 3545.0, 3526.0, 3551.0, 3516.0, 3543.0, 3510.0, 3562.0, 3527.0, 3551.0, 3539.0, 3560.0, 3548.0, 3550.0, 3571.0, 3561.0, 3560.0, 3547.0, 3525.0, 3550.0, 3581.0, 3547.0, 3568.0, 3547.0, 3536.0, 3546.0, 3521.0, 3561.0, 3536.0, 3560.0, 3528.0, 3561.0, 3528.0, 3563.0, 3539.0, 3563.0, 3561.0, 3560.0, 3559.0, 3559.0, 3561.0, 3550.0, 3548.0, 3562.0, 3539.0, 3526.0, 3526.0, 3529.0, 3549.0, 3539.0, 3551.0, 3553.0, 3529.0, 3563.0, 3543.0, 3577.0, 3565.0, 3564.0, 3564.0, 3575.0, 3563.0, 3574.0, 3574.0, 3574.0, 3585.0, 3563.0, 3585.0, 3550.0, 3571.0, 3543.0, 3570.0, 3537.0, 3548.0, 3557.0, 3534.0, 3554.0, 3543.0, 3543.0, 3542.0, 3533.0, 3544.0, 3533.0, 3546.0, 3534.0, 3547.0, 3545.0, 3546.0, 3533.0, 3545.0, 3512.0, 3546.0, 3536.0, 3537.0, 3537.0, 3536.0, 3547.0, 3536.0, 3538.0, 3537.0, 3548.0, 3558.0, 3560.0, 3536.0, 3558.0, 3537.0, 3560.0, 3537.0, 3549.0, 3537.0, 3546.0, 3536.0, 3547.0, 3548.0, 3569.0, 3537.0, 3581.0, 3546.0, 3557.0, 3558.0, 3546.0, 3547.0, 3526.0, 3516.0, 3526.0, 3537.0, 3550.0, 3539.0, 3530.0, 3541.0, 3552.0, 3563.0, 3563.0, 3574.0, 3573.0, 3562.0, 3572.0, 3560.0, 3570.0, 3561.0, 3581.0, 3560.0, 3569.0, 3546.0, 3545.0, 3548.0, 3524.0, 3547.0, 3536.0, 3546.0, 3555.0, 3547.0, 3546.0, 3545.0, 3524.0, 3512.0, 3512.0, 3534.0, 3526.0, 3536.0, 3527.0, 3535.0, 3537.0, 3536.0, 3560.0, 3526.0, 3560.0, 3516.0, 3526.0, 3539.0, 3550.0, 3550.0, 3561.0, 3560.0, 3530.0, 3560.0, 3540.0, 3539.0, 3540.0, 3571.0, 3536.0, 3572.0, 3550.0, 3569.0, 3551.0, 3557.0, 3546.0, 3528.0, 3528.0, 3529.0, 3560.0, 3527.0, 3548.0, 3562.0, 3562.0, 3575.0, 3551.0, 3561.0, 3538.0, 3551.0, 3540.0, 3562.0, 3539.0, 3529.0, 3516.0, 3538.0, 3530.0, 3561.0, 3562.0, 3561.0, 3562.0, 3539.0, 3561.0, 3542.0, 3562.0, 3540.0, 3563.0, 3549.0, 3549.0, 3570.0, 3549.0, 3558.0, 3550.0, 3546.0, 3535.0, 3524.0, 3546.0, 3524.0, 3537.0, 3523.0, 3534.0, 3525.0, 3535.0, 3524.0, 3536.0, 3523.0, 3534.0, 3539.0, 3535.0, 3526.0, 3548.0, 3548.0, 3536.0, 3561.0, 3548.0, 3561.0, 3538.0, 3561.0, 3538.0, 3561.0, 3537.0, 3560.0, 3525.0, 3525.0, 3538.0, 3538.0, 3537.0, 3584.0, 3525.0, 3524.0, 3514.0, 3538.0, 3525.0, 3549.0, 3525.0, 3535.0, 3512.0, 3537.0, 3525.0, 3538.0, 3525.0, 3535.0, 3524.0, 3548.0, 3534.0, 3547.0, 3528.0, 3538.0, 3526.0, 3548.0, 3530.0, 3550.0, 3518.0, 3562.0, 3541.0, 3550.0, 3564.0, 3563.0, 3564.0, 3553.0, 3564.0, 3551.0, 3563.0, 3553.0, 3542.0, 3552.0, 3553.0, 3573.0, 3562.0, 3571.0, 3574.0, 3585.0, 3552.0, 3578.0, 3551.0, 3569.0, 3548.0, 3560.0, 3549.0, 3558.0, 3537.0, 3556.0, 3523.0, 3522.0, 3514.0, 3538.0, 3515.0, 3536.0, 3514.0, 3548.0, 3513.0, 3546.0, 3514.0, 3526.0, 3504.0, 3549.0, 3506.0, 3539.0, 3528.0, 3549.0, 3541.0, 3562.0, 3551.0, 3562.0, 3550.0, 3539.0, 3526.0, 3550.0, 3571.0, 3548.0, 3558.0, 3546.0, 3523.0, 3544.0, 3524.0, 3546.0, 3523.0, 3535.0, 3524.0, 3524.0, 3507.0, 3536.0, 3527.0, 3549.0, 3535.0, 3536.0, 3512.0, 3523.0, 3537.0, 3537.0, 3536.0, 3570.0, 3523.0, 3523.0, 3523.0, 3525.0, 3525.0, 3546.0, 3525.0, 3535.0, 3535.0, 3536.0, 3551.0, 3548.0, 3561.0, 3550.0, 3549.0, 3537.0, 3549.0, 3550.0, 3549.0, 3547.0, 3548.0, 3557.0, 3545.0, 3536.0, 3561.0, 3550.0, 3559.0, 3538.0, 3560.0, 3537.0, 3559.0, 3537.0, 3549.0, 3537.0, 3549.0, 3549.0, 3560.0, 3537.0, 3560.0, 3550.0, 3560.0, 3559.0, 3561.0, 3559.0, 3559.0, 3583.0, 3561.0, 3569.0, 3547.0, 3557.0, 3534.0, 3547.0, 3537.0, 3535.0, 3534.0, 3522.0, 3511.0, 3546.0, 3524.0, 3523.0, 3512.0, 3524.0, 3513.0, 3536.0, 3529.0, 3549.0, 3539.0, 3550.0, 3551.0, 3550.0, 3561.0, 3549.0, 3562.0, 3560.0, 3560.0, 3572.0, 3559.0, 3558.0, 3560.0, 3561.0, 3526.0, 3536.0, 3523.0, 3543.0, 3512.0, 3544.0, 3501.0, 3546.0, 3556.0, 3547.0, 3536.0, 3559.0, 3514.0, 3548.0, 3516.0, 3560.0, 3548.0, 3561.0, 3532.0, 3548.0, 3536.0, 3560.0, 3537.0, 3549.0, 3558.0, 3547.0, 3546.0, 3548.0, 3546.0, 3546.0, 3523.0, 3545.0, 3567.0, 3546.0, 3557.0, 3544.0, 3534.0, 3533.0, 3512.0, 3535.0, 3502.0, 3526.0, 3515.0, 3548.0, 3538.0, 3548.0, 3560.0, 3548.0, 3561.0, 3550.0, 3560.0, 3571.0, 3559.0, 3528.0, 3561.0, 3552.0, 3575.0, 3543.0, 3552.0, 3539.0, 3549.0, 3560.0, 3539.0, 3517.0, 3551.0, 3574.0, 3541.0, 3563.0, 3574.0, 3562.0, 3549.0, 3560.0, 3549.0, 3562.0, 3561.0, 3561.0, 3547.0, 3526.0, 3529.0, 3549.0, 3526.0, 3536.0, 3515.0, 3536.0, 3536.0, 3560.0, 3539.0, 3560.0, 3550.0, 3562.0, 3539.0, 3550.0, 3559.0, 3537.0, 3559.0, 3531.0, 3557.0, 3548.0, 3534.0, 3512.0, 3534.0, 3522.0, 3547.0, 3522.0, 3546.0, 3545.0, 3546.0, 3513.0, 3561.0, 3539.0, 3562.0, 3537.0, 3559.0, 3526.0, 3561.0, 3549.0, 3550.0, 3549.0, 3584.0, 3561.0, 3548.0, 3559.0, 3547.0, 3559.0, 3528.0, 3561.0, 3538.0, 3527.0, 3548.0, 3538.0, 3547.0, 3557.0, 3535.0, 3567.0, 3534.0, 3567.0, 3535.0, 3568.0, 3535.0, 3556.0, 3533.0, 3523.0, 3513.0, 3535.0, 3523.0, 3557.0, 3538.0, 3549.0, 3548.0, 3560.0, 3526.0, 3558.0, 3535.0, 3559.0, 3538.0, 3547.0, 3535.0, 3525.0, 3533.0, 3512.0, 3537.0, 3536.0, 3538.0, 3548.0, 3549.0, 3547.0, 3559.0, 3538.0, 3562.0, 3539.0, 3562.0, 3548.0, 3527.0, 3549.0, 3538.0, 3548.0, 3572.0, 3548.0, 3570.0, 3546.0, 3547.0, 3547.0, 3547.0, 3548.0, 3547.0, 3537.0, 3548.0, 3569.0, 3547.0, 3558.0, 3548.0, 3525.0, 3547.0, 3534.0, 3513.0, 3533.0, 3522.0, 3534.0, 3567.0, 3535.0, 3544.0, 3544.0, 3546.0, 3546.0, 3522.0, 3524.0, 3535.0, 3536.0, 3547.0, 3546.0, 3559.0, 3525.0, 3516.0, 3537.0, 3548.0, 3546.0, 3526.0, 3530.0, 3549.0, 3549.0, 3560.0, 3547.0, 3548.0, 3548.0, 3529.0, 3547.0, 3571.0, 3536.0, 3570.0, 3558.0, 3535.0, 3513.0, 3535.0, 3545.0, 3547.0, 3515.0, 3527.0, 3539.0, 3540.0, 3550.0, 3538.0, 3560.0, 3537.0, 3548.0, 3536.0, 3535.0, 3534.0, 3524.0], 'WindowWidth': [8082.0, 8067.0, 8031.0, 7993.0, 8021.0, 7983.0, 7982.0, 7998.0, 8000.0, 8000.0, 8017.0, 8017.0, 7971.0, 8016.0, 8004.0, 7994.0, 8028.0, 8052.0, 8067.0, 8036.0, 8066.0, 8035.0, 8076.0, 8060.0, 8079.0, 8025.0, 8022.0, 8006.0, 8035.0, 8047.0, 8074.0, 8061.0, 8106.0, 8073.0, 8041.0, 8052.0, 8057.0, 8059.0, 8045.0, 8061.0, 7995.0, 8041.0, 8012.0, 8060.0, 8044.0, 8085.0, 8084.0, 8077.0, 8078.0, 8059.0, 8081.0, 8053.0, 8075.0, 8038.0, 8064.0, 8045.0, 8059.0, 8063.0, 8098.0, 8083.0, 8131.0, 8077.0, 8072.0, 8060.0, 8070.0, 8061.0, 8090.0, 8061.0, 8056.0, 8037.0, 8032.0, 8035.0, 8022.0, 8035.0, 8026.0, 8053.0, 8037.0, 8050.0, 8056.0, 8044.0, 8059.0, 8060.0, 8057.0, 8039.0, 8057.0, 8073.0, 8056.0, 8103.0, 8054.0, 8035.0, 8052.0, 7995.0, 8040.0, 8029.0, 8064.0, 8029.0, 8059.0, 8045.0, 8055.0, 8058.0, 8065.0, 8042.0, 8107.0, 8057.0, 8084.0, 8051.0, 8049.0, 8054.0, 8069.0, 8036.0, 8082.0, 8034.0, 8046.0, 8049.0, 8029.0, 8055.0, 8038.0, 8056.0, 8012.0, 8029.0, 8029.0, 8044.0, 8063.0, 8050.0, 8062.0, 8061.0, 8061.0, 8089.0, 8058.0, 8087.0, 8055.0, 8090.0, 8033.0, 8082.0, 8009.0, 8055.0, 8013.0, 8063.0, 8014.0, 8059.0, 8023.0, 8007.0, 8024.0, 8007.0, 8047.0, 8033.0, 8050.0, 8034.0, 8047.0, 8000.0, 8047.0, 8005.0, 8037.0, 8036.0, 8034.0, 8002.0, 8046.0, 8000.0, 8018.0, 8024.0, 8037.0, 8005.0, 8036.0, 8020.0, 8037.0, 8042.0, 8058.0, 8044.0, 8062.0, 8041.0, 8089.0, 8042.0, 8088.0, 8056.0, 8039.0, 8056.0, 8023.0, 8057.0, 8061.0, 8059.0, 8075.0, 8041.0, 8034.0, 8032.0, 8058.0, 8073.0, 8019.0, 8082.0, 8014.0, 8066.0, 8014.0, 8029.0, 8033.0, 8032.0, 8017.0, 8065.0, 8050.0, 8001.0, 8021.0, 8045.0, 8058.0, 8047.0, 8080.0, 8076.0, 8057.0, 8095.0, 8079.0, 8058.0, 8089.0, 8053.0, 8082.0, 8049.0, 8047.0, 8049.0, 8036.0, 8051.0, 8004.0, 8001.0, 7999.0, 8017.0, 8029.0, 8053.0, 8019.0, 8036.0, 8017.0, 8083.0, 8051.0, 8044.0, 7985.0, 8042.0, 8014.0, 8047.0, 8018.0, 8024.0, 8055.0, 8073.0, 8057.0, 8050.0, 8050.0, 8082.0, 8034.0, 8081.0, 8048.0, 8056.0, 8024.0, 7991.0, 8023.0, 8015.0, 8013.0, 7998.0, 8029.0, 8032.0, 8027.0, 8050.0, 8025.0, 8054.0, 8025.0, 8023.0, 8022.0, 8022.0, 8027.0, 8060.0, 8038.0, 8071.0, 8024.0, 8038.0, 8019.0, 8032.0, 8039.0, 8053.0, 8057.0, 8074.0, 8086.0, 8058.0, 8072.0, 8026.0, 8058.0, 8041.0, 8060.0, 8039.0, 8054.0, 8039.0, 8075.0, 8066.0, 8110.0, 8073.0, 8118.0, 8094.0, 8091.0, 8048.0, 8028.0, 7995.0, 8032.0, 8027.0, 8031.0, 8031.0, 8032.0, 8028.0, 8030.0, 8030.0, 8025.0, 8034.0, 8000.0, 7994.0, 8008.0, 7976.0, 8025.0, 7977.0, 8028.0, 7979.0, 7991.0, 7997.0, 7946.0, 8011.0, 7973.0, 8032.0, 7993.0, 7964.0, 7965.0, 7996.0, 7969.0, 7999.0, 8001.0, 8000.0, 8004.0, 8017.0, 8005.0, 8023.0, 8009.0, 8007.0, 7975.0, 7961.0, 8008.0, 8009.0, 8055.0, 8053.0, 8057.0, 8026.0, 8057.0, 8001.0, 8071.0, 8033.0, 8061.0, 8028.0, 8057.0, 8040.0, 8040.0, 8059.0, 8066.0, 8080.0, 8064.0, 8088.0, 8074.0, 8075.0, 8012.0, 8081.0, 8033.0, 8063.0, 8058.0, 8028.0, 8008.0, 8044.0, 8012.0, 8042.0, 8013.0, 8059.0, 8012.0, 8040.0, 7989.0, 8036.0, 8008.0, 8039.0, 8007.0, 8057.0, 8004.0, 8018.0, 7999.0, 8039.0, 8022.0, 8054.0, 8008.0, 8034.0, 8019.0, 8040.0, 8028.0, 8042.0, 8039.0, 8054.0, 8055.0, 8050.0, 8041.0, 8058.0, 8058.0, 8059.0, 8078.0, 8055.0, 8057.0, 8058.0, 8082.0, 8063.0, 8059.0, 8080.0, 8078.0, 8013.0, 8053.0, 8023.0, 8058.0, 8042.0, 8060.0, 8027.0, 8041.0, 8024.0, 8057.0, 8058.0, 8058.0, 8067.0, 8020.0, 8013.0, 8014.0, 8037.0, 8038.0, 8033.0, 8054.0, 8016.0, 8003.0, 8032.0, 8050.0, 8038.0, 8102.0, 8032.0, 8047.0, 8034.0, 8042.0, 8037.0, 8089.0, 8054.0, 8045.0, 8039.0, 8038.0, 8042.0, 8038.0, 8074.0, 8025.0, 8058.0, 8059.0, 8077.0, 8057.0, 8061.0, 8055.0, 8052.0, 8058.0, 8062.0, 8086.0, 8076.0, 8065.0, 8045.0, 7997.0, 8035.0, 8021.0, 8049.0, 8035.0, 8035.0, 8032.0, 8035.0, 8059.0, 8055.0, 8071.0, 8072.0, 8052.0, 8066.0, 8068.0, 8066.0, 8069.0, 8080.0, 8048.0, 8079.0, 8064.0, 8060.0, 8050.0, 8014.0, 8041.0, 8006.0, 8042.0, 8016.0, 8027.0, 8025.0, 8025.0, 8011.0, 8028.0, 8062.0, 8018.0, 8072.0, 8038.0, 8071.0, 8055.0, 8024.0, 8051.0, 8043.0, 8052.0, 8068.0, 8030.0, 8106.0, 8032.0, 8043.0, 8046.0, 8055.0, 8071.0, 8068.0, 8067.0, 8061.0, 8046.0, 8047.0, 8052.0, 8020.0, 8021.0, 8018.0, 8018.0, 8035.0, 8040.0, 8053.0, 8088.0, 8072.0, 8102.0, 8047.0, 8086.0, 8032.0, 8076.0, 8010.0, 8059.0, 8024.0, 8041.0, 8029.0, 8008.0, 8005.0, 8006.0, 8027.0, 8008.0, 8040.0, 8033.0, 8056.0, 8034.0, 8053.0, 8019.0, 8049.0, 8015.0, 8070.0, 8072.0, 8047.0, 8064.0, 8043.0, 8038.0, 8039.0, 8051.0, 8032.0, 8031.0, 8046.0, 8024.0, 8025.0, 8014.0, 8050.0, 8034.0, 8055.0, 8052.0, 8074.0, 8013.0, 8012.0, 8029.0, 8061.0, 8103.0, 8081.0, 8082.0, 8064.0, 8088.0, 8065.0, 8099.0, 8073.0, 8105.0, 8054.0, 8082.0, 8050.0, 8088.0, 8034.0, 8085.0, 8042.0, 8054.0, 8021.0, 8016.0, 8032.0, 8002.0, 8042.0, 8026.0, 8030.0, 8014.0, 8015.0, 8028.0, 8013.0, 8043.0, 8032.0, 8047.0, 8035.0, 8034.0, 8063.0, 8032.0, 8081.0, 8043.0, 8041.0, 8044.0, 8035.0, 8028.0, 8063.0, 8029.0, 8057.0, 8024.0, 8031.0, 8046.0, 8011.0, 8030.0, 8048.0, 8048.0, 8028.0, 8067.0, 8052.0, 8053.0, 8052.0, 8053.0, 8032.0, 8070.0, 8052.0, 8038.0, 8067.0, 8047.0, 8028.0, 8044.0, 8049.0, 8046.0, 8020.0, 8059.0, 8008.0, 8042.0, 7996.0, 8077.0, 8025.0, 8061.0, 8041.0, 8070.0, 8051.0, 8059.0, 8089.0, 8071.0, 8070.0, 8047.0, 8013.0, 8055.0, 8104.0, 8046.0, 8079.0, 8047.0, 8031.0, 8044.0, 8014.0, 8072.0, 8035.0, 8072.0, 8025.0, 8069.0, 8027.0, 8078.0, 8043.0, 8076.0, 8074.0, 8067.0, 8067.0, 8064.0, 8074.0, 8060.0, 8053.0, 8073.0, 8039.0, 8018.0, 8017.0, 8028.0, 8055.0, 8042.0, 8061.0, 8067.0, 8030.0, 8080.0, 8055.0, 8105.0, 8088.0, 8084.0, 8083.0, 8098.0, 8079.0, 8093.0, 8097.0, 8097.0, 8116.0, 8080.0, 8115.0, 8055.0, 8087.0, 8039.0, 8085.0, 8033.0, 8051.0, 8062.0, 8024.0, 8054.0, 8033.0, 8038.0, 8033.0, 8022.0, 8038.0, 8023.0, 8044.0, 8026.0, 8045.0, 8042.0, 8042.0, 8024.0, 8039.0, 7994.0, 8045.0, 8030.0, 8036.0, 8034.0, 8033.0, 8045.0, 8030.0, 8036.0, 8034.0, 8049.0, 8067.0, 8068.0, 8032.0, 8061.0, 8037.0, 8069.0, 8035.0, 8055.0, 8033.0, 8045.0, 8030.0, 8048.0, 8052.0, 8081.0, 8036.0, 8102.0, 8045.0, 8061.0, 8064.0, 8048.0, 8049.0, 8020.0, 8005.0, 8017.0, 8037.0, 8059.0, 8042.0, 8034.0, 8049.0, 8064.0, 8079.0, 8083.0, 8096.0, 8093.0, 8077.0, 8092.0, 8068.0, 8085.0, 8074.0, 8103.0, 8072.0, 8081.0, 8043.0, 8041.0, 8050.0, 8014.0, 8049.0, 8032.0, 8044.0, 8055.0, 8047.0, 8046.0, 8039.0, 8013.0, 7994.0, 7994.0, 8025.0, 8021.0, 8031.0, 8024.0, 8030.0, 8032.0, 8033.0, 8071.0, 8021.0, 8071.0, 8007.0, 8019.0, 8041.0, 8059.0, 8057.0, 8076.0, 8072.0, 8021.0, 8071.0, 8044.0, 8041.0, 8045.0, 8087.0, 8031.0, 8090.0, 8057.0, 8081.0, 8059.0, 8061.0, 8044.0, 8026.0, 8025.0, 8031.0, 8072.0, 8024.0, 8052.0, 8080.0, 8077.0, 8098.0, 8063.0, 8074.0, 8037.0, 8060.0, 8047.0, 8075.0, 8041.0, 8029.0, 8007.0, 8037.0, 8033.0, 8074.0, 8077.0, 8076.0, 8077.0, 8042.0, 8073.0, 8052.0, 8076.0, 8043.0, 8078.0, 8052.0, 8049.0, 8084.0, 8052.0, 8063.0, 8057.0, 8044.0, 8026.0, 8014.0, 8044.0, 8011.0, 8034.0, 8009.0, 8023.0, 8015.0, 8028.0, 8011.0, 8033.0, 8008.0, 8023.0, 8040.0, 8031.0, 8019.0, 8051.0, 8049.0, 8033.0, 8074.0, 8054.0, 8073.0, 8039.0, 8071.0, 8040.0, 8072.0, 8037.0, 8069.0, 8017.0, 8016.0, 8039.0, 8038.0, 8034.0, 8111.0, 8016.0, 8011.0, 7999.0, 8037.0, 8017.0, 8053.0, 8016.0, 8027.0, 7994.0, 8035.0, 8016.0, 8036.0, 8017.0, 8027.0, 8013.0, 8052.0, 8034.0, 8050.0, 8026.0, 8038.0, 8019.0, 8052.0, 8033.0, 8057.0, 8014.0, 8074.0, 8047.0, 8055.0, 8084.0, 8082.0, 8082.0, 8066.0, 8082.0, 8060.0, 8079.0, 8068.0, 8051.0, 8065.0, 8065.0, 8094.0, 8075.0, 8087.0, 8096.0, 8114.0, 8061.0, 8100.0, 8059.0, 8080.0, 8047.0, 8070.0, 8051.0, 8063.0, 8033.0, 8056.0, 8006.0, 8003.0, 7999.0, 8037.0, 8003.0, 8031.0, 8000.0, 8048.0, 7994.0, 8044.0, 8001.0, 8018.0, 7988.0, 8053.0, 7993.0, 8040.0, 8026.0, 8054.0, 8047.0, 8077.0, 8061.0, 8078.0, 8055.0, 8042.0, 8019.0, 8054.0, 8087.0, 8050.0, 8066.0, 8044.0, 8008.0, 8037.0, 8011.0, 8044.0, 8011.0, 8028.0, 8010.0, 8010.0, 7983.0, 8032.0, 8022.0, 8052.0, 8029.0, 8032.0, 7992.0, 8008.0, 8034.0, 8035.0, 8030.0, 8082.0, 8009.0, 8007.0, 8009.0, 8015.0, 8014.0, 8043.0, 8016.0, 8028.0, 8028.0, 8032.0, 8059.0, 8052.0, 8073.0, 8059.0, 8053.0, 8033.0, 8053.0, 8059.0, 8054.0, 8049.0, 8050.0, 8059.0, 8042.0, 8031.0, 8074.0, 8057.0, 8068.0, 8040.0, 8069.0, 8035.0, 8065.0, 8036.0, 8053.0, 8035.0, 8053.0, 8054.0, 8068.0, 8036.0, 8070.0, 8058.0, 8070.0, 8067.0, 8071.0, 8065.0, 8064.0, 8106.0, 8072.0, 8080.0, 8047.0, 8060.0, 8023.0, 8048.0, 8034.0, 8028.0, 8024.0, 8006.0, 7990.0, 8044.0, 8011.0, 8008.0, 7994.0, 8012.0, 7998.0, 8030.0, 8028.0, 8053.0, 8043.0, 8057.0, 8061.0, 8057.0, 8071.0, 8054.0, 8075.0, 8072.0, 8070.0, 8089.0, 8067.0, 8065.0, 8067.0, 8074.0, 8018.0, 8031.0, 8009.0, 8035.0, 7991.0, 8037.0, 7977.0, 8042.0, 8060.0, 8045.0, 8034.0, 8064.0, 8000.0, 8048.0, 8008.0, 8069.0, 8051.0, 8071.0, 8026.0, 8049.0, 8032.0, 8069.0, 8034.0, 8053.0, 8063.0, 8044.0, 8043.0, 8048.0, 8045.0, 8044.0, 8010.0, 8040.0, 8078.0, 8042.0, 8064.0, 8038.0, 8025.0, 8022.0, 7993.0, 8026.0, 7980.0, 8020.0, 8005.0, 8049.0, 8038.0, 8052.0, 8067.0, 8050.0, 8071.0, 8058.0, 8070.0, 8086.0, 8067.0, 8024.0, 8070.0, 8064.0, 8100.0, 8055.0, 8063.0, 8041.0, 8051.0, 8069.0, 8041.0, 8009.0, 8059.0, 8096.0, 8050.0, 8078.0, 8095.0, 8075.0, 8053.0, 8068.0, 8053.0, 8075.0, 8074.0, 8075.0, 8045.0, 8018.0, 8029.0, 8052.0, 8017.0, 8030.0, 8001.0, 8032.0, 8032.0, 8069.0, 8039.0, 8070.0, 8056.0, 8076.0, 8040.0, 8056.0, 8067.0, 8035.0, 8064.0, 8025.0, 8061.0, 8052.0, 8021.0, 7989.0, 8022.0, 8005.0, 8047.0, 8007.0, 8043.0, 8040.0, 8043.0, 7997.0, 8073.0, 8041.0, 8074.0, 8035.0, 8066.0, 8019.0, 8071.0, 8055.0, 8056.0, 8054.0, 8114.0, 8071.0, 8052.0, 8063.0, 8047.0, 8065.0, 8024.0, 8070.0, 8040.0, 8023.0, 8048.0, 8035.0, 8046.0, 8060.0, 8027.0, 8075.0, 8024.0, 8075.0, 8025.0, 8078.0, 8027.0, 8061.0, 8023.0, 8008.0, 7996.0, 8027.0, 8009.0, 8058.0, 8038.0, 8053.0, 8051.0, 8069.0, 8018.0, 8062.0, 8026.0, 8064.0, 8038.0, 8047.0, 8028.0, 8015.0, 8022.0, 7993.0, 8033.0, 8034.0, 8037.0, 8052.0, 8053.0, 8047.0, 8063.0, 8040.0, 8074.0, 8041.0, 8073.0, 8050.0, 8020.0, 8053.0, 8038.0, 8050.0, 8092.0, 8050.0, 8085.0, 8046.0, 8046.0, 8047.0, 8046.0, 8049.0, 8046.0, 8035.0, 8048.0, 8082.0, 8045.0, 8064.0, 8051.0, 8016.0, 8047.0, 8024.0, 7994.0, 8021.0, 8007.0, 8023.0, 8074.0, 8026.0, 8037.0, 8035.0, 8043.0, 8043.0, 8007.0, 8012.0, 8027.0, 8034.0, 8046.0, 8045.0, 8066.0, 8017.0, 8004.0, 8033.0, 8052.0, 8045.0, 8020.0, 8030.0, 8053.0, 8054.0, 8069.0, 8049.0, 8047.0, 8050.0, 8025.0, 8046.0, 8086.0, 8030.0, 8088.0, 8066.0, 8029.0, 7996.0, 8026.0, 8039.0, 8045.0, 8002.0, 8021.0, 8037.0, 8045.0, 8056.0, 8038.0, 8067.0, 8032.0, 8050.0, 8030.0, 8028.0, 8022.0, 8010.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.0001818305597579425</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02249683963691377</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.907752797327745</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2127183044284637</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9875341288190754</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4917</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5152.6226</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09911201444583574</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.6308623298033282</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4925530488936674</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3834939431730757</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7239094805114825</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3702557229964447</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0158963</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015303942374885082</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.033288393169641495</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1322</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.00807133448918</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>19.0176</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0397</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.3624</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295818.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>726.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.1062</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7873</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>412.7198</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2742.808</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2887.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80726.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>990.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3579.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>720.2921</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.47710461169481</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> |