=== 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-0038 --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-0038",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0038_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0038_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0038_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-04/func/sub-0038_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>91248210a97863b44cb022ce91972790</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>12:38:9.872500</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.998038, 0.0274333, 0.056277, -0.0315389, 0.996803, 0.0734117]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0796779</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7225, 567, -77, -153, -72, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.481</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5e54775b-3405-43f0-9d85-5027deb653ab||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.677663564682007, -0.08461656421422958, 0.14602459967136383, 116.06807708740234], [-0.07360165566205978, 2.674349308013916, 0.2026149481534958, -96.18214416503906], [0.1509871780872345, -0.19695815443992615, 2.6884241104125977, -59.43611145019531], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['123809.872500', '123810.332500', '123810.792500', '123811.252500', '123811.712500', '123812.172500', '123812.632500', '123813.092500', '123813.552500', '123814.012500', '123814.472500', '123814.932500', '123815.392500', '123815.852500', '123816.312500', '123816.772500', '123817.232500', '123817.692500', '123818.152500', '123818.612500', '123819.072500', '123819.532500', '123819.992500', '123820.452500', '123820.912500', '123821.372500', '123821.832500', '123822.292500', '123822.752500', '123823.212500', '123823.672500', '123824.132500', '123824.592500', '123825.052500', '123825.512500', '123825.972500', '123826.432500', '123826.892500', '123827.352500', '123827.812500', '123828.272500', '123828.732500', '123829.192500', '123829.652500', '123830.112500', '123830.572500', '123831.032500', '123831.492500', '123831.952500', '123832.412500', '123832.872500', '123833.332500', '123833.792500', '123834.252500', '123834.712500', '123835.172500', '123835.632500', '123836.092500', '123836.552500', '123837.012500', '123837.472500', '123837.932500', '123838.392500', '123838.852500', '123839.312500', '123839.772500', '123840.232500', '123840.692500', '123841.152500', '123841.612500', '123842.072500', '123842.532500', '123842.992500', '123843.452500', '123843.912500', '123844.372500', '123844.832500', '123845.292500', '123845.752500', '123846.212500', '123846.672500', '123847.132500', '123847.592500', '123848.052500', '123848.512500', '123848.972500', '123849.432500', '123849.892500', '123850.352500', '123850.812500', '123851.272500', '123851.732500', '123852.192500', '123852.652500', '123853.112500', '123853.572500', '123854.032500', '123854.492500', '123854.952500', '123855.412500', '123855.872500', '123856.332500', '123856.792500', '123857.252500', '123857.712500', '123858.172500', '123858.632500', '123859.092500', '123859.552500', '123900.012500', '123900.472500', '123900.932500', '123901.392500', '123901.852500', '123902.312500', '123902.772500', '123903.232500', '123903.692500', '123904.152500', '123904.612500', '123905.072500', '123905.532500', '123905.992500', '123906.452500', '123906.912500', '123907.372500', '123907.832500', '123908.292500', '123908.752500', '123909.212500', '123909.672500', '123910.132500', '123910.592500', '123911.052500', '123911.512500', '123911.972500', '123912.432500', '123912.892500', '123913.352500', '123913.812500', '123914.272500', '123914.732500', '123915.192500', '123915.652500', '123916.112500', '123916.572500', '123917.032500', '123917.492500', '123917.952500', '123918.412500', '123918.872500', '123919.332500', '123919.792500', '123920.252500', '123920.712500', '123921.172500', '123921.632500', '123922.092500', '123922.552500', '123923.012500', '123923.472500', '123923.932500', '123924.392500', '123924.852500', '123925.312500', '123925.772500', '123926.232500', '123926.692500', '123927.152500', '123927.612500', '123928.072500', '123928.532500', '123928.992500', '123929.452500', '123929.912500', '123930.372500', '123930.832500', '123931.292500', '123931.752500', '123932.212500', '123932.672500', '123933.132500', '123933.592500', '123934.052500', '123934.512500', '123934.972500', '123935.432500', '123935.892500', '123936.352500', '123936.812500', '123937.272500', '123937.732500', '123938.192500', '123938.652500', '123939.112500', '123939.572500', '123940.032500', '123940.492500', '123940.952500', '123941.412500', '123941.872500', '123942.332500', '123942.792500', '123943.252500', '123943.712500', '123944.172500', '123944.632500', '123945.092500', '123945.552500', '123946.012500', '123946.472500', '123946.932500', '123947.392500', '123947.852500', '123948.312500', '123948.772500', '123949.232500', '123949.692500', '123950.152500', '123950.612500', '123951.072500', '123951.532500', '123951.992500', '123952.452500', '123952.912500', '123953.372500', '123953.832500', '123954.292500', '123954.752500', '123955.212500', '123955.672500', '123956.132500', '123956.592500', '123957.052500', '123957.512500', '123957.972500', '123958.432500', '123958.892500', '123959.352500', '123959.812500', '124000.272500', '124000.732500', '124001.192500', '124001.652500', '124002.112500', '124002.572500', '124003.032500', '124003.492500', '124003.952500', '124004.412500', '124004.872500', '124005.332500', '124005.792500', '124006.252500', '124006.712500', '124007.172500', '124007.632500', '124008.092500', '124008.552500', '124009.012500', '124009.472500', '124009.932500', '124010.392500', '124010.852500', '124011.312500', '124011.772500', '124012.232500', '124012.692500', '124013.152500', '124013.612500', '124014.072500', '124014.532500', '124014.992500', '124015.452500', '124015.912500', '124016.372500', '124016.832500', '124017.292500', '124017.752500', '124018.212500', '124018.672500', '124019.132500', '124019.592500', '124020.052500', '124020.512500', '124020.972500', '124021.432500', '124021.892500', '124022.352500', '124022.812500', '124023.272500', '124023.732500', '124024.192500', '124024.652500', '124025.112500', '124025.572500', '124026.032500', '124026.492500', '124026.952500', '124027.412500', '124027.872500', '124028.332500', '124028.792500', '124029.252500', '124029.712500', '124030.172500', '124030.632500', '124031.092500', '124031.552500', '124032.012500', '124032.472500', '124032.932500', '124033.392500', '124033.852500', '124034.312500', '124034.772500', '124035.232500', '124035.692500', '124036.152500', '124036.612500', '124037.072500', '124037.532500', '124037.992500', '124038.452500', '124038.912500', '124039.372500', '124039.832500', '124040.292500', '124040.752500', '124041.212500', '124041.672500', '124042.132500', '124042.592500', '124043.052500', '124043.512500', '124043.972500', '124044.432500', '124044.892500', '124045.352500', '124045.812500', '124046.272500', '124046.732500', '124047.192500', '124047.652500', '124048.112500', '124048.572500', '124049.032500', '124049.492500', '124049.952500', '124050.412500', '124050.872500', '124051.332500', '124051.792500', '124052.252500', '124052.712500', '124053.172500', '124053.632500', '124054.092500', '124054.552500', '124055.012500', '124055.472500', '124055.932500', '124056.392500', '124056.852500', '124057.312500', '124057.772500', '124058.232500', '124058.692500', '124059.152500', '124059.612500', '124100.072500', '124100.532500', '124100.992500', '124101.452500', '124101.912500', '124102.372500', '124102.832500', '124103.292500', '124103.752500', '124104.212500', '124104.672500', '124105.132500', '124105.592500', '124106.052500', '124106.512500', '124106.972500', '124107.432500', '124107.892500', '124108.352500', '124108.812500', '124109.272500', '124109.732500', '124110.192500', '124110.652500', '124111.112500', '124111.572500', '124112.032500', '124112.492500', '124112.952500', '124113.412500', '124113.872500', '124114.332500', '124114.792500', '124115.252500', '124115.712500', '124116.172500', '124116.632500', '124117.092500', '124117.552500', '124118.012500', '124118.472500', '124118.932500', '124119.392500', '124119.852500', '124120.312500', '124120.772500', '124121.232500', '124121.692500', '124122.152500', '124122.612500', '124123.072500', '124123.532500', '124123.992500', '124124.452500', '124124.912500', '124125.372500', '124125.832500', '124126.292500', '124126.752500', '124127.212500', '124127.672500', '124128.132500', '124128.592500', '124129.052500', '124129.512500', '124129.972500', '124130.432500', '124130.892500', '124131.352500', '124131.812500', '124132.272500', '124132.732500', '124133.192500', '124133.652500', '124134.112500', '124134.572500', '124135.032500', '124135.492500', '124135.952500', '124136.412500', '124136.872500', '124137.332500', '124137.792500', '124138.252500', '124138.712500', '124139.172500', '124139.632500', '124140.092500', '124140.552500', '124141.012500', '124141.472500', '124141.932500', '124142.392500', '124142.852500', '124143.312500', '124143.772500', '124144.232500', '124144.692500', '124145.152500', '124145.612500', '124146.072500', '124146.532500', '124146.992500', '124147.452500', '124147.912500', '124148.372500', '124148.832500', '124149.292500', '124149.752500', '124150.212500', '124150.672500', '124151.132500', '124151.592500', '124152.052500', '124152.512500', '124152.972500', '124153.432500', '124153.892500', '124154.352500', '124154.812500', '124155.272500', '124155.732500', '124156.192500', '124156.652500', '124157.112500', '124157.572500', '124158.032500', '124158.492500', '124158.952500', '124159.412500', '124159.872500', '124200.332500', '124200.792500', '124201.252500', '124201.712500', '124202.172500', '124202.632500', '124203.092500', '124203.552500', '124204.012500', '124204.472500', '124204.932500', '124205.392500', '124205.852500', '124206.312500', '124206.772500', '124207.232500', '124207.692500', '124208.152500', '124208.612500', '124209.072500', '124209.532500', '124209.992500', '124210.452500', '124210.912500', '124211.372500', '124211.832500', '124212.292500', '124212.752500', '124213.212500', '124213.672500', '124214.132500', '124214.592500', '124215.052500', '124215.512500', '124215.972500', '124216.432500', '124216.892500', '124217.352500', '124217.812500', '124218.272500', '124218.732500', '124219.192500', '124219.652500', '124220.112500', '124220.572500', '124221.032500', '124221.492500', '124221.952500', '124222.412500', '124222.872500', '124223.332500', '124223.792500', '124224.252500', '124224.712500', '124225.172500', '124225.632500', '124226.092500', '124226.552500', '124227.012500', '124227.472500', '124227.932500', '124228.392500', '124228.852500', '124229.312500', '124229.772500', '124230.232500', '124230.692500', '124231.152500', '124231.612500', '124232.072500', '124232.532500', '124232.992500', '124233.452500', '124233.912500', '124234.372500', '124234.832500', '124235.292500', '124235.752500', '124236.212500', '124236.672500', '124237.132500', '124237.592500', '124238.052500', '124238.512500', '124238.972500', '124239.432500', '124239.892500', '124240.352500', '124240.812500', '124241.272500', '124241.732500', '124242.192500', '124242.652500', '124243.112500', '124243.572500', '124244.032500', '124244.492500', '124244.952500', '124245.412500', '124245.872500', '124246.332500', '124246.792500', '124247.252500', '124247.712500', '124248.172500', '124248.632500', '124249.092500', '124249.552500', '124250.012500', '124250.472500', '124250.932500', '124251.392500', '124251.852500', '124252.312500', '124252.772500', '124253.232500', '124253.692500', '124254.152500', '124254.612500', '124255.072500', '124255.532500', '124255.992500', '124256.452500', '124256.912500', '124257.372500', '124257.832500', '124258.292500', '124258.752500', '124259.212500', '124259.672500', '124300.132500', '124300.592500', '124301.052500', '124301.512500', '124301.972500', '124302.432500', '124302.892500', '124303.352500', '124303.812500', '124304.272500', '124304.732500', '124305.192500', '124305.652500', '124306.112500', '124306.572500', '124307.032500', '124307.492500', '124307.952500', '124308.412500', '124308.872500', '124309.332500', '124309.792500', '124310.252500', '124310.712500', '124311.172500', '124311.632500', '124312.092500', '124312.552500', '124313.012500', '124313.472500', '124313.932500', '124314.392500', '124314.852500', '124315.312500', '124315.772500', '124316.232500', '124316.692500', '124317.152500', '124317.612500', '124318.072500', '124318.532500', '124318.992500', '124319.452500', '124319.912500', '124320.372500', '124320.832500', '124321.292500', '124321.752500', '124322.212500', '124322.672500', '124323.132500', '124323.592500', '124324.052500', '124324.512500', '124324.972500', '124325.432500', '124325.892500', '124326.352500', '124326.812500', '124327.272500', '124327.732500', '124328.192500', '124328.652500', '124329.112500', '124329.572500', '124330.032500', '124330.492500', '124330.952500', '124331.412500', '124331.872500', '124332.332500', '124332.792500', '124333.252500', '124333.712500', '124334.172500', '124334.632500', '124335.092500', '124335.552500', '124336.012500', '124336.472500', '124336.932500', '124337.392500', '124337.852500', '124338.312500', '124338.772500', '124339.232500', '124339.692500', '124340.152500', '124340.612500', '124341.072500', '124341.532500', '124341.992500', '124342.452500', '124342.912500', '124343.372500', '124343.832500', '124344.292500', '124344.752500', '124345.212500', '124345.672500', '124346.132500', '124346.592500', '124347.052500', '124347.512500', '124347.972500', '124348.432500', '124348.892500', '124349.352500', '124349.812500', '124350.272500', '124350.732500', '124351.192500', '124351.652500', '124352.112500', '124352.572500', '124353.032500', '124353.492500', '124353.952500', '124354.412500', '124354.872500', '124355.332500', '124355.792500', '124356.252500', '124356.712500', '124357.172500', '124357.632500', '124358.092500', '124358.552500', '124359.012500', '124359.472500', '124359.932500', '124400.392500', '124400.852500', '124401.312500', '124401.772500', '124402.232500', '124402.692500', '124403.152500', '124403.612500', '124404.072500', '124404.532500', '124404.992500', '124405.452500', '124405.912500', '124406.372500', '124406.832500', '124407.292500', '124407.752500', '124408.212500', '124408.672500', '124409.132500', '124409.592500', '124410.052500', '124410.512500', '124410.972500', '124411.432500', '124411.892500', '124412.352500', '124412.812500', '124413.272500', '124413.732500', '124414.192500', '124414.652500', '124415.112500', '124415.572500', '124416.032500', '124416.492500', '124416.952500', '124417.412500', '124417.872500', '124418.332500', '124418.792500', '124419.252500', '124419.712500', '124420.172500', '124420.632500', '124421.092500', '124421.552500', '124422.012500', '124422.472500', '124422.932500', '124423.392500', '124423.852500', '124424.312500', '124424.772500', '124425.232500', '124425.692500', '124426.152500', '124426.612500', '124427.072500', '124427.532500', '124427.992500', '124428.452500', '124428.912500', '124429.372500', '124429.832500', '124430.292500', '124430.752500', '124431.212500', '124431.672500', '124432.132500', '124432.592500', '124433.052500', '124433.512500', '124433.972500', '124434.432500', '124434.892500', '124435.352500', '124435.812500', '124436.272500', '124436.732500', '124437.192500', '124437.652500', '124438.112500', '124438.572500', '124439.032500', '124439.492500', '124439.952500', '124440.412500', '124440.872500', '124441.332500', '124441.792500', '124442.252500', '124442.712500', '124443.172500', '124443.632500', '124444.092500', '124444.552500', '124445.012500', '124445.472500', '124445.932500', '124446.392500', '124446.852500', '124447.312500', '124447.772500', '124448.232500', '124448.692500', '124449.152500', '124449.612500', '124450.072500', '124450.532500', '124450.992500', '124451.452500', '124451.912500', '124452.372500', '124452.832500', '124453.292500', '124453.752500', '124454.212500', '124454.672500', '124455.132500', '124455.592500', '124456.052500', '124456.512500', '124456.972500', '124457.432500', '124457.892500', '124458.352500', '124458.812500', '124459.272500', '124459.732500', '124500.192500', '124500.652500', '124501.112500', '124501.572500', '124502.032500', '124502.492500', '124502.952500', '124503.412500', '124503.872500', '124504.332500', '124504.792500', '124505.252500', '124505.712500', '124506.172500', '124506.632500', '124507.092500', '124507.552500', '124508.012500', '124508.472500', '124508.932500', '124509.392500', '124509.852500', '124510.312500', '124510.772500', '124511.232500', '124511.692500', '124512.152500', '124512.612500', '124513.072500', '124513.532500', '124513.992500', '124514.452500', '124514.912500', '124515.372500', '124515.832500', '124516.292500', '124516.752500', '124517.212500', '124517.672500', '124518.132500', '124518.592500', '124519.052500', '124519.512500', '124519.972500', '124520.432500', '124520.892500', '124521.352500', '124521.812500', '124522.272500', '124522.732500', '124523.192500', '124523.652500', '124524.112500', '124524.572500', '124525.032500', '124525.492500', '124525.952500', '124526.412500', '124526.872500', '124527.332500', '124527.792500', '124528.252500', '124528.712500', '124529.172500', '124529.632500', '124530.092500', '124530.552500', '124531.012500', '124531.472500', '124531.932500', '124532.392500', '124532.852500', '124533.312500', '124533.772500', '124534.232500', '124534.692500', '124535.152500', '124535.612500', '124536.072500', '124536.532500', '124536.992500', '124537.452500', '124537.912500', '124538.372500', '124538.832500', '124539.292500', '124539.752500', '124540.212500', '124540.672500', '124541.132500', '124541.592500', '124542.052500', '124542.512500', '124542.972500', '124543.432500', '124543.892500', '124544.352500', '124544.812500', '124545.272500', '124545.732500', '124546.192500', '124546.652500', '124547.112500', '124547.572500', '124548.032500', '124548.492500', '124548.952500', '124549.412500', '124549.872500', '124550.332500', '124550.792500', '124551.252500', '124551.712500', '124552.172500', '124552.632500', '124553.092500', '124553.552500', '124554.012500', '124554.472500', '124554.932500', '124555.392500', '124555.852500', '124556.312500', '124556.772500', '124557.232500', '124557.692500', '124558.152500', '124558.612500', '124559.072500', '124559.532500', '124559.992500', '124600.452500', '124600.912500', '124601.372500', '124601.832500', '124602.292500', '124602.752500', '124603.212500', '124603.672500', '124604.132500', '124604.592500', '124605.052500', '124605.512500', '124605.972500', '124606.432500', '124606.892500', '124607.352500', '124607.812500', '124608.272500', '124608.732500', '124609.192500', '124609.652500', '124610.112500', '124610.572500', '124611.032500', '124611.492500', '124611.952500', '124612.412500', '124612.872500', '124613.332500', '124613.792500', '124614.252500', '124614.712500', '124615.172500', '124615.632500', '124616.092500', '124616.552500', '124617.012500', '124617.472500', '124617.932500', '124618.392500', '124618.852500', '124619.312500', '124619.772500', '124620.232500', '124620.692500', '124621.152500', '124621.612500', '124622.072500', '124622.532500', '124622.992500', '124623.452500', '124623.912500', '124624.372500', '124624.832500', '124625.292500', '124625.752500', '124626.212500', '124626.672500', '124627.132500', '124627.592500', '124628.052500', '124628.512500', '124628.972500', '124629.432500', '124629.892500', '124630.352500', '124630.812500', '124631.272500', '124631.732500', '124632.192500', '124632.652500', '124633.112500', '124633.572500', '124634.032500', '124634.492500', '124634.952500', '124635.412500', '124635.872500', '124636.332500', '124636.792500', '124637.252500', '124637.712500', '124638.172500', '124638.632500', '124639.092500', '124639.552500', '124640.012500', '124640.472500', '124640.932500', '124641.392500', '124641.852500', '124642.312500', '124642.772500', '124643.232500', '124643.692500', '124644.152500', '124644.612500', '124645.072500', '124645.532500', '124645.992500', '124646.452500', '124646.912500', '124647.372500', '124647.832500', '124648.292500', '124648.752500', '124649.212500', '124649.672500', '124650.132500', '124650.592500', '124651.052500', '124651.512500', '124651.972500', '124652.432500', '124652.892500', '124653.352500', '124653.812500', '124654.272500', '124654.732500', '124655.192500', '124655.652500', '124656.112500', '124656.572500', '124657.032500', '124657.492500', '124657.952500', '124658.412500', '124658.872500', '124659.332500', '124659.792500', '124700.252500', '124700.712500', '124701.172500', '124701.632500', '124702.092500', '124702.552500', '124703.012500', '124703.472500', '124703.932500', '124704.392500', '124704.852500', '124705.312500', '124705.772500', '124706.232500', '124706.692500', '124707.152500', '124707.612500', '124708.072500', '124708.532500', '124708.992500', '124709.452500', '124709.912500', '124710.372500', '124710.832500', '124711.292500', '124711.752500', '124712.212500', '124712.672500', '124713.132500', '124713.592500', '124714.052500', '124714.512500', '124714.972500', '124715.432500', '124715.892500', '124716.352500', '124716.812500', '124717.272500', '124717.732500', '124718.192500', '124718.652500', '124719.112500', '124719.572500', '124720.032500', '124720.492500', '124720.952500', '124721.412500', '124721.872500', '124722.332500', '124722.792500', '124723.252500', '124723.712500', '124724.172500', '124724.632500', '124725.092500', '124725.552500', '124726.012500', '124726.472500', '124726.932500', '124727.392500', '124727.852500', '124728.312500', '124728.772500', '124729.232500', '124729.692500', '124730.152500', '124730.612500', '124731.072500', '124731.532500', '124731.992500', '124732.452500', '124732.912500', '124733.372500', '124733.832500', '124734.292500', '124734.752500', '124735.212500', '124735.672500', '124736.132500', '124736.592500', '124737.052500', '124737.512500', '124737.972500', '124738.432500', '124738.892500', '124739.352500', '124739.812500', '124740.272500', '124740.732500', '124741.192500', '124741.652500', '124742.112500', '124742.572500', '124743.032500', '124743.492500', '124743.952500', '124744.412500', '124744.872500', '124745.332500', '124745.792500', '124746.252500', '124746.712500', '124747.172500', '124747.632500', '124748.092500', '124748.552500', '124749.012500', '124749.472500', '124749.932500', '124750.392500', '124750.852500', '124751.312500', '124751.772500', '124752.232500', '124752.692500', '124753.152500', '124753.612500', '124754.072500', '124754.532500', '124754.992500', '124755.452500', '124755.912500', '124756.372500', '124756.832500', '124757.292500', '124757.752500', '124758.212500', '124758.672500', '124759.132500', '124759.592500', '124800.052500', '124800.512500', '124800.972500', '124801.432500', '124801.892500', '124802.352500', '124802.812500', '124803.272500', '124803.732500', '124804.192500', '124804.652500', '124805.112500', '124805.572500', '124806.032500', '124806.492500', '124806.952500', '124807.412500', '124807.872500', '124808.332500', '124808.792500', '124809.252500', '124809.712500', '124810.172500', '124810.632500', '124811.092500', '124811.552500', '124812.012500', '124812.472500', '124812.932500', '124813.392500', '124813.852500', '124814.312500', '124814.772500', '124815.232500', '124815.692500', '124816.152500', '124816.612500', '124817.072500', '124817.532500'], 'ContentTime': ['123821.554000', '123821.558000', '123821.560000', '123821.563000', '123821.565000', '123821.568000', '123821.580000', '123821.583000', '123821.585000', '123821.588000', '123821.590000', '123821.593000', '123821.596000', '123821.603000', '123821.606000', '123821.609000', '123821.612000', '123821.615000', '123821.617000', '123821.620000', '123821.622000', '123821.625000', '123821.628000', '123841.526000', '123841.529000', '123841.532000', '123841.534000', '123841.537000', '123841.540000', '123841.542000', '123841.545000', '123841.547000', '123841.550000', '123841.552000', '123841.555000', '123841.557000', '123841.560000', '123841.562000', '123841.565000', '123841.567000', '123841.570000', '123841.582000', '123841.585000', '123841.587000', '123841.590000', '123841.592000', '123841.595000', '123841.597000', '123841.600000', '123841.603000', '123841.605000', '123841.608000', '123841.610000', '123841.613000', '123841.615000', '123841.618000', '123841.621000', '123841.623000', '123841.626000', '123841.628000', '123841.631000', '123841.636000', '123841.639000', '123841.642000', '123841.644000', '123841.647000', '123841.649000', '123901.527000', '123901.529000', '123901.532000', '123901.535000', '123901.537000', '123901.540000', '123901.542000', '123901.545000', '123901.547000', '123901.550000', '123901.553000', '123901.556000', '123901.559000', '123901.562000', '123901.564000', '123901.567000', '123901.570000', '123901.572000', '123901.575000', '123901.577000', '123901.580000', '123901.582000', '123901.585000', '123901.587000', '123901.590000', '123901.592000', '123901.595000', '123901.598000', '123901.600000', '123901.603000', '123901.605000', '123901.608000', '123901.611000', '123901.613000', '123901.616000', '123901.618000', '123901.621000', '123901.623000', '123901.626000', '123901.628000', '123901.631000', '123901.633000', '123901.636000', '123921.527000', '123921.529000', '123921.532000', '123921.535000', '123921.537000', '123921.540000', '123921.542000', '123921.545000', '123921.547000', '123921.550000', '123921.552000', '123921.555000', '123921.558000', '123921.560000', '123921.563000', '123921.565000', '123921.568000', '123921.570000', '123921.573000', '123921.576000', '123921.578000', '123921.581000', '123921.583000', '123921.586000', '123921.588000', '123921.591000', '123921.593000', '123921.596000', '123921.599000', '123921.601000', '123921.604000', '123921.606000', '123921.609000', '123921.612000', '123921.614000', '123921.617000', '123921.619000', '123921.622000', '123921.624000', '123921.627000', '123921.629000', '123921.632000', '123921.635000', '123921.637000', '123941.526000', '123941.529000', '123941.532000', '123941.534000', '123941.537000', '123941.540000', '123941.542000', '123941.545000', '123941.547000', '123941.550000', '123941.552000', '123941.555000', '123941.557000', '123941.560000', '123941.562000', '123941.565000', '123941.568000', '123941.570000', '123941.573000', '123941.575000', '123941.578000', '123941.581000', '123941.583000', '123941.586000', '123941.588000', '123941.591000', '123941.593000', '123941.596000', '123941.599000', '123941.601000', '123941.604000', '123941.606000', '123941.609000', '123941.611000', '123941.614000', '123941.617000', '123941.619000', '123941.622000', '123941.625000', '123941.628000', '123941.631000', '123941.634000', '123941.636000', '124001.526000', '124001.528000', '124001.531000', '124001.533000', '124001.536000', '124001.539000', '124001.541000', '124001.544000', '124001.546000', '124001.549000', '124001.551000', '124001.554000', '124001.556000', '124001.559000', '124001.562000', '124001.564000', '124001.567000', '124001.569000', '124001.572000', '124001.575000', '124001.577000', '124001.580000', '124001.582000', '124001.585000', '124001.587000', '124001.590000', '124001.592000', '124001.595000', '124001.598000', '124001.600000', '124001.603000', '124001.605000', '124001.608000', '124001.611000', '124001.613000', '124001.616000', '124001.618000', '124001.621000', '124001.623000', '124001.626000', '124001.628000', '124001.631000', '124001.634000', '124001.636000', '124021.527000', '124021.529000', '124021.532000', '124021.535000', '124021.537000', '124021.540000', '124021.542000', '124021.545000', '124021.547000', '124021.550000', '124021.553000', '124021.555000', '124021.558000', '124021.574000', '124021.577000', '124021.579000', '124021.582000', '124021.584000', '124021.587000', '124021.590000', '124021.592000', '124021.595000', '124021.597000', '124021.600000', '124021.602000', '124021.605000', '124021.607000', '124021.610000', '124021.613000', '124021.615000', '124021.618000', '124021.620000', '124021.623000', '124021.626000', '124021.628000', '124021.631000', '124021.633000', '124021.636000', '124021.638000', '124021.641000', '124021.643000', '124021.646000', '124021.649000', '124041.526000', '124041.529000', '124041.532000', '124041.534000', '124041.537000', '124041.539000', '124041.542000', '124041.545000', '124041.547000', '124041.550000', '124041.552000', '124041.555000', '124041.557000', '124041.560000', '124041.562000', '124041.565000', '124041.568000', '124041.570000', '124041.573000', '124041.575000', '124041.578000', '124041.580000', '124041.583000', '124041.586000', '124041.588000', '124041.591000', '124041.593000', '124041.596000', '124041.598000', '124041.601000', '124041.604000', '124041.606000', '124041.609000', '124041.611000', '124041.614000', '124041.616000', '124041.619000', '124041.621000', '124041.624000', '124041.626000', '124041.629000', '124041.632000', '124041.634000', '124041.637000', '124101.527000', '124101.529000', '124101.532000', '124101.535000', '124101.537000', '124101.540000', '124101.542000', '124101.545000', '124101.547000', '124101.550000', '124101.553000', '124101.555000', '124101.558000', '124101.560000', '124101.563000', '124101.566000', '124101.568000', '124101.571000', '124101.573000', '124101.576000', '124101.578000', '124101.581000', '124101.584000', '124101.586000', '124101.589000', '124101.591000', '124101.594000', '124101.596000', '124101.599000', '124101.602000', '124101.604000', '124101.607000', '124101.609000', '124101.612000', '124101.614000', '124101.617000', '124101.620000', '124101.622000', '124101.625000', '124101.627000', '124101.630000', '124101.633000', '124101.636000', '124121.527000', '124121.529000', '124121.532000', '124121.534000', '124121.537000', '124121.540000', '124121.542000', '124121.545000', '124121.547000', '124121.550000', '124121.552000', '124121.555000', '124121.558000', '124121.560000', '124121.563000', '124121.565000', '124121.568000', '124121.571000', '124121.573000', '124121.576000', '124121.578000', '124121.581000', '124121.584000', '124121.586000', '124121.589000', '124121.591000', '124121.594000', '124121.597000', '124121.599000', '124121.602000', '124121.604000', '124121.607000', '124121.609000', '124121.612000', '124121.615000', '124121.617000', '124121.620000', '124121.622000', '124121.625000', '124121.627000', '124121.630000', '124121.632000', '124121.635000', '124121.638000', '124141.527000', '124141.529000', '124141.532000', '124141.535000', '124141.537000', '124141.540000', '124141.542000', '124141.545000', '124141.547000', '124141.550000', '124141.553000', '124141.555000', '124141.558000', '124141.560000', '124141.563000', '124141.565000', '124141.568000', '124141.570000', '124141.573000', '124141.576000', '124141.578000', '124141.581000', '124141.583000', '124141.586000', '124141.589000', '124141.591000', '124141.594000', '124141.596000', '124141.599000', '124141.602000', '124141.604000', '124141.607000', '124141.609000', '124141.612000', '124141.614000', '124141.617000', '124141.620000', '124141.622000', '124141.625000', '124141.627000', '124141.630000', '124141.632000', '124141.635000', '124201.527000', '124201.529000', '124201.532000', '124201.535000', '124201.537000', '124201.540000', '124201.542000', '124201.545000', '124201.548000', '124201.559000', '124201.562000', '124201.564000', '124201.567000', '124201.569000', '124201.572000', '124201.575000', '124201.577000', '124201.580000', '124201.582000', '124201.585000', '124201.587000', '124201.590000', '124201.593000', '124201.595000', '124201.598000', '124201.600000', '124201.603000', '124201.606000', '124201.608000', '124201.611000', '124201.614000', '124201.616000', '124201.619000', '124201.621000', '124201.624000', '124201.626000', '124201.629000', '124201.631000', '124201.634000', '124201.636000', '124201.639000', '124201.642000', '124201.644000', '124201.647000', '124221.526000', '124221.528000', '124221.531000', '124221.533000', '124221.536000', '124221.539000', '124221.541000', '124221.544000', '124221.546000', '124221.554000', '124221.557000', '124221.560000', '124221.562000', '124221.565000', '124221.567000', '124221.570000', '124221.572000', '124221.575000', '124221.578000', '124221.580000', '124221.583000', '124221.585000', '124221.588000', '124221.590000', '124221.593000', '124221.596000', '124221.598000', '124221.601000', '124221.603000', '124221.606000', '124221.609000', '124221.611000', '124221.614000', '124221.616000', '124221.619000', '124221.622000', '124221.624000', '124221.627000', '124221.629000', '124221.632000', '124221.634000', '124221.637000', '124221.640000', '124241.526000', '124241.529000', '124241.532000', '124241.534000', '124241.537000', '124241.540000', '124241.542000', '124241.545000', '124241.547000', '124241.550000', '124241.552000', '124241.555000', '124241.558000', '124241.560000', '124241.563000', '124241.565000', '124241.568000', '124241.570000', '124241.573000', '124241.576000', '124241.578000', '124241.581000', '124241.583000', '124241.586000', '124241.589000', '124241.591000', '124241.594000', '124241.596000', '124241.599000', '124241.601000', '124241.604000', '124241.607000', '124241.609000', '124241.612000', '124241.614000', '124241.617000', '124241.620000', '124241.622000', '124241.625000', '124241.627000', '124241.630000', '124241.632000', '124241.635000', '124241.637000', '124301.527000', '124301.529000', '124301.532000', '124301.535000', '124301.537000', '124301.540000', '124301.542000', '124301.545000', '124301.548000', '124301.550000', '124301.553000', '124301.555000', '124301.558000', '124301.560000', '124301.563000', '124301.565000', '124301.568000', '124301.571000', '124301.573000', '124301.576000', '124301.578000', '124301.581000', '124301.584000', '124301.586000', '124301.589000', '124301.591000', '124301.594000', '124301.596000', '124301.599000', '124301.602000', '124301.604000', '124301.607000', '124301.609000', '124301.612000', '124301.615000', '124301.617000', '124301.620000', '124301.622000', '124301.625000', '124301.627000', '124301.630000', '124301.632000', '124301.635000', '124321.527000', '124321.530000', '124321.533000', '124321.535000', '124321.538000', '124321.540000', '124321.543000', '124321.546000', '124321.548000', '124321.551000', '124321.553000', '124321.556000', '124321.559000', '124321.561000', '124321.564000', '124321.566000', '124321.569000', '124321.572000', '124321.574000', '124321.577000', '124321.592000', '124321.595000', '124321.597000', '124321.600000', '124321.603000', '124321.605000', '124321.608000', '124321.610000', '124321.613000', '124321.616000', '124321.618000', '124321.621000', '124321.623000', '124321.626000', '124321.629000', '124321.631000', '124321.634000', '124321.636000', '124321.639000', '124321.642000', '124321.644000', '124321.647000', '124321.649000', '124321.652000', '124341.527000', '124341.529000', '124341.532000', '124341.535000', '124341.537000', '124341.540000', '124341.542000', '124341.545000', '124341.547000', '124341.550000', '124341.553000', '124341.555000', '124341.558000', '124341.560000', '124341.563000', '124341.565000', '124341.568000', '124341.571000', '124341.573000', '124341.576000', '124341.578000', '124341.581000', '124341.584000', '124341.586000', '124341.589000', '124341.591000', '124341.594000', '124341.596000', '124341.599000', '124341.602000', '124341.604000', '124341.607000', '124341.609000', '124341.612000', '124341.615000', '124341.617000', '124341.620000', '124341.622000', '124341.625000', '124341.627000', '124341.630000', '124341.632000', '124341.635000', '124401.527000', '124401.530000', '124401.533000', '124401.536000', '124401.539000', '124401.542000', '124401.544000', '124401.547000', '124401.549000', '124401.552000', '124401.555000', '124401.557000', '124401.560000', '124401.562000', '124401.565000', '124401.567000', '124401.570000', '124401.572000', '124401.575000', '124401.578000', '124401.580000', '124401.583000', '124401.585000', '124401.588000', '124401.591000', '124401.593000', '124401.596000', '124401.598000', '124401.601000', '124401.604000', '124401.606000', '124401.609000', '124401.612000', '124401.614000', '124401.617000', '124401.619000', '124401.622000', '124401.624000', '124401.627000', '124401.630000', '124401.632000', '124401.635000', '124401.637000', '124421.526000', '124421.529000', '124421.532000', '124421.535000', '124421.537000', '124421.540000', '124421.542000', '124421.545000', '124421.547000', '124421.550000', '124421.553000', '124421.555000', '124421.558000', '124421.560000', '124421.563000', '124421.565000', '124421.568000', '124421.571000', '124421.573000', '124421.576000', '124421.578000', '124421.581000', '124421.583000', '124421.586000', '124421.589000', '124421.591000', '124421.594000', '124421.596000', '124421.599000', '124421.602000', '124421.604000', '124421.607000', '124421.609000', '124421.612000', '124421.616000', '124421.618000', '124421.621000', '124421.624000', '124421.626000', '124421.629000', '124421.631000', '124421.634000', '124421.636000', '124421.639000', '124441.525000', '124441.528000', '124441.531000', '124441.534000', '124441.536000', '124441.539000', '124441.541000', '124441.544000', '124441.547000', '124441.549000', '124441.552000', '124441.554000', '124441.557000', '124441.559000', '124441.562000', '124441.565000', '124441.568000', '124441.571000', '124441.574000', '124441.576000', '124441.579000', '124441.581000', '124441.584000', '124441.586000', '124441.589000', '124441.591000', '124441.594000', '124441.597000', '124441.599000', '124441.602000', '124441.604000', '124441.620000', '124441.623000', '124441.625000', '124441.628000', '124441.630000', '124441.633000', '124441.635000', '124441.638000', '124441.641000', '124441.643000', '124441.646000', '124441.648000', '124501.527000', '124501.529000', '124501.532000', '124501.536000', '124501.538000', '124501.541000', '124501.543000', '124501.546000', '124501.549000', '124501.551000', '124501.554000', '124501.556000', '124501.559000', '124501.561000', '124501.564000', '124501.567000', '124501.569000', '124501.572000', '124501.575000', '124501.577000', '124501.580000', '124501.582000', '124501.585000', '124501.587000', '124501.590000', '124501.592000', '124501.595000', '124501.598000', '124501.600000', '124501.603000', '124501.606000', '124501.612000', '124501.614000', '124501.617000', '124501.620000', '124501.622000', '124501.625000', '124501.627000', '124501.630000', '124501.633000', '124501.635000', '124501.638000', '124501.640000', '124501.643000', '124521.527000', '124521.530000', '124521.533000', '124521.536000', '124521.539000', '124521.541000', '124521.544000', '124521.547000', '124521.549000', '124521.552000', '124521.554000', '124521.557000', '124521.559000', '124521.562000', '124521.564000', '124521.567000', '124521.570000', '124521.572000', '124521.575000', '124521.577000', '124521.580000', '124521.582000', '124521.585000', '124521.588000', '124521.590000', '124521.593000', '124521.595000', '124521.598000', '124521.601000', '124521.603000', '124521.606000', '124521.608000', '124521.611000', '124521.613000', '124521.616000', '124521.619000', '124521.621000', '124521.624000', '124521.626000', '124521.629000', '124521.631000', '124521.634000', '124521.637000', '124541.527000', '124541.529000', '124541.532000', '124541.535000', '124541.537000', '124541.540000', '124541.542000', '124541.545000', '124541.547000', '124541.550000', '124541.553000', '124541.555000', '124541.558000', '124541.560000', '124541.563000', '124541.566000', '124541.568000', '124541.571000', '124541.573000', '124541.576000', '124541.578000', '124541.581000', '124541.584000', '124541.586000', '124541.589000', '124541.591000', '124541.594000', '124541.596000', '124541.599000', '124541.602000', '124541.604000', '124541.607000', '124541.610000', '124541.612000', '124541.615000', '124541.617000', '124541.620000', '124541.622000', '124541.625000', '124541.627000', '124541.630000', '124541.633000', '124541.635000', '124541.638000', '124601.527000', '124601.529000', '124601.532000', '124601.535000', '124601.537000', '124601.540000', '124601.542000', '124601.545000', '124601.548000', '124601.550000', '124601.553000', '124601.555000', '124601.558000', '124601.561000', '124601.563000', '124601.566000', '124601.568000', '124601.571000', '124601.574000', '124601.576000', '124601.579000', '124601.582000', '124601.585000', '124601.588000', '124601.591000', '124601.593000', '124601.596000', '124601.610000', '124601.613000', '124601.616000', '124601.618000', '124601.621000', '124601.623000', '124601.626000', '124601.628000', '124601.631000', '124601.633000', '124601.636000', '124601.639000', '124601.641000', '124601.644000', '124601.647000', '124601.649000', '124621.527000', '124621.529000', '124621.532000', '124621.535000', '124621.537000', '124621.540000', '124621.542000', '124621.545000', '124621.547000', '124621.550000', '124621.553000', '124621.555000', '124621.558000', '124621.560000', '124621.563000', '124621.566000', '124621.568000', '124621.571000', '124621.574000', '124621.577000', '124621.580000', '124621.582000', '124621.585000', '124621.587000', '124621.590000', '124621.593000', '124621.595000', '124621.598000', '124621.600000', '124621.603000', '124621.606000', '124621.608000', '124621.611000', '124621.613000', '124621.622000', '124621.624000', '124621.627000', '124621.629000', '124621.632000', '124621.635000', '124621.637000', '124621.640000', '124621.643000', '124621.645000', '124641.527000', '124641.529000', '124641.532000', '124641.535000', '124641.537000', '124641.540000', '124641.542000', '124641.545000', '124641.547000', '124641.550000', '124641.553000', '124641.555000', '124641.558000', '124641.561000', '124641.563000', '124641.566000', '124641.568000', '124641.571000', '124641.574000', '124641.576000', '124641.579000', '124641.581000', '124641.584000', '124641.586000', '124641.589000', '124641.592000', '124641.595000', '124641.598000', '124641.601000', '124641.604000', '124641.607000', '124641.609000', '124641.612000', '124641.614000', '124641.617000', '124641.619000', '124641.622000', '124641.624000', '124641.627000', '124641.630000', '124641.632000', '124641.635000', '124641.637000', '124701.526000', '124701.529000', '124701.531000', '124701.534000', '124701.536000', '124701.539000', '124701.542000', '124701.544000', '124701.547000', '124701.549000', '124701.552000', '124701.554000', '124701.557000', '124701.560000', '124701.562000', '124701.565000', '124701.567000', '124701.570000', '124701.572000', '124701.575000', '124701.578000', '124701.580000', '124701.583000', '124701.585000', '124701.588000', '124701.590000', '124701.593000', '124701.596000', '124701.598000', '124701.601000', '124701.603000', '124701.606000', '124701.609000', '124701.611000', '124701.614000', '124701.617000', '124701.619000', '124701.622000', '124701.624000', '124701.627000', '124701.630000', '124701.632000', '124701.635000', '124701.637000', '124721.527000', '124721.530000', '124721.532000', '124721.535000', '124721.537000', '124721.540000', '124721.542000', '124721.545000', '124721.547000', '124721.550000', '124721.553000', '124721.555000', '124721.558000', '124721.560000', '124721.563000', '124721.566000', '124721.568000', '124721.571000', '124721.573000', '124721.576000', '124721.578000', '124721.581000', '124721.584000', '124721.587000', '124721.599000', '124721.602000', '124721.604000', '124721.607000', '124721.610000', '124721.612000', '124721.615000', '124721.617000', '124721.620000', '124721.623000', '124721.625000', '124721.628000', '124721.630000', '124721.633000', '124721.636000', '124721.638000', '124721.641000', '124721.643000', '124721.647000', '124741.527000', '124741.529000', '124741.532000', '124741.534000', '124741.537000', '124741.540000', '124741.542000', '124741.545000', '124741.547000', '124741.556000', '124741.559000', '124741.562000', '124741.564000', '124741.567000', '124741.569000', '124741.572000', '124741.575000', '124741.577000', '124741.580000', '124741.583000', '124741.585000', '124741.588000', '124741.590000', '124741.593000', '124741.596000', '124741.598000', '124741.601000', '124741.603000', '124741.606000', '124741.609000', '124741.611000', '124741.614000', '124741.617000', '124741.619000', '124741.622000', '124741.624000', '124741.627000', '124741.629000', '124741.632000', '124741.635000', '124741.637000', '124741.640000', '124741.642000', '124741.645000', '124801.527000', '124801.529000', '124801.532000', '124801.535000', '124801.537000', '124801.540000', '124801.542000', '124801.545000', '124801.547000', '124801.550000', '124801.553000', '124801.555000', '124801.558000', '124801.560000', '124801.563000', '124801.566000', '124801.568000', '124801.571000', '124801.573000', '124801.576000', '124801.578000', '124801.581000', '124801.584000', '124801.586000', '124801.589000', '124801.591000', '124801.594000', '124801.597000', '124801.599000', '124801.602000', '124801.604000', '124801.607000', '124801.610000', '124801.612000', '124801.615000', '124801.618000', '124801.621000', '124801.623000', '124801.626000', '124801.628000', '124801.631000', '124801.633000', '124801.636000', '124818.621000', '124818.624000', '124818.627000', '124818.630000', '124818.632000', '124818.635000', '124818.638000', '124818.641000', '124818.644000', '124818.647000', '124818.649000', '124818.652000', '124818.655000', '124818.657000', '124818.660000', '124818.662000', '124818.665000', '124818.668000', '124818.670000', '124818.673000', '124818.676000', '124818.679000', '124818.681000', '124818.684000', '124818.687000', '124818.689000', '124818.692000', '124818.694000', '124818.697000', '124818.699000', '124818.702000', '124818.705000', '124818.710000', '124818.713000', '124818.715000', '124818.718000', '124818.721000', '124818.724000'], 'InstanceCreationTime': ['123821.554000', '123821.558000', '123821.560000', '123821.563000', '123821.565000', '123821.568000', '123821.580000', '123821.583000', '123821.585000', '123821.588000', '123821.590000', '123821.593000', '123821.596000', '123821.603000', '123821.606000', '123821.609000', '123821.612000', '123821.615000', '123821.617000', '123821.620000', '123821.622000', '123821.625000', '123821.628000', '123841.526000', '123841.529000', '123841.532000', '123841.534000', '123841.537000', '123841.540000', '123841.542000', '123841.545000', '123841.547000', '123841.550000', '123841.552000', '123841.555000', '123841.557000', '123841.560000', '123841.562000', '123841.565000', '123841.567000', '123841.570000', '123841.582000', '123841.585000', '123841.587000', '123841.590000', '123841.592000', '123841.595000', '123841.597000', '123841.600000', '123841.603000', '123841.605000', '123841.608000', '123841.610000', '123841.613000', '123841.615000', '123841.618000', '123841.621000', '123841.623000', '123841.626000', '123841.628000', '123841.631000', '123841.636000', '123841.639000', '123841.642000', '123841.644000', '123841.647000', '123841.649000', '123901.527000', '123901.529000', '123901.532000', '123901.535000', '123901.537000', '123901.540000', '123901.542000', '123901.545000', '123901.547000', '123901.550000', '123901.553000', '123901.556000', '123901.559000', '123901.562000', '123901.564000', '123901.567000', '123901.570000', '123901.572000', '123901.575000', '123901.577000', '123901.580000', '123901.582000', '123901.585000', '123901.587000', '123901.590000', '123901.592000', '123901.595000', '123901.598000', '123901.600000', '123901.603000', '123901.605000', '123901.608000', '123901.611000', '123901.613000', '123901.616000', '123901.618000', '123901.621000', '123901.623000', '123901.626000', '123901.628000', '123901.631000', '123901.633000', '123901.636000', '123921.527000', '123921.529000', '123921.532000', '123921.535000', '123921.537000', '123921.540000', '123921.542000', '123921.545000', '123921.547000', '123921.550000', '123921.552000', '123921.555000', '123921.558000', '123921.560000', '123921.563000', '123921.565000', '123921.568000', '123921.570000', '123921.573000', '123921.576000', '123921.578000', '123921.581000', '123921.583000', '123921.586000', '123921.588000', '123921.591000', '123921.593000', '123921.596000', '123921.599000', '123921.601000', '123921.604000', '123921.606000', '123921.609000', '123921.612000', '123921.614000', '123921.617000', '123921.619000', '123921.622000', '123921.624000', '123921.627000', '123921.629000', '123921.632000', '123921.635000', '123921.637000', '123941.526000', '123941.529000', '123941.532000', '123941.534000', '123941.537000', '123941.540000', '123941.542000', '123941.545000', '123941.547000', '123941.550000', '123941.552000', '123941.555000', '123941.557000', '123941.560000', '123941.562000', '123941.565000', '123941.568000', '123941.570000', '123941.573000', '123941.575000', '123941.578000', '123941.581000', '123941.583000', '123941.586000', '123941.588000', '123941.591000', '123941.593000', '123941.596000', '123941.599000', '123941.601000', '123941.604000', '123941.606000', '123941.609000', '123941.611000', '123941.614000', '123941.617000', '123941.619000', '123941.622000', '123941.625000', '123941.628000', '123941.631000', '123941.634000', '123941.636000', '124001.526000', '124001.528000', '124001.531000', '124001.533000', '124001.536000', '124001.539000', '124001.541000', '124001.544000', '124001.546000', '124001.549000', '124001.551000', '124001.554000', '124001.556000', '124001.559000', '124001.562000', '124001.564000', '124001.567000', '124001.569000', '124001.572000', '124001.575000', '124001.577000', '124001.580000', '124001.582000', '124001.585000', '124001.587000', '124001.590000', '124001.592000', '124001.595000', '124001.598000', '124001.600000', '124001.603000', '124001.605000', '124001.608000', '124001.611000', '124001.613000', '124001.616000', '124001.618000', '124001.621000', '124001.623000', '124001.626000', '124001.628000', '124001.631000', '124001.634000', '124001.636000', '124021.527000', '124021.529000', '124021.532000', '124021.535000', '124021.537000', '124021.540000', '124021.542000', '124021.545000', '124021.547000', '124021.550000', '124021.553000', '124021.555000', '124021.558000', '124021.574000', '124021.577000', '124021.579000', '124021.582000', '124021.584000', '124021.587000', '124021.590000', '124021.592000', '124021.595000', '124021.597000', '124021.600000', '124021.602000', '124021.605000', '124021.607000', '124021.610000', '124021.613000', '124021.615000', '124021.618000', '124021.620000', '124021.623000', '124021.626000', '124021.628000', '124021.631000', '124021.633000', '124021.636000', '124021.638000', '124021.641000', '124021.643000', '124021.646000', '124021.649000', '124041.526000', '124041.529000', '124041.532000', '124041.534000', '124041.537000', '124041.539000', '124041.542000', '124041.545000', '124041.547000', '124041.550000', '124041.552000', '124041.555000', '124041.557000', '124041.560000', '124041.562000', '124041.565000', '124041.568000', '124041.570000', '124041.573000', '124041.575000', '124041.578000', '124041.580000', '124041.583000', '124041.586000', '124041.588000', '124041.591000', '124041.593000', '124041.596000', '124041.598000', '124041.601000', '124041.604000', '124041.606000', '124041.609000', '124041.611000', '124041.614000', '124041.616000', '124041.619000', '124041.621000', '124041.624000', '124041.626000', '124041.629000', '124041.632000', '124041.634000', '124041.637000', '124101.527000', '124101.529000', '124101.532000', '124101.535000', '124101.537000', '124101.540000', '124101.542000', '124101.545000', '124101.547000', '124101.550000', '124101.553000', '124101.555000', '124101.558000', '124101.560000', '124101.563000', '124101.566000', '124101.568000', '124101.571000', '124101.573000', '124101.576000', '124101.578000', '124101.581000', '124101.584000', '124101.586000', '124101.589000', '124101.591000', '124101.594000', '124101.596000', '124101.599000', '124101.602000', '124101.604000', '124101.607000', '124101.609000', '124101.612000', '124101.614000', '124101.617000', '124101.620000', '124101.622000', '124101.625000', '124101.627000', '124101.630000', '124101.633000', '124101.636000', '124121.527000', '124121.529000', '124121.532000', '124121.534000', '124121.537000', '124121.540000', '124121.542000', '124121.545000', '124121.547000', '124121.550000', '124121.552000', '124121.555000', '124121.558000', '124121.560000', '124121.563000', '124121.565000', '124121.568000', '124121.571000', '124121.573000', '124121.576000', '124121.578000', '124121.581000', '124121.584000', '124121.586000', '124121.589000', '124121.591000', '124121.594000', '124121.597000', '124121.599000', '124121.602000', '124121.604000', '124121.607000', '124121.609000', '124121.612000', '124121.615000', '124121.617000', '124121.620000', '124121.622000', '124121.625000', '124121.627000', '124121.630000', '124121.632000', '124121.635000', '124121.638000', '124141.527000', '124141.529000', '124141.532000', '124141.535000', '124141.537000', '124141.540000', '124141.542000', '124141.545000', '124141.547000', '124141.550000', '124141.553000', '124141.555000', '124141.558000', '124141.560000', '124141.563000', '124141.565000', '124141.568000', '124141.570000', '124141.573000', '124141.576000', '124141.578000', '124141.581000', '124141.583000', '124141.586000', '124141.589000', '124141.591000', '124141.594000', '124141.596000', '124141.599000', '124141.602000', '124141.604000', '124141.607000', '124141.609000', '124141.612000', '124141.614000', '124141.617000', '124141.620000', '124141.622000', '124141.625000', '124141.627000', '124141.630000', '124141.632000', '124141.635000', '124201.527000', '124201.529000', '124201.532000', '124201.535000', '124201.537000', '124201.540000', '124201.542000', '124201.545000', '124201.548000', '124201.559000', '124201.562000', '124201.564000', '124201.567000', '124201.569000', '124201.572000', '124201.575000', '124201.577000', '124201.580000', '124201.582000', '124201.585000', '124201.587000', '124201.590000', '124201.593000', '124201.595000', '124201.598000', '124201.600000', '124201.603000', '124201.606000', '124201.608000', '124201.611000', '124201.614000', '124201.616000', '124201.619000', '124201.621000', '124201.624000', '124201.626000', '124201.629000', '124201.631000', '124201.634000', '124201.636000', '124201.639000', '124201.642000', '124201.644000', '124201.647000', '124221.526000', '124221.528000', '124221.531000', '124221.533000', '124221.536000', '124221.539000', '124221.541000', '124221.544000', '124221.546000', '124221.554000', '124221.557000', '124221.560000', '124221.562000', '124221.565000', '124221.567000', '124221.570000', '124221.572000', '124221.575000', '124221.578000', '124221.580000', '124221.583000', '124221.585000', '124221.588000', '124221.590000', '124221.593000', '124221.596000', '124221.598000', '124221.601000', '124221.603000', '124221.606000', '124221.609000', '124221.611000', '124221.614000', '124221.616000', '124221.619000', '124221.622000', '124221.624000', '124221.627000', '124221.629000', '124221.632000', '124221.634000', '124221.637000', '124221.640000', '124241.526000', '124241.529000', '124241.532000', '124241.534000', '124241.537000', '124241.540000', '124241.542000', '124241.545000', '124241.547000', '124241.550000', '124241.552000', '124241.555000', '124241.558000', '124241.560000', '124241.563000', '124241.565000', '124241.568000', '124241.570000', '124241.573000', '124241.576000', '124241.578000', '124241.581000', '124241.583000', '124241.586000', '124241.589000', '124241.591000', '124241.594000', '124241.596000', '124241.599000', '124241.601000', '124241.604000', '124241.607000', '124241.609000', '124241.612000', '124241.614000', '124241.617000', '124241.620000', '124241.622000', '124241.625000', '124241.627000', '124241.630000', '124241.632000', '124241.635000', '124241.637000', '124301.527000', '124301.529000', '124301.532000', '124301.535000', '124301.537000', '124301.540000', '124301.542000', '124301.545000', '124301.548000', '124301.550000', '124301.553000', '124301.555000', '124301.558000', '124301.560000', '124301.563000', '124301.565000', '124301.568000', '124301.571000', '124301.573000', '124301.576000', '124301.578000', '124301.581000', '124301.584000', '124301.586000', '124301.589000', '124301.591000', '124301.594000', '124301.596000', '124301.599000', '124301.602000', '124301.604000', '124301.607000', '124301.609000', '124301.612000', '124301.615000', '124301.617000', '124301.620000', '124301.622000', '124301.625000', '124301.627000', '124301.630000', '124301.632000', '124301.635000', '124321.527000', '124321.530000', '124321.533000', '124321.535000', '124321.538000', '124321.540000', '124321.543000', '124321.546000', '124321.548000', '124321.551000', '124321.553000', '124321.556000', '124321.559000', '124321.561000', '124321.564000', '124321.566000', '124321.569000', '124321.572000', '124321.574000', '124321.577000', '124321.592000', '124321.595000', '124321.597000', '124321.600000', '124321.603000', '124321.605000', '124321.608000', '124321.610000', '124321.613000', '124321.616000', '124321.618000', '124321.621000', '124321.623000', '124321.626000', '124321.629000', '124321.631000', '124321.634000', '124321.636000', '124321.639000', '124321.642000', '124321.644000', '124321.647000', '124321.649000', '124321.652000', '124341.527000', '124341.529000', '124341.532000', '124341.535000', '124341.537000', '124341.540000', '124341.542000', '124341.545000', '124341.547000', '124341.550000', '124341.553000', '124341.555000', '124341.558000', '124341.560000', '124341.563000', '124341.565000', '124341.568000', '124341.571000', '124341.573000', '124341.576000', '124341.578000', '124341.581000', '124341.584000', '124341.586000', '124341.589000', '124341.591000', '124341.594000', '124341.596000', '124341.599000', '124341.602000', '124341.604000', '124341.607000', '124341.609000', '124341.612000', '124341.615000', '124341.617000', '124341.620000', '124341.622000', '124341.625000', '124341.627000', '124341.630000', '124341.632000', '124341.635000', '124401.527000', '124401.530000', '124401.533000', '124401.536000', '124401.539000', '124401.542000', '124401.544000', '124401.547000', '124401.549000', '124401.552000', '124401.555000', '124401.557000', '124401.560000', '124401.562000', '124401.565000', '124401.567000', '124401.570000', '124401.572000', '124401.575000', '124401.578000', '124401.580000', '124401.583000', '124401.585000', '124401.588000', '124401.591000', '124401.593000', '124401.596000', '124401.598000', '124401.601000', '124401.604000', '124401.606000', '124401.609000', '124401.612000', '124401.614000', '124401.617000', '124401.619000', '124401.622000', '124401.624000', '124401.627000', '124401.630000', '124401.632000', '124401.635000', '124401.637000', '124421.526000', '124421.529000', '124421.532000', '124421.535000', '124421.537000', '124421.540000', '124421.542000', '124421.545000', '124421.547000', '124421.550000', '124421.553000', '124421.555000', '124421.558000', '124421.560000', '124421.563000', '124421.565000', '124421.568000', '124421.571000', '124421.573000', '124421.576000', '124421.578000', '124421.581000', '124421.583000', '124421.586000', '124421.589000', '124421.591000', '124421.594000', '124421.596000', '124421.599000', '124421.602000', '124421.604000', '124421.607000', '124421.609000', '124421.612000', '124421.616000', '124421.618000', '124421.621000', '124421.624000', '124421.626000', '124421.629000', '124421.631000', '124421.634000', '124421.636000', '124421.639000', '124441.525000', '124441.528000', '124441.531000', '124441.534000', '124441.536000', '124441.539000', '124441.541000', '124441.544000', '124441.547000', '124441.549000', '124441.552000', '124441.554000', '124441.557000', '124441.559000', '124441.562000', '124441.565000', '124441.568000', '124441.571000', '124441.574000', '124441.576000', '124441.579000', '124441.581000', '124441.584000', '124441.586000', '124441.589000', '124441.591000', '124441.594000', '124441.597000', '124441.599000', '124441.602000', '124441.604000', '124441.620000', '124441.623000', '124441.625000', '124441.628000', '124441.630000', '124441.633000', '124441.635000', '124441.638000', '124441.641000', '124441.643000', '124441.646000', '124441.648000', '124501.527000', '124501.529000', '124501.532000', '124501.536000', '124501.538000', '124501.541000', '124501.543000', '124501.546000', '124501.549000', '124501.551000', '124501.554000', '124501.556000', '124501.559000', '124501.561000', '124501.564000', '124501.567000', '124501.569000', '124501.572000', '124501.575000', '124501.577000', '124501.580000', '124501.582000', '124501.585000', '124501.587000', '124501.590000', '124501.592000', '124501.595000', '124501.598000', '124501.600000', '124501.603000', '124501.606000', '124501.612000', '124501.614000', '124501.617000', '124501.620000', '124501.622000', '124501.625000', '124501.627000', '124501.630000', '124501.633000', '124501.635000', '124501.638000', '124501.640000', '124501.643000', '124521.527000', '124521.530000', '124521.533000', '124521.536000', '124521.539000', '124521.541000', '124521.544000', '124521.547000', '124521.549000', '124521.552000', '124521.554000', '124521.557000', '124521.559000', '124521.562000', '124521.564000', '124521.567000', '124521.570000', '124521.572000', '124521.575000', '124521.577000', '124521.580000', '124521.582000', '124521.585000', '124521.588000', '124521.590000', '124521.593000', '124521.595000', '124521.598000', '124521.601000', '124521.603000', '124521.606000', '124521.608000', '124521.611000', '124521.613000', '124521.616000', '124521.619000', '124521.621000', '124521.624000', '124521.626000', '124521.629000', '124521.631000', '124521.634000', '124521.637000', '124541.527000', '124541.529000', '124541.532000', '124541.535000', '124541.537000', '124541.540000', '124541.542000', '124541.545000', '124541.547000', '124541.550000', '124541.553000', '124541.555000', '124541.558000', '124541.560000', '124541.563000', '124541.566000', '124541.568000', '124541.571000', '124541.573000', '124541.576000', '124541.578000', '124541.581000', '124541.584000', '124541.586000', '124541.589000', '124541.591000', '124541.594000', '124541.596000', '124541.599000', '124541.602000', '124541.604000', '124541.607000', '124541.610000', '124541.612000', '124541.615000', '124541.617000', '124541.620000', '124541.622000', '124541.625000', '124541.627000', '124541.630000', '124541.633000', '124541.635000', '124541.638000', '124601.527000', '124601.529000', '124601.532000', '124601.535000', '124601.537000', '124601.540000', '124601.542000', '124601.545000', '124601.548000', '124601.550000', '124601.553000', '124601.555000', '124601.558000', '124601.561000', '124601.563000', '124601.566000', '124601.568000', '124601.571000', '124601.574000', '124601.576000', '124601.579000', '124601.582000', '124601.585000', '124601.588000', '124601.591000', '124601.593000', '124601.596000', '124601.610000', '124601.613000', '124601.616000', '124601.618000', '124601.621000', '124601.623000', '124601.626000', '124601.628000', '124601.631000', '124601.633000', '124601.636000', '124601.639000', '124601.641000', '124601.644000', '124601.647000', '124601.649000', '124621.527000', '124621.529000', '124621.532000', '124621.535000', '124621.537000', '124621.540000', '124621.542000', '124621.545000', '124621.547000', '124621.550000', '124621.553000', '124621.555000', '124621.558000', '124621.560000', '124621.563000', '124621.566000', '124621.568000', '124621.571000', '124621.574000', '124621.577000', '124621.580000', '124621.582000', '124621.585000', '124621.587000', '124621.590000', '124621.593000', '124621.595000', '124621.598000', '124621.600000', '124621.603000', '124621.606000', '124621.608000', '124621.611000', '124621.613000', '124621.622000', '124621.624000', '124621.627000', '124621.629000', '124621.632000', '124621.635000', '124621.637000', '124621.640000', '124621.643000', '124621.645000', '124641.527000', '124641.529000', '124641.532000', '124641.535000', '124641.537000', '124641.540000', '124641.542000', '124641.545000', '124641.547000', '124641.550000', '124641.553000', '124641.555000', '124641.558000', '124641.561000', '124641.563000', '124641.566000', '124641.568000', '124641.571000', '124641.574000', '124641.576000', '124641.579000', '124641.581000', '124641.584000', '124641.586000', '124641.589000', '124641.592000', '124641.595000', '124641.598000', '124641.601000', '124641.604000', '124641.607000', '124641.609000', '124641.612000', '124641.614000', '124641.617000', '124641.619000', '124641.622000', '124641.624000', '124641.627000', '124641.630000', '124641.632000', '124641.635000', '124641.637000', '124701.526000', '124701.529000', '124701.531000', '124701.534000', '124701.536000', '124701.539000', '124701.542000', '124701.544000', '124701.547000', '124701.549000', '124701.552000', '124701.554000', '124701.557000', '124701.560000', '124701.562000', '124701.565000', '124701.567000', '124701.570000', '124701.572000', '124701.575000', '124701.578000', '124701.580000', '124701.583000', '124701.585000', '124701.588000', '124701.590000', '124701.593000', '124701.596000', '124701.598000', '124701.601000', '124701.603000', '124701.606000', '124701.609000', '124701.611000', '124701.614000', '124701.617000', '124701.619000', '124701.622000', '124701.624000', '124701.627000', '124701.630000', '124701.632000', '124701.635000', '124701.637000', '124721.527000', '124721.530000', '124721.532000', '124721.535000', '124721.537000', '124721.540000', '124721.542000', '124721.545000', '124721.547000', '124721.550000', '124721.553000', '124721.555000', '124721.558000', '124721.560000', '124721.563000', '124721.566000', '124721.568000', '124721.571000', '124721.573000', '124721.576000', '124721.578000', '124721.581000', '124721.584000', '124721.587000', '124721.599000', '124721.602000', '124721.604000', '124721.607000', '124721.610000', '124721.612000', '124721.615000', '124721.617000', '124721.620000', '124721.623000', '124721.625000', '124721.628000', '124721.630000', '124721.633000', '124721.636000', '124721.638000', '124721.641000', '124721.643000', '124721.647000', '124741.527000', '124741.529000', '124741.532000', '124741.534000', '124741.537000', '124741.540000', '124741.542000', '124741.545000', '124741.547000', '124741.556000', '124741.559000', '124741.562000', '124741.564000', '124741.567000', '124741.569000', '124741.572000', '124741.575000', '124741.577000', '124741.580000', '124741.583000', '124741.585000', '124741.588000', '124741.590000', '124741.593000', '124741.596000', '124741.598000', '124741.601000', '124741.603000', '124741.606000', '124741.609000', '124741.611000', '124741.614000', '124741.617000', '124741.619000', '124741.622000', '124741.624000', '124741.627000', '124741.629000', '124741.632000', '124741.635000', '124741.637000', '124741.640000', '124741.642000', '124741.645000', '124801.527000', '124801.529000', '124801.532000', '124801.535000', '124801.537000', '124801.540000', '124801.542000', '124801.545000', '124801.547000', '124801.550000', '124801.553000', '124801.555000', '124801.558000', '124801.560000', '124801.563000', '124801.566000', '124801.568000', '124801.571000', '124801.573000', '124801.576000', '124801.578000', '124801.581000', '124801.584000', '124801.586000', '124801.589000', '124801.591000', '124801.594000', '124801.597000', '124801.599000', '124801.602000', '124801.604000', '124801.607000', '124801.610000', '124801.612000', '124801.615000', '124801.618000', '124801.621000', '124801.623000', '124801.626000', '124801.628000', '124801.631000', '124801.633000', '124801.636000', '124818.621000', '124818.624000', '124818.627000', '124818.630000', '124818.632000', '124818.635000', '124818.638000', '124818.641000', '124818.644000', '124818.647000', '124818.649000', '124818.652000', '124818.655000', '124818.657000', '124818.660000', '124818.662000', '124818.665000', '124818.668000', '124818.670000', '124818.673000', '124818.676000', '124818.679000', '124818.681000', '124818.684000', '124818.687000', '124818.689000', '124818.692000', '124818.694000', '124818.697000', '124818.699000', '124818.702000', '124818.705000', '124818.710000', '124818.713000', '124818.715000', '124818.718000', '124818.721000', '124818.724000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [9691, 11707, 9624, 12535, 10186, 9504, 10414, 9831, 8900, 10046, 9982, 8024, 9839, 9164, 10532, 9917, 8718, 9683, 9331, 9877, 9285, 8891, 10315, 9999, 11310, 10165, 9918, 9974, 9986, 9433, 10183, 9968, 11820, 9709, 9455, 10130, 10045, 8073, 9593, 9331, 10131, 9853, 7855, 9878, 9644, 10108, 9779, 8035, 10032, 10182, 9922, 9598, 8502, 10064, 9997, 10288, 10036, 9168, 9977, 10367, 9161, 9986, 8867, 10580, 9790, 11055, 9787, 8934, 10099, 9585, 9497, 10067, 9955, 10153, 9082, 9992, 9467, 8848, 9869, 8800, 10198, 9364, 7826, 9961, 9074, 10166, 9821, 10266, 9686, 11344, 9966, 9246, 10068, 9833, 10178, 9338, 12011, 9696, 10671, 9833, 8793, 9889, 9869, 10035, 9522, 8511, 9431, 8255, 9828, 9557, 9156, 9542, 8018, 10115, 10085, 9938, 9625, 10631, 9937, 11447, 9681, 12641, 9835, 12297, 9604, 9384, 9923, 10072, 10236, 9390, 9757, 9455, 11952, 9798, 8971, 10150, 9131, 8116, 9648, 8552, 9971, 10170, 10032, 9747, 11105, 9921, 9691, 10117, 9509, 11514, 9716, 8820, 9947, 9289, 10860, 9701, 8629, 10129, 10157, 10075, 9582, 9803, 9780, 8916, 10077, 9564, 9219, 9573, 8738, 9930, 9568, 8309, 9895, 9633, 10042, 9532, 10386, 9605, 11521, 9793, 12143, 9624, 12411, 9689, 8316, 10062, 10158, 10013, 9848, 7426, 10068, 9473, 10115, 9735, 8295, 9973, 9459, 10198, 9379, 10132, 9760, 10146, 9629, 11609, 9833, 8446, 10079, 10238, 9735, 9456, 8252, 9951, 9385, 7740, 9675, 8868, 9939, 8603, 10022, 9931, 10081, 9737, 10064, 9529, 11406, 9611, 9890, 10015, 9745, 10181, 9361, 7911, 9532, 8547, 9849, 9948, 9726, 9441, 8007, 9977, 9614, 9319, 9267, 8446, 9889, 9165, 9410, 9555, 8392, 9908, 9064, 10673, 9903, 12205, 8859, 8246, 9873, 9122, 8181, 9287, 11758, 9900, 10419, 11755, 9309, 9993, 9583, 8772, 9921, 9997, 11738, 9951, 11470, 9439, 9443, 7899, 9614, 8959, 10027, 10032, 11989, 9254, 8781, 9836, 9230, 8963, 9283, 12283, 9921, 9420, 9609, 9148, 8421, 9419, 9074, 9706, 9167, 8032, 9586, 9815, 9694, 9040, 9298, 9701, 9141, 8070, 9614, 9958, 9567, 9175, 10759, 9489, 8490, 9507, 8901, 12085, 9173, 9632, 7613, 9135, 8458, 9652, 9235, 11459, 9202, 8580, 9532, 9422, 9648, 9193, 9686, 9006, 8168, 9382, 9190, 9272, 8567, 7800, 9149, 9064, 9476, 8874, 8578, 9489, 9595, 9866, 9402, 9128, 9534, 9720, 9494, 9135, 10071, 9403, 10908, 9551, 8965, 9887, 9358, 8978, 11197, 9136, 9434, 7909, 9507, 8921, 10244, 8877, 10399, 9036, 8308, 9612, 9097, 9446, 8842, 10325, 9348, 9760, 9223, 8661, 7690, 9413, 9834, 9343, 8871, 7526, 9368, 9812, 9675, 8873, 7452, 9240, 9234, 7924, 9060, 8259, 9150, 9285, 11046, 9758, 11647, 11565, 9132, 13160, 9347, 8532, 9307, 8946, 10062, 9997, 12183, 9729, 8106, 9387, 8918, 7422, 8929, 10239, 9388, 10737, 10852, 9973, 13401, 10965, 8717, 9215, 8842, 7437, 9063, 8570, 9438, 9932, 10767, 8530, 10336, 8701, 8544, 8993, 9189, 8471, 8743, 8918, 8920, 8687, 8596, 9360, 8831, 10152, 9033, 8817, 7221, 8645, 9935, 8957, 8206, 9010, 8843, 7226, 8368, 7931, 8988, 8535, 8172, 8562, 8018, 9321, 8552, 11518, 8660, 9031, 9118, 8463, 10739, 8840, 8436, 9055, 9512, 9063, 8465, 8922, 8784, 8176, 8762, 8616, 7913, 8663, 8980, 8837, 8468, 7513, 9165, 8975, 9090, 8520, 8292, 8779, 8215, 9333, 8281, 9899, 8576, 7798, 8746, 8415, 9711, 8392, 11358, 9981, 9071, 7647, 8098, 7884, 8680, 8085, 10471, 8967, 12107, 8039, 10864, 8350, 8899, 8691, 8879, 9774, 9574, 8841, 8080, 8215, 8219, 7992, 8539, 9208, 9048, 8385, 7807, 8701, 8984, 8780, 8363, 8730, 8520, 10889, 8928, 13081, 8768, 8247, 8734, 8901, 8941, 8434, 10441, 8504, 10777, 8451, 7965, 9219, 8841, 8626, 8336, 9716, 8709, 9242, 8663, 8109, 7611, 8571, 8366, 9331, 9290, 9933, 8220, 9879, 8469, 8196, 8844, 8247, 7658, 8549, 8094, 8624, 8907, 8231, 7521, 8402, 8616, 8848, 9111, 9352, 8373, 8749, 8132, 8596, 8331, 8252, 8374, 7403, 8318, 8958, 8551, 8171, 7715, 8440, 7341, 8407, 9398, 8816, 8427, 7653, 8505, 7874, 9051, 8092, 8607, 8490, 8606, 9246, 9061, 10530, 8546, 7830, 8619, 8898, 9798, 8854, 10619, 8946, 8994, 8587, 11155, 8379, 12402, 8492, 8452, 8919, 8586, 9961, 8859, 9370, 9811, 8682, 12306, 8883, 10198, 9133, 11829, 8843, 8386, 9056, 8921, 9035, 8737, 8834, 8377, 8180, 9001, 8624, 8992, 8324, 7122, 8845, 8034, 8946, 8552, 7504, 8584, 7408, 8768, 9138, 9005, 8789, 12519, 9490, 9435, 9211, 9057, 7143, 8864, 7961, 8904, 9462, 8995, 8533, 9333, 9006, 8237, 9082, 8879, 9763, 8703, 11217, 10492, 9310, 9294, 8594, 8094, 9252, 9547, 9317, 8674, 10190, 8753, 10017, 9279, 9208, 7401, 8753, 7894, 9229, 9014, 8777, 8481, 9865, 8819, 8153, 9081, 9082, 9020, 8536, 12521, 9759, 9397, 7590, 8871, 7984, 9093, 9581, 9251, 8777, 10251, 8507, 9532, 8388, 10409, 8709, 8757, 9608, 8902, 9622, 8575, 8196, 8876, 8393, 8075, 8785, 11099, 8822, 8832, 8709, 9934, 8990, 9272, 9176, 8801, 9119, 8868, 9293, 8910, 8425, 9308, 8742, 8942, 8446, 7474, 8877, 9509, 9242, 10249, 9253, 10387, 8926, 10738, 8893, 10997, 10033, 11473, 9281, 8971, 9031, 8754, 7517, 8935, 9421, 9503, 9040, 9082, 9161, 9166, 8919, 10545, 8997, 9253, 9323, 9133, 10675, 8793, 10303, 9114, 8728, 9164, 9446, 9171, 8783, 7874, 8689, 9921, 9062, 8574, 8885, 8720, 7164, 8980, 8527, 8965, 8589, 8287, 8633, 8402, 8977, 7974, 8782, 8374, 9227, 8725, 9051, 8658, 7547, 8802, 8816, 8931, 8882, 10267, 10709, 8737, 8597, 9333, 10276, 8682, 10001, 8685, 9889, 8459, 11310, 8630, 7760, 8878, 8811, 10811, 9090, 12948, 10549, 8854, 11621, 8370, 12996, 8941, 9034, 8997, 8464, 8670, 9032, 9032, 8896, 8486, 9916, 9000, 8986, 8999, 8401, 7973, 9021, 9044, 8809, 8564, 7635, 8861, 8851, 7899, 8657, 8093, 8791, 8735, 7979, 8515, 7954, 8844, 8491, 8553, 8526, 7942, 8947, 8362, 7533, 8497, 8605, 8047, 8558, 7539, 8669, 8660, 8839, 8876, 9606, 8694, 8867, 9015, 8664, 7670, 8694, 8587, 8209, 8499, 7195, 8700, 8538, 9338, 8398, 8140, 8594, 8912, 8911, 8665, 9414, 8574, 8792, 8488, 8668, 7875, 8680, 8780, 8296, 8712, 8372, 8998, 8843, 8413, 8475, 8315, 7984, 8951, 8482, 11075, 8684, 9419, 8961, 8343, 9703, 8364, 7638, 8778, 8269, 8768, 8350, 8684, 8385, 8337, 7291, 8536, 8329, 8839, 8999, 8073, 8916, 8566, 9975, 8576, 11077, 8928, 10831, 8941, 9005, 8903, 8258, 8912, 9088, 8917, 8650, 8151, 10031, 8642, 8737, 8677, 8157, 8698, 8851, 8432, 9102, 8565, 13035, 9200, 9124, 7895, 8944, 7682, 8632, 8661, 8680, 8660, 10367, 8308, 9106, 8632, 8916, 10848, 8349, 11067, 8316, 8451, 8940, 8557, 9780, 8620, 8610, 8916, 8465, 8300, 8451, 7904, 9266, 9191, 8867, 8262, 8640, 8374, 9404, 8626, 7884, 8499, 8734, 8554, 8570, 7563, 8590, 8659, 8571, 8608, 8153, 8612, 7547, 8624, 9063, 8998, 8779, 11551, 8682, 7923, 8609, 8461, 10055, 8573, 10515, 8214, 8712, 8653, 8243, 8518, 8251, 7599, 8682, 7805, 8881, 8587, 8531, 8378, 10406, 8818, 8141, 8862, 8743, 10747, 8878, 12234, 8863, 11714, 9246, 9253, 8485, 8074, 8674, 8568, 7690, 8199, 8125, 8385, 8387, 8712, 8411, 8207, 8238, 10014, 8876, 7971, 8502, 8498, 8589, 8550, 10388, 9106, 8008, 8542, 8242, 7843, 8781, 7670, 8466, 8676, 8806, 8481, 10841, 8354, 7962, 8676, 8120, 10920, 8245, 8315, 10064, 8153, 10823, 8240, 10318, 8778, 8007, 8642, 8339, 8552, 8320, 9698, 8446, 8204, 8833, 8322, 10351, 8637, 8000, 8519, 7965, 7305, 8624, 7398, 8625, 8161, 8323, 9138, 8623, 8275, 11074, 8612, 10595, 8663, 10769, 9034, 8258, 8980, 9347, 9409, 8536, 8624, 8898, 8122, 9169, 8054, 8771, 8723, 7634, 8711, 7257, 8740, 8874, 8883, 8147, 8687, 8365, 7711, 8636, 8936, 9510, 7873, 10585, 8390, 11567, 9670, 12238, 9942, 8699, 7776, 8044, 7317, 8608, 8787, 8650, 7891, 9429, 8075, 9649, 8730, 11770, 9079, 11388, 7866, 9909, 8127, 11383, 8545, 7705, 8278, 8256, 8528, 8753, 10110, 8309, 11316, 7911, 7356, 8183, 8022, 8139, 8336, 10382, 8754, 8836, 8425, 8318, 11789, 10374, 12863, 11095, 8177, 8415, 8262, 8752, 8252, 11607, 9552, 7652, 8210, 8671, 8078, 7967, 8626, 11751, 11872, 12812, 8796, 8292, 8423, 8409, 8972, 10993, 8164, 9385, 7638, 8692, 8065, 9270, 11574, 9225, 9353, 8527, 8451, 8240, 8043, 7946, 7560, 8078, 7732, 8238, 7576, 9272, 7944, 10057, 10311, 8462, 10818, 8117, 10377, 8053, 8508, 8879, 8008, 7923, 7729, 8034, 7979, 7726, 7753, 7643, 8091, 8115, 7292, 7503, 7801, 7474, 7426, 7580, 7388, 7860, 7788, 8471, 7996, 7632, 8302, 7744, 7892, 8063, 7494, 7894, 7791, 8646, 8078, 7409, 6713, 7795, 6985, 8127, 7674, 7261, 8208, 7887, 8645, 8035, 7793, 7295], 'WindowCenter': [4057.0, 4062.0, 4030.0, 4048.0, 4027.0, 4028.0, 4038.0, 4027.0, 4015.0, 4015.0, 4025.0, 3994.0, 4026.0, 4028.0, 4027.0, 4025.0, 4004.0, 4016.0, 4015.0, 4026.0, 4017.0, 4016.0, 4026.0, 4040.0, 4038.0, 4026.0, 4026.0, 4026.0, 4027.0, 4015.0, 4025.0, 4014.0, 4024.0, 4015.0, 4013.0, 4013.0, 4013.0, 3991.0, 4014.0, 4014.0, 4024.0, 4014.0, 3992.0, 4014.0, 4014.0, 4025.0, 4027.0, 4005.0, 4027.0, 4038.0, 4028.0, 4028.0, 4017.0, 4028.0, 4027.0, 4039.0, 4030.0, 4016.0, 4025.0, 4027.0, 4017.0, 4027.0, 4017.0, 4039.0, 4028.0, 4038.0, 4028.0, 4017.0, 4027.0, 4028.0, 4027.0, 4041.0, 4027.0, 4026.0, 4017.0, 4027.0, 4027.0, 4016.0, 4029.0, 4029.0, 4038.0, 4028.0, 4007.0, 4029.0, 4028.0, 4039.0, 4038.0, 4038.0, 4029.0, 4037.0, 4028.0, 4016.0, 4026.0, 4027.0, 4027.0, 4030.0, 4037.0, 4016.0, 4025.0, 4026.0, 4005.0, 4026.0, 4026.0, 4026.0, 4027.0, 4004.0, 4017.0, 4006.0, 4026.0, 4027.0, 4029.0, 4040.0, 4019.0, 4040.0, 4039.0, 4041.0, 4042.0, 4041.0, 4043.0, 4050.0, 4029.0, 4048.0, 4029.0, 4036.0, 4017.0, 4015.0, 4016.0, 4026.0, 4024.0, 4016.0, 4015.0, 4016.0, 4035.0, 4026.0, 4016.0, 4025.0, 4016.0, 4005.0, 4028.0, 4016.0, 4027.0, 4038.0, 4026.0, 4029.0, 4037.0, 4027.0, 4026.0, 4027.0, 4029.0, 4038.0, 4027.0, 4015.0, 4015.0, 4015.0, 4027.0, 4027.0, 4005.0, 4025.0, 4026.0, 4016.0, 4016.0, 4014.0, 4015.0, 4004.0, 4025.0, 4015.0, 4015.0, 4016.0, 4004.0, 4026.0, 4027.0, 4016.0, 4039.0, 4038.0, 4040.0, 4041.0, 4040.0, 4029.0, 4037.0, 4030.0, 4038.0, 4016.0, 4024.0, 4014.0, 3992.0, 4014.0, 4014.0, 4014.0, 4028.0, 3994.0, 4025.0, 4027.0, 4027.0, 4027.0, 4005.0, 4027.0, 4016.0, 4026.0, 4016.0, 4025.0, 4015.0, 4015.0, 4015.0, 4024.0, 4026.0, 3993.0, 4014.0, 4015.0, 4015.0, 4015.0, 4005.0, 4026.0, 4016.0, 3997.0, 4029.0, 4017.0, 4027.0, 4006.0, 4027.0, 4026.0, 4015.0, 4015.0, 4015.0, 4015.0, 4024.0, 4015.0, 4013.0, 4014.0, 4015.0, 4024.0, 4015.0, 4005.0, 4028.0, 4017.0, 4027.0, 4028.0, 4017.0, 4031.0, 4006.0, 4028.0, 4028.0, 4017.0, 4028.0, 4008.0, 4029.0, 4030.0, 4019.0, 4030.0, 4007.0, 4029.0, 4016.0, 4040.0, 4028.0, 4038.0, 4006.0, 4004.0, 4016.0, 4014.0, 4004.0, 4017.0, 4036.0, 4028.0, 4027.0, 4037.0, 4015.0, 4014.0, 4015.0, 4002.0, 4014.0, 4014.0, 4025.0, 4004.0, 4012.0, 4002.0, 4002.0, 3980.0, 4015.0, 4001.0, 4001.0, 4000.0, 4022.0, 4001.0, 3991.0, 4000.0, 4001.0, 3991.0, 4002.0, 4009.0, 4001.0, 3990.0, 3989.0, 4001.0, 3978.0, 3989.0, 3987.0, 3989.0, 3989.0, 3967.0, 3989.0, 4000.0, 4001.0, 3993.0, 4003.0, 4001.0, 4002.0, 3979.0, 4001.0, 4001.0, 4000.0, 4002.0, 4011.0, 4015.0, 3991.0, 4002.0, 4003.0, 4022.0, 4001.0, 4002.0, 3981.0, 4003.0, 3992.0, 4003.0, 4004.0, 4024.0, 4004.0, 3992.0, 4002.0, 4002.0, 4004.0, 4002.0, 4002.0, 3990.0, 3979.0, 4003.0, 4003.0, 4016.0, 4005.0, 3982.0, 4004.0, 4005.0, 4015.0, 4017.0, 4005.0, 4017.0, 4017.0, 4027.0, 4019.0, 4016.0, 4017.0, 4015.0, 4004.0, 4004.0, 4015.0, 4005.0, 4014.0, 4016.0, 4005.0, 4015.0, 4005.0, 4006.0, 4025.0, 4015.0, 4017.0, 3994.0, 4016.0, 4004.0, 4015.0, 4005.0, 4013.0, 4004.0, 3992.0, 4005.0, 4003.0, 4001.0, 3992.0, 4012.0, 4003.0, 4012.0, 4002.0, 4004.0, 3983.0, 4015.0, 4015.0, 4005.0, 4006.0, 3994.0, 4017.0, 4027.0, 4017.0, 4018.0, 3985.0, 4016.0, 4017.0, 4007.0, 4020.0, 4007.0, 4018.0, 4017.0, 4028.0, 4017.0, 4028.0, 4026.0, 4004.0, 4035.0, 4003.0, 3993.0, 4003.0, 4003.0, 4003.0, 4003.0, 4023.0, 4004.0, 3982.0, 4003.0, 4004.0, 3971.0, 3992.0, 4000.0, 4003.0, 4012.0, 4013.0, 3990.0, 4009.0, 3999.0, 3965.0, 3976.0, 3976.0, 3953.0, 3976.0, 3976.0, 3978.0, 3987.0, 3997.0, 3977.0, 3986.0, 3976.0, 3965.0, 3964.0, 3975.0, 3964.0, 3976.0, 3975.0, 3975.0, 3978.0, 3989.0, 4001.0, 3992.0, 4002.0, 3991.0, 3992.0, 3972.0, 3993.0, 4000.0, 3991.0, 3981.0, 3992.0, 3992.0, 3971.0, 3993.0, 3982.0, 4004.0, 4004.0, 3992.0, 4005.0, 3994.0, 4005.0, 4005.0, 4025.0, 4004.0, 4004.0, 4002.0, 3995.0, 4014.0, 4007.0, 3994.0, 4017.0, 4015.0, 4017.0, 4006.0, 4004.0, 4003.0, 3994.0, 3993.0, 4004.0, 3994.0, 4005.0, 4005.0, 4005.0, 4006.0, 3995.0, 4030.0, 4018.0, 4018.0, 4019.0, 4007.0, 4020.0, 4019.0, 4030.0, 4019.0, 4029.0, 4020.0, 3998.0, 4019.0, 4020.0, 4030.0, 4019.0, 4041.0, 4031.0, 4019.0, 3997.0, 4009.0, 4005.0, 4008.0, 4008.0, 4029.0, 4008.0, 4037.0, 3997.0, 4026.0, 3996.0, 4004.0, 3993.0, 3993.0, 4004.0, 4003.0, 3992.0, 3982.0, 3980.0, 3993.0, 3981.0, 3992.0, 4002.0, 4003.0, 3994.0, 3983.0, 4005.0, 4003.0, 4005.0, 4005.0, 3995.0, 4006.0, 4014.0, 4006.0, 4023.0, 4006.0, 3994.0, 3994.0, 4003.0, 4003.0, 3994.0, 4015.0, 4005.0, 4013.0, 3995.0, 3994.0, 4005.0, 4005.0, 3993.0, 3994.0, 4004.0, 3994.0, 4004.0, 3994.0, 3994.0, 3983.0, 3995.0, 3993.0, 4005.0, 4003.0, 4003.0, 3993.0, 4002.0, 3992.0, 3991.0, 3992.0, 3992.0, 3981.0, 3993.0, 3995.0, 4005.0, 4005.0, 4005.0, 3996.0, 4007.0, 4006.0, 4005.0, 4004.0, 4006.0, 3995.0, 3994.0, 3984.0, 3993.0, 3995.0, 3993.0, 3994.0, 3984.0, 3994.0, 4006.0, 4006.0, 4009.0, 3998.0, 4009.0, 3998.0, 4008.0, 4019.0, 4020.0, 4021.0, 3999.0, 4021.0, 4021.0, 4033.0, 4023.0, 4021.0, 4023.0, 4034.0, 4033.0, 4033.0, 4042.0, 4022.0, 4008.0, 4021.0, 4020.0, 4031.0, 4020.0, 4030.0, 4006.0, 4020.0, 4008.0, 4027.0, 4007.0, 4037.0, 4006.0, 3995.0, 4007.0, 4008.0, 4017.0, 4006.0, 4017.0, 4016.0, 4008.0, 4026.0, 4006.0, 4016.0, 4005.0, 4023.0, 3994.0, 3993.0, 4004.0, 4003.0, 4004.0, 3994.0, 4004.0, 3994.0, 3993.0, 4005.0, 4007.0, 4006.0, 3995.0, 3984.0, 4006.0, 3996.0, 4017.0, 4006.0, 3998.0, 4021.0, 3999.0, 4018.0, 4019.0, 4019.0, 4021.0, 4050.0, 4031.0, 4018.0, 4019.0, 4020.0, 3988.0, 4019.0, 4007.0, 4018.0, 4030.0, 4020.0, 4020.0, 4017.0, 4020.0, 4009.0, 4019.0, 4017.0, 4017.0, 4018.0, 4040.0, 4028.0, 4007.0, 4005.0, 4005.0, 3993.0, 4004.0, 4015.0, 4005.0, 3994.0, 4014.0, 4005.0, 4014.0, 4004.0, 4004.0, 3972.0, 4004.0, 3993.0, 4004.0, 4005.0, 4005.0, 4006.0, 4014.0, 4017.0, 3995.0, 4004.0, 4003.0, 4004.0, 4005.0, 4023.0, 4016.0, 4004.0, 3984.0, 4006.0, 3994.0, 4005.0, 4016.0, 4017.0, 4005.0, 4027.0, 4007.0, 4015.0, 4006.0, 4015.0, 3995.0, 3992.0, 4004.0, 4004.0, 4001.0, 3993.0, 3993.0, 4003.0, 3994.0, 3994.0, 4006.0, 4025.0, 4007.0, 4005.0, 4007.0, 4013.0, 4006.0, 4003.0, 4003.0, 3990.0, 3991.0, 3992.0, 3990.0, 3992.0, 3993.0, 4004.0, 3992.0, 4003.0, 4005.0, 3983.0, 4017.0, 4015.0, 4017.0, 4015.0, 4017.0, 4016.0, 4007.0, 4025.0, 4006.0, 4025.0, 4015.0, 4024.0, 4004.0, 3993.0, 3993.0, 3993.0, 3983.0, 4004.0, 4004.0, 4017.0, 4005.0, 4005.0, 4005.0, 4003.0, 4006.0, 4014.0, 4005.0, 4016.0, 4002.0, 4004.0, 4014.0, 3995.0, 4013.0, 4004.0, 3992.0, 4002.0, 4002.0, 3992.0, 3993.0, 3982.0, 3992.0, 4003.0, 4004.0, 3992.0, 4003.0, 4004.0, 3984.0, 4018.0, 4006.0, 4018.0, 4018.0, 4007.0, 4020.0, 4008.0, 4020.0, 4010.0, 4021.0, 4009.0, 4018.0, 4019.0, 4020.0, 4022.0, 4011.0, 4020.0, 4031.0, 4020.0, 4032.0, 4041.0, 4042.0, 4020.0, 4021.0, 4044.0, 4029.0, 4008.0, 4018.0, 4019.0, 4029.0, 4009.0, 4040.0, 4021.0, 4009.0, 4018.0, 4006.0, 4029.0, 4007.0, 4025.0, 4016.0, 3991.0, 4013.0, 3993.0, 4022.0, 3992.0, 3990.0, 3989.0, 3979.0, 3978.0, 3991.0, 3991.0, 3990.0, 3990.0, 4000.0, 3991.0, 3992.0, 3992.0, 3992.0, 3994.0, 4003.0, 4003.0, 4002.0, 4004.0, 3993.0, 4016.0, 4016.0, 4008.0, 4019.0, 4007.0, 4006.0, 4018.0, 4007.0, 4009.0, 4009.0, 4020.0, 4019.0, 4018.0, 4019.0, 4009.0, 4019.0, 4021.0, 4009.0, 4020.0, 4019.0, 4010.0, 4020.0, 4011.0, 4022.0, 4033.0, 4033.0, 4034.0, 4031.0, 4022.0, 4031.0, 4030.0, 4021.0, 4010.0, 4020.0, 4022.0, 4022.0, 4033.0, 4001.0, 4020.0, 4020.0, 4030.0, 4023.0, 4009.0, 4020.0, 4018.0, 4021.0, 4021.0, 4019.0, 4021.0, 4019.0, 4019.0, 4022.0, 4011.0, 4021.0, 4020.0, 4010.0, 4018.0, 4020.0, 4020.0, 4022.0, 4022.0, 4018.0, 4022.0, 4010.0, 4019.0, 4020.0, 4042.0, 4010.0, 4018.0, 4019.0, 4006.0, 4017.0, 4008.0, 4009.0, 4006.0, 4007.0, 4007.0, 4009.0, 4018.0, 4019.0, 4020.0, 3999.0, 4020.0, 4019.0, 4021.0, 4020.0, 4009.0, 4020.0, 4009.0, 4019.0, 4010.0, 4039.0, 4019.0, 4027.0, 4007.0, 4007.0, 4007.0, 4008.0, 4007.0, 4018.0, 4017.0, 4009.0, 4009.0, 4016.0, 4019.0, 4018.0, 4006.0, 4009.0, 4006.0, 4018.0, 4009.0, 4018.0, 4007.0, 4036.0, 4019.0, 4016.0, 3997.0, 4018.0, 3998.0, 4007.0, 4018.0, 4020.0, 4020.0, 4030.0, 4011.0, 4019.0, 4009.0, 4007.0, 4026.0, 3996.0, 4024.0, 3994.0, 3993.0, 4005.0, 4005.0, 4004.0, 3995.0, 4005.0, 4005.0, 3993.0, 3995.0, 4007.0, 3996.0, 4016.0, 4005.0, 4005.0, 3995.0, 3995.0, 3995.0, 4003.0, 4005.0, 3995.0, 4006.0, 4005.0, 4006.0, 4020.0, 3997.0, 4008.0, 4008.0, 4008.0, 4020.0, 4009.0, 4020.0, 4010.0, 4020.0, 4020.0, 4020.0, 4020.0, 4039.0, 4019.0, 4011.0, 4018.0, 4008.0, 4030.0, 4020.0, 4029.0, 4022.0, 4020.0, 4020.0, 4008.0, 4018.0, 4007.0, 3998.0, 4018.0, 3998.0, 4019.0, 4021.0, 4021.0, 4023.0, 4041.0, 4033.0, 4010.0, 4019.0, 4019.0, 4041.0, 4021.0, 4037.0, 4021.0, 4037.0, 4018.0, 4006.0, 4006.0, 3995.0, 4006.0, 4007.0, 3996.0, 4006.0, 3996.0, 4008.0, 4009.0, 4020.0, 4009.0, 4008.0, 4008.0, 4027.0, 4020.0, 4007.0, 4009.0, 4007.0, 4007.0, 4020.0, 4029.0, 4020.0, 3998.0, 4005.0, 4007.0, 3997.0, 4007.0, 3996.0, 4010.0, 4019.0, 4020.0, 4021.0, 4039.0, 4022.0, 4009.0, 4020.0, 4010.0, 4027.0, 4007.0, 4009.0, 4019.0, 3997.0, 4026.0, 4008.0, 4015.0, 4007.0, 3996.0, 4006.0, 3996.0, 4005.0, 3995.0, 4004.0, 3997.0, 3994.0, 4006.0, 4006.0, 4017.0, 4008.0, 3996.0, 4006.0, 3996.0, 3994.0, 4020.0, 4000.0, 4022.0, 4022.0, 4023.0, 4045.0, 4034.0, 4020.0, 4028.0, 4007.0, 4026.0, 4008.0, 4029.0, 4009.0, 4036.0, 4020.0, 4018.0, 4005.0, 3992.0, 3989.0, 4005.0, 3995.0, 4014.0, 3994.0, 4005.0, 4018.0, 3996.0, 4019.0, 4009.0, 4019.0, 4018.0, 4019.0, 4010.0, 4020.0, 4022.0, 3999.0, 4009.0, 4020.0, 4019.0, 4009.0, 4028.0, 4008.0, 4038.0, 4019.0, 4036.0, 4018.0, 4005.0, 3984.0, 3996.0, 3984.0, 4018.0, 4018.0, 4021.0, 4021.0, 4033.0, 4024.0, 4028.0, 4010.0, 4038.0, 4008.0, 4025.0, 3996.0, 4016.0, 3996.0, 4026.0, 4007.0, 3983.0, 3994.0, 3993.0, 3993.0, 3994.0, 4014.0, 3994.0, 4024.0, 3993.0, 3983.0, 3994.0, 3996.0, 3996.0, 4009.0, 4026.0, 4009.0, 4007.0, 3995.0, 3995.0, 4027.0, 4016.0, 4024.0, 4013.0, 3992.0, 3979.0, 3992.0, 3991.0, 3994.0, 4011.0, 4003.0, 3970.0, 3979.0, 3991.0, 3981.0, 3994.0, 3992.0, 4012.0, 4013.0, 4024.0, 3993.0, 3981.0, 3981.0, 3979.0, 3991.0, 3997.0, 3979.0, 3977.0, 3969.0, 3980.0, 3982.0, 3991.0, 4001.0, 3991.0, 3990.0, 3981.0, 3980.0, 3981.0, 3967.0, 3956.0, 3955.0, 3954.0, 3954.0, 3965.0, 3955.0, 3976.0, 3966.0, 3974.0, 3974.0, 3953.0, 3972.0, 3952.0, 3972.0, 3941.0, 3952.0, 3962.0, 3952.0, 3939.0, 3941.0, 3952.0, 3952.0, 3943.0, 3942.0, 3941.0, 3953.0, 3953.0, 3955.0, 3955.0, 3954.0, 3957.0, 3956.0, 3955.0, 3957.0, 3967.0, 3969.0, 3989.0, 3982.0, 3995.0, 3991.0, 3983.0, 3993.0, 3981.0, 3983.0, 3980.0, 3983.0, 4005.0, 3994.0, 3985.0, 3973.0, 3993.0, 3986.0, 3996.0, 3999.0, 4000.0, 4019.0, 4022.0, 4020.0, 4010.0, 4013.0, 3998.0], 'WindowWidth': [9037.0, 9036.0, 8987.0, 9005.0, 8975.0, 8980.0, 8994.0, 8979.0, 8957.0, 8956.0, 8970.0, 8928.0, 8973.0, 8979.0, 8977.0, 8969.0, 8943.0, 8959.0, 8956.0, 8973.0, 8962.0, 8959.0, 8972.0, 8998.0, 8994.0, 8975.0, 8973.0, 8971.0, 8976.0, 8957.0, 8970.0, 8953.0, 8966.0, 8955.0, 8949.0, 8949.0, 8950.0, 8918.0, 8952.0, 8953.0, 8965.0, 8951.0, 8920.0, 8952.0, 8952.0, 8968.0, 8974.0, 8944.0, 8977.0, 8993.0, 8980.0, 8980.0, 8963.0, 8977.0, 8975.0, 8995.0, 8984.0, 8959.0, 8970.0, 8973.0, 8961.0, 8976.0, 8963.0, 8998.0, 8977.0, 8993.0, 8979.0, 8961.0, 8975.0, 8980.0, 8977.0, 9003.0, 8976.0, 8973.0, 8960.0, 8975.0, 8974.0, 8960.0, 8981.0, 8985.0, 8994.0, 8981.0, 8952.0, 8981.0, 8979.0, 8997.0, 8993.0, 8992.0, 8981.0, 8988.0, 8978.0, 8960.0, 8973.0, 8973.0, 8975.0, 8985.0, 8988.0, 8959.0, 8968.0, 8972.0, 8943.0, 8973.0, 8972.0, 8972.0, 8974.0, 8942.0, 8962.0, 8946.0, 8971.0, 8976.0, 8981.0, 9000.0, 8969.0, 8999.0, 8996.0, 9002.0, 9006.0, 9002.0, 9007.0, 9011.0, 8982.0, 9004.0, 8981.0, 8985.0, 8960.0, 8956.0, 8959.0, 8970.0, 8967.0, 8959.0, 8955.0, 8959.0, 8981.0, 8972.0, 8962.0, 8969.0, 8958.0, 8944.0, 8979.0, 8960.0, 8976.0, 8995.0, 8975.0, 8981.0, 8988.0, 8974.0, 8972.0, 8976.0, 8981.0, 8991.0, 8976.0, 8956.0, 8957.0, 8958.0, 8974.0, 8976.0, 8944.0, 8970.0, 8970.0, 8957.0, 8959.0, 8952.0, 8956.0, 8937.0, 8971.0, 8956.0, 8955.0, 8957.0, 8940.0, 8971.0, 8976.0, 8961.0, 8995.0, 8994.0, 8998.0, 9001.0, 8997.0, 8983.0, 8989.0, 8983.0, 8992.0, 8960.0, 8965.0, 8951.0, 8919.0, 8950.0, 8952.0, 8953.0, 8977.0, 8927.0, 8969.0, 8973.0, 8977.0, 8975.0, 8942.0, 8974.0, 8959.0, 8974.0, 8959.0, 8967.0, 8955.0, 8954.0, 8956.0, 8966.0, 8972.0, 8923.0, 8951.0, 8953.0, 8954.0, 8956.0, 8941.0, 8971.0, 8960.0, 8936.0, 8981.0, 8962.0, 8976.0, 8946.0, 8976.0, 8972.0, 8954.0, 8955.0, 8955.0, 8956.0, 8965.0, 8953.0, 8948.0, 8953.0, 8955.0, 8966.0, 8958.0, 8943.0, 8977.0, 8961.0, 8976.0, 8976.0, 8961.0, 8986.0, 8947.0, 8979.0, 8977.0, 8962.0, 8979.0, 8952.0, 8983.0, 8983.0, 8970.0, 8984.0, 8949.0, 8980.0, 8959.0, 8999.0, 8978.0, 8992.0, 8946.0, 8937.0, 8957.0, 8953.0, 8938.0, 8960.0, 8983.0, 8978.0, 8976.0, 8989.0, 8956.0, 8951.0, 8953.0, 8932.0, 8952.0, 8950.0, 8968.0, 8939.0, 8946.0, 8930.0, 8930.0, 8901.0, 8954.0, 8928.0, 8929.0, 8926.0, 8958.0, 8929.0, 8914.0, 8926.0, 8929.0, 8914.0, 8931.0, 8937.0, 8929.0, 8912.0, 8909.0, 8928.0, 8894.0, 8907.0, 8902.0, 8909.0, 8909.0, 8877.0, 8908.0, 8925.0, 8927.0, 8920.0, 8934.0, 8928.0, 8931.0, 8896.0, 8926.0, 8926.0, 8926.0, 8930.0, 8941.0, 8954.0, 8916.0, 8931.0, 8934.0, 8958.0, 8929.0, 8930.0, 8902.0, 8934.0, 8920.0, 8936.0, 8937.0, 8964.0, 8937.0, 8919.0, 8931.0, 8931.0, 8937.0, 8930.0, 8929.0, 8914.0, 8897.0, 8933.0, 8935.0, 8957.0, 8942.0, 8906.0, 8938.0, 8940.0, 8955.0, 8959.0, 8941.0, 8959.0, 8960.0, 8975.0, 8967.0, 8958.0, 8960.0, 8952.0, 8939.0, 8938.0, 8955.0, 8942.0, 8951.0, 8956.0, 8941.0, 8956.0, 8942.0, 8943.0, 8968.0, 8954.0, 8961.0, 8924.0, 8957.0, 8937.0, 8954.0, 8939.0, 8948.0, 8937.0, 8920.0, 8940.0, 8933.0, 8928.0, 8917.0, 8945.0, 8934.0, 8945.0, 8932.0, 8937.0, 8909.0, 8955.0, 8954.0, 8942.0, 8943.0, 8924.0, 8959.0, 8974.0, 8960.0, 8963.0, 8915.0, 8957.0, 8959.0, 8949.0, 8972.0, 8949.0, 8963.0, 8959.0, 8977.0, 8961.0, 8975.0, 8972.0, 8939.0, 8981.0, 8936.0, 8921.0, 8932.0, 8935.0, 8934.0, 8930.0, 8960.0, 8936.0, 8904.0, 8935.0, 8936.0, 8890.0, 8918.0, 8925.0, 8932.0, 8944.0, 8948.0, 8908.0, 8933.0, 8920.0, 8869.0, 8884.0, 8886.0, 8850.0, 8886.0, 8885.0, 8890.0, 8899.0, 8915.0, 8888.0, 8896.0, 8886.0, 8868.0, 8865.0, 8879.0, 8865.0, 8884.0, 8882.0, 8883.0, 8893.0, 8910.0, 8926.0, 8916.0, 8930.0, 8915.0, 8916.0, 8890.0, 8923.0, 8923.0, 8916.0, 8901.0, 8916.0, 8917.0, 8889.0, 8922.0, 8906.0, 8939.0, 8937.0, 8919.0, 8940.0, 8924.0, 8938.0, 8939.0, 8967.0, 8938.0, 8937.0, 8933.0, 8927.0, 8951.0, 8947.0, 8927.0, 8961.0, 8954.0, 8959.0, 8945.0, 8939.0, 8938.0, 8923.0, 8921.0, 8937.0, 8925.0, 8942.0, 8940.0, 8942.0, 8944.0, 8930.0, 8982.0, 8964.0, 8965.0, 8966.0, 8948.0, 8970.0, 8968.0, 8984.0, 8970.0, 8981.0, 8969.0, 8938.0, 8967.0, 8969.0, 8983.0, 8969.0, 9001.0, 8988.0, 8966.0, 8935.0, 8953.0, 8943.0, 8952.0, 8949.0, 8982.0, 8949.0, 8989.0, 8934.0, 8971.0, 8930.0, 8937.0, 8923.0, 8919.0, 8938.0, 8934.0, 8917.0, 8904.0, 8898.0, 8920.0, 8902.0, 8917.0, 8932.0, 8934.0, 8925.0, 8910.0, 8940.0, 8936.0, 8941.0, 8944.0, 8926.0, 8944.0, 8950.0, 8941.0, 8961.0, 8945.0, 8925.0, 8923.0, 8934.0, 8935.0, 8925.0, 8954.0, 8940.0, 8948.0, 8926.0, 8923.0, 8942.0, 8942.0, 8922.0, 8924.0, 8938.0, 8925.0, 8937.0, 8922.0, 8924.0, 8908.0, 8926.0, 8921.0, 8940.0, 8932.0, 8933.0, 8920.0, 8930.0, 8917.0, 8916.0, 8916.0, 8916.0, 8902.0, 8920.0, 8927.0, 8942.0, 8944.0, 8942.0, 8931.0, 8946.0, 8946.0, 8942.0, 8937.0, 8943.0, 8927.0, 8924.0, 8911.0, 8921.0, 8927.0, 8921.0, 8925.0, 8911.0, 8925.0, 8943.0, 8944.0, 8954.0, 8939.0, 8954.0, 8938.0, 8952.0, 8968.0, 8970.0, 8973.0, 8941.0, 8973.0, 8976.0, 8995.0, 8981.0, 8975.0, 8980.0, 8995.0, 8994.0, 8992.0, 9003.0, 8975.0, 8954.0, 8974.0, 8969.0, 8988.0, 8968.0, 8984.0, 8945.0, 8971.0, 8950.0, 8973.0, 8948.0, 8985.0, 8944.0, 8927.0, 8947.0, 8950.0, 8960.0, 8944.0, 8958.0, 8959.0, 8950.0, 8971.0, 8946.0, 8959.0, 8940.0, 8962.0, 8925.0, 8921.0, 8936.0, 8935.0, 8937.0, 8923.0, 8936.0, 8924.0, 8922.0, 8941.0, 8947.0, 8943.0, 8929.0, 8913.0, 8946.0, 8933.0, 8962.0, 8947.0, 8938.0, 8975.0, 8941.0, 8964.0, 8967.0, 8970.0, 8973.0, 9011.0, 8988.0, 8963.0, 8966.0, 8969.0, 8924.0, 8968.0, 8949.0, 8965.0, 8985.0, 8973.0, 8970.0, 8962.0, 8970.0, 8954.0, 8968.0, 8960.0, 8960.0, 8964.0, 8996.0, 8977.0, 8946.0, 8941.0, 8940.0, 8921.0, 8940.0, 8954.0, 8942.0, 8926.0, 8952.0, 8942.0, 8951.0, 8939.0, 8938.0, 8894.0, 8937.0, 8921.0, 8939.0, 8941.0, 8943.0, 8944.0, 8952.0, 8963.0, 8928.0, 8939.0, 8935.0, 8938.0, 8941.0, 8962.0, 8959.0, 8939.0, 8912.0, 8944.0, 8925.0, 8943.0, 8956.0, 8959.0, 8942.0, 8973.0, 8949.0, 8954.0, 8945.0, 8953.0, 8927.0, 8919.0, 8939.0, 8938.0, 8928.0, 8920.0, 8921.0, 8935.0, 8925.0, 8925.0, 8945.0, 8967.0, 8946.0, 8941.0, 8948.0, 8949.0, 8943.0, 8933.0, 8935.0, 8913.0, 8916.0, 8917.0, 8911.0, 8918.0, 8920.0, 8936.0, 8918.0, 8936.0, 8941.0, 8913.0, 8962.0, 8955.0, 8960.0, 8955.0, 8963.0, 8957.0, 8946.0, 8967.0, 8945.0, 8967.0, 8955.0, 8964.0, 8937.0, 8919.0, 8920.0, 8920.0, 8908.0, 8940.0, 8940.0, 8961.0, 8940.0, 8942.0, 8940.0, 8937.0, 8942.0, 8950.0, 8940.0, 8956.0, 8934.0, 8937.0, 8952.0, 8927.0, 8947.0, 8936.0, 8918.0, 8932.0, 8929.0, 8918.0, 8923.0, 8904.0, 8919.0, 8933.0, 8938.0, 8920.0, 8936.0, 8940.0, 8914.0, 8963.0, 8946.0, 8964.0, 8964.0, 8949.0, 8971.0, 8952.0, 8972.0, 8959.0, 8973.0, 8955.0, 8966.0, 8969.0, 8972.0, 8976.0, 8962.0, 8971.0, 8987.0, 8974.0, 8990.0, 9001.0, 9002.0, 8972.0, 8975.0, 9012.0, 8982.0, 8953.0, 8964.0, 8969.0, 8980.0, 8956.0, 8998.0, 8974.0, 8954.0, 8967.0, 8947.0, 8981.0, 8948.0, 8967.0, 8957.0, 8916.0, 8945.0, 8921.0, 8958.0, 8916.0, 8911.0, 8909.0, 8895.0, 8892.0, 8915.0, 8914.0, 8912.0, 8912.0, 8926.0, 8916.0, 8917.0, 8919.0, 8919.0, 8924.0, 8936.0, 8934.0, 8934.0, 8940.0, 8924.0, 8960.0, 8961.0, 8952.0, 8969.0, 8949.0, 8946.0, 8966.0, 8950.0, 8954.0, 8954.0, 8971.0, 8969.0, 8966.0, 8970.0, 8954.0, 8969.0, 8976.0, 8957.0, 8971.0, 8970.0, 8959.0, 8974.0, 8961.0, 8976.0, 8995.0, 8996.0, 8997.0, 8988.0, 8978.0, 8990.0, 8986.0, 8975.0, 8960.0, 8971.0, 8977.0, 8979.0, 8996.0, 8948.0, 8973.0, 8973.0, 8985.0, 8980.0, 8955.0, 8970.0, 8965.0, 8972.0, 8974.0, 8967.0, 8972.0, 8969.0, 8968.0, 8977.0, 8961.0, 8971.0, 8971.0, 8958.0, 8968.0, 8972.0, 8974.0, 8977.0, 8977.0, 8970.0, 8977.0, 8959.0, 8969.0, 8970.0, 9004.0, 8955.0, 8965.0, 8966.0, 8946.0, 8961.0, 8953.0, 8956.0, 8947.0, 8950.0, 8950.0, 8953.0, 8967.0, 8968.0, 8972.0, 8943.0, 8971.0, 8972.0, 8974.0, 8973.0, 8955.0, 8970.0, 8953.0, 8966.0, 8956.0, 8993.0, 8968.0, 8974.0, 8947.0, 8948.0, 8949.0, 8949.0, 8946.0, 8964.0, 8963.0, 8955.0, 8952.0, 8960.0, 8966.0, 8964.0, 8949.0, 8953.0, 8947.0, 8966.0, 8955.0, 8966.0, 8949.0, 8986.0, 8967.0, 8960.0, 8936.0, 8965.0, 8937.0, 8950.0, 8966.0, 8970.0, 8972.0, 8985.0, 8961.0, 8969.0, 8955.0, 8948.0, 8971.0, 8932.0, 8966.0, 8926.0, 8922.0, 8940.0, 8943.0, 8937.0, 8925.0, 8940.0, 8941.0, 8924.0, 8927.0, 8949.0, 8932.0, 8956.0, 8940.0, 8941.0, 8928.0, 8928.0, 8930.0, 8937.0, 8943.0, 8927.0, 8943.0, 8943.0, 8945.0, 8973.0, 8935.0, 8952.0, 8952.0, 8953.0, 8972.0, 8955.0, 8973.0, 8958.0, 8970.0, 8969.0, 8972.0, 8972.0, 8995.0, 8971.0, 8962.0, 8966.0, 8954.0, 8983.0, 8972.0, 8981.0, 8975.0, 8972.0, 8970.0, 8952.0, 8967.0, 8950.0, 8938.0, 8967.0, 8938.0, 8968.0, 8975.0, 8975.0, 8979.0, 9001.0, 8995.0, 8960.0, 8969.0, 8971.0, 9002.0, 8974.0, 8989.0, 8972.0, 8988.0, 8964.0, 8944.0, 8944.0, 8929.0, 8945.0, 8948.0, 8932.0, 8948.0, 8933.0, 8951.0, 8953.0, 8971.0, 8956.0, 8952.0, 8953.0, 8976.0, 8970.0, 8950.0, 8953.0, 8949.0, 8949.0, 8970.0, 8980.0, 8971.0, 8936.0, 8943.0, 8948.0, 8935.0, 8949.0, 8933.0, 8958.0, 8969.0, 8968.0, 8973.0, 8995.0, 8975.0, 8955.0, 8973.0, 8958.0, 8976.0, 8950.0, 8952.0, 8965.0, 8934.0, 8971.0, 8950.0, 8957.0, 8947.0, 8929.0, 8943.0, 8930.0, 8943.0, 8929.0, 8939.0, 8933.0, 8926.0, 8942.0, 8944.0, 8960.0, 8952.0, 8931.0, 8947.0, 8935.0, 8930.0, 8972.0, 8945.0, 8977.0, 8976.0, 8983.0, 9016.0, 8997.0, 8972.0, 8977.0, 8948.0, 8971.0, 8952.0, 8981.0, 8955.0, 9005.0, 8969.0, 8964.0, 8941.0, 8919.0, 8911.0, 8942.0, 8929.0, 8952.0, 8926.0, 8944.0, 8965.0, 8934.0, 8968.0, 8959.0, 8969.0, 8966.0, 8969.0, 8961.0, 8971.0, 8976.0, 8940.0, 8956.0, 8969.0, 8968.0, 8953.0, 8976.0, 8952.0, 8991.0, 8967.0, 8985.0, 8964.0, 8943.0, 8913.0, 8932.0, 8916.0, 8964.0, 8966.0, 8975.0, 8976.0, 8994.0, 8986.0, 8978.0, 8955.0, 8990.0, 8951.0, 8968.0, 8931.0, 8957.0, 8932.0, 8970.0, 8947.0, 8907.0, 8923.0, 8920.0, 8921.0, 8923.0, 8952.0, 8926.0, 8963.0, 8923.0, 8911.0, 8925.0, 8933.0, 8934.0, 8958.0, 8975.0, 8954.0, 8947.0, 8930.0, 8930.0, 8973.0, 8956.0, 8965.0, 8948.0, 8919.0, 8899.0, 8919.0, 8919.0, 8924.0, 8943.0, 8936.0, 8886.0, 8898.0, 8915.0, 8903.0, 8928.0, 8920.0, 8944.0, 8946.0, 8962.0, 8921.0, 8902.0, 8902.0, 8895.0, 8917.0, 8914.0, 8893.0, 8889.0, 8884.0, 8897.0, 8906.0, 8912.0, 8927.0, 8913.0, 8911.0, 8900.0, 8897.0, 8902.0, 8874.0, 8858.0, 8856.0, 8852.0, 8851.0, 8866.0, 8855.0, 8883.0, 8872.0, 8880.0, 8880.0, 8849.0, 8873.0, 8847.0, 8872.0, 8830.0, 8846.0, 8858.0, 8847.0, 8824.0, 8829.0, 8845.0, 8845.0, 8835.0, 8832.0, 8831.0, 8849.0, 8851.0, 8856.0, 8855.0, 8854.0, 8863.0, 8861.0, 8858.0, 8862.0, 8877.0, 8884.0, 8912.0, 8906.0, 8930.0, 8917.0, 8910.0, 8921.0, 8903.0, 8908.0, 8900.0, 8910.0, 8942.0, 8925.0, 8915.0, 8897.0, 8923.0, 8918.0, 8931.0, 8941.0, 8943.0, 8968.0, 8980.0, 8972.0, 8961.0, 8966.0, 8940.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.0007919545454545455</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02809653984848485</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.03002901924943</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.200613488286582</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9941621254207739</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4475</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7728.2246</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11229461163007402</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.333333333333334</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4427691809482166</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.348144489470418</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7376593892745684</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.242503664099664</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0203061</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0157602708786726</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030065204948186874</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7843764410264136</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>30.7717</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0763</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.0931</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308146.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>675.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.0651</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0406</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.6783</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3260.7483</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3484.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68398.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>999.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4305.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.6205</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.73755421990063</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> |