=== 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-0083 --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-0083",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 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-0083_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0083_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0083_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-04/func/sub-0083_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c046121007a7891d53a68b8123babbc0</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>19:32:29.232500</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.998972, 0.0310527, 0.0330108, -0.0354086, 0.989402, 0.140819]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0880531</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4136, -7866, -7309, 806, -91, -676, 198, 4]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.066</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1257500a-9b9d-43f9-9501-ca3af6968744||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.6801700592041016, -0.0949985608458519, 0.07637805491685867, 117.42262268066406], [-0.08331214636564255, 2.6544930934906006, 0.38297709822654724, -105.67506408691406], [0.08856566250324249, -0.3778076171875, 2.6716089248657227, -67.68357849121094], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['193229.232500', '193229.692500', '193230.152500', '193230.612500', '193231.072500', '193231.532500', '193231.992500', '193232.452500', '193232.912500', '193233.372500', '193233.832500', '193234.292500', '193234.752500', '193235.212500', '193235.672500', '193236.132500', '193236.592500', '193237.052500', '193237.512500', '193237.972500', '193238.432500', '193238.892500', '193239.352500', '193239.812500', '193240.272500', '193240.732500', '193241.192500', '193241.652500', '193242.112500', '193242.572500', '193243.032500', '193243.492500', '193243.952500', '193244.412500', '193244.872500', '193245.332500', '193245.792500', '193246.252500', '193246.712500', '193247.172500', '193247.632500', '193248.092500', '193248.552500', '193249.012500', '193249.472500', '193249.932500', '193250.392500', '193250.852500', '193251.312500', '193251.772500', '193252.232500', '193252.692500', '193253.152500', '193253.612500', '193254.072500', '193254.532500', '193254.992500', '193255.452500', '193255.912500', '193256.372500', '193256.832500', '193257.292500', '193257.752500', '193258.212500', '193258.672500', '193259.132500', '193259.592500', '193300.052500', '193300.512500', '193300.972500', '193301.432500', '193301.892500', '193302.352500', '193302.812500', '193303.272500', '193303.732500', '193304.192500', '193304.652500', '193305.112500', '193305.572500', '193306.032500', '193306.492500', '193306.952500', '193307.412500', '193307.872500', '193308.332500', '193308.792500', '193309.252500', '193309.712500', '193310.172500', '193310.632500', '193311.092500', '193311.552500', '193312.012500', '193312.472500', '193312.932500', '193313.392500', '193313.852500', '193314.312500', '193314.772500', '193315.232500', '193315.692500', '193316.152500', '193316.612500', '193317.072500', '193317.532500', '193317.992500', '193318.452500', '193318.912500', '193319.372500', '193319.832500', '193320.292500', '193320.752500', '193321.212500', '193321.672500', '193322.132500', '193322.592500', '193323.052500', '193323.512500', '193323.972500', '193324.432500', '193324.892500', '193325.352500', '193325.812500', '193326.272500', '193326.732500', '193327.192500', '193327.652500', '193328.112500', '193328.572500', '193329.032500', '193329.492500', '193329.952500', '193330.412500', '193330.872500', '193331.332500', '193331.792500', '193332.252500', '193332.712500', '193333.172500', '193333.632500', '193334.092500', '193334.552500', '193335.012500', '193335.472500', '193335.932500', '193336.392500', '193336.852500', '193337.312500', '193337.772500', '193338.232500', '193338.692500', '193339.152500', '193339.612500', '193340.072500', '193340.532500', '193340.992500', '193341.452500', '193341.912500', '193342.372500', '193342.832500', '193343.292500', '193343.752500', '193344.212500', '193344.672500', '193345.132500', '193345.592500', '193346.052500', '193346.512500', '193346.972500', '193347.432500', '193347.892500', '193348.352500', '193348.812500', '193349.272500', '193349.732500', '193350.192500', '193350.652500', '193351.112500', '193351.572500', '193352.032500', '193352.492500', '193352.952500', '193353.412500', '193353.872500', '193354.332500', '193354.792500', '193355.252500', '193355.712500', '193356.172500', '193356.632500', '193357.092500', '193357.552500', '193358.012500', '193358.472500', '193358.932500', '193359.392500', '193359.852500', '193400.312500', '193400.772500', '193401.232500', '193401.692500', '193402.152500', '193402.612500', '193403.072500', '193403.532500', '193403.992500', '193404.452500', '193404.912500', '193405.372500', '193405.832500', '193406.292500', '193406.752500', '193407.212500', '193407.672500', '193408.132500', '193408.592500', '193409.052500', '193409.512500', '193409.972500', '193410.432500', '193410.892500', '193411.352500', '193411.812500', '193412.272500', '193412.732500', '193413.192500', '193413.652500', '193414.112500', '193414.572500', '193415.032500', '193415.492500', '193415.952500', '193416.412500', '193416.872500', '193417.332500', '193417.792500', '193418.252500', '193418.712500', '193419.172500', '193419.632500', '193420.092500', '193420.552500', '193421.012500', '193421.472500', '193421.932500', '193422.392500', '193422.852500', '193423.312500', '193423.772500', '193424.232500', '193424.692500', '193425.152500', '193425.612500', '193426.072500', '193426.532500', '193426.992500', '193427.452500', '193427.912500', '193428.372500', '193428.832500', '193429.292500', '193429.752500', '193430.212500', '193430.672500', '193431.132500', '193431.592500', '193432.052500', '193432.512500', '193432.972500', '193433.432500', '193433.892500', '193434.352500', '193434.812500', '193435.272500', '193435.732500', '193436.192500', '193436.652500', '193437.112500', '193437.572500', '193438.032500', '193438.492500', '193438.952500', '193439.412500', '193439.872500', '193440.332500', '193440.792500', '193441.252500', '193441.712500', '193442.172500', '193442.632500', '193443.092500', '193443.552500', '193444.012500', '193444.472500', '193444.932500', '193445.392500', '193445.852500', '193446.312500', '193446.772500', '193447.232500', '193447.692500', '193448.152500', '193448.612500', '193449.072500', '193449.532500', '193449.992500', '193450.452500', '193450.912500', '193451.372500', '193451.832500', '193452.292500', '193452.752500', '193453.212500', '193453.672500', '193454.132500', '193454.592500', '193455.052500', '193455.512500', '193455.972500', '193456.432500', '193456.892500', '193457.352500', '193457.812500', '193458.272500', '193458.732500', '193459.192500', '193459.652500', '193500.112500', '193500.572500', '193501.032500', '193501.492500', '193501.952500', '193502.412500', '193502.872500', '193503.332500', '193503.792500', '193504.252500', '193504.712500', '193505.172500', '193505.632500', '193506.092500', '193506.552500', '193507.012500', '193507.472500', '193507.932500', '193508.392500', '193508.852500', '193509.312500', '193509.772500', '193510.232500', '193510.692500', '193511.152500', '193511.612500', '193512.072500', '193512.532500', '193512.992500', '193513.452500', '193513.912500', '193514.372500', '193514.832500', '193515.292500', '193515.752500', '193516.212500', '193516.672500', '193517.132500', '193517.592500', '193518.052500', '193518.512500', '193518.972500', '193519.432500', '193519.892500', '193520.352500', '193520.812500', '193521.272500', '193521.732500', '193522.192500', '193522.652500', '193523.112500', '193523.572500', '193524.032500', '193524.492500', '193524.952500', '193525.412500', '193525.872500', '193526.332500', '193526.792500', '193527.252500', '193527.712500', '193528.172500', '193528.632500', '193529.092500', '193529.552500', '193530.012500', '193530.472500', '193530.932500', '193531.392500', '193531.852500', '193532.312500', '193532.772500', '193533.232500', '193533.692500', '193534.152500', '193534.612500', '193535.072500', '193535.532500', '193535.992500', '193536.452500', '193536.912500', '193537.372500', '193537.832500', '193538.292500', '193538.752500', '193539.212500', '193539.672500', '193540.132500', '193540.592500', '193541.052500', '193541.512500', '193541.972500', '193542.432500', '193542.892500', '193543.352500', '193543.812500', '193544.272500', '193544.732500', '193545.192500', '193545.652500', '193546.112500', '193546.572500', '193547.032500', '193547.492500', '193547.952500', '193548.412500', '193548.872500', '193549.332500', '193549.792500', '193550.252500', '193550.712500', '193551.172500', '193551.632500', '193552.092500', '193552.552500', '193553.012500', '193553.472500', '193553.932500', '193554.392500', '193554.852500', '193555.312500', '193555.772500', '193556.232500', '193556.692500', '193557.152500', '193557.612500', '193558.072500', '193558.532500', '193558.992500', '193559.452500', '193559.912500', '193600.372500', '193600.832500', '193601.292500', '193601.752500', '193602.212500', '193602.672500', '193603.132500', '193603.592500', '193604.052500', '193604.512500', '193604.972500', '193605.432500', '193605.892500', '193606.352500', '193606.812500', '193607.272500', '193607.732500', '193608.192500', '193608.652500', '193609.112500', '193609.572500', '193610.032500', '193610.492500', '193610.952500', '193611.412500', '193611.872500', '193612.332500', '193612.792500', '193613.252500', '193613.712500', '193614.172500', '193614.632500', '193615.092500', '193615.552500', '193616.012500', '193616.472500', '193616.932500', '193617.392500', '193617.852500', '193618.312500', '193618.772500', '193619.232500', '193619.692500', '193620.152500', '193620.612500', '193621.072500', '193621.532500', '193621.992500', '193622.452500', '193622.912500', '193623.372500', '193623.832500', '193624.292500', '193624.752500', '193625.212500', '193625.672500', '193626.132500', '193626.592500', '193627.052500', '193627.512500', '193627.972500', '193628.432500', '193628.892500', '193629.352500', '193629.812500', '193630.272500', '193630.732500', '193631.192500', '193631.652500', '193632.112500', '193632.572500', '193633.032500', '193633.492500', '193633.952500', '193634.412500', '193634.872500', '193635.332500', '193635.792500', '193636.252500', '193636.712500', '193637.172500', '193637.632500', '193638.092500', '193638.552500', '193639.012500', '193639.472500', '193639.932500', '193640.392500', '193640.852500', '193641.312500', '193641.772500', '193642.232500', '193642.692500', '193643.152500', '193643.612500', '193644.072500', '193644.532500', '193644.992500', '193645.452500', '193645.912500', '193646.372500', '193646.832500', '193647.292500', '193647.752500', '193648.212500', '193648.672500', '193649.132500', '193649.592500', '193650.052500', '193650.512500', '193650.972500', '193651.432500', '193651.892500', '193652.352500', '193652.812500', '193653.272500', '193653.732500', '193654.192500', '193654.652500', '193655.112500', '193655.572500', '193656.032500', '193656.492500', '193656.952500', '193657.412500', '193657.872500', '193658.332500', '193658.792500', '193659.252500', '193659.712500', '193700.172500', '193700.632500', '193701.092500', '193701.552500', '193702.012500', '193702.472500', '193702.932500', '193703.392500', '193703.852500', '193704.312500', '193704.772500', '193705.232500', '193705.692500', '193706.152500', '193706.612500', '193707.072500', '193707.532500', '193707.992500', '193708.452500', '193708.912500', '193709.372500', '193709.832500', '193710.292500', '193710.752500', '193711.212500', '193711.672500', '193712.132500', '193712.592500', '193713.052500', '193713.512500', '193713.972500', '193714.432500', '193714.892500', '193715.352500', '193715.812500', '193716.272500', '193716.732500', '193717.192500', '193717.652500', '193718.112500', '193718.572500', '193719.032500', '193719.492500', '193719.952500', '193720.412500', '193720.872500', '193721.332500', '193721.792500', '193722.252500', '193722.712500', '193723.172500', '193723.632500', '193724.092500', '193724.552500', '193725.012500', '193725.472500', '193725.932500', '193726.392500', '193726.852500', '193727.312500', '193727.772500', '193728.232500', '193728.692500', '193729.152500', '193729.612500', '193730.072500', '193730.532500', '193730.992500', '193731.452500', '193731.912500', '193732.372500', '193732.832500', '193733.292500', '193733.752500', '193734.212500', '193734.672500', '193735.132500', '193735.592500', '193736.052500', '193736.512500', '193736.972500', '193737.432500', '193737.892500', '193738.352500', '193738.812500', '193739.272500', '193739.732500', '193740.192500', '193740.652500', '193741.112500', '193741.572500', '193742.032500', '193742.492500', '193742.952500', '193743.412500', '193743.872500', '193744.332500', '193744.792500', '193745.252500', '193745.712500', '193746.172500', '193746.632500', '193747.092500', '193747.552500', '193748.012500', '193748.472500', '193748.932500', '193749.392500', '193749.852500', '193750.312500', '193750.772500', '193751.232500', '193751.692500', '193752.152500', '193752.612500', '193753.072500', '193753.532500', '193753.992500', '193754.452500', '193754.912500', '193755.372500', '193755.832500', '193756.292500', '193756.752500', '193757.212500', '193757.672500', '193758.132500', '193758.592500', '193759.052500', '193759.512500', '193759.972500', '193800.432500', '193800.892500', '193801.352500', '193801.812500', '193802.272500', '193802.732500', '193803.192500', '193803.652500', '193804.112500', '193804.572500', '193805.032500', '193805.492500', '193805.952500', '193806.412500', '193806.872500', '193807.332500', '193807.792500', '193808.252500', '193808.712500', '193809.172500', '193809.632500', '193810.092500', '193810.552500', '193811.012500', '193811.472500', '193811.932500', '193812.392500', '193812.852500', '193813.312500', '193813.772500', '193814.232500', '193814.692500', '193815.152500', '193815.612500', '193816.072500', '193816.532500', '193816.992500', '193817.452500', '193817.912500', '193818.372500', '193818.832500', '193819.292500', '193819.752500', '193820.212500', '193820.672500', '193821.132500', '193821.592500', '193822.052500', '193822.512500', '193822.972500', '193823.432500', '193823.892500', '193824.352500', '193824.812500', '193825.272500', '193825.732500', '193826.192500', '193826.652500', '193827.112500', '193827.572500', '193828.032500', '193828.492500', '193828.952500', '193829.412500', '193829.872500', '193830.332500', '193830.792500', '193831.252500', '193831.712500', '193832.172500', '193832.632500', '193833.092500', '193833.552500', '193834.012500', '193834.472500', '193834.932500', '193835.392500', '193835.852500', '193836.312500', '193836.772500', '193837.232500', '193837.692500', '193838.152500', '193838.612500', '193839.072500', '193839.532500', '193839.992500', '193840.452500', '193840.912500', '193841.372500', '193841.832500', '193842.292500', '193842.752500', '193843.212500', '193843.672500', '193844.132500', '193844.592500', '193845.052500', '193845.512500', '193845.972500', '193846.432500', '193846.892500', '193847.352500', '193847.812500', '193848.272500', '193848.732500', '193849.192500', '193849.652500', '193850.112500', '193850.572500', '193851.032500', '193851.492500', '193851.952500', '193852.412500', '193852.872500', '193853.332500', '193853.792500', '193854.252500', '193854.712500', '193855.172500', '193855.632500', '193856.092500', '193856.552500', '193857.012500', '193857.472500', '193857.932500', '193858.392500', '193858.852500', '193859.312500', '193859.772500', '193900.232500', '193900.692500', '193901.152500', '193901.612500', '193902.072500', '193902.532500', '193902.992500', '193903.452500', '193903.912500', '193904.372500', '193904.832500', '193905.292500', '193905.752500', '193906.212500', '193906.672500', '193907.132500', '193907.592500', '193908.052500', '193908.512500', '193908.972500', '193909.432500', '193909.892500', '193910.352500', '193910.812500', '193911.272500', '193911.732500', '193912.192500', '193912.652500', '193913.112500', '193913.572500', '193914.032500', '193914.492500', '193914.952500', '193915.412500', '193915.872500', '193916.332500', '193916.792500', '193917.252500', '193917.712500', '193918.172500', '193918.632500', '193919.092500', '193919.552500', '193920.012500', '193920.472500', '193920.932500', '193921.392500', '193921.852500', '193922.312500', '193922.772500', '193923.232500', '193923.692500', '193924.152500', '193924.612500', '193925.072500', '193925.532500', '193925.992500', '193926.452500', '193926.912500', '193927.372500', '193927.832500', '193928.292500', '193928.752500', '193929.212500', '193929.672500', '193930.132500', '193930.592500', '193931.052500', '193931.512500', '193931.972500', '193932.432500', '193932.892500', '193933.352500', '193933.812500', '193934.272500', '193934.732500', '193935.192500', '193935.652500', '193936.112500', '193936.572500', '193937.032500', '193937.492500', '193937.952500', '193938.412500', '193938.872500', '193939.332500', '193939.792500', '193940.252500', '193940.712500', '193941.172500', '193941.632500', '193942.092500', '193942.552500', '193943.012500', '193943.472500', '193943.932500', '193944.392500', '193944.852500', '193945.312500', '193945.772500', '193946.232500', '193946.692500', '193947.152500', '193947.612500', '193948.072500', '193948.532500', '193948.992500', '193949.452500', '193949.912500', '193950.372500', '193950.832500', '193951.292500', '193951.752500', '193952.212500', '193952.672500', '193953.132500', '193953.592500', '193954.052500', '193954.512500', '193954.972500', '193955.432500', '193955.892500', '193956.352500', '193956.812500', '193957.272500', '193957.732500', '193958.192500', '193958.652500', '193959.112500', '193959.572500', '194000.032500', '194000.492500', '194000.952500', '194001.412500', '194001.872500', '194002.332500', '194002.792500', '194003.252500', '194003.712500', '194004.172500', '194004.632500', '194005.092500', '194005.552500', '194006.012500', '194006.472500', '194006.932500', '194007.392500', '194007.852500', '194008.312500', '194008.772500', '194009.232500', '194009.692500', '194010.152500', '194010.612500', '194011.072500', '194011.532500', '194011.992500', '194012.452500', '194012.912500', '194013.372500', '194013.832500', '194014.292500', '194014.752500', '194015.212500', '194015.672500', '194016.132500', '194016.592500', '194017.052500', '194017.512500', '194017.972500', '194018.432500', '194018.892500', '194019.352500', '194019.812500', '194020.272500', '194020.732500', '194021.192500', '194021.652500', '194022.112500', '194022.572500', '194023.032500', '194023.492500', '194023.952500', '194024.412500', '194024.872500', '194025.332500', '194025.792500', '194026.252500', '194026.712500', '194027.172500', '194027.632500', '194028.092500', '194028.552500', '194029.012500', '194029.472500', '194029.932500', '194030.392500', '194030.852500', '194031.312500', '194031.772500', '194032.232500', '194032.692500', '194033.152500', '194033.612500', '194034.072500', '194034.532500', '194034.992500', '194035.452500', '194035.912500', '194036.372500', '194036.832500', '194037.292500', '194037.752500', '194038.212500', '194038.672500', '194039.132500', '194039.592500', '194040.052500', '194040.512500', '194040.972500', '194041.432500', '194041.892500', '194042.352500', '194042.812500', '194043.272500', '194043.732500', '194044.192500', '194044.652500', '194045.112500', '194045.572500', '194046.032500', '194046.492500', '194046.952500', '194047.412500', '194047.872500', '194048.332500', '194048.792500', '194049.252500', '194049.712500', '194050.172500', '194050.632500', '194051.092500', '194051.552500', '194052.012500', '194052.472500', '194052.932500', '194053.392500', '194053.852500', '194054.312500', '194054.772500', '194055.232500', '194055.692500', '194056.152500', '194056.612500', '194057.072500', '194057.532500', '194057.992500', '194058.452500', '194058.912500', '194059.372500', '194059.832500', '194100.292500', '194100.752500', '194101.212500', '194101.672500', '194102.132500', '194102.592500', '194103.052500', '194103.512500', '194103.972500', '194104.432500', '194104.892500', '194105.352500', '194105.812500', '194106.272500', '194106.732500', '194107.192500', '194107.652500', '194108.112500', '194108.572500', '194109.032500', '194109.492500', '194109.952500', '194110.412500', '194110.872500', '194111.332500', '194111.792500', '194112.252500', '194112.712500', '194113.172500', '194113.632500', '194114.092500', '194114.552500', '194115.012500', '194115.472500', '194115.932500', '194116.392500', '194116.852500', '194117.312500', '194117.772500', '194118.232500', '194118.692500', '194119.152500', '194119.612500', '194120.072500', '194120.532500', '194120.992500', '194121.452500', '194121.912500', '194122.372500', '194122.832500', '194123.292500', '194123.752500', '194124.212500', '194124.672500', '194125.132500', '194125.592500', '194126.052500', '194126.512500', '194126.972500', '194127.432500', '194127.892500', '194128.352500', '194128.812500', '194129.272500', '194129.732500', '194130.192500', '194130.652500', '194131.112500', '194131.572500', '194132.032500', '194132.492500', '194132.952500', '194133.412500', '194133.872500', '194134.332500', '194134.792500', '194135.252500', '194135.712500', '194136.172500', '194136.632500', '194137.092500', '194137.552500', '194138.012500', '194138.472500', '194138.932500', '194139.392500', '194139.852500', '194140.312500', '194140.772500', '194141.232500', '194141.692500', '194142.152500', '194142.612500', '194143.072500', '194143.532500', '194143.992500', '194144.452500', '194144.912500', '194145.372500', '194145.832500', '194146.292500', '194146.752500', '194147.212500', '194147.672500', '194148.132500', '194148.592500', '194149.052500', '194149.512500', '194149.972500', '194150.432500', '194150.892500', '194151.352500', '194151.812500', '194152.272500', '194152.732500', '194153.192500', '194153.652500', '194154.112500', '194154.572500', '194155.032500', '194155.492500', '194155.952500', '194156.412500', '194156.872500', '194157.332500', '194157.792500', '194158.252500', '194158.712500', '194159.172500', '194159.632500', '194200.092500', '194200.552500', '194201.012500', '194201.472500', '194201.932500', '194202.392500', '194202.852500', '194203.312500', '194203.772500', '194204.232500', '194204.692500', '194205.152500', '194205.612500', '194206.072500', '194206.532500', '194206.992500', '194207.452500', '194207.912500', '194208.372500', '194208.832500', '194209.292500', '194209.752500', '194210.212500', '194210.672500', '194211.132500', '194211.592500', '194212.052500', '194212.512500', '194212.972500', '194213.432500', '194213.892500', '194214.352500', '194214.812500', '194215.272500', '194215.732500', '194216.192500', '194216.652500', '194217.112500', '194217.572500', '194218.032500', '194218.492500', '194218.952500', '194219.412500', '194219.872500', '194220.332500', '194220.792500', '194221.252500', '194221.712500', '194222.172500', '194222.632500', '194223.092500', '194223.552500', '194224.012500', '194224.472500', '194224.932500', '194225.392500', '194225.852500', '194226.312500', '194226.772500', '194227.232500', '194227.692500', '194228.152500', '194228.612500', '194229.072500', '194229.532500', '194229.992500', '194230.452500', '194230.912500', '194231.372500', '194231.832500', '194232.292500', '194232.752500', '194233.212500', '194233.672500', '194234.132500', '194234.592500', '194235.052500', '194235.512500', '194235.972500', '194236.432500', '194236.892500'], 'ContentTime': ['193258.996000', '193259.001000', '193259.004000', '193259.007000', '193259.009000', '193259.012000', '193259.027000', '193259.030000', '193259.033000', '193259.035000', '193259.038000', '193259.041000', '193259.043000', '193259.046000', '193259.048000', '193259.051000', '193259.054000', '193259.056000', '193259.059000', '193259.061000', '193259.064000', '193259.067000', '193259.069000', '193259.072000', '193259.074000', '193259.077000', '193259.080000', '193259.082000', '193259.085000', '193259.087000', '193259.090000', '193259.093000', '193259.095000', '193259.098000', '193259.100000', '193259.103000', '193259.106000', '193259.108000', '193259.111000', '193259.113000', '193259.116000', '193259.119000', '193259.121000', '193259.124000', '193259.126000', '193259.129000', '193259.132000', '193259.134000', '193259.137000', '193259.139000', '193259.142000', '193259.145000', '193259.147000', '193259.150000', '193259.159000', '193259.162000', '193259.164000', '193259.167000', '193259.170000', '193259.172000', '193259.175000', '193318.937000', '193318.939000', '193318.942000', '193318.945000', '193318.947000', '193318.950000', '193318.952000', '193318.955000', '193318.958000', '193318.960000', '193318.963000', '193318.966000', '193318.968000', '193318.971000', '193318.973000', '193318.976000', '193318.979000', '193318.981000', '193318.984000', '193318.986000', '193318.989000', '193318.992000', '193318.994000', '193318.997000', '193318.999000', '193319.002000', '193319.005000', '193319.007000', '193319.010000', '193319.012000', '193319.015000', '193319.018000', '193319.020000', '193319.023000', '193319.025000', '193319.028000', '193319.031000', '193319.033000', '193319.036000', '193319.039000', '193319.041000', '193319.044000', '193319.046000', '193319.049000', '193338.936000', '193338.939000', '193338.942000', '193338.944000', '193338.947000', '193338.950000', '193338.952000', '193338.955000', '193338.958000', '193338.960000', '193338.963000', '193338.965000', '193338.968000', '193338.971000', '193338.973000', '193338.976000', '193338.978000', '193338.981000', '193338.984000', '193338.986000', '193338.989000', '193338.992000', '193338.994000', '193338.997000', '193339.000000', '193339.003000', '193339.006000', '193339.008000', '193339.011000', '193339.014000', '193339.016000', '193339.019000', '193339.021000', '193339.024000', '193339.027000', '193339.029000', '193339.032000', '193339.035000', '193339.037000', '193339.040000', '193339.042000', '193339.045000', '193339.048000', '193358.936000', '193358.939000', '193358.942000', '193358.944000', '193358.947000', '193358.950000', '193358.953000', '193358.955000', '193358.958000', '193358.961000', '193358.965000', '193358.968000', '193358.970000', '193358.973000', '193358.976000', '193358.978000', '193358.981000', '193358.983000', '193358.986000', '193358.989000', '193358.991000', '193358.994000', '193358.997000', '193359.001000', '193359.003000', '193359.006000', '193359.009000', '193359.011000', '193359.014000', '193359.016000', '193359.019000', '193359.022000', '193359.024000', '193359.027000', '193359.030000', '193359.032000', '193359.035000', '193359.037000', '193359.040000', '193359.043000', '193359.045000', '193359.048000', '193359.051000', '193418.936000', '193418.940000', '193418.942000', '193418.945000', '193418.947000', '193418.950000', '193418.953000', '193418.955000', '193418.958000', '193418.961000', '193418.963000', '193418.966000', '193418.968000', '193418.971000', '193418.974000', '193418.976000', '193418.979000', '193418.982000', '193418.984000', '193418.987000', '193419.006000', '193419.009000', '193419.011000', '193419.014000', '193419.017000', '193419.019000', '193419.022000', '193419.024000', '193419.027000', '193419.030000', '193419.032000', '193419.035000', '193419.037000', '193419.040000', '193419.043000', '193419.045000', '193419.048000', '193419.051000', '193419.053000', '193419.056000', '193419.058000', '193419.061000', '193419.064000', '193419.066000', '193438.935000', '193438.938000', '193438.941000', '193438.944000', '193438.946000', '193438.949000', '193438.951000', '193438.954000', '193438.957000', '193438.959000', '193438.962000', '193438.964000', '193438.967000', '193438.970000', '193438.972000', '193438.975000', '193438.978000', '193438.980000', '193438.983000', '193438.986000', '193438.989000', '193438.992000', '193438.995000', '193438.997000', '193439.001000', '193439.004000', '193439.006000', '193439.009000', '193439.011000', '193439.014000', '193439.017000', '193439.019000', '193439.022000', '193439.025000', '193439.027000', '193439.030000', '193439.032000', '193439.035000', '193439.038000', '193439.040000', '193439.043000', '193439.046000', '193439.048000', '193458.936000', '193458.938000', '193458.941000', '193458.943000', '193458.946000', '193458.949000', '193458.951000', '193458.954000', '193458.957000', '193458.960000', '193458.962000', '193458.965000', '193458.967000', '193458.970000', '193458.973000', '193458.975000', '193458.978000', '193458.981000', '193458.983000', '193458.986000', '193458.988000', '193458.991000', '193458.994000', '193458.996000', '193459.000000', '193459.003000', '193459.005000', '193459.008000', '193459.011000', '193459.013000', '193459.016000', '193459.018000', '193459.021000', '193459.024000', '193459.026000', '193459.029000', '193459.032000', '193459.034000', '193459.037000', '193459.039000', '193459.042000', '193459.045000', '193459.047000', '193459.050000', '193518.935000', '193518.938000', '193518.941000', '193518.944000', '193518.946000', '193518.949000', '193518.952000', '193518.954000', '193518.957000', '193518.959000', '193518.962000', '193518.965000', '193518.967000', '193518.970000', '193518.981000', '193518.983000', '193518.986000', '193518.989000', '193518.991000', '193518.994000', '193518.997000', '193519.000000', '193519.003000', '193519.005000', '193519.008000', '193519.011000', '193519.013000', '193519.016000', '193519.018000', '193519.021000', '193519.024000', '193519.026000', '193519.029000', '193519.031000', '193519.034000', '193519.037000', '193519.040000', '193519.043000', '193519.045000', '193519.048000', '193519.051000', '193519.053000', '193519.056000', '193538.936000', '193538.939000', '193538.942000', '193538.945000', '193538.948000', '193538.950000', '193538.953000', '193538.962000', '193538.965000', '193538.968000', '193538.970000', '193538.973000', '193538.976000', '193538.978000', '193538.981000', '193538.984000', '193538.986000', '193538.989000', '193538.992000', '193538.994000', '193538.997000', '193539.000000', '193539.002000', '193539.005000', '193539.008000', '193539.010000', '193539.013000', '193539.016000', '193539.018000', '193539.021000', '193539.024000', '193539.026000', '193539.029000', '193539.032000', '193539.034000', '193539.037000', '193539.039000', '193539.042000', '193539.045000', '193539.047000', '193539.050000', '193539.052000', '193539.055000', '193539.058000', '193558.936000', '193558.940000', '193558.942000', '193558.945000', '193558.947000', '193558.954000', '193558.956000', '193558.959000', '193558.961000', '193558.964000', '193558.967000', '193558.969000', '193558.972000', '193558.975000', '193558.977000', '193558.980000', '193559.013000', '193559.016000', '193559.018000', '193559.021000', '193559.024000', '193559.026000', '193559.029000', '193559.032000', '193559.034000', '193559.037000', '193559.039000', '193559.042000', '193559.045000', '193559.047000', '193559.050000', '193559.052000', '193559.055000', '193559.058000', '193559.060000', '193559.063000', '193559.066000', '193559.068000', '193559.071000', '193559.073000', '193559.076000', '193559.078000', '193559.081000', '193618.937000', '193618.939000', '193618.942000', '193618.945000', '193618.947000', '193618.950000', '193618.953000', '193618.955000', '193618.958000', '193618.960000', '193618.963000', '193618.966000', '193618.968000', '193618.971000', '193618.974000', '193618.976000', '193618.979000', '193618.982000', '193618.984000', '193618.987000', '193618.989000', '193618.992000', '193618.995000', '193618.997000', '193619.001000', '193619.003000', '193619.006000', '193619.009000', '193619.011000', '193619.014000', '193619.017000', '193619.019000', '193619.022000', '193619.024000', '193619.027000', '193619.029000', '193619.032000', '193619.034000', '193619.037000', '193619.040000', '193619.042000', '193619.045000', '193619.048000', '193619.050000', '193638.936000', '193638.939000', '193638.942000', '193638.944000', '193638.948000', '193638.951000', '193638.953000', '193638.956000', '193638.959000', '193638.961000', '193638.964000', '193638.966000', '193638.969000', '193638.972000', '193638.975000', '193638.977000', '193638.980000', '193638.982000', '193638.985000', '193638.988000', '193638.990000', '193638.993000', '193638.995000', '193638.998000', '193639.002000', '193639.004000', '193639.007000', '193639.010000', '193639.013000', '193639.015000', '193639.018000', '193639.020000', '193639.023000', '193639.026000', '193639.028000', '193639.031000', '193639.033000', '193639.036000', '193639.039000', '193639.042000', '193639.044000', '193639.047000', '193639.050000', '193658.935000', '193658.938000', '193658.941000', '193658.944000', '193658.946000', '193658.949000', '193658.952000', '193658.955000', '193658.957000', '193658.960000', '193658.962000', '193658.965000', '193658.968000', '193658.970000', '193658.973000', '193658.975000', '193658.978000', '193658.981000', '193658.983000', '193658.986000', '193658.988000', '193658.991000', '193658.993000', '193658.996000', '193659.000000', '193659.002000', '193659.005000', '193659.008000', '193659.010000', '193659.013000', '193659.015000', '193659.018000', '193659.021000', '193659.023000', '193659.026000', '193659.029000', '193659.031000', '193659.034000', '193659.037000', '193659.039000', '193659.042000', '193659.044000', '193659.047000', '193659.050000', '193718.935000', '193718.938000', '193718.941000', '193718.944000', '193718.947000', '193718.950000', '193718.952000', '193718.955000', '193718.958000', '193718.960000', '193718.963000', '193718.966000', '193718.969000', '193718.971000', '193718.974000', '193718.977000', '193718.979000', '193718.982000', '193718.985000', '193718.987000', '193718.990000', '193718.993000', '193718.995000', '193718.998000', '193719.001000', '193719.004000', '193719.007000', '193719.009000', '193719.012000', '193719.015000', '193719.017000', '193719.020000', '193719.022000', '193719.025000', '193719.028000', '193719.031000', '193719.033000', '193719.036000', '193719.040000', '193719.043000', '193719.057000', '193719.059000', '193719.062000', '193738.935000', '193738.938000', '193738.941000', '193738.944000', '193738.946000', '193738.949000', '193738.951000', '193738.954000', '193738.957000', '193738.959000', '193738.962000', '193738.965000', '193738.967000', '193738.970000', '193738.972000', '193738.975000', '193738.978000', '193738.980000', '193738.983000', '193738.985000', '193738.988000', '193738.991000', '193738.993000', '193738.996000', '193739.000000', '193739.002000', '193739.005000', '193739.007000', '193739.011000', '193739.013000', '193739.016000', '193739.018000', '193739.021000', '193739.024000', '193739.026000', '193739.029000', '193739.031000', '193739.034000', '193739.037000', '193739.039000', '193739.042000', '193739.044000', '193739.047000', '193739.050000', '193758.937000', '193758.940000', '193758.943000', '193758.945000', '193758.948000', '193758.950000', '193758.953000', '193758.956000', '193758.959000', '193758.961000', '193758.964000', '193758.967000', '193758.969000', '193758.972000', '193758.975000', '193758.977000', '193758.980000', '193758.982000', '193758.985000', '193758.988000', '193758.990000', '193758.993000', '193758.996000', '193758.998000', '193759.001000', '193759.004000', '193759.006000', '193759.009000', '193759.011000', '193759.014000', '193759.023000', '193759.026000', '193759.028000', '193759.031000', '193759.034000', '193759.036000', '193759.039000', '193759.041000', '193759.044000', '193759.054000', '193759.057000', '193759.060000', '193759.062000', '193818.937000', '193818.939000', '193818.942000', '193818.945000', '193818.947000', '193818.950000', '193818.953000', '193818.955000', '193818.958000', '193818.961000', '193818.963000', '193818.966000', '193818.969000', '193818.971000', '193818.974000', '193818.976000', '193818.979000', '193818.982000', '193818.984000', '193818.987000', '193818.990000', '193818.992000', '193818.995000', '193818.997000', '193819.001000', '193819.004000', '193819.006000', '193819.009000', '193819.012000', '193819.014000', '193819.017000', '193819.020000', '193819.022000', '193819.025000', '193819.027000', '193819.030000', '193819.033000', '193819.035000', '193819.038000', '193819.041000', '193819.043000', '193819.046000', '193819.049000', '193819.051000', '193838.937000', '193838.940000', '193838.942000', '193838.945000', '193838.947000', '193838.950000', '193838.953000', '193838.955000', '193838.958000', '193838.961000', '193838.963000', '193838.966000', '193838.968000', '193838.971000', '193838.974000', '193838.976000', '193838.979000', '193838.982000', '193838.984000', '193838.987000', '193838.989000', '193838.992000', '193838.996000', '193839.000000', '193839.002000', '193839.005000', '193839.008000', '193839.010000', '193839.013000', '193839.016000', '193839.018000', '193839.021000', '193839.023000', '193839.026000', '193839.029000', '193839.031000', '193839.034000', '193839.037000', '193839.039000', '193839.042000', '193839.044000', '193839.047000', '193839.050000', '193858.937000', '193858.939000', '193858.942000', '193858.945000', '193858.947000', '193858.950000', '193858.953000', '193858.955000', '193858.958000', '193858.960000', '193858.963000', '193858.966000', '193858.968000', '193858.971000', '193858.974000', '193858.976000', '193858.979000', '193858.982000', '193858.984000', '193858.987000', '193858.989000', '193858.992000', '193858.995000', '193858.997000', '193859.001000', '193859.004000', '193859.006000', '193859.009000', '193859.012000', '193859.014000', '193859.017000', '193859.019000', '193859.022000', '193859.025000', '193859.027000', '193859.030000', '193859.033000', '193859.035000', '193859.038000', '193859.040000', '193859.043000', '193859.046000', '193859.048000', '193859.051000', '193918.936000', '193918.938000', '193918.941000', '193918.943000', '193918.946000', '193918.949000', '193918.951000', '193918.954000', '193918.957000', '193918.959000', '193918.962000', '193918.965000', '193918.967000', '193918.970000', '193918.973000', '193918.975000', '193918.978000', '193918.981000', '193918.983000', '193918.986000', '193918.989000', '193918.991000', '193918.994000', '193918.996000', '193919.000000', '193919.003000', '193919.005000', '193919.008000', '193919.011000', '193919.014000', '193919.016000', '193919.019000', '193919.022000', '193919.024000', '193919.027000', '193919.030000', '193919.032000', '193919.035000', '193919.037000', '193919.040000', '193919.043000', '193919.045000', '193919.048000', '193938.936000', '193938.938000', '193938.941000', '193938.944000', '193938.947000', '193938.949000', '193938.952000', '193938.955000', '193938.957000', '193938.960000', '193938.962000', '193938.965000', '193938.968000', '193938.970000', '193938.973000', '193938.976000', '193938.978000', '193938.981000', '193938.983000', '193938.986000', '193938.989000', '193938.992000', '193938.994000', '193938.997000', '193939.001000', '193939.004000', '193939.007000', '193939.009000', '193939.012000', '193939.014000', '193939.017000', '193939.020000', '193939.022000', '193939.025000', '193939.027000', '193939.030000', '193939.033000', '193939.035000', '193939.038000', '193939.040000', '193939.043000', '193939.046000', '193939.048000', '193958.936000', '193958.939000', '193958.941000', '193958.944000', '193958.946000', '193958.949000', '193958.952000', '193958.954000', '193958.957000', '193958.960000', '193958.963000', '193958.965000', '193958.968000', '193958.970000', '193958.973000', '193958.976000', '193958.978000', '193958.981000', '193958.983000', '193958.986000', '193958.989000', '193958.991000', '193958.994000', '193958.996000', '193959.000000', '193959.003000', '193959.005000', '193959.008000', '193959.011000', '193959.013000', '193959.016000', '193959.018000', '193959.021000', '193959.024000', '193959.027000', '193959.029000', '193959.032000', '193959.034000', '193959.037000', '193959.040000', '193959.042000', '193959.045000', '193959.048000', '193959.050000', '194018.936000', '194018.939000', '194018.942000', '194018.945000', '194018.947000', '194018.950000', '194018.953000', '194018.955000', '194018.958000', '194018.961000', '194018.964000', '194018.966000', '194018.969000', '194018.972000', '194018.974000', '194018.977000', '194018.987000', '194018.989000', '194018.992000', '194018.995000', '194018.997000', '194019.000000', '194019.003000', '194019.005000', '194019.008000', '194019.010000', '194019.013000', '194019.016000', '194019.018000', '194019.021000', '194019.024000', '194019.026000', '194019.029000', '194019.031000', '194019.034000', '194019.037000', '194019.039000', '194019.042000', '194019.044000', '194019.047000', '194019.050000', '194019.052000', '194019.055000', '194019.057000', '194038.936000', '194038.939000', '194038.942000', '194038.945000', '194038.947000', '194038.950000', '194038.952000', '194038.955000', '194038.958000', '194038.960000', '194038.963000', '194038.965000', '194038.968000', '194038.971000', '194038.973000', '194038.976000', '194038.979000', '194038.981000', '194038.984000', '194038.987000', '194038.989000', '194038.992000', '194038.995000', '194038.997000', '194039.001000', '194039.003000', '194039.006000', '194039.009000', '194039.011000', '194039.014000', '194039.016000', '194039.019000', '194039.022000', '194039.024000', '194039.027000', '194039.029000', '194039.032000', '194039.035000', '194039.037000', '194039.040000', '194039.042000', '194039.045000', '194039.048000', '194058.936000', '194058.940000', '194058.942000', '194058.945000', '194058.948000', '194058.951000', '194058.954000', '194058.956000', '194058.961000', '194058.963000', '194058.966000', '194058.969000', '194058.971000', '194058.974000', '194058.976000', '194058.979000', '194058.982000', '194058.985000', '194058.987000', '194058.990000', '194058.993000', '194058.995000', '194058.998000', '194059.001000', '194059.004000', '194059.007000', '194059.009000', '194059.012000', '194059.015000', '194059.018000', '194059.020000', '194059.023000', '194059.026000', '194059.028000', '194059.031000', '194059.034000', '194059.036000', '194059.039000', '194059.041000', '194059.044000', '194059.047000', '194059.049000', '194059.052000', '194118.936000', '194118.939000', '194118.943000', '194118.945000', '194118.948000', '194118.951000', '194118.953000', '194118.956000', '194118.958000', '194118.961000', '194118.964000', '194118.966000', '194118.969000', '194118.971000', '194118.974000', '194118.977000', '194118.979000', '194118.982000', '194118.984000', '194118.987000', '194118.989000', '194118.992000', '194118.995000', '194118.997000', '194119.001000', '194119.004000', '194119.006000', '194119.009000', '194119.012000', '194119.014000', '194119.017000', '194119.020000', '194119.022000', '194119.025000', '194119.027000', '194119.030000', '194119.033000', '194119.035000', '194119.038000', '194119.040000', '194119.043000', '194119.046000', '194119.048000', '194119.051000', '194138.936000', '194138.939000', '194138.941000', '194138.944000', '194138.946000', '194138.949000', '194138.952000', '194138.954000', '194138.957000', '194138.960000', '194138.962000', '194138.965000', '194138.968000', '194138.971000', '194138.973000', '194138.976000', '194138.979000', '194138.981000', '194138.984000', '194138.987000', '194138.989000', '194138.992000', '194138.994000', '194138.997000', '194139.002000', '194139.004000', '194139.007000', '194139.010000', '194139.012000', '194139.015000', '194139.018000', '194139.020000', '194139.023000', '194139.025000', '194139.028000', '194139.031000', '194139.033000', '194139.036000', '194139.039000', '194139.041000', '194139.044000', '194139.046000', '194139.049000', '194158.935000', '194158.939000', '194158.941000', '194158.944000', '194158.947000', '194158.949000', '194158.952000', '194158.954000', '194158.957000', '194158.960000', '194158.962000', '194158.965000', '194158.968000', '194158.970000', '194158.973000', '194158.976000', '194158.978000', '194158.981000', '194158.983000', '194158.986000', '194158.989000', '194158.991000', '194158.994000', '194158.997000', '194159.000000', '194159.003000', '194159.005000', '194159.008000', '194159.011000', '194159.013000', '194159.016000', '194159.019000', '194159.021000', '194159.024000', '194159.026000', '194159.029000', '194159.032000', '194159.034000', '194159.037000', '194159.039000', '194159.042000', '194159.045000', '194159.047000', '194159.050000', '194218.936000', '194218.938000', '194218.941000', '194218.944000', '194218.946000', '194218.949000', '194218.952000', '194218.954000', '194218.957000', '194218.960000', '194218.963000', '194218.965000', '194218.968000', '194218.970000', '194218.973000', '194218.976000', '194218.978000', '194218.981000', '194218.984000', '194218.986000', '194218.989000', '194218.992000', '194218.994000', '194218.997000', '194219.000000', '194219.003000', '194219.006000', '194219.009000', '194219.011000', '194219.014000', '194219.016000', '194219.019000', '194219.022000', '194219.024000', '194219.027000', '194219.030000', '194219.032000', '194219.035000', '194219.038000', '194219.040000', '194219.043000', '194219.046000', '194219.048000', '194238.746000', '194238.749000', '194238.751000', '194238.754000', '194238.757000', '194238.759000', '194238.762000', '194238.764000', '194238.767000', '194238.770000', '194238.772000', '194238.775000', '194238.778000', '194238.780000', '194238.783000', '194238.785000', '194238.788000', '194238.791000', '194238.793000', '194238.796000', '194238.799000', '194238.880000', '194238.883000', '194238.885000', '194238.888000', '194238.891000', '194238.893000', '194238.922000', '194238.924000', '194238.927000', '194238.930000', '194238.932000', '194238.935000', '194238.938000', '194238.940000', '194238.943000', '194238.946000', '194238.948000', '194238.951000', '194238.953000', '194238.956000', '194238.958000', '194238.961000', '194238.964000'], 'InstanceCreationTime': ['193258.996000', '193259.001000', '193259.004000', '193259.007000', '193259.009000', '193259.012000', '193259.027000', '193259.030000', '193259.033000', '193259.035000', '193259.038000', '193259.041000', '193259.043000', '193259.046000', '193259.048000', '193259.051000', '193259.054000', '193259.056000', '193259.059000', '193259.061000', '193259.064000', '193259.067000', '193259.069000', '193259.072000', '193259.074000', '193259.077000', '193259.080000', '193259.082000', '193259.085000', '193259.087000', '193259.090000', '193259.093000', '193259.095000', '193259.098000', '193259.100000', '193259.103000', '193259.106000', '193259.108000', '193259.111000', '193259.113000', '193259.116000', '193259.119000', '193259.121000', '193259.124000', '193259.126000', '193259.129000', '193259.132000', '193259.134000', '193259.137000', '193259.139000', '193259.142000', '193259.145000', '193259.147000', '193259.150000', '193259.159000', '193259.162000', '193259.164000', '193259.167000', '193259.170000', '193259.172000', '193259.175000', '193318.937000', '193318.939000', '193318.942000', '193318.945000', '193318.947000', '193318.950000', '193318.952000', '193318.955000', '193318.958000', '193318.960000', '193318.963000', '193318.966000', '193318.968000', '193318.971000', '193318.973000', '193318.976000', '193318.979000', '193318.981000', '193318.984000', '193318.986000', '193318.989000', '193318.992000', '193318.994000', '193318.997000', '193318.999000', '193319.002000', '193319.005000', '193319.007000', '193319.010000', '193319.012000', '193319.015000', '193319.018000', '193319.020000', '193319.023000', '193319.025000', '193319.028000', '193319.031000', '193319.033000', '193319.036000', '193319.039000', '193319.041000', '193319.044000', '193319.046000', '193319.049000', '193338.936000', '193338.939000', '193338.942000', '193338.944000', '193338.947000', '193338.950000', '193338.952000', '193338.955000', '193338.958000', '193338.960000', '193338.963000', '193338.965000', '193338.968000', '193338.971000', '193338.973000', '193338.976000', '193338.978000', '193338.981000', '193338.984000', '193338.986000', '193338.989000', '193338.992000', '193338.994000', '193338.997000', '193339.000000', '193339.003000', '193339.006000', '193339.008000', '193339.011000', '193339.014000', '193339.016000', '193339.019000', '193339.021000', '193339.024000', '193339.027000', '193339.029000', '193339.032000', '193339.035000', '193339.037000', '193339.040000', '193339.042000', '193339.045000', '193339.048000', '193358.936000', '193358.939000', '193358.942000', '193358.944000', '193358.947000', '193358.950000', '193358.953000', '193358.955000', '193358.958000', '193358.961000', '193358.965000', '193358.968000', '193358.970000', '193358.973000', '193358.976000', '193358.978000', '193358.981000', '193358.983000', '193358.986000', '193358.989000', '193358.991000', '193358.994000', '193358.997000', '193359.001000', '193359.003000', '193359.006000', '193359.009000', '193359.011000', '193359.014000', '193359.016000', '193359.019000', '193359.022000', '193359.024000', '193359.027000', '193359.030000', '193359.032000', '193359.035000', '193359.037000', '193359.040000', '193359.043000', '193359.045000', '193359.048000', '193359.051000', '193418.936000', '193418.940000', '193418.942000', '193418.945000', '193418.947000', '193418.950000', '193418.953000', '193418.955000', '193418.958000', '193418.961000', '193418.963000', '193418.966000', '193418.968000', '193418.971000', '193418.974000', '193418.976000', '193418.979000', '193418.982000', '193418.984000', '193418.987000', '193419.006000', '193419.009000', '193419.011000', '193419.014000', '193419.017000', '193419.019000', '193419.022000', '193419.024000', '193419.027000', '193419.030000', '193419.032000', '193419.035000', '193419.037000', '193419.040000', '193419.043000', '193419.045000', '193419.048000', '193419.051000', '193419.053000', '193419.056000', '193419.058000', '193419.061000', '193419.064000', '193419.066000', '193438.935000', '193438.938000', '193438.941000', '193438.944000', '193438.946000', '193438.949000', '193438.951000', '193438.954000', '193438.957000', '193438.959000', '193438.962000', '193438.964000', '193438.967000', '193438.970000', '193438.972000', '193438.975000', '193438.978000', '193438.980000', '193438.983000', '193438.986000', '193438.989000', '193438.992000', '193438.995000', '193438.997000', '193439.001000', '193439.004000', '193439.006000', '193439.009000', '193439.011000', '193439.014000', '193439.017000', '193439.019000', '193439.022000', '193439.025000', '193439.027000', '193439.030000', '193439.032000', '193439.035000', '193439.038000', '193439.040000', '193439.043000', '193439.046000', '193439.048000', '193458.936000', '193458.938000', '193458.941000', '193458.943000', '193458.946000', '193458.949000', '193458.951000', '193458.954000', '193458.957000', '193458.960000', '193458.962000', '193458.965000', '193458.967000', '193458.970000', '193458.973000', '193458.975000', '193458.978000', '193458.981000', '193458.983000', '193458.986000', '193458.988000', '193458.991000', '193458.994000', '193458.996000', '193459.000000', '193459.003000', '193459.005000', '193459.008000', '193459.011000', '193459.013000', '193459.016000', '193459.018000', '193459.021000', '193459.024000', '193459.026000', '193459.029000', '193459.032000', '193459.034000', '193459.037000', '193459.039000', '193459.042000', '193459.045000', '193459.047000', '193459.050000', '193518.935000', '193518.938000', '193518.941000', '193518.944000', '193518.946000', '193518.949000', '193518.952000', '193518.954000', '193518.957000', '193518.959000', '193518.962000', '193518.965000', '193518.967000', '193518.970000', '193518.981000', '193518.983000', '193518.986000', '193518.989000', '193518.991000', '193518.994000', '193518.997000', '193519.000000', '193519.003000', '193519.005000', '193519.008000', '193519.011000', '193519.013000', '193519.016000', '193519.018000', '193519.021000', '193519.024000', '193519.026000', '193519.029000', '193519.031000', '193519.034000', '193519.037000', '193519.040000', '193519.043000', '193519.045000', '193519.048000', '193519.051000', '193519.053000', '193519.056000', '193538.936000', '193538.939000', '193538.942000', '193538.945000', '193538.948000', '193538.950000', '193538.953000', '193538.962000', '193538.965000', '193538.968000', '193538.970000', '193538.973000', '193538.976000', '193538.978000', '193538.981000', '193538.984000', '193538.986000', '193538.989000', '193538.992000', '193538.994000', '193538.997000', '193539.000000', '193539.002000', '193539.005000', '193539.008000', '193539.010000', '193539.013000', '193539.016000', '193539.018000', '193539.021000', '193539.024000', '193539.026000', '193539.029000', '193539.032000', '193539.034000', '193539.037000', '193539.039000', '193539.042000', '193539.045000', '193539.047000', '193539.050000', '193539.052000', '193539.055000', '193539.058000', '193558.936000', '193558.940000', '193558.942000', '193558.945000', '193558.947000', '193558.954000', '193558.956000', '193558.959000', '193558.961000', '193558.964000', '193558.967000', '193558.969000', '193558.972000', '193558.975000', '193558.977000', '193558.980000', '193559.013000', '193559.016000', '193559.018000', '193559.021000', '193559.024000', '193559.026000', '193559.029000', '193559.032000', '193559.034000', '193559.037000', '193559.039000', '193559.042000', '193559.045000', '193559.047000', '193559.050000', '193559.052000', '193559.055000', '193559.058000', '193559.060000', '193559.063000', '193559.066000', '193559.068000', '193559.071000', '193559.073000', '193559.076000', '193559.078000', '193559.081000', '193618.937000', '193618.939000', '193618.942000', '193618.945000', '193618.947000', '193618.950000', '193618.953000', '193618.955000', '193618.958000', '193618.960000', '193618.963000', '193618.966000', '193618.968000', '193618.971000', '193618.974000', '193618.976000', '193618.979000', '193618.982000', '193618.984000', '193618.987000', '193618.989000', '193618.992000', '193618.995000', '193618.997000', '193619.001000', '193619.003000', '193619.006000', '193619.009000', '193619.011000', '193619.014000', '193619.017000', '193619.019000', '193619.022000', '193619.024000', '193619.027000', '193619.029000', '193619.032000', '193619.034000', '193619.037000', '193619.040000', '193619.042000', '193619.045000', '193619.048000', '193619.050000', '193638.936000', '193638.939000', '193638.942000', '193638.944000', '193638.948000', '193638.951000', '193638.953000', '193638.956000', '193638.959000', '193638.961000', '193638.964000', '193638.966000', '193638.969000', '193638.972000', '193638.975000', '193638.977000', '193638.980000', '193638.982000', '193638.985000', '193638.988000', '193638.990000', '193638.993000', '193638.995000', '193638.998000', '193639.002000', '193639.004000', '193639.007000', '193639.010000', '193639.013000', '193639.015000', '193639.018000', '193639.020000', '193639.023000', '193639.026000', '193639.028000', '193639.031000', '193639.033000', '193639.036000', '193639.039000', '193639.042000', '193639.044000', '193639.047000', '193639.050000', '193658.935000', '193658.938000', '193658.941000', '193658.944000', '193658.946000', '193658.949000', '193658.952000', '193658.955000', '193658.957000', '193658.960000', '193658.962000', '193658.965000', '193658.968000', '193658.970000', '193658.973000', '193658.975000', '193658.978000', '193658.981000', '193658.983000', '193658.986000', '193658.988000', '193658.991000', '193658.993000', '193658.996000', '193659.000000', '193659.002000', '193659.005000', '193659.008000', '193659.010000', '193659.013000', '193659.015000', '193659.018000', '193659.021000', '193659.023000', '193659.026000', '193659.029000', '193659.031000', '193659.034000', '193659.037000', '193659.039000', '193659.042000', '193659.044000', '193659.047000', '193659.050000', '193718.935000', '193718.938000', '193718.941000', '193718.944000', '193718.947000', '193718.950000', '193718.952000', '193718.955000', '193718.958000', '193718.960000', '193718.963000', '193718.966000', '193718.969000', '193718.971000', '193718.974000', '193718.977000', '193718.979000', '193718.982000', '193718.985000', '193718.987000', '193718.990000', '193718.993000', '193718.995000', '193718.998000', '193719.001000', '193719.004000', '193719.007000', '193719.009000', '193719.012000', '193719.015000', '193719.017000', '193719.020000', '193719.022000', '193719.025000', '193719.028000', '193719.031000', '193719.033000', '193719.036000', '193719.040000', '193719.043000', '193719.057000', '193719.059000', '193719.062000', '193738.935000', '193738.938000', '193738.941000', '193738.944000', '193738.946000', '193738.949000', '193738.951000', '193738.954000', '193738.957000', '193738.959000', '193738.962000', '193738.965000', '193738.967000', '193738.970000', '193738.972000', '193738.975000', '193738.978000', '193738.980000', '193738.983000', '193738.985000', '193738.988000', '193738.991000', '193738.993000', '193738.996000', '193739.000000', '193739.002000', '193739.005000', '193739.007000', '193739.011000', '193739.013000', '193739.016000', '193739.018000', '193739.021000', '193739.024000', '193739.026000', '193739.029000', '193739.031000', '193739.034000', '193739.037000', '193739.039000', '193739.042000', '193739.044000', '193739.047000', '193739.050000', '193758.937000', '193758.940000', '193758.943000', '193758.945000', '193758.948000', '193758.950000', '193758.953000', '193758.956000', '193758.959000', '193758.961000', '193758.964000', '193758.967000', '193758.969000', '193758.972000', '193758.975000', '193758.977000', '193758.980000', '193758.982000', '193758.985000', '193758.988000', '193758.990000', '193758.993000', '193758.996000', '193758.998000', '193759.001000', '193759.004000', '193759.006000', '193759.009000', '193759.011000', '193759.014000', '193759.023000', '193759.026000', '193759.028000', '193759.031000', '193759.034000', '193759.036000', '193759.039000', '193759.041000', '193759.044000', '193759.054000', '193759.057000', '193759.060000', '193759.062000', '193818.937000', '193818.939000', '193818.942000', '193818.945000', '193818.947000', '193818.950000', '193818.953000', '193818.955000', '193818.958000', '193818.961000', '193818.963000', '193818.966000', '193818.969000', '193818.971000', '193818.974000', '193818.976000', '193818.979000', '193818.982000', '193818.984000', '193818.987000', '193818.990000', '193818.992000', '193818.995000', '193818.997000', '193819.001000', '193819.004000', '193819.006000', '193819.009000', '193819.012000', '193819.014000', '193819.017000', '193819.020000', '193819.022000', '193819.025000', '193819.027000', '193819.030000', '193819.033000', '193819.035000', '193819.038000', '193819.041000', '193819.043000', '193819.046000', '193819.049000', '193819.051000', '193838.937000', '193838.940000', '193838.942000', '193838.945000', '193838.947000', '193838.950000', '193838.953000', '193838.955000', '193838.958000', '193838.961000', '193838.963000', '193838.966000', '193838.968000', '193838.971000', '193838.974000', '193838.976000', '193838.979000', '193838.982000', '193838.984000', '193838.987000', '193838.989000', '193838.992000', '193838.996000', '193839.000000', '193839.002000', '193839.005000', '193839.008000', '193839.010000', '193839.013000', '193839.016000', '193839.018000', '193839.021000', '193839.023000', '193839.026000', '193839.029000', '193839.031000', '193839.034000', '193839.037000', '193839.039000', '193839.042000', '193839.044000', '193839.047000', '193839.050000', '193858.937000', '193858.939000', '193858.942000', '193858.945000', '193858.947000', '193858.950000', '193858.953000', '193858.955000', '193858.958000', '193858.960000', '193858.963000', '193858.966000', '193858.968000', '193858.971000', '193858.974000', '193858.976000', '193858.979000', '193858.982000', '193858.984000', '193858.987000', '193858.989000', '193858.992000', '193858.995000', '193858.997000', '193859.001000', '193859.004000', '193859.006000', '193859.009000', '193859.012000', '193859.014000', '193859.017000', '193859.019000', '193859.022000', '193859.025000', '193859.027000', '193859.030000', '193859.033000', '193859.035000', '193859.038000', '193859.040000', '193859.043000', '193859.046000', '193859.048000', '193859.051000', '193918.936000', '193918.938000', '193918.941000', '193918.943000', '193918.946000', '193918.949000', '193918.951000', '193918.954000', '193918.957000', '193918.959000', '193918.962000', '193918.965000', '193918.967000', '193918.970000', '193918.973000', '193918.975000', '193918.978000', '193918.981000', '193918.983000', '193918.986000', '193918.989000', '193918.991000', '193918.994000', '193918.996000', '193919.000000', '193919.003000', '193919.005000', '193919.008000', '193919.011000', '193919.014000', '193919.016000', '193919.019000', '193919.022000', '193919.024000', '193919.027000', '193919.030000', '193919.032000', '193919.035000', '193919.037000', '193919.040000', '193919.043000', '193919.045000', '193919.048000', '193938.936000', '193938.938000', '193938.941000', '193938.944000', '193938.947000', '193938.949000', '193938.952000', '193938.955000', '193938.957000', '193938.960000', '193938.962000', '193938.965000', '193938.968000', '193938.970000', '193938.973000', '193938.976000', '193938.978000', '193938.981000', '193938.983000', '193938.986000', '193938.989000', '193938.992000', '193938.994000', '193938.997000', '193939.001000', '193939.004000', '193939.007000', '193939.009000', '193939.012000', '193939.014000', '193939.017000', '193939.020000', '193939.022000', '193939.025000', '193939.027000', '193939.030000', '193939.033000', '193939.035000', '193939.038000', '193939.040000', '193939.043000', '193939.046000', '193939.048000', '193958.936000', '193958.939000', '193958.941000', '193958.944000', '193958.946000', '193958.949000', '193958.952000', '193958.954000', '193958.957000', '193958.960000', '193958.963000', '193958.965000', '193958.968000', '193958.970000', '193958.973000', '193958.976000', '193958.978000', '193958.981000', '193958.983000', '193958.986000', '193958.989000', '193958.991000', '193958.994000', '193958.996000', '193959.000000', '193959.003000', '193959.005000', '193959.008000', '193959.011000', '193959.013000', '193959.016000', '193959.018000', '193959.021000', '193959.024000', '193959.027000', '193959.029000', '193959.032000', '193959.034000', '193959.037000', '193959.040000', '193959.042000', '193959.045000', '193959.048000', '193959.050000', '194018.936000', '194018.939000', '194018.942000', '194018.945000', '194018.947000', '194018.950000', '194018.953000', '194018.955000', '194018.958000', '194018.961000', '194018.964000', '194018.966000', '194018.969000', '194018.972000', '194018.974000', '194018.977000', '194018.987000', '194018.989000', '194018.992000', '194018.995000', '194018.997000', '194019.000000', '194019.003000', '194019.005000', '194019.008000', '194019.010000', '194019.013000', '194019.016000', '194019.018000', '194019.021000', '194019.024000', '194019.026000', '194019.029000', '194019.031000', '194019.034000', '194019.037000', '194019.039000', '194019.042000', '194019.044000', '194019.047000', '194019.050000', '194019.052000', '194019.055000', '194019.057000', '194038.936000', '194038.939000', '194038.942000', '194038.945000', '194038.947000', '194038.950000', '194038.952000', '194038.955000', '194038.958000', '194038.960000', '194038.963000', '194038.965000', '194038.968000', '194038.971000', '194038.973000', '194038.976000', '194038.979000', '194038.981000', '194038.984000', '194038.987000', '194038.989000', '194038.992000', '194038.995000', '194038.997000', '194039.001000', '194039.003000', '194039.006000', '194039.009000', '194039.011000', '194039.014000', '194039.016000', '194039.019000', '194039.022000', '194039.024000', '194039.027000', '194039.029000', '194039.032000', '194039.035000', '194039.037000', '194039.040000', '194039.042000', '194039.045000', '194039.048000', '194058.936000', '194058.940000', '194058.942000', '194058.945000', '194058.948000', '194058.951000', '194058.954000', '194058.956000', '194058.961000', '194058.963000', '194058.966000', '194058.969000', '194058.971000', '194058.974000', '194058.976000', '194058.979000', '194058.982000', '194058.985000', '194058.987000', '194058.990000', '194058.993000', '194058.995000', '194058.998000', '194059.001000', '194059.004000', '194059.007000', '194059.009000', '194059.012000', '194059.015000', '194059.018000', '194059.020000', '194059.023000', '194059.026000', '194059.028000', '194059.031000', '194059.034000', '194059.036000', '194059.039000', '194059.041000', '194059.044000', '194059.047000', '194059.049000', '194059.052000', '194118.936000', '194118.939000', '194118.943000', '194118.945000', '194118.948000', '194118.951000', '194118.953000', '194118.956000', '194118.958000', '194118.961000', '194118.964000', '194118.966000', '194118.969000', '194118.971000', '194118.974000', '194118.977000', '194118.979000', '194118.982000', '194118.984000', '194118.987000', '194118.989000', '194118.992000', '194118.995000', '194118.997000', '194119.001000', '194119.004000', '194119.006000', '194119.009000', '194119.012000', '194119.014000', '194119.017000', '194119.020000', '194119.022000', '194119.025000', '194119.027000', '194119.030000', '194119.033000', '194119.035000', '194119.038000', '194119.040000', '194119.043000', '194119.046000', '194119.048000', '194119.051000', '194138.936000', '194138.939000', '194138.941000', '194138.944000', '194138.946000', '194138.949000', '194138.952000', '194138.954000', '194138.957000', '194138.960000', '194138.962000', '194138.965000', '194138.968000', '194138.971000', '194138.973000', '194138.976000', '194138.979000', '194138.981000', '194138.984000', '194138.987000', '194138.989000', '194138.992000', '194138.994000', '194138.997000', '194139.002000', '194139.004000', '194139.007000', '194139.010000', '194139.012000', '194139.015000', '194139.018000', '194139.020000', '194139.023000', '194139.025000', '194139.028000', '194139.031000', '194139.033000', '194139.036000', '194139.039000', '194139.041000', '194139.044000', '194139.046000', '194139.049000', '194158.935000', '194158.939000', '194158.941000', '194158.944000', '194158.947000', '194158.949000', '194158.952000', '194158.954000', '194158.957000', '194158.960000', '194158.962000', '194158.965000', '194158.968000', '194158.970000', '194158.973000', '194158.976000', '194158.978000', '194158.981000', '194158.983000', '194158.986000', '194158.989000', '194158.991000', '194158.994000', '194158.997000', '194159.000000', '194159.003000', '194159.005000', '194159.008000', '194159.011000', '194159.013000', '194159.016000', '194159.019000', '194159.021000', '194159.024000', '194159.026000', '194159.029000', '194159.032000', '194159.034000', '194159.037000', '194159.039000', '194159.042000', '194159.045000', '194159.047000', '194159.050000', '194218.936000', '194218.938000', '194218.941000', '194218.944000', '194218.946000', '194218.949000', '194218.952000', '194218.954000', '194218.957000', '194218.960000', '194218.963000', '194218.965000', '194218.968000', '194218.970000', '194218.973000', '194218.976000', '194218.978000', '194218.981000', '194218.984000', '194218.986000', '194218.989000', '194218.992000', '194218.994000', '194218.997000', '194219.000000', '194219.003000', '194219.006000', '194219.009000', '194219.011000', '194219.014000', '194219.016000', '194219.019000', '194219.022000', '194219.024000', '194219.027000', '194219.030000', '194219.032000', '194219.035000', '194219.038000', '194219.040000', '194219.043000', '194219.046000', '194219.048000', '194238.746000', '194238.749000', '194238.751000', '194238.754000', '194238.757000', '194238.759000', '194238.762000', '194238.764000', '194238.767000', '194238.770000', '194238.772000', '194238.775000', '194238.778000', '194238.780000', '194238.783000', '194238.785000', '194238.788000', '194238.791000', '194238.793000', '194238.796000', '194238.799000', '194238.880000', '194238.883000', '194238.885000', '194238.888000', '194238.891000', '194238.893000', '194238.922000', '194238.924000', '194238.927000', '194238.930000', '194238.932000', '194238.935000', '194238.938000', '194238.940000', '194238.943000', '194238.946000', '194238.948000', '194238.951000', '194238.953000', '194238.956000', '194238.958000', '194238.961000', '194238.964000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [7371, 6005, 7763, 6548, 7066, 6070, 7336, 5942, 6870, 5710, 6485, 5751, 5963, 7106, 6039, 7093, 7765, 6834, 6857, 7453, 6858, 7157, 8000, 5991, 6838, 6184, 7235, 5748, 6721, 6018, 7773, 7119, 6433, 7129, 6595, 6084, 6597, 6180, 6650, 7367, 6166, 6684, 6482, 6511, 7165, 5981, 7298, 6633, 6403, 7002, 5901, 6705, 7254, 6068, 6259, 6307, 6471, 6576, 5940, 6903, 7210, 5891, 6600, 6416, 6276, 6495, 6376, 6537, 7083, 6038, 6092, 6628, 6036, 7054, 5938, 6276, 7296, 5963, 7073, 6663, 5927, 7363, 6690, 5817, 5809, 6484, 5641, 6272, 6224, 6228, 7258, 5899, 6209, 7404, 5766, 6964, 7094, 5824, 6822, 6623, 5803, 6213, 6224, 5641, 6044, 6307, 5751, 7201, 6184, 5892, 7761, 5950, 5724, 7068, 5633, 5750, 6603, 5819, 7185, 5696, 6491, 6473, 5690, 5950, 6229, 5982, 6825, 5891, 5899, 7286, 5823, 6091, 6648, 5719, 5927, 6504, 5863, 7508, 5827, 5832, 7028, 5851, 6359, 6937, 5777, 6766, 6669, 5811, 6994, 5808, 7378, 5787, 6284, 7312, 5805, 6433, 6528, 5876, 6797, 5853, 6172, 7187, 5754, 6441, 6121, 5869, 6584, 6062, 5996, 6590, 5877, 5988, 7569, 5950, 6279, 6986, 5818, 6724, 5815, 5850, 6989, 5577, 6425, 6652, 5875, 6483, 6722, 5592, 5608, 6475, 5746, 6529, 6063, 5864, 6809, 5847, 5849, 7289, 5691, 5980, 6574, 5654, 6064, 6981, 5647, 6382, 6601, 5849, 6776, 5898, 6188, 6733, 5948, 5915, 7077, 5635, 6496, 7004, 5892, 6113, 5841, 5938, 7358, 5800, 6004, 6716, 5697, 5782, 6199, 5620, 5737, 6535, 5965, 5867, 7075, 5909, 6587, 6462, 5976, 7845, 6021, 6226, 6521, 5757, 6219, 5830, 5834, 6646, 5711, 5850, 6900, 5868, 6250, 6141, 5938, 7164, 5767, 5930, 6057, 5829, 7354, 5776, 6068, 6596, 5751, 6189, 6599, 5706, 6584, 6788, 5846, 5884, 6451, 6809, 5623, 5810, 7106, 5751, 6034, 6382, 5603, 6406, 5733, 5961, 7211, 5902, 6514, 5798, 5897, 6723, 5680, 6185, 6798, 5806, 6134, 6727, 5640, 5655, 6028, 5921, 7226, 5797, 5948, 7095, 5619, 6042, 6682, 5684, 5753, 6105, 5548, 6870, 5806, 5863, 6893, 5768, 5866, 7079, 5526, 5837, 6040, 5719, 7479, 5796, 5717, 6418, 5738, 5991, 6130, 5632, 7230, 5791, 6190, 6418, 5755, 7427, 5756, 6904, 5803, 6001, 6647, 5819, 5708, 5940, 5800, 6806, 5931, 5832, 6899, 5822, 5777, 6507, 5967, 7564, 5511, 5938, 6417, 5719, 7644, 5830, 5936, 6014, 5942, 6360, 5842, 5838, 7279, 5717, 6051, 6816, 5686, 5822, 6313, 5883, 6887, 5947, 5913, 7341, 5854, 5789, 6522, 5763, 5514, 6016, 5945, 6932, 5776, 5938, 6593, 5790, 5804, 6818, 5599, 5778, 6344, 5731, 6168, 5841, 5810, 7138, 5721, 5960, 7035, 5775, 6221, 6256, 5848, 6336, 5803, 5720, 6209, 5937, 5804, 6880, 6041, 5787, 6770, 6089, 5679, 7595, 5953, 5912, 7334, 5873, 5665, 6494, 5663, 6233, 5852, 5531, 5904, 6579, 5671, 7178, 5974, 6009, 7281, 5898, 6471, 5867, 5751, 6943, 5807, 6085, 6924, 5720, 6003, 6404, 5801, 5677, 6580, 5889, 7195, 5895, 6060, 6832, 5797, 6045, 6813, 5580, 5904, 6401, 5693, 5781, 6370, 5610, 5829, 5830, 5785, 6512, 5911, 5627, 7595, 5717, 5813, 6968, 5677, 5804, 6281, 5938, 5888, 6380, 5748, 5828, 6509, 5546, 6076, 6941, 5836, 5902, 6560, 5968, 5826, 6837, 5664, 6093, 6286, 5636, 5911, 6668, 5797, 5735, 6542, 5625, 6030, 6283, 6033, 7431, 5691, 5916, 6713, 5784, 5790, 6035, 5958, 5867, 7226, 6033, 5754, 6075, 6052, 6920, 5868, 6005, 5830, 5824, 6761, 5801, 5857, 6573, 5804, 5917, 5812, 5767, 7090, 5823, 5711, 6665, 5683, 5778, 6316, 5998, 6002, 5921, 5869, 5938, 6984, 5755, 5767, 7508, 5756, 5986, 6752, 5765, 7299, 5771, 5793, 6805, 5833, 5871, 6644, 5790, 5862, 6148, 5984, 5857, 6158, 5794, 7715, 5850, 5777, 6248, 6005, 8427, 5941, 5872, 6138, 5831, 7034, 5933, 5873, 6010, 5982, 6818, 5811, 5903, 6464, 5968, 6545, 5634, 6002, 6881, 5707, 7834, 5590, 5869, 6021, 5906, 6814, 5888, 6044, 6649, 5859, 6047, 5746, 5851, 6910, 5650, 6306, 6048, 5834, 7160, 5737, 5950, 6832, 5754, 8225, 5780, 5994, 6618, 5725, 5809, 5927, 6043, 6012, 5774, 5744, 7359, 5913, 6048, 6523, 5752, 5939, 6138, 5861, 6094, 5779, 5922, 7321, 5933, 6041, 6508, 5828, 6421, 6110, 5845, 6999, 5599, 6036, 6260, 5664, 7225, 5956, 6067, 5960, 5868, 7325, 5737, 5606, 6104, 5812, 6655, 5694, 6032, 7040, 5742, 5831, 5854, 6148, 7368, 5779, 6040, 6567, 5801, 5770, 5895, 5784, 7526, 5847, 5815, 6841, 5762, 5832, 6435, 5763, 5914, 6121, 5717, 8518, 6180, 5724, 6877, 5587, 5803, 6410, 5879, 7957, 5845, 5789, 6824, 5670, 5839, 7151, 5746, 5854, 6636, 5617, 6077, 5881, 5691, 7550, 5819, 6154, 5894, 5805, 7438, 5962, 5887, 5879, 5975, 6893, 5806, 5944, 6342, 5763, 6019, 5940, 5904, 7206, 5886, 5968, 6792, 5832, 5940, 6616, 5916, 6111, 5816, 5870, 7289, 5878, 6482, 5816, 5726, 7374, 5853, 6052, 5908, 6068, 7366, 5917, 5652, 6512, 5817, 6178, 6099, 5888, 6910, 5823, 6000, 6755, 5685, 5821, 6326, 5886, 5899, 6275, 5807, 5798, 5898, 5785, 6266, 5997, 5955, 6906, 5642, 5800, 6896, 5869, 5662, 6290, 5909, 5881, 5807, 5979, 6865, 5752, 5924, 6860, 5834, 5940, 6304, 5831, 5800, 6005, 5873, 6204, 5782, 5917, 6723, 5667, 5573, 6201, 5849, 5797, 6113, 6197, 5680, 5642, 5978, 5831, 6270, 5704, 5920, 6011, 5947, 5732, 7011, 5689, 5805, 6678, 5745, 5771, 5693, 5861, 6957, 5682, 5845, 6245, 5952, 5847, 6646, 5776, 5906, 6527, 5851, 6052, 6218, 5864, 5977, 6430, 5938, 6562, 5814, 5943, 6782, 5663, 7208, 5868, 5891, 6320, 5955, 5724, 6267, 5706, 5701, 5635, 5781, 6548, 5894, 5606, 7012, 5915, 5835, 6126, 6039, 6838, 5833, 5782, 7182, 5885, 5872, 6431, 5748, 6144, 5762, 5838, 5871, 5803, 5751, 5920, 5932, 5840, 7454, 5809, 5770, 7001, 5742, 6813, 5730, 5779, 8169, 5852, 5868, 6529, 5737, 5865, 6807, 5913, 5788, 6464, 6001, 5797, 6706, 5809, 5831, 5956, 5994, 6805, 5685, 5799, 6886, 5707, 5778, 6002, 5795, 5763, 5700, 6154, 5628, 5905, 6067, 7087, 5841, 5870, 5855, 5906, 6825, 5832, 6083, 5963, 5720, 6986, 5667, 5889, 6260, 5960, 7337, 5686, 5837, 6066, 5919, 5885, 5766, 5822, 6121, 5800, 6017, 7053, 6127, 5774, 7068, 5782, 5788, 6094, 5742, 7788, 5783, 5927, 6883, 5684, 5912, 6312, 5757, 5723, 6079, 5613, 5663, 5804, 5585, 5882, 6122, 5929, 7340, 5728, 5823, 6429, 5807, 6260, 5836, 5896, 6930, 5927, 6071, 5913, 5799, 6638, 5685, 5929, 6237, 5796, 5853, 5846, 6086, 7067, 5687, 5820, 6588, 5602, 6095, 5796, 5810, 6683, 5955, 5887, 6138, 5884, 6941, 5761, 5867, 6532, 5740, 7163, 5611, 5758, 5821, 6014, 6852, 5878, 5786, 5761, 5965, 5920, 6533, 5910, 5997, 6486, 5798, 7098, 5927, 5776, 7188, 5739, 6624, 5778, 5961, 6849, 5793, 7792, 5668, 5905, 6269, 5923, 5789, 5837, 5897, 6826, 5924, 5864, 6359, 5716, 5785, 5878, 5773, 6093, 7230, 5899, 5962, 6748, 5835, 6067, 5735, 5945, 6080, 6321, 5961, 6394, 6040, 5724, 7023, 5699, 5718, 5846, 5778, 7791, 5794, 5802, 6051, 5912, 6431, 5872, 5892, 6667, 5951, 6006, 7061, 5755, 5749, 5962, 5907, 7224, 5849, 6034, 5970, 5843, 5833, 5889, 5949, 7219, 5809, 5837, 6302, 5929, 5972, 5784, 5823, 6556, 5745, 5772, 7269, 5694, 5821, 6286, 5832, 5856, 5800, 5867, 7325, 5684, 6009, 6293, 5881, 6783, 5750, 6150, 6376, 5874, 5884, 6310, 6055, 5968, 5771, 5788, 7052, 5616, 5795, 6409, 5894, 5990, 5919, 5591, 7247, 5792, 7048, 6063, 5875, 7062, 5531, 6656, 5673, 5842, 5782, 5805, 7144, 5686, 5816, 5886, 5805, 5862, 5771, 5933, 6824, 5717, 7192, 5819, 5681, 6102, 5839, 5907, 5889, 5793, 7039, 5804, 5661, 6142, 5887, 7021, 5824, 7050, 5703, 6023, 6171, 5809, 6513, 5823, 5772, 6395, 5982, 6032, 6682, 5852, 7732, 5762, 5826, 6160, 5810, 7843, 5790, 5713, 6160, 5927, 7547, 5784, 5761, 6269, 5994, 5734, 5849, 5762, 6343, 5556, 7135, 5722, 5733, 5802, 5743, 6504, 5895, 6752, 5778, 5890, 5903, 5880, 6438, 5629, 5662, 6703, 5962, 5966, 5746, 5796, 7253, 5915, 5757, 6455, 5730, 6309, 5629, 5940, 7295, 5774, 6436, 5809, 5664, 7210, 5851, 5994, 6632, 5749, 5948, 5785, 5909, 6710, 5757, 5922, 5776, 5651, 6437, 5886, 6655, 5679, 5735, 5996, 5886, 6342, 5984, 5954, 6731, 5640, 5825, 5852, 5903, 6717, 5730, 7638, 5871, 5701, 6080, 5566, 7416, 5673, 6008, 5702, 6033, 6050, 5930, 6710, 5708, 6047, 6451, 5937, 5960, 6147, 5887, 7616, 5683, 5809, 6448, 5715, 8318, 6050, 6089, 6317, 5784, 5790, 5767, 5702, 6529, 5653, 5895, 6348, 5850, 7896, 5862, 5982, 6485, 5798, 6188, 5927, 5688, 6268, 5902], 'WindowCenter': [3679.0, 3656.0, 3662.0, 3642.0, 3639.0, 3628.0, 3636.0, 3615.0, 3637.0, 3619.0, 3627.0, 3615.0, 3614.0, 3636.0, 3628.0, 3649.0, 3660.0, 3651.0, 3653.0, 3665.0, 3652.0, 3653.0, 3659.0, 3628.0, 3624.0, 3613.0, 3636.0, 3604.0, 3624.0, 3615.0, 3645.0, 3636.0, 3626.0, 3638.0, 3637.0, 3629.0, 3637.0, 3627.0, 3638.0, 3648.0, 3628.0, 3626.0, 3627.0, 3627.0, 3636.0, 3615.0, 3635.0, 3635.0, 3625.0, 3633.0, 3614.0, 3624.0, 3637.0, 3615.0, 3627.0, 3624.0, 3625.0, 3625.0, 3614.0, 3636.0, 3636.0, 3616.0, 3626.0, 3624.0, 3626.0, 3624.0, 3625.0, 3626.0, 3636.0, 3615.0, 3616.0, 3637.0, 3627.0, 3636.0, 3626.0, 3628.0, 3637.0, 3614.0, 3634.0, 3625.0, 3614.0, 3634.0, 3636.0, 3618.0, 3616.0, 3627.0, 3615.0, 3627.0, 3627.0, 3625.0, 3636.0, 3615.0, 3616.0, 3636.0, 3616.0, 3636.0, 3636.0, 3615.0, 3626.0, 3625.0, 3617.0, 3626.0, 3617.0, 3614.0, 3614.0, 3626.0, 3614.0, 3635.0, 3615.0, 3616.0, 3646.0, 3628.0, 3616.0, 3637.0, 3616.0, 3615.0, 3625.0, 3604.0, 3622.0, 3604.0, 3612.0, 3624.0, 3614.0, 3613.0, 3614.0, 3613.0, 3626.0, 3615.0, 3616.0, 3648.0, 3616.0, 3628.0, 3638.0, 3615.0, 3615.0, 3626.0, 3617.0, 3636.0, 3614.0, 3616.0, 3637.0, 3617.0, 3639.0, 3648.0, 3629.0, 3640.0, 3641.0, 3628.0, 3637.0, 3619.0, 3637.0, 3616.0, 3629.0, 3649.0, 3618.0, 3629.0, 3628.0, 3618.0, 3636.0, 3616.0, 3626.0, 3638.0, 3618.0, 3638.0, 3630.0, 3629.0, 3638.0, 3630.0, 3628.0, 3638.0, 3616.0, 3629.0, 3648.0, 3630.0, 3639.0, 3650.0, 3630.0, 3639.0, 3616.0, 3617.0, 3636.0, 3616.0, 3627.0, 3639.0, 3628.0, 3642.0, 3639.0, 3620.0, 3630.0, 3640.0, 3629.0, 3640.0, 3629.0, 3630.0, 3641.0, 3618.0, 3618.0, 3649.0, 3618.0, 3629.0, 3638.0, 3630.0, 3629.0, 3651.0, 3629.0, 3639.0, 3651.0, 3630.0, 3639.0, 3629.0, 3629.0, 3640.0, 3629.0, 3629.0, 3650.0, 3629.0, 3639.0, 3651.0, 3629.0, 3628.0, 3617.0, 3628.0, 3650.0, 3619.0, 3629.0, 3641.0, 3629.0, 3630.0, 3640.0, 3632.0, 3632.0, 3642.0, 3642.0, 3632.0, 3651.0, 3630.0, 3639.0, 3628.0, 3628.0, 3648.0, 3615.0, 3616.0, 3626.0, 3615.0, 3626.0, 3615.0, 3616.0, 3637.0, 3617.0, 3616.0, 3638.0, 3617.0, 3628.0, 3627.0, 3627.0, 3636.0, 3616.0, 3626.0, 3626.0, 3615.0, 3636.0, 3617.0, 3628.0, 3637.0, 3616.0, 3627.0, 3650.0, 3629.0, 3651.0, 3653.0, 3643.0, 3642.0, 3655.0, 3653.0, 3630.0, 3618.0, 3650.0, 3621.0, 3629.0, 3641.0, 3629.0, 3640.0, 3619.0, 3628.0, 3648.0, 3617.0, 3628.0, 3615.0, 3618.0, 3637.0, 3628.0, 3629.0, 3639.0, 3630.0, 3630.0, 3639.0, 3629.0, 3628.0, 3629.0, 3628.0, 3648.0, 3617.0, 3628.0, 3640.0, 3628.0, 3628.0, 3638.0, 3629.0, 3617.0, 3629.0, 3618.0, 3639.0, 3617.0, 3619.0, 3639.0, 3617.0, 3617.0, 3638.0, 3618.0, 3617.0, 3627.0, 3617.0, 3649.0, 3616.0, 3616.0, 3626.0, 3616.0, 3628.0, 3628.0, 3617.0, 3649.0, 3630.0, 3628.0, 3639.0, 3629.0, 3650.0, 3620.0, 3638.0, 3617.0, 3628.0, 3637.0, 3616.0, 3616.0, 3628.0, 3632.0, 3652.0, 3642.0, 3631.0, 3652.0, 3632.0, 3632.0, 3641.0, 3631.0, 3651.0, 3619.0, 3628.0, 3628.0, 3619.0, 3648.0, 3617.0, 3627.0, 3628.0, 3627.0, 3626.0, 3616.0, 3617.0, 3649.0, 3618.0, 3629.0, 3639.0, 3629.0, 3618.0, 3639.0, 3630.0, 3638.0, 3628.0, 3618.0, 3648.0, 3617.0, 3617.0, 3627.0, 3617.0, 3605.0, 3627.0, 3628.0, 3636.0, 3616.0, 3627.0, 3637.0, 3617.0, 3628.0, 3638.0, 3618.0, 3618.0, 3638.0, 3617.0, 3628.0, 3619.0, 3629.0, 3650.0, 3629.0, 3629.0, 3639.0, 3616.0, 3626.0, 3627.0, 3618.0, 3639.0, 3618.0, 3629.0, 3630.0, 3641.0, 3632.0, 3653.0, 3643.0, 3643.0, 3654.0, 3642.0, 3632.0, 3663.0, 3644.0, 3632.0, 3653.0, 3630.0, 3632.0, 3640.0, 3629.0, 3629.0, 3617.0, 3619.0, 3630.0, 3640.0, 3630.0, 3650.0, 3628.0, 3628.0, 3637.0, 3616.0, 3628.0, 3616.0, 3615.0, 3636.0, 3617.0, 3628.0, 3637.0, 3616.0, 3627.0, 3627.0, 3616.0, 3618.0, 3638.0, 3618.0, 3638.0, 3616.0, 3616.0, 3637.0, 3616.0, 3616.0, 3626.0, 3605.0, 3614.0, 3626.0, 3616.0, 3616.0, 3627.0, 3618.0, 3618.0, 3615.0, 3615.0, 3627.0, 3616.0, 3616.0, 3647.0, 3615.0, 3616.0, 3638.0, 3616.0, 3614.0, 3624.0, 3614.0, 3615.0, 3627.0, 3616.0, 3616.0, 3627.0, 3618.0, 3627.0, 3638.0, 3617.0, 3617.0, 3637.0, 3627.0, 3616.0, 3638.0, 3617.0, 3616.0, 3626.0, 3616.0, 3616.0, 3638.0, 3617.0, 3616.0, 3627.0, 3616.0, 3627.0, 3626.0, 3616.0, 3636.0, 3616.0, 3617.0, 3638.0, 3617.0, 3617.0, 3627.0, 3628.0, 3628.0, 3649.0, 3629.0, 3617.0, 3628.0, 3627.0, 3638.0, 3616.0, 3626.0, 3616.0, 3616.0, 3636.0, 3616.0, 3617.0, 3640.0, 3617.0, 3619.0, 3616.0, 3621.0, 3649.0, 3618.0, 3618.0, 3638.0, 3617.0, 3617.0, 3639.0, 3629.0, 3628.0, 3628.0, 3630.0, 3644.0, 3651.0, 3630.0, 3630.0, 3649.0, 3618.0, 3617.0, 3626.0, 3617.0, 3636.0, 3616.0, 3616.0, 3637.0, 3617.0, 3617.0, 3638.0, 3617.0, 3617.0, 3627.0, 3628.0, 3618.0, 3629.0, 3629.0, 3649.0, 3618.0, 3617.0, 3627.0, 3617.0, 3647.0, 3615.0, 3616.0, 3615.0, 3616.0, 3636.0, 3627.0, 3616.0, 3616.0, 3615.0, 3626.0, 3617.0, 3615.0, 3626.0, 3627.0, 3626.0, 3618.0, 3627.0, 3638.0, 3617.0, 3647.0, 3605.0, 3615.0, 3628.0, 3616.0, 3637.0, 3616.0, 3630.0, 3638.0, 3630.0, 3629.0, 3618.0, 3617.0, 3639.0, 3629.0, 3639.0, 3628.0, 3618.0, 3637.0, 3617.0, 3628.0, 3639.0, 3617.0, 3658.0, 3616.0, 3627.0, 3637.0, 3617.0, 3616.0, 3628.0, 3627.0, 3627.0, 3617.0, 3617.0, 3648.0, 3617.0, 3617.0, 3627.0, 3618.0, 3628.0, 3627.0, 3616.0, 3626.0, 3616.0, 3629.0, 3648.0, 3628.0, 3626.0, 3627.0, 3617.0, 3627.0, 3626.0, 3616.0, 3636.0, 3604.0, 3616.0, 3627.0, 3617.0, 3636.0, 3626.0, 3617.0, 3615.0, 3615.0, 3636.0, 3615.0, 3615.0, 3616.0, 3615.0, 3625.0, 3616.0, 3617.0, 3637.0, 3616.0, 3616.0, 3616.0, 3627.0, 3636.0, 3617.0, 3628.0, 3639.0, 3631.0, 3629.0, 3629.0, 3629.0, 3650.0, 3632.0, 3617.0, 3641.0, 3629.0, 3618.0, 3639.0, 3617.0, 3617.0, 3627.0, 3617.0, 3658.0, 3628.0, 3616.0, 3638.0, 3607.0, 3616.0, 3627.0, 3615.0, 3648.0, 3615.0, 3616.0, 3637.0, 3617.0, 3618.0, 3637.0, 3617.0, 3617.0, 3639.0, 3618.0, 3615.0, 3615.0, 3616.0, 3646.0, 3615.0, 3616.0, 3614.0, 3614.0, 3635.0, 3614.0, 3602.0, 3602.0, 3614.0, 3635.0, 3616.0, 3616.0, 3626.0, 3614.0, 3627.0, 3625.0, 3616.0, 3636.0, 3615.0, 3627.0, 3639.0, 3617.0, 3629.0, 3638.0, 3619.0, 3627.0, 3615.0, 3616.0, 3635.0, 3617.0, 3624.0, 3603.0, 3614.0, 3637.0, 3614.0, 3614.0, 3616.0, 3626.0, 3648.0, 3616.0, 3615.0, 3628.0, 3617.0, 3627.0, 3614.0, 3615.0, 3636.0, 3615.0, 3626.0, 3637.0, 3616.0, 3615.0, 3626.0, 3616.0, 3615.0, 3626.0, 3615.0, 3616.0, 3615.0, 3616.0, 3625.0, 3616.0, 3626.0, 3635.0, 3615.0, 3614.0, 3637.0, 3615.0, 3603.0, 3625.0, 3614.0, 3614.0, 3614.0, 3614.0, 3625.0, 3616.0, 3614.0, 3626.0, 3615.0, 3614.0, 3625.0, 3615.0, 3615.0, 3627.0, 3616.0, 3627.0, 3616.0, 3615.0, 3636.0, 3617.0, 3617.0, 3628.0, 3616.0, 3616.0, 3625.0, 3614.0, 3603.0, 3602.0, 3615.0, 3603.0, 3614.0, 3614.0, 3626.0, 3627.0, 3628.0, 3614.0, 3635.0, 3615.0, 3603.0, 3625.0, 3614.0, 3615.0, 3614.0, 3615.0, 3624.0, 3602.0, 3603.0, 3624.0, 3614.0, 3615.0, 3638.0, 3616.0, 3616.0, 3627.0, 3616.0, 3626.0, 3626.0, 3616.0, 3626.0, 3626.0, 3627.0, 3638.0, 3615.0, 3615.0, 3625.0, 3603.0, 3634.0, 3603.0, 3604.0, 3624.0, 3615.0, 3615.0, 3626.0, 3616.0, 3617.0, 3616.0, 3617.0, 3628.0, 3617.0, 3628.0, 3651.0, 3629.0, 3617.0, 3627.0, 3627.0, 3626.0, 3615.0, 3615.0, 3637.0, 3616.0, 3615.0, 3626.0, 3616.0, 3615.0, 3615.0, 3616.0, 3616.0, 3616.0, 3618.0, 3628.0, 3628.0, 3619.0, 3649.0, 3618.0, 3616.0, 3637.0, 3616.0, 3625.0, 3614.0, 3614.0, 3646.0, 3614.0, 3616.0, 3625.0, 3615.0, 3615.0, 3636.0, 3616.0, 3615.0, 3626.0, 3616.0, 3616.0, 3637.0, 3616.0, 3615.0, 3615.0, 3615.0, 3625.0, 3615.0, 3614.0, 3635.0, 3614.0, 3614.0, 3614.0, 3615.0, 3615.0, 3615.0, 3626.0, 3616.0, 3617.0, 3628.0, 3638.0, 3617.0, 3617.0, 3616.0, 3616.0, 3626.0, 3616.0, 3615.0, 3626.0, 3615.0, 3635.0, 3614.0, 3614.0, 3625.0, 3615.0, 3637.0, 3616.0, 3616.0, 3627.0, 3617.0, 3617.0, 3618.0, 3616.0, 3627.0, 3616.0, 3627.0, 3637.0, 3627.0, 3616.0, 3637.0, 3618.0, 3616.0, 3615.0, 3604.0, 3635.0, 3603.0, 3614.0, 3635.0, 3615.0, 3615.0, 3627.0, 3616.0, 3615.0, 3615.0, 3616.0, 3615.0, 3615.0, 3605.0, 3615.0, 3615.0, 3615.0, 3637.0, 3616.0, 3616.0, 3627.0, 3616.0, 3625.0, 3603.0, 3603.0, 3624.0, 3615.0, 3615.0, 3614.0, 3614.0, 3625.0, 3604.0, 3614.0, 3614.0, 3616.0, 3615.0, 3615.0, 3626.0, 3635.0, 3615.0, 3604.0, 3625.0, 3615.0, 3615.0, 3615.0, 3615.0, 3626.0, 3626.0, 3616.0, 3627.0, 3616.0, 3637.0, 3616.0, 3616.0, 3626.0, 3615.0, 3635.0, 3614.0, 3602.0, 3602.0, 3614.0, 3624.0, 3615.0, 3615.0, 3615.0, 3627.0, 3628.0, 3639.0, 3630.0, 3640.0, 3640.0, 3630.0, 3650.0, 3628.0, 3618.0, 3638.0, 3618.0, 3637.0, 3615.0, 3614.0, 3625.0, 3603.0, 3634.0, 3614.0, 3615.0, 3626.0, 3627.0, 3615.0, 3615.0, 3615.0, 3638.0, 3628.0, 3617.0, 3639.0, 3630.0, 3629.0, 3617.0, 3616.0, 3626.0, 3635.0, 3615.0, 3615.0, 3626.0, 3617.0, 3628.0, 3628.0, 3629.0, 3628.0, 3639.0, 3629.0, 3639.0, 3629.0, 3619.0, 3638.0, 3618.0, 3617.0, 3617.0, 3616.0, 3636.0, 3614.0, 3603.0, 3625.0, 3616.0, 3625.0, 3615.0, 3615.0, 3626.0, 3627.0, 3627.0, 3637.0, 3615.0, 3615.0, 3614.0, 3616.0, 3636.0, 3615.0, 3614.0, 3614.0, 3603.0, 3602.0, 3603.0, 3613.0, 3635.0, 3604.0, 3605.0, 3626.0, 3626.0, 3615.0, 3615.0, 3615.0, 3625.0, 3615.0, 3616.0, 3636.0, 3616.0, 3615.0, 3625.0, 3617.0, 3615.0, 3616.0, 3615.0, 3636.0, 3614.0, 3614.0, 3625.0, 3615.0, 3624.0, 3614.0, 3614.0, 3625.0, 3615.0, 3616.0, 3626.0, 3626.0, 3614.0, 3615.0, 3617.0, 3637.0, 3617.0, 3617.0, 3629.0, 3617.0, 3627.0, 3618.0, 3617.0, 3638.0, 3617.0, 3637.0, 3626.0, 3616.0, 3635.0, 3603.0, 3622.0, 3602.0, 3601.0, 3603.0, 3616.0, 3636.0, 3616.0, 3616.0, 3616.0, 3615.0, 3602.0, 3601.0, 3600.0, 3611.0, 3601.0, 3622.0, 3603.0, 3603.0, 3614.0, 3602.0, 3601.0, 3601.0, 3601.0, 3622.0, 3603.0, 3602.0, 3613.0, 3615.0, 3625.0, 3614.0, 3623.0, 3601.0, 3601.0, 3601.0, 3602.0, 3613.0, 3603.0, 3614.0, 3625.0, 3627.0, 3627.0, 3637.0, 3616.0, 3635.0, 3614.0, 3614.0, 3614.0, 3615.0, 3645.0, 3603.0, 3602.0, 3613.0, 3614.0, 3634.0, 3603.0, 3602.0, 3623.0, 3613.0, 3602.0, 3602.0, 3602.0, 3624.0, 3603.0, 3624.0, 3614.0, 3613.0, 3603.0, 3601.0, 3612.0, 3601.0, 3623.0, 3603.0, 3603.0, 3615.0, 3615.0, 3625.0, 3616.0, 3616.0, 3637.0, 3626.0, 3626.0, 3615.0, 3617.0, 3648.0, 3617.0, 3616.0, 3626.0, 3616.0, 3625.0, 3614.0, 3613.0, 3634.0, 3603.0, 3625.0, 3614.0, 3614.0, 3636.0, 3615.0, 3614.0, 3625.0, 3615.0, 3613.0, 3603.0, 3602.0, 3623.0, 3603.0, 3615.0, 3603.0, 3602.0, 3614.0, 3603.0, 3622.0, 3603.0, 3602.0, 3613.0, 3614.0, 3624.0, 3614.0, 3626.0, 3637.0, 3617.0, 3616.0, 3615.0, 3616.0, 3625.0, 3616.0, 3635.0, 3615.0, 3604.0, 3614.0, 3603.0, 3635.0, 3603.0, 3601.0, 3601.0, 3601.0, 3614.0, 3613.0, 3624.0, 3614.0, 3614.0, 3625.0, 3626.0, 3616.0, 3615.0, 3615.0, 3635.0, 3603.0, 3603.0, 3625.0, 3604.0, 3645.0, 3613.0, 3602.0, 3613.0, 3602.0, 3603.0, 3603.0, 3603.0, 3624.0, 3615.0, 3613.0, 3626.0, 3614.0, 3634.0, 3603.0, 3614.0, 3624.0, 3613.0, 3612.0, 3613.0, 3603.0, 3615.0, 3603.0], 'WindowWidth': [8311.0, 8274.0, 8274.0, 8246.0, 8233.0, 8217.0, 8225.0, 8195.0, 8230.0, 8206.0, 8215.0, 8194.0, 8193.0, 8226.0, 8218.0, 8249.0, 8266.0, 8255.0, 8263.0, 8280.0, 8256.0, 8260.0, 8260.0, 8216.0, 8206.0, 8190.0, 8223.0, 8177.0, 8205.0, 8193.0, 8234.0, 8224.0, 8213.0, 8231.0, 8231.0, 8222.0, 8228.0, 8216.0, 8232.0, 8245.0, 8217.0, 8210.0, 8213.0, 8214.0, 8225.0, 8196.0, 8222.0, 8223.0, 8208.0, 8217.0, 8192.0, 8206.0, 8224.0, 8195.0, 8212.0, 8208.0, 8210.0, 8209.0, 8193.0, 8223.0, 8226.0, 8199.0, 8211.0, 8207.0, 8211.0, 8207.0, 8209.0, 8209.0, 8225.0, 8197.0, 8198.0, 8229.0, 8216.0, 8224.0, 8213.0, 8219.0, 8228.0, 8194.0, 8220.0, 8207.0, 8194.0, 8220.0, 8227.0, 8205.0, 8200.0, 8215.0, 8200.0, 8216.0, 8215.0, 8210.0, 8226.0, 8196.0, 8199.0, 8226.0, 8199.0, 8226.0, 8227.0, 8197.0, 8211.0, 8209.0, 8200.0, 8212.0, 8200.0, 8195.0, 8196.0, 8212.0, 8196.0, 8221.0, 8195.0, 8197.0, 8238.0, 8216.0, 8199.0, 8229.0, 8201.0, 8194.0, 8207.0, 8179.0, 8201.0, 8178.0, 8187.0, 8206.0, 8193.0, 8192.0, 8193.0, 8192.0, 8211.0, 8196.0, 8200.0, 8243.0, 8201.0, 8217.0, 8231.0, 8198.0, 8196.0, 8210.0, 8199.0, 8225.0, 8192.0, 8200.0, 8229.0, 8203.0, 8235.0, 8245.0, 8223.0, 8238.0, 8240.0, 8220.0, 8230.0, 8207.0, 8228.0, 8200.0, 8220.0, 8248.0, 8206.0, 8223.0, 8218.0, 8207.0, 8225.0, 8199.0, 8212.0, 8231.0, 8206.0, 8234.0, 8224.0, 8224.0, 8235.0, 8223.0, 8220.0, 8232.0, 8202.0, 8222.0, 8247.0, 8224.0, 8235.0, 8253.0, 8225.0, 8236.0, 8200.0, 8201.0, 8226.0, 8200.0, 8215.0, 8235.0, 8221.0, 8242.0, 8237.0, 8213.0, 8225.0, 8239.0, 8224.0, 8239.0, 8224.0, 8226.0, 8240.0, 8206.0, 8207.0, 8249.0, 8208.0, 8222.0, 8234.0, 8225.0, 8224.0, 8253.0, 8224.0, 8237.0, 8256.0, 8226.0, 8236.0, 8223.0, 8225.0, 8238.0, 8223.0, 8223.0, 8252.0, 8224.0, 8236.0, 8255.0, 8222.0, 8220.0, 8202.0, 8219.0, 8251.0, 8208.0, 8224.0, 8242.0, 8225.0, 8228.0, 8241.0, 8232.0, 8232.0, 8245.0, 8245.0, 8233.0, 8254.0, 8227.0, 8234.0, 8218.0, 8216.0, 8243.0, 8197.0, 8197.0, 8211.0, 8196.0, 8212.0, 8197.0, 8201.0, 8229.0, 8203.0, 8202.0, 8232.0, 8203.0, 8217.0, 8215.0, 8214.0, 8226.0, 8199.0, 8212.0, 8212.0, 8198.0, 8225.0, 8200.0, 8218.0, 8231.0, 8202.0, 8216.0, 8251.0, 8224.0, 8257.0, 8262.0, 8249.0, 8249.0, 8266.0, 8262.0, 8226.0, 8207.0, 8251.0, 8212.0, 8222.0, 8240.0, 8223.0, 8238.0, 8209.0, 8219.0, 8246.0, 8204.0, 8216.0, 8198.0, 8204.0, 8231.0, 8220.0, 8223.0, 8238.0, 8225.0, 8226.0, 8238.0, 8225.0, 8220.0, 8222.0, 8219.0, 8246.0, 8205.0, 8221.0, 8237.0, 8220.0, 8221.0, 8233.0, 8221.0, 8204.0, 8222.0, 8207.0, 8235.0, 8203.0, 8208.0, 8235.0, 8204.0, 8203.0, 8232.0, 8204.0, 8202.0, 8216.0, 8202.0, 8246.0, 8201.0, 8200.0, 8215.0, 8202.0, 8219.0, 8218.0, 8205.0, 8248.0, 8225.0, 8221.0, 8236.0, 8223.0, 8251.0, 8211.0, 8232.0, 8203.0, 8219.0, 8230.0, 8201.0, 8202.0, 8219.0, 8230.0, 8257.0, 8245.0, 8232.0, 8258.0, 8233.0, 8231.0, 8242.0, 8227.0, 8255.0, 8209.0, 8220.0, 8219.0, 8209.0, 8246.0, 8202.0, 8216.0, 8218.0, 8215.0, 8214.0, 8202.0, 8204.0, 8247.0, 8208.0, 8221.0, 8236.0, 8223.0, 8206.0, 8236.0, 8224.0, 8232.0, 8218.0, 8207.0, 8246.0, 8203.0, 8202.0, 8217.0, 8204.0, 8185.0, 8215.0, 8218.0, 8227.0, 8199.0, 8216.0, 8230.0, 8205.0, 8221.0, 8234.0, 8207.0, 8207.0, 8233.0, 8204.0, 8219.0, 8209.0, 8221.0, 8250.0, 8223.0, 8223.0, 8235.0, 8201.0, 8213.0, 8215.0, 8207.0, 8234.0, 8206.0, 8224.0, 8227.0, 8243.0, 8234.0, 8261.0, 8250.0, 8251.0, 8263.0, 8245.0, 8233.0, 8274.0, 8250.0, 8232.0, 8258.0, 8225.0, 8231.0, 8239.0, 8224.0, 8222.0, 8206.0, 8210.0, 8227.0, 8240.0, 8226.0, 8251.0, 8220.0, 8217.0, 8229.0, 8200.0, 8217.0, 8198.0, 8196.0, 8224.0, 8202.0, 8220.0, 8229.0, 8201.0, 8215.0, 8215.0, 8200.0, 8205.0, 8231.0, 8205.0, 8230.0, 8200.0, 8199.0, 8228.0, 8199.0, 8198.0, 8211.0, 8183.0, 8195.0, 8211.0, 8200.0, 8200.0, 8217.0, 8204.0, 8203.0, 8197.0, 8197.0, 8213.0, 8198.0, 8198.0, 8238.0, 8195.0, 8199.0, 8228.0, 8199.0, 8194.0, 8206.0, 8192.0, 8195.0, 8214.0, 8199.0, 8200.0, 8215.0, 8204.0, 8217.0, 8234.0, 8204.0, 8202.0, 8229.0, 8214.0, 8201.0, 8231.0, 8203.0, 8199.0, 8212.0, 8200.0, 8201.0, 8232.0, 8202.0, 8200.0, 8214.0, 8201.0, 8214.0, 8213.0, 8199.0, 8225.0, 8198.0, 8203.0, 8233.0, 8203.0, 8205.0, 8217.0, 8219.0, 8221.0, 8247.0, 8223.0, 8204.0, 8217.0, 8215.0, 8231.0, 8200.0, 8213.0, 8199.0, 8200.0, 8226.0, 8200.0, 8203.0, 8236.0, 8203.0, 8205.0, 8201.0, 8214.0, 8248.0, 8208.0, 8205.0, 8233.0, 8204.0, 8203.0, 8234.0, 8221.0, 8219.0, 8220.0, 8228.0, 8253.0, 8256.0, 8227.0, 8226.0, 8249.0, 8205.0, 8199.0, 8213.0, 8202.0, 8225.0, 8198.0, 8199.0, 8229.0, 8203.0, 8203.0, 8233.0, 8203.0, 8203.0, 8216.0, 8219.0, 8206.0, 8223.0, 8223.0, 8248.0, 8205.0, 8203.0, 8216.0, 8202.0, 8242.0, 8197.0, 8197.0, 8195.0, 8198.0, 8226.0, 8215.0, 8200.0, 8199.0, 8198.0, 8214.0, 8203.0, 8198.0, 8212.0, 8215.0, 8212.0, 8204.0, 8215.0, 8230.0, 8202.0, 8240.0, 8184.0, 8197.0, 8217.0, 8200.0, 8228.0, 8201.0, 8224.0, 8234.0, 8225.0, 8223.0, 8206.0, 8203.0, 8236.0, 8222.0, 8235.0, 8220.0, 8205.0, 8230.0, 8203.0, 8218.0, 8235.0, 8204.0, 8258.0, 8200.0, 8215.0, 8229.0, 8201.0, 8201.0, 8218.0, 8216.0, 8215.0, 8202.0, 8202.0, 8244.0, 8201.0, 8201.0, 8218.0, 8206.0, 8219.0, 8218.0, 8202.0, 8214.0, 8200.0, 8220.0, 8244.0, 8218.0, 8213.0, 8215.0, 8205.0, 8217.0, 8213.0, 8200.0, 8224.0, 8181.0, 8198.0, 8214.0, 8201.0, 8226.0, 8213.0, 8201.0, 8195.0, 8196.0, 8225.0, 8197.0, 8198.0, 8200.0, 8197.0, 8210.0, 8199.0, 8201.0, 8229.0, 8201.0, 8202.0, 8200.0, 8216.0, 8226.0, 8205.0, 8218.0, 8235.0, 8228.0, 8224.0, 8223.0, 8222.0, 8251.0, 8230.0, 8204.0, 8239.0, 8223.0, 8207.0, 8234.0, 8205.0, 8202.0, 8217.0, 8203.0, 8258.0, 8220.0, 8201.0, 8230.0, 8189.0, 8197.0, 8213.0, 8198.0, 8243.0, 8198.0, 8201.0, 8230.0, 8204.0, 8205.0, 8231.0, 8204.0, 8203.0, 8235.0, 8204.0, 8198.0, 8197.0, 8199.0, 8239.0, 8196.0, 8197.0, 8194.0, 8194.0, 8221.0, 8192.0, 8175.0, 8174.0, 8195.0, 8222.0, 8198.0, 8198.0, 8213.0, 8195.0, 8216.0, 8211.0, 8199.0, 8225.0, 8197.0, 8214.0, 8233.0, 8204.0, 8222.0, 8232.0, 8207.0, 8215.0, 8199.0, 8199.0, 8223.0, 8200.0, 8206.0, 8178.0, 8194.0, 8227.0, 8194.0, 8193.0, 8198.0, 8214.0, 8245.0, 8200.0, 8199.0, 8218.0, 8203.0, 8214.0, 8195.0, 8196.0, 8226.0, 8198.0, 8213.0, 8229.0, 8200.0, 8199.0, 8215.0, 8201.0, 8197.0, 8213.0, 8196.0, 8198.0, 8196.0, 8200.0, 8211.0, 8199.0, 8212.0, 8223.0, 8194.0, 8191.0, 8228.0, 8196.0, 8178.0, 8209.0, 8195.0, 8194.0, 8194.0, 8193.0, 8208.0, 8196.0, 8193.0, 8212.0, 8196.0, 8195.0, 8212.0, 8196.0, 8195.0, 8215.0, 8201.0, 8216.0, 8199.0, 8199.0, 8227.0, 8203.0, 8206.0, 8220.0, 8201.0, 8201.0, 8211.0, 8192.0, 8175.0, 8172.0, 8193.0, 8177.0, 8191.0, 8193.0, 8212.0, 8216.0, 8216.0, 8195.0, 8222.0, 8195.0, 8178.0, 8208.0, 8193.0, 8196.0, 8193.0, 8196.0, 8205.0, 8174.0, 8177.0, 8205.0, 8193.0, 8196.0, 8230.0, 8201.0, 8201.0, 8216.0, 8201.0, 8213.0, 8213.0, 8200.0, 8213.0, 8214.0, 8215.0, 8230.0, 8198.0, 8195.0, 8207.0, 8178.0, 8218.0, 8177.0, 8180.0, 8206.0, 8196.0, 8197.0, 8212.0, 8201.0, 8204.0, 8201.0, 8204.0, 8218.0, 8205.0, 8221.0, 8253.0, 8223.0, 8204.0, 8216.0, 8215.0, 8212.0, 8197.0, 8196.0, 8228.0, 8198.0, 8196.0, 8212.0, 8199.0, 8196.0, 8198.0, 8200.0, 8201.0, 8202.0, 8206.0, 8219.0, 8220.0, 8208.0, 8247.0, 8206.0, 8202.0, 8227.0, 8198.0, 8208.0, 8194.0, 8193.0, 8236.0, 8193.0, 8199.0, 8209.0, 8196.0, 8197.0, 8227.0, 8199.0, 8198.0, 8212.0, 8200.0, 8199.0, 8228.0, 8199.0, 8199.0, 8197.0, 8196.0, 8207.0, 8196.0, 8192.0, 8222.0, 8193.0, 8193.0, 8194.0, 8195.0, 8196.0, 8197.0, 8214.0, 8200.0, 8204.0, 8218.0, 8232.0, 8205.0, 8201.0, 8200.0, 8200.0, 8212.0, 8200.0, 8198.0, 8213.0, 8198.0, 8223.0, 8194.0, 8194.0, 8209.0, 8197.0, 8228.0, 8200.0, 8201.0, 8216.0, 8204.0, 8202.0, 8206.0, 8202.0, 8215.0, 8200.0, 8215.0, 8228.0, 8216.0, 8201.0, 8230.0, 8204.0, 8199.0, 8195.0, 8179.0, 8219.0, 8177.0, 8192.0, 8222.0, 8197.0, 8197.0, 8215.0, 8199.0, 8197.0, 8197.0, 8198.0, 8198.0, 8199.0, 8185.0, 8195.0, 8196.0, 8198.0, 8227.0, 8201.0, 8201.0, 8215.0, 8198.0, 8207.0, 8177.0, 8178.0, 8206.0, 8196.0, 8195.0, 8194.0, 8193.0, 8206.0, 8179.0, 8192.0, 8194.0, 8198.0, 8198.0, 8197.0, 8211.0, 8222.0, 8195.0, 8179.0, 8210.0, 8195.0, 8195.0, 8196.0, 8196.0, 8212.0, 8214.0, 8199.0, 8215.0, 8201.0, 8228.0, 8202.0, 8199.0, 8213.0, 8196.0, 8223.0, 8192.0, 8174.0, 8174.0, 8191.0, 8208.0, 8195.0, 8199.0, 8199.0, 8219.0, 8222.0, 8238.0, 8226.0, 8240.0, 8239.0, 8225.0, 8250.0, 8220.0, 8206.0, 8233.0, 8205.0, 8230.0, 8197.0, 8191.0, 8207.0, 8176.0, 8219.0, 8193.0, 8195.0, 8212.0, 8215.0, 8199.0, 8197.0, 8198.0, 8232.0, 8218.0, 8203.0, 8235.0, 8224.0, 8224.0, 8205.0, 8201.0, 8213.0, 8223.0, 8196.0, 8195.0, 8213.0, 8203.0, 8221.0, 8222.0, 8223.0, 8220.0, 8234.0, 8223.0, 8234.0, 8223.0, 8208.0, 8233.0, 8206.0, 8205.0, 8204.0, 8200.0, 8225.0, 8193.0, 8177.0, 8211.0, 8198.0, 8209.0, 8197.0, 8198.0, 8214.0, 8218.0, 8217.0, 8228.0, 8198.0, 8196.0, 8194.0, 8200.0, 8224.0, 8195.0, 8192.0, 8193.0, 8178.0, 8176.0, 8178.0, 8191.0, 8221.0, 8179.0, 8181.0, 8212.0, 8215.0, 8198.0, 8198.0, 8198.0, 8211.0, 8198.0, 8198.0, 8226.0, 8199.0, 8197.0, 8210.0, 8200.0, 8196.0, 8198.0, 8196.0, 8225.0, 8193.0, 8193.0, 8209.0, 8196.0, 8207.0, 8192.0, 8192.0, 8208.0, 8195.0, 8197.0, 8213.0, 8213.0, 8195.0, 8196.0, 8204.0, 8230.0, 8203.0, 8204.0, 8221.0, 8205.0, 8216.0, 8207.0, 8202.0, 8231.0, 8201.0, 8228.0, 8214.0, 8200.0, 8224.0, 8177.0, 8198.0, 8173.0, 8170.0, 8175.0, 8197.0, 8226.0, 8201.0, 8201.0, 8200.0, 8197.0, 8174.0, 8171.0, 8165.0, 8182.0, 8169.0, 8200.0, 8177.0, 8177.0, 8192.0, 8175.0, 8170.0, 8172.0, 8172.0, 8200.0, 8177.0, 8173.0, 8190.0, 8195.0, 8209.0, 8192.0, 8201.0, 8170.0, 8169.0, 8170.0, 8173.0, 8188.0, 8177.0, 8194.0, 8212.0, 8218.0, 8214.0, 8229.0, 8200.0, 8222.0, 8193.0, 8194.0, 8194.0, 8195.0, 8234.0, 8177.0, 8173.0, 8189.0, 8192.0, 8219.0, 8176.0, 8175.0, 8205.0, 8190.0, 8175.0, 8176.0, 8175.0, 8205.0, 8177.0, 8205.0, 8192.0, 8190.0, 8176.0, 8172.0, 8185.0, 8172.0, 8202.0, 8177.0, 8178.0, 8195.0, 8198.0, 8210.0, 8201.0, 8201.0, 8228.0, 8214.0, 8211.0, 8195.0, 8201.0, 8243.0, 8203.0, 8199.0, 8214.0, 8201.0, 8210.0, 8193.0, 8189.0, 8217.0, 8175.0, 8208.0, 8192.0, 8194.0, 8226.0, 8197.0, 8193.0, 8210.0, 8195.0, 8190.0, 8176.0, 8174.0, 8201.0, 8176.0, 8195.0, 8178.0, 8175.0, 8191.0, 8175.0, 8198.0, 8175.0, 8172.0, 8189.0, 8193.0, 8206.0, 8193.0, 8214.0, 8228.0, 8203.0, 8199.0, 8198.0, 8199.0, 8209.0, 8198.0, 8221.0, 8195.0, 8179.0, 8192.0, 8177.0, 8220.0, 8177.0, 8171.0, 8169.0, 8168.0, 8191.0, 8190.0, 8206.0, 8194.0, 8195.0, 8209.0, 8212.0, 8198.0, 8196.0, 8195.0, 8220.0, 8177.0, 8176.0, 8207.0, 8179.0, 8232.0, 8188.0, 8172.0, 8187.0, 8175.0, 8176.0, 8175.0, 8177.0, 8206.0, 8196.0, 8190.0, 8210.0, 8194.0, 8218.0, 8177.0, 8193.0, 8205.0, 8191.0, 8186.0, 8189.0, 8175.0, 8194.0, 8177.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.000442840909090909</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018789641515151514</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.7070227124109</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.166588057611826</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9931716700909771</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4472</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6146.2681</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08790729195904147</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9090909090909091</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.728221622460945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6387524825417836</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9955270194901615</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5503853653508903</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00739554</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011313777416944504</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018451396375894547</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.614930896747181</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>28.4198</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.5506</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.6148</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307094.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>587.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.4638</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8224</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.803</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2872.7888</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3077.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69450.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>775.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3829.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.1858</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.01204765215516</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> |