=== 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-0033 --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-0033",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-04/func/sub-0033_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>a74dc220937690398d9a172124dcac7c</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>10:26:0.955000</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.999273, 0.0169042, 0.0341761, -0.0148256, 0.998077, -0.0601839]</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.104473</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>[4162, -7732, -7262, 441, -70, -31, 23, 63]</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>290.949</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ecca08cc-919d-4374-a237-6e3c3efe866c||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.680975914001465, -0.03977610915899277, 0.09484487771987915, 110.62857055664062], [-0.04535277187824249, 2.6777682304382324, -0.16101045906543732, -82.45999908447266], [0.09169194102287292, 0.16146913170814514, 2.693525552749634, -84.77753448486328], [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': ['102600.955000', '102601.415000', '102601.875000', '102602.335000', '102602.795000', '102603.255000', '102603.715000', '102604.175000', '102604.635000', '102605.095000', '102605.555000', '102606.015000', '102606.475000', '102606.935000', '102607.395000', '102607.855000', '102608.315000', '102608.775000', '102609.235000', '102609.695000', '102610.155000', '102610.615000', '102611.075000', '102611.535000', '102611.995000', '102612.455000', '102612.915000', '102613.375000', '102613.835000', '102614.295000', '102614.755000', '102615.215000', '102615.675000', '102616.135000', '102616.595000', '102617.055000', '102617.515000', '102617.975000', '102618.435000', '102618.895000', '102619.355000', '102619.815000', '102620.275000', '102620.735000', '102621.195000', '102621.655000', '102622.115000', '102622.575000', '102623.035000', '102623.495000', '102623.955000', '102624.415000', '102624.875000', '102625.335000', '102625.795000', '102626.255000', '102626.715000', '102627.175000', '102627.635000', '102628.095000', '102628.555000', '102629.015000', '102629.475000', '102629.935000', '102630.395000', '102630.855000', '102631.315000', '102631.775000', '102632.235000', '102632.695000', '102633.155000', '102633.615000', '102634.075000', '102634.535000', '102634.995000', '102635.455000', '102635.915000', '102636.375000', '102636.835000', '102637.295000', '102637.755000', '102638.215000', '102638.675000', '102639.135000', '102639.595000', '102640.055000', '102640.515000', '102640.975000', '102641.435000', '102641.895000', '102642.355000', '102642.815000', '102643.275000', '102643.735000', '102644.195000', '102644.655000', '102645.115000', '102645.575000', '102646.035000', '102646.495000', '102646.955000', '102647.415000', '102647.875000', '102648.335000', '102648.795000', '102649.255000', '102649.715000', '102650.175000', '102650.635000', '102651.095000', '102651.555000', '102652.015000', '102652.475000', '102652.935000', '102653.395000', '102653.855000', '102654.315000', '102654.775000', '102655.235000', '102655.695000', '102656.155000', '102656.615000', '102657.075000', '102657.535000', '102657.995000', '102658.455000', '102658.915000', '102659.375000', '102659.835000', '102700.295000', '102700.755000', '102701.215000', '102701.675000', '102702.135000', '102702.595000', '102703.055000', '102703.515000', '102703.975000', '102704.435000', '102704.895000', '102705.355000', '102705.815000', '102706.275000', '102706.735000', '102707.195000', '102707.655000', '102708.115000', '102708.575000', '102709.035000', '102709.495000', '102709.955000', '102710.415000', '102710.875000', '102711.335000', '102711.795000', '102712.255000', '102712.715000', '102713.175000', '102713.635000', '102714.095000', '102714.555000', '102715.015000', '102715.475000', '102715.935000', '102716.395000', '102716.855000', '102717.315000', '102717.775000', '102718.235000', '102718.695000', '102719.155000', '102719.615000', '102720.075000', '102720.535000', '102720.995000', '102721.455000', '102721.915000', '102722.375000', '102722.835000', '102723.295000', '102723.755000', '102724.215000', '102724.675000', '102725.135000', '102725.595000', '102726.055000', '102726.515000', '102726.975000', '102727.435000', '102727.895000', '102728.355000', '102728.815000', '102729.275000', '102729.735000', '102730.195000', '102730.655000', '102731.115000', '102731.575000', '102732.035000', '102732.495000', '102732.955000', '102733.415000', '102733.875000', '102734.335000', '102734.795000', '102735.255000', '102735.715000', '102736.175000', '102736.635000', '102737.095000', '102737.555000', '102738.015000', '102738.475000', '102738.935000', '102739.395000', '102739.855000', '102740.315000', '102740.775000', '102741.235000', '102741.695000', '102742.155000', '102742.615000', '102743.075000', '102743.535000', '102743.995000', '102744.455000', '102744.915000', '102745.375000', '102745.835000', '102746.295000', '102746.755000', '102747.215000', '102747.675000', '102748.135000', '102748.595000', '102749.055000', '102749.515000', '102749.975000', '102750.435000', '102750.895000', '102751.355000', '102751.815000', '102752.275000', '102752.735000', '102753.195000', '102753.655000', '102754.115000', '102754.575000', '102755.035000', '102755.495000', '102755.955000', '102756.415000', '102756.875000', '102757.335000', '102757.795000', '102758.255000', '102758.715000', '102759.175000', '102759.635000', '102800.095000', '102800.555000', '102801.015000', '102801.475000', '102801.935000', '102802.395000', '102802.855000', '102803.315000', '102803.775000', '102804.235000', '102804.695000', '102805.155000', '102805.615000', '102806.075000', '102806.535000', '102806.995000', '102807.455000', '102807.915000', '102808.375000', '102808.835000', '102809.295000', '102809.755000', '102810.215000', '102810.675000', '102811.135000', '102811.595000', '102812.055000', '102812.515000', '102812.975000', '102813.435000', '102813.895000', '102814.355000', '102814.815000', '102815.275000', '102815.735000', '102816.195000', '102816.655000', '102817.115000', '102817.575000', '102818.035000', '102818.495000', '102818.955000', '102819.415000', '102819.875000', '102820.335000', '102820.795000', '102821.255000', '102821.715000', '102822.175000', '102822.635000', '102823.095000', '102823.555000', '102824.015000', '102824.475000', '102824.935000', '102825.395000', '102825.855000', '102826.315000', '102826.775000', '102827.235000', '102827.695000', '102828.155000', '102828.615000', '102829.075000', '102829.535000', '102829.995000', '102830.455000', '102830.915000', '102831.375000', '102831.835000', '102832.295000', '102832.755000', '102833.215000', '102833.675000', '102834.135000', '102834.595000', '102835.055000', '102835.515000', '102835.975000', '102836.435000', '102836.895000', '102837.355000', '102837.815000', '102838.275000', '102838.735000', '102839.195000', '102839.655000', '102840.115000', '102840.575000', '102841.035000', '102841.495000', '102841.955000', '102842.415000', '102842.875000', '102843.335000', '102843.795000', '102844.255000', '102844.715000', '102845.175000', '102845.635000', '102846.095000', '102846.555000', '102847.015000', '102847.475000', '102847.935000', '102848.395000', '102848.855000', '102849.315000', '102849.775000', '102850.235000', '102850.695000', '102851.155000', '102851.615000', '102852.075000', '102852.535000', '102852.995000', '102853.455000', '102853.915000', '102854.375000', '102854.835000', '102855.295000', '102855.755000', '102856.215000', '102856.675000', '102857.135000', '102857.595000', '102858.055000', '102858.515000', '102858.975000', '102859.435000', '102859.895000', '102900.355000', '102900.815000', '102901.275000', '102901.735000', '102902.195000', '102902.655000', '102903.115000', '102903.575000', '102904.035000', '102904.495000', '102904.955000', '102905.415000', '102905.875000', '102906.335000', '102906.795000', '102907.255000', '102907.715000', '102908.175000', '102908.635000', '102909.095000', '102909.555000', '102910.015000', '102910.475000', '102910.935000', '102911.395000', '102911.855000', '102912.315000', '102912.775000', '102913.235000', '102913.695000', '102914.155000', '102914.615000', '102915.075000', '102915.535000', '102915.995000', '102916.455000', '102916.915000', '102917.375000', '102917.835000', '102918.295000', '102918.755000', '102919.215000', '102919.675000', '102920.135000', '102920.595000', '102921.055000', '102921.515000', '102921.975000', '102922.435000', '102922.895000', '102923.355000', '102923.815000', '102924.275000', '102924.735000', '102925.195000', '102925.655000', '102926.115000', '102926.575000', '102927.035000', '102927.495000', '102927.955000', '102928.415000', '102928.875000', '102929.335000', '102929.795000', '102930.255000', '102930.715000', '102931.175000', '102931.635000', '102932.095000', '102932.555000', '102933.015000', '102933.475000', '102933.935000', '102934.395000', '102934.855000', '102935.315000', '102935.775000', '102936.235000', '102936.695000', '102937.155000', '102937.615000', '102938.075000', '102938.535000', '102938.995000', '102939.455000', '102939.915000', '102940.375000', '102940.835000', '102941.295000', '102941.755000', '102942.215000', '102942.675000', '102943.135000', '102943.595000', '102944.055000', '102944.515000', '102944.975000', '102945.435000', '102945.895000', '102946.355000', '102946.815000', '102947.275000', '102947.735000', '102948.195000', '102948.655000', '102949.115000', '102949.575000', '102950.035000', '102950.495000', '102950.955000', '102951.415000', '102951.875000', '102952.335000', '102952.795000', '102953.255000', '102953.715000', '102954.175000', '102954.635000', '102955.095000', '102955.555000', '102956.015000', '102956.475000', '102956.935000', '102957.395000', '102957.855000', '102958.315000', '102958.775000', '102959.235000', '102959.695000', '103000.155000', '103000.615000', '103001.075000', '103001.535000', '103001.995000', '103002.455000', '103002.915000', '103003.375000', '103003.835000', '103004.295000', '103004.755000', '103005.215000', '103005.675000', '103006.135000', '103006.595000', '103007.055000', '103007.515000', '103007.975000', '103008.435000', '103008.895000', '103009.355000', '103009.815000', '103010.275000', '103010.735000', '103011.195000', '103011.655000', '103012.115000', '103012.575000', '103013.035000', '103013.495000', '103013.955000', '103014.415000', '103014.875000', '103015.335000', '103015.795000', '103016.255000', '103016.715000', '103017.175000', '103017.635000', '103018.095000', '103018.555000', '103019.015000', '103019.475000', '103019.935000', '103020.395000', '103020.855000', '103021.315000', '103021.775000', '103022.235000', '103022.695000', '103023.155000', '103023.615000', '103024.075000', '103024.535000', '103024.995000', '103025.455000', '103025.915000', '103026.375000', '103026.835000', '103027.295000', '103027.755000', '103028.215000', '103028.675000', '103029.135000', '103029.595000', '103030.055000', '103030.515000', '103030.975000', '103031.435000', '103031.895000', '103032.355000', '103032.815000', '103033.275000', '103033.735000', '103034.195000', '103034.655000', '103035.115000', '103035.575000', '103036.035000', '103036.495000', '103036.955000', '103037.415000', '103037.875000', '103038.335000', '103038.795000', '103039.255000', '103039.715000', '103040.175000', '103040.635000', '103041.095000', '103041.555000', '103042.015000', '103042.475000', '103042.935000', '103043.395000', '103043.855000', '103044.315000', '103044.775000', '103045.235000', '103045.695000', '103046.155000', '103046.615000', '103047.075000', '103047.535000', '103047.995000', '103048.455000', '103048.915000', '103049.375000', '103049.835000', '103050.295000', '103050.755000', '103051.215000', '103051.675000', '103052.135000', '103052.595000', '103053.055000', '103053.515000', '103053.975000', '103054.435000', '103054.895000', '103055.355000', '103055.815000', '103056.275000', '103056.735000', '103057.195000', '103057.655000', '103058.115000', '103058.575000', '103059.035000', '103059.495000', '103059.955000', '103100.415000', '103100.875000', '103101.335000', '103101.795000', '103102.255000', '103102.715000', '103103.175000', '103103.635000', '103104.095000', '103104.555000', '103105.015000', '103105.475000', '103105.935000', '103106.395000', '103106.855000', '103107.315000', '103107.775000', '103108.235000', '103108.695000', '103109.155000', '103109.615000', '103110.075000', '103110.535000', '103110.995000', '103111.455000', '103111.915000', '103112.375000', '103112.835000', '103113.295000', '103113.755000', '103114.215000', '103114.675000', '103115.135000', '103115.595000', '103116.055000', '103116.515000', '103116.975000', '103117.435000', '103117.895000', '103118.355000', '103118.815000', '103119.275000', '103119.735000', '103120.195000', '103120.655000', '103121.115000', '103121.575000', '103122.035000', '103122.495000', '103122.955000', '103123.415000', '103123.875000', '103124.335000', '103124.795000', '103125.255000', '103125.715000', '103126.175000', '103126.635000', '103127.095000', '103127.555000', '103128.015000', '103128.475000', '103128.935000', '103129.395000', '103129.855000', '103130.315000', '103130.775000', '103131.235000', '103131.695000', '103132.155000', '103132.615000', '103133.075000', '103133.535000', '103133.995000', '103134.455000', '103134.915000', '103135.375000', '103135.835000', '103136.295000', '103136.755000', '103137.215000', '103137.675000', '103138.135000', '103138.595000', '103139.055000', '103139.515000', '103139.975000', '103140.435000', '103140.895000', '103141.355000', '103141.815000', '103142.275000', '103142.735000', '103143.195000', '103143.655000', '103144.115000', '103144.575000', '103145.035000', '103145.495000', '103145.955000', '103146.415000', '103146.875000', '103147.335000', '103147.795000', '103148.255000', '103148.715000', '103149.175000', '103149.635000', '103150.095000', '103150.555000', '103151.015000', '103151.475000', '103151.935000', '103152.395000', '103152.855000', '103153.315000', '103153.775000', '103154.235000', '103154.695000', '103155.155000', '103155.615000', '103156.075000', '103156.535000', '103156.995000', '103157.455000', '103157.915000', '103158.375000', '103158.835000', '103159.295000', '103159.755000', '103200.215000', '103200.675000', '103201.135000', '103201.595000', '103202.055000', '103202.515000', '103202.975000', '103203.435000', '103203.895000', '103204.355000', '103204.815000', '103205.275000', '103205.735000', '103206.195000', '103206.655000', '103207.115000', '103207.575000', '103208.035000', '103208.495000', '103208.955000', '103209.415000', '103209.875000', '103210.335000', '103210.795000', '103211.255000', '103211.715000', '103212.175000', '103212.635000', '103213.095000', '103213.555000', '103214.015000', '103214.475000', '103214.935000', '103215.395000', '103215.855000', '103216.315000', '103216.775000', '103217.235000', '103217.695000', '103218.155000', '103218.615000', '103219.075000', '103219.535000', '103219.995000', '103220.455000', '103220.915000', '103221.375000', '103221.835000', '103222.295000', '103222.755000', '103223.215000', '103223.675000', '103224.135000', '103224.595000', '103225.055000', '103225.515000', '103225.975000', '103226.435000', '103226.895000', '103227.355000', '103227.815000', '103228.275000', '103228.735000', '103229.195000', '103229.655000', '103230.115000', '103230.575000', '103231.035000', '103231.495000', '103231.955000', '103232.415000', '103232.875000', '103233.335000', '103233.795000', '103234.255000', '103234.715000', '103235.175000', '103235.635000', '103236.095000', '103236.555000', '103237.015000', '103237.475000', '103237.935000', '103238.395000', '103238.855000', '103239.315000', '103239.775000', '103240.235000', '103240.695000', '103241.155000', '103241.615000', '103242.075000', '103242.535000', '103242.995000', '103243.455000', '103243.915000', '103244.375000', '103244.835000', '103245.295000', '103245.755000', '103246.215000', '103246.675000', '103247.135000', '103247.595000', '103248.055000', '103248.515000', '103248.975000', '103249.435000', '103249.895000', '103250.355000', '103250.815000', '103251.275000', '103251.735000', '103252.195000', '103252.655000', '103253.115000', '103253.575000', '103254.035000', '103254.495000', '103254.955000', '103255.415000', '103255.875000', '103256.335000', '103256.795000', '103257.255000', '103257.715000', '103258.175000', '103258.635000', '103259.095000', '103259.555000', '103300.015000', '103300.475000', '103300.935000', '103301.395000', '103301.855000', '103302.315000', '103302.775000', '103303.235000', '103303.695000', '103304.155000', '103304.615000', '103305.075000', '103305.535000', '103305.995000', '103306.455000', '103306.915000', '103307.375000', '103307.835000', '103308.295000', '103308.755000', '103309.215000', '103309.675000', '103310.135000', '103310.595000', '103311.055000', '103311.515000', '103311.975000', '103312.435000', '103312.895000', '103313.355000', '103313.815000', '103314.275000', '103314.735000', '103315.195000', '103315.655000', '103316.115000', '103316.575000', '103317.035000', '103317.495000', '103317.955000', '103318.415000', '103318.875000', '103319.335000', '103319.795000', '103320.255000', '103320.715000', '103321.175000', '103321.635000', '103322.095000', '103322.555000', '103323.015000', '103323.475000', '103323.935000', '103324.395000', '103324.855000', '103325.315000', '103325.775000', '103326.235000', '103326.695000', '103327.155000', '103327.615000', '103328.075000', '103328.535000', '103328.995000', '103329.455000', '103329.915000', '103330.375000', '103330.835000', '103331.295000', '103331.755000', '103332.215000', '103332.675000', '103333.135000', '103333.595000', '103334.055000', '103334.515000', '103334.975000', '103335.435000', '103335.895000', '103336.355000', '103336.815000', '103337.275000', '103337.735000', '103338.195000', '103338.655000', '103339.115000', '103339.575000', '103340.035000', '103340.495000', '103340.955000', '103341.415000', '103341.875000', '103342.335000', '103342.795000', '103343.255000', '103343.715000', '103344.175000', '103344.635000', '103345.095000', '103345.555000', '103346.015000', '103346.475000', '103346.935000', '103347.395000', '103347.855000', '103348.315000', '103348.775000', '103349.235000', '103349.695000', '103350.155000', '103350.615000', '103351.075000', '103351.535000', '103351.995000', '103352.455000', '103352.915000', '103353.375000', '103353.835000', '103354.295000', '103354.755000', '103355.215000', '103355.675000', '103356.135000', '103356.595000', '103357.055000', '103357.515000', '103357.975000', '103358.435000', '103358.895000', '103359.355000', '103359.815000', '103400.275000', '103400.735000', '103401.195000', '103401.655000', '103402.115000', '103402.575000', '103403.035000', '103403.495000', '103403.955000', '103404.415000', '103404.875000', '103405.335000', '103405.795000', '103406.255000', '103406.715000', '103407.175000', '103407.635000', '103408.095000', '103408.555000', '103409.015000', '103409.475000', '103409.935000', '103410.395000', '103410.855000', '103411.315000', '103411.775000', '103412.235000', '103412.695000', '103413.155000', '103413.615000', '103414.075000', '103414.535000', '103414.995000', '103415.455000', '103415.915000', '103416.375000', '103416.835000', '103417.295000', '103417.755000', '103418.215000', '103418.675000', '103419.135000', '103419.595000', '103420.055000', '103420.515000', '103420.975000', '103421.435000', '103421.895000', '103422.355000', '103422.815000', '103423.275000', '103423.735000', '103424.195000', '103424.655000', '103425.115000', '103425.575000', '103426.035000', '103426.495000', '103426.955000', '103427.415000', '103427.875000', '103428.335000', '103428.795000', '103429.255000', '103429.715000', '103430.175000', '103430.635000', '103431.095000', '103431.555000', '103432.015000', '103432.475000', '103432.935000', '103433.395000', '103433.855000', '103434.315000', '103434.775000', '103435.235000', '103435.695000', '103436.155000', '103436.615000', '103437.075000', '103437.535000', '103437.995000', '103438.455000', '103438.915000', '103439.375000', '103439.835000', '103440.295000', '103440.755000', '103441.215000', '103441.675000', '103442.135000', '103442.595000', '103443.055000', '103443.515000', '103443.975000', '103444.435000', '103444.895000', '103445.355000', '103445.815000', '103446.275000', '103446.735000', '103447.195000', '103447.655000', '103448.115000', '103448.575000', '103449.035000', '103449.495000', '103449.955000', '103450.415000', '103450.875000', '103451.335000', '103451.795000', '103452.255000', '103452.715000', '103453.175000', '103453.635000', '103454.095000', '103454.555000', '103455.015000', '103455.475000', '103455.935000', '103456.395000', '103456.855000', '103457.315000', '103457.775000', '103458.235000', '103458.695000', '103459.155000', '103459.615000', '103500.075000', '103500.535000', '103500.995000', '103501.455000', '103501.915000', '103502.375000', '103502.835000', '103503.295000', '103503.755000', '103504.215000', '103504.675000', '103505.135000', '103505.595000', '103506.055000', '103506.515000', '103506.975000', '103507.435000', '103507.895000', '103508.355000', '103508.815000', '103509.275000', '103509.735000', '103510.195000', '103510.655000', '103511.115000', '103511.575000', '103512.035000', '103512.495000', '103512.955000', '103513.415000', '103513.875000', '103514.335000', '103514.795000', '103515.255000', '103515.715000', '103516.175000', '103516.635000', '103517.095000', '103517.555000', '103518.015000', '103518.475000', '103518.935000', '103519.395000', '103519.855000', '103520.315000', '103520.775000', '103521.235000', '103521.695000', '103522.155000', '103522.615000', '103523.075000', '103523.535000', '103523.995000', '103524.455000', '103524.915000', '103525.375000', '103525.835000', '103526.295000', '103526.755000', '103527.215000', '103527.675000', '103528.135000', '103528.595000', '103529.055000', '103529.515000', '103529.975000', '103530.435000', '103530.895000', '103531.355000', '103531.815000', '103532.275000', '103532.735000', '103533.195000', '103533.655000', '103534.115000', '103534.575000', '103535.035000', '103535.495000', '103535.955000', '103536.415000', '103536.875000', '103537.335000', '103537.795000', '103538.255000', '103538.715000', '103539.175000', '103539.635000', '103540.095000', '103540.555000', '103541.015000', '103541.475000', '103541.935000', '103542.395000', '103542.855000', '103543.315000', '103543.775000', '103544.235000', '103544.695000', '103545.155000', '103545.615000', '103546.075000', '103546.535000', '103546.995000', '103547.455000', '103547.915000', '103548.375000', '103548.835000', '103549.295000', '103549.755000', '103550.215000', '103550.675000', '103551.135000', '103551.595000', '103552.055000', '103552.515000', '103552.975000', '103553.435000', '103553.895000', '103554.355000', '103554.815000', '103555.275000', '103555.735000', '103556.195000', '103556.655000', '103557.115000', '103557.575000', '103558.035000', '103558.495000', '103558.955000', '103559.415000', '103559.875000', '103600.335000', '103600.795000', '103601.255000', '103601.715000', '103602.175000', '103602.635000', '103603.095000', '103603.555000', '103604.015000', '103604.475000', '103604.935000', '103605.395000', '103605.855000', '103606.315000', '103606.775000', '103607.235000', '103607.695000', '103608.155000', '103608.615000'], 'ContentTime': ['102621.645000', '102621.648000', '102621.651000', '102621.653000', '102621.656000', '102621.659000', '102621.661000', '102621.664000', '102621.666000', '102621.669000', '102621.671000', '102621.674000', '102621.676000', '102621.679000', '102621.681000', '102621.684000', '102621.687000', '102621.689000', '102621.692000', '102621.694000', '102621.697000', '102621.699000', '102621.706000', '102621.709000', '102621.711000', '102621.714000', '102621.716000', '102621.719000', '102621.721000', '102621.724000', '102621.726000', '102621.729000', '102621.732000', '102621.734000', '102621.737000', '102621.739000', '102621.742000', '102621.744000', '102621.747000', '102621.749000', '102621.752000', '102621.754000', '102641.611000', '102641.614000', '102641.617000', '102641.619000', '102641.622000', '102641.624000', '102641.627000', '102641.629000', '102641.632000', '102641.635000', '102641.637000', '102641.640000', '102641.642000', '102641.645000', '102641.647000', '102641.650000', '102641.652000', '102641.655000', '102641.658000', '102641.660000', '102641.663000', '102641.665000', '102641.668000', '102641.670000', '102641.673000', '102641.675000', '102641.678000', '102641.680000', '102641.683000', '102641.686000', '102641.688000', '102641.691000', '102641.693000', '102641.696000', '102641.698000', '102641.701000', '102641.703000', '102641.707000', '102641.710000', '102641.712000', '102641.715000', '102641.718000', '102641.720000', '102701.612000', '102701.614000', '102701.617000', '102701.619000', '102701.622000', '102701.624000', '102701.627000', '102701.630000', '102701.632000', '102701.635000', '102701.637000', '102701.640000', '102701.642000', '102701.645000', '102701.647000', '102701.650000', '102701.652000', '102701.655000', '102701.657000', '102701.660000', '102701.662000', '102701.665000', '102701.668000', '102701.670000', '102701.673000', '102701.675000', '102701.678000', '102701.695000', '102701.698000', '102701.700000', '102701.703000', '102701.706000', '102701.708000', '102701.711000', '102701.713000', '102701.716000', '102701.718000', '102701.721000', '102701.724000', '102701.726000', '102701.729000', '102701.731000', '102701.734000', '102701.736000', '102721.611000', '102721.614000', '102721.617000', '102721.619000', '102721.622000', '102721.624000', '102721.627000', '102721.630000', '102721.632000', '102721.635000', '102721.637000', '102721.640000', '102721.642000', '102721.645000', '102721.648000', '102721.650000', '102721.653000', '102721.655000', '102721.658000', '102721.660000', '102721.663000', '102721.665000', '102721.668000', '102721.671000', '102721.673000', '102721.676000', '102721.678000', '102721.681000', '102721.683000', '102721.686000', '102721.689000', '102721.691000', '102721.694000', '102721.696000', '102721.699000', '102721.701000', '102721.704000', '102721.706000', '102721.709000', '102721.711000', '102721.714000', '102721.717000', '102721.719000', '102741.611000', '102741.614000', '102741.617000', '102741.619000', '102741.622000', '102741.624000', '102741.627000', '102741.630000', '102741.632000', '102741.635000', '102741.637000', '102741.640000', '102741.643000', '102741.645000', '102741.648000', '102741.650000', '102741.653000', '102741.655000', '102741.658000', '102741.660000', '102741.663000', '102741.666000', '102741.668000', '102741.671000', '102741.673000', '102741.676000', '102741.678000', '102741.681000', '102741.683000', '102741.686000', '102741.688000', '102741.691000', '102741.694000', '102741.696000', '102741.699000', '102741.701000', '102741.704000', '102741.706000', '102741.709000', '102741.711000', '102741.714000', '102741.716000', '102741.719000', '102741.722000', '102801.611000', '102801.614000', '102801.616000', '102801.619000', '102801.621000', '102801.624000', '102801.626000', '102801.629000', '102801.631000', '102801.634000', '102801.637000', '102801.639000', '102801.642000', '102801.644000', '102801.647000', '102801.649000', '102801.652000', '102801.654000', '102801.657000', '102801.660000', '102801.662000', '102801.665000', '102801.667000', '102801.670000', '102801.672000', '102801.675000', '102801.677000', '102801.680000', '102801.683000', '102801.685000', '102801.688000', '102801.690000', '102801.693000', '102801.695000', '102801.698000', '102801.701000', '102801.703000', '102801.706000', '102801.708000', '102801.711000', '102801.713000', '102801.716000', '102801.718000', '102821.612000', '102821.614000', '102821.617000', '102821.620000', '102821.622000', '102821.625000', '102821.627000', '102821.630000', '102821.633000', '102821.635000', '102821.638000', '102821.640000', '102821.643000', '102821.645000', '102821.648000', '102821.651000', '102821.653000', '102821.656000', '102821.658000', '102821.661000', '102821.663000', '102821.666000', '102821.668000', '102821.671000', '102821.674000', '102821.676000', '102821.679000', '102821.681000', '102821.684000', '102821.686000', '102821.689000', '102821.691000', '102821.694000', '102821.697000', '102821.699000', '102821.702000', '102821.704000', '102821.707000', '102821.710000', '102821.712000', '102821.715000', '102821.717000', '102821.720000', '102841.611000', '102841.614000', '102841.617000', '102841.625000', '102841.628000', '102841.630000', '102841.633000', '102841.635000', '102841.638000', '102841.641000', '102841.643000', '102841.646000', '102841.648000', '102841.651000', '102841.654000', '102841.656000', '102841.659000', '102841.661000', '102841.664000', '102841.666000', '102841.669000', '102841.671000', '102841.674000', '102841.693000', '102841.696000', '102841.698000', '102841.701000', '102841.703000', '102841.706000', '102841.708000', '102841.711000', '102841.713000', '102841.716000', '102841.719000', '102841.721000', '102841.724000', '102841.726000', '102841.729000', '102841.731000', '102841.734000', '102841.737000', '102841.739000', '102841.742000', '102841.744000', '102901.613000', '102901.616000', '102901.618000', '102901.621000', '102901.624000', '102901.626000', '102901.629000', '102901.631000', '102901.634000', '102901.637000', '102901.639000', '102901.642000', '102901.644000', '102901.647000', '102901.649000', '102901.652000', '102901.655000', '102901.657000', '102901.660000', '102901.662000', '102901.665000', '102901.667000', '102901.670000', '102901.673000', '102901.675000', '102901.678000', '102901.681000', '102901.683000', '102901.686000', '102901.688000', '102901.691000', '102901.693000', '102901.696000', '102901.699000', '102901.701000', '102901.704000', '102901.707000', '102901.709000', '102901.712000', '102901.714000', '102901.717000', '102901.719000', '102901.722000', '102901.724000', '102921.612000', '102921.614000', '102921.617000', '102921.620000', '102921.622000', '102921.625000', '102921.627000', '102921.630000', '102921.633000', '102921.635000', '102921.638000', '102921.640000', '102921.643000', '102921.645000', '102921.648000', '102921.651000', '102921.653000', '102921.656000', '102921.658000', '102921.661000', '102921.663000', '102921.666000', '102921.669000', '102921.671000', '102921.674000', '102921.676000', '102921.679000', '102921.681000', '102921.684000', '102921.687000', '102921.689000', '102921.692000', '102921.694000', '102921.697000', '102921.699000', '102921.702000', '102921.705000', '102921.707000', '102921.710000', '102921.712000', '102921.715000', '102921.717000', '102921.720000', '102941.612000', '102941.614000', '102941.617000', '102941.620000', '102941.622000', '102941.625000', '102941.627000', '102941.630000', '102941.633000', '102941.635000', '102941.638000', '102941.640000', '102941.643000', '102941.645000', '102941.648000', '102941.650000', '102941.653000', '102941.656000', '102941.658000', '102941.661000', '102941.663000', '102941.666000', '102941.669000', '102941.671000', '102941.674000', '102941.676000', '102941.679000', '102941.681000', '102941.684000', '102941.687000', '102941.689000', '102941.692000', '102941.694000', '102941.697000', '102941.699000', '102941.702000', '102941.705000', '102941.707000', '102941.710000', '102941.712000', '102941.715000', '102941.717000', '102941.720000', '102941.722000', '103001.611000', '103001.614000', '103001.617000', '103001.619000', '103001.622000', '103001.625000', '103001.627000', '103001.630000', '103001.632000', '103001.635000', '103001.638000', '103001.640000', '103001.643000', '103001.645000', '103001.648000', '103001.651000', '103001.653000', '103001.656000', '103001.659000', '103001.661000', '103001.664000', '103001.666000', '103001.669000', '103001.671000', '103001.674000', '103001.677000', '103001.679000', '103001.682000', '103001.684000', '103001.687000', '103001.689000', '103001.692000', '103001.695000', '103001.697000', '103001.700000', '103001.702000', '103001.705000', '103001.707000', '103001.710000', '103001.713000', '103001.715000', '103001.718000', '103001.720000', '103021.611000', '103021.614000', '103021.616000', '103021.619000', '103021.638000', '103021.641000', '103021.644000', '103021.646000', '103021.649000', '103021.652000', '103021.655000', '103021.657000', '103021.660000', '103021.663000', '103021.665000', '103021.668000', '103021.670000', '103021.673000', '103021.676000', '103021.678000', '103021.681000', '103021.683000', '103021.686000', '103021.688000', '103021.691000', '103021.694000', '103021.696000', '103021.699000', '103021.701000', '103021.704000', '103021.707000', '103021.709000', '103021.712000', '103021.714000', '103021.717000', '103021.720000', '103021.722000', '103021.725000', '103021.727000', '103021.730000', '103021.732000', '103021.735000', '103021.738000', '103041.612000', '103041.614000', '103041.617000', '103041.620000', '103041.622000', '103041.625000', '103041.628000', '103041.630000', '103041.633000', '103041.635000', '103041.638000', '103041.640000', '103041.643000', '103041.645000', '103041.648000', '103041.651000', '103041.653000', '103041.656000', '103041.659000', '103041.661000', '103041.664000', '103041.666000', '103041.669000', '103041.671000', '103041.674000', '103041.677000', '103041.679000', '103041.682000', '103041.684000', '103041.687000', '103041.689000', '103041.692000', '103041.695000', '103041.697000', '103041.700000', '103041.702000', '103041.705000', '103041.707000', '103041.710000', '103041.713000', '103041.715000', '103041.718000', '103041.720000', '103041.723000', '103101.611000', '103101.614000', '103101.617000', '103101.620000', '103101.622000', '103101.625000', '103101.628000', '103101.630000', '103101.633000', '103101.635000', '103101.638000', '103101.640000', '103101.643000', '103101.645000', '103101.648000', '103101.651000', '103101.653000', '103101.656000', '103101.659000', '103101.661000', '103101.664000', '103101.666000', '103101.669000', '103101.671000', '103101.674000', '103101.676000', '103101.679000', '103101.681000', '103101.684000', '103101.687000', '103101.689000', '103101.692000', '103101.694000', '103101.697000', '103101.700000', '103101.702000', '103101.705000', '103101.707000', '103101.710000', '103101.712000', '103101.715000', '103101.717000', '103101.720000', '103121.612000', '103121.614000', '103121.617000', '103121.620000', '103121.622000', '103121.625000', '103121.627000', '103121.630000', '103121.633000', '103121.635000', '103121.638000', '103121.640000', '103121.643000', '103121.645000', '103121.648000', '103121.651000', '103121.653000', '103121.656000', '103121.658000', '103121.661000', '103121.663000', '103121.666000', '103121.669000', '103121.671000', '103121.674000', '103121.676000', '103121.679000', '103121.681000', '103121.684000', '103121.686000', '103121.689000', '103121.692000', '103121.694000', '103121.697000', '103121.699000', '103121.702000', '103121.705000', '103121.707000', '103121.710000', '103121.712000', '103121.715000', '103121.717000', '103121.720000', '103121.723000', '103141.612000', '103141.615000', '103141.617000', '103141.620000', '103141.622000', '103141.625000', '103141.628000', '103141.630000', '103141.633000', '103141.635000', '103141.638000', '103141.641000', '103141.644000', '103141.647000', '103141.650000', '103141.653000', '103141.655000', '103141.658000', '103141.660000', '103141.663000', '103141.665000', '103141.668000', '103141.671000', '103141.673000', '103141.676000', '103141.678000', '103141.681000', '103141.683000', '103141.686000', '103141.700000', '103141.703000', '103141.705000', '103141.708000', '103141.710000', '103141.713000', '103141.716000', '103141.718000', '103141.721000', '103141.723000', '103141.726000', '103141.729000', '103141.732000', '103141.734000', '103201.612000', '103201.615000', '103201.617000', '103201.620000', '103201.622000', '103201.625000', '103201.627000', '103201.630000', '103201.633000', '103201.635000', '103201.638000', '103201.640000', '103201.643000', '103201.645000', '103201.648000', '103201.651000', '103201.653000', '103201.656000', '103201.658000', '103201.661000', '103201.664000', '103201.666000', '103201.669000', '103201.671000', '103201.674000', '103201.676000', '103201.679000', '103201.682000', '103201.684000', '103201.687000', '103201.689000', '103201.692000', '103201.695000', '103201.697000', '103201.700000', '103201.702000', '103201.705000', '103201.707000', '103201.710000', '103201.713000', '103201.715000', '103201.718000', '103201.720000', '103201.723000', '103221.612000', '103221.614000', '103221.617000', '103221.620000', '103221.622000', '103221.625000', '103221.627000', '103221.630000', '103221.632000', '103221.635000', '103221.638000', '103221.641000', '103221.644000', '103221.647000', '103221.649000', '103221.652000', '103221.654000', '103221.657000', '103221.660000', '103221.662000', '103221.665000', '103221.667000', '103221.670000', '103221.672000', '103221.675000', '103221.678000', '103221.681000', '103221.683000', '103221.686000', '103221.689000', '103221.691000', '103221.694000', '103221.696000', '103221.699000', '103221.702000', '103221.704000', '103221.707000', '103221.709000', '103221.712000', '103221.715000', '103221.717000', '103221.720000', '103221.722000', '103241.610000', '103241.613000', '103241.616000', '103241.618000', '103241.621000', '103241.623000', '103241.626000', '103241.629000', '103241.631000', '103241.634000', '103241.636000', '103241.639000', '103241.641000', '103241.644000', '103241.647000', '103241.649000', '103241.652000', '103241.654000', '103241.657000', '103241.659000', '103241.662000', '103241.664000', '103241.667000', '103241.669000', '103241.672000', '103241.675000', '103241.677000', '103241.680000', '103241.682000', '103241.685000', '103241.687000', '103241.690000', '103241.693000', '103241.695000', '103241.698000', '103241.700000', '103241.703000', '103241.705000', '103241.708000', '103241.711000', '103241.713000', '103241.716000', '103241.718000', '103241.721000', '103301.612000', '103301.615000', '103301.617000', '103301.620000', '103301.622000', '103301.625000', '103301.628000', '103301.630000', '103301.633000', '103301.635000', '103301.638000', '103301.641000', '103301.643000', '103301.646000', '103301.648000', '103301.651000', '103301.653000', '103301.656000', '103301.659000', '103301.661000', '103301.664000', '103301.667000', '103301.669000', '103301.672000', '103301.674000', '103301.692000', '103301.695000', '103301.698000', '103301.700000', '103301.703000', '103301.706000', '103301.709000', '103301.712000', '103301.715000', '103301.717000', '103301.720000', '103301.722000', '103301.725000', '103301.728000', '103301.730000', '103301.735000', '103301.738000', '103301.740000', '103321.612000', '103321.614000', '103321.617000', '103321.620000', '103321.622000', '103321.625000', '103321.627000', '103321.630000', '103321.632000', '103321.635000', '103321.637000', '103321.640000', '103321.643000', '103321.645000', '103321.648000', '103321.650000', '103321.653000', '103321.655000', '103321.658000', '103321.661000', '103321.663000', '103321.666000', '103321.668000', '103321.671000', '103321.673000', '103321.676000', '103321.679000', '103321.681000', '103321.684000', '103321.686000', '103321.689000', '103321.691000', '103321.694000', '103321.697000', '103321.699000', '103321.702000', '103321.705000', '103321.707000', '103321.710000', '103321.712000', '103321.715000', '103321.718000', '103321.720000', '103341.612000', '103341.614000', '103341.617000', '103341.620000', '103341.622000', '103341.625000', '103341.627000', '103341.630000', '103341.633000', '103341.635000', '103341.638000', '103341.640000', '103341.643000', '103341.646000', '103341.648000', '103341.651000', '103341.653000', '103341.656000', '103341.659000', '103341.661000', '103341.664000', '103341.666000', '103341.669000', '103341.671000', '103341.674000', '103341.677000', '103341.679000', '103341.682000', '103341.684000', '103341.687000', '103341.690000', '103341.692000', '103341.695000', '103341.697000', '103341.700000', '103341.703000', '103341.705000', '103341.708000', '103341.710000', '103341.713000', '103341.716000', '103341.718000', '103341.721000', '103341.723000', '103401.612000', '103401.614000', '103401.617000', '103401.620000', '103401.622000', '103401.625000', '103401.627000', '103401.630000', '103401.632000', '103401.635000', '103401.638000', '103401.640000', '103401.643000', '103401.645000', '103401.648000', '103401.651000', '103401.653000', '103401.656000', '103401.659000', '103401.661000', '103401.664000', '103401.667000', '103401.669000', '103401.672000', '103401.674000', '103401.677000', '103401.679000', '103401.682000', '103401.685000', '103401.687000', '103401.690000', '103401.693000', '103401.695000', '103401.698000', '103401.700000', '103401.703000', '103401.706000', '103401.708000', '103401.711000', '103401.713000', '103401.716000', '103401.719000', '103401.721000', '103401.724000', '103421.612000', '103421.615000', '103421.617000', '103421.620000', '103421.622000', '103421.625000', '103421.628000', '103421.630000', '103421.633000', '103421.635000', '103421.638000', '103421.641000', '103421.643000', '103421.646000', '103421.649000', '103421.651000', '103421.654000', '103421.656000', '103421.659000', '103421.661000', '103421.664000', '103421.667000', '103421.669000', '103421.672000', '103421.674000', '103421.677000', '103421.680000', '103421.682000', '103421.685000', '103421.687000', '103421.690000', '103421.692000', '103421.695000', '103421.698000', '103421.700000', '103421.703000', '103421.712000', '103421.715000', '103421.718000', '103421.720000', '103421.723000', '103421.725000', '103421.728000', '103441.612000', '103441.615000', '103441.617000', '103441.620000', '103441.622000', '103441.625000', '103441.628000', '103441.630000', '103441.633000', '103441.636000', '103441.638000', '103441.641000', '103441.643000', '103441.646000', '103441.648000', '103441.651000', '103441.654000', '103441.656000', '103441.659000', '103441.661000', '103441.664000', '103441.666000', '103441.669000', '103441.672000', '103441.674000', '103441.677000', '103441.680000', '103441.682000', '103441.685000', '103441.687000', '103441.690000', '103441.692000', '103441.695000', '103441.697000', '103441.700000', '103441.703000', '103441.705000', '103441.708000', '103441.710000', '103441.713000', '103441.716000', '103441.718000', '103441.721000', '103441.723000', '103501.611000', '103501.613000', '103501.616000', '103501.619000', '103501.621000', '103501.624000', '103501.626000', '103501.629000', '103501.632000', '103501.634000', '103501.637000', '103501.639000', '103501.642000', '103501.644000', '103501.647000', '103501.650000', '103501.652000', '103501.655000', '103501.657000', '103501.660000', '103501.663000', '103501.665000', '103501.668000', '103501.670000', '103501.673000', '103501.675000', '103501.678000', '103501.681000', '103501.683000', '103501.686000', '103501.688000', '103501.691000', '103501.694000', '103501.696000', '103501.699000', '103501.701000', '103501.704000', '103501.706000', '103501.709000', '103501.712000', '103501.714000', '103501.717000', '103501.720000', '103521.612000', '103521.614000', '103521.617000', '103521.620000', '103521.622000', '103521.625000', '103521.628000', '103521.631000', '103521.633000', '103521.636000', '103521.639000', '103521.641000', '103521.644000', '103521.646000', '103521.649000', '103521.652000', '103521.654000', '103521.657000', '103521.659000', '103521.662000', '103521.665000', '103521.667000', '103521.670000', '103521.672000', '103521.675000', '103521.678000', '103521.680000', '103521.683000', '103521.685000', '103521.688000', '103521.690000', '103521.693000', '103521.696000', '103521.698000', '103521.701000', '103521.704000', '103521.706000', '103521.709000', '103521.711000', '103521.714000', '103521.716000', '103521.719000', '103521.721000', '103521.724000', '103541.612000', '103541.614000', '103541.617000', '103541.620000', '103541.622000', '103541.625000', '103541.627000', '103541.630000', '103541.633000', '103541.635000', '103541.638000', '103541.640000', '103541.643000', '103541.645000', '103541.648000', '103541.651000', '103541.653000', '103541.656000', '103541.677000', '103541.679000', '103541.682000', '103541.684000', '103541.687000', '103541.690000', '103541.692000', '103541.695000', '103541.697000', '103541.700000', '103541.702000', '103541.705000', '103541.708000', '103541.710000', '103541.713000', '103541.715000', '103541.718000', '103541.721000', '103541.723000', '103541.726000', '103541.728000', '103541.731000', '103541.733000', '103541.736000', '103541.738000', '103601.612000', '103601.615000', '103601.617000', '103601.620000', '103601.622000', '103601.625000', '103601.628000', '103601.630000', '103601.633000', '103601.635000', '103601.638000', '103601.640000', '103601.643000', '103601.646000', '103601.648000', '103601.651000', '103601.654000', '103601.656000', '103601.659000', '103601.661000', '103601.664000', '103601.667000', '103601.669000', '103601.672000', '103601.674000', '103601.677000', '103601.679000', '103601.682000', '103601.685000', '103601.687000', '103601.690000', '103601.692000', '103601.695000', '103601.698000', '103601.700000', '103601.703000', '103601.705000', '103601.708000', '103601.711000', '103601.713000', '103601.716000', '103601.718000', '103601.721000', '103601.723000', '103610.272000', '103610.276000', '103610.278000', '103610.281000', '103610.283000', '103610.286000', '103610.289000', '103610.291000', '103610.294000', '103610.297000', '103610.299000', '103610.302000', '103610.305000', '103610.307000', '103610.310000', '103610.312000', '103610.315000', '103610.318000', '103610.320000'], 'InstanceCreationTime': ['102621.645000', '102621.648000', '102621.651000', '102621.653000', '102621.656000', '102621.659000', '102621.661000', '102621.664000', '102621.666000', '102621.669000', '102621.671000', '102621.674000', '102621.676000', '102621.679000', '102621.681000', '102621.684000', '102621.687000', '102621.689000', '102621.692000', '102621.694000', '102621.697000', '102621.699000', '102621.706000', '102621.709000', '102621.711000', '102621.714000', '102621.716000', '102621.719000', '102621.721000', '102621.724000', '102621.726000', '102621.729000', '102621.732000', '102621.734000', '102621.737000', '102621.739000', '102621.742000', '102621.744000', '102621.747000', '102621.749000', '102621.752000', '102621.754000', '102641.611000', '102641.614000', '102641.617000', '102641.619000', '102641.622000', '102641.624000', '102641.627000', '102641.629000', '102641.632000', '102641.635000', '102641.637000', '102641.640000', '102641.642000', '102641.645000', '102641.647000', '102641.650000', '102641.652000', '102641.655000', '102641.658000', '102641.660000', '102641.663000', '102641.665000', '102641.668000', '102641.670000', '102641.673000', '102641.675000', '102641.678000', '102641.680000', '102641.683000', '102641.686000', '102641.688000', '102641.691000', '102641.693000', '102641.696000', '102641.698000', '102641.701000', '102641.703000', '102641.707000', '102641.710000', '102641.712000', '102641.715000', '102641.718000', '102641.720000', '102701.612000', '102701.614000', '102701.617000', '102701.619000', '102701.622000', '102701.624000', '102701.627000', '102701.630000', '102701.632000', '102701.635000', '102701.637000', '102701.640000', '102701.642000', '102701.645000', '102701.647000', '102701.650000', '102701.652000', '102701.655000', '102701.657000', '102701.660000', '102701.662000', '102701.665000', '102701.668000', '102701.670000', '102701.673000', '102701.675000', '102701.678000', '102701.695000', '102701.698000', '102701.700000', '102701.703000', '102701.706000', '102701.708000', '102701.711000', '102701.713000', '102701.716000', '102701.718000', '102701.721000', '102701.724000', '102701.726000', '102701.729000', '102701.731000', '102701.734000', '102701.736000', '102721.611000', '102721.614000', '102721.617000', '102721.619000', '102721.622000', '102721.624000', '102721.627000', '102721.630000', '102721.632000', '102721.635000', '102721.637000', '102721.640000', '102721.642000', '102721.645000', '102721.648000', '102721.650000', '102721.653000', '102721.655000', '102721.658000', '102721.660000', '102721.663000', '102721.665000', '102721.668000', '102721.671000', '102721.673000', '102721.676000', '102721.678000', '102721.681000', '102721.683000', '102721.686000', '102721.689000', '102721.691000', '102721.694000', '102721.696000', '102721.699000', '102721.701000', '102721.704000', '102721.706000', '102721.709000', '102721.711000', '102721.714000', '102721.717000', '102721.719000', '102741.611000', '102741.614000', '102741.617000', '102741.619000', '102741.622000', '102741.624000', '102741.627000', '102741.630000', '102741.632000', '102741.635000', '102741.637000', '102741.640000', '102741.643000', '102741.645000', '102741.648000', '102741.650000', '102741.653000', '102741.655000', '102741.658000', '102741.660000', '102741.663000', '102741.666000', '102741.668000', '102741.671000', '102741.673000', '102741.676000', '102741.678000', '102741.681000', '102741.683000', '102741.686000', '102741.688000', '102741.691000', '102741.694000', '102741.696000', '102741.699000', '102741.701000', '102741.704000', '102741.706000', '102741.709000', '102741.711000', '102741.714000', '102741.716000', '102741.719000', '102741.722000', '102801.611000', '102801.614000', '102801.616000', '102801.619000', '102801.621000', '102801.624000', '102801.626000', '102801.629000', '102801.631000', '102801.634000', '102801.637000', '102801.639000', '102801.642000', '102801.644000', '102801.647000', '102801.649000', '102801.652000', '102801.654000', '102801.657000', '102801.660000', '102801.662000', '102801.665000', '102801.667000', '102801.670000', '102801.672000', '102801.675000', '102801.677000', '102801.680000', '102801.683000', '102801.685000', '102801.688000', '102801.690000', '102801.693000', '102801.695000', '102801.698000', '102801.701000', '102801.703000', '102801.706000', '102801.708000', '102801.711000', '102801.713000', '102801.716000', '102801.718000', '102821.612000', '102821.614000', '102821.617000', '102821.620000', '102821.622000', '102821.625000', '102821.627000', '102821.630000', '102821.633000', '102821.635000', '102821.638000', '102821.640000', '102821.643000', '102821.645000', '102821.648000', '102821.651000', '102821.653000', '102821.656000', '102821.658000', '102821.661000', '102821.663000', '102821.666000', '102821.668000', '102821.671000', '102821.674000', '102821.676000', '102821.679000', '102821.681000', '102821.684000', '102821.686000', '102821.689000', '102821.691000', '102821.694000', '102821.697000', '102821.699000', '102821.702000', '102821.704000', '102821.707000', '102821.710000', '102821.712000', '102821.715000', '102821.717000', '102821.720000', '102841.611000', '102841.614000', '102841.617000', '102841.625000', '102841.628000', '102841.630000', '102841.633000', '102841.635000', '102841.638000', '102841.641000', '102841.643000', '102841.646000', '102841.648000', '102841.651000', '102841.654000', '102841.656000', '102841.659000', '102841.661000', '102841.664000', '102841.666000', '102841.669000', '102841.671000', '102841.674000', '102841.693000', '102841.696000', '102841.698000', '102841.701000', '102841.703000', '102841.706000', '102841.708000', '102841.711000', '102841.713000', '102841.716000', '102841.719000', '102841.721000', '102841.724000', '102841.726000', '102841.729000', '102841.731000', '102841.734000', '102841.737000', '102841.739000', '102841.742000', '102841.744000', '102901.613000', '102901.616000', '102901.618000', '102901.621000', '102901.624000', '102901.626000', '102901.629000', '102901.631000', '102901.634000', '102901.637000', '102901.639000', '102901.642000', '102901.644000', '102901.647000', '102901.649000', '102901.652000', '102901.655000', '102901.657000', '102901.660000', '102901.662000', '102901.665000', '102901.667000', '102901.670000', '102901.673000', '102901.675000', '102901.678000', '102901.681000', '102901.683000', '102901.686000', '102901.688000', '102901.691000', '102901.693000', '102901.696000', '102901.699000', '102901.701000', '102901.704000', '102901.707000', '102901.709000', '102901.712000', '102901.714000', '102901.717000', '102901.719000', '102901.722000', '102901.724000', '102921.612000', '102921.614000', '102921.617000', '102921.620000', '102921.622000', '102921.625000', '102921.627000', '102921.630000', '102921.633000', '102921.635000', '102921.638000', '102921.640000', '102921.643000', '102921.645000', '102921.648000', '102921.651000', '102921.653000', '102921.656000', '102921.658000', '102921.661000', '102921.663000', '102921.666000', '102921.669000', '102921.671000', '102921.674000', '102921.676000', '102921.679000', '102921.681000', '102921.684000', '102921.687000', '102921.689000', '102921.692000', '102921.694000', '102921.697000', '102921.699000', '102921.702000', '102921.705000', '102921.707000', '102921.710000', '102921.712000', '102921.715000', '102921.717000', '102921.720000', '102941.612000', '102941.614000', '102941.617000', '102941.620000', '102941.622000', '102941.625000', '102941.627000', '102941.630000', '102941.633000', '102941.635000', '102941.638000', '102941.640000', '102941.643000', '102941.645000', '102941.648000', '102941.650000', '102941.653000', '102941.656000', '102941.658000', '102941.661000', '102941.663000', '102941.666000', '102941.669000', '102941.671000', '102941.674000', '102941.676000', '102941.679000', '102941.681000', '102941.684000', '102941.687000', '102941.689000', '102941.692000', '102941.694000', '102941.697000', '102941.699000', '102941.702000', '102941.705000', '102941.707000', '102941.710000', '102941.712000', '102941.715000', '102941.717000', '102941.720000', '102941.722000', '103001.611000', '103001.614000', '103001.617000', '103001.619000', '103001.622000', '103001.625000', '103001.627000', '103001.630000', '103001.632000', '103001.635000', '103001.638000', '103001.640000', '103001.643000', '103001.645000', '103001.648000', '103001.651000', '103001.653000', '103001.656000', '103001.659000', '103001.661000', '103001.664000', '103001.666000', '103001.669000', '103001.671000', '103001.674000', '103001.677000', '103001.679000', '103001.682000', '103001.684000', '103001.687000', '103001.689000', '103001.692000', '103001.695000', '103001.697000', '103001.700000', '103001.702000', '103001.705000', '103001.707000', '103001.710000', '103001.713000', '103001.715000', '103001.718000', '103001.720000', '103021.611000', '103021.614000', '103021.616000', '103021.619000', '103021.638000', '103021.641000', '103021.644000', '103021.646000', '103021.649000', '103021.652000', '103021.655000', '103021.657000', '103021.660000', '103021.663000', '103021.665000', '103021.668000', '103021.670000', '103021.673000', '103021.676000', '103021.678000', '103021.681000', '103021.683000', '103021.686000', '103021.688000', '103021.691000', '103021.694000', '103021.696000', '103021.699000', '103021.701000', '103021.704000', '103021.707000', '103021.709000', '103021.712000', '103021.714000', '103021.717000', '103021.720000', '103021.722000', '103021.725000', '103021.727000', '103021.730000', '103021.732000', '103021.735000', '103021.738000', '103041.612000', '103041.614000', '103041.617000', '103041.620000', '103041.622000', '103041.625000', '103041.628000', '103041.630000', '103041.633000', '103041.635000', '103041.638000', '103041.640000', '103041.643000', '103041.645000', '103041.648000', '103041.651000', '103041.653000', '103041.656000', '103041.659000', '103041.661000', '103041.664000', '103041.666000', '103041.669000', '103041.671000', '103041.674000', '103041.677000', '103041.679000', '103041.682000', '103041.684000', '103041.687000', '103041.689000', '103041.692000', '103041.695000', '103041.697000', '103041.700000', '103041.702000', '103041.705000', '103041.707000', '103041.710000', '103041.713000', '103041.715000', '103041.718000', '103041.720000', '103041.723000', '103101.611000', '103101.614000', '103101.617000', '103101.620000', '103101.622000', '103101.625000', '103101.628000', '103101.630000', '103101.633000', '103101.635000', '103101.638000', '103101.640000', '103101.643000', '103101.645000', '103101.648000', '103101.651000', '103101.653000', '103101.656000', '103101.659000', '103101.661000', '103101.664000', '103101.666000', '103101.669000', '103101.671000', '103101.674000', '103101.676000', '103101.679000', '103101.681000', '103101.684000', '103101.687000', '103101.689000', '103101.692000', '103101.694000', '103101.697000', '103101.700000', '103101.702000', '103101.705000', '103101.707000', '103101.710000', '103101.712000', '103101.715000', '103101.717000', '103101.720000', '103121.612000', '103121.614000', '103121.617000', '103121.620000', '103121.622000', '103121.625000', '103121.627000', '103121.630000', '103121.633000', '103121.635000', '103121.638000', '103121.640000', '103121.643000', '103121.645000', '103121.648000', '103121.651000', '103121.653000', '103121.656000', '103121.658000', '103121.661000', '103121.663000', '103121.666000', '103121.669000', '103121.671000', '103121.674000', '103121.676000', '103121.679000', '103121.681000', '103121.684000', '103121.686000', '103121.689000', '103121.692000', '103121.694000', '103121.697000', '103121.699000', '103121.702000', '103121.705000', '103121.707000', '103121.710000', '103121.712000', '103121.715000', '103121.717000', '103121.720000', '103121.723000', '103141.612000', '103141.615000', '103141.617000', '103141.620000', '103141.622000', '103141.625000', '103141.628000', '103141.630000', '103141.633000', '103141.635000', '103141.638000', '103141.641000', '103141.644000', '103141.647000', '103141.650000', '103141.653000', '103141.655000', '103141.658000', '103141.660000', '103141.663000', '103141.665000', '103141.668000', '103141.671000', '103141.673000', '103141.676000', '103141.678000', '103141.681000', '103141.683000', '103141.686000', '103141.700000', '103141.703000', '103141.705000', '103141.708000', '103141.710000', '103141.713000', '103141.716000', '103141.718000', '103141.721000', '103141.723000', '103141.726000', '103141.729000', '103141.732000', '103141.734000', '103201.612000', '103201.615000', '103201.617000', '103201.620000', '103201.622000', '103201.625000', '103201.627000', '103201.630000', '103201.633000', '103201.635000', '103201.638000', '103201.640000', '103201.643000', '103201.645000', '103201.648000', '103201.651000', '103201.653000', '103201.656000', '103201.658000', '103201.661000', '103201.664000', '103201.666000', '103201.669000', '103201.671000', '103201.674000', '103201.676000', '103201.679000', '103201.682000', '103201.684000', '103201.687000', '103201.689000', '103201.692000', '103201.695000', '103201.697000', '103201.700000', '103201.702000', '103201.705000', '103201.707000', '103201.710000', '103201.713000', '103201.715000', '103201.718000', '103201.720000', '103201.723000', '103221.612000', '103221.614000', '103221.617000', '103221.620000', '103221.622000', '103221.625000', '103221.627000', '103221.630000', '103221.632000', '103221.635000', '103221.638000', '103221.641000', '103221.644000', '103221.647000', '103221.649000', '103221.652000', '103221.654000', '103221.657000', '103221.660000', '103221.662000', '103221.665000', '103221.667000', '103221.670000', '103221.672000', '103221.675000', '103221.678000', '103221.681000', '103221.683000', '103221.686000', '103221.689000', '103221.691000', '103221.694000', '103221.696000', '103221.699000', '103221.702000', '103221.704000', '103221.707000', '103221.709000', '103221.712000', '103221.715000', '103221.717000', '103221.720000', '103221.722000', '103241.610000', '103241.613000', '103241.616000', '103241.618000', '103241.621000', '103241.623000', '103241.626000', '103241.629000', '103241.631000', '103241.634000', '103241.636000', '103241.639000', '103241.641000', '103241.644000', '103241.647000', '103241.649000', '103241.652000', '103241.654000', '103241.657000', '103241.659000', '103241.662000', '103241.664000', '103241.667000', '103241.669000', '103241.672000', '103241.675000', '103241.677000', '103241.680000', '103241.682000', '103241.685000', '103241.687000', '103241.690000', '103241.693000', '103241.695000', '103241.698000', '103241.700000', '103241.703000', '103241.705000', '103241.708000', '103241.711000', '103241.713000', '103241.716000', '103241.718000', '103241.721000', '103301.612000', '103301.615000', '103301.617000', '103301.620000', '103301.622000', '103301.625000', '103301.628000', '103301.630000', '103301.633000', '103301.635000', '103301.638000', '103301.641000', '103301.643000', '103301.646000', '103301.648000', '103301.651000', '103301.653000', '103301.656000', '103301.659000', '103301.661000', '103301.664000', '103301.667000', '103301.669000', '103301.672000', '103301.674000', '103301.692000', '103301.695000', '103301.698000', '103301.700000', '103301.703000', '103301.706000', '103301.709000', '103301.712000', '103301.715000', '103301.717000', '103301.720000', '103301.722000', '103301.725000', '103301.728000', '103301.730000', '103301.735000', '103301.738000', '103301.740000', '103321.612000', '103321.614000', '103321.617000', '103321.620000', '103321.622000', '103321.625000', '103321.627000', '103321.630000', '103321.632000', '103321.635000', '103321.637000', '103321.640000', '103321.643000', '103321.645000', '103321.648000', '103321.650000', '103321.653000', '103321.655000', '103321.658000', '103321.661000', '103321.663000', '103321.666000', '103321.668000', '103321.671000', '103321.673000', '103321.676000', '103321.679000', '103321.681000', '103321.684000', '103321.686000', '103321.689000', '103321.691000', '103321.694000', '103321.697000', '103321.699000', '103321.702000', '103321.705000', '103321.707000', '103321.710000', '103321.712000', '103321.715000', '103321.718000', '103321.720000', '103341.612000', '103341.614000', '103341.617000', '103341.620000', '103341.622000', '103341.625000', '103341.627000', '103341.630000', '103341.633000', '103341.635000', '103341.638000', '103341.640000', '103341.643000', '103341.646000', '103341.648000', '103341.651000', '103341.653000', '103341.656000', '103341.659000', '103341.661000', '103341.664000', '103341.666000', '103341.669000', '103341.671000', '103341.674000', '103341.677000', '103341.679000', '103341.682000', '103341.684000', '103341.687000', '103341.690000', '103341.692000', '103341.695000', '103341.697000', '103341.700000', '103341.703000', '103341.705000', '103341.708000', '103341.710000', '103341.713000', '103341.716000', '103341.718000', '103341.721000', '103341.723000', '103401.612000', '103401.614000', '103401.617000', '103401.620000', '103401.622000', '103401.625000', '103401.627000', '103401.630000', '103401.632000', '103401.635000', '103401.638000', '103401.640000', '103401.643000', '103401.645000', '103401.648000', '103401.651000', '103401.653000', '103401.656000', '103401.659000', '103401.661000', '103401.664000', '103401.667000', '103401.669000', '103401.672000', '103401.674000', '103401.677000', '103401.679000', '103401.682000', '103401.685000', '103401.687000', '103401.690000', '103401.693000', '103401.695000', '103401.698000', '103401.700000', '103401.703000', '103401.706000', '103401.708000', '103401.711000', '103401.713000', '103401.716000', '103401.719000', '103401.721000', '103401.724000', '103421.612000', '103421.615000', '103421.617000', '103421.620000', '103421.622000', '103421.625000', '103421.628000', '103421.630000', '103421.633000', '103421.635000', '103421.638000', '103421.641000', '103421.643000', '103421.646000', '103421.649000', '103421.651000', '103421.654000', '103421.656000', '103421.659000', '103421.661000', '103421.664000', '103421.667000', '103421.669000', '103421.672000', '103421.674000', '103421.677000', '103421.680000', '103421.682000', '103421.685000', '103421.687000', '103421.690000', '103421.692000', '103421.695000', '103421.698000', '103421.700000', '103421.703000', '103421.712000', '103421.715000', '103421.718000', '103421.720000', '103421.723000', '103421.725000', '103421.728000', '103441.612000', '103441.615000', '103441.617000', '103441.620000', '103441.622000', '103441.625000', '103441.628000', '103441.630000', '103441.633000', '103441.636000', '103441.638000', '103441.641000', '103441.643000', '103441.646000', '103441.648000', '103441.651000', '103441.654000', '103441.656000', '103441.659000', '103441.661000', '103441.664000', '103441.666000', '103441.669000', '103441.672000', '103441.674000', '103441.677000', '103441.680000', '103441.682000', '103441.685000', '103441.687000', '103441.690000', '103441.692000', '103441.695000', '103441.697000', '103441.700000', '103441.703000', '103441.705000', '103441.708000', '103441.710000', '103441.713000', '103441.716000', '103441.718000', '103441.721000', '103441.723000', '103501.611000', '103501.613000', '103501.616000', '103501.619000', '103501.621000', '103501.624000', '103501.626000', '103501.629000', '103501.632000', '103501.634000', '103501.637000', '103501.639000', '103501.642000', '103501.644000', '103501.647000', '103501.650000', '103501.652000', '103501.655000', '103501.657000', '103501.660000', '103501.663000', '103501.665000', '103501.668000', '103501.670000', '103501.673000', '103501.675000', '103501.678000', '103501.681000', '103501.683000', '103501.686000', '103501.688000', '103501.691000', '103501.694000', '103501.696000', '103501.699000', '103501.701000', '103501.704000', '103501.706000', '103501.709000', '103501.712000', '103501.714000', '103501.717000', '103501.720000', '103521.612000', '103521.614000', '103521.617000', '103521.620000', '103521.622000', '103521.625000', '103521.628000', '103521.631000', '103521.633000', '103521.636000', '103521.639000', '103521.641000', '103521.644000', '103521.646000', '103521.649000', '103521.652000', '103521.654000', '103521.657000', '103521.659000', '103521.662000', '103521.665000', '103521.667000', '103521.670000', '103521.672000', '103521.675000', '103521.678000', '103521.680000', '103521.683000', '103521.685000', '103521.688000', '103521.690000', '103521.693000', '103521.696000', '103521.698000', '103521.701000', '103521.704000', '103521.706000', '103521.709000', '103521.711000', '103521.714000', '103521.716000', '103521.719000', '103521.721000', '103521.724000', '103541.612000', '103541.614000', '103541.617000', '103541.620000', '103541.622000', '103541.625000', '103541.627000', '103541.630000', '103541.633000', '103541.635000', '103541.638000', '103541.640000', '103541.643000', '103541.645000', '103541.648000', '103541.651000', '103541.653000', '103541.656000', '103541.677000', '103541.679000', '103541.682000', '103541.684000', '103541.687000', '103541.690000', '103541.692000', '103541.695000', '103541.697000', '103541.700000', '103541.702000', '103541.705000', '103541.708000', '103541.710000', '103541.713000', '103541.715000', '103541.718000', '103541.721000', '103541.723000', '103541.726000', '103541.728000', '103541.731000', '103541.733000', '103541.736000', '103541.738000', '103601.612000', '103601.615000', '103601.617000', '103601.620000', '103601.622000', '103601.625000', '103601.628000', '103601.630000', '103601.633000', '103601.635000', '103601.638000', '103601.640000', '103601.643000', '103601.646000', '103601.648000', '103601.651000', '103601.654000', '103601.656000', '103601.659000', '103601.661000', '103601.664000', '103601.667000', '103601.669000', '103601.672000', '103601.674000', '103601.677000', '103601.679000', '103601.682000', '103601.685000', '103601.687000', '103601.690000', '103601.692000', '103601.695000', '103601.698000', '103601.700000', '103601.703000', '103601.705000', '103601.708000', '103601.711000', '103601.713000', '103601.716000', '103601.718000', '103601.721000', '103601.723000', '103610.272000', '103610.276000', '103610.278000', '103610.281000', '103610.283000', '103610.286000', '103610.289000', '103610.291000', '103610.294000', '103610.297000', '103610.299000', '103610.302000', '103610.305000', '103610.307000', '103610.310000', '103610.312000', '103610.315000', '103610.318000', '103610.320000'], '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': [7652, 8015, 13764, 9493, 13481, 9409, 11245, 7249, 10524, 7626, 9138, 8449, 8482, 11044, 7236, 11261, 7665, 11499, 8421, 11287, 7846, 10908, 7253, 9769, 7383, 9622, 9157, 10351, 9968, 7798, 13467, 7630, 12822, 8870, 11762, 7572, 9928, 7649, 9098, 9695, 9800, 12850, 8449, 7247, 7425, 11557, 7457, 13951, 10262, 12569, 7532, 11357, 7429, 11134, 7787, 11202, 7951, 10220, 7917, 8472, 7768, 9207, 9596, 8865, 7209, 7371, 10442, 7716, 14539, 10391, 13466, 8446, 11937, 7235, 11522, 8919, 11977, 9294, 10855, 7425, 10224, 7513, 11013, 7555, 12022, 7652, 10316, 7731, 8410, 7672, 8273, 12353, 9131, 13240, 8046, 10803, 7193, 12292, 8835, 12455, 10417, 11241, 7158, 10819, 7412, 11465, 7652, 12245, 7913, 9824, 7880, 8254, 7489, 8912, 10710, 10210, 7517, 7514, 9147, 6967, 13992, 9973, 13258, 11344, 11846, 6941, 10617, 7498, 11019, 7967, 12137, 7578, 9904, 7678, 8392, 7904, 7959, 9254, 8404, 10955, 7439, 10161, 7639, 13167, 9520, 13091, 9317, 11896, 7764, 11765, 9255, 11742, 8914, 11030, 7744, 10668, 7385, 10823, 7634, 12491, 7543, 10270, 7745, 8366, 7705, 9061, 7809, 10770, 7809, 7860, 7654, 7524, 11456, 8480, 14095, 9904, 11948, 7273, 11163, 7965, 11554, 8389, 11842, 7435, 10250, 7506, 8810, 7487, 10318, 7632, 7758, 7679, 7135, 8096, 7489, 12311, 8822, 9891, 7382, 9712, 7286, 12888, 9284, 13112, 10169, 9478, 6880, 11216, 7220, 12890, 9420, 11848, 7916, 10446, 7681, 9317, 8883, 9716, 11550, 7830, 9855, 7379, 13123, 7645, 12375, 9227, 11439, 7760, 9877, 7848, 8501, 10705, 7728, 13469, 7296, 12668, 7699, 11409, 8368, 11584, 7624, 10778, 7900, 8946, 7551, 10006, 7903, 11161, 7632, 7645, 7463, 7844, 14270, 9840, 13630, 9949, 11640, 7830, 10899, 7585, 10881, 7710, 11104, 7944, 8103, 7675, 7355, 10949, 8430, 13372, 8492, 12308, 7633, 11508, 8733, 11927, 8959, 11601, 7375, 9793, 7731, 9108, 7644, 9925, 7687, 7909, 7432, 7305, 12821, 7935, 13346, 10387, 12823, 9447, 10917, 7241, 10155, 7678, 10538, 7586, 8996, 7619, 8183, 7461, 7693, 10279, 8345, 11556, 7425, 12442, 7516, 12077, 9537, 11634, 9332, 10595, 7522, 10394, 7455, 10647, 7795, 11524, 7739, 9407, 8076, 8932, 7576, 8636, 12434, 9508, 11281, 7326, 12658, 7623, 11970, 8724, 11295, 7372, 9761, 7817, 8902, 7508, 8011, 12251, 7952, 12480, 7362, 10520, 7475, 11861, 7547, 12193, 9445, 11994, 7562, 11073, 7702, 10303, 7630, 11480, 7686, 9525, 7873, 9275, 7254, 10638, 10596, 13480, 7399, 8884, 7606, 8995, 7544, 11597, 7599, 10824, 7358, 8634, 7320, 8416, 12582, 8379, 13626, 9151, 12588, 8087, 11762, 8132, 11733, 8002, 13413, 7442, 9430, 7601, 8592, 8191, 9835, 9982, 7756, 7736, 7006, 11718, 6916, 13114, 9332, 12276, 8049, 10764, 7430, 9828, 7377, 9490, 9530, 7235, 9327, 7452, 12191, 7613, 12180, 9301, 11282, 7349, 9961, 7486, 9884, 7564, 10737, 7689, 8815, 6999, 8116, 8171, 8111, 10818, 7638, 8347, 7294, 12091, 8250, 12645, 10322, 11587, 7213, 10860, 7453, 10936, 7834, 11443, 7396, 9770, 7817, 7923, 7706, 7139, 10412, 7500, 12449, 7792, 9460, 7137, 11555, 7263, 11838, 8648, 11693, 7509, 10134, 7731, 9146, 7459, 9409, 7746, 7481, 8491, 7166, 12844, 8744, 13080, 8777, 10700, 7075, 12075, 7453, 12063, 8580, 13334, 9141, 10296, 7130, 9276, 7201, 10294, 9043, 10818, 7272, 8295, 7446, 8035, 11064, 8041, 12559, 7458, 10438, 7087, 12130, 7770, 12119, 9435, 11381, 7153, 10450, 7338, 10761, 7230, 11582, 7140, 9062, 7500, 8866, 7393, 10763, 8141, 9052, 7314, 8274, 7333, 10797, 7187, 10565, 6958, 12760, 10013, 9381, 7134, 8821, 7126, 11981, 8392, 12841, 8834, 11587, 7526, 10012, 7340, 9923, 7389, 9828, 7015, 7182, 7005, 6993, 12365, 7934, 12779, 7363, 11058, 6982, 12294, 9101, 12506, 8901, 11605, 7421, 10578, 7485, 10641, 7217, 10704, 7246, 7278, 11463, 7074, 12629, 8292, 11422, 8121, 10257, 7455, 9445, 7091, 9551, 7301, 10425, 7235, 7688, 7323, 7560, 11945, 7252, 12648, 8586, 11201, 7193, 10479, 7288, 10334, 7265, 10646, 7220, 7570, 6927, 7286, 13052, 8440, 12821, 7479, 11479, 7262, 10378, 7078, 11208, 7391, 7406, 7235, 7375, 13408, 7172, 11759, 8090, 11067, 7137, 8693, 7459, 7838, 7383, 7523, 8415, 7042, 6956, 7096, 12210, 7379, 12171, 8551, 10905, 7102, 10160, 7474, 9729, 7209, 9508, 7096, 7276, 7038, 6939, 12596, 7447, 12839, 9075, 10855, 7623, 11030, 7146, 11090, 7401, 11475, 7432, 8714, 7666, 7655, 12712, 7051, 13341, 8831, 11963, 7893, 10441, 7391, 9251, 7258, 9836, 7193, 8367, 7252, 7101, 9257, 8203, 11174, 6906, 11449, 7350, 12247, 8138, 11508, 8596, 10604, 7566, 9371, 7545, 9744, 7626, 11141, 9492, 7467, 7834, 7324, 13692, 8108, 12096, 9135, 10971, 7188, 9624, 7251, 9241, 9064, 8274, 7929, 7481, 8726, 7222, 11895, 7911, 12477, 8304, 11064, 7282, 10717, 7229, 10856, 7507, 10898, 7620, 9181, 7362, 8441, 7392, 9520, 9431, 7832, 7383, 7360, 10941, 7012, 12927, 9286, 12104, 7933, 10474, 7230, 9860, 7355, 9151, 8893, 8365, 8835, 7326, 7856, 6986, 13195, 8153, 11656, 8669, 10810, 7577, 10061, 7053, 10261, 7506, 7991, 7281, 7226, 11684, 7624, 12934, 8574, 10497, 7272, 11819, 7069, 11507, 7660, 10949, 7145, 9179, 7419, 7698, 8804, 6809, 13088, 8414, 12366, 7463, 11108, 7091, 10440, 6959, 9972, 7165, 8667, 7530, 8597, 7428, 7914, 8900, 7490, 12380, 7592, 12176, 7039, 11171, 7695, 11110, 7434, 9839, 7216, 7511, 9234, 7147, 13169, 8849, 11578, 7061, 11283, 7173, 10991, 7466, 11878, 7399, 8659, 7460, 7379, 8878, 7561, 12047, 7261, 8462, 7068, 13388, 7090, 11599, 7513, 10983, 7178, 9194, 7635, 7948, 7633, 7500, 13251, 8929, 11543, 7218, 12902, 7209, 11418, 8051, 11619, 8142, 10496, 7514, 9766, 7470, 10037, 7124, 11640, 7063, 8300, 7437, 7301, 11547, 7042, 13670, 8980, 11762, 7407, 10342, 7455, 9761, 7247, 10084, 7242, 7946, 7212, 7364, 7430, 7448, 11343, 7693, 9813, 6794, 10952, 7830, 12325, 8542, 11658, 8069, 10599, 7565, 10466, 7520, 10644, 7867, 11425, 7300, 9647, 7254, 8943, 7347, 9278, 9721, 7697, 8278, 7051, 13237, 7041, 11751, 7610, 11249, 7602, 9980, 6980, 8872, 7498, 8578, 7318, 9134, 7519, 7420, 7263, 7281, 10299, 7511, 12842, 7407, 9416, 7062, 12830, 7497, 11567, 8910, 11949, 7371, 10462, 7477, 10121, 7533, 10794, 7431, 11418, 7849, 8032, 7323, 7278, 7124, 10347, 7697, 12676, 8022, 14054, 8258, 8703, 7770, 9964, 7219, 9742, 7445, 10047, 11462, 10709, 13055, 10771, 12920, 8196, 10135, 7019, 12387, 11306, 14844, 10184, 8404, 13851, 7413, 11461, 7468, 10136, 7466, 7928, 11845, 8090, 13708, 7182, 11203, 7581, 9341, 7426, 9550, 7265, 8918, 7503, 7827, 7801, 7361, 9420, 7547, 13016, 7583, 10750, 7500, 10255, 7638, 9967, 7723, 9284, 7766, 9217, 7347, 7879, 7659, 7045, 13467, 7347, 13378, 7485, 10393, 7673, 9808, 7572, 9234, 7620, 7775, 7860, 7059, 11987, 7582, 11987, 8035, 10579, 7442, 9676, 7515, 8188, 7082, 8613, 9479, 7638, 7336, 6823, 7640, 7331, 13366, 7600, 12347, 8424, 9846, 7933, 9699, 7763, 9822, 7465, 10028, 7704, 7848, 7620, 7340, 10740, 7635, 13258, 8182, 11964, 7870, 10943, 7622, 9599, 7483, 8882, 7446, 8615, 8513, 6917, 7428, 7028, 12952, 7149, 13339, 7963, 11640, 7614, 10449, 7522, 10252, 7286, 11168, 7753, 9534, 7676, 9467, 7818, 9894, 7940, 9196, 9133, 7531, 12492, 7952, 11402, 7442, 10952, 7528, 10077, 7689, 8097, 8022, 7179, 13900, 7346, 12177, 8145, 10274, 7407, 9261, 7413, 9009, 7245, 9689, 7496, 7534, 7439, 7390, 11634, 7319, 13261, 8572, 11828, 7782, 10410, 7822, 10227, 7484, 9999, 7873, 11733, 8202, 8494, 7535, 10116, 7484, 11459, 7922, 10055, 7889, 10526, 7618, 11279, 7696, 10969, 7819, 7728, 9065, 7530, 13756, 7443, 13211, 7870, 11600, 7790, 11051, 7313, 11916, 7725, 8698, 7745, 7647, 7444, 8934, 8475, 7371, 7559, 6997, 7634, 7026, 12061, 7721, 13584, 7535, 11183, 7985, 9566, 7629, 7622, 13095, 7964, 11078, 7897, 10308, 7819, 9259, 6948, 6826, 13551, 7161, 12112, 7901, 10057, 7582, 8654, 7243, 8729, 6923, 7930, 7129, 6847, 9051, 7442, 12251, 7721, 12580, 8218, 10084, 7590, 10686, 7665, 10282, 7557, 10002, 7501, 7599, 7654, 7327, 13134, 7293, 11587, 8134, 10547, 7589, 9663, 7386, 9822, 6990, 9426, 8279, 7181, 7102, 6966, 12081, 7448, 13320, 8270, 11676, 7836, 10712, 7039, 10353, 7304, 11251, 7609, 8937, 7777, 8112, 7562, 7477, 13426, 7578, 12912, 7498, 11419, 7638, 10543, 7400, 9940, 7365, 8985, 10569, 6953, 12228, 7338, 11655, 7454, 10423, 7474, 10672, 7614, 9294, 7621, 9146, 7161, 9622, 7158, 9886, 7328, 7226, 7337, 7224, 13070, 7611, 12997, 8233, 10951, 7453, 10250, 7489, 10193, 7406, 10666, 7582, 9322, 7817, 8667, 7329, 8515, 12190, 8292, 13441, 8153, 11997, 7684, 10674, 7330, 10116, 7300, 10356, 7349, 7000, 7674, 7539, 11313, 7589, 12318, 7986, 10807, 7926, 9905], 'WindowCenter': [4593.0, 4575.0, 4622.0, 4581.0, 4598.0, 4569.0, 4598.0, 4547.0, 4576.0, 4543.0, 4564.0, 4555.0, 4553.0, 4585.0, 4547.0, 4588.0, 4555.0, 4586.0, 4567.0, 4586.0, 4569.0, 4597.0, 4560.0, 4590.0, 4560.0, 4580.0, 4583.0, 4592.0, 4589.0, 4562.0, 4609.0, 4558.0, 4596.0, 4568.0, 4587.0, 4557.0, 4578.0, 4557.0, 4565.0, 4565.0, 4575.0, 4595.0, 4557.0, 4546.0, 4545.0, 4583.0, 4544.0, 4593.0, 4576.0, 4582.0, 4545.0, 4584.0, 4544.0, 4572.0, 4541.0, 4574.0, 4543.0, 4574.0, 4556.0, 4554.0, 4553.0, 4564.0, 4576.0, 4565.0, 4546.0, 4545.0, 4575.0, 4544.0, 4594.0, 4575.0, 4593.0, 4556.0, 4596.0, 4544.0, 4572.0, 4562.0, 4581.0, 4564.0, 4574.0, 4546.0, 4574.0, 4543.0, 4573.0, 4543.0, 4585.0, 4544.0, 4575.0, 4555.0, 4555.0, 4541.0, 4541.0, 4581.0, 4561.0, 4593.0, 4540.0, 4572.0, 4532.0, 4582.0, 4563.0, 4580.0, 4574.0, 4583.0, 4544.0, 4582.0, 4542.0, 4584.0, 4544.0, 4596.0, 4554.0, 4564.0, 4555.0, 4553.0, 4542.0, 4553.0, 4573.0, 4575.0, 4544.0, 4546.0, 4564.0, 4533.0, 4592.0, 4574.0, 4581.0, 4575.0, 4583.0, 4544.0, 4572.0, 4530.0, 4557.0, 4540.0, 4581.0, 4530.0, 4563.0, 4542.0, 4540.0, 4540.0, 4539.0, 4562.0, 4553.0, 4573.0, 4543.0, 4573.0, 4543.0, 4592.0, 4564.0, 4593.0, 4564.0, 4584.0, 4543.0, 4581.0, 4563.0, 4582.0, 4563.0, 4584.0, 4554.0, 4571.0, 4544.0, 4573.0, 4543.0, 4595.0, 4543.0, 4575.0, 4556.0, 4554.0, 4542.0, 4553.0, 4543.0, 4584.0, 4545.0, 4556.0, 4554.0, 4545.0, 4584.0, 4563.0, 4602.0, 4563.0, 4585.0, 4545.0, 4571.0, 4554.0, 4585.0, 4553.0, 4584.0, 4543.0, 4573.0, 4544.0, 4551.0, 4542.0, 4572.0, 4543.0, 4545.0, 4554.0, 4544.0, 4553.0, 4544.0, 4594.0, 4566.0, 4576.0, 4556.0, 4578.0, 4545.0, 4592.0, 4565.0, 4593.0, 4575.0, 4576.0, 4548.0, 4585.0, 4544.0, 4594.0, 4565.0, 4583.0, 4552.0, 4576.0, 4544.0, 4562.0, 4563.0, 4563.0, 4583.0, 4543.0, 4572.0, 4542.0, 4590.0, 4540.0, 4581.0, 4564.0, 4582.0, 4544.0, 4574.0, 4553.0, 4552.0, 4574.0, 4544.0, 4593.0, 4544.0, 4594.0, 4554.0, 4583.0, 4554.0, 4584.0, 4544.0, 4584.0, 4555.0, 4563.0, 4543.0, 4563.0, 4555.0, 4586.0, 4557.0, 4559.0, 4544.0, 4553.0, 4603.0, 4575.0, 4594.0, 4565.0, 4583.0, 4544.0, 4572.0, 4542.0, 4572.0, 4544.0, 4584.0, 4553.0, 4555.0, 4544.0, 4543.0, 4573.0, 4554.0, 4595.0, 4554.0, 4595.0, 4556.0, 4582.0, 4554.0, 4581.0, 4565.0, 4571.0, 4544.0, 4575.0, 4543.0, 4552.0, 4543.0, 4575.0, 4543.0, 4555.0, 4556.0, 4546.0, 4595.0, 4543.0, 4592.0, 4575.0, 4581.0, 4563.0, 4574.0, 4543.0, 4560.0, 4540.0, 4573.0, 4543.0, 4552.0, 4554.0, 4554.0, 4543.0, 4543.0, 4574.0, 4556.0, 4585.0, 4546.0, 4595.0, 4544.0, 4583.0, 4576.0, 4584.0, 4564.0, 4586.0, 4558.0, 4575.0, 4545.0, 4574.0, 4555.0, 4600.0, 4555.0, 4577.0, 4571.0, 4565.0, 4544.0, 4564.0, 4596.0, 4576.0, 4586.0, 4557.0, 4595.0, 4544.0, 4582.0, 4555.0, 4573.0, 4540.0, 4574.0, 4544.0, 4554.0, 4543.0, 4544.0, 4583.0, 4543.0, 4593.0, 4546.0, 4586.0, 4546.0, 4584.0, 4555.0, 4594.0, 4578.0, 4586.0, 4556.0, 4586.0, 4546.0, 4574.0, 4545.0, 4584.0, 4554.0, 4576.0, 4554.0, 4563.0, 4543.0, 4576.0, 4574.0, 4609.0, 4558.0, 4565.0, 4555.0, 4565.0, 4544.0, 4586.0, 4556.0, 4588.0, 4559.0, 4566.0, 4546.0, 4554.0, 4596.0, 4555.0, 4594.0, 4563.0, 4594.0, 4554.0, 4582.0, 4542.0, 4571.0, 4539.0, 4581.0, 4532.0, 4561.0, 4538.0, 4537.0, 4539.0, 4558.0, 4558.0, 4529.0, 4542.0, 4532.0, 4570.0, 4519.0, 4579.0, 4551.0, 4568.0, 4541.0, 4570.0, 4531.0, 4549.0, 4530.0, 4551.0, 4550.0, 4531.0, 4551.0, 4530.0, 4569.0, 4538.0, 4568.0, 4562.0, 4568.0, 4543.0, 4559.0, 4532.0, 4560.0, 4544.0, 4575.0, 4544.0, 4563.0, 4545.0, 4542.0, 4554.0, 4556.0, 4583.0, 4556.0, 4567.0, 4545.0, 4594.0, 4553.0, 4594.0, 4576.0, 4585.0, 4547.0, 4584.0, 4543.0, 4573.0, 4544.0, 4584.0, 4541.0, 4575.0, 4555.0, 4553.0, 4544.0, 4533.0, 4575.0, 4544.0, 4597.0, 4546.0, 4577.0, 4546.0, 4586.0, 4547.0, 4585.0, 4569.0, 4597.0, 4557.0, 4587.0, 4558.0, 4565.0, 4545.0, 4565.0, 4556.0, 4557.0, 4567.0, 4545.0, 4594.0, 4565.0, 4605.0, 4566.0, 4589.0, 4549.0, 4596.0, 4544.0, 4585.0, 4567.0, 4605.0, 4566.0, 4578.0, 4548.0, 4566.0, 4543.0, 4575.0, 4564.0, 4575.0, 4543.0, 4555.0, 4532.0, 4544.0, 4585.0, 4544.0, 4595.0, 4544.0, 4576.0, 4545.0, 4581.0, 4542.0, 4581.0, 4566.0, 4571.0, 4533.0, 4575.0, 4543.0, 4572.0, 4533.0, 4583.0, 4534.0, 4565.0, 4544.0, 4553.0, 4543.0, 4575.0, 4556.0, 4556.0, 4544.0, 4556.0, 4544.0, 4587.0, 4546.0, 4576.0, 4546.0, 4596.0, 4577.0, 4566.0, 4548.0, 4567.0, 4547.0, 4585.0, 4557.0, 4597.0, 4567.0, 4586.0, 4547.0, 4564.0, 4545.0, 4564.0, 4544.0, 4565.0, 4534.0, 4547.0, 4536.0, 4533.0, 4596.0, 4556.0, 4595.0, 4546.0, 4588.0, 4534.0, 4585.0, 4566.0, 4584.0, 4566.0, 4586.0, 4544.0, 4573.0, 4533.0, 4572.0, 4532.0, 4573.0, 4533.0, 4543.0, 4580.0, 4532.0, 4579.0, 4553.0, 4571.0, 4543.0, 4563.0, 4543.0, 4563.0, 4532.0, 4564.0, 4544.0, 4578.0, 4547.0, 4557.0, 4548.0, 4555.0, 4585.0, 4546.0, 4596.0, 4568.0, 4587.0, 4548.0, 4575.0, 4546.0, 4576.0, 4545.0, 4578.0, 4547.0, 4559.0, 4547.0, 4544.0, 4595.0, 4556.0, 4595.0, 4546.0, 4584.0, 4545.0, 4563.0, 4534.0, 4573.0, 4543.0, 4544.0, 4544.0, 4544.0, 4592.0, 4532.0, 4571.0, 4543.0, 4572.0, 4534.0, 4551.0, 4545.0, 4543.0, 4542.0, 4545.0, 4554.0, 4547.0, 4548.0, 4547.0, 4595.0, 4546.0, 4595.0, 4569.0, 4587.0, 4550.0, 4577.0, 4546.0, 4565.0, 4546.0, 4577.0, 4548.0, 4558.0, 4547.0, 4547.0, 4595.0, 4547.0, 4596.0, 4567.0, 4587.0, 4558.0, 4574.0, 4534.0, 4575.0, 4546.0, 4587.0, 4546.0, 4566.0, 4546.0, 4543.0, 4583.0, 4531.0, 4582.0, 4553.0, 4582.0, 4542.0, 4569.0, 4543.0, 4551.0, 4531.0, 4575.0, 4533.0, 4554.0, 4545.0, 4534.0, 4564.0, 4553.0, 4584.0, 4544.0, 4586.0, 4546.0, 4582.0, 4555.0, 4582.0, 4565.0, 4575.0, 4555.0, 4565.0, 4544.0, 4564.0, 4544.0, 4586.0, 4565.0, 4545.0, 4544.0, 4544.0, 4588.0, 4554.0, 4580.0, 4564.0, 4572.0, 4534.0, 4560.0, 4531.0, 4551.0, 4552.0, 4553.0, 4541.0, 4542.0, 4552.0, 4542.0, 4579.0, 4555.0, 4594.0, 4554.0, 4583.0, 4547.0, 4575.0, 4545.0, 4573.0, 4545.0, 4574.0, 4556.0, 4563.0, 4545.0, 4554.0, 4545.0, 4577.0, 4564.0, 4556.0, 4546.0, 4543.0, 4574.0, 4533.0, 4581.0, 4566.0, 4585.0, 4544.0, 4574.0, 4545.0, 4562.0, 4543.0, 4563.0, 4554.0, 4553.0, 4563.0, 4544.0, 4554.0, 4546.0, 4594.0, 4553.0, 4584.0, 4565.0, 4585.0, 4556.0, 4574.0, 4543.0, 4577.0, 4544.0, 4556.0, 4545.0, 4544.0, 4595.0, 4543.0, 4595.0, 4565.0, 4584.0, 4558.0, 4597.0, 4544.0, 4582.0, 4545.0, 4573.0, 4533.0, 4563.0, 4543.0, 4543.0, 4553.0, 4533.0, 4593.0, 4553.0, 4582.0, 4542.0, 4574.0, 4532.0, 4559.0, 4531.0, 4562.0, 4533.0, 4552.0, 4556.0, 4567.0, 4557.0, 4556.0, 4578.0, 4558.0, 4599.0, 4559.0, 4598.0, 4547.0, 4585.0, 4556.0, 4585.0, 4545.0, 4575.0, 4556.0, 4545.0, 4562.0, 4545.0, 4595.0, 4565.0, 4585.0, 4546.0, 4586.0, 4544.0, 4572.0, 4543.0, 4584.0, 4544.0, 4553.0, 4544.0, 4531.0, 4549.0, 4543.0, 4582.0, 4544.0, 4555.0, 4544.0, 4593.0, 4534.0, 4583.0, 4544.0, 4575.0, 4535.0, 4566.0, 4557.0, 4555.0, 4544.0, 4542.0, 4593.0, 4565.0, 4585.0, 4547.0, 4594.0, 4542.0, 4583.0, 4543.0, 4583.0, 4554.0, 4574.0, 4546.0, 4572.0, 4543.0, 4563.0, 4532.0, 4585.0, 4533.0, 4554.0, 4542.0, 4543.0, 4572.0, 4531.0, 4591.0, 4554.0, 4571.0, 4531.0, 4561.0, 4542.0, 4560.0, 4531.0, 4574.0, 4534.0, 4544.0, 4543.0, 4543.0, 4533.0, 4544.0, 4584.0, 4543.0, 4575.0, 4537.0, 4584.0, 4544.0, 4584.0, 4567.0, 4585.0, 4556.0, 4585.0, 4556.0, 4575.0, 4557.0, 4575.0, 4556.0, 4585.0, 4548.0, 4578.0, 4558.0, 4564.0, 4543.0, 4565.0, 4566.0, 4543.0, 4554.0, 4536.0, 4592.0, 4534.0, 4581.0, 4545.0, 4575.0, 4542.0, 4564.0, 4544.0, 4551.0, 4541.0, 4554.0, 4544.0, 4566.0, 4546.0, 4557.0, 4557.0, 4547.0, 4576.0, 4546.0, 4609.0, 4559.0, 4580.0, 4548.0, 4598.0, 4545.0, 4585.0, 4567.0, 4598.0, 4557.0, 4601.0, 4570.0, 4588.0, 4554.0, 4585.0, 4543.0, 4584.0, 4556.0, 4557.0, 4557.0, 4557.0, 4546.0, 4575.0, 4555.0, 4607.0, 4554.0, 4617.0, 4568.0, 4564.0, 4568.0, 4573.0, 4544.0, 4575.0, 4558.0, 4589.0, 4596.0, 4587.0, 4596.0, 4573.0, 4582.0, 4541.0, 4556.0, 4518.0, 4570.0, 4558.0, 4591.0, 4559.0, 4540.0, 4578.0, 4515.0, 4540.0, 4499.0, 4530.0, 4501.0, 4511.0, 4552.0, 4523.0, 4563.0, 4513.0, 4554.0, 4513.0, 4531.0, 4512.0, 4532.0, 4514.0, 4534.0, 4513.0, 4524.0, 4527.0, 4528.0, 4548.0, 4527.0, 4566.0, 4527.0, 4555.0, 4527.0, 4557.0, 4530.0, 4558.0, 4540.0, 4549.0, 4530.0, 4551.0, 4530.0, 4540.0, 4538.0, 4518.0, 4580.0, 4530.0, 4580.0, 4530.0, 4561.0, 4541.0, 4561.0, 4538.0, 4551.0, 4542.0, 4543.0, 4554.0, 4533.0, 4584.0, 4543.0, 4583.0, 4554.0, 4573.0, 4546.0, 4565.0, 4545.0, 4556.0, 4548.0, 4567.0, 4579.0, 4558.0, 4557.0, 4548.0, 4556.0, 4547.0, 4605.0, 4556.0, 4596.0, 4568.0, 4590.0, 4571.0, 4578.0, 4558.0, 4574.0, 4558.0, 4590.0, 4559.0, 4569.0, 4560.0, 4557.0, 4586.0, 4557.0, 4596.0, 4569.0, 4598.0, 4557.0, 4586.0, 4556.0, 4576.0, 4545.0, 4566.0, 4547.0, 4566.0, 4566.0, 4549.0, 4559.0, 4548.0, 4596.0, 4547.0, 4605.0, 4557.0, 4596.0, 4556.0, 4588.0, 4558.0, 4574.0, 4547.0, 4587.0, 4559.0, 4577.0, 4558.0, 4575.0, 4557.0, 4576.0, 4558.0, 4580.0, 4579.0, 4560.0, 4598.0, 4556.0, 4583.0, 4548.0, 4587.0, 4556.0, 4578.0, 4555.0, 4556.0, 4556.0, 4545.0, 4596.0, 4545.0, 4586.0, 4558.0, 4575.0, 4546.0, 4565.0, 4545.0, 4565.0, 4546.0, 4578.0, 4558.0, 4559.0, 4560.0, 4559.0, 4599.0, 4556.0, 4598.0, 4572.0, 4598.0, 4561.0, 4589.0, 4559.0, 4590.0, 4561.0, 4591.0, 4567.0, 4598.0, 4570.0, 4568.0, 4557.0, 4577.0, 4558.0, 4600.0, 4572.0, 4591.0, 4571.0, 4588.0, 4559.0, 4588.0, 4557.0, 4590.0, 4556.0, 4556.0, 4568.0, 4547.0, 4594.0, 4547.0, 4596.0, 4556.0, 4585.0, 4543.0, 4573.0, 4545.0, 4585.0, 4543.0, 4553.0, 4544.0, 4540.0, 4532.0, 4553.0, 4541.0, 4543.0, 4542.0, 4533.0, 4543.0, 4534.0, 4593.0, 4557.0, 4606.0, 4556.0, 4586.0, 4556.0, 4564.0, 4544.0, 4556.0, 4597.0, 4557.0, 4587.0, 4557.0, 4575.0, 4543.0, 4565.0, 4534.0, 4535.0, 4595.0, 4546.0, 4597.0, 4556.0, 4577.0, 4558.0, 4562.0, 4544.0, 4566.0, 4546.0, 4556.0, 4548.0, 4550.0, 4569.0, 4548.0, 4595.0, 4557.0, 4598.0, 4570.0, 4589.0, 4557.0, 4589.0, 4558.0, 4578.0, 4558.0, 4579.0, 4548.0, 4558.0, 4557.0, 4547.0, 4594.0, 4543.0, 4586.0, 4557.0, 4586.0, 4558.0, 4566.0, 4547.0, 4575.0, 4546.0, 4577.0, 4567.0, 4547.0, 4549.0, 4547.0, 4595.0, 4545.0, 4595.0, 4569.0, 4598.0, 4559.0, 4590.0, 4547.0, 4575.0, 4547.0, 4588.0, 4555.0, 4579.0, 4559.0, 4558.0, 4555.0, 4546.0, 4606.0, 4557.0, 4597.0, 4557.0, 4586.0, 4558.0, 4577.0, 4545.0, 4575.0, 4547.0, 4568.0, 4589.0, 4545.0, 4598.0, 4546.0, 4584.0, 4545.0, 4574.0, 4559.0, 4586.0, 4558.0, 4579.0, 4560.0, 4579.0, 4547.0, 4579.0, 4549.0, 4589.0, 4549.0, 4561.0, 4560.0, 4557.0, 4597.0, 4557.0, 4597.0, 4569.0, 4590.0, 4560.0, 4576.0, 4548.0, 4576.0, 4548.0, 4589.0, 4557.0, 4578.0, 4570.0, 4569.0, 4546.0, 4556.0, 4597.0, 4557.0, 4597.0, 4553.0, 4584.0, 4544.0, 4571.0, 4543.0, 4564.0, 4532.0, 4575.0, 4543.0, 4544.0, 4558.0, 4557.0, 4584.0, 4555.0, 4592.0, 4558.0, 4587.0, 4568.0, 4574.0], 'WindowWidth': [10093.0, 10054.0, 10111.0, 10053.0, 10070.0, 10029.0, 10073.0, 10001.0, 10033.0, 9989.0, 10015.0, 10005.0, 10001.0, 10044.0, 9998.0, 10053.0, 10008.0, 10050.0, 10025.0, 10050.0, 10031.0, 10069.0, 10023.0, 10060.0, 10021.0, 10048.0, 10054.0, 10065.0, 10060.0, 10024.0, 10086.0, 10014.0, 10063.0, 10027.0, 10052.0, 10011.0, 10042.0, 10013.0, 10019.0, 10018.0, 10032.0, 10060.0, 10011.0, 9996.0, 9993.0, 10042.0, 9991.0, 10055.0, 10035.0, 10040.0, 9993.0, 10045.0, 9990.0, 10024.0, 9984.0, 10028.0, 9988.0, 10029.0, 10009.0, 10004.0, 10002.0, 10018.0, 10035.0, 10020.0, 9998.0, 9996.0, 10033.0, 9991.0, 10057.0, 10035.0, 10058.0, 10009.0, 10065.0, 9992.0, 10024.0, 10014.0, 10036.0, 10017.0, 10032.0, 9996.0, 10030.0, 9989.0, 10027.0, 9988.0, 10046.0, 9989.0, 10031.0, 10006.0, 10006.0, 9983.0, 9980.0, 10036.0, 10009.0, 10055.0, 9981.0, 10026.0, 9971.0, 10038.0, 10016.0, 10034.0, 10028.0, 10043.0, 9993.0, 10041.0, 9989.0, 10043.0, 9991.0, 10062.0, 10004.0, 10017.0, 10008.0, 9999.0, 9984.0, 10000.0, 10029.0, 10031.0, 9991.0, 9997.0, 10020.0, 9975.0, 10051.0, 10031.0, 10037.0, 10032.0, 10042.0, 9990.0, 10026.0, 9967.0, 9999.0, 9979.0, 10035.0, 9966.0, 10011.0, 9984.0, 9980.0, 9980.0, 9978.0, 10012.0, 10000.0, 10028.0, 9989.0, 10029.0, 9987.0, 10052.0, 10018.0, 10055.0, 10016.0, 10045.0, 9986.0, 10036.0, 10015.0, 10038.0, 10015.0, 10044.0, 10007.0, 10025.0, 9990.0, 10028.0, 9987.0, 10062.0, 9989.0, 10033.0, 10011.0, 10004.0, 9987.0, 10000.0, 9988.0, 10044.0, 9991.0, 10008.0, 10007.0, 9992.0, 10043.0, 10016.0, 10068.0, 10013.0, 10047.0, 9992.0, 10025.0, 10002.0, 10044.0, 10002.0, 10044.0, 9988.0, 10029.0, 9992.0, 9997.0, 9985.0, 10027.0, 9987.0, 9993.0, 10006.0, 9992.0, 10000.0, 9990.0, 10058.0, 10022.0, 10037.0, 10013.0, 10043.0, 9995.0, 10055.0, 10021.0, 10056.0, 10033.0, 10037.0, 10003.0, 10048.0, 9991.0, 10057.0, 10020.0, 10041.0, 10000.0, 10034.0, 9991.0, 10011.0, 10014.0, 10014.0, 10040.0, 9987.0, 10027.0, 9986.0, 10048.0, 9982.0, 10037.0, 10018.0, 10039.0, 9990.0, 10031.0, 10002.0, 9998.0, 10028.0, 9990.0, 10056.0, 9990.0, 10059.0, 10004.0, 10038.0, 10004.0, 10043.0, 9990.0, 10045.0, 10009.0, 10014.0, 9987.0, 10015.0, 10006.0, 10049.0, 10013.0, 10018.0, 9992.0, 10002.0, 10070.0, 10033.0, 10058.0, 10018.0, 10044.0, 9990.0, 10024.0, 9984.0, 10024.0, 9988.0, 10044.0, 10002.0, 10005.0, 9991.0, 9988.0, 10028.0, 10002.0, 10060.0, 10004.0, 10061.0, 10008.0, 10039.0, 10003.0, 10036.0, 10018.0, 10024.0, 9992.0, 10032.0, 9989.0, 9999.0, 9988.0, 10034.0, 9988.0, 10008.0, 10012.0, 9997.0, 10058.0, 9987.0, 10054.0, 10033.0, 10037.0, 10013.0, 10029.0, 9986.0, 10004.0, 9979.0, 10026.0, 9984.0, 9996.0, 10005.0, 10004.0, 9988.0, 9988.0, 10031.0, 10008.0, 10047.0, 9996.0, 10062.0, 9991.0, 10042.0, 10037.0, 10045.0, 10019.0, 10049.0, 10016.0, 10035.0, 9993.0, 10031.0, 10009.0, 10071.0, 10009.0, 10041.0, 10037.0, 10023.0, 9992.0, 10018.0, 10064.0, 10036.0, 10051.0, 10013.0, 10063.0, 9989.0, 10038.0, 10006.0, 10027.0, 9982.0, 10029.0, 9991.0, 10003.0, 9987.0, 9987.0, 10040.0, 9986.0, 10055.0, 9994.0, 10050.0, 9996.0, 10042.0, 10006.0, 10059.0, 10044.0, 10049.0, 10011.0, 10050.0, 9996.0, 10030.0, 9995.0, 10045.0, 10005.0, 10035.0, 10006.0, 10015.0, 9987.0, 10035.0, 10031.0, 10085.0, 10016.0, 10024.0, 10010.0, 10019.0, 9991.0, 10050.0, 10009.0, 10055.0, 10019.0, 10024.0, 9997.0, 10004.0, 10062.0, 10007.0, 10060.0, 10014.0, 10058.0, 10003.0, 10036.0, 9982.0, 10021.0, 9978.0, 10034.0, 9969.0, 10010.0, 9976.0, 9970.0, 9975.0, 10000.0, 10000.0, 9963.0, 9984.0, 9970.0, 10017.0, 9949.0, 10027.0, 9994.0, 10013.0, 9980.0, 10018.0, 9968.0, 9988.0, 9962.0, 9991.0, 9990.0, 9965.0, 9994.0, 9964.0, 10016.0, 9974.0, 10014.0, 10010.0, 10014.0, 9985.0, 10006.0, 9971.0, 10006.0, 9988.0, 10031.0, 9988.0, 10016.0, 9991.0, 9986.0, 10003.0, 10006.0, 10042.0, 10010.0, 10026.0, 9994.0, 10058.0, 10004.0, 10057.0, 10035.0, 10047.0, 9999.0, 10044.0, 9989.0, 10026.0, 9988.0, 10043.0, 9984.0, 10031.0, 10007.0, 10003.0, 9989.0, 9975.0, 10031.0, 9989.0, 10064.0, 9995.0, 10038.0, 9996.0, 10049.0, 9999.0, 10047.0, 10032.0, 10067.0, 10015.0, 10055.0, 10016.0, 10021.0, 9996.0, 10021.0, 10009.0, 10015.0, 10027.0, 9994.0, 10059.0, 10022.0, 10075.0, 10024.0, 10060.0, 10007.0, 10064.0, 9993.0, 10045.0, 10027.0, 10077.0, 10023.0, 10042.0, 10001.0, 10021.0, 9988.0, 10031.0, 10017.0, 10030.0, 9988.0, 10005.0, 9973.0, 9987.0, 10044.0, 9988.0, 10059.0, 9990.0, 10035.0, 9993.0, 10035.0, 9984.0, 10035.0, 10020.0, 10024.0, 9975.0, 10031.0, 9986.0, 10024.0, 9973.0, 10040.0, 9976.0, 10017.0, 9990.0, 9999.0, 9986.0, 10032.0, 10006.0, 10006.0, 9989.0, 10006.0, 9986.0, 10049.0, 9997.0, 10033.0, 9996.0, 10062.0, 10040.0, 10023.0, 10000.0, 10025.0, 9995.0, 10043.0, 10011.0, 10064.0, 10022.0, 10047.0, 9997.0, 10014.0, 9989.0, 10014.0, 9988.0, 10017.0, 9975.0, 9995.0, 9979.0, 9973.0, 10059.0, 10006.0, 10060.0, 9995.0, 10054.0, 9977.0, 10044.0, 10020.0, 10043.0, 10021.0, 10049.0, 9991.0, 10025.0, 9973.0, 10023.0, 9969.0, 10024.0, 9972.0, 9987.0, 10034.0, 9968.0, 10029.0, 9999.0, 10019.0, 9983.0, 10011.0, 9986.0, 10011.0, 9971.0, 10015.0, 9988.0, 10038.0, 9996.0, 10010.0, 10001.0, 10006.0, 10045.0, 9996.0, 10064.0, 10025.0, 10052.0, 10001.0, 10033.0, 9994.0, 10034.0, 9993.0, 10039.0, 9999.0, 10017.0, 9997.0, 9991.0, 10060.0, 10008.0, 10062.0, 9997.0, 10046.0, 9990.0, 10012.0, 9973.0, 10027.0, 9985.0, 9990.0, 9990.0, 9989.0, 10050.0, 9970.0, 10020.0, 9986.0, 10024.0, 9973.0, 9996.0, 9993.0, 9986.0, 9985.0, 9991.0, 10003.0, 9996.0, 10002.0, 10000.0, 10061.0, 9997.0, 10061.0, 10031.0, 10052.0, 10005.0, 10037.0, 9998.0, 10020.0, 9995.0, 10040.0, 10001.0, 10017.0, 10001.0, 9999.0, 10062.0, 9999.0, 10065.0, 10024.0, 10053.0, 10014.0, 10032.0, 9977.0, 10030.0, 9993.0, 10050.0, 9993.0, 10022.0, 9995.0, 9987.0, 10038.0, 9967.0, 10039.0, 10001.0, 10037.0, 9984.0, 10018.0, 9986.0, 9994.0, 9969.0, 10031.0, 9974.0, 10003.0, 9995.0, 9977.0, 10015.0, 10001.0, 10043.0, 9991.0, 10051.0, 9995.0, 10039.0, 10007.0, 10039.0, 10019.0, 10033.0, 10008.0, 10018.0, 9990.0, 10017.0, 9989.0, 10048.0, 10020.0, 9995.0, 9992.0, 9989.0, 10044.0, 10003.0, 10036.0, 10014.0, 10025.0, 9976.0, 10005.0, 9967.0, 9993.0, 9997.0, 9998.0, 9983.0, 9984.0, 10000.0, 9985.0, 10031.0, 10005.0, 10057.0, 10004.0, 10045.0, 9999.0, 10032.0, 9991.0, 10029.0, 9994.0, 10031.0, 10010.0, 10016.0, 9992.0, 10002.0, 9993.0, 10039.0, 10019.0, 10009.0, 9997.0, 9992.0, 10030.0, 9974.0, 10037.0, 10020.0, 10045.0, 9989.0, 10030.0, 9992.0, 10010.0, 9987.0, 10012.0, 10002.0, 10001.0, 10015.0, 9990.0, 10007.0, 9996.0, 10056.0, 10003.0, 10045.0, 10021.0, 10049.0, 10011.0, 10030.0, 9989.0, 10036.0, 9990.0, 10010.0, 9996.0, 9992.0, 10059.0, 9988.0, 10059.0, 10019.0, 10048.0, 10015.0, 10066.0, 9991.0, 10038.0, 9991.0, 10027.0, 9973.0, 10015.0, 9988.0, 9987.0, 9998.0, 9971.0, 10053.0, 10001.0, 10039.0, 9984.0, 10028.0, 9972.0, 10002.0, 9969.0, 10012.0, 9973.0, 9999.0, 10012.0, 10025.0, 10012.0, 10009.0, 10043.0, 10015.0, 10072.0, 10017.0, 10071.0, 9999.0, 10046.0, 10010.0, 10047.0, 9994.0, 10035.0, 10012.0, 9994.0, 10014.0, 9993.0, 10060.0, 10021.0, 10049.0, 9997.0, 10049.0, 9990.0, 10025.0, 9986.0, 10044.0, 9988.0, 10002.0, 9989.0, 9968.0, 9992.0, 9985.0, 10038.0, 9989.0, 10008.0, 9992.0, 10055.0, 9977.0, 10041.0, 9992.0, 10032.0, 9978.0, 10019.0, 10011.0, 10005.0, 9988.0, 9985.0, 10055.0, 10018.0, 10045.0, 9996.0, 10060.0, 9986.0, 10040.0, 9986.0, 10039.0, 10003.0, 10030.0, 9995.0, 10026.0, 9988.0, 10012.0, 9971.0, 10045.0, 9973.0, 10002.0, 9986.0, 9985.0, 10022.0, 9967.0, 10047.0, 10002.0, 10021.0, 9969.0, 10009.0, 9984.0, 10005.0, 9969.0, 10029.0, 9974.0, 9989.0, 9989.0, 9987.0, 9971.0, 9988.0, 10045.0, 9988.0, 10033.0, 9985.0, 10044.0, 9989.0, 10043.0, 10025.0, 10047.0, 10008.0, 10049.0, 10011.0, 10033.0, 10010.0, 10032.0, 10010.0, 10047.0, 9999.0, 10041.0, 10016.0, 10016.0, 9987.0, 10018.0, 10020.0, 9988.0, 10005.0, 9980.0, 10053.0, 9975.0, 10036.0, 9992.0, 10030.0, 9986.0, 10016.0, 9990.0, 9995.0, 9983.0, 10002.0, 9991.0, 10024.0, 9995.0, 10014.0, 10014.0, 9998.0, 10035.0, 9997.0, 10084.0, 10017.0, 10047.0, 10001.0, 10068.0, 9994.0, 10046.0, 10026.0, 10069.0, 10016.0, 10081.0, 10038.0, 10056.0, 10004.0, 10048.0, 9987.0, 10045.0, 10009.0, 10013.0, 10014.0, 10016.0, 9999.0, 10037.0, 10007.0, 10082.0, 10010.0, 10097.0, 10032.0, 10022.0, 10035.0, 10033.0, 9993.0, 10036.0, 10016.0, 10060.0, 10067.0, 10053.0, 10064.0, 10030.0, 10040.0, 9980.0, 9995.0, 9945.0, 10018.0, 10001.0, 10051.0, 10002.0, 9980.0, 10026.0, 9934.0, 9965.0, 9907.0, 9947.0, 9909.0, 9924.0, 9983.0, 9944.0, 9998.0, 9930.0, 9988.0, 9931.0, 9952.0, 9927.0, 9954.0, 9933.0, 9960.0, 9932.0, 9949.0, 9956.0, 9957.0, 9985.0, 9956.0, 10006.0, 9955.0, 9992.0, 9956.0, 9996.0, 9963.0, 10000.0, 9976.0, 9988.0, 9965.0, 9993.0, 9967.0, 9979.0, 9974.0, 9947.0, 10030.0, 9966.0, 10033.0, 9966.0, 10008.0, 9982.0, 10005.0, 9976.0, 9995.0, 9983.0, 9987.0, 10003.0, 9974.0, 10044.0, 9989.0, 10041.0, 10004.0, 10027.0, 9994.0, 10018.0, 9993.0, 10010.0, 10001.0, 10028.0, 10042.0, 10016.0, 10017.0, 10004.0, 10011.0, 9998.0, 10075.0, 10011.0, 10065.0, 10029.0, 10062.0, 10037.0, 10044.0, 10015.0, 10033.0, 10015.0, 10061.0, 10016.0, 10033.0, 10021.0, 10014.0, 10050.0, 10010.0, 10065.0, 10030.0, 10068.0, 10012.0, 10049.0, 10010.0, 10034.0, 9993.0, 10021.0, 9999.0, 10025.0, 10024.0, 10005.0, 10019.0, 10001.0, 10062.0, 10000.0, 10076.0, 10014.0, 10068.0, 10014.0, 10054.0, 10014.0, 10032.0, 10000.0, 10054.0, 10018.0, 10041.0, 10017.0, 10036.0, 10012.0, 10036.0, 10014.0, 10046.0, 10044.0, 10018.0, 10070.0, 10009.0, 10043.0, 10000.0, 10052.0, 10009.0, 10039.0, 10008.0, 10009.0, 10008.0, 9994.0, 10062.0, 9993.0, 10048.0, 10014.0, 10033.0, 9995.0, 10019.0, 9996.0, 10021.0, 9997.0, 10044.0, 10016.0, 10018.0, 10022.0, 10019.0, 10072.0, 10012.0, 10066.0, 10038.0, 10070.0, 10024.0, 10060.0, 10017.0, 10059.0, 10024.0, 10063.0, 10028.0, 10071.0, 10034.0, 10028.0, 10012.0, 10037.0, 10017.0, 10075.0, 10040.0, 10064.0, 10038.0, 10057.0, 10019.0, 10056.0, 10013.0, 10061.0, 10010.0, 10012.0, 10029.0, 9996.0, 10059.0, 9997.0, 10063.0, 10007.0, 10045.0, 9987.0, 10025.0, 9990.0, 10045.0, 9986.0, 9999.0, 9988.0, 9978.0, 9968.0, 9998.0, 9982.0, 9985.0, 9987.0, 9976.0, 9987.0, 9977.0, 10055.0, 10012.0, 10077.0, 10010.0, 10050.0, 10010.0, 10016.0, 9990.0, 10009.0, 10064.0, 10009.0, 10052.0, 10012.0, 10032.0, 9989.0, 10019.0, 9976.0, 9978.0, 10058.0, 9995.0, 10066.0, 10009.0, 10038.0, 10013.0, 10015.0, 9992.0, 10022.0, 9997.0, 10010.0, 10002.0, 10006.0, 10030.0, 10000.0, 10060.0, 10013.0, 10068.0, 10031.0, 10059.0, 10016.0, 10057.0, 10015.0, 10040.0, 10013.0, 10044.0, 9999.0, 10013.0, 10011.0, 9996.0, 10056.0, 9990.0, 10048.0, 10013.0, 10050.0, 10013.0, 10022.0, 9997.0, 10034.0, 9996.0, 10040.0, 10026.0, 9999.0, 10003.0, 10001.0, 10061.0, 9995.0, 10060.0, 10031.0, 10069.0, 10017.0, 10060.0, 10000.0, 10033.0, 9998.0, 10055.0, 10007.0, 10045.0, 10019.0, 10016.0, 10008.0, 9997.0, 10077.0, 10013.0, 10067.0, 10013.0, 10052.0, 10014.0, 10036.0, 9994.0, 10034.0, 9996.0, 10026.0, 10055.0, 9994.0, 10068.0, 9994.0, 10042.0, 9992.0, 10029.0, 10020.0, 10051.0, 10016.0, 10046.0, 10022.0, 10045.0, 10001.0, 10043.0, 10003.0, 10059.0, 10003.0, 10022.0, 10021.0, 10014.0, 10064.0, 10013.0, 10065.0, 10029.0, 10060.0, 10021.0, 10038.0, 10001.0, 10036.0, 10002.0, 10057.0, 10013.0, 10043.0, 10035.0, 10029.0, 9996.0, 10009.0, 10063.0, 10011.0, 10064.0, 10003.0, 10045.0, 9989.0, 10022.0, 9985.0, 10014.0, 9971.0, 10031.0, 9986.0, 9991.0, 10016.0, 10014.0, 10045.0, 10011.0, 10055.0, 10013.0, 10055.0, 10029.0, 10034.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.0017285389856169571</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02509649447388342</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.53907688599246</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2091664660303032</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.020399810651514</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5332</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3692.7766</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10114696869477566</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.6336109008327027</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.449553071053297</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3633368527445677</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6187668466546423</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3665555137606815</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.007177</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.001428690506145358</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.039003293961286545</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.377844682134448</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>13.1162</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.12</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.8737</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283177.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1166.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.3542</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3096</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.7649</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3703.9446</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3865.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>93367.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1641.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4741.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.8498</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.927688213880174</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> |