=== 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-0131 --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-0131",
"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-0131_ses-04_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0131_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0131_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0131_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0131_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0131_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0131_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0131_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0131/ses-04/func/sub-0131_ses-04_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5b1f837ee06d2ec88055eb33cc974236</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>22:08:59.712500</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.9997, 0.00909937, -0.022745, -0.00837526, 0.999461, 0.0317309]</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0981308</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4211, -7795, -7255, 395, -163, 8, 1, 95]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.539</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dfa83d50-9f1f-4ccf-991d-599d30ad5968||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.682121753692627, -0.02247021347284317, -0.06215798854827881, 112.94325256347656], [-0.024412943050265312, 2.6814818382263184, 0.08513347059488297, -103.47917175292969], [-0.06102316454052925, -0.08513177186250687, 2.697941541671753, -67.73542022705078], [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, 1268]</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], 'AcquisitionTime': ['220859.712500', '220900.172500', '220900.632500', '220901.092500', '220901.552500', '220902.012500', '220902.472500', '220902.932500', '220903.392500', '220903.852500', '220904.312500', '220904.772500', '220905.232500', '220905.692500', '220906.152500', '220906.612500', '220907.072500', '220907.532500', '220907.992500', '220908.452500', '220908.912500', '220909.372500', '220909.832500', '220910.292500', '220910.752500', '220911.212500', '220911.672500', '220912.132500', '220912.592500', '220913.052500', '220913.512500', '220913.972500', '220914.432500', '220914.892500', '220915.352500', '220915.812500', '220916.272500', '220916.732500', '220917.192500', '220917.652500', '220918.112500', '220918.572500', '220919.032500', '220919.492500', '220919.952500', '220920.412500', '220920.872500', '220921.332500', '220921.792500', '220922.252500', '220922.712500', '220923.172500', '220923.632500', '220924.092500', '220924.552500', '220925.012500', '220925.472500', '220925.932500', '220926.392500', '220926.852500', '220927.312500', '220927.772500', '220928.232500', '220928.692500', '220929.152500', '220929.612500', '220930.072500', '220930.532500', '220930.992500', '220931.452500', '220931.912500', '220932.372500', '220932.832500', '220933.292500', '220933.752500', '220934.212500', '220934.672500', '220935.132500', '220935.592500', '220936.052500', '220936.512500', '220936.972500', '220937.432500', '220937.892500', '220938.352500', '220938.812500', '220939.272500', '220939.732500', '220940.192500', '220940.652500', '220941.112500', '220941.572500', '220942.032500', '220942.492500', '220942.952500', '220943.412500', '220943.872500', '220944.332500', '220944.792500', '220945.252500', '220945.712500', '220946.172500', '220946.632500', '220947.092500', '220947.552500', '220948.012500', '220948.472500', '220948.932500', '220949.392500', '220949.852500', '220950.312500', '220950.772500', '220951.232500', '220951.692500', '220952.152500', '220952.612500', '220953.072500', '220953.532500', '220953.992500', '220954.452500', '220954.912500', '220955.372500', '220955.832500', '220956.292500', '220956.752500', '220957.212500', '220957.672500', '220958.132500', '220958.592500', '220959.052500', '220959.512500', '220959.972500', '221000.432500', '221000.892500', '221001.352500', '221001.812500', '221002.272500', '221002.732500', '221003.192500', '221003.652500', '221004.112500', '221004.572500', '221005.032500', '221005.492500', '221005.952500', '221006.412500', '221006.872500', '221007.332500', '221007.792500', '221008.252500', '221008.712500', '221009.172500', '221009.632500', '221010.092500', '221010.552500', '221011.012500', '221011.472500', '221011.932500', '221012.392500', '221012.852500', '221013.312500', '221013.772500', '221014.232500', '221014.692500', '221015.152500', '221015.612500', '221016.072500', '221016.532500', '221016.992500', '221017.452500', '221017.912500', '221018.372500', '221018.832500', '221019.292500', '221019.752500', '221020.212500', '221020.672500', '221021.132500', '221021.592500', '221022.052500', '221022.512500', '221022.972500', '221023.432500', '221023.892500', '221024.352500', '221024.812500', '221025.272500', '221025.732500', '221026.192500', '221026.652500', '221027.112500', '221027.572500', '221028.032500', '221028.492500', '221028.952500', '221029.412500', '221029.872500', '221030.332500', '221030.792500', '221031.252500', '221031.712500', '221032.172500', '221032.632500', '221033.092500', '221033.552500', '221034.012500', '221034.472500', '221034.932500', '221035.392500', '221035.852500', '221036.312500', '221036.772500', '221037.232500', '221037.692500', '221038.152500', '221038.612500', '221039.072500', '221039.532500', '221039.992500', '221040.452500', '221040.912500', '221041.372500', '221041.832500', '221042.292500', '221042.752500', '221043.212500', '221043.672500', '221044.132500', '221044.592500', '221045.052500', '221045.512500', '221045.972500', '221046.432500', '221046.892500', '221047.352500', '221047.812500', '221048.272500', '221048.732500', '221049.192500', '221049.652500', '221050.112500', '221050.572500', '221051.032500', '221051.492500', '221051.952500', '221052.412500', '221052.872500', '221053.332500', '221053.792500', '221054.252500', '221054.712500', '221055.172500', '221055.632500', '221056.092500', '221056.552500', '221057.012500', '221057.472500', '221057.932500', '221058.392500', '221058.852500', '221059.312500', '221059.772500', '221100.232500', '221100.692500', '221101.152500', '221101.612500', '221102.072500', '221102.532500', '221102.992500', '221103.452500', '221103.912500', '221104.372500', '221104.832500', '221105.292500', '221105.752500', '221106.212500', '221106.672500', '221107.132500', '221107.592500', '221108.052500', '221108.512500', '221108.972500', '221109.432500', '221109.892500', '221110.352500', '221110.812500', '221111.272500', '221111.732500', '221112.192500', '221112.652500', '221113.112500', '221113.572500', '221114.032500', '221114.492500', '221114.952500', '221115.412500', '221115.872500', '221116.332500', '221116.792500', '221117.252500', '221117.712500', '221118.172500', '221118.632500', '221119.092500', '221119.552500', '221120.012500', '221120.472500', '221120.932500', '221121.392500', '221121.852500', '221122.312500', '221122.772500', '221123.232500', '221123.692500', '221124.152500', '221124.612500', '221125.072500', '221125.532500', '221125.992500', '221126.452500', '221126.912500', '221127.372500', '221127.832500', '221128.292500', '221128.752500', '221129.212500', '221129.672500', '221130.132500', '221130.592500', '221131.052500', '221131.512500', '221131.972500', '221132.432500', '221132.892500', '221133.352500', '221133.812500', '221134.272500', '221134.732500', '221135.192500', '221135.652500', '221136.112500', '221136.572500', '221137.032500', '221137.492500', '221137.952500', '221138.412500', '221138.872500', '221139.332500', '221139.792500', '221140.252500', '221140.712500', '221141.172500', '221141.632500', '221142.092500', '221142.552500', '221143.012500', '221143.472500', '221143.932500', '221144.392500', '221144.852500', '221145.312500', '221145.772500', '221146.232500', '221146.692500', '221147.152500', '221147.612500', '221148.072500', '221148.532500', '221148.992500', '221149.452500', '221149.912500', '221150.372500', '221150.832500', '221151.292500', '221151.752500', '221152.212500', '221152.672500', '221153.132500', '221153.592500', '221154.052500', '221154.512500', '221154.972500', '221155.432500', '221155.892500', '221156.352500', '221156.812500', '221157.272500', '221157.732500', '221158.192500', '221158.652500', '221159.112500', '221159.572500', '221200.032500', '221200.492500', '221200.952500', '221201.412500', '221201.872500', '221202.332500', '221202.792500', '221203.252500', '221203.712500', '221204.172500', '221204.632500', '221205.092500', '221205.552500', '221206.012500', '221206.472500', '221206.932500', '221207.392500', '221207.852500', '221208.312500', '221208.772500', '221209.232500', '221209.692500', '221210.152500', '221210.612500', '221211.072500', '221211.532500', '221211.992500', '221212.452500', '221212.912500', '221213.372500', '221213.832500', '221214.292500', '221214.752500', '221215.212500', '221215.672500', '221216.132500', '221216.592500', '221217.052500', '221217.512500', '221217.972500', '221218.432500', '221218.892500', '221219.352500', '221219.812500', '221220.272500', '221220.732500', '221221.192500', '221221.652500', '221222.112500', '221222.572500', '221223.032500', '221223.492500', '221223.952500', '221224.412500', '221224.872500', '221225.332500', '221225.792500', '221226.252500', '221226.712500', '221227.172500', '221227.632500', '221228.092500', '221228.552500', '221229.012500', '221229.472500', '221229.932500', '221230.392500', '221230.852500', '221231.312500', '221231.772500', '221232.232500', '221232.692500', '221233.152500', '221233.612500', '221234.072500', '221234.532500', '221234.992500', '221235.452500', '221235.912500', '221236.372500', '221236.832500', '221237.292500', '221237.752500', '221238.212500', '221238.672500', '221239.132500', '221239.592500', '221240.052500', '221240.512500', '221240.972500', '221241.432500', '221241.892500', '221242.352500', '221242.812500', '221243.272500', '221243.732500', '221244.192500', '221244.652500', '221245.112500', '221245.572500', '221246.032500', '221246.492500', '221246.952500', '221247.412500', '221247.872500', '221248.332500', '221248.792500', '221249.252500', '221249.712500', '221250.172500', '221250.632500', '221251.092500', '221251.552500', '221252.012500', '221252.472500', '221252.932500', '221253.392500', '221253.852500', '221254.312500', '221254.772500', '221255.232500', '221255.692500', '221256.152500', '221256.612500', '221257.072500', '221257.532500', '221257.992500', '221258.452500', '221258.912500', '221259.372500', '221259.832500', '221300.292500', '221300.752500', '221301.212500', '221301.672500', '221302.132500', '221302.592500', '221303.052500', '221303.512500', '221303.972500', '221304.432500', '221304.892500', '221305.352500', '221305.812500', '221306.272500', '221306.732500', '221307.192500', '221307.652500', '221308.112500', '221308.572500', '221309.032500', '221309.492500', '221309.952500', '221310.412500', '221310.872500', '221311.332500', '221311.792500', '221312.252500', '221312.712500', '221313.172500', '221313.632500', '221314.092500', '221314.552500', '221315.012500', '221315.472500', '221315.932500', '221316.392500', '221316.852500', '221317.312500', '221317.772500', '221318.232500', '221318.692500', '221319.152500', '221319.612500', '221320.072500', '221320.532500', '221320.992500', '221321.452500', '221321.912500', '221322.372500', '221322.832500', '221323.292500', '221323.752500', '221324.212500', '221324.672500', '221325.132500', '221325.592500', '221326.052500', '221326.512500', '221326.972500', '221327.432500', '221327.892500', '221328.352500', '221328.812500', '221329.272500', '221329.732500', '221330.192500', '221330.652500', '221331.112500', '221331.572500', '221332.032500', '221332.492500', '221332.952500', '221333.412500', '221333.872500', '221334.332500', '221334.792500', '221335.252500', '221335.712500', '221336.172500', '221336.632500', '221337.092500', '221337.552500', '221338.012500', '221338.472500', '221338.932500', '221339.392500', '221339.852500', '221340.312500', '221340.772500', '221341.232500', '221341.692500', '221342.152500', '221342.612500', '221343.072500', '221343.532500', '221343.992500', '221344.452500', '221344.912500', '221345.372500', '221345.832500', '221346.292500', '221346.752500', '221347.212500', '221347.672500', '221348.132500', '221348.592500', '221349.052500', '221349.512500', '221349.972500', '221350.432500', '221350.892500', '221351.352500', '221351.812500', '221352.272500', '221352.732500', '221353.192500', '221353.652500', '221354.112500', '221354.572500', '221355.032500', '221355.492500', '221355.952500', '221356.412500', '221356.872500', '221357.332500', '221357.792500', '221358.252500', '221358.712500', '221359.172500', '221359.632500', '221400.092500', '221400.552500', '221401.012500', '221401.472500', '221401.932500', '221402.392500', '221402.852500', '221403.312500', '221403.772500', '221404.232500', '221404.692500', '221405.152500', '221405.612500', '221406.072500', '221406.532500', '221406.992500', '221407.452500', '221407.912500', '221408.372500', '221408.832500', '221409.292500', '221409.752500', '221410.212500', '221410.672500', '221411.132500', '221411.592500', '221412.052500', '221412.512500', '221412.972500', '221413.432500', '221413.892500', '221414.352500', '221414.812500', '221415.272500', '221415.732500', '221416.192500', '221416.652500', '221417.112500', '221417.572500', '221418.032500', '221418.492500', '221418.952500', '221419.412500', '221419.872500', '221420.332500', '221420.792500', '221421.252500', '221421.712500', '221422.172500', '221422.632500', '221423.092500', '221423.552500', '221424.012500', '221424.472500', '221424.932500', '221425.392500', '221425.852500', '221426.312500', '221426.772500', '221427.232500', '221427.692500', '221428.152500', '221428.612500', '221429.072500', '221429.532500', '221429.992500', '221430.452500', '221430.912500', '221431.372500', '221431.832500', '221432.292500', '221432.752500', '221433.212500', '221433.672500', '221434.132500', '221434.592500', '221435.052500', '221435.512500', '221435.972500', '221436.432500', '221436.892500', '221437.352500', '221437.812500', '221438.272500', '221438.732500', '221439.192500', '221439.652500', '221440.112500', '221440.572500', '221441.032500', '221441.492500', '221441.952500', '221442.412500', '221442.872500', '221443.332500', '221443.792500', '221444.252500', '221444.712500', '221445.172500', '221445.632500', '221446.092500', '221446.552500', '221447.012500', '221447.472500', '221447.932500', '221448.392500', '221448.852500', '221449.312500', '221449.772500', '221450.232500', '221450.692500', '221451.152500', '221451.612500', '221452.072500', '221452.532500', '221452.992500', '221453.452500', '221453.912500', '221454.372500', '221454.832500', '221455.292500', '221455.752500', '221456.212500', '221456.672500', '221457.132500', '221457.592500', '221458.052500', '221458.512500', '221458.972500', '221459.432500', '221459.892500', '221500.352500', '221500.812500', '221501.272500', '221501.732500', '221502.192500', '221502.652500', '221503.112500', '221503.572500', '221504.032500', '221504.492500', '221504.952500', '221505.412500', '221505.872500', '221506.332500', '221506.792500', '221507.252500', '221507.712500', '221508.172500', '221508.632500', '221509.092500', '221509.552500', '221510.012500', '221510.472500', '221510.932500', '221511.392500', '221511.852500', '221512.312500', '221512.772500', '221513.232500', '221513.692500', '221514.152500', '221514.612500', '221515.072500', '221515.532500', '221515.992500', '221516.452500', '221516.912500', '221517.372500', '221517.832500', '221518.292500', '221518.752500', '221519.212500', '221519.672500', '221520.132500', '221520.592500', '221521.052500', '221521.512500', '221521.972500', '221522.432500', '221522.892500', '221523.352500', '221523.812500', '221524.272500', '221524.732500', '221525.192500', '221525.652500', '221526.112500', '221526.572500', '221527.032500', '221527.492500', '221527.952500', '221528.412500', '221528.872500', '221529.332500', '221529.792500', '221530.252500', '221530.712500', '221531.172500', '221531.632500', '221532.092500', '221532.552500', '221533.012500', '221533.472500', '221533.932500', '221534.392500', '221534.852500', '221535.312500', '221535.772500', '221536.232500', '221536.692500', '221537.152500', '221537.612500', '221538.072500', '221538.532500', '221538.992500', '221539.452500', '221539.912500', '221540.372500', '221540.832500', '221541.292500', '221541.752500', '221542.212500', '221542.672500', '221543.132500', '221543.592500', '221544.052500', '221544.512500', '221544.972500', '221545.432500', '221545.892500', '221546.352500', '221546.812500', '221547.272500', '221547.732500', '221548.192500', '221548.652500', '221549.112500', '221549.572500', '221550.032500', '221550.492500', '221550.952500', '221551.412500', '221551.872500', '221552.332500', '221552.792500', '221553.252500', '221553.712500', '221554.172500', '221554.632500', '221555.092500', '221555.552500', '221556.012500', '221556.472500', '221556.932500', '221557.392500', '221557.852500', '221558.312500', '221558.772500', '221559.232500', '221559.692500', '221600.152500', '221600.612500', '221601.072500', '221601.532500', '221601.992500', '221602.452500', '221602.912500', '221603.372500', '221603.832500', '221604.292500', '221604.752500', '221605.212500', '221605.672500', '221606.132500', '221606.592500', '221607.052500', '221607.512500', '221607.972500', '221608.432500', '221608.892500', '221609.352500', '221609.812500', '221610.272500', '221610.732500', '221611.192500', '221611.652500', '221612.112500', '221612.572500', '221613.032500', '221613.492500', '221613.952500', '221614.412500', '221614.872500', '221615.332500', '221615.792500', '221616.252500', '221616.712500', '221617.172500', '221617.632500', '221618.092500', '221618.552500', '221619.012500', '221619.472500', '221619.932500', '221620.392500', '221620.852500', '221621.312500', '221621.772500', '221622.232500', '221622.692500', '221623.152500', '221623.612500', '221624.072500', '221624.532500', '221624.992500', '221625.452500', '221625.912500', '221626.372500', '221626.832500', '221627.292500', '221627.752500', '221628.212500', '221628.672500', '221629.132500', '221629.592500', '221630.052500', '221630.512500', '221630.972500', '221631.432500', '221631.892500', '221632.352500', '221632.812500', '221633.272500', '221633.732500', '221634.192500', '221634.652500', '221635.112500', '221635.572500', '221636.032500', '221636.492500', '221636.952500', '221637.412500', '221637.872500', '221638.332500', '221638.792500', '221639.252500', '221639.712500', '221640.172500', '221640.632500', '221641.092500', '221641.552500', '221642.012500', '221642.472500', '221642.932500', '221643.392500', '221643.852500', '221644.312500', '221644.772500', '221645.232500', '221645.692500', '221646.152500', '221646.612500', '221647.072500', '221647.532500', '221647.992500', '221648.452500', '221648.912500', '221649.372500', '221649.832500', '221650.292500', '221650.752500', '221651.212500', '221651.672500', '221652.132500', '221652.592500', '221653.052500', '221653.512500', '221653.972500', '221654.432500', '221654.892500', '221655.352500', '221655.812500', '221656.272500', '221656.732500', '221657.192500', '221657.652500', '221658.112500', '221658.572500', '221659.032500', '221659.492500', '221659.952500', '221700.412500', '221700.872500', '221701.332500', '221701.792500', '221702.252500', '221702.712500', '221703.172500', '221703.632500', '221704.092500', '221704.552500', '221705.012500', '221705.472500', '221705.932500', '221706.392500', '221706.852500', '221707.312500', '221707.772500', '221708.232500', '221708.692500', '221709.152500', '221709.612500', '221710.072500', '221710.532500', '221710.992500', '221711.452500', '221711.912500', '221712.372500', '221712.832500', '221713.292500', '221713.752500', '221714.212500', '221714.672500', '221715.132500', '221715.592500', '221716.052500', '221716.512500', '221716.972500', '221717.432500', '221717.892500', '221718.352500', '221718.812500', '221719.272500', '221719.732500', '221720.192500', '221720.652500', '221721.112500', '221721.572500', '221722.032500', '221722.492500', '221722.952500', '221723.412500', '221723.872500', '221724.332500', '221724.792500', '221725.252500', '221725.712500', '221726.172500', '221726.632500', '221727.092500', '221727.552500', '221728.012500', '221728.472500', '221728.932500', '221729.392500', '221729.852500', '221730.312500', '221730.772500', '221731.232500', '221731.692500', '221732.152500', '221732.612500', '221733.072500', '221733.532500', '221733.992500', '221734.452500', '221734.912500', '221735.372500', '221735.832500', '221736.292500', '221736.752500', '221737.212500', '221737.672500', '221738.132500', '221738.592500', '221739.052500', '221739.512500', '221739.972500', '221740.432500', '221740.892500', '221741.352500', '221741.812500', '221742.272500', '221742.732500', '221743.192500', '221743.652500', '221744.112500', '221744.572500', '221745.032500', '221745.492500', '221745.952500', '221746.412500', '221746.872500', '221747.332500', '221747.792500', '221748.252500', '221748.712500', '221749.172500', '221749.632500', '221750.092500', '221750.552500', '221751.012500', '221751.472500', '221751.932500', '221752.392500', '221752.852500', '221753.312500', '221753.772500', '221754.232500', '221754.692500', '221755.152500', '221755.612500', '221756.072500', '221756.532500', '221756.992500', '221757.452500', '221757.912500', '221758.372500', '221758.832500', '221759.292500', '221759.752500', '221800.212500', '221800.672500', '221801.132500', '221801.592500', '221802.052500', '221802.512500', '221802.972500', '221803.432500', '221803.892500', '221804.352500', '221804.812500', '221805.272500', '221805.732500', '221806.192500', '221806.652500', '221807.112500', '221807.572500', '221808.032500', '221808.492500', '221808.952500', '221809.412500', '221809.872500', '221810.332500', '221810.792500', '221811.252500', '221811.712500', '221812.172500', '221812.632500', '221813.092500', '221813.552500', '221814.012500', '221814.472500', '221814.932500', '221815.392500', '221815.852500', '221816.312500', '221816.772500', '221817.232500', '221817.692500', '221818.152500', '221818.612500', '221819.072500', '221819.532500', '221819.992500', '221820.452500', '221820.912500', '221821.372500', '221821.832500', '221822.292500', '221822.752500', '221823.212500', '221823.672500', '221824.132500', '221824.592500', '221825.052500', '221825.512500', '221825.972500', '221826.432500', '221826.892500', '221827.352500', '221827.812500', '221828.272500', '221828.732500', '221829.192500', '221829.652500', '221830.112500', '221830.572500', '221831.032500', '221831.492500', '221831.952500', '221832.412500', '221832.872500', '221833.332500', '221833.792500', '221834.252500', '221834.712500', '221835.172500', '221835.632500', '221836.092500', '221836.552500', '221837.012500', '221837.472500', '221837.932500', '221838.392500', '221838.852500', '221839.312500', '221839.772500', '221840.232500', '221840.692500', '221841.152500', '221841.612500', '221842.072500', '221842.532500'], 'ContentTime': ['220930.004000', '220930.007000', '220930.010000', '220930.013000', '220930.015000', '220930.018000', '220930.020000', '220930.023000', '220930.025000', '220930.028000', '220930.030000', '220930.033000', '220930.036000', '220930.038000', '220930.041000', '220930.043000', '220930.046000', '220930.048000', '220930.051000', '220930.054000', '220930.056000', '220930.059000', '220930.061000', '220930.064000', '220930.069000', '220930.071000', '220930.074000', '220930.077000', '220930.079000', '220930.082000', '220930.084000', '220930.087000', '220930.090000', '220930.092000', '220930.095000', '220930.097000', '220930.100000', '220930.102000', '220930.111000', '220930.113000', '220930.116000', '220930.118000', '220930.121000', '220930.124000', '220930.126000', '220930.129000', '220930.131000', '220930.134000', '220930.136000', '220930.139000', '220930.141000', '220930.144000', '220930.147000', '220930.149000', '220930.152000', '220930.154000', '220930.157000', '220930.159000', '220930.162000', '220930.164000', '220930.167000', '220930.169000', '220949.958000', '220949.961000', '220949.964000', '220949.966000', '220949.969000', '220949.972000', '220949.974000', '220949.977000', '220949.979000', '220949.982000', '220949.984000', '220949.987000', '220949.989000', '220949.992000', '220949.995000', '220949.997000', '220950.001000', '220950.003000', '220950.006000', '220950.008000', '220950.011000', '220950.014000', '220950.016000', '220950.019000', '220950.021000', '220950.024000', '220950.027000', '220950.029000', '220950.032000', '220950.034000', '220950.037000', '220950.039000', '220950.042000', '220950.045000', '220950.047000', '220950.050000', '220950.052000', '220950.055000', '220950.057000', '220950.060000', '220950.062000', '220950.065000', '220950.068000', '220950.070000', '221009.958000', '221009.961000', '221009.964000', '221009.966000', '221009.969000', '221009.971000', '221009.974000', '221009.977000', '221009.979000', '221009.982000', '221009.984000', '221009.987000', '221009.989000', '221009.992000', '221009.995000', '221009.997000', '221010.001000', '221010.004000', '221010.006000', '221010.009000', '221010.011000', '221010.014000', '221010.016000', '221010.019000', '221010.022000', '221010.024000', '221010.027000', '221010.029000', '221010.032000', '221010.034000', '221010.037000', '221010.040000', '221010.042000', '221010.045000', '221010.047000', '221010.050000', '221010.052000', '221010.055000', '221010.058000', '221010.060000', '221010.063000', '221010.065000', '221010.068000', '221029.960000', '221029.962000', '221029.965000', '221029.967000', '221029.970000', '221029.973000', '221029.975000', '221029.978000', '221029.981000', '221029.983000', '221029.986000', '221029.988000', '221029.991000', '221029.993000', '221029.996000', '221030.000000', '221030.002000', '221030.005000', '221030.007000', '221030.010000', '221030.013000', '221030.015000', '221030.018000', '221030.021000', '221030.023000', '221030.026000', '221030.028000', '221030.031000', '221030.033000', '221030.036000', '221030.038000', '221030.041000', '221030.044000', '221030.046000', '221030.049000', '221030.052000', '221030.054000', '221030.057000', '221030.059000', '221030.062000', '221030.064000', '221030.067000', '221030.069000', '221030.072000', '221049.960000', '221049.962000', '221049.969000', '221049.972000', '221049.975000', '221049.977000', '221049.980000', '221049.983000', '221049.985000', '221049.988000', '221049.991000', '221049.994000', '221049.996000', '221050.000000', '221050.002000', '221050.005000', '221050.008000', '221050.010000', '221050.048000', '221050.050000', '221050.053000', '221050.055000', '221050.058000', '221050.061000', '221050.063000', '221050.066000', '221050.068000', '221050.071000', '221050.073000', '221050.076000', '221050.079000', '221050.081000', '221050.084000', '221050.087000', '221050.089000', '221050.092000', '221050.094000', '221050.097000', '221050.099000', '221050.102000', '221050.105000', '221050.107000', '221050.110000', '221109.959000', '221109.962000', '221109.965000', '221109.968000', '221109.970000', '221109.973000', '221109.976000', '221109.978000', '221109.981000', '221109.983000', '221109.986000', '221109.989000', '221109.992000', '221109.995000', '221109.997000', '221110.001000', '221110.004000', '221110.006000', '221110.009000', '221110.012000', '221110.014000', '221110.017000', '221110.020000', '221110.022000', '221110.025000', '221110.027000', '221110.030000', '221110.033000', '221110.035000', '221110.038000', '221110.040000', '221110.043000', '221110.046000', '221110.048000', '221110.051000', '221110.054000', '221110.056000', '221110.059000', '221110.061000', '221110.064000', '221110.067000', '221110.069000', '221110.072000', '221110.074000', '221129.959000', '221129.962000', '221129.965000', '221129.968000', '221129.970000', '221129.973000', '221129.975000', '221129.978000', '221129.981000', '221129.983000', '221129.986000', '221129.988000', '221129.991000', '221129.994000', '221129.996000', '221130.000000', '221130.002000', '221130.005000', '221130.008000', '221130.010000', '221130.013000', '221130.015000', '221130.018000', '221130.021000', '221130.023000', '221130.026000', '221130.028000', '221130.031000', '221130.033000', '221130.036000', '221130.039000', '221130.041000', '221130.044000', '221130.046000', '221130.049000', '221130.052000', '221130.054000', '221130.057000', '221130.059000', '221130.062000', '221130.065000', '221130.067000', '221130.070000', '221149.959000', '221149.962000', '221149.965000', '221149.968000', '221149.970000', '221149.973000', '221149.976000', '221149.983000', '221149.986000', '221149.988000', '221149.991000', '221149.993000', '221149.996000', '221150.000000', '221150.003000', '221150.005000', '221150.008000', '221150.010000', '221150.013000', '221150.016000', '221150.018000', '221150.021000', '221150.024000', '221150.026000', '221150.029000', '221150.031000', '221150.034000', '221150.037000', '221150.039000', '221150.042000', '221150.044000', '221150.047000', '221150.050000', '221150.052000', '221150.055000', '221150.057000', '221150.060000', '221150.063000', '221150.065000', '221150.068000', '221150.070000', '221150.073000', '221150.076000', '221150.078000', '221209.958000', '221209.961000', '221209.964000', '221209.966000', '221209.970000', '221209.972000', '221209.975000', '221209.978000', '221209.980000', '221209.983000', '221209.985000', '221209.988000', '221209.991000', '221209.993000', '221209.996000', '221210.000000', '221210.002000', '221210.005000', '221210.008000', '221210.010000', '221210.013000', '221210.016000', '221210.018000', '221210.021000', '221210.023000', '221210.026000', '221210.029000', '221210.031000', '221210.034000', '221210.037000', '221210.039000', '221210.042000', '221210.045000', '221210.047000', '221210.050000', '221210.052000', '221210.055000', '221210.058000', '221210.060000', '221210.063000', '221210.065000', '221210.068000', '221210.071000', '221229.970000', '221229.974000', '221229.977000', '221229.981000', '221229.984000', '221229.988000', '221229.991000', '221229.994000', '221229.996000', '221229.999000', '221230.001000', '221230.004000', '221230.007000', '221230.009000', '221230.012000', '221230.015000', '221230.017000', '221230.020000', '221230.023000', '221230.025000', '221230.028000', '221230.031000', '221230.034000', '221230.036000', '221230.039000', '221230.041000', '221230.044000', '221230.047000', '221230.049000', '221230.052000', '221230.055000', '221230.057000', '221230.060000', '221230.062000', '221230.065000', '221230.068000', '221230.070000', '221230.073000', '221230.075000', '221230.078000', '221230.081000', '221230.083000', '221230.086000', '221249.960000', '221249.963000', '221249.965000', '221249.968000', '221249.971000', '221249.973000', '221249.976000', '221249.978000', '221249.981000', '221249.984000', '221249.986000', '221249.989000', '221249.991000', '221249.994000', '221249.997000', '221250.000000', '221250.003000', '221250.006000', '221250.008000', '221250.011000', '221250.014000', '221250.016000', '221250.019000', '221250.021000', '221250.024000', '221250.027000', '221250.029000', '221250.032000', '221250.038000', '221250.041000', '221250.043000', '221250.046000', '221250.049000', '221250.051000', '221250.054000', '221250.057000', '221250.059000', '221250.062000', '221250.064000', '221250.067000', '221250.070000', '221250.072000', '221250.075000', '221250.078000', '221309.959000', '221309.971000', '221309.973000', '221309.976000', '221309.978000', '221309.981000', '221309.983000', '221309.986000', '221309.989000', '221309.991000', '221309.994000', '221309.996000', '221310.000000', '221310.003000', '221310.005000', '221310.008000', '221310.011000', '221310.013000', '221310.016000', '221310.018000', '221310.021000', '221310.023000', '221310.026000', '221310.029000', '221310.031000', '221310.034000', '221310.036000', '221310.039000', '221310.042000', '221310.044000', '221310.047000', '221310.049000', '221310.052000', '221310.055000', '221310.057000', '221310.060000', '221310.062000', '221310.065000', '221310.067000', '221310.070000', '221310.073000', '221310.075000', '221310.078000', '221310.081000', '221329.960000', '221329.963000', '221329.966000', '221329.968000', '221329.971000', '221329.973000', '221329.977000', '221329.979000', '221329.982000', '221329.984000', '221329.987000', '221329.989000', '221329.992000', '221329.995000', '221329.997000', '221330.001000', '221330.003000', '221330.006000', '221330.009000', '221330.011000', '221330.014000', '221330.016000', '221330.019000', '221330.021000', '221330.024000', '221330.026000', '221330.029000', '221330.032000', '221330.034000', '221330.037000', '221330.039000', '221330.042000', '221330.045000', '221330.047000', '221330.050000', '221330.052000', '221330.055000', '221330.057000', '221330.060000', '221330.063000', '221330.065000', '221330.068000', '221330.070000', '221349.959000', '221349.962000', '221349.965000', '221349.967000', '221349.970000', '221349.973000', '221349.975000', '221349.978000', '221349.980000', '221349.983000', '221349.985000', '221349.988000', '221349.991000', '221349.993000', '221349.996000', '221349.998000', '221350.002000', '221350.005000', '221350.007000', '221350.010000', '221350.012000', '221350.015000', '221350.017000', '221350.021000', '221350.024000', '221350.037000', '221350.039000', '221350.042000', '221350.044000', '221350.047000', '221350.050000', '221350.052000', '221350.055000', '221350.057000', '221350.060000', '221350.062000', '221350.065000', '221350.068000', '221350.070000', '221350.073000', '221350.076000', '221350.079000', '221350.081000', '221409.960000', '221409.963000', '221409.965000', '221409.968000', '221409.970000', '221409.973000', '221409.976000', '221409.978000', '221409.981000', '221409.984000', '221409.986000', '221409.989000', '221409.992000', '221409.994000', '221409.997000', '221410.000000', '221410.003000', '221410.006000', '221410.008000', '221410.011000', '221410.013000', '221410.016000', '221410.018000', '221410.021000', '221410.024000', '221410.026000', '221410.029000', '221410.032000', '221410.034000', '221410.037000', '221410.039000', '221410.042000', '221410.044000', '221410.047000', '221410.050000', '221410.052000', '221410.055000', '221410.057000', '221410.060000', '221410.063000', '221410.065000', '221410.068000', '221410.070000', '221410.073000', '221429.959000', '221429.961000', '221429.964000', '221429.967000', '221429.969000', '221429.972000', '221429.974000', '221429.977000', '221429.979000', '221429.982000', '221429.985000', '221429.987000', '221429.990000', '221429.992000', '221429.995000', '221429.998000', '221430.001000', '221430.004000', '221430.006000', '221430.009000', '221430.011000', '221430.014000', '221430.017000', '221430.019000', '221430.022000', '221430.024000', '221430.027000', '221430.029000', '221430.032000', '221430.035000', '221430.038000', '221430.040000', '221430.045000', '221430.048000', '221430.050000', '221430.053000', '221430.055000', '221430.058000', '221430.061000', '221430.063000', '221430.066000', '221430.068000', '221430.071000', '221449.960000', '221449.962000', '221449.965000', '221449.967000', '221449.970000', '221449.973000', '221449.975000', '221449.978000', '221449.980000', '221449.983000', '221449.985000', '221449.988000', '221449.990000', '221449.993000', '221449.996000', '221449.998000', '221450.001000', '221450.003000', '221450.006000', '221450.009000', '221450.011000', '221450.014000', '221450.016000', '221450.019000', '221450.021000', '221450.024000', '221450.027000', '221450.029000', '221450.032000', '221450.034000', '221450.037000', '221450.039000', '221450.042000', '221450.044000', '221450.047000', '221450.050000', '221450.052000', '221450.055000', '221450.057000', '221450.060000', '221450.062000', '221450.065000', '221450.068000', '221450.070000', '221509.960000', '221509.962000', '221509.965000', '221509.968000', '221509.970000', '221509.973000', '221509.975000', '221509.978000', '221509.981000', '221509.983000', '221509.986000', '221509.988000', '221509.991000', '221509.993000', '221509.996000', '221510.000000', '221510.002000', '221510.005000', '221510.007000', '221510.010000', '221510.012000', '221510.015000', '221510.018000', '221510.020000', '221510.023000', '221510.026000', '221510.028000', '221510.031000', '221510.034000', '221510.036000', '221510.039000', '221510.042000', '221510.044000', '221510.047000', '221510.049000', '221510.054000', '221510.057000', '221510.060000', '221510.062000', '221510.065000', '221510.068000', '221510.070000', '221510.073000', '221529.959000', '221529.962000', '221529.965000', '221529.967000', '221529.970000', '221529.973000', '221529.975000', '221529.978000', '221529.980000', '221529.983000', '221529.986000', '221529.988000', '221529.991000', '221529.993000', '221529.996000', '221530.000000', '221530.002000', '221530.005000', '221530.007000', '221530.010000', '221530.013000', '221530.015000', '221530.018000', '221530.021000', '221530.023000', '221530.026000', '221530.028000', '221530.031000', '221530.034000', '221530.036000', '221530.039000', '221530.041000', '221530.044000', '221530.047000', '221530.049000', '221530.052000', '221530.054000', '221530.057000', '221530.060000', '221530.062000', '221530.065000', '221530.067000', '221530.070000', '221530.073000', '221549.959000', '221549.969000', '221549.971000', '221549.974000', '221549.977000', '221549.979000', '221549.982000', '221549.984000', '221549.987000', '221549.990000', '221549.992000', '221549.995000', '221549.997000', '221550.001000', '221550.003000', '221550.006000', '221550.009000', '221550.011000', '221550.014000', '221550.016000', '221550.019000', '221550.022000', '221550.024000', '221550.027000', '221550.029000', '221550.032000', '221550.035000', '221550.037000', '221550.040000', '221550.042000', '221550.045000', '221550.047000', '221550.050000', '221550.052000', '221550.055000', '221550.058000', '221550.060000', '221550.063000', '221550.065000', '221550.068000', '221550.071000', '221550.073000', '221550.076000', '221609.960000', '221609.962000', '221609.965000', '221609.968000', '221609.970000', '221609.973000', '221609.976000', '221609.978000', '221609.981000', '221609.983000', '221609.986000', '221609.988000', '221609.991000', '221609.994000', '221609.996000', '221610.000000', '221610.002000', '221610.005000', '221610.008000', '221610.010000', '221610.013000', '221610.015000', '221610.018000', '221610.021000', '221610.023000', '221610.026000', '221610.028000', '221610.031000', '221610.033000', '221610.036000', '221610.039000', '221610.041000', '221610.044000', '221610.046000', '221610.049000', '221610.052000', '221610.054000', '221610.057000', '221610.059000', '221610.062000', '221610.064000', '221610.067000', '221610.070000', '221610.072000', '221629.959000', '221629.962000', '221629.965000', '221629.967000', '221629.970000', '221629.973000', '221629.975000', '221629.978000', '221629.980000', '221629.983000', '221629.985000', '221629.988000', '221629.991000', '221629.993000', '221629.996000', '221629.998000', '221630.002000', '221630.004000', '221630.007000', '221630.009000', '221630.012000', '221630.015000', '221630.017000', '221630.020000', '221630.022000', '221630.025000', '221630.028000', '221630.030000', '221630.033000', '221630.035000', '221630.038000', '221630.040000', '221630.043000', '221630.045000', '221630.048000', '221630.051000', '221630.053000', '221630.056000', '221630.058000', '221630.061000', '221630.063000', '221630.066000', '221630.068000', '221649.958000', '221649.961000', '221649.964000', '221649.967000', '221649.969000', '221649.972000', '221649.974000', '221649.977000', '221649.980000', '221649.982000', '221649.985000', '221649.987000', '221649.990000', '221649.993000', '221649.995000', '221649.998000', '221650.001000', '221650.004000', '221650.007000', '221650.009000', '221650.012000', '221650.014000', '221650.017000', '221650.020000', '221650.022000', '221650.025000', '221650.027000', '221650.030000', '221650.033000', '221650.035000', '221650.038000', '221650.041000', '221650.043000', '221650.046000', '221650.048000', '221650.051000', '221650.054000', '221650.056000', '221650.059000', '221650.061000', '221650.064000', '221650.067000', '221650.069000', '221650.072000', '221709.959000', '221709.962000', '221709.965000', '221709.968000', '221709.970000', '221709.973000', '221709.975000', '221709.978000', '221709.981000', '221709.983000', '221709.986000', '221709.988000', '221709.991000', '221709.993000', '221709.996000', '221709.999000', '221710.001000', '221710.004000', '221710.006000', '221710.009000', '221710.012000', '221710.014000', '221710.017000', '221710.019000', '221710.022000', '221710.024000', '221710.027000', '221710.030000', '221710.032000', '221710.035000', '221710.037000', '221710.040000', '221710.043000', '221710.045000', '221710.048000', '221710.051000', '221710.053000', '221710.056000', '221710.058000', '221710.061000', '221710.063000', '221710.066000', '221710.069000', '221729.960000', '221729.963000', '221729.965000', '221729.968000', '221729.970000', '221729.973000', '221729.975000', '221729.978000', '221729.981000', '221729.983000', '221729.986000', '221729.988000', '221729.991000', '221729.994000', '221729.996000', '221730.000000', '221730.002000', '221730.005000', '221730.007000', '221730.010000', '221730.013000', '221730.015000', '221730.018000', '221730.020000', '221730.023000', '221730.026000', '221730.028000', '221730.031000', '221730.033000', '221730.036000', '221730.038000', '221730.041000', '221730.044000', '221730.046000', '221730.049000', '221730.051000', '221730.054000', '221730.056000', '221730.059000', '221730.062000', '221730.064000', '221730.067000', '221730.069000', '221730.072000', '221749.960000', '221749.963000', '221749.965000', '221749.968000', '221749.970000', '221749.973000', '221749.976000', '221749.978000', '221749.981000', '221749.984000', '221749.986000', '221749.989000', '221749.992000', '221749.994000', '221749.997000', '221750.001000', '221750.003000', '221750.006000', '221750.008000', '221750.011000', '221750.013000', '221750.016000', '221750.019000', '221750.021000', '221750.024000', '221750.026000', '221750.029000', '221750.032000', '221750.034000', '221750.037000', '221750.039000', '221750.042000', '221750.045000', '221750.047000', '221750.050000', '221750.052000', '221750.055000', '221750.057000', '221750.060000', '221750.063000', '221750.065000', '221750.068000', '221750.070000', '221809.959000', '221809.962000', '221809.965000', '221809.967000', '221809.970000', '221809.973000', '221809.975000', '221809.978000', '221809.980000', '221809.983000', '221809.985000', '221809.988000', '221809.991000', '221809.993000', '221809.996000', '221809.998000', '221810.002000', '221810.005000', '221810.007000', '221810.010000', '221810.012000', '221810.015000', '221810.018000', '221810.020000', '221810.023000', '221810.025000', '221810.028000', '221810.031000', '221810.033000', '221810.036000', '221810.038000', '221810.041000', '221810.044000', '221810.046000', '221810.049000', '221810.051000', '221810.054000', '221810.056000', '221810.059000', '221810.061000', '221810.064000', '221810.067000', '221810.069000', '221810.072000', '221829.960000', '221829.962000', '221829.965000', '221829.967000', '221829.970000', '221829.973000', '221829.975000', '221829.978000', '221829.980000', '221829.983000', '221829.985000', '221829.988000', '221829.991000', '221829.993000', '221829.996000', '221829.998000', '221830.002000', '221830.005000', '221830.007000', '221830.010000', '221830.012000', '221830.015000', '221830.018000', '221830.020000', '221830.023000', '221830.025000', '221830.028000', '221830.031000', '221830.033000', '221830.036000', '221830.038000', '221830.041000', '221830.043000', '221830.046000', '221830.049000', '221830.051000', '221830.054000', '221830.056000', '221830.059000', '221830.061000', '221830.064000', '221830.067000', '221830.069000', '221844.369000', '221844.372000', '221844.375000', '221844.377000', '221844.380000', '221844.383000', '221844.385000', '221844.388000', '221844.391000', '221844.394000', '221844.396000', '221844.399000', '221844.402000', '221844.405000', '221844.407000', '221844.410000', '221844.413000', '221844.415000', '221844.418000', '221844.421000', '221844.423000', '221844.426000', '221844.429000', '221844.432000', '221844.435000', '221844.439000', '221844.442000', '221844.445000', '221844.448000', '221844.450000', '221844.453000', '221844.458000'], 'InstanceCreationTime': ['220930.004000', '220930.007000', '220930.010000', '220930.013000', '220930.015000', '220930.018000', '220930.020000', '220930.023000', '220930.025000', '220930.028000', '220930.030000', '220930.033000', '220930.036000', '220930.038000', '220930.041000', '220930.043000', '220930.046000', '220930.048000', '220930.051000', '220930.054000', '220930.056000', '220930.059000', '220930.061000', '220930.064000', '220930.069000', '220930.071000', '220930.074000', '220930.077000', '220930.079000', '220930.082000', '220930.084000', '220930.087000', '220930.090000', '220930.092000', '220930.095000', '220930.097000', '220930.100000', '220930.102000', '220930.111000', '220930.113000', '220930.116000', '220930.118000', '220930.121000', '220930.124000', '220930.126000', '220930.129000', '220930.131000', '220930.134000', '220930.136000', '220930.139000', '220930.141000', '220930.144000', '220930.147000', '220930.149000', '220930.152000', '220930.154000', '220930.157000', '220930.159000', '220930.162000', '220930.164000', '220930.167000', '220930.169000', '220949.958000', '220949.961000', '220949.964000', '220949.966000', '220949.969000', '220949.972000', '220949.974000', '220949.977000', '220949.979000', '220949.982000', '220949.984000', '220949.987000', '220949.989000', '220949.992000', '220949.995000', '220949.997000', '220950.001000', '220950.003000', '220950.006000', '220950.008000', '220950.011000', '220950.014000', '220950.016000', '220950.019000', '220950.021000', '220950.024000', '220950.027000', '220950.029000', '220950.032000', '220950.034000', '220950.037000', '220950.039000', '220950.042000', '220950.045000', '220950.047000', '220950.050000', '220950.052000', '220950.055000', '220950.057000', '220950.060000', '220950.062000', '220950.065000', '220950.068000', '220950.070000', '221009.958000', '221009.961000', '221009.964000', '221009.966000', '221009.969000', '221009.971000', '221009.974000', '221009.977000', '221009.979000', '221009.982000', '221009.984000', '221009.987000', '221009.989000', '221009.992000', '221009.995000', '221009.997000', '221010.001000', '221010.004000', '221010.006000', '221010.009000', '221010.011000', '221010.014000', '221010.016000', '221010.019000', '221010.022000', '221010.024000', '221010.027000', '221010.029000', '221010.032000', '221010.034000', '221010.037000', '221010.040000', '221010.042000', '221010.045000', '221010.047000', '221010.050000', '221010.052000', '221010.055000', '221010.058000', '221010.060000', '221010.063000', '221010.065000', '221010.068000', '221029.960000', '221029.962000', '221029.965000', '221029.967000', '221029.970000', '221029.973000', '221029.975000', '221029.978000', '221029.981000', '221029.983000', '221029.986000', '221029.988000', '221029.991000', '221029.993000', '221029.996000', '221030.000000', '221030.002000', '221030.005000', '221030.007000', '221030.010000', '221030.013000', '221030.015000', '221030.018000', '221030.021000', '221030.023000', '221030.026000', '221030.028000', '221030.031000', '221030.033000', '221030.036000', '221030.038000', '221030.041000', '221030.044000', '221030.046000', '221030.049000', '221030.052000', '221030.054000', '221030.057000', '221030.059000', '221030.062000', '221030.064000', '221030.067000', '221030.069000', '221030.072000', '221049.960000', '221049.962000', '221049.969000', '221049.972000', '221049.975000', '221049.977000', '221049.980000', '221049.983000', '221049.985000', '221049.988000', '221049.991000', '221049.994000', '221049.996000', '221050.000000', '221050.002000', '221050.005000', '221050.008000', '221050.010000', '221050.048000', '221050.050000', '221050.053000', '221050.055000', '221050.058000', '221050.061000', '221050.063000', '221050.066000', '221050.068000', '221050.071000', '221050.073000', '221050.076000', '221050.079000', '221050.081000', '221050.084000', '221050.087000', '221050.089000', '221050.092000', '221050.094000', '221050.097000', '221050.099000', '221050.102000', '221050.105000', '221050.107000', '221050.110000', '221109.959000', '221109.962000', '221109.965000', '221109.968000', '221109.970000', '221109.973000', '221109.976000', '221109.978000', '221109.981000', '221109.983000', '221109.986000', '221109.989000', '221109.992000', '221109.995000', '221109.997000', '221110.001000', '221110.004000', '221110.006000', '221110.009000', '221110.012000', '221110.014000', '221110.017000', '221110.020000', '221110.022000', '221110.025000', '221110.027000', '221110.030000', '221110.033000', '221110.035000', '221110.038000', '221110.040000', '221110.043000', '221110.046000', '221110.048000', '221110.051000', '221110.054000', '221110.056000', '221110.059000', '221110.061000', '221110.064000', '221110.067000', '221110.069000', '221110.072000', '221110.074000', '221129.959000', '221129.962000', '221129.965000', '221129.968000', '221129.970000', '221129.973000', '221129.975000', '221129.978000', '221129.981000', '221129.983000', '221129.986000', '221129.988000', '221129.991000', '221129.994000', '221129.996000', '221130.000000', '221130.002000', '221130.005000', '221130.008000', '221130.010000', '221130.013000', '221130.015000', '221130.018000', '221130.021000', '221130.023000', '221130.026000', '221130.028000', '221130.031000', '221130.033000', '221130.036000', '221130.039000', '221130.041000', '221130.044000', '221130.046000', '221130.049000', '221130.052000', '221130.054000', '221130.057000', '221130.059000', '221130.062000', '221130.065000', '221130.067000', '221130.070000', '221149.959000', '221149.962000', '221149.965000', '221149.968000', '221149.970000', '221149.973000', '221149.976000', '221149.983000', '221149.986000', '221149.988000', '221149.991000', '221149.993000', '221149.996000', '221150.000000', '221150.003000', '221150.005000', '221150.008000', '221150.010000', '221150.013000', '221150.016000', '221150.018000', '221150.021000', '221150.024000', '221150.026000', '221150.029000', '221150.031000', '221150.034000', '221150.037000', '221150.039000', '221150.042000', '221150.044000', '221150.047000', '221150.050000', '221150.052000', '221150.055000', '221150.057000', '221150.060000', '221150.063000', '221150.065000', '221150.068000', '221150.070000', '221150.073000', '221150.076000', '221150.078000', '221209.958000', '221209.961000', '221209.964000', '221209.966000', '221209.970000', '221209.972000', '221209.975000', '221209.978000', '221209.980000', '221209.983000', '221209.985000', '221209.988000', '221209.991000', '221209.993000', '221209.996000', '221210.000000', '221210.002000', '221210.005000', '221210.008000', '221210.010000', '221210.013000', '221210.016000', '221210.018000', '221210.021000', '221210.023000', '221210.026000', '221210.029000', '221210.031000', '221210.034000', '221210.037000', '221210.039000', '221210.042000', '221210.045000', '221210.047000', '221210.050000', '221210.052000', '221210.055000', '221210.058000', '221210.060000', '221210.063000', '221210.065000', '221210.068000', '221210.071000', '221229.970000', '221229.974000', '221229.977000', '221229.981000', '221229.984000', '221229.988000', '221229.991000', '221229.994000', '221229.996000', '221229.999000', '221230.001000', '221230.004000', '221230.007000', '221230.009000', '221230.012000', '221230.015000', '221230.017000', '221230.020000', '221230.023000', '221230.025000', '221230.028000', '221230.031000', '221230.034000', '221230.036000', '221230.039000', '221230.041000', '221230.044000', '221230.047000', '221230.049000', '221230.052000', '221230.055000', '221230.057000', '221230.060000', '221230.062000', '221230.065000', '221230.068000', '221230.070000', '221230.073000', '221230.075000', '221230.078000', '221230.081000', '221230.083000', '221230.086000', '221249.960000', '221249.963000', '221249.965000', '221249.968000', '221249.971000', '221249.973000', '221249.976000', '221249.978000', '221249.981000', '221249.984000', '221249.986000', '221249.989000', '221249.991000', '221249.994000', '221249.997000', '221250.000000', '221250.003000', '221250.006000', '221250.008000', '221250.011000', '221250.014000', '221250.016000', '221250.019000', '221250.021000', '221250.024000', '221250.027000', '221250.029000', '221250.032000', '221250.038000', '221250.041000', '221250.043000', '221250.046000', '221250.049000', '221250.051000', '221250.054000', '221250.057000', '221250.059000', '221250.062000', '221250.064000', '221250.067000', '221250.070000', '221250.072000', '221250.075000', '221250.078000', '221309.959000', '221309.971000', '221309.973000', '221309.976000', '221309.978000', '221309.981000', '221309.983000', '221309.986000', '221309.989000', '221309.991000', '221309.994000', '221309.996000', '221310.000000', '221310.003000', '221310.005000', '221310.008000', '221310.011000', '221310.013000', '221310.016000', '221310.018000', '221310.021000', '221310.023000', '221310.026000', '221310.029000', '221310.031000', '221310.034000', '221310.036000', '221310.039000', '221310.042000', '221310.044000', '221310.047000', '221310.049000', '221310.052000', '221310.055000', '221310.057000', '221310.060000', '221310.062000', '221310.065000', '221310.067000', '221310.070000', '221310.073000', '221310.075000', '221310.078000', '221310.081000', '221329.960000', '221329.963000', '221329.966000', '221329.968000', '221329.971000', '221329.973000', '221329.977000', '221329.979000', '221329.982000', '221329.984000', '221329.987000', '221329.989000', '221329.992000', '221329.995000', '221329.997000', '221330.001000', '221330.003000', '221330.006000', '221330.009000', '221330.011000', '221330.014000', '221330.016000', '221330.019000', '221330.021000', '221330.024000', '221330.026000', '221330.029000', '221330.032000', '221330.034000', '221330.037000', '221330.039000', '221330.042000', '221330.045000', '221330.047000', '221330.050000', '221330.052000', '221330.055000', '221330.057000', '221330.060000', '221330.063000', '221330.065000', '221330.068000', '221330.070000', '221349.959000', '221349.962000', '221349.965000', '221349.967000', '221349.970000', '221349.973000', '221349.975000', '221349.978000', '221349.980000', '221349.983000', '221349.985000', '221349.988000', '221349.991000', '221349.993000', '221349.996000', '221349.998000', '221350.002000', '221350.005000', '221350.007000', '221350.010000', '221350.012000', '221350.015000', '221350.017000', '221350.021000', '221350.024000', '221350.037000', '221350.039000', '221350.042000', '221350.044000', '221350.047000', '221350.050000', '221350.052000', '221350.055000', '221350.057000', '221350.060000', '221350.062000', '221350.065000', '221350.068000', '221350.070000', '221350.073000', '221350.076000', '221350.079000', '221350.081000', '221409.960000', '221409.963000', '221409.965000', '221409.968000', '221409.970000', '221409.973000', '221409.976000', '221409.978000', '221409.981000', '221409.984000', '221409.986000', '221409.989000', '221409.992000', '221409.994000', '221409.997000', '221410.000000', '221410.003000', '221410.006000', '221410.008000', '221410.011000', '221410.013000', '221410.016000', '221410.018000', '221410.021000', '221410.024000', '221410.026000', '221410.029000', '221410.032000', '221410.034000', '221410.037000', '221410.039000', '221410.042000', '221410.044000', '221410.047000', '221410.050000', '221410.052000', '221410.055000', '221410.057000', '221410.060000', '221410.063000', '221410.065000', '221410.068000', '221410.070000', '221410.073000', '221429.959000', '221429.961000', '221429.964000', '221429.967000', '221429.969000', '221429.972000', '221429.974000', '221429.977000', '221429.979000', '221429.982000', '221429.985000', '221429.987000', '221429.990000', '221429.992000', '221429.995000', '221429.998000', '221430.001000', '221430.004000', '221430.006000', '221430.009000', '221430.011000', '221430.014000', '221430.017000', '221430.019000', '221430.022000', '221430.024000', '221430.027000', '221430.029000', '221430.032000', '221430.035000', '221430.038000', '221430.040000', '221430.045000', '221430.048000', '221430.050000', '221430.053000', '221430.055000', '221430.058000', '221430.061000', '221430.063000', '221430.066000', '221430.068000', '221430.071000', '221449.960000', '221449.962000', '221449.965000', '221449.967000', '221449.970000', '221449.973000', '221449.975000', '221449.978000', '221449.980000', '221449.983000', '221449.985000', '221449.988000', '221449.990000', '221449.993000', '221449.996000', '221449.998000', '221450.001000', '221450.003000', '221450.006000', '221450.009000', '221450.011000', '221450.014000', '221450.016000', '221450.019000', '221450.021000', '221450.024000', '221450.027000', '221450.029000', '221450.032000', '221450.034000', '221450.037000', '221450.039000', '221450.042000', '221450.044000', '221450.047000', '221450.050000', '221450.052000', '221450.055000', '221450.057000', '221450.060000', '221450.062000', '221450.065000', '221450.068000', '221450.070000', '221509.960000', '221509.962000', '221509.965000', '221509.968000', '221509.970000', '221509.973000', '221509.975000', '221509.978000', '221509.981000', '221509.983000', '221509.986000', '221509.988000', '221509.991000', '221509.993000', '221509.996000', '221510.000000', '221510.002000', '221510.005000', '221510.007000', '221510.010000', '221510.012000', '221510.015000', '221510.018000', '221510.020000', '221510.023000', '221510.026000', '221510.028000', '221510.031000', '221510.034000', '221510.036000', '221510.039000', '221510.042000', '221510.044000', '221510.047000', '221510.049000', '221510.054000', '221510.057000', '221510.060000', '221510.062000', '221510.065000', '221510.068000', '221510.070000', '221510.073000', '221529.959000', '221529.962000', '221529.965000', '221529.967000', '221529.970000', '221529.973000', '221529.975000', '221529.978000', '221529.980000', '221529.983000', '221529.986000', '221529.988000', '221529.991000', '221529.993000', '221529.996000', '221530.000000', '221530.002000', '221530.005000', '221530.007000', '221530.010000', '221530.013000', '221530.015000', '221530.018000', '221530.021000', '221530.023000', '221530.026000', '221530.028000', '221530.031000', '221530.034000', '221530.036000', '221530.039000', '221530.041000', '221530.044000', '221530.047000', '221530.049000', '221530.052000', '221530.054000', '221530.057000', '221530.060000', '221530.062000', '221530.065000', '221530.067000', '221530.070000', '221530.073000', '221549.959000', '221549.969000', '221549.971000', '221549.974000', '221549.977000', '221549.979000', '221549.982000', '221549.984000', '221549.987000', '221549.990000', '221549.992000', '221549.995000', '221549.997000', '221550.001000', '221550.003000', '221550.006000', '221550.009000', '221550.011000', '221550.014000', '221550.016000', '221550.019000', '221550.022000', '221550.024000', '221550.027000', '221550.029000', '221550.032000', '221550.035000', '221550.037000', '221550.040000', '221550.042000', '221550.045000', '221550.047000', '221550.050000', '221550.052000', '221550.055000', '221550.058000', '221550.060000', '221550.063000', '221550.065000', '221550.068000', '221550.071000', '221550.073000', '221550.076000', '221609.960000', '221609.962000', '221609.965000', '221609.968000', '221609.970000', '221609.973000', '221609.976000', '221609.978000', '221609.981000', '221609.983000', '221609.986000', '221609.988000', '221609.991000', '221609.994000', '221609.996000', '221610.000000', '221610.002000', '221610.005000', '221610.008000', '221610.010000', '221610.013000', '221610.015000', '221610.018000', '221610.021000', '221610.023000', '221610.026000', '221610.028000', '221610.031000', '221610.033000', '221610.036000', '221610.039000', '221610.041000', '221610.044000', '221610.046000', '221610.049000', '221610.052000', '221610.054000', '221610.057000', '221610.059000', '221610.062000', '221610.064000', '221610.067000', '221610.070000', '221610.072000', '221629.959000', '221629.962000', '221629.965000', '221629.967000', '221629.970000', '221629.973000', '221629.975000', '221629.978000', '221629.980000', '221629.983000', '221629.985000', '221629.988000', '221629.991000', '221629.993000', '221629.996000', '221629.998000', '221630.002000', '221630.004000', '221630.007000', '221630.009000', '221630.012000', '221630.015000', '221630.017000', '221630.020000', '221630.022000', '221630.025000', '221630.028000', '221630.030000', '221630.033000', '221630.035000', '221630.038000', '221630.040000', '221630.043000', '221630.045000', '221630.048000', '221630.051000', '221630.053000', '221630.056000', '221630.058000', '221630.061000', '221630.063000', '221630.066000', '221630.068000', '221649.958000', '221649.961000', '221649.964000', '221649.967000', '221649.969000', '221649.972000', '221649.974000', '221649.977000', '221649.980000', '221649.982000', '221649.985000', '221649.987000', '221649.990000', '221649.993000', '221649.995000', '221649.998000', '221650.001000', '221650.004000', '221650.007000', '221650.009000', '221650.012000', '221650.014000', '221650.017000', '221650.020000', '221650.022000', '221650.025000', '221650.027000', '221650.030000', '221650.033000', '221650.035000', '221650.038000', '221650.041000', '221650.043000', '221650.046000', '221650.048000', '221650.051000', '221650.054000', '221650.056000', '221650.059000', '221650.061000', '221650.064000', '221650.067000', '221650.069000', '221650.072000', '221709.959000', '221709.962000', '221709.965000', '221709.968000', '221709.970000', '221709.973000', '221709.975000', '221709.978000', '221709.981000', '221709.983000', '221709.986000', '221709.988000', '221709.991000', '221709.993000', '221709.996000', '221709.999000', '221710.001000', '221710.004000', '221710.006000', '221710.009000', '221710.012000', '221710.014000', '221710.017000', '221710.019000', '221710.022000', '221710.024000', '221710.027000', '221710.030000', '221710.032000', '221710.035000', '221710.037000', '221710.040000', '221710.043000', '221710.045000', '221710.048000', '221710.051000', '221710.053000', '221710.056000', '221710.058000', '221710.061000', '221710.063000', '221710.066000', '221710.069000', '221729.960000', '221729.963000', '221729.965000', '221729.968000', '221729.970000', '221729.973000', '221729.975000', '221729.978000', '221729.981000', '221729.983000', '221729.986000', '221729.988000', '221729.991000', '221729.994000', '221729.996000', '221730.000000', '221730.002000', '221730.005000', '221730.007000', '221730.010000', '221730.013000', '221730.015000', '221730.018000', '221730.020000', '221730.023000', '221730.026000', '221730.028000', '221730.031000', '221730.033000', '221730.036000', '221730.038000', '221730.041000', '221730.044000', '221730.046000', '221730.049000', '221730.051000', '221730.054000', '221730.056000', '221730.059000', '221730.062000', '221730.064000', '221730.067000', '221730.069000', '221730.072000', '221749.960000', '221749.963000', '221749.965000', '221749.968000', '221749.970000', '221749.973000', '221749.976000', '221749.978000', '221749.981000', '221749.984000', '221749.986000', '221749.989000', '221749.992000', '221749.994000', '221749.997000', '221750.001000', '221750.003000', '221750.006000', '221750.008000', '221750.011000', '221750.013000', '221750.016000', '221750.019000', '221750.021000', '221750.024000', '221750.026000', '221750.029000', '221750.032000', '221750.034000', '221750.037000', '221750.039000', '221750.042000', '221750.045000', '221750.047000', '221750.050000', '221750.052000', '221750.055000', '221750.057000', '221750.060000', '221750.063000', '221750.065000', '221750.068000', '221750.070000', '221809.959000', '221809.962000', '221809.965000', '221809.967000', '221809.970000', '221809.973000', '221809.975000', '221809.978000', '221809.980000', '221809.983000', '221809.985000', '221809.988000', '221809.991000', '221809.993000', '221809.996000', '221809.998000', '221810.002000', '221810.005000', '221810.007000', '221810.010000', '221810.012000', '221810.015000', '221810.018000', '221810.020000', '221810.023000', '221810.025000', '221810.028000', '221810.031000', '221810.033000', '221810.036000', '221810.038000', '221810.041000', '221810.044000', '221810.046000', '221810.049000', '221810.051000', '221810.054000', '221810.056000', '221810.059000', '221810.061000', '221810.064000', '221810.067000', '221810.069000', '221810.072000', '221829.960000', '221829.962000', '221829.965000', '221829.967000', '221829.970000', '221829.973000', '221829.975000', '221829.978000', '221829.980000', '221829.983000', '221829.985000', '221829.988000', '221829.991000', '221829.993000', '221829.996000', '221829.998000', '221830.002000', '221830.005000', '221830.007000', '221830.010000', '221830.012000', '221830.015000', '221830.018000', '221830.020000', '221830.023000', '221830.025000', '221830.028000', '221830.031000', '221830.033000', '221830.036000', '221830.038000', '221830.041000', '221830.043000', '221830.046000', '221830.049000', '221830.051000', '221830.054000', '221830.056000', '221830.059000', '221830.061000', '221830.064000', '221830.067000', '221830.069000', '221844.369000', '221844.372000', '221844.375000', '221844.377000', '221844.380000', '221844.383000', '221844.385000', '221844.388000', '221844.391000', '221844.394000', '221844.396000', '221844.399000', '221844.402000', '221844.405000', '221844.407000', '221844.410000', '221844.413000', '221844.415000', '221844.418000', '221844.421000', '221844.423000', '221844.426000', '221844.429000', '221844.432000', '221844.435000', '221844.439000', '221844.442000', '221844.445000', '221844.448000', '221844.450000', '221844.453000', '221844.458000'], '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], 'LargestImagePixelValue': [11538, 14896, 11592, 16938, 12296, 16848, 13923, 15383, 11599, 16391, 10761, 15443, 10477, 14782, 10840, 15380, 9786, 13334, 10286, 13517, 13389, 12305, 16009, 10998, 16320, 11578, 14999, 10131, 12366, 9592, 10421, 15695, 11439, 15956, 10239, 12203, 9586, 11856, 10246, 12503, 9771, 10792, 9196, 12557, 12779, 11993, 16491, 13150, 15595, 12242, 15970, 10285, 15329, 11305, 14183, 16542, 13252, 17387, 13539, 15681, 11959, 16098, 10583, 16635, 10967, 14530, 16457, 13136, 17114, 13859, 15880, 12028, 15835, 10975, 16778, 12975, 13381, 17220, 13901, 16195, 13595, 16349, 11013, 14585, 9775, 14801, 12150, 14895, 11508, 12267, 15379, 11851, 16934, 13810, 16917, 13106, 16056, 12572, 16227, 13475, 16757, 13412, 15625, 12177, 14995, 12414, 16563, 12895, 16650, 14528, 16439, 10946, 16313, 14530, 13193, 16717, 14723, 16099, 12170, 14680, 10814, 14112, 13942, 11851, 12212, 9973, 9497, 12159, 9502, 11888, 9300, 10652, 9857, 9654, 10341, 15722, 14471, 16209, 13290, 17533, 14735, 15990, 13562, 16083, 14868, 15241, 12841, 16000, 10355, 15722, 10738, 13878, 10222, 10012, 16193, 12364, 16141, 12932, 16319, 14153, 16275, 12921, 16782, 12356, 14772, 13920, 14832, 12101, 13212, 11383, 15340, 10702, 10914, 9844, 9424, 13122, 11122, 15778, 12137, 15574, 13248, 16379, 12110, 14393, 11983, 12753, 15516, 10863, 15300, 10219, 15944, 12111, 15886, 11879, 15235, 12779, 15680, 13849, 16383, 12194, 14155, 10618, 10035, 11943, 10692, 14544, 11311, 9163, 9921, 10124, 13388, 10638, 16182, 13336, 15228, 12204, 14771, 12183, 15342, 10134, 14637, 11719, 13319, 13799, 12227, 14992, 10301, 15599, 11168, 12503, 10404, 13557, 10793, 14898, 12089, 16259, 10992, 16730, 12840, 14559, 12048, 13802, 10129, 13858, 10671, 13609, 14428, 10162, 17379, 12950, 14807, 12521, 14606, 10390, 14642, 12533, 14205, 14472, 11788, 15774, 11097, 17596, 13175, 16393, 12789, 14552, 10573, 14491, 16728, 12685, 14904, 11024, 14459, 15835, 11219, 15058, 11898, 14280, 11506, 11630, 16729, 11573, 16823, 11126, 13114, 11609, 13097, 11715, 13925, 11341, 13086, 11508, 16143, 12568, 15185, 11129, 12735, 14697, 10314, 15819, 12325, 14358, 17059, 12932, 15569, 13075, 14221, 10891, 14687, 13089, 13357, 17350, 11535, 14965, 12589, 14198, 12429, 13950, 11530, 13143, 11874, 15419, 11180, 15241, 11310, 15139, 11625, 15763, 11774, 14664, 11002, 14512, 12131, 12011, 13577, 12123, 13367, 12322, 15532, 11385, 14610, 15977, 11865, 16485, 13826, 14728, 12695, 13793, 11164, 14336, 11219, 15370, 11315, 13770, 10396, 13060, 11675, 14551, 9978, 12961, 10003, 11748, 13947, 12219, 14751, 11063, 17441, 11506, 17010, 12830, 16599, 12034, 16976, 11463, 16120, 13295, 16456, 12612, 14441, 12080, 13704, 12807, 14319, 11296, 14412, 11253, 15058, 11389, 15749, 12348, 15089, 11357, 13787, 11159, 16698, 12505, 14951, 10497, 14527, 15286, 12067, 15752, 12633, 14530, 11950, 12800, 17093, 12859, 14239, 11197, 13378, 12080, 11997, 14466, 10779, 17805, 11477, 16096, 12581, 15669, 11122, 13792, 11777, 14186, 13116, 16253, 12354, 16079, 12371, 15223, 11753, 15171, 10913, 17259, 13310, 14766, 13299, 14430, 10692, 13893, 15815, 12179, 15632, 11762, 13483, 10792, 13824, 13616, 11411, 17455, 10825, 13517, 11792, 13333, 11088, 12186, 9916, 12460, 14962, 11659, 17328, 11770, 13890, 10892, 14050, 12650, 12366, 17426, 11622, 14055, 11722, 14280, 11019, 12550, 15259, 10878, 15996, 13202, 14249, 11468, 12772, 11489, 11349, 11790, 12411, 11124, 11072, 10181, 10885, 16255, 12156, 16942, 12849, 14380, 10918, 14419, 12626, 12582, 17570, 12029, 14367, 11900, 14427, 11612, 14133, 15686, 10722, 16676, 13521, 14724, 12686, 13836, 11389, 13776, 11842, 14478, 11760, 13269, 10397, 13798, 11505, 14612, 12264, 12096, 17332, 12094, 16407, 13924, 14759, 12882, 14324, 11568, 14062, 11878, 15042, 11702, 14589, 10985, 15179, 12603, 14706, 12317, 13014, 15833, 11176, 18144, 13766, 17259, 12851, 16678, 11339, 14317, 12597, 13770, 12377, 14751, 12202, 13269, 11485, 10639, 15659, 12520, 17530, 12734, 15997, 11706, 16780, 12717, 17524, 13147, 15323, 11969, 10101, 15642, 11416, 16211, 13438, 15643, 11027, 15315, 14875, 12289, 18490, 13309, 14726, 12007, 14080, 11343, 13965, 11116, 11907, 9602, 11695, 10838, 12738, 10970, 12295, 10815, 14094, 11366, 10805, 13304, 11316, 15524, 14146, 15442, 12875, 15830, 13737, 14528, 16435, 13292, 16007, 12209, 17832, 13404, 17379, 13797, 14887, 11530, 15175, 11495, 11913, 14891, 10864, 15028, 10588, 15687, 12721, 15540, 13635, 14818, 12668, 15519, 13753, 16466, 12583, 14542, 12803, 14248, 13231, 14287, 11965, 13379, 12016, 14979, 11942, 13933, 11909, 15400, 11924, 14211, 10925, 14305, 11119, 13020, 14173, 9915, 14788, 11042, 15460, 13507, 17472, 13647, 12991, 12106, 10418, 16134, 13475, 14879, 14405, 11359, 15926, 12689, 16243, 13884, 16788, 13375, 16473, 11983, 14350, 13371, 14482, 12029, 13347, 11029, 14139, 12039, 13102, 16499, 11235, 14756, 12000, 13426, 12246, 13152, 11596, 11468, 11561, 11203, 11341, 9837, 11142, 14730, 10873, 14005, 11105, 14767, 14185, 11649, 15244, 13025, 15578, 12119, 13187, 16810, 12928, 14619, 11404, 13892, 12077, 13013, 17229, 11700, 14291, 11383, 14355, 12109, 10546, 16576, 12270, 13773, 11397, 13553, 16395, 11208, 14419, 11630, 14282, 11330, 11085, 16670, 11976, 13955, 11081, 11969, 11263, 13129, 10284, 11719, 17598, 11741, 14064, 12036, 14242, 11386, 11903, 16710, 11659, 14948, 12346, 13999, 11387, 14355, 11322, 14384, 11231, 12702, 15554, 11473, 17286, 13917, 14259, 12253, 13846, 11409, 14446, 11321, 14355, 10470, 13592, 10469, 14678, 12180, 13432, 16889, 11763, 15035, 13069, 13971, 11473, 13662, 11104, 14389, 11084, 14152, 11753, 11731, 14676, 12490, 11751, 11932, 10964, 13584, 10578, 14458, 9704, 16041, 11552, 10247, 11884, 10996, 15598, 14040, 15652, 13287, 14430, 12984, 14202, 11390, 14622, 12217, 13088, 16986, 12736, 17074, 11880, 14514, 11987, 13819, 12370, 13901, 11339, 14022, 11353, 14774, 11064, 13271, 10395, 14263, 10881, 15116, 11034, 14411, 11031, 15134, 10545, 14930, 11307, 14203, 12954, 14099, 12279, 12367, 15444, 11391, 15478, 12177, 10264, 12517, 10302, 14647, 11591, 15215, 11985, 14533, 11913, 14079, 12565, 14234, 11464, 14147, 10643, 14047, 11465, 14113, 12037, 10825, 17057, 11651, 17347, 12971, 15467, 11755, 13235, 12178, 13652, 11899, 12858, 11110, 12272, 9991, 13518, 11542, 12405, 11079, 11465, 9690, 12578, 10163, 12638, 9398, 12703, 13495, 13433, 16299, 11865, 15085, 12992, 14334, 11735, 13605, 12847, 11802, 17207, 12907, 13788, 13012, 13798, 11957, 12885, 11583, 14005, 11480, 14236, 10912, 13796, 13862, 12067, 17721, 13021, 14508, 12041, 14350, 11105, 14187, 11112, 12563, 14710, 11898, 17695, 13543, 17088, 12363, 15680, 11934, 14160, 12492, 15127, 11992, 13466, 12020, 13553, 12605, 13985, 12057, 13758, 12174, 14174, 12154, 14662, 13421, 16176, 11890, 11550, 11912, 8951, 14457, 9850, 15094, 13914, 12695, 17598, 13013, 14480, 11118, 14444, 14084, 11385, 15324, 12530, 14079, 11056, 13733, 12266, 11965, 17054, 12030, 16526, 11842, 14119, 12263, 14062, 11353, 14565, 13963, 11495, 15153, 13310, 14118, 11964, 13245, 10911, 11914, 16034, 11808, 17286, 12071, 13314, 12375, 14098, 12114, 13343, 11556, 12463, 10046, 13011, 10511, 11663, 16793, 12076, 14687, 12882, 14190, 11784, 13942, 10943, 14446, 10368, 12835, 15933, 11818, 16105, 13629, 14138, 11448, 13699, 11142, 12934, 13901, 11702, 17625, 12039, 13886, 12441, 14321, 11159, 12726, 14487, 11452, 16788, 13107, 14494, 12141, 13335, 12441, 13145, 12140, 14470, 11824, 13430, 12177, 13528, 11463, 14903, 12311, 14378, 11798, 14373, 11393, 14897, 12744, 15180, 12397, 14714, 12628, 14640, 12310, 14697, 11796, 14565, 14296, 13002, 14723, 12650, 15580, 12207, 12667, 15179, 11040, 15532, 11031, 15218, 14301, 14349, 12250, 10330, 16884, 13063, 13636, 14859, 10877, 16376, 11631, 15780, 12186, 15644, 13994, 15675, 12119, 15054, 10797, 15061, 11662, 15336, 12934, 10542, 17831, 12302, 15932, 12376, 14365, 11558, 12527, 11836, 14501, 11322, 12832, 11413, 12583, 11447, 15151, 11483, 14274, 10822, 14697, 11174, 15344, 11259, 14698, 16214, 11838, 15177, 13496, 14386, 11583, 14486, 11317, 14616, 12664, 11234, 17501, 12890, 14265, 13367, 14514, 11265, 13542, 10612, 13600, 12030, 13195, 15976, 11076, 15488, 12501, 14248, 11136, 14762, 13435, 11433, 17086, 13520, 14483, 12259, 13806, 11015, 13862, 10941, 14911, 11074, 13653, 10377, 12766, 14015, 13821, 12759, 12669, 12607, 14060, 11835, 16087, 10915, 15723, 12023, 15654, 13917, 16625, 13855, 15908, 13683, 16423, 13910, 14964, 12841, 14307, 13090, 14588, 11456, 14123, 11153, 15319, 12432, 15554, 12018, 14731, 11836, 16522, 11533, 14104, 10968, 13706, 14446, 10246, 16468, 12274, 17002, 12719, 9835, 15322, 10281, 15149, 11840, 15391, 13749, 17188, 12525, 10786, 12773, 9853, 15756, 13282, 16226, 13191, 16017, 12101, 15708, 11514, 15594, 11309, 14462, 10498, 9680, 10231, 9754, 13786, 11434, 16655, 10253, 12795, 9677, 11168, 12693, 9355, 13435, 10867, 14536, 11450], 'WindowCenter': [5061.0, 5054.0, 5008.0, 5044.0, 4991.0, 5024.0, 4999.0, 4997.0, 4966.0, 4995.0, 4965.0, 4983.0, 4949.0, 4983.0, 4952.0, 4984.0, 4956.0, 4972.0, 4941.0, 4974.0, 4970.0, 4966.0, 4982.0, 4952.0, 4982.0, 4949.0, 4969.0, 4944.0, 4951.0, 4930.0, 4942.0, 4982.0, 4950.0, 4979.0, 4943.0, 4961.0, 4941.0, 4961.0, 4953.0, 4971.0, 4952.0, 4966.0, 4956.0, 4986.0, 4987.0, 4975.0, 4997.0, 4981.0, 4994.0, 4972.0, 4996.0, 4968.0, 4996.0, 4965.0, 4992.0, 5002.0, 4986.0, 5007.0, 4988.0, 4993.0, 4974.0, 5009.0, 4968.0, 5003.0, 4978.0, 4994.0, 5007.0, 4986.0, 5006.0, 4997.0, 5003.0, 4986.0, 5009.0, 4976.0, 5015.0, 4994.0, 4995.0, 5016.0, 4997.0, 5007.0, 4990.0, 5003.0, 4975.0, 4998.0, 4966.0, 4993.0, 4976.0, 5003.0, 4989.0, 4990.0, 5004.0, 4991.0, 5021.0, 5000.0, 5016.0, 4994.0, 5002.0, 4998.0, 5004.0, 4998.0, 5017.0, 5001.0, 5008.0, 5002.0, 5010.0, 5001.0, 5016.0, 5002.0, 5019.0, 5009.0, 5020.0, 4979.0, 5010.0, 4996.0, 4994.0, 5009.0, 4994.0, 4990.0, 4974.0, 4982.0, 4961.0, 4998.0, 4981.0, 4972.0, 4971.0, 4956.0, 4955.0, 4985.0, 4978.0, 4985.0, 4983.0, 4991.0, 4994.0, 4983.0, 4991.0, 5021.0, 5013.0, 5028.0, 5011.0, 5022.0, 5009.0, 5007.0, 4989.0, 4997.0, 4985.0, 4999.0, 4963.0, 4992.0, 4951.0, 4991.0, 4962.0, 4969.0, 4951.0, 4955.0, 4990.0, 4986.0, 4988.0, 4971.0, 4993.0, 4982.0, 4992.0, 4972.0, 4989.0, 4984.0, 4981.0, 4969.0, 4970.0, 4959.0, 4957.0, 4961.0, 4980.0, 4953.0, 4964.0, 4952.0, 4943.0, 4984.0, 4974.0, 4991.0, 4975.0, 4991.0, 4983.0, 5004.0, 4975.0, 4982.0, 4974.0, 4973.0, 4993.0, 4964.0, 4981.0, 4951.0, 4980.0, 4961.0, 4979.0, 4960.0, 4978.0, 4961.0, 4979.0, 4969.0, 4977.0, 4959.0, 4967.0, 4939.0, 4951.0, 4959.0, 4952.0, 4981.0, 4963.0, 4953.0, 4954.0, 4963.0, 4994.0, 4965.0, 5017.0, 4996.0, 4991.0, 4974.0, 4995.0, 4975.0, 4982.0, 4954.0, 4981.0, 4958.0, 4969.0, 4970.0, 4960.0, 4977.0, 4941.0, 4977.0, 4949.0, 4958.0, 4950.0, 4969.0, 4949.0, 4981.0, 4962.0, 4978.0, 4949.0, 4980.0, 4958.0, 4967.0, 4957.0, 4957.0, 4938.0, 4969.0, 4940.0, 4971.0, 4980.0, 4950.0, 4989.0, 4971.0, 4979.0, 4961.0, 4979.0, 4952.0, 4979.0, 4960.0, 4972.0, 4979.0, 4961.0, 4980.0, 4966.0, 5006.0, 4982.0, 4993.0, 4983.0, 4984.0, 4965.0, 4996.0, 5003.0, 4972.0, 4983.0, 4951.0, 4982.0, 4979.0, 4953.0, 4971.0, 4960.0, 4969.0, 4947.0, 4950.0, 4979.0, 4951.0, 4988.0, 4951.0, 4957.0, 4959.0, 4971.0, 4962.0, 4982.0, 4963.0, 4971.0, 4976.0, 5003.0, 4985.0, 4993.0, 4974.0, 4987.0, 4996.0, 4966.0, 5004.0, 4975.0, 4997.0, 5003.0, 4973.0, 4994.0, 4972.0, 4972.0, 4950.0, 4982.0, 4959.0, 4962.0, 4986.0, 4947.0, 4965.0, 4948.0, 4954.0, 4957.0, 4954.0, 4945.0, 4954.0, 4947.0, 4979.0, 4950.0, 4978.0, 4959.0, 4979.0, 4961.0, 4991.0, 4974.0, 4981.0, 4962.0, 4981.0, 4973.0, 4974.0, 4983.0, 4973.0, 4984.0, 4975.0, 4992.0, 4972.0, 4992.0, 4990.0, 4972.0, 4991.0, 4972.0, 4979.0, 4970.0, 4970.0, 4960.0, 4982.0, 4949.0, 4979.0, 4960.0, 4967.0, 4940.0, 4972.0, 4948.0, 4969.0, 4951.0, 4970.0, 4951.0, 4959.0, 4979.0, 4971.0, 4991.0, 4963.0, 5000.0, 4971.0, 5001.0, 4972.0, 5001.0, 4970.0, 5002.0, 4972.0, 4990.0, 4983.0, 4992.0, 4973.0, 4979.0, 4971.0, 4982.0, 4970.0, 4979.0, 4961.0, 4981.0, 4948.0, 4980.0, 4961.0, 4990.0, 4981.0, 4992.0, 4974.0, 4998.0, 4976.0, 5015.0, 4985.0, 5005.0, 4965.0, 5007.0, 4996.0, 4974.0, 4994.0, 4972.0, 4984.0, 4963.0, 4973.0, 4988.0, 4969.0, 4968.0, 4947.0, 4970.0, 4957.0, 4958.0, 4978.0, 4961.0, 4988.0, 4962.0, 4978.0, 4961.0, 4989.0, 4961.0, 4970.0, 4971.0, 4980.0, 4984.0, 5001.0, 4974.0, 4991.0, 4983.0, 4991.0, 4977.0, 4993.0, 4967.0, 5003.0, 4983.0, 4982.0, 4982.0, 4983.0, 4950.0, 4983.0, 4980.0, 4961.0, 4980.0, 4951.0, 4956.0, 4938.0, 4966.0, 4959.0, 4947.0, 4975.0, 4937.0, 4956.0, 4948.0, 4966.0, 4950.0, 4961.0, 4939.0, 4972.0, 4979.0, 4960.0, 4990.0, 4960.0, 4969.0, 4950.0, 4971.0, 4957.0, 4962.0, 4985.0, 4951.0, 4960.0, 4949.0, 4967.0, 4936.0, 4957.0, 4965.0, 4939.0, 4967.0, 4959.0, 4957.0, 4948.0, 4956.0, 4947.0, 4947.0, 4959.0, 4959.0, 4963.0, 4960.0, 4952.0, 4965.0, 4993.0, 4974.0, 4991.0, 4973.0, 4981.0, 4953.0, 4985.0, 4961.0, 4962.0, 4989.0, 4959.0, 4968.0, 4948.0, 4971.0, 4948.0, 4966.0, 4974.0, 4949.0, 4976.0, 4957.0, 4966.0, 4955.0, 4954.0, 4949.0, 4967.0, 4946.0, 4967.0, 4961.0, 4969.0, 4952.0, 4979.0, 4960.0, 4980.0, 4961.0, 4962.0, 4990.0, 4960.0, 4990.0, 4981.0, 4977.0, 4972.0, 4980.0, 4962.0, 4980.0, 4960.0, 4982.0, 4961.0, 4981.0, 4950.0, 4982.0, 4970.0, 4980.0, 4960.0, 4969.0, 4988.0, 4963.0, 5000.0, 4971.0, 4990.0, 4971.0, 4989.0, 4963.0, 4980.0, 4972.0, 4975.0, 4975.0, 4982.0, 4972.0, 4982.0, 4973.0, 4964.0, 5003.0, 4987.0, 5014.0, 4987.0, 5008.0, 4986.0, 5007.0, 4988.0, 5001.0, 4986.0, 4993.0, 4975.0, 4964.0, 4993.0, 4964.0, 4992.0, 4982.0, 4994.0, 4963.0, 4991.0, 4981.0, 4964.0, 4991.0, 4971.0, 4971.0, 4961.0, 4971.0, 4952.0, 4979.0, 4951.0, 4961.0, 4940.0, 4962.0, 4964.0, 4982.0, 4980.0, 4988.0, 4990.0, 5006.0, 4992.0, 4992.0, 5011.0, 4991.0, 5019.0, 5010.0, 5009.0, 4988.0, 5009.0, 4985.0, 4997.0, 4995.0, 4974.0, 4994.0, 4973.0, 4990.0, 4972.0, 4990.0, 4969.0, 4979.0, 4961.0, 4977.0, 4951.0, 4947.0, 4980.0, 4952.0, 4980.0, 4950.0, 4980.0, 4969.0, 4980.0, 4981.0, 4970.0, 4960.0, 4979.0, 4973.0, 4992.0, 4960.0, 4968.0, 4959.0, 4969.0, 4960.0, 4967.0, 4948.0, 4957.0, 4949.0, 4968.0, 4960.0, 4968.0, 4957.0, 4978.0, 4961.0, 4982.0, 4952.0, 4979.0, 4960.0, 4970.0, 4981.0, 4954.0, 4981.0, 4962.0, 4993.0, 4982.0, 5002.0, 4983.0, 4973.0, 4974.0, 4968.0, 5002.0, 4985.0, 4994.0, 4985.0, 4974.0, 4992.0, 4982.0, 4992.0, 4983.0, 4992.0, 4983.0, 4980.0, 4963.0, 4980.0, 4970.0, 4971.0, 4958.0, 4958.0, 4950.0, 4969.0, 4947.0, 4958.0, 4977.0, 4947.0, 4966.0, 4958.0, 4958.0, 4960.0, 4970.0, 4960.0, 4959.0, 4977.0, 4975.0, 4979.0, 4969.0, 4989.0, 5010.0, 4981.0, 5010.0, 4982.0, 5008.0, 4985.0, 4976.0, 4997.0, 4975.0, 4994.0, 4962.0, 4973.0, 4989.0, 4963.0, 4980.0, 4952.0, 4969.0, 4958.0, 4960.0, 4987.0, 4949.0, 4968.0, 4949.0, 4970.0, 4956.0, 4940.0, 4977.0, 4961.0, 4968.0, 4946.0, 4959.0, 4975.0, 4950.0, 4966.0, 4948.0, 4967.0, 4938.0, 4951.0, 4976.0, 4947.0, 4970.0, 4962.0, 4959.0, 4960.0, 4972.0, 4950.0, 4961.0, 4990.0, 4962.0, 4971.0, 4962.0, 4978.0, 4952.0, 4960.0, 4978.0, 4962.0, 4978.0, 4970.0, 4971.0, 4959.0, 4981.0, 4953.0, 4972.0, 4952.0, 4971.0, 4980.0, 4962.0, 4990.0, 4971.0, 4980.0, 4974.0, 4970.0, 4961.0, 4969.0, 4964.0, 4979.0, 4962.0, 4980.0, 4962.0, 4992.0, 4972.0, 4985.0, 5002.0, 4964.0, 4991.0, 4983.0, 4981.0, 4961.0, 4971.0, 4961.0, 4981.0, 4960.0, 4980.0, 4970.0, 4961.0, 4990.0, 4972.0, 4972.0, 4959.0, 4962.0, 4984.0, 4968.0, 4994.0, 4954.0, 5005.0, 4989.0, 4965.0, 4988.0, 4977.0, 5004.0, 4996.0, 5005.0, 4983.0, 4996.0, 4984.0, 4984.0, 4974.0, 4985.0, 4960.0, 4972.0, 4988.0, 4959.0, 4989.0, 4960.0, 4967.0, 4959.0, 4968.0, 4972.0, 4968.0, 4949.0, 4978.0, 4949.0, 4980.0, 4962.0, 4970.0, 4953.0, 4980.0, 4960.0, 4991.0, 4966.0, 4993.0, 4953.0, 4990.0, 4962.0, 4991.0, 4962.0, 4981.0, 4971.0, 4983.0, 4972.0, 4973.0, 4978.0, 4961.0, 4978.0, 4963.0, 4951.0, 4971.0, 4949.0, 4990.0, 4962.0, 4989.0, 4972.0, 4982.0, 4973.0, 4983.0, 4972.0, 4981.0, 4961.0, 4970.0, 4951.0, 4972.0, 4949.0, 4969.0, 4948.0, 4939.0, 4975.0, 4947.0, 4975.0, 4958.0, 4966.0, 4948.0, 4955.0, 4948.0, 4956.0, 4947.0, 4955.0, 4948.0, 4958.0, 4937.0, 4960.0, 4960.0, 4957.0, 4962.0, 4960.0, 4941.0, 4972.0, 4955.0, 4972.0, 4953.0, 4982.0, 4981.0, 4984.0, 5002.0, 4974.0, 4992.0, 4973.0, 4985.0, 4962.0, 4973.0, 4969.0, 4960.0, 4989.0, 4969.0, 4969.0, 4969.0, 4971.0, 4962.0, 4969.0, 4962.0, 4982.0, 4962.0, 4983.0, 4964.0, 4983.0, 4982.0, 4973.0, 5000.0, 4973.0, 4979.0, 4971.0, 4980.0, 4953.0, 4970.0, 4950.0, 4962.0, 4981.0, 4961.0, 4990.0, 4970.0, 4989.0, 4972.0, 4989.0, 4972.0, 4979.0, 4975.0, 4991.0, 4972.0, 4981.0, 4976.0, 4985.0, 4973.0, 4985.0, 4973.0, 4982.0, 4974.0, 4982.0, 4973.0, 4992.0, 4984.0, 5000.0, 4977.0, 4972.0, 4988.0, 4971.0, 5007.0, 4978.0, 5007.0, 4995.0, 4995.0, 5015.0, 4985.0, 4996.0, 4964.0, 4983.0, 4984.0, 4963.0, 4982.0, 4970.0, 4972.0, 4951.0, 4970.0, 4959.0, 4960.0, 4988.0, 4961.0, 4990.0, 4972.0, 4980.0, 4973.0, 4982.0, 4961.0, 4983.0, 4970.0, 4963.0, 4980.0, 4970.0, 4968.0, 4960.0, 4959.0, 4947.0, 4962.0, 4980.0, 4960.0, 4988.0, 4958.0, 4968.0, 4971.0, 4969.0, 4970.0, 4969.0, 4959.0, 4970.0, 4950.0, 4971.0, 4961.0, 4963.0, 4992.0, 4976.0, 4981.0, 4970.0, 4980.0, 4961.0, 4981.0, 4951.0, 4982.0, 4952.0, 4970.0, 4989.0, 4962.0, 4980.0, 4972.0, 4970.0, 4959.0, 4969.0, 4948.0, 4970.0, 4969.0, 4960.0, 4988.0, 4959.0, 4968.0, 4959.0, 4969.0, 4950.0, 4960.0, 4968.0, 4960.0, 4980.0, 4959.0, 4968.0, 4960.0, 4969.0, 4959.0, 4969.0, 4959.0, 4968.0, 4961.0, 4969.0, 4972.0, 4971.0, 4961.0, 4980.0, 4974.0, 4981.0, 4974.0, 4980.0, 4974.0, 4992.0, 4985.0, 4995.0, 4985.0, 4996.0, 4985.0, 4994.0, 4975.0, 4995.0, 4973.0, 4995.0, 4982.0, 4973.0, 4980.0, 4972.0, 4990.0, 4973.0, 4971.0, 4992.0, 4974.0, 5002.0, 4978.0, 5017.0, 5019.0, 5006.0, 4998.0, 4980.0, 5016.0, 5009.0, 5006.0, 5006.0, 4965.0, 5005.0, 4976.0, 4992.0, 4985.0, 5007.0, 4995.0, 4994.0, 4974.0, 4984.0, 4952.0, 4981.0, 4950.0, 4979.0, 4957.0, 4939.0, 4988.0, 4958.0, 4976.0, 4957.0, 4966.0, 4948.0, 4957.0, 4947.0, 4967.0, 4960.0, 4960.0, 4960.0, 4970.0, 4962.0, 4992.0, 4974.0, 4982.0, 4964.0, 4993.0, 4963.0, 4992.0, 4964.0, 4993.0, 4990.0, 4973.0, 4981.0, 4972.0, 4969.0, 4960.0, 4980.0, 4950.0, 4979.0, 4959.0, 4950.0, 4988.0, 4961.0, 4968.0, 4968.0, 4968.0, 4949.0, 4970.0, 4939.0, 4969.0, 4958.0, 4970.0, 4988.0, 4959.0, 4978.0, 4959.0, 4969.0, 4948.0, 4977.0, 4968.0, 4958.0, 4988.0, 4969.0, 4968.0, 4960.0, 4968.0, 4950.0, 4981.0, 4949.0, 4979.0, 4962.0, 4980.0, 4951.0, 4982.0, 4995.0, 4981.0, 4985.0, 4982.0, 4982.0, 4994.0, 4975.0, 5004.0, 4977.0, 5003.0, 4988.0, 5004.0, 4995.0, 5014.0, 4995.0, 5003.0, 4994.0, 5003.0, 4996.0, 4993.0, 4981.0, 4985.0, 4982.0, 4982.0, 4961.0, 4981.0, 4962.0, 4980.0, 4970.0, 4991.0, 4972.0, 4979.0, 4973.0, 5001.0, 4973.0, 4992.0, 4963.0, 4982.0, 5008.0, 4976.0, 5016.0, 4996.0, 5014.0, 4981.0, 4962.0, 5002.0, 4963.0, 4992.0, 4976.0, 4992.0, 4993.0, 5016.0, 4986.0, 4973.0, 4971.0, 4951.0, 4992.0, 4980.0, 4990.0, 4968.0, 4977.0, 4959.0, 4978.0, 4960.0, 4978.0, 4948.0, 4954.0, 4935.0, 4940.0, 4951.0, 4951.0, 4979.0, 4972.0, 4989.0, 4950.0, 4956.0, 4939.0, 4949.0, 4959.0, 4942.0, 4980.0, 4951.0, 4978.0, 4960.0], 'WindowWidth': [10987.0, 10960.0, 10886.0, 10933.0, 10850.0, 10896.0, 10854.0, 10846.0, 10799.0, 10840.0, 10797.0, 10819.0, 10769.0, 10819.0, 10774.0, 10821.0, 10785.0, 10801.0, 10758.0, 10805.0, 10797.0, 10795.0, 10814.0, 10771.0, 10813.0, 10765.0, 10791.0, 10763.0, 10769.0, 10738.0, 10757.0, 10812.0, 10767.0, 10806.0, 10762.0, 10781.0, 10760.0, 10785.0, 10778.0, 10802.0, 10780.0, 10800.0, 10786.0, 10829.0, 10828.0, 10814.0, 10844.0, 10819.0, 10837.0, 10806.0, 10841.0, 10804.0, 10842.0, 10798.0, 10836.0, 10849.0, 10829.0, 10862.0, 10834.0, 10837.0, 10813.0, 10863.0, 10807.0, 10853.0, 10819.0, 10840.0, 10859.0, 10832.0, 10859.0, 10848.0, 10851.0, 10831.0, 10867.0, 10818.0, 10872.0, 10842.0, 10844.0, 10873.0, 10846.0, 10860.0, 10836.0, 10852.0, 10816.0, 10847.0, 10802.0, 10838.0, 10816.0, 10852.0, 10837.0, 10840.0, 10853.0, 10845.0, 10886.0, 10855.0, 10877.0, 10844.0, 10853.0, 10853.0, 10857.0, 10852.0, 10878.0, 10857.0, 10864.0, 10860.0, 10869.0, 10859.0, 10878.0, 10860.0, 10883.0, 10869.0, 10884.0, 10827.0, 10868.0, 10846.0, 10841.0, 10868.0, 10837.0, 10833.0, 10811.0, 10820.0, 10789.0, 10848.0, 10817.0, 10806.0, 10803.0, 10787.0, 10786.0, 10827.0, 10827.0, 10831.0, 10840.0, 10848.0, 10855.0, 10839.0, 10850.0, 10889.0, 10879.0, 10899.0, 10875.0, 10893.0, 10871.0, 10869.0, 10837.0, 10849.0, 10822.0, 10849.0, 10789.0, 10830.0, 10770.0, 10828.0, 10791.0, 10795.0, 10775.0, 10782.0, 10828.0, 10828.0, 10820.0, 10801.0, 10835.0, 10815.0, 10831.0, 10803.0, 10825.0, 10825.0, 10815.0, 10793.0, 10796.0, 10781.0, 10775.0, 10785.0, 10809.0, 10779.0, 10797.0, 10776.0, 10765.0, 10826.0, 10810.0, 10830.0, 10810.0, 10830.0, 10822.0, 10851.0, 10813.0, 10817.0, 10811.0, 10808.0, 10834.0, 10793.0, 10813.0, 10773.0, 10813.0, 10787.0, 10808.0, 10781.0, 10805.0, 10784.0, 10806.0, 10793.0, 10802.0, 10779.0, 10790.0, 10754.0, 10773.0, 10782.0, 10775.0, 10815.0, 10792.0, 10783.0, 10783.0, 10795.0, 10840.0, 10801.0, 10875.0, 10845.0, 10830.0, 10810.0, 10842.0, 10810.0, 10820.0, 10783.0, 10815.0, 10780.0, 10797.0, 10796.0, 10784.0, 10803.0, 10758.0, 10803.0, 10765.0, 10779.0, 10769.0, 10793.0, 10769.0, 10810.0, 10786.0, 10806.0, 10767.0, 10809.0, 10777.0, 10788.0, 10776.0, 10774.0, 10749.0, 10793.0, 10752.0, 10798.0, 10811.0, 10771.0, 10823.0, 10801.0, 10808.0, 10786.0, 10810.0, 10772.0, 10810.0, 10783.0, 10802.0, 10809.0, 10785.0, 10809.0, 10797.0, 10852.0, 10816.0, 10836.0, 10821.0, 10824.0, 10797.0, 10844.0, 10850.0, 10805.0, 10821.0, 10772.0, 10817.0, 10808.0, 10776.0, 10799.0, 10782.0, 10792.0, 10760.0, 10768.0, 10805.0, 10767.0, 10818.0, 10771.0, 10773.0, 10783.0, 10797.0, 10790.0, 10815.0, 10794.0, 10801.0, 10813.0, 10848.0, 10827.0, 10837.0, 10813.0, 10830.0, 10843.0, 10804.0, 10855.0, 10813.0, 10846.0, 10853.0, 10808.0, 10840.0, 10803.0, 10804.0, 10768.0, 10817.0, 10780.0, 10785.0, 10816.0, 10760.0, 10783.0, 10760.0, 10766.0, 10774.0, 10765.0, 10757.0, 10767.0, 10763.0, 10805.0, 10771.0, 10806.0, 10783.0, 10812.0, 10789.0, 10831.0, 10809.0, 10816.0, 10792.0, 10817.0, 10808.0, 10809.0, 10822.0, 10807.0, 10824.0, 10811.0, 10834.0, 10807.0, 10833.0, 10829.0, 10804.0, 10834.0, 10803.0, 10813.0, 10799.0, 10797.0, 10783.0, 10817.0, 10766.0, 10808.0, 10785.0, 10791.0, 10754.0, 10801.0, 10764.0, 10794.0, 10772.0, 10798.0, 10772.0, 10785.0, 10811.0, 10801.0, 10829.0, 10794.0, 10840.0, 10803.0, 10844.0, 10805.0, 10845.0, 10802.0, 10845.0, 10806.0, 10830.0, 10819.0, 10833.0, 10808.0, 10811.0, 10803.0, 10820.0, 10798.0, 10810.0, 10787.0, 10812.0, 10767.0, 10813.0, 10786.0, 10826.0, 10818.0, 10833.0, 10812.0, 10847.0, 10819.0, 10871.0, 10832.0, 10858.0, 10801.0, 10863.0, 10845.0, 10812.0, 10842.0, 10805.0, 10825.0, 10790.0, 10805.0, 10824.0, 10795.0, 10793.0, 10761.0, 10795.0, 10776.0, 10779.0, 10807.0, 10786.0, 10820.0, 10789.0, 10808.0, 10786.0, 10825.0, 10788.0, 10799.0, 10804.0, 10814.0, 10822.0, 10846.0, 10811.0, 10830.0, 10821.0, 10829.0, 10817.0, 10836.0, 10802.0, 10849.0, 10822.0, 10820.0, 10819.0, 10822.0, 10771.0, 10819.0, 10813.0, 10784.0, 10813.0, 10771.0, 10773.0, 10747.0, 10787.0, 10776.0, 10759.0, 10797.0, 10746.0, 10771.0, 10762.0, 10785.0, 10769.0, 10784.0, 10753.0, 10803.0, 10809.0, 10783.0, 10827.0, 10782.0, 10795.0, 10768.0, 10799.0, 10775.0, 10785.0, 10815.0, 10768.0, 10780.0, 10763.0, 10788.0, 10745.0, 10774.0, 10780.0, 10750.0, 10789.0, 10775.0, 10771.0, 10763.0, 10769.0, 10761.0, 10761.0, 10780.0, 10779.0, 10792.0, 10785.0, 10777.0, 10798.0, 10833.0, 10807.0, 10832.0, 10808.0, 10816.0, 10776.0, 10823.0, 10785.0, 10787.0, 10826.0, 10781.0, 10792.0, 10764.0, 10798.0, 10764.0, 10788.0, 10795.0, 10765.0, 10802.0, 10774.0, 10785.0, 10771.0, 10768.0, 10766.0, 10789.0, 10761.0, 10788.0, 10786.0, 10794.0, 10773.0, 10811.0, 10783.0, 10811.0, 10787.0, 10790.0, 10825.0, 10784.0, 10827.0, 10814.0, 10806.0, 10802.0, 10810.0, 10788.0, 10812.0, 10784.0, 10814.0, 10789.0, 10813.0, 10773.0, 10818.0, 10798.0, 10811.0, 10784.0, 10798.0, 10820.0, 10791.0, 10840.0, 10801.0, 10826.0, 10801.0, 10824.0, 10791.0, 10812.0, 10806.0, 10807.0, 10809.0, 10818.0, 10807.0, 10819.0, 10809.0, 10797.0, 10850.0, 10832.0, 10869.0, 10831.0, 10859.0, 10833.0, 10855.0, 10832.0, 10844.0, 10829.0, 10837.0, 10812.0, 10795.0, 10834.0, 10794.0, 10833.0, 10818.0, 10835.0, 10791.0, 10830.0, 10814.0, 10793.0, 10828.0, 10798.0, 10798.0, 10784.0, 10798.0, 10772.0, 10811.0, 10771.0, 10783.0, 10755.0, 10789.0, 10793.0, 10819.0, 10825.0, 10833.0, 10841.0, 10859.0, 10844.0, 10845.0, 10872.0, 10843.0, 10881.0, 10868.0, 10867.0, 10836.0, 10867.0, 10825.0, 10845.0, 10842.0, 10810.0, 10837.0, 10805.0, 10826.0, 10803.0, 10827.0, 10795.0, 10807.0, 10785.0, 10801.0, 10769.0, 10760.0, 10808.0, 10774.0, 10808.0, 10769.0, 10810.0, 10793.0, 10812.0, 10813.0, 10795.0, 10783.0, 10808.0, 10802.0, 10828.0, 10782.0, 10791.0, 10780.0, 10793.0, 10782.0, 10788.0, 10762.0, 10771.0, 10763.0, 10788.0, 10783.0, 10789.0, 10777.0, 10807.0, 10784.0, 10816.0, 10776.0, 10808.0, 10785.0, 10797.0, 10814.0, 10783.0, 10814.0, 10788.0, 10831.0, 10818.0, 10846.0, 10820.0, 10805.0, 10808.0, 10804.0, 10847.0, 10827.0, 10837.0, 10824.0, 10810.0, 10831.0, 10819.0, 10833.0, 10820.0, 10832.0, 10818.0, 10811.0, 10789.0, 10810.0, 10796.0, 10799.0, 10779.0, 10776.0, 10766.0, 10794.0, 10759.0, 10775.0, 10800.0, 10758.0, 10784.0, 10776.0, 10776.0, 10780.0, 10794.0, 10784.0, 10779.0, 10816.0, 10812.0, 10824.0, 10810.0, 10839.0, 10868.0, 10831.0, 10869.0, 10832.0, 10866.0, 10828.0, 10816.0, 10848.0, 10811.0, 10839.0, 10789.0, 10807.0, 10826.0, 10788.0, 10814.0, 10772.0, 10795.0, 10777.0, 10781.0, 10819.0, 10765.0, 10790.0, 10764.0, 10794.0, 10773.0, 10754.0, 10803.0, 10781.0, 10791.0, 10758.0, 10777.0, 10796.0, 10765.0, 10786.0, 10760.0, 10787.0, 10747.0, 10768.0, 10800.0, 10761.0, 10794.0, 10786.0, 10781.0, 10783.0, 10801.0, 10772.0, 10789.0, 10826.0, 10788.0, 10800.0, 10787.0, 10807.0, 10771.0, 10783.0, 10806.0, 10787.0, 10807.0, 10797.0, 10798.0, 10780.0, 10814.0, 10775.0, 10800.0, 10775.0, 10799.0, 10808.0, 10790.0, 10827.0, 10800.0, 10813.0, 10805.0, 10796.0, 10786.0, 10795.0, 10793.0, 10809.0, 10790.0, 10813.0, 10790.0, 10833.0, 10806.0, 10825.0, 10844.0, 10795.0, 10832.0, 10822.0, 10816.0, 10787.0, 10800.0, 10786.0, 10814.0, 10785.0, 10813.0, 10799.0, 10787.0, 10827.0, 10802.0, 10803.0, 10784.0, 10789.0, 10823.0, 10804.0, 10835.0, 10781.0, 10855.0, 10840.0, 10802.0, 10835.0, 10820.0, 10855.0, 10843.0, 10855.0, 10824.0, 10845.0, 10823.0, 10825.0, 10811.0, 10827.0, 10784.0, 10803.0, 10823.0, 10781.0, 10823.0, 10782.0, 10791.0, 10782.0, 10793.0, 10803.0, 10793.0, 10766.0, 10807.0, 10765.0, 10809.0, 10790.0, 10796.0, 10776.0, 10812.0, 10786.0, 10829.0, 10797.0, 10834.0, 10777.0, 10827.0, 10792.0, 10830.0, 10787.0, 10817.0, 10801.0, 10818.0, 10803.0, 10805.0, 10808.0, 10786.0, 10809.0, 10790.0, 10776.0, 10800.0, 10771.0, 10827.0, 10789.0, 10827.0, 10805.0, 10816.0, 10807.0, 10821.0, 10803.0, 10815.0, 10788.0, 10798.0, 10771.0, 10802.0, 10766.0, 10792.0, 10762.0, 10751.0, 10797.0, 10761.0, 10799.0, 10776.0, 10785.0, 10761.0, 10769.0, 10762.0, 10770.0, 10761.0, 10769.0, 10762.0, 10777.0, 10747.0, 10780.0, 10783.0, 10776.0, 10787.0, 10785.0, 10760.0, 10803.0, 10784.0, 10804.0, 10781.0, 10821.0, 10819.0, 10824.0, 10847.0, 10810.0, 10834.0, 10806.0, 10828.0, 10789.0, 10806.0, 10796.0, 10784.0, 10825.0, 10796.0, 10796.0, 10797.0, 10799.0, 10788.0, 10796.0, 10791.0, 10817.0, 10790.0, 10820.0, 10795.0, 10821.0, 10818.0, 10807.0, 10844.0, 10805.0, 10811.0, 10800.0, 10815.0, 10775.0, 10797.0, 10771.0, 10787.0, 10811.0, 10786.0, 10827.0, 10798.0, 10825.0, 10803.0, 10824.0, 10804.0, 10811.0, 10811.0, 10831.0, 10806.0, 10815.0, 10813.0, 10823.0, 10807.0, 10823.0, 10807.0, 10815.0, 10809.0, 10819.0, 10806.0, 10831.0, 10823.0, 10840.0, 10816.0, 10809.0, 10834.0, 10818.0, 10864.0, 10825.0, 10863.0, 10844.0, 10844.0, 10874.0, 10828.0, 10846.0, 10796.0, 10825.0, 10823.0, 10793.0, 10820.0, 10798.0, 10805.0, 10771.0, 10796.0, 10780.0, 10783.0, 10822.0, 10785.0, 10826.0, 10803.0, 10813.0, 10806.0, 10818.0, 10787.0, 10820.0, 10798.0, 10789.0, 10812.0, 10795.0, 10793.0, 10782.0, 10781.0, 10763.0, 10786.0, 10810.0, 10783.0, 10824.0, 10780.0, 10792.0, 10798.0, 10794.0, 10798.0, 10795.0, 10782.0, 10800.0, 10771.0, 10800.0, 10789.0, 10792.0, 10831.0, 10811.0, 10815.0, 10800.0, 10813.0, 10786.0, 10814.0, 10772.0, 10815.0, 10775.0, 10799.0, 10823.0, 10790.0, 10814.0, 10799.0, 10798.0, 10783.0, 10795.0, 10764.0, 10796.0, 10793.0, 10784.0, 10822.0, 10780.0, 10792.0, 10779.0, 10794.0, 10769.0, 10781.0, 10791.0, 10782.0, 10810.0, 10779.0, 10790.0, 10782.0, 10791.0, 10782.0, 10793.0, 10781.0, 10791.0, 10785.0, 10793.0, 10802.0, 10800.0, 10786.0, 10811.0, 10807.0, 10813.0, 10809.0, 10813.0, 10810.0, 10832.0, 10827.0, 10839.0, 10827.0, 10841.0, 10828.0, 10839.0, 10812.0, 10842.0, 10809.0, 10839.0, 10819.0, 10806.0, 10812.0, 10803.0, 10825.0, 10807.0, 10801.0, 10832.0, 10812.0, 10846.0, 10822.0, 10878.0, 10883.0, 10859.0, 10851.0, 10827.0, 10873.0, 10871.0, 10858.0, 10859.0, 10799.0, 10855.0, 10814.0, 10834.0, 10827.0, 10859.0, 10838.0, 10840.0, 10808.0, 10821.0, 10774.0, 10814.0, 10766.0, 10807.0, 10772.0, 10751.0, 10816.0, 10775.0, 10798.0, 10773.0, 10782.0, 10761.0, 10772.0, 10760.0, 10786.0, 10782.0, 10781.0, 10784.0, 10798.0, 10788.0, 10828.0, 10811.0, 10817.0, 10796.0, 10836.0, 10792.0, 10834.0, 10794.0, 10835.0, 10827.0, 10806.0, 10817.0, 10802.0, 10796.0, 10782.0, 10812.0, 10768.0, 10808.0, 10780.0, 10768.0, 10820.0, 10783.0, 10791.0, 10791.0, 10790.0, 10765.0, 10794.0, 10750.0, 10793.0, 10778.0, 10795.0, 10819.0, 10781.0, 10806.0, 10781.0, 10794.0, 10763.0, 10804.0, 10790.0, 10780.0, 10822.0, 10795.0, 10791.0, 10783.0, 10791.0, 10769.0, 10814.0, 10767.0, 10809.0, 10789.0, 10812.0, 10773.0, 10818.0, 10840.0, 10817.0, 10823.0, 10819.0, 10819.0, 10840.0, 10812.0, 10853.0, 10819.0, 10851.0, 10837.0, 10855.0, 10843.0, 10870.0, 10843.0, 10852.0, 10840.0, 10852.0, 10842.0, 10837.0, 10818.0, 10828.0, 10819.0, 10818.0, 10788.0, 10817.0, 10789.0, 10810.0, 10799.0, 10828.0, 10804.0, 10809.0, 10807.0, 10845.0, 10808.0, 10833.0, 10794.0, 10819.0, 10865.0, 10819.0, 10874.0, 10849.0, 10867.0, 10818.0, 10793.0, 10846.0, 10794.0, 10834.0, 10814.0, 10832.0, 10837.0, 10874.0, 10830.0, 10809.0, 10802.0, 10773.0, 10833.0, 10812.0, 10826.0, 10790.0, 10801.0, 10777.0, 10806.0, 10784.0, 10805.0, 10761.0, 10762.0, 10738.0, 10757.0, 10774.0, 10774.0, 10809.0, 10806.0, 10824.0, 10770.0, 10774.0, 10752.0, 10766.0, 10780.0, 10762.0, 10811.0, 10771.0, 10805.0, 10784.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.016166772151898733</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03294036210443038</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.91718383755346</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.4402511885510685</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3019291291686443</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4903</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6111.2261</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09465975541457441</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.481012658227848</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.570296039639275</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.518749212675612</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7361498438560132</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.455989062386199</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0104324</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005627210717648268</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02331073395907879</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.359971254807291</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>25.3836</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.2841</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.1367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294837.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1073.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.0102</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7514</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.7452</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4190.7148</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4376.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81707.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1794.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5341.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.6702</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.98136919713579</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> |