=== 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-0079 --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-0079",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0079_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0079_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0079_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0079_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0079_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0079_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0079_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0079_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0079_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-04/func/sub-0079_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>23690139988b56bfd3bcc8eb3fc0dde4</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:14:49.640000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99958, 0.0289634, 0.000597829, -0.0289684, 0.999148, 0.0293822]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.101257</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7753, -7273, 484, 22, -95, 31, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.769</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>013ca243-196b-4331-a0b4-fcd77b08286e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818008422851562, -0.07772020995616913, -0.0006849534693174064, 115.65560913085938], [-0.07770664244890213, 2.6806421279907227, 0.07934527099132538, -92.53898620605469], [0.0016039317706599832, -0.07883016020059586, 2.698833703994751, -68.0265121459961], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['121449.640000', '121450.100000', '121450.560000', '121451.020000', '121451.480000', '121451.940000', '121452.400000', '121452.860000', '121453.320000', '121453.780000', '121454.240000', '121454.700000', '121455.160000', '121455.620000', '121456.080000', '121456.540000', '121457.000000', '121457.460000', '121457.920000', '121458.380000', '121458.840000', '121459.300000', '121459.760000', '121500.220000', '121500.680000', '121501.140000', '121501.600000', '121502.060000', '121502.520000', '121502.980000', '121503.440000', '121503.900000', '121504.360000', '121504.820000', '121505.280000', '121505.740000', '121506.200000', '121506.660000', '121507.120000', '121507.580000', '121508.040000', '121508.500000', '121508.960000', '121509.420000', '121509.880000', '121510.340000', '121510.800000', '121511.260000', '121511.720000', '121512.180000', '121512.640000', '121513.100000', '121513.560000', '121514.020000', '121514.480000', '121514.940000', '121515.400000', '121515.860000', '121516.320000', '121516.780000', '121517.240000', '121517.700000', '121518.160000', '121518.620000', '121519.080000', '121519.540000', '121520.000000', '121520.460000', '121520.920000', '121521.380000', '121521.840000', '121522.300000', '121522.760000', '121523.220000', '121523.680000', '121524.140000', '121524.600000', '121525.060000', '121525.520000', '121525.980000', '121526.440000', '121526.900000', '121527.360000', '121527.820000', '121528.280000', '121528.740000', '121529.200000', '121529.660000', '121530.120000', '121530.580000', '121531.040000', '121531.500000', '121531.960000', '121532.420000', '121532.880000', '121533.340000', '121533.800000', '121534.260000', '121534.720000', '121535.180000', '121535.640000', '121536.100000', '121536.560000', '121537.020000', '121537.480000', '121537.940000', '121538.400000', '121538.860000', '121539.320000', '121539.780000', '121540.240000', '121540.700000', '121541.160000', '121541.620000', '121542.080000', '121542.540000', '121543.000000', '121543.460000', '121543.920000', '121544.380000', '121544.840000', '121545.300000', '121545.760000', '121546.220000', '121546.680000', '121547.140000', '121547.600000', '121548.060000', '121548.520000', '121548.980000', '121549.440000', '121549.900000', '121550.360000', '121550.820000', '121551.280000', '121551.740000', '121552.200000', '121552.660000', '121553.120000', '121553.580000', '121554.040000', '121554.500000', '121554.960000', '121555.420000', '121555.880000', '121556.340000', '121556.800000', '121557.260000', '121557.720000', '121558.180000', '121558.640000', '121559.100000', '121559.560000', '121600.020000', '121600.480000', '121600.940000', '121601.400000', '121601.860000', '121602.320000', '121602.780000', '121603.240000', '121603.700000', '121604.160000', '121604.620000', '121605.080000', '121605.540000', '121606.000000', '121606.460000', '121606.920000', '121607.380000', '121607.840000', '121608.300000', '121608.760000', '121609.220000', '121609.680000', '121610.140000', '121610.600000', '121611.060000', '121611.520000', '121611.980000', '121612.440000', '121612.900000', '121613.360000', '121613.820000', '121614.280000', '121614.740000', '121615.200000', '121615.660000', '121616.120000', '121616.580000', '121617.040000', '121617.500000', '121617.960000', '121618.420000', '121618.880000', '121619.340000', '121619.800000', '121620.260000', '121620.720000', '121621.180000', '121621.640000', '121622.100000', '121622.560000', '121623.020000', '121623.480000', '121623.940000', '121624.400000', '121624.860000', '121625.320000', '121625.780000', '121626.240000', '121626.700000', '121627.160000', '121627.620000', '121628.080000', '121628.540000', '121629.000000', '121629.460000', '121629.920000', '121630.380000', '121630.840000', '121631.300000', '121631.760000', '121632.220000', '121632.680000', '121633.140000', '121633.600000', '121634.060000', '121634.520000', '121634.980000', '121635.440000', '121635.900000', '121636.360000', '121636.820000', '121637.280000', '121637.740000', '121638.200000', '121638.660000', '121639.120000', '121639.580000', '121640.040000', '121640.500000', '121640.960000', '121641.420000', '121641.880000', '121642.340000', '121642.800000', '121643.260000', '121643.720000', '121644.180000', '121644.640000', '121645.100000', '121645.560000', '121646.020000', '121646.480000', '121646.940000', '121647.400000', '121647.860000', '121648.320000', '121648.780000', '121649.240000', '121649.700000', '121650.160000', '121650.620000', '121651.080000', '121651.540000', '121652.000000', '121652.460000', '121652.920000', '121653.380000', '121653.840000', '121654.300000', '121654.760000', '121655.220000', '121655.680000', '121656.140000', '121656.600000', '121657.060000', '121657.520000', '121657.980000', '121658.440000', '121658.900000', '121659.360000', '121659.820000', '121700.280000', '121700.740000', '121701.200000', '121701.660000', '121702.120000', '121702.580000', '121703.040000', '121703.500000', '121703.960000', '121704.420000', '121704.880000', '121705.340000', '121705.800000', '121706.260000', '121706.720000', '121707.180000', '121707.640000', '121708.100000', '121708.560000', '121709.020000', '121709.480000', '121709.940000', '121710.400000', '121710.860000', '121711.320000', '121711.780000', '121712.240000', '121712.700000', '121713.160000', '121713.620000', '121714.080000', '121714.540000', '121715.000000', '121715.460000', '121715.920000', '121716.380000', '121716.840000', '121717.300000', '121717.760000', '121718.220000', '121718.680000', '121719.140000', '121719.600000', '121720.060000', '121720.520000', '121720.980000', '121721.440000', '121721.900000', '121722.360000', '121722.820000', '121723.280000', '121723.740000', '121724.200000', '121724.660000', '121725.120000', '121725.580000', '121726.040000', '121726.500000', '121726.960000', '121727.420000', '121727.880000', '121728.340000', '121728.800000', '121729.260000', '121729.720000', '121730.180000', '121730.640000', '121731.100000', '121731.560000', '121732.020000', '121732.480000', '121732.940000', '121733.400000', '121733.860000', '121734.320000', '121734.780000', '121735.240000', '121735.700000', '121736.160000', '121736.620000', '121737.080000', '121737.540000', '121738.000000', '121738.460000', '121738.920000', '121739.380000', '121739.840000', '121740.300000', '121740.760000', '121741.220000', '121741.680000', '121742.140000', '121742.600000', '121743.060000', '121743.520000', '121743.980000', '121744.440000', '121744.900000', '121745.360000', '121745.820000', '121746.280000', '121746.740000', '121747.200000', '121747.660000', '121748.120000', '121748.580000', '121749.040000', '121749.500000', '121749.960000', '121750.420000', '121750.880000', '121751.340000', '121751.800000', '121752.260000', '121752.720000', '121753.180000', '121753.640000', '121754.100000', '121754.560000', '121755.020000', '121755.480000', '121755.940000', '121756.400000', '121756.860000', '121757.320000', '121757.780000', '121758.240000', '121758.700000', '121759.160000', '121759.620000', '121800.080000', '121800.540000', '121801.000000', '121801.460000', '121801.920000', '121802.380000', '121802.840000', '121803.300000', '121803.760000', '121804.220000', '121804.680000', '121805.140000', '121805.600000', '121806.060000', '121806.520000', '121806.980000', '121807.440000', '121807.900000', '121808.360000', '121808.820000', '121809.280000', '121809.740000', '121810.200000', '121810.660000', '121811.120000', '121811.580000', '121812.040000', '121812.500000', '121812.960000', '121813.420000', '121813.880000', '121814.340000', '121814.800000', '121815.260000', '121815.720000', '121816.180000', '121816.640000', '121817.100000', '121817.560000', '121818.020000', '121818.480000', '121818.940000', '121819.400000', '121819.860000', '121820.320000', '121820.780000', '121821.240000', '121821.700000', '121822.160000', '121822.620000', '121823.080000', '121823.540000', '121824.000000', '121824.460000', '121824.920000', '121825.380000', '121825.840000', '121826.300000', '121826.760000', '121827.220000', '121827.680000', '121828.140000', '121828.600000', '121829.060000', '121829.520000', '121829.980000', '121830.440000', '121830.900000', '121831.360000', '121831.820000', '121832.280000', '121832.740000', '121833.200000', '121833.660000', '121834.120000', '121834.580000', '121835.040000', '121835.500000', '121835.960000', '121836.420000', '121836.880000', '121837.340000', '121837.800000', '121838.260000', '121838.720000', '121839.180000', '121839.640000', '121840.100000', '121840.560000', '121841.020000', '121841.480000', '121841.940000', '121842.400000', '121842.860000', '121843.320000', '121843.780000', '121844.240000', '121844.700000', '121845.160000', '121845.620000', '121846.080000', '121846.540000', '121847.000000', '121847.460000', '121847.920000', '121848.380000', '121848.840000', '121849.300000', '121849.760000', '121850.220000', '121850.680000', '121851.140000', '121851.600000', '121852.060000', '121852.520000', '121852.980000', '121853.440000', '121853.900000', '121854.360000', '121854.820000', '121855.280000', '121855.740000', '121856.200000', '121856.660000', '121857.120000', '121857.580000', '121858.040000', '121858.500000', '121858.960000', '121859.420000', '121859.880000', '121900.340000', '121900.800000', '121901.260000', '121901.720000', '121902.180000', '121902.640000', '121903.100000', '121903.560000', '121904.020000', '121904.480000', '121904.940000', '121905.400000', '121905.860000', '121906.320000', '121906.780000', '121907.240000', '121907.700000', '121908.160000', '121908.620000', '121909.080000', '121909.540000', '121910.000000', '121910.460000', '121910.920000', '121911.380000', '121911.840000', '121912.300000', '121912.760000', '121913.220000', '121913.680000', '121914.140000', '121914.600000', '121915.060000', '121915.520000', '121915.980000', '121916.440000', '121916.900000', '121917.360000', '121917.820000', '121918.280000', '121918.740000', '121919.200000', '121919.660000', '121920.120000', '121920.580000', '121921.040000', '121921.500000', '121921.960000', '121922.420000', '121922.880000', '121923.340000', '121923.800000', '121924.260000', '121924.720000', '121925.180000', '121925.640000', '121926.100000', '121926.560000', '121927.020000', '121927.480000', '121927.940000', '121928.400000', '121928.860000', '121929.320000', '121929.780000', '121930.240000', '121930.700000', '121931.160000', '121931.620000', '121932.080000', '121932.540000', '121933.000000', '121933.460000', '121933.920000', '121934.380000', '121934.840000', '121935.300000', '121935.760000', '121936.220000', '121936.680000', '121937.140000', '121937.600000', '121938.060000', '121938.520000', '121938.980000', '121939.440000', '121939.900000', '121940.360000', '121940.820000', '121941.280000', '121941.740000', '121942.200000', '121942.660000', '121943.120000', '121943.580000', '121944.040000', '121944.500000', '121944.960000', '121945.420000', '121945.880000', '121946.340000', '121946.800000', '121947.260000', '121947.720000', '121948.180000', '121948.640000', '121949.100000', '121949.560000', '121950.020000', '121950.480000', '121950.940000', '121951.400000', '121951.860000', '121952.320000', '121952.780000', '121953.240000', '121953.700000', '121954.160000', '121954.620000', '121955.080000', '121955.540000', '121956.000000', '121956.460000', '121956.920000', '121957.380000', '121957.840000', '121958.300000', '121958.760000', '121959.220000', '121959.680000', '122000.140000', '122000.600000', '122001.060000', '122001.520000', '122001.980000', '122002.440000', '122002.900000', '122003.360000', '122003.820000', '122004.280000', '122004.740000', '122005.200000', '122005.660000', '122006.120000', '122006.580000', '122007.040000', '122007.500000', '122007.960000', '122008.420000', '122008.880000', '122009.340000', '122009.800000', '122010.260000', '122010.720000', '122011.180000', '122011.640000', '122012.100000', '122012.560000', '122013.020000', '122013.480000', '122013.940000', '122014.400000', '122014.860000', '122015.320000', '122015.780000', '122016.240000', '122016.700000', '122017.160000', '122017.620000', '122018.080000', '122018.540000', '122019.000000', '122019.460000', '122019.920000', '122020.380000', '122020.840000', '122021.300000', '122021.760000', '122022.220000', '122022.680000', '122023.140000', '122023.600000', '122024.060000', '122024.520000', '122024.980000', '122025.440000', '122025.900000', '122026.360000', '122026.820000', '122027.280000', '122027.740000', '122028.200000', '122028.660000', '122029.120000', '122029.580000', '122030.040000', '122030.500000', '122030.960000', '122031.420000', '122031.880000', '122032.340000', '122032.800000', '122033.260000', '122033.720000', '122034.180000', '122034.640000', '122035.100000', '122035.560000', '122036.020000', '122036.480000', '122036.940000', '122037.400000', '122037.860000', '122038.320000', '122038.780000', '122039.240000', '122039.700000', '122040.160000', '122040.620000', '122041.080000', '122041.540000', '122042.000000', '122042.460000', '122042.920000', '122043.380000', '122043.840000', '122044.300000', '122044.760000', '122045.220000', '122045.680000', '122046.140000', '122046.600000', '122047.060000', '122047.520000', '122047.980000', '122048.440000', '122048.900000', '122049.360000', '122049.820000', '122050.280000', '122050.740000', '122051.200000', '122051.660000', '122052.120000', '122052.580000', '122053.040000', '122053.500000', '122053.960000', '122054.420000', '122054.880000', '122055.340000', '122055.800000', '122056.260000', '122056.720000', '122057.180000', '122057.640000', '122058.100000', '122058.560000', '122059.020000', '122059.480000', '122059.940000', '122100.400000', '122100.860000', '122101.320000', '122101.780000', '122102.240000', '122102.700000', '122103.160000', '122103.620000', '122104.080000', '122104.540000', '122105.000000', '122105.460000', '122105.920000', '122106.380000', '122106.840000', '122107.300000', '122107.760000', '122108.220000', '122108.680000', '122109.140000', '122109.600000', '122110.060000', '122110.520000', '122110.980000', '122111.440000', '122111.900000', '122112.360000', '122112.820000', '122113.280000', '122113.740000', '122114.200000', '122114.660000', '122115.120000', '122115.580000', '122116.040000', '122116.500000', '122116.960000', '122117.420000', '122117.880000', '122118.340000', '122118.800000', '122119.260000', '122119.720000', '122120.180000', '122120.640000', '122121.100000', '122121.560000', '122122.020000', '122122.480000', '122122.940000', '122123.400000', '122123.860000', '122124.320000', '122124.780000', '122125.240000', '122125.700000', '122126.160000', '122126.620000', '122127.080000', '122127.540000', '122128.000000', '122128.460000', '122128.920000', '122129.380000', '122129.840000', '122130.300000', '122130.760000', '122131.220000', '122131.680000', '122132.140000', '122132.600000', '122133.060000', '122133.520000', '122133.980000', '122134.440000', '122134.900000', '122135.360000', '122135.820000', '122136.280000', '122136.740000', '122137.200000', '122137.660000', '122138.120000', '122138.580000', '122139.040000', '122139.500000', '122139.960000', '122140.420000', '122140.880000', '122141.340000', '122141.800000', '122142.260000', '122142.720000', '122143.180000', '122143.640000', '122144.100000', '122144.560000', '122145.020000', '122145.480000', '122145.940000', '122146.400000', '122146.860000', '122147.320000', '122147.780000', '122148.240000', '122148.700000', '122149.160000', '122149.620000', '122150.080000', '122150.540000', '122151.000000', '122151.460000', '122151.920000', '122152.380000', '122152.840000', '122153.300000', '122153.760000', '122154.220000', '122154.680000', '122155.140000', '122155.600000', '122156.060000', '122156.520000', '122156.980000', '122157.440000', '122157.900000', '122158.360000', '122158.820000', '122159.280000', '122159.740000', '122200.200000', '122200.660000', '122201.120000', '122201.580000', '122202.040000', '122202.500000', '122202.960000', '122203.420000', '122203.880000', '122204.340000', '122204.800000', '122205.260000', '122205.720000', '122206.180000', '122206.640000', '122207.100000', '122207.560000', '122208.020000', '122208.480000', '122208.940000', '122209.400000', '122209.860000', '122210.320000', '122210.780000', '122211.240000', '122211.700000', '122212.160000', '122212.620000', '122213.080000', '122213.540000', '122214.000000', '122214.460000', '122214.920000', '122215.380000', '122215.840000', '122216.300000', '122216.760000', '122217.220000', '122217.680000', '122218.140000', '122218.600000', '122219.060000', '122219.520000', '122219.980000', '122220.440000', '122220.900000', '122221.360000', '122221.820000', '122222.280000', '122222.740000', '122223.200000', '122223.660000', '122224.120000', '122224.580000', '122225.040000', '122225.500000', '122225.960000', '122226.420000', '122226.880000', '122227.340000', '122227.800000', '122228.260000', '122228.720000', '122229.180000', '122229.640000', '122230.100000', '122230.560000', '122231.020000', '122231.480000', '122231.940000', '122232.400000', '122232.860000', '122233.320000', '122233.780000', '122234.240000', '122234.700000', '122235.160000', '122235.620000', '122236.080000', '122236.540000', '122237.000000', '122237.460000', '122237.920000', '122238.380000', '122238.840000', '122239.300000', '122239.760000', '122240.220000', '122240.680000', '122241.140000', '122241.600000', '122242.060000', '122242.520000', '122242.980000', '122243.440000', '122243.900000', '122244.360000', '122244.820000', '122245.280000', '122245.740000', '122246.200000', '122246.660000', '122247.120000', '122247.580000', '122248.040000', '122248.500000', '122248.960000', '122249.420000', '122249.880000', '122250.340000', '122250.800000', '122251.260000', '122251.720000', '122252.180000', '122252.640000', '122253.100000', '122253.560000', '122254.020000', '122254.480000', '122254.940000', '122255.400000', '122255.860000', '122256.320000', '122256.780000', '122257.240000', '122257.700000', '122258.160000', '122258.620000', '122259.080000', '122259.540000', '122300.000000', '122300.460000', '122300.920000', '122301.380000', '122301.840000', '122302.300000', '122302.760000', '122303.220000', '122303.680000', '122304.140000', '122304.600000', '122305.060000', '122305.520000', '122305.980000', '122306.440000', '122306.900000', '122307.360000', '122307.820000', '122308.280000', '122308.740000', '122309.200000', '122309.660000', '122310.120000', '122310.580000', '122311.040000', '122311.500000', '122311.960000', '122312.420000', '122312.880000', '122313.340000', '122313.800000', '122314.260000', '122314.720000', '122315.180000', '122315.640000', '122316.100000', '122316.560000', '122317.020000', '122317.480000', '122317.940000', '122318.400000', '122318.860000', '122319.320000', '122319.780000', '122320.240000', '122320.700000', '122321.160000', '122321.620000', '122322.080000', '122322.540000', '122323.000000', '122323.460000', '122323.920000', '122324.380000', '122324.840000', '122325.300000', '122325.760000', '122326.220000', '122326.680000', '122327.140000', '122327.600000', '122328.060000', '122328.520000', '122328.980000', '122329.440000', '122329.900000', '122330.360000', '122330.820000', '122331.280000', '122331.740000', '122332.200000', '122332.660000', '122333.120000', '122333.580000', '122334.040000', '122334.500000', '122334.960000', '122335.420000', '122335.880000', '122336.340000', '122336.800000', '122337.260000', '122337.720000', '122338.180000', '122338.640000', '122339.100000', '122339.560000', '122340.020000', '122340.480000', '122340.940000', '122341.400000', '122341.860000', '122342.320000', '122342.780000', '122343.240000', '122343.700000', '122344.160000', '122344.620000', '122345.080000', '122345.540000', '122346.000000', '122346.460000', '122346.920000', '122347.380000', '122347.840000', '122348.300000', '122348.760000', '122349.220000', '122349.680000', '122350.140000', '122350.600000', '122351.060000', '122351.520000', '122351.980000', '122352.440000', '122352.900000', '122353.360000', '122353.820000', '122354.280000', '122354.740000', '122355.200000', '122355.660000', '122356.120000', '122356.580000', '122357.040000', '122357.500000', '122357.960000', '122358.420000', '122358.880000', '122359.340000', '122359.800000', '122400.260000', '122400.720000', '122401.180000', '122401.640000', '122402.100000', '122402.560000', '122403.020000', '122403.480000', '122403.940000', '122404.400000', '122404.860000', '122405.320000', '122405.780000', '122406.240000', '122406.700000', '122407.160000', '122407.620000', '122408.080000', '122408.540000', '122409.000000', '122409.460000', '122409.920000', '122410.380000', '122410.840000', '122411.300000', '122411.760000', '122412.220000', '122412.680000', '122413.140000', '122413.600000', '122414.060000', '122414.520000', '122414.980000', '122415.440000', '122415.900000', '122416.360000', '122416.820000', '122417.280000', '122417.740000', '122418.200000', '122418.660000', '122419.120000', '122419.580000', '122420.040000', '122420.500000', '122420.960000', '122421.420000', '122421.880000', '122422.340000', '122422.800000', '122423.260000', '122423.720000', '122424.180000', '122424.640000', '122425.100000', '122425.560000', '122426.020000', '122426.480000', '122426.940000', '122427.400000', '122427.860000', '122428.320000', '122428.780000', '122429.240000', '122429.700000', '122430.160000', '122430.620000', '122431.080000', '122431.540000', '122432.000000', '122432.460000', '122432.920000', '122433.380000', '122433.840000', '122434.300000', '122434.760000', '122435.220000', '122435.680000', '122436.140000', '122436.600000', '122437.060000', '122437.520000', '122437.980000', '122438.440000', '122438.900000', '122439.360000', '122439.820000', '122440.280000', '122440.740000', '122441.200000', '122441.660000', '122442.120000', '122442.580000', '122443.040000', '122443.500000', '122443.960000', '122444.420000', '122444.880000', '122445.340000', '122445.800000', '122446.260000', '122446.720000', '122447.180000', '122447.640000', '122448.100000', '122448.560000', '122449.020000', '122449.480000', '122449.940000', '122450.400000', '122450.860000', '122451.320000', '122451.780000', '122452.240000', '122452.700000', '122453.160000', '122453.620000', '122454.080000', '122454.540000', '122455.000000', '122455.460000', '122455.920000', '122456.380000', '122456.840000', '122457.300000'], 'ContentTime': ['121507.550000', '121507.554000', '121507.556000', '121507.559000', '121507.562000', '121507.564000', '121507.567000', '121507.570000', '121507.572000', '121507.575000', '121507.577000', '121507.580000', '121507.584000', '121507.587000', '121507.589000', '121507.592000', '121507.595000', '121507.597000', '121507.600000', '121507.603000', '121507.605000', '121507.608000', '121507.611000', '121507.613000', '121507.616000', '121507.618000', '121507.623000', '121507.626000', '121507.628000', '121507.631000', '121507.633000', '121507.636000', '121507.638000', '121507.641000', '121507.644000', '121507.646000', '121507.649000', '121527.523000', '121527.526000', '121527.529000', '121527.531000', '121527.534000', '121527.537000', '121527.539000', '121527.542000', '121527.544000', '121527.547000', '121527.550000', '121527.560000', '121527.563000', '121527.565000', '121527.568000', '121527.571000', '121527.573000', '121527.576000', '121527.588000', '121527.591000', '121527.593000', '121527.596000', '121527.599000', '121527.601000', '121527.604000', '121527.606000', '121527.609000', '121527.612000', '121527.614000', '121527.617000', '121527.619000', '121527.622000', '121527.625000', '121527.627000', '121527.630000', '121527.632000', '121527.635000', '121527.638000', '121527.641000', '121527.643000', '121527.646000', '121527.648000', '121527.651000', '121527.654000', '121547.523000', '121547.526000', '121547.540000', '121547.542000', '121547.545000', '121547.547000', '121547.550000', '121547.553000', '121547.555000', '121547.558000', '121547.560000', '121547.563000', '121547.566000', '121547.568000', '121547.571000', '121547.573000', '121547.576000', '121547.579000', '121547.581000', '121547.584000', '121547.587000', '121547.589000', '121547.592000', '121547.594000', '121547.597000', '121547.600000', '121547.602000', '121547.605000', '121547.608000', '121547.610000', '121547.613000', '121547.616000', '121547.619000', '121547.622000', '121547.626000', '121547.628000', '121547.631000', '121547.633000', '121547.636000', '121547.639000', '121547.641000', '121547.644000', '121547.647000', '121607.524000', '121607.527000', '121607.529000', '121607.532000', '121607.534000', '121607.537000', '121607.540000', '121607.542000', '121607.545000', '121607.548000', '121607.550000', '121607.553000', '121607.555000', '121607.558000', '121607.561000', '121607.563000', '121607.566000', '121607.568000', '121607.571000', '121607.573000', '121607.576000', '121607.579000', '121607.581000', '121607.584000', '121607.586000', '121607.589000', '121607.591000', '121607.594000', '121607.596000', '121607.599000', '121607.602000', '121607.604000', '121607.607000', '121607.610000', '121607.612000', '121607.615000', '121607.617000', '121607.620000', '121607.623000', '121607.625000', '121607.628000', '121607.631000', '121607.633000', '121607.636000', '121627.525000', '121627.527000', '121627.530000', '121627.533000', '121627.535000', '121627.538000', '121627.540000', '121627.543000', '121627.545000', '121627.548000', '121627.551000', '121627.553000', '121627.556000', '121627.558000', '121627.561000', '121627.564000', '121627.566000', '121627.569000', '121627.572000', '121627.574000', '121627.577000', '121627.579000', '121627.582000', '121627.585000', '121627.587000', '121627.590000', '121627.592000', '121627.595000', '121627.597000', '121627.600000', '121627.603000', '121627.606000', '121627.608000', '121627.611000', '121627.613000', '121627.616000', '121627.619000', '121627.621000', '121627.625000', '121627.628000', '121627.631000', '121627.633000', '121627.636000', '121647.524000', '121647.527000', '121647.530000', '121647.532000', '121647.535000', '121647.538000', '121647.540000', '121647.543000', '121647.546000', '121647.548000', '121647.551000', '121647.553000', '121647.556000', '121647.559000', '121647.561000', '121647.564000', '121647.567000', '121647.569000', '121647.572000', '121647.574000', '121647.577000', '121647.580000', '121647.582000', '121647.585000', '121647.587000', '121647.590000', '121647.593000', '121647.595000', '121647.598000', '121647.600000', '121647.603000', '121647.606000', '121647.608000', '121647.611000', '121647.613000', '121647.616000', '121647.619000', '121647.621000', '121647.624000', '121647.626000', '121647.629000', '121647.632000', '121647.634000', '121647.637000', '121707.524000', '121707.527000', '121707.530000', '121707.533000', '121707.535000', '121707.538000', '121707.541000', '121707.543000', '121707.546000', '121707.549000', '121707.558000', '121707.561000', '121707.564000', '121707.566000', '121707.569000', '121707.572000', '121707.574000', '121707.577000', '121707.580000', '121707.582000', '121707.585000', '121707.587000', '121707.590000', '121707.593000', '121707.595000', '121707.598000', '121707.601000', '121707.623000', '121707.626000', '121707.629000', '121707.631000', '121707.634000', '121707.637000', '121707.639000', '121707.642000', '121707.644000', '121707.647000', '121707.650000', '121707.653000', '121707.656000', '121707.659000', '121707.662000', '121707.664000', '121727.524000', '121727.527000', '121727.530000', '121727.533000', '121727.535000', '121727.538000', '121727.540000', '121727.543000', '121727.546000', '121727.549000', '121727.552000', '121727.555000', '121727.557000', '121727.560000', '121727.563000', '121727.565000', '121727.568000', '121727.571000', '121727.573000', '121727.576000', '121727.578000', '121727.581000', '121727.584000', '121727.586000', '121727.589000', '121727.591000', '121727.594000', '121727.597000', '121727.599000', '121727.602000', '121727.604000', '121727.607000', '121727.610000', '121727.612000', '121727.615000', '121727.618000', '121727.620000', '121727.623000', '121727.625000', '121727.628000', '121727.635000', '121727.638000', '121727.640000', '121727.643000', '121747.523000', '121747.526000', '121747.529000', '121747.532000', '121747.534000', '121747.537000', '121747.540000', '121747.542000', '121747.545000', '121747.548000', '121747.550000', '121747.553000', '121747.556000', '121747.558000', '121747.561000', '121747.564000', '121747.566000', '121747.569000', '121747.571000', '121747.574000', '121747.577000', '121747.579000', '121747.582000', '121747.584000', '121747.587000', '121747.589000', '121747.592000', '121747.595000', '121747.597000', '121747.600000', '121747.603000', '121747.605000', '121747.608000', '121747.610000', '121747.613000', '121747.616000', '121747.618000', '121747.621000', '121747.623000', '121747.626000', '121747.629000', '121747.631000', '121747.634000', '121807.523000', '121807.526000', '121807.529000', '121807.532000', '121807.534000', '121807.537000', '121807.540000', '121807.542000', '121807.545000', '121807.547000', '121807.550000', '121807.553000', '121807.555000', '121807.558000', '121807.561000', '121807.563000', '121807.566000', '121807.569000', '121807.571000', '121807.574000', '121807.576000', '121807.579000', '121807.582000', '121807.584000', '121807.587000', '121807.590000', '121807.593000', '121807.595000', '121807.598000', '121807.601000', '121807.603000', '121807.606000', '121807.609000', '121807.611000', '121807.614000', '121807.616000', '121807.619000', '121807.622000', '121807.624000', '121807.627000', '121807.630000', '121807.632000', '121807.635000', '121807.637000', '121827.523000', '121827.526000', '121827.529000', '121827.531000', '121827.534000', '121827.537000', '121827.540000', '121827.542000', '121827.545000', '121827.547000', '121827.550000', '121827.553000', '121827.555000', '121827.558000', '121827.561000', '121827.563000', '121827.566000', '121827.569000', '121827.571000', '121827.574000', '121827.576000', '121827.579000', '121827.582000', '121827.584000', '121827.587000', '121827.590000', '121827.592000', '121827.595000', '121827.597000', '121827.600000', '121827.603000', '121827.605000', '121827.608000', '121827.611000', '121827.613000', '121827.616000', '121827.619000', '121827.621000', '121827.624000', '121827.627000', '121827.629000', '121827.632000', '121827.634000', '121847.525000', '121847.528000', '121847.530000', '121847.533000', '121847.536000', '121847.540000', '121847.543000', '121847.546000', '121847.548000', '121847.557000', '121847.560000', '121847.563000', '121847.565000', '121847.568000', '121847.571000', '121847.573000', '121847.576000', '121847.579000', '121847.582000', '121847.584000', '121847.587000', '121847.590000', '121847.593000', '121847.595000', '121847.598000', '121847.601000', '121847.604000', '121847.606000', '121847.609000', '121847.612000', '121847.614000', '121847.617000', '121847.619000', '121847.622000', '121847.625000', '121847.627000', '121847.630000', '121847.633000', '121847.635000', '121847.638000', '121847.641000', '121847.643000', '121847.646000', '121907.524000', '121907.527000', '121907.530000', '121907.533000', '121907.535000', '121907.538000', '121907.541000', '121907.543000', '121907.546000', '121907.549000', '121907.551000', '121907.554000', '121907.557000', '121907.559000', '121907.562000', '121907.565000', '121907.567000', '121907.570000', '121907.572000', '121907.575000', '121907.578000', '121907.580000', '121907.583000', '121907.586000', '121907.588000', '121907.591000', '121907.593000', '121907.596000', '121907.599000', '121907.601000', '121907.604000', '121907.607000', '121907.609000', '121907.612000', '121907.614000', '121907.617000', '121907.620000', '121907.622000', '121907.625000', '121907.627000', '121907.630000', '121907.633000', '121907.635000', '121907.638000', '121927.524000', '121927.527000', '121927.530000', '121927.533000', '121927.535000', '121927.538000', '121927.540000', '121927.543000', '121927.546000', '121927.549000', '121927.551000', '121927.554000', '121927.556000', '121927.559000', '121927.562000', '121927.564000', '121927.567000', '121927.570000', '121927.572000', '121927.575000', '121927.577000', '121927.580000', '121927.583000', '121927.585000', '121927.588000', '121927.591000', '121927.593000', '121927.596000', '121927.599000', '121927.602000', '121927.605000', '121927.607000', '121927.610000', '121927.613000', '121927.616000', '121927.618000', '121927.621000', '121927.624000', '121927.626000', '121927.629000', '121927.632000', '121927.634000', '121927.637000', '121927.640000', '121947.524000', '121947.527000', '121947.529000', '121947.532000', '121947.535000', '121947.537000', '121947.540000', '121947.542000', '121947.545000', '121947.548000', '121947.550000', '121947.553000', '121947.555000', '121947.558000', '121947.561000', '121947.563000', '121947.566000', '121947.568000', '121947.571000', '121947.574000', '121947.576000', '121947.579000', '121947.581000', '121947.584000', '121947.587000', '121947.589000', '121947.592000', '121947.594000', '121947.597000', '121947.600000', '121947.602000', '121947.605000', '121947.608000', '121947.610000', '121947.613000', '121947.616000', '121947.618000', '121947.621000', '121947.624000', '121947.626000', '121947.629000', '121947.631000', '121947.634000', '122007.524000', '122007.527000', '122007.530000', '122007.535000', '122007.538000', '122007.540000', '122007.543000', '122007.546000', '122007.548000', '122007.551000', '122007.554000', '122007.556000', '122007.559000', '122007.561000', '122007.564000', '122007.567000', '122007.569000', '122007.572000', '122007.575000', '122007.578000', '122007.589000', '122007.592000', '122007.594000', '122007.597000', '122007.600000', '122007.602000', '122007.605000', '122007.608000', '122007.610000', '122007.613000', '122007.616000', '122007.618000', '122007.621000', '122007.624000', '122007.626000', '122007.629000', '122007.632000', '122007.634000', '122007.637000', '122007.640000', '122007.642000', '122007.645000', '122007.648000', '122027.524000', '122027.526000', '122027.529000', '122027.532000', '122027.534000', '122027.537000', '122027.540000', '122027.542000', '122027.545000', '122027.547000', '122027.550000', '122027.553000', '122027.555000', '122027.558000', '122027.561000', '122027.563000', '122027.566000', '122027.569000', '122027.571000', '122027.574000', '122027.577000', '122027.579000', '122027.582000', '122027.585000', '122027.587000', '122027.590000', '122027.593000', '122027.595000', '122027.598000', '122027.600000', '122027.603000', '122027.606000', '122027.608000', '122027.611000', '122027.614000', '122027.616000', '122027.619000', '122027.622000', '122027.624000', '122027.627000', '122027.629000', '122027.632000', '122027.635000', '122027.637000', '122047.524000', '122047.526000', '122047.529000', '122047.532000', '122047.534000', '122047.537000', '122047.540000', '122047.542000', '122047.545000', '122047.548000', '122047.550000', '122047.553000', '122047.556000', '122047.558000', '122047.561000', '122047.564000', '122047.566000', '122047.569000', '122047.572000', '122047.575000', '122047.578000', '122047.581000', '122047.585000', '122047.587000', '122047.590000', '122047.593000', '122047.596000', '122047.599000', '122047.601000', '122047.604000', '122047.607000', '122047.609000', '122047.612000', '122047.615000', '122047.617000', '122047.620000', '122047.623000', '122047.625000', '122047.628000', '122047.630000', '122047.633000', '122047.636000', '122047.638000', '122107.524000', '122107.527000', '122107.530000', '122107.533000', '122107.535000', '122107.538000', '122107.541000', '122107.543000', '122107.546000', '122107.548000', '122107.551000', '122107.554000', '122107.556000', '122107.559000', '122107.562000', '122107.564000', '122107.567000', '122107.571000', '122107.573000', '122107.576000', '122107.579000', '122107.581000', '122107.584000', '122107.586000', '122107.589000', '122107.592000', '122107.594000', '122107.597000', '122107.599000', '122107.602000', '122107.605000', '122107.607000', '122107.610000', '122107.613000', '122107.615000', '122107.618000', '122107.621000', '122107.623000', '122107.626000', '122107.629000', '122107.631000', '122107.634000', '122107.637000', '122107.639000', '122127.525000', '122127.527000', '122127.530000', '122127.533000', '122127.536000', '122127.538000', '122127.541000', '122127.544000', '122127.546000', '122127.549000', '122127.551000', '122127.554000', '122127.557000', '122127.559000', '122127.562000', '122127.565000', '122127.567000', '122127.570000', '122127.572000', '122127.575000', '122127.578000', '122127.580000', '122127.583000', '122127.586000', '122127.588000', '122127.591000', '122127.593000', '122127.596000', '122127.599000', '122127.602000', '122127.605000', '122127.609000', '122127.611000', '122127.615000', '122127.618000', '122127.621000', '122127.623000', '122127.626000', '122127.629000', '122127.631000', '122127.634000', '122127.637000', '122127.639000', '122147.525000', '122147.527000', '122147.530000', '122147.533000', '122147.536000', '122147.539000', '122147.541000', '122147.544000', '122147.547000', '122147.550000', '122147.552000', '122147.555000', '122147.558000', '122147.560000', '122147.563000', '122147.565000', '122147.568000', '122147.571000', '122147.573000', '122147.576000', '122147.579000', '122147.581000', '122147.584000', '122147.587000', '122147.590000', '122147.592000', '122147.595000', '122147.597000', '122147.600000', '122147.603000', '122147.605000', '122147.608000', '122147.611000', '122147.613000', '122147.616000', '122147.618000', '122147.621000', '122147.624000', '122147.626000', '122147.629000', '122147.632000', '122147.634000', '122147.637000', '122147.640000', '122207.524000', '122207.526000', '122207.529000', '122207.532000', '122207.534000', '122207.537000', '122207.540000', '122207.542000', '122207.545000', '122207.548000', '122207.550000', '122207.553000', '122207.555000', '122207.558000', '122207.561000', '122207.563000', '122207.566000', '122207.569000', '122207.571000', '122207.574000', '122207.576000', '122207.579000', '122207.582000', '122207.584000', '122207.587000', '122207.590000', '122207.594000', '122207.597000', '122207.600000', '122207.603000', '122207.605000', '122207.608000', '122207.611000', '122207.613000', '122207.616000', '122207.619000', '122207.621000', '122207.624000', '122207.626000', '122207.629000', '122207.632000', '122207.634000', '122207.637000', '122227.524000', '122227.526000', '122227.529000', '122227.532000', '122227.535000', '122227.537000', '122227.540000', '122227.543000', '122227.545000', '122227.548000', '122227.550000', '122227.553000', '122227.556000', '122227.558000', '122227.561000', '122227.563000', '122227.566000', '122227.569000', '122227.571000', '122227.574000', '122227.577000', '122227.579000', '122227.582000', '122227.584000', '122227.587000', '122227.590000', '122227.592000', '122227.595000', '122227.597000', '122227.600000', '122227.603000', '122227.606000', '122227.608000', '122227.611000', '122227.613000', '122227.616000', '122227.619000', '122227.621000', '122227.624000', '122227.626000', '122227.629000', '122227.632000', '122227.634000', '122227.637000', '122247.523000', '122247.526000', '122247.529000', '122247.532000', '122247.534000', '122247.537000', '122247.540000', '122247.542000', '122247.545000', '122247.548000', '122247.550000', '122247.553000', '122247.555000', '122247.558000', '122247.561000', '122247.563000', '122247.566000', '122247.569000', '122247.571000', '122247.574000', '122247.577000', '122247.579000', '122247.582000', '122247.584000', '122247.587000', '122247.590000', '122247.592000', '122247.595000', '122247.597000', '122247.600000', '122247.603000', '122247.605000', '122247.608000', '122247.611000', '122247.613000', '122247.616000', '122247.618000', '122247.621000', '122247.624000', '122247.626000', '122247.629000', '122247.633000', '122247.644000', '122307.523000', '122307.526000', '122307.529000', '122307.532000', '122307.534000', '122307.537000', '122307.540000', '122307.542000', '122307.545000', '122307.547000', '122307.550000', '122307.553000', '122307.555000', '122307.558000', '122307.561000', '122307.563000', '122307.566000', '122307.568000', '122307.571000', '122307.574000', '122307.576000', '122307.579000', '122307.582000', '122307.584000', '122307.587000', '122307.589000', '122307.592000', '122307.595000', '122307.597000', '122307.600000', '122307.603000', '122307.606000', '122307.608000', '122307.611000', '122307.614000', '122307.616000', '122307.619000', '122307.621000', '122307.625000', '122307.628000', '122307.630000', '122307.633000', '122307.636000', '122307.638000', '122327.525000', '122327.527000', '122327.530000', '122327.533000', '122327.536000', '122327.538000', '122327.541000', '122327.543000', '122327.546000', '122327.549000', '122327.551000', '122327.554000', '122327.557000', '122327.559000', '122327.562000', '122327.564000', '122327.567000', '122327.570000', '122327.572000', '122327.575000', '122327.578000', '122327.580000', '122327.583000', '122327.585000', '122327.588000', '122327.591000', '122327.593000', '122327.596000', '122327.599000', '122327.601000', '122327.604000', '122327.607000', '122327.609000', '122327.612000', '122327.614000', '122327.617000', '122327.620000', '122327.622000', '122327.625000', '122327.627000', '122327.630000', '122327.633000', '122327.635000', '122347.524000', '122347.527000', '122347.530000', '122347.533000', '122347.535000', '122347.538000', '122347.541000', '122347.543000', '122347.546000', '122347.548000', '122347.551000', '122347.555000', '122347.558000', '122347.561000', '122347.564000', '122347.566000', '122347.569000', '122347.572000', '122347.574000', '122347.577000', '122347.580000', '122347.582000', '122347.585000', '122347.588000', '122347.590000', '122347.593000', '122347.596000', '122347.598000', '122347.601000', '122347.604000', '122347.606000', '122347.609000', '122347.612000', '122347.614000', '122347.617000', '122347.620000', '122347.622000', '122347.625000', '122347.627000', '122347.630000', '122347.633000', '122347.635000', '122347.638000', '122407.525000', '122407.527000', '122407.530000', '122407.533000', '122407.535000', '122407.538000', '122407.541000', '122407.543000', '122407.546000', '122407.549000', '122407.551000', '122407.554000', '122407.557000', '122407.559000', '122407.562000', '122407.565000', '122407.567000', '122407.570000', '122407.572000', '122407.575000', '122407.578000', '122407.580000', '122407.583000', '122407.586000', '122407.588000', '122407.591000', '122407.593000', '122407.596000', '122407.599000', '122407.602000', '122407.604000', '122407.607000', '122407.615000', '122407.618000', '122407.621000', '122407.623000', '122407.626000', '122407.629000', '122407.631000', '122407.658000', '122407.661000', '122407.663000', '122407.666000', '122407.669000', '122427.523000', '122427.526000', '122427.529000', '122427.532000', '122427.534000', '122427.537000', '122427.540000', '122427.542000', '122427.545000', '122427.548000', '122427.551000', '122427.554000', '122427.557000', '122427.559000', '122427.562000', '122427.564000', '122427.567000', '122427.570000', '122427.572000', '122427.575000', '122427.577000', '122427.580000', '122427.583000', '122427.585000', '122427.588000', '122427.591000', '122427.593000', '122427.596000', '122427.598000', '122427.601000', '122427.604000', '122427.606000', '122427.609000', '122427.611000', '122427.614000', '122427.617000', '122427.619000', '122427.622000', '122427.624000', '122427.627000', '122427.630000', '122427.632000', '122427.635000', '122447.524000', '122447.526000', '122447.529000', '122447.532000', '122447.534000', '122447.537000', '122447.540000', '122447.542000', '122447.545000', '122447.548000', '122447.550000', '122447.553000', '122447.555000', '122447.558000', '122447.561000', '122447.563000', '122447.566000', '122447.569000', '122447.571000', '122447.574000', '122447.576000', '122447.579000', '122447.582000', '122447.584000', '122447.587000', '122447.589000', '122447.592000', '122447.595000', '122447.597000', '122447.600000', '122447.603000', '122447.606000', '122447.608000', '122447.611000', '122447.613000', '122447.616000', '122447.619000', '122447.621000', '122447.624000', '122447.627000', '122447.630000', '122447.632000', '122447.635000', '122447.637000', '122458.249000', '122458.252000', '122458.254000', '122458.257000', '122458.260000', '122458.263000', '122458.266000', '122458.268000', '122458.271000', '122458.274000', '122458.277000', '122458.280000', '122458.283000', '122458.286000', '122458.289000', '122458.292000', '122458.296000', '122458.299000', '122458.302000', '122458.305000', '122458.308000', '122458.310000', '122458.314000', '122458.316000'], 'InstanceCreationTime': ['121507.550000', '121507.554000', '121507.556000', '121507.559000', '121507.562000', '121507.564000', '121507.567000', '121507.570000', '121507.572000', '121507.575000', '121507.577000', '121507.580000', '121507.584000', '121507.587000', '121507.589000', '121507.592000', '121507.595000', '121507.597000', '121507.600000', '121507.603000', '121507.605000', '121507.608000', '121507.611000', '121507.613000', '121507.616000', '121507.618000', '121507.623000', '121507.626000', '121507.628000', '121507.631000', '121507.633000', '121507.636000', '121507.638000', '121507.641000', '121507.644000', '121507.646000', '121507.649000', '121527.523000', '121527.526000', '121527.529000', '121527.531000', '121527.534000', '121527.537000', '121527.539000', '121527.542000', '121527.544000', '121527.547000', '121527.550000', '121527.560000', '121527.563000', '121527.565000', '121527.568000', '121527.571000', '121527.573000', '121527.576000', '121527.588000', '121527.591000', '121527.593000', '121527.596000', '121527.599000', '121527.601000', '121527.604000', '121527.606000', '121527.609000', '121527.612000', '121527.614000', '121527.617000', '121527.619000', '121527.622000', '121527.625000', '121527.627000', '121527.630000', '121527.632000', '121527.635000', '121527.638000', '121527.641000', '121527.643000', '121527.646000', '121527.648000', '121527.651000', '121527.654000', '121547.523000', '121547.526000', '121547.540000', '121547.542000', '121547.545000', '121547.547000', '121547.550000', '121547.553000', '121547.555000', '121547.558000', '121547.560000', '121547.563000', '121547.566000', '121547.568000', '121547.571000', '121547.573000', '121547.576000', '121547.579000', '121547.581000', '121547.584000', '121547.587000', '121547.589000', '121547.592000', '121547.594000', '121547.597000', '121547.600000', '121547.602000', '121547.605000', '121547.608000', '121547.610000', '121547.613000', '121547.616000', '121547.619000', '121547.622000', '121547.626000', '121547.628000', '121547.631000', '121547.633000', '121547.636000', '121547.639000', '121547.641000', '121547.644000', '121547.647000', '121607.524000', '121607.527000', '121607.529000', '121607.532000', '121607.534000', '121607.537000', '121607.540000', '121607.542000', '121607.545000', '121607.548000', '121607.550000', '121607.553000', '121607.555000', '121607.558000', '121607.561000', '121607.563000', '121607.566000', '121607.568000', '121607.571000', '121607.573000', '121607.576000', '121607.579000', '121607.581000', '121607.584000', '121607.586000', '121607.589000', '121607.591000', '121607.594000', '121607.596000', '121607.599000', '121607.602000', '121607.604000', '121607.607000', '121607.610000', '121607.612000', '121607.615000', '121607.617000', '121607.620000', '121607.623000', '121607.625000', '121607.628000', '121607.631000', '121607.633000', '121607.636000', '121627.525000', '121627.527000', '121627.530000', '121627.533000', '121627.535000', '121627.538000', '121627.540000', '121627.543000', '121627.545000', '121627.548000', '121627.551000', '121627.553000', '121627.556000', '121627.558000', '121627.561000', '121627.564000', '121627.566000', '121627.569000', '121627.572000', '121627.574000', '121627.577000', '121627.579000', '121627.582000', '121627.585000', '121627.587000', '121627.590000', '121627.592000', '121627.595000', '121627.597000', '121627.600000', '121627.603000', '121627.606000', '121627.608000', '121627.611000', '121627.613000', '121627.616000', '121627.619000', '121627.621000', '121627.625000', '121627.628000', '121627.631000', '121627.633000', '121627.636000', '121647.524000', '121647.527000', '121647.530000', '121647.532000', '121647.535000', '121647.538000', '121647.540000', '121647.543000', '121647.546000', '121647.548000', '121647.551000', '121647.553000', '121647.556000', '121647.559000', '121647.561000', '121647.564000', '121647.567000', '121647.569000', '121647.572000', '121647.574000', '121647.577000', '121647.580000', '121647.582000', '121647.585000', '121647.587000', '121647.590000', '121647.593000', '121647.595000', '121647.598000', '121647.600000', '121647.603000', '121647.606000', '121647.608000', '121647.611000', '121647.613000', '121647.616000', '121647.619000', '121647.621000', '121647.624000', '121647.626000', '121647.629000', '121647.632000', '121647.634000', '121647.637000', '121707.524000', '121707.527000', '121707.530000', '121707.533000', '121707.535000', '121707.538000', '121707.541000', '121707.543000', '121707.546000', '121707.549000', '121707.558000', '121707.561000', '121707.564000', '121707.566000', '121707.569000', '121707.572000', '121707.574000', '121707.577000', '121707.580000', '121707.582000', '121707.585000', '121707.587000', '121707.590000', '121707.593000', '121707.595000', '121707.598000', '121707.601000', '121707.623000', '121707.626000', '121707.629000', '121707.631000', '121707.634000', '121707.637000', '121707.639000', '121707.642000', '121707.644000', '121707.647000', '121707.650000', '121707.653000', '121707.656000', '121707.659000', '121707.662000', '121707.664000', '121727.524000', '121727.527000', '121727.530000', '121727.533000', '121727.535000', '121727.538000', '121727.540000', '121727.543000', '121727.546000', '121727.549000', '121727.552000', '121727.555000', '121727.557000', '121727.560000', '121727.563000', '121727.565000', '121727.568000', '121727.571000', '121727.573000', '121727.576000', '121727.578000', '121727.581000', '121727.584000', '121727.586000', '121727.589000', '121727.591000', '121727.594000', '121727.597000', '121727.599000', '121727.602000', '121727.604000', '121727.607000', '121727.610000', '121727.612000', '121727.615000', '121727.618000', '121727.620000', '121727.623000', '121727.625000', '121727.628000', '121727.635000', '121727.638000', '121727.640000', '121727.643000', '121747.523000', '121747.526000', '121747.529000', '121747.532000', '121747.534000', '121747.537000', '121747.540000', '121747.542000', '121747.545000', '121747.548000', '121747.550000', '121747.553000', '121747.556000', '121747.558000', '121747.561000', '121747.564000', '121747.566000', '121747.569000', '121747.571000', '121747.574000', '121747.577000', '121747.579000', '121747.582000', '121747.584000', '121747.587000', '121747.589000', '121747.592000', '121747.595000', '121747.597000', '121747.600000', '121747.603000', '121747.605000', '121747.608000', '121747.610000', '121747.613000', '121747.616000', '121747.618000', '121747.621000', '121747.623000', '121747.626000', '121747.629000', '121747.631000', '121747.634000', '121807.523000', '121807.526000', '121807.529000', '121807.532000', '121807.534000', '121807.537000', '121807.540000', '121807.542000', '121807.545000', '121807.547000', '121807.550000', '121807.553000', '121807.555000', '121807.558000', '121807.561000', '121807.563000', '121807.566000', '121807.569000', '121807.571000', '121807.574000', '121807.576000', '121807.579000', '121807.582000', '121807.584000', '121807.587000', '121807.590000', '121807.593000', '121807.595000', '121807.598000', '121807.601000', '121807.603000', '121807.606000', '121807.609000', '121807.611000', '121807.614000', '121807.616000', '121807.619000', '121807.622000', '121807.624000', '121807.627000', '121807.630000', '121807.632000', '121807.635000', '121807.637000', '121827.523000', '121827.526000', '121827.529000', '121827.531000', '121827.534000', '121827.537000', '121827.540000', '121827.542000', '121827.545000', '121827.547000', '121827.550000', '121827.553000', '121827.555000', '121827.558000', '121827.561000', '121827.563000', '121827.566000', '121827.569000', '121827.571000', '121827.574000', '121827.576000', '121827.579000', '121827.582000', '121827.584000', '121827.587000', '121827.590000', '121827.592000', '121827.595000', '121827.597000', '121827.600000', '121827.603000', '121827.605000', '121827.608000', '121827.611000', '121827.613000', '121827.616000', '121827.619000', '121827.621000', '121827.624000', '121827.627000', '121827.629000', '121827.632000', '121827.634000', '121847.525000', '121847.528000', '121847.530000', '121847.533000', '121847.536000', '121847.540000', '121847.543000', '121847.546000', '121847.548000', '121847.557000', '121847.560000', '121847.563000', '121847.565000', '121847.568000', '121847.571000', '121847.573000', '121847.576000', '121847.579000', '121847.582000', '121847.584000', '121847.587000', '121847.590000', '121847.593000', '121847.595000', '121847.598000', '121847.601000', '121847.604000', '121847.606000', '121847.609000', '121847.612000', '121847.614000', '121847.617000', '121847.619000', '121847.622000', '121847.625000', '121847.627000', '121847.630000', '121847.633000', '121847.635000', '121847.638000', '121847.641000', '121847.643000', '121847.646000', '121907.524000', '121907.527000', '121907.530000', '121907.533000', '121907.535000', '121907.538000', '121907.541000', '121907.543000', '121907.546000', '121907.549000', '121907.551000', '121907.554000', '121907.557000', '121907.559000', '121907.562000', '121907.565000', '121907.567000', '121907.570000', '121907.572000', '121907.575000', '121907.578000', '121907.580000', '121907.583000', '121907.586000', '121907.588000', '121907.591000', '121907.593000', '121907.596000', '121907.599000', '121907.601000', '121907.604000', '121907.607000', '121907.609000', '121907.612000', '121907.614000', '121907.617000', '121907.620000', '121907.622000', '121907.625000', '121907.627000', '121907.630000', '121907.633000', '121907.635000', '121907.638000', '121927.524000', '121927.527000', '121927.530000', '121927.533000', '121927.535000', '121927.538000', '121927.540000', '121927.543000', '121927.546000', '121927.549000', '121927.551000', '121927.554000', '121927.556000', '121927.559000', '121927.562000', '121927.564000', '121927.567000', '121927.570000', '121927.572000', '121927.575000', '121927.577000', '121927.580000', '121927.583000', '121927.585000', '121927.588000', '121927.591000', '121927.593000', '121927.596000', '121927.599000', '121927.602000', '121927.605000', '121927.607000', '121927.610000', '121927.613000', '121927.616000', '121927.618000', '121927.621000', '121927.624000', '121927.626000', '121927.629000', '121927.632000', '121927.634000', '121927.637000', '121927.640000', '121947.524000', '121947.527000', '121947.529000', '121947.532000', '121947.535000', '121947.537000', '121947.540000', '121947.542000', '121947.545000', '121947.548000', '121947.550000', '121947.553000', '121947.555000', '121947.558000', '121947.561000', '121947.563000', '121947.566000', '121947.568000', '121947.571000', '121947.574000', '121947.576000', '121947.579000', '121947.581000', '121947.584000', '121947.587000', '121947.589000', '121947.592000', '121947.594000', '121947.597000', '121947.600000', '121947.602000', '121947.605000', '121947.608000', '121947.610000', '121947.613000', '121947.616000', '121947.618000', '121947.621000', '121947.624000', '121947.626000', '121947.629000', '121947.631000', '121947.634000', '122007.524000', '122007.527000', '122007.530000', '122007.535000', '122007.538000', '122007.540000', '122007.543000', '122007.546000', '122007.548000', '122007.551000', '122007.554000', '122007.556000', '122007.559000', '122007.561000', '122007.564000', '122007.567000', '122007.569000', '122007.572000', '122007.575000', '122007.578000', '122007.589000', '122007.592000', '122007.594000', '122007.597000', '122007.600000', '122007.602000', '122007.605000', '122007.608000', '122007.610000', '122007.613000', '122007.616000', '122007.618000', '122007.621000', '122007.624000', '122007.626000', '122007.629000', '122007.632000', '122007.634000', '122007.637000', '122007.640000', '122007.642000', '122007.645000', '122007.648000', '122027.524000', '122027.526000', '122027.529000', '122027.532000', '122027.534000', '122027.537000', '122027.540000', '122027.542000', '122027.545000', '122027.547000', '122027.550000', '122027.553000', '122027.555000', '122027.558000', '122027.561000', '122027.563000', '122027.566000', '122027.569000', '122027.571000', '122027.574000', '122027.577000', '122027.579000', '122027.582000', '122027.585000', '122027.587000', '122027.590000', '122027.593000', '122027.595000', '122027.598000', '122027.600000', '122027.603000', '122027.606000', '122027.608000', '122027.611000', '122027.614000', '122027.616000', '122027.619000', '122027.622000', '122027.624000', '122027.627000', '122027.629000', '122027.632000', '122027.635000', '122027.637000', '122047.524000', '122047.526000', '122047.529000', '122047.532000', '122047.534000', '122047.537000', '122047.540000', '122047.542000', '122047.545000', '122047.548000', '122047.550000', '122047.553000', '122047.556000', '122047.558000', '122047.561000', '122047.564000', '122047.566000', '122047.569000', '122047.572000', '122047.575000', '122047.578000', '122047.581000', '122047.585000', '122047.587000', '122047.590000', '122047.593000', '122047.596000', '122047.599000', '122047.601000', '122047.604000', '122047.607000', '122047.609000', '122047.612000', '122047.615000', '122047.617000', '122047.620000', '122047.623000', '122047.625000', '122047.628000', '122047.630000', '122047.633000', '122047.636000', '122047.638000', '122107.524000', '122107.527000', '122107.530000', '122107.533000', '122107.535000', '122107.538000', '122107.541000', '122107.543000', '122107.546000', '122107.548000', '122107.551000', '122107.554000', '122107.556000', '122107.559000', '122107.562000', '122107.564000', '122107.567000', '122107.571000', '122107.573000', '122107.576000', '122107.579000', '122107.581000', '122107.584000', '122107.586000', '122107.589000', '122107.592000', '122107.594000', '122107.597000', '122107.599000', '122107.602000', '122107.605000', '122107.607000', '122107.610000', '122107.613000', '122107.615000', '122107.618000', '122107.621000', '122107.623000', '122107.626000', '122107.629000', '122107.631000', '122107.634000', '122107.637000', '122107.639000', '122127.525000', '122127.527000', '122127.530000', '122127.533000', '122127.536000', '122127.538000', '122127.541000', '122127.544000', '122127.546000', '122127.549000', '122127.551000', '122127.554000', '122127.557000', '122127.559000', '122127.562000', '122127.565000', '122127.567000', '122127.570000', '122127.572000', '122127.575000', '122127.578000', '122127.580000', '122127.583000', '122127.586000', '122127.588000', '122127.591000', '122127.593000', '122127.596000', '122127.599000', '122127.602000', '122127.605000', '122127.609000', '122127.611000', '122127.615000', '122127.618000', '122127.621000', '122127.623000', '122127.626000', '122127.629000', '122127.631000', '122127.634000', '122127.637000', '122127.639000', '122147.525000', '122147.527000', '122147.530000', '122147.533000', '122147.536000', '122147.539000', '122147.541000', '122147.544000', '122147.547000', '122147.550000', '122147.552000', '122147.555000', '122147.558000', '122147.560000', '122147.563000', '122147.565000', '122147.568000', '122147.571000', '122147.573000', '122147.576000', '122147.579000', '122147.581000', '122147.584000', '122147.587000', '122147.590000', '122147.592000', '122147.595000', '122147.597000', '122147.600000', '122147.603000', '122147.605000', '122147.608000', '122147.611000', '122147.613000', '122147.616000', '122147.618000', '122147.621000', '122147.624000', '122147.626000', '122147.629000', '122147.632000', '122147.634000', '122147.637000', '122147.640000', '122207.524000', '122207.526000', '122207.529000', '122207.532000', '122207.534000', '122207.537000', '122207.540000', '122207.542000', '122207.545000', '122207.548000', '122207.550000', '122207.553000', '122207.555000', '122207.558000', '122207.561000', '122207.563000', '122207.566000', '122207.569000', '122207.571000', '122207.574000', '122207.576000', '122207.579000', '122207.582000', '122207.584000', '122207.587000', '122207.590000', '122207.594000', '122207.597000', '122207.600000', '122207.603000', '122207.605000', '122207.608000', '122207.611000', '122207.613000', '122207.616000', '122207.619000', '122207.621000', '122207.624000', '122207.626000', '122207.629000', '122207.632000', '122207.634000', '122207.637000', '122227.524000', '122227.526000', '122227.529000', '122227.532000', '122227.535000', '122227.537000', '122227.540000', '122227.543000', '122227.545000', '122227.548000', '122227.550000', '122227.553000', '122227.556000', '122227.558000', '122227.561000', '122227.563000', '122227.566000', '122227.569000', '122227.571000', '122227.574000', '122227.577000', '122227.579000', '122227.582000', '122227.584000', '122227.587000', '122227.590000', '122227.592000', '122227.595000', '122227.597000', '122227.600000', '122227.603000', '122227.606000', '122227.608000', '122227.611000', '122227.613000', '122227.616000', '122227.619000', '122227.621000', '122227.624000', '122227.626000', '122227.629000', '122227.632000', '122227.634000', '122227.637000', '122247.523000', '122247.526000', '122247.529000', '122247.532000', '122247.534000', '122247.537000', '122247.540000', '122247.542000', '122247.545000', '122247.548000', '122247.550000', '122247.553000', '122247.555000', '122247.558000', '122247.561000', '122247.563000', '122247.566000', '122247.569000', '122247.571000', '122247.574000', '122247.577000', '122247.579000', '122247.582000', '122247.584000', '122247.587000', '122247.590000', '122247.592000', '122247.595000', '122247.597000', '122247.600000', '122247.603000', '122247.605000', '122247.608000', '122247.611000', '122247.613000', '122247.616000', '122247.618000', '122247.621000', '122247.624000', '122247.626000', '122247.629000', '122247.633000', '122247.644000', '122307.523000', '122307.526000', '122307.529000', '122307.532000', '122307.534000', '122307.537000', '122307.540000', '122307.542000', '122307.545000', '122307.547000', '122307.550000', '122307.553000', '122307.555000', '122307.558000', '122307.561000', '122307.563000', '122307.566000', '122307.568000', '122307.571000', '122307.574000', '122307.576000', '122307.579000', '122307.582000', '122307.584000', '122307.587000', '122307.589000', '122307.592000', '122307.595000', '122307.597000', '122307.600000', '122307.603000', '122307.606000', '122307.608000', '122307.611000', '122307.614000', '122307.616000', '122307.619000', '122307.621000', '122307.625000', '122307.628000', '122307.630000', '122307.633000', '122307.636000', '122307.638000', '122327.525000', '122327.527000', '122327.530000', '122327.533000', '122327.536000', '122327.538000', '122327.541000', '122327.543000', '122327.546000', '122327.549000', '122327.551000', '122327.554000', '122327.557000', '122327.559000', '122327.562000', '122327.564000', '122327.567000', '122327.570000', '122327.572000', '122327.575000', '122327.578000', '122327.580000', '122327.583000', '122327.585000', '122327.588000', '122327.591000', '122327.593000', '122327.596000', '122327.599000', '122327.601000', '122327.604000', '122327.607000', '122327.609000', '122327.612000', '122327.614000', '122327.617000', '122327.620000', '122327.622000', '122327.625000', '122327.627000', '122327.630000', '122327.633000', '122327.635000', '122347.524000', '122347.527000', '122347.530000', '122347.533000', '122347.535000', '122347.538000', '122347.541000', '122347.543000', '122347.546000', '122347.548000', '122347.551000', '122347.555000', '122347.558000', '122347.561000', '122347.564000', '122347.566000', '122347.569000', '122347.572000', '122347.574000', '122347.577000', '122347.580000', '122347.582000', '122347.585000', '122347.588000', '122347.590000', '122347.593000', '122347.596000', '122347.598000', '122347.601000', '122347.604000', '122347.606000', '122347.609000', '122347.612000', '122347.614000', '122347.617000', '122347.620000', '122347.622000', '122347.625000', '122347.627000', '122347.630000', '122347.633000', '122347.635000', '122347.638000', '122407.525000', '122407.527000', '122407.530000', '122407.533000', '122407.535000', '122407.538000', '122407.541000', '122407.543000', '122407.546000', '122407.549000', '122407.551000', '122407.554000', '122407.557000', '122407.559000', '122407.562000', '122407.565000', '122407.567000', '122407.570000', '122407.572000', '122407.575000', '122407.578000', '122407.580000', '122407.583000', '122407.586000', '122407.588000', '122407.591000', '122407.593000', '122407.596000', '122407.599000', '122407.602000', '122407.604000', '122407.607000', '122407.615000', '122407.618000', '122407.621000', '122407.623000', '122407.626000', '122407.629000', '122407.631000', '122407.658000', '122407.661000', '122407.663000', '122407.666000', '122407.669000', '122427.523000', '122427.526000', '122427.529000', '122427.532000', '122427.534000', '122427.537000', '122427.540000', '122427.542000', '122427.545000', '122427.548000', '122427.551000', '122427.554000', '122427.557000', '122427.559000', '122427.562000', '122427.564000', '122427.567000', '122427.570000', '122427.572000', '122427.575000', '122427.577000', '122427.580000', '122427.583000', '122427.585000', '122427.588000', '122427.591000', '122427.593000', '122427.596000', '122427.598000', '122427.601000', '122427.604000', '122427.606000', '122427.609000', '122427.611000', '122427.614000', '122427.617000', '122427.619000', '122427.622000', '122427.624000', '122427.627000', '122427.630000', '122427.632000', '122427.635000', '122447.524000', '122447.526000', '122447.529000', '122447.532000', '122447.534000', '122447.537000', '122447.540000', '122447.542000', '122447.545000', '122447.548000', '122447.550000', '122447.553000', '122447.555000', '122447.558000', '122447.561000', '122447.563000', '122447.566000', '122447.569000', '122447.571000', '122447.574000', '122447.576000', '122447.579000', '122447.582000', '122447.584000', '122447.587000', '122447.589000', '122447.592000', '122447.595000', '122447.597000', '122447.600000', '122447.603000', '122447.606000', '122447.608000', '122447.611000', '122447.613000', '122447.616000', '122447.619000', '122447.621000', '122447.624000', '122447.627000', '122447.630000', '122447.632000', '122447.635000', '122447.637000', '122458.249000', '122458.252000', '122458.254000', '122458.257000', '122458.260000', '122458.263000', '122458.266000', '122458.268000', '122458.271000', '122458.274000', '122458.277000', '122458.280000', '122458.283000', '122458.286000', '122458.289000', '122458.292000', '122458.296000', '122458.299000', '122458.302000', '122458.305000', '122458.308000', '122458.310000', '122458.314000', '122458.316000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [16627, 21126, 15171, 12333, 8707, 11146, 12811, 9931, 9788, 11590, 12352, 14146, 10531, 9413, 10935, 11309, 16010, 16534, 12217, 10130, 10899, 16062, 20397, 16383, 12731, 10766, 11172, 18870, 20734, 13514, 10225, 8762, 14924, 19549, 14070, 11649, 8290, 8188, 11404, 11806, 9911, 12135, 9769, 6866, 9167, 13825, 13303, 11211, 14592, 15359, 13073, 11518, 16525, 12699, 12476, 15967, 13134, 8919, 9957, 13565, 18522, 13553, 11447, 9442, 9826, 8991, 10176, 13911, 14786, 16597, 12276, 10148, 11092, 11746, 16720, 16894, 16652, 11658, 9784, 9646, 16752, 19720, 13875, 9874, 8707, 9864, 16132, 15735, 11031, 9391, 7813, 12053, 14941, 11882, 12827, 7915, 10910, 15816, 11380, 11388, 11773, 7834, 8344, 11781, 16054, 12373, 10636, 13020, 13763, 8515, 7652, 8672, 11574, 16960, 15607, 14837, 12494, 9050, 8045, 8255, 13891, 17986, 15341, 16580, 12227, 10423, 12971, 11633, 8505, 12273, 16303, 14732, 12895, 13959, 11446, 7711, 11334, 17005, 11897, 12790, 14947, 9381, 12577, 13429, 8873, 9554, 11632, 16043, 16843, 11751, 9699, 8989, 16491, 20203, 14351, 10577, 8315, 13715, 15766, 12117, 9699, 7205, 11351, 15141, 11374, 10398, 8969, 7051, 8279, 11090, 17149, 15453, 11819, 9410, 11187, 10021, 9219, 12809, 17687, 18370, 16684, 16237, 12708, 12460, 14496, 13796, 9038, 7933, 10070, 12465, 18067, 16844, 12285, 10526, 9674, 8362, 11086, 15616, 20015, 16961, 12133, 10495, 9949, 12278, 18953, 16288, 13707, 14104, 9365, 9484, 14191, 13376, 11899, 11976, 8837, 11781, 17197, 13371, 10605, 11910, 11363, 10267, 10092, 12102, 10952, 13697, 13644, 10633, 14751, 20545, 14267, 11453, 11348, 14281, 17490, 14906, 16470, 11891, 11438, 11894, 9467, 11826, 14689, 11181, 10249, 8600, 11984, 17071, 17600, 12417, 9839, 9832, 13376, 14520, 16986, 12853, 10847, 10035, 9134, 15131, 18705, 16360, 13368, 9999, 8596, 7130, 11463, 17980, 14245, 14798, 9223, 8144, 13599, 15082, 11695, 12015, 12042, 9038, 9586, 13639, 15202, 14104, 16033, 8462, 9482, 12813, 14220, 12238, 14439, 8486, 12418, 19846, 13314, 14079, 8553, 8855, 13068, 13573, 11330, 11985, 8360, 12236, 18698, 12550, 13063, 10624, 11196, 14644, 13177, 11021, 12448, 15448, 19603, 12933, 9698, 9896, 13813, 16338, 15244, 10464, 8686, 8231, 12129, 17320, 15429, 11501, 9488, 8390, 17808, 17157, 14359, 9155, 9021, 15523, 13693, 11073, 13215, 8649, 14843, 16715, 11120, 10980, 11368, 14798, 14276, 10266, 9601, 13042, 19003, 13031, 9400, 11719, 18565, 13505, 11076, 12122, 16495, 10275, 9231, 12482, 18745, 11474, 8734, 7631, 11495, 15389, 11265, 9134, 7320, 12656, 13341, 10699, 13018, 10365, 15115, 13936, 10480, 11257, 18502, 20344, 14032, 9526, 7603, 12407, 18562, 11860, 9150, 8257, 8484, 14258, 16409, 12323, 9634, 7672, 12930, 19388, 14845, 11988, 8967, 9306, 15434, 18070, 15666, 10279, 7767, 13155, 17614, 13559, 13010, 7976, 9340, 17564, 15878, 18023, 15490, 17127, 20308, 12159, 9346, 7329, 8092, 12983, 10232, 9098, 8591, 15798, 13814, 9722, 7875, 12349, 16006, 11493, 11154, 11135, 17529, 10633, 9088, 10537, 17851, 13128, 9695, 7241, 16420, 13603, 12509, 11326, 14298, 16600, 10171, 8603, 10857, 18756, 12223, 9095, 8470, 17545, 11444, 9948, 17845, 18108, 12356, 7783, 14965, 11729, 10385, 12334, 20199, 13203, 8796, 11099, 15777, 10827, 9469, 16250, 13430, 8976, 7032, 9965, 14399, 11150, 8723, 10932, 17496, 10878, 10288, 12905, 18192, 14995, 10768, 8112, 18803, 17292, 14679, 9290, 20861, 12628, 9195, 18708, 16139, 12019, 7400, 11437, 12559, 9911, 8899, 17541, 14659, 10191, 7506, 8957, 16309, 11610, 9253, 7560, 14150, 12403, 10258, 9748, 17322, 17439, 12472, 10948, 9360, 11052, 18469, 16726, 12158, 8721, 16555, 14942, 11426, 9645, 15411, 12827, 9290, 7969, 16738, 11893, 9132, 8130, 14762, 10200, 8612, 16138, 14310, 9826, 9149, 16190, 10579, 8429, 15941, 12662, 8794, 7422, 16774, 11958, 13241, 12876, 18191, 10423, 8640, 7423, 9205, 13012, 9418, 8290, 12704, 16045, 12980, 9473, 15009, 16181, 10318, 12603, 21661, 14690, 9027, 7475, 15664, 12318, 11142, 8404, 18147, 13267, 9241, 8105, 17286, 14084, 9901, 7194, 15914, 11704, 10048, 16330, 18731, 14080, 8880, 18982, 12497, 9450, 11052, 19448, 12470, 8983, 7630, 15262, 11303, 10350, 10753, 15918, 12043, 9364, 8045, 16212, 17387, 12928, 8848, 8060, 15024, 17691, 13473, 9511, 7235, 15944, 12016, 11467, 13854, 13145, 14792, 10128, 9509, 13828, 18659, 16912, 10980, 8871, 10752, 14543, 15808, 12543, 9775, 9688, 16748, 20972, 15543, 12159, 9298, 14826, 22878, 17768, 13726, 7782, 9085, 15305, 13206, 15761, 9962, 19636, 18810, 13289, 11911, 21326, 19521, 12907, 7454, 9231, 12737, 10695, 11980, 15869, 16225, 10857, 8145, 9880, 15505, 13131, 12947, 7555, 8409, 13185, 9790, 9439, 12344, 17420, 15885, 11755, 9355, 9298, 16089, 18552, 15339, 11897, 9264, 11976, 18837, 12795, 11847, 10058, 12316, 19129, 17064, 12288, 10209, 10335, 10569, 9596, 13243, 17480, 11262, 9941, 10897, 16538, 19107, 11964, 8881, 7734, 16733, 11726, 10520, 12025, 18951, 11125, 8806, 10863, 16496, 10781, 8761, 14498, 12976, 9187, 12723, 17197, 12225, 8334, 14514, 11626, 9034, 12861, 16726, 11749, 8556, 17383, 11327, 8978, 9771, 17814, 12777, 9079, 7213, 10158, 14841, 11144, 12951, 10586, 15827, 12858, 9485, 11187, 20566, 14049, 10150, 8070, 16707, 11278, 9499, 12613, 19611, 14749, 10237, 7117, 15847, 13062, 12469, 9865, 15591, 14615, 9671, 9346, 19340, 15469, 11072, 7594, 15030, 13498, 14289, 15666, 15237, 15911, 11123, 14009, 8568, 9701, 15888, 11420, 13828, 16119, 17762, 14240, 9904, 8159, 13558, 18276, 14975, 9600, 11577, 15902, 10163, 8275, 18074, 15474, 12610, 7875, 11072, 13179, 10120, 10838, 16287, 15500, 10074, 8013, 11888, 16706, 12675, 9504, 12946, 15806, 9983, 9073, 17995, 15241, 9857, 6940, 9291, 12968, 10550, 11314, 16017, 14635, 9854, 11090, 18063, 13240, 11009, 15462, 14097, 9086, 12043, 16175, 11033, 9782, 18888, 11018, 8348, 11787, 14775, 10135, 9383, 18517, 10692, 8252, 14623, 14096, 12930, 13127, 19094, 11201, 9055, 9205, 15981, 11076, 12495, 14382, 16357, 9813, 7561, 18562, 11919, 10673, 18056, 15488, 10035, 7076, 10227, 14128, 10561, 7910, 16690, 15580, 12279, 9388, 7408, 15394, 15467, 13212, 7998, 14974, 11454, 8949, 10308, 20342, 13975, 9861, 8339, 15639, 10826, 9503, 16752, 12382, 9074, 7406, 16999, 11636, 9851, 12908, 13851, 9286, 7554, 17501, 14276, 9996, 6926, 11620, 12608, 10024, 11134, 19519, 14279, 11168, 7313, 17885, 11522, 10684, 16307, 19266, 12572, 8359, 9898, 17144, 13237, 9224, 8457, 17503, 15022, 14265, 11894, 17087, 10983, 8476, 7753, 16272, 11508, 8118, 12735, 12023, 8958, 10099, 19253, 13773, 8980, 7419, 13903, 11424, 10151, 8978, 15309, 12183, 9329, 12635, 17995, 13592, 10997, 15683, 13068, 9339, 7886, 18093, 15465, 9907, 7026, 14346, 11869, 9915, 11546, 19611, 14187, 10154, 7388, 17992, 12679, 13335, 12436, 19229, 12291, 9198, 7787, 17062, 13086, 9891, 9430, 17179, 10779, 9064, 15226, 17882, 11758, 7288, 14223, 11473, 9486, 9017, 18985, 13380, 12312, 8014, 8726, 15697, 11208, 9544, 12166, 19499, 13912, 9257, 11128, 16665, 11491, 11499, 19000, 14750, 9740, 8301, 17054, 11150, 9213, 14349, 13004, 9265, 12429, 14607, 10383, 15101, 16941, 10660, 9235, 15587, 9399, 10048, 15609, 10815, 8021, 13618, 10746, 8458, 7910, 15148, 11046, 9292, 13733, 11861, 8978, 12933, 15579, 11109, 14450, 19282, 12146, 7683, 15935, 10644, 10530, 15808, 17942, 13326, 7886, 12029, 12179, 9684, 8005, 15891, 9958, 8593, 14203, 13915, 14212, 16338, 18879, 12308, 8558, 7721, 15284, 11114, 11069, 15587, 13603, 9218, 8706, 19854, 17637, 11625, 9707, 20718, 13253, 11219, 15138, 21859, 14802, 10685, 7686, 7213, 12236, 8880, 9106, 13057, 13827, 10617, 9238, 9016, 18232, 12728, 9158, 11000, 14456, 9419, 12312, 15310, 10756, 8008, 17202, 10249, 7735, 9349, 13428, 10721, 8042, 17142, 9869, 7880, 16503, 12207, 9402, 11041, 13549, 9407, 9438, 18815, 13027, 8587, 17541, 11669, 8421, 17583, 14990, 11319, 7217, 12728, 9983, 8335, 12573, 16732, 11588, 8423, 13523, 9934, 9617, 19412, 14150, 10225, 12424, 14969, 9674, 9698, 17471, 12032, 8371, 13599, 9776, 8387, 13996, 11474, 9219, 11355, 14185, 8970, 11774, 16151, 10764, 14801, 17566, 11900, 7174, 12824, 9869, 8808, 14946, 14521, 10163, 7449, 15411, 10509, 9671, 17441, 13849, 8320, 10050, 14095, 10072, 13052, 18415, 13685, 10767, 7247, 8076, 12117, 9294, 10791, 11886, 17642, 10993, 8812, 14743, 16609, 13624, 8798, 15968, 9785, 7807, 9887, 14840, 10087, 7785, 14117, 9413, 10000, 15957, 12893, 9779, 17472, 9753, 7212, 14936, 10792, 10140, 15887, 13477, 8883, 7159, 13684, 10203, 11115, 18238, 13139, 8663, 10598, 12954, 9327, 10469, 18688, 12997, 8828, 12822, 12387, 10590, 16059, 18986, 14088, 7886, 14614, 10497, 9852, 18632, 12899, 10448, 7298, 11299, 9373, 9337, 14160, 15815, 11525, 11352, 8937, 9469, 13712, 10091, 10704, 13489, 19269, 12995, 9263, 13391, 15953, 11813, 7643, 16526, 9818, 8310, 16822, 11958, 11519, 16410, 11777, 9853, 13104, 18757, 12149, 8559, 7024, 7554, 10896, 8638, 7647, 14792, 12287, 10418, 9800, 13645, 10191, 9493, 17268, 13140, 14276, 15564, 15386], 'WindowCenter': [4332.0, 4337.0, 4277.0, 4240.0, 4183.0, 4202.0, 4210.0, 4189.0, 4192.0, 4212.0, 4224.0, 4221.0, 4190.0, 4179.0, 4200.0, 4201.0, 4244.0, 4241.0, 4198.0, 4189.0, 4201.0, 4231.0, 4263.0, 4229.0, 4198.0, 4187.0, 4199.0, 4249.0, 4262.0, 4207.0, 4174.0, 4165.0, 4218.0, 4239.0, 4219.0, 4185.0, 4143.0, 4154.0, 4187.0, 4211.0, 4191.0, 4198.0, 4176.0, 4136.0, 4166.0, 4218.0, 4209.0, 4199.0, 4219.0, 4229.0, 4207.0, 4197.0, 4227.0, 4207.0, 4208.0, 4228.0, 4207.0, 4165.0, 4176.0, 4219.0, 4251.0, 4208.0, 4186.0, 4177.0, 4188.0, 4167.0, 4188.0, 4219.0, 4219.0, 4239.0, 4197.0, 4188.0, 4199.0, 4201.0, 4229.0, 4240.0, 4228.0, 4186.0, 4177.0, 4180.0, 4241.0, 4252.0, 4207.0, 4175.0, 4166.0, 4177.0, 4228.0, 4218.0, 4187.0, 4168.0, 4145.0, 4197.0, 4218.0, 4198.0, 4210.0, 4157.0, 4187.0, 4229.0, 4199.0, 4201.0, 4200.0, 4147.0, 4156.0, 4199.0, 4231.0, 4210.0, 4203.0, 4223.0, 4224.0, 4169.0, 4159.0, 4182.0, 4212.0, 4243.0, 4232.0, 4232.0, 4210.0, 4180.0, 4169.0, 4172.0, 4222.0, 4255.0, 4231.0, 4230.0, 4211.0, 4202.0, 4222.0, 4200.0, 4168.0, 4211.0, 4241.0, 4230.0, 4211.0, 4219.0, 4198.0, 4146.0, 4197.0, 4229.0, 4197.0, 4209.0, 4220.0, 4178.0, 4208.0, 4207.0, 4166.0, 4164.0, 4185.0, 4229.0, 4228.0, 4185.0, 4176.0, 4167.0, 4230.0, 4262.0, 4207.0, 4174.0, 4155.0, 4218.0, 4228.0, 4198.0, 4165.0, 4145.0, 4198.0, 4230.0, 4198.0, 4178.0, 4166.0, 4136.0, 4170.0, 4201.0, 4253.0, 4232.0, 4200.0, 4179.0, 4201.0, 4191.0, 4183.0, 4212.0, 4253.0, 4252.0, 4230.0, 4229.0, 4208.0, 4211.0, 4233.0, 4220.0, 4168.0, 4157.0, 4178.0, 4212.0, 4254.0, 4240.0, 4198.0, 4187.0, 4176.0, 4157.0, 4200.0, 4244.0, 4265.0, 4242.0, 4197.0, 4175.0, 4177.0, 4200.0, 4252.0, 4231.0, 4208.0, 4209.0, 4168.0, 4178.0, 4218.0, 4206.0, 4197.0, 4198.0, 4166.0, 4187.0, 4226.0, 4206.0, 4189.0, 4199.0, 4199.0, 4188.0, 4188.0, 4197.0, 4188.0, 4219.0, 4209.0, 4188.0, 4218.0, 4249.0, 4207.0, 4199.0, 4201.0, 4220.0, 4240.0, 4217.0, 4227.0, 4198.0, 4200.0, 4198.0, 4165.0, 4185.0, 4205.0, 4186.0, 4176.0, 4181.0, 4212.0, 4241.0, 4241.0, 4196.0, 4176.0, 4178.0, 4211.0, 4220.0, 4229.0, 4196.0, 4187.0, 4176.0, 4167.0, 4232.0, 4255.0, 4242.0, 4210.0, 4178.0, 4167.0, 4135.0, 4198.0, 4241.0, 4218.0, 4220.0, 4167.0, 4155.0, 4208.0, 4217.0, 4196.0, 4198.0, 4199.0, 4167.0, 4177.0, 4220.0, 4229.0, 4220.0, 4231.0, 4156.0, 4177.0, 4209.0, 4222.0, 4210.0, 4219.0, 4156.0, 4197.0, 4250.0, 4207.0, 4218.0, 4154.0, 4154.0, 4195.0, 4206.0, 4187.0, 4197.0, 4154.0, 4185.0, 4237.0, 4197.0, 4196.0, 4176.0, 4176.0, 4203.0, 4193.0, 4174.0, 4195.0, 4216.0, 4236.0, 4193.0, 4163.0, 4162.0, 4194.0, 4215.0, 4204.0, 4172.0, 4153.0, 4156.0, 4197.0, 4229.0, 4217.0, 4184.0, 4164.0, 4155.0, 4238.0, 4228.0, 4219.0, 4164.0, 4153.0, 4213.0, 4193.0, 4173.0, 4207.0, 4155.0, 4204.0, 4226.0, 4173.0, 4175.0, 4184.0, 4205.0, 4203.0, 4162.0, 4163.0, 4195.0, 4236.0, 4193.0, 4152.0, 4184.0, 4226.0, 4194.0, 4174.0, 4182.0, 4201.0, 4160.0, 4153.0, 4183.0, 4237.0, 4172.0, 4152.0, 4132.0, 4185.0, 4215.0, 4185.0, 4164.0, 4134.0, 4195.0, 4206.0, 4176.0, 4209.0, 4175.0, 4218.0, 4205.0, 4175.0, 4186.0, 4238.0, 4250.0, 4205.0, 4164.0, 4145.0, 4197.0, 4237.0, 4185.0, 4165.0, 4145.0, 4155.0, 4217.0, 4242.0, 4197.0, 4166.0, 4145.0, 4198.0, 4238.0, 4218.0, 4186.0, 4155.0, 4166.0, 4216.0, 4226.0, 4217.0, 4175.0, 4133.0, 4195.0, 4225.0, 4197.0, 4195.0, 4143.0, 4152.0, 4225.0, 4216.0, 4239.0, 4216.0, 4227.0, 4237.0, 4185.0, 4164.0, 4132.0, 4143.0, 4194.0, 4162.0, 4152.0, 4153.0, 4215.0, 4194.0, 4163.0, 4143.0, 4196.0, 4215.0, 4184.0, 4173.0, 4173.0, 4224.0, 4173.0, 4154.0, 4174.0, 4238.0, 4195.0, 4164.0, 4133.0, 4227.0, 4206.0, 4196.0, 4175.0, 4206.0, 4214.0, 4163.0, 4155.0, 4175.0, 4239.0, 4185.0, 4155.0, 4144.0, 4227.0, 4186.0, 4176.0, 4227.0, 4239.0, 4185.0, 4133.0, 4205.0, 4183.0, 4163.0, 4184.0, 4237.0, 4183.0, 4142.0, 4174.0, 4204.0, 4174.0, 4165.0, 4218.0, 4193.0, 4152.0, 4134.0, 4176.0, 4207.0, 4188.0, 4157.0, 4188.0, 4228.0, 4188.0, 4178.0, 4209.0, 4241.0, 4219.0, 4176.0, 4146.0, 4241.0, 4228.0, 4207.0, 4166.0, 4249.0, 4184.0, 4155.0, 4227.0, 4215.0, 4184.0, 4133.0, 4173.0, 4183.0, 4165.0, 4154.0, 4239.0, 4205.0, 4176.0, 4135.0, 4166.0, 4228.0, 4187.0, 4166.0, 4146.0, 4207.0, 4197.0, 4178.0, 4179.0, 4244.0, 4242.0, 4199.0, 4188.0, 4168.0, 4187.0, 4239.0, 4217.0, 4185.0, 4154.0, 4227.0, 4206.0, 4186.0, 4154.0, 4205.0, 4182.0, 4153.0, 4144.0, 4216.0, 4184.0, 4154.0, 4144.0, 4205.0, 4175.0, 4155.0, 4228.0, 4206.0, 4164.0, 4154.0, 4216.0, 4175.0, 4155.0, 4218.0, 4196.0, 4155.0, 4136.0, 4227.0, 4187.0, 4209.0, 4197.0, 4227.0, 4177.0, 4156.0, 4135.0, 4168.0, 4208.0, 4168.0, 4158.0, 4210.0, 4230.0, 4211.0, 4169.0, 4218.0, 4218.0, 4177.0, 4197.0, 4250.0, 4207.0, 4156.0, 4146.0, 4229.0, 4198.0, 4188.0, 4156.0, 4240.0, 4196.0, 4167.0, 4158.0, 4230.0, 4207.0, 4176.0, 4136.0, 4219.0, 4198.0, 4179.0, 4229.0, 4239.0, 4207.0, 4154.0, 4226.0, 4185.0, 4153.0, 4175.0, 4238.0, 4195.0, 4153.0, 4134.0, 4216.0, 4185.0, 4178.0, 4188.0, 4219.0, 4186.0, 4166.0, 4157.0, 4230.0, 4243.0, 4197.0, 4155.0, 4156.0, 4219.0, 4229.0, 4208.0, 4166.0, 4135.0, 4217.0, 4197.0, 4187.0, 4210.0, 4210.0, 4207.0, 4175.0, 4177.0, 4208.0, 4253.0, 4229.0, 4186.0, 4167.0, 4189.0, 4220.0, 4230.0, 4198.0, 4177.0, 4179.0, 4243.0, 4263.0, 4217.0, 4185.0, 4166.0, 4220.0, 4265.0, 4227.0, 4196.0, 4133.0, 4154.0, 4205.0, 4197.0, 4216.0, 4164.0, 4226.0, 4224.0, 4182.0, 4184.0, 4235.0, 4224.0, 4169.0, 4118.0, 4138.0, 4171.0, 4160.0, 4171.0, 4204.0, 4201.0, 4161.0, 4129.0, 4163.0, 4205.0, 4195.0, 4185.0, 4133.0, 4142.0, 4182.0, 4150.0, 4151.0, 4183.0, 4227.0, 4204.0, 4172.0, 4152.0, 4153.0, 4216.0, 4226.0, 4204.0, 4173.0, 4141.0, 4172.0, 4223.0, 4181.0, 4172.0, 4152.0, 4184.0, 4236.0, 4215.0, 4183.0, 4175.0, 4163.0, 4162.0, 4163.0, 4194.0, 4226.0, 4173.0, 4165.0, 4175.0, 4228.0, 4237.0, 4184.0, 4154.0, 4145.0, 4227.0, 4186.0, 4175.0, 4185.0, 4226.0, 4173.0, 4153.0, 4175.0, 4215.0, 4174.0, 4142.0, 4205.0, 4182.0, 4153.0, 4195.0, 4226.0, 4186.0, 4143.0, 4193.0, 4171.0, 4152.0, 4194.0, 4214.0, 4185.0, 4155.0, 4215.0, 4173.0, 4154.0, 4175.0, 4228.0, 4197.0, 4165.0, 4135.0, 4177.0, 4218.0, 4189.0, 4210.0, 4177.0, 4219.0, 4198.0, 4179.0, 4188.0, 4251.0, 4209.0, 4176.0, 4146.0, 4227.0, 4186.0, 4166.0, 4196.0, 4239.0, 4206.0, 4175.0, 4136.0, 4230.0, 4207.0, 4198.0, 4176.0, 4216.0, 4205.0, 4166.0, 4165.0, 4239.0, 4218.0, 4174.0, 4144.0, 4216.0, 4195.0, 4221.0, 4219.0, 4217.0, 4216.0, 4186.0, 4206.0, 4154.0, 4164.0, 4217.0, 4188.0, 4209.0, 4219.0, 4226.0, 4193.0, 4162.0, 4144.0, 4195.0, 4227.0, 4206.0, 4152.0, 4173.0, 4203.0, 4150.0, 4141.0, 4213.0, 4201.0, 4170.0, 4129.0, 4160.0, 4179.0, 4160.0, 4172.0, 4213.0, 4202.0, 4148.0, 4132.0, 4184.0, 4215.0, 4182.0, 4152.0, 4183.0, 4203.0, 4162.0, 4153.0, 4224.0, 4202.0, 4150.0, 4121.0, 4152.0, 4194.0, 4174.0, 4186.0, 4215.0, 4204.0, 4162.0, 4173.0, 4225.0, 4194.0, 4172.0, 4203.0, 4191.0, 4140.0, 4183.0, 4213.0, 4173.0, 4163.0, 4226.0, 4172.0, 4143.0, 4184.0, 4206.0, 4175.0, 4164.0, 4237.0, 4173.0, 4143.0, 4207.0, 4205.0, 4196.0, 4197.0, 4236.0, 4172.0, 4152.0, 4165.0, 4216.0, 4185.0, 4185.0, 4207.0, 4215.0, 4164.0, 4143.0, 4236.0, 4185.0, 4174.0, 4227.0, 4204.0, 4162.0, 4121.0, 4175.0, 4205.0, 4177.0, 4156.0, 4242.0, 4218.0, 4198.0, 4165.0, 4145.0, 4219.0, 4216.0, 4195.0, 4144.0, 4204.0, 4173.0, 4154.0, 4177.0, 4248.0, 4195.0, 4163.0, 4144.0, 4216.0, 4174.0, 4165.0, 4216.0, 4183.0, 4153.0, 4133.0, 4226.0, 4185.0, 4164.0, 4194.0, 4192.0, 4153.0, 4144.0, 4227.0, 4218.0, 4164.0, 4133.0, 4186.0, 4195.0, 4165.0, 4185.0, 4239.0, 4205.0, 4174.0, 4132.0, 4226.0, 4184.0, 4174.0, 4227.0, 4237.0, 4182.0, 4143.0, 4163.0, 4227.0, 4196.0, 4153.0, 4143.0, 4226.0, 4206.0, 4207.0, 4185.0, 4226.0, 4172.0, 4142.0, 4144.0, 4215.0, 4184.0, 4142.0, 4193.0, 4183.0, 4165.0, 4174.0, 4238.0, 4194.0, 4153.0, 4134.0, 4206.0, 4185.0, 4175.0, 4165.0, 4216.0, 4184.0, 4164.0, 4196.0, 4227.0, 4209.0, 4176.0, 4215.0, 4193.0, 4163.0, 4143.0, 4227.0, 4215.0, 4163.0, 4133.0, 4204.0, 4186.0, 4164.0, 4185.0, 4250.0, 4205.0, 4164.0, 4134.0, 4226.0, 4195.0, 4195.0, 4183.0, 4225.0, 4183.0, 4151.0, 4133.0, 4224.0, 4194.0, 4163.0, 4152.0, 4213.0, 4173.0, 4153.0, 4204.0, 4225.0, 4172.0, 4131.0, 4204.0, 4184.0, 4165.0, 4167.0, 4238.0, 4196.0, 4195.0, 4145.0, 4155.0, 4217.0, 4186.0, 4166.0, 4196.0, 4240.0, 4195.0, 4155.0, 4173.0, 4215.0, 4184.0, 4173.0, 4226.0, 4192.0, 4151.0, 4141.0, 4214.0, 4172.0, 4151.0, 4204.0, 4181.0, 4151.0, 4182.0, 4192.0, 4161.0, 4201.0, 4213.0, 4160.0, 4141.0, 4200.0, 4139.0, 4151.0, 4203.0, 4173.0, 4131.0, 4194.0, 4161.0, 4141.0, 4143.0, 4205.0, 4185.0, 4165.0, 4207.0, 4184.0, 4154.0, 4195.0, 4215.0, 4174.0, 4206.0, 4238.0, 4184.0, 4144.0, 4217.0, 4176.0, 4176.0, 4230.0, 4227.0, 4195.0, 4144.0, 4196.0, 4196.0, 4166.0, 4147.0, 4217.0, 4164.0, 4156.0, 4207.0, 4206.0, 4209.0, 4231.0, 4239.0, 4184.0, 4153.0, 4144.0, 4216.0, 4188.0, 4187.0, 4216.0, 4194.0, 4163.0, 4167.0, 4252.0, 4240.0, 4186.0, 4166.0, 4237.0, 4183.0, 4172.0, 4204.0, 4248.0, 4205.0, 4174.0, 4131.0, 4131.0, 4182.0, 4154.0, 4156.0, 4197.0, 4207.0, 4175.0, 4165.0, 4166.0, 4226.0, 4184.0, 4154.0, 4173.0, 4192.0, 4152.0, 4185.0, 4204.0, 4173.0, 4142.0, 4214.0, 4161.0, 4145.0, 4164.0, 4194.0, 4175.0, 4144.0, 4225.0, 4163.0, 4146.0, 4227.0, 4197.0, 4166.0, 4185.0, 4195.0, 4166.0, 4166.0, 4239.0, 4197.0, 4155.0, 4225.0, 4173.0, 4154.0, 4226.0, 4205.0, 4174.0, 4133.0, 4194.0, 4164.0, 4155.0, 4197.0, 4230.0, 4186.0, 4155.0, 4205.0, 4162.0, 4163.0, 4236.0, 4206.0, 4164.0, 4194.0, 4204.0, 4163.0, 4164.0, 4226.0, 4184.0, 4143.0, 4194.0, 4162.0, 4142.0, 4205.0, 4183.0, 4152.0, 4174.0, 4193.0, 4140.0, 4171.0, 4214.0, 4174.0, 4204.0, 4225.0, 4183.0, 4121.0, 4182.0, 4163.0, 4165.0, 4205.0, 4205.0, 4174.0, 4134.0, 4216.0, 4174.0, 4166.0, 4227.0, 4207.0, 4155.0, 4165.0, 4206.0, 4176.0, 4196.0, 4239.0, 4208.0, 4176.0, 4135.0, 4144.0, 4183.0, 4153.0, 4173.0, 4184.0, 4225.0, 4174.0, 4154.0, 4205.0, 4215.0, 4194.0, 4142.0, 4202.0, 4151.0, 4142.0, 4164.0, 4216.0, 4174.0, 4143.0, 4204.0, 4165.0, 4164.0, 4214.0, 4197.0, 4165.0, 4225.0, 4162.0, 4131.0, 4203.0, 4174.0, 4174.0, 4227.0, 4194.0, 4153.0, 4133.0, 4206.0, 4174.0, 4187.0, 4239.0, 4195.0, 4166.0, 4173.0, 4193.0, 4152.0, 4174.0, 4238.0, 4193.0, 4152.0, 4193.0, 4193.0, 4173.0, 4216.0, 4239.0, 4205.0, 4142.0, 4202.0, 4161.0, 4163.0, 4238.0, 4194.0, 4162.0, 4131.0, 4171.0, 4151.0, 4164.0, 4205.0, 4219.0, 4198.0, 4187.0, 4166.0, 4166.0, 4207.0, 4176.0, 4176.0, 4195.0, 4226.0, 4183.0, 4154.0, 4196.0, 4215.0, 4196.0, 4131.0, 4211.0, 4148.0, 4140.0, 4212.0, 4172.0, 4186.0, 4226.0, 4197.0, 4176.0, 4196.0, 4240.0, 4184.0, 4142.0, 4134.0, 4145.0, 4173.0, 4154.0, 4144.0, 4217.0, 4196.0, 4176.0, 4165.0, 4192.0, 4150.0, 4148.0, 4201.0, 4181.0, 4180.0, 4189.0, 4177.0], 'WindowWidth': [9565.0, 9567.0, 9458.0, 9393.0, 9302.0, 9323.0, 9329.0, 9300.0, 9308.0, 9333.0, 9352.0, 9342.0, 9300.0, 9283.0, 9315.0, 9316.0, 9381.0, 9372.0, 9306.0, 9295.0, 9315.0, 9356.0, 9407.0, 9352.0, 9305.0, 9290.0, 9310.0, 9379.0, 9404.0, 9316.0, 9269.0, 9258.0, 9334.0, 9368.0, 9336.0, 9284.0, 9222.0, 9239.0, 9287.0, 9332.0, 9303.0, 9307.0, 9274.0, 9219.0, 9259.0, 9334.0, 9325.0, 9311.0, 9340.0, 9349.0, 9316.0, 9303.0, 9344.0, 9318.0, 9323.0, 9348.0, 9316.0, 9260.0, 9276.0, 9339.0, 9387.0, 9319.0, 9285.0, 9276.0, 9293.0, 9264.0, 9295.0, 9335.0, 9336.0, 9365.0, 9304.0, 9295.0, 9312.0, 9313.0, 9350.0, 9367.0, 9349.0, 9286.0, 9277.0, 9285.0, 9367.0, 9389.0, 9316.0, 9272.0, 9261.0, 9277.0, 9348.0, 9334.0, 9290.0, 9265.0, 9232.0, 9302.0, 9335.0, 9308.0, 9328.0, 9252.0, 9291.0, 9351.0, 9308.0, 9316.0, 9311.0, 9235.0, 9246.0, 9306.0, 9354.0, 9326.0, 9321.0, 9348.0, 9349.0, 9268.0, 9254.0, 9295.0, 9334.0, 9376.0, 9361.0, 9360.0, 9327.0, 9286.0, 9273.0, 9278.0, 9346.0, 9392.0, 9354.0, 9350.0, 9329.0, 9318.0, 9346.0, 9314.0, 9268.0, 9326.0, 9369.0, 9354.0, 9329.0, 9335.0, 9305.0, 9234.0, 9304.0, 9350.0, 9305.0, 9322.0, 9337.0, 9280.0, 9319.0, 9317.0, 9263.0, 9257.0, 9285.0, 9351.0, 9347.0, 9284.0, 9274.0, 9264.0, 9350.0, 9404.0, 9316.0, 9270.0, 9245.0, 9332.0, 9350.0, 9306.0, 9258.0, 9232.0, 9306.0, 9353.0, 9305.0, 9276.0, 9260.0, 9219.0, 9272.0, 9316.0, 9391.0, 9361.0, 9311.0, 9281.0, 9314.0, 9300.0, 9293.0, 9330.0, 9389.0, 9387.0, 9352.0, 9348.0, 9319.0, 9327.0, 9362.0, 9339.0, 9267.0, 9248.0, 9277.0, 9333.0, 9394.0, 9366.0, 9305.0, 9289.0, 9274.0, 9248.0, 9311.0, 9380.0, 9409.0, 9371.0, 9302.0, 9270.0, 9276.0, 9308.0, 9386.0, 9355.0, 9321.0, 9321.0, 9265.0, 9278.0, 9331.0, 9312.0, 9303.0, 9308.0, 9262.0, 9287.0, 9341.0, 9314.0, 9297.0, 9310.0, 9309.0, 9293.0, 9294.0, 9303.0, 9291.0, 9337.0, 9320.0, 9291.0, 9329.0, 9376.0, 9314.0, 9308.0, 9319.0, 9339.0, 9363.0, 9329.0, 9345.0, 9308.0, 9314.0, 9305.0, 9254.0, 9279.0, 9308.0, 9283.0, 9272.0, 9289.0, 9332.0, 9368.0, 9370.0, 9301.0, 9274.0, 9281.0, 9326.0, 9335.0, 9347.0, 9298.0, 9286.0, 9274.0, 9262.0, 9358.0, 9394.0, 9373.0, 9324.0, 9277.0, 9264.0, 9217.0, 9304.0, 9370.0, 9334.0, 9339.0, 9262.0, 9245.0, 9320.0, 9331.0, 9299.0, 9306.0, 9308.0, 9263.0, 9277.0, 9338.0, 9350.0, 9337.0, 9354.0, 9248.0, 9274.0, 9324.0, 9345.0, 9327.0, 9335.0, 9246.0, 9302.0, 9382.0, 9318.0, 9332.0, 9242.0, 9240.0, 9298.0, 9316.0, 9292.0, 9302.0, 9241.0, 9282.0, 9359.0, 9304.0, 9302.0, 9272.0, 9271.0, 9305.0, 9289.0, 9266.0, 9297.0, 9326.0, 9355.0, 9291.0, 9251.0, 9248.0, 9293.0, 9322.0, 9308.0, 9261.0, 9238.0, 9247.0, 9301.0, 9351.0, 9332.0, 9281.0, 9254.0, 9244.0, 9362.0, 9348.0, 9336.0, 9255.0, 9237.0, 9318.0, 9290.0, 9266.0, 9317.0, 9242.0, 9308.0, 9340.0, 9265.0, 9271.0, 9279.0, 9309.0, 9304.0, 9249.0, 9252.0, 9295.0, 9356.0, 9291.0, 9234.0, 9281.0, 9344.0, 9296.0, 9266.0, 9272.0, 9298.0, 9242.0, 9238.0, 9277.0, 9357.0, 9261.0, 9234.0, 9210.0, 9284.0, 9325.0, 9284.0, 9255.0, 9214.0, 9298.0, 9314.0, 9274.0, 9319.0, 9271.0, 9330.0, 9310.0, 9270.0, 9287.0, 9359.0, 9383.0, 9308.0, 9256.0, 9233.0, 9302.0, 9359.0, 9282.0, 9255.0, 9229.0, 9245.0, 9330.0, 9373.0, 9304.0, 9261.0, 9232.0, 9305.0, 9363.0, 9332.0, 9285.0, 9243.0, 9259.0, 9326.0, 9343.0, 9330.0, 9269.0, 9210.0, 9295.0, 9337.0, 9302.0, 9297.0, 9225.0, 9236.0, 9340.0, 9328.0, 9366.0, 9330.0, 9344.0, 9363.0, 9283.0, 9256.0, 9209.0, 9225.0, 9293.0, 9248.0, 9236.0, 9237.0, 9325.0, 9293.0, 9250.0, 9223.0, 9298.0, 9325.0, 9282.0, 9265.0, 9264.0, 9335.0, 9263.0, 9241.0, 9267.0, 9362.0, 9296.0, 9254.0, 9213.0, 9343.0, 9312.0, 9300.0, 9269.0, 9311.0, 9321.0, 9250.0, 9243.0, 9269.0, 9365.0, 9284.0, 9243.0, 9227.0, 9343.0, 9286.0, 9272.0, 9342.0, 9363.0, 9283.0, 9211.0, 9309.0, 9277.0, 9250.0, 9278.0, 9359.0, 9276.0, 9222.0, 9263.0, 9308.0, 9267.0, 9254.0, 9328.0, 9290.0, 9235.0, 9215.0, 9274.0, 9315.0, 9293.0, 9248.0, 9290.0, 9346.0, 9292.0, 9278.0, 9320.0, 9370.0, 9333.0, 9274.0, 9234.0, 9367.0, 9348.0, 9316.0, 9259.0, 9378.0, 9278.0, 9242.0, 9340.0, 9322.0, 9280.0, 9209.0, 9262.0, 9276.0, 9255.0, 9239.0, 9362.0, 9311.0, 9269.0, 9217.0, 9261.0, 9348.0, 9288.0, 9259.0, 9232.0, 9316.0, 9300.0, 9278.0, 9279.0, 9378.0, 9375.0, 9308.0, 9291.0, 9266.0, 9287.0, 9360.0, 9327.0, 9281.0, 9239.0, 9340.0, 9310.0, 9285.0, 9237.0, 9307.0, 9273.0, 9236.0, 9227.0, 9326.0, 9279.0, 9238.0, 9225.0, 9308.0, 9270.0, 9244.0, 9344.0, 9311.0, 9254.0, 9238.0, 9325.0, 9269.0, 9242.0, 9330.0, 9296.0, 9240.0, 9219.0, 9344.0, 9289.0, 9320.0, 9301.0, 9343.0, 9274.0, 9246.0, 9217.0, 9265.0, 9319.0, 9263.0, 9253.0, 9323.0, 9351.0, 9327.0, 9266.0, 9330.0, 9330.0, 9275.0, 9300.0, 9383.0, 9312.0, 9245.0, 9232.0, 9349.0, 9305.0, 9291.0, 9246.0, 9363.0, 9298.0, 9261.0, 9251.0, 9352.0, 9316.0, 9274.0, 9219.0, 9333.0, 9303.0, 9279.0, 9346.0, 9365.0, 9314.0, 9240.0, 9338.0, 9279.0, 9237.0, 9268.0, 9362.0, 9295.0, 9236.0, 9212.0, 9326.0, 9283.0, 9277.0, 9289.0, 9332.0, 9285.0, 9261.0, 9251.0, 9349.0, 9376.0, 9302.0, 9244.0, 9248.0, 9333.0, 9350.0, 9320.0, 9261.0, 9217.0, 9330.0, 9301.0, 9290.0, 9324.0, 9322.0, 9313.0, 9269.0, 9277.0, 9318.0, 9390.0, 9347.0, 9286.0, 9262.0, 9294.0, 9335.0, 9352.0, 9304.0, 9274.0, 9283.0, 9373.0, 9405.0, 9329.0, 9280.0, 9259.0, 9335.0, 9413.0, 9345.0, 9297.0, 9208.0, 9238.0, 9310.0, 9301.0, 9326.0, 9250.0, 9338.0, 9334.0, 9273.0, 9276.0, 9351.0, 9334.0, 9249.0, 9182.0, 9206.0, 9254.0, 9240.0, 9257.0, 9305.0, 9298.0, 9239.0, 9196.0, 9251.0, 9309.0, 9295.0, 9280.0, 9208.0, 9220.0, 9269.0, 9225.0, 9230.0, 9275.0, 9341.0, 9306.0, 9261.0, 9232.0, 9235.0, 9322.0, 9341.0, 9307.0, 9260.0, 9215.0, 9256.0, 9329.0, 9270.0, 9260.0, 9232.0, 9278.0, 9352.0, 9324.0, 9276.0, 9268.0, 9252.0, 9247.0, 9249.0, 9292.0, 9339.0, 9264.0, 9257.0, 9269.0, 9345.0, 9359.0, 9278.0, 9239.0, 9228.0, 9342.0, 9285.0, 9268.0, 9282.0, 9341.0, 9263.0, 9238.0, 9269.0, 9325.0, 9268.0, 9222.0, 9309.0, 9271.0, 9235.0, 9296.0, 9342.0, 9284.0, 9222.0, 9291.0, 9258.0, 9233.0, 9292.0, 9322.0, 9283.0, 9239.0, 9322.0, 9262.0, 9241.0, 9270.0, 9345.0, 9301.0, 9257.0, 9218.0, 9275.0, 9333.0, 9294.0, 9325.0, 9276.0, 9334.0, 9304.0, 9281.0, 9291.0, 9385.0, 9324.0, 9273.0, 9233.0, 9341.0, 9285.0, 9259.0, 9299.0, 9364.0, 9312.0, 9269.0, 9219.0, 9351.0, 9316.0, 9305.0, 9272.0, 9325.0, 9310.0, 9260.0, 9258.0, 9361.0, 9332.0, 9267.0, 9226.0, 9325.0, 9297.0, 9341.0, 9333.0, 9328.0, 9327.0, 9286.0, 9314.0, 9238.0, 9251.0, 9327.0, 9291.0, 9324.0, 9332.0, 9338.0, 9289.0, 9247.0, 9226.0, 9297.0, 9345.0, 9312.0, 9233.0, 9262.0, 9302.0, 9227.0, 9216.0, 9317.0, 9297.0, 9256.0, 9200.0, 9240.0, 9265.0, 9242.0, 9260.0, 9316.0, 9299.0, 9223.0, 9207.0, 9277.0, 9326.0, 9276.0, 9235.0, 9275.0, 9303.0, 9248.0, 9235.0, 9334.0, 9301.0, 9230.0, 9192.0, 9234.0, 9292.0, 9268.0, 9286.0, 9325.0, 9305.0, 9249.0, 9265.0, 9341.0, 9294.0, 9261.0, 9304.0, 9284.0, 9216.0, 9276.0, 9317.0, 9265.0, 9250.0, 9338.0, 9261.0, 9223.0, 9280.0, 9312.0, 9270.0, 9254.0, 9357.0, 9265.0, 9225.0, 9314.0, 9311.0, 9301.0, 9301.0, 9354.0, 9261.0, 9235.0, 9257.0, 9328.0, 9284.0, 9282.0, 9311.0, 9323.0, 9253.0, 9224.0, 9356.0, 9283.0, 9268.0, 9343.0, 9307.0, 9248.0, 9193.0, 9271.0, 9310.0, 9275.0, 9246.0, 9373.0, 9336.0, 9305.0, 9259.0, 9231.0, 9334.0, 9326.0, 9296.0, 9226.0, 9305.0, 9262.0, 9240.0, 9272.0, 9376.0, 9296.0, 9252.0, 9225.0, 9327.0, 9267.0, 9257.0, 9326.0, 9276.0, 9236.0, 9213.0, 9343.0, 9283.0, 9254.0, 9292.0, 9288.0, 9239.0, 9229.0, 9343.0, 9332.0, 9256.0, 9213.0, 9283.0, 9296.0, 9257.0, 9284.0, 9364.0, 9310.0, 9267.0, 9210.0, 9342.0, 9280.0, 9266.0, 9342.0, 9360.0, 9274.0, 9225.0, 9252.0, 9343.0, 9299.0, 9238.0, 9224.0, 9341.0, 9314.0, 9317.0, 9283.0, 9339.0, 9261.0, 9224.0, 9228.0, 9326.0, 9283.0, 9223.0, 9289.0, 9277.0, 9257.0, 9267.0, 9363.0, 9293.0, 9238.0, 9215.0, 9315.0, 9285.0, 9270.0, 9257.0, 9327.0, 9280.0, 9256.0, 9300.0, 9345.0, 9321.0, 9273.0, 9323.0, 9292.0, 9254.0, 9226.0, 9343.0, 9323.0, 9253.0, 9211.0, 9309.0, 9284.0, 9254.0, 9283.0, 9381.0, 9309.0, 9253.0, 9214.0, 9342.0, 9297.0, 9295.0, 9277.0, 9338.0, 9274.0, 9231.0, 9212.0, 9337.0, 9295.0, 9251.0, 9235.0, 9319.0, 9264.0, 9239.0, 9306.0, 9339.0, 9261.0, 9206.0, 9307.0, 9280.0, 9256.0, 9265.0, 9362.0, 9298.0, 9299.0, 9231.0, 9246.0, 9330.0, 9286.0, 9261.0, 9299.0, 9365.0, 9296.0, 9241.0, 9264.0, 9325.0, 9279.0, 9262.0, 9340.0, 9288.0, 9233.0, 9218.0, 9322.0, 9262.0, 9231.0, 9304.0, 9271.0, 9231.0, 9273.0, 9286.0, 9244.0, 9298.0, 9316.0, 9241.0, 9216.0, 9295.0, 9214.0, 9230.0, 9302.0, 9264.0, 9207.0, 9292.0, 9243.0, 9220.0, 9226.0, 9311.0, 9285.0, 9258.0, 9314.0, 9279.0, 9240.0, 9296.0, 9324.0, 9267.0, 9312.0, 9363.0, 9279.0, 9227.0, 9329.0, 9274.0, 9275.0, 9349.0, 9347.0, 9296.0, 9228.0, 9301.0, 9300.0, 9261.0, 9234.0, 9329.0, 9255.0, 9247.0, 9316.0, 9315.0, 9324.0, 9354.0, 9368.0, 9281.0, 9238.0, 9229.0, 9329.0, 9290.0, 9288.0, 9325.0, 9293.0, 9252.0, 9265.0, 9386.0, 9369.0, 9288.0, 9258.0, 9361.0, 9278.0, 9262.0, 9307.0, 9380.0, 9313.0, 9268.0, 9207.0, 9207.0, 9274.0, 9240.0, 9247.0, 9303.0, 9315.0, 9268.0, 9256.0, 9259.0, 9341.0, 9278.0, 9239.0, 9262.0, 9287.0, 9233.0, 9281.0, 9307.0, 9264.0, 9222.0, 9320.0, 9244.0, 9231.0, 9253.0, 9293.0, 9271.0, 9226.0, 9337.0, 9252.0, 9233.0, 9342.0, 9301.0, 9260.0, 9282.0, 9297.0, 9259.0, 9258.0, 9366.0, 9304.0, 9244.0, 9338.0, 9265.0, 9242.0, 9339.0, 9309.0, 9267.0, 9213.0, 9295.0, 9253.0, 9246.0, 9302.0, 9354.0, 9290.0, 9244.0, 9311.0, 9249.0, 9252.0, 9358.0, 9315.0, 9254.0, 9293.0, 9306.0, 9252.0, 9255.0, 9341.0, 9283.0, 9226.0, 9293.0, 9246.0, 9223.0, 9310.0, 9277.0, 9236.0, 9266.0, 9289.0, 9216.0, 9258.0, 9320.0, 9268.0, 9306.0, 9340.0, 9276.0, 9194.0, 9277.0, 9253.0, 9258.0, 9311.0, 9311.0, 9268.0, 9214.0, 9327.0, 9269.0, 9261.0, 9344.0, 9316.0, 9246.0, 9256.0, 9313.0, 9276.0, 9299.0, 9364.0, 9320.0, 9273.0, 9218.0, 9227.0, 9276.0, 9237.0, 9265.0, 9280.0, 9339.0, 9264.0, 9243.0, 9311.0, 9325.0, 9294.0, 9220.0, 9301.0, 9231.0, 9223.0, 9253.0, 9328.0, 9269.0, 9227.0, 9308.0, 9259.0, 9254.0, 9325.0, 9307.0, 9257.0, 9338.0, 9248.0, 9206.0, 9308.0, 9268.0, 9269.0, 9346.0, 9295.0, 9240.0, 9213.0, 9315.0, 9269.0, 9290.0, 9366.0, 9298.0, 9264.0, 9265.0, 9291.0, 9237.0, 9269.0, 9365.0, 9292.0, 9236.0, 9292.0, 9292.0, 9266.0, 9328.0, 9371.0, 9311.0, 9222.0, 9303.0, 9246.0, 9253.0, 9363.0, 9295.0, 9249.0, 9207.0, 9259.0, 9233.0, 9256.0, 9312.0, 9337.0, 9307.0, 9289.0, 9262.0, 9260.0, 9316.0, 9275.0, 9271.0, 9295.0, 9343.0, 9276.0, 9240.0, 9299.0, 9325.0, 9302.0, 9206.0, 9313.0, 9223.0, 9215.0, 9315.0, 9262.0, 9288.0, 9343.0, 9303.0, 9277.0, 9297.0, 9364.0, 9279.0, 9219.0, 9214.0, 9227.0, 9262.0, 9239.0, 9226.0, 9329.0, 9299.0, 9271.0, 9255.0, 9287.0, 9227.0, 9220.0, 9300.0, 9271.0, 9268.0, 9277.0, 9261.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.0006734294385432472</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019679204021244307</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.52991670390282</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2060412310022772</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0063262027638602</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5202</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3411.4922</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10700358577647054</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.587253414264036</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4725148617752395</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3455130349877025</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6940204812240918</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3780110691139242</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00895836</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016369525343179703</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03573712706565857</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9909781700269655</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>16.1101</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.5594</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.1962</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292286.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1214.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.7685</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9345</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.3096</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3343.6029</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3461.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84258.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1293.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4449.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.2008</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.16547463461757</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> |