=== 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-0094 --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-0094",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
140 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
140 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-0094_ses-02_task-narratives_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0094_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0094_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0094_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0094_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0094_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0094_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0094_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0094_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-02/func/sub-0094_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>dd928a036db600d0992f15922369357d</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>11:20:2.947500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997698, 0.0596292, 0.0322941, -0.060148, 0.998072, 0.0153377]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.113206</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4257, -7867, -7207, 508, -86, -426, 263, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.71</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>68021544-d25a-4de7-b6ad-5560e30a08d5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676750898361206, -0.1613726019859314, 0.08455651998519897, 115.10087585449219], [-0.15998074412345886, 2.677753210067749, 0.046561021357774734, -89.55316162109375], [0.08664265275001526, -0.041149940341711044, 2.6982741355895996, -57.943199157714844], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1298]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'AcquisitionTime': ['112002.947500', '112003.407500', '112003.867500', '112004.327500', '112004.787500', '112005.247500', '112005.707500', '112006.167500', '112006.627500', '112007.087500', '112007.547500', '112008.007500', '112008.467500', '112008.927500', '112009.387500', '112009.847500', '112010.307500', '112010.767500', '112011.227500', '112011.687500', '112012.147500', '112012.607500', '112013.067500', '112013.527500', '112013.987500', '112014.447500', '112014.907500', '112015.367500', '112015.827500', '112016.287500', '112016.747500', '112017.207500', '112017.667500', '112018.127500', '112018.587500', '112019.047500', '112019.507500', '112019.967500', '112020.427500', '112020.887500', '112021.347500', '112021.807500', '112022.267500', '112022.727500', '112023.187500', '112023.647500', '112024.107500', '112024.567500', '112025.027500', '112025.487500', '112025.947500', '112026.407500', '112026.867500', '112027.327500', '112027.787500', '112028.247500', '112028.707500', '112029.167500', '112029.627500', '112030.087500', '112030.547500', '112031.007500', '112031.467500', '112031.927500', '112032.387500', '112032.847500', '112033.307500', '112033.767500', '112034.227500', '112034.687500', '112035.147500', '112035.607500', '112036.067500', '112036.527500', '112036.987500', '112037.447500', '112037.907500', '112038.367500', '112038.827500', '112039.287500', '112039.747500', '112040.207500', '112040.667500', '112041.127500', '112041.587500', '112042.047500', '112042.507500', '112042.967500', '112043.427500', '112043.887500', '112044.347500', '112044.807500', '112045.267500', '112045.727500', '112046.187500', '112046.647500', '112047.107500', '112047.567500', '112048.027500', '112048.487500', '112048.947500', '112049.407500', '112049.867500', '112050.327500', '112050.787500', '112051.247500', '112051.707500', '112052.167500', '112052.627500', '112053.087500', '112053.547500', '112054.007500', '112054.467500', '112054.927500', '112055.387500', '112055.847500', '112056.307500', '112056.767500', '112057.227500', '112057.687500', '112058.147500', '112058.607500', '112059.067500', '112059.527500', '112059.987500', '112100.447500', '112100.907500', '112101.367500', '112101.827500', '112102.287500', '112102.747500', '112103.207500', '112103.667500', '112104.127500', '112104.587500', '112105.047500', '112105.507500', '112105.967500', '112106.427500', '112106.887500', '112107.347500', '112107.807500', '112108.267500', '112108.727500', '112109.187500', '112109.647500', '112110.107500', '112110.567500', '112111.027500', '112111.487500', '112111.947500', '112112.407500', '112112.867500', '112113.327500', '112113.787500', '112114.247500', '112114.707500', '112115.167500', '112115.627500', '112116.087500', '112116.547500', '112117.007500', '112117.467500', '112117.927500', '112118.387500', '112118.847500', '112119.307500', '112119.767500', '112120.227500', '112120.687500', '112121.147500', '112121.607500', '112122.067500', '112122.527500', '112122.987500', '112123.447500', '112123.907500', '112124.367500', '112124.827500', '112125.287500', '112125.747500', '112126.207500', '112126.667500', '112127.127500', '112127.587500', '112128.047500', '112128.507500', '112128.967500', '112129.427500', '112129.887500', '112130.347500', '112130.807500', '112131.267500', '112131.727500', '112132.187500', '112132.647500', '112133.107500', '112133.567500', '112134.027500', '112134.487500', '112134.947500', '112135.407500', '112135.867500', '112136.327500', '112136.787500', '112137.247500', '112137.707500', '112138.167500', '112138.627500', '112139.087500', '112139.547500', '112140.007500', '112140.467500', '112140.927500', '112141.387500', '112141.847500', '112142.307500', '112142.767500', '112143.227500', '112143.687500', '112144.147500', '112144.607500', '112145.067500', '112145.527500', '112145.987500', '112146.447500', '112146.907500', '112147.367500', '112147.827500', '112148.287500', '112148.747500', '112149.207500', '112149.667500', '112150.127500', '112150.587500', '112151.047500', '112151.507500', '112151.967500', '112152.427500', '112152.887500', '112153.347500', '112153.807500', '112154.267500', '112154.727500', '112155.187500', '112155.647500', '112156.107500', '112156.567500', '112157.027500', '112157.487500', '112157.947500', '112158.407500', '112158.867500', '112159.327500', '112159.787500', '112200.247500', '112200.707500', '112201.167500', '112201.627500', '112202.087500', '112202.547500', '112203.007500', '112203.467500', '112203.927500', '112204.387500', '112204.847500', '112205.307500', '112205.767500', '112206.227500', '112206.687500', '112207.147500', '112207.607500', '112208.067500', '112208.527500', '112208.987500', '112209.447500', '112209.907500', '112210.367500', '112210.827500', '112211.287500', '112211.747500', '112212.207500', '112212.667500', '112213.127500', '112213.587500', '112214.047500', '112214.507500', '112214.967500', '112215.427500', '112215.887500', '112216.347500', '112216.807500', '112217.267500', '112217.727500', '112218.187500', '112218.647500', '112219.107500', '112219.567500', '112220.027500', '112220.487500', '112220.947500', '112221.407500', '112221.867500', '112222.327500', '112222.787500', '112223.247500', '112223.707500', '112224.167500', '112224.627500', '112225.087500', '112225.547500', '112226.007500', '112226.467500', '112226.927500', '112227.387500', '112227.847500', '112228.307500', '112228.767500', '112229.227500', '112229.687500', '112230.147500', '112230.607500', '112231.067500', '112231.527500', '112231.987500', '112232.447500', '112232.907500', '112233.367500', '112233.827500', '112234.287500', '112234.747500', '112235.207500', '112235.667500', '112236.127500', '112236.587500', '112237.047500', '112237.507500', '112237.967500', '112238.427500', '112238.887500', '112239.347500', '112239.807500', '112240.267500', '112240.727500', '112241.187500', '112241.647500', '112242.107500', '112242.567500', '112243.027500', '112243.487500', '112243.947500', '112244.407500', '112244.867500', '112245.327500', '112245.787500', '112246.247500', '112246.707500', '112247.167500', '112247.627500', '112248.087500', '112248.547500', '112249.007500', '112249.467500', '112249.927500', '112250.387500', '112250.847500', '112251.307500', '112251.767500', '112252.227500', '112252.687500', '112253.147500', '112253.607500', '112254.067500', '112254.527500', '112254.987500', '112255.447500', '112255.907500', '112256.367500', '112256.827500', '112257.287500', '112257.747500', '112258.207500', '112258.667500', '112259.127500', '112259.587500', '112300.047500', '112300.507500', '112300.967500', '112301.427500', '112301.887500', '112302.347500', '112302.807500', '112303.267500', '112303.727500', '112304.187500', '112304.647500', '112305.107500', '112305.567500', '112306.027500', '112306.487500', '112306.947500', '112307.407500', '112307.867500', '112308.327500', '112308.787500', '112309.247500', '112309.707500', '112310.167500', '112310.627500', '112311.087500', '112311.547500', '112312.007500', '112312.467500', '112312.927500', '112313.387500', '112313.847500', '112314.307500', '112314.767500', '112315.227500', '112315.687500', '112316.147500', '112316.607500', '112317.067500', '112317.527500', '112317.987500', '112318.447500', '112318.907500', '112319.367500', '112319.827500', '112320.287500', '112320.747500', '112321.207500', '112321.667500', '112322.127500', '112322.587500', '112323.047500', '112323.507500', '112323.967500', '112324.427500', '112324.887500', '112325.347500', '112325.807500', '112326.267500', '112326.727500', '112327.187500', '112327.647500', '112328.107500', '112328.567500', '112329.027500', '112329.487500', '112329.947500', '112330.407500', '112330.867500', '112331.327500', '112331.787500', '112332.247500', '112332.707500', '112333.167500', '112333.627500', '112334.087500', '112334.547500', '112335.007500', '112335.467500', '112335.927500', '112336.387500', '112336.847500', '112337.307500', '112337.767500', '112338.227500', '112338.687500', '112339.147500', '112339.607500', '112340.067500', '112340.527500', '112340.987500', '112341.447500', '112341.907500', '112342.367500', '112342.827500', '112343.287500', '112343.747500', '112344.207500', '112344.667500', '112345.127500', '112345.587500', '112346.047500', '112346.507500', '112346.967500', '112347.427500', '112347.887500', '112348.347500', '112348.807500', '112349.267500', '112349.727500', '112350.187500', '112350.647500', '112351.107500', '112351.567500', '112352.027500', '112352.487500', '112352.947500', '112353.407500', '112353.867500', '112354.327500', '112354.787500', '112355.247500', '112355.707500', '112356.167500', '112356.627500', '112357.087500', '112357.547500', '112358.007500', '112358.467500', '112358.927500', '112359.387500', '112359.847500', '112400.307500', '112400.767500', '112401.227500', '112401.687500', '112402.147500', '112402.607500', '112403.067500', '112403.527500', '112403.987500', '112404.447500', '112404.907500', '112405.367500', '112405.827500', '112406.287500', '112406.747500', '112407.207500', '112407.667500', '112408.127500', '112408.587500', '112409.047500', '112409.507500', '112409.967500', '112410.427500', '112410.887500', '112411.347500', '112411.807500', '112412.267500', '112412.727500', '112413.187500', '112413.647500', '112414.107500', '112414.567500', '112415.027500', '112415.487500', '112415.947500', '112416.407500', '112416.867500', '112417.327500', '112417.787500', '112418.247500', '112418.707500', '112419.167500', '112419.627500', '112420.087500', '112420.547500', '112421.007500', '112421.467500', '112421.927500', '112422.387500', '112422.847500', '112423.307500', '112423.767500', '112424.227500', '112424.687500', '112425.147500', '112425.607500', '112426.067500', '112426.527500', '112426.987500', '112427.447500', '112427.907500', '112428.367500', '112428.827500', '112429.287500', '112429.747500', '112430.207500', '112430.667500', '112431.127500', '112431.587500', '112432.047500', '112432.507500', '112432.967500', '112433.427500', '112433.887500', '112434.347500', '112434.807500', '112435.267500', '112435.727500', '112436.187500', '112436.647500', '112437.107500', '112437.567500', '112438.027500', '112438.487500', '112438.947500', '112439.407500', '112439.867500', '112440.327500', '112440.787500', '112441.247500', '112441.707500', '112442.167500', '112442.627500', '112443.087500', '112443.547500', '112444.007500', '112444.467500', '112444.927500', '112445.387500', '112445.847500', '112446.307500', '112446.767500', '112447.227500', '112447.687500', '112448.147500', '112448.607500', '112449.067500', '112449.527500', '112449.987500', '112450.447500', '112450.907500', '112451.367500', '112451.827500', '112452.287500', '112452.747500', '112453.207500', '112453.667500', '112454.127500', '112454.587500', '112455.047500', '112455.507500', '112455.967500', '112456.427500', '112456.887500', '112457.347500', '112457.807500', '112458.267500', '112458.727500', '112459.187500', '112459.647500', '112500.107500', '112500.567500', '112501.027500', '112501.487500', '112501.947500', '112502.407500', '112502.867500', '112503.327500', '112503.787500', '112504.247500', '112504.707500', '112505.167500', '112505.627500', '112506.087500', '112506.547500', '112507.007500', '112507.467500', '112507.927500', '112508.387500', '112508.847500', '112509.307500', '112509.767500', '112510.227500', '112510.687500', '112511.147500', '112511.607500', '112512.067500', '112512.527500', '112512.987500', '112513.447500', '112513.907500', '112514.367500', '112514.827500', '112515.287500', '112515.747500', '112516.207500', '112516.667500', '112517.127500', '112517.587500', '112518.047500', '112518.507500', '112518.967500', '112519.427500', '112519.887500', '112520.347500', '112520.807500', '112521.267500', '112521.727500', '112522.187500', '112522.647500', '112523.107500', '112523.567500', '112524.027500', '112524.487500', '112524.947500', '112525.407500', '112525.867500', '112526.327500', '112526.787500', '112527.247500', '112527.707500', '112528.167500', '112528.627500', '112529.087500', '112529.547500', '112530.007500', '112530.467500', '112530.927500', '112531.387500', '112531.847500', '112532.307500', '112532.767500', '112533.227500', '112533.687500', '112534.147500', '112534.607500', '112535.067500', '112535.527500', '112535.987500', '112536.447500', '112536.907500', '112537.367500', '112537.827500', '112538.287500', '112538.747500', '112539.207500', '112539.667500', '112540.127500', '112540.587500', '112541.047500', '112541.507500', '112541.967500', '112542.427500', '112542.887500', '112543.347500', '112543.807500', '112544.267500', '112544.727500', '112545.187500', '112545.647500', '112546.107500', '112546.567500', '112547.027500', '112547.487500', '112547.947500', '112548.407500', '112548.867500', '112549.327500', '112549.787500', '112550.247500', '112550.707500', '112551.167500', '112551.627500', '112552.087500', '112552.547500', '112553.007500', '112553.467500', '112553.927500', '112554.387500', '112554.847500', '112555.307500', '112555.767500', '112556.227500', '112556.687500', '112557.147500', '112557.607500', '112558.067500', '112558.527500', '112558.987500', '112559.447500', '112559.907500', '112600.367500', '112600.827500', '112601.287500', '112601.747500', '112602.207500', '112602.667500', '112603.127500', '112603.587500', '112604.047500', '112604.507500', '112604.967500', '112605.427500', '112605.887500', '112606.347500', '112606.807500', '112607.267500', '112607.727500', '112608.187500', '112608.647500', '112609.107500', '112609.567500', '112610.027500', '112610.487500', '112610.947500', '112611.407500', '112611.867500', '112612.327500', '112612.787500', '112613.247500', '112613.707500', '112614.167500', '112614.627500', '112615.087500', '112615.547500', '112616.007500', '112616.467500', '112616.927500', '112617.387500', '112617.847500', '112618.307500', '112618.767500', '112619.227500', '112619.687500', '112620.147500', '112620.607500', '112621.067500', '112621.527500', '112621.987500', '112622.447500', '112622.907500', '112623.367500', '112623.827500', '112624.287500', '112624.747500', '112625.207500', '112625.667500', '112626.127500', '112626.587500', '112627.047500', '112627.507500', '112627.967500', '112628.427500', '112628.887500', '112629.347500', '112629.807500', '112630.267500', '112630.727500', '112631.187500', '112631.647500', '112632.107500', '112632.567500', '112633.027500', '112633.487500', '112633.947500', '112634.407500', '112634.867500', '112635.327500', '112635.787500', '112636.247500', '112636.707500', '112637.167500', '112637.627500', '112638.087500', '112638.547500', '112639.007500', '112639.467500', '112639.927500', '112640.387500', '112640.847500', '112641.307500', '112641.767500', '112642.227500', '112642.687500', '112643.147500', '112643.607500', '112644.067500', '112644.527500', '112644.987500', '112645.447500', '112645.907500', '112646.367500', '112646.827500', '112647.287500', '112647.747500', '112648.207500', '112648.667500', '112649.127500', '112649.587500', '112650.047500', '112650.507500', '112650.967500', '112651.427500', '112651.887500', '112652.347500', '112652.807500', '112653.267500', '112653.727500', '112654.187500', '112654.647500', '112655.107500', '112655.567500', '112656.027500', '112656.487500', '112656.947500', '112657.407500', '112657.867500', '112658.327500', '112658.787500', '112659.247500', '112659.707500', '112700.167500', '112700.627500', '112701.087500', '112701.547500', '112702.007500', '112702.467500', '112702.927500', '112703.387500', '112703.847500', '112704.307500', '112704.767500', '112705.227500', '112705.687500', '112706.147500', '112706.607500', '112707.067500', '112707.527500', '112707.987500', '112708.447500', '112708.907500', '112709.367500', '112709.827500', '112710.287500', '112710.747500', '112711.207500', '112711.667500', '112712.127500', '112712.587500', '112713.047500', '112713.507500', '112713.967500', '112714.427500', '112714.887500', '112715.347500', '112715.807500', '112716.267500', '112716.727500', '112717.187500', '112717.647500', '112718.107500', '112718.567500', '112719.027500', '112719.487500', '112719.947500', '112720.407500', '112720.867500', '112721.327500', '112721.787500', '112722.247500', '112722.707500', '112723.167500', '112723.627500', '112724.087500', '112724.547500', '112725.007500', '112725.467500', '112725.927500', '112726.387500', '112726.847500', '112727.307500', '112727.767500', '112728.227500', '112728.687500', '112729.147500', '112729.607500', '112730.067500', '112730.527500', '112730.987500', '112731.447500', '112731.907500', '112732.367500', '112732.827500', '112733.287500', '112733.747500', '112734.207500', '112734.667500', '112735.127500', '112735.587500', '112736.047500', '112736.507500', '112736.967500', '112737.427500', '112737.887500', '112738.347500', '112738.807500', '112739.267500', '112739.727500', '112740.187500', '112740.647500', '112741.107500', '112741.567500', '112742.027500', '112742.487500', '112742.947500', '112743.407500', '112743.867500', '112744.327500', '112744.787500', '112745.247500', '112745.707500', '112746.167500', '112746.627500', '112747.087500', '112747.547500', '112748.007500', '112748.467500', '112748.927500', '112749.387500', '112749.847500', '112750.307500', '112750.767500', '112751.227500', '112751.687500', '112752.147500', '112752.607500', '112753.067500', '112753.527500', '112753.987500', '112754.447500', '112754.907500', '112755.367500', '112755.827500', '112756.287500', '112756.747500', '112757.207500', '112757.667500', '112758.127500', '112758.587500', '112759.047500', '112759.507500', '112759.967500', '112800.427500', '112800.887500', '112801.347500', '112801.807500', '112802.267500', '112802.727500', '112803.187500', '112803.647500', '112804.107500', '112804.567500', '112805.027500', '112805.487500', '112805.947500', '112806.407500', '112806.867500', '112807.327500', '112807.787500', '112808.247500', '112808.707500', '112809.167500', '112809.627500', '112810.087500', '112810.547500', '112811.007500', '112811.467500', '112811.927500', '112812.387500', '112812.847500', '112813.307500', '112813.767500', '112814.227500', '112814.687500', '112815.147500', '112815.607500', '112816.067500', '112816.527500', '112816.987500', '112817.447500', '112817.907500', '112818.367500', '112818.827500', '112819.287500', '112819.747500', '112820.207500', '112820.667500', '112821.127500', '112821.587500', '112822.047500', '112822.507500', '112822.967500', '112823.427500', '112823.887500', '112824.347500', '112824.807500', '112825.267500', '112825.727500', '112826.187500', '112826.647500', '112827.107500', '112827.567500', '112828.027500', '112828.487500', '112828.947500', '112829.407500', '112829.867500', '112830.327500', '112830.787500', '112831.247500', '112831.707500', '112832.167500', '112832.627500', '112833.087500', '112833.547500', '112834.007500', '112834.467500', '112834.927500', '112835.387500', '112835.847500', '112836.307500', '112836.767500', '112837.227500', '112837.687500', '112838.147500', '112838.607500', '112839.067500', '112839.527500', '112839.987500', '112840.447500', '112840.907500', '112841.367500', '112841.827500', '112842.287500', '112842.747500', '112843.207500', '112843.667500', '112844.127500', '112844.587500', '112845.047500', '112845.507500', '112845.967500', '112846.427500', '112846.887500', '112847.347500', '112847.807500', '112848.267500', '112848.727500', '112849.187500', '112849.647500', '112850.107500', '112850.567500', '112851.027500', '112851.487500', '112851.947500', '112852.407500', '112852.867500', '112853.327500', '112853.787500', '112854.247500', '112854.707500', '112855.167500', '112855.627500', '112856.087500', '112856.547500', '112857.007500', '112857.467500', '112857.927500', '112858.387500', '112858.847500', '112859.307500', '112859.767500', '112900.227500', '112900.687500', '112901.147500', '112901.607500', '112902.067500', '112902.527500', '112902.987500', '112903.447500', '112903.907500', '112904.367500', '112904.827500', '112905.287500', '112905.747500', '112906.207500', '112906.667500', '112907.127500', '112907.587500', '112908.047500', '112908.507500', '112908.967500', '112909.427500', '112909.887500', '112910.347500', '112910.807500', '112911.267500', '112911.727500', '112912.187500', '112912.647500', '112913.107500', '112913.567500', '112914.027500', '112914.487500', '112914.947500', '112915.407500', '112915.867500', '112916.327500', '112916.787500', '112917.247500', '112917.707500', '112918.167500', '112918.627500', '112919.087500', '112919.547500', '112920.007500', '112920.467500', '112920.927500', '112921.387500', '112921.847500', '112922.307500', '112922.767500', '112923.227500', '112923.687500', '112924.147500', '112924.607500', '112925.067500', '112925.527500', '112925.987500', '112926.447500', '112926.907500', '112927.367500', '112927.827500', '112928.287500', '112928.747500', '112929.207500', '112929.667500', '112930.127500', '112930.587500', '112931.047500', '112931.507500', '112931.967500', '112932.427500', '112932.887500', '112933.347500', '112933.807500', '112934.267500', '112934.727500', '112935.187500', '112935.647500', '112936.107500', '112936.567500', '112937.027500', '112937.487500', '112937.947500', '112938.407500', '112938.867500', '112939.327500', '112939.787500', '112940.247500', '112940.707500', '112941.167500', '112941.627500', '112942.087500', '112942.547500', '112943.007500', '112943.467500', '112943.927500', '112944.387500', '112944.847500', '112945.307500', '112945.767500', '112946.227500', '112946.687500', '112947.147500', '112947.607500', '112948.067500', '112948.527500', '112948.987500', '112949.447500', '112949.907500', '112950.367500', '112950.827500', '112951.287500', '112951.747500', '112952.207500', '112952.667500', '112953.127500', '112953.587500', '112954.047500', '112954.507500', '112954.967500', '112955.427500', '112955.887500', '112956.347500', '112956.807500', '112957.267500', '112957.727500', '112958.187500', '112958.647500', '112959.107500', '112959.567500'], 'ContentTime': ['112022.562000', '112022.565000', '112022.567000', '112022.570000', '112022.573000', '112022.575000', '112022.582000', '112022.585000', '112022.587000', '112022.590000', '112022.593000', '112022.595000', '112022.598000', '112022.601000', '112022.603000', '112022.606000', '112022.609000', '112022.611000', '112022.614000', '112022.616000', '112022.619000', '112022.622000', '112022.627000', '112022.629000', '112022.632000', '112022.635000', '112022.637000', '112022.640000', '112022.643000', '112022.645000', '112022.648000', '112022.650000', '112022.653000', '112022.656000', '112022.658000', '112022.661000', '112022.664000', '112022.666000', '112022.669000', '112022.671000', '112042.532000', '112042.535000', '112042.538000', '112042.548000', '112042.550000', '112042.553000', '112042.555000', '112042.558000', '112042.560000', '112042.563000', '112042.566000', '112042.568000', '112042.571000', '112042.574000', '112042.576000', '112042.579000', '112042.582000', '112042.584000', '112042.587000', '112042.589000', '112042.592000', '112042.595000', '112042.597000', '112042.600000', '112042.602000', '112042.605000', '112042.608000', '112042.610000', '112042.613000', '112042.616000', '112042.618000', '112042.621000', '112042.623000', '112042.626000', '112042.629000', '112042.631000', '112042.634000', '112042.637000', '112042.639000', '112042.642000', '112042.644000', '112042.647000', '112042.650000', '112102.532000', '112102.535000', '112102.538000', '112102.540000', '112102.549000', '112102.552000', '112102.555000', '112102.557000', '112102.560000', '112102.562000', '112102.565000', '112102.568000', '112102.570000', '112102.573000', '112102.576000', '112102.595000', '112102.597000', '112102.600000', '112102.603000', '112102.605000', '112102.608000', '112102.611000', '112102.613000', '112102.616000', '112102.618000', '112102.621000', '112102.624000', '112102.626000', '112102.629000', '112102.631000', '112102.634000', '112102.637000', '112102.639000', '112102.642000', '112102.644000', '112102.647000', '112102.650000', '112102.652000', '112102.655000', '112102.657000', '112102.660000', '112102.662000', '112102.665000', '112102.668000', '112122.533000', '112122.536000', '112122.539000', '112122.542000', '112122.544000', '112122.547000', '112122.550000', '112122.552000', '112122.555000', '112122.558000', '112122.560000', '112122.563000', '112122.566000', '112122.568000', '112122.571000', '112122.574000', '112122.584000', '112122.586000', '112122.589000', '112122.592000', '112122.594000', '112122.597000', '112122.600000', '112122.602000', '112122.605000', '112122.608000', '112122.610000', '112122.613000', '112122.616000', '112122.618000', '112122.621000', '112122.624000', '112122.626000', '112122.629000', '112122.631000', '112122.634000', '112122.637000', '112122.639000', '112122.642000', '112122.644000', '112122.647000', '112122.650000', '112122.652000', '112142.533000', '112142.536000', '112142.539000', '112142.541000', '112142.544000', '112142.547000', '112142.549000', '112142.552000', '112142.555000', '112142.557000', '112142.560000', '112142.562000', '112142.565000', '112142.568000', '112142.570000', '112142.573000', '112142.576000', '112142.579000', '112142.581000', '112142.584000', '112142.586000', '112142.589000', '112142.592000', '112142.594000', '112142.597000', '112142.600000', '112142.602000', '112142.605000', '112142.608000', '112142.610000', '112142.613000', '112142.615000', '112142.618000', '112142.621000', '112142.623000', '112142.626000', '112142.628000', '112142.631000', '112142.634000', '112142.636000', '112142.639000', '112142.642000', '112142.644000', '112142.647000', '112202.533000', '112202.536000', '112202.539000', '112202.542000', '112202.544000', '112202.547000', '112202.549000', '112202.552000', '112202.555000', '112202.557000', '112202.560000', '112202.563000', '112202.565000', '112202.568000', '112202.571000', '112202.573000', '112202.576000', '112202.579000', '112202.581000', '112202.584000', '112202.587000', '112202.589000', '112202.592000', '112202.594000', '112202.597000', '112202.600000', '112202.602000', '112202.605000', '112202.608000', '112202.610000', '112202.613000', '112202.616000', '112202.618000', '112202.621000', '112202.624000', '112202.626000', '112202.629000', '112202.631000', '112202.634000', '112202.637000', '112202.640000', '112202.642000', '112202.645000', '112222.532000', '112222.535000', '112222.538000', '112222.540000', '112222.543000', '112222.546000', '112222.548000', '112222.551000', '112222.554000', '112222.557000', '112222.559000', '112222.562000', '112222.565000', '112222.567000', '112222.570000', '112222.572000', '112222.575000', '112222.578000', '112222.580000', '112222.583000', '112222.586000', '112222.588000', '112222.591000', '112222.593000', '112222.596000', '112222.599000', '112222.602000', '112222.604000', '112222.607000', '112222.610000', '112222.612000', '112222.615000', '112222.618000', '112222.620000', '112222.623000', '112222.625000', '112222.628000', '112222.631000', '112222.633000', '112222.636000', '112222.639000', '112222.641000', '112222.644000', '112222.646000', '112242.533000', '112242.536000', '112242.538000', '112242.541000', '112242.544000', '112242.546000', '112242.549000', '112242.552000', '112242.554000', '112242.557000', '112242.570000', '112242.573000', '112242.575000', '112242.578000', '112242.581000', '112242.583000', '112242.586000', '112242.588000', '112242.591000', '112242.594000', '112242.596000', '112242.599000', '112242.602000', '112242.604000', '112242.607000', '112242.610000', '112242.612000', '112242.615000', '112242.617000', '112242.620000', '112242.623000', '112242.625000', '112242.628000', '112242.631000', '112242.633000', '112242.636000', '112242.639000', '112242.641000', '112242.644000', '112242.647000', '112242.649000', '112242.652000', '112242.654000', '112302.532000', '112302.535000', '112302.538000', '112302.541000', '112302.544000', '112302.546000', '112302.549000', '112302.552000', '112302.554000', '112302.557000', '112302.561000', '112302.564000', '112302.566000', '112302.569000', '112302.571000', '112302.574000', '112302.577000', '112302.579000', '112302.582000', '112302.585000', '112302.587000', '112302.590000', '112302.592000', '112302.595000', '112302.598000', '112302.601000', '112302.603000', '112302.606000', '112302.608000', '112302.611000', '112302.614000', '112302.617000', '112302.620000', '112302.622000', '112302.625000', '112302.628000', '112302.630000', '112302.633000', '112302.635000', '112302.638000', '112302.641000', '112302.643000', '112302.646000', '112322.532000', '112322.535000', '112322.538000', '112322.541000', '112322.543000', '112322.546000', '112322.549000', '112322.551000', '112322.554000', '112322.557000', '112322.559000', '112322.562000', '112322.565000', '112322.567000', '112322.570000', '112322.572000', '112322.575000', '112322.578000', '112322.580000', '112322.583000', '112322.586000', '112322.588000', '112322.591000', '112322.594000', '112322.596000', '112322.599000', '112322.602000', '112322.604000', '112322.607000', '112322.609000', '112322.612000', '112322.615000', '112322.617000', '112322.620000', '112322.623000', '112322.625000', '112322.628000', '112322.630000', '112322.633000', '112322.636000', '112322.638000', '112322.641000', '112322.643000', '112322.646000', '112342.533000', '112342.536000', '112342.539000', '112342.542000', '112342.545000', '112342.547000', '112342.551000', '112342.553000', '112342.556000', '112342.559000', '112342.561000', '112342.564000', '112342.567000', '112342.569000', '112342.572000', '112342.575000', '112342.577000', '112342.580000', '112342.583000', '112342.585000', '112342.588000', '112342.590000', '112342.593000', '112342.596000', '112342.598000', '112342.601000', '112342.604000', '112342.606000', '112342.609000', '112342.611000', '112342.614000', '112342.617000', '112342.619000', '112342.622000', '112342.624000', '112342.627000', '112342.630000', '112342.632000', '112342.635000', '112342.638000', '112342.640000', '112342.643000', '112342.646000', '112402.534000', '112402.537000', '112402.539000', '112402.542000', '112402.545000', '112402.547000', '112402.550000', '112402.553000', '112402.555000', '112402.558000', '112402.561000', '112402.563000', '112402.566000', '112402.569000', '112402.571000', '112402.574000', '112402.577000', '112402.579000', '112402.582000', '112402.584000', '112402.587000', '112402.590000', '112402.592000', '112402.595000', '112402.598000', '112402.600000', '112402.603000', '112402.606000', '112402.608000', '112402.611000', '112402.614000', '112402.616000', '112402.619000', '112402.622000', '112402.624000', '112402.627000', '112402.629000', '112402.632000', '112402.635000', '112402.637000', '112402.640000', '112402.643000', '112402.645000', '112402.648000', '112422.533000', '112422.536000', '112422.539000', '112422.542000', '112422.544000', '112422.547000', '112422.550000', '112422.553000', '112422.556000', '112422.559000', '112422.563000', '112422.565000', '112422.568000', '112422.571000', '112422.573000', '112422.576000', '112422.579000', '112422.581000', '112422.584000', '112422.587000', '112422.589000', '112422.592000', '112422.594000', '112422.597000', '112422.601000', '112422.604000', '112422.607000', '112422.609000', '112422.612000', '112422.615000', '112422.617000', '112422.620000', '112422.623000', '112422.625000', '112422.628000', '112422.631000', '112422.633000', '112422.636000', '112422.638000', '112422.641000', '112422.644000', '112422.646000', '112422.649000', '112442.532000', '112442.535000', '112442.538000', '112442.540000', '112442.543000', '112442.546000', '112442.548000', '112442.551000', '112442.554000', '112442.556000', '112442.559000', '112442.562000', '112442.564000', '112442.567000', '112442.570000', '112442.572000', '112442.575000', '112442.578000', '112442.580000', '112442.583000', '112442.586000', '112442.588000', '112442.591000', '112442.593000', '112442.596000', '112442.599000', '112442.602000', '112442.604000', '112442.607000', '112442.610000', '112442.612000', '112442.615000', '112442.617000', '112442.620000', '112442.623000', '112442.625000', '112442.628000', '112442.631000', '112442.634000', '112442.636000', '112442.639000', '112442.641000', '112442.644000', '112442.647000', '112502.533000', '112502.536000', '112502.538000', '112502.541000', '112502.544000', '112502.546000', '112502.549000', '112502.552000', '112502.554000', '112502.557000', '112502.560000', '112502.563000', '112502.565000', '112502.568000', '112502.570000', '112502.573000', '112502.576000', '112502.578000', '112502.582000', '112502.584000', '112502.587000', '112502.589000', '112502.592000', '112502.595000', '112502.597000', '112502.600000', '112502.603000', '112502.606000', '112502.608000', '112502.611000', '112502.614000', '112502.616000', '112502.619000', '112502.622000', '112502.624000', '112502.627000', '112502.630000', '112502.632000', '112502.635000', '112502.637000', '112502.640000', '112502.643000', '112502.645000', '112522.533000', '112522.536000', '112522.538000', '112522.541000', '112522.544000', '112522.546000', '112522.549000', '112522.552000', '112522.554000', '112522.557000', '112522.559000', '112522.562000', '112522.565000', '112522.567000', '112522.570000', '112522.573000', '112522.575000', '112522.578000', '112522.581000', '112522.584000', '112522.586000', '112522.589000', '112522.591000', '112522.594000', '112522.597000', '112522.599000', '112522.602000', '112522.605000', '112522.607000', '112522.610000', '112522.613000', '112522.615000', '112522.618000', '112522.621000', '112522.623000', '112522.626000', '112522.629000', '112522.632000', '112522.634000', '112522.637000', '112522.639000', '112522.642000', '112522.645000', '112522.647000', '112542.533000', '112542.536000', '112542.538000', '112542.541000', '112542.544000', '112542.546000', '112542.549000', '112542.552000', '112542.554000', '112542.557000', '112542.560000', '112542.562000', '112542.565000', '112542.568000', '112542.570000', '112542.573000', '112542.575000', '112542.588000', '112542.591000', '112542.594000', '112542.596000', '112542.599000', '112542.602000', '112542.604000', '112542.607000', '112542.610000', '112542.613000', '112542.617000', '112542.620000', '112542.622000', '112542.625000', '112542.628000', '112542.630000', '112542.633000', '112542.636000', '112542.639000', '112542.642000', '112542.645000', '112542.647000', '112542.650000', '112542.653000', '112542.656000', '112542.658000', '112602.534000', '112602.536000', '112602.539000', '112602.542000', '112602.545000', '112602.547000', '112602.550000', '112602.553000', '112602.555000', '112602.558000', '112602.561000', '112602.563000', '112602.566000', '112602.568000', '112602.571000', '112602.574000', '112602.577000', '112602.579000', '112602.585000', '112602.588000', '112602.590000', '112602.593000', '112602.596000', '112602.598000', '112602.601000', '112602.604000', '112602.606000', '112602.609000', '112602.611000', '112602.614000', '112602.617000', '112602.620000', '112602.622000', '112602.625000', '112602.627000', '112602.630000', '112602.633000', '112602.635000', '112602.639000', '112602.642000', '112602.645000', '112602.647000', '112602.650000', '112602.652000', '112622.534000', '112622.536000', '112622.539000', '112622.542000', '112622.544000', '112622.547000', '112622.550000', '112622.552000', '112622.555000', '112622.558000', '112622.560000', '112622.563000', '112622.566000', '112622.568000', '112622.571000', '112622.574000', '112622.576000', '112622.579000', '112622.581000', '112622.584000', '112622.587000', '112622.589000', '112622.592000', '112622.594000', '112622.597000', '112622.600000', '112622.602000', '112622.605000', '112622.608000', '112622.610000', '112622.613000', '112622.616000', '112622.618000', '112622.621000', '112622.623000', '112622.627000', '112622.630000', '112622.632000', '112622.635000', '112622.646000', '112622.648000', '112622.651000', '112622.654000', '112642.533000', '112642.537000', '112642.540000', '112642.542000', '112642.545000', '112642.548000', '112642.550000', '112642.553000', '112642.556000', '112642.558000', '112642.561000', '112642.564000', '112642.566000', '112642.569000', '112642.572000', '112642.574000', '112642.577000', '112642.580000', '112642.582000', '112642.585000', '112642.587000', '112642.590000', '112642.593000', '112642.595000', '112642.598000', '112642.601000', '112642.603000', '112642.606000', '112642.608000', '112642.611000', '112642.614000', '112642.616000', '112642.619000', '112642.622000', '112642.624000', '112642.627000', '112642.630000', '112642.632000', '112642.635000', '112642.637000', '112642.640000', '112642.643000', '112642.645000', '112642.648000', '112702.533000', '112702.535000', '112702.538000', '112702.541000', '112702.544000', '112702.546000', '112702.549000', '112702.551000', '112702.554000', '112702.557000', '112702.559000', '112702.562000', '112702.565000', '112702.567000', '112702.570000', '112702.573000', '112702.575000', '112702.578000', '112702.580000', '112702.583000', '112702.586000', '112702.588000', '112702.591000', '112702.593000', '112702.596000', '112702.599000', '112702.601000', '112702.640000', '112702.643000', '112702.646000', '112702.649000', '112702.651000', '112702.654000', '112702.657000', '112702.659000', '112702.662000', '112702.665000', '112702.667000', '112702.670000', '112702.672000', '112702.675000', '112702.679000', '112702.682000', '112722.532000', '112722.535000', '112722.538000', '112722.541000', '112722.543000', '112722.546000', '112722.549000', '112722.551000', '112722.554000', '112722.557000', '112722.559000', '112722.562000', '112722.565000', '112722.567000', '112722.570000', '112722.573000', '112722.575000', '112722.578000', '112722.581000', '112722.583000', '112722.586000', '112722.589000', '112722.591000', '112722.594000', '112722.597000', '112722.599000', '112722.602000', '112722.605000', '112722.607000', '112722.610000', '112722.612000', '112722.615000', '112722.618000', '112722.620000', '112722.623000', '112722.626000', '112722.628000', '112722.631000', '112722.634000', '112722.636000', '112722.639000', '112722.642000', '112722.644000', '112722.648000', '112742.533000', '112742.536000', '112742.538000', '112742.541000', '112742.544000', '112742.546000', '112742.549000', '112742.552000', '112742.554000', '112742.557000', '112742.559000', '112742.562000', '112742.565000', '112742.567000', '112742.570000', '112742.573000', '112742.575000', '112742.578000', '112742.581000', '112742.583000', '112742.586000', '112742.588000', '112742.591000', '112742.594000', '112742.596000', '112742.599000', '112742.602000', '112742.604000', '112742.607000', '112742.610000', '112742.612000', '112742.615000', '112742.618000', '112742.620000', '112742.623000', '112742.625000', '112742.628000', '112742.631000', '112742.633000', '112742.636000', '112742.638000', '112742.641000', '112742.644000', '112802.533000', '112802.536000', '112802.538000', '112802.541000', '112802.544000', '112802.546000', '112802.549000', '112802.552000', '112802.554000', '112802.557000', '112802.560000', '112802.563000', '112802.565000', '112802.568000', '112802.570000', '112802.573000', '112802.576000', '112802.578000', '112802.581000', '112802.584000', '112802.586000', '112802.589000', '112802.591000', '112802.594000', '112802.597000', '112802.599000', '112802.602000', '112802.605000', '112802.607000', '112802.610000', '112802.613000', '112802.616000', '112802.618000', '112802.621000', '112802.623000', '112802.626000', '112802.629000', '112802.631000', '112802.634000', '112802.637000', '112802.639000', '112802.642000', '112802.645000', '112802.647000', '112822.534000', '112822.537000', '112822.539000', '112822.542000', '112822.544000', '112822.547000', '112822.550000', '112822.553000', '112822.555000', '112822.558000', '112822.561000', '112822.563000', '112822.566000', '112822.568000', '112822.571000', '112822.574000', '112822.576000', '112822.579000', '112822.582000', '112822.584000', '112822.587000', '112822.590000', '112822.592000', '112822.595000', '112822.608000', '112822.611000', '112822.614000', '112822.616000', '112822.619000', '112822.622000', '112822.624000', '112822.627000', '112822.629000', '112822.632000', '112822.635000', '112822.637000', '112822.640000', '112822.643000', '112822.645000', '112822.648000', '112822.651000', '112822.653000', '112822.656000', '112842.534000', '112842.536000', '112842.539000', '112842.542000', '112842.544000', '112842.547000', '112842.550000', '112842.553000', '112842.555000', '112842.558000', '112842.561000', '112842.563000', '112842.566000', '112842.568000', '112842.571000', '112842.574000', '112842.576000', '112842.579000', '112842.582000', '112842.584000', '112842.587000', '112842.590000', '112842.592000', '112842.595000', '112842.598000', '112842.600000', '112842.603000', '112842.606000', '112842.608000', '112842.611000', '112842.614000', '112842.616000', '112842.619000', '112842.622000', '112842.624000', '112842.627000', '112842.629000', '112842.632000', '112842.635000', '112842.637000', '112842.640000', '112842.643000', '112842.645000', '112842.648000', '112902.534000', '112902.537000', '112902.539000', '112902.542000', '112902.544000', '112902.547000', '112902.550000', '112902.552000', '112902.555000', '112902.558000', '112902.560000', '112902.563000', '112902.566000', '112902.568000', '112902.571000', '112902.574000', '112902.576000', '112902.579000', '112902.582000', '112902.584000', '112902.587000', '112902.590000', '112902.592000', '112902.595000', '112902.598000', '112902.600000', '112902.603000', '112902.605000', '112902.608000', '112902.611000', '112902.613000', '112902.616000', '112902.619000', '112902.621000', '112902.624000', '112902.626000', '112902.629000', '112902.632000', '112902.634000', '112902.637000', '112902.640000', '112902.642000', '112902.645000', '112922.532000', '112922.536000', '112922.538000', '112922.541000', '112922.543000', '112922.546000', '112922.549000', '112922.551000', '112922.554000', '112922.557000', '112922.560000', '112922.562000', '112922.565000', '112922.568000', '112922.570000', '112922.573000', '112922.576000', '112922.578000', '112922.598000', '112922.600000', '112922.603000', '112922.606000', '112922.608000', '112922.611000', '112922.614000', '112922.616000', '112922.619000', '112922.622000', '112922.624000', '112922.627000', '112922.630000', '112922.632000', '112922.635000', '112922.638000', '112922.640000', '112922.643000', '112922.646000', '112922.648000', '112922.651000', '112922.654000', '112922.656000', '112922.659000', '112922.662000', '112922.664000', '112942.533000', '112942.536000', '112942.538000', '112942.541000', '112942.544000', '112942.546000', '112942.560000', '112942.562000', '112942.565000', '112942.567000', '112942.570000', '112942.573000', '112942.576000', '112942.578000', '112942.581000', '112942.584000', '112942.586000', '112942.589000', '112942.591000', '112942.594000', '112942.597000', '112942.600000', '112942.602000', '112942.605000', '112942.608000', '112942.610000', '112942.623000', '112942.626000', '112942.628000', '112942.631000', '112942.634000', '112942.636000', '112942.639000', '112942.642000', '112942.644000', '112942.647000', '112942.650000', '112942.652000', '112942.655000', '112942.658000', '112942.660000', '112942.663000', '112942.665000', '113001.135000', '113001.138000', '113001.141000', '113001.143000', '113001.146000', '113001.149000', '113001.152000', '113001.155000', '113001.157000', '113001.160000', '113001.163000', '113001.166000', '113001.168000', '113001.171000', '113001.176000', '113001.179000', '113001.182000', '113001.186000', '113001.189000', '113001.193000', '113001.195000', '113001.198000', '113001.201000', '113001.203000', '113001.206000', '113001.209000', '113001.212000', '113001.215000', '113001.219000', '113001.222000', '113001.225000', '113001.228000', '113001.231000', '113001.234000', '113001.238000', '113001.241000', '113001.243000', '113001.247000', '113001.251000', '113001.254000', '113001.256000'], 'InstanceCreationTime': ['112022.562000', '112022.565000', '112022.567000', '112022.570000', '112022.573000', '112022.575000', '112022.582000', '112022.585000', '112022.587000', '112022.590000', '112022.593000', '112022.595000', '112022.598000', '112022.601000', '112022.603000', '112022.606000', '112022.609000', '112022.611000', '112022.614000', '112022.616000', '112022.619000', '112022.622000', '112022.627000', '112022.629000', '112022.632000', '112022.635000', '112022.637000', '112022.640000', '112022.643000', '112022.645000', '112022.648000', '112022.650000', '112022.653000', '112022.656000', '112022.658000', '112022.661000', '112022.664000', '112022.666000', '112022.669000', '112022.671000', '112042.532000', '112042.535000', '112042.538000', '112042.548000', '112042.550000', '112042.553000', '112042.555000', '112042.558000', '112042.560000', '112042.563000', '112042.566000', '112042.568000', '112042.571000', '112042.574000', '112042.576000', '112042.579000', '112042.582000', '112042.584000', '112042.587000', '112042.589000', '112042.592000', '112042.595000', '112042.597000', '112042.600000', '112042.602000', '112042.605000', '112042.608000', '112042.610000', '112042.613000', '112042.616000', '112042.618000', '112042.621000', '112042.623000', '112042.626000', '112042.629000', '112042.631000', '112042.634000', '112042.637000', '112042.639000', '112042.642000', '112042.644000', '112042.647000', '112042.650000', '112102.532000', '112102.535000', '112102.538000', '112102.540000', '112102.549000', '112102.552000', '112102.555000', '112102.557000', '112102.560000', '112102.562000', '112102.565000', '112102.568000', '112102.570000', '112102.573000', '112102.576000', '112102.595000', '112102.597000', '112102.600000', '112102.603000', '112102.605000', '112102.608000', '112102.611000', '112102.613000', '112102.616000', '112102.618000', '112102.621000', '112102.624000', '112102.626000', '112102.629000', '112102.631000', '112102.634000', '112102.637000', '112102.639000', '112102.642000', '112102.644000', '112102.647000', '112102.650000', '112102.652000', '112102.655000', '112102.657000', '112102.660000', '112102.662000', '112102.665000', '112102.668000', '112122.533000', '112122.536000', '112122.539000', '112122.542000', '112122.544000', '112122.547000', '112122.550000', '112122.552000', '112122.555000', '112122.558000', '112122.560000', '112122.563000', '112122.566000', '112122.568000', '112122.571000', '112122.574000', '112122.584000', '112122.586000', '112122.589000', '112122.592000', '112122.594000', '112122.597000', '112122.600000', '112122.602000', '112122.605000', '112122.608000', '112122.610000', '112122.613000', '112122.616000', '112122.618000', '112122.621000', '112122.624000', '112122.626000', '112122.629000', '112122.631000', '112122.634000', '112122.637000', '112122.639000', '112122.642000', '112122.644000', '112122.647000', '112122.650000', '112122.652000', '112142.533000', '112142.536000', '112142.539000', '112142.541000', '112142.544000', '112142.547000', '112142.549000', '112142.552000', '112142.555000', '112142.557000', '112142.560000', '112142.562000', '112142.565000', '112142.568000', '112142.570000', '112142.573000', '112142.576000', '112142.579000', '112142.581000', '112142.584000', '112142.586000', '112142.589000', '112142.592000', '112142.594000', '112142.597000', '112142.600000', '112142.602000', '112142.605000', '112142.608000', '112142.610000', '112142.613000', '112142.615000', '112142.618000', '112142.621000', '112142.623000', '112142.626000', '112142.628000', '112142.631000', '112142.634000', '112142.636000', '112142.639000', '112142.642000', '112142.644000', '112142.647000', '112202.533000', '112202.536000', '112202.539000', '112202.542000', '112202.544000', '112202.547000', '112202.549000', '112202.552000', '112202.555000', '112202.557000', '112202.560000', '112202.563000', '112202.565000', '112202.568000', '112202.571000', '112202.573000', '112202.576000', '112202.579000', '112202.581000', '112202.584000', '112202.587000', '112202.589000', '112202.592000', '112202.594000', '112202.597000', '112202.600000', '112202.602000', '112202.605000', '112202.608000', '112202.610000', '112202.613000', '112202.616000', '112202.618000', '112202.621000', '112202.624000', '112202.626000', '112202.629000', '112202.631000', '112202.634000', '112202.637000', '112202.640000', '112202.642000', '112202.645000', '112222.532000', '112222.535000', '112222.538000', '112222.540000', '112222.543000', '112222.546000', '112222.548000', '112222.551000', '112222.554000', '112222.557000', '112222.559000', '112222.562000', '112222.565000', '112222.567000', '112222.570000', '112222.572000', '112222.575000', '112222.578000', '112222.580000', '112222.583000', '112222.586000', '112222.588000', '112222.591000', '112222.593000', '112222.596000', '112222.599000', '112222.602000', '112222.604000', '112222.607000', '112222.610000', '112222.612000', '112222.615000', '112222.618000', '112222.620000', '112222.623000', '112222.625000', '112222.628000', '112222.631000', '112222.633000', '112222.636000', '112222.639000', '112222.641000', '112222.644000', '112222.646000', '112242.533000', '112242.536000', '112242.538000', '112242.541000', '112242.544000', '112242.546000', '112242.549000', '112242.552000', '112242.554000', '112242.557000', '112242.570000', '112242.573000', '112242.575000', '112242.578000', '112242.581000', '112242.583000', '112242.586000', '112242.588000', '112242.591000', '112242.594000', '112242.596000', '112242.599000', '112242.602000', '112242.604000', '112242.607000', '112242.610000', '112242.612000', '112242.615000', '112242.617000', '112242.620000', '112242.623000', '112242.625000', '112242.628000', '112242.631000', '112242.633000', '112242.636000', '112242.639000', '112242.641000', '112242.644000', '112242.647000', '112242.649000', '112242.652000', '112242.654000', '112302.532000', '112302.535000', '112302.538000', '112302.541000', '112302.544000', '112302.546000', '112302.549000', '112302.552000', '112302.554000', '112302.557000', '112302.561000', '112302.564000', '112302.566000', '112302.569000', '112302.571000', '112302.574000', '112302.577000', '112302.579000', '112302.582000', '112302.585000', '112302.587000', '112302.590000', '112302.592000', '112302.595000', '112302.598000', '112302.601000', '112302.603000', '112302.606000', '112302.608000', '112302.611000', '112302.614000', '112302.617000', '112302.620000', '112302.622000', '112302.625000', '112302.628000', '112302.630000', '112302.633000', '112302.635000', '112302.638000', '112302.641000', '112302.643000', '112302.646000', '112322.532000', '112322.535000', '112322.538000', '112322.541000', '112322.543000', '112322.546000', '112322.549000', '112322.551000', '112322.554000', '112322.557000', '112322.559000', '112322.562000', '112322.565000', '112322.567000', '112322.570000', '112322.572000', '112322.575000', '112322.578000', '112322.580000', '112322.583000', '112322.586000', '112322.588000', '112322.591000', '112322.594000', '112322.596000', '112322.599000', '112322.602000', '112322.604000', '112322.607000', '112322.609000', '112322.612000', '112322.615000', '112322.617000', '112322.620000', '112322.623000', '112322.625000', '112322.628000', '112322.630000', '112322.633000', '112322.636000', '112322.638000', '112322.641000', '112322.643000', '112322.646000', '112342.533000', '112342.536000', '112342.539000', '112342.542000', '112342.545000', '112342.547000', '112342.551000', '112342.553000', '112342.556000', '112342.559000', '112342.561000', '112342.564000', '112342.567000', '112342.569000', '112342.572000', '112342.575000', '112342.577000', '112342.580000', '112342.583000', '112342.585000', '112342.588000', '112342.590000', '112342.593000', '112342.596000', '112342.598000', '112342.601000', '112342.604000', '112342.606000', '112342.609000', '112342.611000', '112342.614000', '112342.617000', '112342.619000', '112342.622000', '112342.624000', '112342.627000', '112342.630000', '112342.632000', '112342.635000', '112342.638000', '112342.640000', '112342.643000', '112342.646000', '112402.534000', '112402.537000', '112402.539000', '112402.542000', '112402.545000', '112402.547000', '112402.550000', '112402.553000', '112402.555000', '112402.558000', '112402.561000', '112402.563000', '112402.566000', '112402.569000', '112402.571000', '112402.574000', '112402.577000', '112402.579000', '112402.582000', '112402.584000', '112402.587000', '112402.590000', '112402.592000', '112402.595000', '112402.598000', '112402.600000', '112402.603000', '112402.606000', '112402.608000', '112402.611000', '112402.614000', '112402.616000', '112402.619000', '112402.622000', '112402.624000', '112402.627000', '112402.629000', '112402.632000', '112402.635000', '112402.637000', '112402.640000', '112402.643000', '112402.645000', '112402.648000', '112422.533000', '112422.536000', '112422.539000', '112422.542000', '112422.544000', '112422.547000', '112422.550000', '112422.553000', '112422.556000', '112422.559000', '112422.563000', '112422.565000', '112422.568000', '112422.571000', '112422.573000', '112422.576000', '112422.579000', '112422.581000', '112422.584000', '112422.587000', '112422.589000', '112422.592000', '112422.594000', '112422.597000', '112422.601000', '112422.604000', '112422.607000', '112422.609000', '112422.612000', '112422.615000', '112422.617000', '112422.620000', '112422.623000', '112422.625000', '112422.628000', '112422.631000', '112422.633000', '112422.636000', '112422.638000', '112422.641000', '112422.644000', '112422.646000', '112422.649000', '112442.532000', '112442.535000', '112442.538000', '112442.540000', '112442.543000', '112442.546000', '112442.548000', '112442.551000', '112442.554000', '112442.556000', '112442.559000', '112442.562000', '112442.564000', '112442.567000', '112442.570000', '112442.572000', '112442.575000', '112442.578000', '112442.580000', '112442.583000', '112442.586000', '112442.588000', '112442.591000', '112442.593000', '112442.596000', '112442.599000', '112442.602000', '112442.604000', '112442.607000', '112442.610000', '112442.612000', '112442.615000', '112442.617000', '112442.620000', '112442.623000', '112442.625000', '112442.628000', '112442.631000', '112442.634000', '112442.636000', '112442.639000', '112442.641000', '112442.644000', '112442.647000', '112502.533000', '112502.536000', '112502.538000', '112502.541000', '112502.544000', '112502.546000', '112502.549000', '112502.552000', '112502.554000', '112502.557000', '112502.560000', '112502.563000', '112502.565000', '112502.568000', '112502.570000', '112502.573000', '112502.576000', '112502.578000', '112502.582000', '112502.584000', '112502.587000', '112502.589000', '112502.592000', '112502.595000', '112502.597000', '112502.600000', '112502.603000', '112502.606000', '112502.608000', '112502.611000', '112502.614000', '112502.616000', '112502.619000', '112502.622000', '112502.624000', '112502.627000', '112502.630000', '112502.632000', '112502.635000', '112502.637000', '112502.640000', '112502.643000', '112502.645000', '112522.533000', '112522.536000', '112522.538000', '112522.541000', '112522.544000', '112522.546000', '112522.549000', '112522.552000', '112522.554000', '112522.557000', '112522.559000', '112522.562000', '112522.565000', '112522.567000', '112522.570000', '112522.573000', '112522.575000', '112522.578000', '112522.581000', '112522.584000', '112522.586000', '112522.589000', '112522.591000', '112522.594000', '112522.597000', '112522.599000', '112522.602000', '112522.605000', '112522.607000', '112522.610000', '112522.613000', '112522.615000', '112522.618000', '112522.621000', '112522.623000', '112522.626000', '112522.629000', '112522.632000', '112522.634000', '112522.637000', '112522.639000', '112522.642000', '112522.645000', '112522.647000', '112542.533000', '112542.536000', '112542.538000', '112542.541000', '112542.544000', '112542.546000', '112542.549000', '112542.552000', '112542.554000', '112542.557000', '112542.560000', '112542.562000', '112542.565000', '112542.568000', '112542.570000', '112542.573000', '112542.575000', '112542.588000', '112542.591000', '112542.594000', '112542.596000', '112542.599000', '112542.602000', '112542.604000', '112542.607000', '112542.610000', '112542.613000', '112542.617000', '112542.620000', '112542.622000', '112542.625000', '112542.628000', '112542.630000', '112542.633000', '112542.636000', '112542.639000', '112542.642000', '112542.645000', '112542.647000', '112542.650000', '112542.653000', '112542.656000', '112542.658000', '112602.534000', '112602.536000', '112602.539000', '112602.542000', '112602.545000', '112602.547000', '112602.550000', '112602.553000', '112602.555000', '112602.558000', '112602.561000', '112602.563000', '112602.566000', '112602.568000', '112602.571000', '112602.574000', '112602.577000', '112602.579000', '112602.585000', '112602.588000', '112602.590000', '112602.593000', '112602.596000', '112602.598000', '112602.601000', '112602.604000', '112602.606000', '112602.609000', '112602.611000', '112602.614000', '112602.617000', '112602.620000', '112602.622000', '112602.625000', '112602.627000', '112602.630000', '112602.633000', '112602.635000', '112602.639000', '112602.642000', '112602.645000', '112602.647000', '112602.650000', '112602.652000', '112622.534000', '112622.536000', '112622.539000', '112622.542000', '112622.544000', '112622.547000', '112622.550000', '112622.552000', '112622.555000', '112622.558000', '112622.560000', '112622.563000', '112622.566000', '112622.568000', '112622.571000', '112622.574000', '112622.576000', '112622.579000', '112622.581000', '112622.584000', '112622.587000', '112622.589000', '112622.592000', '112622.594000', '112622.597000', '112622.600000', '112622.602000', '112622.605000', '112622.608000', '112622.610000', '112622.613000', '112622.616000', '112622.618000', '112622.621000', '112622.623000', '112622.627000', '112622.630000', '112622.632000', '112622.635000', '112622.646000', '112622.648000', '112622.651000', '112622.654000', '112642.533000', '112642.537000', '112642.540000', '112642.542000', '112642.545000', '112642.548000', '112642.550000', '112642.553000', '112642.556000', '112642.558000', '112642.561000', '112642.564000', '112642.566000', '112642.569000', '112642.572000', '112642.574000', '112642.577000', '112642.580000', '112642.582000', '112642.585000', '112642.587000', '112642.590000', '112642.593000', '112642.595000', '112642.598000', '112642.601000', '112642.603000', '112642.606000', '112642.608000', '112642.611000', '112642.614000', '112642.616000', '112642.619000', '112642.622000', '112642.624000', '112642.627000', '112642.630000', '112642.632000', '112642.635000', '112642.637000', '112642.640000', '112642.643000', '112642.645000', '112642.648000', '112702.533000', '112702.535000', '112702.538000', '112702.541000', '112702.544000', '112702.546000', '112702.549000', '112702.551000', '112702.554000', '112702.557000', '112702.559000', '112702.562000', '112702.565000', '112702.567000', '112702.570000', '112702.573000', '112702.575000', '112702.578000', '112702.580000', '112702.583000', '112702.586000', '112702.588000', '112702.591000', '112702.593000', '112702.596000', '112702.599000', '112702.601000', '112702.640000', '112702.643000', '112702.646000', '112702.649000', '112702.651000', '112702.654000', '112702.657000', '112702.659000', '112702.662000', '112702.665000', '112702.667000', '112702.670000', '112702.672000', '112702.675000', '112702.679000', '112702.682000', '112722.532000', '112722.535000', '112722.538000', '112722.541000', '112722.543000', '112722.546000', '112722.549000', '112722.551000', '112722.554000', '112722.557000', '112722.559000', '112722.562000', '112722.565000', '112722.567000', '112722.570000', '112722.573000', '112722.575000', '112722.578000', '112722.581000', '112722.583000', '112722.586000', '112722.589000', '112722.591000', '112722.594000', '112722.597000', '112722.599000', '112722.602000', '112722.605000', '112722.607000', '112722.610000', '112722.612000', '112722.615000', '112722.618000', '112722.620000', '112722.623000', '112722.626000', '112722.628000', '112722.631000', '112722.634000', '112722.636000', '112722.639000', '112722.642000', '112722.644000', '112722.648000', '112742.533000', '112742.536000', '112742.538000', '112742.541000', '112742.544000', '112742.546000', '112742.549000', '112742.552000', '112742.554000', '112742.557000', '112742.559000', '112742.562000', '112742.565000', '112742.567000', '112742.570000', '112742.573000', '112742.575000', '112742.578000', '112742.581000', '112742.583000', '112742.586000', '112742.588000', '112742.591000', '112742.594000', '112742.596000', '112742.599000', '112742.602000', '112742.604000', '112742.607000', '112742.610000', '112742.612000', '112742.615000', '112742.618000', '112742.620000', '112742.623000', '112742.625000', '112742.628000', '112742.631000', '112742.633000', '112742.636000', '112742.638000', '112742.641000', '112742.644000', '112802.533000', '112802.536000', '112802.538000', '112802.541000', '112802.544000', '112802.546000', '112802.549000', '112802.552000', '112802.554000', '112802.557000', '112802.560000', '112802.563000', '112802.565000', '112802.568000', '112802.570000', '112802.573000', '112802.576000', '112802.578000', '112802.581000', '112802.584000', '112802.586000', '112802.589000', '112802.591000', '112802.594000', '112802.597000', '112802.599000', '112802.602000', '112802.605000', '112802.607000', '112802.610000', '112802.613000', '112802.616000', '112802.618000', '112802.621000', '112802.623000', '112802.626000', '112802.629000', '112802.631000', '112802.634000', '112802.637000', '112802.639000', '112802.642000', '112802.645000', '112802.647000', '112822.534000', '112822.537000', '112822.539000', '112822.542000', '112822.544000', '112822.547000', '112822.550000', '112822.553000', '112822.555000', '112822.558000', '112822.561000', '112822.563000', '112822.566000', '112822.568000', '112822.571000', '112822.574000', '112822.576000', '112822.579000', '112822.582000', '112822.584000', '112822.587000', '112822.590000', '112822.592000', '112822.595000', '112822.608000', '112822.611000', '112822.614000', '112822.616000', '112822.619000', '112822.622000', '112822.624000', '112822.627000', '112822.629000', '112822.632000', '112822.635000', '112822.637000', '112822.640000', '112822.643000', '112822.645000', '112822.648000', '112822.651000', '112822.653000', '112822.656000', '112842.534000', '112842.536000', '112842.539000', '112842.542000', '112842.544000', '112842.547000', '112842.550000', '112842.553000', '112842.555000', '112842.558000', '112842.561000', '112842.563000', '112842.566000', '112842.568000', '112842.571000', '112842.574000', '112842.576000', '112842.579000', '112842.582000', '112842.584000', '112842.587000', '112842.590000', '112842.592000', '112842.595000', '112842.598000', '112842.600000', '112842.603000', '112842.606000', '112842.608000', '112842.611000', '112842.614000', '112842.616000', '112842.619000', '112842.622000', '112842.624000', '112842.627000', '112842.629000', '112842.632000', '112842.635000', '112842.637000', '112842.640000', '112842.643000', '112842.645000', '112842.648000', '112902.534000', '112902.537000', '112902.539000', '112902.542000', '112902.544000', '112902.547000', '112902.550000', '112902.552000', '112902.555000', '112902.558000', '112902.560000', '112902.563000', '112902.566000', '112902.568000', '112902.571000', '112902.574000', '112902.576000', '112902.579000', '112902.582000', '112902.584000', '112902.587000', '112902.590000', '112902.592000', '112902.595000', '112902.598000', '112902.600000', '112902.603000', '112902.605000', '112902.608000', '112902.611000', '112902.613000', '112902.616000', '112902.619000', '112902.621000', '112902.624000', '112902.626000', '112902.629000', '112902.632000', '112902.634000', '112902.637000', '112902.640000', '112902.642000', '112902.645000', '112922.532000', '112922.536000', '112922.538000', '112922.541000', '112922.543000', '112922.546000', '112922.549000', '112922.551000', '112922.554000', '112922.557000', '112922.560000', '112922.562000', '112922.565000', '112922.568000', '112922.570000', '112922.573000', '112922.576000', '112922.578000', '112922.598000', '112922.600000', '112922.603000', '112922.606000', '112922.608000', '112922.611000', '112922.614000', '112922.616000', '112922.619000', '112922.622000', '112922.624000', '112922.627000', '112922.630000', '112922.632000', '112922.635000', '112922.638000', '112922.640000', '112922.643000', '112922.646000', '112922.648000', '112922.651000', '112922.654000', '112922.656000', '112922.659000', '112922.662000', '112922.664000', '112942.533000', '112942.536000', '112942.538000', '112942.541000', '112942.544000', '112942.546000', '112942.560000', '112942.562000', '112942.565000', '112942.567000', '112942.570000', '112942.573000', '112942.576000', '112942.578000', '112942.581000', '112942.584000', '112942.586000', '112942.589000', '112942.591000', '112942.594000', '112942.597000', '112942.600000', '112942.602000', '112942.605000', '112942.608000', '112942.610000', '112942.623000', '112942.626000', '112942.628000', '112942.631000', '112942.634000', '112942.636000', '112942.639000', '112942.642000', '112942.644000', '112942.647000', '112942.650000', '112942.652000', '112942.655000', '112942.658000', '112942.660000', '112942.663000', '112942.665000', '113001.135000', '113001.138000', '113001.141000', '113001.143000', '113001.146000', '113001.149000', '113001.152000', '113001.155000', '113001.157000', '113001.160000', '113001.163000', '113001.166000', '113001.168000', '113001.171000', '113001.176000', '113001.179000', '113001.182000', '113001.186000', '113001.189000', '113001.193000', '113001.195000', '113001.198000', '113001.201000', '113001.203000', '113001.206000', '113001.209000', '113001.212000', '113001.215000', '113001.219000', '113001.222000', '113001.225000', '113001.228000', '113001.231000', '113001.234000', '113001.238000', '113001.241000', '113001.243000', '113001.247000', '113001.251000', '113001.254000', '113001.256000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'LargestImagePixelValue': [8310, 7681, 7455, 7124, 7070, 7084, 6712, 7226, 6694, 7011, 7243, 7405, 6741, 6984, 6870, 6927, 7056, 7028, 6931, 6920, 6831, 6749, 6898, 6579, 6850, 7133, 6858, 6892, 6903, 6844, 6713, 6820, 6937, 7082, 7104, 7170, 7818, 6788, 6984, 6713, 6965, 6477, 7110, 6989, 6999, 6765, 6926, 6705, 6715, 6767, 6623, 6535, 6604, 6818, 6650, 7236, 6823, 6847, 6935, 6794, 6918, 6748, 6993, 6728, 6794, 6686, 6792, 6944, 7008, 6810, 6795, 6835, 6793, 6652, 7004, 7053, 6605, 6764, 6495, 6891, 6626, 6981, 6805, 6943, 6883, 6803, 6969, 6742, 7144, 6699, 6773, 6546, 6869, 8378, 6994, 6515, 6958, 6933, 6576, 7122, 6922, 7144, 8444, 6892, 6896, 6945, 7074, 8081, 6981, 7140, 7099, 7176, 6859, 7223, 6820, 7134, 6758, 7028, 6859, 7200, 7299, 7281, 6884, 6719, 6721, 7663, 6824, 7343, 6879, 8073, 7289, 7397, 7560, 7254, 7613, 7274, 7111, 7038, 7411, 7066, 7452, 7000, 7614, 6927, 7395, 7032, 7279, 6955, 7024, 7306, 6708, 7569, 7025, 7352, 7160, 7438, 7398, 7540, 7066, 7561, 7001, 7502, 6891, 6950, 7019, 7131, 7317, 7044, 7142, 6910, 7189, 6950, 7224, 8055, 7048, 7876, 6966, 7821, 7416, 7401, 7519, 7041, 6774, 7412, 7019, 7683, 7185, 7219, 7326, 6823, 7142, 6994, 6907, 7183, 7020, 7372, 7031, 7077, 7157, 7149, 7058, 7345, 6917, 7024, 7136, 6971, 7385, 7028, 7432, 6877, 6931, 8210, 6870, 6989, 6780, 6884, 6810, 8768, 7193, 6897, 7157, 6660, 7091, 6883, 6982, 6863, 7073, 7044, 6939, 8370, 7733, 6563, 7326, 6832, 6933, 6779, 7085, 6851, 6829, 7229, 6841, 6969, 6809, 6709, 6870, 7408, 7138, 7445, 7188, 8633, 7202, 7172, 7156, 7330, 7054, 6978, 7349, 7251, 7205, 6966, 6879, 7155, 6926, 6626, 6945, 7058, 7428, 6881, 6994, 7204, 8530, 6948, 6841, 7156, 7403, 7067, 8446, 7192, 6765, 6856, 6947, 6860, 6834, 7093, 7080, 6827, 6982, 6948, 7340, 7086, 8595, 7157, 7280, 8665, 7084, 7494, 6817, 6808, 7115, 6745, 7091, 6855, 6870, 7109, 6975, 7101, 6969, 7039, 6983, 7053, 7247, 7026, 7304, 7048, 7060, 7275, 7186, 7437, 7200, 7016, 7199, 7083, 7021, 6983, 7105, 7053, 7291, 6947, 6878, 7082, 6864, 6931, 7100, 6930, 7095, 6762, 7054, 7000, 7169, 7026, 7260, 7123, 6882, 6869, 6961, 6932, 6827, 7266, 6913, 6828, 7110, 7108, 6946, 7259, 7199, 6916, 6926, 7039, 7273, 7085, 6887, 7107, 6905, 6898, 6626, 7036, 7178, 7084, 7283, 7110, 7079, 7012, 7088, 6725, 7343, 7148, 7075, 6963, 7155, 7208, 7055, 7097, 7252, 7403, 7060, 7160, 7025, 7292, 7322, 7097, 7121, 6990, 7176, 6987, 7182, 7351, 6989, 7143, 6965, 7573, 7269, 7309, 7081, 7176, 7067, 7020, 7200, 7308, 7404, 7560, 7479, 7378, 7186, 6889, 6976, 7236, 7321, 7490, 7244, 7255, 6505, 7046, 7096, 7541, 6753, 7090, 7176, 6956, 7007, 7234, 7137, 7040, 7359, 6838, 7029, 7512, 7289, 7350, 7206, 7050, 7285, 6884, 7374, 7356, 7512, 7132, 7473, 7105, 7368, 7153, 7416, 7206, 7270, 6998, 7314, 6955, 7201, 7342, 7379, 7463, 7265, 7184, 7164, 7222, 6973, 7312, 7133, 7274, 6786, 6857, 7188, 6581, 7253, 7087, 7223, 7087, 7274, 7016, 6989, 6990, 7161, 7082, 6987, 7103, 6881, 6738, 6956, 6941, 7033, 7163, 6589, 6816, 7225, 6841, 7032, 7043, 7506, 7431, 7222, 7298, 7024, 7287, 7202, 7563, 7128, 7167, 7285, 7453, 7291, 7171, 7368, 7304, 7224, 7237, 7281, 6749, 7050, 7457, 7237, 7312, 7451, 7110, 7520, 7445, 7176, 7228, 7330, 7371, 7061, 7182, 6953, 7089, 7473, 7288, 7222, 7367, 7155, 7555, 7171, 7392, 7436, 7067, 7289, 7289, 7180, 7377, 6932, 7374, 7171, 6900, 7385, 7146, 7432, 6893, 6901, 7078, 6473, 7250, 7236, 7101, 6991, 6786, 7380, 6990, 7206, 6879, 7168, 6785, 6966, 7186, 7066, 7158, 6812, 7063, 7261, 6850, 7219, 6644, 6495, 6854, 7082, 7047, 6869, 6862, 6969, 6686, 7326, 6875, 6712, 6685, 6657, 6851, 6687, 6602, 6966, 6591, 6896, 6597, 6895, 6636, 6701, 7044, 6953, 7148, 6986, 7005, 6660, 6992, 6998, 6443, 6939, 6898, 7170, 6960, 7152, 7069, 6836, 6882, 7109, 7103, 6968, 7085, 7074, 7161, 7478, 6689, 7106, 7024, 6802, 7114, 6964, 7446, 6832, 7541, 7361, 6545, 7299, 7442, 7482, 7447, 7703, 7202, 7291, 7316, 7041, 7149, 7205, 7571, 7123, 7325, 7429, 6889, 6941, 6866, 6592, 7004, 7242, 7256, 7046, 7190, 7193, 6541, 7253, 6953, 7300, 7155, 6910, 7014, 7005, 7519, 7242, 7364, 7097, 7112, 7176, 6566, 7244, 7094, 7322, 7001, 7076, 7102, 6770, 7109, 7161, 7238, 6935, 7044, 6788, 6417, 7341, 7080, 7404, 7124, 7520, 7077, 6842, 7623, 6719, 6932, 7044, 7004, 7352, 6987, 7281, 7117, 7345, 7372, 7133, 7476, 7186, 7227, 6982, 7167, 7291, 7273, 7340, 6841, 7341, 7150, 6860, 7112, 6905, 7497, 6967, 6959, 6954, 6650, 7237, 7037, 7489, 6964, 7071, 7165, 7283, 7548, 7154, 7412, 7292, 6857, 7098, 6808, 7210, 6938, 7238, 7028, 7142, 7290, 6883, 6762, 6737, 7073, 7034, 6743, 6935, 6732, 6909, 6879, 7046, 7150, 6886, 7166, 7037, 7128, 7091, 6911, 7297, 6850, 7061, 6803, 6602, 6998, 6810, 7216, 6724, 6920, 6868, 7210, 7286, 6730, 6962, 6806, 6477, 7059, 6812, 7070, 6849, 6867, 6967, 6678, 7248, 7035, 7390, 7125, 7410, 7126, 7450, 7385, 7055, 7241, 7021, 7061, 7363, 7154, 7316, 7058, 7142, 7233, 7019, 7455, 6799, 6686, 6860, 6709, 6836, 6765, 7030, 6881, 6830, 6752, 7240, 6957, 7292, 6945, 6886, 7413, 6888, 7272, 7507, 7375, 7498, 7183, 7267, 7181, 7425, 7467, 7474, 7464, 7334, 7464, 7184, 7360, 7245, 7539, 7251, 7124, 7627, 7269, 7388, 7257, 7016, 7222, 7398, 7476, 6845, 7344, 7035, 6585, 7081, 6895, 6925, 6886, 7108, 6985, 6813, 7186, 6943, 6772, 6926, 6606, 7014, 7084, 6985, 7110, 6905, 7136, 6674, 6851, 6751, 7009, 6768, 6981, 6943, 7205, 7135, 7064, 6904, 7156, 7302, 7022, 7242, 7030, 7191, 7018, 6925, 7021, 6812, 6850, 6895, 6639, 6908, 6865, 7022, 6919, 6908, 6883, 6888, 7283, 6965, 7059, 6934, 6920, 7202, 6762, 7026, 7098, 6783, 7167, 6788, 7019, 6842, 6822, 7014, 6842, 7046, 6916, 6859, 6829, 6752, 7263, 6664, 6901, 6853, 6626, 6971, 6761, 7026, 6791, 6786, 6674, 6852, 7048, 6581, 6891, 6629, 6895, 6610, 6797, 7001, 7001, 7189, 6894, 7019, 6852, 6772, 7090, 6715, 6927, 6955, 6711, 6947, 7123, 6843, 6941, 7031, 6941, 7133, 6955, 7077, 6685, 6838, 6546, 6846, 6840, 7017, 7329, 7052, 6805, 6805, 6922, 6617, 6926, 6988, 6746, 6887, 6665, 7059, 7555, 6914, 7311, 6851, 6802, 6524, 7047, 7296, 6813, 6994, 6750, 6771, 6665, 7161, 7209, 6941, 7123, 7208, 7017, 6899, 6991, 6896, 7309, 6895, 6942, 7036, 7079, 6727, 6750, 6962, 7053, 6770, 7253, 6928, 6806, 7043, 6898, 6854, 6805, 6877, 6851, 6708, 7023, 7023, 6930, 7098, 7226, 6572, 6940, 7185, 6836, 7137, 6807, 7067, 6617, 7195, 7059, 6861, 7245, 6680, 7342, 6665, 7150, 7387, 7001, 7373, 7018, 7196, 6746, 7167, 7671, 7098, 7564, 6853, 7416, 6831, 6970, 6560, 7242, 7381, 6925, 7147, 6983, 7212, 7274, 7185, 7231, 7142, 7061, 7471, 7187, 7138, 7170, 7067, 6646, 6864, 7576, 7129, 7294, 6923, 7218, 7143, 7343, 7345, 7095, 7403, 6754, 6999, 7402, 7182, 7260, 7012, 7213, 7471, 7120, 7576, 6795, 7015, 7492, 7014, 7234, 7116, 6999, 6918, 7079, 7483, 6977, 7265, 6934, 7232, 7738, 7295, 7496, 6939, 7382, 6835, 7489, 7988, 7443, 7897, 6891, 7457, 7651, 7111, 7522, 7301, 7149, 7126, 7217, 7458, 7480, 7690, 7176, 7608, 7050, 7338, 7860, 7504, 7862, 7109, 7742, 7075, 7725, 7952, 7735, 7939, 7396, 7936, 7230, 7515, 7855, 7468, 7933, 7097, 7576, 7207, 7519, 8180, 7617, 7772, 7123, 7624, 7136, 7582, 8050, 7259, 7676, 7285, 7881, 8255, 7431, 7614, 7028, 7482, 7212, 7372, 7791, 7419, 8059, 7415, 8100, 8715, 8282, 8224, 7717, 8000, 7433, 7846, 7317, 7897, 7945, 7920, 8713, 7308, 7781, 7883, 7686, 7849, 7626, 8277, 6817, 7919, 8135, 7718, 7935, 7339, 8003, 6986, 8131, 8203, 7726, 8241, 7509, 8035, 6890, 8293, 8142, 7843, 8301, 6826, 7850, 7879, 7568, 7441, 7298, 7796, 7554, 7683, 8039, 8108, 7821, 7355, 8094, 7901, 8046, 8116, 7418, 8004, 6992, 8130, 8221, 7622, 7845, 7237, 7670, 6993, 7765, 8011, 7731, 8023, 7347, 7931, 7932, 7867, 8457, 7693, 8248, 7464, 7996, 8280, 7899, 8129, 7124, 8311, 8274, 8073, 8283, 7809, 8195, 7202, 7984, 8214, 7575, 7904, 7119, 7989, 7005, 8012, 8086, 7558, 7986, 7475, 8112, 7901, 7858, 7779, 7314, 7567, 7497, 8052, 7656], 'WindowCenter': [4221.0, 4194.0, 4184.0, 4167.0, 4171.0, 4167.0, 4155.0, 4163.0, 4152.0, 4151.0, 4149.0, 4164.0, 4150.0, 4152.0, 4151.0, 4150.0, 4150.0, 4150.0, 4150.0, 4149.0, 4139.0, 4139.0, 4151.0, 4139.0, 4138.0, 4149.0, 4137.0, 4148.0, 4147.0, 4143.0, 4143.0, 4141.0, 4137.0, 4136.0, 4137.0, 4148.0, 4148.0, 4137.0, 4138.0, 4136.0, 4137.0, 4136.0, 4147.0, 4147.0, 4149.0, 4140.0, 4147.0, 4137.0, 4137.0, 4138.0, 4138.0, 4138.0, 4137.0, 4137.0, 4138.0, 4148.0, 4138.0, 4143.0, 4148.0, 4137.0, 4149.0, 4136.0, 4152.0, 4138.0, 4142.0, 4149.0, 4149.0, 4150.0, 4150.0, 4151.0, 4151.0, 4138.0, 4138.0, 4138.0, 4148.0, 4149.0, 4152.0, 4138.0, 4137.0, 4148.0, 4137.0, 4146.0, 4135.0, 4147.0, 4149.0, 4138.0, 4148.0, 4138.0, 4149.0, 4137.0, 4137.0, 4140.0, 4136.0, 4157.0, 4137.0, 4137.0, 4152.0, 4149.0, 4139.0, 4143.0, 4150.0, 4152.0, 4160.0, 4136.0, 4147.0, 4146.0, 4146.0, 4158.0, 4147.0, 4148.0, 4147.0, 4153.0, 4137.0, 4146.0, 4134.0, 4133.0, 4123.0, 4127.0, 4123.0, 4121.0, 4121.0, 4119.0, 4121.0, 4121.0, 4120.0, 4129.0, 4111.0, 4121.0, 4109.0, 4130.0, 4121.0, 4122.0, 4130.0, 4119.0, 4121.0, 4123.0, 4126.0, 4122.0, 4157.0, 4124.0, 4137.0, 4132.0, 4137.0, 4143.0, 4139.0, 4140.0, 4139.0, 4138.0, 4139.0, 4146.0, 4139.0, 4146.0, 4135.0, 4138.0, 4138.0, 4135.0, 4135.0, 4148.0, 4134.0, 4148.0, 4137.0, 4149.0, 4138.0, 4142.0, 4148.0, 4138.0, 4147.0, 4141.0, 4138.0, 4150.0, 4154.0, 4154.0, 4150.0, 4160.0, 4154.0, 4161.0, 4149.0, 4162.0, 4162.0, 4164.0, 4166.0, 4151.0, 4143.0, 4151.0, 4150.0, 4149.0, 4151.0, 4152.0, 4149.0, 4140.0, 4149.0, 4153.0, 4152.0, 4153.0, 4148.0, 4149.0, 4149.0, 4150.0, 4147.0, 4151.0, 4155.0, 4163.0, 4154.0, 4144.0, 4141.0, 4140.0, 4149.0, 4139.0, 4150.0, 4150.0, 4147.0, 4159.0, 4139.0, 4138.0, 4139.0, 4138.0, 4138.0, 4170.0, 4148.0, 4138.0, 4140.0, 4127.0, 4135.0, 4136.0, 4141.0, 4124.0, 4135.0, 4135.0, 4136.0, 4145.0, 4135.0, 4126.0, 4127.0, 4122.0, 4121.0, 4124.0, 4121.0, 4114.0, 4111.0, 4121.0, 4122.0, 4126.0, 4122.0, 4122.0, 4127.0, 4132.0, 4136.0, 4138.0, 4136.0, 4157.0, 4150.0, 4137.0, 4135.0, 4136.0, 4135.0, 4138.0, 4153.0, 4152.0, 4160.0, 4154.0, 4151.0, 4150.0, 4149.0, 4138.0, 4149.0, 4152.0, 4150.0, 4153.0, 4149.0, 4149.0, 4163.0, 4149.0, 4138.0, 4153.0, 4153.0, 4139.0, 4159.0, 4139.0, 4139.0, 4141.0, 4149.0, 4138.0, 4142.0, 4137.0, 4137.0, 4137.0, 4154.0, 4150.0, 4149.0, 4150.0, 4158.0, 4141.0, 4148.0, 4158.0, 4141.0, 4151.0, 4139.0, 4141.0, 4138.0, 4138.0, 4137.0, 4136.0, 4137.0, 4141.0, 4141.0, 4153.0, 4152.0, 4153.0, 4149.0, 4150.0, 4153.0, 4151.0, 4162.0, 4151.0, 4151.0, 4150.0, 4150.0, 4153.0, 4153.0, 4155.0, 4151.0, 4154.0, 4149.0, 4154.0, 4149.0, 4154.0, 4150.0, 4153.0, 4151.0, 4150.0, 4151.0, 4153.0, 4155.0, 4151.0, 4155.0, 4143.0, 4154.0, 4153.0, 4154.0, 4155.0, 4151.0, 4157.0, 4153.0, 4144.0, 4150.0, 4154.0, 4140.0, 4156.0, 4153.0, 4139.0, 4149.0, 4153.0, 4150.0, 4151.0, 4154.0, 4154.0, 4152.0, 4154.0, 4151.0, 4154.0, 4139.0, 4151.0, 4152.0, 4150.0, 4143.0, 4151.0, 4158.0, 4152.0, 4154.0, 4140.0, 4155.0, 4151.0, 4157.0, 4144.0, 4151.0, 4155.0, 4149.0, 4159.0, 4150.0, 4150.0, 4142.0, 4144.0, 4152.0, 4137.0, 4137.0, 4142.0, 4139.0, 4148.0, 4154.0, 4141.0, 4140.0, 4148.0, 4138.0, 4141.0, 4138.0, 4148.0, 4154.0, 4150.0, 4160.0, 4160.0, 4149.0, 4158.0, 4138.0, 4163.0, 4157.0, 4151.0, 4150.0, 4149.0, 4153.0, 4160.0, 4152.0, 4150.0, 4151.0, 4151.0, 4139.0, 4150.0, 4150.0, 4149.0, 4148.0, 4149.0, 4140.0, 4172.0, 4152.0, 4168.0, 4141.0, 4150.0, 4139.0, 4138.0, 4138.0, 4173.0, 4138.0, 4138.0, 4149.0, 4138.0, 4138.0, 4151.0, 4155.0, 4150.0, 4150.0, 4156.0, 4150.0, 4157.0, 4150.0, 4162.0, 4158.0, 4159.0, 4152.0, 4152.0, 4153.0, 4152.0, 4162.0, 4151.0, 4151.0, 4153.0, 4154.0, 4149.0, 4151.0, 4159.0, 4154.0, 4159.0, 4149.0, 4154.0, 4158.0, 4162.0, 4160.0, 4161.0, 4151.0, 4158.0, 4162.0, 4154.0, 4156.0, 4159.0, 4151.0, 4152.0, 4151.0, 4151.0, 4164.0, 4174.0, 4157.0, 4151.0, 4159.0, 4150.0, 4150.0, 4151.0, 4160.0, 4147.0, 4150.0, 4156.0, 4151.0, 4152.0, 4140.0, 4161.0, 4168.0, 4150.0, 4158.0, 4164.0, 4173.0, 4150.0, 4172.0, 4150.0, 4157.0, 4157.0, 4154.0, 4168.0, 4152.0, 4151.0, 4149.0, 4159.0, 4156.0, 4139.0, 4156.0, 4148.0, 4146.0, 4144.0, 4158.0, 4144.0, 4148.0, 4150.0, 4144.0, 4137.0, 4137.0, 4148.0, 4149.0, 4158.0, 4139.0, 4155.0, 4159.0, 4155.0, 4159.0, 4158.0, 4144.0, 4147.0, 4154.0, 4155.0, 4159.0, 4149.0, 4153.0, 4168.0, 4158.0, 4162.0, 4157.0, 4161.0, 4166.0, 4165.0, 4152.0, 4159.0, 4161.0, 4149.0, 4161.0, 4159.0, 4162.0, 4161.0, 4165.0, 4165.0, 4158.0, 4162.0, 4142.0, 4158.0, 4161.0, 4158.0, 4157.0, 4148.0, 4156.0, 4160.0, 4157.0, 4150.0, 4151.0, 4143.0, 4152.0, 4149.0, 4148.0, 4146.0, 4147.0, 4144.0, 4159.0, 4149.0, 4139.0, 4147.0, 4128.0, 4148.0, 4151.0, 4156.0, 4140.0, 4147.0, 4145.0, 4147.0, 4159.0, 4161.0, 4147.0, 4150.0, 4149.0, 4147.0, 4149.0, 4148.0, 4160.0, 4157.0, 4154.0, 4159.0, 4158.0, 4153.0, 4159.0, 4182.0, 4185.0, 4162.0, 4173.0, 4154.0, 4153.0, 4160.0, 4167.0, 4164.0, 4174.0, 4161.0, 4163.0, 4164.0, 4153.0, 4163.0, 4150.0, 4157.0, 4150.0, 4150.0, 4149.0, 4139.0, 4159.0, 4146.0, 4159.0, 4149.0, 4145.0, 4149.0, 4139.0, 4158.0, 4146.0, 4152.0, 4149.0, 4156.0, 4159.0, 4145.0, 4159.0, 4160.0, 4145.0, 4149.0, 4156.0, 4150.0, 4150.0, 4159.0, 4150.0, 4144.0, 4159.0, 4156.0, 4151.0, 4167.0, 4160.0, 4161.0, 4146.0, 4150.0, 4148.0, 4141.0, 4169.0, 4174.0, 4161.0, 4154.0, 4159.0, 4141.0, 4156.0, 4154.0, 4162.0, 4162.0, 4159.0, 4161.0, 4159.0, 4161.0, 4161.0, 4173.0, 4162.0, 4159.0, 4162.0, 4159.0, 4161.0, 4161.0, 4174.0, 4164.0, 4161.0, 4163.0, 4153.0, 4159.0, 4160.0, 4162.0, 4161.0, 4152.0, 4151.0, 4150.0, 4162.0, 4157.0, 4161.0, 4162.0, 4169.0, 4160.0, 4150.0, 4173.0, 4162.0, 4158.0, 4160.0, 4158.0, 4159.0, 4160.0, 4154.0, 4162.0, 4160.0, 4172.0, 4161.0, 4165.0, 4174.0, 4168.0, 4163.0, 4162.0, 4162.0, 4159.0, 4160.0, 4151.0, 4156.0, 4155.0, 4148.0, 4144.0, 4148.0, 4170.0, 4162.0, 4139.0, 4148.0, 4146.0, 4158.0, 4147.0, 4151.0, 4158.0, 4156.0, 4161.0, 4172.0, 4171.0, 4160.0, 4152.0, 4161.0, 4162.0, 4162.0, 4151.0, 4161.0, 4161.0, 4152.0, 4161.0, 4159.0, 4160.0, 4161.0, 4143.0, 4176.0, 4160.0, 4161.0, 4162.0, 4158.0, 4151.0, 4172.0, 4162.0, 4152.0, 4159.0, 4163.0, 4152.0, 4163.0, 4158.0, 4157.0, 4162.0, 4162.0, 4152.0, 4153.0, 4162.0, 4160.0, 4157.0, 4162.0, 4173.0, 4163.0, 4159.0, 4162.0, 4163.0, 4159.0, 4163.0, 4159.0, 4153.0, 4151.0, 4164.0, 4163.0, 4153.0, 4151.0, 4146.0, 4154.0, 4148.0, 4158.0, 4162.0, 4169.0, 4157.0, 4169.0, 4163.0, 4170.0, 4159.0, 4163.0, 4170.0, 4162.0, 4160.0, 4161.0, 4150.0, 4159.0, 4156.0, 4149.0, 4145.0, 4149.0, 4145.0, 4163.0, 4158.0, 4156.0, 4152.0, 4144.0, 4148.0, 4170.0, 4160.0, 4160.0, 4160.0, 4167.0, 4176.0, 4183.0, 4174.0, 4174.0, 4175.0, 4175.0, 4171.0, 4175.0, 4157.0, 4163.0, 4161.0, 4160.0, 4150.0, 4145.0, 4160.0, 4145.0, 4142.0, 4148.0, 4145.0, 4142.0, 4160.0, 4143.0, 4142.0, 4140.0, 4133.0, 4143.0, 4147.0, 4147.0, 4142.0, 4144.0, 4144.0, 4148.0, 4147.0, 4138.0, 4146.0, 4149.0, 4149.0, 4150.0, 4162.0, 4161.0, 4163.0, 4161.0, 4159.0, 4163.0, 4174.0, 4170.0, 4162.0, 4161.0, 4161.0, 4164.0, 4176.0, 4165.0, 4175.0, 4161.0, 4159.0, 4160.0, 4166.0, 4164.0, 4176.0, 4177.0, 4176.0, 4177.0, 4173.0, 4175.0, 4164.0, 4176.0, 4165.0, 4161.0, 4164.0, 4160.0, 4161.0, 4158.0, 4163.0, 4161.0, 4151.0, 4152.0, 4149.0, 4150.0, 4150.0, 4161.0, 4146.0, 4147.0, 4161.0, 4150.0, 4146.0, 4158.0, 4155.0, 4161.0, 4150.0, 4150.0, 4148.0, 4160.0, 4150.0, 4157.0, 4160.0, 4150.0, 4161.0, 4152.0, 4158.0, 4149.0, 4147.0, 4162.0, 4152.0, 4150.0, 4160.0, 4150.0, 4146.0, 4151.0, 4162.0, 4147.0, 4161.0, 4161.0, 4150.0, 4161.0, 4148.0, 4162.0, 4161.0, 4163.0, 4159.0, 4160.0, 4165.0, 4160.0, 4164.0, 4166.0, 4164.0, 4159.0, 4161.0, 4165.0, 4161.0, 4163.0, 4158.0, 4159.0, 4152.0, 4149.0, 4162.0, 4146.0, 4150.0, 4151.0, 4148.0, 4162.0, 4160.0, 4156.0, 4158.0, 4162.0, 4163.0, 4161.0, 4160.0, 4161.0, 4149.0, 4146.0, 4145.0, 4156.0, 4159.0, 4158.0, 4172.0, 4175.0, 4161.0, 4156.0, 4162.0, 4147.0, 4150.0, 4145.0, 4148.0, 4155.0, 4149.0, 4147.0, 4161.0, 4149.0, 4156.0, 4148.0, 4143.0, 4136.0, 4149.0, 4158.0, 4144.0, 4154.0, 4145.0, 4151.0, 4158.0, 4162.0, 4158.0, 4163.0, 4171.0, 4173.0, 4156.0, 4157.0, 4162.0, 4159.0, 4158.0, 4161.0, 4161.0, 4157.0, 4162.0, 4160.0, 4161.0, 4163.0, 4162.0, 4151.0, 4161.0, 4151.0, 4148.0, 4161.0, 4151.0, 4150.0, 4144.0, 4150.0, 4149.0, 4144.0, 4148.0, 4155.0, 4150.0, 4148.0, 4156.0, 4138.0, 4148.0, 4143.0, 4143.0, 4149.0, 4145.0, 4143.0, 4149.0, 4144.0, 4148.0, 4149.0, 4161.0, 4149.0, 4161.0, 4149.0, 4163.0, 4158.0, 4150.0, 4161.0, 4157.0, 4161.0, 4145.0, 4155.0, 4170.0, 4160.0, 4172.0, 4150.0, 4162.0, 4149.0, 4157.0, 4147.0, 4155.0, 4160.0, 4156.0, 4163.0, 4161.0, 4156.0, 4158.0, 4147.0, 4159.0, 4145.0, 4141.0, 4158.0, 4143.0, 4154.0, 4149.0, 4155.0, 4145.0, 4147.0, 4167.0, 4159.0, 4168.0, 4171.0, 4172.0, 4160.0, 4160.0, 4171.0, 4159.0, 4160.0, 4149.0, 4159.0, 4157.0, 4155.0, 4168.0, 4157.0, 4171.0, 4172.0, 4161.0, 4166.0, 4149.0, 4161.0, 4159.0, 4155.0, 4156.0, 4161.0, 4160.0, 4158.0, 4156.0, 4169.0, 4162.0, 4168.0, 4163.0, 4171.0, 4185.0, 4183.0, 4184.0, 4173.0, 4182.0, 4172.0, 4175.0, 4183.0, 4172.0, 4179.0, 4171.0, 4170.0, 4170.0, 4156.0, 4171.0, 4157.0, 4157.0, 4159.0, 4172.0, 4174.0, 4175.0, 4182.0, 4171.0, 4182.0, 4165.0, 4170.0, 4175.0, 4158.0, 4183.0, 4159.0, 4169.0, 4162.0, 4169.0, 4172.0, 4172.0, 4170.0, 4157.0, 4171.0, 4169.0, 4152.0, 4159.0, 4158.0, 4169.0, 4153.0, 4164.0, 4159.0, 4165.0, 4181.0, 4174.0, 4175.0, 4159.0, 4167.0, 4164.0, 4168.0, 4169.0, 4153.0, 4174.0, 4158.0, 4167.0, 4181.0, 4170.0, 4169.0, 4154.0, 4161.0, 4158.0, 4169.0, 4180.0, 4175.0, 4198.0, 4173.0, 4191.0, 4205.0, 4193.0, 4191.0, 4166.0, 4180.0, 4170.0, 4179.0, 4169.0, 4191.0, 4182.0, 4184.0, 4210.0, 4184.0, 4179.0, 4183.0, 4182.0, 4180.0, 4170.0, 4184.0, 4161.0, 4166.0, 4178.0, 4184.0, 4184.0, 4158.0, 4172.0, 4157.0, 4167.0, 4179.0, 4173.0, 4183.0, 4153.0, 4172.0, 4155.0, 4178.0, 4169.0, 4167.0, 4166.0, 4161.0, 4167.0, 4167.0, 4154.0, 4152.0, 4155.0, 4168.0, 4169.0, 4169.0, 4176.0, 4171.0, 4169.0, 4171.0, 4164.0, 4171.0, 4169.0, 4182.0, 4165.0, 4179.0, 4157.0, 4182.0, 4176.0, 4179.0, 4170.0, 4156.0, 4167.0, 4162.0, 4167.0, 4169.0, 4169.0, 4167.0, 4158.0, 4167.0, 4164.0, 4165.0, 4167.0, 4155.0, 4169.0, 4155.0, 4166.0, 4164.0, 4156.0, 4153.0, 4146.0, 4162.0, 4164.0, 4156.0, 4163.0, 4153.0, 4162.0, 4152.0, 4155.0, 4164.0, 4166.0, 4173.0, 4157.0, 4171.0, 4157.0, 4166.0, 4183.0, 4192.0, 4178.0, 4169.0, 4165.0, 4164.0, 4179.0, 4179.0, 4170.0, 4174.0, 4168.0, 4187.0, 4175.0], 'WindowWidth': [9388.0, 9337.0, 9318.0, 9284.0, 9292.0, 9280.0, 9258.0, 9267.0, 9249.0, 9246.0, 9240.0, 9264.0, 9243.0, 9248.0, 9245.0, 9241.0, 9241.0, 9241.0, 9241.0, 9239.0, 9227.0, 9226.0, 9242.0, 9225.0, 9223.0, 9236.0, 9218.0, 9234.0, 9235.0, 9233.0, 9232.0, 9228.0, 9218.0, 9216.0, 9217.0, 9234.0, 9235.0, 9218.0, 9221.0, 9217.0, 9217.0, 9218.0, 9233.0, 9232.0, 9237.0, 9225.0, 9232.0, 9220.0, 9218.0, 9224.0, 9222.0, 9222.0, 9220.0, 9221.0, 9222.0, 9236.0, 9223.0, 9233.0, 9236.0, 9219.0, 9239.0, 9218.0, 9246.0, 9223.0, 9231.0, 9238.0, 9240.0, 9242.0, 9244.0, 9243.0, 9244.0, 9223.0, 9224.0, 9225.0, 9236.0, 9239.0, 9246.0, 9222.0, 9220.0, 9234.0, 9219.0, 9231.0, 9215.0, 9234.0, 9238.0, 9222.0, 9235.0, 9222.0, 9238.0, 9220.0, 9220.0, 9225.0, 9216.0, 9246.0, 9219.0, 9218.0, 9247.0, 9240.0, 9225.0, 9230.0, 9242.0, 9241.0, 9253.0, 9215.0, 9232.0, 9229.0, 9231.0, 9249.0, 9234.0, 9237.0, 9232.0, 9245.0, 9217.0, 9229.0, 9209.0, 9206.0, 9191.0, 9197.0, 9189.0, 9185.0, 9185.0, 9179.0, 9184.0, 9185.0, 9184.0, 9195.0, 9170.0, 9184.0, 9168.0, 9194.0, 9184.0, 9185.0, 9194.0, 9179.0, 9183.0, 9189.0, 9198.0, 9186.0, 9251.0, 9191.0, 9213.0, 9202.0, 9212.0, 9227.0, 9219.0, 9219.0, 9220.0, 9217.0, 9218.0, 9230.0, 9220.0, 9226.0, 9212.0, 9216.0, 9216.0, 9211.0, 9210.0, 9231.0, 9209.0, 9233.0, 9217.0, 9237.0, 9219.0, 9229.0, 9234.0, 9221.0, 9230.0, 9228.0, 9219.0, 9239.0, 9247.0, 9247.0, 9238.0, 9251.0, 9248.0, 9255.0, 9239.0, 9258.0, 9260.0, 9263.0, 9268.0, 9244.0, 9233.0, 9242.0, 9240.0, 9236.0, 9242.0, 9244.0, 9237.0, 9227.0, 9236.0, 9247.0, 9244.0, 9247.0, 9234.0, 9237.0, 9238.0, 9240.0, 9231.0, 9243.0, 9252.0, 9263.0, 9248.0, 9233.0, 9224.0, 9223.0, 9236.0, 9223.0, 9241.0, 9241.0, 9234.0, 9251.0, 9225.0, 9221.0, 9222.0, 9219.0, 9221.0, 9267.0, 9233.0, 9218.0, 9221.0, 9199.0, 9208.0, 9214.0, 9225.0, 9195.0, 9211.0, 9209.0, 9213.0, 9223.0, 9209.0, 9195.0, 9196.0, 9186.0, 9184.0, 9191.0, 9182.0, 9178.0, 9171.0, 9184.0, 9188.0, 9196.0, 9188.0, 9188.0, 9200.0, 9204.0, 9214.0, 9217.0, 9213.0, 9243.0, 9237.0, 9216.0, 9212.0, 9214.0, 9213.0, 9221.0, 9245.0, 9244.0, 9254.0, 9250.0, 9244.0, 9240.0, 9239.0, 9221.0, 9237.0, 9242.0, 9240.0, 9245.0, 9237.0, 9235.0, 9257.0, 9237.0, 9222.0, 9247.0, 9244.0, 9223.0, 9249.0, 9222.0, 9223.0, 9227.0, 9237.0, 9221.0, 9231.0, 9216.0, 9217.0, 9218.0, 9251.0, 9240.0, 9235.0, 9238.0, 9245.0, 9225.0, 9231.0, 9247.0, 9227.0, 9240.0, 9223.0, 9225.0, 9220.0, 9219.0, 9218.0, 9216.0, 9217.0, 9225.0, 9227.0, 9246.0, 9243.0, 9245.0, 9238.0, 9242.0, 9247.0, 9243.0, 9260.0, 9244.0, 9243.0, 9238.0, 9241.0, 9247.0, 9246.0, 9253.0, 9244.0, 9248.0, 9238.0, 9248.0, 9237.0, 9248.0, 9241.0, 9247.0, 9241.0, 9241.0, 9243.0, 9247.0, 9252.0, 9243.0, 9251.0, 9234.0, 9250.0, 9246.0, 9251.0, 9251.0, 9242.0, 9254.0, 9247.0, 9236.0, 9238.0, 9248.0, 9225.0, 9251.0, 9244.0, 9225.0, 9237.0, 9244.0, 9240.0, 9243.0, 9249.0, 9248.0, 9244.0, 9249.0, 9243.0, 9249.0, 9223.0, 9241.0, 9244.0, 9239.0, 9232.0, 9246.0, 9258.0, 9244.0, 9247.0, 9226.0, 9250.0, 9242.0, 9257.0, 9236.0, 9241.0, 9249.0, 9236.0, 9257.0, 9237.0, 9240.0, 9229.0, 9231.0, 9240.0, 9216.0, 9217.0, 9226.0, 9220.0, 9232.0, 9244.0, 9226.0, 9222.0, 9240.0, 9219.0, 9225.0, 9221.0, 9234.0, 9249.0, 9239.0, 9259.0, 9252.0, 9235.0, 9257.0, 9221.0, 9262.0, 9254.0, 9243.0, 9240.0, 9237.0, 9246.0, 9253.0, 9246.0, 9238.0, 9241.0, 9240.0, 9221.0, 9238.0, 9239.0, 9238.0, 9234.0, 9236.0, 9225.0, 9282.0, 9248.0, 9271.0, 9228.0, 9239.0, 9222.0, 9220.0, 9222.0, 9283.0, 9221.0, 9219.0, 9233.0, 9219.0, 9220.0, 9243.0, 9250.0, 9238.0, 9240.0, 9252.0, 9241.0, 9254.0, 9242.0, 9258.0, 9256.0, 9260.0, 9245.0, 9247.0, 9247.0, 9247.0, 9260.0, 9242.0, 9241.0, 9244.0, 9247.0, 9237.0, 9242.0, 9258.0, 9248.0, 9258.0, 9237.0, 9249.0, 9258.0, 9261.0, 9263.0, 9263.0, 9242.0, 9257.0, 9265.0, 9249.0, 9255.0, 9259.0, 9244.0, 9244.0, 9242.0, 9243.0, 9262.0, 9288.0, 9255.0, 9243.0, 9259.0, 9238.0, 9240.0, 9242.0, 9262.0, 9240.0, 9240.0, 9252.0, 9240.0, 9243.0, 9228.0, 9266.0, 9272.0, 9247.0, 9256.0, 9265.0, 9284.0, 9242.0, 9279.0, 9241.0, 9257.0, 9254.0, 9250.0, 9272.0, 9244.0, 9241.0, 9236.0, 9258.0, 9249.0, 9223.0, 9251.0, 9238.0, 9234.0, 9230.0, 9251.0, 9231.0, 9238.0, 9236.0, 9230.0, 9216.0, 9216.0, 9239.0, 9234.0, 9252.0, 9222.0, 9250.0, 9257.0, 9250.0, 9258.0, 9256.0, 9232.0, 9238.0, 9244.0, 9248.0, 9259.0, 9238.0, 9249.0, 9270.0, 9257.0, 9258.0, 9254.0, 9264.0, 9268.0, 9267.0, 9247.0, 9259.0, 9263.0, 9237.0, 9265.0, 9260.0, 9265.0, 9264.0, 9266.0, 9273.0, 9258.0, 9266.0, 9232.0, 9258.0, 9264.0, 9255.0, 9254.0, 9243.0, 9251.0, 9259.0, 9256.0, 9248.0, 9240.0, 9232.0, 9243.0, 9244.0, 9242.0, 9234.0, 9237.0, 9232.0, 9255.0, 9242.0, 9219.0, 9238.0, 9205.0, 9240.0, 9240.0, 9251.0, 9227.0, 9239.0, 9235.0, 9240.0, 9256.0, 9264.0, 9241.0, 9249.0, 9244.0, 9239.0, 9246.0, 9245.0, 9262.0, 9255.0, 9247.0, 9259.0, 9256.0, 9250.0, 9261.0, 9302.0, 9308.0, 9268.0, 9284.0, 9250.0, 9250.0, 9265.0, 9273.0, 9274.0, 9287.0, 9266.0, 9270.0, 9272.0, 9247.0, 9269.0, 9249.0, 9252.0, 9244.0, 9243.0, 9244.0, 9222.0, 9256.0, 9238.0, 9256.0, 9243.0, 9233.0, 9242.0, 9223.0, 9256.0, 9237.0, 9240.0, 9242.0, 9249.0, 9258.0, 9236.0, 9258.0, 9260.0, 9234.0, 9242.0, 9247.0, 9237.0, 9237.0, 9257.0, 9244.0, 9231.0, 9254.0, 9249.0, 9241.0, 9268.0, 9262.0, 9262.0, 9237.0, 9246.0, 9241.0, 9228.0, 9273.0, 9286.0, 9264.0, 9248.0, 9259.0, 9229.0, 9253.0, 9249.0, 9265.0, 9267.0, 9259.0, 9264.0, 9260.0, 9263.0, 9264.0, 9286.0, 9269.0, 9259.0, 9266.0, 9261.0, 9265.0, 9266.0, 9285.0, 9272.0, 9265.0, 9269.0, 9249.0, 9260.0, 9264.0, 9264.0, 9264.0, 9242.0, 9250.0, 9248.0, 9267.0, 9257.0, 9263.0, 9265.0, 9270.0, 9260.0, 9247.0, 9284.0, 9268.0, 9256.0, 9261.0, 9255.0, 9257.0, 9261.0, 9248.0, 9268.0, 9263.0, 9281.0, 9265.0, 9266.0, 9285.0, 9272.0, 9269.0, 9265.0, 9265.0, 9257.0, 9260.0, 9248.0, 9250.0, 9250.0, 9241.0, 9232.0, 9242.0, 9277.0, 9265.0, 9222.0, 9240.0, 9236.0, 9252.0, 9239.0, 9241.0, 9258.0, 9253.0, 9265.0, 9279.0, 9277.0, 9262.0, 9244.0, 9265.0, 9265.0, 9265.0, 9251.0, 9261.0, 9263.0, 9243.0, 9261.0, 9259.0, 9260.0, 9262.0, 9233.0, 9294.0, 9262.0, 9264.0, 9266.0, 9256.0, 9250.0, 9282.0, 9268.0, 9246.0, 9263.0, 9270.0, 9245.0, 9269.0, 9258.0, 9255.0, 9267.0, 9265.0, 9254.0, 9245.0, 9267.0, 9262.0, 9258.0, 9271.0, 9282.0, 9269.0, 9260.0, 9266.0, 9261.0, 9261.0, 9270.0, 9260.0, 9253.0, 9250.0, 9271.0, 9268.0, 9247.0, 9248.0, 9237.0, 9247.0, 9243.0, 9257.0, 9267.0, 9273.0, 9257.0, 9275.0, 9270.0, 9275.0, 9260.0, 9268.0, 9276.0, 9264.0, 9260.0, 9261.0, 9245.0, 9256.0, 9251.0, 9243.0, 9233.0, 9242.0, 9231.0, 9272.0, 9256.0, 9252.0, 9244.0, 9234.0, 9238.0, 9276.0, 9262.0, 9263.0, 9261.0, 9269.0, 9290.0, 9300.0, 9288.0, 9289.0, 9287.0, 9289.0, 9278.0, 9286.0, 9253.0, 9268.0, 9261.0, 9259.0, 9244.0, 9233.0, 9256.0, 9231.0, 9226.0, 9237.0, 9233.0, 9226.0, 9255.0, 9226.0, 9221.0, 9217.0, 9211.0, 9225.0, 9234.0, 9234.0, 9225.0, 9229.0, 9228.0, 9239.0, 9237.0, 9226.0, 9233.0, 9242.0, 9244.0, 9246.0, 9264.0, 9261.0, 9267.0, 9263.0, 9259.0, 9268.0, 9286.0, 9278.0, 9267.0, 9266.0, 9265.0, 9273.0, 9292.0, 9274.0, 9289.0, 9265.0, 9262.0, 9265.0, 9279.0, 9275.0, 9292.0, 9294.0, 9291.0, 9295.0, 9286.0, 9290.0, 9273.0, 9291.0, 9275.0, 9264.0, 9271.0, 9260.0, 9264.0, 9257.0, 9268.0, 9262.0, 9246.0, 9248.0, 9242.0, 9244.0, 9245.0, 9262.0, 9237.0, 9238.0, 9261.0, 9246.0, 9237.0, 9256.0, 9248.0, 9263.0, 9246.0, 9246.0, 9239.0, 9258.0, 9247.0, 9252.0, 9260.0, 9247.0, 9261.0, 9250.0, 9255.0, 9246.0, 9241.0, 9266.0, 9252.0, 9246.0, 9259.0, 9246.0, 9239.0, 9248.0, 9266.0, 9242.0, 9262.0, 9263.0, 9247.0, 9263.0, 9243.0, 9264.0, 9265.0, 9268.0, 9260.0, 9262.0, 9274.0, 9265.0, 9272.0, 9279.0, 9271.0, 9263.0, 9265.0, 9275.0, 9265.0, 9267.0, 9261.0, 9260.0, 9253.0, 9247.0, 9264.0, 9239.0, 9246.0, 9247.0, 9242.0, 9266.0, 9262.0, 9253.0, 9260.0, 9265.0, 9268.0, 9264.0, 9261.0, 9262.0, 9245.0, 9239.0, 9236.0, 9254.0, 9259.0, 9260.0, 9282.0, 9290.0, 9268.0, 9253.0, 9264.0, 9240.0, 9245.0, 9234.0, 9242.0, 9250.0, 9242.0, 9239.0, 9261.0, 9243.0, 9251.0, 9240.0, 9230.0, 9220.0, 9240.0, 9254.0, 9231.0, 9249.0, 9236.0, 9248.0, 9258.0, 9265.0, 9258.0, 9269.0, 9282.0, 9281.0, 9252.0, 9253.0, 9264.0, 9258.0, 9257.0, 9264.0, 9261.0, 9255.0, 9266.0, 9262.0, 9264.0, 9267.0, 9265.0, 9247.0, 9262.0, 9246.0, 9244.0, 9263.0, 9248.0, 9244.0, 9231.0, 9244.0, 9242.0, 9232.0, 9240.0, 9248.0, 9245.0, 9239.0, 9248.0, 9225.0, 9240.0, 9230.0, 9229.0, 9241.0, 9231.0, 9230.0, 9241.0, 9232.0, 9240.0, 9243.0, 9260.0, 9241.0, 9260.0, 9245.0, 9268.0, 9256.0, 9245.0, 9260.0, 9253.0, 9263.0, 9236.0, 9252.0, 9275.0, 9260.0, 9282.0, 9248.0, 9265.0, 9245.0, 9254.0, 9239.0, 9251.0, 9260.0, 9252.0, 9268.0, 9264.0, 9252.0, 9255.0, 9239.0, 9255.0, 9233.0, 9225.0, 9253.0, 9232.0, 9248.0, 9244.0, 9250.0, 9236.0, 9241.0, 9268.0, 9260.0, 9274.0, 9281.0, 9281.0, 9261.0, 9260.0, 9277.0, 9257.0, 9261.0, 9245.0, 9259.0, 9255.0, 9250.0, 9270.0, 9256.0, 9278.0, 9279.0, 9263.0, 9266.0, 9245.0, 9264.0, 9260.0, 9252.0, 9255.0, 9262.0, 9260.0, 9256.0, 9253.0, 9274.0, 9267.0, 9276.0, 9270.0, 9279.0, 9302.0, 9302.0, 9304.0, 9288.0, 9300.0, 9286.0, 9291.0, 9299.0, 9284.0, 9292.0, 9280.0, 9279.0, 9276.0, 9252.0, 9277.0, 9256.0, 9259.0, 9262.0, 9284.0, 9288.0, 9289.0, 9295.0, 9280.0, 9297.0, 9269.0, 9278.0, 9287.0, 9258.0, 9297.0, 9261.0, 9273.0, 9265.0, 9274.0, 9279.0, 9278.0, 9273.0, 9252.0, 9274.0, 9275.0, 9244.0, 9248.0, 9254.0, 9271.0, 9245.0, 9262.0, 9259.0, 9265.0, 9293.0, 9286.0, 9286.0, 9258.0, 9270.0, 9273.0, 9273.0, 9273.0, 9246.0, 9283.0, 9257.0, 9269.0, 9292.0, 9276.0, 9273.0, 9248.0, 9264.0, 9258.0, 9277.0, 9292.0, 9290.0, 9325.0, 9285.0, 9310.0, 9333.0, 9316.0, 9311.0, 9269.0, 9291.0, 9277.0, 9288.0, 9275.0, 9309.0, 9298.0, 9301.0, 9344.0, 9301.0, 9291.0, 9296.0, 9296.0, 9292.0, 9274.0, 9297.0, 9264.0, 9266.0, 9286.0, 9301.0, 9299.0, 9255.0, 9278.0, 9255.0, 9269.0, 9289.0, 9281.0, 9295.0, 9247.0, 9279.0, 9251.0, 9285.0, 9274.0, 9266.0, 9265.0, 9267.0, 9267.0, 9268.0, 9245.0, 9242.0, 9249.0, 9271.0, 9275.0, 9275.0, 9282.0, 9278.0, 9276.0, 9276.0, 9264.0, 9279.0, 9274.0, 9295.0, 9266.0, 9288.0, 9258.0, 9296.0, 9283.0, 9290.0, 9277.0, 9253.0, 9271.0, 9267.0, 9270.0, 9273.0, 9273.0, 9270.0, 9256.0, 9268.0, 9260.0, 9261.0, 9264.0, 9247.0, 9271.0, 9248.0, 9265.0, 9260.0, 9249.0, 9242.0, 9234.0, 9252.0, 9257.0, 9248.0, 9257.0, 9243.0, 9254.0, 9241.0, 9246.0, 9260.0, 9268.0, 9275.0, 9255.0, 9278.0, 9255.0, 9265.0, 9297.0, 9315.0, 9288.0, 9274.0, 9266.0, 9261.0, 9288.0, 9289.0, 9279.0, 9287.0, 9275.0, 9303.0, 9286.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.0017162702702702703</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023750700694980694</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.45642780853951</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1768639063369393</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0229599938639877</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4556</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7207.667</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09132190807087977</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.015444015444015</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4971316667981593</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4887633042996224</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.734457662078176</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.268174034016679</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00928711</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01879234053194523</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032145000994205475</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1295</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9371116492661886</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>30.3804</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2435</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.8341</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306530.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.7794</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3659</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.8709</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3437.0058</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3608.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70014.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1247.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4525.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.4013</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.05968957860023</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> |