=== 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-0003 --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-0003",
"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-0003_ses-04_task-fractional_acq-mb8_run-01_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-0003_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-01_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-0003/ses-04/func/sub-0003_ses-04_task-fractional_acq-mb8_run-01_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>5bd6dd19fa93a52146714728797c52d5</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:43:23.150000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999984, -0.00562845, 0.000736891, 0.00558502, 0.998755, 0.0495635]</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-01_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.10461</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-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7741, -7304, 531, -43, -103, -25, 87]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.432</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0f16efce-8240-4fc4-a105-c0de1b54fb42||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828837394714355, 0.0149841895326972, 0.002740337513387203, 111.68264770507812], [0.015100730583071709, 2.6795876026153564, 0.1338081955909729, -95.49395751953125], [0.001977024832740426, -0.1329752504825592, 2.696681022644043, -78.8021240234375], [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, 1323]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323], 'AcquisitionTime': ['104323.150000', '104323.610000', '104324.070000', '104324.530000', '104324.990000', '104325.450000', '104325.910000', '104326.370000', '104326.830000', '104327.290000', '104327.750000', '104328.210000', '104328.670000', '104329.130000', '104329.590000', '104330.050000', '104330.510000', '104330.970000', '104331.430000', '104331.890000', '104332.350000', '104332.810000', '104333.270000', '104333.730000', '104334.190000', '104334.650000', '104335.110000', '104335.570000', '104336.030000', '104336.490000', '104336.950000', '104337.410000', '104337.870000', '104338.330000', '104338.790000', '104339.250000', '104339.710000', '104340.170000', '104340.630000', '104341.090000', '104341.550000', '104342.010000', '104342.470000', '104342.930000', '104343.390000', '104343.850000', '104344.310000', '104344.770000', '104345.230000', '104345.690000', '104346.150000', '104346.610000', '104347.070000', '104347.530000', '104347.990000', '104348.450000', '104348.910000', '104349.370000', '104349.830000', '104350.290000', '104350.750000', '104351.210000', '104351.670000', '104352.130000', '104352.590000', '104353.050000', '104353.510000', '104353.970000', '104354.430000', '104354.890000', '104355.350000', '104355.810000', '104356.270000', '104356.730000', '104357.190000', '104357.650000', '104358.110000', '104358.570000', '104359.030000', '104359.490000', '104359.950000', '104400.410000', '104400.870000', '104401.330000', '104401.790000', '104402.250000', '104402.710000', '104403.170000', '104403.630000', '104404.090000', '104404.550000', '104405.010000', '104405.470000', '104405.930000', '104406.390000', '104406.850000', '104407.310000', '104407.770000', '104408.230000', '104408.690000', '104409.150000', '104409.610000', '104410.070000', '104410.530000', '104410.990000', '104411.450000', '104411.910000', '104412.370000', '104412.830000', '104413.290000', '104413.750000', '104414.210000', '104414.670000', '104415.130000', '104415.590000', '104416.050000', '104416.510000', '104416.970000', '104417.430000', '104417.890000', '104418.350000', '104418.810000', '104419.270000', '104419.730000', '104420.190000', '104420.650000', '104421.110000', '104421.570000', '104422.030000', '104422.490000', '104422.950000', '104423.410000', '104423.870000', '104424.330000', '104424.790000', '104425.250000', '104425.710000', '104426.170000', '104426.630000', '104427.090000', '104427.550000', '104428.010000', '104428.470000', '104428.930000', '104429.390000', '104429.850000', '104430.310000', '104430.770000', '104431.230000', '104431.690000', '104432.150000', '104432.610000', '104433.070000', '104433.530000', '104433.990000', '104434.450000', '104434.910000', '104435.370000', '104435.830000', '104436.290000', '104436.750000', '104437.210000', '104437.670000', '104438.130000', '104438.590000', '104439.050000', '104439.510000', '104439.970000', '104440.430000', '104440.890000', '104441.350000', '104441.810000', '104442.270000', '104442.730000', '104443.190000', '104443.650000', '104444.110000', '104444.570000', '104445.030000', '104445.490000', '104445.950000', '104446.410000', '104446.870000', '104447.330000', '104447.790000', '104448.250000', '104448.710000', '104449.170000', '104449.630000', '104450.090000', '104450.550000', '104451.010000', '104451.470000', '104451.930000', '104452.390000', '104452.850000', '104453.310000', '104453.770000', '104454.230000', '104454.690000', '104455.150000', '104455.610000', '104456.070000', '104456.530000', '104456.990000', '104457.450000', '104457.910000', '104458.370000', '104458.830000', '104459.290000', '104459.750000', '104500.210000', '104500.670000', '104501.130000', '104501.590000', '104502.050000', '104502.510000', '104502.970000', '104503.430000', '104503.890000', '104504.350000', '104504.810000', '104505.270000', '104505.730000', '104506.190000', '104506.650000', '104507.110000', '104507.570000', '104508.030000', '104508.490000', '104508.950000', '104509.410000', '104509.870000', '104510.330000', '104510.790000', '104511.250000', '104511.710000', '104512.170000', '104512.630000', '104513.090000', '104513.550000', '104514.010000', '104514.470000', '104514.930000', '104515.390000', '104515.850000', '104516.310000', '104516.770000', '104517.230000', '104517.690000', '104518.150000', '104518.610000', '104519.070000', '104519.530000', '104519.990000', '104520.450000', '104520.910000', '104521.370000', '104521.830000', '104522.290000', '104522.750000', '104523.210000', '104523.670000', '104524.130000', '104524.590000', '104525.050000', '104525.510000', '104525.970000', '104526.430000', '104526.890000', '104527.350000', '104527.810000', '104528.270000', '104528.730000', '104529.190000', '104529.650000', '104530.110000', '104530.570000', '104531.030000', '104531.490000', '104531.950000', '104532.410000', '104532.870000', '104533.330000', '104533.790000', '104534.250000', '104534.710000', '104535.170000', '104535.630000', '104536.090000', '104536.550000', '104537.010000', '104537.470000', '104537.930000', '104538.390000', '104538.850000', '104539.310000', '104539.770000', '104540.230000', '104540.690000', '104541.150000', '104541.610000', '104542.070000', '104542.530000', '104542.990000', '104543.450000', '104543.910000', '104544.370000', '104544.830000', '104545.290000', '104545.750000', '104546.210000', '104546.670000', '104547.130000', '104547.590000', '104548.050000', '104548.510000', '104548.970000', '104549.430000', '104549.890000', '104550.350000', '104550.810000', '104551.270000', '104551.730000', '104552.190000', '104552.650000', '104553.110000', '104553.570000', '104554.030000', '104554.490000', '104554.950000', '104555.410000', '104555.870000', '104556.330000', '104556.790000', '104557.250000', '104557.710000', '104558.170000', '104558.630000', '104559.090000', '104559.550000', '104600.010000', '104600.470000', '104600.930000', '104601.390000', '104601.850000', '104602.310000', '104602.770000', '104603.230000', '104603.690000', '104604.150000', '104604.610000', '104605.070000', '104605.530000', '104605.990000', '104606.450000', '104606.910000', '104607.370000', '104607.830000', '104608.290000', '104608.750000', '104609.210000', '104609.670000', '104610.130000', '104610.590000', '104611.050000', '104611.510000', '104611.970000', '104612.430000', '104612.890000', '104613.350000', '104613.810000', '104614.270000', '104614.730000', '104615.190000', '104615.650000', '104616.110000', '104616.570000', '104617.030000', '104617.490000', '104617.950000', '104618.410000', '104618.870000', '104619.330000', '104619.790000', '104620.250000', '104620.710000', '104621.170000', '104621.630000', '104622.090000', '104622.550000', '104623.010000', '104623.470000', '104623.930000', '104624.390000', '104624.850000', '104625.310000', '104625.770000', '104626.230000', '104626.690000', '104627.150000', '104627.610000', '104628.070000', '104628.530000', '104628.990000', '104629.450000', '104629.910000', '104630.370000', '104630.830000', '104631.290000', '104631.750000', '104632.210000', '104632.670000', '104633.130000', '104633.590000', '104634.050000', '104634.510000', '104634.970000', '104635.430000', '104635.890000', '104636.350000', '104636.810000', '104637.270000', '104637.730000', '104638.190000', '104638.650000', '104639.110000', '104639.570000', '104640.030000', '104640.490000', '104640.950000', '104641.410000', '104641.870000', '104642.330000', '104642.790000', '104643.250000', '104643.710000', '104644.170000', '104644.630000', '104645.090000', '104645.550000', '104646.010000', '104646.470000', '104646.930000', '104647.390000', '104647.850000', '104648.310000', '104648.770000', '104649.230000', '104649.690000', '104650.150000', '104650.610000', '104651.070000', '104651.530000', '104651.990000', '104652.450000', '104652.910000', '104653.370000', '104653.830000', '104654.290000', '104654.750000', '104655.210000', '104655.670000', '104656.130000', '104656.590000', '104657.050000', '104657.510000', '104657.970000', '104658.430000', '104658.890000', '104659.350000', '104659.810000', '104700.270000', '104700.730000', '104701.190000', '104701.650000', '104702.110000', '104702.570000', '104703.030000', '104703.490000', '104703.950000', '104704.410000', '104704.870000', '104705.330000', '104705.790000', '104706.250000', '104706.710000', '104707.170000', '104707.630000', '104708.090000', '104708.550000', '104709.010000', '104709.470000', '104709.930000', '104710.390000', '104710.850000', '104711.310000', '104711.770000', '104712.230000', '104712.690000', '104713.150000', '104713.610000', '104714.070000', '104714.530000', '104714.990000', '104715.450000', '104715.910000', '104716.370000', '104716.830000', '104717.290000', '104717.750000', '104718.210000', '104718.670000', '104719.130000', '104719.590000', '104720.050000', '104720.510000', '104720.970000', '104721.430000', '104721.890000', '104722.350000', '104722.810000', '104723.270000', '104723.730000', '104724.190000', '104724.650000', '104725.110000', '104725.570000', '104726.030000', '104726.490000', '104726.950000', '104727.410000', '104727.870000', '104728.330000', '104728.790000', '104729.250000', '104729.710000', '104730.170000', '104730.630000', '104731.090000', '104731.550000', '104732.010000', '104732.470000', '104732.930000', '104733.390000', '104733.850000', '104734.310000', '104734.770000', '104735.230000', '104735.690000', '104736.150000', '104736.610000', '104737.070000', '104737.530000', '104737.990000', '104738.450000', '104738.910000', '104739.370000', '104739.830000', '104740.290000', '104740.750000', '104741.210000', '104741.670000', '104742.130000', '104742.590000', '104743.050000', '104743.510000', '104743.970000', '104744.430000', '104744.890000', '104745.350000', '104745.810000', '104746.270000', '104746.730000', '104747.190000', '104747.650000', '104748.110000', '104748.570000', '104749.030000', '104749.490000', '104749.950000', '104750.410000', '104750.870000', '104751.330000', '104751.790000', '104752.250000', '104752.710000', '104753.170000', '104753.630000', '104754.090000', '104754.550000', '104755.010000', '104755.470000', '104755.930000', '104756.390000', '104756.850000', '104757.310000', '104757.770000', '104758.230000', '104758.690000', '104759.150000', '104759.610000', '104800.070000', '104800.530000', '104800.990000', '104801.450000', '104801.910000', '104802.370000', '104802.830000', '104803.290000', '104803.750000', '104804.210000', '104804.670000', '104805.130000', '104805.590000', '104806.050000', '104806.510000', '104806.970000', '104807.430000', '104807.890000', '104808.350000', '104808.810000', '104809.270000', '104809.730000', '104810.190000', '104810.650000', '104811.110000', '104811.570000', '104812.030000', '104812.490000', '104812.950000', '104813.410000', '104813.870000', '104814.330000', '104814.790000', '104815.250000', '104815.710000', '104816.170000', '104816.630000', '104817.090000', '104817.550000', '104818.010000', '104818.470000', '104818.930000', '104819.390000', '104819.850000', '104820.310000', '104820.770000', '104821.230000', '104821.690000', '104822.150000', '104822.610000', '104823.070000', '104823.530000', '104823.990000', '104824.450000', '104824.910000', '104825.370000', '104825.830000', '104826.290000', '104826.750000', '104827.210000', '104827.670000', '104828.130000', '104828.590000', '104829.050000', '104829.510000', '104829.970000', '104830.430000', '104830.890000', '104831.350000', '104831.810000', '104832.270000', '104832.730000', '104833.190000', '104833.650000', '104834.110000', '104834.570000', '104835.030000', '104835.490000', '104835.950000', '104836.410000', '104836.870000', '104837.330000', '104837.790000', '104838.250000', '104838.710000', '104839.170000', '104839.630000', '104840.090000', '104840.550000', '104841.010000', '104841.470000', '104841.930000', '104842.390000', '104842.850000', '104843.310000', '104843.770000', '104844.230000', '104844.690000', '104845.150000', '104845.610000', '104846.070000', '104846.530000', '104846.990000', '104847.450000', '104847.910000', '104848.370000', '104848.830000', '104849.290000', '104849.750000', '104850.210000', '104850.670000', '104851.130000', '104851.590000', '104852.050000', '104852.510000', '104852.970000', '104853.430000', '104853.890000', '104854.350000', '104854.810000', '104855.270000', '104855.730000', '104856.190000', '104856.650000', '104857.110000', '104857.570000', '104858.030000', '104858.490000', '104858.950000', '104859.410000', '104859.870000', '104900.330000', '104900.790000', '104901.250000', '104901.710000', '104902.170000', '104902.630000', '104903.090000', '104903.550000', '104904.010000', '104904.470000', '104904.930000', '104905.390000', '104905.850000', '104906.310000', '104906.770000', '104907.230000', '104907.690000', '104908.150000', '104908.610000', '104909.070000', '104909.530000', '104909.990000', '104910.450000', '104910.910000', '104911.370000', '104911.830000', '104912.290000', '104912.750000', '104913.210000', '104913.670000', '104914.130000', '104914.590000', '104915.050000', '104915.510000', '104915.970000', '104916.430000', '104916.890000', '104917.350000', '104917.810000', '104918.270000', '104918.730000', '104919.190000', '104919.650000', '104920.110000', '104920.570000', '104921.030000', '104921.490000', '104921.950000', '104922.410000', '104922.870000', '104923.330000', '104923.790000', '104924.250000', '104924.710000', '104925.170000', '104925.630000', '104926.090000', '104926.550000', '104927.010000', '104927.470000', '104927.930000', '104928.390000', '104928.850000', '104929.310000', '104929.770000', '104930.230000', '104930.690000', '104931.150000', '104931.610000', '104932.070000', '104932.530000', '104932.990000', '104933.450000', '104933.910000', '104934.370000', '104934.830000', '104935.290000', '104935.750000', '104936.210000', '104936.670000', '104937.130000', '104937.590000', '104938.050000', '104938.510000', '104938.970000', '104939.430000', '104939.890000', '104940.350000', '104940.810000', '104941.270000', '104941.730000', '104942.190000', '104942.650000', '104943.110000', '104943.570000', '104944.030000', '104944.490000', '104944.950000', '104945.410000', '104945.870000', '104946.330000', '104946.790000', '104947.250000', '104947.710000', '104948.170000', '104948.630000', '104949.090000', '104949.550000', '104950.010000', '104950.470000', '104950.930000', '104951.390000', '104951.850000', '104952.310000', '104952.770000', '104953.230000', '104953.690000', '104954.150000', '104954.610000', '104955.070000', '104955.530000', '104955.990000', '104956.450000', '104956.910000', '104957.370000', '104957.830000', '104958.290000', '104958.750000', '104959.210000', '104959.670000', '105000.130000', '105000.590000', '105001.050000', '105001.510000', '105001.970000', '105002.430000', '105002.890000', '105003.350000', '105003.810000', '105004.270000', '105004.730000', '105005.190000', '105005.650000', '105006.110000', '105006.570000', '105007.030000', '105007.490000', '105007.950000', '105008.410000', '105008.870000', '105009.330000', '105009.790000', '105010.250000', '105010.710000', '105011.170000', '105011.630000', '105012.090000', '105012.550000', '105013.010000', '105013.470000', '105013.930000', '105014.390000', '105014.850000', '105015.310000', '105015.770000', '105016.230000', '105016.690000', '105017.150000', '105017.610000', '105018.070000', '105018.530000', '105018.990000', '105019.450000', '105019.910000', '105020.370000', '105020.830000', '105021.290000', '105021.750000', '105022.210000', '105022.670000', '105023.130000', '105023.590000', '105024.050000', '105024.510000', '105024.970000', '105025.430000', '105025.890000', '105026.350000', '105026.810000', '105027.270000', '105027.730000', '105028.190000', '105028.650000', '105029.110000', '105029.570000', '105030.030000', '105030.490000', '105030.950000', '105031.410000', '105031.870000', '105032.330000', '105032.790000', '105033.250000', '105033.710000', '105034.170000', '105034.630000', '105035.090000', '105035.550000', '105036.010000', '105036.470000', '105036.930000', '105037.390000', '105037.850000', '105038.310000', '105038.770000', '105039.230000', '105039.690000', '105040.150000', '105040.610000', '105041.070000', '105041.530000', '105041.990000', '105042.450000', '105042.910000', '105043.370000', '105043.830000', '105044.290000', '105044.750000', '105045.210000', '105045.670000', '105046.130000', '105046.590000', '105047.050000', '105047.510000', '105047.970000', '105048.430000', '105048.890000', '105049.350000', '105049.810000', '105050.270000', '105050.730000', '105051.190000', '105051.650000', '105052.110000', '105052.570000', '105053.030000', '105053.490000', '105053.950000', '105054.410000', '105054.870000', '105055.330000', '105055.790000', '105056.250000', '105056.710000', '105057.170000', '105057.630000', '105058.090000', '105058.550000', '105059.010000', '105059.470000', '105059.930000', '105100.390000', '105100.850000', '105101.310000', '105101.770000', '105102.230000', '105102.690000', '105103.150000', '105103.610000', '105104.070000', '105104.530000', '105104.990000', '105105.450000', '105105.910000', '105106.370000', '105106.830000', '105107.290000', '105107.750000', '105108.210000', '105108.670000', '105109.130000', '105109.590000', '105110.050000', '105110.510000', '105110.970000', '105111.430000', '105111.890000', '105112.350000', '105112.810000', '105113.270000', '105113.730000', '105114.190000', '105114.650000', '105115.110000', '105115.570000', '105116.030000', '105116.490000', '105116.950000', '105117.410000', '105117.870000', '105118.330000', '105118.790000', '105119.250000', '105119.710000', '105120.170000', '105120.630000', '105121.090000', '105121.550000', '105122.010000', '105122.470000', '105122.930000', '105123.390000', '105123.850000', '105124.310000', '105124.770000', '105125.230000', '105125.690000', '105126.150000', '105126.610000', '105127.070000', '105127.530000', '105127.990000', '105128.450000', '105128.910000', '105129.370000', '105129.830000', '105130.290000', '105130.750000', '105131.210000', '105131.670000', '105132.130000', '105132.590000', '105133.050000', '105133.510000', '105133.970000', '105134.430000', '105134.890000', '105135.350000', '105135.810000', '105136.270000', '105136.730000', '105137.190000', '105137.650000', '105138.110000', '105138.570000', '105139.030000', '105139.490000', '105139.950000', '105140.410000', '105140.870000', '105141.330000', '105141.790000', '105142.250000', '105142.710000', '105143.170000', '105143.630000', '105144.090000', '105144.550000', '105145.010000', '105145.470000', '105145.930000', '105146.390000', '105146.850000', '105147.310000', '105147.770000', '105148.230000', '105148.690000', '105149.150000', '105149.610000', '105150.070000', '105150.530000', '105150.990000', '105151.450000', '105151.910000', '105152.370000', '105152.830000', '105153.290000', '105153.750000', '105154.210000', '105154.670000', '105155.130000', '105155.590000', '105156.050000', '105156.510000', '105156.970000', '105157.430000', '105157.890000', '105158.350000', '105158.810000', '105159.270000', '105159.730000', '105200.190000', '105200.650000', '105201.110000', '105201.570000', '105202.030000', '105202.490000', '105202.950000', '105203.410000', '105203.870000', '105204.330000', '105204.790000', '105205.250000', '105205.710000', '105206.170000', '105206.630000', '105207.090000', '105207.550000', '105208.010000', '105208.470000', '105208.930000', '105209.390000', '105209.850000', '105210.310000', '105210.770000', '105211.230000', '105211.690000', '105212.150000', '105212.610000', '105213.070000', '105213.530000', '105213.990000', '105214.450000', '105214.910000', '105215.370000', '105215.830000', '105216.290000', '105216.750000', '105217.210000', '105217.670000', '105218.130000', '105218.590000', '105219.050000', '105219.510000', '105219.970000', '105220.430000', '105220.890000', '105221.350000', '105221.810000', '105222.270000', '105222.730000', '105223.190000', '105223.650000', '105224.110000', '105224.570000', '105225.030000', '105225.490000', '105225.950000', '105226.410000', '105226.870000', '105227.330000', '105227.790000', '105228.250000', '105228.710000', '105229.170000', '105229.630000', '105230.090000', '105230.550000', '105231.010000', '105231.470000', '105231.930000', '105232.390000', '105232.850000', '105233.310000', '105233.770000', '105234.230000', '105234.690000', '105235.150000', '105235.610000', '105236.070000', '105236.530000', '105236.990000', '105237.450000', '105237.910000', '105238.370000', '105238.830000', '105239.290000', '105239.750000', '105240.210000', '105240.670000', '105241.130000', '105241.590000', '105242.050000', '105242.510000', '105242.970000', '105243.430000', '105243.890000', '105244.350000', '105244.810000', '105245.270000', '105245.730000', '105246.190000', '105246.650000', '105247.110000', '105247.570000', '105248.030000', '105248.490000', '105248.950000', '105249.410000', '105249.870000', '105250.330000', '105250.790000', '105251.250000', '105251.710000', '105252.170000', '105252.630000', '105253.090000', '105253.550000', '105254.010000', '105254.470000', '105254.930000', '105255.390000', '105255.850000', '105256.310000', '105256.770000', '105257.230000', '105257.690000', '105258.150000', '105258.610000', '105259.070000', '105259.530000', '105259.990000', '105300.450000', '105300.910000', '105301.370000', '105301.830000', '105302.290000', '105302.750000', '105303.210000', '105303.670000', '105304.130000', '105304.590000', '105305.050000', '105305.510000', '105305.970000', '105306.430000', '105306.890000', '105307.350000', '105307.810000', '105308.270000', '105308.730000', '105309.190000', '105309.650000', '105310.110000', '105310.570000', '105311.030000', '105311.490000', '105311.950000', '105312.410000', '105312.870000', '105313.330000', '105313.790000', '105314.250000', '105314.710000', '105315.170000', '105315.630000', '105316.090000', '105316.550000', '105317.010000', '105317.470000', '105317.930000', '105318.390000', '105318.850000', '105319.310000', '105319.770000', '105320.230000', '105320.690000', '105321.150000', '105321.610000', '105322.070000', '105322.530000', '105322.990000', '105323.450000', '105323.910000', '105324.370000', '105324.830000', '105325.290000', '105325.750000', '105326.210000', '105326.670000', '105327.130000', '105327.590000', '105328.050000', '105328.510000', '105328.970000', '105329.430000', '105329.890000', '105330.350000', '105330.810000', '105331.270000'], 'ContentTime': ['104338.968000', '104338.972000', '104338.975000', '104338.977000', '104338.980000', '104338.983000', '104338.986000', '104338.991000', '104338.994000', '104338.997000', '104339.000000', '104339.003000', '104339.006000', '104339.008000', '104339.011000', '104339.014000', '104339.017000', '104339.020000', '104339.023000', '104339.025000', '104339.028000', '104339.031000', '104339.034000', '104339.037000', '104339.039000', '104339.042000', '104339.045000', '104339.048000', '104339.051000', '104339.054000', '104339.057000', '104339.059000', '104339.064000', '104339.067000', '104358.937000', '104358.940000', '104358.943000', '104358.946000', '104358.948000', '104358.951000', '104358.954000', '104358.957000', '104358.960000', '104358.963000', '104358.965000', '104358.968000', '104358.971000', '104358.974000', '104358.977000', '104358.980000', '104358.982000', '104358.985000', '104358.988000', '104358.991000', '104358.994000', '104358.997000', '104359.000000', '104359.003000', '104359.006000', '104359.013000', '104359.016000', '104359.018000', '104359.021000', '104359.024000', '104359.027000', '104359.030000', '104359.032000', '104359.035000', '104359.038000', '104359.041000', '104359.044000', '104359.047000', '104359.049000', '104359.052000', '104359.055000', '104359.058000', '104359.061000', '104418.937000', '104418.940000', '104418.946000', '104418.949000', '104418.952000', '104418.955000', '104418.958000', '104418.960000', '104418.963000', '104418.966000', '104418.969000', '104418.972000', '104418.974000', '104418.977000', '104418.980000', '104418.983000', '104418.986000', '104418.989000', '104419.000000', '104419.003000', '104419.006000', '104419.009000', '104419.012000', '104419.014000', '104419.017000', '104419.020000', '104419.023000', '104419.026000', '104419.028000', '104419.031000', '104419.034000', '104419.044000', '104419.047000', '104419.049000', '104419.052000', '104419.055000', '104419.058000', '104419.061000', '104419.064000', '104419.067000', '104419.069000', '104419.072000', '104419.075000', '104419.078000', '104438.937000', '104438.940000', '104438.943000', '104438.945000', '104438.948000', '104438.951000', '104438.954000', '104438.957000', '104438.960000', '104438.963000', '104438.965000', '104438.968000', '104438.971000', '104438.974000', '104438.977000', '104438.979000', '104438.983000', '104438.985000', '104438.988000', '104438.991000', '104438.994000', '104438.997000', '104439.000000', '104439.003000', '104439.006000', '104439.009000', '104439.012000', '104439.014000', '104439.017000', '104439.020000', '104439.023000', '104439.026000', '104439.029000', '104439.032000', '104439.035000', '104439.037000', '104439.040000', '104439.043000', '104439.046000', '104439.049000', '104439.053000', '104439.056000', '104439.059000', '104458.936000', '104458.939000', '104458.942000', '104458.944000', '104458.947000', '104458.950000', '104458.953000', '104458.956000', '104458.958000', '104458.961000', '104458.964000', '104458.967000', '104458.970000', '104458.973000', '104458.976000', '104458.978000', '104458.981000', '104458.984000', '104458.987000', '104458.990000', '104458.993000', '104458.996000', '104458.998000', '104459.002000', '104459.005000', '104459.008000', '104459.011000', '104459.013000', '104459.017000', '104459.020000', '104459.023000', '104459.025000', '104459.028000', '104459.031000', '104459.034000', '104459.037000', '104459.040000', '104459.043000', '104459.045000', '104459.048000', '104459.051000', '104459.054000', '104459.057000', '104459.060000', '104518.936000', '104518.946000', '104518.949000', '104518.952000', '104518.955000', '104518.957000', '104518.960000', '104518.963000', '104518.966000', '104518.969000', '104518.972000', '104518.975000', '104518.977000', '104518.980000', '104518.983000', '104518.986000', '104518.989000', '104518.992000', '104518.994000', '104518.997000', '104519.001000', '104519.004000', '104519.007000', '104519.010000', '104519.013000', '104519.016000', '104519.018000', '104519.021000', '104519.024000', '104519.027000', '104519.030000', '104519.033000', '104519.036000', '104519.039000', '104519.041000', '104519.044000', '104519.047000', '104519.050000', '104519.053000', '104519.056000', '104519.059000', '104519.061000', '104519.064000', '104538.936000', '104538.939000', '104538.942000', '104538.944000', '104538.947000', '104538.950000', '104538.953000', '104538.956000', '104538.959000', '104538.962000', '104538.964000', '104538.967000', '104538.970000', '104538.973000', '104538.976000', '104538.979000', '104538.982000', '104538.984000', '104538.987000', '104538.990000', '104538.993000', '104538.996000', '104539.000000', '104539.003000', '104539.006000', '104539.009000', '104539.011000', '104539.014000', '104539.017000', '104539.020000', '104539.023000', '104539.026000', '104539.029000', '104539.031000', '104539.034000', '104539.037000', '104539.040000', '104539.043000', '104539.046000', '104539.049000', '104539.052000', '104539.054000', '104539.057000', '104539.060000', '104558.937000', '104558.940000', '104558.943000', '104558.946000', '104558.948000', '104558.951000', '104558.954000', '104558.968000', '104558.971000', '104558.973000', '104558.976000', '104558.979000', '104558.982000', '104558.985000', '104558.988000', '104558.991000', '104558.993000', '104558.996000', '104558.999000', '104559.002000', '104559.005000', '104559.008000', '104559.011000', '104559.014000', '104559.016000', '104559.019000', '104559.022000', '104559.025000', '104559.028000', '104559.031000', '104559.034000', '104559.036000', '104559.039000', '104559.042000', '104559.045000', '104559.048000', '104559.051000', '104559.054000', '104559.057000', '104559.059000', '104559.062000', '104559.065000', '104559.068000', '104618.937000', '104618.940000', '104618.943000', '104618.946000', '104618.948000', '104618.951000', '104618.954000', '104618.957000', '104618.960000', '104618.963000', '104618.966000', '104618.969000', '104618.971000', '104618.974000', '104618.977000', '104618.980000', '104618.983000', '104618.986000', '104618.989000', '104618.991000', '104618.994000', '104618.997000', '104619.001000', '104619.004000', '104619.007000', '104619.010000', '104619.012000', '104619.015000', '104619.018000', '104619.021000', '104619.024000', '104619.027000', '104619.030000', '104619.032000', '104619.035000', '104619.038000', '104619.041000', '104619.044000', '104619.047000', '104619.050000', '104619.052000', '104619.055000', '104619.059000', '104638.937000', '104638.940000', '104638.943000', '104638.946000', '104638.948000', '104638.951000', '104638.954000', '104638.957000', '104638.960000', '104638.963000', '104638.966000', '104638.969000', '104638.971000', '104638.974000', '104638.977000', '104638.980000', '104638.983000', '104638.986000', '104638.989000', '104638.992000', '104638.994000', '104638.997000', '104639.001000', '104639.004000', '104639.007000', '104639.010000', '104639.012000', '104639.015000', '104639.018000', '104639.021000', '104639.024000', '104639.027000', '104639.030000', '104639.032000', '104639.035000', '104639.038000', '104639.041000', '104639.044000', '104639.047000', '104639.050000', '104639.052000', '104639.055000', '104639.058000', '104639.061000', '104658.937000', '104658.940000', '104658.943000', '104658.946000', '104658.949000', '104658.952000', '104658.955000', '104658.958000', '104658.961000', '104658.964000', '104658.967000', '104658.969000', '104658.972000', '104658.975000', '104658.978000', '104658.981000', '104658.984000', '104658.987000', '104658.990000', '104658.993000', '104658.995000', '104658.998000', '104659.002000', '104659.005000', '104659.008000', '104659.011000', '104659.014000', '104659.016000', '104659.019000', '104659.022000', '104659.025000', '104659.028000', '104659.031000', '104659.034000', '104659.037000', '104659.039000', '104659.042000', '104659.045000', '104659.048000', '104659.051000', '104659.054000', '104659.056000', '104659.059000', '104718.936000', '104718.939000', '104718.942000', '104718.945000', '104718.948000', '104718.951000', '104718.954000', '104718.956000', '104718.959000', '104718.962000', '104718.965000', '104718.968000', '104718.971000', '104718.974000', '104718.977000', '104718.979000', '104718.982000', '104718.985000', '104718.988000', '104718.991000', '104718.994000', '104718.997000', '104719.001000', '104719.003000', '104719.006000', '104719.009000', '104719.012000', '104719.015000', '104719.018000', '104719.021000', '104719.024000', '104719.026000', '104719.029000', '104719.032000', '104719.035000', '104719.038000', '104719.041000', '104719.044000', '104719.047000', '104719.049000', '104719.052000', '104719.055000', '104719.073000', '104719.076000', '104738.936000', '104738.939000', '104738.942000', '104738.945000', '104738.948000', '104738.950000', '104738.953000', '104738.956000', '104738.959000', '104738.962000', '104738.965000', '104738.968000', '104738.970000', '104738.973000', '104738.976000', '104738.979000', '104738.982000', '104738.985000', '104738.988000', '104738.991000', '104738.993000', '104738.996000', '104739.000000', '104739.003000', '104739.006000', '104739.009000', '104739.013000', '104739.016000', '104739.019000', '104739.022000', '104739.025000', '104739.027000', '104739.030000', '104739.033000', '104739.036000', '104739.039000', '104739.042000', '104739.045000', '104739.047000', '104739.050000', '104739.053000', '104739.056000', '104739.059000', '104758.936000', '104758.939000', '104758.942000', '104758.944000', '104758.948000', '104758.950000', '104758.953000', '104758.956000', '104758.959000', '104758.962000', '104758.965000', '104758.967000', '104758.970000', '104758.973000', '104758.976000', '104758.979000', '104758.982000', '104758.985000', '104758.987000', '104758.990000', '104758.993000', '104758.996000', '104759.000000', '104759.003000', '104759.006000', '104759.008000', '104759.011000', '104759.014000', '104759.017000', '104759.020000', '104759.023000', '104759.026000', '104759.029000', '104759.031000', '104759.034000', '104759.037000', '104759.040000', '104759.043000', '104759.046000', '104759.048000', '104759.052000', '104759.054000', '104759.057000', '104759.060000', '104818.937000', '104818.940000', '104818.943000', '104818.946000', '104818.949000', '104818.951000', '104818.954000', '104818.957000', '104818.960000', '104818.963000', '104818.966000', '104818.969000', '104818.971000', '104818.974000', '104818.977000', '104818.980000', '104818.983000', '104818.986000', '104818.989000', '104818.992000', '104818.995000', '104818.997000', '104819.000000', '104819.005000', '104819.010000', '104819.013000', '104819.016000', '104819.019000', '104819.022000', '104819.025000', '104819.027000', '104819.030000', '104819.033000', '104819.036000', '104819.039000', '104819.042000', '104819.045000', '104819.048000', '104819.050000', '104819.053000', '104819.056000', '104819.059000', '104819.062000', '104838.937000', '104838.940000', '104838.943000', '104838.946000', '104838.949000', '104838.951000', '104838.954000', '104838.957000', '104838.960000', '104838.963000', '104838.966000', '104838.969000', '104838.972000', '104838.974000', '104838.977000', '104838.980000', '104838.983000', '104838.986000', '104838.989000', '104838.992000', '104838.994000', '104838.997000', '104839.001000', '104839.004000', '104839.007000', '104839.010000', '104839.013000', '104839.016000', '104839.018000', '104839.021000', '104839.024000', '104839.027000', '104839.030000', '104839.033000', '104839.036000', '104839.039000', '104839.041000', '104839.044000', '104839.047000', '104839.050000', '104839.053000', '104839.056000', '104839.058000', '104839.061000', '104858.937000', '104858.940000', '104858.943000', '104858.960000', '104858.963000', '104858.966000', '104858.969000', '104858.972000', '104858.974000', '104858.977000', '104858.980000', '104858.983000', '104858.986000', '104858.989000', '104858.992000', '104858.994000', '104858.997000', '104859.001000', '104859.004000', '104859.007000', '104859.010000', '104859.013000', '104859.018000', '104859.021000', '104859.023000', '104859.026000', '104859.029000', '104859.032000', '104859.035000', '104859.038000', '104859.041000', '104859.044000', '104859.047000', '104859.049000', '104859.052000', '104859.055000', '104859.058000', '104859.061000', '104859.064000', '104859.067000', '104859.069000', '104859.072000', '104859.075000', '104918.937000', '104918.940000', '104918.943000', '104918.946000', '104918.949000', '104918.951000', '104918.955000', '104918.957000', '104918.960000', '104918.963000', '104918.966000', '104918.969000', '104918.972000', '104918.974000', '104918.977000', '104918.980000', '104918.983000', '104918.986000', '104918.989000', '104918.992000', '104918.995000', '104918.997000', '104919.001000', '104919.004000', '104919.007000', '104919.010000', '104919.013000', '104919.016000', '104919.019000', '104919.021000', '104919.024000', '104919.027000', '104919.030000', '104919.033000', '104919.036000', '104919.039000', '104919.041000', '104919.044000', '104919.047000', '104919.050000', '104919.053000', '104919.056000', '104919.059000', '104919.062000', '104938.936000', '104938.939000', '104938.942000', '104938.945000', '104938.948000', '104938.951000', '104938.953000', '104938.956000', '104938.959000', '104938.962000', '104938.965000', '104938.969000', '104938.972000', '104938.975000', '104938.978000', '104938.980000', '104938.983000', '104938.986000', '104938.989000', '104938.992000', '104938.995000', '104938.997000', '104939.001000', '104939.004000', '104939.007000', '104939.010000', '104939.013000', '104939.016000', '104939.019000', '104939.022000', '104939.024000', '104939.028000', '104939.032000', '104939.034000', '104939.038000', '104939.041000', '104939.043000', '104939.046000', '104939.049000', '104939.052000', '104939.055000', '104939.058000', '104939.061000', '104958.936000', '104958.939000', '104958.942000', '104958.945000', '104958.948000', '104958.951000', '104958.953000', '104958.956000', '104958.959000', '104958.962000', '104958.965000', '104958.968000', '104958.971000', '104958.974000', '104958.976000', '104958.979000', '104958.982000', '104958.985000', '104958.988000', '104958.991000', '104958.994000', '104958.996000', '104959.000000', '104959.003000', '104959.006000', '104959.009000', '104959.012000', '104959.015000', '104959.018000', '104959.020000', '104959.023000', '104959.026000', '104959.029000', '104959.032000', '104959.035000', '104959.038000', '104959.040000', '104959.043000', '104959.046000', '104959.049000', '104959.052000', '104959.055000', '104959.058000', '104959.060000', '105018.936000', '105018.939000', '105018.942000', '105018.945000', '105018.948000', '105018.950000', '105018.953000', '105018.956000', '105018.959000', '105018.974000', '105018.977000', '105018.980000', '105018.983000', '105018.985000', '105018.988000', '105018.991000', '105018.994000', '105018.997000', '105019.001000', '105019.004000', '105019.006000', '105019.009000', '105019.012000', '105019.015000', '105019.018000', '105019.021000', '105019.023000', '105019.026000', '105019.029000', '105019.032000', '105019.035000', '105019.038000', '105019.041000', '105019.044000', '105019.050000', '105019.053000', '105019.056000', '105019.059000', '105019.062000', '105019.064000', '105019.067000', '105019.070000', '105019.073000', '105038.937000', '105038.940000', '105038.943000', '105038.946000', '105038.949000', '105038.951000', '105038.954000', '105038.957000', '105038.960000', '105038.963000', '105038.966000', '105038.968000', '105038.971000', '105038.974000', '105038.977000', '105038.980000', '105038.983000', '105038.986000', '105038.988000', '105038.991000', '105038.994000', '105038.997000', '105039.000000', '105039.003000', '105039.006000', '105039.009000', '105039.011000', '105039.014000', '105039.017000', '105039.020000', '105039.023000', '105039.026000', '105039.029000', '105039.031000', '105039.034000', '105039.037000', '105039.040000', '105039.043000', '105039.046000', '105039.049000', '105039.052000', '105039.054000', '105039.057000', '105039.060000', '105058.937000', '105058.940000', '105058.943000', '105058.946000', '105058.949000', '105058.952000', '105058.955000', '105058.957000', '105058.960000', '105058.963000', '105058.966000', '105058.969000', '105058.972000', '105058.975000', '105058.978000', '105058.980000', '105058.983000', '105058.986000', '105058.994000', '105058.997000', '105059.001000', '105059.005000', '105059.008000', '105059.011000', '105059.014000', '105059.017000', '105059.020000', '105059.023000', '105059.025000', '105059.028000', '105059.031000', '105059.034000', '105059.037000', '105059.040000', '105059.043000', '105059.045000', '105059.048000', '105059.051000', '105059.054000', '105059.057000', '105059.060000', '105059.063000', '105059.066000', '105118.937000', '105118.940000', '105118.943000', '105118.946000', '105118.949000', '105118.951000', '105118.954000', '105118.957000', '105118.960000', '105118.963000', '105118.966000', '105118.969000', '105118.972000', '105118.974000', '105118.977000', '105118.980000', '105118.983000', '105118.986000', '105118.989000', '105118.992000', '105118.994000', '105118.997000', '105119.001000', '105119.004000', '105119.007000', '105119.010000', '105119.012000', '105119.015000', '105119.018000', '105119.021000', '105119.024000', '105119.027000', '105119.030000', '105119.033000', '105119.035000', '105119.038000', '105119.041000', '105119.044000', '105119.047000', '105119.050000', '105119.053000', '105119.056000', '105119.058000', '105119.061000', '105138.937000', '105138.960000', '105138.963000', '105138.965000', '105138.968000', '105138.971000', '105138.974000', '105138.977000', '105138.980000', '105138.983000', '105138.985000', '105138.988000', '105138.991000', '105138.994000', '105138.997000', '105139.001000', '105139.004000', '105139.007000', '105139.009000', '105139.012000', '105139.015000', '105139.018000', '105139.021000', '105139.024000', '105139.027000', '105139.030000', '105139.032000', '105139.035000', '105139.038000', '105139.041000', '105139.044000', '105139.047000', '105139.050000', '105139.053000', '105139.055000', '105139.058000', '105139.061000', '105139.064000', '105139.067000', '105139.070000', '105139.073000', '105139.076000', '105139.079000', '105158.936000', '105158.939000', '105158.942000', '105158.945000', '105158.948000', '105158.950000', '105158.953000', '105158.956000', '105158.959000', '105158.962000', '105158.965000', '105158.968000', '105158.970000', '105158.973000', '105158.976000', '105158.979000', '105158.982000', '105158.985000', '105158.988000', '105158.991000', '105158.993000', '105158.996000', '105159.000000', '105159.003000', '105159.006000', '105159.009000', '105159.012000', '105159.015000', '105159.017000', '105159.020000', '105159.023000', '105159.026000', '105159.029000', '105159.032000', '105159.035000', '105159.037000', '105159.040000', '105159.043000', '105159.046000', '105159.049000', '105159.052000', '105159.055000', '105159.058000', '105159.060000', '105218.936000', '105218.939000', '105218.942000', '105218.945000', '105218.948000', '105218.950000', '105218.953000', '105218.956000', '105218.959000', '105218.962000', '105218.965000', '105218.968000', '105218.971000', '105218.974000', '105218.976000', '105218.979000', '105218.982000', '105218.985000', '105218.988000', '105218.991000', '105218.994000', '105218.996000', '105219.000000', '105219.003000', '105219.006000', '105219.009000', '105219.012000', '105219.014000', '105219.017000', '105219.020000', '105219.023000', '105219.026000', '105219.029000', '105219.032000', '105219.035000', '105219.037000', '105219.040000', '105219.044000', '105219.047000', '105219.050000', '105219.053000', '105219.056000', '105219.059000', '105238.936000', '105238.939000', '105238.942000', '105238.945000', '105238.948000', '105238.950000', '105238.953000', '105238.956000', '105238.959000', '105238.962000', '105238.965000', '105238.968000', '105238.971000', '105238.973000', '105238.976000', '105238.979000', '105238.982000', '105238.985000', '105238.988000', '105238.990000', '105238.993000', '105238.996000', '105239.000000', '105239.003000', '105239.006000', '105239.009000', '105239.012000', '105239.015000', '105239.017000', '105239.020000', '105239.023000', '105239.026000', '105239.029000', '105239.032000', '105239.035000', '105239.037000', '105239.040000', '105239.043000', '105239.046000', '105239.049000', '105239.052000', '105239.055000', '105239.058000', '105239.060000', '105258.937000', '105258.940000', '105258.943000', '105258.946000', '105258.949000', '105258.951000', '105258.954000', '105258.957000', '105258.960000', '105258.963000', '105258.966000', '105258.969000', '105258.972000', '105258.974000', '105258.977000', '105258.980000', '105258.983000', '105258.986000', '105258.989000', '105258.992000', '105258.994000', '105258.997000', '105259.000000', '105259.003000', '105259.006000', '105259.009000', '105259.011000', '105259.014000', '105259.017000', '105259.020000', '105259.023000', '105259.026000', '105259.029000', '105259.032000', '105259.034000', '105259.037000', '105259.040000', '105259.043000', '105259.046000', '105259.049000', '105259.052000', '105259.055000', '105259.057000', '105318.937000', '105318.940000', '105318.943000', '105318.945000', '105318.948000', '105318.951000', '105318.954000', '105318.957000', '105318.960000', '105318.963000', '105318.966000', '105318.968000', '105318.971000', '105318.974000', '105318.977000', '105318.980000', '105318.983000', '105318.986000', '105318.989000', '105318.991000', '105318.994000', '105318.997000', '105319.001000', '105319.004000', '105319.007000', '105319.010000', '105319.012000', '105319.015000', '105319.018000', '105319.021000', '105319.024000', '105319.027000', '105319.030000', '105319.033000', '105319.035000', '105319.038000', '105319.041000', '105319.044000', '105319.047000', '105319.050000', '105319.053000', '105319.055000', '105319.058000', '105319.061000', '105331.869000', '105331.872000', '105331.875000', '105331.878000', '105331.890000', '105331.893000', '105331.895000', '105331.898000', '105331.901000', '105331.904000', '105331.907000', '105331.910000', '105331.913000', '105331.916000', '105331.919000', '105331.922000', '105331.925000', '105331.928000', '105331.931000', '105331.934000', '105331.937000', '105331.940000', '105331.943000', '105331.946000', '105331.949000', '105331.952000', '105331.955000', '105331.957000'], 'InstanceCreationTime': ['104338.968000', '104338.972000', '104338.975000', '104338.977000', '104338.980000', '104338.983000', '104338.986000', '104338.991000', '104338.994000', '104338.997000', '104339.000000', '104339.003000', '104339.006000', '104339.008000', '104339.011000', '104339.014000', '104339.017000', '104339.020000', '104339.023000', '104339.025000', '104339.028000', '104339.031000', '104339.034000', '104339.037000', '104339.039000', '104339.042000', '104339.045000', '104339.048000', '104339.051000', '104339.054000', '104339.057000', '104339.059000', '104339.064000', '104339.067000', '104358.937000', '104358.940000', '104358.943000', '104358.946000', '104358.948000', '104358.951000', '104358.954000', '104358.957000', '104358.960000', '104358.963000', '104358.965000', '104358.968000', '104358.971000', '104358.974000', '104358.977000', '104358.980000', '104358.982000', '104358.985000', '104358.988000', '104358.991000', '104358.994000', '104358.997000', '104359.000000', '104359.003000', '104359.006000', '104359.013000', '104359.016000', '104359.018000', '104359.021000', '104359.024000', '104359.027000', '104359.030000', '104359.032000', '104359.035000', '104359.038000', '104359.041000', '104359.044000', '104359.047000', '104359.049000', '104359.052000', '104359.055000', '104359.058000', '104359.061000', '104418.937000', '104418.940000', '104418.946000', '104418.949000', '104418.952000', '104418.955000', '104418.958000', '104418.960000', '104418.963000', '104418.966000', '104418.969000', '104418.972000', '104418.974000', '104418.977000', '104418.980000', '104418.983000', '104418.986000', '104418.989000', '104419.000000', '104419.003000', '104419.006000', '104419.009000', '104419.012000', '104419.014000', '104419.017000', '104419.020000', '104419.023000', '104419.026000', '104419.028000', '104419.031000', '104419.034000', '104419.044000', '104419.047000', '104419.049000', '104419.052000', '104419.055000', '104419.058000', '104419.061000', '104419.064000', '104419.067000', '104419.069000', '104419.072000', '104419.075000', '104419.078000', '104438.937000', '104438.940000', '104438.943000', '104438.945000', '104438.948000', '104438.951000', '104438.954000', '104438.957000', '104438.960000', '104438.963000', '104438.965000', '104438.968000', '104438.971000', '104438.974000', '104438.977000', '104438.979000', '104438.983000', '104438.985000', '104438.988000', '104438.991000', '104438.994000', '104438.997000', '104439.000000', '104439.003000', '104439.006000', '104439.009000', '104439.012000', '104439.014000', '104439.017000', '104439.020000', '104439.023000', '104439.026000', '104439.029000', '104439.032000', '104439.035000', '104439.037000', '104439.040000', '104439.043000', '104439.046000', '104439.049000', '104439.053000', '104439.056000', '104439.059000', '104458.936000', '104458.939000', '104458.942000', '104458.944000', '104458.947000', '104458.950000', '104458.953000', '104458.956000', '104458.958000', '104458.961000', '104458.964000', '104458.967000', '104458.970000', '104458.973000', '104458.976000', '104458.978000', '104458.981000', '104458.984000', '104458.987000', '104458.990000', '104458.993000', '104458.996000', '104458.998000', '104459.002000', '104459.005000', '104459.008000', '104459.011000', '104459.013000', '104459.017000', '104459.020000', '104459.023000', '104459.025000', '104459.028000', '104459.031000', '104459.034000', '104459.037000', '104459.040000', '104459.043000', '104459.045000', '104459.048000', '104459.051000', '104459.054000', '104459.057000', '104459.060000', '104518.936000', '104518.946000', '104518.949000', '104518.952000', '104518.955000', '104518.957000', '104518.960000', '104518.963000', '104518.966000', '104518.969000', '104518.972000', '104518.975000', '104518.977000', '104518.980000', '104518.983000', '104518.986000', '104518.989000', '104518.992000', '104518.994000', '104518.997000', '104519.001000', '104519.004000', '104519.007000', '104519.010000', '104519.013000', '104519.016000', '104519.018000', '104519.021000', '104519.024000', '104519.027000', '104519.030000', '104519.033000', '104519.036000', '104519.039000', '104519.041000', '104519.044000', '104519.047000', '104519.050000', '104519.053000', '104519.056000', '104519.059000', '104519.061000', '104519.064000', '104538.936000', '104538.939000', '104538.942000', '104538.944000', '104538.947000', '104538.950000', '104538.953000', '104538.956000', '104538.959000', '104538.962000', '104538.964000', '104538.967000', '104538.970000', '104538.973000', '104538.976000', '104538.979000', '104538.982000', '104538.984000', '104538.987000', '104538.990000', '104538.993000', '104538.996000', '104539.000000', '104539.003000', '104539.006000', '104539.009000', '104539.011000', '104539.014000', '104539.017000', '104539.020000', '104539.023000', '104539.026000', '104539.029000', '104539.031000', '104539.034000', '104539.037000', '104539.040000', '104539.043000', '104539.046000', '104539.049000', '104539.052000', '104539.054000', '104539.057000', '104539.060000', '104558.937000', '104558.940000', '104558.943000', '104558.946000', '104558.948000', '104558.951000', '104558.954000', '104558.968000', '104558.971000', '104558.973000', '104558.976000', '104558.979000', '104558.982000', '104558.985000', '104558.988000', '104558.991000', '104558.993000', '104558.996000', '104558.999000', '104559.002000', '104559.005000', '104559.008000', '104559.011000', '104559.014000', '104559.016000', '104559.019000', '104559.022000', '104559.025000', '104559.028000', '104559.031000', '104559.034000', '104559.036000', '104559.039000', '104559.042000', '104559.045000', '104559.048000', '104559.051000', '104559.054000', '104559.057000', '104559.059000', '104559.062000', '104559.065000', '104559.068000', '104618.937000', '104618.940000', '104618.943000', '104618.946000', '104618.948000', '104618.951000', '104618.954000', '104618.957000', '104618.960000', '104618.963000', '104618.966000', '104618.969000', '104618.971000', '104618.974000', '104618.977000', '104618.980000', '104618.983000', '104618.986000', '104618.989000', '104618.991000', '104618.994000', '104618.997000', '104619.001000', '104619.004000', '104619.007000', '104619.010000', '104619.012000', '104619.015000', '104619.018000', '104619.021000', '104619.024000', '104619.027000', '104619.030000', '104619.032000', '104619.035000', '104619.038000', '104619.041000', '104619.044000', '104619.047000', '104619.050000', '104619.052000', '104619.055000', '104619.059000', '104638.937000', '104638.940000', '104638.943000', '104638.946000', '104638.948000', '104638.951000', '104638.954000', '104638.957000', '104638.960000', '104638.963000', '104638.966000', '104638.969000', '104638.971000', '104638.974000', '104638.977000', '104638.980000', '104638.983000', '104638.986000', '104638.989000', '104638.992000', '104638.994000', '104638.997000', '104639.001000', '104639.004000', '104639.007000', '104639.010000', '104639.012000', '104639.015000', '104639.018000', '104639.021000', '104639.024000', '104639.027000', '104639.030000', '104639.032000', '104639.035000', '104639.038000', '104639.041000', '104639.044000', '104639.047000', '104639.050000', '104639.052000', '104639.055000', '104639.058000', '104639.061000', '104658.937000', '104658.940000', '104658.943000', '104658.946000', '104658.949000', '104658.952000', '104658.955000', '104658.958000', '104658.961000', '104658.964000', '104658.967000', '104658.969000', '104658.972000', '104658.975000', '104658.978000', '104658.981000', '104658.984000', '104658.987000', '104658.990000', '104658.993000', '104658.995000', '104658.998000', '104659.002000', '104659.005000', '104659.008000', '104659.011000', '104659.014000', '104659.016000', '104659.019000', '104659.022000', '104659.025000', '104659.028000', '104659.031000', '104659.034000', '104659.037000', '104659.039000', '104659.042000', '104659.045000', '104659.048000', '104659.051000', '104659.054000', '104659.056000', '104659.059000', '104718.936000', '104718.939000', '104718.942000', '104718.945000', '104718.948000', '104718.951000', '104718.954000', '104718.956000', '104718.959000', '104718.962000', '104718.965000', '104718.968000', '104718.971000', '104718.974000', '104718.977000', '104718.979000', '104718.982000', '104718.985000', '104718.988000', '104718.991000', '104718.994000', '104718.997000', '104719.001000', '104719.003000', '104719.006000', '104719.009000', '104719.012000', '104719.015000', '104719.018000', '104719.021000', '104719.024000', '104719.026000', '104719.029000', '104719.032000', '104719.035000', '104719.038000', '104719.041000', '104719.044000', '104719.047000', '104719.049000', '104719.052000', '104719.055000', '104719.073000', '104719.076000', '104738.936000', '104738.939000', '104738.942000', '104738.945000', '104738.948000', '104738.950000', '104738.953000', '104738.956000', '104738.959000', '104738.962000', '104738.965000', '104738.968000', '104738.970000', '104738.973000', '104738.976000', '104738.979000', '104738.982000', '104738.985000', '104738.988000', '104738.991000', '104738.993000', '104738.996000', '104739.000000', '104739.003000', '104739.006000', '104739.009000', '104739.013000', '104739.016000', '104739.019000', '104739.022000', '104739.025000', '104739.027000', '104739.030000', '104739.033000', '104739.036000', '104739.039000', '104739.042000', '104739.045000', '104739.047000', '104739.050000', '104739.053000', '104739.056000', '104739.059000', '104758.936000', '104758.939000', '104758.942000', '104758.944000', '104758.948000', '104758.950000', '104758.953000', '104758.956000', '104758.959000', '104758.962000', '104758.965000', '104758.967000', '104758.970000', '104758.973000', '104758.976000', '104758.979000', '104758.982000', '104758.985000', '104758.987000', '104758.990000', '104758.993000', '104758.996000', '104759.000000', '104759.003000', '104759.006000', '104759.008000', '104759.011000', '104759.014000', '104759.017000', '104759.020000', '104759.023000', '104759.026000', '104759.029000', '104759.031000', '104759.034000', '104759.037000', '104759.040000', '104759.043000', '104759.046000', '104759.048000', '104759.052000', '104759.054000', '104759.057000', '104759.060000', '104818.937000', '104818.940000', '104818.943000', '104818.946000', '104818.949000', '104818.951000', '104818.954000', '104818.957000', '104818.960000', '104818.963000', '104818.966000', '104818.969000', '104818.971000', '104818.974000', '104818.977000', '104818.980000', '104818.983000', '104818.986000', '104818.989000', '104818.992000', '104818.995000', '104818.997000', '104819.000000', '104819.005000', '104819.010000', '104819.013000', '104819.016000', '104819.019000', '104819.022000', '104819.025000', '104819.027000', '104819.030000', '104819.033000', '104819.036000', '104819.039000', '104819.042000', '104819.045000', '104819.048000', '104819.050000', '104819.053000', '104819.056000', '104819.059000', '104819.062000', '104838.937000', '104838.940000', '104838.943000', '104838.946000', '104838.949000', '104838.951000', '104838.954000', '104838.957000', '104838.960000', '104838.963000', '104838.966000', '104838.969000', '104838.972000', '104838.974000', '104838.977000', '104838.980000', '104838.983000', '104838.986000', '104838.989000', '104838.992000', '104838.994000', '104838.997000', '104839.001000', '104839.004000', '104839.007000', '104839.010000', '104839.013000', '104839.016000', '104839.018000', '104839.021000', '104839.024000', '104839.027000', '104839.030000', '104839.033000', '104839.036000', '104839.039000', '104839.041000', '104839.044000', '104839.047000', '104839.050000', '104839.053000', '104839.056000', '104839.058000', '104839.061000', '104858.937000', '104858.940000', '104858.943000', '104858.960000', '104858.963000', '104858.966000', '104858.969000', '104858.972000', '104858.974000', '104858.977000', '104858.980000', '104858.983000', '104858.986000', '104858.989000', '104858.992000', '104858.994000', '104858.997000', '104859.001000', '104859.004000', '104859.007000', '104859.010000', '104859.013000', '104859.018000', '104859.021000', '104859.023000', '104859.026000', '104859.029000', '104859.032000', '104859.035000', '104859.038000', '104859.041000', '104859.044000', '104859.047000', '104859.049000', '104859.052000', '104859.055000', '104859.058000', '104859.061000', '104859.064000', '104859.067000', '104859.069000', '104859.072000', '104859.075000', '104918.937000', '104918.940000', '104918.943000', '104918.946000', '104918.949000', '104918.951000', '104918.955000', '104918.957000', '104918.960000', '104918.963000', '104918.966000', '104918.969000', '104918.972000', '104918.974000', '104918.977000', '104918.980000', '104918.983000', '104918.986000', '104918.989000', '104918.992000', '104918.995000', '104918.997000', '104919.001000', '104919.004000', '104919.007000', '104919.010000', '104919.013000', '104919.016000', '104919.019000', '104919.021000', '104919.024000', '104919.027000', '104919.030000', '104919.033000', '104919.036000', '104919.039000', '104919.041000', '104919.044000', '104919.047000', '104919.050000', '104919.053000', '104919.056000', '104919.059000', '104919.062000', '104938.936000', '104938.939000', '104938.942000', '104938.945000', '104938.948000', '104938.951000', '104938.953000', '104938.956000', '104938.959000', '104938.962000', '104938.965000', '104938.969000', '104938.972000', '104938.975000', '104938.978000', '104938.980000', '104938.983000', '104938.986000', '104938.989000', '104938.992000', '104938.995000', '104938.997000', '104939.001000', '104939.004000', '104939.007000', '104939.010000', '104939.013000', '104939.016000', '104939.019000', '104939.022000', '104939.024000', '104939.028000', '104939.032000', '104939.034000', '104939.038000', '104939.041000', '104939.043000', '104939.046000', '104939.049000', '104939.052000', '104939.055000', '104939.058000', '104939.061000', '104958.936000', '104958.939000', '104958.942000', '104958.945000', '104958.948000', '104958.951000', '104958.953000', '104958.956000', '104958.959000', '104958.962000', '104958.965000', '104958.968000', '104958.971000', '104958.974000', '104958.976000', '104958.979000', '104958.982000', '104958.985000', '104958.988000', '104958.991000', '104958.994000', '104958.996000', '104959.000000', '104959.003000', '104959.006000', '104959.009000', '104959.012000', '104959.015000', '104959.018000', '104959.020000', '104959.023000', '104959.026000', '104959.029000', '104959.032000', '104959.035000', '104959.038000', '104959.040000', '104959.043000', '104959.046000', '104959.049000', '104959.052000', '104959.055000', '104959.058000', '104959.060000', '105018.936000', '105018.939000', '105018.942000', '105018.945000', '105018.948000', '105018.950000', '105018.953000', '105018.956000', '105018.959000', '105018.974000', '105018.977000', '105018.980000', '105018.983000', '105018.985000', '105018.988000', '105018.991000', '105018.994000', '105018.997000', '105019.001000', '105019.004000', '105019.006000', '105019.009000', '105019.012000', '105019.015000', '105019.018000', '105019.021000', '105019.023000', '105019.026000', '105019.029000', '105019.032000', '105019.035000', '105019.038000', '105019.041000', '105019.044000', '105019.050000', '105019.053000', '105019.056000', '105019.059000', '105019.062000', '105019.064000', '105019.067000', '105019.070000', '105019.073000', '105038.937000', '105038.940000', '105038.943000', '105038.946000', '105038.949000', '105038.951000', '105038.954000', '105038.957000', '105038.960000', '105038.963000', '105038.966000', '105038.968000', '105038.971000', '105038.974000', '105038.977000', '105038.980000', '105038.983000', '105038.986000', '105038.988000', '105038.991000', '105038.994000', '105038.997000', '105039.000000', '105039.003000', '105039.006000', '105039.009000', '105039.011000', '105039.014000', '105039.017000', '105039.020000', '105039.023000', '105039.026000', '105039.029000', '105039.031000', '105039.034000', '105039.037000', '105039.040000', '105039.043000', '105039.046000', '105039.049000', '105039.052000', '105039.054000', '105039.057000', '105039.060000', '105058.937000', '105058.940000', '105058.943000', '105058.946000', '105058.949000', '105058.952000', '105058.955000', '105058.957000', '105058.960000', '105058.963000', '105058.966000', '105058.969000', '105058.972000', '105058.975000', '105058.978000', '105058.980000', '105058.983000', '105058.986000', '105058.994000', '105058.997000', '105059.001000', '105059.005000', '105059.008000', '105059.011000', '105059.014000', '105059.017000', '105059.020000', '105059.023000', '105059.025000', '105059.028000', '105059.031000', '105059.034000', '105059.037000', '105059.040000', '105059.043000', '105059.045000', '105059.048000', '105059.051000', '105059.054000', '105059.057000', '105059.060000', '105059.063000', '105059.066000', '105118.937000', '105118.940000', '105118.943000', '105118.946000', '105118.949000', '105118.951000', '105118.954000', '105118.957000', '105118.960000', '105118.963000', '105118.966000', '105118.969000', '105118.972000', '105118.974000', '105118.977000', '105118.980000', '105118.983000', '105118.986000', '105118.989000', '105118.992000', '105118.994000', '105118.997000', '105119.001000', '105119.004000', '105119.007000', '105119.010000', '105119.012000', '105119.015000', '105119.018000', '105119.021000', '105119.024000', '105119.027000', '105119.030000', '105119.033000', '105119.035000', '105119.038000', '105119.041000', '105119.044000', '105119.047000', '105119.050000', '105119.053000', '105119.056000', '105119.058000', '105119.061000', '105138.937000', '105138.960000', '105138.963000', '105138.965000', '105138.968000', '105138.971000', '105138.974000', '105138.977000', '105138.980000', '105138.983000', '105138.985000', '105138.988000', '105138.991000', '105138.994000', '105138.997000', '105139.001000', '105139.004000', '105139.007000', '105139.009000', '105139.012000', '105139.015000', '105139.018000', '105139.021000', '105139.024000', '105139.027000', '105139.030000', '105139.032000', '105139.035000', '105139.038000', '105139.041000', '105139.044000', '105139.047000', '105139.050000', '105139.053000', '105139.055000', '105139.058000', '105139.061000', '105139.064000', '105139.067000', '105139.070000', '105139.073000', '105139.076000', '105139.079000', '105158.936000', '105158.939000', '105158.942000', '105158.945000', '105158.948000', '105158.950000', '105158.953000', '105158.956000', '105158.959000', '105158.962000', '105158.965000', '105158.968000', '105158.970000', '105158.973000', '105158.976000', '105158.979000', '105158.982000', '105158.985000', '105158.988000', '105158.991000', '105158.993000', '105158.996000', '105159.000000', '105159.003000', '105159.006000', '105159.009000', '105159.012000', '105159.015000', '105159.017000', '105159.020000', '105159.023000', '105159.026000', '105159.029000', '105159.032000', '105159.035000', '105159.037000', '105159.040000', '105159.043000', '105159.046000', '105159.049000', '105159.052000', '105159.055000', '105159.058000', '105159.060000', '105218.936000', '105218.939000', '105218.942000', '105218.945000', '105218.948000', '105218.950000', '105218.953000', '105218.956000', '105218.959000', '105218.962000', '105218.965000', '105218.968000', '105218.971000', '105218.974000', '105218.976000', '105218.979000', '105218.982000', '105218.985000', '105218.988000', '105218.991000', '105218.994000', '105218.996000', '105219.000000', '105219.003000', '105219.006000', '105219.009000', '105219.012000', '105219.014000', '105219.017000', '105219.020000', '105219.023000', '105219.026000', '105219.029000', '105219.032000', '105219.035000', '105219.037000', '105219.040000', '105219.044000', '105219.047000', '105219.050000', '105219.053000', '105219.056000', '105219.059000', '105238.936000', '105238.939000', '105238.942000', '105238.945000', '105238.948000', '105238.950000', '105238.953000', '105238.956000', '105238.959000', '105238.962000', '105238.965000', '105238.968000', '105238.971000', '105238.973000', '105238.976000', '105238.979000', '105238.982000', '105238.985000', '105238.988000', '105238.990000', '105238.993000', '105238.996000', '105239.000000', '105239.003000', '105239.006000', '105239.009000', '105239.012000', '105239.015000', '105239.017000', '105239.020000', '105239.023000', '105239.026000', '105239.029000', '105239.032000', '105239.035000', '105239.037000', '105239.040000', '105239.043000', '105239.046000', '105239.049000', '105239.052000', '105239.055000', '105239.058000', '105239.060000', '105258.937000', '105258.940000', '105258.943000', '105258.946000', '105258.949000', '105258.951000', '105258.954000', '105258.957000', '105258.960000', '105258.963000', '105258.966000', '105258.969000', '105258.972000', '105258.974000', '105258.977000', '105258.980000', '105258.983000', '105258.986000', '105258.989000', '105258.992000', '105258.994000', '105258.997000', '105259.000000', '105259.003000', '105259.006000', '105259.009000', '105259.011000', '105259.014000', '105259.017000', '105259.020000', '105259.023000', '105259.026000', '105259.029000', '105259.032000', '105259.034000', '105259.037000', '105259.040000', '105259.043000', '105259.046000', '105259.049000', '105259.052000', '105259.055000', '105259.057000', '105318.937000', '105318.940000', '105318.943000', '105318.945000', '105318.948000', '105318.951000', '105318.954000', '105318.957000', '105318.960000', '105318.963000', '105318.966000', '105318.968000', '105318.971000', '105318.974000', '105318.977000', '105318.980000', '105318.983000', '105318.986000', '105318.989000', '105318.991000', '105318.994000', '105318.997000', '105319.001000', '105319.004000', '105319.007000', '105319.010000', '105319.012000', '105319.015000', '105319.018000', '105319.021000', '105319.024000', '105319.027000', '105319.030000', '105319.033000', '105319.035000', '105319.038000', '105319.041000', '105319.044000', '105319.047000', '105319.050000', '105319.053000', '105319.055000', '105319.058000', '105319.061000', '105331.869000', '105331.872000', '105331.875000', '105331.878000', '105331.890000', '105331.893000', '105331.895000', '105331.898000', '105331.901000', '105331.904000', '105331.907000', '105331.910000', '105331.913000', '105331.916000', '105331.919000', '105331.922000', '105331.925000', '105331.928000', '105331.931000', '105331.934000', '105331.937000', '105331.940000', '105331.943000', '105331.946000', '105331.949000', '105331.952000', '105331.955000', '105331.957000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323], 'LargestImagePixelValue': [6411, 7020, 12573, 11180, 9311, 14285, 7431, 6137, 6890, 7728, 6131, 8862, 10308, 6377, 6283, 7660, 6611, 6038, 9686, 8261, 6173, 6023, 7901, 6274, 6193, 10844, 8234, 6729, 11184, 7124, 6274, 8225, 7408, 6177, 10621, 7872, 6350, 6250, 7698, 6497, 6161, 9477, 7007, 6236, 6168, 8611, 6899, 6439, 10307, 8086, 6264, 6215, 8808, 6795, 6692, 11274, 7057, 6826, 9457, 7516, 6482, 10164, 7465, 6262, 7236, 7878, 6373, 10140, 9803, 6218, 6064, 8331, 6159, 6352, 9307, 6907, 6010, 8012, 7076, 6464, 9004, 7282, 6914, 11247, 8017, 6313, 8349, 7349, 6567, 9843, 8185, 7162, 11538, 7127, 6939, 9306, 7165, 6403, 11885, 7113, 6135, 7871, 6349, 6249, 8570, 6568, 7943, 10325, 6093, 6130, 7767, 6132, 7080, 9939, 7352, 6395, 8713, 6317, 6450, 8794, 7205, 6488, 12322, 7109, 6282, 8762, 6846, 6160, 10741, 7574, 5942, 8487, 6447, 6308, 8159, 6552, 6156, 10513, 7170, 6175, 6829, 6884, 6199, 8119, 7266, 6415, 9481, 6995, 6406, 9409, 7158, 6585, 13072, 7146, 6293, 8256, 6815, 6249, 10524, 8491, 6430, 6153, 7896, 6137, 6150, 10033, 8042, 6522, 9093, 7488, 6949, 12752, 10763, 7666, 7116, 8787, 6336, 6309, 10246, 8114, 7115, 11337, 7749, 6799, 10204, 7089, 7998, 11050, 6686, 6236, 7083, 6792, 6373, 6130, 7655, 6856, 6635, 10366, 6331, 7500, 7968, 6370, 12464, 8042, 7838, 8732, 6343, 6229, 7724, 6168, 6225, 10370, 6354, 6330, 7012, 7007, 6053, 10759, 9101, 6938, 7958, 7650, 6448, 9337, 8053, 7170, 12014, 8150, 6050, 6262, 8364, 6632, 8277, 10369, 6418, 6283, 8365, 7044, 6703, 10213, 8515, 6164, 7717, 7813, 6213, 7513, 9162, 7123, 6190, 11075, 7430, 6976, 8047, 7645, 6202, 10427, 8587, 6271, 6016, 9765, 6485, 6240, 7518, 8272, 6167, 6317, 9655, 7711, 6167, 6064, 8829, 7339, 7827, 12908, 7628, 6129, 8773, 7138, 6237, 9101, 6668, 7435, 9268, 6901, 6251, 6086, 6731, 6327, 7957, 8210, 6072, 7092, 7228, 6116, 10655, 8351, 7814, 14628, 8841, 6485, 11319, 7262, 6513, 11878, 8575, 6252, 8653, 7071, 6694, 8461, 7113, 6139, 10542, 8307, 6239, 7574, 7975, 6336, 10527, 8152, 7530, 15015, 7592, 6347, 6428, 8273, 6296, 6173, 10831, 8807, 6690, 7790, 8418, 6310, 6380, 8930, 6243, 11289, 9926, 6382, 6757, 8093, 6354, 8246, 7848, 6996, 11415, 9647, 6695, 8257, 7170, 6301, 7755, 6955, 6220, 8489, 7589, 6519, 6083, 7543, 6294, 6176, 9435, 6905, 6111, 11360, 6890, 6496, 7113, 7599, 6408, 10172, 11899, 7044, 6154, 9104, 6843, 6290, 10100, 7651, 6203, 9389, 6716, 6376, 6418, 7635, 6345, 6170, 9293, 6370, 6147, 9201, 7384, 7006, 13124, 7825, 6433, 7994, 7427, 6267, 9920, 9570, 6215, 6373, 8183, 6979, 6367, 9057, 10120, 6427, 6202, 6624, 7171, 6194, 6124, 10834, 6990, 6300, 8268, 7772, 6292, 9572, 11534, 6991, 6268, 11004, 6729, 6311, 9296, 7646, 6793, 13271, 7970, 6432, 7613, 7863, 6458, 10423, 8882, 6406, 6405, 8220, 6426, 6218, 8778, 7202, 6095, 10867, 7240, 6373, 8430, 7542, 6389, 9974, 8818, 6331, 6079, 8673, 7312, 6778, 8735, 7504, 6418, 9948, 8133, 6466, 7316, 7806, 6441, 8971, 9254, 6448, 6223, 7911, 6556, 6414, 9600, 6961, 6099, 11162, 7054, 6411, 7632, 7308, 6607, 7509, 8894, 6466, 6039, 7471, 6813, 6538, 6636, 9404, 7556, 6245, 11801, 7578, 7056, 10250, 7495, 7231, 13634, 9845, 6640, 6603, 7720, 6979, 6410, 9688, 8114, 6447, 7358, 7815, 6558, 9744, 8087, 7232, 14743, 11352, 6610, 7872, 7837, 6589, 7248, 7999, 6528, 9365, 9288, 6389, 6221, 6337, 6467, 6511, 6887, 8511, 6380, 6183, 10236, 6521, 6353, 9261, 7014, 13130, 10688, 6570, 7439, 7533, 6573, 7949, 7531, 7926, 12213, 12335, 7311, 6357, 6348, 7284, 6548, 6150, 9341, 7548, 6275, 7669, 7333, 6551, 8435, 7974, 6810, 8131, 9748, 7296, 6468, 9406, 7758, 6985, 14430, 6665, 7787, 8804, 9901, 7472, 6915, 7622, 11256, 8011, 6729, 6401, 8145, 6635, 6712, 9680, 7268, 6431, 10445, 6751, 6725, 8044, 7108, 6691, 8167, 7809, 6480, 6459, 8381, 6432, 6439, 11096, 6832, 6483, 7719, 7752, 6542, 11077, 12126, 7065, 6470, 9010, 7655, 6942, 10150, 7982, 6412, 8625, 8493, 6556, 6785, 8494, 6456, 11104, 9275, 6564, 6356, 8892, 6422, 6352, 9344, 6581, 8325, 11732, 7043, 6268, 8645, 6790, 6222, 9750, 7283, 6202, 9450, 6967, 6586, 9176, 6666, 7380, 9999, 6786, 6638, 8661, 6606, 6555, 8264, 6723, 6552, 10291, 6718, 6692, 8140, 6709, 8246, 7646, 7296, 12098, 9312, 7035, 6571, 7277, 6837, 6612, 7517, 6664, 6385, 9423, 6566, 6506, 8199, 6591, 12443, 6959, 13837, 9997, 8554, 14230, 6671, 6231, 8417, 6620, 6446, 8670, 7021, 6579, 8710, 7415, 6537, 6271, 9205, 7062, 7234, 12219, 6435, 6395, 10017, 6824, 6478, 12917, 7990, 6266, 8286, 6486, 6720, 8253, 6505, 9821, 10653, 6594, 6358, 8590, 6961, 6447, 10858, 8455, 6462, 7384, 7273, 6553, 9678, 7764, 7068, 13428, 7549, 6642, 8918, 7350, 6604, 8892, 6863, 6673, 9824, 7383, 6464, 8211, 7025, 6776, 7914, 7244, 6940, 11138, 9835, 6815, 10388, 7046, 6669, 9399, 7014, 6575, 9632, 6590, 6458, 10083, 6314, 6705, 6482, 8393, 6586, 7672, 10511, 7439, 10559, 7439, 6697, 7394, 7439, 6615, 11756, 9319, 6564, 8504, 7460, 6678, 7484, 7625, 6644, 11131, 8833, 6619, 6684, 8112, 6620, 6600, 9292, 6959, 6818, 7819, 7527, 6954, 6605, 9286, 7108, 6707, 11057, 7007, 6829, 6997, 7878, 7171, 7952, 12404, 6780, 6693, 9444, 7168, 6702, 12869, 9938, 6717, 6823, 8613, 6689, 6518, 13209, 7486, 6710, 6818, 7751, 6853, 7358, 10087, 6648, 7034, 6919, 6575, 6708, 6757, 6559, 9784, 8478, 7543, 12064, 9906, 7358, 7357, 11044, 6968, 6599, 9534, 7333, 6675, 6822, 8316, 6646, 6927, 6658, 8182, 7799, 6458, 10554, 7559, 7304, 8692, 7862, 6583, 9147, 8266, 6632, 6812, 8870, 6710, 6698, 10359, 6655, 6463, 9581, 6698, 6620, 10059, 8267, 6723, 8505, 6820, 6764, 8274, 7752, 6786, 6476, 9131, 6646, 6790, 7335, 8310, 6844, 8728, 13134, 8043, 6701, 14282, 11345, 8245, 9186, 7921, 6955, 6603, 10197, 7155, 6455, 8582, 6788, 6647, 8776, 6868, 6724, 10453, 6867, 6546, 8373, 7283, 6622, 9786, 8815, 6681, 6718, 9199, 6588, 6380, 11166, 8148, 6862, 7904, 7756, 6777, 8234, 7799, 6675, 9926, 8115, 6575, 6842, 8497, 6481, 6621, 11477, 7539, 6596, 6882, 7217, 6648, 8987, 7585, 6586, 9958, 7507, 6680, 11753, 8376, 11637, 8371, 6621, 8286, 7755, 6935, 11221, 8139, 6615, 9035, 6950, 6666, 8849, 6932, 6574, 9638, 6645, 7223, 7353, 7365, 6698, 9403, 7112, 6770, 8915, 7660, 6732, 6790, 8326, 6666, 6793, 8846, 6559, 10447, 9495, 6653, 6784, 8550, 6687, 8400, 7292, 6739, 11548, 8382, 6820, 7753, 6762, 6631, 8438, 6919, 6663, 10319, 6906, 6828, 8739, 6878, 6902, 11364, 8858, 6959, 7766, 6791, 7050, 8759, 7123, 6814, 11361, 7658, 6947, 8209, 7769, 6671, 10846, 8653, 6648, 7457, 8249, 6781, 8564, 8321, 6754, 13251, 8295, 7238, 7665, 8230, 6918, 9124, 8137, 6732, 6892, 8307, 6895, 9684, 7342, 7080, 11029, 6994, 6818, 8531, 6688, 6903, 8622, 6483, 6551, 10266, 6623, 6921, 8701, 6581, 6648, 10207, 7988, 6742, 8816, 6812, 6977, 7618, 6786, 11419, 8682, 6927, 6990, 6599, 6954, 8719, 7373, 6858, 10288, 6852, 6786, 8190, 6429, 6802, 10561, 8035, 6722, 9198, 6617, 6891, 8512, 6667, 7805, 10416, 6795, 6875, 8910, 6677, 6819, 9139, 6872, 9515, 8237, 6874, 6818, 7727, 6732, 9807, 8885, 6696, 6853, 8570, 6661, 6816, 8448, 6693, 13437, 9983, 7130, 10029, 6551, 6826, 8294, 6687, 10068, 7836, 6600, 11801, 6819, 6781, 9543, 6527, 6772, 9395, 7093, 6605, 8313, 6665, 6951, 8532, 6686, 6683, 9994, 7088, 9738, 7216, 6776, 10554, 6707, 8665, 8701, 6779, 9463, 7357, 6821, 7005, 7296, 6874, 11192, 7854, 6774, 11367, 6620, 6998, 7795, 6799, 6931, 8184, 6749, 9794, 10178, 6666, 7003, 8593, 6673, 7136, 9528, 7257, 6880, 11770, 6736, 6918, 8787, 7341, 6937, 10489, 7852, 6857, 7258, 7739, 6938, 7106, 8895, 6786, 6875, 10478, 6783, 6798, 9314, 6612, 6899, 10962, 7017, 6867, 7727, 6652, 7023, 9512, 8239, 6849, 7007, 8493, 6879, 7055, 8639, 6841, 7597, 11208, 6578, 6950, 7124, 6806, 7077, 10584, 8240, 6944, 9386, 7550, 6951, 10855, 7364, 7037, 10117, 8012, 6871, 6871, 9901, 7276, 6818, 7562, 8013, 6923, 6948, 9411, 7626, 6953, 14989, 7275, 6707, 8016, 7420, 6680, 8520, 9832, 6486, 6814, 8413, 6580, 6690, 8462, 8512, 6503, 6835, 8907, 6457, 6853, 9754, 7438, 6626, 10472, 8359, 6631, 6850, 8949, 6560, 6951, 13933, 7777, 6781, 11235, 7248, 6744, 9399, 6618, 11982, 7951, 6643, 7303, 7329, 6894, 7314, 7720, 6761, 7180, 7707, 6867, 6694, 10073, 6969, 7019, 7245, 8697, 6968, 7101, 7417, 7309, 6810, 6892, 9513, 8097, 8408], 'WindowCenter': [3784.0, 3779.0, 3805.0, 3791.0, 3767.0, 3797.0, 3731.0, 3720.0, 3728.0, 3740.0, 3718.0, 3750.0, 3751.0, 3718.0, 3719.0, 3739.0, 3729.0, 3720.0, 3750.0, 3739.0, 3717.0, 3718.0, 3739.0, 3718.0, 3718.0, 3761.0, 3739.0, 3718.0, 3760.0, 3716.0, 3716.0, 3737.0, 3728.0, 3717.0, 3748.0, 3727.0, 3715.0, 3715.0, 3738.0, 3717.0, 3717.0, 3749.0, 3726.0, 3717.0, 3719.0, 3751.0, 3729.0, 3719.0, 3761.0, 3740.0, 3716.0, 3717.0, 3750.0, 3729.0, 3728.0, 3760.0, 3726.0, 3715.0, 3750.0, 3728.0, 3716.0, 3749.0, 3726.0, 3715.0, 3725.0, 3724.0, 3715.0, 3747.0, 3736.0, 3704.0, 3703.0, 3723.0, 3715.0, 3715.0, 3747.0, 3728.0, 3716.0, 3738.0, 3728.0, 3717.0, 3750.0, 3729.0, 3728.0, 3760.0, 3739.0, 3717.0, 3739.0, 3728.0, 3729.0, 3749.0, 3737.0, 3728.0, 3758.0, 3726.0, 3727.0, 3737.0, 3726.0, 3714.0, 3757.0, 3716.0, 3705.0, 3724.0, 3715.0, 3716.0, 3738.0, 3727.0, 3738.0, 3749.0, 3716.0, 3717.0, 3737.0, 3719.0, 3728.0, 3749.0, 3739.0, 3718.0, 3738.0, 3717.0, 3729.0, 3749.0, 3729.0, 3718.0, 3771.0, 3727.0, 3717.0, 3737.0, 3729.0, 3717.0, 3760.0, 3727.0, 3716.0, 3737.0, 3716.0, 3716.0, 3739.0, 3717.0, 3716.0, 3760.0, 3726.0, 3717.0, 3727.0, 3727.0, 3720.0, 3741.0, 3741.0, 3731.0, 3750.0, 3727.0, 3717.0, 3748.0, 3728.0, 3727.0, 3771.0, 3728.0, 3716.0, 3738.0, 3728.0, 3717.0, 3758.0, 3737.0, 3716.0, 3716.0, 3738.0, 3719.0, 3716.0, 3761.0, 3739.0, 3719.0, 3749.0, 3739.0, 3743.0, 3772.0, 3761.0, 3728.0, 3716.0, 3737.0, 3716.0, 3716.0, 3748.0, 3736.0, 3726.0, 3757.0, 3725.0, 3715.0, 3746.0, 3725.0, 3724.0, 3745.0, 3716.0, 3703.0, 3713.0, 3713.0, 3715.0, 3715.0, 3738.0, 3728.0, 3728.0, 3748.0, 3717.0, 3725.0, 3726.0, 3717.0, 3758.0, 3726.0, 3725.0, 3725.0, 3714.0, 3714.0, 3738.0, 3717.0, 3719.0, 3760.0, 3716.0, 3717.0, 3729.0, 3730.0, 3719.0, 3761.0, 3751.0, 3728.0, 3738.0, 3727.0, 3717.0, 3749.0, 3739.0, 3728.0, 3758.0, 3727.0, 3705.0, 3717.0, 3739.0, 3728.0, 3737.0, 3748.0, 3716.0, 3717.0, 3737.0, 3728.0, 3728.0, 3750.0, 3738.0, 3717.0, 3726.0, 3726.0, 3717.0, 3727.0, 3738.0, 3727.0, 3706.0, 3757.0, 3725.0, 3726.0, 3737.0, 3726.0, 3716.0, 3748.0, 3738.0, 3715.0, 3705.0, 3747.0, 3716.0, 3716.0, 3727.0, 3739.0, 3717.0, 3729.0, 3750.0, 3739.0, 3718.0, 3718.0, 3751.0, 3728.0, 3728.0, 3771.0, 3729.0, 3716.0, 3736.0, 3725.0, 3717.0, 3737.0, 3716.0, 3725.0, 3738.0, 3715.0, 3715.0, 3716.0, 3729.0, 3731.0, 3752.0, 3753.0, 3733.0, 3741.0, 3742.0, 3731.0, 3762.0, 3752.0, 3741.0, 3783.0, 3749.0, 3719.0, 3759.0, 3728.0, 3717.0, 3772.0, 3741.0, 3717.0, 3737.0, 3726.0, 3717.0, 3738.0, 3728.0, 3718.0, 3760.0, 3738.0, 3717.0, 3726.0, 3727.0, 3716.0, 3747.0, 3738.0, 3726.0, 3780.0, 3725.0, 3715.0, 3716.0, 3737.0, 3715.0, 3717.0, 3759.0, 3739.0, 3718.0, 3728.0, 3738.0, 3717.0, 3717.0, 3739.0, 3717.0, 3759.0, 3747.0, 3728.0, 3716.0, 3725.0, 3715.0, 3736.0, 3726.0, 3717.0, 3758.0, 3736.0, 3715.0, 3736.0, 3714.0, 3715.0, 3725.0, 3727.0, 3717.0, 3739.0, 3729.0, 3718.0, 3718.0, 3740.0, 3730.0, 3719.0, 3752.0, 3731.0, 3719.0, 3772.0, 3730.0, 3730.0, 3729.0, 3741.0, 3731.0, 3763.0, 3773.0, 3730.0, 3720.0, 3751.0, 3729.0, 3730.0, 3761.0, 3741.0, 3718.0, 3748.0, 3717.0, 3719.0, 3732.0, 3742.0, 3732.0, 3717.0, 3749.0, 3717.0, 3719.0, 3751.0, 3741.0, 3729.0, 3772.0, 3728.0, 3719.0, 3739.0, 3728.0, 3717.0, 3749.0, 3749.0, 3717.0, 3719.0, 3738.0, 3730.0, 3728.0, 3751.0, 3762.0, 3719.0, 3719.0, 3731.0, 3743.0, 3731.0, 3733.0, 3775.0, 3742.0, 3732.0, 3753.0, 3741.0, 3732.0, 3752.0, 3762.0, 3731.0, 3718.0, 3760.0, 3717.0, 3719.0, 3750.0, 3740.0, 3717.0, 3770.0, 3727.0, 3717.0, 3726.0, 3726.0, 3715.0, 3748.0, 3737.0, 3715.0, 3716.0, 3725.0, 3716.0, 3718.0, 3739.0, 3727.0, 3717.0, 3760.0, 3727.0, 3718.0, 3738.0, 3739.0, 3718.0, 3749.0, 3749.0, 3718.0, 3717.0, 3739.0, 3728.0, 3729.0, 3740.0, 3729.0, 3718.0, 3750.0, 3739.0, 3718.0, 3727.0, 3727.0, 3718.0, 3738.0, 3738.0, 3716.0, 3716.0, 3727.0, 3715.0, 3716.0, 3749.0, 3729.0, 3718.0, 3759.0, 3727.0, 3716.0, 3727.0, 3727.0, 3729.0, 3729.0, 3751.0, 3718.0, 3719.0, 3730.0, 3728.0, 3730.0, 3730.0, 3753.0, 3742.0, 3731.0, 3774.0, 3742.0, 3731.0, 3762.0, 3730.0, 3731.0, 3772.0, 3750.0, 3717.0, 3718.0, 3728.0, 3728.0, 3718.0, 3749.0, 3741.0, 3730.0, 3740.0, 3741.0, 3731.0, 3750.0, 3740.0, 3729.0, 3782.0, 3759.0, 3718.0, 3728.0, 3727.0, 3717.0, 3727.0, 3738.0, 3717.0, 3739.0, 3738.0, 3716.0, 3717.0, 3718.0, 3717.0, 3731.0, 3742.0, 3752.0, 3732.0, 3732.0, 3763.0, 3732.0, 3731.0, 3763.0, 3742.0, 3785.0, 3762.0, 3729.0, 3728.0, 3739.0, 3728.0, 3739.0, 3739.0, 3741.0, 3771.0, 3771.0, 3728.0, 3717.0, 3717.0, 3726.0, 3717.0, 3719.0, 3752.0, 3742.0, 3731.0, 3742.0, 3743.0, 3731.0, 3753.0, 3743.0, 3731.0, 3740.0, 3751.0, 3728.0, 3720.0, 3751.0, 3741.0, 3731.0, 3783.0, 3731.0, 3742.0, 3749.0, 3749.0, 3728.0, 3731.0, 3741.0, 3762.0, 3739.0, 3730.0, 3718.0, 3728.0, 3729.0, 3719.0, 3750.0, 3728.0, 3717.0, 3748.0, 3715.0, 3716.0, 3738.0, 3728.0, 3728.0, 3738.0, 3727.0, 3717.0, 3718.0, 3751.0, 3731.0, 3731.0, 3774.0, 3730.0, 3720.0, 3740.0, 3741.0, 3730.0, 3761.0, 3772.0, 3729.0, 3719.0, 3750.0, 3740.0, 3730.0, 3760.0, 3739.0, 3718.0, 3738.0, 3737.0, 3716.0, 3716.0, 3738.0, 3717.0, 3760.0, 3748.0, 3717.0, 3718.0, 3738.0, 3717.0, 3717.0, 3749.0, 3728.0, 3740.0, 3761.0, 3727.0, 3718.0, 3738.0, 3717.0, 3717.0, 3750.0, 3728.0, 3718.0, 3750.0, 3728.0, 3727.0, 3750.0, 3717.0, 3729.0, 3750.0, 3718.0, 3717.0, 3739.0, 3717.0, 3717.0, 3738.0, 3728.0, 3718.0, 3750.0, 3729.0, 3717.0, 3727.0, 3717.0, 3738.0, 3727.0, 3728.0, 3771.0, 3750.0, 3727.0, 3718.0, 3728.0, 3728.0, 3728.0, 3741.0, 3730.0, 3730.0, 3753.0, 3730.0, 3731.0, 3750.0, 3731.0, 3773.0, 3729.0, 3783.0, 3751.0, 3738.0, 3770.0, 3716.0, 3716.0, 3739.0, 3727.0, 3729.0, 3750.0, 3730.0, 3732.0, 3752.0, 3740.0, 3730.0, 3730.0, 3763.0, 3741.0, 3742.0, 3772.0, 3730.0, 3731.0, 3761.0, 3732.0, 3731.0, 3773.0, 3740.0, 3718.0, 3739.0, 3718.0, 3728.0, 3739.0, 3718.0, 3750.0, 3748.0, 3716.0, 3716.0, 3738.0, 3729.0, 3719.0, 3762.0, 3739.0, 3717.0, 3727.0, 3727.0, 3719.0, 3749.0, 3728.0, 3728.0, 3770.0, 3727.0, 3717.0, 3737.0, 3726.0, 3717.0, 3736.0, 3715.0, 3717.0, 3749.0, 3726.0, 3716.0, 3737.0, 3726.0, 3717.0, 3738.0, 3729.0, 3731.0, 3762.0, 3750.0, 3729.0, 3748.0, 3727.0, 3718.0, 3738.0, 3716.0, 3716.0, 3750.0, 3718.0, 3718.0, 3762.0, 3729.0, 3730.0, 3730.0, 3752.0, 3732.0, 3743.0, 3763.0, 3742.0, 3762.0, 3730.0, 3730.0, 3730.0, 3741.0, 3731.0, 3773.0, 3752.0, 3730.0, 3738.0, 3726.0, 3718.0, 3727.0, 3728.0, 3718.0, 3760.0, 3738.0, 3716.0, 3717.0, 3727.0, 3717.0, 3728.0, 3750.0, 3730.0, 3729.0, 3741.0, 3740.0, 3731.0, 3743.0, 3764.0, 3744.0, 3744.0, 3774.0, 3741.0, 3732.0, 3743.0, 3743.0, 3743.0, 3742.0, 3773.0, 3730.0, 3730.0, 3762.0, 3731.0, 3730.0, 3773.0, 3751.0, 3730.0, 3728.0, 3738.0, 3728.0, 3717.0, 3772.0, 3728.0, 3729.0, 3716.0, 3739.0, 3728.0, 3728.0, 3763.0, 3734.0, 3732.0, 3729.0, 3728.0, 3730.0, 3730.0, 3732.0, 3764.0, 3755.0, 3743.0, 3773.0, 3763.0, 3731.0, 3728.0, 3759.0, 3717.0, 3719.0, 3750.0, 3729.0, 3717.0, 3717.0, 3738.0, 3717.0, 3729.0, 3729.0, 3740.0, 3741.0, 3719.0, 3761.0, 3739.0, 3741.0, 3752.0, 3741.0, 3730.0, 3750.0, 3739.0, 3717.0, 3730.0, 3752.0, 3731.0, 3732.0, 3764.0, 3730.0, 3720.0, 3751.0, 3731.0, 3731.0, 3752.0, 3740.0, 3731.0, 3740.0, 3728.0, 3730.0, 3753.0, 3742.0, 3731.0, 3720.0, 3753.0, 3730.0, 3732.0, 3743.0, 3753.0, 3732.0, 3754.0, 3785.0, 3742.0, 3733.0, 3797.0, 3775.0, 3742.0, 3752.0, 3740.0, 3730.0, 3729.0, 3763.0, 3730.0, 3718.0, 3738.0, 3716.0, 3718.0, 3740.0, 3728.0, 3717.0, 3760.0, 3718.0, 3719.0, 3739.0, 3729.0, 3730.0, 3750.0, 3751.0, 3730.0, 3719.0, 3748.0, 3730.0, 3719.0, 3760.0, 3738.0, 3717.0, 3728.0, 3726.0, 3717.0, 3739.0, 3728.0, 3729.0, 3749.0, 3737.0, 3716.0, 3716.0, 3739.0, 3718.0, 3717.0, 3760.0, 3726.0, 3717.0, 3728.0, 3741.0, 3729.0, 3750.0, 3740.0, 3730.0, 3750.0, 3728.0, 3730.0, 3771.0, 3739.0, 3759.0, 3727.0, 3716.0, 3724.0, 3725.0, 3715.0, 3758.0, 3727.0, 3715.0, 3737.0, 3713.0, 3716.0, 3736.0, 3726.0, 3716.0, 3748.0, 3716.0, 3727.0, 3729.0, 3740.0, 3728.0, 3748.0, 3728.0, 3731.0, 3752.0, 3739.0, 3730.0, 3729.0, 3738.0, 3718.0, 3716.0, 3738.0, 3718.0, 3750.0, 3748.0, 3715.0, 3717.0, 3735.0, 3716.0, 3727.0, 3726.0, 3718.0, 3760.0, 3738.0, 3717.0, 3727.0, 3717.0, 3729.0, 3740.0, 3729.0, 3730.0, 3762.0, 3729.0, 3729.0, 3740.0, 3730.0, 3731.0, 3772.0, 3750.0, 3730.0, 3740.0, 3728.0, 3731.0, 3752.0, 3730.0, 3730.0, 3771.0, 3729.0, 3729.0, 3739.0, 3740.0, 3730.0, 3761.0, 3737.0, 3717.0, 3727.0, 3738.0, 3729.0, 3739.0, 3740.0, 3717.0, 3769.0, 3725.0, 3725.0, 3725.0, 3737.0, 3716.0, 3738.0, 3726.0, 3716.0, 3727.0, 3737.0, 3728.0, 3748.0, 3729.0, 3728.0, 3759.0, 3716.0, 3716.0, 3737.0, 3715.0, 3715.0, 3739.0, 3716.0, 3718.0, 3749.0, 3717.0, 3729.0, 3738.0, 3729.0, 3728.0, 3762.0, 3740.0, 3718.0, 3738.0, 3728.0, 3727.0, 3739.0, 3727.0, 3760.0, 3738.0, 3726.0, 3727.0, 3718.0, 3728.0, 3739.0, 3728.0, 3718.0, 3749.0, 3717.0, 3718.0, 3738.0, 3718.0, 3728.0, 3761.0, 3739.0, 3718.0, 3739.0, 3718.0, 3727.0, 3739.0, 3719.0, 3728.0, 3761.0, 3719.0, 3718.0, 3738.0, 3717.0, 3730.0, 3750.0, 3718.0, 3750.0, 3739.0, 3729.0, 3718.0, 3740.0, 3729.0, 3751.0, 3750.0, 3729.0, 3728.0, 3740.0, 3730.0, 3729.0, 3740.0, 3731.0, 3772.0, 3748.0, 3728.0, 3749.0, 3716.0, 3715.0, 3738.0, 3719.0, 3749.0, 3728.0, 3717.0, 3759.0, 3716.0, 3715.0, 3748.0, 3715.0, 3727.0, 3750.0, 3729.0, 3730.0, 3739.0, 3729.0, 3730.0, 3751.0, 3732.0, 3733.0, 3762.0, 3731.0, 3751.0, 3729.0, 3730.0, 3761.0, 3731.0, 3740.0, 3739.0, 3718.0, 3750.0, 3727.0, 3718.0, 3728.0, 3727.0, 3729.0, 3761.0, 3739.0, 3730.0, 3761.0, 3729.0, 3728.0, 3729.0, 3719.0, 3728.0, 3739.0, 3728.0, 3750.0, 3760.0, 3728.0, 3730.0, 3751.0, 3730.0, 3730.0, 3764.0, 3731.0, 3732.0, 3773.0, 3731.0, 3732.0, 3750.0, 3731.0, 3731.0, 3763.0, 3742.0, 3731.0, 3740.0, 3741.0, 3729.0, 3730.0, 3750.0, 3730.0, 3729.0, 3762.0, 3717.0, 3730.0, 3752.0, 3730.0, 3730.0, 3763.0, 3728.0, 3729.0, 3730.0, 3730.0, 3730.0, 3751.0, 3740.0, 3731.0, 3729.0, 3741.0, 3730.0, 3729.0, 3751.0, 3730.0, 3741.0, 3763.0, 3729.0, 3732.0, 3731.0, 3733.0, 3743.0, 3764.0, 3753.0, 3732.0, 3753.0, 3741.0, 3732.0, 3763.0, 3730.0, 3730.0, 3763.0, 3739.0, 3729.0, 3730.0, 3761.0, 3731.0, 3731.0, 3740.0, 3740.0, 3728.0, 3730.0, 3752.0, 3740.0, 3729.0, 3780.0, 3728.0, 3719.0, 3727.0, 3727.0, 3718.0, 3739.0, 3750.0, 3718.0, 3728.0, 3738.0, 3718.0, 3730.0, 3740.0, 3740.0, 3720.0, 3719.0, 3740.0, 3717.0, 3730.0, 3752.0, 3731.0, 3719.0, 3761.0, 3740.0, 3718.0, 3718.0, 3750.0, 3718.0, 3729.0, 3781.0, 3728.0, 3719.0, 3758.0, 3726.0, 3717.0, 3737.0, 3716.0, 3759.0, 3726.0, 3716.0, 3715.0, 3715.0, 3727.0, 3727.0, 3726.0, 3717.0, 3730.0, 3741.0, 3731.0, 3744.0, 3766.0, 3745.0, 3745.0, 3759.0, 3783.0, 3760.0, 3758.0, 3756.0, 3758.0, 3745.0, 3745.0, 3769.0, 3758.0, 3758.0], 'WindowWidth': [8552.0, 8530.0, 8559.0, 8531.0, 8489.0, 8528.0, 8431.0, 8413.0, 8422.0, 8440.0, 8408.0, 8451.0, 8454.0, 8406.0, 8410.0, 8435.0, 8426.0, 8412.0, 8453.0, 8436.0, 8403.0, 8405.0, 8433.0, 8407.0, 8406.0, 8467.0, 8436.0, 8406.0, 8462.0, 8399.0, 8400.0, 8428.0, 8418.0, 8403.0, 8447.0, 8414.0, 8399.0, 8398.0, 8434.0, 8405.0, 8404.0, 8449.0, 8416.0, 8406.0, 8408.0, 8457.0, 8424.0, 8409.0, 8468.0, 8437.0, 8404.0, 8404.0, 8451.0, 8423.0, 8420.0, 8465.0, 8414.0, 8399.0, 8452.0, 8421.0, 8403.0, 8448.0, 8414.0, 8399.0, 8411.0, 8410.0, 8398.0, 8443.0, 8427.0, 8382.0, 8380.0, 8407.0, 8399.0, 8398.0, 8445.0, 8420.0, 8404.0, 8435.0, 8422.0, 8407.0, 8452.0, 8424.0, 8422.0, 8467.0, 8436.0, 8404.0, 8434.0, 8420.0, 8422.0, 8450.0, 8433.0, 8419.0, 8460.0, 8414.0, 8415.0, 8430.0, 8414.0, 8397.0, 8459.0, 8400.0, 8383.0, 8410.0, 8398.0, 8401.0, 8433.0, 8418.0, 8433.0, 8450.0, 8404.0, 8407.0, 8432.0, 8411.0, 8423.0, 8451.0, 8438.0, 8408.0, 8434.0, 8406.0, 8423.0, 8453.0, 8423.0, 8408.0, 8482.0, 8417.0, 8406.0, 8432.0, 8423.0, 8405.0, 8465.0, 8417.0, 8401.0, 8431.0, 8401.0, 8402.0, 8437.0, 8406.0, 8403.0, 8466.0, 8416.0, 8406.0, 8418.0, 8418.0, 8415.0, 8442.0, 8442.0, 8428.0, 8453.0, 8420.0, 8405.0, 8449.0, 8420.0, 8419.0, 8482.0, 8420.0, 8403.0, 8435.0, 8422.0, 8406.0, 8461.0, 8432.0, 8403.0, 8403.0, 8433.0, 8410.0, 8404.0, 8471.0, 8438.0, 8410.0, 8451.0, 8439.0, 8451.0, 8486.0, 8467.0, 8418.0, 8401.0, 8428.0, 8400.0, 8403.0, 8447.0, 8430.0, 8415.0, 8457.0, 8411.0, 8398.0, 8441.0, 8412.0, 8408.0, 8438.0, 8399.0, 8380.0, 8393.0, 8395.0, 8401.0, 8402.0, 8434.0, 8423.0, 8420.0, 8448.0, 8404.0, 8414.0, 8414.0, 8403.0, 8459.0, 8413.0, 8410.0, 8410.0, 8395.0, 8395.0, 8433.0, 8405.0, 8410.0, 8467.0, 8404.0, 8406.0, 8423.0, 8426.0, 8411.0, 8469.0, 8454.0, 8421.0, 8432.0, 8416.0, 8405.0, 8448.0, 8437.0, 8419.0, 8461.0, 8414.0, 8384.0, 8404.0, 8435.0, 8419.0, 8431.0, 8447.0, 8401.0, 8403.0, 8431.0, 8421.0, 8420.0, 8452.0, 8434.0, 8404.0, 8415.0, 8414.0, 8405.0, 8418.0, 8434.0, 8417.0, 8387.0, 8457.0, 8411.0, 8414.0, 8431.0, 8416.0, 8401.0, 8447.0, 8432.0, 8400.0, 8384.0, 8444.0, 8403.0, 8403.0, 8420.0, 8438.0, 8406.0, 8424.0, 8454.0, 8435.0, 8409.0, 8409.0, 8454.0, 8421.0, 8420.0, 8482.0, 8419.0, 8400.0, 8428.0, 8412.0, 8403.0, 8430.0, 8402.0, 8410.0, 8430.0, 8398.0, 8400.0, 8403.0, 8424.0, 8431.0, 8460.0, 8462.0, 8436.0, 8445.0, 8445.0, 8429.0, 8471.0, 8457.0, 8442.0, 8502.0, 8450.0, 8408.0, 8462.0, 8420.0, 8405.0, 8484.0, 8441.0, 8404.0, 8430.0, 8415.0, 8404.0, 8433.0, 8420.0, 8408.0, 8464.0, 8432.0, 8407.0, 8416.0, 8415.0, 8400.0, 8445.0, 8433.0, 8414.0, 8493.0, 8411.0, 8399.0, 8401.0, 8431.0, 8401.0, 8405.0, 8463.0, 8435.0, 8406.0, 8420.0, 8432.0, 8404.0, 8403.0, 8435.0, 8404.0, 8462.0, 8443.0, 8422.0, 8402.0, 8412.0, 8399.0, 8426.0, 8415.0, 8402.0, 8459.0, 8427.0, 8398.0, 8428.0, 8395.0, 8398.0, 8412.0, 8416.0, 8405.0, 8436.0, 8421.0, 8409.0, 8409.0, 8441.0, 8425.0, 8412.0, 8458.0, 8428.0, 8411.0, 8483.0, 8425.0, 8426.0, 8423.0, 8441.0, 8429.0, 8473.0, 8487.0, 8426.0, 8412.0, 8455.0, 8423.0, 8427.0, 8469.0, 8440.0, 8407.0, 8447.0, 8404.0, 8408.0, 8432.0, 8444.0, 8430.0, 8404.0, 8449.0, 8405.0, 8410.0, 8457.0, 8442.0, 8424.0, 8483.0, 8421.0, 8409.0, 8436.0, 8420.0, 8404.0, 8449.0, 8448.0, 8405.0, 8409.0, 8435.0, 8425.0, 8423.0, 8455.0, 8470.0, 8410.0, 8410.0, 8430.0, 8450.0, 8432.0, 8436.0, 8495.0, 8447.0, 8434.0, 8461.0, 8442.0, 8431.0, 8457.0, 8470.0, 8427.0, 8407.0, 8464.0, 8403.0, 8410.0, 8453.0, 8438.0, 8406.0, 8478.0, 8417.0, 8403.0, 8413.0, 8415.0, 8399.0, 8446.0, 8430.0, 8397.0, 8398.0, 8410.0, 8401.0, 8406.0, 8436.0, 8420.0, 8405.0, 8464.0, 8418.0, 8407.0, 8433.0, 8436.0, 8407.0, 8449.0, 8450.0, 8406.0, 8403.0, 8434.0, 8419.0, 8424.0, 8438.0, 8424.0, 8408.0, 8450.0, 8433.0, 8404.0, 8416.0, 8416.0, 8407.0, 8431.0, 8433.0, 8401.0, 8400.0, 8415.0, 8399.0, 8402.0, 8448.0, 8420.0, 8404.0, 8461.0, 8416.0, 8401.0, 8417.0, 8416.0, 8423.0, 8423.0, 8452.0, 8408.0, 8409.0, 8426.0, 8422.0, 8427.0, 8426.0, 8460.0, 8445.0, 8429.0, 8489.0, 8443.0, 8426.0, 8471.0, 8425.0, 8426.0, 8485.0, 8451.0, 8404.0, 8406.0, 8419.0, 8419.0, 8408.0, 8452.0, 8440.0, 8425.0, 8440.0, 8440.0, 8427.0, 8452.0, 8438.0, 8422.0, 8497.0, 8462.0, 8404.0, 8417.0, 8416.0, 8402.0, 8416.0, 8433.0, 8403.0, 8434.0, 8432.0, 8400.0, 8403.0, 8407.0, 8406.0, 8430.0, 8444.0, 8460.0, 8433.0, 8432.0, 8476.0, 8431.0, 8430.0, 8475.0, 8444.0, 8505.0, 8469.0, 8423.0, 8421.0, 8437.0, 8419.0, 8437.0, 8438.0, 8442.0, 8483.0, 8481.0, 8419.0, 8404.0, 8403.0, 8415.0, 8405.0, 8410.0, 8459.0, 8446.0, 8430.0, 8446.0, 8447.0, 8430.0, 8462.0, 8446.0, 8429.0, 8439.0, 8453.0, 8419.0, 8410.0, 8456.0, 8441.0, 8427.0, 8502.0, 8429.0, 8441.0, 8448.0, 8449.0, 8421.0, 8429.0, 8442.0, 8472.0, 8437.0, 8424.0, 8405.0, 8418.0, 8421.0, 8408.0, 8451.0, 8420.0, 8403.0, 8446.0, 8398.0, 8401.0, 8434.0, 8419.0, 8419.0, 8433.0, 8416.0, 8404.0, 8408.0, 8457.0, 8429.0, 8430.0, 8489.0, 8426.0, 8413.0, 8438.0, 8444.0, 8428.0, 8469.0, 8483.0, 8422.0, 8411.0, 8452.0, 8438.0, 8427.0, 8466.0, 8436.0, 8407.0, 8432.0, 8428.0, 8401.0, 8402.0, 8433.0, 8404.0, 8463.0, 8447.0, 8404.0, 8406.0, 8432.0, 8404.0, 8404.0, 8448.0, 8419.0, 8437.0, 8466.0, 8418.0, 8405.0, 8433.0, 8405.0, 8405.0, 8452.0, 8422.0, 8406.0, 8450.0, 8419.0, 8418.0, 8450.0, 8406.0, 8423.0, 8451.0, 8407.0, 8404.0, 8434.0, 8403.0, 8402.0, 8431.0, 8422.0, 8408.0, 8452.0, 8423.0, 8404.0, 8416.0, 8403.0, 8432.0, 8419.0, 8420.0, 8481.0, 8451.0, 8417.0, 8406.0, 8419.0, 8419.0, 8423.0, 8441.0, 8428.0, 8428.0, 8460.0, 8428.0, 8429.0, 8455.0, 8427.0, 8486.0, 8424.0, 8501.0, 8453.0, 8433.0, 8477.0, 8402.0, 8402.0, 8434.0, 8417.0, 8424.0, 8453.0, 8428.0, 8433.0, 8457.0, 8439.0, 8427.0, 8429.0, 8476.0, 8444.0, 8444.0, 8487.0, 8426.0, 8429.0, 8470.0, 8433.0, 8430.0, 8489.0, 8440.0, 8406.0, 8436.0, 8407.0, 8420.0, 8435.0, 8407.0, 8451.0, 8446.0, 8401.0, 8402.0, 8432.0, 8423.0, 8409.0, 8470.0, 8435.0, 8405.0, 8419.0, 8418.0, 8409.0, 8451.0, 8420.0, 8420.0, 8478.0, 8416.0, 8401.0, 8429.0, 8413.0, 8401.0, 8427.0, 8398.0, 8404.0, 8449.0, 8415.0, 8402.0, 8430.0, 8415.0, 8404.0, 8433.0, 8423.0, 8428.0, 8470.0, 8453.0, 8423.0, 8448.0, 8416.0, 8405.0, 8433.0, 8402.0, 8401.0, 8450.0, 8407.0, 8407.0, 8471.0, 8425.0, 8427.0, 8428.0, 8460.0, 8434.0, 8448.0, 8477.0, 8444.0, 8470.0, 8426.0, 8425.0, 8425.0, 8442.0, 8428.0, 8485.0, 8457.0, 8426.0, 8434.0, 8416.0, 8407.0, 8418.0, 8421.0, 8408.0, 8464.0, 8432.0, 8403.0, 8403.0, 8417.0, 8405.0, 8421.0, 8454.0, 8427.0, 8425.0, 8442.0, 8439.0, 8429.0, 8448.0, 8481.0, 8451.0, 8450.0, 8492.0, 8444.0, 8434.0, 8449.0, 8449.0, 8448.0, 8445.0, 8489.0, 8426.0, 8426.0, 8471.0, 8430.0, 8427.0, 8488.0, 8454.0, 8425.0, 8421.0, 8436.0, 8421.0, 8406.0, 8486.0, 8419.0, 8421.0, 8403.0, 8438.0, 8423.0, 8422.0, 8473.0, 8436.0, 8431.0, 8426.0, 8423.0, 8428.0, 8428.0, 8435.0, 8480.0, 8467.0, 8450.0, 8490.0, 8472.0, 8427.0, 8418.0, 8461.0, 8401.0, 8408.0, 8451.0, 8421.0, 8403.0, 8403.0, 8432.0, 8404.0, 8421.0, 8422.0, 8438.0, 8442.0, 8409.0, 8467.0, 8436.0, 8442.0, 8458.0, 8441.0, 8425.0, 8452.0, 8434.0, 8404.0, 8423.0, 8456.0, 8429.0, 8431.0, 8477.0, 8427.0, 8413.0, 8455.0, 8427.0, 8427.0, 8457.0, 8441.0, 8429.0, 8440.0, 8422.0, 8426.0, 8463.0, 8447.0, 8429.0, 8411.0, 8458.0, 8425.0, 8432.0, 8448.0, 8463.0, 8432.0, 8462.0, 8508.0, 8444.0, 8435.0, 8528.0, 8493.0, 8444.0, 8455.0, 8438.0, 8424.0, 8424.0, 8473.0, 8425.0, 8407.0, 8433.0, 8402.0, 8405.0, 8438.0, 8421.0, 8405.0, 8465.0, 8406.0, 8406.0, 8434.0, 8422.0, 8426.0, 8452.0, 8454.0, 8424.0, 8408.0, 8447.0, 8425.0, 8408.0, 8466.0, 8436.0, 8403.0, 8419.0, 8415.0, 8405.0, 8437.0, 8421.0, 8424.0, 8450.0, 8431.0, 8403.0, 8402.0, 8435.0, 8409.0, 8405.0, 8466.0, 8415.0, 8405.0, 8419.0, 8442.0, 8425.0, 8453.0, 8440.0, 8425.0, 8452.0, 8422.0, 8427.0, 8483.0, 8437.0, 8460.0, 8415.0, 8399.0, 8408.0, 8410.0, 8399.0, 8461.0, 8416.0, 8397.0, 8428.0, 8394.0, 8400.0, 8428.0, 8415.0, 8401.0, 8446.0, 8403.0, 8418.0, 8423.0, 8439.0, 8421.0, 8448.0, 8421.0, 8430.0, 8461.0, 8437.0, 8426.0, 8422.0, 8433.0, 8406.0, 8401.0, 8434.0, 8407.0, 8451.0, 8446.0, 8399.0, 8403.0, 8424.0, 8400.0, 8414.0, 8414.0, 8405.0, 8464.0, 8433.0, 8403.0, 8416.0, 8402.0, 8423.0, 8440.0, 8424.0, 8427.0, 8470.0, 8423.0, 8424.0, 8439.0, 8427.0, 8428.0, 8485.0, 8455.0, 8425.0, 8438.0, 8420.0, 8428.0, 8460.0, 8427.0, 8426.0, 8482.0, 8423.0, 8422.0, 8435.0, 8439.0, 8425.0, 8466.0, 8431.0, 8406.0, 8417.0, 8432.0, 8422.0, 8437.0, 8437.0, 8405.0, 8475.0, 8412.0, 8410.0, 8411.0, 8430.0, 8402.0, 8431.0, 8416.0, 8402.0, 8416.0, 8432.0, 8419.0, 8448.0, 8423.0, 8420.0, 8462.0, 8402.0, 8399.0, 8428.0, 8399.0, 8399.0, 8434.0, 8402.0, 8406.0, 8450.0, 8404.0, 8422.0, 8434.0, 8424.0, 8423.0, 8471.0, 8439.0, 8406.0, 8434.0, 8420.0, 8418.0, 8437.0, 8418.0, 8467.0, 8434.0, 8416.0, 8417.0, 8406.0, 8420.0, 8436.0, 8420.0, 8407.0, 8450.0, 8405.0, 8407.0, 8433.0, 8407.0, 8420.0, 8468.0, 8437.0, 8407.0, 8435.0, 8406.0, 8417.0, 8436.0, 8409.0, 8421.0, 8468.0, 8408.0, 8405.0, 8434.0, 8404.0, 8424.0, 8451.0, 8407.0, 8451.0, 8435.0, 8422.0, 8407.0, 8439.0, 8424.0, 8453.0, 8452.0, 8423.0, 8421.0, 8437.0, 8426.0, 8422.0, 8439.0, 8428.0, 8485.0, 8449.0, 8420.0, 8447.0, 8402.0, 8398.0, 8430.0, 8408.0, 8449.0, 8418.0, 8403.0, 8461.0, 8400.0, 8398.0, 8444.0, 8399.0, 8418.0, 8450.0, 8423.0, 8425.0, 8437.0, 8424.0, 8427.0, 8456.0, 8433.0, 8434.0, 8474.0, 8432.0, 8456.0, 8425.0, 8425.0, 8466.0, 8427.0, 8439.0, 8436.0, 8407.0, 8450.0, 8417.0, 8407.0, 8419.0, 8418.0, 8425.0, 8471.0, 8438.0, 8426.0, 8467.0, 8423.0, 8421.0, 8421.0, 8407.0, 8420.0, 8438.0, 8420.0, 8452.0, 8465.0, 8420.0, 8425.0, 8454.0, 8426.0, 8427.0, 8475.0, 8430.0, 8432.0, 8488.0, 8429.0, 8431.0, 8455.0, 8428.0, 8429.0, 8475.0, 8444.0, 8429.0, 8439.0, 8441.0, 8424.0, 8426.0, 8452.0, 8426.0, 8424.0, 8470.0, 8406.0, 8424.0, 8458.0, 8425.0, 8426.0, 8474.0, 8421.0, 8424.0, 8425.0, 8428.0, 8427.0, 8455.0, 8440.0, 8426.0, 8423.0, 8440.0, 8424.0, 8423.0, 8456.0, 8427.0, 8440.0, 8473.0, 8423.0, 8430.0, 8429.0, 8436.0, 8449.0, 8478.0, 8462.0, 8432.0, 8459.0, 8442.0, 8430.0, 8475.0, 8427.0, 8425.0, 8471.0, 8437.0, 8424.0, 8426.0, 8470.0, 8429.0, 8428.0, 8439.0, 8437.0, 8422.0, 8425.0, 8457.0, 8439.0, 8423.0, 8493.0, 8419.0, 8407.0, 8416.0, 8419.0, 8405.0, 8434.0, 8452.0, 8406.0, 8419.0, 8433.0, 8407.0, 8426.0, 8438.0, 8440.0, 8412.0, 8409.0, 8438.0, 8404.0, 8423.0, 8458.0, 8427.0, 8409.0, 8468.0, 8438.0, 8407.0, 8407.0, 8453.0, 8407.0, 8422.0, 8497.0, 8420.0, 8407.0, 8461.0, 8414.0, 8402.0, 8430.0, 8401.0, 8460.0, 8412.0, 8399.0, 8397.0, 8396.0, 8417.0, 8416.0, 8416.0, 8405.0, 8424.0, 8442.0, 8431.0, 8454.0, 8482.0, 8456.0, 8456.0, 8479.0, 8518.0, 8482.0, 8477.0, 8472.0, 8477.0, 8454.0, 8453.0, 8490.0, 8476.0, 8475.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.00038078148710166923</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022443154097116846</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.37708617883068</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1818696790812477</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9852771486712224</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.491</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6084.645</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08358299026679902</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.5174506828528074</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.451588457075468</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.348882489452823</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6453236642032962</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3605592175702834</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00521182</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0041142734698951244</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03672568500041962</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8779642438088855</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.8318</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9784</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.9313</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>295605.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>895.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.9934</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5862</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>441.08</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2927.9069</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3090.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80939.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>975.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3853.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>796.8049</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.943197111133486</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> |