=== 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-0066 --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-0066",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 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-0066_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0066_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0066/ses-04/func/sub-0066_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>abea4e936367d074b02fb57e2b94996e</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>14:15:9.825000</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.999955, 0.00712951, -0.00626337, -0.00750474, 0.998043, -0.0620828]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.122168</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4136, -7734, -7272, 503, -127, -81, 30, 82]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>290.156</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d7108e5f-bec5-483f-92a3-efd069690b74||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.6828060150146484, -0.020134665071964264, -0.015682926401495934, 111.54747772216797], [-0.019127944484353065, 2.677675724029541, -0.1677430421113968, -90.65872192382812], [-0.016804164275527, 0.1665637344121933, 2.6947386264801025, -72.99662017822266], [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': ['141509.825000', '141510.285000', '141510.745000', '141511.205000', '141511.665000', '141512.125000', '141512.585000', '141513.045000', '141513.505000', '141513.965000', '141514.425000', '141514.885000', '141515.345000', '141515.805000', '141516.265000', '141516.725000', '141517.185000', '141517.645000', '141518.105000', '141518.565000', '141519.025000', '141519.485000', '141519.945000', '141520.405000', '141520.865000', '141521.325000', '141521.785000', '141522.245000', '141522.705000', '141523.165000', '141523.625000', '141524.085000', '141524.545000', '141525.005000', '141525.465000', '141525.925000', '141526.385000', '141526.845000', '141527.305000', '141527.765000', '141528.225000', '141528.685000', '141529.145000', '141529.605000', '141530.065000', '141530.525000', '141530.985000', '141531.445000', '141531.905000', '141532.365000', '141532.825000', '141533.285000', '141533.745000', '141534.205000', '141534.665000', '141535.125000', '141535.585000', '141536.045000', '141536.505000', '141536.965000', '141537.425000', '141537.885000', '141538.345000', '141538.805000', '141539.265000', '141539.725000', '141540.185000', '141540.645000', '141541.105000', '141541.565000', '141542.025000', '141542.485000', '141542.945000', '141543.405000', '141543.865000', '141544.325000', '141544.785000', '141545.245000', '141545.705000', '141546.165000', '141546.625000', '141547.085000', '141547.545000', '141548.005000', '141548.465000', '141548.925000', '141549.385000', '141549.845000', '141550.305000', '141550.765000', '141551.225000', '141551.685000', '141552.145000', '141552.605000', '141553.065000', '141553.525000', '141553.985000', '141554.445000', '141554.905000', '141555.365000', '141555.825000', '141556.285000', '141556.745000', '141557.205000', '141557.665000', '141558.125000', '141558.585000', '141559.045000', '141559.505000', '141559.965000', '141600.425000', '141600.885000', '141601.345000', '141601.805000', '141602.265000', '141602.725000', '141603.185000', '141603.645000', '141604.105000', '141604.565000', '141605.025000', '141605.485000', '141605.945000', '141606.405000', '141606.865000', '141607.325000', '141607.785000', '141608.245000', '141608.705000', '141609.165000', '141609.625000', '141610.085000', '141610.545000', '141611.005000', '141611.465000', '141611.925000', '141612.385000', '141612.845000', '141613.305000', '141613.765000', '141614.225000', '141614.685000', '141615.145000', '141615.605000', '141616.065000', '141616.525000', '141616.985000', '141617.445000', '141617.905000', '141618.365000', '141618.825000', '141619.285000', '141619.745000', '141620.205000', '141620.665000', '141621.125000', '141621.585000', '141622.045000', '141622.505000', '141622.965000', '141623.425000', '141623.885000', '141624.345000', '141624.805000', '141625.265000', '141625.725000', '141626.185000', '141626.645000', '141627.105000', '141627.565000', '141628.025000', '141628.485000', '141628.945000', '141629.405000', '141629.865000', '141630.325000', '141630.785000', '141631.245000', '141631.705000', '141632.165000', '141632.625000', '141633.085000', '141633.545000', '141634.005000', '141634.465000', '141634.925000', '141635.385000', '141635.845000', '141636.305000', '141636.765000', '141637.225000', '141637.685000', '141638.145000', '141638.605000', '141639.065000', '141639.525000', '141639.985000', '141640.445000', '141640.905000', '141641.365000', '141641.825000', '141642.285000', '141642.745000', '141643.205000', '141643.665000', '141644.125000', '141644.585000', '141645.045000', '141645.505000', '141645.965000', '141646.425000', '141646.885000', '141647.345000', '141647.805000', '141648.265000', '141648.725000', '141649.185000', '141649.645000', '141650.105000', '141650.565000', '141651.025000', '141651.485000', '141651.945000', '141652.405000', '141652.865000', '141653.325000', '141653.785000', '141654.245000', '141654.705000', '141655.165000', '141655.625000', '141656.085000', '141656.545000', '141657.005000', '141657.465000', '141657.925000', '141658.385000', '141658.845000', '141659.305000', '141659.765000', '141700.225000', '141700.685000', '141701.145000', '141701.605000', '141702.065000', '141702.525000', '141702.985000', '141703.445000', '141703.905000', '141704.365000', '141704.825000', '141705.285000', '141705.745000', '141706.205000', '141706.665000', '141707.125000', '141707.585000', '141708.045000', '141708.505000', '141708.965000', '141709.425000', '141709.885000', '141710.345000', '141710.805000', '141711.265000', '141711.725000', '141712.185000', '141712.645000', '141713.105000', '141713.565000', '141714.025000', '141714.485000', '141714.945000', '141715.405000', '141715.865000', '141716.325000', '141716.785000', '141717.245000', '141717.705000', '141718.165000', '141718.625000', '141719.085000', '141719.545000', '141720.005000', '141720.465000', '141720.925000', '141721.385000', '141721.845000', '141722.305000', '141722.765000', '141723.225000', '141723.685000', '141724.145000', '141724.605000', '141725.065000', '141725.525000', '141725.985000', '141726.445000', '141726.905000', '141727.365000', '141727.825000', '141728.285000', '141728.745000', '141729.205000', '141729.665000', '141730.125000', '141730.585000', '141731.045000', '141731.505000', '141731.965000', '141732.425000', '141732.885000', '141733.345000', '141733.805000', '141734.265000', '141734.725000', '141735.185000', '141735.645000', '141736.105000', '141736.565000', '141737.025000', '141737.485000', '141737.945000', '141738.405000', '141738.865000', '141739.325000', '141739.785000', '141740.245000', '141740.705000', '141741.165000', '141741.625000', '141742.085000', '141742.545000', '141743.005000', '141743.465000', '141743.925000', '141744.385000', '141744.845000', '141745.305000', '141745.765000', '141746.225000', '141746.685000', '141747.145000', '141747.605000', '141748.065000', '141748.525000', '141748.985000', '141749.445000', '141749.905000', '141750.365000', '141750.825000', '141751.285000', '141751.745000', '141752.205000', '141752.665000', '141753.125000', '141753.585000', '141754.045000', '141754.505000', '141754.965000', '141755.425000', '141755.885000', '141756.345000', '141756.805000', '141757.265000', '141757.725000', '141758.185000', '141758.645000', '141759.105000', '141759.565000', '141800.025000', '141800.485000', '141800.945000', '141801.405000', '141801.865000', '141802.325000', '141802.785000', '141803.245000', '141803.705000', '141804.165000', '141804.625000', '141805.085000', '141805.545000', '141806.005000', '141806.465000', '141806.925000', '141807.385000', '141807.845000', '141808.305000', '141808.765000', '141809.225000', '141809.685000', '141810.145000', '141810.605000', '141811.065000', '141811.525000', '141811.985000', '141812.445000', '141812.905000', '141813.365000', '141813.825000', '141814.285000', '141814.745000', '141815.205000', '141815.665000', '141816.125000', '141816.585000', '141817.045000', '141817.505000', '141817.965000', '141818.425000', '141818.885000', '141819.345000', '141819.805000', '141820.265000', '141820.725000', '141821.185000', '141821.645000', '141822.105000', '141822.565000', '141823.025000', '141823.485000', '141823.945000', '141824.405000', '141824.865000', '141825.325000', '141825.785000', '141826.245000', '141826.705000', '141827.165000', '141827.625000', '141828.085000', '141828.545000', '141829.005000', '141829.465000', '141829.925000', '141830.385000', '141830.845000', '141831.305000', '141831.765000', '141832.225000', '141832.685000', '141833.145000', '141833.605000', '141834.065000', '141834.525000', '141834.985000', '141835.445000', '141835.905000', '141836.365000', '141836.825000', '141837.285000', '141837.745000', '141838.205000', '141838.665000', '141839.125000', '141839.585000', '141840.045000', '141840.505000', '141840.965000', '141841.425000', '141841.885000', '141842.345000', '141842.805000', '141843.265000', '141843.725000', '141844.185000', '141844.645000', '141845.105000', '141845.565000', '141846.025000', '141846.485000', '141846.945000', '141847.405000', '141847.865000', '141848.325000', '141848.785000', '141849.245000', '141849.705000', '141850.165000', '141850.625000', '141851.085000', '141851.545000', '141852.005000', '141852.465000', '141852.925000', '141853.385000', '141853.845000', '141854.305000', '141854.765000', '141855.225000', '141855.685000', '141856.145000', '141856.605000', '141857.065000', '141857.525000', '141857.985000', '141858.445000', '141858.905000', '141859.365000', '141859.825000', '141900.285000', '141900.745000', '141901.205000', '141901.665000', '141902.125000', '141902.585000', '141903.045000', '141903.505000', '141903.965000', '141904.425000', '141904.885000', '141905.345000', '141905.805000', '141906.265000', '141906.725000', '141907.185000', '141907.645000', '141908.105000', '141908.565000', '141909.025000', '141909.485000', '141909.945000', '141910.405000', '141910.865000', '141911.325000', '141911.785000', '141912.245000', '141912.705000', '141913.165000', '141913.625000', '141914.085000', '141914.545000', '141915.005000', '141915.465000', '141915.925000', '141916.385000', '141916.845000', '141917.305000', '141917.765000', '141918.225000', '141918.685000', '141919.145000', '141919.605000', '141920.065000', '141920.525000', '141920.985000', '141921.445000', '141921.905000', '141922.365000', '141922.825000', '141923.285000', '141923.745000', '141924.205000', '141924.665000', '141925.125000', '141925.585000', '141926.045000', '141926.505000', '141926.965000', '141927.425000', '141927.885000', '141928.345000', '141928.805000', '141929.265000', '141929.725000', '141930.185000', '141930.645000', '141931.105000', '141931.565000', '141932.025000', '141932.485000', '141932.945000', '141933.405000', '141933.865000', '141934.325000', '141934.785000', '141935.245000', '141935.705000', '141936.165000', '141936.625000', '141937.085000', '141937.545000', '141938.005000', '141938.465000', '141938.925000', '141939.385000', '141939.845000', '141940.305000', '141940.765000', '141941.225000', '141941.685000', '141942.145000', '141942.605000', '141943.065000', '141943.525000', '141943.985000', '141944.445000', '141944.905000', '141945.365000', '141945.825000', '141946.285000', '141946.745000', '141947.205000', '141947.665000', '141948.125000', '141948.585000', '141949.045000', '141949.505000', '141949.965000', '141950.425000', '141950.885000', '141951.345000', '141951.805000', '141952.265000', '141952.725000', '141953.185000', '141953.645000', '141954.105000', '141954.565000', '141955.025000', '141955.485000', '141955.945000', '141956.405000', '141956.865000', '141957.325000', '141957.785000', '141958.245000', '141958.705000', '141959.165000', '141959.625000', '142000.085000', '142000.545000', '142001.005000', '142001.465000', '142001.925000', '142002.385000', '142002.845000', '142003.305000', '142003.765000', '142004.225000', '142004.685000', '142005.145000', '142005.605000', '142006.065000', '142006.525000', '142006.985000', '142007.445000', '142007.905000', '142008.365000', '142008.825000', '142009.285000', '142009.745000', '142010.205000', '142010.665000', '142011.125000', '142011.585000', '142012.045000', '142012.505000', '142012.965000', '142013.425000', '142013.885000', '142014.345000', '142014.805000', '142015.265000', '142015.725000', '142016.185000', '142016.645000', '142017.105000', '142017.565000', '142018.025000', '142018.485000', '142018.945000', '142019.405000', '142019.865000', '142020.325000', '142020.785000', '142021.245000', '142021.705000', '142022.165000', '142022.625000', '142023.085000', '142023.545000', '142024.005000', '142024.465000', '142024.925000', '142025.385000', '142025.845000', '142026.305000', '142026.765000', '142027.225000', '142027.685000', '142028.145000', '142028.605000', '142029.065000', '142029.525000', '142029.985000', '142030.445000', '142030.905000', '142031.365000', '142031.825000', '142032.285000', '142032.745000', '142033.205000', '142033.665000', '142034.125000', '142034.585000', '142035.045000', '142035.505000', '142035.965000', '142036.425000', '142036.885000', '142037.345000', '142037.805000', '142038.265000', '142038.725000', '142039.185000', '142039.645000', '142040.105000', '142040.565000', '142041.025000', '142041.485000', '142041.945000', '142042.405000', '142042.865000', '142043.325000', '142043.785000', '142044.245000', '142044.705000', '142045.165000', '142045.625000', '142046.085000', '142046.545000', '142047.005000', '142047.465000', '142047.925000', '142048.385000', '142048.845000', '142049.305000', '142049.765000', '142050.225000', '142050.685000', '142051.145000', '142051.605000', '142052.065000', '142052.525000', '142052.985000', '142053.445000', '142053.905000', '142054.365000', '142054.825000', '142055.285000', '142055.745000', '142056.205000', '142056.665000', '142057.125000', '142057.585000', '142058.045000', '142058.505000', '142058.965000', '142059.425000', '142059.885000', '142100.345000', '142100.805000', '142101.265000', '142101.725000', '142102.185000', '142102.645000', '142103.105000', '142103.565000', '142104.025000', '142104.485000', '142104.945000', '142105.405000', '142105.865000', '142106.325000', '142106.785000', '142107.245000', '142107.705000', '142108.165000', '142108.625000', '142109.085000', '142109.545000', '142110.005000', '142110.465000', '142110.925000', '142111.385000', '142111.845000', '142112.305000', '142112.765000', '142113.225000', '142113.685000', '142114.145000', '142114.605000', '142115.065000', '142115.525000', '142115.985000', '142116.445000', '142116.905000', '142117.365000', '142117.825000', '142118.285000', '142118.745000', '142119.205000', '142119.665000', '142120.125000', '142120.585000', '142121.045000', '142121.505000', '142121.965000', '142122.425000', '142122.885000', '142123.345000', '142123.805000', '142124.265000', '142124.725000', '142125.185000', '142125.645000', '142126.105000', '142126.565000', '142127.025000', '142127.485000', '142127.945000', '142128.405000', '142128.865000', '142129.325000', '142129.785000', '142130.245000', '142130.705000', '142131.165000', '142131.625000', '142132.085000', '142132.545000', '142133.005000', '142133.465000', '142133.925000', '142134.385000', '142134.845000', '142135.305000', '142135.765000', '142136.225000', '142136.685000', '142137.145000', '142137.605000', '142138.065000', '142138.525000', '142138.985000', '142139.445000', '142139.905000', '142140.365000', '142140.825000', '142141.285000', '142141.745000', '142142.205000', '142142.665000', '142143.125000', '142143.585000', '142144.045000', '142144.505000', '142144.965000', '142145.425000', '142145.885000', '142146.345000', '142146.805000', '142147.265000', '142147.725000', '142148.185000', '142148.645000', '142149.105000', '142149.565000', '142150.025000', '142150.485000', '142150.945000', '142151.405000', '142151.865000', '142152.325000', '142152.785000', '142153.245000', '142153.705000', '142154.165000', '142154.625000', '142155.085000', '142155.545000', '142156.005000', '142156.465000', '142156.925000', '142157.385000', '142157.845000', '142158.305000', '142158.765000', '142159.225000', '142159.685000', '142200.145000', '142200.605000', '142201.065000', '142201.525000', '142201.985000', '142202.445000', '142202.905000', '142203.365000', '142203.825000', '142204.285000', '142204.745000', '142205.205000', '142205.665000', '142206.125000', '142206.585000', '142207.045000', '142207.505000', '142207.965000', '142208.425000', '142208.885000', '142209.345000', '142209.805000', '142210.265000', '142210.725000', '142211.185000', '142211.645000', '142212.105000', '142212.565000', '142213.025000', '142213.485000', '142213.945000', '142214.405000', '142214.865000', '142215.325000', '142215.785000', '142216.245000', '142216.705000', '142217.165000', '142217.625000', '142218.085000', '142218.545000', '142219.005000', '142219.465000', '142219.925000', '142220.385000', '142220.845000', '142221.305000', '142221.765000', '142222.225000', '142222.685000', '142223.145000', '142223.605000', '142224.065000', '142224.525000', '142224.985000', '142225.445000', '142225.905000', '142226.365000', '142226.825000', '142227.285000', '142227.745000', '142228.205000', '142228.665000', '142229.125000', '142229.585000', '142230.045000', '142230.505000', '142230.965000', '142231.425000', '142231.885000', '142232.345000', '142232.805000', '142233.265000', '142233.725000', '142234.185000', '142234.645000', '142235.105000', '142235.565000', '142236.025000', '142236.485000', '142236.945000', '142237.405000', '142237.865000', '142238.325000', '142238.785000', '142239.245000', '142239.705000', '142240.165000', '142240.625000', '142241.085000', '142241.545000', '142242.005000', '142242.465000', '142242.925000', '142243.385000', '142243.845000', '142244.305000', '142244.765000', '142245.225000', '142245.685000', '142246.145000', '142246.605000', '142247.065000', '142247.525000', '142247.985000', '142248.445000', '142248.905000', '142249.365000', '142249.825000', '142250.285000', '142250.745000', '142251.205000', '142251.665000', '142252.125000', '142252.585000', '142253.045000', '142253.505000', '142253.965000', '142254.425000', '142254.885000', '142255.345000', '142255.805000', '142256.265000', '142256.725000', '142257.185000', '142257.645000', '142258.105000', '142258.565000', '142259.025000', '142259.485000', '142259.945000', '142300.405000', '142300.865000', '142301.325000', '142301.785000', '142302.245000', '142302.705000', '142303.165000', '142303.625000', '142304.085000', '142304.545000', '142305.005000', '142305.465000', '142305.925000', '142306.385000', '142306.845000', '142307.305000', '142307.765000', '142308.225000', '142308.685000', '142309.145000', '142309.605000', '142310.065000', '142310.525000', '142310.985000', '142311.445000', '142311.905000', '142312.365000', '142312.825000', '142313.285000', '142313.745000', '142314.205000', '142314.665000', '142315.125000', '142315.585000', '142316.045000', '142316.505000', '142316.965000', '142317.425000', '142317.885000', '142318.345000', '142318.805000', '142319.265000', '142319.725000', '142320.185000', '142320.645000', '142321.105000', '142321.565000', '142322.025000', '142322.485000', '142322.945000', '142323.405000', '142323.865000', '142324.325000', '142324.785000', '142325.245000', '142325.705000', '142326.165000', '142326.625000', '142327.085000', '142327.545000', '142328.005000', '142328.465000', '142328.925000', '142329.385000', '142329.845000', '142330.305000', '142330.765000', '142331.225000', '142331.685000', '142332.145000', '142332.605000', '142333.065000', '142333.525000', '142333.985000', '142334.445000', '142334.905000', '142335.365000', '142335.825000', '142336.285000', '142336.745000', '142337.205000', '142337.665000', '142338.125000', '142338.585000', '142339.045000', '142339.505000', '142339.965000', '142340.425000', '142340.885000', '142341.345000', '142341.805000', '142342.265000', '142342.725000', '142343.185000', '142343.645000', '142344.105000', '142344.565000', '142345.025000', '142345.485000', '142345.945000', '142346.405000', '142346.865000', '142347.325000', '142347.785000', '142348.245000', '142348.705000', '142349.165000', '142349.625000', '142350.085000', '142350.545000', '142351.005000', '142351.465000', '142351.925000', '142352.385000', '142352.845000', '142353.305000', '142353.765000', '142354.225000', '142354.685000', '142355.145000', '142355.605000', '142356.065000', '142356.525000', '142356.985000', '142357.445000', '142357.905000', '142358.365000', '142358.825000', '142359.285000', '142359.745000', '142400.205000', '142400.665000', '142401.125000', '142401.585000', '142402.045000', '142402.505000', '142402.965000', '142403.425000', '142403.885000', '142404.345000', '142404.805000', '142405.265000', '142405.725000', '142406.185000', '142406.645000', '142407.105000', '142407.565000', '142408.025000', '142408.485000', '142408.945000', '142409.405000', '142409.865000', '142410.325000', '142410.785000', '142411.245000', '142411.705000', '142412.165000', '142412.625000', '142413.085000', '142413.545000', '142414.005000', '142414.465000', '142414.925000', '142415.385000', '142415.845000', '142416.305000', '142416.765000', '142417.225000', '142417.685000', '142418.145000', '142418.605000', '142419.065000', '142419.525000', '142419.985000', '142420.445000', '142420.905000', '142421.365000', '142421.825000', '142422.285000', '142422.745000', '142423.205000', '142423.665000', '142424.125000', '142424.585000', '142425.045000', '142425.505000', '142425.965000', '142426.425000', '142426.885000', '142427.345000', '142427.805000', '142428.265000', '142428.725000', '142429.185000', '142429.645000', '142430.105000', '142430.565000', '142431.025000', '142431.485000', '142431.945000', '142432.405000', '142432.865000', '142433.325000', '142433.785000', '142434.245000', '142434.705000', '142435.165000', '142435.625000', '142436.085000', '142436.545000', '142437.005000', '142437.465000', '142437.925000', '142438.385000', '142438.845000', '142439.305000', '142439.765000', '142440.225000', '142440.685000', '142441.145000', '142441.605000', '142442.065000', '142442.525000', '142442.985000', '142443.445000', '142443.905000', '142444.365000', '142444.825000', '142445.285000', '142445.745000', '142446.205000', '142446.665000', '142447.125000', '142447.585000', '142448.045000', '142448.505000', '142448.965000', '142449.425000', '142449.885000', '142450.345000', '142450.805000', '142451.265000', '142451.725000', '142452.185000', '142452.645000', '142453.105000', '142453.565000', '142454.025000', '142454.485000', '142454.945000', '142455.405000', '142455.865000', '142456.325000', '142456.785000', '142457.245000', '142457.705000', '142458.165000', '142458.625000', '142459.085000', '142459.545000', '142500.005000', '142500.465000', '142500.925000', '142501.385000', '142501.845000', '142502.305000', '142502.765000', '142503.225000', '142503.685000', '142504.145000', '142504.605000', '142505.065000', '142505.525000', '142505.985000', '142506.445000', '142506.905000', '142507.365000', '142507.825000', '142508.285000', '142508.745000', '142509.205000', '142509.665000', '142510.125000', '142510.585000', '142511.045000', '142511.505000', '142511.965000', '142512.425000', '142512.885000', '142513.345000', '142513.805000', '142514.265000', '142514.725000', '142515.185000', '142515.645000', '142516.105000', '142516.565000', '142517.025000', '142517.485000'], 'ContentTime': ['141538.573000', '141538.576000', '141538.579000', '141538.582000', '141538.584000', '141538.587000', '141538.589000', '141538.592000', '141538.595000', '141538.597000', '141538.600000', '141538.602000', '141538.605000', '141538.608000', '141538.610000', '141538.620000', '141538.623000', '141538.625000', '141538.628000', '141538.631000', '141538.633000', '141538.636000', '141538.638000', '141538.641000', '141538.644000', '141538.646000', '141538.649000', '141538.652000', '141538.654000', '141538.657000', '141538.659000', '141538.662000', '141538.665000', '141538.667000', '141538.670000', '141538.672000', '141538.675000', '141538.678000', '141538.680000', '141538.683000', '141538.685000', '141538.688000', '141538.691000', '141538.693000', '141538.696000', '141538.699000', '141538.701000', '141538.704000', '141538.706000', '141538.709000', '141538.711000', '141538.720000', '141538.722000', '141538.725000', '141538.727000', '141538.730000', '141538.732000', '141538.735000', '141538.738000', '141538.740000', '141558.549000', '141558.551000', '141558.554000', '141558.556000', '141558.559000', '141558.562000', '141558.564000', '141558.567000', '141558.569000', '141558.572000', '141558.575000', '141558.577000', '141558.580000', '141558.582000', '141558.585000', '141558.587000', '141558.590000', '141558.593000', '141558.595000', '141558.598000', '141558.601000', '141558.604000', '141558.606000', '141558.610000', '141558.612000', '141558.615000', '141558.618000', '141558.620000', '141558.623000', '141558.625000', '141558.628000', '141558.631000', '141558.633000', '141558.636000', '141558.638000', '141558.641000', '141558.644000', '141558.646000', '141558.649000', '141558.651000', '141558.654000', '141558.656000', '141558.659000', '141618.549000', '141618.553000', '141618.555000', '141618.558000', '141618.560000', '141618.563000', '141618.566000', '141618.568000', '141618.571000', '141618.574000', '141618.576000', '141618.579000', '141618.581000', '141618.584000', '141618.587000', '141618.589000', '141618.592000', '141618.595000', '141618.597000', '141618.600000', '141618.602000', '141618.605000', '141618.608000', '141618.610000', '141618.613000', '141618.615000', '141618.618000', '141618.620000', '141618.623000', '141618.626000', '141618.628000', '141618.631000', '141618.633000', '141618.638000', '141618.641000', '141618.643000', '141618.646000', '141618.649000', '141618.652000', '141618.654000', '141618.657000', '141618.659000', '141618.662000', '141618.664000', '141638.549000', '141638.552000', '141638.555000', '141638.558000', '141638.560000', '141638.563000', '141638.566000', '141638.568000', '141638.571000', '141638.574000', '141638.576000', '141638.579000', '141638.581000', '141638.584000', '141638.587000', '141638.589000', '141638.592000', '141638.594000', '141638.597000', '141638.600000', '141638.602000', '141638.605000', '141638.650000', '141638.654000', '141638.656000', '141638.659000', '141638.661000', '141638.664000', '141638.667000', '141638.669000', '141638.672000', '141638.674000', '141638.677000', '141638.679000', '141638.682000', '141638.685000', '141638.687000', '141638.690000', '141638.693000', '141638.696000', '141638.699000', '141638.702000', '141638.704000', '141658.550000', '141658.553000', '141658.555000', '141658.558000', '141658.561000', '141658.564000', '141658.566000', '141658.569000', '141658.572000', '141658.574000', '141658.577000', '141658.579000', '141658.582000', '141658.585000', '141658.587000', '141658.590000', '141658.593000', '141658.595000', '141658.598000', '141658.600000', '141658.603000', '141658.606000', '141658.608000', '141658.611000', '141658.614000', '141658.616000', '141658.628000', '141658.631000', '141658.634000', '141658.636000', '141658.639000', '141658.641000', '141658.644000', '141658.647000', '141658.649000', '141658.652000', '141658.655000', '141658.657000', '141658.660000', '141658.662000', '141658.665000', '141658.668000', '141658.670000', '141658.673000', '141718.549000', '141718.552000', '141718.555000', '141718.558000', '141718.560000', '141718.563000', '141718.566000', '141718.568000', '141718.571000', '141718.574000', '141718.577000', '141718.579000', '141718.582000', '141718.584000', '141718.587000', '141718.590000', '141718.592000', '141718.595000', '141718.598000', '141718.600000', '141718.603000', '141718.605000', '141718.608000', '141718.611000', '141718.613000', '141718.616000', '141718.618000', '141718.621000', '141718.624000', '141718.626000', '141718.639000', '141718.641000', '141718.644000', '141718.646000', '141718.649000', '141718.652000', '141718.655000', '141718.658000', '141718.661000', '141718.664000', '141718.667000', '141718.669000', '141718.672000', '141738.550000', '141738.552000', '141738.555000', '141738.558000', '141738.560000', '141738.563000', '141738.565000', '141738.568000', '141738.571000', '141738.573000', '141738.576000', '141738.578000', '141738.581000', '141738.583000', '141738.586000', '141738.589000', '141738.591000', '141738.594000', '141738.596000', '141738.599000', '141738.602000', '141738.604000', '141738.607000', '141738.610000', '141738.612000', '141738.615000', '141738.617000', '141738.620000', '141738.623000', '141738.625000', '141738.628000', '141738.631000', '141738.633000', '141738.636000', '141738.638000', '141738.641000', '141738.644000', '141738.646000', '141738.649000', '141738.651000', '141738.654000', '141738.657000', '141738.659000', '141738.662000', '141758.549000', '141758.552000', '141758.554000', '141758.557000', '141758.560000', '141758.562000', '141758.565000', '141758.567000', '141758.570000', '141758.573000', '141758.575000', '141758.578000', '141758.581000', '141758.583000', '141758.586000', '141758.589000', '141758.591000', '141758.594000', '141758.597000', '141758.599000', '141758.602000', '141758.605000', '141758.607000', '141758.610000', '141758.612000', '141758.615000', '141758.618000', '141758.620000', '141758.623000', '141758.626000', '141758.628000', '141758.631000', '141758.634000', '141758.636000', '141758.639000', '141758.641000', '141758.644000', '141758.647000', '141758.649000', '141758.652000', '141758.654000', '141758.657000', '141758.660000', '141818.548000', '141818.551000', '141818.554000', '141818.557000', '141818.559000', '141818.562000', '141818.565000', '141818.568000', '141818.570000', '141818.573000', '141818.576000', '141818.578000', '141818.581000', '141818.583000', '141818.586000', '141818.589000', '141818.592000', '141818.594000', '141818.609000', '141818.612000', '141818.614000', '141818.617000', '141818.620000', '141818.622000', '141818.625000', '141818.627000', '141818.630000', '141818.633000', '141818.635000', '141818.638000', '141818.641000', '141818.643000', '141818.646000', '141818.649000', '141818.651000', '141818.654000', '141818.657000', '141818.659000', '141818.662000', '141818.664000', '141818.667000', '141818.670000', '141818.672000', '141818.675000', '141838.549000', '141838.552000', '141838.555000', '141838.557000', '141838.560000', '141838.563000', '141838.565000', '141838.568000', '141838.570000', '141838.573000', '141838.576000', '141838.578000', '141838.581000', '141838.583000', '141838.586000', '141838.589000', '141838.591000', '141838.594000', '141838.597000', '141838.599000', '141838.602000', '141838.604000', '141838.607000', '141838.609000', '141838.612000', '141838.615000', '141838.617000', '141838.620000', '141838.623000', '141838.626000', '141838.628000', '141838.631000', '141838.633000', '141838.636000', '141838.639000', '141838.641000', '141838.644000', '141838.647000', '141838.649000', '141838.652000', '141838.654000', '141838.657000', '141838.660000', '141858.550000', '141858.553000', '141858.555000', '141858.558000', '141858.560000', '141858.563000', '141858.566000', '141858.568000', '141858.571000', '141858.573000', '141858.576000', '141858.578000', '141858.581000', '141858.584000', '141858.586000', '141858.589000', '141858.592000', '141858.594000', '141858.597000', '141858.599000', '141858.602000', '141858.605000', '141858.607000', '141858.610000', '141858.612000', '141858.615000', '141858.617000', '141858.620000', '141858.623000', '141858.625000', '141858.628000', '141858.630000', '141858.633000', '141858.636000', '141858.638000', '141858.641000', '141858.643000', '141858.646000', '141858.649000', '141858.651000', '141858.654000', '141858.657000', '141858.659000', '141858.662000', '141918.549000', '141918.552000', '141918.555000', '141918.558000', '141918.560000', '141918.563000', '141918.565000', '141918.568000', '141918.571000', '141918.573000', '141918.576000', '141918.578000', '141918.581000', '141918.584000', '141918.586000', '141918.589000', '141918.591000', '141918.594000', '141918.597000', '141918.599000', '141918.602000', '141918.604000', '141918.607000', '141918.616000', '141918.619000', '141918.621000', '141918.624000', '141918.627000', '141918.629000', '141918.632000', '141918.635000', '141918.638000', '141918.640000', '141918.643000', '141918.645000', '141918.648000', '141918.650000', '141918.653000', '141918.656000', '141918.658000', '141918.661000', '141918.664000', '141918.666000', '141938.551000', '141938.555000', '141938.558000', '141938.560000', '141938.563000', '141938.566000', '141938.568000', '141938.571000', '141938.573000', '141938.576000', '141938.579000', '141938.581000', '141938.584000', '141938.586000', '141938.589000', '141938.592000', '141938.595000', '141938.597000', '141938.600000', '141938.602000', '141938.605000', '141938.608000', '141938.611000', '141938.613000', '141938.616000', '141938.619000', '141938.621000', '141938.624000', '141938.627000', '141938.629000', '141938.632000', '141938.634000', '141938.637000', '141938.640000', '141938.642000', '141938.645000', '141938.648000', '141938.650000', '141938.653000', '141938.655000', '141938.658000', '141938.660000', '141938.663000', '141938.690000', '141958.549000', '141958.552000', '141958.555000', '141958.558000', '141958.560000', '141958.563000', '141958.566000', '141958.569000', '141958.571000', '141958.574000', '141958.576000', '141958.579000', '141958.581000', '141958.584000', '141958.587000', '141958.590000', '141958.592000', '141958.595000', '141958.597000', '141958.600000', '141958.603000', '141958.605000', '141958.608000', '141958.610000', '141958.613000', '141958.616000', '141958.618000', '141958.621000', '141958.624000', '141958.626000', '141958.629000', '141958.631000', '141958.634000', '141958.636000', '141958.639000', '141958.642000', '141958.644000', '141958.647000', '141958.650000', '141958.652000', '141958.655000', '141958.657000', '141958.660000', '142018.548000', '142018.551000', '142018.554000', '142018.557000', '142018.560000', '142018.562000', '142018.565000', '142018.567000', '142018.570000', '142018.572000', '142018.575000', '142018.578000', '142018.580000', '142018.583000', '142018.585000', '142018.588000', '142018.591000', '142018.593000', '142018.596000', '142018.598000', '142018.601000', '142018.604000', '142018.606000', '142018.609000', '142018.611000', '142018.614000', '142018.617000', '142018.619000', '142018.622000', '142018.624000', '142018.627000', '142018.630000', '142018.632000', '142018.635000', '142018.637000', '142018.640000', '142018.643000', '142018.645000', '142018.648000', '142018.650000', '142018.653000', '142018.656000', '142018.658000', '142018.661000', '142038.548000', '142038.552000', '142038.554000', '142038.557000', '142038.559000', '142038.562000', '142038.565000', '142038.567000', '142038.570000', '142038.572000', '142038.575000', '142038.578000', '142038.580000', '142038.583000', '142038.585000', '142038.588000', '142038.591000', '142038.593000', '142038.596000', '142038.598000', '142038.601000', '142038.604000', '142038.606000', '142038.609000', '142038.611000', '142038.614000', '142038.617000', '142038.619000', '142038.622000', '142038.625000', '142038.627000', '142038.630000', '142038.632000', '142038.635000', '142038.638000', '142038.640000', '142038.643000', '142038.645000', '142038.648000', '142038.651000', '142038.653000', '142038.656000', '142038.659000', '142058.549000', '142058.552000', '142058.555000', '142058.557000', '142058.560000', '142058.563000', '142058.565000', '142058.568000', '142058.570000', '142058.573000', '142058.576000', '142058.578000', '142058.581000', '142058.583000', '142058.586000', '142058.589000', '142058.593000', '142058.596000', '142058.606000', '142058.608000', '142058.611000', '142058.613000', '142058.616000', '142058.619000', '142058.621000', '142058.624000', '142058.626000', '142058.629000', '142058.632000', '142058.634000', '142058.637000', '142058.639000', '142058.642000', '142058.645000', '142058.647000', '142058.650000', '142058.653000', '142058.655000', '142058.658000', '142058.660000', '142058.663000', '142058.666000', '142058.668000', '142058.671000', '142118.550000', '142118.553000', '142118.555000', '142118.558000', '142118.560000', '142118.563000', '142118.566000', '142118.568000', '142118.571000', '142118.574000', '142118.596000', '142118.599000', '142118.602000', '142118.604000', '142118.607000', '142118.609000', '142118.612000', '142118.615000', '142118.617000', '142118.620000', '142118.622000', '142118.625000', '142118.628000', '142118.632000', '142118.634000', '142118.637000', '142118.640000', '142118.642000', '142118.645000', '142118.647000', '142118.650000', '142118.653000', '142118.655000', '142118.658000', '142118.660000', '142118.663000', '142118.666000', '142118.668000', '142118.671000', '142118.674000', '142118.676000', '142118.679000', '142118.681000', '142138.550000', '142138.552000', '142138.555000', '142138.558000', '142138.561000', '142138.563000', '142138.566000', '142138.568000', '142138.572000', '142138.575000', '142138.578000', '142138.580000', '142138.583000', '142138.586000', '142138.588000', '142138.591000', '142138.593000', '142138.596000', '142138.599000', '142138.601000', '142138.604000', '142138.606000', '142138.609000', '142138.612000', '142138.614000', '142138.617000', '142138.619000', '142138.622000', '142138.625000', '142138.627000', '142138.630000', '142138.633000', '142138.635000', '142138.638000', '142138.640000', '142138.643000', '142138.646000', '142138.648000', '142138.651000', '142138.654000', '142138.656000', '142138.659000', '142138.662000', '142158.550000', '142158.552000', '142158.555000', '142158.558000', '142158.561000', '142158.563000', '142158.566000', '142158.568000', '142158.571000', '142158.574000', '142158.576000', '142158.579000', '142158.582000', '142158.584000', '142158.587000', '142158.589000', '142158.592000', '142158.595000', '142158.597000', '142158.600000', '142158.603000', '142158.605000', '142158.608000', '142158.611000', '142158.613000', '142158.616000', '142158.618000', '142158.621000', '142158.624000', '142158.627000', '142158.629000', '142158.632000', '142158.635000', '142158.637000', '142158.640000', '142158.643000', '142158.645000', '142158.648000', '142158.651000', '142158.653000', '142158.656000', '142158.658000', '142158.661000', '142158.663000', '142218.549000', '142218.552000', '142218.555000', '142218.558000', '142218.560000', '142218.563000', '142218.565000', '142218.568000', '142218.570000', '142218.573000', '142218.576000', '142218.578000', '142218.581000', '142218.584000', '142218.586000', '142218.589000', '142218.592000', '142218.595000', '142218.598000', '142218.600000', '142218.603000', '142218.606000', '142218.608000', '142218.611000', '142218.614000', '142218.616000', '142218.619000', '142218.621000', '142218.624000', '142218.627000', '142218.630000', '142218.633000', '142218.636000', '142218.639000', '142218.642000', '142218.644000', '142218.647000', '142218.650000', '142218.652000', '142218.655000', '142218.657000', '142218.660000', '142218.663000', '142238.549000', '142238.551000', '142238.554000', '142238.557000', '142238.560000', '142238.562000', '142238.565000', '142238.580000', '142238.583000', '142238.585000', '142238.588000', '142238.591000', '142238.594000', '142238.596000', '142238.599000', '142238.602000', '142238.604000', '142238.607000', '142238.609000', '142238.612000', '142238.615000', '142238.617000', '142238.620000', '142238.623000', '142238.625000', '142238.628000', '142238.631000', '142238.633000', '142238.636000', '142238.638000', '142238.641000', '142238.644000', '142238.646000', '142238.649000', '142238.652000', '142238.654000', '142238.657000', '142238.660000', '142238.662000', '142238.665000', '142238.668000', '142238.670000', '142238.673000', '142238.675000', '142258.549000', '142258.552000', '142258.554000', '142258.557000', '142258.559000', '142258.562000', '142258.565000', '142258.567000', '142258.570000', '142258.573000', '142258.575000', '142258.578000', '142258.581000', '142258.583000', '142258.586000', '142258.588000', '142258.591000', '142258.594000', '142258.596000', '142258.599000', '142258.602000', '142258.604000', '142258.607000', '142258.610000', '142258.612000', '142258.615000', '142258.618000', '142258.621000', '142258.624000', '142258.627000', '142258.629000', '142258.633000', '142258.636000', '142258.638000', '142258.641000', '142258.644000', '142258.646000', '142258.649000', '142258.652000', '142258.654000', '142258.657000', '142258.659000', '142258.662000', '142318.550000', '142318.552000', '142318.556000', '142318.559000', '142318.561000', '142318.564000', '142318.567000', '142318.569000', '142318.572000', '142318.574000', '142318.577000', '142318.579000', '142318.582000', '142318.585000', '142318.587000', '142318.590000', '142318.593000', '142318.595000', '142318.598000', '142318.601000', '142318.603000', '142318.606000', '142318.608000', '142318.611000', '142318.614000', '142318.616000', '142318.619000', '142318.622000', '142318.624000', '142318.627000', '142318.629000', '142318.632000', '142318.635000', '142318.637000', '142318.640000', '142318.643000', '142318.645000', '142318.648000', '142318.650000', '142318.653000', '142318.655000', '142318.658000', '142318.661000', '142318.663000', '142338.550000', '142338.552000', '142338.555000', '142338.557000', '142338.561000', '142338.563000', '142338.566000', '142338.568000', '142338.571000', '142338.574000', '142338.576000', '142338.579000', '142338.582000', '142338.584000', '142338.587000', '142338.589000', '142338.592000', '142338.595000', '142338.597000', '142338.600000', '142338.603000', '142338.605000', '142338.608000', '142338.610000', '142338.613000', '142338.616000', '142338.618000', '142338.621000', '142338.624000', '142338.627000', '142338.629000', '142338.632000', '142338.635000', '142338.637000', '142338.640000', '142338.642000', '142338.645000', '142338.648000', '142338.650000', '142338.653000', '142338.656000', '142338.658000', '142338.661000', '142358.550000', '142358.553000', '142358.555000', '142358.558000', '142358.569000', '142358.572000', '142358.574000', '142358.577000', '142358.579000', '142358.582000', '142358.585000', '142358.588000', '142358.590000', '142358.593000', '142358.596000', '142358.598000', '142358.601000', '142358.604000', '142358.606000', '142358.609000', '142358.612000', '142358.614000', '142358.617000', '142358.619000', '142358.622000', '142358.625000', '142358.627000', '142358.630000', '142358.632000', '142358.635000', '142358.638000', '142358.640000', '142358.643000', '142358.646000', '142358.648000', '142358.651000', '142358.653000', '142358.656000', '142358.659000', '142358.661000', '142358.664000', '142358.667000', '142358.669000', '142358.672000', '142418.550000', '142418.552000', '142418.555000', '142418.558000', '142418.561000', '142418.563000', '142418.566000', '142418.568000', '142418.571000', '142418.574000', '142418.576000', '142418.579000', '142418.582000', '142418.584000', '142418.587000', '142418.590000', '142418.592000', '142418.595000', '142418.597000', '142418.600000', '142418.603000', '142418.605000', '142418.608000', '142418.610000', '142418.613000', '142418.615000', '142418.618000', '142418.621000', '142418.623000', '142418.626000', '142418.628000', '142418.631000', '142418.634000', '142418.636000', '142418.639000', '142418.642000', '142418.644000', '142418.647000', '142418.649000', '142418.652000', '142418.655000', '142418.657000', '142418.660000', '142438.550000', '142438.552000', '142438.555000', '142438.558000', '142438.561000', '142438.563000', '142438.566000', '142438.569000', '142438.571000', '142438.574000', '142438.577000', '142438.579000', '142438.582000', '142438.585000', '142438.587000', '142438.590000', '142438.593000', '142438.595000', '142438.598000', '142438.601000', '142438.603000', '142438.606000', '142438.609000', '142438.611000', '142438.614000', '142438.616000', '142438.619000', '142438.622000', '142438.624000', '142438.627000', '142438.630000', '142438.632000', '142438.635000', '142438.638000', '142438.640000', '142438.643000', '142438.646000', '142438.648000', '142438.651000', '142438.653000', '142438.656000', '142438.659000', '142438.661000', '142438.664000', '142458.549000', '142458.551000', '142458.554000', '142458.557000', '142458.559000', '142458.562000', '142458.564000', '142458.567000', '142458.570000', '142458.572000', '142458.575000', '142458.577000', '142458.580000', '142458.583000', '142458.585000', '142458.588000', '142458.591000', '142458.593000', '142458.596000', '142458.599000', '142458.601000', '142458.604000', '142458.607000', '142458.609000', '142458.612000', '142458.614000', '142458.617000', '142458.620000', '142458.622000', '142458.625000', '142458.628000', '142458.630000', '142458.633000', '142458.635000', '142458.638000', '142458.641000', '142458.643000', '142458.646000', '142458.649000', '142458.651000', '142458.654000', '142458.656000', '142458.659000', '142518.564000', '142518.567000', '142518.570000', '142518.573000', '142518.575000', '142518.579000', '142518.582000', '142518.585000', '142518.589000', '142518.592000', '142518.594000', '142518.598000', '142518.603000', '142518.608000', '142518.611000', '142518.614000', '142518.617000', '142518.620000', '142518.622000', '142518.625000', '142518.628000', '142518.631000', '142518.634000', '142518.637000', '142518.641000', '142518.643000', '142518.646000', '142518.652000', '142518.655000', '142518.658000', '142518.660000', '142518.663000', '142518.666000', '142518.669000', '142518.671000', '142518.674000', '142518.677000', '142518.679000', '142518.682000', '142518.685000', '142518.688000', '142518.691000', '142518.693000', '142518.696000', '142519.097000'], 'InstanceCreationTime': ['141538.573000', '141538.576000', '141538.579000', '141538.582000', '141538.584000', '141538.587000', '141538.589000', '141538.592000', '141538.595000', '141538.597000', '141538.600000', '141538.602000', '141538.605000', '141538.608000', '141538.610000', '141538.620000', '141538.623000', '141538.625000', '141538.628000', '141538.631000', '141538.633000', '141538.636000', '141538.638000', '141538.641000', '141538.644000', '141538.646000', '141538.649000', '141538.652000', '141538.654000', '141538.657000', '141538.659000', '141538.662000', '141538.665000', '141538.667000', '141538.670000', '141538.672000', '141538.675000', '141538.678000', '141538.680000', '141538.683000', '141538.685000', '141538.688000', '141538.691000', '141538.693000', '141538.696000', '141538.699000', '141538.701000', '141538.704000', '141538.706000', '141538.709000', '141538.711000', '141538.720000', '141538.722000', '141538.725000', '141538.727000', '141538.730000', '141538.732000', '141538.735000', '141538.738000', '141538.740000', '141558.549000', '141558.551000', '141558.554000', '141558.556000', '141558.559000', '141558.562000', '141558.564000', '141558.567000', '141558.569000', '141558.572000', '141558.575000', '141558.577000', '141558.580000', '141558.582000', '141558.585000', '141558.587000', '141558.590000', '141558.593000', '141558.595000', '141558.598000', '141558.601000', '141558.604000', '141558.606000', '141558.610000', '141558.612000', '141558.615000', '141558.618000', '141558.620000', '141558.623000', '141558.625000', '141558.628000', '141558.631000', '141558.633000', '141558.636000', '141558.638000', '141558.641000', '141558.644000', '141558.646000', '141558.649000', '141558.651000', '141558.654000', '141558.656000', '141558.659000', '141618.549000', '141618.553000', '141618.555000', '141618.558000', '141618.560000', '141618.563000', '141618.566000', '141618.568000', '141618.571000', '141618.574000', '141618.576000', '141618.579000', '141618.581000', '141618.584000', '141618.587000', '141618.589000', '141618.592000', '141618.595000', '141618.597000', '141618.600000', '141618.602000', '141618.605000', '141618.608000', '141618.610000', '141618.613000', '141618.615000', '141618.618000', '141618.620000', '141618.623000', '141618.626000', '141618.628000', '141618.631000', '141618.633000', '141618.638000', '141618.641000', '141618.643000', '141618.646000', '141618.649000', '141618.652000', '141618.654000', '141618.657000', '141618.659000', '141618.662000', '141618.664000', '141638.549000', '141638.552000', '141638.555000', '141638.558000', '141638.560000', '141638.563000', '141638.566000', '141638.568000', '141638.571000', '141638.574000', '141638.576000', '141638.579000', '141638.581000', '141638.584000', '141638.587000', '141638.589000', '141638.592000', '141638.594000', '141638.597000', '141638.600000', '141638.602000', '141638.605000', '141638.650000', '141638.654000', '141638.656000', '141638.659000', '141638.661000', '141638.664000', '141638.667000', '141638.669000', '141638.672000', '141638.674000', '141638.677000', '141638.679000', '141638.682000', '141638.685000', '141638.687000', '141638.690000', '141638.693000', '141638.696000', '141638.699000', '141638.702000', '141638.704000', '141658.550000', '141658.553000', '141658.555000', '141658.558000', '141658.561000', '141658.564000', '141658.566000', '141658.569000', '141658.572000', '141658.574000', '141658.577000', '141658.579000', '141658.582000', '141658.585000', '141658.587000', '141658.590000', '141658.593000', '141658.595000', '141658.598000', '141658.600000', '141658.603000', '141658.606000', '141658.608000', '141658.611000', '141658.614000', '141658.616000', '141658.628000', '141658.631000', '141658.634000', '141658.636000', '141658.639000', '141658.641000', '141658.644000', '141658.647000', '141658.649000', '141658.652000', '141658.655000', '141658.657000', '141658.660000', '141658.662000', '141658.665000', '141658.668000', '141658.670000', '141658.673000', '141718.549000', '141718.552000', '141718.555000', '141718.558000', '141718.560000', '141718.563000', '141718.566000', '141718.568000', '141718.571000', '141718.574000', '141718.577000', '141718.579000', '141718.582000', '141718.584000', '141718.587000', '141718.590000', '141718.592000', '141718.595000', '141718.598000', '141718.600000', '141718.603000', '141718.605000', '141718.608000', '141718.611000', '141718.613000', '141718.616000', '141718.618000', '141718.621000', '141718.624000', '141718.626000', '141718.639000', '141718.641000', '141718.644000', '141718.646000', '141718.649000', '141718.652000', '141718.655000', '141718.658000', '141718.661000', '141718.664000', '141718.667000', '141718.669000', '141718.672000', '141738.550000', '141738.552000', '141738.555000', '141738.558000', '141738.560000', '141738.563000', '141738.565000', '141738.568000', '141738.571000', '141738.573000', '141738.576000', '141738.578000', '141738.581000', '141738.583000', '141738.586000', '141738.589000', '141738.591000', '141738.594000', '141738.596000', '141738.599000', '141738.602000', '141738.604000', '141738.607000', '141738.610000', '141738.612000', '141738.615000', '141738.617000', '141738.620000', '141738.623000', '141738.625000', '141738.628000', '141738.631000', '141738.633000', '141738.636000', '141738.638000', '141738.641000', '141738.644000', '141738.646000', '141738.649000', '141738.651000', '141738.654000', '141738.657000', '141738.659000', '141738.662000', '141758.549000', '141758.552000', '141758.554000', '141758.557000', '141758.560000', '141758.562000', '141758.565000', '141758.567000', '141758.570000', '141758.573000', '141758.575000', '141758.578000', '141758.581000', '141758.583000', '141758.586000', '141758.589000', '141758.591000', '141758.594000', '141758.597000', '141758.599000', '141758.602000', '141758.605000', '141758.607000', '141758.610000', '141758.612000', '141758.615000', '141758.618000', '141758.620000', '141758.623000', '141758.626000', '141758.628000', '141758.631000', '141758.634000', '141758.636000', '141758.639000', '141758.641000', '141758.644000', '141758.647000', '141758.649000', '141758.652000', '141758.654000', '141758.657000', '141758.660000', '141818.548000', '141818.551000', '141818.554000', '141818.557000', '141818.559000', '141818.562000', '141818.565000', '141818.568000', '141818.570000', '141818.573000', '141818.576000', '141818.578000', '141818.581000', '141818.583000', '141818.586000', '141818.589000', '141818.592000', '141818.594000', '141818.609000', '141818.612000', '141818.614000', '141818.617000', '141818.620000', '141818.622000', '141818.625000', '141818.627000', '141818.630000', '141818.633000', '141818.635000', '141818.638000', '141818.641000', '141818.643000', '141818.646000', '141818.649000', '141818.651000', '141818.654000', '141818.657000', '141818.659000', '141818.662000', '141818.664000', '141818.667000', '141818.670000', '141818.672000', '141818.675000', '141838.549000', '141838.552000', '141838.555000', '141838.557000', '141838.560000', '141838.563000', '141838.565000', '141838.568000', '141838.570000', '141838.573000', '141838.576000', '141838.578000', '141838.581000', '141838.583000', '141838.586000', '141838.589000', '141838.591000', '141838.594000', '141838.597000', '141838.599000', '141838.602000', '141838.604000', '141838.607000', '141838.609000', '141838.612000', '141838.615000', '141838.617000', '141838.620000', '141838.623000', '141838.626000', '141838.628000', '141838.631000', '141838.633000', '141838.636000', '141838.639000', '141838.641000', '141838.644000', '141838.647000', '141838.649000', '141838.652000', '141838.654000', '141838.657000', '141838.660000', '141858.550000', '141858.553000', '141858.555000', '141858.558000', '141858.560000', '141858.563000', '141858.566000', '141858.568000', '141858.571000', '141858.573000', '141858.576000', '141858.578000', '141858.581000', '141858.584000', '141858.586000', '141858.589000', '141858.592000', '141858.594000', '141858.597000', '141858.599000', '141858.602000', '141858.605000', '141858.607000', '141858.610000', '141858.612000', '141858.615000', '141858.617000', '141858.620000', '141858.623000', '141858.625000', '141858.628000', '141858.630000', '141858.633000', '141858.636000', '141858.638000', '141858.641000', '141858.643000', '141858.646000', '141858.649000', '141858.651000', '141858.654000', '141858.657000', '141858.659000', '141858.662000', '141918.549000', '141918.552000', '141918.555000', '141918.558000', '141918.560000', '141918.563000', '141918.565000', '141918.568000', '141918.571000', '141918.573000', '141918.576000', '141918.578000', '141918.581000', '141918.584000', '141918.586000', '141918.589000', '141918.591000', '141918.594000', '141918.597000', '141918.599000', '141918.602000', '141918.604000', '141918.607000', '141918.616000', '141918.619000', '141918.621000', '141918.624000', '141918.627000', '141918.629000', '141918.632000', '141918.635000', '141918.638000', '141918.640000', '141918.643000', '141918.645000', '141918.648000', '141918.650000', '141918.653000', '141918.656000', '141918.658000', '141918.661000', '141918.664000', '141918.666000', '141938.551000', '141938.555000', '141938.558000', '141938.560000', '141938.563000', '141938.566000', '141938.568000', '141938.571000', '141938.573000', '141938.576000', '141938.579000', '141938.581000', '141938.584000', '141938.586000', '141938.589000', '141938.592000', '141938.595000', '141938.597000', '141938.600000', '141938.602000', '141938.605000', '141938.608000', '141938.611000', '141938.613000', '141938.616000', '141938.619000', '141938.621000', '141938.624000', '141938.627000', '141938.629000', '141938.632000', '141938.634000', '141938.637000', '141938.640000', '141938.642000', '141938.645000', '141938.648000', '141938.650000', '141938.653000', '141938.655000', '141938.658000', '141938.660000', '141938.663000', '141938.690000', '141958.549000', '141958.552000', '141958.555000', '141958.558000', '141958.560000', '141958.563000', '141958.566000', '141958.569000', '141958.571000', '141958.574000', '141958.576000', '141958.579000', '141958.581000', '141958.584000', '141958.587000', '141958.590000', '141958.592000', '141958.595000', '141958.597000', '141958.600000', '141958.603000', '141958.605000', '141958.608000', '141958.610000', '141958.613000', '141958.616000', '141958.618000', '141958.621000', '141958.624000', '141958.626000', '141958.629000', '141958.631000', '141958.634000', '141958.636000', '141958.639000', '141958.642000', '141958.644000', '141958.647000', '141958.650000', '141958.652000', '141958.655000', '141958.657000', '141958.660000', '142018.548000', '142018.551000', '142018.554000', '142018.557000', '142018.560000', '142018.562000', '142018.565000', '142018.567000', '142018.570000', '142018.572000', '142018.575000', '142018.578000', '142018.580000', '142018.583000', '142018.585000', '142018.588000', '142018.591000', '142018.593000', '142018.596000', '142018.598000', '142018.601000', '142018.604000', '142018.606000', '142018.609000', '142018.611000', '142018.614000', '142018.617000', '142018.619000', '142018.622000', '142018.624000', '142018.627000', '142018.630000', '142018.632000', '142018.635000', '142018.637000', '142018.640000', '142018.643000', '142018.645000', '142018.648000', '142018.650000', '142018.653000', '142018.656000', '142018.658000', '142018.661000', '142038.548000', '142038.552000', '142038.554000', '142038.557000', '142038.559000', '142038.562000', '142038.565000', '142038.567000', '142038.570000', '142038.572000', '142038.575000', '142038.578000', '142038.580000', '142038.583000', '142038.585000', '142038.588000', '142038.591000', '142038.593000', '142038.596000', '142038.598000', '142038.601000', '142038.604000', '142038.606000', '142038.609000', '142038.611000', '142038.614000', '142038.617000', '142038.619000', '142038.622000', '142038.625000', '142038.627000', '142038.630000', '142038.632000', '142038.635000', '142038.638000', '142038.640000', '142038.643000', '142038.645000', '142038.648000', '142038.651000', '142038.653000', '142038.656000', '142038.659000', '142058.549000', '142058.552000', '142058.555000', '142058.557000', '142058.560000', '142058.563000', '142058.565000', '142058.568000', '142058.570000', '142058.573000', '142058.576000', '142058.578000', '142058.581000', '142058.583000', '142058.586000', '142058.589000', '142058.593000', '142058.596000', '142058.606000', '142058.608000', '142058.611000', '142058.613000', '142058.616000', '142058.619000', '142058.621000', '142058.624000', '142058.626000', '142058.629000', '142058.632000', '142058.634000', '142058.637000', '142058.639000', '142058.642000', '142058.645000', '142058.647000', '142058.650000', '142058.653000', '142058.655000', '142058.658000', '142058.660000', '142058.663000', '142058.666000', '142058.668000', '142058.671000', '142118.550000', '142118.553000', '142118.555000', '142118.558000', '142118.560000', '142118.563000', '142118.566000', '142118.568000', '142118.571000', '142118.574000', '142118.596000', '142118.599000', '142118.602000', '142118.604000', '142118.607000', '142118.609000', '142118.612000', '142118.615000', '142118.617000', '142118.620000', '142118.622000', '142118.625000', '142118.628000', '142118.632000', '142118.634000', '142118.637000', '142118.640000', '142118.642000', '142118.645000', '142118.647000', '142118.650000', '142118.653000', '142118.655000', '142118.658000', '142118.660000', '142118.663000', '142118.666000', '142118.668000', '142118.671000', '142118.674000', '142118.676000', '142118.679000', '142118.681000', '142138.550000', '142138.552000', '142138.555000', '142138.558000', '142138.561000', '142138.563000', '142138.566000', '142138.568000', '142138.572000', '142138.575000', '142138.578000', '142138.580000', '142138.583000', '142138.586000', '142138.588000', '142138.591000', '142138.593000', '142138.596000', '142138.599000', '142138.601000', '142138.604000', '142138.606000', '142138.609000', '142138.612000', '142138.614000', '142138.617000', '142138.619000', '142138.622000', '142138.625000', '142138.627000', '142138.630000', '142138.633000', '142138.635000', '142138.638000', '142138.640000', '142138.643000', '142138.646000', '142138.648000', '142138.651000', '142138.654000', '142138.656000', '142138.659000', '142138.662000', '142158.550000', '142158.552000', '142158.555000', '142158.558000', '142158.561000', '142158.563000', '142158.566000', '142158.568000', '142158.571000', '142158.574000', '142158.576000', '142158.579000', '142158.582000', '142158.584000', '142158.587000', '142158.589000', '142158.592000', '142158.595000', '142158.597000', '142158.600000', '142158.603000', '142158.605000', '142158.608000', '142158.611000', '142158.613000', '142158.616000', '142158.618000', '142158.621000', '142158.624000', '142158.627000', '142158.629000', '142158.632000', '142158.635000', '142158.637000', '142158.640000', '142158.643000', '142158.645000', '142158.648000', '142158.651000', '142158.653000', '142158.656000', '142158.658000', '142158.661000', '142158.663000', '142218.549000', '142218.552000', '142218.555000', '142218.558000', '142218.560000', '142218.563000', '142218.565000', '142218.568000', '142218.570000', '142218.573000', '142218.576000', '142218.578000', '142218.581000', '142218.584000', '142218.586000', '142218.589000', '142218.592000', '142218.595000', '142218.598000', '142218.600000', '142218.603000', '142218.606000', '142218.608000', '142218.611000', '142218.614000', '142218.616000', '142218.619000', '142218.621000', '142218.624000', '142218.627000', '142218.630000', '142218.633000', '142218.636000', '142218.639000', '142218.642000', '142218.644000', '142218.647000', '142218.650000', '142218.652000', '142218.655000', '142218.657000', '142218.660000', '142218.663000', '142238.549000', '142238.551000', '142238.554000', '142238.557000', '142238.560000', '142238.562000', '142238.565000', '142238.580000', '142238.583000', '142238.585000', '142238.588000', '142238.591000', '142238.594000', '142238.596000', '142238.599000', '142238.602000', '142238.604000', '142238.607000', '142238.609000', '142238.612000', '142238.615000', '142238.617000', '142238.620000', '142238.623000', '142238.625000', '142238.628000', '142238.631000', '142238.633000', '142238.636000', '142238.638000', '142238.641000', '142238.644000', '142238.646000', '142238.649000', '142238.652000', '142238.654000', '142238.657000', '142238.660000', '142238.662000', '142238.665000', '142238.668000', '142238.670000', '142238.673000', '142238.675000', '142258.549000', '142258.552000', '142258.554000', '142258.557000', '142258.559000', '142258.562000', '142258.565000', '142258.567000', '142258.570000', '142258.573000', '142258.575000', '142258.578000', '142258.581000', '142258.583000', '142258.586000', '142258.588000', '142258.591000', '142258.594000', '142258.596000', '142258.599000', '142258.602000', '142258.604000', '142258.607000', '142258.610000', '142258.612000', '142258.615000', '142258.618000', '142258.621000', '142258.624000', '142258.627000', '142258.629000', '142258.633000', '142258.636000', '142258.638000', '142258.641000', '142258.644000', '142258.646000', '142258.649000', '142258.652000', '142258.654000', '142258.657000', '142258.659000', '142258.662000', '142318.550000', '142318.552000', '142318.556000', '142318.559000', '142318.561000', '142318.564000', '142318.567000', '142318.569000', '142318.572000', '142318.574000', '142318.577000', '142318.579000', '142318.582000', '142318.585000', '142318.587000', '142318.590000', '142318.593000', '142318.595000', '142318.598000', '142318.601000', '142318.603000', '142318.606000', '142318.608000', '142318.611000', '142318.614000', '142318.616000', '142318.619000', '142318.622000', '142318.624000', '142318.627000', '142318.629000', '142318.632000', '142318.635000', '142318.637000', '142318.640000', '142318.643000', '142318.645000', '142318.648000', '142318.650000', '142318.653000', '142318.655000', '142318.658000', '142318.661000', '142318.663000', '142338.550000', '142338.552000', '142338.555000', '142338.557000', '142338.561000', '142338.563000', '142338.566000', '142338.568000', '142338.571000', '142338.574000', '142338.576000', '142338.579000', '142338.582000', '142338.584000', '142338.587000', '142338.589000', '142338.592000', '142338.595000', '142338.597000', '142338.600000', '142338.603000', '142338.605000', '142338.608000', '142338.610000', '142338.613000', '142338.616000', '142338.618000', '142338.621000', '142338.624000', '142338.627000', '142338.629000', '142338.632000', '142338.635000', '142338.637000', '142338.640000', '142338.642000', '142338.645000', '142338.648000', '142338.650000', '142338.653000', '142338.656000', '142338.658000', '142338.661000', '142358.550000', '142358.553000', '142358.555000', '142358.558000', '142358.569000', '142358.572000', '142358.574000', '142358.577000', '142358.579000', '142358.582000', '142358.585000', '142358.588000', '142358.590000', '142358.593000', '142358.596000', '142358.598000', '142358.601000', '142358.604000', '142358.606000', '142358.609000', '142358.612000', '142358.614000', '142358.617000', '142358.619000', '142358.622000', '142358.625000', '142358.627000', '142358.630000', '142358.632000', '142358.635000', '142358.638000', '142358.640000', '142358.643000', '142358.646000', '142358.648000', '142358.651000', '142358.653000', '142358.656000', '142358.659000', '142358.661000', '142358.664000', '142358.667000', '142358.669000', '142358.672000', '142418.550000', '142418.552000', '142418.555000', '142418.558000', '142418.561000', '142418.563000', '142418.566000', '142418.568000', '142418.571000', '142418.574000', '142418.576000', '142418.579000', '142418.582000', '142418.584000', '142418.587000', '142418.590000', '142418.592000', '142418.595000', '142418.597000', '142418.600000', '142418.603000', '142418.605000', '142418.608000', '142418.610000', '142418.613000', '142418.615000', '142418.618000', '142418.621000', '142418.623000', '142418.626000', '142418.628000', '142418.631000', '142418.634000', '142418.636000', '142418.639000', '142418.642000', '142418.644000', '142418.647000', '142418.649000', '142418.652000', '142418.655000', '142418.657000', '142418.660000', '142438.550000', '142438.552000', '142438.555000', '142438.558000', '142438.561000', '142438.563000', '142438.566000', '142438.569000', '142438.571000', '142438.574000', '142438.577000', '142438.579000', '142438.582000', '142438.585000', '142438.587000', '142438.590000', '142438.593000', '142438.595000', '142438.598000', '142438.601000', '142438.603000', '142438.606000', '142438.609000', '142438.611000', '142438.614000', '142438.616000', '142438.619000', '142438.622000', '142438.624000', '142438.627000', '142438.630000', '142438.632000', '142438.635000', '142438.638000', '142438.640000', '142438.643000', '142438.646000', '142438.648000', '142438.651000', '142438.653000', '142438.656000', '142438.659000', '142438.661000', '142438.664000', '142458.549000', '142458.551000', '142458.554000', '142458.557000', '142458.559000', '142458.562000', '142458.564000', '142458.567000', '142458.570000', '142458.572000', '142458.575000', '142458.577000', '142458.580000', '142458.583000', '142458.585000', '142458.588000', '142458.591000', '142458.593000', '142458.596000', '142458.599000', '142458.601000', '142458.604000', '142458.607000', '142458.609000', '142458.612000', '142458.614000', '142458.617000', '142458.620000', '142458.622000', '142458.625000', '142458.628000', '142458.630000', '142458.633000', '142458.635000', '142458.638000', '142458.641000', '142458.643000', '142458.646000', '142458.649000', '142458.651000', '142458.654000', '142458.656000', '142458.659000', '142518.564000', '142518.567000', '142518.570000', '142518.573000', '142518.575000', '142518.579000', '142518.582000', '142518.585000', '142518.589000', '142518.592000', '142518.594000', '142518.598000', '142518.603000', '142518.608000', '142518.611000', '142518.614000', '142518.617000', '142518.620000', '142518.622000', '142518.625000', '142518.628000', '142518.631000', '142518.634000', '142518.637000', '142518.641000', '142518.643000', '142518.646000', '142518.652000', '142518.655000', '142518.658000', '142518.660000', '142518.663000', '142518.666000', '142518.669000', '142518.671000', '142518.674000', '142518.677000', '142518.679000', '142518.682000', '142518.685000', '142518.688000', '142518.691000', '142518.693000', '142518.696000', '142519.097000'], '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': [10387, 17156, 13069, 18491, 14370, 14625, 9630, 8875, 9424, 9660, 10562, 7103, 14393, 9308, 12825, 9640, 13132, 9040, 11083, 9734, 10643, 13533, 8558, 13315, 8462, 14015, 8835, 14060, 9341, 14256, 9400, 13927, 10251, 17697, 9150, 11909, 8170, 8665, 8374, 7972, 11497, 8600, 11804, 7625, 11620, 7846, 9717, 8336, 9970, 10912, 8515, 10797, 8045, 11749, 8475, 13309, 9367, 14623, 8708, 12930, 8529, 12759, 9554, 15295, 10842, 15765, 9084, 11498, 9028, 9676, 10238, 10233, 13855, 9126, 12043, 8474, 13001, 8357, 14753, 10175, 18475, 12034, 14054, 8943, 13289, 8616, 14982, 10813, 13993, 9326, 11194, 8646, 9063, 8567, 9524, 11663, 8002, 10629, 7996, 11868, 8561, 12549, 8735, 13982, 9792, 12750, 8378, 12629, 8822, 13018, 9845, 10805, 9639, 8925, 9441, 9455, 10093, 9487, 11576, 9315, 10601, 8386, 10321, 9182, 10542, 9486, 12498, 8674, 11666, 8200, 11739, 7775, 12705, 8039, 12827, 8515, 13319, 9010, 12448, 8310, 12417, 8321, 14432, 9925, 14835, 10048, 10482, 9240, 8715, 9712, 8819, 11686, 8879, 12845, 8308, 12862, 8680, 13064, 9215, 15678, 10844, 12678, 9226, 9645, 8943, 8892, 10651, 8888, 12036, 8030, 12183, 8483, 12545, 8727, 14477, 10387, 16046, 9958, 12719, 9136, 12653, 9236, 13228, 10194, 11655, 9732, 10321, 9374, 10100, 8763, 9843, 9966, 9119, 9521, 8320, 9471, 8469, 10109, 9474, 11302, 10241, 11206, 7947, 10081, 8013, 11450, 8334, 12499, 8928, 12868, 8442, 12041, 7804, 12871, 8453, 13623, 9553, 14716, 8299, 12804, 8159, 12281, 9729, 14771, 10385, 14510, 8798, 13433, 8320, 13283, 8937, 14261, 10323, 9638, 9344, 8384, 9713, 8581, 10865, 9124, 12026, 8793, 10370, 8281, 9964, 8752, 9562, 9489, 10058, 11638, 9655, 9913, 9547, 10436, 8821, 12137, 9412, 13823, 9866, 10513, 8834, 9856, 8957, 9528, 10030, 9231, 9765, 8374, 10317, 8660, 11334, 8812, 11786, 8913, 10506, 8154, 10220, 9002, 9688, 9343, 10249, 9423, 10510, 8221, 9905, 8817, 9683, 9289, 10323, 9503, 9954, 9543, 10073, 9384, 9907, 10046, 9410, 10743, 9860, 8777, 10006, 8929, 9456, 9250, 9727, 10316, 10134, 13560, 10484, 11807, 9817, 10145, 9406, 10857, 9205, 15029, 10804, 13030, 9647, 9782, 9793, 11234, 9481, 15729, 11025, 17375, 10681, 13803, 9293, 11912, 9099, 10314, 9229, 11188, 11523, 11445, 11194, 8669, 10773, 8574, 11389, 8873, 13221, 10051, 10823, 8414, 9593, 9168, 9842, 9110, 12223, 9100, 10585, 8029, 10467, 8122, 10351, 8394, 12570, 8611, 11476, 7492, 11075, 8025, 12007, 7918, 12792, 8760, 12349, 7924, 11212, 7850, 11395, 8229, 10787, 8699, 11454, 7916, 9574, 8068, 9890, 8597, 9777, 9549, 11427, 9250, 9556, 9347, 9903, 12674, 9474, 15949, 10865, 13889, 9108, 10830, 8558, 9472, 8509, 9620, 11021, 8990, 10824, 8247, 11087, 8072, 12525, 8651, 13488, 8938, 13372, 8089, 12337, 8328, 13060, 9462, 13906, 10227, 15334, 9488, 14111, 8607, 13573, 8732, 12714, 9058, 10426, 8927, 9825, 8944, 10833, 8693, 11765, 9103, 13329, 9625, 11627, 9161, 10706, 8707, 10421, 8658, 10597, 8539, 12122, 8408, 12616, 8188, 13457, 8380, 12899, 8227, 12767, 9750, 14582, 10423, 14395, 8056, 13289, 8230, 14497, 9737, 15583, 9880, 15910, 10958, 16171, 12551, 9271, 9727, 7625, 11252, 7818, 12727, 8337, 13035, 8607, 14210, 8641, 13710, 8219, 13571, 8402, 13611, 11264, 17867, 11795, 17475, 9221, 14137, 8604, 12558, 8285, 12806, 8041, 12984, 8499, 12087, 8038, 11403, 8138, 10989, 8440, 12298, 8999, 14774, 8701, 13242, 8093, 12158, 8264, 11973, 8112, 11253, 8257, 10997, 7845, 11307, 7829, 11076, 8330, 12211, 9365, 13517, 8209, 10235, 7862, 9541, 8604, 9275, 9491, 9431, 9256, 9039, 9402, 12301, 8761, 14284, 8561, 14173, 8660, 12767, 7724, 12139, 7752, 11800, 8605, 10732, 13540, 9595, 13515, 9530, 12068, 10382, 13296, 11831, 8148, 10127, 7467, 12339, 8105, 13750, 8095, 12581, 8248, 13164, 7830, 11510, 7714, 11585, 7914, 10917, 8822, 10758, 8357, 9693, 8270, 9941, 8276, 10424, 8528, 11931, 8393, 10201, 8183, 10208, 8611, 10382, 9333, 9815, 12374, 9815, 13212, 8619, 14763, 8372, 13401, 8321, 12032, 8630, 13783, 10100, 12843, 7990, 8926, 7885, 9628, 8702, 11911, 9135, 13381, 9739, 14319, 10286, 10647, 9441, 10194, 10136, 11156, 11747, 9065, 11837, 8712, 11721, 9894, 11976, 16355, 12561, 15548, 9870, 14211, 9445, 13898, 9078, 14584, 10609, 16826, 9360, 10781, 8443, 10457, 9537, 11654, 10944, 12147, 11011, 10639, 9456, 12306, 9113, 15866, 9244, 15731, 10639, 16564, 10482, 11459, 8447, 10336, 8318, 12678, 10041, 14079, 11476, 7996, 10366, 7566, 12478, 8638, 15774, 11218, 10962, 9203, 8155, 11987, 9372, 16405, 10493, 13815, 8888, 11925, 8522, 8142, 11013, 8693, 13504, 8466, 12366, 8316, 12226, 8435, 13183, 9138, 12105, 10179, 8197, 9967, 7823, 11445, 7790, 12144, 8471, 13035, 9730, 12695, 8350, 12280, 8235, 13225, 8722, 13147, 9692, 15406, 10809, 15671, 9491, 9856, 9262, 8651, 9147, 9437, 10001, 9996, 10294, 11384, 10833, 12338, 10178, 9213, 10344, 9303, 9267, 9447, 9248, 9610, 9565, 8709, 9732, 9111, 9234, 9174, 9457, 10157, 9529, 11263, 9245, 12441, 9965, 10821, 9162, 12292, 9137, 13898, 8439, 14320, 8058, 13300, 8200, 14235, 9840, 10964, 8170, 10621, 8041, 12417, 8753, 14920, 10480, 16401, 10272, 14647, 8606, 13055, 9148, 13935, 10586, 15333, 11500, 17955, 13329, 11048, 10610, 7392, 10838, 8024, 10315, 10245, 11064, 14374, 10901, 16309, 11835, 16716, 12220, 17777, 13895, 18212, 13865, 18761, 13207, 18644, 11456, 16682, 9583, 13084, 9350, 9437, 8476, 8861, 9406, 8452, 12367, 8475, 10442, 8180, 8372, 8383, 8274, 9957, 8501, 10478, 10747, 9331, 14547, 9771, 15174, 9504, 14868, 11202, 15573, 11114, 10237, 8488, 8637, 8230, 9786, 8330, 13187, 8653, 13132, 8549, 14374, 10692, 13315, 9472, 8664, 8754, 9007, 8956, 9285, 10172, 9846, 9988, 12660, 10723, 14334, 11118, 15119, 11674, 8780, 10398, 7584, 9601, 7619, 11780, 8463, 12330, 8310, 12558, 8322, 12818, 8979, 15756, 11216, 13329, 8272, 12997, 8563, 14278, 9961, 15898, 10195, 15163, 10237, 14017, 9812, 12638, 8884, 11989, 8219, 11728, 8221, 10331, 8707, 12638, 9544, 12545, 7943, 10030, 7394, 10940, 7777, 11558, 8322, 11382, 8183, 12693, 8863, 12874, 7676, 11794, 7852, 11830, 8338, 11428, 8183, 11091, 8352, 12020, 7969, 10811, 7695, 11460, 8057, 11801, 7852, 11288, 8426, 10732, 7973, 11311, 7834, 12063, 8288, 12523, 9336, 14109, 7934, 12390, 8009, 12306, 8763, 13889, 9522, 15609, 10688, 11996, 10054, 9123, 9212, 9153, 9903, 9350, 10232, 9663, 11821, 8139, 10507, 8103, 11729, 7754, 12010, 8634, 12670, 8340, 11682, 7666, 11682, 8022, 11440, 8343, 12264, 8733, 13300, 8011, 11815, 8004, 12818, 8827, 16630, 11366, 17848, 12490, 17655, 9985, 15650, 8613, 15347, 12178, 15568, 10306, 9757, 14181, 9208, 18293, 11213, 18326, 13898, 18795, 10423, 15836, 8326, 10587, 8483, 10410, 9058, 9967, 9189, 8974, 11334, 9090, 12364, 7882, 11578, 7842, 12757, 8469, 12333, 8574, 13295, 8602, 14473, 9538, 12368, 8624, 11112, 8715, 10707, 8982, 9565, 10292, 8859, 10137, 8608, 10029, 9178, 11308, 10075, 11002, 9152, 11007, 9429, 10721, 10009, 10076, 10946, 11089, 8654, 10745, 8875, 9959, 8866, 10781, 9014, 11832, 9783, 11537, 8334, 10490, 9092, 9820, 9534, 10482, 10603, 10734, 8612, 10259, 8768, 9561, 9030, 13004, 8115, 11158, 7638, 11532, 8157, 12049, 8689, 13091, 8868, 10411, 8838, 10566, 10998, 10018, 15510, 10652, 11594, 9466, 10099, 8862, 12195, 9820, 12594, 10230, 9417, 9852, 9580, 9432, 12529, 10982, 12909, 10345, 11856, 9804, 14645, 10133, 16258, 11254, 17587, 9096, 13287, 8065, 12408, 8154, 11814, 8067, 12422, 9644, 13631, 8661, 12551, 8314, 12874, 8818, 12717, 8537, 11949, 8434, 12921, 8412, 11884, 7994, 11834, 8060, 12009, 8913, 13874, 8831, 11928, 7976, 11815, 7820, 11541, 7752, 10252, 8519, 11209, 8146, 10184, 8500, 9555, 9428, 8921, 9387, 8690, 9478, 9049, 9258, 11594, 7648, 11894, 8147, 13586, 9232, 15091, 11027, 17350, 13286, 17162, 12781, 14661, 9443, 8872, 9772, 9165, 10873, 9090, 11267, 10642, 12944, 11022, 11773, 7823, 10678, 7948, 12154, 8570, 12612, 8175, 12757, 8359, 12484, 8531, 13037, 8371, 11648, 8145, 12265, 8347, 12501, 8332, 13080, 9171, 12636, 7817, 11668, 7928, 11754, 8099, 11165, 7775, 11538, 8347, 10541, 7640, 10102, 7875, 9342, 9252, 9430, 10095, 10162, 9471, 10382, 9503, 9965, 10366, 9785, 14672, 10701, 15532, 9732, 15042, 8702, 14347, 8899, 13123, 8536, 12260, 8735, 12475, 8300, 11589, 7968, 11201, 8533, 12546, 8739, 14271, 8757, 13164, 8129, 12876, 7973, 12942, 8601, 14298, 8546, 11115, 7955, 10992, 8080, 11058, 8729, 11077, 8991, 10303, 9189, 9546, 9788, 9227, 9679, 9158, 9508, 9330, 8313, 9657, 9565, 9517, 13211, 10744, 14997, 10588, 13545, 9546, 15438, 9109, 16221, 11127, 14871, 9385, 11378, 8870, 9418, 8874, 9407, 10434, 10196, 10785, 8415, 10378, 8701, 10348, 9529, 11764, 8937, 10432, 8376, 10389, 8717, 11844, 9094, 12324, 7946, 11299, 7717, 12543, 8486, 13151, 9440, 14981], 'WindowCenter': [4538.0, 4559.0, 4514.0, 4541.0, 4508.0, 4506.0, 4464.0, 4452.0, 4451.0, 4461.0, 4472.0, 4433.0, 4506.0, 4464.0, 4495.0, 4464.0, 4493.0, 4452.0, 4474.0, 4461.0, 4473.0, 4492.0, 4452.0, 4490.0, 4440.0, 4478.0, 4438.0, 4480.0, 4438.0, 4476.0, 4449.0, 4479.0, 4447.0, 4498.0, 4437.0, 4456.0, 4427.0, 4435.0, 4440.0, 4440.0, 4482.0, 4451.0, 4483.0, 4445.0, 4495.0, 4455.0, 4475.0, 4466.0, 4476.0, 4501.0, 4469.0, 4488.0, 4457.0, 4497.0, 4468.0, 4507.0, 4467.0, 4519.0, 4466.0, 4496.0, 4455.0, 4507.0, 4477.0, 4516.0, 4499.0, 4517.0, 4466.0, 4485.0, 4464.0, 4476.0, 4473.0, 4476.0, 4508.0, 4464.0, 4484.0, 4453.0, 4491.0, 4453.0, 4501.0, 4461.0, 4524.0, 4481.0, 4490.0, 4449.0, 4479.0, 4439.0, 4488.0, 4470.0, 4489.0, 4449.0, 4467.0, 4438.0, 4448.0, 4438.0, 4450.0, 4481.0, 4440.0, 4470.0, 4441.0, 4480.0, 4451.0, 4482.0, 4452.0, 4504.0, 4461.0, 4492.0, 4452.0, 4492.0, 4464.0, 4492.0, 4476.0, 4484.0, 4463.0, 4452.0, 4462.0, 4462.0, 4473.0, 4463.0, 4484.0, 4464.0, 4473.0, 4452.0, 4470.0, 4451.0, 4473.0, 4461.0, 4483.0, 4452.0, 4482.0, 4441.0, 4481.0, 4441.0, 4490.0, 4442.0, 4492.0, 4452.0, 4504.0, 4463.0, 4493.0, 4453.0, 4492.0, 4453.0, 4503.0, 4474.0, 4515.0, 4475.0, 4474.0, 4463.0, 4452.0, 4463.0, 4464.0, 4484.0, 4464.0, 4494.0, 4453.0, 4493.0, 4452.0, 4493.0, 4463.0, 4502.0, 4485.0, 4493.0, 4462.0, 4461.0, 4452.0, 4463.0, 4470.0, 4463.0, 4495.0, 4443.0, 4493.0, 4454.0, 4493.0, 4463.0, 4505.0, 4476.0, 4527.0, 4475.0, 4494.0, 4463.0, 4494.0, 4465.0, 4492.0, 4474.0, 4483.0, 4461.0, 4470.0, 4451.0, 4462.0, 4454.0, 4464.0, 4473.0, 4463.0, 4464.0, 4451.0, 4463.0, 4452.0, 4475.0, 4475.0, 4486.0, 4489.0, 4498.0, 4456.0, 4476.0, 4454.0, 4485.0, 4455.0, 4495.0, 4466.0, 4509.0, 4455.0, 4495.0, 4444.0, 4495.0, 4453.0, 4504.0, 4465.0, 4506.0, 4453.0, 4492.0, 4442.0, 4494.0, 4463.0, 4502.0, 4472.0, 4492.0, 4451.0, 4490.0, 4440.0, 4493.0, 4452.0, 4501.0, 4474.0, 4462.0, 4461.0, 4440.0, 4460.0, 4452.0, 4483.0, 4451.0, 4482.0, 4438.0, 4460.0, 4437.0, 4446.0, 4438.0, 4449.0, 4449.0, 4459.0, 4482.0, 4448.0, 4459.0, 4449.0, 4458.0, 4451.0, 4480.0, 4450.0, 4492.0, 4461.0, 4460.0, 4450.0, 4461.0, 4462.0, 4461.0, 4461.0, 4462.0, 4462.0, 4441.0, 4461.0, 4451.0, 4484.0, 4464.0, 4483.0, 4452.0, 4472.0, 4440.0, 4461.0, 4450.0, 4462.0, 4463.0, 4472.0, 4460.0, 4475.0, 4453.0, 4473.0, 4453.0, 4463.0, 4463.0, 4487.0, 4476.0, 4475.0, 4465.0, 4475.0, 4464.0, 4475.0, 4487.0, 4466.0, 4485.0, 4477.0, 4464.0, 4475.0, 4465.0, 4476.0, 4464.0, 4476.0, 4489.0, 4489.0, 4507.0, 4488.0, 4498.0, 4476.0, 4476.0, 4464.0, 4487.0, 4478.0, 4517.0, 4499.0, 4511.0, 4478.0, 4486.0, 4477.0, 4487.0, 4478.0, 4517.0, 4488.0, 4540.0, 4476.0, 4505.0, 4464.0, 4483.0, 4453.0, 4475.0, 4466.0, 4484.0, 4485.0, 4485.0, 4473.0, 4452.0, 4471.0, 4452.0, 4486.0, 4450.0, 4492.0, 4461.0, 4471.0, 4438.0, 4448.0, 4448.0, 4461.0, 4450.0, 4480.0, 4450.0, 4459.0, 4429.0, 4460.0, 4429.0, 4472.0, 4441.0, 4482.0, 4452.0, 4482.0, 4430.0, 4471.0, 4441.0, 4494.0, 4455.0, 4493.0, 4453.0, 4483.0, 4441.0, 4471.0, 4440.0, 4469.0, 4452.0, 4471.0, 4451.0, 4483.0, 4442.0, 4462.0, 4440.0, 4463.0, 4452.0, 4463.0, 4462.0, 4484.0, 4465.0, 4463.0, 4462.0, 4460.0, 4492.0, 4463.0, 4501.0, 4473.0, 4503.0, 4451.0, 4470.0, 4439.0, 4461.0, 4453.0, 4461.0, 4472.0, 4452.0, 4472.0, 4441.0, 4470.0, 4440.0, 4493.0, 4452.0, 4492.0, 4451.0, 4492.0, 4440.0, 4480.0, 4439.0, 4480.0, 4462.0, 4491.0, 4461.0, 4501.0, 4450.0, 4488.0, 4439.0, 4478.0, 4451.0, 4491.0, 4450.0, 4460.0, 4450.0, 4459.0, 4449.0, 4470.0, 4440.0, 4470.0, 4463.0, 4503.0, 4462.0, 4482.0, 4450.0, 4471.0, 4451.0, 4471.0, 4452.0, 4475.0, 4466.0, 4495.0, 4456.0, 4496.0, 4467.0, 4506.0, 4467.0, 4508.0, 4470.0, 4508.0, 4490.0, 4531.0, 4503.0, 4532.0, 4470.0, 4519.0, 4468.0, 4519.0, 4478.0, 4527.0, 4489.0, 4529.0, 4488.0, 4528.0, 4495.0, 4465.0, 4464.0, 4443.0, 4483.0, 4444.0, 4495.0, 4455.0, 4507.0, 4466.0, 4508.0, 4456.0, 4505.0, 4454.0, 4492.0, 4441.0, 4491.0, 4471.0, 4514.0, 4471.0, 4512.0, 4450.0, 4489.0, 4439.0, 4470.0, 4439.0, 4479.0, 4429.0, 4478.0, 4440.0, 4470.0, 4430.0, 4469.0, 4430.0, 4459.0, 4439.0, 4468.0, 4437.0, 4489.0, 4436.0, 4478.0, 4427.0, 4468.0, 4439.0, 4470.0, 4439.0, 4472.0, 4443.0, 4472.0, 4441.0, 4472.0, 4432.0, 4471.0, 4453.0, 4484.0, 4452.0, 4494.0, 4442.0, 4462.0, 4441.0, 4461.0, 4452.0, 4463.0, 4464.0, 4465.0, 4464.0, 4478.0, 4475.0, 4497.0, 4465.0, 4519.0, 4467.0, 4507.0, 4456.0, 4497.0, 4445.0, 4487.0, 4445.0, 4485.0, 4455.0, 4475.0, 4494.0, 4462.0, 4492.0, 4461.0, 4494.0, 4461.0, 4493.0, 4483.0, 4441.0, 4461.0, 4430.0, 4481.0, 4440.0, 4493.0, 4456.0, 4495.0, 4443.0, 4493.0, 4432.0, 4469.0, 4429.0, 4469.0, 4442.0, 4470.0, 4438.0, 4471.0, 4440.0, 4451.0, 4440.0, 4460.0, 4440.0, 4474.0, 4453.0, 4484.0, 4452.0, 4474.0, 4453.0, 4473.0, 4452.0, 4487.0, 4478.0, 4475.0, 4495.0, 4465.0, 4492.0, 4453.0, 4502.0, 4452.0, 4494.0, 4467.0, 4497.0, 4466.0, 4505.0, 4490.0, 4508.0, 4457.0, 4477.0, 4470.0, 4479.0, 4470.0, 4499.0, 4480.0, 4523.0, 4492.0, 4533.0, 4491.0, 4501.0, 4488.0, 4501.0, 4500.0, 4499.0, 4512.0, 4480.0, 4500.0, 4470.0, 4499.0, 4493.0, 4499.0, 4516.0, 4499.0, 4516.0, 4464.0, 4504.0, 4463.0, 4506.0, 4478.0, 4519.0, 4487.0, 4527.0, 4464.0, 4485.0, 4454.0, 4475.0, 4475.0, 4485.0, 4486.0, 4497.0, 4487.0, 4474.0, 4462.0, 4482.0, 4451.0, 4502.0, 4462.0, 4502.0, 4462.0, 4514.0, 4471.0, 4480.0, 4442.0, 4459.0, 4453.0, 4506.0, 4463.0, 4507.0, 4485.0, 4442.0, 4461.0, 4441.0, 4481.0, 4451.0, 4514.0, 4484.0, 4485.0, 4463.0, 4454.0, 4484.0, 4453.0, 4513.0, 4461.0, 4490.0, 4439.0, 4468.0, 4439.0, 4429.0, 4459.0, 4439.0, 4491.0, 4428.0, 4468.0, 4427.0, 4465.0, 4427.0, 4478.0, 4448.0, 4480.0, 4462.0, 4439.0, 4459.0, 4428.0, 4467.0, 4417.0, 4479.0, 4438.0, 4480.0, 4461.0, 4480.0, 4440.0, 4480.0, 4440.0, 4480.0, 4440.0, 4490.0, 4462.0, 4502.0, 4472.0, 4515.0, 4464.0, 4472.0, 4463.0, 4451.0, 4462.0, 4451.0, 4462.0, 4464.0, 4474.0, 4486.0, 4473.0, 4493.0, 4462.0, 4449.0, 4460.0, 4450.0, 4450.0, 4463.0, 4464.0, 4463.0, 4463.0, 4453.0, 4463.0, 4453.0, 4463.0, 4452.0, 4463.0, 4473.0, 4463.0, 4485.0, 4466.0, 4495.0, 4476.0, 4474.0, 4464.0, 4482.0, 4464.0, 4495.0, 4455.0, 4506.0, 4456.0, 4519.0, 4467.0, 4503.0, 4488.0, 4487.0, 4467.0, 4486.0, 4457.0, 4508.0, 4481.0, 4532.0, 4501.0, 4543.0, 4491.0, 4520.0, 4468.0, 4507.0, 4478.0, 4518.0, 4489.0, 4530.0, 4512.0, 4553.0, 4509.0, 4487.0, 4486.0, 4444.0, 4484.0, 4442.0, 4475.0, 4476.0, 4498.0, 4518.0, 4499.0, 4529.0, 4497.0, 4527.0, 4495.0, 4514.0, 4492.0, 4512.0, 4479.0, 4511.0, 4479.0, 4499.0, 4455.0, 4484.0, 4432.0, 4451.0, 4409.0, 4417.0, 4408.0, 4418.0, 4419.0, 4422.0, 4451.0, 4420.0, 4442.0, 4422.0, 4423.0, 4424.0, 4424.0, 4444.0, 4435.0, 4456.0, 4456.0, 4435.0, 4476.0, 4445.0, 4475.0, 4434.0, 4475.0, 4454.0, 4488.0, 4455.0, 4445.0, 4435.0, 4435.0, 4425.0, 4445.0, 4437.0, 4478.0, 4439.0, 4479.0, 4440.0, 4489.0, 4475.0, 4493.0, 4462.0, 4450.0, 4451.0, 4450.0, 4452.0, 4463.0, 4473.0, 4464.0, 4474.0, 4494.0, 4474.0, 4503.0, 4482.0, 4505.0, 4483.0, 4452.0, 4473.0, 4444.0, 4463.0, 4444.0, 4484.0, 4454.0, 4495.0, 4455.0, 4495.0, 4456.0, 4496.0, 4464.0, 4517.0, 4485.0, 4494.0, 4454.0, 4492.0, 4454.0, 4504.0, 4465.0, 4515.0, 4474.0, 4504.0, 4463.0, 4492.0, 4462.0, 4480.0, 4439.0, 4469.0, 4429.0, 4470.0, 4429.0, 4460.0, 4439.0, 4481.0, 4462.0, 4481.0, 4440.0, 4460.0, 4430.0, 4470.0, 4429.0, 4472.0, 4442.0, 4484.0, 4443.0, 4494.0, 4455.0, 4493.0, 4443.0, 4483.0, 4442.0, 4481.0, 4441.0, 4483.0, 4454.0, 4485.0, 4455.0, 4496.0, 4454.0, 4485.0, 4445.0, 4485.0, 4455.0, 4485.0, 4456.0, 4487.0, 4456.0, 4487.0, 4457.0, 4487.0, 4445.0, 4497.0, 4469.0, 4497.0, 4480.0, 4520.0, 4469.0, 4508.0, 4457.0, 4496.0, 4468.0, 4520.0, 4492.0, 4527.0, 4501.0, 4499.0, 4476.0, 4465.0, 4464.0, 4464.0, 4488.0, 4491.0, 4488.0, 4479.0, 4513.0, 4458.0, 4487.0, 4457.0, 4497.0, 4471.0, 4509.0, 4469.0, 4523.0, 4470.0, 4512.0, 4460.0, 4499.0, 4458.0, 4500.0, 4471.0, 4509.0, 4469.0, 4520.0, 4459.0, 4509.0, 4469.0, 4508.0, 4482.0, 4541.0, 4512.0, 4555.0, 4511.0, 4540.0, 4477.0, 4516.0, 4466.0, 4517.0, 4485.0, 4514.0, 4462.0, 4462.0, 4493.0, 4451.0, 4511.0, 4470.0, 4512.0, 4491.0, 4511.0, 4458.0, 4487.0, 4427.0, 4456.0, 4437.0, 4446.0, 4436.0, 4447.0, 4448.0, 4437.0, 4456.0, 4436.0, 4466.0, 4426.0, 4455.0, 4426.0, 4466.0, 4427.0, 4468.0, 4439.0, 4491.0, 4453.0, 4502.0, 4463.0, 4480.0, 4451.0, 4471.0, 4451.0, 4472.0, 4464.0, 4464.0, 4476.0, 4465.0, 4475.0, 4456.0, 4474.0, 4464.0, 4485.0, 4464.0, 4486.0, 4464.0, 4474.0, 4464.0, 4474.0, 4473.0, 4475.0, 4474.0, 4486.0, 4452.0, 4473.0, 4454.0, 4463.0, 4453.0, 4474.0, 4465.0, 4485.0, 4477.0, 4486.0, 4454.0, 4474.0, 4452.0, 4464.0, 4464.0, 4474.0, 4485.0, 4486.0, 4455.0, 4475.0, 4467.0, 4476.0, 4465.0, 4519.0, 4457.0, 4496.0, 4457.0, 4496.0, 4469.0, 4510.0, 4468.0, 4522.0, 4468.0, 4487.0, 4466.0, 4486.0, 4487.0, 4475.0, 4516.0, 4488.0, 4486.0, 4475.0, 4476.0, 4479.0, 4497.0, 4489.0, 4511.0, 4486.0, 4466.0, 4475.0, 4476.0, 4478.0, 4497.0, 4500.0, 4506.0, 4475.0, 4485.0, 4474.0, 4505.0, 4487.0, 4526.0, 4487.0, 4525.0, 4452.0, 4492.0, 4441.0, 4482.0, 4442.0, 4483.0, 4455.0, 4496.0, 4476.0, 4507.0, 4466.0, 4495.0, 4455.0, 4493.0, 4454.0, 4494.0, 4456.0, 4497.0, 4455.0, 4494.0, 4454.0, 4484.0, 4443.0, 4482.0, 4454.0, 4493.0, 4464.0, 4505.0, 4454.0, 4483.0, 4442.0, 4482.0, 4430.0, 4472.0, 4445.0, 4486.0, 4454.0, 4484.0, 4443.0, 4473.0, 4450.0, 4465.0, 4464.0, 4465.0, 4465.0, 4468.0, 4478.0, 4478.0, 4478.0, 4510.0, 4460.0, 4509.0, 4459.0, 4510.0, 4477.0, 4519.0, 4489.0, 4531.0, 4522.0, 4531.0, 4498.0, 4517.0, 4463.0, 4452.0, 4463.0, 4453.0, 4473.0, 4452.0, 4484.0, 4475.0, 4483.0, 4472.0, 4471.0, 4429.0, 4459.0, 4428.0, 4469.0, 4439.0, 4480.0, 4441.0, 4481.0, 4443.0, 4480.0, 4440.0, 4480.0, 4428.0, 4467.0, 4427.0, 4468.0, 4437.0, 4481.0, 4441.0, 4493.0, 4463.0, 4482.0, 4431.0, 4470.0, 4430.0, 4470.0, 4430.0, 4471.0, 4443.0, 4483.0, 4443.0, 4474.0, 4432.0, 4462.0, 4441.0, 4452.0, 4464.0, 4465.0, 4473.0, 4489.0, 4477.0, 4477.0, 4476.0, 4476.0, 4487.0, 4479.0, 4517.0, 4488.0, 4530.0, 4477.0, 4517.0, 4456.0, 4506.0, 4466.0, 4497.0, 4468.0, 4498.0, 4467.0, 4509.0, 4457.0, 4487.0, 4456.0, 4487.0, 4469.0, 4509.0, 4470.0, 4523.0, 4468.0, 4509.0, 4458.0, 4497.0, 4457.0, 4497.0, 4456.0, 4519.0, 4455.0, 4484.0, 4443.0, 4473.0, 4444.0, 4487.0, 4454.0, 4485.0, 4465.0, 4474.0, 4463.0, 4464.0, 4474.0, 4477.0, 4476.0, 4477.0, 4489.0, 4479.0, 4468.0, 4478.0, 4478.0, 4490.0, 4509.0, 4500.0, 4530.0, 4487.0, 4508.0, 4466.0, 4516.0, 4466.0, 4515.0, 4488.0, 4518.0, 4465.0, 4484.0, 4454.0, 4465.0, 4467.0, 4466.0, 4476.0, 4477.0, 4486.0, 4456.0, 4474.0, 4465.0, 4476.0, 4463.0, 4498.0, 4464.0, 4474.0, 4455.0, 4473.0, 4466.0, 4484.0, 4453.0, 4496.0, 4444.0, 4472.0, 4432.0, 4482.0, 4466.0, 4495.0, 4466.0, 4516.0], 'WindowWidth': [9976.0, 9989.0, 9911.0, 9947.0, 9891.0, 9886.0, 9824.0, 9805.0, 9804.0, 9816.0, 9832.0, 9783.0, 9887.0, 9824.0, 9868.0, 9823.0, 9861.0, 9805.0, 9837.0, 9818.0, 9836.0, 9862.0, 9805.0, 9855.0, 9785.0, 9833.0, 9778.0, 9837.0, 9776.0, 9828.0, 9795.0, 9836.0, 9789.0, 9865.0, 9775.0, 9801.0, 9762.0, 9772.0, 9786.0, 9788.0, 9844.0, 9805.0, 9849.0, 9802.0, 9872.0, 9817.0, 9843.0, 9834.0, 9847.0, 9887.0, 9839.0, 9866.0, 9822.0, 9875.0, 9839.0, 9888.0, 9833.0, 9909.0, 9831.0, 9872.0, 9815.0, 9890.0, 9847.0, 9899.0, 9883.0, 9906.0, 9830.0, 9855.0, 9826.0, 9845.0, 9838.0, 9845.0, 9893.0, 9825.0, 9853.0, 9808.0, 9857.0, 9808.0, 9872.0, 9817.0, 9911.0, 9842.0, 9856.0, 9796.0, 9838.0, 9784.0, 9850.0, 9827.0, 9852.0, 9795.0, 9819.0, 9779.0, 9794.0, 9781.0, 9798.0, 9845.0, 9786.0, 9828.0, 9789.0, 9840.0, 9803.0, 9847.0, 9806.0, 9880.0, 9819.0, 9862.0, 9806.0, 9862.0, 9825.0, 9862.0, 9844.0, 9854.0, 9823.0, 9807.0, 9821.0, 9821.0, 9838.0, 9821.0, 9852.0, 9825.0, 9837.0, 9807.0, 9830.0, 9803.0, 9836.0, 9818.0, 9849.0, 9805.0, 9847.0, 9790.0, 9844.0, 9790.0, 9855.0, 9793.0, 9860.0, 9808.0, 9880.0, 9824.0, 9864.0, 9809.0, 9861.0, 9810.0, 9877.0, 9840.0, 9899.0, 9841.0, 9839.0, 9824.0, 9806.0, 9824.0, 9826.0, 9852.0, 9827.0, 9867.0, 9810.0, 9863.0, 9807.0, 9864.0, 9822.0, 9876.0, 9855.0, 9864.0, 9820.0, 9818.0, 9805.0, 9824.0, 9830.0, 9822.0, 9871.0, 9797.0, 9865.0, 9812.0, 9865.0, 9827.0, 9884.0, 9847.0, 9919.0, 9843.0, 9866.0, 9821.0, 9867.0, 9828.0, 9861.0, 9840.0, 9850.0, 9817.0, 9828.0, 9804.0, 9819.0, 9812.0, 9824.0, 9836.0, 9822.0, 9823.0, 9804.0, 9822.0, 9808.0, 9844.0, 9843.0, 9859.0, 9870.0, 9881.0, 9821.0, 9845.0, 9813.0, 9857.0, 9817.0, 9871.0, 9832.0, 9893.0, 9814.0, 9868.0, 9799.0, 9870.0, 9811.0, 9881.0, 9827.0, 9885.0, 9810.0, 9861.0, 9794.0, 9869.0, 9821.0, 9875.0, 9834.0, 9862.0, 9802.0, 9856.0, 9787.0, 9866.0, 9805.0, 9872.0, 9839.0, 9820.0, 9817.0, 9787.0, 9813.0, 9806.0, 9849.0, 9802.0, 9847.0, 9783.0, 9813.0, 9777.0, 9790.0, 9779.0, 9798.0, 9797.0, 9811.0, 9846.0, 9797.0, 9812.0, 9796.0, 9809.0, 9804.0, 9842.0, 9800.0, 9861.0, 9816.0, 9813.0, 9800.0, 9818.0, 9822.0, 9816.0, 9818.0, 9819.0, 9819.0, 9790.0, 9817.0, 9802.0, 9854.0, 9827.0, 9848.0, 9804.0, 9832.0, 9786.0, 9815.0, 9800.0, 9819.0, 9824.0, 9834.0, 9816.0, 9841.0, 9809.0, 9837.0, 9809.0, 9824.0, 9822.0, 9861.0, 9847.0, 9843.0, 9830.0, 9842.0, 9826.0, 9841.0, 9864.0, 9831.0, 9854.0, 9848.0, 9828.0, 9843.0, 9828.0, 9844.0, 9827.0, 9846.0, 9868.0, 9868.0, 9890.0, 9865.0, 9878.0, 9846.0, 9845.0, 9828.0, 9865.0, 9851.0, 9905.0, 9882.0, 9902.0, 9851.0, 9862.0, 9848.0, 9862.0, 9852.0, 9904.0, 9865.0, 9945.0, 9846.0, 9884.0, 9825.0, 9849.0, 9808.0, 9845.0, 9832.0, 9852.0, 9858.0, 9855.0, 9838.0, 9805.0, 9829.0, 9806.0, 9858.0, 9804.0, 9862.0, 9817.0, 9828.0, 9781.0, 9794.0, 9793.0, 9816.0, 9802.0, 9840.0, 9800.0, 9811.0, 9769.0, 9813.0, 9771.0, 9833.0, 9790.0, 9846.0, 9807.0, 9847.0, 9776.0, 9830.0, 9789.0, 9865.0, 9817.0, 9863.0, 9810.0, 9849.0, 9790.0, 9828.0, 9786.0, 9824.0, 9808.0, 9831.0, 9803.0, 9851.0, 9792.0, 9820.0, 9788.0, 9820.0, 9808.0, 9822.0, 9820.0, 9852.0, 9827.0, 9822.0, 9820.0, 9814.0, 9860.0, 9821.0, 9873.0, 9835.0, 9878.0, 9802.0, 9826.0, 9785.0, 9816.0, 9811.0, 9817.0, 9833.0, 9808.0, 9833.0, 9790.0, 9829.0, 9788.0, 9863.0, 9806.0, 9861.0, 9804.0, 9860.0, 9787.0, 9840.0, 9784.0, 9840.0, 9820.0, 9857.0, 9815.0, 9873.0, 9798.0, 9850.0, 9782.0, 9834.0, 9804.0, 9858.0, 9800.0, 9813.0, 9798.0, 9810.0, 9797.0, 9825.0, 9786.0, 9826.0, 9823.0, 9879.0, 9818.0, 9845.0, 9801.0, 9828.0, 9803.0, 9830.0, 9806.0, 9842.0, 9832.0, 9869.0, 9818.0, 9874.0, 9834.0, 9888.0, 9836.0, 9893.0, 9845.0, 9895.0, 9871.0, 9929.0, 9894.0, 9931.0, 9844.0, 9911.0, 9838.0, 9909.0, 9852.0, 9919.0, 9868.0, 9923.0, 9865.0, 9921.0, 9872.0, 9830.0, 9826.0, 9796.0, 9851.0, 9798.0, 9870.0, 9816.0, 9889.0, 9832.0, 9892.0, 9816.0, 9883.0, 9809.0, 9860.0, 9790.0, 9858.0, 9827.0, 9898.0, 9828.0, 9890.0, 9798.0, 9852.0, 9781.0, 9825.0, 9782.0, 9837.0, 9770.0, 9837.0, 9785.0, 9825.0, 9770.0, 9823.0, 9770.0, 9810.0, 9784.0, 9820.0, 9776.0, 9851.0, 9774.0, 9835.0, 9764.0, 9819.0, 9782.0, 9828.0, 9787.0, 9832.0, 9794.0, 9833.0, 9789.0, 9833.0, 9777.0, 9831.0, 9809.0, 9850.0, 9803.0, 9866.0, 9790.0, 9818.0, 9787.0, 9816.0, 9804.0, 9821.0, 9823.0, 9827.0, 9828.0, 9851.0, 9843.0, 9874.0, 9831.0, 9909.0, 9834.0, 9889.0, 9818.0, 9874.0, 9801.0, 9858.0, 9799.0, 9853.0, 9813.0, 9839.0, 9863.0, 9819.0, 9858.0, 9818.0, 9867.0, 9816.0, 9862.0, 9850.0, 9788.0, 9817.0, 9774.0, 9843.0, 9788.0, 9861.0, 9819.0, 9867.0, 9795.0, 9862.0, 9775.0, 9823.0, 9768.0, 9822.0, 9793.0, 9828.0, 9781.0, 9829.0, 9784.0, 9801.0, 9785.0, 9813.0, 9789.0, 9840.0, 9810.0, 9854.0, 9809.0, 9838.0, 9808.0, 9836.0, 9807.0, 9863.0, 9850.0, 9840.0, 9870.0, 9827.0, 9861.0, 9809.0, 9876.0, 9807.0, 9865.0, 9835.0, 9875.0, 9831.0, 9882.0, 9872.0, 9894.0, 9822.0, 9849.0, 9844.0, 9853.0, 9843.0, 9882.0, 9859.0, 9921.0, 9876.0, 9934.0, 9874.0, 9887.0, 9866.0, 9888.0, 9886.0, 9883.0, 9906.0, 9859.0, 9884.0, 9841.0, 9882.0, 9881.0, 9883.0, 9901.0, 9881.0, 9898.0, 9825.0, 9880.0, 9821.0, 9888.0, 9851.0, 9911.0, 9863.0, 9919.0, 9826.0, 9855.0, 9812.0, 9842.0, 9843.0, 9856.0, 9859.0, 9876.0, 9863.0, 9839.0, 9818.0, 9844.0, 9802.0, 9874.0, 9820.0, 9877.0, 9817.0, 9895.0, 9833.0, 9842.0, 9792.0, 9813.0, 9811.0, 9886.0, 9824.0, 9891.0, 9857.0, 9794.0, 9817.0, 9789.0, 9845.0, 9805.0, 9895.0, 9853.0, 9856.0, 9823.0, 9814.0, 9852.0, 9807.0, 9893.0, 9815.0, 9855.0, 9781.0, 9821.0, 9781.0, 9770.0, 9810.0, 9781.0, 9858.0, 9766.0, 9821.0, 9764.0, 9814.0, 9761.0, 9833.0, 9793.0, 9838.0, 9819.0, 9783.0, 9808.0, 9766.0, 9816.0, 9749.0, 9837.0, 9782.0, 9840.0, 9816.0, 9840.0, 9786.0, 9839.0, 9785.0, 9839.0, 9787.0, 9854.0, 9818.0, 9873.0, 9834.0, 9898.0, 9824.0, 9835.0, 9822.0, 9804.0, 9819.0, 9803.0, 9819.0, 9822.0, 9839.0, 9858.0, 9836.0, 9862.0, 9817.0, 9798.0, 9812.0, 9797.0, 9800.0, 9820.0, 9824.0, 9821.0, 9823.0, 9807.0, 9822.0, 9807.0, 9821.0, 9806.0, 9820.0, 9834.0, 9822.0, 9854.0, 9832.0, 9867.0, 9843.0, 9838.0, 9823.0, 9846.0, 9823.0, 9867.0, 9813.0, 9884.0, 9818.0, 9909.0, 9836.0, 9882.0, 9866.0, 9863.0, 9836.0, 9861.0, 9822.0, 9893.0, 9862.0, 9933.0, 9889.0, 9951.0, 9874.0, 9914.0, 9839.0, 9890.0, 9850.0, 9908.0, 9869.0, 9927.0, 9907.0, 9968.0, 9898.0, 9862.0, 9860.0, 9799.0, 9854.0, 9795.0, 9846.0, 9845.0, 9879.0, 9907.0, 9883.0, 9926.0, 9879.0, 9922.0, 9870.0, 9900.0, 9861.0, 9893.0, 9840.0, 9887.0, 9834.0, 9866.0, 9797.0, 9837.0, 9760.0, 9785.0, 9722.0, 9733.0, 9722.0, 9736.0, 9740.0, 9747.0, 9786.0, 9746.0, 9777.0, 9750.0, 9753.0, 9756.0, 9756.0, 9784.0, 9772.0, 9800.0, 9800.0, 9772.0, 9827.0, 9782.0, 9827.0, 9767.0, 9827.0, 9796.0, 9849.0, 9798.0, 9785.0, 9774.0, 9771.0, 9760.0, 9787.0, 9778.0, 9834.0, 9782.0, 9840.0, 9788.0, 9851.0, 9842.0, 9865.0, 9819.0, 9803.0, 9803.0, 9800.0, 9805.0, 9820.0, 9836.0, 9825.0, 9839.0, 9865.0, 9838.0, 9877.0, 9848.0, 9883.0, 9848.0, 9804.0, 9834.0, 9799.0, 9823.0, 9797.0, 9851.0, 9812.0, 9868.0, 9814.0, 9867.0, 9817.0, 9871.0, 9826.0, 9904.0, 9853.0, 9868.0, 9811.0, 9861.0, 9811.0, 9879.0, 9828.0, 9896.0, 9838.0, 9880.0, 9820.0, 9861.0, 9816.0, 9841.0, 9783.0, 9823.0, 9769.0, 9826.0, 9768.0, 9814.0, 9783.0, 9842.0, 9818.0, 9844.0, 9787.0, 9813.0, 9775.0, 9826.0, 9771.0, 9831.0, 9792.0, 9850.0, 9794.0, 9865.0, 9814.0, 9864.0, 9796.0, 9848.0, 9790.0, 9844.0, 9792.0, 9850.0, 9811.0, 9856.0, 9816.0, 9872.0, 9815.0, 9857.0, 9802.0, 9855.0, 9815.0, 9856.0, 9818.0, 9860.0, 9820.0, 9861.0, 9820.0, 9862.0, 9804.0, 9876.0, 9841.0, 9876.0, 9859.0, 9912.0, 9841.0, 9892.0, 9823.0, 9873.0, 9838.0, 9914.0, 9874.0, 9918.0, 9888.0, 9883.0, 9847.0, 9829.0, 9827.0, 9825.0, 9864.0, 9876.0, 9866.0, 9857.0, 9909.0, 9825.0, 9864.0, 9821.0, 9876.0, 9849.0, 9900.0, 9843.0, 9923.0, 9845.0, 9904.0, 9832.0, 9882.0, 9825.0, 9885.0, 9848.0, 9897.0, 9842.0, 9914.0, 9828.0, 9897.0, 9843.0, 9896.0, 9865.0, 9944.0, 9905.0, 9973.0, 9900.0, 9942.0, 9847.0, 9900.0, 9830.0, 9906.0, 9855.0, 9892.0, 9820.0, 9818.0, 9863.0, 9803.0, 9889.0, 9826.0, 9890.0, 9857.0, 9889.0, 9805.0, 9847.0, 9762.0, 9801.0, 9775.0, 9787.0, 9774.0, 9789.0, 9792.0, 9776.0, 9800.0, 9773.0, 9814.0, 9759.0, 9799.0, 9761.0, 9813.0, 9764.0, 9820.0, 9783.0, 9857.0, 9808.0, 9873.0, 9822.0, 9842.0, 9802.0, 9829.0, 9802.0, 9831.0, 9825.0, 9824.0, 9845.0, 9828.0, 9842.0, 9817.0, 9839.0, 9825.0, 9856.0, 9824.0, 9857.0, 9825.0, 9838.0, 9823.0, 9837.0, 9837.0, 9842.0, 9837.0, 9857.0, 9807.0, 9836.0, 9809.0, 9822.0, 9807.0, 9838.0, 9829.0, 9855.0, 9848.0, 9858.0, 9812.0, 9837.0, 9807.0, 9823.0, 9826.0, 9839.0, 9857.0, 9859.0, 9814.0, 9842.0, 9832.0, 9847.0, 9828.0, 9911.0, 9822.0, 9873.0, 9821.0, 9873.0, 9841.0, 9899.0, 9838.0, 9918.0, 9836.0, 9861.0, 9830.0, 9859.0, 9861.0, 9842.0, 9904.0, 9864.0, 9858.0, 9843.0, 9845.0, 9856.0, 9877.0, 9869.0, 9901.0, 9861.0, 9833.0, 9843.0, 9846.0, 9850.0, 9875.0, 9885.0, 9888.0, 9842.0, 9855.0, 9838.0, 9885.0, 9861.0, 9916.0, 9860.0, 9913.0, 9806.0, 9861.0, 9790.0, 9846.0, 9793.0, 9850.0, 9817.0, 9871.0, 9846.0, 9889.0, 9831.0, 9869.0, 9813.0, 9863.0, 9811.0, 9865.0, 9816.0, 9873.0, 9813.0, 9869.0, 9810.0, 9851.0, 9794.0, 9846.0, 9813.0, 9866.0, 9826.0, 9883.0, 9811.0, 9850.0, 9792.0, 9845.0, 9774.0, 9831.0, 9801.0, 9860.0, 9814.0, 9852.0, 9794.0, 9834.0, 9802.0, 9826.0, 9826.0, 9828.0, 9829.0, 9839.0, 9853.0, 9854.0, 9854.0, 9899.0, 9832.0, 9896.0, 9828.0, 9897.0, 9851.0, 9911.0, 9868.0, 9931.0, 9917.0, 9930.0, 9876.0, 9901.0, 9822.0, 9804.0, 9820.0, 9806.0, 9833.0, 9805.0, 9852.0, 9839.0, 9851.0, 9831.0, 9830.0, 9770.0, 9808.0, 9765.0, 9822.0, 9781.0, 9839.0, 9787.0, 9840.0, 9793.0, 9842.0, 9784.0, 9840.0, 9764.0, 9817.0, 9763.0, 9818.0, 9779.0, 9841.0, 9788.0, 9862.0, 9822.0, 9847.0, 9777.0, 9827.0, 9771.0, 9825.0, 9773.0, 9830.0, 9796.0, 9847.0, 9795.0, 9836.0, 9780.0, 9819.0, 9790.0, 9806.0, 9824.0, 9829.0, 9838.0, 9869.0, 9845.0, 9846.0, 9844.0, 9844.0, 9862.0, 9853.0, 9902.0, 9867.0, 9925.0, 9847.0, 9901.0, 9816.0, 9885.0, 9829.0, 9872.0, 9835.0, 9878.0, 9834.0, 9893.0, 9821.0, 9860.0, 9818.0, 9861.0, 9840.0, 9896.0, 9843.0, 9920.0, 9839.0, 9893.0, 9822.0, 9874.0, 9822.0, 9873.0, 9816.0, 9908.0, 9812.0, 9851.0, 9794.0, 9834.0, 9797.0, 9861.0, 9812.0, 9854.0, 9827.0, 9838.0, 9823.0, 9824.0, 9839.0, 9850.0, 9846.0, 9848.0, 9869.0, 9853.0, 9839.0, 9851.0, 9852.0, 9872.0, 9894.0, 9883.0, 9928.0, 9862.0, 9891.0, 9829.0, 9899.0, 9830.0, 9897.0, 9862.0, 9906.0, 9828.0, 9853.0, 9810.0, 9827.0, 9834.0, 9830.0, 9845.0, 9849.0, 9859.0, 9817.0, 9839.0, 9830.0, 9844.0, 9824.0, 9878.0, 9826.0, 9839.0, 9812.0, 9836.0, 9831.0, 9852.0, 9809.0, 9871.0, 9796.0, 9833.0, 9777.0, 9845.0, 9831.0, 9868.0, 9830.0, 9900.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.0005468636363636365</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016098492424242425</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.316118293836205</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2123055476573146</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0087297100985604</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5173</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3887.1912</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07145263913126428</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3636363636363635</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6431664224209994</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.602627756130337</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8614122954149783</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.465459215717683</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0189246</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009811793453991413</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031097594648599625</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9556034455743694</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>11.6837</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.3591</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>250.8107</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291675.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>1248.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.9359</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3658</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.0897</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3609.1171</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3830.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84869.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1292.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4722.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.241</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.27959506306797</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> |