=== 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-0109 --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-0109",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 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-0109_ses-03_task-alignvideo_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-0109_ses-03_task-alignvideo_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-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_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-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_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-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0109/figures/sub-0109_ses-03_task-alignvideo_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-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_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-0109/ses-03/func/sub-0109_ses-03_task-alignvideo_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>72b6f4760d1b43c40dfc027c69fd0717</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>17:46:6.422500</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.999421, -0.0140456, 0.0310025, 0.0113385, 0.996245, 0.0858286]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0925893</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-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4235, -7783, -7209, 391, -85, 40, 48, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.436</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9cf1f1cf-0e7e-4b45-b70e-0c62d7a17de5||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.6813724040985107, 0.030420469120144844, 0.08664737641811371, 108.20015716552734], [0.03768333047628403, 2.672853469848633, 0.2306537628173828, -114.10103607177734], [0.08317746222019196, -0.23027177155017853, 2.6887340545654297, -60.2841911315918], [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, 1335]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['174606.422500', '174606.882500', '174607.342500', '174607.802500', '174608.262500', '174608.722500', '174609.182500', '174609.642500', '174610.102500', '174610.562500', '174611.022500', '174611.482500', '174611.942500', '174612.402500', '174612.862500', '174613.322500', '174613.782500', '174614.242500', '174614.702500', '174615.162500', '174615.622500', '174616.082500', '174616.542500', '174617.002500', '174617.462500', '174617.922500', '174618.382500', '174618.842500', '174619.302500', '174619.762500', '174620.222500', '174620.682500', '174621.142500', '174621.602500', '174622.062500', '174622.522500', '174622.982500', '174623.442500', '174623.902500', '174624.362500', '174624.822500', '174625.282500', '174625.742500', '174626.202500', '174626.662500', '174627.122500', '174627.582500', '174628.042500', '174628.502500', '174628.962500', '174629.422500', '174629.882500', '174630.342500', '174630.802500', '174631.262500', '174631.722500', '174632.182500', '174632.642500', '174633.102500', '174633.562500', '174634.022500', '174634.482500', '174634.942500', '174635.402500', '174635.862500', '174636.322500', '174636.782500', '174637.242500', '174637.702500', '174638.162500', '174638.622500', '174639.082500', '174639.542500', '174640.002500', '174640.462500', '174640.922500', '174641.382500', '174641.842500', '174642.302500', '174642.762500', '174643.222500', '174643.682500', '174644.142500', '174644.602500', '174645.062500', '174645.522500', '174645.982500', '174646.442500', '174646.902500', '174647.362500', '174647.822500', '174648.282500', '174648.742500', '174649.202500', '174649.662500', '174650.122500', '174650.582500', '174651.042500', '174651.502500', '174651.962500', '174652.422500', '174652.882500', '174653.342500', '174653.802500', '174654.262500', '174654.722500', '174655.182500', '174655.642500', '174656.102500', '174656.562500', '174657.022500', '174657.482500', '174657.942500', '174658.402500', '174658.862500', '174659.322500', '174659.782500', '174700.242500', '174700.702500', '174701.162500', '174701.622500', '174702.082500', '174702.542500', '174703.002500', '174703.462500', '174703.922500', '174704.382500', '174704.842500', '174705.302500', '174705.762500', '174706.222500', '174706.682500', '174707.142500', '174707.602500', '174708.062500', '174708.522500', '174708.982500', '174709.442500', '174709.902500', '174710.362500', '174710.822500', '174711.282500', '174711.742500', '174712.202500', '174712.662500', '174713.122500', '174713.582500', '174714.042500', '174714.502500', '174714.962500', '174715.422500', '174715.882500', '174716.342500', '174716.802500', '174717.262500', '174717.722500', '174718.182500', '174718.642500', '174719.102500', '174719.562500', '174720.022500', '174720.482500', '174720.942500', '174721.402500', '174721.862500', '174722.322500', '174722.782500', '174723.242500', '174723.702500', '174724.162500', '174724.622500', '174725.082500', '174725.542500', '174726.002500', '174726.462500', '174726.922500', '174727.382500', '174727.842500', '174728.302500', '174728.762500', '174729.222500', '174729.682500', '174730.142500', '174730.602500', '174731.062500', '174731.522500', '174731.982500', '174732.442500', '174732.902500', '174733.362500', '174733.822500', '174734.282500', '174734.742500', '174735.202500', '174735.662500', '174736.122500', '174736.582500', '174737.042500', '174737.502500', '174737.962500', '174738.422500', '174738.882500', '174739.342500', '174739.802500', '174740.262500', '174740.722500', '174741.182500', '174741.642500', '174742.102500', '174742.562500', '174743.022500', '174743.482500', '174743.942500', '174744.402500', '174744.862500', '174745.322500', '174745.782500', '174746.242500', '174746.702500', '174747.162500', '174747.622500', '174748.082500', '174748.542500', '174749.002500', '174749.462500', '174749.922500', '174750.382500', '174750.842500', '174751.302500', '174751.762500', '174752.222500', '174752.682500', '174753.142500', '174753.602500', '174754.062500', '174754.522500', '174754.982500', '174755.442500', '174755.902500', '174756.362500', '174756.822500', '174757.282500', '174757.742500', '174758.202500', '174758.662500', '174759.122500', '174759.582500', '174800.042500', '174800.502500', '174800.962500', '174801.422500', '174801.882500', '174802.342500', '174802.802500', '174803.262500', '174803.722500', '174804.182500', '174804.642500', '174805.102500', '174805.562500', '174806.022500', '174806.482500', '174806.942500', '174807.402500', '174807.862500', '174808.322500', '174808.782500', '174809.242500', '174809.702500', '174810.162500', '174810.622500', '174811.082500', '174811.542500', '174812.002500', '174812.462500', '174812.922500', '174813.382500', '174813.842500', '174814.302500', '174814.762500', '174815.222500', '174815.682500', '174816.142500', '174816.602500', '174817.062500', '174817.522500', '174817.982500', '174818.442500', '174818.902500', '174819.362500', '174819.822500', '174820.282500', '174820.742500', '174821.202500', '174821.662500', '174822.122500', '174822.582500', '174823.042500', '174823.502500', '174823.962500', '174824.422500', '174824.882500', '174825.342500', '174825.802500', '174826.262500', '174826.722500', '174827.182500', '174827.642500', '174828.102500', '174828.562500', '174829.022500', '174829.482500', '174829.942500', '174830.402500', '174830.862500', '174831.322500', '174831.782500', '174832.242500', '174832.702500', '174833.162500', '174833.622500', '174834.082500', '174834.542500', '174835.002500', '174835.462500', '174835.922500', '174836.382500', '174836.842500', '174837.302500', '174837.762500', '174838.222500', '174838.682500', '174839.142500', '174839.602500', '174840.062500', '174840.522500', '174840.982500', '174841.442500', '174841.902500', '174842.362500', '174842.822500', '174843.282500', '174843.742500', '174844.202500', '174844.662500', '174845.122500', '174845.582500', '174846.042500', '174846.502500', '174846.962500', '174847.422500', '174847.882500', '174848.342500', '174848.802500', '174849.262500', '174849.722500', '174850.182500', '174850.642500', '174851.102500', '174851.562500', '174852.022500', '174852.482500', '174852.942500', '174853.402500', '174853.862500', '174854.322500', '174854.782500', '174855.242500', '174855.702500', '174856.162500', '174856.622500', '174857.082500', '174857.542500', '174858.002500', '174858.462500', '174858.922500', '174859.382500', '174859.842500', '174900.302500', '174900.762500', '174901.222500', '174901.682500', '174902.142500', '174902.602500', '174903.062500', '174903.522500', '174903.982500', '174904.442500', '174904.902500', '174905.362500', '174905.822500', '174906.282500', '174906.742500', '174907.202500', '174907.662500', '174908.122500', '174908.582500', '174909.042500', '174909.502500', '174909.962500', '174910.422500', '174910.882500', '174911.342500', '174911.802500', '174912.262500', '174912.722500', '174913.182500', '174913.642500', '174914.102500', '174914.562500', '174915.022500', '174915.482500', '174915.942500', '174916.402500', '174916.862500', '174917.322500', '174917.782500', '174918.242500', '174918.702500', '174919.162500', '174919.622500', '174920.082500', '174920.542500', '174921.002500', '174921.462500', '174921.922500', '174922.382500', '174922.842500', '174923.302500', '174923.762500', '174924.222500', '174924.682500', '174925.142500', '174925.602500', '174926.062500', '174926.522500', '174926.982500', '174927.442500', '174927.902500', '174928.362500', '174928.822500', '174929.282500', '174929.742500', '174930.202500', '174930.662500', '174931.122500', '174931.582500', '174932.042500', '174932.502500', '174932.962500', '174933.422500', '174933.882500', '174934.342500', '174934.802500', '174935.262500', '174935.722500', '174936.182500', '174936.642500', '174937.102500', '174937.562500', '174938.022500', '174938.482500', '174938.942500', '174939.402500', '174939.862500', '174940.322500', '174940.782500', '174941.242500', '174941.702500', '174942.162500', '174942.622500', '174943.082500', '174943.542500', '174944.002500', '174944.462500', '174944.922500', '174945.382500', '174945.842500', '174946.302500', '174946.762500', '174947.222500', '174947.682500', '174948.142500', '174948.602500', '174949.062500', '174949.522500', '174949.982500', '174950.442500', '174950.902500', '174951.362500', '174951.822500', '174952.282500', '174952.742500', '174953.202500', '174953.662500', '174954.122500', '174954.582500', '174955.042500', '174955.502500', '174955.962500', '174956.422500', '174956.882500', '174957.342500', '174957.802500', '174958.262500', '174958.722500', '174959.182500', '174959.642500', '175000.102500', '175000.562500', '175001.022500', '175001.482500', '175001.942500', '175002.402500', '175002.862500', '175003.322500', '175003.782500', '175004.242500', '175004.702500', '175005.162500', '175005.622500', '175006.082500', '175006.542500', '175007.002500', '175007.462500', '175007.922500', '175008.382500', '175008.842500', '175009.302500', '175009.762500', '175010.222500', '175010.682500', '175011.142500', '175011.602500', '175012.062500', '175012.522500', '175012.982500', '175013.442500', '175013.902500', '175014.362500', '175014.822500', '175015.282500', '175015.742500', '175016.202500', '175016.662500', '175017.122500', '175017.582500', '175018.042500', '175018.502500', '175018.962500', '175019.422500', '175019.882500', '175020.342500', '175020.802500', '175021.262500', '175021.722500', '175022.182500', '175022.642500', '175023.102500', '175023.562500', '175024.022500', '175024.482500', '175024.942500', '175025.402500', '175025.862500', '175026.322500', '175026.782500', '175027.242500', '175027.702500', '175028.162500', '175028.622500', '175029.082500', '175029.542500', '175030.002500', '175030.462500', '175030.922500', '175031.382500', '175031.842500', '175032.302500', '175032.762500', '175033.222500', '175033.682500', '175034.142500', '175034.602500', '175035.062500', '175035.522500', '175035.982500', '175036.442500', '175036.902500', '175037.362500', '175037.822500', '175038.282500', '175038.742500', '175039.202500', '175039.662500', '175040.122500', '175040.582500', '175041.042500', '175041.502500', '175041.962500', '175042.422500', '175042.882500', '175043.342500', '175043.802500', '175044.262500', '175044.722500', '175045.182500', '175045.642500', '175046.102500', '175046.562500', '175047.022500', '175047.482500', '175047.942500', '175048.402500', '175048.862500', '175049.322500', '175049.782500', '175050.242500', '175050.702500', '175051.162500', '175051.622500', '175052.082500', '175052.542500', '175053.002500', '175053.462500', '175053.922500', '175054.382500', '175054.842500', '175055.302500', '175055.762500', '175056.222500', '175056.682500', '175057.142500', '175057.602500', '175058.062500', '175058.522500', '175058.982500', '175059.442500', '175059.902500', '175100.362500', '175100.822500', '175101.282500', '175101.742500', '175102.202500', '175102.662500', '175103.122500', '175103.582500', '175104.042500', '175104.502500', '175104.962500', '175105.422500', '175105.882500', '175106.342500', '175106.802500', '175107.262500', '175107.722500', '175108.182500', '175108.642500', '175109.102500', '175109.562500', '175110.022500', '175110.482500', '175110.942500', '175111.402500', '175111.862500', '175112.322500', '175112.782500', '175113.242500', '175113.702500', '175114.162500', '175114.622500', '175115.082500', '175115.542500', '175116.002500', '175116.462500', '175116.922500', '175117.382500', '175117.842500', '175118.302500', '175118.762500', '175119.222500', '175119.682500', '175120.142500', '175120.602500', '175121.062500', '175121.522500', '175121.982500', '175122.442500', '175122.902500', '175123.362500', '175123.822500', '175124.282500', '175124.742500', '175125.202500', '175125.662500', '175126.122500', '175126.582500', '175127.042500', '175127.502500', '175127.962500', '175128.422500', '175128.882500', '175129.342500', '175129.802500', '175130.262500', '175130.722500', '175131.182500', '175131.642500', '175132.102500', '175132.562500', '175133.022500', '175133.482500', '175133.942500', '175134.402500', '175134.862500', '175135.322500', '175135.782500', '175136.242500', '175136.702500', '175137.162500', '175137.622500', '175138.082500', '175138.542500', '175139.002500', '175139.462500', '175139.922500', '175140.382500', '175140.842500', '175141.302500', '175141.762500', '175142.222500', '175142.682500', '175143.142500', '175143.602500', '175144.062500', '175144.522500', '175144.982500', '175145.442500', '175145.902500', '175146.362500', '175146.822500', '175147.282500', '175147.742500', '175148.202500', '175148.662500', '175149.122500', '175149.582500', '175150.042500', '175150.502500', '175150.962500', '175151.422500', '175151.882500', '175152.342500', '175152.802500', '175153.262500', '175153.722500', '175154.182500', '175154.642500', '175155.102500', '175155.562500', '175156.022500', '175156.482500', '175156.942500', '175157.402500', '175157.862500', '175158.322500', '175158.782500', '175159.242500', '175159.702500', '175200.162500', '175200.622500', '175201.082500', '175201.542500', '175202.002500', '175202.462500', '175202.922500', '175203.382500', '175203.842500', '175204.302500', '175204.762500', '175205.222500', '175205.682500', '175206.142500', '175206.602500', '175207.062500', '175207.522500', '175207.982500', '175208.442500', '175208.902500', '175209.362500', '175209.822500', '175210.282500', '175210.742500', '175211.202500', '175211.662500', '175212.122500', '175212.582500', '175213.042500', '175213.502500', '175213.962500', '175214.422500', '175214.882500', '175215.342500', '175215.802500', '175216.262500', '175216.722500', '175217.182500', '175217.642500', '175218.102500', '175218.562500', '175219.022500', '175219.482500', '175219.942500', '175220.402500', '175220.862500', '175221.322500', '175221.782500', '175222.242500', '175222.702500', '175223.162500', '175223.622500', '175224.082500', '175224.542500', '175225.002500', '175225.462500', '175225.922500', '175226.382500', '175226.842500', '175227.302500', '175227.762500', '175228.222500', '175228.682500', '175229.142500', '175229.602500', '175230.062500', '175230.522500', '175230.982500', '175231.442500', '175231.902500', '175232.362500', '175232.822500', '175233.282500', '175233.742500', '175234.202500', '175234.662500', '175235.122500', '175235.582500', '175236.042500', '175236.502500', '175236.962500', '175237.422500', '175237.882500', '175238.342500', '175238.802500', '175239.262500', '175239.722500', '175240.182500', '175240.642500', '175241.102500', '175241.562500', '175242.022500', '175242.482500', '175242.942500', '175243.402500', '175243.862500', '175244.322500', '175244.782500', '175245.242500', '175245.702500', '175246.162500', '175246.622500', '175247.082500', '175247.542500', '175248.002500', '175248.462500', '175248.922500', '175249.382500', '175249.842500', '175250.302500', '175250.762500', '175251.222500', '175251.682500', '175252.142500', '175252.602500', '175253.062500', '175253.522500', '175253.982500', '175254.442500', '175254.902500', '175255.362500', '175255.822500', '175256.282500', '175256.742500', '175257.202500', '175257.662500', '175258.122500', '175258.582500', '175259.042500', '175259.502500', '175259.962500', '175300.422500', '175300.882500', '175301.342500', '175301.802500', '175302.262500', '175302.722500', '175303.182500', '175303.642500', '175304.102500', '175304.562500', '175305.022500', '175305.482500', '175305.942500', '175306.402500', '175306.862500', '175307.322500', '175307.782500', '175308.242500', '175308.702500', '175309.162500', '175309.622500', '175310.082500', '175310.542500', '175311.002500', '175311.462500', '175311.922500', '175312.382500', '175312.842500', '175313.302500', '175313.762500', '175314.222500', '175314.682500', '175315.142500', '175315.602500', '175316.062500', '175316.522500', '175316.982500', '175317.442500', '175317.902500', '175318.362500', '175318.822500', '175319.282500', '175319.742500', '175320.202500', '175320.662500', '175321.122500', '175321.582500', '175322.042500', '175322.502500', '175322.962500', '175323.422500', '175323.882500', '175324.342500', '175324.802500', '175325.262500', '175325.722500', '175326.182500', '175326.642500', '175327.102500', '175327.562500', '175328.022500', '175328.482500', '175328.942500', '175329.402500', '175329.862500', '175330.322500', '175330.782500', '175331.242500', '175331.702500', '175332.162500', '175332.622500', '175333.082500', '175333.542500', '175334.002500', '175334.462500', '175334.922500', '175335.382500', '175335.842500', '175336.302500', '175336.762500', '175337.222500', '175337.682500', '175338.142500', '175338.602500', '175339.062500', '175339.522500', '175339.982500', '175340.442500', '175340.902500', '175341.362500', '175341.822500', '175342.282500', '175342.742500', '175343.202500', '175343.662500', '175344.122500', '175344.582500', '175345.042500', '175345.502500', '175345.962500', '175346.422500', '175346.882500', '175347.342500', '175347.802500', '175348.262500', '175348.722500', '175349.182500', '175349.642500', '175350.102500', '175350.562500', '175351.022500', '175351.482500', '175351.942500', '175352.402500', '175352.862500', '175353.322500', '175353.782500', '175354.242500', '175354.702500', '175355.162500', '175355.622500', '175356.082500', '175356.542500', '175357.002500', '175357.462500', '175357.922500', '175358.382500', '175358.842500', '175359.302500', '175359.762500', '175400.222500', '175400.682500', '175401.142500', '175401.602500', '175402.062500', '175402.522500', '175402.982500', '175403.442500', '175403.902500', '175404.362500', '175404.822500', '175405.282500', '175405.742500', '175406.202500', '175406.662500', '175407.122500', '175407.582500', '175408.042500', '175408.502500', '175408.962500', '175409.422500', '175409.882500', '175410.342500', '175410.802500', '175411.262500', '175411.722500', '175412.182500', '175412.642500', '175413.102500', '175413.562500', '175414.022500', '175414.482500', '175414.942500', '175415.402500', '175415.862500', '175416.322500', '175416.782500', '175417.242500', '175417.702500', '175418.162500', '175418.622500', '175419.082500', '175419.542500', '175420.002500', '175420.462500', '175420.922500', '175421.382500', '175421.842500', '175422.302500', '175422.762500', '175423.222500', '175423.682500', '175424.142500', '175424.602500', '175425.062500', '175425.522500', '175425.982500', '175426.442500', '175426.902500', '175427.362500', '175427.822500', '175428.282500', '175428.742500', '175429.202500', '175429.662500', '175430.122500', '175430.582500', '175431.042500', '175431.502500', '175431.962500', '175432.422500', '175432.882500', '175433.342500', '175433.802500', '175434.262500', '175434.722500', '175435.182500', '175435.642500', '175436.102500', '175436.562500', '175437.022500', '175437.482500', '175437.942500', '175438.402500', '175438.862500', '175439.322500', '175439.782500', '175440.242500', '175440.702500', '175441.162500', '175441.622500', '175442.082500', '175442.542500', '175443.002500', '175443.462500', '175443.922500', '175444.382500', '175444.842500', '175445.302500', '175445.762500', '175446.222500', '175446.682500', '175447.142500', '175447.602500', '175448.062500', '175448.522500', '175448.982500', '175449.442500', '175449.902500', '175450.362500', '175450.822500', '175451.282500', '175451.742500', '175452.202500', '175452.662500', '175453.122500', '175453.582500', '175454.042500', '175454.502500', '175454.962500', '175455.422500', '175455.882500', '175456.342500', '175456.802500', '175457.262500', '175457.722500', '175458.182500', '175458.642500', '175459.102500', '175459.562500', '175500.022500', '175500.482500', '175500.942500', '175501.402500', '175501.862500', '175502.322500', '175502.782500', '175503.242500', '175503.702500', '175504.162500', '175504.622500', '175505.082500', '175505.542500', '175506.002500', '175506.462500', '175506.922500', '175507.382500', '175507.842500', '175508.302500', '175508.762500', '175509.222500', '175509.682500', '175510.142500', '175510.602500', '175511.062500', '175511.522500', '175511.982500', '175512.442500', '175512.902500', '175513.362500', '175513.822500', '175514.282500', '175514.742500', '175515.202500', '175515.662500', '175516.122500', '175516.582500', '175517.042500', '175517.502500', '175517.962500', '175518.422500', '175518.882500', '175519.342500', '175519.802500', '175520.262500', '175520.722500', '175521.182500', '175521.642500', '175522.102500', '175522.562500', '175523.022500', '175523.482500', '175523.942500', '175524.402500', '175524.862500', '175525.322500', '175525.782500', '175526.242500', '175526.702500', '175527.162500', '175527.622500', '175528.082500', '175528.542500', '175529.002500', '175529.462500', '175529.922500', '175530.382500', '175530.842500', '175531.302500', '175531.762500', '175532.222500', '175532.682500', '175533.142500', '175533.602500', '175534.062500', '175534.522500', '175534.982500', '175535.442500', '175535.902500', '175536.362500', '175536.822500', '175537.282500', '175537.742500', '175538.202500', '175538.662500', '175539.122500', '175539.582500', '175540.042500', '175540.502500', '175540.962500', '175541.422500', '175541.882500', '175542.342500', '175542.802500', '175543.262500', '175543.722500', '175544.182500', '175544.642500', '175545.102500', '175545.562500', '175546.022500', '175546.482500', '175546.942500', '175547.402500', '175547.862500', '175548.322500', '175548.782500', '175549.242500', '175549.702500', '175550.162500', '175550.622500', '175551.082500', '175551.542500', '175552.002500', '175552.462500', '175552.922500', '175553.382500', '175553.842500', '175554.302500', '175554.762500', '175555.222500', '175555.682500', '175556.142500', '175556.602500', '175557.062500', '175557.522500', '175557.982500', '175558.442500', '175558.902500', '175559.362500', '175559.822500', '175600.282500', '175600.742500', '175601.202500', '175601.662500', '175602.122500', '175602.582500', '175603.042500', '175603.502500', '175603.962500', '175604.422500', '175604.882500', '175605.342500', '175605.802500', '175606.262500', '175606.722500', '175607.182500', '175607.642500', '175608.102500', '175608.562500', '175609.022500', '175609.482500', '175609.942500', '175610.402500', '175610.862500', '175611.322500', '175611.782500', '175612.242500', '175612.702500', '175613.162500', '175613.622500', '175614.082500', '175614.542500', '175615.002500', '175615.462500', '175615.922500', '175616.382500', '175616.842500', '175617.302500', '175617.762500', '175618.222500', '175618.682500', '175619.142500', '175619.602500', '175620.062500'], 'ContentTime': ['174631.964000', '174631.970000', '174631.973000', '174631.975000', '174631.978000', '174631.981000', '174631.983000', '174631.986000', '174631.988000', '174631.991000', '174631.993000', '174631.996000', '174632.000000', '174632.002000', '174632.005000', '174632.008000', '174632.011000', '174632.013000', '174632.016000', '174632.018000', '174632.021000', '174632.023000', '174632.026000', '174632.029000', '174632.031000', '174632.034000', '174632.036000', '174632.062000', '174632.064000', '174632.076000', '174632.079000', '174632.081000', '174632.084000', '174632.086000', '174632.089000', '174632.091000', '174632.094000', '174632.097000', '174632.099000', '174632.102000', '174632.104000', '174632.107000', '174632.110000', '174632.112000', '174632.115000', '174632.117000', '174632.120000', '174632.123000', '174632.125000', '174632.128000', '174632.130000', '174632.133000', '174632.136000', '174651.937000', '174651.940000', '174651.943000', '174651.946000', '174651.948000', '174651.951000', '174651.953000', '174651.956000', '174651.958000', '174651.964000', '174651.967000', '174651.969000', '174651.972000', '174651.974000', '174651.977000', '174651.980000', '174651.982000', '174651.985000', '174651.987000', '174651.990000', '174651.993000', '174651.995000', '174651.998000', '174652.000000', '174652.003000', '174652.005000', '174652.008000', '174652.010000', '174652.013000', '174652.016000', '174652.018000', '174652.026000', '174652.028000', '174652.031000', '174652.033000', '174652.036000', '174652.039000', '174652.041000', '174652.044000', '174652.046000', '174652.049000', '174652.052000', '174652.054000', '174711.937000', '174711.940000', '174711.943000', '174711.946000', '174711.948000', '174711.951000', '174711.953000', '174711.956000', '174711.958000', '174711.961000', '174711.968000', '174711.970000', '174711.973000', '174711.976000', '174711.978000', '174711.981000', '174711.984000', '174711.986000', '174711.989000', '174711.991000', '174711.994000', '174711.997000', '174712.000000', '174712.003000', '174712.005000', '174712.008000', '174712.011000', '174712.013000', '174712.016000', '174712.019000', '174712.021000', '174712.024000', '174712.026000', '174712.029000', '174712.032000', '174712.034000', '174712.037000', '174712.039000', '174712.042000', '174712.045000', '174712.047000', '174712.050000', '174712.052000', '174712.055000', '174731.937000', '174731.940000', '174731.943000', '174731.945000', '174731.948000', '174731.951000', '174731.953000', '174731.956000', '174731.958000', '174731.961000', '174731.963000', '174731.966000', '174731.976000', '174731.979000', '174731.981000', '174731.984000', '174731.987000', '174731.989000', '174731.992000', '174731.994000', '174731.997000', '174731.999000', '174732.002000', '174732.005000', '174732.007000', '174732.010000', '174732.012000', '174732.015000', '174732.018000', '174732.020000', '174732.023000', '174732.026000', '174732.028000', '174732.031000', '174732.033000', '174732.036000', '174732.038000', '174732.041000', '174732.044000', '174732.046000', '174732.049000', '174732.051000', '174732.054000', '174751.937000', '174751.940000', '174751.943000', '174751.946000', '174751.948000', '174751.951000', '174751.953000', '174751.956000', '174751.959000', '174751.963000', '174751.966000', '174751.968000', '174751.971000', '174751.973000', '174751.976000', '174751.979000', '174751.981000', '174751.984000', '174751.986000', '174751.989000', '174751.992000', '174751.994000', '174751.997000', '174752.000000', '174752.003000', '174752.006000', '174752.008000', '174752.011000', '174752.013000', '174752.016000', '174752.019000', '174752.021000', '174752.024000', '174752.026000', '174752.029000', '174752.031000', '174752.034000', '174752.037000', '174752.039000', '174752.042000', '174752.045000', '174752.047000', '174752.050000', '174811.936000', '174811.939000', '174811.943000', '174811.945000', '174811.948000', '174811.950000', '174811.953000', '174811.956000', '174811.958000', '174811.961000', '174811.964000', '174811.966000', '174811.969000', '174811.972000', '174811.974000', '174811.977000', '174811.980000', '174811.982000', '174811.985000', '174811.987000', '174811.990000', '174811.993000', '174811.995000', '174811.998000', '174812.001000', '174812.004000', '174812.007000', '174812.009000', '174812.020000', '174812.023000', '174812.026000', '174812.028000', '174812.031000', '174812.033000', '174812.036000', '174812.038000', '174812.041000', '174812.044000', '174812.046000', '174812.049000', '174812.051000', '174812.054000', '174812.057000', '174812.059000', '174831.937000', '174831.939000', '174831.942000', '174831.945000', '174831.947000', '174831.950000', '174831.952000', '174831.955000', '174831.959000', '174831.962000', '174831.964000', '174831.967000', '174831.969000', '174831.972000', '174831.975000', '174831.977000', '174831.980000', '174831.982000', '174831.985000', '174831.988000', '174831.990000', '174831.993000', '174831.996000', '174831.998000', '174832.002000', '174832.004000', '174832.007000', '174832.010000', '174832.013000', '174832.015000', '174832.018000', '174832.021000', '174832.023000', '174832.026000', '174832.029000', '174832.031000', '174832.034000', '174832.037000', '174832.039000', '174832.042000', '174832.045000', '174832.047000', '174832.050000', '174851.937000', '174851.940000', '174851.943000', '174851.945000', '174851.948000', '174851.951000', '174851.954000', '174851.956000', '174851.959000', '174851.962000', '174851.964000', '174851.967000', '174851.970000', '174851.972000', '174851.975000', '174851.977000', '174851.980000', '174851.983000', '174851.985000', '174851.988000', '174851.991000', '174851.993000', '174851.996000', '174851.998000', '174852.002000', '174852.005000', '174852.007000', '174852.010000', '174852.012000', '174852.015000', '174852.018000', '174852.020000', '174852.023000', '174852.026000', '174852.028000', '174852.031000', '174852.033000', '174852.036000', '174852.039000', '174852.041000', '174852.044000', '174852.047000', '174852.049000', '174852.052000', '174911.938000', '174911.940000', '174911.943000', '174911.946000', '174911.949000', '174911.951000', '174911.954000', '174911.957000', '174911.959000', '174911.962000', '174911.964000', '174911.967000', '174911.970000', '174911.973000', '174911.975000', '174911.978000', '174911.980000', '174911.983000', '174911.986000', '174911.988000', '174911.991000', '174911.993000', '174911.996000', '174912.000000', '174912.002000', '174912.005000', '174912.008000', '174912.011000', '174912.013000', '174912.016000', '174912.019000', '174912.021000', '174912.024000', '174912.026000', '174912.029000', '174912.032000', '174912.034000', '174912.037000', '174912.039000', '174912.042000', '174912.045000', '174912.047000', '174912.050000', '174931.937000', '174931.940000', '174931.943000', '174931.945000', '174931.948000', '174931.951000', '174931.953000', '174931.956000', '174931.959000', '174931.961000', '174931.964000', '174931.967000', '174931.969000', '174931.972000', '174931.975000', '174931.977000', '174931.980000', '174931.983000', '174931.985000', '174931.988000', '174931.991000', '174931.993000', '174931.996000', '174931.998000', '174932.002000', '174932.005000', '174932.007000', '174932.010000', '174932.021000', '174932.024000', '174932.026000', '174932.029000', '174932.031000', '174932.034000', '174932.037000', '174932.039000', '174932.042000', '174932.044000', '174932.047000', '174932.050000', '174932.052000', '174932.055000', '174932.057000', '174932.060000', '174951.937000', '174951.941000', '174951.943000', '174951.946000', '174951.948000', '174951.951000', '174951.954000', '174951.956000', '174951.959000', '174951.971000', '174951.974000', '174951.977000', '174951.980000', '174951.983000', '174951.985000', '174951.988000', '174951.991000', '174951.994000', '174951.996000', '174952.001000', '174952.004000', '174952.006000', '174952.009000', '174952.012000', '174952.014000', '174952.017000', '174952.019000', '174952.022000', '174952.025000', '174952.027000', '174952.030000', '174952.033000', '174952.035000', '174952.038000', '174952.040000', '174952.043000', '174952.046000', '174952.048000', '174952.051000', '174952.054000', '174952.056000', '174952.059000', '174952.062000', '175011.937000', '175011.940000', '175011.943000', '175011.945000', '175011.956000', '175011.959000', '175011.962000', '175011.964000', '175011.968000', '175011.971000', '175011.973000', '175011.976000', '175011.979000', '175011.981000', '175011.984000', '175011.986000', '175011.989000', '175011.992000', '175011.994000', '175011.997000', '175012.000000', '175012.003000', '175012.006000', '175012.008000', '175012.011000', '175012.014000', '175012.016000', '175012.019000', '175012.021000', '175012.024000', '175012.027000', '175012.029000', '175012.032000', '175012.034000', '175012.037000', '175012.040000', '175012.043000', '175012.045000', '175012.048000', '175012.051000', '175012.053000', '175012.056000', '175012.058000', '175012.061000', '175031.936000', '175031.939000', '175031.942000', '175031.945000', '175031.947000', '175031.950000', '175031.953000', '175031.955000', '175031.958000', '175031.960000', '175031.963000', '175031.966000', '175031.968000', '175031.971000', '175031.974000', '175031.976000', '175031.979000', '175031.981000', '175031.984000', '175031.987000', '175031.989000', '175031.992000', '175031.995000', '175031.997000', '175032.001000', '175032.004000', '175032.006000', '175032.009000', '175032.012000', '175032.014000', '175032.017000', '175032.019000', '175032.022000', '175032.025000', '175032.027000', '175032.030000', '175032.032000', '175032.035000', '175032.038000', '175032.040000', '175032.043000', '175032.046000', '175032.048000', '175051.937000', '175051.940000', '175051.942000', '175051.945000', '175051.948000', '175051.950000', '175051.953000', '175051.956000', '175051.958000', '175051.961000', '175051.964000', '175051.966000', '175051.969000', '175051.971000', '175051.974000', '175051.977000', '175051.979000', '175051.982000', '175051.985000', '175051.987000', '175051.990000', '175051.993000', '175051.996000', '175051.998000', '175052.002000', '175052.005000', '175052.008000', '175052.010000', '175052.013000', '175052.016000', '175052.018000', '175052.021000', '175052.023000', '175052.026000', '175052.029000', '175052.031000', '175052.034000', '175052.037000', '175052.039000', '175052.042000', '175052.045000', '175052.047000', '175052.050000', '175052.052000', '175111.937000', '175111.940000', '175111.942000', '175111.945000', '175111.948000', '175111.950000', '175111.953000', '175111.956000', '175111.958000', '175111.961000', '175111.964000', '175111.966000', '175111.969000', '175111.972000', '175111.974000', '175111.977000', '175111.979000', '175111.982000', '175111.985000', '175111.988000', '175111.990000', '175111.993000', '175111.996000', '175111.998000', '175112.002000', '175112.005000', '175112.007000', '175112.010000', '175112.013000', '175112.016000', '175112.019000', '175112.021000', '175112.024000', '175112.027000', '175112.055000', '175112.058000', '175112.061000', '175112.063000', '175112.066000', '175112.069000', '175112.071000', '175112.074000', '175112.077000', '175131.937000', '175131.940000', '175131.943000', '175131.946000', '175131.948000', '175131.951000', '175131.954000', '175131.956000', '175131.959000', '175131.961000', '175131.964000', '175131.967000', '175131.969000', '175131.972000', '175131.975000', '175131.977000', '175131.980000', '175131.982000', '175131.985000', '175131.988000', '175131.990000', '175131.993000', '175131.996000', '175131.998000', '175132.002000', '175132.005000', '175132.008000', '175132.010000', '175132.013000', '175132.016000', '175132.018000', '175132.021000', '175132.024000', '175132.030000', '175132.033000', '175132.036000', '175132.038000', '175132.041000', '175132.043000', '175132.046000', '175132.051000', '175132.053000', '175132.056000', '175132.058000', '175151.938000', '175151.941000', '175151.944000', '175151.946000', '175151.949000', '175151.952000', '175151.954000', '175151.957000', '175151.960000', '175151.962000', '175151.965000', '175151.968000', '175151.970000', '175151.973000', '175151.976000', '175151.980000', '175151.982000', '175151.985000', '175151.987000', '175151.990000', '175151.993000', '175151.995000', '175151.998000', '175152.001000', '175152.004000', '175152.007000', '175152.009000', '175152.012000', '175152.014000', '175152.017000', '175152.020000', '175152.022000', '175152.025000', '175152.028000', '175152.030000', '175152.033000', '175152.036000', '175152.038000', '175152.041000', '175152.043000', '175152.046000', '175152.049000', '175152.051000', '175211.938000', '175211.941000', '175211.943000', '175211.946000', '175211.948000', '175211.951000', '175211.954000', '175211.956000', '175211.959000', '175211.962000', '175211.964000', '175211.967000', '175211.969000', '175211.972000', '175211.975000', '175211.977000', '175211.980000', '175211.983000', '175211.985000', '175211.988000', '175211.991000', '175211.993000', '175211.996000', '175212.000000', '175212.002000', '175212.005000', '175212.008000', '175212.010000', '175212.013000', '175212.015000', '175212.018000', '175212.021000', '175212.023000', '175212.026000', '175212.029000', '175212.031000', '175212.034000', '175212.037000', '175212.039000', '175212.042000', '175212.044000', '175212.047000', '175212.050000', '175212.052000', '175231.937000', '175231.940000', '175231.943000', '175231.946000', '175231.948000', '175231.951000', '175231.954000', '175231.957000', '175231.959000', '175231.962000', '175231.964000', '175231.967000', '175231.970000', '175231.972000', '175231.975000', '175231.978000', '175231.980000', '175231.983000', '175231.985000', '175231.988000', '175231.991000', '175231.993000', '175231.996000', '175231.999000', '175232.001000', '175232.004000', '175232.007000', '175232.009000', '175232.012000', '175232.014000', '175232.024000', '175232.027000', '175232.030000', '175232.032000', '175232.035000', '175232.038000', '175232.040000', '175232.043000', '175232.046000', '175232.048000', '175232.051000', '175232.054000', '175232.056000', '175251.936000', '175251.939000', '175251.942000', '175251.945000', '175251.947000', '175251.950000', '175251.952000', '175251.955000', '175251.958000', '175251.961000', '175251.963000', '175251.966000', '175251.968000', '175251.971000', '175251.974000', '175251.976000', '175251.979000', '175251.982000', '175251.984000', '175251.987000', '175251.990000', '175251.992000', '175251.995000', '175251.997000', '175252.001000', '175252.004000', '175252.006000', '175252.009000', '175252.011000', '175252.014000', '175252.017000', '175252.019000', '175252.022000', '175252.024000', '175252.027000', '175252.030000', '175252.032000', '175252.035000', '175252.037000', '175252.040000', '175252.043000', '175252.046000', '175252.048000', '175252.051000', '175311.937000', '175311.939000', '175311.942000', '175311.945000', '175311.947000', '175311.950000', '175311.953000', '175311.955000', '175311.958000', '175311.961000', '175311.963000', '175311.966000', '175311.969000', '175311.971000', '175311.974000', '175311.977000', '175311.979000', '175311.982000', '175311.985000', '175311.987000', '175311.990000', '175311.992000', '175311.995000', '175311.998000', '175312.001000', '175312.004000', '175312.007000', '175312.009000', '175312.012000', '175312.014000', '175312.017000', '175312.020000', '175312.022000', '175312.025000', '175312.028000', '175312.030000', '175312.033000', '175312.035000', '175312.038000', '175312.041000', '175312.043000', '175312.046000', '175312.049000', '175331.937000', '175331.939000', '175331.942000', '175331.945000', '175331.947000', '175331.950000', '175331.953000', '175331.955000', '175331.958000', '175331.960000', '175331.963000', '175331.966000', '175331.968000', '175331.971000', '175331.974000', '175331.976000', '175331.979000', '175331.982000', '175331.984000', '175331.987000', '175331.989000', '175331.992000', '175331.995000', '175331.997000', '175332.001000', '175332.003000', '175332.006000', '175332.009000', '175332.012000', '175332.014000', '175332.017000', '175332.019000', '175332.022000', '175332.025000', '175332.027000', '175332.030000', '175332.033000', '175332.035000', '175332.038000', '175332.040000', '175332.043000', '175332.046000', '175332.048000', '175332.051000', '175351.938000', '175351.941000', '175351.943000', '175351.946000', '175351.949000', '175351.951000', '175351.954000', '175351.956000', '175351.959000', '175351.962000', '175351.964000', '175351.967000', '175351.970000', '175351.972000', '175351.975000', '175351.978000', '175351.980000', '175351.983000', '175351.986000', '175351.988000', '175351.991000', '175351.993000', '175351.996000', '175352.000000', '175352.002000', '175352.005000', '175352.008000', '175352.011000', '175352.013000', '175352.016000', '175352.018000', '175352.021000', '175352.024000', '175352.026000', '175352.029000', '175352.032000', '175352.034000', '175352.037000', '175352.039000', '175352.042000', '175352.045000', '175352.057000', '175352.060000', '175411.938000', '175411.941000', '175411.944000', '175411.947000', '175411.949000', '175411.952000', '175411.955000', '175411.957000', '175411.960000', '175411.963000', '175411.965000', '175411.968000', '175411.971000', '175411.973000', '175411.976000', '175411.978000', '175411.981000', '175411.984000', '175411.986000', '175411.989000', '175411.992000', '175411.994000', '175411.997000', '175412.001000', '175412.003000', '175412.006000', '175412.008000', '175412.011000', '175412.014000', '175412.016000', '175412.019000', '175412.022000', '175412.024000', '175412.027000', '175412.030000', '175412.032000', '175412.035000', '175412.037000', '175412.040000', '175412.043000', '175412.045000', '175412.048000', '175412.051000', '175431.938000', '175431.940000', '175431.943000', '175431.946000', '175431.948000', '175431.951000', '175431.953000', '175431.956000', '175431.959000', '175431.961000', '175431.964000', '175431.967000', '175431.969000', '175431.972000', '175431.975000', '175431.977000', '175431.980000', '175431.983000', '175431.985000', '175431.988000', '175431.990000', '175431.993000', '175431.996000', '175431.998000', '175432.002000', '175432.004000', '175432.007000', '175432.010000', '175432.013000', '175432.015000', '175432.018000', '175432.020000', '175432.023000', '175432.026000', '175432.029000', '175432.031000', '175432.034000', '175432.037000', '175432.039000', '175432.042000', '175432.045000', '175432.047000', '175432.050000', '175432.053000', '175451.937000', '175451.940000', '175451.943000', '175451.946000', '175451.948000', '175451.951000', '175451.954000', '175451.956000', '175451.959000', '175451.962000', '175451.964000', '175451.967000', '175451.970000', '175451.974000', '175451.976000', '175451.979000', '175451.982000', '175451.984000', '175451.987000', '175451.990000', '175451.993000', '175451.995000', '175452.001000', '175452.004000', '175452.006000', '175452.009000', '175452.012000', '175452.015000', '175452.017000', '175452.020000', '175452.023000', '175452.025000', '175452.028000', '175452.031000', '175452.033000', '175452.036000', '175452.039000', '175452.041000', '175452.044000', '175452.047000', '175452.049000', '175452.052000', '175452.055000', '175511.937000', '175511.939000', '175511.942000', '175511.945000', '175511.947000', '175511.950000', '175511.953000', '175511.955000', '175511.958000', '175511.960000', '175511.963000', '175511.966000', '175511.968000', '175511.971000', '175511.974000', '175511.976000', '175511.979000', '175511.981000', '175511.984000', '175511.987000', '175511.989000', '175511.992000', '175511.994000', '175511.997000', '175512.029000', '175512.032000', '175512.035000', '175512.037000', '175512.040000', '175512.043000', '175512.045000', '175512.048000', '175512.051000', '175512.053000', '175512.056000', '175512.059000', '175512.061000', '175512.064000', '175512.067000', '175512.069000', '175512.072000', '175512.074000', '175512.077000', '175512.080000', '175531.937000', '175531.939000', '175531.942000', '175531.945000', '175531.947000', '175531.950000', '175531.952000', '175531.955000', '175531.958000', '175531.960000', '175531.963000', '175531.966000', '175531.968000', '175531.971000', '175531.973000', '175531.976000', '175531.979000', '175531.981000', '175531.984000', '175531.986000', '175531.989000', '175531.992000', '175531.994000', '175531.997000', '175532.001000', '175532.003000', '175532.006000', '175532.008000', '175532.011000', '175532.014000', '175532.017000', '175532.019000', '175532.022000', '175532.025000', '175532.027000', '175532.030000', '175532.032000', '175532.035000', '175532.038000', '175532.040000', '175532.043000', '175532.046000', '175532.048000', '175532.051000', '175551.936000', '175551.940000', '175551.943000', '175551.945000', '175551.948000', '175551.951000', '175551.953000', '175551.956000', '175551.959000', '175551.961000', '175551.964000', '175551.967000', '175551.969000', '175551.972000', '175551.975000', '175551.977000', '175551.980000', '175551.982000', '175551.985000', '175551.988000', '175551.991000', '175551.993000', '175551.996000', '175552.000000', '175552.002000', '175552.005000', '175552.008000', '175552.010000', '175552.013000', '175552.015000', '175552.018000', '175552.021000', '175552.023000', '175552.026000', '175552.028000', '175552.031000', '175552.034000', '175552.037000', '175552.039000', '175552.042000', '175552.044000', '175552.047000', '175611.938000', '175611.942000', '175611.945000', '175611.948000', '175611.951000', '175611.954000', '175611.958000', '175611.961000', '175611.964000', '175611.966000', '175611.969000', '175611.972000', '175611.975000', '175611.978000', '175611.981000', '175611.983000', '175611.986000', '175611.989000', '175611.992000', '175611.995000', '175611.998000', '175612.003000', '175612.006000', '175612.008000', '175612.011000', '175612.015000', '175612.018000', '175612.021000', '175612.024000', '175612.027000', '175612.030000', '175612.032000', '175612.035000', '175612.038000', '175612.041000', '175612.044000', '175612.047000', '175612.050000', '175612.053000', '175612.056000', '175612.058000', '175612.061000', '175612.064000', '175612.067000', '175621.576000', '175621.580000', '175621.583000', '175621.586000', '175621.588000', '175621.591000', '175621.594000', '175621.597000', '175621.600000', '175621.604000', '175621.607000', '175621.609000', '175621.612000', '175621.615000', '175621.618000', '175621.620000', '175621.623000', '175621.626000', '175621.630000', '175621.633000', '175621.635000', '175621.638000'], 'InstanceCreationTime': ['174631.964000', '174631.970000', '174631.973000', '174631.975000', '174631.978000', '174631.981000', '174631.983000', '174631.986000', '174631.988000', '174631.991000', '174631.993000', '174631.996000', '174632.000000', '174632.002000', '174632.005000', '174632.008000', '174632.011000', '174632.013000', '174632.016000', '174632.018000', '174632.021000', '174632.023000', '174632.026000', '174632.029000', '174632.031000', '174632.034000', '174632.036000', '174632.062000', '174632.064000', '174632.076000', '174632.079000', '174632.081000', '174632.084000', '174632.086000', '174632.089000', '174632.091000', '174632.094000', '174632.097000', '174632.099000', '174632.102000', '174632.104000', '174632.107000', '174632.110000', '174632.112000', '174632.115000', '174632.117000', '174632.120000', '174632.123000', '174632.125000', '174632.128000', '174632.130000', '174632.133000', '174632.136000', '174651.937000', '174651.940000', '174651.943000', '174651.946000', '174651.948000', '174651.951000', '174651.953000', '174651.956000', '174651.958000', '174651.964000', '174651.967000', '174651.969000', '174651.972000', '174651.974000', '174651.977000', '174651.980000', '174651.982000', '174651.985000', '174651.987000', '174651.990000', '174651.993000', '174651.995000', '174651.998000', '174652.000000', '174652.003000', '174652.005000', '174652.008000', '174652.010000', '174652.013000', '174652.016000', '174652.018000', '174652.026000', '174652.028000', '174652.031000', '174652.033000', '174652.036000', '174652.039000', '174652.041000', '174652.044000', '174652.046000', '174652.049000', '174652.052000', '174652.054000', '174711.937000', '174711.940000', '174711.943000', '174711.946000', '174711.948000', '174711.951000', '174711.953000', '174711.956000', '174711.958000', '174711.961000', '174711.968000', '174711.970000', '174711.973000', '174711.976000', '174711.978000', '174711.981000', '174711.984000', '174711.986000', '174711.989000', '174711.991000', '174711.994000', '174711.997000', '174712.000000', '174712.003000', '174712.005000', '174712.008000', '174712.011000', '174712.013000', '174712.016000', '174712.019000', '174712.021000', '174712.024000', '174712.026000', '174712.029000', '174712.032000', '174712.034000', '174712.037000', '174712.039000', '174712.042000', '174712.045000', '174712.047000', '174712.050000', '174712.052000', '174712.055000', '174731.937000', '174731.940000', '174731.943000', '174731.945000', '174731.948000', '174731.951000', '174731.953000', '174731.956000', '174731.958000', '174731.961000', '174731.963000', '174731.966000', '174731.976000', '174731.979000', '174731.981000', '174731.984000', '174731.987000', '174731.989000', '174731.992000', '174731.994000', '174731.997000', '174731.999000', '174732.002000', '174732.005000', '174732.007000', '174732.010000', '174732.012000', '174732.015000', '174732.018000', '174732.020000', '174732.023000', '174732.026000', '174732.028000', '174732.031000', '174732.033000', '174732.036000', '174732.038000', '174732.041000', '174732.044000', '174732.046000', '174732.049000', '174732.051000', '174732.054000', '174751.937000', '174751.940000', '174751.943000', '174751.946000', '174751.948000', '174751.951000', '174751.953000', '174751.956000', '174751.959000', '174751.963000', '174751.966000', '174751.968000', '174751.971000', '174751.973000', '174751.976000', '174751.979000', '174751.981000', '174751.984000', '174751.986000', '174751.989000', '174751.992000', '174751.994000', '174751.997000', '174752.000000', '174752.003000', '174752.006000', '174752.008000', '174752.011000', '174752.013000', '174752.016000', '174752.019000', '174752.021000', '174752.024000', '174752.026000', '174752.029000', '174752.031000', '174752.034000', '174752.037000', '174752.039000', '174752.042000', '174752.045000', '174752.047000', '174752.050000', '174811.936000', '174811.939000', '174811.943000', '174811.945000', '174811.948000', '174811.950000', '174811.953000', '174811.956000', '174811.958000', '174811.961000', '174811.964000', '174811.966000', '174811.969000', '174811.972000', '174811.974000', '174811.977000', '174811.980000', '174811.982000', '174811.985000', '174811.987000', '174811.990000', '174811.993000', '174811.995000', '174811.998000', '174812.001000', '174812.004000', '174812.007000', '174812.009000', '174812.020000', '174812.023000', '174812.026000', '174812.028000', '174812.031000', '174812.033000', '174812.036000', '174812.038000', '174812.041000', '174812.044000', '174812.046000', '174812.049000', '174812.051000', '174812.054000', '174812.057000', '174812.059000', '174831.937000', '174831.939000', '174831.942000', '174831.945000', '174831.947000', '174831.950000', '174831.952000', '174831.955000', '174831.959000', '174831.962000', '174831.964000', '174831.967000', '174831.969000', '174831.972000', '174831.975000', '174831.977000', '174831.980000', '174831.982000', '174831.985000', '174831.988000', '174831.990000', '174831.993000', '174831.996000', '174831.998000', '174832.002000', '174832.004000', '174832.007000', '174832.010000', '174832.013000', '174832.015000', '174832.018000', '174832.021000', '174832.023000', '174832.026000', '174832.029000', '174832.031000', '174832.034000', '174832.037000', '174832.039000', '174832.042000', '174832.045000', '174832.047000', '174832.050000', '174851.937000', '174851.940000', '174851.943000', '174851.945000', '174851.948000', '174851.951000', '174851.954000', '174851.956000', '174851.959000', '174851.962000', '174851.964000', '174851.967000', '174851.970000', '174851.972000', '174851.975000', '174851.977000', '174851.980000', '174851.983000', '174851.985000', '174851.988000', '174851.991000', '174851.993000', '174851.996000', '174851.998000', '174852.002000', '174852.005000', '174852.007000', '174852.010000', '174852.012000', '174852.015000', '174852.018000', '174852.020000', '174852.023000', '174852.026000', '174852.028000', '174852.031000', '174852.033000', '174852.036000', '174852.039000', '174852.041000', '174852.044000', '174852.047000', '174852.049000', '174852.052000', '174911.938000', '174911.940000', '174911.943000', '174911.946000', '174911.949000', '174911.951000', '174911.954000', '174911.957000', '174911.959000', '174911.962000', '174911.964000', '174911.967000', '174911.970000', '174911.973000', '174911.975000', '174911.978000', '174911.980000', '174911.983000', '174911.986000', '174911.988000', '174911.991000', '174911.993000', '174911.996000', '174912.000000', '174912.002000', '174912.005000', '174912.008000', '174912.011000', '174912.013000', '174912.016000', '174912.019000', '174912.021000', '174912.024000', '174912.026000', '174912.029000', '174912.032000', '174912.034000', '174912.037000', '174912.039000', '174912.042000', '174912.045000', '174912.047000', '174912.050000', '174931.937000', '174931.940000', '174931.943000', '174931.945000', '174931.948000', '174931.951000', '174931.953000', '174931.956000', '174931.959000', '174931.961000', '174931.964000', '174931.967000', '174931.969000', '174931.972000', '174931.975000', '174931.977000', '174931.980000', '174931.983000', '174931.985000', '174931.988000', '174931.991000', '174931.993000', '174931.996000', '174931.998000', '174932.002000', '174932.005000', '174932.007000', '174932.010000', '174932.021000', '174932.024000', '174932.026000', '174932.029000', '174932.031000', '174932.034000', '174932.037000', '174932.039000', '174932.042000', '174932.044000', '174932.047000', '174932.050000', '174932.052000', '174932.055000', '174932.057000', '174932.060000', '174951.937000', '174951.941000', '174951.943000', '174951.946000', '174951.948000', '174951.951000', '174951.954000', '174951.956000', '174951.959000', '174951.971000', '174951.974000', '174951.977000', '174951.980000', '174951.983000', '174951.985000', '174951.988000', '174951.991000', '174951.994000', '174951.996000', '174952.001000', '174952.004000', '174952.006000', '174952.009000', '174952.012000', '174952.014000', '174952.017000', '174952.019000', '174952.022000', '174952.025000', '174952.027000', '174952.030000', '174952.033000', '174952.035000', '174952.038000', '174952.040000', '174952.043000', '174952.046000', '174952.048000', '174952.051000', '174952.054000', '174952.056000', '174952.059000', '174952.062000', '175011.937000', '175011.940000', '175011.943000', '175011.945000', '175011.956000', '175011.959000', '175011.962000', '175011.964000', '175011.968000', '175011.971000', '175011.973000', '175011.976000', '175011.979000', '175011.981000', '175011.984000', '175011.986000', '175011.989000', '175011.992000', '175011.994000', '175011.997000', '175012.000000', '175012.003000', '175012.006000', '175012.008000', '175012.011000', '175012.014000', '175012.016000', '175012.019000', '175012.021000', '175012.024000', '175012.027000', '175012.029000', '175012.032000', '175012.034000', '175012.037000', '175012.040000', '175012.043000', '175012.045000', '175012.048000', '175012.051000', '175012.053000', '175012.056000', '175012.058000', '175012.061000', '175031.936000', '175031.939000', '175031.942000', '175031.945000', '175031.947000', '175031.950000', '175031.953000', '175031.955000', '175031.958000', '175031.960000', '175031.963000', '175031.966000', '175031.968000', '175031.971000', '175031.974000', '175031.976000', '175031.979000', '175031.981000', '175031.984000', '175031.987000', '175031.989000', '175031.992000', '175031.995000', '175031.997000', '175032.001000', '175032.004000', '175032.006000', '175032.009000', '175032.012000', '175032.014000', '175032.017000', '175032.019000', '175032.022000', '175032.025000', '175032.027000', '175032.030000', '175032.032000', '175032.035000', '175032.038000', '175032.040000', '175032.043000', '175032.046000', '175032.048000', '175051.937000', '175051.940000', '175051.942000', '175051.945000', '175051.948000', '175051.950000', '175051.953000', '175051.956000', '175051.958000', '175051.961000', '175051.964000', '175051.966000', '175051.969000', '175051.971000', '175051.974000', '175051.977000', '175051.979000', '175051.982000', '175051.985000', '175051.987000', '175051.990000', '175051.993000', '175051.996000', '175051.998000', '175052.002000', '175052.005000', '175052.008000', '175052.010000', '175052.013000', '175052.016000', '175052.018000', '175052.021000', '175052.023000', '175052.026000', '175052.029000', '175052.031000', '175052.034000', '175052.037000', '175052.039000', '175052.042000', '175052.045000', '175052.047000', '175052.050000', '175052.052000', '175111.937000', '175111.940000', '175111.942000', '175111.945000', '175111.948000', '175111.950000', '175111.953000', '175111.956000', '175111.958000', '175111.961000', '175111.964000', '175111.966000', '175111.969000', '175111.972000', '175111.974000', '175111.977000', '175111.979000', '175111.982000', '175111.985000', '175111.988000', '175111.990000', '175111.993000', '175111.996000', '175111.998000', '175112.002000', '175112.005000', '175112.007000', '175112.010000', '175112.013000', '175112.016000', '175112.019000', '175112.021000', '175112.024000', '175112.027000', '175112.055000', '175112.058000', '175112.061000', '175112.063000', '175112.066000', '175112.069000', '175112.071000', '175112.074000', '175112.077000', '175131.937000', '175131.940000', '175131.943000', '175131.946000', '175131.948000', '175131.951000', '175131.954000', '175131.956000', '175131.959000', '175131.961000', '175131.964000', '175131.967000', '175131.969000', '175131.972000', '175131.975000', '175131.977000', '175131.980000', '175131.982000', '175131.985000', '175131.988000', '175131.990000', '175131.993000', '175131.996000', '175131.998000', '175132.002000', '175132.005000', '175132.008000', '175132.010000', '175132.013000', '175132.016000', '175132.018000', '175132.021000', '175132.024000', '175132.030000', '175132.033000', '175132.036000', '175132.038000', '175132.041000', '175132.043000', '175132.046000', '175132.051000', '175132.053000', '175132.056000', '175132.058000', '175151.938000', '175151.941000', '175151.944000', '175151.946000', '175151.949000', '175151.952000', '175151.954000', '175151.957000', '175151.960000', '175151.962000', '175151.965000', '175151.968000', '175151.970000', '175151.973000', '175151.976000', '175151.980000', '175151.982000', '175151.985000', '175151.987000', '175151.990000', '175151.993000', '175151.995000', '175151.998000', '175152.001000', '175152.004000', '175152.007000', '175152.009000', '175152.012000', '175152.014000', '175152.017000', '175152.020000', '175152.022000', '175152.025000', '175152.028000', '175152.030000', '175152.033000', '175152.036000', '175152.038000', '175152.041000', '175152.043000', '175152.046000', '175152.049000', '175152.051000', '175211.938000', '175211.941000', '175211.943000', '175211.946000', '175211.948000', '175211.951000', '175211.954000', '175211.956000', '175211.959000', '175211.962000', '175211.964000', '175211.967000', '175211.969000', '175211.972000', '175211.975000', '175211.977000', '175211.980000', '175211.983000', '175211.985000', '175211.988000', '175211.991000', '175211.993000', '175211.996000', '175212.000000', '175212.002000', '175212.005000', '175212.008000', '175212.010000', '175212.013000', '175212.015000', '175212.018000', '175212.021000', '175212.023000', '175212.026000', '175212.029000', '175212.031000', '175212.034000', '175212.037000', '175212.039000', '175212.042000', '175212.044000', '175212.047000', '175212.050000', '175212.052000', '175231.937000', '175231.940000', '175231.943000', '175231.946000', '175231.948000', '175231.951000', '175231.954000', '175231.957000', '175231.959000', '175231.962000', '175231.964000', '175231.967000', '175231.970000', '175231.972000', '175231.975000', '175231.978000', '175231.980000', '175231.983000', '175231.985000', '175231.988000', '175231.991000', '175231.993000', '175231.996000', '175231.999000', '175232.001000', '175232.004000', '175232.007000', '175232.009000', '175232.012000', '175232.014000', '175232.024000', '175232.027000', '175232.030000', '175232.032000', '175232.035000', '175232.038000', '175232.040000', '175232.043000', '175232.046000', '175232.048000', '175232.051000', '175232.054000', '175232.056000', '175251.936000', '175251.939000', '175251.942000', '175251.945000', '175251.947000', '175251.950000', '175251.952000', '175251.955000', '175251.958000', '175251.961000', '175251.963000', '175251.966000', '175251.968000', '175251.971000', '175251.974000', '175251.976000', '175251.979000', '175251.982000', '175251.984000', '175251.987000', '175251.990000', '175251.992000', '175251.995000', '175251.997000', '175252.001000', '175252.004000', '175252.006000', '175252.009000', '175252.011000', '175252.014000', '175252.017000', '175252.019000', '175252.022000', '175252.024000', '175252.027000', '175252.030000', '175252.032000', '175252.035000', '175252.037000', '175252.040000', '175252.043000', '175252.046000', '175252.048000', '175252.051000', '175311.937000', '175311.939000', '175311.942000', '175311.945000', '175311.947000', '175311.950000', '175311.953000', '175311.955000', '175311.958000', '175311.961000', '175311.963000', '175311.966000', '175311.969000', '175311.971000', '175311.974000', '175311.977000', '175311.979000', '175311.982000', '175311.985000', '175311.987000', '175311.990000', '175311.992000', '175311.995000', '175311.998000', '175312.001000', '175312.004000', '175312.007000', '175312.009000', '175312.012000', '175312.014000', '175312.017000', '175312.020000', '175312.022000', '175312.025000', '175312.028000', '175312.030000', '175312.033000', '175312.035000', '175312.038000', '175312.041000', '175312.043000', '175312.046000', '175312.049000', '175331.937000', '175331.939000', '175331.942000', '175331.945000', '175331.947000', '175331.950000', '175331.953000', '175331.955000', '175331.958000', '175331.960000', '175331.963000', '175331.966000', '175331.968000', '175331.971000', '175331.974000', '175331.976000', '175331.979000', '175331.982000', '175331.984000', '175331.987000', '175331.989000', '175331.992000', '175331.995000', '175331.997000', '175332.001000', '175332.003000', '175332.006000', '175332.009000', '175332.012000', '175332.014000', '175332.017000', '175332.019000', '175332.022000', '175332.025000', '175332.027000', '175332.030000', '175332.033000', '175332.035000', '175332.038000', '175332.040000', '175332.043000', '175332.046000', '175332.048000', '175332.051000', '175351.938000', '175351.941000', '175351.943000', '175351.946000', '175351.949000', '175351.951000', '175351.954000', '175351.956000', '175351.959000', '175351.962000', '175351.964000', '175351.967000', '175351.970000', '175351.972000', '175351.975000', '175351.978000', '175351.980000', '175351.983000', '175351.986000', '175351.988000', '175351.991000', '175351.993000', '175351.996000', '175352.000000', '175352.002000', '175352.005000', '175352.008000', '175352.011000', '175352.013000', '175352.016000', '175352.018000', '175352.021000', '175352.024000', '175352.026000', '175352.029000', '175352.032000', '175352.034000', '175352.037000', '175352.039000', '175352.042000', '175352.045000', '175352.057000', '175352.060000', '175411.938000', '175411.941000', '175411.944000', '175411.947000', '175411.949000', '175411.952000', '175411.955000', '175411.957000', '175411.960000', '175411.963000', '175411.965000', '175411.968000', '175411.971000', '175411.973000', '175411.976000', '175411.978000', '175411.981000', '175411.984000', '175411.986000', '175411.989000', '175411.992000', '175411.994000', '175411.997000', '175412.001000', '175412.003000', '175412.006000', '175412.008000', '175412.011000', '175412.014000', '175412.016000', '175412.019000', '175412.022000', '175412.024000', '175412.027000', '175412.030000', '175412.032000', '175412.035000', '175412.037000', '175412.040000', '175412.043000', '175412.045000', '175412.048000', '175412.051000', '175431.938000', '175431.940000', '175431.943000', '175431.946000', '175431.948000', '175431.951000', '175431.953000', '175431.956000', '175431.959000', '175431.961000', '175431.964000', '175431.967000', '175431.969000', '175431.972000', '175431.975000', '175431.977000', '175431.980000', '175431.983000', '175431.985000', '175431.988000', '175431.990000', '175431.993000', '175431.996000', '175431.998000', '175432.002000', '175432.004000', '175432.007000', '175432.010000', '175432.013000', '175432.015000', '175432.018000', '175432.020000', '175432.023000', '175432.026000', '175432.029000', '175432.031000', '175432.034000', '175432.037000', '175432.039000', '175432.042000', '175432.045000', '175432.047000', '175432.050000', '175432.053000', '175451.937000', '175451.940000', '175451.943000', '175451.946000', '175451.948000', '175451.951000', '175451.954000', '175451.956000', '175451.959000', '175451.962000', '175451.964000', '175451.967000', '175451.970000', '175451.974000', '175451.976000', '175451.979000', '175451.982000', '175451.984000', '175451.987000', '175451.990000', '175451.993000', '175451.995000', '175452.001000', '175452.004000', '175452.006000', '175452.009000', '175452.012000', '175452.015000', '175452.017000', '175452.020000', '175452.023000', '175452.025000', '175452.028000', '175452.031000', '175452.033000', '175452.036000', '175452.039000', '175452.041000', '175452.044000', '175452.047000', '175452.049000', '175452.052000', '175452.055000', '175511.937000', '175511.939000', '175511.942000', '175511.945000', '175511.947000', '175511.950000', '175511.953000', '175511.955000', '175511.958000', '175511.960000', '175511.963000', '175511.966000', '175511.968000', '175511.971000', '175511.974000', '175511.976000', '175511.979000', '175511.981000', '175511.984000', '175511.987000', '175511.989000', '175511.992000', '175511.994000', '175511.997000', '175512.029000', '175512.032000', '175512.035000', '175512.037000', '175512.040000', '175512.043000', '175512.045000', '175512.048000', '175512.051000', '175512.053000', '175512.056000', '175512.059000', '175512.061000', '175512.064000', '175512.067000', '175512.069000', '175512.072000', '175512.074000', '175512.077000', '175512.080000', '175531.937000', '175531.939000', '175531.942000', '175531.945000', '175531.947000', '175531.950000', '175531.952000', '175531.955000', '175531.958000', '175531.960000', '175531.963000', '175531.966000', '175531.968000', '175531.971000', '175531.973000', '175531.976000', '175531.979000', '175531.981000', '175531.984000', '175531.986000', '175531.989000', '175531.992000', '175531.994000', '175531.997000', '175532.001000', '175532.003000', '175532.006000', '175532.008000', '175532.011000', '175532.014000', '175532.017000', '175532.019000', '175532.022000', '175532.025000', '175532.027000', '175532.030000', '175532.032000', '175532.035000', '175532.038000', '175532.040000', '175532.043000', '175532.046000', '175532.048000', '175532.051000', '175551.936000', '175551.940000', '175551.943000', '175551.945000', '175551.948000', '175551.951000', '175551.953000', '175551.956000', '175551.959000', '175551.961000', '175551.964000', '175551.967000', '175551.969000', '175551.972000', '175551.975000', '175551.977000', '175551.980000', '175551.982000', '175551.985000', '175551.988000', '175551.991000', '175551.993000', '175551.996000', '175552.000000', '175552.002000', '175552.005000', '175552.008000', '175552.010000', '175552.013000', '175552.015000', '175552.018000', '175552.021000', '175552.023000', '175552.026000', '175552.028000', '175552.031000', '175552.034000', '175552.037000', '175552.039000', '175552.042000', '175552.044000', '175552.047000', '175611.938000', '175611.942000', '175611.945000', '175611.948000', '175611.951000', '175611.954000', '175611.958000', '175611.961000', '175611.964000', '175611.966000', '175611.969000', '175611.972000', '175611.975000', '175611.978000', '175611.981000', '175611.983000', '175611.986000', '175611.989000', '175611.992000', '175611.995000', '175611.998000', '175612.003000', '175612.006000', '175612.008000', '175612.011000', '175612.015000', '175612.018000', '175612.021000', '175612.024000', '175612.027000', '175612.030000', '175612.032000', '175612.035000', '175612.038000', '175612.041000', '175612.044000', '175612.047000', '175612.050000', '175612.053000', '175612.056000', '175612.058000', '175612.061000', '175612.064000', '175612.067000', '175621.576000', '175621.580000', '175621.583000', '175621.586000', '175621.588000', '175621.591000', '175621.594000', '175621.597000', '175621.600000', '175621.604000', '175621.607000', '175621.609000', '175621.612000', '175621.615000', '175621.618000', '175621.620000', '175621.623000', '175621.626000', '175621.630000', '175621.633000', '175621.635000', '175621.638000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [12164, 9524, 10819, 8436, 11097, 8989, 10459, 8156, 10297, 8343, 10402, 8112, 10400, 8232, 10430, 10918, 10242, 13948, 11348, 14312, 9693, 12129, 9871, 11956, 9031, 11783, 8386, 10540, 12416, 10593, 12409, 9368, 10915, 9124, 10810, 9227, 10773, 8255, 10432, 8043, 9783, 11909, 9760, 10859, 9461, 11134, 9083, 11022, 9337, 10728, 8951, 10958, 8186, 10576, 7967, 10519, 8365, 10673, 14818, 9436, 12102, 9671, 11464, 9469, 11718, 8884, 11211, 8199, 10831, 11749, 10560, 13127, 9357, 11363, 9259, 11384, 9767, 10822, 8512, 11137, 8547, 10633, 8240, 10443, 9720, 9560, 12540, 9359, 12223, 10370, 10841, 8713, 10838, 8404, 10098, 8705, 10101, 9213, 9537, 11361, 9488, 11939, 9989, 10678, 8417, 10598, 9224, 10443, 8104, 9977, 8129, 9952, 8314, 10200, 8042, 10222, 11988, 9106, 12523, 10200, 11719, 9641, 11158, 9199, 11421, 10120, 10899, 8736, 10893, 9165, 11384, 8615, 10812, 9983, 13824, 11628, 15296, 10116, 13268, 9325, 12950, 14121, 12985, 15299, 12060, 15051, 10408, 12927, 9898, 11538, 10525, 11971, 9002, 11470, 8883, 10953, 8012, 11159, 7625, 10190, 8620, 9843, 12104, 10038, 11920, 9376, 11128, 9059, 11085, 9485, 11415, 8928, 11585, 8234, 11216, 9313, 10797, 9580, 10712, 13958, 10342, 13791, 11074, 14937, 11019, 13064, 9152, 11701, 8169, 11243, 7953, 10613, 8726, 9573, 13200, 9882, 11363, 9371, 11141, 8746, 11320, 8233, 11025, 7958, 11066, 10035, 9435, 12592, 9160, 11525, 9406, 11194, 8280, 10654, 7808, 10784, 8225, 9583, 11478, 8847, 11776, 9264, 11111, 8364, 10984, 8580, 11142, 7892, 11108, 11706, 9923, 12567, 10222, 11868, 10386, 12264, 9226, 11665, 9153, 11522, 8320, 11090, 9149, 9814, 12269, 10203, 11202, 9740, 11968, 9141, 11240, 8952, 11230, 8673, 11448, 7902, 11433, 8051, 11333, 7756, 10162, 9117, 9819, 13813, 11000, 14162, 9532, 12662, 9434, 12427, 11843, 11549, 14821, 10023, 12353, 9067, 11914, 8864, 11068, 8067, 11075, 8492, 10694, 9303, 9169, 12868, 9022, 11977, 9616, 11756, 9407, 12101, 9453, 12144, 8274, 11817, 8446, 11692, 10498, 11410, 8074, 9560, 7726, 8130, 11855, 10051, 8795, 11130, 9162, 11699, 9139, 11894, 8265, 11641, 12349, 12007, 14699, 10881, 13151, 10003, 12019, 10312, 11415, 10517, 11889, 8724, 11414, 9118, 11610, 8582, 11149, 7882, 10484, 10525, 10260, 9533, 9760, 11809, 9463, 12540, 10773, 10445, 9609, 11461, 9476, 11808, 10892, 14128, 9928, 12096, 10490, 12155, 10141, 15497, 10353, 12647, 9895, 12650, 8493, 11975, 8239, 11533, 8786, 12355, 8752, 11844, 8590, 11048, 13712, 11498, 11573, 10277, 12071, 10320, 13230, 11521, 14478, 10077, 12138, 10132, 11389, 9621, 11339, 8800, 10896, 8826, 11616, 9233, 11236, 8662, 10966, 8345, 11754, 9343, 11778, 9068, 11715, 9325, 12001, 9717, 12037, 9658, 11420, 10536, 12116, 10005, 13235, 10873, 15783, 11631, 13297, 10215, 12667, 10010, 11532, 11109, 11492, 9403, 11400, 9133, 11148, 9243, 10914, 8404, 10857, 8163, 10371, 8568, 10390, 9697, 9682, 12052, 9483, 11767, 10189, 12575, 9252, 11852, 8166, 11192, 10257, 10703, 14853, 9563, 11768, 9276, 10739, 9605, 10493, 8389, 10537, 8006, 10165, 9922, 9827, 11748, 9134, 11432, 9881, 10950, 8773, 10819, 8617, 10564, 8745, 10938, 8051, 10662, 8643, 9558, 14624, 10563, 12087, 9282, 11706, 8572, 10564, 8704, 11208, 8292, 10861, 9255, 10369, 9117, 11336, 9667, 12843, 10590, 14394, 9141, 12381, 9534, 11380, 9651, 11607, 8641, 11429, 8588, 11177, 8901, 11195, 8518, 11477, 9425, 11309, 8480, 12219, 8129, 12330, 8933, 11345, 11212, 11631, 11122, 11559, 10317, 10809, 12810, 10913, 16097, 11829, 15293, 9617, 11972, 9661, 11030, 9797, 10826, 8790, 11095, 8592, 11030, 8942, 11294, 8560, 11121, 9150, 11248, 9219, 11089, 8582, 10969, 7965, 11588, 8113, 11550, 8408, 11281, 7954, 11552, 8063, 11463, 7950, 11305, 8396, 11514, 8085, 11532, 8027, 11741, 8141, 11404, 8187, 12021, 8548, 11517, 8376, 11383, 8288, 11869, 8662, 11843, 8675, 11297, 8200, 11595, 8086, 11406, 7934, 11263, 8055, 11299, 8189, 10742, 7937, 10559, 9250, 10259, 8709, 10275, 7894, 10266, 8752, 10150, 10117, 10446, 8569, 10131, 8517, 10667, 7812, 9866, 8256, 11731, 9079, 11812, 10493, 14300, 12495, 15734, 10428, 13285, 10610, 12557, 10389, 14451, 9581, 12456, 8224, 11936, 8523, 11433, 7938, 10650, 8298, 10920, 8900, 11106, 9964, 11094, 15258, 11283, 15451, 12256, 14630, 10342, 11766, 10533, 11170, 10791, 12494, 9880, 11878, 10117, 11639, 9895, 11704, 8686, 10950, 8890, 10504, 10793, 11154, 15584, 10047, 12012, 10724, 11409, 11188, 12149, 9503, 11474, 8938, 11434, 9629, 11448, 9183, 11595, 8087, 11100, 10560, 11391, 8904, 11053, 10494, 10752, 15248, 11741, 15134, 10248, 11800, 9738, 10937, 10261, 11100, 8694, 11032, 8767, 11013, 8488, 10772, 8087, 10439, 12220, 10967, 11196, 10627, 11520, 9699, 11568, 10357, 11228, 10394, 12665, 9740, 10946, 9626, 11296, 10491, 15043, 11351, 16656, 10780, 8047, 9529, 10967, 9057, 12143, 10726, 13125, 10784, 13734, 11241, 15593, 10543, 13426, 10550, 12008, 16970, 12255, 15615, 11492, 12794, 9813, 11804, 9143, 10932, 9246, 10524, 8044, 10201, 8438, 10227, 10881, 10168, 12683, 9229, 10768, 9505, 10721, 9551, 11174, 8894, 11152, 8485, 10733, 7970, 10973, 8036, 10885, 8043, 10724, 9186, 11294, 8289, 11148, 8603, 10985, 9375, 11293, 9738, 11697, 8259, 11323, 8277, 11227, 9794, 11216, 11965, 11482, 16123, 10294, 14344, 12149, 14488, 11050, 12263, 9897, 11303, 10361, 11448, 9434, 10837, 9481, 11459, 9751, 11369, 8910, 11523, 8421, 11660, 11037, 10750, 14313, 10303, 12254, 9884, 11556, 10026, 11681, 9258, 11061, 8011, 11123, 8171, 11062, 9015, 9791, 11942, 9915, 11230, 9869, 11163, 9129, 11138, 9610, 11191, 8216, 11136, 8014, 10365, 10039, 9797, 10959, 8946, 11047, 9275, 11327, 9646, 11529, 8745, 11712, 8132, 11483, 9399, 11099, 8052, 10266, 11767, 9404, 11892, 10368, 11757, 9019, 11377, 8774, 11312, 8685, 11153, 15412, 10283, 12325, 10200, 11328, 10622, 11943, 9024, 11545, 8973, 10993, 8117, 10918, 8092, 10340, 11811, 10216, 12015, 10120, 11610, 9005, 11313, 9680, 11629, 8796, 11329, 8179, 11170, 8703, 10428, 8455, 9953, 11263, 9793, 10443, 10256, 11940, 8784, 11254, 9317, 11385, 9228, 11210, 8651, 11118, 8661, 11150, 9003, 11346, 8653, 11803, 10922, 12293, 12949, 11153, 15384, 10797, 13980, 11372, 13927, 9133, 12250, 8902, 11582, 8667, 10909, 9595, 10004, 11660, 9721, 11649, 10902, 12440, 9320, 11624, 9309, 11055, 8748, 11094, 8408, 11087, 8390, 10701, 9470, 10844, 8333, 11430, 8188, 11015, 9152, 10561, 14993, 10928, 14595, 9516, 11751, 9879, 11520, 10007, 12360, 9123, 12231, 8735, 11407, 8238, 10713, 8205, 10325, 11472, 9788, 12188, 10698, 12165, 8994, 11265, 9315, 11201, 8670, 11322, 8339, 10599, 11885, 10473, 12970, 9838, 11355, 9520, 11186, 9596, 11579, 8560, 11375, 8229, 10981, 8710, 10048, 7905, 9639, 11385, 9560, 11569, 10381, 11427, 8472, 11019, 8798, 10885, 8964, 11214, 8321, 11390, 8952, 11358, 14557, 11147, 16514, 9711, 11878, 10107, 11383, 10071, 11972, 9427, 11438, 8061, 9291, 8983, 11329, 8150, 11804, 9244, 12482, 10319, 14350, 9982, 12363, 10127, 12327, 10266, 14409, 8971, 12600, 9497, 11431, 9457, 11271, 8422, 10972, 8975, 10899, 8371, 11542, 8641, 12073, 8146, 11929, 14876, 11364, 17531, 11804, 14955, 9563, 12328, 9404, 11047, 9533, 11638, 9192, 11887, 8598, 11507, 8316, 11411, 8257, 11049, 9470, 10356, 13632, 10791, 13124, 10025, 11175, 9192, 11050, 9452, 11899, 9373, 12049, 8395, 11425, 9504, 10658, 10941, 10033, 12280, 10058, 12144, 10699, 14163, 9569, 12520, 9540, 11775, 8546, 10871, 8249, 10434, 8975, 10581, 11711, 10517, 10809, 10029, 11389, 10568, 14035, 11584, 14817, 10172, 12777, 9904, 12017, 9786, 11836, 8737, 11728, 12647, 10885, 12703, 10207, 11427, 9620, 10932, 9922, 11031, 8374, 11204, 8430, 10700, 8667, 9871, 9308, 9712, 10806, 9978, 11121, 10751, 14455, 9351, 11334, 10315, 11644, 9155, 11154, 9262, 11250, 9341, 11936, 8948, 11750, 8349, 11994, 9520, 11211, 8199, 10747, 8812, 9940, 8915, 11045, 9096, 12627, 10731, 16503, 10825, 15445, 11547, 16811, 13497, 15480, 10508, 12963, 10196, 12096, 10871, 12614, 9589, 11962, 9007, 11049, 9543, 10800, 9721, 10995, 9088, 11407, 9449, 10763, 8426, 11675, 8036, 11947, 8437, 11581, 11665, 10502, 12031, 9617, 11892, 9311, 11739, 9529, 11516, 8507, 11498, 8812, 11419, 11140, 11343, 8425, 9986, 8043, 9429, 8310, 10291, 8589, 10561, 7925, 11186, 8150, 12111, 8429, 12500, 8735, 11313, 8607, 12217, 9507, 11137, 15298, 10603, 16083, 11640, 13040, 10128, 12032, 9904, 11693, 10589, 13008, 9416, 11315, 9561, 11403, 8762, 10839, 8644, 9567, 12994, 10060, 10971, 9467, 11140, 8877, 10925, 8418, 10753, 8403, 9728, 10117, 9531, 12815, 9964, 11311, 8805, 10519, 8876, 11037, 8615, 10781, 8138, 9779, 8529, 11188, 8474, 11137, 12575, 10157, 15113, 10491, 12090, 10641, 11500, 9932, 11445, 10155, 11288, 9771, 11489, 9072, 11275, 8574, 11208, 8929, 9951, 8235, 10320, 9165, 9850, 12292, 9189, 12044, 9702, 11002, 9648, 11142, 9181, 11046, 8885, 10612, 8388, 10191, 8159, 10027, 11127, 9296, 8053, 9345, 10888, 8903, 11548, 9726, 10660, 9334, 8227, 9860], 'WindowCenter': [4476.0, 4418.0, 4425.0, 4381.0, 4410.0, 4378.0, 4396.0, 4367.0, 4395.0, 4367.0, 4397.0, 4356.0, 4396.0, 4363.0, 4396.0, 4384.0, 4385.0, 4403.0, 4384.0, 4402.0, 4373.0, 4391.0, 4373.0, 4392.0, 4361.0, 4382.0, 4350.0, 4382.0, 4392.0, 4382.0, 4390.0, 4362.0, 4379.0, 4361.0, 4382.0, 4373.0, 4382.0, 4351.0, 4383.0, 4351.0, 4373.0, 4393.0, 4374.0, 4382.0, 4374.0, 4383.0, 4363.0, 4382.0, 4374.0, 4384.0, 4373.0, 4384.0, 4365.0, 4384.0, 4355.0, 4395.0, 4363.0, 4384.0, 4411.0, 4373.0, 4391.0, 4375.0, 4394.0, 4374.0, 4392.0, 4362.0, 4382.0, 4353.0, 4394.0, 4393.0, 4383.0, 4390.0, 4363.0, 4380.0, 4362.0, 4394.0, 4373.0, 4381.0, 4352.0, 4382.0, 4351.0, 4384.0, 4352.0, 4382.0, 4362.0, 4373.0, 4391.0, 4362.0, 4391.0, 4372.0, 4380.0, 4351.0, 4381.0, 4351.0, 4382.0, 4352.0, 4373.0, 4361.0, 4372.0, 4383.0, 4374.0, 4392.0, 4373.0, 4372.0, 4353.0, 4381.0, 4372.0, 4383.0, 4352.0, 4373.0, 4343.0, 4372.0, 4353.0, 4384.0, 4352.0, 4385.0, 4393.0, 4364.0, 4405.0, 4386.0, 4394.0, 4386.0, 4384.0, 4376.0, 4396.0, 4386.0, 4384.0, 4366.0, 4386.0, 4377.0, 4394.0, 4377.0, 4398.0, 4401.0, 4429.0, 4409.0, 4427.0, 4387.0, 4405.0, 4374.0, 4405.0, 4414.0, 4405.0, 4414.0, 4392.0, 4401.0, 4383.0, 4391.0, 4383.0, 4393.0, 4384.0, 4392.0, 4362.0, 4380.0, 4362.0, 4384.0, 4353.0, 4393.0, 4342.0, 4383.0, 4361.0, 4385.0, 4403.0, 4383.0, 4393.0, 4374.0, 4383.0, 4374.0, 4394.0, 4375.0, 4394.0, 4375.0, 4394.0, 4363.0, 4394.0, 4374.0, 4395.0, 4373.0, 4383.0, 4402.0, 4383.0, 4403.0, 4394.0, 4413.0, 4383.0, 4391.0, 4362.0, 4392.0, 4363.0, 4393.0, 4352.0, 4393.0, 4364.0, 4384.0, 4406.0, 4386.0, 4394.0, 4376.0, 4393.0, 4365.0, 4394.0, 4364.0, 4395.0, 4353.0, 4394.0, 4372.0, 4373.0, 4403.0, 4375.0, 4393.0, 4375.0, 4393.0, 4353.0, 4384.0, 4353.0, 4394.0, 4353.0, 4386.0, 4393.0, 4376.0, 4406.0, 4377.0, 4394.0, 4366.0, 4394.0, 4375.0, 4396.0, 4354.0, 4394.0, 4391.0, 4374.0, 4403.0, 4385.0, 4393.0, 4384.0, 4392.0, 4373.0, 4394.0, 4374.0, 4394.0, 4364.0, 4395.0, 4373.0, 4384.0, 4404.0, 4385.0, 4394.0, 4386.0, 4394.0, 4375.0, 4394.0, 4376.0, 4393.0, 4364.0, 4394.0, 4365.0, 4395.0, 4354.0, 4395.0, 4355.0, 4385.0, 4376.0, 4397.0, 4416.0, 4397.0, 4413.0, 4384.0, 4403.0, 4374.0, 4405.0, 4393.0, 4394.0, 4411.0, 4384.0, 4392.0, 4364.0, 4393.0, 4362.0, 4394.0, 4354.0, 4394.0, 4363.0, 4384.0, 4374.0, 4375.0, 4403.0, 4374.0, 4403.0, 4387.0, 4393.0, 4376.0, 4404.0, 4374.0, 4403.0, 4352.0, 4393.0, 4363.0, 4405.0, 4383.0, 4395.0, 4353.0, 4385.0, 4343.0, 4355.0, 4405.0, 4386.0, 4378.0, 4407.0, 4387.0, 4407.0, 4387.0, 4408.0, 4366.0, 4407.0, 4394.0, 4395.0, 4412.0, 4385.0, 4403.0, 4374.0, 4393.0, 4386.0, 4395.0, 4385.0, 4393.0, 4365.0, 4394.0, 4375.0, 4393.0, 4364.0, 4393.0, 4354.0, 4396.0, 4385.0, 4386.0, 4373.0, 4385.0, 4394.0, 4386.0, 4406.0, 4397.0, 4382.0, 4385.0, 4394.0, 4386.0, 4396.0, 4385.0, 4403.0, 4384.0, 4393.0, 4385.0, 4395.0, 4372.0, 4414.0, 4371.0, 4392.0, 4372.0, 4392.0, 4351.0, 4392.0, 4351.0, 4393.0, 4362.0, 4393.0, 4351.0, 4392.0, 4351.0, 4382.0, 4403.0, 4394.0, 4381.0, 4372.0, 4390.0, 4383.0, 4391.0, 4383.0, 4400.0, 4360.0, 4390.0, 4373.0, 4380.0, 4362.0, 4380.0, 4361.0, 4380.0, 4362.0, 4382.0, 4361.0, 4381.0, 4352.0, 4380.0, 4352.0, 4392.0, 4362.0, 4392.0, 4363.0, 4391.0, 4373.0, 4392.0, 4373.0, 4392.0, 4372.0, 4382.0, 4384.0, 4419.0, 4400.0, 4418.0, 4395.0, 4413.0, 4393.0, 4401.0, 4373.0, 4390.0, 4374.0, 4392.0, 4393.0, 4381.0, 4362.0, 4381.0, 4372.0, 4383.0, 4373.0, 4382.0, 4352.0, 4382.0, 4351.0, 4384.0, 4362.0, 4383.0, 4372.0, 4373.0, 4390.0, 4373.0, 4393.0, 4372.0, 4391.0, 4362.0, 4381.0, 4352.0, 4393.0, 4371.0, 4382.0, 4400.0, 4361.0, 4381.0, 4374.0, 4383.0, 4374.0, 4381.0, 4351.0, 4381.0, 4341.0, 4382.0, 4373.0, 4374.0, 4381.0, 4362.0, 4381.0, 4373.0, 4382.0, 4364.0, 4382.0, 4363.0, 4383.0, 4364.0, 4385.0, 4343.0, 4383.0, 4353.0, 4374.0, 4414.0, 4385.0, 4392.0, 4373.0, 4392.0, 4363.0, 4382.0, 4363.0, 4392.0, 4365.0, 4396.0, 4389.0, 4396.0, 4388.0, 4396.0, 4389.0, 4418.0, 4386.0, 4415.0, 4375.0, 4404.0, 4387.0, 4395.0, 4374.0, 4395.0, 4366.0, 4394.0, 4376.0, 4397.0, 4376.0, 4396.0, 4377.0, 4396.0, 4375.0, 4396.0, 4366.0, 4405.0, 4354.0, 4405.0, 4362.0, 4394.0, 4394.0, 4394.0, 4383.0, 4393.0, 4372.0, 4384.0, 4403.0, 4395.0, 4413.0, 4394.0, 4411.0, 4372.0, 4392.0, 4374.0, 4382.0, 4375.0, 4382.0, 4364.0, 4393.0, 4376.0, 4396.0, 4375.0, 4394.0, 4365.0, 4393.0, 4375.0, 4396.0, 4374.0, 4394.0, 4363.0, 4393.0, 4355.0, 4396.0, 4355.0, 4396.0, 4355.0, 4394.0, 4353.0, 4396.0, 4354.0, 4395.0, 4353.0, 4394.0, 4363.0, 4396.0, 4354.0, 4395.0, 4354.0, 4394.0, 4353.0, 4395.0, 4365.0, 4405.0, 4364.0, 4393.0, 4354.0, 4393.0, 4365.0, 4395.0, 4364.0, 4393.0, 4364.0, 4394.0, 4364.0, 4395.0, 4354.0, 4395.0, 4354.0, 4395.0, 4354.0, 4397.0, 4354.0, 4385.0, 4353.0, 4384.0, 4374.0, 4385.0, 4365.0, 4386.0, 4354.0, 4386.0, 4376.0, 4397.0, 4385.0, 4397.0, 4365.0, 4396.0, 4374.0, 4397.0, 4356.0, 4387.0, 4368.0, 4407.0, 4387.0, 4408.0, 4410.0, 4429.0, 4409.0, 4425.0, 4386.0, 4404.0, 4384.0, 4404.0, 4382.0, 4413.0, 4373.0, 4402.0, 4364.0, 4395.0, 4363.0, 4394.0, 4354.0, 4384.0, 4365.0, 4397.0, 4364.0, 4396.0, 4373.0, 4394.0, 4413.0, 4395.0, 4413.0, 4394.0, 4401.0, 4372.0, 4393.0, 4385.0, 4383.0, 4384.0, 4392.0, 4373.0, 4392.0, 4384.0, 4393.0, 4373.0, 4393.0, 4363.0, 4383.0, 4363.0, 4384.0, 4382.0, 4384.0, 4412.0, 4373.0, 4381.0, 4383.0, 4380.0, 4383.0, 4390.0, 4373.0, 4382.0, 4362.0, 4394.0, 4373.0, 4393.0, 4361.0, 4393.0, 4352.0, 4395.0, 4383.0, 4393.0, 4362.0, 4383.0, 4381.0, 4384.0, 4412.0, 4393.0, 4401.0, 4372.0, 4380.0, 4373.0, 4382.0, 4384.0, 4382.0, 4353.0, 4382.0, 4364.0, 4384.0, 4362.0, 4383.0, 4352.0, 4383.0, 4393.0, 4383.0, 4381.0, 4382.0, 4380.0, 4374.0, 4392.0, 4384.0, 4394.0, 4384.0, 4393.0, 4373.0, 4383.0, 4374.0, 4394.0, 4384.0, 4413.0, 4383.0, 4413.0, 4384.0, 4353.0, 4375.0, 4383.0, 4365.0, 4395.0, 4383.0, 4403.0, 4395.0, 4404.0, 4394.0, 4413.0, 4382.0, 4401.0, 4368.0, 4380.0, 4408.0, 4381.0, 4399.0, 4380.0, 4378.0, 4360.0, 4378.0, 4361.0, 4381.0, 4359.0, 4371.0, 4340.0, 4370.0, 4350.0, 4383.0, 4381.0, 4383.0, 4391.0, 4361.0, 4382.0, 4374.0, 4381.0, 4373.0, 4381.0, 4362.0, 4382.0, 4364.0, 4384.0, 4353.0, 4383.0, 4352.0, 4383.0, 4352.0, 4395.0, 4374.0, 4395.0, 4353.0, 4394.0, 4363.0, 4395.0, 4375.0, 4396.0, 4375.0, 4395.0, 4353.0, 4394.0, 4363.0, 4395.0, 4386.0, 4396.0, 4395.0, 4395.0, 4413.0, 4384.0, 4414.0, 4394.0, 4402.0, 4384.0, 4391.0, 4373.0, 4383.0, 4384.0, 4392.0, 4374.0, 4382.0, 4384.0, 4395.0, 4374.0, 4393.0, 4363.0, 4394.0, 4352.0, 4394.0, 4383.0, 4382.0, 4400.0, 4372.0, 4391.0, 4373.0, 4382.0, 4372.0, 4381.0, 4362.0, 4382.0, 4352.0, 4384.0, 4351.0, 4382.0, 4359.0, 4372.0, 4392.0, 4374.0, 4380.0, 4373.0, 4381.0, 4362.0, 4382.0, 4373.0, 4383.0, 4354.0, 4393.0, 4353.0, 4385.0, 4383.0, 4386.0, 4383.0, 4376.0, 4394.0, 4375.0, 4395.0, 4375.0, 4394.0, 4364.0, 4394.0, 4353.0, 4395.0, 4374.0, 4394.0, 4353.0, 4384.0, 4393.0, 4375.0, 4394.0, 4385.0, 4395.0, 4375.0, 4394.0, 4365.0, 4396.0, 4364.0, 4396.0, 4413.0, 4383.0, 4393.0, 4384.0, 4393.0, 4384.0, 4393.0, 4363.0, 4393.0, 4364.0, 4384.0, 4353.0, 4384.0, 4352.0, 4383.0, 4393.0, 4384.0, 4394.0, 4384.0, 4393.0, 4364.0, 4393.0, 4375.0, 4394.0, 4363.0, 4394.0, 4354.0, 4396.0, 4364.0, 4385.0, 4353.0, 4385.0, 4395.0, 4385.0, 4395.0, 4396.0, 4395.0, 4375.0, 4396.0, 4388.0, 4407.0, 4387.0, 4395.0, 4377.0, 4407.0, 4377.0, 4397.0, 4377.0, 4396.0, 4365.0, 4407.0, 4385.0, 4406.0, 4404.0, 4396.0, 4413.0, 4395.0, 4402.0, 4394.0, 4400.0, 4373.0, 4393.0, 4364.0, 4394.0, 4363.0, 4385.0, 4371.0, 4373.0, 4392.0, 4376.0, 4393.0, 4385.0, 4392.0, 4374.0, 4393.0, 4373.0, 4384.0, 4364.0, 4394.0, 4353.0, 4395.0, 4353.0, 4395.0, 4375.0, 4395.0, 4364.0, 4396.0, 4362.0, 4395.0, 4375.0, 4396.0, 4414.0, 4396.0, 4414.0, 4375.0, 4393.0, 4385.0, 4396.0, 4374.0, 4392.0, 4364.0, 4393.0, 4362.0, 4394.0, 4353.0, 4384.0, 4352.0, 4384.0, 4393.0, 4387.0, 4393.0, 4384.0, 4392.0, 4363.0, 4393.0, 4375.0, 4394.0, 4363.0, 4394.0, 4352.0, 4384.0, 4393.0, 4384.0, 4403.0, 4384.0, 4383.0, 4374.0, 4394.0, 4374.0, 4394.0, 4363.0, 4394.0, 4352.0, 4395.0, 4363.0, 4384.0, 4353.0, 4374.0, 4382.0, 4386.0, 4394.0, 4385.0, 4393.0, 4366.0, 4394.0, 4376.0, 4395.0, 4375.0, 4395.0, 4365.0, 4394.0, 4362.0, 4396.0, 4403.0, 4394.0, 4412.0, 4373.0, 4392.0, 4384.0, 4393.0, 4373.0, 4394.0, 4361.0, 4382.0, 4341.0, 4363.0, 4361.0, 4393.0, 4353.0, 4405.0, 4387.0, 4406.0, 4386.0, 4416.0, 4375.0, 4393.0, 4385.0, 4404.0, 4383.0, 4403.0, 4363.0, 4392.0, 4374.0, 4395.0, 4374.0, 4384.0, 4354.0, 4383.0, 4364.0, 4397.0, 4364.0, 4396.0, 4364.0, 4394.0, 4353.0, 4395.0, 4414.0, 4395.0, 4413.0, 4393.0, 4402.0, 4362.0, 4391.0, 4363.0, 4393.0, 4374.0, 4393.0, 4363.0, 4393.0, 4352.0, 4395.0, 4353.0, 4393.0, 4352.0, 4383.0, 4372.0, 4384.0, 4403.0, 4384.0, 4403.0, 4374.0, 4382.0, 4374.0, 4394.0, 4374.0, 4397.0, 4376.0, 4394.0, 4365.0, 4393.0, 4373.0, 4383.0, 4382.0, 4372.0, 4393.0, 4385.0, 4403.0, 4386.0, 4403.0, 4371.0, 4391.0, 4361.0, 4394.0, 4362.0, 4383.0, 4352.0, 4385.0, 4362.0, 4396.0, 4405.0, 4384.0, 4383.0, 4385.0, 4392.0, 4384.0, 4404.0, 4394.0, 4402.0, 4373.0, 4393.0, 4384.0, 4392.0, 4372.0, 4393.0, 4351.0, 4391.0, 4392.0, 4383.0, 4391.0, 4373.0, 4380.0, 4373.0, 4382.0, 4372.0, 4380.0, 4353.0, 4382.0, 4353.0, 4384.0, 4363.0, 4374.0, 4361.0, 4373.0, 4382.0, 4385.0, 4383.0, 4384.0, 4403.0, 4373.0, 4383.0, 4383.0, 4391.0, 4373.0, 4382.0, 4372.0, 4393.0, 4375.0, 4393.0, 4362.0, 4393.0, 4351.0, 4395.0, 4373.0, 4382.0, 4351.0, 4382.0, 4361.0, 4372.0, 4363.0, 4393.0, 4376.0, 4405.0, 4397.0, 4423.0, 4395.0, 4413.0, 4394.0, 4415.0, 4405.0, 4403.0, 4382.0, 4390.0, 4372.0, 4392.0, 4382.0, 4391.0, 4362.0, 4380.0, 4362.0, 4382.0, 4374.0, 4382.0, 4375.0, 4381.0, 4362.0, 4382.0, 4372.0, 4383.0, 4352.0, 4395.0, 4367.0, 4406.0, 4353.0, 4393.0, 4382.0, 4383.0, 4402.0, 4385.0, 4393.0, 4373.0, 4390.0, 4386.0, 4393.0, 4364.0, 4393.0, 4364.0, 4395.0, 4393.0, 4383.0, 4351.0, 4373.0, 4350.0, 4373.0, 4364.0, 4386.0, 4366.0, 4397.0, 4365.0, 4396.0, 4368.0, 4407.0, 4366.0, 4406.0, 4365.0, 4395.0, 4364.0, 4405.0, 4374.0, 4394.0, 4413.0, 4383.0, 4413.0, 4393.0, 4390.0, 4372.0, 4390.0, 4381.0, 4390.0, 4383.0, 4390.0, 4362.0, 4381.0, 4371.0, 4392.0, 4350.0, 4381.0, 4350.0, 4372.0, 4402.0, 4373.0, 4382.0, 4373.0, 4381.0, 4361.0, 4382.0, 4352.0, 4381.0, 4349.0, 4371.0, 4371.0, 4374.0, 4390.0, 4371.0, 4382.0, 4362.0, 4369.0, 4360.0, 4383.0, 4362.0, 4382.0, 4353.0, 4372.0, 4363.0, 4394.0, 4353.0, 4392.0, 4391.0, 4371.0, 4403.0, 4383.0, 4392.0, 4382.0, 4379.0, 4372.0, 4392.0, 4384.0, 4381.0, 4373.0, 4381.0, 4363.0, 4381.0, 4352.0, 4382.0, 4360.0, 4371.0, 4350.0, 4384.0, 4362.0, 4373.0, 4391.0, 4361.0, 4390.0, 4374.0, 4382.0, 4373.0, 4380.0, 4363.0, 4383.0, 4362.0, 4383.0, 4351.0, 4373.0, 4351.0, 4384.0, 4382.0, 4375.0, 4352.0, 4374.0, 4382.0, 4375.0, 4405.0, 4385.0, 4383.0, 4377.0, 4365.0, 4387.0], 'WindowWidth': [9856.0, 9760.0, 9759.0, 9693.0, 9725.0, 9676.0, 9698.0, 9660.0, 9694.0, 9657.0, 9698.0, 9642.0, 9697.0, 9649.0, 9694.0, 9676.0, 9679.0, 9699.0, 9676.0, 9696.0, 9657.0, 9679.0, 9660.0, 9682.0, 9638.0, 9667.0, 9623.0, 9668.0, 9682.0, 9668.0, 9677.0, 9642.0, 9661.0, 9640.0, 9670.0, 9659.0, 9671.0, 9627.0, 9671.0, 9627.0, 9661.0, 9686.0, 9661.0, 9670.0, 9662.0, 9671.0, 9646.0, 9670.0, 9664.0, 9676.0, 9661.0, 9676.0, 9651.0, 9677.0, 9640.0, 9692.0, 9648.0, 9677.0, 9711.0, 9661.0, 9682.0, 9665.0, 9688.0, 9662.0, 9684.0, 9642.0, 9670.0, 9630.0, 9689.0, 9685.0, 9673.0, 9678.0, 9644.0, 9664.0, 9644.0, 9687.0, 9658.0, 9666.0, 9629.0, 9668.0, 9628.0, 9674.0, 9629.0, 9669.0, 9641.0, 9658.0, 9678.0, 9644.0, 9679.0, 9657.0, 9664.0, 9628.0, 9667.0, 9625.0, 9669.0, 9629.0, 9658.0, 9638.0, 9656.0, 9671.0, 9662.0, 9682.0, 9658.0, 9655.0, 9632.0, 9666.0, 9659.0, 9673.0, 9630.0, 9658.0, 9617.0, 9659.0, 9635.0, 9675.0, 9631.0, 9677.0, 9686.0, 9649.0, 9705.0, 9681.0, 9690.0, 9682.0, 9674.0, 9669.0, 9694.0, 9683.0, 9675.0, 9656.0, 9680.0, 9671.0, 9691.0, 9675.0, 9701.0, 9711.0, 9747.0, 9719.0, 9739.0, 9685.0, 9704.0, 9661.0, 9705.0, 9718.0, 9705.0, 9714.0, 9684.0, 9694.0, 9672.0, 9680.0, 9675.0, 9685.0, 9674.0, 9682.0, 9642.0, 9666.0, 9643.0, 9676.0, 9633.0, 9688.0, 9617.0, 9674.0, 9643.0, 9682.0, 9702.0, 9676.0, 9688.0, 9664.0, 9673.0, 9664.0, 9691.0, 9667.0, 9688.0, 9665.0, 9690.0, 9646.0, 9690.0, 9665.0, 9692.0, 9660.0, 9675.0, 9700.0, 9674.0, 9700.0, 9692.0, 9711.0, 9672.0, 9681.0, 9644.0, 9684.0, 9648.0, 9687.0, 9632.0, 9689.0, 9648.0, 9677.0, 9709.0, 9682.0, 9688.0, 9668.0, 9687.0, 9652.0, 9690.0, 9652.0, 9692.0, 9634.0, 9689.0, 9657.0, 9661.0, 9699.0, 9667.0, 9687.0, 9665.0, 9686.0, 9633.0, 9676.0, 9635.0, 9691.0, 9633.0, 9681.0, 9688.0, 9671.0, 9708.0, 9671.0, 9691.0, 9657.0, 9691.0, 9668.0, 9696.0, 9636.0, 9690.0, 9682.0, 9661.0, 9702.0, 9679.0, 9687.0, 9676.0, 9684.0, 9661.0, 9690.0, 9663.0, 9690.0, 9650.0, 9693.0, 9660.0, 9679.0, 9705.0, 9680.0, 9691.0, 9683.0, 9689.0, 9667.0, 9689.0, 9667.0, 9688.0, 9649.0, 9691.0, 9653.0, 9694.0, 9637.0, 9692.0, 9639.0, 9681.0, 9669.0, 9701.0, 9726.0, 9700.0, 9715.0, 9677.0, 9700.0, 9662.0, 9706.0, 9688.0, 9688.0, 9709.0, 9675.0, 9683.0, 9649.0, 9686.0, 9645.0, 9691.0, 9637.0, 9691.0, 9645.0, 9676.0, 9661.0, 9666.0, 9700.0, 9663.0, 9703.0, 9686.0, 9689.0, 9669.0, 9702.0, 9664.0, 9701.0, 9631.0, 9688.0, 9649.0, 9708.0, 9675.0, 9693.0, 9633.0, 9678.0, 9620.0, 9639.0, 9706.0, 9684.0, 9677.0, 9715.0, 9687.0, 9714.0, 9685.0, 9714.0, 9658.0, 9710.0, 9689.0, 9691.0, 9711.0, 9677.0, 9698.0, 9663.0, 9686.0, 9684.0, 9690.0, 9680.0, 9684.0, 9652.0, 9689.0, 9668.0, 9688.0, 9650.0, 9689.0, 9637.0, 9694.0, 9679.0, 9681.0, 9661.0, 9680.0, 9689.0, 9682.0, 9710.0, 9697.0, 9671.0, 9679.0, 9689.0, 9683.0, 9695.0, 9680.0, 9699.0, 9676.0, 9685.0, 9681.0, 9690.0, 9658.0, 9714.0, 9652.0, 9683.0, 9656.0, 9684.0, 9626.0, 9682.0, 9625.0, 9686.0, 9644.0, 9686.0, 9627.0, 9682.0, 9625.0, 9669.0, 9698.0, 9686.0, 9665.0, 9655.0, 9678.0, 9672.0, 9681.0, 9671.0, 9688.0, 9637.0, 9676.0, 9658.0, 9664.0, 9640.0, 9662.0, 9639.0, 9665.0, 9644.0, 9669.0, 9640.0, 9666.0, 9629.0, 9665.0, 9632.0, 9683.0, 9643.0, 9683.0, 9646.0, 9681.0, 9661.0, 9684.0, 9659.0, 9682.0, 9658.0, 9668.0, 9677.0, 9732.0, 9711.0, 9729.0, 9694.0, 9714.0, 9685.0, 9693.0, 9659.0, 9678.0, 9661.0, 9684.0, 9687.0, 9667.0, 9643.0, 9666.0, 9657.0, 9672.0, 9660.0, 9669.0, 9630.0, 9669.0, 9628.0, 9675.0, 9644.0, 9674.0, 9655.0, 9659.0, 9679.0, 9661.0, 9685.0, 9658.0, 9680.0, 9640.0, 9665.0, 9627.0, 9686.0, 9652.0, 9668.0, 9691.0, 9639.0, 9666.0, 9663.0, 9673.0, 9665.0, 9668.0, 9625.0, 9667.0, 9614.0, 9671.0, 9660.0, 9664.0, 9667.0, 9642.0, 9668.0, 9660.0, 9669.0, 9649.0, 9668.0, 9646.0, 9674.0, 9651.0, 9677.0, 9618.0, 9672.0, 9631.0, 9662.0, 9719.0, 9677.0, 9683.0, 9660.0, 9682.0, 9645.0, 9668.0, 9648.0, 9684.0, 9655.0, 9698.0, 9692.0, 9697.0, 9689.0, 9696.0, 9692.0, 9728.0, 9684.0, 9718.0, 9666.0, 9701.0, 9686.0, 9694.0, 9664.0, 9691.0, 9655.0, 9689.0, 9671.0, 9698.0, 9671.0, 9696.0, 9672.0, 9695.0, 9666.0, 9696.0, 9656.0, 9706.0, 9635.0, 9704.0, 9644.0, 9689.0, 9689.0, 9690.0, 9670.0, 9686.0, 9657.0, 9675.0, 9701.0, 9692.0, 9713.0, 9688.0, 9707.0, 9657.0, 9682.0, 9664.0, 9670.0, 9664.0, 9670.0, 9649.0, 9687.0, 9671.0, 9695.0, 9667.0, 9689.0, 9651.0, 9687.0, 9666.0, 9693.0, 9663.0, 9688.0, 9647.0, 9689.0, 9640.0, 9695.0, 9638.0, 9693.0, 9637.0, 9689.0, 9635.0, 9695.0, 9636.0, 9693.0, 9633.0, 9689.0, 9647.0, 9694.0, 9637.0, 9693.0, 9635.0, 9689.0, 9634.0, 9692.0, 9654.0, 9706.0, 9650.0, 9687.0, 9636.0, 9688.0, 9654.0, 9692.0, 9650.0, 9688.0, 9649.0, 9689.0, 9651.0, 9694.0, 9636.0, 9691.0, 9634.0, 9692.0, 9635.0, 9698.0, 9636.0, 9678.0, 9632.0, 9677.0, 9663.0, 9680.0, 9652.0, 9681.0, 9637.0, 9681.0, 9668.0, 9699.0, 9679.0, 9699.0, 9653.0, 9696.0, 9665.0, 9701.0, 9644.0, 9685.0, 9661.0, 9712.0, 9688.0, 9717.0, 9723.0, 9745.0, 9717.0, 9733.0, 9681.0, 9701.0, 9677.0, 9702.0, 9671.0, 9712.0, 9658.0, 9698.0, 9651.0, 9693.0, 9646.0, 9688.0, 9633.0, 9676.0, 9652.0, 9697.0, 9649.0, 9695.0, 9659.0, 9688.0, 9714.0, 9692.0, 9711.0, 9689.0, 9693.0, 9657.0, 9684.0, 9679.0, 9671.0, 9676.0, 9682.0, 9659.0, 9683.0, 9675.0, 9686.0, 9658.0, 9685.0, 9645.0, 9672.0, 9646.0, 9677.0, 9669.0, 9674.0, 9711.0, 9657.0, 9664.0, 9672.0, 9665.0, 9671.0, 9676.0, 9658.0, 9667.0, 9644.0, 9689.0, 9660.0, 9686.0, 9640.0, 9684.0, 9628.0, 9690.0, 9672.0, 9685.0, 9641.0, 9671.0, 9666.0, 9675.0, 9712.0, 9686.0, 9695.0, 9658.0, 9665.0, 9661.0, 9670.0, 9675.0, 9669.0, 9632.0, 9671.0, 9649.0, 9675.0, 9643.0, 9674.0, 9630.0, 9673.0, 9686.0, 9672.0, 9665.0, 9670.0, 9665.0, 9660.0, 9685.0, 9676.0, 9689.0, 9675.0, 9684.0, 9660.0, 9670.0, 9661.0, 9688.0, 9676.0, 9711.0, 9674.0, 9713.0, 9676.0, 9633.0, 9666.0, 9674.0, 9652.0, 9691.0, 9675.0, 9698.0, 9691.0, 9703.0, 9691.0, 9713.0, 9669.0, 9693.0, 9644.0, 9662.0, 9699.0, 9664.0, 9687.0, 9663.0, 9656.0, 9636.0, 9658.0, 9640.0, 9666.0, 9633.0, 9650.0, 9609.0, 9652.0, 9624.0, 9672.0, 9665.0, 9672.0, 9681.0, 9641.0, 9668.0, 9662.0, 9668.0, 9658.0, 9667.0, 9641.0, 9668.0, 9649.0, 9675.0, 9632.0, 9674.0, 9630.0, 9673.0, 9631.0, 9692.0, 9664.0, 9693.0, 9633.0, 9690.0, 9646.0, 9691.0, 9667.0, 9695.0, 9664.0, 9691.0, 9633.0, 9691.0, 9648.0, 9694.0, 9682.0, 9696.0, 9691.0, 9692.0, 9715.0, 9675.0, 9715.0, 9689.0, 9696.0, 9674.0, 9679.0, 9658.0, 9673.0, 9675.0, 9683.0, 9662.0, 9670.0, 9678.0, 9691.0, 9664.0, 9685.0, 9647.0, 9688.0, 9631.0, 9688.0, 9670.0, 9670.0, 9691.0, 9656.0, 9679.0, 9660.0, 9668.0, 9658.0, 9667.0, 9641.0, 9668.0, 9630.0, 9674.0, 9625.0, 9669.0, 9636.0, 9657.0, 9684.0, 9661.0, 9665.0, 9659.0, 9665.0, 9643.0, 9671.0, 9661.0, 9671.0, 9634.0, 9686.0, 9633.0, 9680.0, 9674.0, 9680.0, 9673.0, 9668.0, 9689.0, 9668.0, 9693.0, 9666.0, 9688.0, 9650.0, 9690.0, 9634.0, 9693.0, 9661.0, 9689.0, 9631.0, 9676.0, 9685.0, 9667.0, 9690.0, 9680.0, 9690.0, 9664.0, 9688.0, 9651.0, 9695.0, 9648.0, 9692.0, 9711.0, 9672.0, 9685.0, 9676.0, 9686.0, 9675.0, 9684.0, 9647.0, 9686.0, 9648.0, 9677.0, 9632.0, 9675.0, 9629.0, 9674.0, 9685.0, 9677.0, 9689.0, 9677.0, 9686.0, 9649.0, 9687.0, 9666.0, 9689.0, 9647.0, 9689.0, 9635.0, 9694.0, 9648.0, 9677.0, 9634.0, 9680.0, 9692.0, 9682.0, 9692.0, 9696.0, 9693.0, 9668.0, 9696.0, 9689.0, 9711.0, 9686.0, 9694.0, 9673.0, 9711.0, 9673.0, 9698.0, 9672.0, 9697.0, 9653.0, 9711.0, 9679.0, 9708.0, 9701.0, 9694.0, 9715.0, 9693.0, 9699.0, 9689.0, 9693.0, 9660.0, 9686.0, 9649.0, 9690.0, 9645.0, 9676.0, 9653.0, 9659.0, 9685.0, 9668.0, 9687.0, 9678.0, 9684.0, 9662.0, 9685.0, 9660.0, 9676.0, 9648.0, 9689.0, 9633.0, 9690.0, 9634.0, 9694.0, 9666.0, 9693.0, 9650.0, 9694.0, 9646.0, 9694.0, 9666.0, 9697.0, 9718.0, 9695.0, 9715.0, 9665.0, 9687.0, 9679.0, 9694.0, 9663.0, 9684.0, 9647.0, 9685.0, 9644.0, 9691.0, 9633.0, 9676.0, 9631.0, 9676.0, 9686.0, 9684.0, 9688.0, 9677.0, 9684.0, 9648.0, 9686.0, 9666.0, 9690.0, 9647.0, 9689.0, 9631.0, 9676.0, 9688.0, 9676.0, 9699.0, 9677.0, 9671.0, 9662.0, 9688.0, 9661.0, 9686.0, 9645.0, 9688.0, 9631.0, 9692.0, 9647.0, 9676.0, 9632.0, 9663.0, 9668.0, 9683.0, 9689.0, 9680.0, 9687.0, 9654.0, 9690.0, 9671.0, 9693.0, 9666.0, 9693.0, 9651.0, 9689.0, 9645.0, 9695.0, 9701.0, 9689.0, 9711.0, 9659.0, 9682.0, 9678.0, 9686.0, 9660.0, 9686.0, 9640.0, 9667.0, 9612.0, 9644.0, 9641.0, 9688.0, 9634.0, 9705.0, 9688.0, 9709.0, 9686.0, 9720.0, 9665.0, 9684.0, 9677.0, 9703.0, 9673.0, 9697.0, 9646.0, 9682.0, 9662.0, 9692.0, 9662.0, 9674.0, 9635.0, 9673.0, 9648.0, 9696.0, 9650.0, 9694.0, 9648.0, 9690.0, 9633.0, 9690.0, 9716.0, 9692.0, 9712.0, 9685.0, 9693.0, 9642.0, 9679.0, 9646.0, 9687.0, 9661.0, 9685.0, 9645.0, 9684.0, 9628.0, 9690.0, 9633.0, 9686.0, 9628.0, 9672.0, 9655.0, 9674.0, 9701.0, 9675.0, 9697.0, 9661.0, 9670.0, 9662.0, 9689.0, 9663.0, 9696.0, 9669.0, 9689.0, 9651.0, 9686.0, 9659.0, 9673.0, 9667.0, 9656.0, 9685.0, 9679.0, 9702.0, 9680.0, 9696.0, 9655.0, 9680.0, 9640.0, 9687.0, 9643.0, 9673.0, 9631.0, 9677.0, 9644.0, 9697.0, 9706.0, 9677.0, 9672.0, 9677.0, 9684.0, 9676.0, 9702.0, 9689.0, 9696.0, 9658.0, 9683.0, 9676.0, 9683.0, 9656.0, 9684.0, 9626.0, 9681.0, 9682.0, 9672.0, 9680.0, 9658.0, 9664.0, 9658.0, 9670.0, 9656.0, 9664.0, 9632.0, 9668.0, 9630.0, 9676.0, 9645.0, 9661.0, 9640.0, 9659.0, 9670.0, 9679.0, 9672.0, 9676.0, 9700.0, 9659.0, 9672.0, 9672.0, 9681.0, 9660.0, 9669.0, 9659.0, 9687.0, 9663.0, 9685.0, 9643.0, 9684.0, 9626.0, 9690.0, 9657.0, 9669.0, 9625.0, 9670.0, 9640.0, 9657.0, 9647.0, 9688.0, 9669.0, 9708.0, 9699.0, 9730.0, 9692.0, 9714.0, 9691.0, 9717.0, 9706.0, 9697.0, 9670.0, 9676.0, 9657.0, 9682.0, 9670.0, 9677.0, 9641.0, 9662.0, 9642.0, 9670.0, 9663.0, 9668.0, 9663.0, 9667.0, 9643.0, 9668.0, 9657.0, 9671.0, 9629.0, 9694.0, 9659.0, 9711.0, 9633.0, 9685.0, 9669.0, 9670.0, 9698.0, 9680.0, 9685.0, 9659.0, 9680.0, 9684.0, 9685.0, 9651.0, 9689.0, 9648.0, 9692.0, 9688.0, 9671.0, 9627.0, 9657.0, 9624.0, 9660.0, 9652.0, 9683.0, 9656.0, 9698.0, 9654.0, 9695.0, 9662.0, 9712.0, 9657.0, 9709.0, 9652.0, 9691.0, 9652.0, 9707.0, 9663.0, 9690.0, 9711.0, 9673.0, 9714.0, 9685.0, 9678.0, 9657.0, 9677.0, 9670.0, 9679.0, 9673.0, 9677.0, 9642.0, 9666.0, 9656.0, 9684.0, 9623.0, 9667.0, 9622.0, 9655.0, 9696.0, 9660.0, 9669.0, 9659.0, 9666.0, 9641.0, 9670.0, 9630.0, 9667.0, 9622.0, 9655.0, 9651.0, 9661.0, 9679.0, 9654.0, 9667.0, 9642.0, 9649.0, 9641.0, 9673.0, 9643.0, 9670.0, 9630.0, 9655.0, 9647.0, 9690.0, 9631.0, 9685.0, 9680.0, 9653.0, 9699.0, 9672.0, 9681.0, 9669.0, 9662.0, 9656.0, 9682.0, 9675.0, 9666.0, 9659.0, 9665.0, 9643.0, 9667.0, 9628.0, 9670.0, 9638.0, 9654.0, 9626.0, 9674.0, 9641.0, 9658.0, 9680.0, 9641.0, 9678.0, 9661.0, 9669.0, 9660.0, 9665.0, 9645.0, 9673.0, 9643.0, 9672.0, 9627.0, 9657.0, 9627.0, 9676.0, 9670.0, 9662.0, 9629.0, 9663.0, 9671.0, 9665.0, 9707.0, 9682.0, 9673.0, 9672.0, 9653.0, 9687.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.0035738842975206607</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01970895987978963</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.156412477421</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2417063270977455</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0660932507969911</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4688</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6156.5181</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06454762202170748</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.67618332081142</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4397663079907708</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.480317304500991</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.525052030707159</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3139295887641627</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00550437</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01488219853490591</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025829505175352097</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1331</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.028682470016013</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>37.7783</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.7989</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.6532</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301133.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>742.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.5582</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1233</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.914</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3610.344</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3786.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75411.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1285.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4699.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.7551</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.19502062420361</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> |