=== 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-0005 --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-0005",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0005_ses-02_task-narratives_acq-mb8_run-03_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-0005_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0005_suffix-bold_task-narratives" 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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0005_suffix-bold_task-narratives" 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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0005_suffix-bold_task-narratives" 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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0005_suffix-bold_task-narratives" 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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0005_suffix-bold_task-narratives" 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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0005_suffix-bold_task-narratives" 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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0005_suffix-bold_task-narratives" 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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-03_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-0005/ses-02/func/sub-0005_ses-02_task-narratives_acq-mb8_run-03_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>5434156f0b3811d2de2b6023f9fdd000</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>16:38:33.067500</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_VE11C_LATEST_20160120</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.999013, 0.0409828, -0.0171054, -0.0411724, 0.999093, -0.0108851]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_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.0922904</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-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>48</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7762, -7204, 532, -58, 41, -86, 69]</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>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>275.651</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ee619099-d6ef-4702-a16d-016dc7cca430||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802799701690674, -0.11046255379915237, -0.04493817687034607, 120.35987091064453], [-0.10995378345251083, 2.680492877960205, -0.03126227855682373, -80.54936218261719], [-0.04589250683784485, 0.029203901067376137, 2.6994450092315674, -29.579164505004883], [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, 1298]</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], 'AcquisitionTime': ['163833.067500', '163833.527500', '163833.987500', '163834.447500', '163834.907500', '163835.367500', '163835.827500', '163836.287500', '163836.747500', '163837.207500', '163837.667500', '163838.127500', '163838.587500', '163839.047500', '163839.507500', '163839.967500', '163840.427500', '163840.887500', '163841.347500', '163841.807500', '163842.267500', '163842.727500', '163843.187500', '163843.647500', '163844.107500', '163844.567500', '163845.027500', '163845.487500', '163845.947500', '163846.407500', '163846.867500', '163847.327500', '163847.787500', '163848.247500', '163848.707500', '163849.167500', '163849.627500', '163850.087500', '163850.547500', '163851.007500', '163851.467500', '163851.927500', '163852.387500', '163852.847500', '163853.307500', '163853.767500', '163854.227500', '163854.687500', '163855.147500', '163855.607500', '163856.067500', '163856.527500', '163856.987500', '163857.447500', '163857.907500', '163858.367500', '163858.827500', '163859.287500', '163859.747500', '163900.207500', '163900.667500', '163901.127500', '163901.587500', '163902.047500', '163902.507500', '163902.967500', '163903.427500', '163903.887500', '163904.347500', '163904.807500', '163905.267500', '163905.727500', '163906.187500', '163906.647500', '163907.107500', '163907.567500', '163908.027500', '163908.487500', '163908.947500', '163909.407500', '163909.867500', '163910.327500', '163910.787500', '163911.247500', '163911.707500', '163912.167500', '163912.627500', '163913.087500', '163913.547500', '163914.007500', '163914.467500', '163914.927500', '163915.387500', '163915.847500', '163916.307500', '163916.767500', '163917.227500', '163917.687500', '163918.147500', '163918.607500', '163919.067500', '163919.527500', '163919.987500', '163920.447500', '163920.907500', '163921.367500', '163921.827500', '163922.287500', '163922.747500', '163923.207500', '163923.667500', '163924.127500', '163924.587500', '163925.047500', '163925.507500', '163925.967500', '163926.427500', '163926.887500', '163927.347500', '163927.807500', '163928.267500', '163928.727500', '163929.187500', '163929.647500', '163930.107500', '163930.567500', '163931.027500', '163931.487500', '163931.947500', '163932.407500', '163932.867500', '163933.327500', '163933.787500', '163934.247500', '163934.707500', '163935.167500', '163935.627500', '163936.087500', '163936.547500', '163937.007500', '163937.467500', '163937.927500', '163938.387500', '163938.847500', '163939.307500', '163939.767500', '163940.227500', '163940.687500', '163941.147500', '163941.607500', '163942.067500', '163942.527500', '163942.987500', '163943.447500', '163943.907500', '163944.367500', '163944.827500', '163945.287500', '163945.747500', '163946.207500', '163946.667500', '163947.127500', '163947.587500', '163948.047500', '163948.507500', '163948.967500', '163949.427500', '163949.887500', '163950.347500', '163950.807500', '163951.267500', '163951.727500', '163952.187500', '163952.647500', '163953.107500', '163953.567500', '163954.027500', '163954.487500', '163954.947500', '163955.407500', '163955.867500', '163956.327500', '163956.787500', '163957.247500', '163957.707500', '163958.167500', '163958.627500', '163959.087500', '163959.547500', '164000.007500', '164000.467500', '164000.927500', '164001.387500', '164001.847500', '164002.307500', '164002.767500', '164003.227500', '164003.687500', '164004.147500', '164004.607500', '164005.067500', '164005.527500', '164005.987500', '164006.447500', '164006.907500', '164007.367500', '164007.827500', '164008.287500', '164008.747500', '164009.207500', '164009.667500', '164010.127500', '164010.587500', '164011.047500', '164011.507500', '164011.967500', '164012.427500', '164012.887500', '164013.347500', '164013.807500', '164014.267500', '164014.727500', '164015.187500', '164015.647500', '164016.107500', '164016.567500', '164017.027500', '164017.487500', '164017.947500', '164018.407500', '164018.867500', '164019.327500', '164019.787500', '164020.247500', '164020.707500', '164021.167500', '164021.627500', '164022.087500', '164022.547500', '164023.007500', '164023.467500', '164023.927500', '164024.387500', '164024.847500', '164025.307500', '164025.767500', '164026.227500', '164026.687500', '164027.147500', '164027.607500', '164028.067500', '164028.527500', '164028.987500', '164029.447500', '164029.907500', '164030.367500', '164030.827500', '164031.287500', '164031.747500', '164032.207500', '164032.667500', '164033.127500', '164033.587500', '164034.047500', '164034.507500', '164034.967500', '164035.427500', '164035.887500', '164036.347500', '164036.807500', '164037.267500', '164037.727500', '164038.187500', '164038.647500', '164039.107500', '164039.567500', '164040.027500', '164040.487500', '164040.947500', '164041.407500', '164041.867500', '164042.327500', '164042.787500', '164043.247500', '164043.707500', '164044.167500', '164044.627500', '164045.087500', '164045.547500', '164046.007500', '164046.467500', '164046.927500', '164047.387500', '164047.847500', '164048.307500', '164048.767500', '164049.227500', '164049.687500', '164050.147500', '164050.607500', '164051.067500', '164051.527500', '164051.987500', '164052.447500', '164052.907500', '164053.367500', '164053.827500', '164054.287500', '164054.747500', '164055.207500', '164055.667500', '164056.127500', '164056.587500', '164057.047500', '164057.507500', '164057.967500', '164058.427500', '164058.887500', '164059.347500', '164059.807500', '164100.267500', '164100.727500', '164101.187500', '164101.647500', '164102.107500', '164102.567500', '164103.027500', '164103.487500', '164103.947500', '164104.407500', '164104.867500', '164105.327500', '164105.787500', '164106.247500', '164106.707500', '164107.167500', '164107.627500', '164108.087500', '164108.547500', '164109.007500', '164109.467500', '164109.927500', '164110.387500', '164110.847500', '164111.307500', '164111.767500', '164112.227500', '164112.687500', '164113.147500', '164113.607500', '164114.067500', '164114.527500', '164114.987500', '164115.447500', '164115.907500', '164116.367500', '164116.827500', '164117.287500', '164117.747500', '164118.207500', '164118.667500', '164119.127500', '164119.587500', '164120.047500', '164120.507500', '164120.967500', '164121.427500', '164121.887500', '164122.347500', '164122.807500', '164123.267500', '164123.727500', '164124.187500', '164124.647500', '164125.107500', '164125.567500', '164126.027500', '164126.487500', '164126.947500', '164127.407500', '164127.867500', '164128.327500', '164128.787500', '164129.247500', '164129.707500', '164130.167500', '164130.627500', '164131.087500', '164131.547500', '164132.007500', '164132.467500', '164132.927500', '164133.387500', '164133.847500', '164134.307500', '164134.767500', '164135.227500', '164135.687500', '164136.147500', '164136.607500', '164137.067500', '164137.527500', '164137.987500', '164138.447500', '164138.907500', '164139.367500', '164139.827500', '164140.287500', '164140.747500', '164141.207500', '164141.667500', '164142.127500', '164142.587500', '164143.047500', '164143.507500', '164143.967500', '164144.427500', '164144.887500', '164145.347500', '164145.807500', '164146.267500', '164146.727500', '164147.187500', '164147.647500', '164148.107500', '164148.567500', '164149.027500', '164149.487500', '164149.947500', '164150.407500', '164150.867500', '164151.327500', '164151.787500', '164152.247500', '164152.707500', '164153.167500', '164153.627500', '164154.087500', '164154.547500', '164155.007500', '164155.467500', '164155.927500', '164156.387500', '164156.847500', '164157.307500', '164157.767500', '164158.227500', '164158.687500', '164159.147500', '164159.607500', '164200.067500', '164200.527500', '164200.987500', '164201.447500', '164201.907500', '164202.367500', '164202.827500', '164203.287500', '164203.747500', '164204.207500', '164204.667500', '164205.127500', '164205.587500', '164206.047500', '164206.507500', '164206.967500', '164207.427500', '164207.887500', '164208.347500', '164208.807500', '164209.267500', '164209.727500', '164210.187500', '164210.647500', '164211.107500', '164211.567500', '164212.027500', '164212.487500', '164212.947500', '164213.407500', '164213.867500', '164214.327500', '164214.787500', '164215.247500', '164215.707500', '164216.167500', '164216.627500', '164217.087500', '164217.547500', '164218.007500', '164218.467500', '164218.927500', '164219.387500', '164219.847500', '164220.307500', '164220.767500', '164221.227500', '164221.687500', '164222.147500', '164222.607500', '164223.067500', '164223.527500', '164223.987500', '164224.447500', '164224.907500', '164225.367500', '164225.827500', '164226.287500', '164226.747500', '164227.207500', '164227.667500', '164228.127500', '164228.587500', '164229.047500', '164229.507500', '164229.967500', '164230.427500', '164230.887500', '164231.347500', '164231.807500', '164232.267500', '164232.727500', '164233.187500', '164233.647500', '164234.107500', '164234.567500', '164235.027500', '164235.487500', '164235.947500', '164236.407500', '164236.867500', '164237.327500', '164237.787500', '164238.247500', '164238.707500', '164239.167500', '164239.627500', '164240.087500', '164240.547500', '164241.007500', '164241.467500', '164241.927500', '164242.387500', '164242.847500', '164243.307500', '164243.767500', '164244.227500', '164244.687500', '164245.147500', '164245.607500', '164246.067500', '164246.527500', '164246.987500', '164247.447500', '164247.907500', '164248.367500', '164248.827500', '164249.287500', '164249.747500', '164250.207500', '164250.667500', '164251.127500', '164251.587500', '164252.047500', '164252.507500', '164252.967500', '164253.427500', '164253.887500', '164254.347500', '164254.807500', '164255.267500', '164255.727500', '164256.187500', '164256.647500', '164257.107500', '164257.567500', '164258.027500', '164258.487500', '164258.947500', '164259.407500', '164259.867500', '164300.327500', '164300.787500', '164301.247500', '164301.707500', '164302.167500', '164302.627500', '164303.087500', '164303.547500', '164304.007500', '164304.467500', '164304.927500', '164305.387500', '164305.847500', '164306.307500', '164306.767500', '164307.227500', '164307.687500', '164308.147500', '164308.607500', '164309.067500', '164309.527500', '164309.987500', '164310.447500', '164310.907500', '164311.367500', '164311.827500', '164312.287500', '164312.747500', '164313.207500', '164313.667500', '164314.127500', '164314.587500', '164315.047500', '164315.507500', '164315.967500', '164316.427500', '164316.887500', '164317.347500', '164317.807500', '164318.267500', '164318.727500', '164319.187500', '164319.647500', '164320.107500', '164320.567500', '164321.027500', '164321.487500', '164321.947500', '164322.407500', '164322.867500', '164323.327500', '164323.787500', '164324.247500', '164324.707500', '164325.167500', '164325.627500', '164326.087500', '164326.547500', '164327.007500', '164327.467500', '164327.927500', '164328.387500', '164328.847500', '164329.307500', '164329.767500', '164330.227500', '164330.687500', '164331.147500', '164331.607500', '164332.067500', '164332.527500', '164332.987500', '164333.447500', '164333.907500', '164334.367500', '164334.827500', '164335.287500', '164335.747500', '164336.207500', '164336.667500', '164337.127500', '164337.587500', '164338.047500', '164338.507500', '164338.967500', '164339.427500', '164339.887500', '164340.347500', '164340.807500', '164341.267500', '164341.727500', '164342.187500', '164342.647500', '164343.107500', '164343.567500', '164344.027500', '164344.487500', '164344.947500', '164345.407500', '164345.867500', '164346.327500', '164346.787500', '164347.247500', '164347.707500', '164348.167500', '164348.627500', '164349.087500', '164349.547500', '164350.007500', '164350.467500', '164350.927500', '164351.387500', '164351.847500', '164352.307500', '164352.767500', '164353.227500', '164353.687500', '164354.147500', '164354.607500', '164355.067500', '164355.527500', '164355.987500', '164356.447500', '164356.907500', '164357.367500', '164357.827500', '164358.287500', '164358.747500', '164359.207500', '164359.667500', '164400.127500', '164400.587500', '164401.047500', '164401.507500', '164401.967500', '164402.427500', '164402.887500', '164403.347500', '164403.807500', '164404.267500', '164404.727500', '164405.187500', '164405.647500', '164406.107500', '164406.567500', '164407.027500', '164407.487500', '164407.947500', '164408.407500', '164408.867500', '164409.327500', '164409.787500', '164410.247500', '164410.707500', '164411.167500', '164411.627500', '164412.087500', '164412.547500', '164413.007500', '164413.467500', '164413.927500', '164414.387500', '164414.847500', '164415.307500', '164415.767500', '164416.227500', '164416.687500', '164417.147500', '164417.607500', '164418.067500', '164418.527500', '164418.987500', '164419.447500', '164419.907500', '164420.367500', '164420.827500', '164421.287500', '164421.747500', '164422.207500', '164422.667500', '164423.127500', '164423.587500', '164424.047500', '164424.507500', '164424.967500', '164425.427500', '164425.887500', '164426.347500', '164426.807500', '164427.267500', '164427.727500', '164428.187500', '164428.647500', '164429.107500', '164429.567500', '164430.027500', '164430.487500', '164430.947500', '164431.407500', '164431.867500', '164432.327500', '164432.787500', '164433.247500', '164433.707500', '164434.167500', '164434.627500', '164435.087500', '164435.547500', '164436.007500', '164436.467500', '164436.927500', '164437.387500', '164437.847500', '164438.307500', '164438.767500', '164439.227500', '164439.687500', '164440.147500', '164440.607500', '164441.067500', '164441.527500', '164441.987500', '164442.447500', '164442.907500', '164443.367500', '164443.827500', '164444.287500', '164444.747500', '164445.207500', '164445.667500', '164446.127500', '164446.587500', '164447.047500', '164447.507500', '164447.967500', '164448.427500', '164448.887500', '164449.347500', '164449.807500', '164450.267500', '164450.727500', '164451.187500', '164451.647500', '164452.107500', '164452.567500', '164453.027500', '164453.487500', '164453.947500', '164454.407500', '164454.867500', '164455.327500', '164455.787500', '164456.247500', '164456.707500', '164457.167500', '164457.627500', '164458.087500', '164458.547500', '164459.007500', '164459.467500', '164459.927500', '164500.387500', '164500.847500', '164501.307500', '164501.767500', '164502.227500', '164502.687500', '164503.147500', '164503.607500', '164504.067500', '164504.527500', '164504.987500', '164505.447500', '164505.907500', '164506.367500', '164506.827500', '164507.287500', '164507.747500', '164508.207500', '164508.667500', '164509.127500', '164509.587500', '164510.047500', '164510.507500', '164510.967500', '164511.427500', '164511.887500', '164512.347500', '164512.807500', '164513.267500', '164513.727500', '164514.187500', '164514.647500', '164515.107500', '164515.567500', '164516.027500', '164516.487500', '164516.947500', '164517.407500', '164517.867500', '164518.327500', '164518.787500', '164519.247500', '164519.707500', '164520.167500', '164520.627500', '164521.087500', '164521.547500', '164522.007500', '164522.467500', '164522.927500', '164523.387500', '164523.847500', '164524.307500', '164524.767500', '164525.227500', '164525.687500', '164526.147500', '164526.607500', '164527.067500', '164527.527500', '164527.987500', '164528.447500', '164528.907500', '164529.367500', '164529.827500', '164530.287500', '164530.747500', '164531.207500', '164531.667500', '164532.127500', '164532.587500', '164533.047500', '164533.507500', '164533.967500', '164534.427500', '164534.887500', '164535.347500', '164535.807500', '164536.267500', '164536.727500', '164537.187500', '164537.647500', '164538.107500', '164538.567500', '164539.027500', '164539.487500', '164539.947500', '164540.407500', '164540.867500', '164541.327500', '164541.787500', '164542.247500', '164542.707500', '164543.167500', '164543.627500', '164544.087500', '164544.547500', '164545.007500', '164545.467500', '164545.927500', '164546.387500', '164546.847500', '164547.307500', '164547.767500', '164548.227500', '164548.687500', '164549.147500', '164549.607500', '164550.067500', '164550.527500', '164550.987500', '164551.447500', '164551.907500', '164552.367500', '164552.827500', '164553.287500', '164553.747500', '164554.207500', '164554.667500', '164555.127500', '164555.587500', '164556.047500', '164556.507500', '164556.967500', '164557.427500', '164557.887500', '164558.347500', '164558.807500', '164559.267500', '164559.727500', '164600.187500', '164600.647500', '164601.107500', '164601.567500', '164602.027500', '164602.487500', '164602.947500', '164603.407500', '164603.867500', '164604.327500', '164604.787500', '164605.247500', '164605.707500', '164606.167500', '164606.627500', '164607.087500', '164607.547500', '164608.007500', '164608.467500', '164608.927500', '164609.387500', '164609.847500', '164610.307500', '164610.767500', '164611.227500', '164611.687500', '164612.147500', '164612.607500', '164613.067500', '164613.527500', '164613.987500', '164614.447500', '164614.907500', '164615.367500', '164615.827500', '164616.287500', '164616.747500', '164617.207500', '164617.667500', '164618.127500', '164618.587500', '164619.047500', '164619.507500', '164619.967500', '164620.427500', '164620.887500', '164621.347500', '164621.807500', '164622.267500', '164622.727500', '164623.187500', '164623.647500', '164624.107500', '164624.567500', '164625.027500', '164625.487500', '164625.947500', '164626.407500', '164626.867500', '164627.327500', '164627.787500', '164628.247500', '164628.707500', '164629.167500', '164629.627500', '164630.087500', '164630.547500', '164631.007500', '164631.467500', '164631.927500', '164632.387500', '164632.847500', '164633.307500', '164633.767500', '164634.227500', '164634.687500', '164635.147500', '164635.607500', '164636.067500', '164636.527500', '164636.987500', '164637.447500', '164637.907500', '164638.367500', '164638.827500', '164639.287500', '164639.747500', '164640.207500', '164640.667500', '164641.127500', '164641.587500', '164642.047500', '164642.507500', '164642.967500', '164643.427500', '164643.887500', '164644.347500', '164644.807500', '164645.267500', '164645.727500', '164646.187500', '164646.647500', '164647.107500', '164647.567500', '164648.027500', '164648.487500', '164648.947500', '164649.407500', '164649.867500', '164650.327500', '164650.787500', '164651.247500', '164651.707500', '164652.167500', '164652.627500', '164653.087500', '164653.547500', '164654.007500', '164654.467500', '164654.927500', '164655.387500', '164655.847500', '164656.307500', '164656.767500', '164657.227500', '164657.687500', '164658.147500', '164658.607500', '164659.067500', '164659.527500', '164659.987500', '164700.447500', '164700.907500', '164701.367500', '164701.827500', '164702.287500', '164702.747500', '164703.207500', '164703.667500', '164704.127500', '164704.587500', '164705.047500', '164705.507500', '164705.967500', '164706.427500', '164706.887500', '164707.347500', '164707.807500', '164708.267500', '164708.727500', '164709.187500', '164709.647500', '164710.107500', '164710.567500', '164711.027500', '164711.487500', '164711.947500', '164712.407500', '164712.867500', '164713.327500', '164713.787500', '164714.247500', '164714.707500', '164715.167500', '164715.627500', '164716.087500', '164716.547500', '164717.007500', '164717.467500', '164717.927500', '164718.387500', '164718.847500', '164719.307500', '164719.767500', '164720.227500', '164720.687500', '164721.147500', '164721.607500', '164722.067500', '164722.527500', '164722.987500', '164723.447500', '164723.907500', '164724.367500', '164724.827500', '164725.287500', '164725.747500', '164726.207500', '164726.667500', '164727.127500', '164727.587500', '164728.047500', '164728.507500', '164728.967500', '164729.427500', '164729.887500', '164730.347500', '164730.807500', '164731.267500', '164731.727500', '164732.187500', '164732.647500', '164733.107500', '164733.567500', '164734.027500', '164734.487500', '164734.947500', '164735.407500', '164735.867500', '164736.327500', '164736.787500', '164737.247500', '164737.707500', '164738.167500', '164738.627500', '164739.087500', '164739.547500', '164740.007500', '164740.467500', '164740.927500', '164741.387500', '164741.847500', '164742.307500', '164742.767500', '164743.227500', '164743.687500', '164744.147500', '164744.607500', '164745.067500', '164745.527500', '164745.987500', '164746.447500', '164746.907500', '164747.367500', '164747.827500', '164748.287500', '164748.747500', '164749.207500', '164749.667500', '164750.127500', '164750.587500', '164751.047500', '164751.507500', '164751.967500', '164752.427500', '164752.887500', '164753.347500', '164753.807500', '164754.267500', '164754.727500', '164755.187500', '164755.647500', '164756.107500', '164756.567500', '164757.027500', '164757.487500', '164757.947500', '164758.407500', '164758.867500', '164759.327500', '164759.787500', '164800.247500', '164800.707500', '164801.167500', '164801.627500', '164802.087500', '164802.547500', '164803.007500', '164803.467500', '164803.927500', '164804.387500', '164804.847500', '164805.307500', '164805.767500', '164806.227500', '164806.687500', '164807.147500', '164807.607500', '164808.067500', '164808.527500', '164808.987500', '164809.447500', '164809.907500', '164810.367500', '164810.827500', '164811.287500', '164811.747500', '164812.207500', '164812.667500', '164813.127500', '164813.587500', '164814.047500', '164814.507500', '164814.967500', '164815.427500', '164815.887500', '164816.347500', '164816.807500', '164817.267500', '164817.727500', '164818.187500', '164818.647500', '164819.107500', '164819.567500', '164820.027500', '164820.487500', '164820.947500', '164821.407500', '164821.867500', '164822.327500', '164822.787500', '164823.247500', '164823.707500', '164824.167500', '164824.627500', '164825.087500', '164825.547500', '164826.007500', '164826.467500', '164826.927500', '164827.387500', '164827.847500', '164828.307500', '164828.767500', '164829.227500', '164829.687500'], 'ContentTime': ['163858.754000', '163858.757000', '163858.760000', '163858.763000', '163858.766000', '163858.769000', '163858.773000', '163858.776000', '163858.779000', '163858.782000', '163858.785000', '163858.788000', '163858.791000', '163858.794000', '163858.797000', '163858.800000', '163858.803000', '163858.806000', '163858.811000', '163858.814000', '163858.817000', '163858.820000', '163858.823000', '163858.826000', '163858.829000', '163858.832000', '163858.835000', '163858.838000', '163858.841000', '163858.844000', '163858.847000', '163858.850000', '163858.853000', '163858.856000', '163858.859000', '163858.862000', '163858.865000', '163858.868000', '163858.871000', '163858.874000', '163858.877000', '163858.880000', '163858.884000', '163858.887000', '163858.890000', '163858.893000', '163858.896000', '163858.899000', '163858.902000', '163858.905000', '163858.908000', '163858.911000', '163858.914000', '163918.691000', '163918.694000', '163918.697000', '163918.700000', '163918.703000', '163918.706000', '163918.709000', '163918.712000', '163918.715000', '163918.725000', '163918.728000', '163918.731000', '163918.734000', '163918.737000', '163918.740000', '163918.743000', '163918.746000', '163918.749000', '163918.752000', '163918.754000', '163918.757000', '163918.760000', '163918.763000', '163918.766000', '163918.769000', '163918.772000', '163918.775000', '163918.778000', '163918.781000', '163918.784000', '163918.787000', '163918.790000', '163918.793000', '163918.796000', '163918.799000', '163918.802000', '163918.805000', '163918.807000', '163918.811000', '163918.813000', '163918.816000', '163918.819000', '163918.822000', '163918.825000', '163938.692000', '163938.695000', '163938.698000', '163938.701000', '163938.704000', '163938.707000', '163938.710000', '163938.713000', '163938.718000', '163938.722000', '163938.726000', '163938.729000', '163938.732000', '163938.734000', '163938.737000', '163938.740000', '163938.743000', '163938.746000', '163938.749000', '163938.752000', '163938.761000', '163938.764000', '163938.767000', '163938.770000', '163938.772000', '163938.775000', '163938.778000', '163938.781000', '163938.784000', '163938.787000', '163938.790000', '163938.793000', '163938.796000', '163938.799000', '163938.802000', '163938.805000', '163938.808000', '163938.810000', '163938.813000', '163938.816000', '163938.819000', '163938.822000', '163938.825000', '163958.692000', '163958.695000', '163958.698000', '163958.701000', '163958.704000', '163958.707000', '163958.710000', '163958.713000', '163958.716000', '163958.719000', '163958.721000', '163958.724000', '163958.727000', '163958.730000', '163958.733000', '163958.736000', '163958.739000', '163958.742000', '163958.745000', '163958.748000', '163958.751000', '163958.754000', '163958.757000', '163958.760000', '163958.762000', '163958.766000', '163958.768000', '163958.771000', '163958.774000', '163958.791000', '163958.794000', '163958.797000', '163958.799000', '163958.803000', '163958.808000', '163958.811000', '163958.814000', '163958.817000', '163958.820000', '163958.823000', '163958.825000', '163958.828000', '163958.831000', '163958.834000', '164018.692000', '164018.695000', '164018.698000', '164018.701000', '164018.704000', '164018.707000', '164018.710000', '164018.713000', '164018.716000', '164018.718000', '164018.721000', '164018.724000', '164018.727000', '164018.730000', '164018.733000', '164018.736000', '164018.739000', '164018.744000', '164018.749000', '164018.752000', '164018.778000', '164018.781000', '164018.784000', '164018.786000', '164018.789000', '164018.792000', '164018.795000', '164018.798000', '164018.801000', '164018.804000', '164018.807000', '164018.810000', '164018.813000', '164018.816000', '164018.819000', '164018.822000', '164018.825000', '164018.828000', '164018.831000', '164018.833000', '164018.836000', '164018.839000', '164018.842000', '164038.691000', '164038.694000', '164038.697000', '164038.700000', '164038.703000', '164038.706000', '164038.709000', '164038.712000', '164038.715000', '164038.718000', '164038.732000', '164038.735000', '164038.738000', '164038.741000', '164038.743000', '164038.746000', '164038.750000', '164038.753000', '164038.755000', '164038.758000', '164038.761000', '164038.764000', '164038.767000', '164038.770000', '164038.773000', '164038.776000', '164038.779000', '164038.782000', '164038.785000', '164038.788000', '164038.791000', '164038.794000', '164038.797000', '164038.800000', '164038.803000', '164038.806000', '164038.809000', '164038.811000', '164038.814000', '164038.817000', '164038.820000', '164038.823000', '164038.826000', '164038.829000', '164058.692000', '164058.695000', '164058.699000', '164058.701000', '164058.704000', '164058.707000', '164058.710000', '164058.713000', '164058.716000', '164058.719000', '164058.722000', '164058.725000', '164058.728000', '164058.731000', '164058.734000', '164058.737000', '164058.740000', '164058.743000', '164058.746000', '164058.749000', '164058.752000', '164058.755000', '164058.758000', '164058.761000', '164058.765000', '164058.768000', '164058.771000', '164058.774000', '164058.777000', '164058.780000', '164058.783000', '164058.786000', '164058.790000', '164058.793000', '164058.795000', '164058.798000', '164058.801000', '164058.804000', '164058.807000', '164058.810000', '164058.813000', '164058.816000', '164058.819000', '164118.691000', '164118.696000', '164118.699000', '164118.702000', '164118.705000', '164118.708000', '164118.711000', '164118.714000', '164118.717000', '164118.720000', '164118.723000', '164118.726000', '164118.729000', '164118.732000', '164118.735000', '164118.738000', '164118.741000', '164118.744000', '164118.747000', '164118.750000', '164118.753000', '164118.756000', '164118.759000', '164118.762000', '164118.765000', '164118.768000', '164118.771000', '164118.774000', '164118.776000', '164118.779000', '164118.782000', '164118.785000', '164118.788000', '164118.791000', '164118.794000', '164118.797000', '164118.800000', '164118.803000', '164118.806000', '164118.809000', '164118.812000', '164118.815000', '164118.818000', '164118.821000', '164138.691000', '164138.694000', '164138.697000', '164138.700000', '164138.703000', '164138.706000', '164138.709000', '164138.712000', '164138.715000', '164138.718000', '164138.721000', '164138.724000', '164138.727000', '164138.730000', '164138.733000', '164138.735000', '164138.738000', '164138.742000', '164138.744000', '164138.747000', '164138.750000', '164138.753000', '164138.756000', '164138.759000', '164138.775000', '164138.778000', '164138.781000', '164138.784000', '164138.787000', '164138.790000', '164138.792000', '164138.796000', '164138.798000', '164138.801000', '164138.804000', '164138.807000', '164138.810000', '164138.813000', '164138.816000', '164138.819000', '164138.822000', '164138.825000', '164138.828000', '164158.692000', '164158.695000', '164158.698000', '164158.701000', '164158.704000', '164158.707000', '164158.710000', '164158.716000', '164158.719000', '164158.722000', '164158.725000', '164158.728000', '164158.731000', '164158.733000', '164158.737000', '164158.740000', '164158.742000', '164158.745000', '164158.748000', '164158.751000', '164158.754000', '164158.757000', '164158.760000', '164158.763000', '164158.766000', '164158.769000', '164158.772000', '164158.775000', '164158.778000', '164158.781000', '164158.784000', '164158.787000', '164158.790000', '164158.793000', '164158.796000', '164158.799000', '164158.802000', '164158.804000', '164158.808000', '164158.810000', '164158.813000', '164158.816000', '164158.819000', '164158.822000', '164218.692000', '164218.695000', '164218.698000', '164218.701000', '164218.704000', '164218.707000', '164218.710000', '164218.713000', '164218.716000', '164218.719000', '164218.722000', '164218.725000', '164218.729000', '164218.732000', '164218.735000', '164218.738000', '164218.741000', '164218.744000', '164218.747000', '164218.750000', '164218.753000', '164218.756000', '164218.759000', '164218.762000', '164218.765000', '164218.768000', '164218.771000', '164218.774000', '164218.777000', '164218.780000', '164218.783000', '164218.786000', '164218.789000', '164218.792000', '164218.795000', '164218.798000', '164218.802000', '164218.805000', '164218.808000', '164218.811000', '164218.813000', '164218.816000', '164218.819000', '164238.692000', '164238.695000', '164238.698000', '164238.701000', '164238.704000', '164238.707000', '164238.710000', '164238.713000', '164238.716000', '164238.719000', '164238.722000', '164238.725000', '164238.728000', '164238.731000', '164238.734000', '164238.737000', '164238.740000', '164238.745000', '164238.748000', '164238.751000', '164238.754000', '164238.757000', '164238.760000', '164238.763000', '164238.766000', '164238.769000', '164238.772000', '164238.775000', '164238.778000', '164238.781000', '164238.784000', '164238.786000', '164238.789000', '164238.792000', '164238.795000', '164238.798000', '164238.801000', '164238.804000', '164238.807000', '164238.810000', '164238.813000', '164238.816000', '164238.819000', '164238.822000', '164258.691000', '164258.694000', '164258.697000', '164258.700000', '164258.703000', '164258.706000', '164258.709000', '164258.712000', '164258.715000', '164258.718000', '164258.721000', '164258.724000', '164258.727000', '164258.730000', '164258.733000', '164258.736000', '164258.739000', '164258.742000', '164258.744000', '164258.747000', '164258.750000', '164258.753000', '164258.756000', '164258.759000', '164258.762000', '164258.765000', '164258.768000', '164258.772000', '164258.774000', '164258.777000', '164258.780000', '164258.783000', '164258.786000', '164258.789000', '164258.792000', '164258.795000', '164258.798000', '164258.801000', '164258.804000', '164258.807000', '164258.810000', '164258.813000', '164258.816000', '164318.691000', '164318.694000', '164318.697000', '164318.700000', '164318.703000', '164318.706000', '164318.709000', '164318.712000', '164318.715000', '164318.718000', '164318.721000', '164318.723000', '164318.726000', '164318.729000', '164318.732000', '164318.735000', '164318.738000', '164318.741000', '164318.744000', '164318.747000', '164318.750000', '164318.753000', '164318.756000', '164318.759000', '164318.762000', '164318.765000', '164318.768000', '164318.771000', '164318.774000', '164318.777000', '164318.780000', '164318.783000', '164318.786000', '164318.789000', '164318.792000', '164318.795000', '164318.798000', '164318.801000', '164318.804000', '164318.806000', '164318.810000', '164318.812000', '164318.815000', '164318.818000', '164338.691000', '164338.694000', '164338.697000', '164338.700000', '164338.703000', '164338.706000', '164338.709000', '164338.712000', '164338.715000', '164338.718000', '164338.721000', '164338.724000', '164338.726000', '164338.729000', '164338.732000', '164338.735000', '164338.738000', '164338.741000', '164338.744000', '164338.747000', '164338.750000', '164338.753000', '164338.756000', '164338.759000', '164338.762000', '164338.767000', '164338.770000', '164338.773000', '164338.778000', '164338.781000', '164338.784000', '164338.787000', '164338.790000', '164338.793000', '164338.796000', '164338.799000', '164338.802000', '164338.805000', '164338.808000', '164338.811000', '164338.814000', '164338.817000', '164338.820000', '164358.691000', '164358.694000', '164358.697000', '164358.700000', '164358.703000', '164358.706000', '164358.709000', '164358.712000', '164358.715000', '164358.718000', '164358.720000', '164358.724000', '164358.726000', '164358.729000', '164358.732000', '164358.735000', '164358.738000', '164358.741000', '164358.744000', '164358.747000', '164358.750000', '164358.753000', '164358.756000', '164358.759000', '164358.762000', '164358.765000', '164358.768000', '164358.771000', '164358.774000', '164358.777000', '164358.780000', '164358.783000', '164358.786000', '164358.788000', '164358.791000', '164358.794000', '164358.797000', '164358.800000', '164358.803000', '164358.806000', '164358.809000', '164358.812000', '164358.815000', '164358.818000', '164418.692000', '164418.695000', '164418.698000', '164418.701000', '164418.704000', '164418.707000', '164418.710000', '164418.713000', '164418.716000', '164418.719000', '164418.722000', '164418.725000', '164418.728000', '164418.731000', '164418.734000', '164418.736000', '164418.739000', '164418.742000', '164418.745000', '164418.748000', '164418.751000', '164418.754000', '164418.757000', '164418.760000', '164418.763000', '164418.766000', '164418.769000', '164418.771000', '164418.774000', '164418.777000', '164418.780000', '164418.783000', '164418.786000', '164418.789000', '164418.792000', '164418.795000', '164418.798000', '164418.801000', '164418.804000', '164418.807000', '164418.810000', '164418.813000', '164418.815000', '164438.692000', '164438.695000', '164438.711000', '164438.714000', '164438.717000', '164438.720000', '164438.723000', '164438.726000', '164438.729000', '164438.731000', '164438.734000', '164438.737000', '164438.740000', '164438.743000', '164438.746000', '164438.749000', '164438.752000', '164438.755000', '164438.758000', '164438.761000', '164438.764000', '164438.767000', '164438.770000', '164438.773000', '164438.776000', '164438.779000', '164438.782000', '164438.785000', '164438.787000', '164438.790000', '164438.793000', '164438.796000', '164438.799000', '164438.802000', '164438.805000', '164438.808000', '164438.811000', '164438.814000', '164438.817000', '164438.820000', '164438.823000', '164438.825000', '164438.828000', '164438.831000', '164458.692000', '164458.695000', '164458.698000', '164458.701000', '164458.704000', '164458.707000', '164458.710000', '164458.713000', '164458.716000', '164458.719000', '164458.722000', '164458.724000', '164458.728000', '164458.730000', '164458.733000', '164458.736000', '164458.739000', '164458.742000', '164458.745000', '164458.748000', '164458.751000', '164458.754000', '164458.757000', '164458.760000', '164458.763000', '164458.766000', '164458.769000', '164458.772000', '164458.775000', '164458.778000', '164458.780000', '164458.783000', '164458.786000', '164458.789000', '164458.792000', '164458.795000', '164458.798000', '164458.801000', '164458.805000', '164458.809000', '164458.812000', '164458.814000', '164458.817000', '164518.691000', '164518.694000', '164518.697000', '164518.700000', '164518.703000', '164518.706000', '164518.709000', '164518.712000', '164518.715000', '164518.718000', '164518.721000', '164518.724000', '164518.726000', '164518.730000', '164518.733000', '164518.736000', '164518.738000', '164518.741000', '164518.744000', '164518.747000', '164518.750000', '164518.753000', '164518.756000', '164518.759000', '164518.762000', '164518.765000', '164518.768000', '164518.771000', '164518.774000', '164518.784000', '164518.787000', '164518.790000', '164518.793000', '164518.796000', '164518.799000', '164518.802000', '164518.806000', '164518.809000', '164518.812000', '164518.815000', '164518.818000', '164518.821000', '164518.824000', '164518.827000', '164538.691000', '164538.694000', '164538.697000', '164538.700000', '164538.703000', '164538.706000', '164538.709000', '164538.712000', '164538.715000', '164538.718000', '164538.721000', '164538.724000', '164538.726000', '164538.729000', '164538.732000', '164538.735000', '164538.738000', '164538.741000', '164538.744000', '164538.747000', '164538.750000', '164538.753000', '164538.756000', '164538.759000', '164538.762000', '164538.765000', '164538.768000', '164538.771000', '164538.774000', '164538.777000', '164538.779000', '164538.782000', '164538.785000', '164538.788000', '164538.791000', '164538.794000', '164538.797000', '164538.800000', '164538.803000', '164538.806000', '164538.809000', '164538.811000', '164538.814000', '164558.691000', '164558.694000', '164558.697000', '164558.700000', '164558.703000', '164558.706000', '164558.709000', '164558.712000', '164558.715000', '164558.718000', '164558.721000', '164558.723000', '164558.727000', '164558.742000', '164558.745000', '164558.747000', '164558.750000', '164558.753000', '164558.756000', '164558.759000', '164558.762000', '164558.765000', '164558.768000', '164558.771000', '164558.774000', '164558.777000', '164558.780000', '164558.783000', '164558.786000', '164558.789000', '164558.792000', '164558.795000', '164558.798000', '164558.801000', '164558.804000', '164558.807000', '164558.810000', '164558.813000', '164558.816000', '164558.819000', '164558.822000', '164558.825000', '164558.828000', '164558.830000', '164618.691000', '164618.694000', '164618.697000', '164618.700000', '164618.703000', '164618.706000', '164618.709000', '164618.712000', '164618.715000', '164618.718000', '164618.721000', '164618.724000', '164618.727000', '164618.730000', '164618.733000', '164618.736000', '164618.739000', '164618.742000', '164618.745000', '164618.748000', '164618.751000', '164618.753000', '164618.757000', '164618.759000', '164618.762000', '164618.765000', '164618.768000', '164618.771000', '164618.774000', '164618.777000', '164618.780000', '164618.783000', '164618.786000', '164618.789000', '164618.792000', '164618.795000', '164618.798000', '164618.801000', '164618.804000', '164618.807000', '164618.810000', '164618.813000', '164618.816000', '164638.692000', '164638.696000', '164638.701000', '164638.704000', '164638.707000', '164638.710000', '164638.713000', '164638.716000', '164638.719000', '164638.722000', '164638.725000', '164638.728000', '164638.731000', '164638.734000', '164638.737000', '164638.740000', '164638.743000', '164638.746000', '164638.748000', '164638.751000', '164638.754000', '164638.757000', '164638.760000', '164638.763000', '164638.766000', '164638.769000', '164638.772000', '164638.775000', '164638.778000', '164638.781000', '164638.784000', '164638.787000', '164638.790000', '164638.793000', '164638.796000', '164638.799000', '164638.801000', '164638.804000', '164638.807000', '164638.810000', '164638.814000', '164638.816000', '164638.819000', '164658.692000', '164658.695000', '164658.698000', '164658.701000', '164658.704000', '164658.707000', '164658.710000', '164658.713000', '164658.716000', '164658.719000', '164658.722000', '164658.725000', '164658.728000', '164658.731000', '164658.734000', '164658.737000', '164658.740000', '164658.743000', '164658.746000', '164658.749000', '164658.752000', '164658.754000', '164658.758000', '164658.761000', '164658.763000', '164658.766000', '164658.769000', '164658.772000', '164658.775000', '164658.778000', '164658.783000', '164658.786000', '164658.789000', '164658.792000', '164658.795000', '164658.798000', '164658.801000', '164658.804000', '164658.807000', '164658.810000', '164658.813000', '164658.816000', '164658.819000', '164658.822000', '164718.692000', '164718.695000', '164718.698000', '164718.701000', '164718.704000', '164718.707000', '164718.711000', '164718.717000', '164718.720000', '164718.723000', '164718.741000', '164718.744000', '164718.747000', '164718.750000', '164718.753000', '164718.756000', '164718.759000', '164718.762000', '164718.765000', '164718.768000', '164718.771000', '164718.774000', '164718.777000', '164718.780000', '164718.783000', '164718.786000', '164718.789000', '164718.792000', '164718.795000', '164718.798000', '164718.801000', '164718.804000', '164718.807000', '164718.810000', '164718.813000', '164718.816000', '164718.818000', '164718.821000', '164718.824000', '164718.827000', '164718.830000', '164718.833000', '164718.836000', '164738.691000', '164738.694000', '164738.697000', '164738.700000', '164738.703000', '164738.706000', '164738.709000', '164738.712000', '164738.715000', '164738.718000', '164738.721000', '164738.724000', '164738.727000', '164738.730000', '164738.733000', '164738.736000', '164738.739000', '164738.742000', '164738.745000', '164738.748000', '164738.751000', '164738.754000', '164738.757000', '164738.760000', '164738.762000', '164738.766000', '164738.768000', '164738.771000', '164738.774000', '164738.783000', '164738.786000', '164738.788000', '164738.791000', '164738.795000', '164738.797000', '164738.800000', '164738.803000', '164738.806000', '164738.809000', '164738.812000', '164738.815000', '164738.818000', '164738.821000', '164738.824000', '164758.691000', '164758.694000', '164758.697000', '164758.700000', '164758.703000', '164758.706000', '164758.709000', '164758.712000', '164758.715000', '164758.718000', '164758.721000', '164758.726000', '164758.730000', '164758.734000', '164758.737000', '164758.740000', '164758.743000', '164758.746000', '164758.749000', '164758.752000', '164758.754000', '164758.757000', '164758.760000', '164758.763000', '164758.766000', '164758.769000', '164758.772000', '164758.775000', '164758.778000', '164758.781000', '164758.784000', '164758.787000', '164758.790000', '164758.793000', '164758.796000', '164758.799000', '164758.802000', '164758.805000', '164758.808000', '164758.811000', '164758.814000', '164758.817000', '164758.820000', '164818.691000', '164818.694000', '164818.697000', '164818.700000', '164818.703000', '164818.706000', '164818.709000', '164818.712000', '164818.715000', '164818.718000', '164818.721000', '164818.724000', '164818.727000', '164818.730000', '164818.732000', '164818.735000', '164818.738000', '164818.741000', '164818.744000', '164818.747000', '164818.750000', '164818.753000', '164818.756000', '164818.759000', '164818.762000', '164818.765000', '164818.768000', '164818.771000', '164818.774000', '164818.777000', '164818.780000', '164818.782000', '164818.785000', '164818.788000', '164818.791000', '164818.794000', '164818.797000', '164818.800000', '164818.803000', '164818.806000', '164818.809000', '164818.812000', '164818.815000', '164818.817000', '164830.992000', '164830.996000', '164831.006000', '164831.009000', '164831.013000', '164831.016000', '164831.019000', '164831.023000', '164831.026000', '164831.029000', '164831.032000', '164831.035000', '164831.039000', '164831.042000', '164831.045000', '164831.048000', '164831.051000', '164831.054000', '164831.057000', '164831.061000', '164831.073000', '164831.076000', '164831.079000', '164831.082000', '164831.085000', '164831.088000', '164831.092000'], 'InstanceCreationTime': ['163858.754000', '163858.757000', '163858.760000', '163858.763000', '163858.766000', '163858.769000', '163858.773000', '163858.776000', '163858.779000', '163858.782000', '163858.785000', '163858.788000', '163858.791000', '163858.794000', '163858.797000', '163858.800000', '163858.803000', '163858.806000', '163858.811000', '163858.814000', '163858.817000', '163858.820000', '163858.823000', '163858.826000', '163858.829000', '163858.832000', '163858.835000', '163858.838000', '163858.841000', '163858.844000', '163858.847000', '163858.850000', '163858.853000', '163858.856000', '163858.859000', '163858.862000', '163858.865000', '163858.868000', '163858.871000', '163858.874000', '163858.877000', '163858.880000', '163858.884000', '163858.887000', '163858.890000', '163858.893000', '163858.896000', '163858.899000', '163858.902000', '163858.905000', '163858.908000', '163858.911000', '163858.914000', '163918.691000', '163918.694000', '163918.697000', '163918.700000', '163918.703000', '163918.706000', '163918.709000', '163918.712000', '163918.715000', '163918.725000', '163918.728000', '163918.731000', '163918.734000', '163918.737000', '163918.740000', '163918.743000', '163918.746000', '163918.749000', '163918.752000', '163918.754000', '163918.757000', '163918.760000', '163918.763000', '163918.766000', '163918.769000', '163918.772000', '163918.775000', '163918.778000', '163918.781000', '163918.784000', '163918.787000', '163918.790000', '163918.793000', '163918.796000', '163918.799000', '163918.802000', '163918.805000', '163918.807000', '163918.811000', '163918.813000', '163918.816000', '163918.819000', '163918.822000', '163918.825000', '163938.692000', '163938.695000', '163938.698000', '163938.701000', '163938.704000', '163938.707000', '163938.710000', '163938.713000', '163938.718000', '163938.722000', '163938.726000', '163938.729000', '163938.732000', '163938.734000', '163938.737000', '163938.740000', '163938.743000', '163938.746000', '163938.749000', '163938.752000', '163938.761000', '163938.764000', '163938.767000', '163938.770000', '163938.772000', '163938.775000', '163938.778000', '163938.781000', '163938.784000', '163938.787000', '163938.790000', '163938.793000', '163938.796000', '163938.799000', '163938.802000', '163938.805000', '163938.808000', '163938.810000', '163938.813000', '163938.816000', '163938.819000', '163938.822000', '163938.825000', '163958.692000', '163958.695000', '163958.698000', '163958.701000', '163958.704000', '163958.707000', '163958.710000', '163958.713000', '163958.716000', '163958.719000', '163958.721000', '163958.724000', '163958.727000', '163958.730000', '163958.733000', '163958.736000', '163958.739000', '163958.742000', '163958.745000', '163958.748000', '163958.751000', '163958.754000', '163958.757000', '163958.760000', '163958.762000', '163958.766000', '163958.768000', '163958.771000', '163958.774000', '163958.791000', '163958.794000', '163958.797000', '163958.799000', '163958.803000', '163958.808000', '163958.811000', '163958.814000', '163958.817000', '163958.820000', '163958.823000', '163958.825000', '163958.828000', '163958.831000', '163958.834000', '164018.692000', '164018.695000', '164018.698000', '164018.701000', '164018.704000', '164018.707000', '164018.710000', '164018.713000', '164018.716000', '164018.718000', '164018.721000', '164018.724000', '164018.727000', '164018.730000', '164018.733000', '164018.736000', '164018.739000', '164018.744000', '164018.749000', '164018.752000', '164018.778000', '164018.781000', '164018.784000', '164018.786000', '164018.789000', '164018.792000', '164018.795000', '164018.798000', '164018.801000', '164018.804000', '164018.807000', '164018.810000', '164018.813000', '164018.816000', '164018.819000', '164018.822000', '164018.825000', '164018.828000', '164018.831000', '164018.833000', '164018.836000', '164018.839000', '164018.842000', '164038.691000', '164038.694000', '164038.697000', '164038.700000', '164038.703000', '164038.706000', '164038.709000', '164038.712000', '164038.715000', '164038.718000', '164038.732000', '164038.735000', '164038.738000', '164038.741000', '164038.743000', '164038.746000', '164038.750000', '164038.753000', '164038.755000', '164038.758000', '164038.761000', '164038.764000', '164038.767000', '164038.770000', '164038.773000', '164038.776000', '164038.779000', '164038.782000', '164038.785000', '164038.788000', '164038.791000', '164038.794000', '164038.797000', '164038.800000', '164038.803000', '164038.806000', '164038.809000', '164038.811000', '164038.814000', '164038.817000', '164038.820000', '164038.823000', '164038.826000', '164038.829000', '164058.692000', '164058.695000', '164058.699000', '164058.701000', '164058.704000', '164058.707000', '164058.710000', '164058.713000', '164058.716000', '164058.719000', '164058.722000', '164058.725000', '164058.728000', '164058.731000', '164058.734000', '164058.737000', '164058.740000', '164058.743000', '164058.746000', '164058.749000', '164058.752000', '164058.755000', '164058.758000', '164058.761000', '164058.765000', '164058.768000', '164058.771000', '164058.774000', '164058.777000', '164058.780000', '164058.783000', '164058.786000', '164058.790000', '164058.793000', '164058.795000', '164058.798000', '164058.801000', '164058.804000', '164058.807000', '164058.810000', '164058.813000', '164058.816000', '164058.819000', '164118.691000', '164118.696000', '164118.699000', '164118.702000', '164118.705000', '164118.708000', '164118.711000', '164118.714000', '164118.717000', '164118.720000', '164118.723000', '164118.726000', '164118.729000', '164118.732000', '164118.735000', '164118.738000', '164118.741000', '164118.744000', '164118.747000', '164118.750000', '164118.753000', '164118.756000', '164118.759000', '164118.762000', '164118.765000', '164118.768000', '164118.771000', '164118.774000', '164118.776000', '164118.779000', '164118.782000', '164118.785000', '164118.788000', '164118.791000', '164118.794000', '164118.797000', '164118.800000', '164118.803000', '164118.806000', '164118.809000', '164118.812000', '164118.815000', '164118.818000', '164118.821000', '164138.691000', '164138.694000', '164138.697000', '164138.700000', '164138.703000', '164138.706000', '164138.709000', '164138.712000', '164138.715000', '164138.718000', '164138.721000', '164138.724000', '164138.727000', '164138.730000', '164138.733000', '164138.735000', '164138.738000', '164138.742000', '164138.744000', '164138.747000', '164138.750000', '164138.753000', '164138.756000', '164138.759000', '164138.775000', '164138.778000', '164138.781000', '164138.784000', '164138.787000', '164138.790000', '164138.792000', '164138.796000', '164138.798000', '164138.801000', '164138.804000', '164138.807000', '164138.810000', '164138.813000', '164138.816000', '164138.819000', '164138.822000', '164138.825000', '164138.828000', '164158.692000', '164158.695000', '164158.698000', '164158.701000', '164158.704000', '164158.707000', '164158.710000', '164158.716000', '164158.719000', '164158.722000', '164158.725000', '164158.728000', '164158.731000', '164158.733000', '164158.737000', '164158.740000', '164158.742000', '164158.745000', '164158.748000', '164158.751000', '164158.754000', '164158.757000', '164158.760000', '164158.763000', '164158.766000', '164158.769000', '164158.772000', '164158.775000', '164158.778000', '164158.781000', '164158.784000', '164158.787000', '164158.790000', '164158.793000', '164158.796000', '164158.799000', '164158.802000', '164158.804000', '164158.808000', '164158.810000', '164158.813000', '164158.816000', '164158.819000', '164158.822000', '164218.692000', '164218.695000', '164218.698000', '164218.701000', '164218.704000', '164218.707000', '164218.710000', '164218.713000', '164218.716000', '164218.719000', '164218.722000', '164218.725000', '164218.729000', '164218.732000', '164218.735000', '164218.738000', '164218.741000', '164218.744000', '164218.747000', '164218.750000', '164218.753000', '164218.756000', '164218.759000', '164218.762000', '164218.765000', '164218.768000', '164218.771000', '164218.774000', '164218.777000', '164218.780000', '164218.783000', '164218.786000', '164218.789000', '164218.792000', '164218.795000', '164218.798000', '164218.802000', '164218.805000', '164218.808000', '164218.811000', '164218.813000', '164218.816000', '164218.819000', '164238.692000', '164238.695000', '164238.698000', '164238.701000', '164238.704000', '164238.707000', '164238.710000', '164238.713000', '164238.716000', '164238.719000', '164238.722000', '164238.725000', '164238.728000', '164238.731000', '164238.734000', '164238.737000', '164238.740000', '164238.745000', '164238.748000', '164238.751000', '164238.754000', '164238.757000', '164238.760000', '164238.763000', '164238.766000', '164238.769000', '164238.772000', '164238.775000', '164238.778000', '164238.781000', '164238.784000', '164238.786000', '164238.789000', '164238.792000', '164238.795000', '164238.798000', '164238.801000', '164238.804000', '164238.807000', '164238.810000', '164238.813000', '164238.816000', '164238.819000', '164238.822000', '164258.691000', '164258.694000', '164258.697000', '164258.700000', '164258.703000', '164258.706000', '164258.709000', '164258.712000', '164258.715000', '164258.718000', '164258.721000', '164258.724000', '164258.727000', '164258.730000', '164258.733000', '164258.736000', '164258.739000', '164258.742000', '164258.744000', '164258.747000', '164258.750000', '164258.753000', '164258.756000', '164258.759000', '164258.762000', '164258.765000', '164258.768000', '164258.772000', '164258.774000', '164258.777000', '164258.780000', '164258.783000', '164258.786000', '164258.789000', '164258.792000', '164258.795000', '164258.798000', '164258.801000', '164258.804000', '164258.807000', '164258.810000', '164258.813000', '164258.816000', '164318.691000', '164318.694000', '164318.697000', '164318.700000', '164318.703000', '164318.706000', '164318.709000', '164318.712000', '164318.715000', '164318.718000', '164318.721000', '164318.723000', '164318.726000', '164318.729000', '164318.732000', '164318.735000', '164318.738000', '164318.741000', '164318.744000', '164318.747000', '164318.750000', '164318.753000', '164318.756000', '164318.759000', '164318.762000', '164318.765000', '164318.768000', '164318.771000', '164318.774000', '164318.777000', '164318.780000', '164318.783000', '164318.786000', '164318.789000', '164318.792000', '164318.795000', '164318.798000', '164318.801000', '164318.804000', '164318.806000', '164318.810000', '164318.812000', '164318.815000', '164318.818000', '164338.691000', '164338.694000', '164338.697000', '164338.700000', '164338.703000', '164338.706000', '164338.709000', '164338.712000', '164338.715000', '164338.718000', '164338.721000', '164338.724000', '164338.726000', '164338.729000', '164338.732000', '164338.735000', '164338.738000', '164338.741000', '164338.744000', '164338.747000', '164338.750000', '164338.753000', '164338.756000', '164338.759000', '164338.762000', '164338.767000', '164338.770000', '164338.773000', '164338.778000', '164338.781000', '164338.784000', '164338.787000', '164338.790000', '164338.793000', '164338.796000', '164338.799000', '164338.802000', '164338.805000', '164338.808000', '164338.811000', '164338.814000', '164338.817000', '164338.820000', '164358.691000', '164358.694000', '164358.697000', '164358.700000', '164358.703000', '164358.706000', '164358.709000', '164358.712000', '164358.715000', '164358.718000', '164358.720000', '164358.724000', '164358.726000', '164358.729000', '164358.732000', '164358.735000', '164358.738000', '164358.741000', '164358.744000', '164358.747000', '164358.750000', '164358.753000', '164358.756000', '164358.759000', '164358.762000', '164358.765000', '164358.768000', '164358.771000', '164358.774000', '164358.777000', '164358.780000', '164358.783000', '164358.786000', '164358.788000', '164358.791000', '164358.794000', '164358.797000', '164358.800000', '164358.803000', '164358.806000', '164358.809000', '164358.812000', '164358.815000', '164358.818000', '164418.692000', '164418.695000', '164418.698000', '164418.701000', '164418.704000', '164418.707000', '164418.710000', '164418.713000', '164418.716000', '164418.719000', '164418.722000', '164418.725000', '164418.728000', '164418.731000', '164418.734000', '164418.736000', '164418.739000', '164418.742000', '164418.745000', '164418.748000', '164418.751000', '164418.754000', '164418.757000', '164418.760000', '164418.763000', '164418.766000', '164418.769000', '164418.771000', '164418.774000', '164418.777000', '164418.780000', '164418.783000', '164418.786000', '164418.789000', '164418.792000', '164418.795000', '164418.798000', '164418.801000', '164418.804000', '164418.807000', '164418.810000', '164418.813000', '164418.815000', '164438.692000', '164438.695000', '164438.711000', '164438.714000', '164438.717000', '164438.720000', '164438.723000', '164438.726000', '164438.729000', '164438.731000', '164438.734000', '164438.737000', '164438.740000', '164438.743000', '164438.746000', '164438.749000', '164438.752000', '164438.755000', '164438.758000', '164438.761000', '164438.764000', '164438.767000', '164438.770000', '164438.773000', '164438.776000', '164438.779000', '164438.782000', '164438.785000', '164438.787000', '164438.790000', '164438.793000', '164438.796000', '164438.799000', '164438.802000', '164438.805000', '164438.808000', '164438.811000', '164438.814000', '164438.817000', '164438.820000', '164438.823000', '164438.825000', '164438.828000', '164438.831000', '164458.692000', '164458.695000', '164458.698000', '164458.701000', '164458.704000', '164458.707000', '164458.710000', '164458.713000', '164458.716000', '164458.719000', '164458.722000', '164458.724000', '164458.728000', '164458.730000', '164458.733000', '164458.736000', '164458.739000', '164458.742000', '164458.745000', '164458.748000', '164458.751000', '164458.754000', '164458.757000', '164458.760000', '164458.763000', '164458.766000', '164458.769000', '164458.772000', '164458.775000', '164458.778000', '164458.780000', '164458.783000', '164458.786000', '164458.789000', '164458.792000', '164458.795000', '164458.798000', '164458.801000', '164458.805000', '164458.809000', '164458.812000', '164458.814000', '164458.817000', '164518.691000', '164518.694000', '164518.697000', '164518.700000', '164518.703000', '164518.706000', '164518.709000', '164518.712000', '164518.715000', '164518.718000', '164518.721000', '164518.724000', '164518.726000', '164518.730000', '164518.733000', '164518.736000', '164518.738000', '164518.741000', '164518.744000', '164518.747000', '164518.750000', '164518.753000', '164518.756000', '164518.759000', '164518.762000', '164518.765000', '164518.768000', '164518.771000', '164518.774000', '164518.784000', '164518.787000', '164518.790000', '164518.793000', '164518.796000', '164518.799000', '164518.802000', '164518.806000', '164518.809000', '164518.812000', '164518.815000', '164518.818000', '164518.821000', '164518.824000', '164518.827000', '164538.691000', '164538.694000', '164538.697000', '164538.700000', '164538.703000', '164538.706000', '164538.709000', '164538.712000', '164538.715000', '164538.718000', '164538.721000', '164538.724000', '164538.726000', '164538.729000', '164538.732000', '164538.735000', '164538.738000', '164538.741000', '164538.744000', '164538.747000', '164538.750000', '164538.753000', '164538.756000', '164538.759000', '164538.762000', '164538.765000', '164538.768000', '164538.771000', '164538.774000', '164538.777000', '164538.779000', '164538.782000', '164538.785000', '164538.788000', '164538.791000', '164538.794000', '164538.797000', '164538.800000', '164538.803000', '164538.806000', '164538.809000', '164538.811000', '164538.814000', '164558.691000', '164558.694000', '164558.697000', '164558.700000', '164558.703000', '164558.706000', '164558.709000', '164558.712000', '164558.715000', '164558.718000', '164558.721000', '164558.723000', '164558.727000', '164558.742000', '164558.745000', '164558.747000', '164558.750000', '164558.753000', '164558.756000', '164558.759000', '164558.762000', '164558.765000', '164558.768000', '164558.771000', '164558.774000', '164558.777000', '164558.780000', '164558.783000', '164558.786000', '164558.789000', '164558.792000', '164558.795000', '164558.798000', '164558.801000', '164558.804000', '164558.807000', '164558.810000', '164558.813000', '164558.816000', '164558.819000', '164558.822000', '164558.825000', '164558.828000', '164558.830000', '164618.691000', '164618.694000', '164618.697000', '164618.700000', '164618.703000', '164618.706000', '164618.709000', '164618.712000', '164618.715000', '164618.718000', '164618.721000', '164618.724000', '164618.727000', '164618.730000', '164618.733000', '164618.736000', '164618.739000', '164618.742000', '164618.745000', '164618.748000', '164618.751000', '164618.753000', '164618.757000', '164618.759000', '164618.762000', '164618.765000', '164618.768000', '164618.771000', '164618.774000', '164618.777000', '164618.780000', '164618.783000', '164618.786000', '164618.789000', '164618.792000', '164618.795000', '164618.798000', '164618.801000', '164618.804000', '164618.807000', '164618.810000', '164618.813000', '164618.816000', '164638.692000', '164638.696000', '164638.701000', '164638.704000', '164638.707000', '164638.710000', '164638.713000', '164638.716000', '164638.719000', '164638.722000', '164638.725000', '164638.728000', '164638.731000', '164638.734000', '164638.737000', '164638.740000', '164638.743000', '164638.746000', '164638.748000', '164638.751000', '164638.754000', '164638.757000', '164638.760000', '164638.763000', '164638.766000', '164638.769000', '164638.772000', '164638.775000', '164638.778000', '164638.781000', '164638.784000', '164638.787000', '164638.790000', '164638.793000', '164638.796000', '164638.799000', '164638.801000', '164638.804000', '164638.807000', '164638.810000', '164638.814000', '164638.816000', '164638.819000', '164658.692000', '164658.695000', '164658.698000', '164658.701000', '164658.704000', '164658.707000', '164658.710000', '164658.713000', '164658.716000', '164658.719000', '164658.722000', '164658.725000', '164658.728000', '164658.731000', '164658.734000', '164658.737000', '164658.740000', '164658.743000', '164658.746000', '164658.749000', '164658.752000', '164658.754000', '164658.758000', '164658.761000', '164658.763000', '164658.766000', '164658.769000', '164658.772000', '164658.775000', '164658.778000', '164658.783000', '164658.786000', '164658.789000', '164658.792000', '164658.795000', '164658.798000', '164658.801000', '164658.804000', '164658.807000', '164658.810000', '164658.813000', '164658.816000', '164658.819000', '164658.822000', '164718.692000', '164718.695000', '164718.698000', '164718.701000', '164718.704000', '164718.707000', '164718.711000', '164718.717000', '164718.720000', '164718.723000', '164718.741000', '164718.744000', '164718.747000', '164718.750000', '164718.753000', '164718.756000', '164718.759000', '164718.762000', '164718.765000', '164718.768000', '164718.771000', '164718.774000', '164718.777000', '164718.780000', '164718.783000', '164718.786000', '164718.789000', '164718.792000', '164718.795000', '164718.798000', '164718.801000', '164718.804000', '164718.807000', '164718.810000', '164718.813000', '164718.816000', '164718.818000', '164718.821000', '164718.824000', '164718.827000', '164718.830000', '164718.833000', '164718.836000', '164738.691000', '164738.694000', '164738.697000', '164738.700000', '164738.703000', '164738.706000', '164738.709000', '164738.712000', '164738.715000', '164738.718000', '164738.721000', '164738.724000', '164738.727000', '164738.730000', '164738.733000', '164738.736000', '164738.739000', '164738.742000', '164738.745000', '164738.748000', '164738.751000', '164738.754000', '164738.757000', '164738.760000', '164738.762000', '164738.766000', '164738.768000', '164738.771000', '164738.774000', '164738.783000', '164738.786000', '164738.788000', '164738.791000', '164738.795000', '164738.797000', '164738.800000', '164738.803000', '164738.806000', '164738.809000', '164738.812000', '164738.815000', '164738.818000', '164738.821000', '164738.824000', '164758.691000', '164758.694000', '164758.697000', '164758.700000', '164758.703000', '164758.706000', '164758.709000', '164758.712000', '164758.715000', '164758.718000', '164758.721000', '164758.726000', '164758.730000', '164758.734000', '164758.737000', '164758.740000', '164758.743000', '164758.746000', '164758.749000', '164758.752000', '164758.754000', '164758.757000', '164758.760000', '164758.763000', '164758.766000', '164758.769000', '164758.772000', '164758.775000', '164758.778000', '164758.781000', '164758.784000', '164758.787000', '164758.790000', '164758.793000', '164758.796000', '164758.799000', '164758.802000', '164758.805000', '164758.808000', '164758.811000', '164758.814000', '164758.817000', '164758.820000', '164818.691000', '164818.694000', '164818.697000', '164818.700000', '164818.703000', '164818.706000', '164818.709000', '164818.712000', '164818.715000', '164818.718000', '164818.721000', '164818.724000', '164818.727000', '164818.730000', '164818.732000', '164818.735000', '164818.738000', '164818.741000', '164818.744000', '164818.747000', '164818.750000', '164818.753000', '164818.756000', '164818.759000', '164818.762000', '164818.765000', '164818.768000', '164818.771000', '164818.774000', '164818.777000', '164818.780000', '164818.782000', '164818.785000', '164818.788000', '164818.791000', '164818.794000', '164818.797000', '164818.800000', '164818.803000', '164818.806000', '164818.809000', '164818.812000', '164818.815000', '164818.817000', '164830.992000', '164830.996000', '164831.006000', '164831.009000', '164831.013000', '164831.016000', '164831.019000', '164831.023000', '164831.026000', '164831.029000', '164831.032000', '164831.035000', '164831.039000', '164831.042000', '164831.045000', '164831.048000', '164831.051000', '164831.054000', '164831.057000', '164831.061000', '164831.073000', '164831.076000', '164831.079000', '164831.082000', '164831.085000', '164831.088000', '164831.092000'], '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], 'LargestImagePixelValue': [9411, 8010, 12341, 9484, 8155, 14366, 8202, 18424, 12257, 17496, 12194, 17369, 10836, 13583, 7827, 11779, 8624, 11783, 8518, 12470, 8061, 8434, 7551, 13954, 8518, 12179, 8755, 11896, 7461, 11925, 8424, 11423, 8351, 11941, 8602, 12160, 8462, 12163, 9132, 13543, 10221, 15174, 7640, 8553, 11201, 7609, 14367, 9150, 8632, 11363, 20272, 14796, 15094, 9607, 11731, 7649, 13122, 9522, 13100, 9048, 9340, 7793, 13297, 8608, 13775, 9599, 14553, 7999, 12133, 8195, 11292, 7668, 10959, 7554, 10400, 7254, 10988, 13827, 7804, 15086, 10233, 13773, 8118, 12236, 8244, 11416, 7760, 11782, 7467, 11469, 7287, 10410, 7309, 9909, 7399, 10730, 7306, 10620, 8350, 7507, 10441, 8148, 7297, 8691, 8513, 7686, 17898, 9722, 14436, 9244, 8818, 7470, 7533, 7729, 7328, 11840, 8288, 12610, 9504, 8960, 16864, 11257, 17525, 20034, 14639, 15240, 11134, 12177, 8485, 11365, 7413, 11058, 7598, 9099, 9305, 7456, 8037, 7286, 11325, 7288, 12368, 8382, 12200, 8336, 10771, 7553, 11056, 7335, 8835, 7592, 8398, 12244, 8835, 7249, 7667, 17815, 8724, 14466, 7916, 10976, 7322, 10399, 7431, 10533, 7377, 7576, 10364, 7455, 13588, 8492, 11682, 7525, 13136, 7799, 11033, 7762, 7480, 11920, 7831, 7332, 7753, 7456, 9723, 8493, 7738, 13080, 7939, 8779, 7690, 7231, 8981, 14273, 8950, 10720, 8795, 7847, 9318, 7449, 13490, 9526, 11569, 9076, 7475, 14934, 9836, 17347, 11487, 14456, 10029, 17012, 10324, 16884, 11934, 11784, 7483, 7453, 7774, 7380, 10710, 8060, 7430, 8425, 7283, 10361, 12025, 11512, 11074, 10172, 8717, 8393, 9198, 8671, 8569, 10847, 7265, 12223, 7812, 13083, 9158, 14889, 9844, 16233, 9006, 13417, 8633, 13803, 8997, 12917, 9204, 7365, 8096, 7402, 10629, 7322, 10179, 9469, 11815, 7218, 10621, 7352, 11649, 7272, 9412, 7659, 9513, 7406, 10889, 7288, 11247, 7604, 8111, 15075, 8860, 8955, 7465, 11059, 7702, 15174, 9127, 12664, 8802, 12233, 7474, 9788, 7668, 12122, 7992, 12667, 9063, 9533, 8433, 7638, 11101, 7324, 15651, 12458, 12952, 7458, 8525, 7328, 8556, 7391, 8932, 7612, 10661, 7354, 11407, 7479, 11275, 7861, 13882, 8915, 15617, 8519, 13128, 8253, 12282, 7393, 11644, 7298, 11091, 7222, 11050, 7403, 10765, 7426, 12790, 7278, 11140, 7433, 11105, 11117, 7446, 16235, 8195, 8491, 7731, 12965, 8284, 13165, 8413, 12754, 8397, 12183, 7900, 11883, 8452, 13948, 9751, 13154, 7697, 12570, 8263, 12511, 8142, 8677, 10905, 7565, 10492, 8160, 7435, 12522, 10697, 17544, 12910, 14877, 9769, 15474, 9383, 13201, 7830, 12624, 7622, 10666, 7477, 10840, 7710, 9448, 10155, 7688, 7240, 7599, 10393, 7452, 12135, 7988, 12439, 8546, 9853, 7667, 15717, 8663, 15688, 10850, 16687, 8908, 13775, 7615, 11817, 8143, 11618, 8359, 10330, 7607, 14374, 8360, 12507, 9175, 11694, 7448, 8853, 7519, 8007, 9092, 9857, 11437, 7351, 10201, 17623, 11704, 16424, 11961, 14000, 10552, 9569, 7591, 7518, 7532, 7444, 10127, 8161, 7361, 13651, 8908, 18334, 18945, 14238, 15472, 11365, 11672, 7476, 11705, 7848, 11577, 7880, 10783, 7557, 10493, 7443, 8821, 7606, 9749, 7417, 9769, 8964, 7642, 7372, 7519, 7999, 7503, 14347, 8346, 12816, 8848, 11743, 7638, 11797, 8333, 11415, 7452, 10505, 7633, 8330, 7498, 8141, 7598, 8930, 10417, 7654, 15202, 8623, 8825, 7762, 15424, 8564, 12473, 7511, 10667, 7505, 10487, 7417, 9336, 7368, 7756, 14295, 8177, 13984, 9023, 12503, 7804, 11640, 8408, 11284, 7910, 8804, 7603, 9146, 7495, 9928, 8304, 7714, 14613, 8588, 8318, 7417, 7441, 8998, 7784, 11509, 8528, 7674, 10965, 19813, 13392, 15732, 8952, 8336, 15136, 8191, 12077, 7814, 11235, 7648, 9454, 7444, 7487, 7467, 7484, 10761, 7435, 7330, 7646, 12901, 8278, 11328, 8265, 9293, 7600, 7738, 10478, 7522, 12921, 8641, 12769, 8414, 12518, 8575, 11431, 7752, 10555, 7719, 10766, 7481, 10781, 7745, 11964, 8440, 14812, 8294, 15159, 9185, 15343, 10583, 17036, 9988, 13718, 7590, 10862, 7305, 11353, 7406, 11554, 7312, 10315, 7524, 7769, 16576, 9252, 15255, 8419, 13173, 8329, 11586, 7760, 11020, 7498, 10661, 7484, 9441, 7452, 8558, 10216, 7792, 12054, 7777, 16168, 8387, 13453, 8140, 11076, 7472, 10087, 7421, 8946, 7648, 8408, 13723, 7725, 17459, 10568, 14668, 7488, 11721, 7911, 11060, 7742, 10922, 7949, 10774, 7263, 10820, 7523, 11250, 7447, 11651, 7501, 10249, 7539, 10157, 7401, 10833, 8178, 12910, 8221, 11246, 7906, 9350, 8733, 7612, 12088, 8582, 15279, 9346, 17656, 11035, 14537, 8602, 8038, 17099, 10557, 15649, 7791, 12746, 7768, 10919, 7497, 7669, 13863, 8649, 11580, 7255, 10293, 7483, 8937, 8138, 7698, 9473, 7809, 13470, 8639, 11321, 8048, 8364, 11856, 7885, 14731, 8768, 11456, 7879, 8207, 8570, 7748, 14283, 8581, 11649, 9176, 7795, 7385, 7858, 11676, 7464, 11829, 7911, 11074, 8086, 9842, 8082, 15632, 9306, 13483, 8211, 12017, 7527, 11022, 7621, 11624, 7573, 14346, 8592, 10397, 7611, 8445, 10773, 7766, 10473, 8677, 8286, 18575, 13055, 17772, 12277, 16446, 12194, 11186, 8566, 7319, 8414, 7651, 7920, 14799, 9164, 7303, 7624, 7322, 8884, 7476, 10601, 7717, 11533, 7419, 11567, 7609, 8983, 17958, 13223, 15249, 8780, 14332, 8759, 12599, 8205, 10979, 8075, 11968, 8310, 11447, 8045, 11631, 8099, 11861, 9030, 14254, 7509, 8721, 7402, 7625, 9679, 7676, 14173, 8918, 7550, 7693, 9883, 7719, 13734, 9033, 10327, 7741, 11279, 8469, 14865, 9267, 12721, 8919, 7461, 7883, 7451, 10399, 7648, 11697, 7723, 11465, 8623, 7708, 12530, 8992, 11486, 14634, 16175, 15077, 14478, 9451, 19551, 9564, 15039, 10116, 11263, 7501, 9769, 7366, 9735, 7430, 11091, 8334, 8841, 7859, 12862, 8272, 12924, 7751, 12897, 7562, 12077, 7742, 10758, 7432, 9030, 18044, 12060, 14763, 7598, 13811, 8103, 12503, 8406, 11327, 7950, 10122, 7551, 10415, 7528, 11976, 8647, 11707, 7905, 11111, 7771, 12474, 8484, 11699, 8443, 7662, 7783, 7283, 9591, 7779, 13224, 8213, 7374, 10354, 7754, 16142, 10667, 17229, 10607, 14958, 19009, 13509, 15991, 12727, 12472, 7274, 9933, 7392, 9980, 7620, 10324, 8099, 11077, 7740, 11058, 7488, 9838, 12541, 9756, 7455, 7672, 7412, 9666, 7450, 10765, 11104, 11354, 7530, 8806, 7619, 7675, 14999, 8660, 10752, 7647, 17565, 9054, 12477, 7367, 9935, 7433, 10324, 7382, 10566, 7584, 10703, 7903, 7704, 9327, 7527, 7423, 7694, 7384, 9996, 7660, 11999, 7459, 12181, 7959, 8361, 15664, 11431, 7259, 8353, 7481, 10621, 7571, 9769, 13527, 9683, 7402, 7621, 18220, 8615, 14626, 9895, 13335, 7941, 11211, 7399, 10023, 7306, 8388, 7420, 10337, 7448, 9148, 7439, 9421, 9272, 7366, 10366, 16284, 11327, 18622, 12748, 15476, 9232, 10651, 7341, 10838, 7526, 10646, 7465, 9803, 7474, 9187, 7514, 8169, 13275, 7633, 11918, 8372, 7285, 7805, 13883, 8330, 12750, 8809, 11007, 7403, 7407, 8069, 7292, 10598, 8017, 11624, 7884, 9241, 9957, 7626, 9817, 9257, 13944, 15737, 9238, 14776, 7375, 12455, 7493, 13302, 7628, 15106, 7451, 12014, 7608, 12370, 8650, 11167, 8184, 7263, 8395, 7418, 10338, 7538, 9549, 7407, 11273, 7380, 10979, 7500, 12086, 8425, 12748, 9099, 15737, 8233, 14189, 8668, 12232, 7984, 8046, 8460, 7995, 7413, 7972, 7379, 8092, 7600, 7605, 8205, 10169, 7306, 10897, 7827, 11200, 7392, 11370, 7674, 12693, 7824, 13054, 8960, 12628, 8762, 9032, 8565, 7511, 10302, 7983, 7500, 13253, 9358, 10599, 12649, 7821, 12852, 9310, 10965, 18554, 14516, 10376, 8015, 7257, 8061, 7505, 10256, 7777, 11777, 7962, 13291, 8340, 12020, 7707, 10356, 7351, 9694, 7450, 9586, 9014, 7576, 17911, 10223, 14529, 8412, 10992, 7497, 11949, 7862, 12952, 8654, 12529, 7998, 11609, 7701, 11206, 8099, 10743, 7759, 11122, 7504, 11275, 8648, 11984, 7393, 10686, 7752, 10126, 8645, 7444, 12693, 8046, 13067, 8948, 16999, 11039, 17649, 13335, 16222, 9609, 13849, 8245, 12636, 8236, 11443, 8011, 10756, 7417, 10875, 7574, 11770, 8427, 12012, 8358, 7540, 8637, 7411, 11218, 7747, 8046, 9962, 19134, 14096, 16294, 10155, 11993, 7360, 10419, 7563, 10677, 7398, 11448, 7588, 11369, 7490, 10905, 7509, 10780, 7423, 9612, 7371, 9451, 7613, 10640, 7461, 11112, 7752, 12390, 8529, 13440, 8593, 15857, 7600, 12776, 7601, 11008, 7638, 9863, 7528, 9965, 7548, 10311, 7328, 8824, 9654, 7620, 9781, 7981, 7491, 7782, 7366, 8270, 7527, 9014, 7515, 10521, 10216, 8699, 7462, 7715, 7486, 8645, 8634, 9099, 7423, 9924, 7659, 10763, 7559, 12965, 8363, 12649, 7674, 10760, 8148, 11046, 9559, 7317, 10419, 19787, 12327, 15223, 10852, 13339, 9075, 11625, 7321, 8525, 7606, 8704, 8006, 8107, 10373, 7693, 11413, 7577, 9387, 9733, 7867, 9690, 9134, 14920, 16320, 9221, 14691, 8536, 8935, 10204, 8099, 9679, 8390, 7563, 9095, 7519, 9791, 7630, 10244, 7623, 11327, 7411, 9854, 7800, 13941, 8855, 12190, 8207, 7451, 8187, 7717, 11339, 7981, 14867], 'WindowCenter': [4644.0, 4607.0, 4640.0, 4596.0, 4563.0, 4629.0, 4558.0, 4634.0, 4595.0, 4625.0, 4583.0, 4623.0, 4571.0, 4606.0, 4560.0, 4582.0, 4540.0, 4568.0, 4552.0, 4591.0, 4545.0, 4541.0, 4518.0, 4589.0, 4538.0, 4578.0, 4542.0, 4593.0, 4565.0, 4608.0, 4554.0, 4578.0, 4542.0, 4593.0, 4555.0, 4604.0, 4557.0, 4593.0, 4575.0, 4617.0, 4587.0, 4625.0, 4547.0, 4566.0, 4595.0, 4547.0, 4613.0, 4563.0, 4554.0, 4594.0, 4635.0, 4603.0, 4603.0, 4559.0, 4578.0, 4531.0, 4588.0, 4563.0, 4591.0, 4551.0, 4551.0, 4533.0, 4590.0, 4541.0, 4591.0, 4563.0, 4598.0, 4531.0, 4579.0, 4538.0, 4568.0, 4531.0, 4571.0, 4531.0, 4571.0, 4534.0, 4581.0, 4601.0, 4531.0, 4602.0, 4563.0, 4591.0, 4542.0, 4579.0, 4542.0, 4581.0, 4542.0, 4581.0, 4522.0, 4582.0, 4520.0, 4572.0, 4532.0, 4562.0, 4521.0, 4571.0, 4522.0, 4572.0, 4542.0, 4531.0, 4570.0, 4541.0, 4533.0, 4553.0, 4553.0, 4544.0, 4634.0, 4563.0, 4601.0, 4550.0, 4552.0, 4534.0, 4544.0, 4544.0, 4543.0, 4592.0, 4554.0, 4593.0, 4573.0, 4565.0, 4638.0, 4586.0, 4624.0, 4633.0, 4600.0, 4589.0, 4557.0, 4565.0, 4529.0, 4569.0, 4519.0, 4568.0, 4518.0, 4537.0, 4550.0, 4521.0, 4528.0, 4520.0, 4570.0, 4520.0, 4579.0, 4541.0, 4593.0, 4542.0, 4583.0, 4531.0, 4570.0, 4521.0, 4539.0, 4533.0, 4542.0, 4579.0, 4551.0, 4522.0, 4531.0, 4621.0, 4541.0, 4598.0, 4530.0, 4568.0, 4520.0, 4560.0, 4533.0, 4574.0, 4532.0, 4530.0, 4570.0, 4532.0, 4601.0, 4553.0, 4589.0, 4543.0, 4601.0, 4532.0, 4572.0, 4544.0, 4547.0, 4593.0, 4544.0, 4533.0, 4529.0, 4520.0, 4560.0, 4552.0, 4531.0, 4591.0, 4539.0, 4550.0, 4544.0, 4534.0, 4566.0, 4617.0, 4565.0, 4627.0, 4595.0, 4545.0, 4550.0, 4520.0, 4587.0, 4548.0, 4578.0, 4550.0, 4520.0, 4611.0, 4574.0, 4622.0, 4581.0, 4601.0, 4560.0, 4610.0, 4559.0, 4621.0, 4583.0, 4579.0, 4519.0, 4517.0, 4526.0, 4531.0, 4582.0, 4543.0, 4532.0, 4554.0, 4533.0, 4585.0, 4606.0, 4610.0, 4614.0, 4586.0, 4539.0, 4527.0, 4537.0, 4540.0, 4539.0, 4571.0, 4532.0, 4592.0, 4542.0, 4591.0, 4563.0, 4623.0, 4588.0, 4625.0, 4553.0, 4589.0, 4538.0, 4588.0, 4550.0, 4590.0, 4552.0, 4522.0, 4539.0, 4530.0, 4570.0, 4532.0, 4571.0, 4560.0, 4582.0, 4520.0, 4568.0, 4522.0, 4580.0, 4521.0, 4550.0, 4531.0, 4561.0, 4521.0, 4568.0, 4532.0, 4581.0, 4528.0, 4541.0, 4599.0, 4548.0, 4550.0, 4521.0, 4569.0, 4528.0, 4600.0, 4550.0, 4579.0, 4549.0, 4580.0, 4519.0, 4558.0, 4533.0, 4593.0, 4542.0, 4594.0, 4565.0, 4574.0, 4557.0, 4545.0, 4594.0, 4545.0, 4627.0, 4606.0, 4603.0, 4530.0, 4541.0, 4531.0, 4550.0, 4531.0, 4551.0, 4530.0, 4570.0, 4532.0, 4592.0, 4534.0, 4582.0, 4545.0, 4600.0, 4553.0, 4622.0, 4553.0, 4600.0, 4552.0, 4582.0, 4522.0, 4580.0, 4520.0, 4580.0, 4531.0, 4571.0, 4520.0, 4572.0, 4521.0, 4590.0, 4519.0, 4570.0, 4520.0, 4570.0, 4572.0, 4522.0, 4611.0, 4539.0, 4540.0, 4531.0, 4590.0, 4541.0, 4590.0, 4541.0, 4592.0, 4542.0, 4579.0, 4541.0, 4581.0, 4554.0, 4602.0, 4561.0, 4602.0, 4544.0, 4590.0, 4553.0, 4592.0, 4542.0, 4551.0, 4583.0, 4543.0, 4587.0, 4555.0, 4533.0, 4595.0, 4573.0, 4623.0, 4591.0, 4610.0, 4561.0, 4601.0, 4539.0, 4578.0, 4519.0, 4577.0, 4519.0, 4558.0, 4520.0, 4569.0, 4529.0, 4559.0, 4560.0, 4529.0, 4520.0, 4529.0, 4558.0, 4521.0, 4578.0, 4539.0, 4590.0, 4551.0, 4562.0, 4532.0, 4610.0, 4542.0, 4611.0, 4571.0, 4609.0, 4551.0, 4589.0, 4530.0, 4579.0, 4540.0, 4582.0, 4540.0, 4570.0, 4542.0, 4614.0, 4544.0, 4591.0, 4551.0, 4580.0, 4532.0, 4551.0, 4532.0, 4541.0, 4565.0, 4564.0, 4583.0, 4534.0, 4573.0, 4622.0, 4579.0, 4610.0, 4580.0, 4590.0, 4571.0, 4560.0, 4541.0, 4532.0, 4532.0, 4531.0, 4583.0, 4552.0, 4534.0, 4613.0, 4564.0, 4636.0, 4624.0, 4593.0, 4598.0, 4558.0, 4569.0, 4519.0, 4580.0, 4528.0, 4568.0, 4529.0, 4557.0, 4518.0, 4559.0, 4517.0, 4537.0, 4517.0, 4547.0, 4517.0, 4550.0, 4538.0, 4529.0, 4519.0, 4519.0, 4529.0, 4521.0, 4599.0, 4543.0, 4578.0, 4551.0, 4581.0, 4530.0, 4579.0, 4540.0, 4580.0, 4521.0, 4562.0, 4519.0, 4531.0, 4519.0, 4528.0, 4529.0, 4550.0, 4559.0, 4530.0, 4599.0, 4538.0, 4550.0, 4531.0, 4610.0, 4540.0, 4579.0, 4520.0, 4560.0, 4520.0, 4569.0, 4523.0, 4550.0, 4519.0, 4530.0, 4601.0, 4543.0, 4600.0, 4551.0, 4580.0, 4531.0, 4570.0, 4555.0, 4583.0, 4531.0, 4551.0, 4528.0, 4561.0, 4532.0, 4563.0, 4541.0, 4532.0, 4600.0, 4552.0, 4542.0, 4546.0, 4533.0, 4565.0, 4544.0, 4594.0, 4563.0, 4543.0, 4587.0, 4649.0, 4592.0, 4612.0, 4541.0, 4528.0, 4597.0, 4526.0, 4568.0, 4520.0, 4570.0, 4518.0, 4548.0, 4517.0, 4519.0, 4517.0, 4519.0, 4569.0, 4518.0, 4522.0, 4531.0, 4589.0, 4541.0, 4570.0, 4541.0, 4551.0, 4531.0, 4530.0, 4570.0, 4531.0, 4590.0, 4564.0, 4604.0, 4542.0, 4591.0, 4554.0, 4594.0, 4546.0, 4584.0, 4543.0, 4582.0, 4532.0, 4583.0, 4545.0, 4592.0, 4554.0, 4614.0, 4552.0, 4614.0, 4564.0, 4612.0, 4570.0, 4622.0, 4560.0, 4589.0, 4531.0, 4568.0, 4520.0, 4570.0, 4519.0, 4580.0, 4519.0, 4560.0, 4529.0, 4530.0, 4607.0, 4550.0, 4598.0, 4541.0, 4586.0, 4539.0, 4569.0, 4530.0, 4569.0, 4517.0, 4569.0, 4519.0, 4547.0, 4519.0, 4540.0, 4558.0, 4529.0, 4579.0, 4529.0, 4609.0, 4538.0, 4590.0, 4528.0, 4568.0, 4518.0, 4558.0, 4518.0, 4539.0, 4528.0, 4538.0, 4599.0, 4529.0, 4619.0, 4558.0, 4598.0, 4518.0, 4578.0, 4530.0, 4568.0, 4529.0, 4569.0, 4531.0, 4568.0, 4533.0, 4569.0, 4531.0, 4581.0, 4521.0, 4581.0, 4521.0, 4559.0, 4530.0, 4561.0, 4533.0, 4569.0, 4541.0, 4589.0, 4554.0, 4582.0, 4544.0, 4562.0, 4550.0, 4532.0, 4594.0, 4553.0, 4614.0, 4561.0, 4622.0, 4571.0, 4603.0, 4539.0, 4517.0, 4608.0, 4556.0, 4598.0, 4517.0, 4576.0, 4517.0, 4556.0, 4506.0, 4517.0, 4586.0, 4538.0, 4569.0, 4518.0, 4557.0, 4518.0, 4549.0, 4528.0, 4529.0, 4559.0, 4532.0, 4589.0, 4542.0, 4569.0, 4531.0, 4541.0, 4580.0, 4530.0, 4602.0, 4539.0, 4579.0, 4529.0, 4541.0, 4540.0, 4530.0, 4600.0, 4541.0, 4580.0, 4551.0, 4529.0, 4519.0, 4541.0, 4578.0, 4520.0, 4589.0, 4542.0, 4584.0, 4543.0, 4574.0, 4555.0, 4626.0, 4564.0, 4602.0, 4540.0, 4593.0, 4542.0, 4573.0, 4530.0, 4581.0, 4548.0, 4613.0, 4554.0, 4585.0, 4543.0, 4542.0, 4573.0, 4532.0, 4571.0, 4554.0, 4554.0, 4633.0, 4600.0, 4621.0, 4581.0, 4611.0, 4579.0, 4569.0, 4537.0, 4519.0, 4527.0, 4517.0, 4528.0, 4597.0, 4537.0, 4518.0, 4517.0, 4519.0, 4538.0, 4519.0, 4568.0, 4530.0, 4579.0, 4532.0, 4580.0, 4530.0, 4551.0, 4618.0, 4589.0, 4598.0, 4539.0, 4588.0, 4537.0, 4575.0, 4528.0, 4567.0, 4530.0, 4577.0, 4540.0, 4580.0, 4543.0, 4580.0, 4530.0, 4581.0, 4552.0, 4600.0, 4521.0, 4537.0, 4518.0, 4519.0, 4548.0, 4531.0, 4599.0, 4538.0, 4529.0, 4530.0, 4559.0, 4530.0, 4601.0, 4550.0, 4572.0, 4531.0, 4580.0, 4553.0, 4612.0, 4561.0, 4591.0, 4551.0, 4532.0, 4542.0, 4530.0, 4585.0, 4546.0, 4594.0, 4546.0, 4593.0, 4563.0, 4543.0, 4593.0, 4550.0, 4579.0, 4613.0, 4614.0, 4600.0, 4599.0, 4550.0, 4607.0, 4538.0, 4586.0, 4545.0, 4557.0, 4506.0, 4548.0, 4518.0, 4548.0, 4521.0, 4582.0, 4540.0, 4564.0, 4545.0, 4592.0, 4542.0, 4592.0, 4531.0, 4590.0, 4531.0, 4580.0, 4530.0, 4570.0, 4520.0, 4550.0, 4620.0, 4580.0, 4601.0, 4532.0, 4588.0, 4530.0, 4579.0, 4543.0, 4572.0, 4540.0, 4560.0, 4533.0, 4571.0, 4532.0, 4581.0, 4553.0, 4584.0, 4543.0, 4584.0, 4532.0, 4593.0, 4551.0, 4594.0, 4541.0, 4534.0, 4532.0, 4524.0, 4574.0, 4533.0, 4602.0, 4542.0, 4533.0, 4574.0, 4534.0, 4623.0, 4574.0, 4624.0, 4572.0, 4602.0, 4620.0, 4579.0, 4598.0, 4578.0, 4579.0, 4505.0, 4546.0, 4518.0, 4559.0, 4532.0, 4571.0, 4544.0, 4581.0, 4534.0, 4582.0, 4534.0, 4562.0, 4581.0, 4551.0, 4520.0, 4530.0, 4523.0, 4560.0, 4533.0, 4572.0, 4571.0, 4581.0, 4533.0, 4551.0, 4531.0, 4532.0, 4614.0, 4540.0, 4573.0, 4533.0, 4622.0, 4538.0, 4582.0, 4519.0, 4561.0, 4520.0, 4560.0, 4522.0, 4569.0, 4532.0, 4572.0, 4530.0, 4532.0, 4550.0, 4530.0, 4520.0, 4530.0, 4532.0, 4565.0, 4532.0, 4594.0, 4535.0, 4593.0, 4545.0, 4543.0, 4613.0, 4568.0, 4521.0, 4540.0, 4521.0, 4559.0, 4533.0, 4559.0, 4590.0, 4552.0, 4521.0, 4531.0, 4620.0, 4541.0, 4598.0, 4549.0, 4587.0, 4531.0, 4583.0, 4504.0, 4545.0, 4516.0, 4527.0, 4519.0, 4559.0, 4531.0, 4551.0, 4530.0, 4560.0, 4562.0, 4533.0, 4572.0, 4610.0, 4571.0, 4621.0, 4579.0, 4596.0, 4549.0, 4558.0, 4519.0, 4556.0, 4529.0, 4558.0, 4519.0, 4547.0, 4519.0, 4548.0, 4520.0, 4529.0, 4589.0, 4519.0, 4569.0, 4527.0, 4520.0, 4529.0, 4591.0, 4541.0, 4589.0, 4549.0, 4570.0, 4520.0, 4520.0, 4540.0, 4534.0, 4572.0, 4543.0, 4584.0, 4556.0, 4561.0, 4572.0, 4543.0, 4572.0, 4562.0, 4604.0, 4614.0, 4553.0, 4601.0, 4522.0, 4580.0, 4519.0, 4589.0, 4519.0, 4598.0, 4521.0, 4578.0, 4528.0, 4577.0, 4540.0, 4568.0, 4531.0, 4520.0, 4541.0, 4522.0, 4559.0, 4531.0, 4560.0, 4521.0, 4569.0, 4521.0, 4571.0, 4521.0, 4581.0, 4543.0, 4591.0, 4553.0, 4614.0, 4542.0, 4602.0, 4542.0, 4580.0, 4530.0, 4528.0, 4529.0, 4530.0, 4522.0, 4530.0, 4521.0, 4529.0, 4530.0, 4532.0, 4542.0, 4572.0, 4534.0, 4571.0, 4533.0, 4581.0, 4534.0, 4583.0, 4533.0, 4591.0, 4546.0, 4601.0, 4565.0, 4607.0, 4557.0, 4563.0, 4555.0, 4536.0, 4573.0, 4544.0, 4533.0, 4603.0, 4565.0, 4574.0, 4593.0, 4533.0, 4593.0, 4551.0, 4560.0, 4619.0, 4590.0, 4559.0, 4529.0, 4519.0, 4528.0, 4520.0, 4561.0, 4532.0, 4592.0, 4543.0, 4601.0, 4542.0, 4581.0, 4531.0, 4561.0, 4521.0, 4549.0, 4521.0, 4548.0, 4540.0, 4532.0, 4622.0, 4561.0, 4600.0, 4542.0, 4570.0, 4520.0, 4579.0, 4530.0, 4589.0, 4540.0, 4591.0, 4531.0, 4582.0, 4531.0, 4570.0, 4531.0, 4570.0, 4531.0, 4570.0, 4537.0, 4582.0, 4555.0, 4590.0, 4533.0, 4571.0, 4534.0, 4574.0, 4554.0, 4533.0, 4603.0, 4543.0, 4603.0, 4552.0, 4624.0, 4582.0, 4622.0, 4591.0, 4609.0, 4549.0, 4589.0, 4529.0, 4578.0, 4529.0, 4567.0, 4530.0, 4569.0, 4520.0, 4569.0, 4530.0, 4578.0, 4542.0, 4581.0, 4542.0, 4530.0, 4552.0, 4532.0, 4579.0, 4531.0, 4541.0, 4576.0, 4634.0, 4601.0, 4611.0, 4558.0, 4567.0, 4506.0, 4556.0, 4518.0, 4559.0, 4522.0, 4578.0, 4532.0, 4580.0, 4518.0, 4569.0, 4521.0, 4557.0, 4520.0, 4548.0, 4518.0, 4549.0, 4528.0, 4569.0, 4532.0, 4584.0, 4535.0, 4590.0, 4542.0, 4593.0, 4541.0, 4612.0, 4531.0, 4590.0, 4531.0, 4569.0, 4529.0, 4559.0, 4521.0, 4560.0, 4532.0, 4559.0, 4519.0, 4552.0, 4560.0, 4529.0, 4560.0, 4530.0, 4521.0, 4532.0, 4521.0, 4539.0, 4532.0, 4552.0, 4532.0, 4572.0, 4572.0, 4553.0, 4524.0, 4533.0, 4530.0, 4552.0, 4541.0, 4551.0, 4531.0, 4562.0, 4533.0, 4571.0, 4535.0, 4592.0, 4555.0, 4592.0, 4534.0, 4582.0, 4542.0, 4581.0, 4563.0, 4522.0, 4575.0, 4633.0, 4580.0, 4598.0, 4571.0, 4587.0, 4551.0, 4581.0, 4521.0, 4539.0, 4530.0, 4550.0, 4542.0, 4541.0, 4572.0, 4533.0, 4594.0, 4533.0, 4550.0, 4561.0, 4543.0, 4562.0, 4564.0, 4614.0, 4624.0, 4553.0, 4601.0, 4538.0, 4540.0, 4548.0, 4519.0, 4547.0, 4527.0, 4518.0, 4536.0, 4517.0, 4559.0, 4530.0, 4558.0, 4530.0, 4582.0, 4534.0, 4573.0, 4544.0, 4603.0, 4553.0, 4593.0, 4544.0, 4534.0, 4541.0, 4534.0, 4584.0, 4543.0, 4614.0], 'WindowWidth': [10216.0, 10142.0, 10172.0, 10103.0, 10051.0, 10135.0, 10034.0, 10135.0, 10078.0, 10120.0, 10057.0, 10112.0, 10036.0, 10094.0, 10040.0, 10056.0, 9991.0, 10028.0, 10013.0, 10064.0, 10006.0, 9995.0, 9958.0, 10058.0, 9987.0, 10043.0, 9998.0, 10072.0, 10053.0, 10102.0, 10019.0, 10046.0, 10000.0, 10071.0, 10023.0, 10088.0, 10027.0, 10072.0, 10051.0, 10112.0, 10068.0, 10118.0, 10017.0, 10039.0, 10080.0, 10014.0, 10100.0, 10030.0, 10019.0, 10075.0, 10138.0, 10086.0, 10083.0, 10018.0, 10042.0, 9981.0, 10059.0, 10026.0, 10066.0, 10009.0, 10010.0, 9987.0, 10063.0, 9996.0, 10064.0, 10027.0, 10071.0, 9982.0, 10044.0, 9989.0, 10029.0, 9983.0, 10036.0, 9984.0, 10038.0, 9993.0, 10053.0, 10080.0, 9985.0, 10080.0, 10027.0, 10064.0, 9999.0, 10048.0, 10000.0, 10053.0, 10003.0, 10051.0, 9974.0, 10052.0, 9969.0, 10039.0, 9986.0, 10026.0, 9970.0, 10035.0, 9973.0, 10040.0, 10001.0, 9983.0, 10035.0, 9998.0, 9990.0, 10016.0, 10017.0, 10006.0, 10132.0, 10029.0, 10079.0, 10009.0, 10014.0, 9991.0, 10006.0, 10004.0, 10009.0, 10071.0, 10019.0, 10072.0, 10045.0, 10034.0, 10142.0, 10063.0, 10119.0, 10132.0, 10072.0, 10059.0, 10009.0, 10018.0, 9975.0, 10029.0, 9966.0, 10028.0, 9962.0, 9987.0, 10006.0, 9967.0, 9975.0, 9966.0, 10034.0, 9968.0, 10047.0, 9997.0, 10072.0, 10002.0, 10058.0, 9984.0, 10034.0, 9969.0, 9991.0, 9986.0, 9999.0, 10048.0, 10010.0, 9974.0, 9984.0, 10108.0, 9995.0, 10073.0, 9981.0, 10030.0, 9966.0, 10020.0, 9990.0, 10045.0, 9987.0, 9982.0, 10035.0, 9987.0, 10079.0, 10015.0, 10062.0, 10004.0, 10083.0, 9986.0, 10041.0, 10010.0, 10019.0, 10070.0, 10006.0, 9989.0, 9979.0, 9969.0, 10022.0, 10014.0, 9986.0, 10066.0, 9993.0, 10008.0, 10009.0, 9993.0, 10036.0, 10110.0, 10040.0, 10145.0, 10100.0, 10009.0, 10005.0, 9965.0, 10054.0, 10002.0, 10043.0, 10006.0, 9967.0, 10097.0, 10048.0, 10113.0, 10050.0, 10078.0, 10019.0, 10090.0, 10017.0, 10110.0, 10057.0, 10049.0, 9966.0, 9961.0, 9972.0, 9985.0, 10056.0, 10006.0, 9991.0, 10020.0, 9993.0, 10064.0, 10095.0, 10108.0, 10115.0, 10067.0, 9991.0, 9970.0, 9983.0, 9991.0, 9989.0, 10036.0, 9987.0, 10070.0, 10002.0, 10067.0, 10029.0, 10117.0, 10073.0, 10118.0, 10016.0, 10059.0, 9989.0, 10057.0, 10007.0, 10061.0, 10011.0, 9974.0, 9993.0, 9982.0, 10036.0, 9986.0, 10039.0, 10022.0, 10052.0, 9968.0, 10031.0, 9973.0, 10049.0, 9971.0, 10006.0, 9983.0, 10023.0, 9971.0, 10032.0, 9987.0, 10051.0, 9979.0, 9999.0, 10077.0, 10004.0, 10006.0, 9970.0, 10032.0, 9977.0, 10078.0, 10006.0, 10045.0, 10005.0, 10048.0, 9967.0, 10017.0, 9990.0, 10072.0, 10004.0, 10074.0, 10037.0, 10049.0, 10029.0, 10012.0, 10076.0, 10012.0, 10127.0, 10095.0, 10088.0, 9984.0, 9996.0, 9988.0, 10011.0, 9984.0, 10010.0, 9981.0, 10036.0, 9990.0, 10071.0, 9995.0, 10055.0, 10008.0, 10081.0, 10018.0, 10111.0, 10016.0, 10079.0, 10015.0, 10056.0, 9972.0, 10049.0, 9969.0, 10049.0, 9986.0, 10037.0, 9969.0, 10040.0, 9971.0, 10062.0, 9967.0, 10036.0, 9968.0, 10036.0, 10038.0, 9972.0, 10093.0, 9991.0, 9995.0, 9985.0, 10064.0, 9998.0, 10065.0, 9998.0, 10070.0, 10002.0, 10048.0, 9998.0, 10052.0, 10020.0, 10083.0, 10028.0, 10082.0, 10007.0, 10066.0, 10017.0, 10067.0, 9999.0, 10010.0, 10058.0, 10006.0, 10071.0, 10026.0, 9992.0, 10079.0, 10043.0, 10116.0, 10067.0, 10091.0, 10023.0, 10078.0, 9989.0, 10043.0, 9962.0, 10039.0, 9965.0, 10015.0, 9967.0, 10031.0, 9979.0, 10018.0, 10021.0, 9977.0, 9966.0, 9978.0, 10017.0, 9969.0, 10045.0, 9993.0, 10062.0, 10011.0, 10026.0, 9985.0, 10093.0, 10000.0, 10094.0, 10037.0, 10089.0, 10009.0, 10059.0, 9982.0, 10046.0, 9995.0, 10052.0, 9997.0, 10036.0, 10000.0, 10105.0, 10007.0, 10065.0, 10011.0, 10049.0, 9988.0, 10012.0, 9988.0, 10000.0, 10034.0, 10031.0, 10057.0, 9992.0, 10044.0, 10113.0, 10046.0, 10090.0, 10047.0, 10062.0, 10036.0, 10021.0, 10000.0, 9991.0, 9988.0, 9989.0, 10060.0, 10017.0, 9994.0, 10101.0, 10034.0, 10140.0, 10120.0, 10067.0, 10069.0, 10010.0, 10030.0, 9966.0, 10049.0, 9974.0, 10028.0, 9976.0, 10012.0, 9960.0, 10015.0, 9960.0, 9983.0, 9958.0, 9997.0, 9958.0, 10005.0, 9988.0, 9978.0, 9966.0, 9965.0, 9978.0, 9969.0, 10076.0, 9999.0, 10043.0, 10009.0, 10050.0, 9982.0, 10047.0, 9996.0, 10049.0, 9970.0, 10024.0, 9963.0, 9981.0, 9965.0, 9975.0, 9978.0, 10007.0, 10017.0, 9981.0, 10074.0, 9990.0, 10008.0, 9983.0, 10091.0, 9992.0, 10045.0, 9967.0, 10020.0, 9966.0, 10031.0, 9975.0, 10008.0, 9967.0, 9982.0, 10081.0, 10003.0, 10078.0, 10010.0, 10049.0, 9983.0, 10035.0, 10026.0, 10058.0, 9982.0, 10010.0, 9978.0, 10023.0, 9987.0, 10027.0, 9999.0, 9988.0, 10079.0, 10015.0, 10002.0, 10014.0, 9992.0, 10038.0, 10009.0, 10074.0, 10032.0, 10007.0, 10071.0, 10163.0, 10068.0, 10096.0, 9994.0, 9975.0, 10068.0, 9969.0, 10028.0, 9965.0, 10032.0, 9960.0, 10000.0, 9958.0, 9962.0, 9958.0, 9964.0, 10030.0, 9963.0, 9972.0, 9985.0, 10061.0, 9998.0, 10037.0, 9996.0, 10011.0, 9984.0, 9983.0, 10035.0, 9984.0, 10065.0, 10036.0, 10087.0, 10002.0, 10068.0, 10019.0, 10075.0, 10012.0, 10063.0, 10005.0, 10054.0, 9990.0, 10057.0, 10012.0, 10070.0, 10021.0, 10103.0, 10018.0, 10102.0, 10032.0, 10099.0, 10037.0, 10109.0, 10023.0, 10059.0, 9984.0, 10030.0, 9968.0, 10035.0, 9965.0, 10047.0, 9967.0, 10021.0, 9978.0, 9981.0, 10086.0, 10006.0, 10072.0, 9994.0, 10054.0, 9993.0, 10032.0, 9981.0, 10033.0, 9961.0, 10032.0, 9967.0, 10001.0, 9965.0, 9993.0, 10018.0, 9980.0, 10047.0, 9980.0, 10090.0, 9991.0, 10063.0, 9976.0, 10031.0, 9962.0, 10016.0, 9963.0, 9991.0, 9978.0, 9991.0, 10073.0, 9980.0, 10104.0, 10018.0, 10070.0, 9963.0, 10044.0, 9980.0, 10030.0, 9978.0, 10032.0, 9982.0, 10032.0, 9988.0, 10033.0, 9986.0, 10052.0, 9971.0, 10052.0, 9972.0, 10019.0, 9982.0, 10023.0, 9989.0, 10035.0, 9999.0, 10064.0, 10021.0, 10054.0, 10008.0, 10028.0, 10011.0, 9989.0, 10073.0, 10017.0, 10103.0, 10027.0, 10112.0, 10038.0, 10083.0, 9989.0, 9959.0, 10083.0, 10008.0, 10070.0, 9958.0, 10038.0, 9957.0, 10008.0, 9943.0, 9959.0, 10053.0, 9987.0, 10030.0, 9963.0, 10014.0, 9962.0, 10005.0, 9976.0, 9979.0, 10019.0, 9986.0, 10061.0, 9998.0, 10034.0, 9982.0, 9997.0, 10049.0, 9981.0, 10081.0, 9994.0, 10048.0, 9977.0, 9996.0, 9994.0, 9981.0, 10076.0, 9996.0, 10049.0, 10010.0, 9978.0, 9964.0, 9997.0, 10044.0, 9969.0, 10061.0, 10003.0, 10059.0, 10007.0, 10047.0, 10025.0, 10125.0, 10035.0, 10085.0, 9999.0, 10074.0, 10003.0, 10044.0, 9983.0, 10053.0, 10019.0, 10101.0, 10023.0, 10066.0, 10003.0, 10000.0, 10042.0, 9987.0, 10038.0, 10020.0, 10020.0, 10130.0, 10078.0, 10109.0, 10050.0, 10092.0, 10047.0, 10031.0, 9988.0, 9964.0, 9973.0, 9960.0, 9976.0, 10069.0, 9986.0, 9961.0, 9959.0, 9966.0, 9988.0, 9967.0, 10031.0, 9982.0, 10047.0, 9988.0, 10049.0, 9982.0, 10009.0, 10101.0, 10057.0, 10071.0, 9990.0, 10055.0, 9987.0, 10036.0, 9975.0, 10028.0, 9982.0, 10043.0, 9995.0, 10049.0, 10001.0, 10049.0, 9981.0, 10052.0, 10010.0, 10073.0, 9969.0, 9987.0, 9962.0, 9963.0, 10002.0, 9982.0, 10074.0, 9990.0, 9979.0, 9982.0, 10020.0, 9984.0, 10079.0, 10011.0, 10039.0, 9984.0, 10049.0, 10018.0, 10098.0, 10025.0, 10064.0, 10010.0, 9987.0, 10001.0, 9985.0, 10066.0, 10012.0, 10075.0, 10013.0, 10076.0, 10035.0, 10006.0, 10069.0, 10010.0, 10048.0, 10100.0, 10099.0, 10076.0, 10073.0, 10002.0, 10085.0, 9985.0, 10049.0, 9991.0, 10009.0, 9942.0, 9998.0, 9961.0, 10002.0, 9972.0, 10051.0, 9996.0, 10033.0, 10009.0, 10070.0, 10000.0, 10068.0, 9984.0, 10062.0, 9982.0, 10048.0, 9980.0, 10033.0, 9967.0, 10007.0, 10105.0, 10048.0, 10078.0, 9983.0, 10056.0, 9979.0, 10046.0, 10001.0, 10040.0, 9996.0, 10022.0, 9988.0, 10036.0, 9986.0, 10051.0, 10017.0, 10057.0, 10004.0, 10060.0, 9986.0, 10069.0, 10013.0, 10075.0, 10001.0, 9994.0, 9988.0, 9975.0, 10046.0, 9990.0, 10081.0, 9999.0, 9988.0, 10045.0, 9992.0, 10114.0, 10047.0, 10116.0, 10038.0, 10081.0, 10105.0, 10040.0, 10067.0, 10037.0, 10040.0, 9941.0, 9994.0, 9961.0, 10016.0, 9986.0, 10038.0, 10004.0, 10052.0, 9991.0, 10054.0, 9991.0, 10026.0, 10049.0, 10010.0, 9969.0, 9982.0, 9975.0, 10022.0, 9990.0, 10041.0, 10038.0, 10050.0, 9988.0, 10010.0, 9982.0, 9986.0, 10099.0, 9996.0, 10040.0, 9988.0, 10110.0, 9989.0, 10051.0, 9965.0, 10021.0, 9965.0, 10020.0, 9972.0, 10032.0, 9985.0, 10040.0, 9982.0, 9985.0, 10006.0, 9981.0, 9969.0, 9981.0, 9987.0, 10032.0, 9987.0, 10073.0, 9997.0, 10074.0, 10012.0, 10001.0, 10096.0, 10029.0, 9968.0, 9992.0, 9968.0, 10019.0, 9986.0, 10020.0, 10061.0, 10010.0, 9971.0, 9983.0, 10106.0, 9994.0, 10070.0, 10004.0, 10055.0, 9984.0, 10056.0, 9933.0, 9992.0, 9957.0, 9971.0, 9963.0, 10017.0, 9983.0, 10010.0, 9982.0, 10022.0, 10029.0, 9990.0, 10042.0, 10093.0, 10036.0, 10111.0, 10045.0, 10067.0, 10003.0, 10014.0, 9964.0, 10011.0, 9977.0, 10016.0, 9963.0, 10001.0, 9965.0, 10003.0, 9965.0, 9977.0, 10059.0, 9964.0, 10030.0, 9973.0, 9965.0, 9980.0, 10065.0, 9996.0, 10060.0, 10007.0, 10034.0, 9968.0, 9969.0, 9996.0, 9992.0, 10043.0, 10004.0, 10059.0, 10026.0, 10029.0, 10044.0, 10005.0, 10042.0, 10030.0, 10084.0, 10102.0, 10015.0, 10077.0, 9969.0, 10045.0, 9964.0, 10059.0, 9964.0, 10072.0, 9969.0, 10044.0, 9976.0, 10040.0, 9994.0, 10029.0, 9982.0, 9968.0, 9996.0, 9972.0, 10018.0, 9982.0, 10021.0, 9968.0, 10034.0, 9971.0, 10038.0, 9971.0, 10050.0, 10002.0, 10065.0, 10016.0, 10100.0, 10002.0, 10082.0, 9999.0, 10049.0, 9980.0, 9977.0, 9976.0, 9979.0, 9972.0, 9981.0, 9971.0, 9980.0, 9981.0, 9986.0, 9998.0, 10042.0, 9992.0, 10037.0, 9990.0, 10052.0, 9991.0, 10056.0, 9990.0, 10068.0, 10010.0, 10080.0, 10038.0, 10097.0, 10028.0, 10030.0, 10022.0, 9997.0, 10043.0, 10007.0, 9991.0, 10086.0, 10037.0, 10046.0, 10071.0, 9989.0, 10069.0, 10007.0, 10021.0, 10105.0, 10058.0, 10015.0, 9975.0, 9962.0, 9975.0, 9967.0, 10022.0, 9987.0, 10070.0, 10005.0, 10081.0, 10001.0, 10052.0, 9983.0, 10022.0, 9968.0, 10006.0, 9971.0, 10003.0, 9994.0, 9985.0, 10109.0, 10023.0, 10075.0, 9997.0, 10032.0, 9967.0, 10045.0, 9980.0, 10062.0, 9995.0, 10065.0, 9984.0, 10054.0, 9985.0, 10035.0, 9984.0, 10034.0, 9985.0, 10036.0, 9998.0, 10054.0, 10020.0, 10066.0, 9989.0, 10038.0, 9992.0, 10043.0, 10019.0, 9991.0, 10086.0, 10003.0, 10086.0, 10016.0, 10115.0, 10056.0, 10115.0, 10066.0, 10088.0, 10005.0, 10059.0, 9978.0, 10042.0, 9976.0, 10026.0, 9977.0, 10031.0, 9967.0, 10031.0, 9982.0, 10045.0, 10001.0, 10050.0, 10000.0, 9981.0, 10015.0, 9987.0, 10048.0, 9985.0, 9998.0, 10050.0, 10134.0, 10079.0, 10092.0, 10016.0, 10024.0, 9942.0, 10008.0, 9961.0, 10017.0, 9971.0, 10043.0, 9988.0, 10050.0, 9967.0, 10036.0, 9967.0, 10013.0, 9967.0, 10001.0, 9961.0, 10003.0, 9976.0, 10034.0, 9989.0, 10059.0, 9995.0, 10064.0, 10000.0, 10070.0, 9996.0, 10093.0, 9983.0, 10060.0, 9983.0, 10032.0, 9978.0, 10019.0, 9968.0, 10019.0, 9987.0, 10018.0, 9966.0, 10010.0, 10021.0, 9980.0, 10021.0, 9981.0, 9970.0, 9985.0, 9969.0, 9993.0, 9987.0, 10013.0, 9988.0, 10043.0, 10042.0, 10016.0, 9978.0, 9989.0, 9983.0, 10014.0, 9997.0, 10012.0, 9986.0, 10028.0, 9991.0, 10040.0, 9995.0, 10069.0, 10020.0, 10069.0, 9993.0, 10055.0, 10003.0, 10054.0, 10030.0, 9976.0, 10048.0, 10131.0, 10047.0, 10072.0, 10034.0, 10055.0, 10009.0, 10050.0, 9971.0, 9995.0, 9985.0, 10010.0, 10002.0, 10000.0, 10043.0, 9991.0, 10074.0, 9992.0, 10010.0, 10024.0, 10001.0, 10028.0, 10034.0, 10100.0, 10116.0, 10014.0, 10078.0, 9989.0, 9990.0, 10000.0, 9961.0, 9997.0, 9971.0, 9962.0, 9982.0, 9960.0, 10016.0, 9981.0, 10014.0, 9982.0, 10054.0, 9992.0, 10042.0, 10007.0, 10085.0, 10017.0, 10070.0, 10005.0, 9992.0, 10000.0, 9992.0, 10060.0, 10003.0, 10100.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.0004629829984544049</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0142942771251932</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.43082882617944</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2231703374400607</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004529245429235</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4935</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6317.3042</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07977975363101832</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.8639876352395675</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.482444025543233</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4718303047033365</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5276536670087677</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.447848104917595</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00810509</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.012896916829049587</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032020360231399536</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1294</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.068892734347528</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>24.9132</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4792</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.0973</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294743.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1028.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>446.5803</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5814</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>629.0508</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3750.2649</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3896.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81801.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1530.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4955.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.5028</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.506861455738544</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> |