=== 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-0098 --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-0098",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
145 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
145 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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-04/func/sub-0098_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>a55d9c201d0ef6e102501f1a033c17cd</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:46:49.330000</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.997813, -0.0558962, -0.0352727, 0.0624274, 0.97232, 0.225159]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.088356</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>[4224, -7825, -7225, 227, -109, 77, -36, 90]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>245.19</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>62874627-1be3-4ab5-9fa0-9e39a7c81978||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.677060127258301, 0.16748827695846558, -0.05861910805106163, 104.9940185546875], [0.14996539056301117, 2.608663558959961, 0.6125452518463135, -105.32621765136719], [-0.09463395178318024, -0.6040850281715393, 2.6289451122283936, -35.791236877441406], [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': ['174649.330000', '174649.790000', '174650.250000', '174650.710000', '174651.170000', '174651.630000', '174652.090000', '174652.550000', '174653.010000', '174653.470000', '174653.930000', '174654.390000', '174654.850000', '174655.310000', '174655.770000', '174656.230000', '174656.690000', '174657.150000', '174657.610000', '174658.070000', '174658.530000', '174658.990000', '174659.450000', '174659.910000', '174700.370000', '174700.830000', '174701.290000', '174701.750000', '174702.210000', '174702.670000', '174703.130000', '174703.590000', '174704.050000', '174704.510000', '174704.970000', '174705.430000', '174705.890000', '174706.350000', '174706.810000', '174707.270000', '174707.730000', '174708.190000', '174708.650000', '174709.110000', '174709.570000', '174710.030000', '174710.490000', '174710.950000', '174711.410000', '174711.870000', '174712.330000', '174712.790000', '174713.250000', '174713.710000', '174714.170000', '174714.630000', '174715.090000', '174715.550000', '174716.010000', '174716.470000', '174716.930000', '174717.390000', '174717.850000', '174718.310000', '174718.770000', '174719.230000', '174719.690000', '174720.150000', '174720.610000', '174721.070000', '174721.530000', '174721.990000', '174722.450000', '174722.910000', '174723.370000', '174723.830000', '174724.290000', '174724.750000', '174725.210000', '174725.670000', '174726.130000', '174726.590000', '174727.050000', '174727.510000', '174727.970000', '174728.430000', '174728.890000', '174729.350000', '174729.810000', '174730.270000', '174730.730000', '174731.190000', '174731.650000', '174732.110000', '174732.570000', '174733.030000', '174733.490000', '174733.950000', '174734.410000', '174734.870000', '174735.330000', '174735.790000', '174736.250000', '174736.710000', '174737.170000', '174737.630000', '174738.090000', '174738.550000', '174739.010000', '174739.470000', '174739.930000', '174740.390000', '174740.850000', '174741.310000', '174741.770000', '174742.230000', '174742.690000', '174743.150000', '174743.610000', '174744.070000', '174744.530000', '174744.990000', '174745.450000', '174745.910000', '174746.370000', '174746.830000', '174747.290000', '174747.750000', '174748.210000', '174748.670000', '174749.130000', '174749.590000', '174750.050000', '174750.510000', '174750.970000', '174751.430000', '174751.890000', '174752.350000', '174752.810000', '174753.270000', '174753.730000', '174754.190000', '174754.650000', '174755.110000', '174755.570000', '174756.030000', '174756.490000', '174756.950000', '174757.410000', '174757.870000', '174758.330000', '174758.790000', '174759.250000', '174759.710000', '174800.170000', '174800.630000', '174801.090000', '174801.550000', '174802.010000', '174802.470000', '174802.930000', '174803.390000', '174803.850000', '174804.310000', '174804.770000', '174805.230000', '174805.690000', '174806.150000', '174806.610000', '174807.070000', '174807.530000', '174807.990000', '174808.450000', '174808.910000', '174809.370000', '174809.830000', '174810.290000', '174810.750000', '174811.210000', '174811.670000', '174812.130000', '174812.590000', '174813.050000', '174813.510000', '174813.970000', '174814.430000', '174814.890000', '174815.350000', '174815.810000', '174816.270000', '174816.730000', '174817.190000', '174817.650000', '174818.110000', '174818.570000', '174819.030000', '174819.490000', '174819.950000', '174820.410000', '174820.870000', '174821.330000', '174821.790000', '174822.250000', '174822.710000', '174823.170000', '174823.630000', '174824.090000', '174824.550000', '174825.010000', '174825.470000', '174825.930000', '174826.390000', '174826.850000', '174827.310000', '174827.770000', '174828.230000', '174828.690000', '174829.150000', '174829.610000', '174830.070000', '174830.530000', '174830.990000', '174831.450000', '174831.910000', '174832.370000', '174832.830000', '174833.290000', '174833.750000', '174834.210000', '174834.670000', '174835.130000', '174835.590000', '174836.050000', '174836.510000', '174836.970000', '174837.430000', '174837.890000', '174838.350000', '174838.810000', '174839.270000', '174839.730000', '174840.190000', '174840.650000', '174841.110000', '174841.570000', '174842.030000', '174842.490000', '174842.950000', '174843.410000', '174843.870000', '174844.330000', '174844.790000', '174845.250000', '174845.710000', '174846.170000', '174846.630000', '174847.090000', '174847.550000', '174848.010000', '174848.470000', '174848.930000', '174849.390000', '174849.850000', '174850.310000', '174850.770000', '174851.230000', '174851.690000', '174852.150000', '174852.610000', '174853.070000', '174853.530000', '174853.990000', '174854.450000', '174854.910000', '174855.370000', '174855.830000', '174856.290000', '174856.750000', '174857.210000', '174857.670000', '174858.130000', '174858.590000', '174859.050000', '174859.510000', '174859.970000', '174900.430000', '174900.890000', '174901.350000', '174901.810000', '174902.270000', '174902.730000', '174903.190000', '174903.650000', '174904.110000', '174904.570000', '174905.030000', '174905.490000', '174905.950000', '174906.410000', '174906.870000', '174907.330000', '174907.790000', '174908.250000', '174908.710000', '174909.170000', '174909.630000', '174910.090000', '174910.550000', '174911.010000', '174911.470000', '174911.930000', '174912.390000', '174912.850000', '174913.310000', '174913.770000', '174914.230000', '174914.690000', '174915.150000', '174915.610000', '174916.070000', '174916.530000', '174916.990000', '174917.450000', '174917.910000', '174918.370000', '174918.830000', '174919.290000', '174919.750000', '174920.210000', '174920.670000', '174921.130000', '174921.590000', '174922.050000', '174922.510000', '174922.970000', '174923.430000', '174923.890000', '174924.350000', '174924.810000', '174925.270000', '174925.730000', '174926.190000', '174926.650000', '174927.110000', '174927.570000', '174928.030000', '174928.490000', '174928.950000', '174929.410000', '174929.870000', '174930.330000', '174930.790000', '174931.250000', '174931.710000', '174932.170000', '174932.630000', '174933.090000', '174933.550000', '174934.010000', '174934.470000', '174934.930000', '174935.390000', '174935.850000', '174936.310000', '174936.770000', '174937.230000', '174937.690000', '174938.150000', '174938.610000', '174939.070000', '174939.530000', '174939.990000', '174940.450000', '174940.910000', '174941.370000', '174941.830000', '174942.290000', '174942.750000', '174943.210000', '174943.670000', '174944.130000', '174944.590000', '174945.050000', '174945.510000', '174945.970000', '174946.430000', '174946.890000', '174947.350000', '174947.810000', '174948.270000', '174948.730000', '174949.190000', '174949.650000', '174950.110000', '174950.570000', '174951.030000', '174951.490000', '174951.950000', '174952.410000', '174952.870000', '174953.330000', '174953.790000', '174954.250000', '174954.710000', '174955.170000', '174955.630000', '174956.090000', '174956.550000', '174957.010000', '174957.470000', '174957.930000', '174958.390000', '174958.850000', '174959.310000', '174959.770000', '175000.230000', '175000.690000', '175001.150000', '175001.610000', '175002.070000', '175002.530000', '175002.990000', '175003.450000', '175003.910000', '175004.370000', '175004.830000', '175005.290000', '175005.750000', '175006.210000', '175006.670000', '175007.130000', '175007.590000', '175008.050000', '175008.510000', '175008.970000', '175009.430000', '175009.890000', '175010.350000', '175010.810000', '175011.270000', '175011.730000', '175012.190000', '175012.650000', '175013.110000', '175013.570000', '175014.030000', '175014.490000', '175014.950000', '175015.410000', '175015.870000', '175016.330000', '175016.790000', '175017.250000', '175017.710000', '175018.170000', '175018.630000', '175019.090000', '175019.550000', '175020.010000', '175020.470000', '175020.930000', '175021.390000', '175021.850000', '175022.310000', '175022.770000', '175023.230000', '175023.690000', '175024.150000', '175024.610000', '175025.070000', '175025.530000', '175025.990000', '175026.450000', '175026.910000', '175027.370000', '175027.830000', '175028.290000', '175028.750000', '175029.210000', '175029.670000', '175030.130000', '175030.590000', '175031.050000', '175031.510000', '175031.970000', '175032.430000', '175032.890000', '175033.350000', '175033.810000', '175034.270000', '175034.730000', '175035.190000', '175035.650000', '175036.110000', '175036.570000', '175037.030000', '175037.490000', '175037.950000', '175038.410000', '175038.870000', '175039.330000', '175039.790000', '175040.250000', '175040.710000', '175041.170000', '175041.630000', '175042.090000', '175042.550000', '175043.010000', '175043.470000', '175043.930000', '175044.390000', '175044.850000', '175045.310000', '175045.770000', '175046.230000', '175046.690000', '175047.150000', '175047.610000', '175048.070000', '175048.530000', '175048.990000', '175049.450000', '175049.910000', '175050.370000', '175050.830000', '175051.290000', '175051.750000', '175052.210000', '175052.670000', '175053.130000', '175053.590000', '175054.050000', '175054.510000', '175054.970000', '175055.430000', '175055.890000', '175056.350000', '175056.810000', '175057.270000', '175057.730000', '175058.190000', '175058.650000', '175059.110000', '175059.570000', '175100.030000', '175100.490000', '175100.950000', '175101.410000', '175101.870000', '175102.330000', '175102.790000', '175103.250000', '175103.710000', '175104.170000', '175104.630000', '175105.090000', '175105.550000', '175106.010000', '175106.470000', '175106.930000', '175107.390000', '175107.850000', '175108.310000', '175108.770000', '175109.230000', '175109.690000', '175110.150000', '175110.610000', '175111.070000', '175111.530000', '175111.990000', '175112.450000', '175112.910000', '175113.370000', '175113.830000', '175114.290000', '175114.750000', '175115.210000', '175115.670000', '175116.130000', '175116.590000', '175117.050000', '175117.510000', '175117.970000', '175118.430000', '175118.890000', '175119.350000', '175119.810000', '175120.270000', '175120.730000', '175121.190000', '175121.650000', '175122.110000', '175122.570000', '175123.030000', '175123.490000', '175123.950000', '175124.410000', '175124.870000', '175125.330000', '175125.790000', '175126.250000', '175126.710000', '175127.170000', '175127.630000', '175128.090000', '175128.550000', '175129.010000', '175129.470000', '175129.930000', '175130.390000', '175130.850000', '175131.310000', '175131.770000', '175132.230000', '175132.690000', '175133.150000', '175133.610000', '175134.070000', '175134.530000', '175134.990000', '175135.450000', '175135.910000', '175136.370000', '175136.830000', '175137.290000', '175137.750000', '175138.210000', '175138.670000', '175139.130000', '175139.590000', '175140.050000', '175140.510000', '175140.970000', '175141.430000', '175141.890000', '175142.350000', '175142.810000', '175143.270000', '175143.730000', '175144.190000', '175144.650000', '175145.110000', '175145.570000', '175146.030000', '175146.490000', '175146.950000', '175147.410000', '175147.870000', '175148.330000', '175148.790000', '175149.250000', '175149.710000', '175150.170000', '175150.630000', '175151.090000', '175151.550000', '175152.010000', '175152.470000', '175152.930000', '175153.390000', '175153.850000', '175154.310000', '175154.770000', '175155.230000', '175155.690000', '175156.150000', '175156.610000', '175157.070000', '175157.530000', '175157.990000', '175158.450000', '175158.910000', '175159.370000', '175159.830000', '175200.290000', '175200.750000', '175201.210000', '175201.670000', '175202.130000', '175202.590000', '175203.050000', '175203.510000', '175203.970000', '175204.430000', '175204.890000', '175205.350000', '175205.810000', '175206.270000', '175206.730000', '175207.190000', '175207.650000', '175208.110000', '175208.570000', '175209.030000', '175209.490000', '175209.950000', '175210.410000', '175210.870000', '175211.330000', '175211.790000', '175212.250000', '175212.710000', '175213.170000', '175213.630000', '175214.090000', '175214.550000', '175215.010000', '175215.470000', '175215.930000', '175216.390000', '175216.850000', '175217.310000', '175217.770000', '175218.230000', '175218.690000', '175219.150000', '175219.610000', '175220.070000', '175220.530000', '175220.990000', '175221.450000', '175221.910000', '175222.370000', '175222.830000', '175223.290000', '175223.750000', '175224.210000', '175224.670000', '175225.130000', '175225.590000', '175226.050000', '175226.510000', '175226.970000', '175227.430000', '175227.890000', '175228.350000', '175228.810000', '175229.270000', '175229.730000', '175230.190000', '175230.650000', '175231.110000', '175231.570000', '175232.030000', '175232.490000', '175232.950000', '175233.410000', '175233.870000', '175234.330000', '175234.790000', '175235.250000', '175235.710000', '175236.170000', '175236.630000', '175237.090000', '175237.550000', '175238.010000', '175238.470000', '175238.930000', '175239.390000', '175239.850000', '175240.310000', '175240.770000', '175241.230000', '175241.690000', '175242.150000', '175242.610000', '175243.070000', '175243.530000', '175243.990000', '175244.450000', '175244.910000', '175245.370000', '175245.830000', '175246.290000', '175246.750000', '175247.210000', '175247.670000', '175248.130000', '175248.590000', '175249.050000', '175249.510000', '175249.970000', '175250.430000', '175250.890000', '175251.350000', '175251.810000', '175252.270000', '175252.730000', '175253.190000', '175253.650000', '175254.110000', '175254.570000', '175255.030000', '175255.490000', '175255.950000', '175256.410000', '175256.870000', '175257.330000', '175257.790000', '175258.250000', '175258.710000', '175259.170000', '175259.630000', '175300.090000', '175300.550000', '175301.010000', '175301.470000', '175301.930000', '175302.390000', '175302.850000', '175303.310000', '175303.770000', '175304.230000', '175304.690000', '175305.150000', '175305.610000', '175306.070000', '175306.530000', '175306.990000', '175307.450000', '175307.910000', '175308.370000', '175308.830000', '175309.290000', '175309.750000', '175310.210000', '175310.670000', '175311.130000', '175311.590000', '175312.050000', '175312.510000', '175312.970000', '175313.430000', '175313.890000', '175314.350000', '175314.810000', '175315.270000', '175315.730000', '175316.190000', '175316.650000', '175317.110000', '175317.570000', '175318.030000', '175318.490000', '175318.950000', '175319.410000', '175319.870000', '175320.330000', '175320.790000', '175321.250000', '175321.710000', '175322.170000', '175322.630000', '175323.090000', '175323.550000', '175324.010000', '175324.470000', '175324.930000', '175325.390000', '175325.850000', '175326.310000', '175326.770000', '175327.230000', '175327.690000', '175328.150000', '175328.610000', '175329.070000', '175329.530000', '175329.990000', '175330.450000', '175330.910000', '175331.370000', '175331.830000', '175332.290000', '175332.750000', '175333.210000', '175333.670000', '175334.130000', '175334.590000', '175335.050000', '175335.510000', '175335.970000', '175336.430000', '175336.890000', '175337.350000', '175337.810000', '175338.270000', '175338.730000', '175339.190000', '175339.650000', '175340.110000', '175340.570000', '175341.030000', '175341.490000', '175341.950000', '175342.410000', '175342.870000', '175343.330000', '175343.790000', '175344.250000', '175344.710000', '175345.170000', '175345.630000', '175346.090000', '175346.550000', '175347.010000', '175347.470000', '175347.930000', '175348.390000', '175348.850000', '175349.310000', '175349.770000', '175350.230000', '175350.690000', '175351.150000', '175351.610000', '175352.070000', '175352.530000', '175352.990000', '175353.450000', '175353.910000', '175354.370000', '175354.830000', '175355.290000', '175355.750000', '175356.210000', '175356.670000', '175357.130000', '175357.590000', '175358.050000', '175358.510000', '175358.970000', '175359.430000', '175359.890000', '175400.350000', '175400.810000', '175401.270000', '175401.730000', '175402.190000', '175402.650000', '175403.110000', '175403.570000', '175404.030000', '175404.490000', '175404.950000', '175405.410000', '175405.870000', '175406.330000', '175406.790000', '175407.250000', '175407.710000', '175408.170000', '175408.630000', '175409.090000', '175409.550000', '175410.010000', '175410.470000', '175410.930000', '175411.390000', '175411.850000', '175412.310000', '175412.770000', '175413.230000', '175413.690000', '175414.150000', '175414.610000', '175415.070000', '175415.530000', '175415.990000', '175416.450000', '175416.910000', '175417.370000', '175417.830000', '175418.290000', '175418.750000', '175419.210000', '175419.670000', '175420.130000', '175420.590000', '175421.050000', '175421.510000', '175421.970000', '175422.430000', '175422.890000', '175423.350000', '175423.810000', '175424.270000', '175424.730000', '175425.190000', '175425.650000', '175426.110000', '175426.570000', '175427.030000', '175427.490000', '175427.950000', '175428.410000', '175428.870000', '175429.330000', '175429.790000', '175430.250000', '175430.710000', '175431.170000', '175431.630000', '175432.090000', '175432.550000', '175433.010000', '175433.470000', '175433.930000', '175434.390000', '175434.850000', '175435.310000', '175435.770000', '175436.230000', '175436.690000', '175437.150000', '175437.610000', '175438.070000', '175438.530000', '175438.990000', '175439.450000', '175439.910000', '175440.370000', '175440.830000', '175441.290000', '175441.750000', '175442.210000', '175442.670000', '175443.130000', '175443.590000', '175444.050000', '175444.510000', '175444.970000', '175445.430000', '175445.890000', '175446.350000', '175446.810000', '175447.270000', '175447.730000', '175448.190000', '175448.650000', '175449.110000', '175449.570000', '175450.030000', '175450.490000', '175450.950000', '175451.410000', '175451.870000', '175452.330000', '175452.790000', '175453.250000', '175453.710000', '175454.170000', '175454.630000', '175455.090000', '175455.550000', '175456.010000', '175456.470000', '175456.930000', '175457.390000', '175457.850000', '175458.310000', '175458.770000', '175459.230000', '175459.690000', '175500.150000', '175500.610000', '175501.070000', '175501.530000', '175501.990000', '175502.450000', '175502.910000', '175503.370000', '175503.830000', '175504.290000', '175504.750000', '175505.210000', '175505.670000', '175506.130000', '175506.590000', '175507.050000', '175507.510000', '175507.970000', '175508.430000', '175508.890000', '175509.350000', '175509.810000', '175510.270000', '175510.730000', '175511.190000', '175511.650000', '175512.110000', '175512.570000', '175513.030000', '175513.490000', '175513.950000', '175514.410000', '175514.870000', '175515.330000', '175515.790000', '175516.250000', '175516.710000', '175517.170000', '175517.630000', '175518.090000', '175518.550000', '175519.010000', '175519.470000', '175519.930000', '175520.390000', '175520.850000', '175521.310000', '175521.770000', '175522.230000', '175522.690000', '175523.150000', '175523.610000', '175524.070000', '175524.530000', '175524.990000', '175525.450000', '175525.910000', '175526.370000', '175526.830000', '175527.290000', '175527.750000', '175528.210000', '175528.670000', '175529.130000', '175529.590000', '175530.050000', '175530.510000', '175530.970000', '175531.430000', '175531.890000', '175532.350000', '175532.810000', '175533.270000', '175533.730000', '175534.190000', '175534.650000', '175535.110000', '175535.570000', '175536.030000', '175536.490000', '175536.950000', '175537.410000', '175537.870000', '175538.330000', '175538.790000', '175539.250000', '175539.710000', '175540.170000', '175540.630000', '175541.090000', '175541.550000', '175542.010000', '175542.470000', '175542.930000', '175543.390000', '175543.850000', '175544.310000', '175544.770000', '175545.230000', '175545.690000', '175546.150000', '175546.610000', '175547.070000', '175547.530000', '175547.990000', '175548.450000', '175548.910000', '175549.370000', '175549.830000', '175550.290000', '175550.750000', '175551.210000', '175551.670000', '175552.130000', '175552.590000', '175553.050000', '175553.510000', '175553.970000', '175554.430000', '175554.890000', '175555.350000', '175555.810000', '175556.270000', '175556.730000', '175557.190000', '175557.650000', '175558.110000', '175558.570000', '175559.030000', '175559.490000', '175559.950000', '175600.410000', '175600.870000', '175601.330000', '175601.790000', '175602.250000', '175602.710000', '175603.170000', '175603.630000', '175604.090000', '175604.550000', '175605.010000', '175605.470000', '175605.930000', '175606.390000', '175606.850000', '175607.310000', '175607.770000', '175608.230000', '175608.690000', '175609.150000', '175609.610000', '175610.070000', '175610.530000', '175610.990000', '175611.450000', '175611.910000', '175612.370000', '175612.830000', '175613.290000', '175613.750000', '175614.210000', '175614.670000', '175615.130000', '175615.590000', '175616.050000', '175616.510000', '175616.970000', '175617.430000', '175617.890000', '175618.350000', '175618.810000', '175619.270000', '175619.730000', '175620.190000', '175620.650000', '175621.110000', '175621.570000', '175622.030000', '175622.490000', '175622.950000', '175623.410000', '175623.870000', '175624.330000', '175624.790000', '175625.250000', '175625.710000', '175626.170000', '175626.630000', '175627.090000', '175627.550000', '175628.010000', '175628.470000', '175628.930000', '175629.390000', '175629.850000', '175630.310000', '175630.770000', '175631.230000', '175631.690000', '175632.150000', '175632.610000', '175633.070000', '175633.530000', '175633.990000', '175634.450000', '175634.910000', '175635.370000', '175635.830000', '175636.290000', '175636.750000', '175637.210000', '175637.670000', '175638.130000', '175638.590000', '175639.050000', '175639.510000', '175639.970000', '175640.430000', '175640.890000', '175641.350000', '175641.810000', '175642.270000', '175642.730000', '175643.190000', '175643.650000', '175644.110000', '175644.570000', '175645.030000', '175645.490000', '175645.950000', '175646.410000', '175646.870000', '175647.330000', '175647.790000', '175648.250000', '175648.710000', '175649.170000', '175649.630000', '175650.090000', '175650.550000', '175651.010000', '175651.470000', '175651.930000', '175652.390000', '175652.850000', '175653.310000', '175653.770000', '175654.230000', '175654.690000', '175655.150000', '175655.610000', '175656.070000', '175656.530000', '175656.990000'], 'ContentTime': ['174717.367000', '174717.370000', '174717.373000', '174717.376000', '174717.378000', '174717.381000', '174717.383000', '174717.386000', '174717.389000', '174717.396000', '174717.399000', '174717.402000', '174717.404000', '174717.407000', '174717.409000', '174717.412000', '174717.414000', '174717.417000', '174717.419000', '174717.422000', '174717.425000', '174717.427000', '174717.430000', '174717.433000', '174717.435000', '174717.438000', '174717.440000', '174717.443000', '174717.446000', '174717.448000', '174717.451000', '174717.453000', '174717.456000', '174717.458000', '174717.461000', '174717.464000', '174717.466000', '174717.469000', '174717.471000', '174717.474000', '174717.477000', '174717.479000', '174717.482000', '174717.485000', '174717.487000', '174717.490000', '174717.492000', '174717.495000', '174717.498000', '174717.500000', '174717.503000', '174717.505000', '174717.508000', '174717.510000', '174717.513000', '174717.516000', '174717.518000', '174717.521000', '174737.311000', '174737.314000', '174737.317000', '174737.325000', '174737.328000', '174737.331000', '174737.333000', '174737.336000', '174737.338000', '174737.341000', '174737.343000', '174737.346000', '174737.349000', '174737.351000', '174737.354000', '174737.356000', '174737.359000', '174737.361000', '174737.364000', '174737.367000', '174737.369000', '174737.372000', '174737.374000', '174737.377000', '174737.379000', '174737.382000', '174737.385000', '174737.387000', '174737.390000', '174737.392000', '174737.395000', '174737.397000', '174737.400000', '174737.403000', '174737.405000', '174737.408000', '174737.410000', '174737.413000', '174737.415000', '174737.418000', '174737.421000', '174737.423000', '174737.426000', '174737.428000', '174757.311000', '174757.314000', '174757.317000', '174757.319000', '174757.323000', '174757.326000', '174757.328000', '174757.331000', '174757.333000', '174757.336000', '174757.339000', '174757.341000', '174757.344000', '174757.347000', '174757.349000', '174757.352000', '174757.354000', '174757.357000', '174757.365000', '174757.370000', '174757.372000', '174757.375000', '174757.378000', '174757.380000', '174757.390000', '174757.393000', '174757.396000', '174757.400000', '174757.402000', '174757.405000', '174757.408000', '174757.410000', '174757.413000', '174757.416000', '174757.418000', '174757.421000', '174757.423000', '174757.426000', '174757.429000', '174757.431000', '174757.434000', '174757.436000', '174757.439000', '174817.311000', '174817.313000', '174817.316000', '174817.319000', '174817.321000', '174817.324000', '174817.327000', '174817.329000', '174817.332000', '174817.334000', '174817.337000', '174817.339000', '174817.342000', '174817.345000', '174817.347000', '174817.350000', '174817.352000', '174817.355000', '174817.358000', '174817.360000', '174817.363000', '174817.365000', '174817.368000', '174817.370000', '174817.373000', '174817.376000', '174817.378000', '174817.381000', '174817.383000', '174817.386000', '174817.389000', '174817.391000', '174817.394000', '174817.397000', '174817.399000', '174817.402000', '174817.404000', '174817.407000', '174817.410000', '174817.412000', '174817.415000', '174817.418000', '174817.420000', '174817.423000', '174837.310000', '174837.313000', '174837.316000', '174837.318000', '174837.321000', '174837.323000', '174837.326000', '174837.329000', '174837.331000', '174837.334000', '174837.336000', '174837.339000', '174837.342000', '174837.344000', '174837.347000', '174837.349000', '174837.352000', '174837.354000', '174837.357000', '174837.360000', '174837.363000', '174837.365000', '174837.368000', '174837.370000', '174837.373000', '174837.376000', '174837.378000', '174837.381000', '174837.383000', '174837.386000', '174837.389000', '174837.391000', '174837.394000', '174837.396000', '174837.399000', '174837.402000', '174837.404000', '174837.407000', '174837.409000', '174837.412000', '174837.415000', '174837.417000', '174837.420000', '174857.310000', '174857.313000', '174857.316000', '174857.318000', '174857.321000', '174857.324000', '174857.327000', '174857.329000', '174857.333000', '174857.335000', '174857.338000', '174857.340000', '174857.343000', '174857.346000', '174857.348000', '174857.351000', '174857.354000', '174857.356000', '174857.359000', '174857.361000', '174857.364000', '174857.367000', '174857.369000', '174857.372000', '174857.374000', '174857.377000', '174857.380000', '174857.382000', '174857.385000', '174857.388000', '174857.390000', '174857.393000', '174857.395000', '174857.398000', '174857.401000', '174857.403000', '174857.406000', '174857.408000', '174857.411000', '174857.414000', '174857.416000', '174857.419000', '174857.421000', '174857.424000', '174917.311000', '174917.313000', '174917.316000', '174917.319000', '174917.321000', '174917.324000', '174917.327000', '174917.329000', '174917.332000', '174917.334000', '174917.337000', '174917.340000', '174917.342000', '174917.345000', '174917.348000', '174917.350000', '174917.353000', '174917.355000', '174917.358000', '174917.361000', '174917.363000', '174917.366000', '174917.368000', '174917.371000', '174917.374000', '174917.376000', '174917.379000', '174917.382000', '174917.384000', '174917.387000', '174917.390000', '174917.392000', '174917.395000', '174917.397000', '174917.400000', '174917.403000', '174917.405000', '174917.408000', '174917.411000', '174917.413000', '174917.416000', '174917.418000', '174917.421000', '174937.312000', '174937.314000', '174937.317000', '174937.320000', '174937.323000', '174937.325000', '174937.328000', '174937.331000', '174937.333000', '174937.336000', '174937.338000', '174937.341000', '174937.343000', '174937.346000', '174937.349000', '174937.351000', '174937.354000', '174937.356000', '174937.359000', '174937.362000', '174937.412000', '174937.415000', '174937.417000', '174937.428000', '174937.431000', '174937.433000', '174937.436000', '174937.438000', '174937.441000', '174937.444000', '174937.446000', '174937.449000', '174937.451000', '174937.454000', '174937.457000', '174937.459000', '174937.462000', '174937.464000', '174937.467000', '174937.469000', '174937.472000', '174937.475000', '174937.477000', '174937.480000', '174957.311000', '174957.314000', '174957.317000', '174957.320000', '174957.322000', '174957.325000', '174957.328000', '174957.330000', '174957.333000', '174957.336000', '174957.338000', '174957.341000', '174957.344000', '174957.346000', '174957.349000', '174957.351000', '174957.354000', '174957.357000', '174957.359000', '174957.362000', '174957.365000', '174957.367000', '174957.370000', '174957.372000', '174957.375000', '174957.378000', '174957.380000', '174957.383000', '174957.385000', '174957.388000', '174957.391000', '174957.393000', '174957.396000', '174957.399000', '174957.401000', '174957.404000', '174957.406000', '174957.416000', '174957.419000', '174957.421000', '174957.424000', '174957.427000', '174957.429000', '175017.311000', '175017.314000', '175017.317000', '175017.320000', '175017.322000', '175017.325000', '175017.328000', '175017.330000', '175017.333000', '175017.336000', '175017.338000', '175017.341000', '175017.344000', '175017.346000', '175017.349000', '175017.352000', '175017.354000', '175017.357000', '175017.359000', '175017.362000', '175017.365000', '175017.367000', '175017.370000', '175017.372000', '175017.375000', '175017.378000', '175017.380000', '175017.383000', '175017.385000', '175017.388000', '175017.391000', '175017.393000', '175017.396000', '175017.398000', '175017.401000', '175017.404000', '175017.406000', '175017.409000', '175017.411000', '175017.414000', '175017.416000', '175017.419000', '175017.422000', '175017.424000', '175037.311000', '175037.313000', '175037.316000', '175037.319000', '175037.321000', '175037.324000', '175037.326000', '175037.329000', '175037.332000', '175037.334000', '175037.337000', '175037.339000', '175037.342000', '175037.345000', '175037.347000', '175037.350000', '175037.353000', '175037.355000', '175037.358000', '175037.360000', '175037.363000', '175037.366000', '175037.368000', '175037.371000', '175037.374000', '175037.376000', '175037.379000', '175037.382000', '175037.384000', '175037.387000', '175037.390000', '175037.392000', '175037.395000', '175037.398000', '175037.400000', '175037.403000', '175037.405000', '175037.408000', '175037.411000', '175037.413000', '175037.416000', '175037.419000', '175037.421000', '175057.310000', '175057.313000', '175057.316000', '175057.319000', '175057.321000', '175057.324000', '175057.326000', '175057.329000', '175057.332000', '175057.334000', '175057.337000', '175057.340000', '175057.342000', '175057.345000', '175057.348000', '175057.350000', '175057.353000', '175057.356000', '175057.358000', '175057.361000', '175057.363000', '175057.366000', '175057.369000', '175057.371000', '175057.374000', '175057.377000', '175057.379000', '175057.382000', '175057.385000', '175057.387000', '175057.390000', '175057.393000', '175057.396000', '175057.398000', '175057.401000', '175057.403000', '175057.406000', '175057.409000', '175057.411000', '175057.414000', '175057.416000', '175057.419000', '175057.422000', '175057.424000', '175117.310000', '175117.313000', '175117.316000', '175117.319000', '175117.321000', '175117.324000', '175117.326000', '175117.329000', '175117.332000', '175117.334000', '175117.337000', '175117.340000', '175117.342000', '175117.345000', '175117.348000', '175117.350000', '175117.353000', '175117.356000', '175117.358000', '175117.361000', '175117.363000', '175117.366000', '175117.369000', '175117.371000', '175117.374000', '175117.376000', '175117.379000', '175117.382000', '175117.384000', '175117.387000', '175117.389000', '175117.393000', '175117.395000', '175117.398000', '175117.400000', '175117.403000', '175117.406000', '175117.408000', '175117.411000', '175117.414000', '175117.416000', '175117.419000', '175117.421000', '175137.311000', '175137.313000', '175137.316000', '175137.319000', '175137.321000', '175137.324000', '175137.327000', '175137.329000', '175137.332000', '175137.335000', '175137.337000', '175137.340000', '175137.342000', '175137.345000', '175137.348000', '175137.350000', '175137.353000', '175137.355000', '175137.358000', '175137.361000', '175137.363000', '175137.366000', '175137.368000', '175137.371000', '175137.374000', '175137.376000', '175137.379000', '175137.381000', '175137.384000', '175137.387000', '175137.390000', '175137.392000', '175137.395000', '175137.397000', '175137.400000', '175137.403000', '175137.405000', '175137.408000', '175137.411000', '175137.413000', '175137.416000', '175137.419000', '175137.421000', '175137.424000', '175157.311000', '175157.314000', '175157.317000', '175157.320000', '175157.322000', '175157.325000', '175157.328000', '175157.330000', '175157.333000', '175157.336000', '175157.338000', '175157.341000', '175157.343000', '175157.346000', '175157.349000', '175157.351000', '175157.354000', '175157.356000', '175157.359000', '175157.362000', '175157.364000', '175157.367000', '175157.370000', '175157.372000', '175157.375000', '175157.377000', '175157.380000', '175157.382000', '175157.385000', '175157.388000', '175157.390000', '175157.393000', '175157.396000', '175157.398000', '175157.401000', '175157.403000', '175157.406000', '175157.408000', '175157.411000', '175157.414000', '175157.416000', '175157.419000', '175157.422000', '175217.311000', '175217.314000', '175217.317000', '175217.320000', '175217.322000', '175217.325000', '175217.327000', '175217.330000', '175217.333000', '175217.335000', '175217.338000', '175217.341000', '175217.343000', '175217.346000', '175217.348000', '175217.351000', '175217.354000', '175217.356000', '175217.359000', '175217.362000', '175217.364000', '175217.367000', '175217.369000', '175217.372000', '175217.375000', '175217.377000', '175217.380000', '175217.382000', '175217.385000', '175217.388000', '175217.390000', '175217.393000', '175217.395000', '175217.398000', '175217.401000', '175217.403000', '175217.406000', '175217.408000', '175217.411000', '175217.414000', '175217.416000', '175217.419000', '175217.422000', '175217.424000', '175237.311000', '175237.314000', '175237.317000', '175237.320000', '175237.322000', '175237.325000', '175237.328000', '175237.330000', '175237.333000', '175237.336000', '175237.338000', '175237.341000', '175237.355000', '175237.358000', '175237.360000', '175237.363000', '175237.366000', '175237.368000', '175237.371000', '175237.373000', '175237.376000', '175237.379000', '175237.381000', '175237.384000', '175237.386000', '175237.389000', '175237.392000', '175237.394000', '175237.397000', '175237.400000', '175237.402000', '175237.405000', '175237.407000', '175237.410000', '175237.413000', '175237.415000', '175237.418000', '175237.420000', '175237.423000', '175237.426000', '175237.428000', '175237.431000', '175237.433000', '175257.310000', '175257.313000', '175257.316000', '175257.319000', '175257.322000', '175257.325000', '175257.328000', '175257.330000', '175257.333000', '175257.335000', '175257.338000', '175257.341000', '175257.343000', '175257.346000', '175257.349000', '175257.351000', '175257.354000', '175257.356000', '175257.359000', '175257.362000', '175257.364000', '175257.367000', '175257.370000', '175257.372000', '175257.375000', '175257.378000', '175257.382000', '175257.385000', '175257.387000', '175257.390000', '175257.393000', '175257.395000', '175257.398000', '175257.401000', '175257.403000', '175257.406000', '175257.409000', '175257.411000', '175257.414000', '175257.416000', '175257.419000', '175257.422000', '175257.424000', '175317.311000', '175317.313000', '175317.316000', '175317.319000', '175317.321000', '175317.324000', '175317.326000', '175317.329000', '175317.332000', '175317.334000', '175317.337000', '175317.339000', '175317.342000', '175317.345000', '175317.347000', '175317.350000', '175317.352000', '175317.355000', '175317.358000', '175317.360000', '175317.363000', '175317.366000', '175317.369000', '175317.371000', '175317.374000', '175317.377000', '175317.379000', '175317.382000', '175317.384000', '175317.387000', '175317.390000', '175317.392000', '175317.395000', '175317.397000', '175317.400000', '175317.403000', '175317.405000', '175317.408000', '175317.411000', '175317.413000', '175317.416000', '175317.419000', '175317.421000', '175317.424000', '175337.310000', '175337.313000', '175337.316000', '175337.318000', '175337.321000', '175337.324000', '175337.326000', '175337.329000', '175337.331000', '175337.334000', '175337.337000', '175337.339000', '175337.342000', '175337.345000', '175337.347000', '175337.350000', '175337.352000', '175337.355000', '175337.357000', '175337.360000', '175337.363000', '175337.365000', '175337.368000', '175337.371000', '175337.373000', '175337.376000', '175337.379000', '175337.381000', '175337.384000', '175337.386000', '175337.389000', '175337.392000', '175337.394000', '175337.397000', '175337.400000', '175337.402000', '175337.405000', '175337.408000', '175337.410000', '175337.413000', '175337.415000', '175337.418000', '175337.421000', '175337.423000', '175357.311000', '175357.314000', '175357.316000', '175357.319000', '175357.322000', '175357.325000', '175357.327000', '175357.330000', '175357.341000', '175357.343000', '175357.346000', '175357.349000', '175357.351000', '175357.354000', '175357.357000', '175357.359000', '175357.362000', '175357.364000', '175357.367000', '175357.370000', '175357.372000', '175357.375000', '175357.377000', '175357.380000', '175357.383000', '175357.385000', '175357.388000', '175357.391000', '175357.393000', '175357.396000', '175357.399000', '175357.401000', '175357.404000', '175357.407000', '175357.409000', '175357.412000', '175357.415000', '175357.417000', '175357.420000', '175357.423000', '175357.425000', '175357.428000', '175357.430000', '175417.312000', '175417.314000', '175417.317000', '175417.319000', '175417.322000', '175417.325000', '175417.327000', '175417.330000', '175417.333000', '175417.335000', '175417.338000', '175417.341000', '175417.343000', '175417.346000', '175417.348000', '175417.351000', '175417.354000', '175417.357000', '175417.360000', '175417.363000', '175417.366000', '175417.368000', '175417.371000', '175417.373000', '175417.376000', '175417.379000', '175417.381000', '175417.384000', '175417.386000', '175417.389000', '175417.392000', '175417.394000', '175417.397000', '175417.400000', '175417.402000', '175417.405000', '175417.407000', '175417.410000', '175417.413000', '175417.415000', '175417.418000', '175417.420000', '175417.423000', '175437.311000', '175437.314000', '175437.317000', '175437.320000', '175437.323000', '175437.326000', '175437.328000', '175437.331000', '175437.333000', '175437.336000', '175437.339000', '175437.341000', '175437.344000', '175437.346000', '175437.349000', '175437.360000', '175437.362000', '175437.365000', '175437.367000', '175437.370000', '175437.373000', '175437.375000', '175437.378000', '175437.381000', '175437.383000', '175437.386000', '175437.388000', '175437.391000', '175437.393000', '175437.396000', '175437.399000', '175437.401000', '175437.404000', '175437.406000', '175437.409000', '175437.412000', '175437.414000', '175437.417000', '175437.419000', '175437.422000', '175437.425000', '175437.427000', '175437.430000', '175437.432000', '175457.311000', '175457.314000', '175457.317000', '175457.320000', '175457.322000', '175457.325000', '175457.328000', '175457.332000', '175457.334000', '175457.337000', '175457.340000', '175457.360000', '175457.363000', '175457.365000', '175457.368000', '175457.370000', '175457.373000', '175457.376000', '175457.378000', '175457.381000', '175457.383000', '175457.386000', '175457.389000', '175457.391000', '175457.394000', '175457.397000', '175457.399000', '175457.402000', '175457.405000', '175457.407000', '175457.410000', '175457.412000', '175457.415000', '175457.418000', '175457.420000', '175457.423000', '175457.426000', '175457.428000', '175457.431000', '175457.433000', '175457.436000', '175457.439000', '175457.441000', '175517.311000', '175517.313000', '175517.316000', '175517.319000', '175517.321000', '175517.324000', '175517.355000', '175517.357000', '175517.360000', '175517.363000', '175517.365000', '175517.368000', '175517.371000', '175517.373000', '175517.376000', '175517.378000', '175517.381000', '175517.384000', '175517.386000', '175517.389000', '175517.392000', '175517.394000', '175517.397000', '175517.399000', '175517.402000', '175517.405000', '175517.407000', '175517.410000', '175517.413000', '175517.415000', '175517.418000', '175517.421000', '175517.423000', '175517.426000', '175517.429000', '175517.431000', '175517.434000', '175517.436000', '175517.439000', '175517.442000', '175517.444000', '175517.447000', '175517.449000', '175517.452000', '175537.311000', '175537.313000', '175537.316000', '175537.318000', '175537.321000', '175537.324000', '175537.326000', '175537.329000', '175537.332000', '175537.334000', '175537.337000', '175537.340000', '175537.342000', '175537.345000', '175537.348000', '175537.350000', '175537.353000', '175537.356000', '175537.358000', '175537.363000', '175537.365000', '175537.368000', '175537.371000', '175537.373000', '175537.376000', '175537.378000', '175537.381000', '175537.384000', '175537.386000', '175537.389000', '175537.391000', '175537.394000', '175537.398000', '175537.400000', '175537.403000', '175537.406000', '175537.409000', '175537.411000', '175537.414000', '175537.416000', '175537.419000', '175537.421000', '175537.424000', '175557.311000', '175557.315000', '175557.317000', '175557.320000', '175557.323000', '175557.326000', '175557.328000', '175557.331000', '175557.333000', '175557.336000', '175557.339000', '175557.341000', '175557.344000', '175557.347000', '175557.349000', '175557.352000', '175557.355000', '175557.357000', '175557.360000', '175557.363000', '175557.365000', '175557.368000', '175557.370000', '175557.373000', '175557.376000', '175557.378000', '175557.381000', '175557.383000', '175557.386000', '175557.389000', '175557.392000', '175557.394000', '175557.397000', '175557.400000', '175557.402000', '175557.405000', '175557.407000', '175557.410000', '175557.413000', '175557.415000', '175557.418000', '175557.421000', '175557.423000', '175557.426000', '175617.311000', '175617.313000', '175617.316000', '175617.319000', '175617.322000', '175617.324000', '175617.327000', '175617.330000', '175617.332000', '175617.335000', '175617.337000', '175617.340000', '175617.342000', '175617.345000', '175617.347000', '175617.350000', '175617.353000', '175617.355000', '175617.358000', '175617.360000', '175617.363000', '175617.366000', '175617.368000', '175617.371000', '175617.373000', '175617.376000', '175617.379000', '175617.382000', '175617.384000', '175617.387000', '175617.390000', '175617.392000', '175617.395000', '175617.398000', '175617.400000', '175617.403000', '175617.406000', '175617.408000', '175617.411000', '175617.414000', '175617.416000', '175617.419000', '175617.422000', '175637.311000', '175637.314000', '175637.317000', '175637.320000', '175637.322000', '175637.325000', '175637.328000', '175637.330000', '175637.333000', '175637.335000', '175637.338000', '175637.341000', '175637.343000', '175637.346000', '175637.348000', '175637.351000', '175637.354000', '175637.356000', '175637.359000', '175637.362000', '175637.364000', '175637.367000', '175637.369000', '175637.372000', '175637.374000', '175637.377000', '175637.380000', '175637.382000', '175637.385000', '175637.387000', '175637.390000', '175637.393000', '175637.395000', '175637.398000', '175637.400000', '175637.403000', '175637.406000', '175637.408000', '175637.411000', '175637.413000', '175637.416000', '175637.419000', '175637.421000', '175637.424000', '175657.312000', '175657.315000', '175657.317000', '175657.320000', '175657.323000', '175657.325000', '175657.328000', '175657.330000', '175657.333000', '175657.336000', '175657.338000', '175657.341000', '175657.343000', '175657.346000', '175657.349000', '175657.352000', '175657.354000', '175657.357000', '175657.359000', '175657.362000', '175657.365000', '175657.367000', '175657.370000', '175657.372000', '175657.375000', '175657.378000', '175657.380000', '175657.383000', '175657.385000', '175657.388000', '175657.391000', '175657.393000', '175657.396000', '175657.399000', '175657.401000', '175657.404000', '175657.406000', '175657.409000', '175657.412000', '175657.414000', '175657.417000', '175657.419000', '175657.422000', '175658.323000', '175658.326000', '175658.329000'], 'InstanceCreationTime': ['174717.367000', '174717.370000', '174717.373000', '174717.376000', '174717.378000', '174717.381000', '174717.383000', '174717.386000', '174717.389000', '174717.396000', '174717.399000', '174717.402000', '174717.404000', '174717.407000', '174717.409000', '174717.412000', '174717.414000', '174717.417000', '174717.419000', '174717.422000', '174717.425000', '174717.427000', '174717.430000', '174717.433000', '174717.435000', '174717.438000', '174717.440000', '174717.443000', '174717.446000', '174717.448000', '174717.451000', '174717.453000', '174717.456000', '174717.458000', '174717.461000', '174717.464000', '174717.466000', '174717.469000', '174717.471000', '174717.474000', '174717.477000', '174717.479000', '174717.482000', '174717.485000', '174717.487000', '174717.490000', '174717.492000', '174717.495000', '174717.498000', '174717.500000', '174717.503000', '174717.505000', '174717.508000', '174717.510000', '174717.513000', '174717.516000', '174717.518000', '174717.521000', '174737.311000', '174737.314000', '174737.317000', '174737.325000', '174737.328000', '174737.331000', '174737.333000', '174737.336000', '174737.338000', '174737.341000', '174737.343000', '174737.346000', '174737.349000', '174737.351000', '174737.354000', '174737.356000', '174737.359000', '174737.361000', '174737.364000', '174737.367000', '174737.369000', '174737.372000', '174737.374000', '174737.377000', '174737.379000', '174737.382000', '174737.385000', '174737.387000', '174737.390000', '174737.392000', '174737.395000', '174737.397000', '174737.400000', '174737.403000', '174737.405000', '174737.408000', '174737.410000', '174737.413000', '174737.415000', '174737.418000', '174737.421000', '174737.423000', '174737.426000', '174737.428000', '174757.311000', '174757.314000', '174757.317000', '174757.319000', '174757.323000', '174757.326000', '174757.328000', '174757.331000', '174757.333000', '174757.336000', '174757.339000', '174757.341000', '174757.344000', '174757.347000', '174757.349000', '174757.352000', '174757.354000', '174757.357000', '174757.365000', '174757.370000', '174757.372000', '174757.375000', '174757.378000', '174757.380000', '174757.390000', '174757.393000', '174757.396000', '174757.400000', '174757.402000', '174757.405000', '174757.408000', '174757.410000', '174757.413000', '174757.416000', '174757.418000', '174757.421000', '174757.423000', '174757.426000', '174757.429000', '174757.431000', '174757.434000', '174757.436000', '174757.439000', '174817.311000', '174817.313000', '174817.316000', '174817.319000', '174817.321000', '174817.324000', '174817.327000', '174817.329000', '174817.332000', '174817.334000', '174817.337000', '174817.339000', '174817.342000', '174817.345000', '174817.347000', '174817.350000', '174817.352000', '174817.355000', '174817.358000', '174817.360000', '174817.363000', '174817.365000', '174817.368000', '174817.370000', '174817.373000', '174817.376000', '174817.378000', '174817.381000', '174817.383000', '174817.386000', '174817.389000', '174817.391000', '174817.394000', '174817.397000', '174817.399000', '174817.402000', '174817.404000', '174817.407000', '174817.410000', '174817.412000', '174817.415000', '174817.418000', '174817.420000', '174817.423000', '174837.310000', '174837.313000', '174837.316000', '174837.318000', '174837.321000', '174837.323000', '174837.326000', '174837.329000', '174837.331000', '174837.334000', '174837.336000', '174837.339000', '174837.342000', '174837.344000', '174837.347000', '174837.349000', '174837.352000', '174837.354000', '174837.357000', '174837.360000', '174837.363000', '174837.365000', '174837.368000', '174837.370000', '174837.373000', '174837.376000', '174837.378000', '174837.381000', '174837.383000', '174837.386000', '174837.389000', '174837.391000', '174837.394000', '174837.396000', '174837.399000', '174837.402000', '174837.404000', '174837.407000', '174837.409000', '174837.412000', '174837.415000', '174837.417000', '174837.420000', '174857.310000', '174857.313000', '174857.316000', '174857.318000', '174857.321000', '174857.324000', '174857.327000', '174857.329000', '174857.333000', '174857.335000', '174857.338000', '174857.340000', '174857.343000', '174857.346000', '174857.348000', '174857.351000', '174857.354000', '174857.356000', '174857.359000', '174857.361000', '174857.364000', '174857.367000', '174857.369000', '174857.372000', '174857.374000', '174857.377000', '174857.380000', '174857.382000', '174857.385000', '174857.388000', '174857.390000', '174857.393000', '174857.395000', '174857.398000', '174857.401000', '174857.403000', '174857.406000', '174857.408000', '174857.411000', '174857.414000', '174857.416000', '174857.419000', '174857.421000', '174857.424000', '174917.311000', '174917.313000', '174917.316000', '174917.319000', '174917.321000', '174917.324000', '174917.327000', '174917.329000', '174917.332000', '174917.334000', '174917.337000', '174917.340000', '174917.342000', '174917.345000', '174917.348000', '174917.350000', '174917.353000', '174917.355000', '174917.358000', '174917.361000', '174917.363000', '174917.366000', '174917.368000', '174917.371000', '174917.374000', '174917.376000', '174917.379000', '174917.382000', '174917.384000', '174917.387000', '174917.390000', '174917.392000', '174917.395000', '174917.397000', '174917.400000', '174917.403000', '174917.405000', '174917.408000', '174917.411000', '174917.413000', '174917.416000', '174917.418000', '174917.421000', '174937.312000', '174937.314000', '174937.317000', '174937.320000', '174937.323000', '174937.325000', '174937.328000', '174937.331000', '174937.333000', '174937.336000', '174937.338000', '174937.341000', '174937.343000', '174937.346000', '174937.349000', '174937.351000', '174937.354000', '174937.356000', '174937.359000', '174937.362000', '174937.412000', '174937.415000', '174937.417000', '174937.428000', '174937.431000', '174937.433000', '174937.436000', '174937.438000', '174937.441000', '174937.444000', '174937.446000', '174937.449000', '174937.451000', '174937.454000', '174937.457000', '174937.459000', '174937.462000', '174937.464000', '174937.467000', '174937.469000', '174937.472000', '174937.475000', '174937.477000', '174937.480000', '174957.311000', '174957.314000', '174957.317000', '174957.320000', '174957.322000', '174957.325000', '174957.328000', '174957.330000', '174957.333000', '174957.336000', '174957.338000', '174957.341000', '174957.344000', '174957.346000', '174957.349000', '174957.351000', '174957.354000', '174957.357000', '174957.359000', '174957.362000', '174957.365000', '174957.367000', '174957.370000', '174957.372000', '174957.375000', '174957.378000', '174957.380000', '174957.383000', '174957.385000', '174957.388000', '174957.391000', '174957.393000', '174957.396000', '174957.399000', '174957.401000', '174957.404000', '174957.406000', '174957.416000', '174957.419000', '174957.421000', '174957.424000', '174957.427000', '174957.429000', '175017.311000', '175017.314000', '175017.317000', '175017.320000', '175017.322000', '175017.325000', '175017.328000', '175017.330000', '175017.333000', '175017.336000', '175017.338000', '175017.341000', '175017.344000', '175017.346000', '175017.349000', '175017.352000', '175017.354000', '175017.357000', '175017.359000', '175017.362000', '175017.365000', '175017.367000', '175017.370000', '175017.372000', '175017.375000', '175017.378000', '175017.380000', '175017.383000', '175017.385000', '175017.388000', '175017.391000', '175017.393000', '175017.396000', '175017.398000', '175017.401000', '175017.404000', '175017.406000', '175017.409000', '175017.411000', '175017.414000', '175017.416000', '175017.419000', '175017.422000', '175017.424000', '175037.311000', '175037.313000', '175037.316000', '175037.319000', '175037.321000', '175037.324000', '175037.326000', '175037.329000', '175037.332000', '175037.334000', '175037.337000', '175037.339000', '175037.342000', '175037.345000', '175037.347000', '175037.350000', '175037.353000', '175037.355000', '175037.358000', '175037.360000', '175037.363000', '175037.366000', '175037.368000', '175037.371000', '175037.374000', '175037.376000', '175037.379000', '175037.382000', '175037.384000', '175037.387000', '175037.390000', '175037.392000', '175037.395000', '175037.398000', '175037.400000', '175037.403000', '175037.405000', '175037.408000', '175037.411000', '175037.413000', '175037.416000', '175037.419000', '175037.421000', '175057.310000', '175057.313000', '175057.316000', '175057.319000', '175057.321000', '175057.324000', '175057.326000', '175057.329000', '175057.332000', '175057.334000', '175057.337000', '175057.340000', '175057.342000', '175057.345000', '175057.348000', '175057.350000', '175057.353000', '175057.356000', '175057.358000', '175057.361000', '175057.363000', '175057.366000', '175057.369000', '175057.371000', '175057.374000', '175057.377000', '175057.379000', '175057.382000', '175057.385000', '175057.387000', '175057.390000', '175057.393000', '175057.396000', '175057.398000', '175057.401000', '175057.403000', '175057.406000', '175057.409000', '175057.411000', '175057.414000', '175057.416000', '175057.419000', '175057.422000', '175057.424000', '175117.310000', '175117.313000', '175117.316000', '175117.319000', '175117.321000', '175117.324000', '175117.326000', '175117.329000', '175117.332000', '175117.334000', '175117.337000', '175117.340000', '175117.342000', '175117.345000', '175117.348000', '175117.350000', '175117.353000', '175117.356000', '175117.358000', '175117.361000', '175117.363000', '175117.366000', '175117.369000', '175117.371000', '175117.374000', '175117.376000', '175117.379000', '175117.382000', '175117.384000', '175117.387000', '175117.389000', '175117.393000', '175117.395000', '175117.398000', '175117.400000', '175117.403000', '175117.406000', '175117.408000', '175117.411000', '175117.414000', '175117.416000', '175117.419000', '175117.421000', '175137.311000', '175137.313000', '175137.316000', '175137.319000', '175137.321000', '175137.324000', '175137.327000', '175137.329000', '175137.332000', '175137.335000', '175137.337000', '175137.340000', '175137.342000', '175137.345000', '175137.348000', '175137.350000', '175137.353000', '175137.355000', '175137.358000', '175137.361000', '175137.363000', '175137.366000', '175137.368000', '175137.371000', '175137.374000', '175137.376000', '175137.379000', '175137.381000', '175137.384000', '175137.387000', '175137.390000', '175137.392000', '175137.395000', '175137.397000', '175137.400000', '175137.403000', '175137.405000', '175137.408000', '175137.411000', '175137.413000', '175137.416000', '175137.419000', '175137.421000', '175137.424000', '175157.311000', '175157.314000', '175157.317000', '175157.320000', '175157.322000', '175157.325000', '175157.328000', '175157.330000', '175157.333000', '175157.336000', '175157.338000', '175157.341000', '175157.343000', '175157.346000', '175157.349000', '175157.351000', '175157.354000', '175157.356000', '175157.359000', '175157.362000', '175157.364000', '175157.367000', '175157.370000', '175157.372000', '175157.375000', '175157.377000', '175157.380000', '175157.382000', '175157.385000', '175157.388000', '175157.390000', '175157.393000', '175157.396000', '175157.398000', '175157.401000', '175157.403000', '175157.406000', '175157.408000', '175157.411000', '175157.414000', '175157.416000', '175157.419000', '175157.422000', '175217.311000', '175217.314000', '175217.317000', '175217.320000', '175217.322000', '175217.325000', '175217.327000', '175217.330000', '175217.333000', '175217.335000', '175217.338000', '175217.341000', '175217.343000', '175217.346000', '175217.348000', '175217.351000', '175217.354000', '175217.356000', '175217.359000', '175217.362000', '175217.364000', '175217.367000', '175217.369000', '175217.372000', '175217.375000', '175217.377000', '175217.380000', '175217.382000', '175217.385000', '175217.388000', '175217.390000', '175217.393000', '175217.395000', '175217.398000', '175217.401000', '175217.403000', '175217.406000', '175217.408000', '175217.411000', '175217.414000', '175217.416000', '175217.419000', '175217.422000', '175217.424000', '175237.311000', '175237.314000', '175237.317000', '175237.320000', '175237.322000', '175237.325000', '175237.328000', '175237.330000', '175237.333000', '175237.336000', '175237.338000', '175237.341000', '175237.355000', '175237.358000', '175237.360000', '175237.363000', '175237.366000', '175237.368000', '175237.371000', '175237.373000', '175237.376000', '175237.379000', '175237.381000', '175237.384000', '175237.386000', '175237.389000', '175237.392000', '175237.394000', '175237.397000', '175237.400000', '175237.402000', '175237.405000', '175237.407000', '175237.410000', '175237.413000', '175237.415000', '175237.418000', '175237.420000', '175237.423000', '175237.426000', '175237.428000', '175237.431000', '175237.433000', '175257.310000', '175257.313000', '175257.316000', '175257.319000', '175257.322000', '175257.325000', '175257.328000', '175257.330000', '175257.333000', '175257.335000', '175257.338000', '175257.341000', '175257.343000', '175257.346000', '175257.349000', '175257.351000', '175257.354000', '175257.356000', '175257.359000', '175257.362000', '175257.364000', '175257.367000', '175257.370000', '175257.372000', '175257.375000', '175257.378000', '175257.382000', '175257.385000', '175257.387000', '175257.390000', '175257.393000', '175257.395000', '175257.398000', '175257.401000', '175257.403000', '175257.406000', '175257.409000', '175257.411000', '175257.414000', '175257.416000', '175257.419000', '175257.422000', '175257.424000', '175317.311000', '175317.313000', '175317.316000', '175317.319000', '175317.321000', '175317.324000', '175317.326000', '175317.329000', '175317.332000', '175317.334000', '175317.337000', '175317.339000', '175317.342000', '175317.345000', '175317.347000', '175317.350000', '175317.352000', '175317.355000', '175317.358000', '175317.360000', '175317.363000', '175317.366000', '175317.369000', '175317.371000', '175317.374000', '175317.377000', '175317.379000', '175317.382000', '175317.384000', '175317.387000', '175317.390000', '175317.392000', '175317.395000', '175317.397000', '175317.400000', '175317.403000', '175317.405000', '175317.408000', '175317.411000', '175317.413000', '175317.416000', '175317.419000', '175317.421000', '175317.424000', '175337.310000', '175337.313000', '175337.316000', '175337.318000', '175337.321000', '175337.324000', '175337.326000', '175337.329000', '175337.331000', '175337.334000', '175337.337000', '175337.339000', '175337.342000', '175337.345000', '175337.347000', '175337.350000', '175337.352000', '175337.355000', '175337.357000', '175337.360000', '175337.363000', '175337.365000', '175337.368000', '175337.371000', '175337.373000', '175337.376000', '175337.379000', '175337.381000', '175337.384000', '175337.386000', '175337.389000', '175337.392000', '175337.394000', '175337.397000', '175337.400000', '175337.402000', '175337.405000', '175337.408000', '175337.410000', '175337.413000', '175337.415000', '175337.418000', '175337.421000', '175337.423000', '175357.311000', '175357.314000', '175357.316000', '175357.319000', '175357.322000', '175357.325000', '175357.327000', '175357.330000', '175357.341000', '175357.343000', '175357.346000', '175357.349000', '175357.351000', '175357.354000', '175357.357000', '175357.359000', '175357.362000', '175357.364000', '175357.367000', '175357.370000', '175357.372000', '175357.375000', '175357.377000', '175357.380000', '175357.383000', '175357.385000', '175357.388000', '175357.391000', '175357.393000', '175357.396000', '175357.399000', '175357.401000', '175357.404000', '175357.407000', '175357.409000', '175357.412000', '175357.415000', '175357.417000', '175357.420000', '175357.423000', '175357.425000', '175357.428000', '175357.430000', '175417.312000', '175417.314000', '175417.317000', '175417.319000', '175417.322000', '175417.325000', '175417.327000', '175417.330000', '175417.333000', '175417.335000', '175417.338000', '175417.341000', '175417.343000', '175417.346000', '175417.348000', '175417.351000', '175417.354000', '175417.357000', '175417.360000', '175417.363000', '175417.366000', '175417.368000', '175417.371000', '175417.373000', '175417.376000', '175417.379000', '175417.381000', '175417.384000', '175417.386000', '175417.389000', '175417.392000', '175417.394000', '175417.397000', '175417.400000', '175417.402000', '175417.405000', '175417.407000', '175417.410000', '175417.413000', '175417.415000', '175417.418000', '175417.420000', '175417.423000', '175437.311000', '175437.314000', '175437.317000', '175437.320000', '175437.323000', '175437.326000', '175437.328000', '175437.331000', '175437.333000', '175437.336000', '175437.339000', '175437.341000', '175437.344000', '175437.346000', '175437.349000', '175437.360000', '175437.362000', '175437.365000', '175437.367000', '175437.370000', '175437.373000', '175437.375000', '175437.378000', '175437.381000', '175437.383000', '175437.386000', '175437.388000', '175437.391000', '175437.393000', '175437.396000', '175437.399000', '175437.401000', '175437.404000', '175437.406000', '175437.409000', '175437.412000', '175437.414000', '175437.417000', '175437.419000', '175437.422000', '175437.425000', '175437.427000', '175437.430000', '175437.432000', '175457.311000', '175457.314000', '175457.317000', '175457.320000', '175457.322000', '175457.325000', '175457.328000', '175457.332000', '175457.334000', '175457.337000', '175457.340000', '175457.360000', '175457.363000', '175457.365000', '175457.368000', '175457.370000', '175457.373000', '175457.376000', '175457.378000', '175457.381000', '175457.383000', '175457.386000', '175457.389000', '175457.391000', '175457.394000', '175457.397000', '175457.399000', '175457.402000', '175457.405000', '175457.407000', '175457.410000', '175457.412000', '175457.415000', '175457.418000', '175457.420000', '175457.423000', '175457.426000', '175457.428000', '175457.431000', '175457.433000', '175457.436000', '175457.439000', '175457.441000', '175517.311000', '175517.313000', '175517.316000', '175517.319000', '175517.321000', '175517.324000', '175517.355000', '175517.357000', '175517.360000', '175517.363000', '175517.365000', '175517.368000', '175517.371000', '175517.373000', '175517.376000', '175517.378000', '175517.381000', '175517.384000', '175517.386000', '175517.389000', '175517.392000', '175517.394000', '175517.397000', '175517.399000', '175517.402000', '175517.405000', '175517.407000', '175517.410000', '175517.413000', '175517.415000', '175517.418000', '175517.421000', '175517.423000', '175517.426000', '175517.429000', '175517.431000', '175517.434000', '175517.436000', '175517.439000', '175517.442000', '175517.444000', '175517.447000', '175517.449000', '175517.452000', '175537.311000', '175537.313000', '175537.316000', '175537.318000', '175537.321000', '175537.324000', '175537.326000', '175537.329000', '175537.332000', '175537.334000', '175537.337000', '175537.340000', '175537.342000', '175537.345000', '175537.348000', '175537.350000', '175537.353000', '175537.356000', '175537.358000', '175537.363000', '175537.365000', '175537.368000', '175537.371000', '175537.373000', '175537.376000', '175537.378000', '175537.381000', '175537.384000', '175537.386000', '175537.389000', '175537.391000', '175537.394000', '175537.398000', '175537.400000', '175537.403000', '175537.406000', '175537.409000', '175537.411000', '175537.414000', '175537.416000', '175537.419000', '175537.421000', '175537.424000', '175557.311000', '175557.315000', '175557.317000', '175557.320000', '175557.323000', '175557.326000', '175557.328000', '175557.331000', '175557.333000', '175557.336000', '175557.339000', '175557.341000', '175557.344000', '175557.347000', '175557.349000', '175557.352000', '175557.355000', '175557.357000', '175557.360000', '175557.363000', '175557.365000', '175557.368000', '175557.370000', '175557.373000', '175557.376000', '175557.378000', '175557.381000', '175557.383000', '175557.386000', '175557.389000', '175557.392000', '175557.394000', '175557.397000', '175557.400000', '175557.402000', '175557.405000', '175557.407000', '175557.410000', '175557.413000', '175557.415000', '175557.418000', '175557.421000', '175557.423000', '175557.426000', '175617.311000', '175617.313000', '175617.316000', '175617.319000', '175617.322000', '175617.324000', '175617.327000', '175617.330000', '175617.332000', '175617.335000', '175617.337000', '175617.340000', '175617.342000', '175617.345000', '175617.347000', '175617.350000', '175617.353000', '175617.355000', '175617.358000', '175617.360000', '175617.363000', '175617.366000', '175617.368000', '175617.371000', '175617.373000', '175617.376000', '175617.379000', '175617.382000', '175617.384000', '175617.387000', '175617.390000', '175617.392000', '175617.395000', '175617.398000', '175617.400000', '175617.403000', '175617.406000', '175617.408000', '175617.411000', '175617.414000', '175617.416000', '175617.419000', '175617.422000', '175637.311000', '175637.314000', '175637.317000', '175637.320000', '175637.322000', '175637.325000', '175637.328000', '175637.330000', '175637.333000', '175637.335000', '175637.338000', '175637.341000', '175637.343000', '175637.346000', '175637.348000', '175637.351000', '175637.354000', '175637.356000', '175637.359000', '175637.362000', '175637.364000', '175637.367000', '175637.369000', '175637.372000', '175637.374000', '175637.377000', '175637.380000', '175637.382000', '175637.385000', '175637.387000', '175637.390000', '175637.393000', '175637.395000', '175637.398000', '175637.400000', '175637.403000', '175637.406000', '175637.408000', '175637.411000', '175637.413000', '175637.416000', '175637.419000', '175637.421000', '175637.424000', '175657.312000', '175657.315000', '175657.317000', '175657.320000', '175657.323000', '175657.325000', '175657.328000', '175657.330000', '175657.333000', '175657.336000', '175657.338000', '175657.341000', '175657.343000', '175657.346000', '175657.349000', '175657.352000', '175657.354000', '175657.357000', '175657.359000', '175657.362000', '175657.365000', '175657.367000', '175657.370000', '175657.372000', '175657.375000', '175657.378000', '175657.380000', '175657.383000', '175657.385000', '175657.388000', '175657.391000', '175657.393000', '175657.396000', '175657.399000', '175657.401000', '175657.404000', '175657.406000', '175657.409000', '175657.412000', '175657.414000', '175657.417000', '175657.419000', '175657.422000', '175658.323000', '175658.326000', '175658.329000'], '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': [15102, 11497, 16080, 11198, 16985, 12509, 12970, 12572, 10374, 11482, 10534, 15877, 11117, 13122, 8146, 11705, 11017, 15130, 12279, 14245, 11308, 9102, 12298, 9770, 12771, 10229, 13610, 11583, 15022, 12065, 14161, 11169, 14384, 11667, 14039, 11674, 10681, 11787, 10079, 12734, 9404, 13180, 9339, 13154, 9713, 14115, 11104, 14355, 11386, 14782, 11743, 15005, 11727, 15009, 11360, 15121, 11446, 15595, 11362, 14870, 11655, 15762, 11834, 11511, 11933, 11838, 12106, 12729, 12663, 8984, 12723, 9309, 13007, 9531, 13566, 9566, 13197, 9440, 13343, 10085, 14415, 10787, 13546, 10763, 14577, 11709, 14409, 11400, 14779, 11348, 14973, 11991, 15838, 11443, 16012, 11651, 16465, 11854, 13685, 11587, 14383, 11646, 13970, 12119, 9180, 12014, 8869, 13038, 9467, 13378, 9411, 13220, 9437, 14365, 10254, 14650, 11349, 14158, 11681, 15028, 11865, 16158, 12202, 12532, 11813, 12367, 13026, 10943, 13291, 9533, 12828, 9624, 13320, 9671, 15186, 11266, 14073, 11068, 13849, 11965, 14839, 11889, 11372, 11922, 10572, 13245, 9302, 13061, 9361, 13485, 9992, 13857, 11505, 13277, 11959, 14138, 12022, 12317, 12428, 10620, 12544, 11478, 13528, 9083, 13147, 9569, 13808, 9958, 14520, 10092, 13595, 11311, 14145, 12198, 14598, 12084, 13829, 12303, 14723, 12856, 12607, 12709, 13653, 13067, 13928, 13088, 10410, 12920, 12505, 13120, 12580, 13157, 9656, 12609, 8915, 13387, 9387, 13874, 9256, 12917, 9557, 13590, 10065, 13888, 9284, 13223, 9905, 13610, 11540, 14482, 11364, 9029, 12379, 9891, 14347, 11564, 8916, 12421, 10049, 14094, 10206, 13909, 10161, 13434, 11546, 14767, 11922, 15429, 11488, 13120, 12462, 10295, 13324, 9274, 12609, 9586, 14166, 9968, 13438, 9543, 13919, 9897, 14767, 9972, 13719, 9540, 14027, 10178, 15118, 9558, 13153, 9785, 14162, 11616, 14660, 10836, 13423, 11279, 14387, 12171, 15297, 11273, 15158, 11532, 15730, 12293, 10760, 11877, 8754, 12282, 9621, 13732, 9741, 13357, 9834, 13810, 10542, 14361, 11844, 13605, 11260, 14804, 11526, 15975, 12254, 9846, 11769, 9033, 12581, 9733, 13936, 9606, 13314, 9576, 13340, 11302, 13912, 11547, 11994, 10835, 8357, 12268, 9758, 13812, 9173, 12562, 9393, 12430, 11303, 14888, 10871, 12988, 10355, 13236, 12160, 13651, 13248, 10830, 12057, 10689, 14509, 9452, 11846, 9785, 12851, 9944, 14602, 11208, 13166, 11170, 14091, 14106, 17165, 19701, 10260, 8088, 9469, 8834, 11039, 9976, 9119, 13094, 10871, 13476, 11260, 12916, 11455, 14881, 12674, 11599, 12134, 9896, 12355, 10304, 13918, 11350, 13276, 10677, 13896, 11683, 13402, 11938, 9992, 11947, 9920, 13853, 12436, 16340, 12729, 9394, 11254, 9729, 11922, 10594, 13785, 11632, 13172, 10667, 13103, 10340, 13748, 11250, 15059, 11574, 15202, 11038, 15065, 11574, 15998, 11847, 11594, 11232, 9801, 12214, 9801, 13009, 9960, 12071, 9851, 12321, 10081, 13159, 9739, 12633, 9257, 12525, 9635, 13013, 10097, 13261, 10483, 12206, 10808, 13161, 11293, 13101, 10631, 12627, 10682, 11117, 11494, 9390, 11904, 10250, 12881, 10336, 12421, 10721, 12567, 10918, 13133, 11608, 9262, 11828, 10226, 13300, 10144, 13780, 10037, 12958, 11148, 14219, 11876, 14876, 10879, 14794, 11120, 15613, 11899, 9997, 11479, 9290, 12958, 9972, 13402, 9529, 12536, 10038, 14025, 11708, 14159, 10922, 14073, 10800, 14942, 12023, 9415, 11834, 9893, 12127, 10190, 14540, 10312, 13270, 10089, 13405, 11131, 14120, 10794, 14435, 10545, 13174, 12186, 9595, 12047, 9582, 12479, 9843, 13559, 10125, 12808, 10508, 13109, 10827, 12384, 11150, 9796, 13202, 9789, 13264, 9388, 12664, 9951, 13562, 11629, 14213, 11154, 14343, 11063, 14788, 11386, 11227, 11586, 8980, 12134, 9976, 13144, 9989, 12627, 10046, 13402, 11281, 13315, 11078, 12852, 11033, 15005, 11391, 10713, 11391, 9587, 12036, 10642, 13335, 10019, 12669, 9864, 12931, 11630, 14542, 11154, 12163, 10821, 11764, 12670, 9989, 12455, 10099, 12843, 9927, 13864, 11245, 14010, 10690, 13701, 11294, 12694, 12331, 9219, 11867, 9897, 12922, 10327, 14083, 10032, 13067, 10071, 13445, 12187, 14031, 11184, 12942, 11163, 12137, 12570, 9413, 12864, 9536, 13153, 9867, 14555, 12070, 13888, 11469, 13513, 11451, 13616, 12601, 9100, 12228, 9091, 13316, 10052, 14524, 9703, 12868, 9756, 13959, 12071, 13984, 11261, 12643, 10879, 11970, 12737, 9035, 12724, 9451, 13119, 9580, 14365, 11352, 13787, 11544, 13426, 11961, 15265, 11936, 11632, 11945, 11089, 13303, 9579, 13896, 9588, 12697, 9991, 13950, 9747, 14722, 11439, 12637, 11182, 13510, 11772, 12964, 11557, 8335, 11796, 9615, 13666, 9718, 13636, 10113, 12903, 11378, 14223, 12112, 13417, 11728, 11997, 12203, 10282, 13414, 9583, 13290, 9763, 13758, 11927, 13799, 11399, 12747, 11665, 12802, 13023, 10359, 13463, 9568, 13041, 9940, 15032, 10435, 14686, 11150, 8407, 11961, 9860, 14272, 12351, 11799, 12386, 9346, 13076, 9982, 15082, 10026, 14089, 11090, 13943, 12137, 15057, 12325, 13368, 11762, 10589, 12530, 11068, 14102, 9805, 12483, 9750, 13471, 11961, 14941, 11556, 8623, 12169, 9777, 13769, 10169, 14108, 10038, 12912, 10871, 14238, 12013, 13572, 11928, 8783, 12504, 10980, 13845, 10255, 12633, 9507, 11602, 10102, 13927, 10294, 12158, 10238, 8165, 10800, 9871, 13159, 8436, 11918, 8667, 11134, 9799, 13578, 10619, 15520, 10691, 12458, 10522, 14275, 11035, 13052, 10867, 13111, 11086, 14477, 11267, 9039, 11870, 9285, 12376, 10393, 14626, 10200, 12510, 10990, 13999, 11306, 11375, 10581, 9027, 12117, 9820, 13605, 10748, 9687, 13857, 11006, 8841, 10944, 9518, 13008, 11436, 15355, 11147, 13356, 10936, 15757, 11551, 16494, 12220, 10823, 12060, 8445, 14133, 11285, 12887, 10575, 9088, 11319, 10028, 13646, 13342, 9627, 17597, 13432, 11119, 11660, 8837, 10969, 9948, 13234, 10392, 12679, 9911, 12144, 9963, 12503, 12513, 12442, 13293, 11965, 16420, 11459, 16022, 11879, 15305, 10868, 14296, 10204, 14502, 10297, 14176, 10679, 14770, 10232, 13682, 10215, 14542, 10342, 13258, 10561, 12208, 10600, 14379, 10581, 13768, 10657, 8918, 10983, 9233, 11327, 9549, 12430, 9415, 12198, 9538, 12196, 9826, 12993, 11368, 12835, 10595, 13821, 10414, 14892, 10601, 14257, 11322, 8909, 11428, 9346, 12039, 9662, 14311, 10910, 13725, 10708, 14017, 10002, 13268, 12547, 9307, 13002, 9795, 12387, 11480, 8855, 12213, 9165, 12496, 11104, 13103, 9411, 11881, 9963, 13231, 10601, 16168, 11604, 14954, 10893, 14561, 11570, 15820, 11972, 14601, 10988, 13286, 12084, 11399, 13950, 9277, 13101, 9550, 14527, 11195, 13182, 10576, 13457, 11089, 10185, 12751, 9882, 12398, 9934, 12691, 10915, 14948, 11471, 10392, 11201, 9655, 11827, 10055, 13635, 9988, 13816, 9705, 12450, 10126, 14651, 11099, 9584, 11424, 9724, 12163, 10343, 13335, 9977, 12551, 10500, 13471, 10568, 14924, 11199, 9762, 11012, 9053, 11472, 9941, 12320, 9765, 11681, 9538, 12296, 10831, 14684, 10468, 8997, 10353, 8805, 10961, 9476, 12323, 9468, 11512, 10811, 11526, 10394, 8797, 12097, 9986, 15139, 11305, 15350, 10628, 14968, 11912, 14420, 13407, 10749, 12476, 10354, 14759, 10786, 14042, 9769, 13155, 9823, 14444, 11023, 13320, 10439, 13394, 10234, 14700, 10996, 10810, 10699, 8588, 11392, 10024, 11940, 9478, 11697, 9469, 11864, 10035, 11828, 10560, 12678, 10259, 12771, 11363, 9224, 11617, 9607, 12471, 9791, 14241, 11820, 11966, 9651, 14652, 11675, 15279, 11019, 14984, 11523, 14171, 10308, 12441, 10581, 11815, 12327, 9087, 11682, 9764, 12634, 9927, 13384, 8981, 12119, 9632, 12565, 9570, 14085, 9460, 12106, 10217, 12272, 10438, 11180, 11986, 9395, 11036, 10433, 13487, 11334, 11449, 11165, 11728, 11126, 10895, 12611, 9686, 12346, 9661, 14091, 11165, 15691, 10347, 11295, 9789, 12921, 11401, 9596, 15415, 11184, 12193, 10625, 9335, 13790, 10746, 14589, 10203, 14395, 11068, 16662, 10597, 13588, 10304, 13343, 11019, 13726, 10647, 11819, 10958, 9919, 11634, 9918, 11587, 9340, 12259, 10924, 14253, 10682, 8609, 11276, 10155, 12434, 10474, 13390, 10523, 13298, 10627, 12775, 11973, 9714, 12272, 9973, 12631, 10403, 13354, 11686, 10578, 11192, 9906, 12391, 9928, 13817, 10767, 13355, 10891, 12362, 11324, 9254, 13930, 11076, 12586, 10700, 8992, 13577, 10401, 13276, 11065, 12877, 11246, 13553, 11730, 12910, 14367, 9087, 11989, 9285, 13491, 11157, 14784, 11750, 12916, 10895, 13142, 11187, 15440, 11253, 14545, 12094, 12887, 11050, 8518, 11767, 9271, 13198, 9627, 13608, 10999, 13810, 11372, 14285, 11430, 15346, 11488, 9794, 12018, 8954, 12125, 9028, 13614, 10191, 13801, 11111, 14177, 11314, 13384, 11159, 11207, 11203, 8670, 12389, 9480, 12813, 8940, 13272, 10790, 13521, 11788, 12209, 11774, 9148, 12864, 9694, 13914, 9471, 13618, 11143, 13325, 11607, 13756, 11827, 13491, 12030, 11172, 12084, 8613, 12908, 9213, 13789, 12196, 14073, 11488, 12071, 12141, 9083, 13039, 8787, 12996, 8992, 13740, 10143, 12891, 9247, 12528, 8913, 13321, 9648, 13130, 8980, 13129, 8795, 13780, 9679, 13159, 9205, 13716, 9889, 13683, 11848, 13738, 11734, 13340, 11598, 14325, 11815, 13866, 12151, 13989, 11728, 13890, 11541, 12015, 12364, 8568, 12621, 9215, 13394, 9222, 14058, 10775, 13724, 11483, 13961, 11736, 12631, 12591, 8688, 12467, 8829, 13450, 9130, 13826, 9464, 13396, 10823, 13691, 11670, 13923, 11530, 12293, 11524, 8445, 13789, 12021, 13773, 12581, 10272, 13721, 8577, 13543, 9766, 14525, 12080, 13089, 12937, 8722], 'WindowCenter': [4867.0, 4822.0, 4836.0, 4795.0, 4834.0, 4806.0, 4805.0, 4792.0, 4771.0, 4781.0, 4770.0, 4814.0, 4770.0, 4787.0, 4750.0, 4776.0, 4740.0, 4833.0, 4781.0, 4771.0, 4752.0, 4731.0, 4764.0, 4745.0, 4787.0, 4758.0, 4788.0, 4779.0, 4796.0, 4777.0, 4796.0, 4767.0, 4784.0, 4766.0, 4785.0, 4765.0, 4754.0, 4778.0, 4745.0, 4775.0, 4745.0, 4786.0, 4745.0, 4784.0, 4747.0, 4787.0, 4766.0, 4795.0, 4778.0, 4796.0, 4766.0, 4797.0, 4776.0, 4793.0, 4765.0, 4795.0, 4765.0, 4793.0, 4765.0, 4783.0, 4767.0, 4795.0, 4765.0, 4765.0, 4765.0, 4765.0, 4775.0, 4774.0, 4774.0, 4736.0, 4774.0, 4744.0, 4774.0, 4746.0, 4784.0, 4745.0, 4775.0, 4747.0, 4786.0, 4757.0, 4795.0, 4768.0, 4785.0, 4770.0, 4795.0, 4776.0, 4795.0, 4767.0, 4796.0, 4768.0, 4796.0, 4776.0, 4796.0, 4767.0, 4805.0, 4768.0, 4805.0, 4766.0, 4783.0, 4765.0, 4783.0, 4766.0, 4783.0, 4775.0, 4746.0, 4776.0, 4735.0, 4786.0, 4745.0, 4784.0, 4747.0, 4786.0, 4748.0, 4798.0, 4771.0, 4797.0, 4766.0, 4786.0, 4765.0, 4794.0, 4765.0, 4797.0, 4777.0, 4774.0, 4766.0, 4776.0, 4786.0, 4755.0, 4785.0, 4747.0, 4776.0, 4744.0, 4786.0, 4744.0, 4797.0, 4766.0, 4785.0, 4780.0, 4787.0, 4778.0, 4794.0, 4776.0, 4764.0, 4776.0, 4757.0, 4786.0, 4749.0, 4787.0, 4748.0, 4802.0, 4782.0, 4800.0, 4779.0, 4786.0, 4778.0, 4795.0, 4788.0, 4777.0, 4788.0, 4767.0, 4789.0, 4777.0, 4787.0, 4749.0, 4787.0, 4757.0, 4786.0, 4756.0, 4796.0, 4756.0, 4786.0, 4777.0, 4796.0, 4789.0, 4807.0, 4789.0, 4799.0, 4790.0, 4807.0, 4789.0, 4787.0, 4789.0, 4796.0, 4788.0, 4796.0, 4789.0, 4767.0, 4788.0, 4776.0, 4786.0, 4776.0, 4786.0, 4744.0, 4775.0, 4735.0, 4784.0, 4743.0, 4786.0, 4745.0, 4774.0, 4745.0, 4785.0, 4755.0, 4796.0, 4747.0, 4785.0, 4757.0, 4798.0, 4780.0, 4797.0, 4779.0, 4750.0, 4789.0, 4770.0, 4810.0, 4792.0, 4764.0, 4791.0, 4774.0, 4811.0, 4770.0, 4800.0, 4760.0, 4788.0, 4779.0, 4798.0, 4780.0, 4797.0, 4768.0, 4786.0, 4778.0, 4758.0, 4788.0, 4748.0, 4789.0, 4758.0, 4800.0, 4759.0, 4799.0, 4759.0, 4798.0, 4759.0, 4798.0, 4758.0, 4789.0, 4748.0, 4787.0, 4747.0, 4795.0, 4746.0, 4774.0, 4745.0, 4784.0, 4755.0, 4783.0, 4755.0, 4773.0, 4756.0, 4784.0, 4766.0, 4797.0, 4771.0, 4796.0, 4766.0, 4782.0, 4765.0, 4756.0, 4764.0, 4724.0, 4764.0, 4744.0, 4774.0, 4737.0, 4775.0, 4745.0, 4784.0, 4756.0, 4784.0, 4764.0, 4773.0, 4755.0, 4784.0, 4766.0, 4792.0, 4765.0, 4733.0, 4764.0, 4724.0, 4765.0, 4734.0, 4774.0, 4734.0, 4774.0, 4746.0, 4786.0, 4767.0, 4773.0, 4765.0, 4764.0, 4755.0, 4725.0, 4775.0, 4748.0, 4787.0, 4748.0, 4777.0, 4748.0, 4776.0, 4768.0, 4795.0, 4768.0, 4775.0, 4758.0, 4775.0, 4778.0, 4787.0, 4777.0, 4755.0, 4765.0, 4742.0, 4785.0, 4736.0, 4753.0, 4746.0, 4776.0, 4744.0, 4782.0, 4755.0, 4772.0, 4753.0, 4773.0, 4799.0, 4808.0, 4828.0, 4758.0, 4728.0, 4759.0, 4748.0, 4767.0, 4759.0, 4748.0, 4787.0, 4768.0, 4789.0, 4769.0, 4777.0, 4765.0, 4784.0, 4775.0, 4766.0, 4766.0, 4744.0, 4763.0, 4742.0, 4772.0, 4752.0, 4763.0, 4754.0, 4773.0, 4764.0, 4772.0, 4763.0, 4734.0, 4764.0, 4744.0, 4773.0, 4774.0, 4794.0, 4775.0, 4736.0, 4754.0, 4746.0, 4764.0, 4758.0, 4786.0, 4767.0, 4775.0, 4757.0, 4775.0, 4759.0, 4786.0, 4766.0, 4785.0, 4755.0, 4782.0, 4754.0, 4773.0, 4753.0, 4782.0, 4752.0, 4741.0, 4741.0, 4730.0, 4751.0, 4730.0, 4760.0, 4730.0, 4752.0, 4731.0, 4761.0, 4732.0, 4762.0, 4721.0, 4750.0, 4722.0, 4749.0, 4732.0, 4760.0, 4731.0, 4760.0, 4742.0, 4751.0, 4755.0, 4786.0, 4767.0, 4772.0, 4743.0, 4759.0, 4743.0, 4753.0, 4763.0, 4734.0, 4765.0, 4744.0, 4774.0, 4760.0, 4778.0, 4757.0, 4764.0, 4756.0, 4774.0, 4767.0, 4748.0, 4766.0, 4747.0, 4776.0, 4757.0, 4787.0, 4758.0, 4774.0, 4755.0, 4774.0, 4765.0, 4785.0, 4755.0, 4782.0, 4754.0, 4782.0, 4764.0, 4744.0, 4754.0, 4721.0, 4762.0, 4734.0, 4773.0, 4746.0, 4762.0, 4744.0, 4772.0, 4764.0, 4773.0, 4754.0, 4785.0, 4755.0, 4782.0, 4765.0, 4735.0, 4764.0, 4745.0, 4764.0, 4745.0, 4785.0, 4744.0, 4773.0, 4744.0, 4775.0, 4755.0, 4774.0, 4756.0, 4773.0, 4755.0, 4772.0, 4763.0, 4733.0, 4760.0, 4734.0, 4764.0, 4745.0, 4773.0, 4744.0, 4763.0, 4754.0, 4773.0, 4758.0, 4775.0, 4766.0, 4744.0, 4775.0, 4744.0, 4776.0, 4737.0, 4775.0, 4746.0, 4776.0, 4766.0, 4785.0, 4766.0, 4783.0, 4755.0, 4782.0, 4765.0, 4753.0, 4753.0, 4725.0, 4763.0, 4743.0, 4773.0, 4744.0, 4762.0, 4743.0, 4772.0, 4754.0, 4773.0, 4753.0, 4761.0, 4752.0, 4781.0, 4764.0, 4755.0, 4753.0, 4733.0, 4764.0, 4743.0, 4773.0, 4745.0, 4774.0, 4744.0, 4762.0, 4754.0, 4774.0, 4757.0, 4764.0, 4754.0, 4764.0, 4763.0, 4744.0, 4774.0, 4744.0, 4773.0, 4745.0, 4784.0, 4765.0, 4787.0, 4756.0, 4773.0, 4755.0, 4773.0, 4764.0, 4735.0, 4763.0, 4744.0, 4773.0, 4744.0, 4784.0, 4746.0, 4775.0, 4744.0, 4774.0, 4764.0, 4783.0, 4766.0, 4773.0, 4766.0, 4764.0, 4775.0, 4746.0, 4776.0, 4745.0, 4776.0, 4747.0, 4787.0, 4777.0, 4787.0, 4767.0, 4785.0, 4767.0, 4785.0, 4791.0, 4736.0, 4777.0, 4737.0, 4785.0, 4745.0, 4786.0, 4748.0, 4775.0, 4745.0, 4773.0, 4764.0, 4784.0, 4756.0, 4775.0, 4756.0, 4765.0, 4774.0, 4736.0, 4776.0, 4746.0, 4785.0, 4747.0, 4785.0, 4766.0, 4785.0, 4767.0, 4774.0, 4766.0, 4794.0, 4766.0, 4754.0, 4764.0, 4754.0, 4775.0, 4734.0, 4774.0, 4735.0, 4773.0, 4743.0, 4773.0, 4733.0, 4782.0, 4753.0, 4762.0, 4755.0, 4772.0, 4763.0, 4774.0, 4767.0, 4724.0, 4764.0, 4734.0, 4784.0, 4746.0, 4787.0, 4756.0, 4776.0, 4766.0, 4785.0, 4777.0, 4787.0, 4766.0, 4767.0, 4767.0, 4747.0, 4776.0, 4748.0, 4786.0, 4759.0, 4786.0, 4766.0, 4785.0, 4767.0, 4775.0, 4767.0, 4775.0, 4776.0, 4746.0, 4800.0, 4749.0, 4790.0, 4772.0, 4811.0, 4757.0, 4784.0, 4766.0, 4737.0, 4776.0, 4759.0, 4797.0, 4779.0, 4768.0, 4778.0, 4749.0, 4787.0, 4747.0, 4798.0, 4747.0, 4786.0, 4757.0, 4774.0, 4766.0, 4784.0, 4766.0, 4774.0, 4765.0, 4746.0, 4777.0, 4755.0, 4788.0, 4746.0, 4765.0, 4746.0, 4775.0, 4766.0, 4785.0, 4767.0, 4738.0, 4777.0, 4748.0, 4787.0, 4773.0, 4800.0, 4759.0, 4776.0, 4758.0, 4785.0, 4767.0, 4776.0, 4766.0, 4727.0, 4766.0, 4755.0, 4776.0, 4746.0, 4765.0, 4735.0, 4765.0, 4745.0, 4774.0, 4747.0, 4776.0, 4756.0, 4725.0, 4755.0, 4745.0, 4777.0, 4728.0, 4766.0, 4726.0, 4765.0, 4746.0, 4776.0, 4757.0, 4796.0, 4756.0, 4774.0, 4745.0, 4786.0, 4755.0, 4775.0, 4756.0, 4774.0, 4757.0, 4784.0, 4756.0, 4725.0, 4755.0, 4735.0, 4765.0, 4745.0, 4786.0, 4746.0, 4765.0, 4757.0, 4785.0, 4768.0, 4778.0, 4768.0, 4737.0, 4766.0, 4746.0, 4785.0, 4767.0, 4749.0, 4789.0, 4770.0, 4751.0, 4770.0, 4761.0, 4791.0, 4771.0, 4810.0, 4772.0, 4788.0, 4770.0, 4798.0, 4758.0, 4798.0, 4783.0, 4758.0, 4780.0, 4728.0, 4775.0, 4756.0, 4764.0, 4747.0, 4728.0, 4756.0, 4747.0, 4788.0, 4790.0, 4753.0, 4811.0, 4793.0, 4773.0, 4782.0, 4753.0, 4771.0, 4761.0, 4780.0, 4761.0, 4781.0, 4749.0, 4770.0, 4748.0, 4766.0, 4754.0, 4754.0, 4750.0, 4742.0, 4767.0, 4731.0, 4770.0, 4730.0, 4758.0, 4718.0, 4745.0, 4707.0, 4745.0, 4717.0, 4744.0, 4718.0, 4755.0, 4719.0, 4745.0, 4731.0, 4770.0, 4733.0, 4761.0, 4744.0, 4751.0, 4745.0, 4786.0, 4757.0, 4773.0, 4746.0, 4723.0, 4744.0, 4724.0, 4743.0, 4734.0, 4767.0, 4740.0, 4768.0, 4750.0, 4768.0, 4748.0, 4777.0, 4758.0, 4765.0, 4749.0, 4776.0, 4758.0, 4788.0, 4761.0, 4787.0, 4759.0, 4742.0, 4770.0, 4741.0, 4781.0, 4752.0, 4790.0, 4771.0, 4788.0, 4761.0, 4801.0, 4772.0, 4791.0, 4790.0, 4750.0, 4788.0, 4749.0, 4777.0, 4769.0, 4740.0, 4780.0, 4753.0, 4796.0, 4771.0, 4793.0, 4751.0, 4771.0, 4752.0, 4780.0, 4760.0, 4800.0, 4758.0, 4788.0, 4749.0, 4778.0, 4756.0, 4787.0, 4782.0, 4798.0, 4771.0, 4776.0, 4763.0, 4743.0, 4773.0, 4746.0, 4772.0, 4734.0, 4774.0, 4756.0, 4765.0, 4759.0, 4774.0, 4755.0, 4736.0, 4764.0, 4748.0, 4764.0, 4737.0, 4764.0, 4747.0, 4784.0, 4757.0, 4736.0, 4746.0, 4735.0, 4756.0, 4734.0, 4764.0, 4734.0, 4763.0, 4734.0, 4753.0, 4746.0, 4783.0, 4757.0, 4735.0, 4756.0, 4735.0, 4765.0, 4750.0, 4777.0, 4747.0, 4767.0, 4761.0, 4777.0, 4758.0, 4788.0, 4759.0, 4748.0, 4760.0, 4727.0, 4767.0, 4749.0, 4767.0, 4748.0, 4756.0, 4748.0, 4777.0, 4759.0, 4785.0, 4757.0, 4736.0, 4759.0, 4752.0, 4771.0, 4763.0, 4792.0, 4764.0, 4781.0, 4784.0, 4784.0, 4774.0, 4757.0, 4793.0, 4763.0, 4815.0, 4775.0, 4799.0, 4760.0, 4788.0, 4769.0, 4787.0, 4777.0, 4746.0, 4766.0, 4735.0, 4774.0, 4745.0, 4775.0, 4735.0, 4764.0, 4735.0, 4773.0, 4744.0, 4762.0, 4745.0, 4763.0, 4736.0, 4772.0, 4744.0, 4742.0, 4744.0, 4714.0, 4756.0, 4736.0, 4755.0, 4736.0, 4767.0, 4751.0, 4780.0, 4758.0, 4779.0, 4761.0, 4778.0, 4760.0, 4791.0, 4781.0, 4750.0, 4773.0, 4750.0, 4779.0, 4749.0, 4789.0, 4770.0, 4768.0, 4749.0, 4799.0, 4769.0, 4786.0, 4747.0, 4785.0, 4758.0, 4776.0, 4748.0, 4765.0, 4758.0, 4767.0, 4778.0, 4738.0, 4769.0, 4750.0, 4778.0, 4749.0, 4777.0, 4740.0, 4780.0, 4740.0, 4769.0, 4739.0, 4778.0, 4737.0, 4767.0, 4759.0, 4768.0, 4761.0, 4768.0, 4769.0, 4752.0, 4772.0, 4772.0, 4791.0, 4774.0, 4784.0, 4772.0, 4781.0, 4771.0, 4760.0, 4780.0, 4751.0, 4779.0, 4749.0, 4788.0, 4759.0, 4798.0, 4750.0, 4758.0, 4765.0, 4777.0, 4768.0, 4748.0, 4800.0, 4771.0, 4768.0, 4758.0, 4740.0, 4788.0, 4747.0, 4787.0, 4736.0, 4775.0, 4746.0, 4798.0, 4746.0, 4763.0, 4734.0, 4763.0, 4747.0, 4763.0, 4734.0, 4753.0, 4744.0, 4733.0, 4756.0, 4735.0, 4767.0, 4752.0, 4766.0, 4758.0, 4786.0, 4746.0, 4724.0, 4744.0, 4735.0, 4765.0, 4748.0, 4778.0, 4748.0, 4776.0, 4760.0, 4766.0, 4756.0, 4724.0, 4753.0, 4734.0, 4752.0, 4733.0, 4765.0, 4768.0, 4734.0, 4744.0, 4734.0, 4752.0, 4735.0, 4777.0, 4758.0, 4777.0, 4747.0, 4754.0, 4743.0, 4728.0, 4774.0, 4757.0, 4766.0, 4747.0, 4728.0, 4780.0, 4749.0, 4778.0, 4758.0, 4767.0, 4773.0, 4778.0, 4770.0, 4767.0, 4777.0, 4727.0, 4758.0, 4739.0, 4765.0, 4758.0, 4786.0, 4757.0, 4765.0, 4746.0, 4766.0, 4757.0, 4785.0, 4746.0, 4775.0, 4767.0, 4751.0, 4742.0, 4713.0, 4752.0, 4723.0, 4764.0, 4726.0, 4775.0, 4747.0, 4785.0, 4758.0, 4791.0, 4770.0, 4799.0, 4758.0, 4734.0, 4767.0, 4727.0, 4755.0, 4726.0, 4774.0, 4735.0, 4764.0, 4746.0, 4774.0, 4747.0, 4763.0, 4745.0, 4743.0, 4743.0, 4713.0, 4766.0, 4737.0, 4766.0, 4727.0, 4766.0, 4759.0, 4776.0, 4757.0, 4757.0, 4767.0, 4729.0, 4777.0, 4738.0, 4779.0, 4739.0, 4775.0, 4746.0, 4764.0, 4759.0, 4775.0, 4756.0, 4764.0, 4767.0, 4759.0, 4756.0, 4714.0, 4765.0, 4727.0, 4777.0, 4767.0, 4776.0, 4759.0, 4756.0, 4767.0, 4726.0, 4779.0, 4727.0, 4777.0, 4728.0, 4779.0, 4748.0, 4782.0, 4738.0, 4765.0, 4725.0, 4776.0, 4736.0, 4779.0, 4728.0, 4777.0, 4729.0, 4775.0, 4737.0, 4779.0, 4727.0, 4774.0, 4747.0, 4776.0, 4756.0, 4776.0, 4768.0, 4775.0, 4757.0, 4773.0, 4758.0, 4775.0, 4770.0, 4775.0, 4768.0, 4775.0, 4756.0, 4755.0, 4755.0, 4728.0, 4767.0, 4737.0, 4776.0, 4728.0, 4777.0, 4748.0, 4765.0, 4756.0, 4777.0, 4757.0, 4765.0, 4765.0, 4727.0, 4768.0, 4730.0, 4768.0, 4727.0, 4776.0, 4737.0, 4779.0, 4759.0, 4788.0, 4758.0, 4774.0, 4771.0, 4779.0, 4783.0, 4731.0, 4787.0, 4781.0, 4791.0, 4779.0, 4759.0, 4791.0, 4741.0, 4777.0, 4748.0, 4788.0, 4769.0, 4779.0, 4781.0, 4730.0], 'WindowWidth': [10589.0, 10516.0, 10524.0, 10467.0, 10515.0, 10479.0, 10471.0, 10452.0, 10423.0, 10435.0, 10419.0, 10486.0, 10417.0, 10442.0, 10399.0, 10425.0, 10362.0, 10519.0, 10435.0, 10404.0, 10382.0, 10353.0, 10402.0, 10377.0, 10439.0, 10402.0, 10442.0, 10431.0, 10452.0, 10425.0, 10452.0, 10411.0, 10431.0, 10408.0, 10433.0, 10408.0, 10392.0, 10428.0, 10380.0, 10420.0, 10380.0, 10436.0, 10380.0, 10433.0, 10383.0, 10439.0, 10410.0, 10447.0, 10427.0, 10450.0, 10410.0, 10452.0, 10423.0, 10444.0, 10407.0, 10446.0, 10407.0, 10443.0, 10407.0, 10431.0, 10412.0, 10447.0, 10408.0, 10405.0, 10406.0, 10406.0, 10420.0, 10417.0, 10419.0, 10367.0, 10419.0, 10376.0, 10418.0, 10380.0, 10433.0, 10378.0, 10420.0, 10383.0, 10437.0, 10397.0, 10449.0, 10415.0, 10435.0, 10419.0, 10449.0, 10424.0, 10448.0, 10412.0, 10449.0, 10414.0, 10449.0, 10423.0, 10451.0, 10412.0, 10461.0, 10413.0, 10462.0, 10409.0, 10430.0, 10406.0, 10428.0, 10408.0, 10429.0, 10420.0, 10380.0, 10421.0, 10367.0, 10436.0, 10379.0, 10434.0, 10383.0, 10436.0, 10389.0, 10459.0, 10424.0, 10458.0, 10411.0, 10435.0, 10407.0, 10444.0, 10408.0, 10452.0, 10425.0, 10416.0, 10408.0, 10421.0, 10435.0, 10392.0, 10434.0, 10382.0, 10421.0, 10377.0, 10435.0, 10378.0, 10453.0, 10410.0, 10435.0, 10435.0, 10440.0, 10427.0, 10447.0, 10423.0, 10405.0, 10423.0, 10398.0, 10438.0, 10390.0, 10441.0, 10391.0, 10468.0, 10445.0, 10465.0, 10435.0, 10440.0, 10429.0, 10450.0, 10443.0, 10427.0, 10442.0, 10412.0, 10445.0, 10426.0, 10441.0, 10391.0, 10442.0, 10400.0, 10438.0, 10397.0, 10452.0, 10398.0, 10438.0, 10428.0, 10453.0, 10447.0, 10470.0, 10449.0, 10460.0, 10449.0, 10471.0, 10449.0, 10442.0, 10446.0, 10452.0, 10443.0, 10453.0, 10444.0, 10411.0, 10442.0, 10423.0, 10438.0, 10423.0, 10438.0, 10378.0, 10423.0, 10365.0, 10430.0, 10376.0, 10439.0, 10379.0, 10418.0, 10379.0, 10435.0, 10393.0, 10451.0, 10386.0, 10436.0, 10399.0, 10458.0, 10435.0, 10453.0, 10432.0, 10394.0, 10446.0, 10422.0, 10475.0, 10454.0, 10416.0, 10452.0, 10430.0, 10479.0, 10421.0, 10461.0, 10405.0, 10443.0, 10429.0, 10456.0, 10432.0, 10454.0, 10415.0, 10436.0, 10427.0, 10400.0, 10441.0, 10388.0, 10444.0, 10402.0, 10462.0, 10405.0, 10459.0, 10403.0, 10457.0, 10402.0, 10458.0, 10402.0, 10444.0, 10386.0, 10439.0, 10382.0, 10447.0, 10380.0, 10417.0, 10378.0, 10429.0, 10391.0, 10429.0, 10392.0, 10415.0, 10395.0, 10430.0, 10409.0, 10449.0, 10422.0, 10452.0, 10409.0, 10426.0, 10406.0, 10392.0, 10404.0, 10348.0, 10403.0, 10375.0, 10417.0, 10367.0, 10418.0, 10377.0, 10429.0, 10392.0, 10430.0, 10403.0, 10412.0, 10390.0, 10427.0, 10407.0, 10437.0, 10404.0, 10356.0, 10401.0, 10346.0, 10404.0, 10359.0, 10415.0, 10360.0, 10416.0, 10381.0, 10437.0, 10410.0, 10416.0, 10407.0, 10403.0, 10392.0, 10352.0, 10421.0, 10385.0, 10442.0, 10389.0, 10426.0, 10390.0, 10424.0, 10414.0, 10449.0, 10414.0, 10420.0, 10400.0, 10418.0, 10428.0, 10439.0, 10424.0, 10390.0, 10404.0, 10370.0, 10432.0, 10364.0, 10384.0, 10380.0, 10423.0, 10374.0, 10424.0, 10389.0, 10410.0, 10385.0, 10412.0, 10459.0, 10468.0, 10498.0, 10400.0, 10360.0, 10403.0, 10385.0, 10411.0, 10405.0, 10386.0, 10437.0, 10414.0, 10446.0, 10416.0, 10423.0, 10406.0, 10428.0, 10418.0, 10405.0, 10407.0, 10373.0, 10397.0, 10367.0, 10409.0, 10383.0, 10397.0, 10388.0, 10411.0, 10399.0, 10409.0, 10400.0, 10359.0, 10402.0, 10374.0, 10412.0, 10415.0, 10445.0, 10418.0, 10365.0, 10389.0, 10380.0, 10403.0, 10397.0, 10434.0, 10409.0, 10420.0, 10397.0, 10417.0, 10401.0, 10435.0, 10408.0, 10429.0, 10389.0, 10424.0, 10388.0, 10410.0, 10383.0, 10421.0, 10381.0, 10363.0, 10364.0, 10349.0, 10377.0, 10345.0, 10390.0, 10348.0, 10379.0, 10350.0, 10392.0, 10352.0, 10395.0, 10336.0, 10377.0, 10339.0, 10374.0, 10354.0, 10389.0, 10351.0, 10390.0, 10366.0, 10379.0, 10392.0, 10437.0, 10413.0, 10410.0, 10371.0, 10389.0, 10372.0, 10383.0, 10400.0, 10359.0, 10403.0, 10375.0, 10416.0, 10403.0, 10430.0, 10397.0, 10401.0, 10394.0, 10415.0, 10410.0, 10385.0, 10408.0, 10381.0, 10422.0, 10395.0, 10441.0, 10400.0, 10415.0, 10390.0, 10415.0, 10405.0, 10435.0, 10390.0, 10423.0, 10388.0, 10423.0, 10400.0, 10374.0, 10389.0, 10340.0, 10395.0, 10359.0, 10413.0, 10381.0, 10398.0, 10373.0, 10410.0, 10402.0, 10414.0, 10390.0, 10432.0, 10392.0, 10424.0, 10404.0, 10362.0, 10402.0, 10379.0, 10401.0, 10374.0, 10433.0, 10376.0, 10414.0, 10376.0, 10419.0, 10391.0, 10414.0, 10391.0, 10412.0, 10392.0, 10411.0, 10400.0, 10358.0, 10394.0, 10360.0, 10402.0, 10379.0, 10415.0, 10375.0, 10399.0, 10390.0, 10414.0, 10398.0, 10420.0, 10408.0, 10374.0, 10416.0, 10375.0, 10420.0, 10369.0, 10417.0, 10380.0, 10419.0, 10408.0, 10433.0, 10406.0, 10426.0, 10390.0, 10424.0, 10406.0, 10383.0, 10386.0, 10347.0, 10399.0, 10370.0, 10413.0, 10375.0, 10397.0, 10371.0, 10410.0, 10386.0, 10412.0, 10386.0, 10394.0, 10384.0, 10422.0, 10402.0, 10390.0, 10386.0, 10356.0, 10401.0, 10370.0, 10413.0, 10378.0, 10417.0, 10374.0, 10397.0, 10388.0, 10415.0, 10397.0, 10403.0, 10388.0, 10400.0, 10399.0, 10374.0, 10416.0, 10376.0, 10413.0, 10376.0, 10430.0, 10406.0, 10439.0, 10393.0, 10413.0, 10390.0, 10412.0, 10404.0, 10364.0, 10402.0, 10376.0, 10414.0, 10373.0, 10429.0, 10381.0, 10416.0, 10375.0, 10413.0, 10402.0, 10428.0, 10410.0, 10414.0, 10407.0, 10403.0, 10419.0, 10381.0, 10421.0, 10380.0, 10421.0, 10383.0, 10437.0, 10426.0, 10439.0, 10412.0, 10432.0, 10410.0, 10433.0, 10449.0, 10367.0, 10422.0, 10368.0, 10431.0, 10377.0, 10436.0, 10385.0, 10418.0, 10377.0, 10413.0, 10402.0, 10431.0, 10395.0, 10419.0, 10393.0, 10404.0, 10417.0, 10366.0, 10421.0, 10381.0, 10434.0, 10382.0, 10434.0, 10409.0, 10433.0, 10410.0, 10416.0, 10406.0, 10443.0, 10409.0, 10389.0, 10403.0, 10386.0, 10417.0, 10360.0, 10415.0, 10362.0, 10414.0, 10371.0, 10411.0, 10357.0, 10424.0, 10386.0, 10396.0, 10390.0, 10408.0, 10399.0, 10416.0, 10411.0, 10346.0, 10400.0, 10361.0, 10429.0, 10380.0, 10437.0, 10393.0, 10418.0, 10406.0, 10430.0, 10425.0, 10436.0, 10407.0, 10407.0, 10408.0, 10380.0, 10422.0, 10384.0, 10436.0, 10401.0, 10434.0, 10407.0, 10432.0, 10409.0, 10418.0, 10409.0, 10418.0, 10422.0, 10379.0, 10462.0, 10390.0, 10446.0, 10426.0, 10479.0, 10398.0, 10429.0, 10408.0, 10370.0, 10421.0, 10403.0, 10451.0, 10431.0, 10412.0, 10425.0, 10385.0, 10437.0, 10382.0, 10453.0, 10381.0, 10432.0, 10394.0, 10415.0, 10405.0, 10428.0, 10405.0, 10415.0, 10404.0, 10376.0, 10420.0, 10389.0, 10438.0, 10378.0, 10402.0, 10378.0, 10416.0, 10407.0, 10432.0, 10410.0, 10373.0, 10425.0, 10384.0, 10436.0, 10429.0, 10462.0, 10403.0, 10422.0, 10398.0, 10431.0, 10410.0, 10419.0, 10407.0, 10352.0, 10406.0, 10389.0, 10422.0, 10377.0, 10403.0, 10364.0, 10405.0, 10377.0, 10415.0, 10383.0, 10425.0, 10395.0, 10351.0, 10391.0, 10378.0, 10427.0, 10359.0, 10407.0, 10352.0, 10405.0, 10378.0, 10421.0, 10394.0, 10448.0, 10392.0, 10415.0, 10375.0, 10433.0, 10390.0, 10416.0, 10392.0, 10413.0, 10394.0, 10429.0, 10392.0, 10348.0, 10389.0, 10363.0, 10402.0, 10376.0, 10433.0, 10379.0, 10403.0, 10395.0, 10430.0, 10414.0, 10428.0, 10414.0, 10370.0, 10404.0, 10379.0, 10433.0, 10410.0, 10387.0, 10442.0, 10418.0, 10392.0, 10419.0, 10406.0, 10448.0, 10420.0, 10474.0, 10423.0, 10440.0, 10418.0, 10452.0, 10397.0, 10450.0, 10438.0, 10398.0, 10435.0, 10357.0, 10414.0, 10387.0, 10397.0, 10378.0, 10352.0, 10388.0, 10380.0, 10437.0, 10443.0, 10394.0, 10475.0, 10451.0, 10422.0, 10436.0, 10396.0, 10419.0, 10406.0, 10429.0, 10405.0, 10432.0, 10387.0, 10415.0, 10381.0, 10405.0, 10382.0, 10384.0, 10370.0, 10362.0, 10393.0, 10346.0, 10401.0, 10343.0, 10379.0, 10324.0, 10356.0, 10308.0, 10355.0, 10320.0, 10354.0, 10323.0, 10371.0, 10327.0, 10358.0, 10350.0, 10400.0, 10354.0, 10388.0, 10372.0, 10376.0, 10376.0, 10434.0, 10397.0, 10411.0, 10379.0, 10342.0, 10370.0, 10341.0, 10367.0, 10356.0, 10405.0, 10374.0, 10409.0, 10387.0, 10407.0, 10381.0, 10420.0, 10393.0, 10399.0, 10383.0, 10417.0, 10396.0, 10436.0, 10404.0, 10433.0, 10400.0, 10379.0, 10417.0, 10375.0, 10431.0, 10392.0, 10443.0, 10416.0, 10438.0, 10404.0, 10460.0, 10426.0, 10449.0, 10445.0, 10389.0, 10438.0, 10386.0, 10421.0, 10413.0, 10376.0, 10432.0, 10396.0, 10462.0, 10421.0, 10450.0, 10389.0, 10418.0, 10391.0, 10430.0, 10400.0, 10457.0, 10395.0, 10437.0, 10383.0, 10420.0, 10391.0, 10434.0, 10436.0, 10455.0, 10422.0, 10421.0, 10396.0, 10366.0, 10411.0, 10380.0, 10410.0, 10361.0, 10415.0, 10388.0, 10400.0, 10398.0, 10414.0, 10387.0, 10359.0, 10400.0, 10383.0, 10401.0, 10364.0, 10398.0, 10378.0, 10426.0, 10391.0, 10361.0, 10375.0, 10359.0, 10388.0, 10355.0, 10399.0, 10356.0, 10396.0, 10356.0, 10381.0, 10377.0, 10423.0, 10391.0, 10359.0, 10390.0, 10361.0, 10402.0, 10386.0, 10420.0, 10379.0, 10406.0, 10404.0, 10421.0, 10397.0, 10437.0, 10399.0, 10381.0, 10398.0, 10353.0, 10409.0, 10383.0, 10408.0, 10381.0, 10390.0, 10383.0, 10423.0, 10398.0, 10431.0, 10396.0, 10366.0, 10400.0, 10397.0, 10421.0, 10414.0, 10454.0, 10417.0, 10435.0, 10444.0, 10445.0, 10428.0, 10409.0, 10453.0, 10411.0, 10485.0, 10430.0, 10456.0, 10403.0, 10437.0, 10413.0, 10433.0, 10419.0, 10375.0, 10403.0, 10358.0, 10412.0, 10373.0, 10412.0, 10358.0, 10396.0, 10359.0, 10409.0, 10369.0, 10393.0, 10372.0, 10395.0, 10361.0, 10406.0, 10371.0, 10366.0, 10371.0, 10331.0, 10389.0, 10360.0, 10387.0, 10362.0, 10407.0, 10393.0, 10434.0, 10400.0, 10429.0, 10407.0, 10424.0, 10404.0, 10448.0, 10437.0, 10392.0, 10425.0, 10391.0, 10429.0, 10386.0, 10443.0, 10417.0, 10413.0, 10385.0, 10456.0, 10413.0, 10435.0, 10380.0, 10431.0, 10396.0, 10419.0, 10383.0, 10403.0, 10398.0, 10407.0, 10426.0, 10372.0, 10413.0, 10388.0, 10427.0, 10385.0, 10423.0, 10375.0, 10430.0, 10373.0, 10412.0, 10369.0, 10423.0, 10368.0, 10408.0, 10401.0, 10410.0, 10405.0, 10409.0, 10412.0, 10392.0, 10425.0, 10423.0, 10447.0, 10428.0, 10444.0, 10424.0, 10435.0, 10421.0, 10402.0, 10429.0, 10389.0, 10426.0, 10384.0, 10439.0, 10396.0, 10454.0, 10388.0, 10399.0, 10414.0, 10422.0, 10413.0, 10383.0, 10457.0, 10417.0, 10409.0, 10397.0, 10375.0, 10438.0, 10378.0, 10433.0, 10361.0, 10415.0, 10371.0, 10451.0, 10375.0, 10394.0, 10354.0, 10394.0, 10376.0, 10393.0, 10356.0, 10380.0, 10370.0, 10354.0, 10391.0, 10360.0, 10408.0, 10398.0, 10408.0, 10397.0, 10436.0, 10379.0, 10345.0, 10373.0, 10359.0, 10401.0, 10381.0, 10424.0, 10380.0, 10420.0, 10402.0, 10404.0, 10389.0, 10343.0, 10380.0, 10356.0, 10377.0, 10353.0, 10399.0, 10408.0, 10355.0, 10370.0, 10355.0, 10381.0, 10357.0, 10420.0, 10397.0, 10421.0, 10377.0, 10382.0, 10368.0, 10353.0, 10412.0, 10392.0, 10403.0, 10381.0, 10356.0, 10428.0, 10384.0, 10422.0, 10396.0, 10407.0, 10426.0, 10423.0, 10412.0, 10405.0, 10420.0, 10352.0, 10394.0, 10370.0, 10401.0, 10392.0, 10430.0, 10391.0, 10399.0, 10375.0, 10400.0, 10392.0, 10427.0, 10373.0, 10412.0, 10406.0, 10376.0, 10365.0, 10324.0, 10377.0, 10341.0, 10398.0, 10347.0, 10415.0, 10377.0, 10432.0, 10396.0, 10446.0, 10418.0, 10456.0, 10396.0, 10357.0, 10408.0, 10352.0, 10386.0, 10348.0, 10411.0, 10357.0, 10397.0, 10373.0, 10410.0, 10378.0, 10393.0, 10370.0, 10366.0, 10367.0, 10327.0, 10403.0, 10363.0, 10401.0, 10350.0, 10401.0, 10398.0, 10414.0, 10391.0, 10389.0, 10405.0, 10354.0, 10420.0, 10368.0, 10423.0, 10369.0, 10413.0, 10373.0, 10396.0, 10395.0, 10414.0, 10389.0, 10397.0, 10404.0, 10398.0, 10389.0, 10331.0, 10398.0, 10350.0, 10419.0, 10404.0, 10416.0, 10395.0, 10388.0, 10405.0, 10351.0, 10425.0, 10353.0, 10421.0, 10355.0, 10425.0, 10380.0, 10437.0, 10367.0, 10399.0, 10344.0, 10415.0, 10361.0, 10426.0, 10353.0, 10419.0, 10356.0, 10415.0, 10364.0, 10426.0, 10351.0, 10413.0, 10382.0, 10418.0, 10389.0, 10416.0, 10406.0, 10415.0, 10391.0, 10408.0, 10393.0, 10412.0, 10414.0, 10416.0, 10407.0, 10414.0, 10386.0, 10385.0, 10384.0, 10354.0, 10407.0, 10365.0, 10416.0, 10353.0, 10420.0, 10377.0, 10400.0, 10387.0, 10416.0, 10389.0, 10401.0, 10403.0, 10350.0, 10406.0, 10358.0, 10406.0, 10351.0, 10418.0, 10362.0, 10426.0, 10399.0, 10438.0, 10394.0, 10412.0, 10419.0, 10431.0, 10441.0, 10365.0, 10436.0, 10432.0, 10446.0, 10430.0, 10402.0, 10447.0, 10377.0, 10419.0, 10381.0, 10436.0, 10411.0, 10426.0, 10427.0, 10357.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.004310166793025019</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03503337384382108</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.99106040163127</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2263742260242794</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0626312222685872</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.508</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3870.8174</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11606986065929292</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>137</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.386656557998483</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.561800059415172</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.418530305974108</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.892195840135587</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3746740321358217</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00618585</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012577957473695278</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027137761935591698</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</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.718689713309333</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>14.2924</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.3135</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.4526</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291592.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1179.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.9416</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0315</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.3749</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3865.1128</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4091.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84952.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1189.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5164.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1100.1122</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.56826225784607</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> |